(*********************************************************************** Mathematica-Compatible Notebook This notebook can be used on any computer system with Mathematica 3.0, MathReader 3.0, or any compatible application. The data for the notebook starts with the line of 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[ 1715171, 41059]*) (*NotebookOutlinePosition[ 1716164, 41093]*) (* CellTagsIndexPosition[ 1716120, 41089]*) (*WindowFrame->Normal*) Notebook[{ Cell[CellGroupData[{ Cell[TextData[ "\nCross-well travel time tomography"], "Title", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData["\nSet up basic arrays for sources/receivers"], "Section", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "nsources = 25;\nnreceivers = 25;\nnx = 20;\nnz = 20;\nxmax = 10.;\nzmax = \ 10.;\nncells = nx nz;\nnrays = nsources nreceivers;\n\ndr = zmax/(nreceivers \ - 1);\nds = zmax/(nsources - 1);\nzsrc = Table[(i-1) ds,{i,nsources}];\nzrec \ = Table[(i-1) dr,{i,nreceivers}];\nxsrc = Table[0, {i,nsources}];\nxrec = \ Table[xmax, {i,nreceivers}];\n\nnrays = nsources nreceivers;\nncells = nx nz;\ \ndx = xmax/nx;\ndz = zmax/nz;\ngridx = Table[(i-1) dx,{i,nx+1}];\ngridz = \ Table[(i-1) dz,{i,nz+1}];\n\nizsrc = \ Table[Min[Floor[zsrc[[i]]/dz]+1,nz],{i,nsources}];\nixsrc = \ Table[Min[Floor[xsrc[[i]]/dx]+1,nx],{i,nsources}];\nizrec = \ Table[Min[Floor[zrec[[i]]/dz]+1,nz],{i,nreceivers}];\nixrec = \ Table[Min[Floor[xrec[[i]]/dx]+1,nx],{i,nreceivers}];\n\n\n"], "Input", AspectRatioFixed->True] }, Open ]], Cell[CellGroupData[{ Cell[TextData["\nCompute the Jacobian matrix. "], "Section", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "\n This form of the Jacobian calculation is due to Lydia Deng"], "Text", Evaluatable->False, AspectRatioFixed->True, FontSize->16], Cell[TextData[ "raynum = 1;\nJac = Table[0.,{i,nrays},{j,ncells}];\n\nDo[ (* loop over \ sources *)\n ixs = ixsrc[[i]]; izs = izsrc[[i]];\n Do[ (* loop over receivers \ *)\n delz = zrec[[j]]-zsrc[[i]];\n delx = xrec[[j]]-xsrc[[i]];\n \ tang=delz/delx;\n ix = ixs; iz = izs;\n xbeg = xsrc[[i]]; zbeg = \ zsrc[[i]];\n While[ix<=nx && iz<=nz && iz>0,\n \ cellnum = ix + (iz -1) nx;\n (*Print[\"ix=\",ix,\" \ iz=\",iz,\" ncell=\",cellnum];\n \ Print[\"nray=\",raynum,\" ncell= \",cellnum];*)\n \ ix=ix+1; xend=gridx[[ix]];\n zend = zbeg + tang \ (xend-xbeg);\n Which [delz>0,\n \ Which[\n zend>gridz[[iz+1]],\n \ zend=gridz[[iz+1]];\n \ xend = xbeg + (zend-zbeg)/tang;\n ix=ix-1; \ iz=iz+1,\n zend == gridz[[iz+1]],\n \ iz=iz+1;\n ],\n \ delz<0,\n Which[ \ zendTrue], Cell["", "Input", AspectRatioFixed->True], Cell[TextData[ "\nThis is the Jacobian matrix (Frechet derivative). It mainly consists of \ zeros."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData["ListDensityPlot[Jac,Mesh->False]"], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: 1 MathPictureStart /Courier findfont 10 scalefont setfont % Scaling calculations 0.019231 0.002404 0.019231 0.001538 [ [(0)] 0.01923 0 0 2 Msboxa [(100)] 0.25962 0 0 2 Msboxa [(200)] 0.5 0 0 2 Msboxa [(300)] 0.74038 0 0 2 Msboxa [(400)] 0.98077 0 0 2 Msboxa [(0)] -0.0125 0.01923 1 0 Msboxa [(100)] -0.0125 0.17308 1 0 Msboxa [(200)] -0.0125 0.32692 1 0 Msboxa [(300)] -0.0125 0.48077 1 0 Msboxa [(400)] -0.0125 0.63462 1 0 Msboxa [(500)] -0.0125 0.78846 1 0 Msboxa [(600)] -0.0125 0.94231 1 0 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 1.001 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath %%Object: DensityGraphics [ ] 0 setdash 0 setgray gsave gsave gsave 0.002 setlinewidth 0.01923 0 moveto 0.01923 0.00625 lineto stroke grestore [(0)] 0.01923 0 0 2 Mshowa gsave 0.002 setlinewidth 0.25962 0 moveto 0.25962 0.00625 lineto stroke grestore [(100)] 0.25962 0 0 2 Mshowa gsave 0.002 setlinewidth 0.5 0 moveto 0.5 0.00625 lineto stroke grestore [(200)] 0.5 0 0 2 Mshowa gsave 0.002 setlinewidth 0.74038 0 moveto 0.74038 0.00625 lineto stroke grestore [(300)] 0.74038 0 0 2 Mshowa gsave 0.002 setlinewidth 0.98077 0 moveto 0.98077 0.00625 lineto stroke grestore [(400)] 0.98077 0 0 2 Mshowa gsave 0.001 setlinewidth 0.06731 0 moveto 0.06731 0.00375 lineto stroke grestore gsave 0.001 setlinewidth 0.11538 0 moveto 0.11538 0.00375 lineto stroke grestore gsave 0.001 setlinewidth 0.16346 0 moveto 0.16346 0.00375 lineto stroke grestore gsave 0.001 setlinewidth 0.21154 0 moveto 0.21154 0.00375 lineto stroke grestore gsave 0.001 setlinewidth 0.30769 0 moveto 0.30769 0.00375 lineto stroke grestore gsave 0.001 setlinewidth 0.35577 0 moveto 0.35577 0.00375 lineto stroke grestore gsave 0.001 setlinewidth 0.40385 0 moveto 0.40385 0.00375 lineto stroke grestore gsave 0.001 setlinewidth 0.45192 0 moveto 0.45192 0.00375 lineto stroke grestore gsave 0.001 setlinewidth 0.54808 0 moveto 0.54808 0.00375 lineto stroke grestore gsave 0.001 setlinewidth 0.59615 0 moveto 0.59615 0.00375 lineto stroke grestore gsave 0.001 setlinewidth 0.64423 0 moveto 0.64423 0.00375 lineto stroke grestore gsave 0.001 setlinewidth 0.69231 0 moveto 0.69231 0.00375 lineto stroke grestore gsave 0.001 setlinewidth 0.78846 0 moveto 0.78846 0.00375 lineto stroke grestore gsave 0.001 setlinewidth 0.83654 0 moveto 0.83654 0.00375 lineto stroke grestore gsave 0.001 setlinewidth 0.88462 0 moveto 0.88462 0.00375 lineto stroke grestore gsave 0.001 setlinewidth 0.93269 0 moveto 0.93269 0.00375 lineto stroke grestore gsave 0.002 setlinewidth 0 0 moveto 1 0 lineto stroke grestore gsave 0.002 setlinewidth 0 0.01923 moveto 0.00625 0.01923 lineto stroke grestore [(0)] -0.0125 0.01923 1 0 Mshowa gsave 0.002 setlinewidth 0 0.17308 moveto 0.00625 0.17308 lineto stroke grestore [(100)] -0.0125 0.17308 1 0 Mshowa gsave 0.002 setlinewidth 0 0.32692 moveto 0.00625 0.32692 lineto stroke grestore [(200)] -0.0125 0.32692 1 0 Mshowa gsave 0.002 setlinewidth 0 0.48077 moveto 0.00625 0.48077 lineto stroke grestore [(300)] -0.0125 0.48077 1 0 Mshowa gsave 0.002 setlinewidth 0 0.63462 moveto 0.00625 0.63462 lineto stroke grestore [(400)] -0.0125 0.63462 1 0 Mshowa gsave 0.002 setlinewidth 0 0.78846 moveto 0.00625 0.78846 lineto stroke grestore [(500)] -0.0125 0.78846 1 0 Mshowa gsave 0.002 setlinewidth 0 0.94231 moveto 0.00625 0.94231 lineto stroke grestore [(600)] -0.0125 0.94231 1 0 Mshowa gsave 0.001 setlinewidth 0 0.05 moveto 0.00375 0.05 lineto stroke grestore gsave 0.001 setlinewidth 0 0.08077 moveto 0.00375 0.08077 lineto stroke grestore gsave 0.001 setlinewidth 0 0.11154 moveto 0.00375 0.11154 lineto stroke grestore gsave 0.001 setlinewidth 0 0.14231 moveto 0.00375 0.14231 lineto stroke grestore gsave 0.001 setlinewidth 0 0.20385 moveto 0.00375 0.20385 lineto stroke grestore gsave 0.001 setlinewidth 0 0.23462 moveto 0.00375 0.23462 lineto stroke grestore gsave 0.001 setlinewidth 0 0.26538 moveto 0.00375 0.26538 lineto stroke grestore gsave 0.001 setlinewidth 0 0.29615 moveto 0.00375 0.29615 lineto stroke grestore gsave 0.001 setlinewidth 0 0.35769 moveto 0.00375 0.35769 lineto stroke grestore gsave 0.001 setlinewidth 0 0.38846 moveto 0.00375 0.38846 lineto stroke grestore gsave 0.001 setlinewidth 0 0.41923 moveto 0.00375 0.41923 lineto stroke grestore gsave 0.001 setlinewidth 0 0.45 moveto 0.00375 0.45 lineto stroke grestore gsave 0.001 setlinewidth 0 0.51154 moveto 0.00375 0.51154 lineto stroke grestore gsave 0.001 setlinewidth 0 0.54231 moveto 0.00375 0.54231 lineto stroke grestore gsave 0.001 setlinewidth 0 0.57308 moveto 0.00375 0.57308 lineto stroke grestore gsave 0.001 setlinewidth 0 0.60385 moveto 0.00375 0.60385 lineto stroke grestore gsave 0.001 setlinewidth 0 0.66538 moveto 0.00375 0.66538 lineto stroke grestore gsave 0.001 setlinewidth 0 0.69615 moveto 0.00375 0.69615 lineto stroke grestore gsave 0.001 setlinewidth 0 0.72692 moveto 0.00375 0.72692 lineto stroke grestore gsave 0.001 setlinewidth 0 0.75769 moveto 0.00375 0.75769 lineto stroke grestore gsave 0.001 setlinewidth 0 0.81923 moveto 0.00375 0.81923 lineto stroke grestore gsave 0.001 setlinewidth 0 0.85 moveto 0.00375 0.85 lineto stroke grestore gsave 0.001 setlinewidth 0 0.88077 moveto 0.00375 0.88077 lineto stroke grestore gsave 0.001 setlinewidth 0 0.91154 moveto 0.00375 0.91154 lineto stroke grestore gsave 0.001 setlinewidth 0 0.97308 moveto 0.00375 0.97308 lineto stroke grestore gsave 0.002 setlinewidth 0 0 moveto 0 1 lineto stroke grestore grestore gsave gsave 0.002 setlinewidth 0.01923 0.99375 moveto 0.01923 1 lineto stroke grestore gsave 0.002 setlinewidth 0.25962 0.99375 moveto 0.25962 1 lineto stroke grestore gsave 0.002 setlinewidth 0.5 0.99375 moveto 0.5 1 lineto stroke grestore gsave 0.002 setlinewidth 0.74038 0.99375 moveto 0.74038 1 lineto stroke grestore gsave 0.002 setlinewidth 0.98077 0.99375 moveto 0.98077 1 lineto stroke grestore gsave 0.001 setlinewidth 0.06731 0.99625 moveto 0.06731 1 lineto stroke grestore gsave 0.001 setlinewidth 0.11538 0.99625 moveto 0.11538 1 lineto stroke grestore gsave 0.001 setlinewidth 0.16346 0.99625 moveto 0.16346 1 lineto stroke grestore gsave 0.001 setlinewidth 0.21154 0.99625 moveto 0.21154 1 lineto stroke grestore gsave 0.001 setlinewidth 0.30769 0.99625 moveto 0.30769 1 lineto stroke grestore gsave 0.001 setlinewidth 0.35577 0.99625 moveto 0.35577 1 lineto stroke grestore gsave 0.001 setlinewidth 0.40385 0.99625 moveto 0.40385 1 lineto stroke grestore gsave 0.001 setlinewidth 0.45192 0.99625 moveto 0.45192 1 lineto stroke grestore gsave 0.001 setlinewidth 0.54808 0.99625 moveto 0.54808 1 lineto stroke grestore gsave 0.001 setlinewidth 0.59615 0.99625 moveto 0.59615 1 lineto stroke grestore gsave 0.001 setlinewidth 0.64423 0.99625 moveto 0.64423 1 lineto stroke grestore gsave 0.001 setlinewidth 0.69231 0.99625 moveto 0.69231 1 lineto stroke grestore gsave 0.001 setlinewidth 0.78846 0.99625 moveto 0.78846 1 lineto stroke grestore gsave 0.001 setlinewidth 0.83654 0.99625 moveto 0.83654 1 lineto stroke grestore gsave 0.001 setlinewidth 0.88462 0.99625 moveto 0.88462 1 lineto stroke grestore gsave 0.001 setlinewidth 0.93269 0.99625 moveto 0.93269 1 lineto stroke grestore gsave 0.002 setlinewidth 0 1 moveto 1 1 lineto stroke grestore gsave 0.002 setlinewidth 0.99375 0.01923 moveto 1 0.01923 lineto stroke grestore gsave 0.002 setlinewidth 0.99375 0.17308 moveto 1 0.17308 lineto stroke grestore gsave 0.002 setlinewidth 0.99375 0.32692 moveto 1 0.32692 lineto stroke grestore gsave 0.002 setlinewidth 0.99375 0.48077 moveto 1 0.48077 lineto stroke grestore gsave 0.002 setlinewidth 0.99375 0.63462 moveto 1 0.63462 lineto stroke grestore gsave 0.002 setlinewidth 0.99375 0.78846 moveto 1 0.78846 lineto stroke grestore gsave 0.002 setlinewidth 0.99375 0.94231 moveto 1 0.94231 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.05 moveto 1 0.05 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.08077 moveto 1 0.08077 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.11154 moveto 1 0.11154 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.14231 moveto 1 0.14231 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.20385 moveto 1 0.20385 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.23462 moveto 1 0.23462 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.26538 moveto 1 0.26538 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.29615 moveto 1 0.29615 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.35769 moveto 1 0.35769 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.38846 moveto 1 0.38846 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.41923 moveto 1 0.41923 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.45 moveto 1 0.45 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.51154 moveto 1 0.51154 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.54231 moveto 1 0.54231 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.57308 moveto 1 0.57308 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.60385 moveto 1 0.60385 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.66538 moveto 1 0.66538 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.69615 moveto 1 0.69615 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.72692 moveto 1 0.72692 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.75769 moveto 1 0.75769 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.81923 moveto 1 0.81923 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.85 moveto 1 0.85 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.88077 moveto 1 0.88077 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.91154 moveto 1 0.91154 lineto stroke grestore gsave 0.001 setlinewidth 0.99625 0.97308 moveto 1 0.97308 lineto stroke grestore gsave 0.002 setlinewidth 1 0 moveto 1 1 lineto stroke grestore grestore gsave grestore grestore 0 0 moveto 1 0 lineto 1 1 lineto 0 1 lineto closepath clip newpath % Start of gray image gsave 0.01923 0.01923 translate 0.96154 0.96154 scale 400 string 400 625 8 [400 0 0 625 0 0] { \tcurrentfile \t1 index \treadhexstring \tpop } image B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B500000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B500000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 B5B5B5B5B5B5B5B5B5B5B5B5000000000000000000000000 0000000000000000B5B5B5B5B5B5B5B50000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 B6B6B6B6B6B6B6B600000000000000000000000000000000 00000000B6B6B6B6B6B6B6B6000000000000000000000000 0000000000000000B6B6B6B6000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 B7B7B7B7B7B7000000000000000000000000000000000000 0000B7B7B7B7B7B700000000000000000000000000000000 00000000B7B7B7B7B7B70000000000000000000000000000 000000000000B7B700000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 B8B8B8B89300000000000000000000000000000000000000 24B8B8B8B86E000000000000000000000000000000000000 0049B8B8B8B8490000000000000000000000000000000000 00006EB8B8B8B82400000000000000000000000000000000 000000930000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 BABABABA0000000000000000000000000000000000000000 BABABABA0000000000000000000000000000000000000000 BABABABA0000000000000000000000000000000000000000 BABABABA0000000000000000000000000000000000000000 BABABABA0000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 BCBCBC50000000000000000000000000000000000000006B BCBCA1000000000000000000000000000000000000001ABC BCBC350000000000000000000000000000000000000086BC BC860000000000000000000000000000000000000035BCBC BC1A00000000000000000000000000000000000000A1BCBC 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 BEBEBE0000000000000000000000000000000000000000BE BEBE0000000000000000000000000000000000000000BEBE BE0000000000000000000000000000000000000000BEBEBE 0000000000000000000000000000000000000000BEBEBE00 00000000000000000000000000000000000000BEBEBE0000 000000000000000000000000000000000000BEBE00000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 C1C1800000000000000000000000000000000000000040C1 C1400000000000000000000000000000000000000080C1C1 0000000000000000000000000000000000000000C1C18000 00000000000000000000000000000000000040C1C1400000 000000000000000000000000000000000080C1C100000000 00000000000000000000000000000000C1C1800000000000 000000000000000000000000000040C10000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 C4C44E0000000000000000000000000000000000000075C4 9C0000000000000000000000000000000000000027C4C427 000000000000000000000000000000000000009CC4750000 00000000000000000000000000000000004EC4C400000000 00000000000000000000000000000000C4C44E0000000000 000000000000000000000000000075C49C00000000000000 00000000000000000000000027C4C4270000000000000000 00000000000000000000009C000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 C7C72400000000000000000000000000000000000000A2C7 48000000000000000000000000000000000000007EC76C00 0000000000000000000000000000000000005AC790000000 0000000000000000000000000000000036C7B50000000000 000000000000000000000000000012C7C712000000000000 00000000000000000000000000B5C7360000000000000000 000000000000000000000090C75A00000000000000000000 0000000000000000006CC77E000000000000000000000000 000000000000004800000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 CACA0000000000000000000000000000000000000000CACA 0000000000000000000000000000000000000000CACA0000 000000000000000000000000000000000000CACA00000000 00000000000000000000000000000000CACA000000000000 0000000000000000000000000000CACA0000000000000000 000000000000000000000000CACA00000000000000000000 00000000000000000000CACA000000000000000000000000 0000000000000000CACA0000000000000000000000000000 000000000000CACA00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 CDAE000000000000000000000000000000000000001FCD8E 000000000000000000000000000000000000003FCD6E0000 00000000000000000000000000000000005FCD4F00000000 0000000000000000000000000000007ECD2F000000000000 000000000000000000000000009ECD0F0000000000000000 0000000000000000000000BEBE0000000000000000000000 00000000000000000FCD9E00000000000000000000000000 0000000000002FCD7E000000000000000000000000000000 000000004FCD5F0000000000000000000000000000000000 00006ECD0000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 D195000000000000000000000000000000000000003BD159 0000000000000000000000000000000000000077D11D0000 0000000000000000000000000000000000B3B30000000000 00000000000000000000000000001DD17700000000000000 00000000000000000000000059D13B000000000000000000 0000000000000000000095D1000000000000000000000000 0000000000000000D1950000000000000000000000000000 00000000003BD15900000000000000000000000000000000 00000077D11D000000000000000000000000000000000000 00B3B3000000000000000000000000000000000000001DD1 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 D5800000000000000000000000000000000000000055D52A 00000000000000000000000000000000000000AAAA000000 000000000000000000000000000000002AD5550000000000 000000000000000000000000000080D50000000000000000 000000000000000000000000D58000000000000000000000 00000000000000000055D52A000000000000000000000000 00000000000000AAAA000000000000000000000000000000 000000002AD5550000000000000000000000000000000000 000080D50000000000000000000000000000000000000000 D5800000000000000000000000000000000000000055D52A 00000000000000000000000000000000000000AA00000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 D96C000000000000000000000000000000000000006CD900 00000000000000000000000000000000000000D96C000000 000000000000000000000000000000006CD9000000000000 0000000000000000000000000000D96C0000000000000000 00000000000000000000006CD90000000000000000000000 000000000000000000D96C00000000000000000000000000 0000000000006CD900000000000000000000000000000000 00000000D96C000000000000000000000000000000000000 006CD90000000000000000000000000000000000000000D9 6C000000000000000000000000000000000000006CD90000 000000000000000000000000000000000000D96C00000000 0000000000000000000000000000006C0000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 DD5B0000000000000000000000000000000000000082B600 00000000000000000000000000000000000027DD34000000 00000000000000000000000000000000A98F000000000000 000000000000000000000000004EDD0D0000000000000000 0000000000000000000000D0680000000000000000000000 000000000000000075C30000000000000000000000000000 00000000001ADD4100000000000000000000000000000000 0000009C9C00000000000000000000000000000000000000 41DD1A00000000000000000000000000000000000000C375 0000000000000000000000000000000000000068D0000000 000000000000000000000000000000000DDD4E0000000000 00000000000000000000000000008FA90000000000000000 000000000000000000000034000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 E24B00000000000000000000000000000000000000969600 0000000000000000000000000000000000004BE200000000 00000000000000000000000000000000E24B000000000000 000000000000000000000000009696000000000000000000 000000000000000000004BE2000000000000000000000000 0000000000000000E24B0000000000000000000000000000 000000000096960000000000000000000000000000000000 00004BE20000000000000000000000000000000000000000 E24B00000000000000000000000000000000000000969600 0000000000000000000000000000000000004BE200000000 00000000000000000000000000000000E24B000000000000 000000000000000000000000009696000000000000000000 000000000000000000004BE2000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 E63C00000000000000000000000000000000000000AA7900 0000000000000000000000000000000000006DB600000000 00000000000000000000000000000030E60C000000000000 00000000000000000000000000DA48000000000000000000 000000000000000000009D85000000000000000000000000 0000000000000061C2000000000000000000000000000000 0000000024E6180000000000000000000000000000000000 0000CE550000000000000000000000000000000000000091 910000000000000000000000000000000000000055CE0000 000000000000000000000000000000000018E62400000000 000000000000000000000000000000C26100000000000000 000000000000000000000000859D00000000000000000000 00000000000000000048DA00000000000000000000000000 0000000000000CE600000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 EB2F00000000000000000000000000000000000000BC5E00 0000000000000000000000000000000000008D8D00000000 0000000000000000000000000000005EBC00000000000000 0000000000000000000000002FEB00000000000000000000 00000000000000000000EB2F000000000000000000000000 00000000000000BC5E000000000000000000000000000000 000000008D8D000000000000000000000000000000000000 005EBC000000000000000000000000000000000000002FEB 0000000000000000000000000000000000000000EB2F0000 0000000000000000000000000000000000BC5E0000000000 00000000000000000000000000008D8D0000000000000000 00000000000000000000005EBC0000000000000000000000 00000000000000002FEB0000000000000000000000000000 000000000000EB2F00000000000000000000000000000000 000000BC0000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 F02200000000000000000000000000000000000000CE4400 000000000000000000000000000000000000AB6700000000 000000000000000000000000000000898900000000000000 00000000000000000000000067AB00000000000000000000 00000000000000000044CE00000000000000000000000000 00000000000022F000000000000000000000000000000000 00000000F022000000000000000000000000000000000000 00CE4400000000000000000000000000000000000000AB67 000000000000000000000000000000000000008989000000 0000000000000000000000000000000067AB000000000000 0000000000000000000000000044CE000000000000000000 0000000000000000000022F0000000000000000000000000 0000000000000000F0220000000000000000000000000000 0000000000CE440000000000000000000000000000000000 0000AB670000000000000000000000000000000000000089 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 F51600000000000000000000000000000000000000DF2C00 000000000000000000000000000000000000C84200000000 000000000000000000000000000000B25900000000000000 0000000000000000000000009C6F00000000000000000000 000000000000000000858500000000000000000000000000 0000000000006F9C00000000000000000000000000000000 00000059B200000000000000000000000000000000000000 42C8000000000000000000000000000000000000002CDF00 00000000000000000000000000000000000016F500000000 00000000000000000000000000000000F516000000000000 00000000000000000000000000DF2C000000000000000000 00000000000000000000C842000000000000000000000000 00000000000000B259000000000000000000000000000000 000000009C6F000000000000000000000000000000000000 008585000000000000000000000000000000000000006F9C 000000000000000000000000000000000000005900000000 00000000000000000000000000000000 FA0A00000000000000000000000000000000000000EF1500 000000000000000000000000000000000000E42000000000 000000000000000000000000000000DA2B00000000000000 000000000000000000000000CF3600000000000000000000 000000000000000000C44100000000000000000000000000 000000000000B94C00000000000000000000000000000000 000000AE5700000000000000000000000000000000000000 A36200000000000000000000000000000000000000986D00 0000000000000000000000000000000000008D7700000000 000000000000000000000000000000828200000000000000 000000000000000000000000778D00000000000000000000 0000000000000000006D9800000000000000000000000000 00000000000062A300000000000000000000000000000000 00000057AE00000000000000000000000000000000000000 4CB90000000000000000000000000000000000000041C400 00000000000000000000000000000000000036CF00000000 0000000000000000000000000000002B FF0000000000000000000000000000000000000000FF0000 000000000000000000000000000000000000FF0000000000 000000000000000000000000000000FF0000000000000000 000000000000000000000000FF0000000000000000000000 000000000000000000FF0000000000000000000000000000 000000000000FF0000000000000000000000000000000000 000000FF0000000000000000000000000000000000000000 FF0000000000000000000000000000000000000000FF0000 000000000000000000000000000000000000FF0000000000 000000000000000000000000000000FF0000000000000000 000000000000000000000000FF0000000000000000000000 000000000000000000FF0000000000000000000000000000 000000000000FF0000000000000000000000000000000000 000000FF0000000000000000000000000000000000000000 FF0000000000000000000000000000000000000000FF0000 000000000000000000000000000000000000FF0000000000 000000000000000000000000000000FF B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B500000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B500000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 B5B5B5B50000000000000000000000000000000000000000 B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B50000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 B5B50000000000000000000000000000000000000000B5B5 B5B5B5B5B5B5B5B5B5B50000000000000000000000000000 000000000000B5B5B5B5B5B5000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 B63C0000000000000000000000000000000000000079B6B6 B6B6B6B6B63C000000000000000000000000000000000000 0079B6B6B6B6B6B6B63C0000000000000000000000000000 000000000079B6B600000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 B70000000000000000000000000000000000000000B7B7B7 B7B7B70000000000000000000000000000000000000000B7 B7B7B7B7B700000000000000000000000000000000000000 00B7B7B7B7B7B70000000000000000000000000000000000 000000B70000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 930000000000000000000000000000000000000024B8B8B8 B86E0000000000000000000000000000000000000049B8B8 B8B849000000000000000000000000000000000000006EB8 B8B8B8240000000000000000000000000000000000000093 B8B8B8B80000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 7C000000000000000000000000000000000000003EBABABA 7C000000000000000000000000000000000000003EBABABA 7C000000000000000000000000000000000000003EBABABA 7C000000000000000000000000000000000000003EBABABA 7C000000000000000000000000000000000000003EBABABA 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 6B0000000000000000000000000000000000000050BCBCBC 0000000000000000000000000000000000000000BCBCBC50 000000000000000000000000000000000000006BBCBCA100 0000000000000000000000000000000000001ABCBCBC3500 00000000000000000000000000000000000086BCBC860000 000000000000000000000000000000000035BCBC00000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 5F000000000000000000000000000000000000005FBEBE5F 000000000000000000000000000000000000005FBEBE5F00 0000000000000000000000000000000000005FBEBE5F0000 00000000000000000000000000000000005FBEBE5F000000 000000000000000000000000000000005FBEBE5F00000000 0000000000000000000000000000005FBEBE5F0000000000 00000000000000000000000000005FBE0000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 55000000000000000000000000000000000000006BC1C115 00000000000000000000000000000000000000ABC1960000 00000000000000000000000000000000002AC1C155000000 000000000000000000000000000000006BC1C11500000000 000000000000000000000000000000ABC196000000000000 000000000000000000000000002AC1C15500000000000000 0000000000000000000000006BC1C1150000000000000000 0000000000000000000000AB000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 4E0000000000000000000000000000000000000075C49C00 00000000000000000000000000000000000027C4C4270000 00000000000000000000000000000000009CC47500000000 0000000000000000000000000000004EC4C4000000000000 0000000000000000000000000000C4C44E00000000000000 00000000000000000000000075C49C000000000000000000 0000000000000000000027C4C42700000000000000000000 0000000000000000009CC475000000000000000000000000 000000000000004E00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 48000000000000000000000000000000000000007EC76C00 0000000000000000000000000000000000005AC790000000 0000000000000000000000000000000036C7B50000000000 000000000000000000000000000012C7C712000000000000 00000000000000000000000000B5C7360000000000000000 000000000000000000000090C75A00000000000000000000 0000000000000000006CC77E000000000000000000000000 0000000000000048C7A20000000000000000000000000000 000000000024C7C700000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 430000000000000000000000000000000000000086CA4300 00000000000000000000000000000000000086CA43000000 0000000000000000000000000000000086CA430000000000 000000000000000000000000000086CA4300000000000000 00000000000000000000000086CA43000000000000000000 0000000000000000000086CA430000000000000000000000 000000000000000086CA4300000000000000000000000000 00000000000086CA43000000000000000000000000000000 0000000086CA430000000000000000000000000000000000 000086CA0000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 3F000000000000000000000000000000000000008ECD1F00 000000000000000000000000000000000000AECD00000000 00000000000000000000000000000000CDAE000000000000 000000000000000000000000001FCD8E0000000000000000 00000000000000000000003FCD6E00000000000000000000 0000000000000000005FCD4F000000000000000000000000 000000000000007ECD2F0000000000000000000000000000 00000000009ECD0F00000000000000000000000000000000 000000BEBE00000000000000000000000000000000000000 0FCD9E000000000000000000000000000000000000002FCD 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 3B0000000000000000000000000000000000000095D10000 000000000000000000000000000000000000D19500000000 0000000000000000000000000000003BD159000000000000 0000000000000000000000000077D11D0000000000000000 0000000000000000000000B3B30000000000000000000000 00000000000000001DD17700000000000000000000000000 00000000000059D13B000000000000000000000000000000 0000000095D1000000000000000000000000000000000000 0000D195000000000000000000000000000000000000003B D1590000000000000000000000000000000000000077D11D 00000000000000000000000000000000000000B300000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 38000000000000000000000000000000000000009CB90000 00000000000000000000000000000000001CD56300000000 00000000000000000000000000000071D50E000000000000 00000000000000000000000000C78E000000000000000000 0000000000000000000047D5380000000000000000000000 00000000000000009CB90000000000000000000000000000 00000000001CD56300000000000000000000000000000000 00000071D50E000000000000000000000000000000000000 00C78E0000000000000000000000000000000000000047D5 38000000000000000000000000000000000000009CB90000 00000000000000000000000000000000001CD56300000000 000000000000000000000000000000710000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 3600000000000000000000000000000000000000A3A30000 000000000000000000000000000000000036D93600000000 000000000000000000000000000000A3A300000000000000 00000000000000000000000036D936000000000000000000 00000000000000000000A3A3000000000000000000000000 0000000000000036D9360000000000000000000000000000 0000000000A3A30000000000000000000000000000000000 000036D93600000000000000000000000000000000000000 A3A30000000000000000000000000000000000000036D936 00000000000000000000000000000000000000A3A3000000 0000000000000000000000000000000036D9360000000000 0000000000000000000000000000A3A30000000000000000 000000000000000000000036000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 3400000000000000000000000000000000000000A98F0000 00000000000000000000000000000000004EDD0D00000000 000000000000000000000000000000D06800000000000000 00000000000000000000000075C300000000000000000000 0000000000000000001ADD41000000000000000000000000 000000000000009C9C000000000000000000000000000000 0000000041DD1A0000000000000000000000000000000000 0000C3750000000000000000000000000000000000000068 D0000000000000000000000000000000000000000DDD4E00 0000000000000000000000000000000000008FA900000000 00000000000000000000000000000034DD27000000000000 00000000000000000000000000B682000000000000000000 000000000000000000005BDD000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 3200000000000000000000000000000000000000AF7D0000 000000000000000000000000000000000064C90000000000 000000000000000000000000000019E23200000000000000 000000000000000000000000AF7D00000000000000000000 00000000000000000064C900000000000000000000000000 00000000000019E232000000000000000000000000000000 00000000AF7D000000000000000000000000000000000000 0064C90000000000000000000000000000000000000019E2 3200000000000000000000000000000000000000AF7D0000 000000000000000000000000000000000064C90000000000 000000000000000000000000000019E23200000000000000 000000000000000000000000AF7D00000000000000000000 00000000000000000064C900000000000000000000000000 00000000000019E200000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 3000000000000000000000000000000000000000B66D0000 000000000000000000000000000000000079AA0000000000 00000000000000000000000000003CE60000000000000000 000000000000000000000000E63C00000000000000000000 000000000000000000AA7900000000000000000000000000 0000000000006DB600000000000000000000000000000000 00000030E60C000000000000000000000000000000000000 00DA48000000000000000000000000000000000000009D85 0000000000000000000000000000000000000061C2000000 0000000000000000000000000000000024E6180000000000 0000000000000000000000000000CE550000000000000000 000000000000000000000091910000000000000000000000 000000000000000055CE0000000000000000000000000000 000000000018E62400000000000000000000000000000000 000000C20000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 2F00000000000000000000000000000000000000BC5E0000 00000000000000000000000000000000008D8D0000000000 00000000000000000000000000005EBC0000000000000000 00000000000000000000002FEB0000000000000000000000 000000000000000000EB2F00000000000000000000000000 000000000000BC5E00000000000000000000000000000000 0000008D8D00000000000000000000000000000000000000 5EBC000000000000000000000000000000000000002FEB00 00000000000000000000000000000000000000EB2F000000 00000000000000000000000000000000BC5E000000000000 000000000000000000000000008D8D000000000000000000 000000000000000000005EBC000000000000000000000000 000000000000002FEB000000000000000000000000000000 0000000000EB2F0000000000000000000000000000000000 0000BC5E000000000000000000000000000000000000008D 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 2D00000000000000000000000000000000000000C2500000 0000000000000000000000000000000000A0720000000000 00000000000000000000000000007D940000000000000000 00000000000000000000005BB70000000000000000000000 000000000000000039D90000000000000000000000000000 000000000016F00B00000000000000000000000000000000 000000E52D00000000000000000000000000000000000000 C25000000000000000000000000000000000000000A07200 0000000000000000000000000000000000007D9400000000 0000000000000000000000000000005BB700000000000000 00000000000000000000000039D900000000000000000000 00000000000000000016F00B000000000000000000000000 00000000000000E52D000000000000000000000000000000 00000000C250000000000000000000000000000000000000 00A072000000000000000000000000000000000000007D94 000000000000000000000000000000000000005B00000000 00000000000000000000000000000000 2C00000000000000000000000000000000000000C8420000 0000000000000000000000000000000000B2590000000000 00000000000000000000000000009C6F0000000000000000 000000000000000000000085850000000000000000000000 00000000000000006F9C0000000000000000000000000000 000000000059B20000000000000000000000000000000000 000042C8000000000000000000000000000000000000002C DF0000000000000000000000000000000000000016F50000 000000000000000000000000000000000000F51600000000 000000000000000000000000000000DF2C00000000000000 000000000000000000000000C84200000000000000000000 000000000000000000B25900000000000000000000000000 0000000000009C6F00000000000000000000000000000000 000000858500000000000000000000000000000000000000 6F9C0000000000000000000000000000000000000059B200 00000000000000000000000000000000000042C800000000 0000000000000000000000000000002C 2B00000000000000000000000000000000000000CF360000 0000000000000000000000000000000000C4410000000000 0000000000000000000000000000B94C0000000000000000 0000000000000000000000AE570000000000000000000000 0000000000000000A3620000000000000000000000000000 0000000000986D0000000000000000000000000000000000 00008D770000000000000000000000000000000000000082 8200000000000000000000000000000000000000778D0000 00000000000000000000000000000000006D980000000000 000000000000000000000000000062A30000000000000000 000000000000000000000057AE0000000000000000000000 00000000000000004CB90000000000000000000000000000 000000000041C40000000000000000000000000000000000 000036CF000000000000000000000000000000000000002B DA0000000000000000000000000000000000000020E40000 000000000000000000000000000000000015EF0000000000 00000000000000000000000000000AFA 0000000000000000B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5 B5B5B5B50000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000B5B5B5B5B5B5B5B5 B5B5B5B5B5B5B5B5B5B5B5B5000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 0000000000000000000000000000000000000000B5B5B5B5 B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B50000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 0000000000000000000000000000000000000000B5B5B5B5 B5B5B5B50000000000000000000000000000000000000000 B5B5B5B5B5B5B5B5B5B5B5B5000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 0000000000000000000000000000000000000000B5B5B5B5 0000000000000000000000000000000000000000B5B5B5B5 B5B5B5B5B5B5B5B500000000000000000000000000000000 00000000B5B5B5B500000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 0000000000000000000000000000000000000000B6B67900 0000000000000000000000000000000000003CB6B6B6B6B6 B6B679000000000000000000000000000000000000003CB6 B6B6B6B6B6B6790000000000000000000000000000000000 00003CB60000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 0000000000000000000000000000000000000000B7B70000 000000000000000000000000000000000000B7B7B7B7B7B7 0000000000000000000000000000000000000000B7B7B7B7 B7B70000000000000000000000000000000000000000B7B7 B7B7B7B70000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 0000000000000000000000000000000000000000B86E0000 000000000000000000000000000000000049B8B8B8B84900 0000000000000000000000000000000000006EB8B8B8B824 0000000000000000000000000000000000000093B8B8B8B8 0000000000000000000000000000000000000000B8B8B8B8 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 0000000000000000000000000000000000000000BA3E0000 00000000000000000000000000000000007CBABABA3E0000 00000000000000000000000000000000007CBABABA3E0000 00000000000000000000000000000000007CBABABA3E0000 00000000000000000000000000000000007CBABABA3E0000 00000000000000000000000000000000007CBABA00000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 0000000000000000000000000000000000000000BC1A0000 0000000000000000000000000000000000A1BCBC6B000000 0000000000000000000000000000000050BCBCBC00000000 00000000000000000000000000000000BCBCBC5000000000 0000000000000000000000000000006BBCBCA10000000000 00000000000000000000000000001ABCBCBC350000000000 000000000000000000000000000086BC0000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 0000000000000000000000000000000000000000BE000000 0000000000000000000000000000000000BEBEBE00000000 00000000000000000000000000000000BEBEBE0000000000 000000000000000000000000000000BEBEBE000000000000 0000000000000000000000000000BEBEBE00000000000000 00000000000000000000000000BEBEBE0000000000000000 000000000000000000000000BEBEBE000000000000000000 0000000000000000000000BE000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 0000000000000000000000000000000000000000AB000000 0000000000000000000000000000000015C1C16B00000000 00000000000000000000000000000055C1C12A0000000000 000000000000000000000000000096C1AB00000000000000 00000000000000000000000015C1C16B0000000000000000 000000000000000000000055C1C12A000000000000000000 0000000000000000000096C1AB0000000000000000000000 000000000000000015C1C16B000000000000000000000000 000000000000005500000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000000000009C000000 0000000000000000000000000000000027C4C42700000000 0000000000000000000000000000009CC475000000000000 000000000000000000000000004EC4C40000000000000000 000000000000000000000000C4C44E000000000000000000 0000000000000000000075C49C0000000000000000000000 000000000000000027C4C427000000000000000000000000 000000000000009CC4750000000000000000000000000000 00000000004EC4C400000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000090000000 0000000000000000000000000000000036C7B50000000000 000000000000000000000000000012C7C712000000000000 00000000000000000000000000B5C7360000000000000000 000000000000000000000090C75A00000000000000000000 0000000000000000006CC77E000000000000000000000000 0000000000000048C7A20000000000000000000000000000 000000000024C7C700000000000000000000000000000000 00000000C7C7240000000000000000000000000000000000 0000A2C70000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000086000000 0000000000000000000000000000000043CA860000000000 000000000000000000000000000043CA8600000000000000 00000000000000000000000043CA86000000000000000000 0000000000000000000043CA860000000000000000000000 000000000000000043CA8600000000000000000000000000 00000000000043CA86000000000000000000000000000000 0000000043CA860000000000000000000000000000000000 000043CA8600000000000000000000000000000000000000 43CA860000000000000000000000000000000000000043CA 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000000000007E000000 000000000000000000000000000000004FCD5F0000000000 00000000000000000000000000006ECD3F00000000000000 0000000000000000000000008ECD1F000000000000000000 00000000000000000000AECD000000000000000000000000 0000000000000000CDAE0000000000000000000000000000 00000000001FCD8E00000000000000000000000000000000 0000003FCD6E000000000000000000000000000000000000 005FCD4F000000000000000000000000000000000000007E CD2F000000000000000000000000000000000000009ECD0F 00000000000000000000000000000000000000BE00000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000077000000 0000000000000000000000000000000059D13B0000000000 000000000000000000000000000095D10000000000000000 000000000000000000000000D19500000000000000000000 0000000000000000003BD159000000000000000000000000 0000000000000077D11D0000000000000000000000000000 0000000000B3B30000000000000000000000000000000000 00001DD17700000000000000000000000000000000000000 59D13B0000000000000000000000000000000000000095D1 0000000000000000000000000000000000000000D1950000 00000000000000000000000000000000003BD15900000000 000000000000000000000000000000770000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000071000000 0000000000000000000000000000000063D51C0000000000 0000000000000000000000000000B99C0000000000000000 000000000000000000000038D54700000000000000000000 0000000000000000008EC700000000000000000000000000 0000000000000ED571000000000000000000000000000000 0000000063D51C0000000000000000000000000000000000 0000B99C0000000000000000000000000000000000000038 D547000000000000000000000000000000000000008EC700 0000000000000000000000000000000000000ED571000000 0000000000000000000000000000000063D51C0000000000 0000000000000000000000000000B99C0000000000000000 000000000000000000000038000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000000000006C000000 000000000000000000000000000000006CD9000000000000 0000000000000000000000000000D96C0000000000000000 00000000000000000000006CD90000000000000000000000 000000000000000000D96C00000000000000000000000000 0000000000006CD900000000000000000000000000000000 00000000D96C000000000000000000000000000000000000 006CD90000000000000000000000000000000000000000D9 6C000000000000000000000000000000000000006CD90000 000000000000000000000000000000000000D96C00000000 0000000000000000000000000000006CD900000000000000 00000000000000000000000000D96C000000000000000000 000000000000000000006CD9000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000068000000 0000000000000000000000000000000075C3000000000000 000000000000000000000000001ADD410000000000000000 00000000000000000000009C9C0000000000000000000000 000000000000000041DD1A00000000000000000000000000 000000000000C37500000000000000000000000000000000 00000068D000000000000000000000000000000000000000 0DDD4E000000000000000000000000000000000000008FA9 0000000000000000000000000000000000000034DD270000 0000000000000000000000000000000000B6820000000000 00000000000000000000000000005BDD0000000000000000 000000000000000000000000DD5B00000000000000000000 00000000000000000082B600000000000000000000000000 00000000000027DD00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000064000000 000000000000000000000000000000007DAF000000000000 0000000000000000000000000032E2190000000000000000 0000000000000000000000C9640000000000000000000000 00000000000000007DAF0000000000000000000000000000 000000000032E21900000000000000000000000000000000 000000C96400000000000000000000000000000000000000 7DAF0000000000000000000000000000000000000032E219 00000000000000000000000000000000000000C964000000 000000000000000000000000000000007DAF000000000000 0000000000000000000000000032E2190000000000000000 0000000000000000000000C9640000000000000000000000 00000000000000007DAF0000000000000000000000000000 000000000032E21900000000000000000000000000000000 000000C90000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000061000000 00000000000000000000000000000000859D000000000000 0000000000000000000000000048DA000000000000000000 000000000000000000000CE6300000000000000000000000 0000000000000000B66D0000000000000000000000000000 000000000079AA0000000000000000000000000000000000 00003CE60000000000000000000000000000000000000000 E63C00000000000000000000000000000000000000AA7900 0000000000000000000000000000000000006DB600000000 00000000000000000000000000000030E60C000000000000 00000000000000000000000000DA48000000000000000000 000000000000000000009D85000000000000000000000000 0000000000000061C2000000000000000000000000000000 0000000024E6180000000000000000000000000000000000 0000CE550000000000000000000000000000000000000091 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000000000005E000000 000000000000000000000000000000008D8D000000000000 000000000000000000000000005EBC000000000000000000 000000000000000000002FEB000000000000000000000000 0000000000000000EB2F0000000000000000000000000000 0000000000BC5E0000000000000000000000000000000000 00008D8D000000000000000000000000000000000000005E BC000000000000000000000000000000000000002FEB0000 000000000000000000000000000000000000EB2F00000000 000000000000000000000000000000BC5E00000000000000 0000000000000000000000008D8D00000000000000000000 0000000000000000005EBC00000000000000000000000000 0000000000002FEB00000000000000000000000000000000 00000000EB2F000000000000000000000000000000000000 00BC5E000000000000000000000000000000000000008D8D 000000000000000000000000000000000000005E00000000 00000000000000000000000000000000 00000000000000000000000000000000000000005B000000 00000000000000000000000000000000947D000000000000 0000000000000000000000000072A0000000000000000000 0000000000000000000050C2000000000000000000000000 000000000000002DE5000000000000000000000000000000 000000000BF0160000000000000000000000000000000000 0000D93900000000000000000000000000000000000000B7 5B00000000000000000000000000000000000000947D0000 000000000000000000000000000000000072A00000000000 000000000000000000000000000050C20000000000000000 00000000000000000000002DE50000000000000000000000 00000000000000000BF01600000000000000000000000000 000000000000D93900000000000000000000000000000000 000000B75B00000000000000000000000000000000000000 947D0000000000000000000000000000000000000072A000 00000000000000000000000000000000000050C200000000 0000000000000000000000000000002D 000000000000000000000000000000000000000059000000 000000000000000000000000000000009C6F000000000000 000000000000000000000000008585000000000000000000 000000000000000000006F9C000000000000000000000000 0000000000000059B2000000000000000000000000000000 0000000042C8000000000000000000000000000000000000 002CDF0000000000000000000000000000000000000016F5 0000000000000000000000000000000000000000F5160000 0000000000000000000000000000000000DF2C0000000000 0000000000000000000000000000C8420000000000000000 0000000000000000000000B2590000000000000000000000 00000000000000009C6F0000000000000000000000000000 000000000085850000000000000000000000000000000000 00006F9C0000000000000000000000000000000000000059 B20000000000000000000000000000000000000042C80000 00000000000000000000000000000000002CDF0000000000 000000000000000000000000000016F5 000000000000000000000000B6B6B6B6B6B6B6B600000000 B6B6B6B6B6B6B6B60000000000000000B6B6B6B600000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000B5B500000000 0000B5B5B5B5B5B5B5B5B5B5B5B50000B5B5B5B5B5B50000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 0000000000000000B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5 B5B5B5B50000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000B5B5B5B5B5B5B5B5 B5B5B5B5B5B5B5B5B5B5B5B5000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000B5B5B5B5B5B5B5B5 B5B5B5B50000000000000000000000000000000000000000 B5B5B5B5B5B5B5B500000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000B5B5B5B5B5B50000 000000000000000000000000000000000000B5B5B5B5B5B5 B5B5B5B5B5B5000000000000000000000000000000000000 0000B5B50000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000B6B6B6B600000000 00000000000000000000000000000000B6B6B6B6B6B6B6B6 0000000000000000000000000000000000000000B6B6B6B6 B6B6B6B60000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000B7B7B70000000000 000000000000000000000000000000B7B7B7B7B7B7000000 0000000000000000000000000000000000B7B7B7B7B7B700 00000000000000000000000000000000000000B7B7B7B7B7 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000B8B8490000000000 00000000000000000000000000006EB8B8B8B82400000000 00000000000000000000000000000093B8B8B8B800000000 00000000000000000000000000000000B8B8B8B893000000 0000000000000000000000000000000024B8B8B800000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000BABA000000000000 0000000000000000000000000000BABABABA000000000000 0000000000000000000000000000BABABABA000000000000 0000000000000000000000000000BABABABA000000000000 0000000000000000000000000000BABABABA000000000000 0000000000000000000000000000BABA0000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000BC86000000000000 0000000000000000000000000035BCBCBC1A000000000000 00000000000000000000000000A1BCBC6B00000000000000 00000000000000000000000050BCBCBC0000000000000000 000000000000000000000000BCBCBC500000000000000000 00000000000000000000006BBCBCA1000000000000000000 000000000000000000001ABC000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000BE5F000000000000 000000000000000000000000005FBEBE5F00000000000000 0000000000000000000000005FBEBE5F0000000000000000 00000000000000000000005FBEBE5F000000000000000000 000000000000000000005FBEBE5F00000000000000000000 0000000000000000005FBEBE5F0000000000000000000000 00000000000000005FBEBE5F000000000000000000000000 000000000000005F00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000C140000000000000 0000000000000000000000000080C1C10000000000000000 000000000000000000000000C1C180000000000000000000 0000000000000000000040C1C14000000000000000000000 00000000000000000080C1C1000000000000000000000000 0000000000000000C1C18000000000000000000000000000 00000000000040C1C1400000000000000000000000000000 000000000080C1C100000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000C427000000000000 000000000000000000000000009CC4750000000000000000 00000000000000000000004EC4C400000000000000000000 00000000000000000000C4C44E0000000000000000000000 000000000000000075C49C00000000000000000000000000 00000000000027C4C4270000000000000000000000000000 00000000009CC47500000000000000000000000000000000 0000004EC4C4000000000000000000000000000000000000 0000C4C40000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000C712000000000000 00000000000000000000000000B5C7360000000000000000 000000000000000000000090C75A00000000000000000000 0000000000000000006CC77E000000000000000000000000 0000000000000048C7A20000000000000000000000000000 000000000024C7C700000000000000000000000000000000 00000000C7C7240000000000000000000000000000000000 0000A2C74800000000000000000000000000000000000000 7EC76C000000000000000000000000000000000000005AC7 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000CA00000000000000 00000000000000000000000000CACA000000000000000000 0000000000000000000000CACA0000000000000000000000 000000000000000000CACA00000000000000000000000000 00000000000000CACA000000000000000000000000000000 0000000000CACA0000000000000000000000000000000000 000000CACA00000000000000000000000000000000000000 00CACA0000000000000000000000000000000000000000CA CA0000000000000000000000000000000000000000CACA00 00000000000000000000000000000000000000CA00000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000BE00000000000000 0000000000000000000000000FCD9E000000000000000000 000000000000000000002FCD7E0000000000000000000000 00000000000000004FCD5F00000000000000000000000000 0000000000006ECD3F000000000000000000000000000000 000000008ECD1F0000000000000000000000000000000000 0000AECD0000000000000000000000000000000000000000 CDAE000000000000000000000000000000000000001FCD8E 000000000000000000000000000000000000003FCD6E0000 00000000000000000000000000000000005FCD4F00000000 0000000000000000000000000000007E0000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000B300000000000000 0000000000000000000000001DD177000000000000000000 0000000000000000000059D13B0000000000000000000000 000000000000000095D10000000000000000000000000000 000000000000D19500000000000000000000000000000000 0000003BD159000000000000000000000000000000000000 0077D11D00000000000000000000000000000000000000B3 B3000000000000000000000000000000000000001DD17700 00000000000000000000000000000000000059D13B000000 0000000000000000000000000000000095D1000000000000 0000000000000000000000000000D1950000000000000000 00000000000000000000003B000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000AA00000000000000 0000000000000000000000002AD555000000000000000000 0000000000000000000080D5000000000000000000000000 0000000000000000D5800000000000000000000000000000 000000000055D52A00000000000000000000000000000000 000000AAAA00000000000000000000000000000000000000 2AD5550000000000000000000000000000000000000080D5 0000000000000000000000000000000000000000D5800000 000000000000000000000000000000000055D52A00000000 000000000000000000000000000000AAAA00000000000000 0000000000000000000000002AD555000000000000000000 0000000000000000000080D5000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000A300000000000000 00000000000000000000000036D936000000000000000000 00000000000000000000A3A3000000000000000000000000 0000000000000036D9360000000000000000000000000000 0000000000A3A30000000000000000000000000000000000 000036D93600000000000000000000000000000000000000 A3A30000000000000000000000000000000000000036D936 00000000000000000000000000000000000000A3A3000000 0000000000000000000000000000000036D9360000000000 0000000000000000000000000000A3A30000000000000000 000000000000000000000036D93600000000000000000000 000000000000000000A3A300000000000000000000000000 00000000000036D900000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000009C00000000000000 00000000000000000000000041DD1A000000000000000000 00000000000000000000C375000000000000000000000000 0000000000000068D0000000000000000000000000000000 000000000DDD4E0000000000000000000000000000000000 00008FA90000000000000000000000000000000000000034 DD2700000000000000000000000000000000000000B68200 0000000000000000000000000000000000005BDD00000000 00000000000000000000000000000000DD5B000000000000 0000000000000000000000000082B6000000000000000000 0000000000000000000027DD340000000000000000000000 0000000000000000A98F0000000000000000000000000000 00000000004EDD0D00000000000000000000000000000000 000000D00000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000009600000000000000 0000000000000000000000004BE200000000000000000000 00000000000000000000E24B000000000000000000000000 000000000000009696000000000000000000000000000000 000000004BE2000000000000000000000000000000000000 0000E24B0000000000000000000000000000000000000096 96000000000000000000000000000000000000004BE20000 000000000000000000000000000000000000E24B00000000 000000000000000000000000000000969600000000000000 0000000000000000000000004BE200000000000000000000 00000000000000000000E24B000000000000000000000000 000000000000009696000000000000000000000000000000 000000004BE2000000000000000000000000000000000000 0000E24B0000000000000000000000000000000000000096 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000009100000000000000 00000000000000000000000055CE00000000000000000000 00000000000000000018E624000000000000000000000000 00000000000000C261000000000000000000000000000000 00000000859D000000000000000000000000000000000000 0048DA000000000000000000000000000000000000000CE6 3000000000000000000000000000000000000000B66D0000 000000000000000000000000000000000079AA0000000000 00000000000000000000000000003CE60000000000000000 000000000000000000000000E63C00000000000000000000 000000000000000000AA7900000000000000000000000000 0000000000006DB600000000000000000000000000000000 00000030E60C000000000000000000000000000000000000 00DA48000000000000000000000000000000000000009D85 000000000000000000000000000000000000006100000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000008D00000000000000 0000000000000000000000005EBC00000000000000000000 0000000000000000002FEB00000000000000000000000000 00000000000000EB2F000000000000000000000000000000 00000000BC5E000000000000000000000000000000000000 008D8D000000000000000000000000000000000000005EBC 000000000000000000000000000000000000002FEB000000 0000000000000000000000000000000000EB2F0000000000 0000000000000000000000000000BC5E0000000000000000 00000000000000000000008D8D0000000000000000000000 00000000000000005EBC0000000000000000000000000000 00000000002FEB0000000000000000000000000000000000 000000EB2F00000000000000000000000000000000000000 BC5E000000000000000000000000000000000000008D8D00 0000000000000000000000000000000000005EBC00000000 0000000000000000000000000000002F 000000000000000000000000000000000000000000000000 000000000000000000000000000000008900000000000000 00000000000000000000000067AB00000000000000000000 00000000000000000044CE00000000000000000000000000 00000000000022F000000000000000000000000000000000 00000000F022000000000000000000000000000000000000 00CE4400000000000000000000000000000000000000AB67 000000000000000000000000000000000000008989000000 0000000000000000000000000000000067AB000000000000 0000000000000000000000000044CE000000000000000000 0000000000000000000022F0000000000000000000000000 0000000000000000F0220000000000000000000000000000 0000000000CE440000000000000000000000000000000000 0000AB670000000000000000000000000000000000000089 890000000000000000000000000000000000000067AB0000 000000000000000000000000000000000044CE0000000000 000000000000000000000000000022F0 0000000000000000000000000000B7B7B7B7B7B700000000 00000000B7B7B7B7B7B70000000000000000B7B7B7B7B7B7 000000000000000000000000B7B700000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 0000000000000000000000000000000000003CB600000000 0000000000003CB6B6B6B6B6B6B6790000003CB6B6B6B6B6 B6B679000000000000000000B6B679000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000B5B5B5B500000000B5B5B5B5 B5B5B5B5B5B5B5B500000000B5B5B5B50000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B500000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000B5B5B5B5B5B5B5B5B5B5B5B5 B5B5B5B5B5B5B5B500000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000B5B5B5B5B5B5B5B5B5B5B5B5 B5B5B5B50000000000000000000000000000000000000000 B5B5B5B50000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000B5B5B5B5B5B5B5B500000000 00000000000000000000000000000000B5B5B5B5B5B5B5B5 B5B5B5B50000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000B6B6B6B6B63C000000000000 0000000000000000000000000079B6B6B6B6B6B6B63C0000 000000000000000000000000000000000079B6B6B6B6B6B6 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000B7B7B7B70000000000000000 000000000000000000000000B7B7B7B7B7B7000000000000 0000000000000000000000000000B7B7B7B7B7B700000000 00000000000000000000000000000000B7B7B7B700000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000B8B8B8240000000000000000 000000000000000000000093B8B8B8B80000000000000000 000000000000000000000000B8B8B8B89300000000000000 00000000000000000000000024B8B8B8B86E000000000000 0000000000000000000000000049B8B80000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000BABA7C000000000000000000 000000000000000000003EBABABA7C000000000000000000 000000000000000000003EBABABA7C000000000000000000 000000000000000000003EBABABA7C000000000000000000 000000000000000000003EBABABA7C000000000000000000 000000000000000000003EBA000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000BCBC35000000000000000000 0000000000000000000086BCBC8600000000000000000000 00000000000000000035BCBCBC1A00000000000000000000 000000000000000000A1BCBC6B0000000000000000000000 000000000000000050BCBCBC000000000000000000000000 0000000000000000BCBCBC50000000000000000000000000 000000000000006B00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000BEBE00000000000000000000 00000000000000000000BEBEBE0000000000000000000000 000000000000000000BEBEBE000000000000000000000000 0000000000000000BEBEBE00000000000000000000000000 00000000000000BEBEBE0000000000000000000000000000 000000000000BEBEBE000000000000000000000000000000 0000000000BEBEBE00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000C19600000000000000000000 0000000000000000002AC1C1550000000000000000000000 00000000000000006BC1C115000000000000000000000000 00000000000000ABC1960000000000000000000000000000 00000000002AC1C155000000000000000000000000000000 000000006BC1C11500000000000000000000000000000000 000000ABC196000000000000000000000000000000000000 002AC1C10000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000C47500000000000000000000 0000000000000000004EC4C4000000000000000000000000 0000000000000000C4C44E00000000000000000000000000 00000000000075C49C000000000000000000000000000000 0000000027C4C42700000000000000000000000000000000 0000009CC475000000000000000000000000000000000000 004EC4C40000000000000000000000000000000000000000 C4C44E0000000000000000000000000000000000000075C4 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000C75A00000000000000000000 0000000000000000006CC77E000000000000000000000000 0000000000000048C7A20000000000000000000000000000 000000000024C7C700000000000000000000000000000000 00000000C7C7240000000000000000000000000000000000 0000A2C74800000000000000000000000000000000000000 7EC76C000000000000000000000000000000000000005AC7 900000000000000000000000000000000000000036C7B500 00000000000000000000000000000000000012C700000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000CA4300000000000000000000 00000000000000000086CA43000000000000000000000000 0000000000000086CA430000000000000000000000000000 000000000086CA4300000000000000000000000000000000 00000086CA43000000000000000000000000000000000000 0086CA430000000000000000000000000000000000000086 CA430000000000000000000000000000000000000086CA43 0000000000000000000000000000000000000086CA430000 000000000000000000000000000000000086CA4300000000 000000000000000000000000000000860000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000CD2F00000000000000000000 0000000000000000009ECD0F000000000000000000000000 00000000000000BEBE000000000000000000000000000000 000000000FCD9E0000000000000000000000000000000000 00002FCD7E00000000000000000000000000000000000000 4FCD5F000000000000000000000000000000000000006ECD 3F000000000000000000000000000000000000008ECD1F00 000000000000000000000000000000000000AECD00000000 00000000000000000000000000000000CDAE000000000000 000000000000000000000000001FCD8E0000000000000000 00000000000000000000003F000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000D11D00000000000000000000 000000000000000000B3B300000000000000000000000000 0000000000001DD177000000000000000000000000000000 0000000059D13B0000000000000000000000000000000000 000095D10000000000000000000000000000000000000000 D195000000000000000000000000000000000000003BD159 0000000000000000000000000000000000000077D11D0000 0000000000000000000000000000000000B3B30000000000 00000000000000000000000000001DD17700000000000000 00000000000000000000000059D13B000000000000000000 0000000000000000000095D1000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000D50E00000000000000000000 000000000000000000C78E00000000000000000000000000 00000000000047D538000000000000000000000000000000 000000009CB9000000000000000000000000000000000000 001CD5630000000000000000000000000000000000000071 D50E00000000000000000000000000000000000000C78E00 00000000000000000000000000000000000047D538000000 000000000000000000000000000000009CB9000000000000 000000000000000000000000001CD5630000000000000000 000000000000000000000071D50E00000000000000000000 000000000000000000C78E00000000000000000000000000 00000000000047D500000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000D90000000000000000000000 000000000000000000D96C00000000000000000000000000 0000000000006CD900000000000000000000000000000000 00000000D96C000000000000000000000000000000000000 006CD90000000000000000000000000000000000000000D9 6C000000000000000000000000000000000000006CD90000 000000000000000000000000000000000000D96C00000000 0000000000000000000000000000006CD900000000000000 00000000000000000000000000D96C000000000000000000 000000000000000000006CD9000000000000000000000000 0000000000000000D96C0000000000000000000000000000 00000000006CD90000000000000000000000000000000000 000000D90000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000D00000000000000000000000 00000000000000000DDD4E00000000000000000000000000 0000000000008FA900000000000000000000000000000000 00000034DD27000000000000000000000000000000000000 00B682000000000000000000000000000000000000005BDD 0000000000000000000000000000000000000000DD5B0000 000000000000000000000000000000000082B60000000000 000000000000000000000000000027DD3400000000000000 000000000000000000000000A98F00000000000000000000 0000000000000000004EDD0D000000000000000000000000 00000000000000D068000000000000000000000000000000 0000000075C3000000000000000000000000000000000000 001ADD41000000000000000000000000000000000000009C 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000C90000000000000000000000 000000000000000019E23200000000000000000000000000 000000000000AF7D00000000000000000000000000000000 00000064C900000000000000000000000000000000000000 19E23200000000000000000000000000000000000000AF7D 0000000000000000000000000000000000000064C9000000 0000000000000000000000000000000019E2320000000000 0000000000000000000000000000AF7D0000000000000000 000000000000000000000064C90000000000000000000000 000000000000000019E23200000000000000000000000000 000000000000AF7D00000000000000000000000000000000 00000064C900000000000000000000000000000000000000 19E23200000000000000000000000000000000000000AF7D 000000000000000000000000000000000000006400000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000C20000000000000000000000 000000000000000024E61800000000000000000000000000 000000000000CE5500000000000000000000000000000000 000000919100000000000000000000000000000000000000 55CE0000000000000000000000000000000000000018E624 00000000000000000000000000000000000000C261000000 00000000000000000000000000000000859D000000000000 0000000000000000000000000048DA000000000000000000 000000000000000000000CE6300000000000000000000000 0000000000000000B66D0000000000000000000000000000 000000000079AA0000000000000000000000000000000000 00003CE60000000000000000000000000000000000000000 E63C00000000000000000000000000000000000000AA7900 0000000000000000000000000000000000006DB600000000 00000000000000000000000000000030 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000BC0000000000000000000000 00000000000000002FEB0000000000000000000000000000 000000000000EB2F00000000000000000000000000000000 000000BC5E00000000000000000000000000000000000000 8D8D000000000000000000000000000000000000005EBC00 0000000000000000000000000000000000002FEB00000000 00000000000000000000000000000000EB2F000000000000 00000000000000000000000000BC5E000000000000000000 000000000000000000008D8D000000000000000000000000 000000000000005EBC000000000000000000000000000000 000000002FEB000000000000000000000000000000000000 0000EB2F00000000000000000000000000000000000000BC 5E000000000000000000000000000000000000008D8D0000 00000000000000000000000000000000005EBC0000000000 00000000000000000000000000002FEB 00000000000000000000000000000093B8B8B8B800000000 0000000000006EB8B8B8B82400000000000000000049B8B8 B8B84900000000000000000024B8B8B8B86E000000000000 000000000000000093000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000000000B700000000 000000000000000000B7B7B7B7B7B70000000000000000B7 B7B7B7B7B70000000000000000B7B7B7B7B7B70000000000 0000000000000000B7000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 0000000000000000000000000079B6B60000000000000000 0079B6B6B6B6B6B6B63C00000079B6B6B6B6B6B6B63C0000 0000000000000000B63C0000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000B5B5B5B5B5B50000B5B5B5B5B5B5B5B5B5B5 B5B5000000000000B5B50000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000B5B5B5B5B5B5B5B5 B5B5B5B5B5B5B5B5B5B5B5B5000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 0000000000000000B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5 B5B5B5B50000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 0000000000000000B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5B5 B5B5B5B50000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 0000000000000000B5B5B5B5B5B5B5B5B5B5000000000000 0000000000000000000000000000B5B5B5B5B5B5B5B5B5B5 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 0000000000000000B6B6B6B6B6B679000000000000000000 000000000000000000003CB6B6B6B6B6B6B6790000000000 00000000000000000000000000003CB6B6B6B6B600000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 0000000000000000B7B7B7B7B70000000000000000000000 000000000000000000B7B7B7B7B7B7000000000000000000 0000000000000000000000B7B7B7B7B7B700000000000000 00000000000000000000000000B7B7B70000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 0000000000000000B8B8B8B8000000000000000000000000 0000000000000000B8B8B8B8930000000000000000000000 000000000000000024B8B8B8B86E00000000000000000000 00000000000000000049B8B8B8B849000000000000000000 000000000000000000006EB8000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 0000000000000000BABABA3E000000000000000000000000 000000000000007CBABABA3E000000000000000000000000 000000000000007CBABABA3E000000000000000000000000 000000000000007CBABABA3E000000000000000000000000 000000000000007CBABABA3E000000000000000000000000 000000000000007C00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 0000000000000000BCBCA100000000000000000000000000 0000000000001ABCBCBC3500000000000000000000000000 00000000000086BCBC860000000000000000000000000000 000000000035BCBCBC1A0000000000000000000000000000 0000000000A1BCBC6B000000000000000000000000000000 0000000050BCBCBC00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 0000000000000000BEBE5F00000000000000000000000000 0000000000005FBEBE5F0000000000000000000000000000 00000000005FBEBE5F000000000000000000000000000000 000000005FBEBE5F00000000000000000000000000000000 0000005FBEBE5F0000000000000000000000000000000000 00005FBEBE5F000000000000000000000000000000000000 005FBEBE0000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 0000000000000000C1C12A00000000000000000000000000 00000000000096C1AB000000000000000000000000000000 0000000015C1C16B00000000000000000000000000000000 00000055C1C12A0000000000000000000000000000000000 000096C1AB00000000000000000000000000000000000000 15C1C16B0000000000000000000000000000000000000055 C1C12A0000000000000000000000000000000000000096C1 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 0000000000000000C4C40000000000000000000000000000 000000000000C4C44E000000000000000000000000000000 0000000075C49C0000000000000000000000000000000000 000027C4C427000000000000000000000000000000000000 009CC475000000000000000000000000000000000000004E C4C40000000000000000000000000000000000000000C4C4 4E0000000000000000000000000000000000000075C49C00 00000000000000000000000000000000000027C400000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 0000000000000000000000