From 410bbd93381809d51a51a567199285a423410fc5 Mon Sep 17 00:00:00 2001 From: Sergio Martin Date: Wed, 10 Jan 2024 19:48:57 +0100 Subject: [PATCH] Adding tests and moving code around --- .gitmodules | 3 + README.md | 4 +- {player => extern}/hqn/.gitignore | 0 {player => extern}/hqn/LICENSE | 0 {player => extern}/hqn/hqn.cpp | 0 {player => extern}/hqn/hqn.h | 0 {player => extern}/hqn/hqn_gui_controller.cpp | 0 {player => extern}/hqn/hqn_gui_controller.h | 0 {player => extern}/hqn/hqn_surface.cpp | 0 {player => extern}/hqn/hqn_surface.h | 0 {player => extern}/hqn/hqn_util.cpp | 0 {player => extern}/hqn/hqn_util.h | 0 {player => extern}/hqn/meson.build | 0 {player => extern}/hqn/options.cpp | 0 {player => extern}/hqn/options.h | 0 overlay/base.png | Bin 0 -> 3811 bytes overlay/button_a.png | Bin 0 -> 527 bytes overlay/button_b.png | Bin 0 -> 534 bytes overlay/button_down.png | Bin 0 -> 231 bytes overlay/button_left.png | Bin 0 -> 231 bytes overlay/button_right.png | Bin 0 -> 231 bytes overlay/button_select.png | Bin 0 -> 245 bytes overlay/button_start.png | Bin 0 -> 389 bytes overlay/button_up.png | Bin 0 -> 231 bytes overlay/overlay.pdn | Bin 0 -> 10301 bytes {core => source/core}/Blip_Buffer.cpp | 0 {core => source/core}/Blip_Buffer.h | 0 {core => source/core}/Data_Reader.cpp | 0 {core => source/core}/Data_Reader.h | 0 {core => source/core}/Effects_Buffer.cpp | 0 {core => source/core}/Effects_Buffer.h | 0 {core => source/core}/Multi_Buffer.cpp | 0 {core => source/core}/Multi_Buffer.h | 0 {core => source/core}/Nes_Apu.cpp | 0 {core => source/core}/Nes_Apu.h | 0 {core => source/core}/Nes_Buffer.cpp | 0 {core => source/core}/Nes_Buffer.h | 0 {core => source/core}/Nes_Cart.cpp | 0 {core => source/core}/Nes_Cart.h | 0 {core => source/core}/Nes_Core.cpp | 0 {core => source/core}/Nes_Core.h | 0 {core => source/core}/Nes_Cpu.cpp | 0 {core => source/core}/Nes_Cpu.h | 0 {core => source/core}/Nes_Effects_Buffer.cpp | 0 {core => source/core}/Nes_Effects_Buffer.h | 0 {core => source/core}/Nes_Emu.cpp | 0 {core => source/core}/Nes_Emu.h | 0 {core => source/core}/Nes_File.cpp | 0 {core => source/core}/Nes_File.h | 0 {core => source/core}/Nes_Fme7_Apu.cpp | 0 {core => source/core}/Nes_Fme7_Apu.h | 0 {core => source/core}/Nes_Mapper.cpp | 0 {core => source/core}/Nes_Mapper.h | 0 {core => source/core}/Nes_Namco_Apu.cpp | 0 {core => source/core}/Nes_Namco_Apu.h | 0 {core => source/core}/Nes_Oscs.cpp | 0 {core => source/core}/Nes_Oscs.h | 0 {core => source/core}/Nes_Ppu.cpp | 0 {core => source/core}/Nes_Ppu.h | 0 {core => source/core}/Nes_Ppu_Bg.h | 0 {core => source/core}/Nes_Ppu_Impl.cpp | 0 {core => source/core}/Nes_Ppu_Impl.h | 0 {core => source/core}/Nes_Ppu_Rendering.cpp | 0 {core => source/core}/Nes_Ppu_Rendering.h | 0 {core => source/core}/Nes_Ppu_Sprites.h | 0 {core => source/core}/Nes_State.cpp | 0 {core => source/core}/Nes_State.h | 0 {core => source/core}/Nes_Vrc6_Apu.cpp | 0 {core => source/core}/Nes_Vrc6_Apu.h | 0 {core => source/core}/Nes_Vrc7.cpp | 0 {core => source/core}/Nes_Vrc7.h | 0 {core => source/core}/abstract_file.cpp | 0 {core => source/core}/abstract_file.h | 0 {core => source/core}/apu_state.cpp | 0 {core => source/core}/apu_state.h | 0 {core => source/core}/blargg_common.h | 0 {core => source/core}/blargg_config.h | 0 {core => source/core}/blargg_endian.h | 0 {core => source/core}/blargg_source.h | 0 {core => source/core}/emu2413.cpp | 0 {core => source/core}/emu2413.h | 0 {core => source/core}/emu2413_state.cpp | 0 {core => source/core}/emu2413_state.h | 0 {core => source/core}/mappers/mapper000.hpp | 0 {core => source/core}/mappers/mapper001.hpp | 0 {core => source/core}/mappers/mapper002.hpp | 0 {core => source/core}/mappers/mapper003.hpp | 0 {core => source/core}/mappers/mapper004.hpp | 0 {core => source/core}/mappers/mapper005.hpp | 0 {core => source/core}/mappers/mapper007.hpp | 0 {core => source/core}/mappers/mapper009.hpp | 0 {core => source/core}/mappers/mapper010.hpp | 0 {core => source/core}/mappers/mapper011.hpp | 0 {core => source/core}/mappers/mapper015.hpp | 0 {core => source/core}/mappers/mapper019.hpp | 0 {core => source/core}/mappers/mapper021.hpp | 0 {core => source/core}/mappers/mapper022.hpp | 0 {core => source/core}/mappers/mapper023.hpp | 0 {core => source/core}/mappers/mapper024.hpp | 0 {core => source/core}/mappers/mapper025.hpp | 0 {core => source/core}/mappers/mapper026.hpp | 0 {core => source/core}/mappers/mapper030.hpp | 0 {core => source/core}/mappers/mapper032.hpp | 0 {core => source/core}/mappers/mapper033.hpp | 0 {core => source/core}/mappers/mapper034.hpp | 0 {core => source/core}/mappers/mapper060.hpp | 0 {core => source/core}/mappers/mapper066.hpp | 0 {core => source/core}/mappers/mapper069.hpp | 0 {core => source/core}/mappers/mapper070.hpp | 0 {core => source/core}/mappers/mapper071.hpp | 0 {core => source/core}/mappers/mapper073.hpp | 0 {core => source/core}/mappers/mapper075.hpp | 0 {core => source/core}/mappers/mapper078.hpp | 0 {core => source/core}/mappers/mapper079.hpp | 0 {core => source/core}/mappers/mapper085.hpp | 0 {core => source/core}/mappers/mapper086.hpp | 0 {core => source/core}/mappers/mapper087.hpp | 0 {core => source/core}/mappers/mapper088.hpp | 0 {core => source/core}/mappers/mapper089.hpp | 0 {core => source/core}/mappers/mapper093.hpp | 0 {core => source/core}/mappers/mapper094.hpp | 0 {core => source/core}/mappers/mapper097.hpp | 0 {core => source/core}/mappers/mapper113.hpp | 0 {core => source/core}/mappers/mapper140.hpp | 0 {core => source/core}/mappers/mapper152.hpp | 0 {core => source/core}/mappers/mapper154.hpp | 0 {core => source/core}/mappers/mapper156.hpp | 0 {core => source/core}/mappers/mapper180.hpp | 0 {core => source/core}/mappers/mapper184.hpp | 0 {core => source/core}/mappers/mapper190.hpp | 0 {core => source/core}/mappers/mapper193.hpp | 0 {core => source/core}/mappers/mapper206.hpp | 0 {core => source/core}/mappers/mapper207.hpp | 0 {core => source/core}/mappers/mapper232.hpp | 0 {core => source/core}/mappers/mapper240.hpp | 0 {core => source/core}/mappers/mapper241.hpp | 0 {core => source/core}/mappers/mapper244.hpp | 0 {core => source/core}/mappers/mapper246.hpp | 0 {core => source/core}/nes_cpu_io.h | 0 {core => source/core}/nes_data.cpp | 0 {core => source/core}/nes_data.h | 0 {core => source/core}/nes_ntsc.cpp | 0 {core => source/core}/nes_ntsc.h | 0 {core => source/core}/nes_ntsc_config.h | 0 {core => source/core}/nes_ntsc_impl.h | 0 {core => source/core}/nes_util.cpp | 0 {core => source/core}/nes_util.h | 0 {core => source/core}/utils.hpp | 0 source/emuInstance.hpp | 174 + source/playbackInstance.hpp | 153 + {player => source}/player.cpp | 0 tests/movies/.gitignore | 4 + tests/movies/castlevania1/README.md | 6 + tests/movies/castlevania1/anypercent.sol | 37338 ++++++++++++++++ tests/nes-test-roms | 1 + 155 files changed, 37682 insertions(+), 1 deletion(-) create mode 100644 .gitmodules rename {player => extern}/hqn/.gitignore (100%) rename {player => extern}/hqn/LICENSE (100%) rename {player => extern}/hqn/hqn.cpp (100%) rename {player => extern}/hqn/hqn.h (100%) rename {player => extern}/hqn/hqn_gui_controller.cpp (100%) rename {player => extern}/hqn/hqn_gui_controller.h (100%) rename {player => extern}/hqn/hqn_surface.cpp (100%) rename {player => extern}/hqn/hqn_surface.h (100%) rename {player => extern}/hqn/hqn_util.cpp (100%) rename {player => extern}/hqn/hqn_util.h (100%) rename {player => extern}/hqn/meson.build (100%) rename {player => extern}/hqn/options.cpp (100%) rename {player => extern}/hqn/options.h (100%) create mode 100644 overlay/base.png create mode 100644 overlay/button_a.png create mode 100644 overlay/button_b.png create mode 100644 overlay/button_down.png create mode 100644 overlay/button_left.png create mode 100644 overlay/button_right.png create mode 100644 overlay/button_select.png create mode 100644 overlay/button_start.png create mode 100644 overlay/button_up.png create mode 100644 overlay/overlay.pdn rename {core => source/core}/Blip_Buffer.cpp (100%) rename {core => source/core}/Blip_Buffer.h (100%) rename {core => source/core}/Data_Reader.cpp (100%) rename {core => source/core}/Data_Reader.h (100%) rename {core => source/core}/Effects_Buffer.cpp (100%) rename {core => source/core}/Effects_Buffer.h (100%) rename {core => source/core}/Multi_Buffer.cpp (100%) rename {core => source/core}/Multi_Buffer.h (100%) rename {core => source/core}/Nes_Apu.cpp (100%) rename {core => source/core}/Nes_Apu.h (100%) rename {core => source/core}/Nes_Buffer.cpp (100%) rename {core => source/core}/Nes_Buffer.h (100%) rename {core => source/core}/Nes_Cart.cpp (100%) rename {core => source/core}/Nes_Cart.h (100%) rename {core => source/core}/Nes_Core.cpp (100%) rename {core => source/core}/Nes_Core.h (100%) rename {core => source/core}/Nes_Cpu.cpp (100%) rename {core => source/core}/Nes_Cpu.h (100%) rename {core => source/core}/Nes_Effects_Buffer.cpp (100%) rename {core => source/core}/Nes_Effects_Buffer.h (100%) rename {core => source/core}/Nes_Emu.cpp (100%) rename {core => source/core}/Nes_Emu.h (100%) rename {core => source/core}/Nes_File.cpp (100%) rename {core => source/core}/Nes_File.h (100%) rename {core => source/core}/Nes_Fme7_Apu.cpp (100%) rename {core => source/core}/Nes_Fme7_Apu.h (100%) rename {core => source/core}/Nes_Mapper.cpp (100%) rename {core => source/core}/Nes_Mapper.h (100%) rename {core => source/core}/Nes_Namco_Apu.cpp (100%) rename {core => source/core}/Nes_Namco_Apu.h (100%) rename {core => source/core}/Nes_Oscs.cpp (100%) rename {core => source/core}/Nes_Oscs.h (100%) rename {core => source/core}/Nes_Ppu.cpp (100%) rename {core => source/core}/Nes_Ppu.h (100%) rename {core => source/core}/Nes_Ppu_Bg.h (100%) rename {core => source/core}/Nes_Ppu_Impl.cpp (100%) rename {core => source/core}/Nes_Ppu_Impl.h (100%) rename {core => source/core}/Nes_Ppu_Rendering.cpp (100%) rename {core => source/core}/Nes_Ppu_Rendering.h (100%) rename {core => source/core}/Nes_Ppu_Sprites.h (100%) rename {core => source/core}/Nes_State.cpp (100%) rename {core => source/core}/Nes_State.h (100%) rename {core => source/core}/Nes_Vrc6_Apu.cpp (100%) rename {core => source/core}/Nes_Vrc6_Apu.h (100%) rename {core => source/core}/Nes_Vrc7.cpp (100%) rename {core => source/core}/Nes_Vrc7.h (100%) rename {core => source/core}/abstract_file.cpp (100%) rename {core => source/core}/abstract_file.h (100%) rename {core => source/core}/apu_state.cpp (100%) rename {core => source/core}/apu_state.h (100%) rename {core => source/core}/blargg_common.h (100%) rename {core => source/core}/blargg_config.h (100%) rename {core => source/core}/blargg_endian.h (100%) rename {core => source/core}/blargg_source.h (100%) rename {core => source/core}/emu2413.cpp (100%) rename {core => source/core}/emu2413.h (100%) rename {core => source/core}/emu2413_state.cpp (100%) rename {core => source/core}/emu2413_state.h (100%) rename {core => source/core}/mappers/mapper000.hpp (100%) rename {core => source/core}/mappers/mapper001.hpp (100%) rename {core => source/core}/mappers/mapper002.hpp (100%) rename {core => source/core}/mappers/mapper003.hpp (100%) rename {core => source/core}/mappers/mapper004.hpp (100%) rename {core => source/core}/mappers/mapper005.hpp (100%) rename {core => source/core}/mappers/mapper007.hpp (100%) rename {core => source/core}/mappers/mapper009.hpp (100%) rename {core => source/core}/mappers/mapper010.hpp (100%) rename {core => source/core}/mappers/mapper011.hpp (100%) rename {core => source/core}/mappers/mapper015.hpp (100%) rename {core => source/core}/mappers/mapper019.hpp (100%) rename {core => source/core}/mappers/mapper021.hpp (100%) rename {core => source/core}/mappers/mapper022.hpp (100%) rename {core => source/core}/mappers/mapper023.hpp (100%) rename {core => source/core}/mappers/mapper024.hpp (100%) rename {core => source/core}/mappers/mapper025.hpp (100%) rename {core => source/core}/mappers/mapper026.hpp (100%) rename {core => source/core}/mappers/mapper030.hpp (100%) rename {core => source/core}/mappers/mapper032.hpp (100%) rename {core => source/core}/mappers/mapper033.hpp (100%) rename {core => source/core}/mappers/mapper034.hpp (100%) rename {core => source/core}/mappers/mapper060.hpp (100%) rename {core => source/core}/mappers/mapper066.hpp (100%) rename {core => source/core}/mappers/mapper069.hpp (100%) rename {core => source/core}/mappers/mapper070.hpp (100%) rename {core => source/core}/mappers/mapper071.hpp (100%) rename {core => source/core}/mappers/mapper073.hpp (100%) rename {core => source/core}/mappers/mapper075.hpp (100%) rename {core => source/core}/mappers/mapper078.hpp (100%) rename {core => source/core}/mappers/mapper079.hpp (100%) rename {core => source/core}/mappers/mapper085.hpp (100%) rename {core => source/core}/mappers/mapper086.hpp (100%) rename {core => source/core}/mappers/mapper087.hpp (100%) rename {core => source/core}/mappers/mapper088.hpp (100%) rename {core => source/core}/mappers/mapper089.hpp (100%) rename {core => source/core}/mappers/mapper093.hpp (100%) rename {core => source/core}/mappers/mapper094.hpp (100%) rename {core => source/core}/mappers/mapper097.hpp (100%) rename {core => source/core}/mappers/mapper113.hpp (100%) rename {core => source/core}/mappers/mapper140.hpp (100%) rename {core => source/core}/mappers/mapper152.hpp (100%) rename {core => source/core}/mappers/mapper154.hpp (100%) rename {core => source/core}/mappers/mapper156.hpp (100%) rename {core => source/core}/mappers/mapper180.hpp (100%) rename {core => source/core}/mappers/mapper184.hpp (100%) rename {core => source/core}/mappers/mapper190.hpp (100%) rename {core => source/core}/mappers/mapper193.hpp (100%) rename {core => source/core}/mappers/mapper206.hpp (100%) rename {core => source/core}/mappers/mapper207.hpp (100%) rename {core => source/core}/mappers/mapper232.hpp (100%) rename {core => source/core}/mappers/mapper240.hpp (100%) rename {core => source/core}/mappers/mapper241.hpp (100%) rename {core => source/core}/mappers/mapper244.hpp (100%) rename {core => source/core}/mappers/mapper246.hpp (100%) rename {core => source/core}/nes_cpu_io.h (100%) rename {core => source/core}/nes_data.cpp (100%) rename {core => source/core}/nes_data.h (100%) rename {core => source/core}/nes_ntsc.cpp (100%) rename {core => source/core}/nes_ntsc.h (100%) rename {core => source/core}/nes_ntsc_config.h (100%) rename {core => source/core}/nes_ntsc_impl.h (100%) rename {core => source/core}/nes_util.cpp (100%) rename {core => source/core}/nes_util.h (100%) rename {core => source/core}/utils.hpp (100%) create mode 100644 source/emuInstance.hpp create mode 100644 source/playbackInstance.hpp rename {player => source}/player.cpp (100%) create mode 100644 tests/movies/.gitignore create mode 100644 tests/movies/castlevania1/README.md create mode 100644 tests/movies/castlevania1/anypercent.sol create mode 160000 tests/nes-test-roms diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0036cde --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tests/roms/nes-test-roms"] + path = tests/nes-test-roms + url = git@github.com:christopherpow/nes-test-roms.git diff --git a/README.md b/README.md index 160139f..57a67ad 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ Credits - The code was later improved and maintained by Christopher Snowhill (a.k.a. [kode54](https://kode54.net/)) - I could trace further contributions (e.g., new mappers) by retrowertz, CaH4e3, some adaptations from the [FCEUX emulator](https://github.com/TASEmulators/fceux) (see mapper021) - The latest version of the code is maintained by Libretro's community [here](https://github.com/libretro/QuickNES_Core) -- For the interactive player, this project uses a modified version of [HeadlessQuickNES (HQN)](https://github.com/Bindernews/HeadlessQuickNes). +- For the interactive player, this project uses a modified version of [HeadlessQuickNES (HQN)](https://github.com/Bindernews/HeadlessQuickNes) by Drew (Binder News) +- We use some of the [NES test rom set](https://github.com/christopherpow/nes-test-roms) made by multiple authors and gathered by Christopher Pow et al. +- We also use some movies from the (TASVideos)[tasvideos.org] website for testing. These movies are copied into this repository with authorization under the Creative Commons Attribution 2.0 license. All base code for this project was found under open source licenses, which I preserved in their corresponding files/folders. Any non-credited work is unintentional and shall be immediately rectfied. diff --git a/player/hqn/.gitignore b/extern/hqn/.gitignore similarity index 100% rename from player/hqn/.gitignore rename to extern/hqn/.gitignore diff --git a/player/hqn/LICENSE b/extern/hqn/LICENSE similarity index 100% rename from player/hqn/LICENSE rename to extern/hqn/LICENSE diff --git a/player/hqn/hqn.cpp b/extern/hqn/hqn.cpp similarity index 100% rename from player/hqn/hqn.cpp rename to extern/hqn/hqn.cpp diff --git a/player/hqn/hqn.h b/extern/hqn/hqn.h similarity index 100% rename from player/hqn/hqn.h rename to extern/hqn/hqn.h diff --git a/player/hqn/hqn_gui_controller.cpp b/extern/hqn/hqn_gui_controller.cpp similarity index 100% rename from player/hqn/hqn_gui_controller.cpp rename to extern/hqn/hqn_gui_controller.cpp diff --git a/player/hqn/hqn_gui_controller.h b/extern/hqn/hqn_gui_controller.h similarity index 100% rename from player/hqn/hqn_gui_controller.h rename to extern/hqn/hqn_gui_controller.h diff --git a/player/hqn/hqn_surface.cpp b/extern/hqn/hqn_surface.cpp similarity index 100% rename from player/hqn/hqn_surface.cpp rename to extern/hqn/hqn_surface.cpp diff --git a/player/hqn/hqn_surface.h b/extern/hqn/hqn_surface.h similarity index 100% rename from player/hqn/hqn_surface.h rename to extern/hqn/hqn_surface.h diff --git a/player/hqn/hqn_util.cpp b/extern/hqn/hqn_util.cpp similarity index 100% rename from player/hqn/hqn_util.cpp rename to extern/hqn/hqn_util.cpp diff --git a/player/hqn/hqn_util.h b/extern/hqn/hqn_util.h similarity index 100% rename from player/hqn/hqn_util.h rename to extern/hqn/hqn_util.h diff --git a/player/hqn/meson.build b/extern/hqn/meson.build similarity index 100% rename from player/hqn/meson.build rename to extern/hqn/meson.build diff --git a/player/hqn/options.cpp b/extern/hqn/options.cpp similarity index 100% rename from player/hqn/options.cpp rename to extern/hqn/options.cpp diff --git a/player/hqn/options.h b/extern/hqn/options.h similarity index 100% rename from player/hqn/options.h rename to extern/hqn/options.h diff --git a/overlay/base.png b/overlay/base.png new file mode 100644 index 0000000000000000000000000000000000000000..fcc3a51915f53d53904f16dea4ef0566d5712346 GIT binary patch literal 3811 zcmV<94jl1`P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGmbN~PnbOGLGA9w%&4tPmKK~#8N?VWj0 zQ`a8He}r8`Q5GL4_^PZcFDQyMsMAbXUNX>JM%3aGrioCJ|l{j^wCXH=v|j~-=@GBVB0 z#~*)8r%s)cUZksbWl+VvI(k%J$7{r)aQCDRzHKRa{77CS)7o*ENEff)LI;l>A@b?K zYeZ60K?#GOr3Euy;uSKj9b+PuBn4HY%qE|rYZMjMg(8Ck#FfwxY8Tprl=-=|a@#I` zCg<%Ka**0B(bDW|GkiKnjG1k*N9{L`D^q?ZYDiDIGz^Hn#OA#$A%3X zXv&l+77hlk?zy3-tE-v)TFTc?2*|SNdQc-epGQISYc&oo>&mMAhb*1N? zdydx-rKYCR{rmUnz4zW@uhY}h*`to`-MdqCbTrl0*3y9k2k6e7JFITluwlH%KO2Wx z(w4&a-+xcHZr$Rqj8j!r#RQs`mPY&c@24Y2j*yp^7rSt+5h#Gbzx?t`I(+yruOV`G zcV}aO>({T-x8HtCw{PEOVyvvJq^ztg*7okZ@6x49mnbMGh`kS8eQTsuuQ)*jxN0F1 z9l5!=Oh^#S<;$1p{Q2|LzI}W4TnFm1v$LtXx|-Jz?c2AHiSFvvtF&|HPF_nicI;SM zw{9JO)dVcGKCsZR*0W~KqBq}slaxv&yO=)s-~*aCaUv~Ux|I6&@6UU;K3c6vA&gHy z{gjR!JH{*|Ear_HH)#9z?bOiFK+BgeX9ex&&Yh!Gt5z|g4jD3pP0<+{88mtFWGXBy zWaooBuyW-}CbShRR;v;^HVLCx`V1 zWo2b-YS#DZ;qp(LHjUPFLQ|HGwPvf}XBjyRzeep(TY64B>3vyqVnG+*lnfHvHn}pMRdd z{`za$y?ZySmjbvSXV0FcnwlCm=KJrz&s(GeuGH$)tDkUnY@yYPbl$vqq);d*DJh8t z3~0(~7z0zaPB@s-Uw{2|HXXw{A_~{X+%%519Syt`X z$9viaf)HJv)5ph$N=iydtyZ(32I(C`>!)uyAsh%56c-m$aBwh<88e1iMpz4d%!w2q zSWHX|vznGbno9rN5D;7dM*yE1fg%1cQUV`;#*7)%yLWH9r~D=pVT9B@2S|PV(BlPv zON8-9Yw^E-k17jt=%g8)`}_IP-HI{_2ne!i33ck!sq7I`Xh1*!dmbMjPvggrXU|cu zvtkgWzO~Z{6ky{GrY~5TN=>D?T#AP}^UnKNfH3vMW8jIRShTvSvPEnK*e^}~gM z_xkzgpYtBlfOH&u#tRoN(5tV$YSfC`3Iffdq9XQpyzs+E0C>-^aP8W)<2BL%7Y9}jZVoOs1d9kDF|$YkL|Ix|%F<~7!5`d;!Gj00*XFQl z?SApvO>{6jk0QH--n4M0<5#Bs=|H5g=sF7y_W}zH5Qr2^nl$N&3k#VMWJN4t+ltephx~~+AkeI= ztgxX&hnB5hzy1~y(I{)zt}RBL;G}oS%gZa`-9^#(@UPZJMmp}^z00QjE?um$8zwn< z@+6y`kaE)%SZVmBn7M30(&!#jJS?aX^_G43;fEcCsp|3kDol?ds1vMc>45_Wx>Q$J zt9g@5GXq~2J}**ZnD!9_BGQ+FPd@nsvn7AkM4vu=C@d_@<^W1kk-`VX6rY@&e4kf6 z!JIjB8qi0nRN8h~$=J=NO`GV@p+jr~%ig_vNiZI~#eQ&JthyP3Kn)8PwqV&O4Gp2B z|3$e`Q6A{Fp2v4pI{ zkz?2vIJIz*ez$!Om23ap2+|Vq^Y)^Y7bfvn=D~-YpPx^iJ9p+a_JQahsU+;?(&5N4 z94^w#%*+d?PoI7|EiLV~;5@U`lOcjQZwdZS@H5Xmb1^P1t{1O1i!CBe-FuKK>KZ5~ z{~T#5q`m5!o4`)NG~&NeG-vdm`BYQjLq;%!{G=3M53awz{}Up0)ELG@DydJ3JSfsk zsi~J1SrVik!=#vO0f~C#L6K%!zI=J95I{Z9SyWh12sAr8 zJ7~m+5jO=Nq$@kf0j%7%lXA{qAvYn4tqbo*kv^{2j>KDA5-z0h_94w5xuhvpQDu*A zyxw}WTCIBDzI{O|m8zS5{#p=IM{Gw74GnD=J9ccbJ)euC#*kE`fG6sUkY+k@;)H%O zKNuDi0*#4@k;a)ZL3vd*X(}tp%d-vj@b#dim_EFvWwN!Vl8RL~_$%uvEG)b#ST!b` z*|TRW6A}^vy}i9Vp{=&Iw&eKntAfdnqednEbRE`#?J`V*;)bxcIEgjPvS1bYR2Jr~9oM!Xp&E*p&Oo-5l2jICd z`}GytD$pk*BO|P$qT)Jl7KNk7uqaYhO#^Ms%&}N9@|66DCVYK;!v+i(&>Imv3W6j< zGmm48oy)MO@99>(Z2z!YE0}&^-GpG)&E4JIof#?%UaFx+ zgWH$&aZxC!LqH(;1$U;&3ByEhEcxwZ`B%A)$igMY*Ob{W@(NwTAfIH_Kzh`?>6kq9kB5i zw=54GI@DxAJNlu&yI}DqOqjsWWSU;FaSk6t4BfkT_dsqMIZ9q-k*usN6^;oH4;O+B z%QVLrl8LnTcWLitbQB}|MN-^^$<#M4o;n7JbEDAjsiz}p-rTuQ+=60^gy^R!ZlWz? zM2H?k41s}x-LT4oBzi+bgT>oH1&dy_V#SIm93v*`2F)>s$qgoA(QOFm*|VqB8x9=x zg=LG@qzO^{MRKnwq29s=pA;i*gN(DXH8Yo#Dm9H7GL+^|HNP9maPvo1Rh0^>JV>G= zM~M^=YcK%f5stZEQ&SW8)?05~_w)1nH|oV~Fp+W$hi@>EaXzqsf@MeuX;^T$sell+~j^R{n2v&%YfJc7Q&CRU=5jFxCQ~seX`$_E?!`O6h zw@88R#MC>A*NDTXzLo|ijG+b7q)+63vEv|Rr>`TAhYzS;;fBAoMS}Ma8Y1IpNO%aP zOtH=(~!lXB7LyY$^urSK-IuM_@6>)w|$ z!M^Rp-IM%06qGzJf!CS_AF`uv?a<-KF&rjR8Rwx@-H0b6^LJoOq;d*M#_5qoD&zDR zo$lq|7M1zCz{V59-xkGPl=81M%f;ym(<9gBV@oRk-o1=7q5pgLk3}jYNn{1`ISV`@iy0V%N~n9IAd|DYRfopX?I*OW!B!ET6i!*2^Pf_VGfWhE3fw7$ZN=Geehai@R6tb?J(`Zn%BLt>$t>QNQ zS+`Y!-W*)K`J;s3I^OtVvjF!cKZL~=)Q7x3cNn{1`ISV`@iy0V%N$K&8ec4o|{>(_I`5MYnR=k{$^&1e=YiC7rfC*bGTNc_V)L` zYPOImW|otk{!31>Mm!{`%ATMGflSNo{_!g=59@;vv1X&No9Y_>pESVRHrP`9{Q%}z6qD!_aEjRCfobr zic}$rJc@Vs?>shZ?`)+@M;=)|FRUt^mi#(>iTw}Rke%I5c4h7RyX{MF`Bz^2uyyy1 zdsptLO?>wJ;?0UK4u9TwWx*B7m$*|Hf4P5^%l-3j#k~FM-vjqvQse)uxO&UUUg0N# onpn_T{?Ck|b37H-z23+0BJ8>1->cr2fN{y->FVdQ&MBb@00Xq+fB*mh literal 0 HcmV?d00001 diff --git a/overlay/button_down.png b/overlay/button_down.png new file mode 100644 index 0000000000000000000000000000000000000000..541fcfdea63f14cda649699f551c6bb770c709df GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^D}mUQgBc{U-dYt%F%}28J29*~C-V}>VM%xNb!1@J z*w6hZkrl{i3-AeX{m;MwWVVP~y#Z28B|(0{{~4ZcH}C@TI14-?iy0V%NVM%xNb!1@J z*w6hZkrl{i3-AeX{m;MwWVVP~y#Z28B|(0{{~4ZcH}C@TI14-?iy0V%N2R=QtON-ru7fEJV%4u{jYzVcG}{tB^1W) i`g$<)JQkSyjPYftQtPdiPq=~hFnGH9xvXVM%xNb!1@J z*w6hZkrl{i3-AeX{m;MwWVVP~y#Z28B|(0{{~4ZcH}C@TI14-?iy0V%NH!Sd4n%psOr3qJ-^FIXI!{F)a=d#Wzp$Pyif>%WV literal 0 HcmV?d00001 diff --git a/overlay/button_select.png b/overlay/button_select.png new file mode 100644 index 0000000000000000000000000000000000000000..9b93816e5cfd243d59cf9b03e3888fde25fa5f96 GIT binary patch literal 245 zcmeAS@N?(olHy`uVBq!ia0vp^D}mUQgBc{U-dYt%F%}28J29*~C-V}>VM%xNb!1@J z*w6hZkrl{i3-AeX{m;MwWVVP~y#Z28B|(0{{~4ZcH}C@TI14-?iy0V%Ndwpq_*Is<^{**X<6&dNn{1`ISV`@iy0V%N4OZ_O85iL{~_r$5a!*pL!8EwyP=`)!`c-=0?IKbN+3RnPVd`sCs@ z&*P-9W~Gv<|B@%2Q*0(qQYS~yE~0EwYE@0t^5<_~-q!p4rSK@9T71lVkG)%~w~?j{E*xLjA?N{qZ_9|9>-Qh^1%e>}CE(_XSUVU@Q3w7<3Gtu6{1-oD!M< DVM%xNb!1@J z*w6hZkrl{i3-AeX{m;MwWVVP~y#Z28B|(0{{~4ZcH}C@TI14-?iy0V%NAvY&PiW)K9CML}1G0SB>My87-$K)b8&qq@4PZ@{6tj=rm^tM5hy#KmI; zmGJ;kPyx?X-YB}kb^4T1l9ycZz%cmpF91|Ve689V2Xc2T+ zqO4wcV9XaY`JzJ2;S<{>NFNe@AdSM3M#K(%5XMl@rsuOtLhTVdP{!kv83dV9qFB&| zJk|H?geev#ih8{<>k?!%Mm<3mG8XZLqyzJz2ER2%X~Ly&#NhW^T@fko2RTfZ!&!aV zAJ5oAkQ)kEEC?af#7tIY5!VsElnI9|reqRSb1vLk@uDR?sdE{vs6k4kd_jvnpthwg zF;CEE)f>!Sj>H|loX;N4E2T7y1POxT2$f2!A&87tR{*?;ik)#I0Xkht(9&#CuJ9y1 z+OoyQSuoCz^A?{G#(gQymcX4#vIJPDYu zs`Z<6VAxx6XHYd|G7{k|<(5KVxMax#mY@^Kn=zuG(3XKrS);OG1+I`&SnxFMBvg4> zB@#^OMIp6b z1)4JztOF;4PPsu3loD7*4LL)0HbBb(h;@~`NxTfvtUIr) zsJuLsX6)sBj84Z92FwR=wO+ycs3@*sj46A`>&a^flx7%{g^HT#gxaP|%IqX2_q)CN zAn#K^B_yFNp!u8(wm>1hO~$58j#3Cz0*r^%Bp74a4x3@DVkJ_r1Ih9c7&fNldQCQy zk0uI1yUP*Ks7)wRD5OJaVPxEukrxzdAB(bi7zi_T5ph+djH?n?1Q?^)!==4oAgUz| z3J_9+DjI2`f}tiosVbXed7_}RVs^x1l(R}8?1K|D%Ec;Kb2u%H!6`PJ)fdwhC2X`I zkUXS|$}JH($`qZ25M5@#T#6tn4s8VtTT>1dgz$hVonlQHT0_bU4ht0XDp-Z4=)nB| zL7^}NOCc$2j~X4cCuk2iVzfu^4a6AEER0)FdC9cejRdXg6j#bK8ZR8RIf5Z$5)BDz zTS{8N2nfY+m^_dm0AE&{A@p3rp!BIqfJPg0TeDEQqzFZFezjFrwj$AFG0LW7aw8fq&JLK!unWc_hJwk(=rZ9F!KIu|v(2t?>D90=%>|ViW0rSo z6Cp-Nc|c`43ORMudwBoRwk&-wg82E+;u5_4vqh#$@x@SN0`2^W1@(5Fv^ zSv5}P0Us5S*~(GcVspw<4vU4erlXjuNTxLwompm;s-003k1-~VR7+;`x_Dgb3zQ5# zQW^*CrcB-#DfkL*L!(|rAZYEB*L6s=CIk+p0tm_lboAjVBBFQyxt^CMHM_~ z*8;GYV)QA*kHNZV!T``Nvzlbm(ugWmwS0wV<|Z6N4!!dQ@jEIL<&;GH0p^W+N! zli5qVV{j#-0zE*~q1Kn8B{<;MlXP5db%fzeA(br3DhZ@Sg-Otv^%yEepI7e5mGp5g zLPV7bM5^HJJ_XGK%8((h!wq3TRU)AvY*1PNJK@R(bMms0a+OpSDCj}LCOfK*Ci1~T z#tuRDlt+!&Ku9HZm36F@Qy797xKNSH2v#48n=k_eAX+~u^>}P)KcmvqSTbT)XU(KV zrSZglTts03!vHDw5FWy(_3<_&S2V{7FjGODvRF}v!wO6*&&n!Vxr0R=0mQEl$j#9N z4<*A6vsH$xD5=N6Ya)e6h4Gc)a3~6fz@#h>7)>g|prBRquqLY!a+TC9YzJtJ4`vdw zR0{Grf~j0Fp~Sror8!^Ju&D~Gp>-Aj;mJe_BeejSQp8b@(WOgk+&~s_X+1?dT_{>D zP|+O-f*@-u_;f`#5f-*gkIY-jutsGp=k%ZoF|R>MR8%az|$(PJDCsW8DR&qCg=>VAsk62<@c+NT3;zsQG^XjM5ggV zJgbna&=QQ$F;^xQPpb61lE}xnxJk_#69CO9*iewqg^FRksJ2;^`3wYS%h8h6jer^l zS0)h|T~v{rRvQJwQH{bMH$YmspK&0`veJTuj67HI!Keq+S}p339kbZEfRlCb7P%cV zDKxYzjg#d#0R<@=V`mU!(2vIt4&pC7EG-hPw zWoJcYlBxU{gqf4YdV)Mo(Hj)b_F1qs^#e}XQXak*O^fE_v`LK+Jm-bh=5 zfCpFmF*T(0nOs~>FNIwmohE@IE@#Y@H0XSI!ETXdeHp1wo${er&dB0=)`{5tcCuK~ zd6ii(sCMF38z=-@9th=&v0z2!aBJC$(velg3AU0i6iY6*((28G^cdxVDLv^afnl8o z75verQR~WRNLGoNOJuo71{K~ISp-wLWH}v+=JR@;gEEm&%IZ^vA}(La?lv(xy9>4B zpeC#`+TaRp!%N1L-WkW#YNdQ4`p%0Vg06*2@Jw9sihmVt})dS>R6<3)+ z17=L=(jRf>Q+BC4gJmoUzuLz$yjPWG znQ*G8RVvcFknq`bA?i$2C|*kzq}dFNWidyZ;W!Oh%+L`xF7;9t#--6B+5pJ~l5kO~ zp^c;=6Gz-m*kG_04W(j1uP)IgG74JDRu|40O{53a#azycI!2__P&7;z{U$4jqfw2` zWhdNuskX=`Tn?SmQz_WPIg8q33CGGD@8SVn*k?ejQY?oigu@4v=k@NG%V4p%aJ$}D z3PU~%s#5Wzr~=1nV{?{A4$at z2UYg6Ns1ZEjd8)ZvJ}~H>LylSy{I*ux}r6my^>v; z&r-aL%HgCiCtHq6XKU(eYHDjGf9MJA6fbkmcs3`h(%5(jR?Z5dqfTpZKytbbv8fbA zIG6ScK>smi82iw&I?P^ zU(fS+Su`Zj78i}(uSZ8VUZDo`Xctc1mg@xgf4a`6)}!sb zV_W1pweXck$VM&lmgZcUqsF!V_Wo5{a7(YN`4Y-DB7{1&$);)5wWk(r|E&H z6_Bck+B1m4N2Swhnk8=bYUHVtJ}(`aJj3+P}}E)!js##N|Cx zz9F7V<6JfIS2q-nXE}<`#i?wsY@Vlag6dyo0^K{!#iu%|8%>{6^;6r;X~}MgYI>^s z)4v!G=rJ~Oc39CzFYEaRc4``;JtU2dLwmAL4PK?^0#vi*)xsN1LT2lc$D4(QL|lXF zVhj~3O)UcHPV~cshD2PSs=#oe(sZprx&>N=hD2Pus=x@L(sZ3bx&=lG4T-p}Re|e; zN)sTEZh;$whD2QRs=%LwO4BHTbPGs@hD7v-ssJcdn#4`0TR<)}B%-fW1r$Q1Nhy$S z0hQ2@h<;QRPz#kNjX=5uv_hj^w9o%-ZN&YjS44;d(#_Si_FM^{aJ(>_Vq^iB<c4>T>ABF~#NhXR9mjH|HE(8nVL4fu!oQ1kQ*is1vrUa~#)2rCGjgNU=mxbPcgA z7K&)8hlKH(MhlhtW`X>Bj}aZej=|H^g{P!m;)W?`+$S!42O*MCp3O64FP6iJc&^-3 zHHC{MDT#P2sQXVjAW0+_4e7b~)c~w6w`hwq3*K;}V3Xe6R%;p~v?Y?0^=}G!_kVc5 z>SWc-+SXRnD58mvL=4tyM2{0&EdmjJ>6|6MN#uwT+$@xan?-_A;z_kSv~XINtPzG5 zhZk5i5;3}~h>+M4!~6n7qsS3MzF8;@CV|vBDY_ePc~3ks8C3DCLPa8Gg$wX(B1g;+ z%|dCg3#1+u|Ce%hf=hb>ipir2=n^UtF^gOP2#XvsqcjVp!7Y%BeB4>IB|Xu^OjAWe zg^EN>ITxT|B1cR=%|dDL3Z%}+7MZhnFZ9F{qq2$@5GoQe?k>O!iX1UpH4CL7B#?S6 zhx6U)F762^CbBBv1fe1kGuj1!6Ge`g-I|5caEsV7oSog1J;B7JR|UgGAu;=102UEB zVkT@BN&_Lb^k>25^#H3EQ`i48-3gM_bXPCtpMRCG#B9+hWXotSrdBq^@GMfjHZ+nH zP4PTM3hX9{L`-Sk+XW&%l3rr?)JQ}kJpUnQbICYCSJC>Cn*<`7wA&yOF>I?mF-p(l zi6L0!i4k`mPmHE2PYj;(cw%f+d15G>#}oa$$`jrCJf7&XRi5af=kY`jtnx&MJC`Ti z;p&9W>eHaS<}Zz>s=dE`d~E6})4+{^NhA8V+}SlPawu}+Ju{`P@ZMv?GO3N1@6@X6 z8b6!*=f(l(y;CPFvtBlGVyxxffde1B`CSAVI&AQzL+>3pGWOJyH(RH2iw2sXzWKU( z>)R*3TRn47cK5ukJ5Q8`{r1IAyWUx~>xn&U=9U$c_5JUhW<4|wZ0^%o+cgz@m+Q0t z$nl$pA8iI2CdfiVF6r7q=(UBQ`-6pgEi^lN^L)w2PWbA+UDI#V-`zQS$dmFBvl`nE zJ69ZS&xDSx+PD9tHLS1HFn;yN_vK$reE;$2c*i0~7y0wIw`_ench`^gU&+5}{VI9? z>uZQk&2t{}FNZ!N5C37@?k#=xkJ&!>z=|ouCtlY2Dtn><=kHvq|Kz~hEvokqE;_QP zZKAyV4buOa_@UDB$2YIKa!SXbr4RRS+q&XU^X}WUz`BQ@*LiT$maU6^sEaj*j=O><6HDl@+ zVBB2em4kZ!abWutc|}^=@satmEtA=gM@`5MY@fb$Df!AK$T*&sfJaJ%!bMJ5SM@C**a`36=9-sA6 zW!v{_o3C0*9R6V4!3CK+revoY?+!OS@m4n^V_o{rqpApZwPB%5DAyn=}Wu{bR;2 zlXpIJwBC25ec9{lzdF2f)%Awm(fHL%vgy(zZDSWR`#yc=qt4DrpO0A5`V0DDZu;93 zJmmX-pK(e16>Y=jqu&;5`zJegy!g?spGsbf>c&{V4>QIg?OJ!cjK1f<>KC@IJ91ef zyMJ@nZ!a%By6KKhs&N}iuwT)I)OzWmmrhi6u(_ka3s(jwVC<33z^%a7}?KR#h+|JHf)Z1?SS ze(n3IL%n8u#{%V7frH6+i+lby^mh3*lWtf(>9dV{^Y({VO^PzkJsWmB|M!miUfHYG zHTXWrzp0z`VBZDK#~#|;vukR>zA)ydh`YFqxJ2k zS(?ewS>F zfJZm~u>H{J6E8ooXQC`LUir#<3Fps;cE0!hccU-)VaVKT+tc4Xx_8{`vkztFpZIG` z9w*<_w9n}^X{ON>z1yyaI_=@kw{d)0%LAxgE_8uOY_+Ucr)4RKlLqDvkb+o=V zduV&>CIQb;n%|**X4pDqhx^@L?ay64p=-tq-@R=4d`$$Nbz<>OcDeVZ)UpWbz3J%9 zbKY6g*SI;~Z=IXo)6jyWSHw1V+|?sF_b+w!I(gBpjxOZXUU+r`shQAY1Nm@y-x{#7 zZtcapro6eVVL+#1fNpK?0jIZ`oI?`;EVgho|cEM&+_e zOLx3{{y=n(f!^=v`^L?EYGse^n1Y||z2N#@ch+rtaoONA2sJfNemQs7&f9)_c*?uO zRgWz)w{MHh9^yh5+7e3J%+}}M6FR#!5Z~H8y0Curga2m8nxXw`*IwLta>i5jue7bb zZ~v!jw{(wKv*bAaQu}YewHGfK>dg3Ot`*gn-grWNy#39A=MPDoqh(V~bN{-v{l4wQ z)B0L``ru^^vz`!7V^b$5f4+S#d))O;6ca}4F{`uHH(sjk|Hks?&L8hQt9Gl{@brZ$ zo(7X1t7`h_iTL?OJy+8=ep5qo;_>r`EcQ_G4s&9w|gXfiZe|hbQ(Q~E0ESqh<13p~*dH9FN z+~|WV#V-}&GqpEE+-9A2{v1B800o z?0Iz6da(cTBS=U56yRApwXJdUw)HF44-x(kKJ&_NIyFYrC(fwyXP22m3c5_TDq_odXBqVU87s_z>-n>QXMbu p(meXs7mt(&fBe?4&T+}BcK`a~pd~s-HGZe|>G#%bS-q(5e*@V)JH!A0 literal 0 HcmV?d00001 diff --git a/core/Blip_Buffer.cpp b/source/core/Blip_Buffer.cpp similarity index 100% rename from core/Blip_Buffer.cpp rename to source/core/Blip_Buffer.cpp diff --git a/core/Blip_Buffer.h b/source/core/Blip_Buffer.h similarity index 100% rename from core/Blip_Buffer.h rename to source/core/Blip_Buffer.h diff --git a/core/Data_Reader.cpp b/source/core/Data_Reader.cpp similarity index 100% rename from core/Data_Reader.cpp rename to source/core/Data_Reader.cpp diff --git a/core/Data_Reader.h b/source/core/Data_Reader.h similarity index 100% rename from core/Data_Reader.h rename to source/core/Data_Reader.h diff --git a/core/Effects_Buffer.cpp b/source/core/Effects_Buffer.cpp similarity index 100% rename from core/Effects_Buffer.cpp rename to source/core/Effects_Buffer.cpp diff --git a/core/Effects_Buffer.h b/source/core/Effects_Buffer.h similarity index 100% rename from core/Effects_Buffer.h rename to source/core/Effects_Buffer.h diff --git a/core/Multi_Buffer.cpp b/source/core/Multi_Buffer.cpp similarity index 100% rename from core/Multi_Buffer.cpp rename to source/core/Multi_Buffer.cpp diff --git a/core/Multi_Buffer.h b/source/core/Multi_Buffer.h similarity index 100% rename from core/Multi_Buffer.h rename to source/core/Multi_Buffer.h diff --git a/core/Nes_Apu.cpp b/source/core/Nes_Apu.cpp similarity index 100% rename from core/Nes_Apu.cpp rename to source/core/Nes_Apu.cpp diff --git a/core/Nes_Apu.h b/source/core/Nes_Apu.h similarity index 100% rename from core/Nes_Apu.h rename to source/core/Nes_Apu.h diff --git a/core/Nes_Buffer.cpp b/source/core/Nes_Buffer.cpp similarity index 100% rename from core/Nes_Buffer.cpp rename to source/core/Nes_Buffer.cpp diff --git a/core/Nes_Buffer.h b/source/core/Nes_Buffer.h similarity index 100% rename from core/Nes_Buffer.h rename to source/core/Nes_Buffer.h diff --git a/core/Nes_Cart.cpp b/source/core/Nes_Cart.cpp similarity index 100% rename from core/Nes_Cart.cpp rename to source/core/Nes_Cart.cpp diff --git a/core/Nes_Cart.h b/source/core/Nes_Cart.h similarity index 100% rename from core/Nes_Cart.h rename to source/core/Nes_Cart.h diff --git a/core/Nes_Core.cpp b/source/core/Nes_Core.cpp similarity index 100% rename from core/Nes_Core.cpp rename to source/core/Nes_Core.cpp diff --git a/core/Nes_Core.h b/source/core/Nes_Core.h similarity index 100% rename from core/Nes_Core.h rename to source/core/Nes_Core.h diff --git a/core/Nes_Cpu.cpp b/source/core/Nes_Cpu.cpp similarity index 100% rename from core/Nes_Cpu.cpp rename to source/core/Nes_Cpu.cpp diff --git a/core/Nes_Cpu.h b/source/core/Nes_Cpu.h similarity index 100% rename from core/Nes_Cpu.h rename to source/core/Nes_Cpu.h diff --git a/core/Nes_Effects_Buffer.cpp b/source/core/Nes_Effects_Buffer.cpp similarity index 100% rename from core/Nes_Effects_Buffer.cpp rename to source/core/Nes_Effects_Buffer.cpp diff --git a/core/Nes_Effects_Buffer.h b/source/core/Nes_Effects_Buffer.h similarity index 100% rename from core/Nes_Effects_Buffer.h rename to source/core/Nes_Effects_Buffer.h diff --git a/core/Nes_Emu.cpp b/source/core/Nes_Emu.cpp similarity index 100% rename from core/Nes_Emu.cpp rename to source/core/Nes_Emu.cpp diff --git a/core/Nes_Emu.h b/source/core/Nes_Emu.h similarity index 100% rename from core/Nes_Emu.h rename to source/core/Nes_Emu.h diff --git a/core/Nes_File.cpp b/source/core/Nes_File.cpp similarity index 100% rename from core/Nes_File.cpp rename to source/core/Nes_File.cpp diff --git a/core/Nes_File.h b/source/core/Nes_File.h similarity index 100% rename from core/Nes_File.h rename to source/core/Nes_File.h diff --git a/core/Nes_Fme7_Apu.cpp b/source/core/Nes_Fme7_Apu.cpp similarity index 100% rename from core/Nes_Fme7_Apu.cpp rename to source/core/Nes_Fme7_Apu.cpp diff --git a/core/Nes_Fme7_Apu.h b/source/core/Nes_Fme7_Apu.h similarity index 100% rename from core/Nes_Fme7_Apu.h rename to source/core/Nes_Fme7_Apu.h diff --git a/core/Nes_Mapper.cpp b/source/core/Nes_Mapper.cpp similarity index 100% rename from core/Nes_Mapper.cpp rename to source/core/Nes_Mapper.cpp diff --git a/core/Nes_Mapper.h b/source/core/Nes_Mapper.h similarity index 100% rename from core/Nes_Mapper.h rename to source/core/Nes_Mapper.h diff --git a/core/Nes_Namco_Apu.cpp b/source/core/Nes_Namco_Apu.cpp similarity index 100% rename from core/Nes_Namco_Apu.cpp rename to source/core/Nes_Namco_Apu.cpp diff --git a/core/Nes_Namco_Apu.h b/source/core/Nes_Namco_Apu.h similarity index 100% rename from core/Nes_Namco_Apu.h rename to source/core/Nes_Namco_Apu.h diff --git a/core/Nes_Oscs.cpp b/source/core/Nes_Oscs.cpp similarity index 100% rename from core/Nes_Oscs.cpp rename to source/core/Nes_Oscs.cpp diff --git a/core/Nes_Oscs.h b/source/core/Nes_Oscs.h similarity index 100% rename from core/Nes_Oscs.h rename to source/core/Nes_Oscs.h diff --git a/core/Nes_Ppu.cpp b/source/core/Nes_Ppu.cpp similarity index 100% rename from core/Nes_Ppu.cpp rename to source/core/Nes_Ppu.cpp diff --git a/core/Nes_Ppu.h b/source/core/Nes_Ppu.h similarity index 100% rename from core/Nes_Ppu.h rename to source/core/Nes_Ppu.h diff --git a/core/Nes_Ppu_Bg.h b/source/core/Nes_Ppu_Bg.h similarity index 100% rename from core/Nes_Ppu_Bg.h rename to source/core/Nes_Ppu_Bg.h diff --git a/core/Nes_Ppu_Impl.cpp b/source/core/Nes_Ppu_Impl.cpp similarity index 100% rename from core/Nes_Ppu_Impl.cpp rename to source/core/Nes_Ppu_Impl.cpp diff --git a/core/Nes_Ppu_Impl.h b/source/core/Nes_Ppu_Impl.h similarity index 100% rename from core/Nes_Ppu_Impl.h rename to source/core/Nes_Ppu_Impl.h diff --git a/core/Nes_Ppu_Rendering.cpp b/source/core/Nes_Ppu_Rendering.cpp similarity index 100% rename from core/Nes_Ppu_Rendering.cpp rename to source/core/Nes_Ppu_Rendering.cpp diff --git a/core/Nes_Ppu_Rendering.h b/source/core/Nes_Ppu_Rendering.h similarity index 100% rename from core/Nes_Ppu_Rendering.h rename to source/core/Nes_Ppu_Rendering.h diff --git a/core/Nes_Ppu_Sprites.h b/source/core/Nes_Ppu_Sprites.h similarity index 100% rename from core/Nes_Ppu_Sprites.h rename to source/core/Nes_Ppu_Sprites.h diff --git a/core/Nes_State.cpp b/source/core/Nes_State.cpp similarity index 100% rename from core/Nes_State.cpp rename to source/core/Nes_State.cpp diff --git a/core/Nes_State.h b/source/core/Nes_State.h similarity index 100% rename from core/Nes_State.h rename to source/core/Nes_State.h diff --git a/core/Nes_Vrc6_Apu.cpp b/source/core/Nes_Vrc6_Apu.cpp similarity index 100% rename from core/Nes_Vrc6_Apu.cpp rename to source/core/Nes_Vrc6_Apu.cpp diff --git a/core/Nes_Vrc6_Apu.h b/source/core/Nes_Vrc6_Apu.h similarity index 100% rename from core/Nes_Vrc6_Apu.h rename to source/core/Nes_Vrc6_Apu.h diff --git a/core/Nes_Vrc7.cpp b/source/core/Nes_Vrc7.cpp similarity index 100% rename from core/Nes_Vrc7.cpp rename to source/core/Nes_Vrc7.cpp diff --git a/core/Nes_Vrc7.h b/source/core/Nes_Vrc7.h similarity index 100% rename from core/Nes_Vrc7.h rename to source/core/Nes_Vrc7.h diff --git a/core/abstract_file.cpp b/source/core/abstract_file.cpp similarity index 100% rename from core/abstract_file.cpp rename to source/core/abstract_file.cpp diff --git a/core/abstract_file.h b/source/core/abstract_file.h similarity index 100% rename from core/abstract_file.h rename to source/core/abstract_file.h diff --git a/core/apu_state.cpp b/source/core/apu_state.cpp similarity index 100% rename from core/apu_state.cpp rename to source/core/apu_state.cpp diff --git a/core/apu_state.h b/source/core/apu_state.h similarity index 100% rename from core/apu_state.h rename to source/core/apu_state.h diff --git a/core/blargg_common.h b/source/core/blargg_common.h similarity index 100% rename from core/blargg_common.h rename to source/core/blargg_common.h diff --git a/core/blargg_config.h b/source/core/blargg_config.h similarity index 100% rename from core/blargg_config.h rename to source/core/blargg_config.h diff --git a/core/blargg_endian.h b/source/core/blargg_endian.h similarity index 100% rename from core/blargg_endian.h rename to source/core/blargg_endian.h diff --git a/core/blargg_source.h b/source/core/blargg_source.h similarity index 100% rename from core/blargg_source.h rename to source/core/blargg_source.h diff --git a/core/emu2413.cpp b/source/core/emu2413.cpp similarity index 100% rename from core/emu2413.cpp rename to source/core/emu2413.cpp diff --git a/core/emu2413.h b/source/core/emu2413.h similarity index 100% rename from core/emu2413.h rename to source/core/emu2413.h diff --git a/core/emu2413_state.cpp b/source/core/emu2413_state.cpp similarity index 100% rename from core/emu2413_state.cpp rename to source/core/emu2413_state.cpp diff --git a/core/emu2413_state.h b/source/core/emu2413_state.h similarity index 100% rename from core/emu2413_state.h rename to source/core/emu2413_state.h diff --git a/core/mappers/mapper000.hpp b/source/core/mappers/mapper000.hpp similarity index 100% rename from core/mappers/mapper000.hpp rename to source/core/mappers/mapper000.hpp diff --git a/core/mappers/mapper001.hpp b/source/core/mappers/mapper001.hpp similarity index 100% rename from core/mappers/mapper001.hpp rename to source/core/mappers/mapper001.hpp diff --git a/core/mappers/mapper002.hpp b/source/core/mappers/mapper002.hpp similarity index 100% rename from core/mappers/mapper002.hpp rename to source/core/mappers/mapper002.hpp diff --git a/core/mappers/mapper003.hpp b/source/core/mappers/mapper003.hpp similarity index 100% rename from core/mappers/mapper003.hpp rename to source/core/mappers/mapper003.hpp diff --git a/core/mappers/mapper004.hpp b/source/core/mappers/mapper004.hpp similarity index 100% rename from core/mappers/mapper004.hpp rename to source/core/mappers/mapper004.hpp diff --git a/core/mappers/mapper005.hpp b/source/core/mappers/mapper005.hpp similarity index 100% rename from core/mappers/mapper005.hpp rename to source/core/mappers/mapper005.hpp diff --git a/core/mappers/mapper007.hpp b/source/core/mappers/mapper007.hpp similarity index 100% rename from core/mappers/mapper007.hpp rename to source/core/mappers/mapper007.hpp diff --git a/core/mappers/mapper009.hpp b/source/core/mappers/mapper009.hpp similarity index 100% rename from core/mappers/mapper009.hpp rename to source/core/mappers/mapper009.hpp diff --git a/core/mappers/mapper010.hpp b/source/core/mappers/mapper010.hpp similarity index 100% rename from core/mappers/mapper010.hpp rename to source/core/mappers/mapper010.hpp diff --git a/core/mappers/mapper011.hpp b/source/core/mappers/mapper011.hpp similarity index 100% rename from core/mappers/mapper011.hpp rename to source/core/mappers/mapper011.hpp diff --git a/core/mappers/mapper015.hpp b/source/core/mappers/mapper015.hpp similarity index 100% rename from core/mappers/mapper015.hpp rename to source/core/mappers/mapper015.hpp diff --git a/core/mappers/mapper019.hpp b/source/core/mappers/mapper019.hpp similarity index 100% rename from core/mappers/mapper019.hpp rename to source/core/mappers/mapper019.hpp diff --git a/core/mappers/mapper021.hpp b/source/core/mappers/mapper021.hpp similarity index 100% rename from core/mappers/mapper021.hpp rename to source/core/mappers/mapper021.hpp diff --git a/core/mappers/mapper022.hpp b/source/core/mappers/mapper022.hpp similarity index 100% rename from core/mappers/mapper022.hpp rename to source/core/mappers/mapper022.hpp diff --git a/core/mappers/mapper023.hpp b/source/core/mappers/mapper023.hpp similarity index 100% rename from core/mappers/mapper023.hpp rename to source/core/mappers/mapper023.hpp diff --git a/core/mappers/mapper024.hpp b/source/core/mappers/mapper024.hpp similarity index 100% rename from core/mappers/mapper024.hpp rename to source/core/mappers/mapper024.hpp diff --git a/core/mappers/mapper025.hpp b/source/core/mappers/mapper025.hpp similarity index 100% rename from core/mappers/mapper025.hpp rename to source/core/mappers/mapper025.hpp diff --git a/core/mappers/mapper026.hpp b/source/core/mappers/mapper026.hpp similarity index 100% rename from core/mappers/mapper026.hpp rename to source/core/mappers/mapper026.hpp diff --git a/core/mappers/mapper030.hpp b/source/core/mappers/mapper030.hpp similarity index 100% rename from core/mappers/mapper030.hpp rename to source/core/mappers/mapper030.hpp diff --git a/core/mappers/mapper032.hpp b/source/core/mappers/mapper032.hpp similarity index 100% rename from core/mappers/mapper032.hpp rename to source/core/mappers/mapper032.hpp diff --git a/core/mappers/mapper033.hpp b/source/core/mappers/mapper033.hpp similarity index 100% rename from core/mappers/mapper033.hpp rename to source/core/mappers/mapper033.hpp diff --git a/core/mappers/mapper034.hpp b/source/core/mappers/mapper034.hpp similarity index 100% rename from core/mappers/mapper034.hpp rename to source/core/mappers/mapper034.hpp diff --git a/core/mappers/mapper060.hpp b/source/core/mappers/mapper060.hpp similarity index 100% rename from core/mappers/mapper060.hpp rename to source/core/mappers/mapper060.hpp diff --git a/core/mappers/mapper066.hpp b/source/core/mappers/mapper066.hpp similarity index 100% rename from core/mappers/mapper066.hpp rename to source/core/mappers/mapper066.hpp diff --git a/core/mappers/mapper069.hpp b/source/core/mappers/mapper069.hpp similarity index 100% rename from core/mappers/mapper069.hpp rename to source/core/mappers/mapper069.hpp diff --git a/core/mappers/mapper070.hpp b/source/core/mappers/mapper070.hpp similarity index 100% rename from core/mappers/mapper070.hpp rename to source/core/mappers/mapper070.hpp diff --git a/core/mappers/mapper071.hpp b/source/core/mappers/mapper071.hpp similarity index 100% rename from core/mappers/mapper071.hpp rename to source/core/mappers/mapper071.hpp diff --git a/core/mappers/mapper073.hpp b/source/core/mappers/mapper073.hpp similarity index 100% rename from core/mappers/mapper073.hpp rename to source/core/mappers/mapper073.hpp diff --git a/core/mappers/mapper075.hpp b/source/core/mappers/mapper075.hpp similarity index 100% rename from core/mappers/mapper075.hpp rename to source/core/mappers/mapper075.hpp diff --git a/core/mappers/mapper078.hpp b/source/core/mappers/mapper078.hpp similarity index 100% rename from core/mappers/mapper078.hpp rename to source/core/mappers/mapper078.hpp diff --git a/core/mappers/mapper079.hpp b/source/core/mappers/mapper079.hpp similarity index 100% rename from core/mappers/mapper079.hpp rename to source/core/mappers/mapper079.hpp diff --git a/core/mappers/mapper085.hpp b/source/core/mappers/mapper085.hpp similarity index 100% rename from core/mappers/mapper085.hpp rename to source/core/mappers/mapper085.hpp diff --git a/core/mappers/mapper086.hpp b/source/core/mappers/mapper086.hpp similarity index 100% rename from core/mappers/mapper086.hpp rename to source/core/mappers/mapper086.hpp diff --git a/core/mappers/mapper087.hpp b/source/core/mappers/mapper087.hpp similarity index 100% rename from core/mappers/mapper087.hpp rename to source/core/mappers/mapper087.hpp diff --git a/core/mappers/mapper088.hpp b/source/core/mappers/mapper088.hpp similarity index 100% rename from core/mappers/mapper088.hpp rename to source/core/mappers/mapper088.hpp diff --git a/core/mappers/mapper089.hpp b/source/core/mappers/mapper089.hpp similarity index 100% rename from core/mappers/mapper089.hpp rename to source/core/mappers/mapper089.hpp diff --git a/core/mappers/mapper093.hpp b/source/core/mappers/mapper093.hpp similarity index 100% rename from core/mappers/mapper093.hpp rename to source/core/mappers/mapper093.hpp diff --git a/core/mappers/mapper094.hpp b/source/core/mappers/mapper094.hpp similarity index 100% rename from core/mappers/mapper094.hpp rename to source/core/mappers/mapper094.hpp diff --git a/core/mappers/mapper097.hpp b/source/core/mappers/mapper097.hpp similarity index 100% rename from core/mappers/mapper097.hpp rename to source/core/mappers/mapper097.hpp diff --git a/core/mappers/mapper113.hpp b/source/core/mappers/mapper113.hpp similarity index 100% rename from core/mappers/mapper113.hpp rename to source/core/mappers/mapper113.hpp diff --git a/core/mappers/mapper140.hpp b/source/core/mappers/mapper140.hpp similarity index 100% rename from core/mappers/mapper140.hpp rename to source/core/mappers/mapper140.hpp diff --git a/core/mappers/mapper152.hpp b/source/core/mappers/mapper152.hpp similarity index 100% rename from core/mappers/mapper152.hpp rename to source/core/mappers/mapper152.hpp diff --git a/core/mappers/mapper154.hpp b/source/core/mappers/mapper154.hpp similarity index 100% rename from core/mappers/mapper154.hpp rename to source/core/mappers/mapper154.hpp diff --git a/core/mappers/mapper156.hpp b/source/core/mappers/mapper156.hpp similarity index 100% rename from core/mappers/mapper156.hpp rename to source/core/mappers/mapper156.hpp diff --git a/core/mappers/mapper180.hpp b/source/core/mappers/mapper180.hpp similarity index 100% rename from core/mappers/mapper180.hpp rename to source/core/mappers/mapper180.hpp diff --git a/core/mappers/mapper184.hpp b/source/core/mappers/mapper184.hpp similarity index 100% rename from core/mappers/mapper184.hpp rename to source/core/mappers/mapper184.hpp diff --git a/core/mappers/mapper190.hpp b/source/core/mappers/mapper190.hpp similarity index 100% rename from core/mappers/mapper190.hpp rename to source/core/mappers/mapper190.hpp diff --git a/core/mappers/mapper193.hpp b/source/core/mappers/mapper193.hpp similarity index 100% rename from core/mappers/mapper193.hpp rename to source/core/mappers/mapper193.hpp diff --git a/core/mappers/mapper206.hpp b/source/core/mappers/mapper206.hpp similarity index 100% rename from core/mappers/mapper206.hpp rename to source/core/mappers/mapper206.hpp diff --git a/core/mappers/mapper207.hpp b/source/core/mappers/mapper207.hpp similarity index 100% rename from core/mappers/mapper207.hpp rename to source/core/mappers/mapper207.hpp diff --git a/core/mappers/mapper232.hpp b/source/core/mappers/mapper232.hpp similarity index 100% rename from core/mappers/mapper232.hpp rename to source/core/mappers/mapper232.hpp diff --git a/core/mappers/mapper240.hpp b/source/core/mappers/mapper240.hpp similarity index 100% rename from core/mappers/mapper240.hpp rename to source/core/mappers/mapper240.hpp diff --git a/core/mappers/mapper241.hpp b/source/core/mappers/mapper241.hpp similarity index 100% rename from core/mappers/mapper241.hpp rename to source/core/mappers/mapper241.hpp diff --git a/core/mappers/mapper244.hpp b/source/core/mappers/mapper244.hpp similarity index 100% rename from core/mappers/mapper244.hpp rename to source/core/mappers/mapper244.hpp diff --git a/core/mappers/mapper246.hpp b/source/core/mappers/mapper246.hpp similarity index 100% rename from core/mappers/mapper246.hpp rename to source/core/mappers/mapper246.hpp diff --git a/core/nes_cpu_io.h b/source/core/nes_cpu_io.h similarity index 100% rename from core/nes_cpu_io.h rename to source/core/nes_cpu_io.h diff --git a/core/nes_data.cpp b/source/core/nes_data.cpp similarity index 100% rename from core/nes_data.cpp rename to source/core/nes_data.cpp diff --git a/core/nes_data.h b/source/core/nes_data.h similarity index 100% rename from core/nes_data.h rename to source/core/nes_data.h diff --git a/core/nes_ntsc.cpp b/source/core/nes_ntsc.cpp similarity index 100% rename from core/nes_ntsc.cpp rename to source/core/nes_ntsc.cpp diff --git a/core/nes_ntsc.h b/source/core/nes_ntsc.h similarity index 100% rename from core/nes_ntsc.h rename to source/core/nes_ntsc.h diff --git a/core/nes_ntsc_config.h b/source/core/nes_ntsc_config.h similarity index 100% rename from core/nes_ntsc_config.h rename to source/core/nes_ntsc_config.h diff --git a/core/nes_ntsc_impl.h b/source/core/nes_ntsc_impl.h similarity index 100% rename from core/nes_ntsc_impl.h rename to source/core/nes_ntsc_impl.h diff --git a/core/nes_util.cpp b/source/core/nes_util.cpp similarity index 100% rename from core/nes_util.cpp rename to source/core/nes_util.cpp diff --git a/core/nes_util.h b/source/core/nes_util.h similarity index 100% rename from core/nes_util.h rename to source/core/nes_util.h diff --git a/core/utils.hpp b/source/core/utils.hpp similarity index 100% rename from core/utils.hpp rename to source/core/utils.hpp diff --git a/source/emuInstance.hpp b/source/emuInstance.hpp new file mode 100644 index 0000000..8061b33 --- /dev/null +++ b/source/emuInstance.hpp @@ -0,0 +1,174 @@ +#pragma once + +#include +#include +#include +#include +#include + +#define _LOW_MEM_SIZE 0x800 +#define _HIGH_MEM_SIZE 0x2000 + +class EmuInstance +{ + public: + + typedef uint8_t inputType; + + EmuInstance(const std::string& romFilePath, const std::string& stateFilePath) + { + // Creating new emulator + _nes = new Nes_Emu; + + // Loading ROM + std::string romData; + loadStringFromFile(romData, romFilePath.c_str()); + Mem_File_Reader romReader(romData.data(), (int)romData.size()); + Auto_File_Reader romFile(romReader); + auto result = _nes->load_ines(romFile); + if (result != 0) EXIT_WITH_ERROR("Could not initialize emulator with rom file: %s\n", romFilePath.c_str()); + + // Setting base memory pointers + _baseMem = _nes->low_mem(); + _ppuNameTableMem = _nes->nametable_mem(); + _highMem = _nes->high_mem(); + + // Getting state size to use + _stateSize = getStateSizeImpl(); + + // Loading state file, if specified + if (stateFilePath != "") loadStateFile(stateFilePath); + } + + void loadStateFile(const std::string& stateFilePath) + { + // Loading state data + std::string stateData; + if (loadStringFromFile(stateData, stateFilePath.c_str()) == false) EXIT_WITH_ERROR("Could not find/read state file: %s\n", stateFilePath.c_str()); + Mem_File_Reader stateReader(stateData.data(), (int)stateData.size()); + Auto_File_Reader stateFile(stateReader); + + // Loading state data into state object + Nes_State state; + state.read(stateFile); + + // Loading state object into the emulator + _nes->load_state(state); + } + + inline size_t getStateSize() const { return _stateSize; } + + void saveStateFile(const std::string& stateFilePath) const + { + std::string stateData; + stateData.resize(_stateSize); + serializeState((uint8_t*)stateData.data()); + saveStringToFile(stateData, stateFilePath.c_str()); + } + + void serializeState(uint8_t* state) const + { + Mem_Writer w(state, _stateSize, 0); + Auto_File_Writer a(w); + _nes->save_state(a); + } + + void deserializeState(const uint8_t* state) + { + Mem_File_Reader r(state, _stateSize); + Auto_File_Reader a(r); + _nes->load_state(a); + } + + // Controller input bits + // 0 - A / 1 + // 1 - B / 2 + // 2 - Select / 4 + // 3 - Start / 8 + // 4 - Up / 16 + // 5 - Down / 32 + // 6 - Left / 64 + // 7 - Right / 128 + + // Move Format: + // RLDUTSBA + // ........ + + static inline inputType moveStringToCode(const std::string& move) + { + inputType moveCode = 0; + + for (size_t i = 0; i < move.size(); i++) switch(move[i]) + { + case 'U': moveCode |= 0b00010000; break; + case 'D': moveCode |= 0b00100000; break; + case 'L': moveCode |= 0b01000000; break; + case 'R': moveCode |= 0b10000000; break; + case 'S': moveCode |= 0b00001000; break; + case 's': moveCode |= 0b00000100; break; + case 'B': moveCode |= 0b00000010; break; + case 'A': moveCode |= 0b00000001; break; + case '.': break; + case '|': break; + default: EXIT_WITH_ERROR("Move provided cannot be parsed: '%s', unrecognized character: '%c'\n", move.c_str(), move[i]); + } + + return moveCode; + } + + static inline std::string moveCodeToString(const inputType move) + { +#ifndef _NES_PLAYER_2 + std::string moveString = "|..|"; +#else + std::string moveString = "|..|........|"; +#endif + + if (move & 0b00010000) moveString += 'U'; else moveString += '.'; + if (move & 0b00100000) moveString += 'D'; else moveString += '.'; + if (move & 0b01000000) moveString += 'L'; else moveString += '.'; + if (move & 0b10000000) moveString += 'R'; else moveString += '.'; + if (move & 0b00001000) moveString += 'S'; else moveString += '.'; + if (move & 0b00000100) moveString += 's'; else moveString += '.'; + if (move & 0b00000010) moveString += 'B'; else moveString += '.'; + if (move & 0b00000001) moveString += 'A'; else moveString += '.'; + + moveString += "|"; + return moveString; + } + + void advanceState(const std::string& move) + { + advanceState(moveStringToCode(move), 0); + } + + void advanceState(const inputType controller1, const inputType controller2) + { + _nes->emulate_frame(controller1, controller2); + } + + Nes_Emu* getInternalEmulator() const { return _nes; } + + private: + + inline size_t getStateSizeImpl() const + { + // Using dry writer to just obtain the state size + Dry_Writer w; + Auto_File_Writer a(w); + _nes->save_state(a); + return w.size(); + } + + // Emulator instance + Nes_Emu* _nes; + + // Base low-memory pointer + uint8_t* _baseMem; + uint8_t* _ppuNameTableMem; + uint8_t* _highMem; + + // State size for the given rom + size_t _stateSize; + +}; diff --git a/source/playbackInstance.hpp b/source/playbackInstance.hpp new file mode 100644 index 0000000..3ad4a1f --- /dev/null +++ b/source/playbackInstance.hpp @@ -0,0 +1,153 @@ +#pragma once + +#include +#include +#include +#include +#include +#include +#include +#include "core/emuInstance.hpp" + +#define _INVERSE_FRAME_RATE 16667 + +class PlaybackInstance +{ + private: + + // Storage for the HQN state + hqn::HQNState _hqnState; + + // Storage for the HQN GUI controller + hqn::GUIController* _hqnGUI; + + // Pointer to the contained emulator instance + EmuInstance* const _emu; + + // Flag to store whether to use the button overlay + bool _useOverlay = false; + + // Overlay info + std::string _overlayPath; + SDL_Surface* _overlayBaseSurface; + SDL_Surface* _overlayButtonASurface; + SDL_Surface* _overlayButtonBSurface; + SDL_Surface* _overlayButtonSelectSurface; + SDL_Surface* _overlayButtonStartSurface; + SDL_Surface* _overlayButtonLeftSurface; + SDL_Surface* _overlayButtonRightSurface; + SDL_Surface* _overlayButtonUpSurface; + SDL_Surface* _overlayButtonDownSurface; + + public: + + // Initializes the playback module instance + PlaybackInstance(EmuInstance* emu, const std::string& overlayPath = "") : _emu(emu) + { + if (overlayPath != "") + { + // Using overlay + _useOverlay = true; + + // Loading overlay images + std::string imagePath; + + imagePath = _overlayPath + std::string("/base.png"); + _overlayBaseSurface = IMG_Load(imagePath.c_str()); + if (_overlayBaseSurface == NULL) EXIT_WITH_ERROR("[Error] Could not load image: %s, Reason: %s\n", imagePath.c_str(), SDL_GetError()); + + imagePath = _overlayPath + std::string("/button_a.png"); + _overlayButtonASurface = IMG_Load(imagePath.c_str()); + if (_overlayButtonASurface == NULL) EXIT_WITH_ERROR("[Error] Could not load image: %s, Reason: %s\n", imagePath.c_str(), SDL_GetError()); + + imagePath = _overlayPath + std::string("/button_b.png"); + _overlayButtonBSurface = IMG_Load(imagePath.c_str()); + if (_overlayButtonBSurface == NULL) EXIT_WITH_ERROR("[Error] Could not load image: %s, Reason: %s\n", imagePath.c_str(), SDL_GetError()); + + imagePath = _overlayPath + std::string("/button_select.png"); + _overlayButtonSelectSurface = IMG_Load(imagePath.c_str()); + if (_overlayButtonSelectSurface == NULL) EXIT_WITH_ERROR("[Error] Could not load image: %s, Reason: %s\n", imagePath.c_str(), SDL_GetError()); + + imagePath = _overlayPath + std::string("/button_start.png"); + _overlayButtonStartSurface = IMG_Load(imagePath.c_str()); + if (_overlayButtonStartSurface == NULL) EXIT_WITH_ERROR("[Error] Could not load image: %s, Reason: %s\n", imagePath.c_str(), SDL_GetError()); + + imagePath = _overlayPath + std::string("/button_left.png"); + _overlayButtonLeftSurface = IMG_Load(imagePath.c_str()); + if (_overlayButtonLeftSurface == NULL) EXIT_WITH_ERROR("[Error] Could not load image: %s, Reason: %s\n", imagePath.c_str(), SDL_GetError()); + + imagePath = _overlayPath + std::string("/button_right.png"); + _overlayButtonRightSurface = IMG_Load(imagePath.c_str()); + if (_overlayButtonRightSurface == NULL) EXIT_WITH_ERROR("[Error] Could not load image: %s, Reason: %s\n", imagePath.c_str(), SDL_GetError()); + + imagePath = _overlayPath + std::string("/button_up.png"); + _overlayButtonUpSurface = IMG_Load(imagePath.c_str()); + if (_overlayButtonUpSurface == NULL) EXIT_WITH_ERROR("[Error] Could not load image: %s, Reason: %s\n", imagePath.c_str(), SDL_GetError()); + + imagePath = _overlayPath + std::string("/button_down.png"); + _overlayButtonDownSurface = IMG_Load(imagePath.c_str()); + if (_overlayButtonDownSurface == NULL) EXIT_WITH_ERROR("[Error] Could not load image: %s, Reason: %s\n", imagePath.c_str(), SDL_GetError()); + } + + // Loading Emulator instance HQN + _hqnState.m_emu = _emu->getInternalEmulator(); + static uint8_t video_buffer[Nes_Emu::image_width * Nes_Emu::image_height]; + _hqnState.m_emu->set_pixels(video_buffer, Nes_Emu::image_width+8); + + // Opening rendering window + SDL_SetMainReady(); + + // We can only call SDL_InitSubSystem once + if (!SDL_WasInit(SDL_INIT_VIDEO)) + if (SDL_InitSubSystem(SDL_INIT_VIDEO) != 0) + EXIT_WITH_ERROR("Failed to initialize video: %s", SDL_GetError()); + + // Creating HQN GUI + _hqnGUI = hqn::GUIController::create(_hqnState); + _hqnGUI->setScale(1); + } + + // Function to render frame + void renderFrame(const uint16_t currentStep, const std::string& move) + { + // Sleeping for the inverse frame rate + usleep(_INVERSE_FRAME_RATE); + + // Storing current game state + uint8_t emuState[_emu->getStateSize()]; + _emu->serializeState(emuState); + + // Pointer to overlay images (NULL if unused) + SDL_Surface* overlayButtonASurface = NULL; + SDL_Surface* overlayButtonBSurface = NULL; + SDL_Surface* overlayButtonSelectSurface = NULL; + SDL_Surface* overlayButtonStartSurface = NULL; + SDL_Surface* overlayButtonLeftSurface = NULL; + SDL_Surface* overlayButtonRightSurface = NULL; + SDL_Surface* overlayButtonUpSurface = NULL; + SDL_Surface* overlayButtonDownSurface = NULL; + + // Load correct overlay images, if using overlay + if (_useOverlay == true) + { + if (move.find("A") != std::string::npos) overlayButtonASurface = _overlayButtonASurface; + if (move.find("B") != std::string::npos) overlayButtonBSurface = _overlayButtonBSurface; + if (move.find("S") != std::string::npos) overlayButtonSelectSurface = _overlayButtonSelectSurface; + if (move.find("T") != std::string::npos) overlayButtonStartSurface = _overlayButtonStartSurface; + if (move.find("L") != std::string::npos) overlayButtonLeftSurface = _overlayButtonLeftSurface; + if (move.find("R") != std::string::npos) overlayButtonRightSurface = _overlayButtonRightSurface; + if (move.find("U") != std::string::npos) overlayButtonUpSurface = _overlayButtonUpSurface; + if (move.find("D") != std::string::npos) overlayButtonDownSurface = _overlayButtonDownSurface; + } + + // Since renderer is off by one frame, we need to emulate an additional frame + _emu->advanceState(0,0); + int32_t curImage[BLIT_SIZE]; + _hqnState.blit(curImage, hqn::HQNState::NES_VIDEO_PALETTE, 0, 0, 0, 0); + _hqnGUI->update_blit(curImage, _overlayBaseSurface, overlayButtonASurface, overlayButtonBSurface, overlayButtonSelectSurface, overlayButtonStartSurface, overlayButtonLeftSurface, overlayButtonRightSurface, overlayButtonUpSurface, overlayButtonDownSurface); + + // Reload game state + _emu->deserializeState(emuState); + } + +}; diff --git a/player/player.cpp b/source/player.cpp similarity index 100% rename from player/player.cpp rename to source/player.cpp diff --git a/tests/movies/.gitignore b/tests/movies/.gitignore new file mode 100644 index 0000000..459bbae --- /dev/null +++ b/tests/movies/.gitignore @@ -0,0 +1,4 @@ +*.nes +*.zip +*.fds + diff --git a/tests/movies/castlevania1/README.md b/tests/movies/castlevania1/README.md new file mode 100644 index 0000000..75c947b --- /dev/null +++ b/tests/movies/castlevania1/README.md @@ -0,0 +1,6 @@ +Solution sequence taken from https://tasvideos.org/UserFiles/Info/637879644789320048 by eien86 + +Rom Information +Name: Castlevania (U) (PRG0) [!].nes +SHA1: A31B8BD5B370A9103343C866F3C2B2998E889341 +MD5:00D93C9F6B8AEFB8B6C02B20147DF4EC diff --git a/tests/movies/castlevania1/anypercent.sol b/tests/movies/castlevania1/anypercent.sol new file mode 100644 index 0000000..dd1957b --- /dev/null +++ b/tests/movies/castlevania1/anypercent.sol @@ -0,0 +1,37338 @@ +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|....S...| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.D.R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U..R..B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.D.R....| +|..|..L.....| +|..|.D.R....| +|..|........| +|..|.D......| +|..|.D.R..B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|........| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|........| +|..|........| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|...R....| +|..|U..R..B.| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R..B.| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R..B.| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L...B.| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|...R..B.| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.D......| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|.D.R....| +|..|..L.....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|U.L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L....A| +|..|..L.....| +|..|..L...B.| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|U.L...B.| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L...B.| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L...B.| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L...B.| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|U.L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|U.L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L....A| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..LR....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..LR....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|.DL.....| +|..|...R....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|...R....| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|U.L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|...R..B.| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|...R..B.| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R..B.| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|.D.R....| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|.D.R....| +|..|....S...| +|..|........| +|..|........| +|..|....S...| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|.D.R....| +|..|..L.....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|........| +|..|..L.....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|....S...| +|..|........| +|..|........| +|..|....S...| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.DL.....| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|...R....| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|.D.R....| +|..|.D......| +|..|UD....BA| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|.DL.....| +|..|.D......| +|..|...R....| +|..|..L.....| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.D.R....| +|..|.D.R....| +|..|..L.....| +|..|........| +|..|.D.R....| +|..|........| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|.D.R....| +|..|.DL.....| +|..|...R....| +|..|...R..B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|.D.R....| +|..|..L.....| +|..|.......A| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.D.R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|.D.R....| +|..|........| +|..|.DL.....| +|..|...R....| +|..|.D......| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.D.R....| +|..|.D......| +|..|..L.....| +|..|...R....| +|..|.D......| +|..|..L.....| +|..|........| +|..|.D......| +|..|...R....| +|..|...R...A| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|.D.R....| +|..|..L.....| +|..|.D.R....| +|..|........| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R...A| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|.D.R....| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|.D.R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|.D.R....| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|..L.....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.D......| +|..|.D.R....| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|.D.R....| +|..|........| +|..|.D......| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|.D.R....| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|.D.R....| +|..|..L.....| +|..|.D......| +|..|........| +|..|.D.R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|.D.R....| +|..|.D......| +|..|..L.....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|.D.R....| +|..|..L.....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.D.R....| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|........| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|.D.R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|.D.R....| +|..|........| +|..|...R....| +|..|..L.....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|........| +|..|.D.R....| +|..|...R....| +|..|.D.R....| +|..|........| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|.D.R....| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|.D.R....| +|..|.D......| +|..|..L.....| +|..|...R..B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|.D.R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.D.R....| +|..|..L.....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U..R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|U..R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|U.L.....| +|..|........| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|.D.R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|UD.R....| +|..|..L.....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U..R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U..R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.D.R...A| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U..R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|U..R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|.D.R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|..L.....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U.L.....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|.D.R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|...R..B.| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|.D.R....| +|..|..L.....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L....A| +|..|U.L...B.| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|U.L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|..L.....| +|..|..L.....| +|..|U.L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|U.L.....| +|..|..L.....| +|..|U.L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|U.L.....| +|..|..L.....| +|..|U.L.....| +|..|..L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|..L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|..L.....| +|..|U.L.....| +|..|..L.....| +|..|.DL....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.DL....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U..R....| +|..|U.L.....| +|..|U.L.....| +|..|..L.....| +|..|U.L.....| +|..|..L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U..R....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|..L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|..L.....| +|..|U.L.....| +|..|..L.....| +|..|U.L.....| +|..|U.L.....| +|..|..L.....| +|..|U.L.....| +|..|..L.....| +|..|..L.....| +|..|U.L.....| +|..|..L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|..L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|..L.....| +|..|U.L.....| +|..|..L.....| +|..|U.L....A| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.DL.....| +|..|...R....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|U.L.....| +|..|..L.....| +|..|U.L.....| +|..|U.L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|UDLR.s..| +|..|U.L....A| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|.DL....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.L.....| +|..|..L.....| +|..|..L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|U.L.....| +|..|..L.....| +|..|..L.....| +|..|U.L.....| +|..|..L.....| +|..|U.L.....| +|..|U.L.....| +|..|U.L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|U..R....| +|..|U.L.....| +|..|..L.....| +|..|U.L.....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U.L.....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U.L.....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|UD.R....| +|..|........| +|..|U..R....| +|..|..L.....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|.D.R....| +|..|..L.....| +|..|U..R....| +|..|U.L.....| +|..|U..R....| +|..|.D.R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U..R...A| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U..R....| +|..|.D.R...A| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|U..R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|U..R....| +|..|...R...A| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U..R....| +|..|UDLR.sBA| +|..|...R....| +|..|.D.R...A| +|..|U..R...A| +|..|U..R....| +|..|.D.R...A| +|..|U..R....| +|..|U..R...A| +|..|...R....| +|..|UDLR.sBA| +|..|U.LR.sB.| +|..|U..R..B.| +|..|...R..B.| +|..|...R....| +|..|...R....| +|..|UDLR.sBA| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|UDLR.sBA| +|..|...R....| +|..|UDLR.sBA| +|..|...R..B.| +|..|U.LR.sB.| +|..|UDLR.sBA| +|..|U.LR.sB.| +|..|...R....| +|..|U..R....| +|..|UDLR.sBA| +|..|...R..B.| +|..|...R..B.| +|..|U..R..B.| +|..|U.LR.sB.| +|..|UDLR.sBA| +|..|U.LR.sB.| +|..|...R..B.| +|..|U.LR.sB.| +|..|UDLR.sBA| +|..|U.LR.sB.| +|..|...R..B.| +|..|U.LR.sB.| +|..|...R..B.| +|..|...R..B.| +|..|U..R..B.| +|..|U..R..B.| +|..|...R..B.| +|..|...R..B.| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|...R..B.| +|..|...R..B.| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|U..R..B.| +|..|...R..B.| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|U..R..B.| +|..|...R..B.| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|U.LR.sB.| +|..|U..R..B.| +|..|...R..B.| +|..|U.LR.sB.| +|..|UDLR.sBA| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|.DL....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.L.....| +|..|..L.....| +|..|..L.....| +|..|U.L.....| +|..|.DL....A| +|..|U.L.....| +|..|.DL....A| +|..|..L.....| +|..|.DL....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|.D.R....| +|..|..L.....| +|..|.......A| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|.DL.....| +|..|...R....| +|..|U.L...B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|U.L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|U.....B.| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|U.....B.| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|U.L...B.| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|.DL.....| +|..|...R....| +|..|..L....A| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|U.L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L...B.| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|.DL.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|.DL.....| +|..|...R....| +|..|..L....A| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|....S...| +|..|........| +|..|........| +|..|....S...| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|........| +|..|..L.....| +|..|........| +|..|...R....| +|..|..L.....| +|..|...R....| +|..|........| +|..|........| +|..|..L.....| +|..|........| +|..|...R....| +|..|........| +|..|..L.....| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|U..R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|UD.R....| +|..|.DL.....| +|..|...R....| +|..|........| +|..|...R....| +|..|...R....| +|..|.D.R....| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|.D.R....| +|..|........| +|..|........| +|..|...R....| +|..|.D.R....| +|..|.D......| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|........| +|..|..L.....| +|..|.D......| +|..|........| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|........| +|..|........| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|........| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|....S...| +|..|........| +|..|........| +|..|....S...| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|....S...| +|..|........| +|..|....S...| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.DL.....| +|..|........| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|...R....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.DL.....| +|..|...R....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|U.L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L...B.| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|U.L...B.| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L...B.| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|.DL.....| +|..|...R....| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|........| +|..|.DL.....| +|..|..L.....| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|........| +|..|.D.R....| +|..|...R....| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|...R....| +|..|........| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.......A| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L....A| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|..L.....| +|..|.......A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|..L.....| +|..|.......A| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.......A| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|..L....A| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|........| +|..|..L....A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|...R....| +|..|.D.R....| +|..|..L.....| +|..|...R...A| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.......A| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.......A| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.......A| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.......A| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.......A| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.......A| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.......A| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.......A| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.......A| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.......A| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.......A| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|U.....B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|.......A| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|...R....| +|..|..L....A| +|..|......B.| +|..|......B.| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| +|..|........| diff --git a/tests/nes-test-roms b/tests/nes-test-roms new file mode 160000 index 0000000..95d8f62 --- /dev/null +++ b/tests/nes-test-roms @@ -0,0 +1 @@ +Subproject commit 95d8f621ae55cee0d09b91519a8989ae0e64753b