diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000000..7c224aabf8 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1 @@ +hard_tabs=true diff --git a/Cargo.lock b/Cargo.lock index 4d4f0043c6..bfc7a1bef2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,14 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +[[package]] +name = "Inflector" +version = "0.11.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "adler32" version = "1.0.4" @@ -38,7 +47,7 @@ dependencies = [ [[package]] name = "ahash" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "const-random 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -52,19 +61,6 @@ dependencies = [ "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "aio-limited" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "ansi_term" version = "0.11.0" @@ -81,6 +77,11 @@ dependencies = [ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "anyhow" +version = "1.0.26" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "app_dirs" version = "1.2.1" @@ -94,7 +95,7 @@ dependencies = [ [[package]] name = "arc-swap" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -110,6 +111,11 @@ dependencies = [ "nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "arrayvec" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "asn1_der" version = "0.6.3" @@ -124,15 +130,50 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "async-std" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "async-task 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "broadcaster 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "kv-log-macro 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", + "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", + "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "async-task" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "atty" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -148,7 +189,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -157,8 +198,8 @@ name = "backtrace-sys" version = "0.1.32" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -174,24 +215,39 @@ dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "base64" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "bincode" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "bindgen" -version = "0.47.3" +version = "0.49.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "cexpr 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "clang-sys 0.26.4 (registry+https://github.com/rust-lang/crates.io-index)", + "clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -207,7 +263,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bitvec" -version = "0.14.0" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -231,12 +287,13 @@ dependencies = [ ] [[package]] -name = "block-buffer" -version = "0.2.0" +name = "blake2b_simd" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -244,7 +301,7 @@ name = "block-buffer" version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -260,17 +317,35 @@ dependencies = [ [[package]] name = "block-padding" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "broadcaster" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "bs58" version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "bs58" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "bstr" version = "0.2.8" @@ -281,17 +356,12 @@ dependencies = [ [[package]] name = "bumpalo" -version = "2.6.0" +version = "3.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "byte-slice-cast" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "byte-tools" -version = "0.2.0" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -319,6 +389,11 @@ dependencies = [ "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "bytes" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "c2-chacha" version = "0.2.3" @@ -334,11 +409,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cc" -version = "1.0.47" +version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "jobserver 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", - "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jobserver 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -356,22 +430,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "chrono" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "clang-sys" -version = "0.26.4" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -381,11 +455,11 @@ version = "2.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -394,7 +468,7 @@ name = "clear_on_drop" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -429,18 +503,86 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] -name = "core-foundation" -version = "0.6.4" +name = "cranelift-bforest" +version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "core-foundation-sys" -version = "0.6.2" +name = "cranelift-codegen" +version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-bforest 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-codegen-meta 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-codegen-shared 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "cranelift-codegen-meta" +version = "0.50.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "cranelift-codegen-shared 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "cranelift-codegen-shared" +version = "0.50.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "cranelift-entity" +version = "0.50.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "cranelift-frontend" +version = "0.50.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "cranelift-native" +version = "0.50.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "cranelift-wasm" +version = "0.50.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-frontend 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] name = "crc32fast" @@ -452,31 +594,31 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.3.9" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "crossbeam-deque" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "crossbeam-epoch" -version = "0.7.2" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", + "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "memoffset 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -488,6 +630,15 @@ dependencies = [ "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "crossbeam-queue" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "crossbeam-utils" version = "0.6.6" @@ -497,20 +648,21 @@ dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "crossbeam-utils" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "crunchy" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "crypto-mac" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "crypto-mac" version = "0.7.0" @@ -520,6 +672,14 @@ dependencies = [ "subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "ct-logs" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "ctr" version = "0.3.2" @@ -556,22 +716,25 @@ dependencies = [ "cumulus-test-client 0.1.0", "cumulus-test-runtime 0.1.0", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-collator 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-executor 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-primitives 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "polkadot-collator 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-primitives 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-service 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "sc-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", "substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", ] @@ -579,16 +742,20 @@ dependencies = [ name = "cumulus-consensus" version = "0.1.0" dependencies = [ - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-runtime 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "polkadot-primitives 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-runtime 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -596,14 +763,15 @@ dependencies = [ name = "cumulus-network" version = "0.1.0" dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-network 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-primitives 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-statement-table 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-validation 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "polkadot-network 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-primitives 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-statement-table 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-validation 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", ] [[package]] @@ -611,21 +779,22 @@ name = "cumulus-runtime" version = "0.1.0" dependencies = [ "cumulus-test-client 0.1.0", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "memory-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "memory-db 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "polkadot-parachain 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "trie-db 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -633,10 +802,10 @@ name = "cumulus-test-client" version = "0.1.0" dependencies = [ "cumulus-test-runtime 0.1.0", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", "substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", ] @@ -650,27 +819,28 @@ dependencies = [ "cumulus-test-parachain-runtime 0.1.0", "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-collator 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-primitives 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-basic-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "polkadot-collator 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-primitives 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-service 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "sc-basic-authority 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "structopt 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -681,26 +851,28 @@ name = "cumulus-test-parachain-runtime" version = "0.1.0" dependencies = [ "cumulus-runtime 0.1.0", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", "substrate-wasm-builder-runner 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -722,7 +894,19 @@ dependencies = [ "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "curve25519-dalek" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -755,11 +939,13 @@ dependencies = [ ] [[package]] -name = "digest" -version = "0.6.2" +name = "derive_more" +version = "0.99.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -770,13 +956,33 @@ dependencies = [ "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "directories" +version = "2.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "dirs-sys" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "dns-parser" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -786,26 +992,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ed25519-dalek" -version = "0.9.1" +version = "1.0.0-pre.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "curve25519-dalek 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "ed25519-dalek" -version = "1.0.0-pre.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "curve25519-dalek 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "curve25519-dalek 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -813,14 +1006,6 @@ name = "either" version = "1.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "elastic-array" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "enum_primitive" version = "0.1.1" @@ -829,12 +1014,30 @@ dependencies = [ "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "enumflags2" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "enumflags2_derive 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "enumflags2_derive" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "env_logger" version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -846,7 +1049,7 @@ name = "env_logger" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -855,15 +1058,34 @@ dependencies = [ [[package]] name = "environmental" -version = "1.0.2" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "erased-serde" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "errno" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "errno-dragonfly" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -875,6 +1097,29 @@ dependencies = [ "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "exit-future" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "faerie" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "goblin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "string-interner 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "failure" version = "0.1.6" @@ -889,10 +1134,10 @@ name = "failure_derive" version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "synstructure 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", + "synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -900,37 +1145,50 @@ name = "fake-simd" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "fallible-iterator" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "fdlimit" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "file-per-thread-logger" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "finality-grandpa" -version = "0.9.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "hashbrown 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "fixed-hash" -version = "0.4.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "static_assertions 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", + "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -940,13 +1198,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "flate2" -version = "1.0.12" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", "miniz_oxide 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -958,24 +1216,119 @@ version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] -name = "foreign-types" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" +name = "fork-tree" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" dependencies = [ - "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "foreign-types-shared" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" +name = "frame-executive" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] [[package]] -name = "fork-tree" +name = "frame-metadata" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "frame-support" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "tracing 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "frame-support-procedural" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "frame-support-procedural-tools" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "frame-support-procedural-tools-derive" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "frame-system" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "frame-system-rpc-runtime-api" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", ] [[package]] @@ -984,7 +1337,7 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1013,6 +1366,29 @@ name = "futures" version = "0.1.29" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "futures" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-executor 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "futures-channel" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "futures-channel-preview" version = "0.3.0-alpha.19" @@ -1022,6 +1398,11 @@ dependencies = [ "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "futures-core" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "futures-core-preview" version = "0.3.0-alpha.19" @@ -1033,42 +1414,51 @@ version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "futures-executor-preview" -version = "0.3.0-alpha.19" +name = "futures-executor" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "futures-io-preview" -version = "0.3.0-alpha.19" +name = "futures-io" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] -name = "futures-preview" -version = "0.3.0-alpha.19" +name = "futures-macro" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-executor-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-io-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "futures-sink" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "futures-sink-preview" version = "0.3.0-alpha.19" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "futures-task" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "futures-timer" version = "0.4.0" @@ -1079,35 +1469,64 @@ dependencies = [ "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "futures-timer" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "futures-timer" +version = "2.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "futures-util" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-macro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "futures-util-preview" version = "0.3.0-alpha.19" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-io-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "fxhash" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "gcc" version = "0.3.55" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "generic-array" -version = "0.8.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", - "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "generic-array" version = "0.12.3" @@ -1123,7 +1542,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "c_linked_list 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "get_if_addrs-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1133,22 +1552,34 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "getrandom" -version = "0.1.13" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", + "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "gimli" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "glob" -version = "0.2.11" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1163,6 +1594,35 @@ dependencies = [ "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "goblin" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "grafana-data-source" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "async-std 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "h2" version = "0.1.26" @@ -1172,7 +1632,7 @@ dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1180,6 +1640,24 @@ dependencies = [ "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "h2" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "hash-db" version = "0.15.2" @@ -1202,42 +1680,39 @@ dependencies = [ "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "hashbrown" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "hashbrown" version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "ahash 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", + "ahash 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "heapsize" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "heck" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "unicode-segmentation 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "hermit-abi" -version = "0.1.3" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "hex" -version = "0.3.2" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1257,16 +1732,6 @@ dependencies = [ "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "hmac" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "crypto-mac 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "hmac" version = "0.7.1" @@ -1276,16 +1741,6 @@ dependencies = [ "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "hmac-drbg" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", - "hmac 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "hmac-drbg" version = "0.2.0" @@ -1298,7 +1753,7 @@ dependencies = [ [[package]] name = "http" -version = "0.1.19" +version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1306,6 +1761,16 @@ dependencies = [ "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "http" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "http-body" version = "0.1.0" @@ -1313,10 +1778,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "http-body" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "httparse" version = "1.3.4" @@ -1327,7 +1801,7 @@ name = "humantime" version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1339,7 +1813,7 @@ dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", - "http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", "http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1350,25 +1824,51 @@ dependencies = [ "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-threadpool 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", "want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "hyper-tls" -version = "0.3.2" +name = "hyper" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "h2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "hyper-rustls" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", + "ct-logs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", - "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-rustls 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", + "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", + "webpki-roots 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1378,7 +1878,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1388,7 +1888,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1396,7 +1896,7 @@ name = "impl-codec" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1404,7 +1904,15 @@ name = "impl-serde" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "impl-serde" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1412,9 +1920,9 @@ name = "impl-trait-for-tuples" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1440,17 +1948,17 @@ name = "iovec" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "ipnet" -version = "2.0.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "itertools" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1463,116 +1971,113 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "jobserver" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "js-sys" -version = "0.3.30" +version = "0.3.35" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "wasm-bindgen 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "jsonrpc-client-transports" -version = "13.2.0" +version = "14.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-pubsub 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-pubsub 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "jsonrpc-core" -version = "13.2.0" +version = "14.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "jsonrpc-core-client" -version = "13.2.0" +version = "14.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "jsonrpc-client-transports 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-client-transports 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "jsonrpc-derive" -version = "13.2.0" +version = "14.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "jsonrpc-http-server" -version = "13.2.0" +version = "14.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-server-utils 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-server-utils 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "jsonrpc-pubsub" -version = "13.2.0" +version = "14.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "jsonrpc-server-utils" -version = "13.2.0" +version = "14.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "jsonrpc-ws-server" -version = "13.2.0" +version = "14.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-server-utils 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-server-utils 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1594,71 +2099,106 @@ dependencies = [ ] [[package]] -name = "kvdb" -version = "0.1.0" -source = "git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6#616b40150ded71f57f650067fcbc5c99d7c343e6" +name = "kusama-runtime" +version = "0.7.13" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#3d2749c8fb99a919dd264b1ae36cecd60d4b98d5" dependencies = [ - "elastic-array 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)", + "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "polkadot-parachain 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-primitives 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-runtime-common 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "substrate-wasm-builder-runner 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "kv-log-macro" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "kvdb" -version = "0.1.0" -source = "git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d#b0317f649ab2c665b7987b8475878fc4d2e1f81d" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "elastic-array 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)", + "parity-bytes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "kvdb-memorydb" -version = "0.1.0" -source = "git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6#616b40150ded71f57f650067fcbc5c99d7c343e6" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)", - "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "kvdb-memorydb" -version = "0.1.0" -source = "git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d#b0317f649ab2c665b7987b8475878fc4d2e1f81d" -dependencies = [ - "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)", - "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "kvdb 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "kvdb-rocksdb" -version = "0.1.4" -source = "git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6#616b40150ded71f57f650067fcbc5c99d7c343e6" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "elastic-array 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", "fs-swap 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "interleaved-ordered 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)", + "kvdb 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", + "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rocksdb 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "kvdb-rocksdb" -version = "0.1.4" -source = "git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d#b0317f649ab2c665b7987b8475878fc4d2e1f81d" -dependencies = [ - "elastic-array 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", - "fs-swap 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", - "interleaved-ordered 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rocksdb 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rocksdb 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1673,7 +2213,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libc" -version = "0.2.65" +version = "0.2.66" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1681,86 +2221,85 @@ name = "libloading" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libp2p" -version = "0.12.0" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core-derive 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-deflate 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-dns 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-floodsub 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-identify 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-kad 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-mdns 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-mplex 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-noise 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-ping 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-plaintext 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-ratelimit 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-secio 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-swarm 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-tcp 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-uds 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-wasm-ext 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-websocket 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-yamux 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-multihash 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core-derive 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-deflate 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-dns 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-floodsub 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-identify 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-kad 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-mdns 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-mplex 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-noise 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-ping 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-plaintext 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-secio 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-swarm 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-tcp 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-uds 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-wasm-ext 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-websocket 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-yamux 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multiaddr 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multihash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-timer 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libp2p-core" -version = "0.12.0" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "asn1_der 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "bs58 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", + "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "ed25519-dalek 1.0.0-pre.2 (registry+https://github.com/rust-lang/crates.io-index)", + "ed25519-dalek 1.0.0-pre.3 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libsecp256k1 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "multistream-select 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-multihash 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "multistream-select 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multiaddr 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multihash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)", + "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)", "rw-stream-sink 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-timer 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "zeroize 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libp2p-core-derive" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1769,38 +2308,38 @@ dependencies = [ [[package]] name = "libp2p-deflate" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", + "flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libp2p-dns" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-dns-unofficial 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libp2p-floodsub" -version = "0.12.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bs58 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", + "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "cuckoofilter 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-swarm 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-swarm 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1809,42 +2348,41 @@ dependencies = [ [[package]] name = "libp2p-identify" -version = "0.12.0" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-swarm 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-swarm 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multiaddr 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-timer 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libp2p-kad" -version = "0.12.0" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", + "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-swarm 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-swarm 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-multihash 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multiaddr 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multihash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1856,21 +2394,21 @@ dependencies = [ [[package]] name = "libp2p-mdns" -version = "0.12.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "dns-parser 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-swarm 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-swarm 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multiaddr 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-timer 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1878,13 +2416,13 @@ dependencies = [ [[package]] name = "libp2p-mplex" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1894,36 +2432,36 @@ dependencies = [ [[package]] name = "libp2p-noise" -version = "0.10.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "curve25519-dalek 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)", - "snow 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)", + "snow 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "x25519-dalek 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "zeroize 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libp2p-ping" -version = "0.12.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-swarm 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-swarm 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multiaddr 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-timer 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1931,31 +2469,22 @@ dependencies = [ [[package]] name = "libp2p-plaintext" -version = "0.12.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ + "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rw-stream-sink 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "libp2p-ratelimit" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "aio-limited 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "libp2p-secio" -version = "0.12.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "aes-ctr 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1963,31 +2492,32 @@ dependencies = [ "ctr 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "js-sys 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)", + "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-send-wrapper 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)", + "ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)", "rw-stream-sink 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "twofish 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-bindgen 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", + "untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen-futures 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", - "web-sys 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)", + "web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libp2p-swarm" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1996,70 +2526,70 @@ dependencies = [ [[package]] name = "libp2p-tcp" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "get_if_addrs 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", - "ipnet 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ipnet 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libp2p-uds" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libp2p-wasm-ext" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "js-sys 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-send-wrapper 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-bindgen 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen-futures 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libp2p-websocket" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rw-stream-sink 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "soketto 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-rustls 0.10.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "webpki-roots 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-rustls 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", + "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "webpki-roots 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libp2p-yamux" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "yamux 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2067,39 +2597,27 @@ dependencies = [ [[package]] name = "librocksdb-sys" -version = "5.18.3" +version = "6.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bindgen 0.47.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "bindgen 0.49.4 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", + "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libsecp256k1" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "hmac-drbg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sha2 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", - "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "libsecp256k1" -version = "0.3.2" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "crunchy 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "hmac-drbg 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2108,10 +2626,10 @@ name = "libz-sys" version = "1.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", - "vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2146,7 +2664,7 @@ dependencies = [ [[package]] name = "lock_api" -version = "0.3.1" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2169,11 +2687,27 @@ dependencies = [ ] [[package]] -name = "lru-cache" -version = "0.1.2" +name = "lru" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "lru" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "hashbrown 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "mach" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2181,9 +2715,9 @@ name = "malloc_size_of_derive" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "synstructure 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", + "synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2203,7 +2737,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "memoffset" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2211,12 +2745,13 @@ dependencies = [ [[package]] name = "memory-db" -version = "0.15.2" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ + "ahash 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-util-mem 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-util-mem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2234,13 +2769,13 @@ dependencies = [ [[package]] name = "merlin" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "keccak 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2253,14 +2788,15 @@ dependencies = [ [[package]] name = "mio" -version = "0.6.19" +version = "0.6.21" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2270,12 +2806,12 @@ dependencies = [ [[package]] name = "mio-extras" -version = "2.0.5" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", + "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2285,8 +2821,8 @@ version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", + "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2300,6 +2836,11 @@ dependencies = [ "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "more-asserts" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "multimap" version = "0.4.0" @@ -2307,7 +2848,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "multistream-select" -version = "0.5.1" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2326,30 +2867,13 @@ dependencies = [ "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "native-tls" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl 0.10.25 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.9.52 (registry+https://github.com/rust-lang/crates.io-index)", - "schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", - "security-framework 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "security-framework-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "net2" version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2362,7 +2886,7 @@ dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2372,9 +2896,9 @@ version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2399,12 +2923,12 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2413,7 +2937,7 @@ version = "0.1.41" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2422,9 +2946,9 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "num-bigint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "num-bigint 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2432,12 +2956,12 @@ name = "num-traits" version = "0.1.43" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "num-traits" -version = "0.2.8" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2445,11 +2969,11 @@ dependencies = [ [[package]] name = "num_cpus" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2474,41 +2998,16 @@ name = "once_cell" version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "once_cell" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "opaque-debug" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "openssl" -version = "0.10.25" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.9.52 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "openssl-probe" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "openssl-sys" -version = "0.9.52" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", - "vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "owning_ref" version = "0.4.0" @@ -2518,14 +3017,417 @@ dependencies = [ ] [[package]] -name = "parity-bytes" -version = "0.1.0" -source = "git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6#616b40150ded71f57f650067fcbc5c99d7c343e6" +name = "pallet-authority-discovery" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-authorship" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-babe" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-balances" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-collective" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-democracy" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-elections-phragmen" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-finality-tracker" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-grandpa" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-identity" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-im-online" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-indices" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-membership" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-nicks" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-offences" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-randomness-collective-flip" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-session" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-staking" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-staking-reward-curve" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "pallet-sudo" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-timestamp" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-transaction-payment" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-transaction-payment-rpc" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-derive 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-transaction-payment-rpc-runtime-api" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-treasury" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "pallet-utility" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] [[package]] name = "parity-bytes" -version = "0.1.0" -source = "git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d#b0317f649ab2c665b7987b8475878fc4d2e1f81d" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "parity-multiaddr" @@ -2539,11 +3441,28 @@ dependencies = [ "data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-multihash 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "parity-multiaddr" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", + "data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multihash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "parity-multihash" version = "0.1.3" @@ -2552,33 +3471,47 @@ dependencies = [ "blake2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sha-1 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "sha3 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "parity-scale-codec" -version = "1.0.6" +name = "parity-multihash" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "bitvec 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", - "byte-slice-cast 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec-derive 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "blake2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sha-1 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "sha3 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "unsigned-varint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "parity-scale-codec" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byte-slice-cast 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec-derive 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "parity-scale-codec-derive" -version = "1.0.3" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2588,7 +3521,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "parity-util-mem" -version = "0.2.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2598,25 +3531,8 @@ dependencies = [ [[package]] name = "parity-wasm" -version = "0.31.3" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "parity-wasm" -version = "0.40.3" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "parking_lot" -version = "0.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", -] [[package]] name = "parking_lot" @@ -2642,21 +3558,18 @@ name = "parking_lot" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "parking_lot_core" -version = "0.3.1" +name = "parking_lot" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2664,7 +3577,7 @@ name = "parking_lot_core" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2678,7 +3591,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2693,13 +3606,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "parking_lot_core" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "paste" version = "0.1.6" @@ -2715,9 +3641,9 @@ version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2757,6 +3683,29 @@ dependencies = [ "fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "pin-project" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "pin-project-internal 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "pin-project-internal" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "pin-project-lite" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "pin-utils" version = "0.1.0-alpha.4" @@ -2767,259 +3716,367 @@ name = "pkg-config" version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "plain" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "polkadot-availability-store" -version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#0795094ae42fdc22203f977ff66ec2fb2686a006" +version = "0.7.13" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#3d2749c8fb99a919dd264b1ae36cecd60d4b98d5" dependencies = [ - "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)", - "kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)", - "kvdb-rocksdb 0.1.4 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)", + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "kvdb 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "kvdb-memorydb 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "kvdb-rocksdb 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "polkadot-erasure-coding 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-primitives 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "tokio 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-cli" -version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#0795094ae42fdc22203f977ff66ec2fb2686a006" +version = "0.7.13" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#3d2749c8fb99a919dd264b1ae36cecd60d4b98d5" dependencies = [ - "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-service 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "polkadot-service 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "sc-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "structopt 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-collator" -version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#0795094ae42fdc22203f977ff66ec2fb2686a006" +version = "0.7.13" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#3d2749c8fb99a919dd264b1ae36cecd60d4b98d5" dependencies = [ - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-cli 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-network 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-primitives 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-runtime 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-service 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-validation 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "polkadot-cli 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-network 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-primitives 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-service 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-validation 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "polkadot-executor" -version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#0795094ae42fdc22203f977ff66ec2fb2686a006" +name = "polkadot-erasure-coding" +version = "0.7.13" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#3d2749c8fb99a919dd264b1ae36cecd60d4b98d5" dependencies = [ - "polkadot-runtime 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "polkadot-primitives 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "reed-solomon-erasure 4.0.0 (git+https://github.com/paritytech/reed-solomon-erasure)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", ] [[package]] name = "polkadot-network" -version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#0795094ae42fdc22203f977ff66ec2fb2686a006" +version = "0.7.13" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#3d2749c8fb99a919dd264b1ae36cecd60d4b98d5" dependencies = [ "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", + "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-availability-store 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-primitives 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-validation 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "polkadot-availability-store 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-erasure-coding 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-primitives 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-validation 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-network-gossip 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", ] [[package]] name = "polkadot-parachain" -version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#0795094ae42fdc22203f977ff66ec2fb2686a006" +version = "0.7.13" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#3d2749c8fb99a919dd264b1ae36cecd60d4b98d5" dependencies = [ - "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "shared_memory 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "wasmi 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "shared_memory 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", ] [[package]] name = "polkadot-primitives" -version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#0795094ae42fdc22203f977ff66ec2fb2686a006" +version = "0.7.13" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#3d2749c8fb99a919dd264b1ae36cecd60d4b98d5" dependencies = [ - "bitvec 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "polkadot-parachain 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "polkadot-rpc" +version = "0.7.13" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#3d2749c8fb99a919dd264b1ae36cecd60d4b98d5" +dependencies = [ + "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "polkadot-primitives 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", ] [[package]] name = "polkadot-runtime" -version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#0795094ae42fdc22203f977ff66ec2fb2686a006" +version = "0.7.13" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#3d2749c8fb99a919dd264b1ae36cecd60d4b98d5" dependencies = [ - "bitvec 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-primitives 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "polkadot-parachain 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-primitives 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-runtime-common 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-elections 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-offences 1.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", "substrate-wasm-builder-runner 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "polkadot-service" -version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#0795094ae42fdc22203f977ff66ec2fb2686a006" +name = "polkadot-runtime-common" +version = "0.7.13" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#3d2749c8fb99a919dd264b1ae36cecd60d4b98d5" dependencies = [ - "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "polkadot-parachain 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-primitives 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "polkadot-service" +version = "0.7.13" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#3d2749c8fb99a919dd264b1ae36cecd60d4b98d5" +dependencies = [ + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "kusama-runtime 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-availability-store 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-executor 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-network 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-primitives 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-runtime 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-validation 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-availability-store 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-network 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-primitives 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-rpc 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-runtime 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-validation 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "sc-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", ] [[package]] name = "polkadot-statement-table" -version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#0795094ae42fdc22203f977ff66ec2fb2686a006" +version = "0.7.13" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#3d2749c8fb99a919dd264b1ae36cecd60d4b98d5" dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "polkadot-primitives 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", ] [[package]] name = "polkadot-validation" -version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#0795094ae42fdc22203f977ff66ec2fb2686a006" +version = "0.7.13" +source = "git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch#3d2749c8fb99a919dd264b1ae36cecd60d4b98d5" dependencies = [ - "bitvec 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", - "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-availability-store 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-parachain 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-primitives 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-runtime 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "polkadot-statement-table 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "polkadot-availability-store 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-erasure-coding 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-parachain 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-primitives 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "polkadot-statement-table 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)", + "sc-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "tokio 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3029,12 +4086,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "primitive-types" -version = "0.5.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "fixed-hash 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "fixed-hash 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "impl-codec 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-serde 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "uint 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3048,12 +4105,26 @@ dependencies = [ [[package]] name = "proc-macro-error" -version = "0.2.6" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro-error-attr 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "rustversion 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "proc-macro-error-attr" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rustversion 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", + "syn-mid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3061,11 +4132,16 @@ name = "proc-macro-hack" version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "proc-macro-nested" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "proc-macro2" version = "0.4.30" @@ -3076,7 +4152,7 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3099,7 +4175,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "itertools 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "multimap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3115,7 +4191,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "itertools 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3137,7 +4213,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "quick-error" -version = "1.2.2" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -3153,7 +4229,7 @@ name = "quote" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3161,7 +4237,7 @@ name = "rand" version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3171,31 +4247,19 @@ version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "rand" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "rand" version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3212,8 +4276,8 @@ name = "rand" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3255,7 +4319,7 @@ name = "rand_core" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", + "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3287,7 +4351,7 @@ name = "rand_jitter" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3299,7 +4363,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3323,25 +4387,35 @@ dependencies = [ ] [[package]] -name = "rayon" -version = "1.2.0" +name = "raw-cpuid" +version = "7.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "rayon" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", - "rayon-core 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "rayon-core" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3357,6 +4431,25 @@ name = "redox_syscall" version = "0.1.56" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "redox_users" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", + "rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "reed-solomon-erasure" +version = "4.0.0" +source = "git+https://github.com/paritytech/reed-solomon-erasure#63c609beaef0f8174a9a21f058d7d3e46c3a762c" +dependencies = [ + "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "regex" version = "1.3.1" @@ -3373,6 +4466,17 @@ name = "regex-syntax" version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "region" +version = "2.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", + "mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "remove_dir_all" version = "0.5.2" @@ -3383,44 +4487,46 @@ dependencies = [ [[package]] name = "ring" -version = "0.14.6" +version = "0.16.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "rocksdb" -version = "0.10.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "librocksdb-sys 5.18.3 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "rocksdb" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "librocksdb-sys 5.18.3 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", + "librocksdb-sys 6.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "rpassword" -version = "4.0.1" +version = "4.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "rust-argon2" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "blake2b_simd 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "rustc-demangle" version = "0.1.16" @@ -3446,15 +4552,24 @@ dependencies = [ [[package]] name = "rustls" -version = "0.15.2" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", + "ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)", + "sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "rustversion" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3481,12 +4596,714 @@ dependencies = [ ] [[package]] -name = "schannel" -version = "0.1.16" -source = "registry+https://github.com/rust-lang/crates.io-index" +name = "sc-authority-discovery" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" dependencies = [ + "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sc-basic-authority" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "tokio-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sc-block-builder" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sc-chain-spec" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sc-chain-spec-derive" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sc-cli" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "fdlimit 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "names 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rpassword 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "structopt 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sc-client" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "kvdb 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "tracing 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sc-client-api" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "kvdb 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sc-client-db" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "kvdb 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "kvdb-memorydb 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "kvdb-rocksdb 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sc-consensus-babe" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "merlin 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "num-bigint 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pdqselect 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sc-consensus-slots" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sc-consensus-uncles" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sc-executor" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-executor-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-executor-wasmi 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-executor-wasmtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sc-executor-common" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sc-executor-wasmi" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-executor-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sc-executor-wasmtime" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-frontend 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-native 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-executor-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmtime-environ 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmtime-jit 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmtime-runtime 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sc-finality-grandpa" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "finality-grandpa 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-network-gossip 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sc-keystore" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sc-network" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "erased-serde 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", + "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "linked_hash_set 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "lru 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", + "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "slog_derive 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sc-network-gossip" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "lru 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sc-offchain" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", + "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper-rustls 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sc-peerset" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sc-rpc" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-pubsub 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sc-rpc-api" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-derive 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-pubsub 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sc-rpc-server" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-http-server 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-pubsub 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-ws-server 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sc-service" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "grafana-data-source 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", + "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sysinfo 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", + "target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sc-state-db" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sc-telemetry" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "slog-json 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "slog-scope 4.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sc-tracing" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "erased-serde 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", + "grafana-data-source 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", + "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-core 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sc-transaction-graph" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sc-transaction-pool" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", ] [[package]] @@ -3496,12 +5313,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "curve25519-dalek 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "merlin 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "merlin 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "zeroize 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3515,32 +5332,31 @@ name = "scopeguard" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "scroll" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "scroll_derive 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "scroll_derive" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sct" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)", - "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "security-framework" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", - "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "security-framework-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "security-framework-sys" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)", + "untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3563,35 +5379,35 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "serde" -version = "1.0.102" +version = "1.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "serde_derive" -version = "1.0.102" +version = "1.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "serde_json" -version = "1.0.41" +version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sha-1" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3607,19 +5423,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sha2" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "block-buffer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sha2" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3642,19 +5446,32 @@ dependencies = [ [[package]] name = "shared_memory" -version = "0.8.2" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "memrange 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "nix 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "shared_memory_derive 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "theban_interval_tree 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "shared_memory_derive" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "shell32-sys" version = "0.1.2" @@ -3664,6 +5481,11 @@ dependencies = [ "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "shlex" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "slab" version = "0.4.2" @@ -3674,18 +5496,7 @@ name = "slog" version = "2.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "slog-async" -version = "2.3.0" -source = "git+https://github.com/paritytech/slog-async#107848e7ded5e80dc43f6296c2b96039eb92c0a5" -dependencies = [ - "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "erased-serde 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3693,10 +5504,10 @@ name = "slog-json" version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", - "erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "erased-serde 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3705,19 +5516,19 @@ name = "slog-scope" version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "arc-swap 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "arc-swap 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "slog_derive" -version = "0.1.1" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3728,21 +5539,21 @@ dependencies = [ "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "smallvec" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "snow" -version = "0.5.2" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "static_slice 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3752,9 +5563,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", + "flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3770,554 +5581,504 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] -name = "spin" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" +name = "sp-api" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] [[package]] -name = "sr-api-macros" +name = "sp-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "sr-arithmetic" +name = "sp-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sp-arithmetic" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" dependencies = [ "integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", ] [[package]] -name = "sr-io" +name = "sp-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sp-authorship" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sp-block-builder" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sp-blockchain" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "lru 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sp-consensus" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sp-consensus-aura" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sp-consensus-babe" +version = "0.8.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sp-core" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "ed25519-dalek 1.0.0-pre.3 (registry+https://github.com/rust-lang/crates.io-index)", + "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hash256-std-hasher 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "primitive-types 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tiny-bip39 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tiny-keccak 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sp-debug-derive" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sp-externalities" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "environmental 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sp-finality-grandpa" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sp-finality-tracker" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sp-inherents" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sp-io" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libsecp256k1 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", ] [[package]] -name = "sr-primitives" +name = "sp-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "strum 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sp-offchain" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sp-panic-handler" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sp-phragmen" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sp-rpc" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sp-runtime" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", ] [[package]] -name = "sr-staking-primitives" +name = "sp-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "environmental 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "primitive-types 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "sr-std" +name = "sp-runtime-interface-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" dependencies = [ - "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "Inflector 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "sr-version" +name = "sp-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sp-session" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sp-staking" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", +] + +[[package]] +name = "sp-state-machine" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" +dependencies = [ + "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "trie-db 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", + "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sp-std" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" + +[[package]] +name = "sp-storage" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" dependencies = [ "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", ] [[package]] -name = "srml-authority-discovery" -version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "srml-authorship" -version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" +name = "sp-timestamp" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", ] [[package]] -name = "srml-babe" +name = "sp-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" dependencies = [ - "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", ] [[package]] -name = "srml-balances" +name = "sp-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "memory-db 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "trie-db 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", + "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "srml-collective" +name = "sp-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", ] [[package]] -name = "srml-democracy" +name = "sp-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "srml-elections" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "srml-executive" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "srml-finality-tracker" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "srml-grandpa" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "srml-im-online" -version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "srml-indices" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "srml-membership" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "srml-metadata" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "srml-offences" -version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "srml-randomness-collective-flip" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "srml-session" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "srml-staking" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "srml-staking-reward-curve" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "srml-sudo" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "srml-support" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "once_cell 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "srml-support-procedural" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "srml-support-procedural-tools" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "srml-support-procedural-tools-derive" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "srml-system" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "srml-system-rpc-runtime-api" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "srml-timestamp" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "srml-transaction-payment" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "srml-treasury" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] +name = "spin" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "stable_deref_trait" version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "static_assertions" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "static_assertions" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "static_slice" -version = "0.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "stream-cipher" version = "0.3.2" @@ -4334,6 +6095,14 @@ dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "string-interner" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "strsim" version = "0.8.0" @@ -4341,101 +6110,42 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "structopt" -version = "0.3.3" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", - "structopt-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "structopt-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "structopt-derive" -version = "0.3.3" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro-error 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "strum" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "strum_macros 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] name = "strum_macros" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "substrate-application-crypto" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-authority-discovery" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "substrate-authority-discovery-primitives" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-basic-authorship" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -4446,817 +6156,98 @@ dependencies = [ "hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "substrate-chain-spec" +name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" dependencies = [ - "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-chain-spec-derive" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "substrate-cli" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", - "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", - "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", - "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "fdlimit 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-derive 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "names 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rpassword 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "substrate-client" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-client-db" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)", - "kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)", - "kvdb-rocksdb 0.1.4 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)", - "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-consensus-aura-primitives" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-consensus-babe" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "merlin 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "num-bigint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "pdqselect 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-consensus-babe-primitives" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-consensus-common" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-consensus-slots" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-consensus-uncles" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-executor" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libsecp256k1 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-wasm 0.40.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "substrate-externalities" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "primitive-types 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-finality-grandpa" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "finality-grandpa 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "substrate-finality-grandpa-primitives" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-header-metadata" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-inherents" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-keyring" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "strum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "strum_macros 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-keystore" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "substrate-network" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", - "erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "linked_hash_set 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "slog_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "zeroize 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "substrate-offchain" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-offchain-primitives" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-panic-handler" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "substrate-peerset" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "substrate-phragmen" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-primitives" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ed25519-dalek 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", - "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "hash256-std-hasher 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "primitive-types 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "tiny-bip39 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "zeroize 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "substrate-primitives-storage" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-rpc" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-pubsub 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-rpc-api" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-core-client 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-derive 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-pubsub 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-rpc-primitives" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-rpc-servers" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-http-server 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-pubsub 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-ws-server 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-serializer" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "substrate-service" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sysinfo 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", - "target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "substrate-session" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-state-db" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-state-machine" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "substrate-telemetry" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "slog-async 2.3.0 (git+https://github.com/paritytech/slog-async)", - "slog-json 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "slog-scope 4.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", ] [[package]] name = "substrate-test-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" dependencies = [ - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", ] [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "memory-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-aura-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-wasm-builder-runner 1.0.3 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "substrate-transaction-graph" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-transaction-pool" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", -] - -[[package]] -name = "substrate-trie" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "memory-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", - "trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "memory-db 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus-aura 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "substrate-wasm-builder-runner 1.0.4 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)", + "trie-db 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-wasm-builder-runner" -version = "1.0.3" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" +version = "1.0.4" +source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#f2ef165d3525077aa4869397cb44de5596fe08ef" [[package]] name = "substrate-wasm-builder-runner" version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "substrate-wasm-interface" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch#2866a0d840cf454ebabe8fe96a32c3376d0fc786" -dependencies = [ - "wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "subtle" version = "1.0.0" @@ -5264,7 +6255,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "subtle" -version = "2.2.1" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -5279,45 +6270,44 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.7" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "synstructure" -version = "0.10.2" +name = "syn-mid" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "synstructure" -version = "0.12.2" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sysinfo" -version = "0.9.5" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "doc-comment 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", + "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5326,6 +6316,11 @@ name = "take_mut" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "target-lexicon" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "target_info" version = "0.1.0" @@ -5337,7 +6332,7 @@ version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5357,7 +6352,7 @@ name = "textwrap" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5370,6 +6365,24 @@ dependencies = [ "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "thiserror" +version = "1.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "thiserror-impl 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "thiserror-impl" +version = "1.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "thread_local" version = "0.3.6" @@ -5378,12 +6391,20 @@ dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "threadpool" +version = "1.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "time" version = "0.1.42" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5399,12 +6420,12 @@ dependencies = [ "once_cell 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tiny-keccak" -version = "1.5.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "crunchy 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5417,22 +6438,33 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", - "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-threadpool 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "tokio" +version = "0.2.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "tokio-buf" version = "0.1.1" @@ -5459,7 +6491,7 @@ version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5475,13 +6507,23 @@ dependencies = [ [[package]] name = "tokio-executor" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "tokio-executor" +version = "0.2.0-alpha.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-sync 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "tokio-fs" version = "0.1.6" @@ -5489,7 +6531,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-threadpool 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5504,33 +6546,33 @@ dependencies = [ [[package]] name = "tokio-reactor" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", - "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-rustls" -version = "0.10.0-alpha.4" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", + "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5542,6 +6584,16 @@ dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "tokio-sync" +version = "0.2.0-alpha.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "tokio-tcp" version = "0.1.3" @@ -5550,36 +6602,36 @@ dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", + "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-threadpool" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-timer" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5590,10 +6642,10 @@ dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", + "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5604,13 +6656,26 @@ dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", + "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "tokio-util" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5618,19 +6683,51 @@ name = "toml" version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "tower-service" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "tracing" +version = "0.1.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-attributes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-core 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "tracing-attributes" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "tracing-core" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "trie-db" -version = "0.15.2" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "elastic-array 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5682,10 +6779,10 @@ dependencies = [ [[package]] name = "unicase" -version = "2.5.1" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5698,20 +6795,20 @@ dependencies = [ [[package]] name = "unicode-normalization" -version = "0.1.8" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "unicode-segmentation" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "unicode-width" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -5733,9 +6830,14 @@ dependencies = [ "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "unsigned-varint" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "untrusted" -version = "0.6.2" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -5750,7 +6852,7 @@ dependencies = [ [[package]] name = "url" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5760,7 +6862,7 @@ dependencies = [ [[package]] name = "vcpkg" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -5774,7 +6876,7 @@ version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", + "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5783,6 +6885,11 @@ name = "version_check" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "version_check" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "void" version = "1.0.2" @@ -5798,32 +6905,41 @@ dependencies = [ "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "want" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "wasi" -version = "0.7.0" +version = "0.9.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "wasm-bindgen" -version = "0.2.53" +version = "0.2.58" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-bindgen-macro 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen-macro 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.53" +version = "0.2.58" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bumpalo 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bumpalo 3.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-bindgen-shared 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen-shared 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5833,49 +6949,49 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "js-sys 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-bindgen 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", - "web-sys 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)", + "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", + "web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "wasm-bindgen-macro" -version = "0.2.53" +version = "0.2.58" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-bindgen-macro-support 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen-macro-support 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.53" +version = "0.2.58" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-bindgen-backend 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-bindgen-shared 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen-backend 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen-shared 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.53" +version = "0.2.58" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "wasm-bindgen-webidl" -version = "0.2.53" +version = "0.2.58" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-bindgen-backend 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen-backend 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", "weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5885,80 +7001,162 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "js-sys 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)", + "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", "send_wrapper 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-bindgen 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", - "web-sys 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", + "web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "wasmi" -version = "0.4.5" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "memory_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-wasm 0.31.3 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmi-validation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "wasmi" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "memory_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-wasm 0.40.3 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmi-validation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmi-validation 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "wasmi-validation" -version = "0.1.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "parity-wasm 0.31.3 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "wasmi-validation" -version = "0.2.0" +name = "wasmparser" +version = "0.39.3" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "wasmtime-debug" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "parity-wasm 0.40.3 (registry+https://github.com/rust-lang/crates.io-index)", + "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "faerie 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gimli 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", + "more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmtime-environ 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "wasmtime-environ" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "file-per-thread-logger 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "toml 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "zstd 0.5.1+zstd.1.4.4 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "wasmtime-jit" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-frontend 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmtime-debug 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmtime-environ 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmtime-runtime 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "wasmtime-runtime" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", + "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmtime-environ 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "web-sys" -version = "0.3.30" +version = "0.3.35" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "js-sys 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)", + "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", "sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-bindgen 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-bindgen-webidl 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen-webidl 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "webpki" -version = "0.19.1" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)", - "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)", + "untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "webpki-roots" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", + "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "webpki-roots" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5975,7 +7173,7 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -6033,12 +7231,12 @@ dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", - "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", + "mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "sha-1 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -6075,7 +7273,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "nohash-hasher 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6085,290 +7283,385 @@ dependencies = [ name = "zeroize" version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "zeroize_derive 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", -] [[package]] name = "zeroize" -version = "0.10.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "zeroize_derive 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] name = "zeroize_derive" -version = "0.9.3" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", - "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", + "synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "zstd" +version = "0.5.1+zstd.1.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "zstd-safe 2.0.3+zstd.1.4.4 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "zstd-safe" +version = "2.0.3+zstd.1.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", + "zstd-sys 1.4.15+zstd.1.4.4 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "zstd-sys" +version = "1.4.15+zstd.1.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", + "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", ] [metadata] +"checksum Inflector 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)" = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" "checksum adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2" "checksum aes-ctr 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d2e5b0458ea3beae0d1d8c0f3946564f8e10f90646cf78c06b4351052058d1ee" "checksum aes-soft 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cfd7e7ae3f9a1fb5c03b389fc6bb9a51400d0c13053f0dca698c832bfd893a0d" "checksum aesni 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f70a6b5f971e473091ab7cfb5ffac6cde81666c4556751d8d5620ead8abf100" -"checksum ahash 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "2f00e10d4814aa20900e7948174384f79f1317f24f0ba7494e735111653fc330" +"checksum ahash 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "6f33b5018f120946c1dcf279194f238a9f146725593ead1c08fa47ff22b0b5d3" "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" -"checksum aio-limited 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c4dddf55b0b2da9acb7512f21c0a4f1c0871522ec4ab7fb919d0da807d1e32b3" "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" "checksum ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" +"checksum anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c" "checksum app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e73a24bad9bd6a94d6395382a6c69fe071708ae4409f763c5475e14ee896313d" -"checksum arc-swap 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f1a1eca3195b729bbd64e292ef2f5fff6b1c28504fed762ce2b1013dde4d8e92" +"checksum arc-swap 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d7b8a9123b8027467bce0099fe556c628a53c8d83df0507084c31e9ba2e39aff" "checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" "checksum arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" +"checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" "checksum asn1_der 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6fce6b6a0ffdafebd82c87e79e3f40e8d2c523e5fea5566ff6b90509bf98d638" "checksum asn1_der_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d0864d84b8e07b145449be9a8537db86bf9de5ce03b913214694643b4743502" -"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" +"checksum async-std 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0bf6039b315300e057d198b9d3ab92ee029e31c759b7f1afae538145e6f18a3e" +"checksum async-task 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "698d676dbe689c72ebd57de09e7eb0db9f38fd8dd0cf6c5dc8d76971ebecde1b" +"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" "checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea" "checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491" "checksum base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83" "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" -"checksum bindgen 0.47.3 (registry+https://github.com/rust-lang/crates.io-index)" = "df683a55b54b41d5ea8ebfaebb5aa7e6b84e3f3006a78f010dadc9ca88469260" +"checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" +"checksum bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf" +"checksum bindgen 0.49.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4c07087f3d5731bf3fb375a81841b99597e25dc11bd3bc72d16d43adf6624a6e" "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" "checksum bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5da9b3d9f6f585199287a473f4f8dfab6566cf827d15c00c219f53c645687ead" -"checksum bitvec 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9633b74910e1870f50f5af189b08487195cdb83c0e27a71d6f64d5e09dd0538b" +"checksum bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a993f74b4c99c1908d156b8d2e0fb6277736b0ecbd833982fd1241d39b2766a6" "checksum blake2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "94cb07b0da6a73955f8fb85d24c466778e70cda767a568229b104f0264089330" "checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400" -"checksum block-buffer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1339a1042f5d9f295737ad4d9a6ab6bf81c84a933dba110b9200cd6d1448b814" +"checksum blake2b_simd 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a" "checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" "checksum block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1c924d49bd09e7c06003acda26cd9742e796e34282ec6c1189404dee0c1f4774" -"checksum block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4dc3af3ee2e12f3e5d224e5e1e3d73668abbeb69e566d361f7d5563a4fdf09" +"checksum block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" +"checksum broadcaster 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "07a1446420a56f1030271649ba0da46d23239b3a68c73591cea5247f15a788a0" "checksum bs58 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c95ee6bba9d950218b6cc910cf62bc9e0a171d0f4537e3627b0f54d08549b188" +"checksum bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b170cd256a3f9fa6b9edae3e44a7dfdfc77e8124dbc3e2612d75f9c3e2396dae" "checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245" -"checksum bumpalo 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ad807f2fc2bf185eeb98ff3a901bd46dc5ad58163d0fa4577ba0d25674d71708" -"checksum byte-slice-cast 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d98ec867797c2aeb87198d6565b865e3ceac907b947bc8d0cecdce33a8147d6f" -"checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" +"checksum bumpalo 3.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5fb8038c1ddc0a5f73787b130f4cc75151e96ed33e417fde765eb5a81e3532f4" +"checksum byte-slice-cast 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b0a5e3906bcbf133e33c1d4d95afc664ad37fbdb9f6568d8043e7ea8c27d93d3" "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" "checksum byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855" "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" +"checksum bytes 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "10004c15deb332055f7a4a208190aed362cf9a7c2f6ab70a305fba50e1105f38" "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" "checksum c_linked_list 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4964518bd3b4a8190e832886cdc0da9794f12e8e6c1613a9e90ff331c4c8724b" -"checksum cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" = "aa87058dce70a3ff5621797f1506cb837edd02ac4c0ae642b4542dce802908b8" +"checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd" "checksum cexpr 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fce5b5fb86b0c57c20c834c1b412fd09c77c8a59b9473f86272709e78874cd1d" "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" -"checksum chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e8493056968583b0193c1bb04d6f7684586f3726992d6c573261941a895dbd68" -"checksum clang-sys 0.26.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6ef0c1bcf2e99c649104bd7a7012d8f8802684400e03db0ec0af48583c6fa0e4" +"checksum chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01" +"checksum clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)" = "81de550971c976f176130da4b2978d3b524eaa0fd9ac31f3ceb5ae1231fb4853" "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" "checksum clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "97276801e127ffb46b66ce23f35cc96bd454fa311294bced4bbace7baa8b1d17" "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" "checksum const-random 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7b641a8c9867e341f3295564203b1c250eb8ce6cb6126e007941f78c4d2ed7fe" "checksum const-random-macro 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c750ec12b83377637110d5a57f5ae08e895b06c4b16e2bdbf1a94ef717428c59" "checksum constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "995a44c877f9212528ccc74b21a232f66ad69001e40ede5bcee2ac9ef2657120" -"checksum core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d" -"checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b" +"checksum cranelift-bforest 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bd05aac8cefcde54ce26178df8f36cb1f518ac691db650e7d2440c2b6b41c4dc" +"checksum cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c63d9b6ff8a94f98deabab21880d7fd54996e0e16be687b6f80a3b6bdd9c188d" +"checksum cranelift-codegen-meta 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7cb3df51c2c07d719d02869bfac6cabd8d82ee308d5b29ca62e6528723cc33a4" +"checksum cranelift-codegen-shared 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "758f9426b2e22bf83fc1a6b231a9d53cd4830751883c7f0e196ebb3c210467b3" +"checksum cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff064733df8b98f453060264a8790393d1e807aca6942706b42f79a4f7aae9ed" +"checksum cranelift-frontend 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1eaafb5fa623dcbe19a28084a8226d7a1b17184a949c1a1f29a46b479867998d" +"checksum cranelift-native 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "90033dbd7293f6fad4cf9dcd769cd621d60df22b1c5a11799e86359b7447a51d" +"checksum cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "54cb82a1071f88822763a583ec1a8688ffe5e2cda02c111d4483dd4376ed14d8" "checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" -"checksum crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa" -"checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71" -"checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9" +"checksum crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "acec9a3b0b3559f15aee4f90746c4e5e293b701c0f7d3925d24e01645267b68c" +"checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca" +"checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac" "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" +"checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db" "checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" +"checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4" "checksum crunchy 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" -"checksum crypto-mac 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "779015233ac67d65098614aec748ac1c756ab6677fa2e14cf8b37c08dfed1198" "checksum crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5" +"checksum ct-logs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4d3686f5fa27dbc1d76c751300376e167c5a43387f44bb451fd1c24776e49113" "checksum ctr 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "022cd691704491df67d25d006fe8eca083098253c4d43516c2206479c58c6736" "checksum ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c7dfd2d8b4c82121dfdff120f818e09fc4380b0b7e17a742081a89b94853e87f" "checksum cuckoofilter 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8dd43f7cfaffe0a386636a10baea2ee05cc50df3b77bea4a456c9572a939bf1f" "checksum curve25519-dalek 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8b7dcd30ba50cdf88b55b033456138b7c0ac4afdc436d82e1b79f370f24cc66d" +"checksum curve25519-dalek 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "26778518a7f6cffa1d25a44b602b62b979bd88adb9e99ffec546998cf3404839" "checksum data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4f47ca1860a761136924ddd2422ba77b2ea54fe8cc75b9040804a0d9d32ad97" "checksum derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6d944ac6003ed268757ef1ee686753b57efc5fcf0ebe7b64c9fc81e7e32ff839" "checksum derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a141330240c921ec6d074a3e188a7c7ef95668bb95e7d44fa0e5778ec2a7afe" -"checksum digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e5b29bf156f3f4b3c4f610a25ff69370616ae6e0657d416de22645483e72af0a" +"checksum derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2159be042979966de68315bce7034bb000c775f22e3e834e1c52ff78f041cae8" "checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" +"checksum directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "551a778172a450d7fc12e629ca3b0428d00f6afa9a43da1b630d54604e97371c" +"checksum dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b" "checksum dns-parser 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea" "checksum doc-comment 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "923dea538cea0aa3025e8685b20d6ee21ef99c4f77e954a30febbaac5ec73a97" -"checksum ed25519-dalek 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d07e8b8a8386c3b89a7a4b329fdfa4cb545de2545e9e2ebbc3dd3929253e426" -"checksum ed25519-dalek 1.0.0-pre.2 (registry+https://github.com/rust-lang/crates.io-index)" = "845aaacc16f01178f33349e7c992ecd0cee095aa5e577f0f4dee35971bd36455" +"checksum ed25519-dalek 1.0.0-pre.3 (registry+https://github.com/rust-lang/crates.io-index)" = "978710b352437433c97b2bff193f2fb1dfd58a093f863dd95e225a19baa599a2" "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" -"checksum elastic-array 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "073be79b6538296faf81c631872676600616073817dd9a440c477ad09b408983" "checksum enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180" +"checksum enumflags2 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "33121c8782ba948ba332dab29311b026a8716dc65a1599e5b88f392d38496af8" +"checksum enumflags2_derive 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ecf634c5213044b8d54a46dd282cf5dd1f86bb5cb53e92c409cb4680a7fb9894" "checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3" "checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" -"checksum environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "34f8467a0284de039e6bd0e25c14519538462ba5beb548bb1f03e645097837a8" -"checksum erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3beee4bc16478a1b26f2e80ad819a52d24745e292f521a63c16eea5f74b7eb60" +"checksum environmental 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "516aa8d7a71cb00a1c4146f0798549b93d083d4f189b3ced8f3de6b8f11ee6c4" +"checksum erased-serde 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)" = "cd7d80305c9bd8cd78e3c753eb9fb110f83621e5211f1a3afffcc812b104daf9" +"checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e" +"checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067" "checksum exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d8013f441e38e31c670e7f34ec8f1d5d3a2bd9d303c1ff83976ca886005e8f48" +"checksum exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5" +"checksum faerie 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f902f2af041f6c7177a2a04f805687cdc71e69c7cbef059a2755d8923f4cd7a8" "checksum failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9" "checksum failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bc225b78e0391e4b8683440bf2e63c2deeeb2ce5189eab46e2b68c6d3725d08" "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" +"checksum fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" "checksum fdlimit 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b1ee15a7050e5580b3712877157068ea713b245b080ff302ae2ca973cfcd9baa" -"checksum finality-grandpa 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34754852da8d86bc509715292c73140a5b678656d0b16132acd6737bdb5fd5f8" -"checksum fixed-hash 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "516877b7b9a1cc2d0293cbce23cd6203f0edbfd4090e6ca4489fecb5aa73050e" +"checksum file-per-thread-logger 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8505b75b31ef7285168dd237c4a7db3c1f3e0927e7d314e670bc98e854272fe9" +"checksum finality-grandpa 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4106eb29c7e092f4a6ce6e7632abbbfdf85d94e63035d3790d2d16eeae83d3f4" +"checksum fixed-hash 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3367952ceb191f4ab95dd5685dc163ac539e36202f9fcfd0cb22f9f9c542fefc" "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" -"checksum flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ad3c5233c9a940c8719031b423d7e6c16af66e031cb0420b0896f5245bf181d3" +"checksum flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6bd6d6f4752952feb71363cffc9ebac9411b75b87c6ab6058c40c8900cf43c0f" "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" -"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" -"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" "checksum fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum frame-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum frame-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum frame-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum frame-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" "checksum fs-swap 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "921d332c89b3b61a826de38c61ee5b6e02c56806cade1b0e5d81bd71f57a71bb" "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" "checksum futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef" +"checksum futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b6f16056ecbb57525ff698bb955162d0cd03bee84e6241c27ff75c08d8ca5987" +"checksum futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fcae98ca17d102fd8a3603727b9259fcf7fa4239b603d2142926189bc8999b86" "checksum futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "d5e5f4df964fa9c1c2f8bddeb5c3611631cacd93baf810fc8bb2fb4b495c263a" +"checksum futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "79564c427afefab1dfb3298535b21eda083ef7935b4f0ecbfcb121f0aec10866" "checksum futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "b35b6263fb1ef523c3056565fa67b1d16f0a8604ff12b11b08c25f28a734c60a" "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" -"checksum futures-executor-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "75236e88bd9fe88e5e8bfcd175b665d0528fe03ca4c5207fabc028c8f9d93e98" -"checksum futures-io-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "f4914ae450db1921a56c91bde97a27846287d062087d4a652efc09bb3a01ebda" -"checksum futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "3b1dce2a0267ada5c6ff75a8ba864b4e679a9e2aa44262af7a3b5516d530d76e" +"checksum futures-executor 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1e274736563f686a837a0568b478bdabfeaec2dca794b5649b04e2fe1627c231" +"checksum futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e676577d229e70952ab25f3945795ba5b16d63ca794ca9d2c860e5595d20b5ff" +"checksum futures-macro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "52e7c56c15537adb4f76d0b7a76ad131cb4d2f4f32d3b0bcabcbe1c7c5e87764" +"checksum futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "171be33efae63c2d59e6dbba34186fe0d6394fb378069a76dfd80fdcffd43c16" "checksum futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "86f148ef6b69f75bb610d4f9a2336d4fc88c4b5b67129d1a340dd0fd362efeec" +"checksum futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0bae52d6b29cf440e298856fec3965ee6fa71b06aa7495178615953fd669e5f9" "checksum futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "878f1d2fc31355fa02ed2372e741b0c17e58373341e6a122569b4623a14a7d33" +"checksum futures-timer 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7946248e9429ff093345d3e8fdf4eb0f9b2d79091611c9c14f744971a6f8be45" +"checksum futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a1de7508b218029b0f01662ed8f61b1c964b3ae99d6f25462d0f55a595109df6" +"checksum futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c0d66274fb76985d3c62c886d1da7ac4c0903a8c9f754e8fe0f35a6a6cc39e76" "checksum futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "5ce968633c17e5f97936bd2797b6e38fb56cf16a7422319f7ec2e30d3c470e8d" +"checksum fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" "checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" -"checksum generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fceb69994e330afed50c93524be68c42fa898c2d9fd4ee8da03bd7363acd26f2" "checksum get_if_addrs 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "abddb55a898d32925f3148bd281174a68eeb68bbfd9a5938a57b18f506ee4ef7" "checksum get_if_addrs-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0d04f9fb746cf36b191c00f3ede8bde9c8e64f9f4b05ae2694a9ccf5e3f5ab48" -"checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407" -"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" +"checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" +"checksum gimli 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "162d18ae5f2e3b90a993d202f1ba17a5633c2484426f8bcae201f86194bacd00" +"checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" "checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" +"checksum goblin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3081214398d39e4bd7f2c1975f0488ed04614ffdd976c6fc7a0708278552c0da" +"checksum grafana-data-source 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" +"checksum h2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9433d71e471c1736fd5a61b671fc0b148d7a2992f666c958d03cd8feb3b88d1" "checksum hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a" "checksum hash256-std-hasher 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2" "checksum hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3bae29b6653b3412c2e71e9d486db9f9df5d701941d86683005efb9f2d28e3da" +"checksum hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e1de41fb8dba9714efd92241565cdff73f78508c95697dd56787d3cba27e2353" "checksum hashbrown 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8e6073d0ca812575946eb5f35ff68dbe519907b25c42530389ff946dc84c6ead" -"checksum heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1679e6ea370dee694f91f1dc469bf94cf8f52051d147aec3e1f9497c6fc22461" "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" -"checksum hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "307c3c9f937f38e3534b1d6447ecf090cafcc9744e4a6360e8b037b2cf5af120" -"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" +"checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772" +"checksum hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "023b39be39e3a2da62a94feb433e91e8bcd37676fbc8bea371daf52b7a769a3e" "checksum hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "961de220ec9a91af2e1e5bd80d02109155695e516771762381ef8581317066e0" "checksum hex-literal-impl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9d4c5c844e2fee0bf673d54c2c177f1713b3d2af2ff6e666b49cb7572e6cf42d" -"checksum hmac 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7a13f4163aa0c5ca1be584aace0e2212b2e41be5478218d4f657f5f778b2ae2a" "checksum hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695" -"checksum hmac-drbg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4fe727d41d2eec0a6574d887914347e5ff96a3b87177817e2a9820c5c87fecc2" "checksum hmac-drbg 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b" -"checksum http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" = "d7e06e336150b178206af098a055e3621e8336027e2b4d126bda0bc64824baaf" +"checksum http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0" +"checksum http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b708cc7f06493459026f53b9a61a7a121a5d1ec6238dee58ea4941132b30156b" "checksum http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d" +"checksum http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" "checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" "checksum hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)" = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6" -"checksum hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f" +"checksum hyper 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8bf49cfb32edee45d890537d9057d1b02ed55f53b7b6a30bae83a38c9231749e" +"checksum hyper-rustls 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)" = "719d85c7df4a7f309a77d145340a063ea929dcb2e025bae46a80345cffec2952" "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" "checksum impl-codec 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1be51a921b067b0eaca2fad532d9400041561aa922221cc65f95a85641c6bf53" "checksum impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "58e3cae7e99c7ff5a995da2cf78dd0a5383740eda71d98cf7b1910c301ac69b8" +"checksum impl-serde 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5bbe9ea9b182f0fb1cabbd61f4ff9b7b7b9197955e95a7e4c27de5055eb29ff8" "checksum impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7ef5550a42e3740a0e71f909d4c861056a284060af885ae7aa6242820f920d9d" "checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2" "checksum integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ea155abb3ba6f382a75f1418988c05fe82959ed9ce727de427f9cfd425b0c903" "checksum interleaved-ordered 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "141340095b15ed7491bd3d4ced9d20cebfb826174b6bb03386381f62b01e3d77" "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" -"checksum ipnet 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6cc15ac2e0886d62ba078989ef6920ab23997ab0b04ca5687f1a9a7484296a48" -"checksum itertools 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "87fa75c9dea7b07be3138c49abbb83fd4bea199b5cdc76f9804458edc5da0d6e" +"checksum ipnet 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f4b06b21db0228860c8dfd17d2106c49c7c6bd07477a4036985347d84def04" +"checksum itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484" "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" -"checksum jobserver 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b1d42ef453b30b7387e113da1c83ab1605d90c5b4e0eb8e96d016ed3b8c160" -"checksum js-sys 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)" = "a60f6ca5eb7ae3014e3ab34e3189a1560267245216e19f76a021a4c669817e62" -"checksum jsonrpc-client-transports 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dbf2466adbf6d5b4e618857f22be40b1e1cc6ed79d72751324358f6b539b06d" -"checksum jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "91d767c183a7e58618a609499d359ce3820700b3ebb4823a18c343b4a2a41a0d" -"checksum jsonrpc-core-client 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "161dc223549fa6fe4a4eda675de2d1d3cff5a7164e5c031cdf1e22c734700f8b" -"checksum jsonrpc-derive 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4a76285ebba4515680fbfe4b62498ccb2a932384c8732eed68351b02fb7ae475" -"checksum jsonrpc-http-server 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "601fcc7bec888c7cbc7fd124d3d6744d72c0ebb540eca6fe2261b71f9cff6320" -"checksum jsonrpc-pubsub 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "64e0fb0664d8ce287e826940dafbb45379443c595bdd71d93655f3c8f25fd992" -"checksum jsonrpc-server-utils 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4d415f51d016a4682878e19dd03e8c0b61cd4394912d7cd3dc48d4f19f061a4e" -"checksum jsonrpc-ws-server 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4699433c1ac006d7df178b4c29c191e5bb6d81e2dca18c5c804a094592900101" +"checksum jobserver 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "230ae9adf468173aecd4176c7233bddc84a15871a586c5971ace9a55f881c075" +"checksum js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" = "7889c7c36282151f6bf465be4700359318aef36baa951462382eae49e9577cf9" +"checksum jsonrpc-client-transports 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0a9ae166c4d1f702d297cd76d4b55758ace80272ffc6dbb139fdc1bf810de40b" +"checksum jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fe3b688648f1ef5d5072229e2d672ecb92cbff7d1c79bcf3fd5898f3f3df0970" +"checksum jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "080dc110be17701097df238fad3c816d4a478a1899dfbcf8ec8957dd40ec7304" +"checksum jsonrpc-derive 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8609af8f63b626e8e211f52441fcdb6ec54f1a446606b10d5c89ae9bf8a20058" +"checksum jsonrpc-http-server 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2d83d348120edee487c560b7cdd2565055d61cda053aa0d0ef0f8b6a18429048" +"checksum jsonrpc-pubsub 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3453625f0f0f5cd6d6776d389d73b7d70fcc98620b7cbb1cbbb1f6a36e95f39a" +"checksum jsonrpc-server-utils 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "95b7635e618a0edbbe0d2a2bbbc69874277c49383fcf6c3c0414491cfb517d22" +"checksum jsonrpc-ws-server 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b34faa167c3ac9705aeecb986c0da6056529f348425dbe0441db60a2c4cc41d1" "checksum keccak 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" -"checksum kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)" = "" -"checksum kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)" = "" -"checksum kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)" = "" -"checksum kvdb-memorydb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)" = "" -"checksum kvdb-rocksdb 0.1.4 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)" = "" -"checksum kvdb-rocksdb 0.1.4 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)" = "" +"checksum kusama-runtime 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" +"checksum kv-log-macro 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c54d9f465d530a752e6ebdc217e081a7a614b48cb200f6f0aee21ba6bc9aabb" +"checksum kvdb 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cecee8d85a74f6b8284710d52a7d1196f09e31f8217e1f184a475b509d360554" +"checksum kvdb-memorydb 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0a5d70712b1fe0f02ce7ee36a962fcb0b15d0fe11262ba21a4aa839ef22cf60d" +"checksum kvdb-rocksdb 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "54cc6b52f7e511de9f07fd77cda70247adfc6b8192e4b5a1b6dbca416dc425b5" "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" -"checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8" +"checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558" "checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753" -"checksum libp2p 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4183fb4be621d97baebbbe0c499d6ae337e9e6ec955f9fa3cb29e55547dfacdb" -"checksum libp2p-core 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2a7ebd9d597299512e096cc1bd58e955c03ef28f33214a33b9c7e4ace109ff41" -"checksum libp2p-core-derive 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "baffb3527eac95b717e5ebcd6539007152019a06b00548352cbd74474c07db27" -"checksum libp2p-deflate 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "84bb91afe976893b9822103522cc178bd66eb7aa8e54c69ddd9e1825a3d894ab" -"checksum libp2p-dns 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b43d79936984b46a5ef4d7b070eaf786f6fab2d1a57e07646306b492e38b2d7f" -"checksum libp2p-floodsub 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "798615b01761454818788dafe61b4fe2bda4306bfa5378cbe8715f57b752235f" -"checksum libp2p-identify 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0a630d5ab928403e426672187514884a9ed0ea2065970ef0ec64971770be6d5" -"checksum libp2p-kad 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a66d2214dd47fa67878eaf0d76d19fd129eff65c45f83617829eb177b7285f97" -"checksum libp2p-mdns 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cbd443101542670935b6e6863b7bb88c10ac04393062e662201a3c104d80ae00" -"checksum libp2p-mplex 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "59f283e603b078aa88e65c66c5d4f842f67bfbe4d016b0ae345b7e3bb78fe0af" -"checksum libp2p-noise 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6ab3c7b36cde3bfe18a1d7a0a5693361115066365d32c60f210acc8224b88017" -"checksum libp2p-ping 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "006bbfcb7d6ca7e617cb2924d99fff0e391d4c6e42e7047e226692c8c3e1f6a0" -"checksum libp2p-plaintext 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4e673668e5ef47689ca832c33f2dc1e321ede245ee50b6084e4c45cce10fff6" -"checksum libp2p-ratelimit 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "838538f6df5941626047903d14edc3112afb2807fc139535a8ca78469ccaf1ac" -"checksum libp2p-secio 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a99533cb55b9554d2927ad8a220c87b4e0bbfdec22b738eb6030b03e6a722fa1" -"checksum libp2p-swarm 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "541f66cc794e522fb8072d35dba6be3fe4c3ffeadbed39bf4a6939d0695b4134" -"checksum libp2p-tcp 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4e56f7c7e31d303898d51b293f8d95dcb99e6293fefebe184df03e82dd37571" -"checksum libp2p-uds 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "180fa5ceb2f986786b4fca9582f6ffb98772db2e44df07c800693c97205e3310" -"checksum libp2p-wasm-ext 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a806f0e4985ae2dbac2cbebadb72d586ffe2e1f62a265f5e019e57a3f02aa481" -"checksum libp2p-websocket 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e0dd3cb203aaa1736a38cdd157709153f90bfaed06b87f4dc3ebb62b5d79a643" -"checksum libp2p-yamux 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a37bed07c8ee0ceeecdfb90d703aa6b1cec99a69b4157e5f7f2c03acacbfca15" -"checksum librocksdb-sys 5.18.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d19778314deaa7048f2ea7d07b8aa12e1c227acebe975a37eeab6d2f8c74e41b" -"checksum libsecp256k1 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "688e8d65e495567c2c35ea0001b26b9debf0b4ea11f8cccc954233b75fc3428a" -"checksum libsecp256k1 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2bd9a7c16c9487e710536b699c962f022266347c94201174aa0a7eb0546051aa" +"checksum libp2p 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9b4674c6738fdd8b1cf7104dd046abcef78dc932fe25f8eb40f3a8e71341717d" +"checksum libp2p-core 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "01efc769c392d0d8863a7160d266f9b9f794968554f87490c8af4aa34ccaa94f" +"checksum libp2p-core-derive 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1eeb2704ac14c60f31967e351ed928b848526a5fc6db4104520020665012826f" +"checksum libp2p-deflate 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef2b0bf5d37692ac90e2bffa436bec26c0b0def6c0cab7ea85ff67a353d58aaa" +"checksum libp2p-dns 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3175fb0fc9016c95c8517a297bbdb5fb6bfbd5665bacd2eb23495d1cbdeb033" +"checksum libp2p-floodsub 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b360bbaad2560d6b8a905bd63528273d933fe54475a44def47f31e23108b3683" +"checksum libp2p-identify 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c087bcd044a6f67a994573a92a109487a902a31555e4e63bcc4ae144c45594fe" +"checksum libp2p-kad 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dcaf76a5b33b6c0203e85d450ae1855cae6860dc82eb0174ac1fee8bf68f7af5" +"checksum libp2p-mdns 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c4c2e225a7dfc571c3ad77a0a5ecccc9537afe42d72289ac9f19768567cd677d" +"checksum libp2p-mplex 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2fe584816d993dc0f893396521a3c93191d78a6f28a892b150baa714a12c3e5" +"checksum libp2p-noise 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d50494fcba7cdab08390d72b3cb9d2c72fcf178e6a0c1043855ab259d818b972" +"checksum libp2p-ping 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5b975ad345eb9bb29ddc64670664a50a8ab3e66e28357abb0f83cfc0a9ca2d78" +"checksum libp2p-plaintext 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6f07be6983e1c00e8f6a5676da54ed3a8cae7fb50f1fb6ea163414613ca656cc" +"checksum libp2p-secio 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "04aa6d67a5fb2b36241a1ba54037a13deb2594cf141e43b597ce379521d530a8" +"checksum libp2p-swarm 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cd55bc9f5f9eac2bb1ff24ca3c8a655810a566ac38c7a6ee1f30aced5a62905b" +"checksum libp2p-tcp 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "234a7093d05651ab5630db926a4a42ca8978a65bab8c27c2ce2b66b200c76989" +"checksum libp2p-uds 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1e2fe0648967da3e56e4a55055c857c8c48326b66be0047d0e04c8ca60d34630" +"checksum libp2p-wasm-ext 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f7b8f2bd81fb356e81352d4513856bc21215ecf91502aa1f55b6449642a9acf" +"checksum libp2p-websocket 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d74d4fc229ad7e8d1a973178786bdcd5dadbdd7b9822c4477c8687df6f82f66" +"checksum libp2p-yamux 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1913eb7dd6eb5515957b6f1770296f6921968db87bc9b985f0e974b6657e1003" +"checksum librocksdb-sys 6.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0a0785e816e1e11e7599388a492c61ef80ddc2afc91e313e61662cce537809be" +"checksum libsecp256k1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "df6edf84fd62aad1c93932b39324eaeda3912c1d26bc18dfaee6293848e49a50" "checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe" "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" "checksum linked_hash_set 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3c7c91c4c7bbeb4f2f7c4e5be11e6a05bd6830bc37249c47ce1ad86ad453ff9c" "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" "checksum lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed946d4529956a20f2d63ebe1b69996d5a2137c91913fe3ebbeff957f5bca7ff" -"checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc" +"checksum lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b" "checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" -"checksum lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" +"checksum lru 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "5d8f669d42c72d18514dfca8115689c5f6370a17d980cb5bd777a67f404594c8" +"checksum lru 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0609345ddee5badacf857d4f547e0e5a2e987db77085c24cd887f73573a04237" +"checksum mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1" "checksum malloc_size_of_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e37c5d4cd9473c5f4c9c111f033f15d4df9bd378fdf615944e360a4f55a05f0b" "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" -"checksum memoffset 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a85c1a8c329f11437034d7313dca647c79096523533a1c79e86f1d0f657c7cc" -"checksum memory-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ef49315991403ba5fa225a70399df5e115f57b274cb0b1b4bcd6e734fa5bd783" +"checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" +"checksum memory-db 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "828bdf600636e90c56652689f7c3823ae2072104e4b0b5e83ea984f592f12ab9" "checksum memory_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882" "checksum memrange 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cc29ba65898edc4fdc252cb31cd3925f37c1a8ba25bb46eec883569984976530" -"checksum merlin 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "de2d16d3b15fec5943d1144f861f61f279d165fdd60998ca262913b9bf1c8adb" +"checksum merlin 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2b0942b357c1b4d0dc43ba724674ec89c3218e6ca2b3e8269e7cb53bcecd2f6e" "checksum miniz_oxide 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6f3f74f726ae935c3f514300cc6773a0c9492abc5e972d42ba0c0ebb88757625" -"checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" -"checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40" +"checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f" +"checksum mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" +"checksum more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238" "checksum multimap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb04b9f127583ed176e163fb9ec6f3e793b87e21deedd5734a69386a18a0151" -"checksum multistream-select 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e8f3cb4c93f2d79811fc11fa01faab99d8b7b8cbe024b602c27434ff2b08a59d" +"checksum multistream-select 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fc3ef54aab1b2e37e911bcb99e376dbe4c1e0710afcdb8428608e4f993b39c47" "checksum names 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef320dab323286b50fb5cdda23f61c796a72a89998ab565ca32525c5c556f2da" -"checksum native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e" "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" "checksum nix 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b7fd5681d13fda646462cfbd4e5f2051279a89a544d50eb98c365b507246839f" "checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce" "checksum nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" "checksum nohash-hasher 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4e657a6ec97f9a3ba46f6f7034ea6db9fcd5b71d25ef1074b7bc03da49be0e8e" "checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" -"checksum num-bigint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f9c3f34cdd24f334cb265d9bf8bfa8a241920d026916785747a92f0e55541a1a" +"checksum num-bigint 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "343b3df15c945a59e72aae31e89a7cfc9e11850e96d4fde6fed5e3c7c8d9c887" "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" "checksum num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2885278d5fe2adc2f75ced642d52d879bffaceb5a2e0b1d4309ffdfb239b454" "checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" -"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" -"checksum num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "155394f924cdddf08149da25bfb932d226b4a593ca7468b08191ff6335941af5" +"checksum num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4" +"checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72" "checksum ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2c49021782e5233cd243168edfa8037574afed4eba4bbaf538b3d8d1789d8c" "checksum once_cell 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "532c29a261168a45ce28948f9537ddd7a5dd272cc513b3017b1e82a88f962c37" "checksum once_cell 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d584f08c2d717d5c23a6414fc2822b71c651560713e54fa7eace675f758a355e" +"checksum once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed" "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" -"checksum openssl 0.10.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2f372b2b53ce10fb823a337aaa674e3a7d072b957c6264d0f4ff0bd86e657449" -"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" -"checksum openssl-sys 0.9.52 (registry+https://github.com/rust-lang/crates.io-index)" = "c977d08e1312e2f7e4b86f9ebaa0ed3b19d1daff75fae88bbb88108afbd801fc" "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" -"checksum parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common?rev=616b40150ded71f57f650067fcbc5c99d7c343e6)" = "" -"checksum parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)" = "" +"checksum pallet-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-elections-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-identity 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-im-online 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-nicks 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-offences 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-transaction-payment-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum pallet-utility 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum parity-bytes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0c276d76c5333b8c2579e02d49a06733a55b8282d2d9b13e8d53b6406bd7e30a" "checksum parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "045b3c7af871285146300da35b1932bb6e4639b66c7c98e85d06a32cbc4e8fa7" +"checksum parity-multiaddr 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "82afcb7461eae5d122543d8be1c57d306ed89af2d6ff7f8b0f5a3cc8f7e511bc" "checksum parity-multihash 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "df3a17dc27848fd99e4f87eb0f8c9baba6ede0a6d555400c850ca45254ef4ce3" -"checksum parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "001fbbb956d8593f321c7a784f64d16b2c99b2657823976eea729006ad2c3668" -"checksum parity-scale-codec-derive 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "42af752f59119656fa3cb31e8852ed24e895b968c0bdb41847da7f0cea6d155f" +"checksum parity-multihash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70a4d7b05e51bff5ae2c29c7b8c3d889985bbd8f4e15b3542fcc1f6f9666d292" +"checksum parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f747c06d9f3b2ad387ac881b9667298c81b1243aa9833f086e05996937c35507" +"checksum parity-scale-codec-derive 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34e513ff3e406f3ede6796dcdc83d0b32ffb86668cea1ccf7363118abeb00476" "checksum parity-send-wrapper 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f" -"checksum parity-util-mem 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "570093f39f786beea92dcc09e45d8aae7841516ac19a50431953ac82a0e8f85c" -"checksum parity-wasm 0.31.3 (registry+https://github.com/rust-lang/crates.io-index)" = "511379a8194230c2395d2f5fa627a5a7e108a9f976656ce723ae68fca4097bfc" -"checksum parity-wasm 0.40.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1e39faaa292a687ea15120b1ac31899b13586446521df6c149e46f1584671e0f" -"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" +"checksum parity-util-mem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8174d85e62c4d615fddd1ef67966bdc5757528891d0742f15b131ad04667b3f9" +"checksum parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc878dac00da22f8f61e7af3157988424567ab01d9920b962ef7dcbd7cd865" +"checksum parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc" "checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" "checksum parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa7767817701cce701d5585b9c4db3cdd02086398322c1d7e8bf5094a96a2ce7" "checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" -"checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" "checksum parking_lot_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cb88cb1cb3790baa6776844f968fea3be44956cf184fa1be5a03341f5491278c" "checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" +"checksum parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1" "checksum paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "423a519e1c6e828f1e73b720f9d9ed2fa643dce8a7737fb43235ce0b41eeaa49" "checksum paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4214c9e912ef61bf42b81ba9a47e8aad1b2ffaf739ab162bf96d1e011f54e6c5" "checksum pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9" @@ -6377,37 +7670,44 @@ dependencies = [ "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" "checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" "checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" +"checksum pin-project 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "94b90146c7216e4cb534069fb91366de4ea0ea353105ee45ed297e2d1619e469" +"checksum pin-project-internal 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "44ca92f893f0656d3cba8158dd0f2b99b94de256a4a54e870bd6922fcc6c8355" +"checksum pin-project-lite 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e8822eb8bb72452f038ebf6048efa02c3fe22bf83f76519c9583e47fc194a422" "checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587" "checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" -"checksum polkadot-availability-store 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" -"checksum polkadot-cli 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" -"checksum polkadot-collator 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" -"checksum polkadot-executor 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" -"checksum polkadot-network 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" -"checksum polkadot-parachain 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" -"checksum polkadot-primitives 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" -"checksum polkadot-runtime 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" -"checksum polkadot-service 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" -"checksum polkadot-statement-table 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" -"checksum polkadot-validation 0.6.0 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" +"checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" +"checksum polkadot-availability-store 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" +"checksum polkadot-cli 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" +"checksum polkadot-collator 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" +"checksum polkadot-erasure-coding 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" +"checksum polkadot-network 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" +"checksum polkadot-parachain 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" +"checksum polkadot-primitives 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" +"checksum polkadot-rpc 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" +"checksum polkadot-runtime 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" +"checksum polkadot-runtime-common 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" +"checksum polkadot-service 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" +"checksum polkadot-statement-table 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" +"checksum polkadot-validation 0.7.13 (git+https://github.com/paritytech/polkadot?branch=bkchr-cumulus-branch)" = "" "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" -"checksum primitive-types 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "83ef7b3b965c0eadcb6838f34f827e1dfb2939bdd5ebd43f9647e009b12b0371" +"checksum primitive-types 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e4336f4f5d5524fa60bcbd6fe626f9223d8142a50e7053e979acdf0da41ab975" "checksum proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e10d4b51f154c8a7fb96fd6dad097cb74b863943ec010ac94b9fd1be8861fe1e" -"checksum proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097" +"checksum proc-macro-error 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "53c98547ceaea14eeb26fcadf51dc70d01a2479a7839170eae133721105e4428" +"checksum proc-macro-error-attr 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c2bf5d493cf5d3e296beccfd61794e445e830dfc8070a9c248ad3ee071392c6c" "checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5" +"checksum proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e" "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" -"checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27" +"checksum proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0319972dcae462681daf4da1adeeaa066e3ebd29c69be96c6abb1259d2ee2bcc" "checksum prost 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "96d14b1c185652833d24aaad41c5832b0be5616a590227c1fbff57c616754b23" "checksum prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eb788126ea840817128183f8f603dce02cb7aea25c2a0b764359d8e20010702e" "checksum prost-derive 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5e7dc378b94ac374644181a2247cebf59a6ec1c88b49ac77f3a94b86b79d0e11" "checksum prost-types 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1de482a366941c8d56d19b650fac09ca08508f2a696119ee7513ad590c8bac6f" "checksum protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40361836defdd5871ff7e84096c6f6444af7fc157f8ef1789f54f147687caa20" -"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" +"checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" "checksum rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c" "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" -"checksum rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9" "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" "checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412" "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" @@ -6422,227 +7722,238 @@ dependencies = [ "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" "checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" -"checksum rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "83a27732a533a1be0a0035a111fe76db89ad312f6f0347004c220c57f209a123" -"checksum rayon-core 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "98dcf634205083b17d0861252431eb2acbfb698ab7478a2d20de07954f47ec7b" +"checksum raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4a349ca83373cfa5d6dbb66fd76e58b2cca08da71a5f6400de0a0a6a9bceeaf" +"checksum rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098" +"checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9" "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" +"checksum redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecedbca3bf205f8d8f5c2b44d83cd0690e39ee84b951ed649e9f1841132b66d" +"checksum reed-solomon-erasure 4.0.0 (git+https://github.com/paritytech/reed-solomon-erasure)" = "" "checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd" "checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716" +"checksum region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "448e868c6e4cfddfa49b6a72c95906c04e8547465e9536575b95c70a4044f856" "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" -"checksum ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)" = "426bc186e3e95cac1e4a4be125a4aca7e84c2d616ffc02244eef36e2a60a093c" -"checksum rocksdb 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39be726e556e6f21d54d21cdf1be9f6df30c0411a5856c1abf3f4bb12498f2ed" -"checksum rocksdb 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f1651697fefd273bfb4fd69466cc2a9d20de557a0213b97233b22b5e95924b5e" -"checksum rpassword 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f072d931f11a96546efd97642e1e75e807345aced86b947f9239102f262d0fcd" +"checksum ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6747f8da1f2b1fabbee1aaa4eb8a11abf9adef0bf58a41cee45db5d59cecdfac" +"checksum rocksdb 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "12069b106981c6103d3eab7dd1c86751482d0779a520b7c14954c8b586c1e643" +"checksum rpassword 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d59f0e97173c514b9036cd450c195a6483ba81055c6fa0f1bff3ab563f47d44a" +"checksum rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf" "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" "checksum rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "403bb3a286107a04825a5f82e1270acc1e14028d3d554d7a1e08914549575ab8" "checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" -"checksum rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f271e3552cd835fa28c541c34a7e8fdd8cdff09d77fe4eb8f6c42e87a11b096e" +"checksum rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b25a18b1bf7387f0145e7f8324e700805aade3842dd3db2e74e4cdeb4677c09e" +"checksum rustversion 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a0538bd897e17257b0128d2fd95c2ed6df939374073a36166051a79e2eb7986" "checksum rw-stream-sink 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9cbe61c20455d3015b2bb7be39e1872310283b8e5a52f5b242b0ac7581fe78" "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" "checksum safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7f7bf422d23a88c16d5090d455f182bc99c60af4df6a345c63428acf5129e347" -"checksum schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "87f550b06b6cba9c8b8be3ee73f391990116bf527450d2556e9b9ce263b9a021" +"checksum sc-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-basic-authority 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-consensus-uncles 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-executor-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-executor-wasmi 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-executor-wasmtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-network 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-network-gossip 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" "checksum schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)" = "eacd8381b3c37840c9c9f40472af529e49975bdcbc24f83c31059fd6539023d3" "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" -"checksum sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f5adf8fbd58e1b1b52699dc8bed2630faecb6d8c7bee77d009d6bbe4af569b9" -"checksum security-framework 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f997356d258ca48daec7e116062b4f7e30c2580b09fad7842b691e104d4905ba" -"checksum security-framework-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c6680f163cacb6af55349fa4382a25b6d8f9c42b701e6f63dcce85a8f77e50fd" +"checksum scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "abb2332cb595d33f7edd5700f4cbf94892e680c7f0ae56adab58a35190b66cb1" +"checksum scroll_derive 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8584eea9b9ff42825b46faf46a8c24d2cff13ec152fa2a50df788b87c07ee28" +"checksum sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c" "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" "checksum send_wrapper 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0eddf2e8f50ced781f288c19f18621fa72a3779e3cb58dbf23b07469b0abeb4" -"checksum serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4b39bd9b0b087684013a792c59e3e07a46a01d2322518d8a1104641a0b1be0" -"checksum serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "ca13fc1a832f793322228923fbb3aba9f3f44444898f835d31ad1b74fa0a2bf8" -"checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2" -"checksum sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68" +"checksum serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449" +"checksum serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64" +"checksum serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)" = "48c575e0cc52bdd09b47f330f646cf59afc586e9c4e3ccd6fc1f625b8ea1dad7" +"checksum sha-1 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df" "checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d" -"checksum sha2 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d963c78ce367df26d7ea8b8cc655c651b42e8a1e584e869c1e17dae3ccb116a" -"checksum sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b4d8bfd0e469f417657573d8451fb33d16cfe0989359b93baf3a1ffc639543d" +"checksum sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "27044adfd2e1f077f649f59deb9490d3941d674002f7d062870a60ebe9bd47a0" "checksum sha3 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf" -"checksum shared_memory 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "be289420c5900abb177b756f39625ca7a0df68069cfb242fb31feb6e8c480f04" +"checksum shared_memory 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3ab0cdff84d6c66fc9e268010ea6508e58ee942575afb66f2cf194bb218bb4" +"checksum shared_memory_derive 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "767a14f1304be2f0b04e69860252f8ae9cfae0afaa9cc07b675147c43425dd3a" "checksum shell32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9ee04b46101f57121c9da2b151988283b6beb79b34f5bb29a58ee48cb695122c" +"checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" "checksum slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1cc9c640a4adbfbcc11ffb95efe5aa7af7309e002adab54b185507dbf2377b99" -"checksum slog-async 2.3.0 (git+https://github.com/paritytech/slog-async)" = "" "checksum slog-json 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddc0d2aff1f8f325ef660d9a0eb6e6dcd20b30b3f581a5897f58bf42d061c37a" "checksum slog-scope 4.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7c44c89dd8b0ae4537d1ae318353eaf7840b4869c536e31c41e963d1ea523ee6" -"checksum slog_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9eff3b513cf2e0d1a60e1aba152dc72bedc5b05585722bb3cebd7bcb1e31b98f" +"checksum slog_derive 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a945ec7f7ce853e89ffa36be1e27dce9a43e82ff9093bf3461c30d5da74ed11b" "checksum smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" -"checksum snow 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5a64f02fd208ef15bd2d1a65861df4707e416151e1272d02c8faafad1c138100" +"checksum smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44e59e0c9fa00817912ae6e4e6e3c4fe04455e75699d06eedc7d85917ed8e8f4" +"checksum snow 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "afb767eee7d257ba202f0b9b08673bc13b22281632ef45267b19f13100accd2f" "checksum soketto 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bceb1a3a15232d013d9a3b7cac9e5ce8e2313f348f01d4bc1097e5e53aa07095" "checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" +"checksum sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-api-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-consensus-aura 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-consensus-babe 0.8.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" -"checksum sr-api-macros 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum sr-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum sr-staking-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-authority-discovery 0.1.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-authorship 0.1.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-balances 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-collective 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-democracy 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-elections 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-executive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-im-online 0.1.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-indices 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-membership 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-offences 1.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-staking 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-staking-reward-curve 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-sudo 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-support 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum srml-treasury 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" -"checksum static_assertions 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c19be23126415861cb3a23e501d34a708f7f9b2183c5252d690941c2e69199d5" "checksum static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" -"checksum static_slice 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "92a7e0c5e3dfb52e8fbe0e63a1b947bbb17b4036408b151353c4491374931362" "checksum stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8131256a5896cabcf5eb04f4d6dacbe1aefda854b0d9896e09cb58829ec5638c" "checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d" +"checksum string-interner 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd710eadff449a1531351b0e43eb81ea404336fa2f56c777427ab0e32a4cf183" "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" -"checksum structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4f66a4c0ddf7aee4677995697366de0749b0139057342eccbb609b12d0affc" -"checksum structopt-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8fe0c13e476b4e21ff7f5c4ace3818b6d7bdc16897c31c73862471bc1663acae" -"checksum strum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e5d1c33039533f051704951680f1adfd468fd37ac46816ded0d9ee068e60f05f" -"checksum strum_macros 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "47cd23f5c7dee395a00fa20135e2ec0fffcdfa151c56182966d7a3261343432e" -"checksum substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-authority-discovery 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-authority-discovery-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-basic-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum structopt 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "884ae79d6aad1e738f4a70dff314203fd498490a63ebc4d03ea83323c40b7b72" +"checksum structopt-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0a97f829a34a0a9d5b353a881025a23b8c9fd09d46be6045df6b22920dbd7a93" +"checksum strum 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6138f8f88a16d90134763314e3fc76fa3ed6a7db4725d6acf9a3ef95a3188d22" +"checksum strum_macros 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0054a7df764039a6cd8592b9de84be4bec368ff081d203a7d5371cbfa8e65c81" "checksum substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3be511be555a3633e71739a79e4ddff6a6aaa6579fa6114182a51d72c3eb93c5" -"checksum substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-cli 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-consensus-aura-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-phragmen 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-service 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum substrate-frame-rpc-system 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" "checksum substrate-test-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" "checksum substrate-test-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" -"checksum substrate-wasm-builder-runner 1.0.3 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" +"checksum substrate-wasm-builder-runner 1.0.4 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" "checksum substrate-wasm-builder-runner 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bd48273fe9d7f92c1f7d6c1c537bb01c8068f925b47ad2cd8367e11dc32f8550" -"checksum substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=bkchr-cumulus-branch)" = "" "checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" -"checksum subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab3af2eb31c42e8f0ccf43548232556c42737e01a96db6e1777b0be108e79799" +"checksum subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c65d530b10ccaeac294f349038a597e435b18fb456aadd0840a623f83b9e941" "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" -"checksum syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7bedb3320d0f3035594b0b723c8a28d7d336a3eda3881db79e61d676fb644c" -"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" -"checksum synstructure 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)" = "575be94ccb86e8da37efb894a87e2b660be299b41d8ef347f9d6d79fbe61b1ba" -"checksum sysinfo 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d5bd3b813d94552a8033c650691645f8dd5a63d614dddd62428a95d3931ef7b6" +"checksum syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1e4ff033220a41d1a57d8125eab57bf5263783dfdcc18688b1dacc6ce9651ef8" +"checksum syn-mid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9fd3937748a7eccff61ba5b90af1a20dbf610858923a9192ea0ecb0cb77db1d0" +"checksum synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545" +"checksum sysinfo 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6f4b2468c629cffba39c0a4425849ab3cdb03d9dfacba69684609aea04d08ff9" "checksum take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" +"checksum target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6f4c118a7a38378f305a9e111fcb2f7f838c0be324bfb31a77ea04f7f6e684b4" "checksum target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c63f48baada5c52e65a29eef93ab4f8982681b67f9e8d29c7b05abcfec2b9ffe" "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" "checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e" "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" "checksum theban_interval_tree 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a7b42a5385db9a651628091edcd1d58ac9cb1c92327d8cd2a29bf8e35bdfe4ea" +"checksum thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6f357d1814b33bc2dc221243f8424104bfe72dbe911d5b71b3816a2dff1c977e" +"checksum thiserror-impl 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2e25d25307eb8436894f727aba8f65d07adf02e5b35a13cebed48bd282bfef" "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" +"checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" "checksum tiny-bip39 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c1c5676413eaeb1ea35300a0224416f57abc3bd251657e0fafc12c47ff98c060" -"checksum tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d8a021c69bb74a44ccedb824a046447e2c84a01df9e5c20779750acb38e11b2" +"checksum tiny-keccak 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2953ca5148619bc99695c1274cb54c5275bbb913c6adad87e72eaf8db9787f69" "checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" +"checksum tokio 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "a9d5acfe1b1130d50ac2286a2f1f8cf49309680366ceb7609ce369b75c9058d4" "checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46" "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" "checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443" "checksum tokio-dns-unofficial 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "82c65483db54eb91b4ef3a9389a3364558590faf30ce473141707c0e16fda975" -"checksum tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f27ee0e6db01c5f0b2973824547ce7e637b2ed79b891a9677b0de9bd532b6ac" +"checksum tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "ca6df436c42b0c3330a82d855d2ef017cd793090ad550a6bc2184f4b933532ab" +"checksum tokio-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9ee9ceecf69145923834ea73f32ba40c790fd877b74a7817dd0b089f1eb9c7c8" "checksum tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af" "checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926" -"checksum tokio-reactor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "c56391be9805bc80163151c0b9e5164ee64f4b0200962c346fea12773158f22d" -"checksum tokio-rustls 0.10.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3e5cebc3ca33110e460c4d2e7c5e863b159fadcbf125449d896720695b2af709" +"checksum tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "6732fe6b53c8d11178dcb77ac6d9682af27fc6d4cb87789449152e5377377146" +"checksum tokio-rustls 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2d7cf08f990090abd6c6a73cab46fed62f85e8aef8b99e4b918a9f4a637f0676" "checksum tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "d06554cce1ae4a50f42fba8023918afa931413aded705b560e29600ccf7c6d76" +"checksum tokio-sync 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4f1aaeb685540f7407ea0e27f1c9757d258c7c6bf4e3eb19da6fc59b747239d2" "checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119" -"checksum tokio-threadpool 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "2bd2c6a3885302581f4401c82af70d792bb9df1700e7437b0aeb4ada94d5388c" -"checksum tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e" +"checksum tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "f0c32ffea4827978e9aa392d2f743d973c1dfa3730a2ed3f22ce1e6984da848c" +"checksum tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "1739638e364e558128461fc1ad84d997702c8e31c2e6b18fb99842268199e827" "checksum tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f02298505547f73e60f568359ef0d016d5acd6e830ab9bc7c4a5b3403440121b" "checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445" +"checksum tokio-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "571da51182ec208780505a32528fc5512a8fe1443ab960b3f2f3ef093cd16930" "checksum toml 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "01d1404644c8b12b16bfcffa4322403a91a451584daaaa7c28d3152e6cbc98cf" -"checksum trie-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d0b62d27e8aa1c07414549ac872480ac82380bab39e730242ab08d82d7cc098a" +"checksum tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" +"checksum tracing 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "6de6a8590a29d3f401eab60470c699efa0adf7b4f0352055bf24df2b69849b40" +"checksum tracing-attributes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04cfd395def5a60236e187e1ff905cb55668a59f29928dec05e6e1b1fd2ac1f3" +"checksum tracing-core 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "d7fb511ac6ca1d031c5cfc26d8c38da9d88e91d2bd5b38b60cf8dc1b8b5c211f" +"checksum trie-db 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "191fda5d0106f3ed35a8c6875428b213e15c516e48129cc263dd7ad16e9a665f" "checksum trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0b779f7c1c8fe9276365d9d5be5c4b5adeacf545117bb3f64c974305789c5c0b" "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" "checksum twofish 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d261e83e727c8e2dbb75dacac67c36e35db36a958ee504f2164fc052434e1" "checksum twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56" "checksum typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9" "checksum uint 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e75a4cdd7b87b28840dba13c483b9a88ee6bbf16ba5c951ee1ecfcf723078e0d" -"checksum unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2e2e6bd1e59e56598518beb94fd6db628ded570326f0a98c679a304bd9f00150" +"checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" -"checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426" -"checksum unicode-segmentation 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49f5526225fd8b77342d5986ab5f6055552e9c0776193b5b63fd53b46debfad7" -"checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" +"checksum unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b561e267b2326bb4cebfc0ef9e68355c7abe6c6f522aeac2f5bf95d56c59bdcf" +"checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" +"checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" "checksum unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f0023a96687fe169081e8adce3f65e3874426b7886e9234d490af2dc077959" -"checksum untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f" +"checksum unsigned-varint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c689459fbaeb50e56c6749275f084decfd02194ac5852e6617d95d0d3cf02eaf" +"checksum untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60369ef7a31de49bcb3f6ca728d4ba7300d9a1658f94c727d4cab8c8d9f4aece" "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" -"checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61" -"checksum vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "33dd455d0f96e90a75803cfeb7f948768c08d70a6de9a8d2362461935698bf95" +"checksum url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb" +"checksum vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168" "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" "checksum vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6aba5e34f93dc7051dfad05b98a18e9156f27e7b431fe1d2398cb6061c0a1dba" "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" +"checksum version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" "checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230" -"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" -"checksum wasm-bindgen 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)" = "4c29d57d5c3b3bc53bbe35c5a4f4a0df994d870b7d3cb0ad1c2065e21822ae41" -"checksum wasm-bindgen-backend 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)" = "aa2868fa93e5bf36a9364d1277a0f97392748a8217d9aa0ec3f1cdbdf7ad1a60" +"checksum want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" +"checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" +"checksum wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "5205e9afdf42282b192e2310a5b463a6d1c1d774e30dc3c791ac37ab42d2616c" +"checksum wasm-bindgen-backend 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "11cdb95816290b525b32587d76419facd99662a07e59d3cdb560488a819d9a45" "checksum wasm-bindgen-futures 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)" = "83420b37346c311b9ed822af41ec2e82839bfe99867ec6c54e2da43b7538771c" -"checksum wasm-bindgen-macro 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)" = "41e80594782a241bf3d92ee5d1247b8fb496250a8a2ff1e136942d433fbbce14" -"checksum wasm-bindgen-macro-support 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)" = "74b9950355b1d92ca09de0984bdd4de7edda5e8af12daf0c052a0a075e8c9157" -"checksum wasm-bindgen-shared 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)" = "7493fe67ad99672ef3de3e6ba513fb03db276358c8cc9588ce5a008c6e48ad68" -"checksum wasm-bindgen-webidl 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)" = "8272d9a8831be66b30908996b71b3eaf9b83de050f89e4dc34826a19980eb59d" +"checksum wasm-bindgen-macro 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "574094772ce6921576fb6f2e3f7497b8a76273b6db092be18fc48a082de09dc3" +"checksum wasm-bindgen-macro-support 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "e85031354f25eaebe78bb7db1c3d86140312a911a106b2e29f9cc440ce3e7668" +"checksum wasm-bindgen-shared 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e7e61fc929f4c0dddb748b102ebf9f632e2b8d739f2016542b4de2965a9601" +"checksum wasm-bindgen-webidl 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "ef012a0d93fc0432df126a8eaf547b2dce25a8ce9212e1d3cbeef5c11157975d" "checksum wasm-timer 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "aa3e01d234bb71760e685cfafa5e2c96f8ad877c161a721646356651069e26ac" -"checksum wasmi 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "aebbaef470840d157a5c47c8c49f024da7b1b80e90ff729ca982b2b80447e78b" -"checksum wasmi 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f31d26deb2d9a37e6cfed420edce3ed604eab49735ba89035e13c98f9a528313" -"checksum wasmi-validation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab380192444b3e8522ae79c0a1976e42a82920916ccdfbce3def89f456ea33f3" -"checksum wasmi-validation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6bc0356e3df56e639fc7f7d8a99741915531e27ed735d911ed83d7e1339c8188" -"checksum web-sys 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)" = "0232f38e5c66384edaedaa726ae2d6313e3ed3ae860693c497a3193af3e161ce" -"checksum webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4f7e1cd7900a3a6b65a3e8780c51a3e6b59c0e2c55c6dc69578c288d69f7d082" -"checksum webpki-roots 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c10fa4212003ba19a564f25cd8ab572c6791f99a03cc219c13ed35ccab00de0e" +"checksum wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bf617d864d25af3587aa745529f7aaa541066c876d57e050c0d0c85c61c92aff" +"checksum wasmi-validation 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea78c597064ba73596099281e2f4cfc019075122a65cdda3205af94f0b264d93" +"checksum wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c702914acda5feeeffbc29e4d953e5b9ce79d8b98da4dbf18a77086e116c5470" +"checksum wasmtime-debug 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5008729ad53f75020f28fa0d682269335d6f0eac0b3ffafe31f185b2f33aca74" +"checksum wasmtime-environ 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a3947662a0b8e05b1418465e64f16de9114f9fec18cc3f56e0ed5aa7737b89d0" +"checksum wasmtime-jit 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6ed7922689461a7b5bd0d9c7350cac526c8a520a23b3ffd7f5b446ac51dfc51f" +"checksum wasmtime-runtime 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "781d6bb8b346efaa3dc39746386957cd79b8d841e8652ed9b02d77bcf64fb514" +"checksum web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" = "aaf97caf6aa8c2b1dac90faf0db529d9d63c93846cca4911856f78a83cebf53b" +"checksum webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d7e664e770ac0110e2384769bcc59ed19e329d81f555916a6e072714957b81b4" +"checksum webpki-roots 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a262ae37dd9d60f60dd473d1158f9fbebf110ba7b6a5051c8160460f6043718b" +"checksum webpki-roots 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "91cd5736df7f12a964a5067a12c62fa38e1bd8080aff1f80bc29be7c80d19ab4" "checksum weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bb43f70885151e629e2a19ce9e50bd730fd436cfd4b666894c9ce4de9141164" "checksum which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b57acb10231b9493c8472b20cb57317d0679a49e0bdbee44b3b803a6473af164" "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" @@ -6657,6 +7968,9 @@ dependencies = [ "checksum x25519-dalek 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7ee1585dc1484373cbc1cee7aafda26634665cf449436fd6e24bfd1fad230538" "checksum xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57" "checksum yamux 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2758f29014c1cb7a6e74c1b1160ac8c8203be342d35b73462fc6a13cc6385423" -"checksum zeroize 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4090487fa66630f7b166fba2bbb525e247a5449f41c468cc1d98f8ae6ac03120" "checksum zeroize 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "45af6a010d13e4cf5b54c94ba5a2b2eba5596b9e46bf5875612d332a1f2b3f86" -"checksum zeroize_derive 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "080616bd0e31f36095288bb0acdf1f78ef02c2fa15527d7e993f2a6c7591643e" +"checksum zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3cbac2ed2ba24cc90f5e06485ac8c7c1e5449fe8911aef4d8877218af021a5b8" +"checksum zeroize_derive 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de251eec69fc7c1bc3923403d18ececb929380e016afe103da75f396704f8ca2" +"checksum zstd 0.5.1+zstd.1.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5c5d978b793ae64375b80baf652919b148f6a496ac8802922d9999f5a553194f" +"checksum zstd-safe 2.0.3+zstd.1.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bee25eac9753cfedd48133fa1736cbd23b774e253d89badbeac7d12b23848d3f" +"checksum zstd-sys 1.4.15+zstd.1.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "89719b034dc22d240d5b407fb0a3fe6d29952c181cff9a9f95c0bd40b4f8f7d8" diff --git a/collator/Cargo.toml b/collator/Cargo.toml index 7ec67147d1..bb3b9c8c62 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -6,33 +6,44 @@ edition = "2018" [dependencies] # Substrate dependencies -sr-primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -substrate-client = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -substrate-service = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -consensus-common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -cli = { package = "substrate-cli", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } # Polkadot dependencies polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch" } polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch" } # Cumulus dependencies cumulus-consensus = { path = "../consensus" } cumulus-runtime = { path = "../runtime" } -# other deps +# Other dependencies log = "0.4.8" codec = { package = "parity-scale-codec", version = "1.0.6", features = [ "derive" ] } -futures = "0.1.29" -futures03 = { package = "futures-preview", version = "0.3.0-alpha.19", features = ["compat"] } +futures = { version = "0.3.1", features = ["compat"] } parking_lot = "0.9" [dev-dependencies] +# Cumulus dependencies test-runtime = { package = "cumulus-test-runtime", path = "../test/runtime" } test-client = { package = "cumulus-test-client", path = "../test/client" } + +# Substrate dependencies substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -polkadot-executor = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch" } -keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } + +# Polkadot dependencies +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch" } + +# Other dependencies env_logger = "0.7.1" diff --git a/collator/src/lib.rs b/collator/src/lib.rs index da27ac6a00..7f70b9bb44 100644 --- a/collator/src/lib.rs +++ b/collator/src/lib.rs @@ -18,34 +18,32 @@ use cumulus_runtime::ParachainBlockData; -use sr_primitives::traits::{Block as BlockT, Header as HeaderT}; -use consensus_common::{ - BlockImport, Environment, Proposer, ForkChoiceStrategy, BlockImportParams, BlockOrigin, - Error as ConsensusError, +use sp_consensus::{ + BlockImport, BlockImportParams, BlockOrigin, Environment, Error as ConsensusError, + ForkChoiceStrategy, Proposal, Proposer, RecordProof, }; -use inherents::InherentDataProviders; -use substrate_primitives::Blake2Hasher; +use sp_inherents::InherentDataProviders; +use sp_runtime::traits::{Block as BlockT, Header as HeaderT}; use polkadot_collator::{ - InvalidHead, ParachainContext, BuildParachainContext, Network as CollatorNetwork, VersionInfo, - TaskExecutor, PolkadotClient, + BuildParachainContext, InvalidHead, Network as CollatorNetwork, ParachainContext, + PolkadotClient, }; use polkadot_primitives::{ - Hash as PHash, Block as PBlock, parachain::{ - self, BlockData, Message, Id as ParaId, OutgoingMessages, Status as ParachainStatus, - CollatorPair, - } + self, BlockData, CollatorPair, Id as ParaId, Message, OutgoingMessages, + Status as ParachainStatus, + }, + Block as PBlock, Hash as PHash, }; use codec::{Decode, Encode}; use log::{error, trace}; -use futures03::{TryFutureExt, future}; -use futures::{Future, future::IntoFuture}; +use futures::{future, task::Spawn, Future, FutureExt, TryFutureExt}; -use std::{sync::Arc, marker::PhantomData, time::Duration, fmt::Debug}; +use std::{fmt::Debug, marker::PhantomData, sync::Arc, time::Duration}; use parking_lot::Mutex; @@ -95,17 +93,25 @@ impl Clone for Collator { } impl ParachainContext for Collator - where - Block: BlockT, - PF: Environment + 'static + Send, - BI: BlockImport + Send + Sync + 'static, +where + Block: BlockT, + PF: Environment + 'static + Send, + PF::Proposer: Send, + BI: BlockImport< + Block, + Error = ConsensusError, + Transaction = >::Transaction, + > + Send + + Sync + + 'static, { type ProduceCandidate = Box< - dyn Future + dyn Future> + Send + + Unpin, >; - fn produce_candidate>( + fn produce_candidate>( &mut self, _relay_chain_parent: PHash, status: ParachainStatus, @@ -117,124 +123,145 @@ impl ParachainContext for Collator let inherent_providers = self.inherent_data_providers.clone(); let block_import = self.block_import.clone(); - let res = HeadData::::decode(&mut &status.head_data.0[..]) - .map_err(|e| { + let res = future::ready( + HeadData::::decode(&mut &status.head_data.0[..]).map_err(|e| { error!(target: "cumulus-collator", "Could not decode the head data: {:?}", e); InvalidHead - }) - .into_future() - .and_then(move |last_head| { - let parent_state_root = *last_head.header.state_root(); + }), + ) + .and_then(move |last_head| { + let parent_state_root = *last_head.header.state_root(); - factory.lock() - .init(&last_head.header) - .map_err(|e| { - error!( - target: "cumulus-collator", - "Could not create proposer: {:?}", - e, - ); - InvalidHead - }) - .and_then(|mut proposer| { - let inherent_data = inherent_providers.create_inherent_data() - .map_err(|e| { - error!( - target: "cumulus-collator", - "Failed to create inherent data: {:?}", - e, - ); - InvalidHead - })?; - - let future = proposer.propose( - inherent_data, - Default::default(), - //TODO: Fix this. - Duration::from_secs(6), - true, - ) + let proposer_inherent_data = factory + .lock() + .init(&last_head.header) + .map_err(|e| { + error!( + target: "cumulus-collator", + "Could not create proposer: {:?}", + e, + ); + InvalidHead + }) + .and_then(|proposer| { + inherent_providers + .create_inherent_data() .map_err(|e| { error!( - target: "cumulus-collator", - "Proposing failed: {:?}", + target: "cumulus-collator", + "Failed to create inherent data: {:?}", e, ); InvalidHead }) - .and_then(move |(block, proof)| { - let res = match proof { - Some(proof) => { - let (header, extrinsics) = block.deconstruct(); + .map(move |inherent_data| (proposer, inherent_data)) + }); - // Create the parachain block data for the validators. - Ok( - ParachainBlockData::::new( - header, - extrinsics, - proof, - parent_state_root, - ) - ) - } - None => { - error!( - target: "cumulus-collator", - "Proposer did not return the requested proof.", - ); - Err(InvalidHead) - } - }; + future::ready(proposer_inherent_data).and_then(move |(mut proposer, inherent_data)| { + proposer + .propose( + inherent_data, + Default::default(), + //TODO: Fix this. + Duration::from_secs(6), + RecordProof::Yes, + ) + .map_err(|e| { + error!( + target: "cumulus-collator", + "Proposing failed: {:?}", + e, + ); + InvalidHead + }) + .and_then(move |proposal| { + let Proposal { + block, + storage_changes, + proof, + } = proposal; + let res = match proof { + Some(proof) => { + let (header, extrinsics) = block.deconstruct(); - future::ready(res) - }) - .compat(); + // Create the parachain block data for the validators. + Ok(( + ParachainBlockData::::new( + header, + extrinsics, + proof.iter_nodes().collect(), + parent_state_root, + ), + storage_changes, + )) + } + None => { + error!( + target: "cumulus-collator", + "Proposer did not return the requested proof.", + ); + Err(InvalidHead) + } + }; - Ok(future) + future::ready(res) }) }) - .flatten() - .and_then(move |b| { - let block_import_params = BlockImportParams { - origin: BlockOrigin::Own, - header: b.header().clone(), - justification: None, - post_digests: vec![], - body: Some(b.extrinsics().to_vec()), - finalized: false, - auxiliary: vec![], // block-weight is written in block import. - // TODO: block-import handles fork choice and this shouldn't even have the - // option to specify one. - // https://github.com/paritytech/substrate/issues/3623 - fork_choice: ForkChoiceStrategy::LongestChain, - }; + }) + .and_then(move |(b, storage_changes)| { + let block_import_params = BlockImportParams { + origin: BlockOrigin::Own, + header: b.header().clone(), + justification: None, + post_digests: vec![], + body: Some(b.extrinsics().to_vec()), + finalized: false, + auxiliary: vec![], // block-weight is written in block import. + // TODO: block-import handles fork choice and this shouldn't even have the + // option to specify one. + // https://github.com/paritytech/substrate/issues/3623 + fork_choice: ForkChoiceStrategy::LongestChain, + allow_missing_state: false, + import_existing: false, + storage_changes: Some(storage_changes), + }; - if let Err(err) = block_import.lock().import_block( - block_import_params, - Default::default(), - ) { - error!( - target: "cumulus-collator", - "Error importing build block (at {:?}): {:?}", - b.header().parent_hash(), - err, - ); - Err(InvalidHead) - } else { - Ok(b) - } - }) - .map(|b| { - let block_data = BlockData(b.encode()); - let head_data = HeadData:: { header: b.into_header() }; - let messages = OutgoingMessages { outgoing_messages: Vec::new() }; + let res = if let Err(err) = block_import + .lock() + .import_block(block_import_params, Default::default()) + { + error!( + target: "cumulus-collator", + "Error importing build block (at {:?}): {:?}", + b.header().parent_hash(), + err, + ); + Err(InvalidHead) + } else { + Ok(b) + }; - (block_data, parachain::HeadData(head_data.encode()), messages) - }) - .then(|r| { - trace!(target: "cumulus-collator", "Produced candidate: {:?}", r); - r - }); + future::ready(res) + }) + .map_ok(|b| { + let block_data = BlockData(b.encode()); + let head_data = HeadData:: { + header: b.into_header(), + }; + let messages = OutgoingMessages { + outgoing_messages: Vec::new(), + }; + + ( + block_data, + parachain::HeadData(head_data.encode()), + messages, + ) + }) + .then(|r| { + trace!(target: "cumulus-collator", "Produced candidate: {:?}", r); + future::ready(r) + }); Box::new(res) } @@ -256,24 +283,44 @@ impl CollatorBuilder { } } -impl> BuildParachainContext for CollatorBuilder { +impl> BuildParachainContext for CollatorBuilder +where + >::Proposer: Send, +{ type ParachainContext = Collator; - fn build( + fn build( self, - client: Arc>, - task_executor: TaskExecutor, + client: Arc>, + spawner: Spawner, network: Arc, ) -> Result - where - B: substrate_client::backend::Backend + 'static, - E: substrate_client::CallExecutor + Clone + Send + Sync + 'static + where + PolkadotClient: sp_api::ProvideRuntimeApi, + as sp_api::ProvideRuntimeApi>::Api: + polkadot_service::RuntimeApiCollection, + E: sc_client::CallExecutor + Clone + Send + Sync + 'static, + Spawner: Spawn + Clone + Send + Sync + 'static, + Extrinsic: codec::Codec + Send + Sync + 'static, + < as sp_api::ProvideRuntimeApi>::Api as sp_api::ApiExt< + PBlock, + >>::StateBackend: sp_api::StateBackend, + R: Send + Sync + 'static, + B: sc_client_api::Backend + 'static, + // Rust bug: https://github.com/rust-lang/rust/issues/24159 + B::State: sp_api::StateBackend, { - let (proposer_factory, block_import, inherent_data_providers) = self.setup_parachain - .setup_parachain(client, task_executor) + let (proposer_factory, block_import, inherent_data_providers) = self + .setup_parachain + .setup_parachain(client, spawner) .map_err(|e| error!("Error setting up the parachain: {}", e))?; - Ok(Collator::new(proposer_factory, inherent_data_providers, network, block_import)) + Ok(Collator::new( + proposer_factory, + inherent_data_providers, + network, + block_import, + )) } } @@ -282,14 +329,32 @@ pub trait SetupParachain: Send { /// The proposer factory of the parachain to build blocks. type ProposerFactory: Environment + Send + 'static; /// The block import for importing the blocks build by the collator. - type BlockImport: BlockImport + Send + Sync + 'static; + type BlockImport: BlockImport< + Block, + Error = ConsensusError, + Transaction = <>::Proposer as Proposer< + Block, + >>::Transaction, + > + Send + + Sync + + 'static; /// Setup the parachain. - fn setup_parachain( + fn setup_parachain( self, polkadot_client: P, - task_executor: TaskExecutor, - ) -> Result<(Self::ProposerFactory, Self::BlockImport, InherentDataProviders), String>; + spawner: SP, + ) -> Result< + ( + Self::ProposerFactory, + Self::BlockImport, + InherentDataProviders, + ), + String, + > + where + P: cumulus_consensus::PolkadotClient, + SP: Spawn + Clone + Send + Sync + 'static; } /// Run a collator with the given proposer factory. @@ -298,16 +363,16 @@ pub fn run_collator( para_id: ParaId, exit: E, key: Arc, - version: VersionInfo, -) -> Result<(), cli::error::Error> + configuration: polkadot_collator::Configuration, +) -> Result<(), sc_cli::error::Error> where Block: BlockT, SP: SetupParachain + Send + 'static, - E: IntoFuture, - E::Future: Send + Clone + Sync + 'static, + <>::ProposerFactory as Environment>::Proposer: Send, + E: Future + Unpin + Send + Clone + Sync + 'static, { let builder = CollatorBuilder::new(setup_parachain); - polkadot_collator::run_collator(builder, para_id, exit, key, version) + polkadot_collator::run_collator(builder, para_id, exit, key, configuration) } #[cfg(test)] @@ -315,26 +380,31 @@ mod tests { use super::*; use std::time::Duration; - use polkadot_collator::{collate, RelayChainContext, PeerId, CollatorId, SignedStatement}; - use polkadot_primitives::parachain::{ConsolidatedIngress, HeadData, FeeSchedule}; + use polkadot_collator::{collate, CollatorId, PeerId, RelayChainContext, SignedStatement}; + use polkadot_primitives::parachain::{ConsolidatedIngress, FeeSchedule, HeadData}; - use keyring::Sr25519Keyring; - use sr_primitives::{generic::BlockId, traits::{DigestFor, Header as HeaderT}}; - use inherents::InherentData; - use substrate_client::error::Result as ClientResult; + use sp_blockchain::Result as ClientResult; + use sp_inherents::InherentData; + use sp_keyring::Sr25519Keyring; + use sp_runtime::{ + generic::BlockId, + traits::{DigestFor, Header as HeaderT}, + }; + use sp_state_machine::StorageProof; use substrate_test_client::{NativeExecutor, WasmExecutionMethod::Interpreted}; + use test_client::{ + Client, DefaultTestClientBuilderExt, TestClientBuilder, TestClientBuilderExt, + }; use test_runtime::{Block, Header}; - use test_client::{Client, DefaultTestClientBuilderExt, TestClientBuilder, TestClientBuilderExt}; - use futures03::future; use futures::Stream; #[derive(Debug)] struct Error; - impl From for Error { - fn from(_: consensus_common::Error) -> Self { + impl From for Error { + fn from(_: sp_consensus::Error) -> Self { unimplemented!("Not required in tests") } } @@ -354,14 +424,15 @@ mod tests { impl Proposer for DummyProposer { type Error = Error; - type Proposal = future::Ready>>), Error>>; + type Proposal = future::Ready, Error>>; + type Transaction = sc_client_api::TransactionFor; fn propose( &mut self, _: InherentData, - digest : DigestFor, + digest: DigestFor, _: Duration, - _: bool, + _: RecordProof, ) -> Self::Proposal { let header = Header::new( 1337, @@ -371,22 +442,25 @@ mod tests { digest, ); - future::ready(Ok((Block::new(header, Vec::new()), Some(Default::default())))) + future::ready(Ok(Proposal { + block: Block::new(header, Vec::new()), + storage_changes: Default::default(), + proof: Some(StorageProof::empty()), + })) } } struct DummyCollatorNetwork; impl CollatorNetwork for DummyCollatorNetwork { - fn collator_id_to_peer_id(&self, _: CollatorId) -> - Box, Error=()> + Send> - { + fn collator_id_to_peer_id( + &self, + _: CollatorId, + ) -> Box> + Send> { unimplemented!("Not required in tests") } - fn checked_statements(&self, _: PHash) -> - Box> - { + fn checked_statements(&self, _: PHash) -> Box> { unimplemented!("Not required in tests") } } @@ -395,10 +469,10 @@ mod tests { impl RelayChainContext for DummyRelayChainContext { type Error = Error; - type FutureEgress = Result; + type FutureEgress = future::Ready>; fn unrouted_egress(&self, _id: ParaId) -> Self::FutureEgress { - Ok(ConsolidatedIngress(Vec::new())) + future::ready(Ok(ConsolidatedIngress(Vec::new()))) } } @@ -407,7 +481,7 @@ mod tests { impl cumulus_consensus::PolkadotClient for DummyPolkadotClient { type Error = Error; - type Finalized = Box> + Send + Unpin>; + type Finalized = Box> + Send + Unpin>; fn finalized_heads(&self, _: ParaId) -> ClientResult { unimplemented!("Not required in tests") @@ -417,7 +491,7 @@ mod tests { &self, _: &BlockId, _: ParaId, - ) -> ClientResult>>{ + ) -> ClientResult>> { unimplemented!("Not required in tests") } } @@ -428,45 +502,45 @@ mod tests { type ProposerFactory = DummyFactory; type BlockImport = Client; - fn setup_parachain( + fn setup_parachain( self, _: P, - _: TaskExecutor, - ) -> Result<(Self::ProposerFactory, Self::BlockImport, InherentDataProviders), String> { - Ok((DummyFactory, TestClientBuilder::new().build(), InherentDataProviders::default())) - } - } - - type BoxFuture = Box + Send>; - - struct DummyFutureExecutor; - - impl futures::future::Executor - for DummyFutureExecutor - { - fn execute( - &self, - _: BoxFuture, - ) -> Result<(), futures::future::ExecuteError> { - unimplemented!("Not required in tests") + _: SP, + ) -> Result< + ( + Self::ProposerFactory, + Self::BlockImport, + InherentDataProviders, + ), + String, + > { + Ok(( + DummyFactory, + TestClientBuilder::new().build(), + InherentDataProviders::default(), + )) } } #[test] fn collates_produces_a_block() { let _ = env_logger::try_init(); + let spawner = futures::executor::ThreadPool::new().unwrap(); let builder = CollatorBuilder::new(DummySetup); - let context = builder.build( - Arc::new( - substrate_test_client::TestClientBuilder::<_, _, ()>::default() - .build_with_native_executor( - Some(NativeExecutor::::new(Interpreted, None)), - ).0 - ), - Arc::new(DummyFutureExecutor), - Arc::new(DummyCollatorNetwork), - ).expect("Creates parachain context"); + let context = builder + .build::<_, _, polkadot_service::polkadot_runtime::RuntimeApi, _, _>( + Arc::new( + substrate_test_client::TestClientBuilder::<_, _, ()>::default() + .build_with_native_executor(Some(NativeExecutor::< + polkadot_service::PolkadotExecutor, + >::new(Interpreted, None))) + .0, + ), + spawner, + Arc::new(DummyCollatorNetwork), + ) + .expect("Creates parachain context"); let id = ParaId::from(100); let header = Header::new( @@ -491,7 +565,9 @@ mod tests { DummyRelayChainContext, context, Arc::new(Sr25519Keyring::Alice.pair().into()), - ).wait().unwrap().0; + ); + + let collation = futures::executor::block_on(collation).unwrap().0; let block_data = collation.pov.block_data; diff --git a/consensus/Cargo.toml b/consensus/Cargo.toml index 84a9fcb1a8..b476514956 100644 --- a/consensus/Cargo.toml +++ b/consensus/Cargo.toml @@ -7,18 +7,22 @@ edition = "2018" [dependencies] # substrate deps -substrate-client = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -substrate-consensus-common = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -substrate-inherents = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } # polkadot deps polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch" } polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch" } # other deps -futures = { package = "futures-preview", version = "0.3.0-alpha.19", features = ["compat"] } +futures = { version = "0.3.1", features = ["compat"] } tokio = "0.1.22" codec = { package = "parity-scale-codec", version = "1.0.5", features = [ "derive" ] } log = "0.4" diff --git a/consensus/src/import_queue.rs b/consensus/src/import_queue.rs index cf8d7b79aa..dd17377cad 100644 --- a/consensus/src/import_queue.rs +++ b/consensus/src/import_queue.rs @@ -16,38 +16,37 @@ use std::sync::Arc; -use substrate_primitives::{H256, Blake2Hasher}; - -use sr_primitives::{ - traits::{Block as BlockT, ProvideRuntimeApi, Header as HeaderT}, Justification, +use sc_client::Client; +use sc_client_api::{Backend, CallExecutor, TransactionFor}; +use sp_api::ProvideRuntimeApi; +use sp_block_builder::BlockBuilder as BlockBuilderApi; +use sp_blockchain::Result as ClientResult; +use sp_consensus::{ + error::Error as ConsensusError, + import_queue::{BasicQueue, CacheKeyId, Verifier as VerifierT}, + BlockImport, BlockImportParams, BlockOrigin, ForkChoiceStrategy, +}; +use sp_inherents::InherentDataProviders; +use sp_runtime::{ generic::BlockId, + traits::{Block as BlockT, Header as HeaderT}, + Justification, }; -use substrate_client::{ - block_builder::api::BlockBuilder as BlockBuilderApi, backend::Backend, CallExecutor, Client, - error::Result as ClientResult, -}; - -use substrate_consensus_common::{ - import_queue::{Verifier as VerifierT, BasicQueue, CacheKeyId}, BlockImportParams, - ForkChoiceStrategy, BlockOrigin, error::Error as ConsensusError, BlockImport, -}; - -use substrate_inherents::InherentDataProviders; - /// A verifier that just checks the inherents. struct Verifier { client: Arc>, inherent_data_providers: InherentDataProviders, } -impl VerifierT for Verifier where - Block: BlockT, - B: Backend + 'static, - E: CallExecutor + 'static + Clone + Send + Sync, +impl VerifierT for Verifier +where + Block: BlockT, + B: Backend + 'static, + E: CallExecutor + 'static + Clone + Send + Sync, RA: Send + Sync, - Client: ProvideRuntimeApi + Send + Sync, - as ProvideRuntimeApi>::Api: BlockBuilderApi + Client: ProvideRuntimeApi + Send + Sync, + as ProvideRuntimeApi>::Api: BlockBuilderApi, { fn verify( &mut self, @@ -55,33 +54,41 @@ impl VerifierT for Verifier where header: Block::Header, justification: Option, mut body: Option>, - ) -> Result<(BlockImportParams, Option)>>), String> { + ) -> Result< + ( + BlockImportParams, + Option)>>, + ), + String, + > { if let Some(inner_body) = body.take() { - let inherent_data = self.inherent_data_providers + let inherent_data = self + .inherent_data_providers .create_inherent_data() - .map_err(String::from)?; + .map_err(|e| e.into_string())?; let block = Block::new(header.clone(), inner_body); - let inherent_res = self.client.runtime_api().check_inherents( - &BlockId::Hash(*header.parent_hash()), - block.clone(), - inherent_data, - ).map_err(|e| format!("{:?}", e))?; + let inherent_res = self + .client + .runtime_api() + .check_inherents( + &BlockId::Hash(*header.parent_hash()), + block.clone(), + inherent_data, + ) + .map_err(|e| format!("{:?}", e))?; if !inherent_res.ok() { - inherent_res - .into_errors() - .try_for_each(|(i, e)| { - Err(self.inherent_data_providers.error_to_string(&i, &e)) - })?; + inherent_res.into_errors().try_for_each(|(i, e)| { + Err(self.inherent_data_providers.error_to_string(&i, &e)) + })?; } let (_, inner_body) = block.deconstruct(); body = Some(inner_body); } - let block_import_params = BlockImportParams { origin, header, @@ -91,6 +98,9 @@ impl VerifierT for Verifier where justification, auxiliary: Vec::new(), fork_choice: ForkChoiceStrategy::LongestChain, + allow_missing_state: false, + import_existing: false, + storage_changes: None, }; Ok((block_import_params, None)) @@ -98,22 +108,25 @@ impl VerifierT for Verifier where } /// Start an import queue for a Cumulus collator that does not uses any special authoring logic. -pub fn import_queue, I, RA>( +pub fn import_queue( client: Arc>, block_import: I, inherent_data_providers: InherentDataProviders, -) -> ClientResult> - where - B: Backend + 'static, - I: BlockImport + Send + Sync + 'static, - E: CallExecutor + Clone + Send + Sync + 'static, - RA: Send + Sync + 'static, - Client: ProvideRuntimeApi + Send + Sync + 'static, - as ProvideRuntimeApi>::Api: BlockBuilderApi, +) -> ClientResult>> +where + B: Backend + 'static, + I: BlockImport> + + Send + + Sync + + 'static, + E: CallExecutor + Clone + Send + Sync + 'static, + RA: Send + Sync + 'static, + Client: ProvideRuntimeApi + Send + Sync + 'static, + as ProvideRuntimeApi>::Api: BlockBuilderApi, { let verifier = Verifier { client, - inherent_data_providers + inherent_data_providers, }; Ok(BasicQueue::new( diff --git a/consensus/src/lib.rs b/consensus/src/lib.rs index 5e9776b471..1b1c567fea 100644 --- a/consensus/src/lib.rs +++ b/consensus/src/lib.rs @@ -14,26 +14,29 @@ // You should have received a copy of the GNU General Public License // along with Cumulus. If not, see . -use substrate_client::{ - backend::{Backend, Finalizer}, CallExecutor, Client, BlockchainEvents, - error::{Error as ClientError, Result as ClientResult}, +use sc_client::{BlockchainEvents, Client}; +use sc_client_api::{ + backend::{Backend, Finalizer, StateBackend, StateBackendFor}, + CallExecutor, }; -use substrate_primitives::{Blake2Hasher, H256}; -use sr_primitives::{ +use sp_api::ProvideRuntimeApi; +use sp_blockchain::{Error as ClientError, Result as ClientResult}; +use sp_consensus::{Error as ConsensusError, SelectChain as SelectChainT}; +use sp_runtime::{ generic::BlockId, - traits::{Block as BlockT, Header as HeaderT, ProvideRuntimeApi}, + traits::{Block as BlockT, Header as HeaderT}, }; -use substrate_consensus_common::{Error as ConsensusError, SelectChain as SelectChainT}; use polkadot_primitives::{ - Hash as PHash, Block as PBlock, parachain::{Id as ParaId, ParachainHost}, + parachain::{Id as ParaId, ParachainHost}, + Block as PBlock, Hash as PHash, }; -use futures::{Stream, StreamExt, TryStreamExt, future, Future, TryFutureExt, FutureExt}; use codec::Decode; +use futures::{future, Future, FutureExt, Stream, StreamExt, TryFutureExt, TryStreamExt}; use log::warn; -use std::{sync::Arc, marker::PhantomData}; +use std::{marker::PhantomData, sync::Arc}; pub mod import_queue; @@ -85,11 +88,14 @@ pub trait PolkadotClient: Clone + 'static { } /// Spawns a future that follows the Polkadot relay chain for the given parachain. -pub fn follow_polkadot(para_id: ParaId, local: Arc, polkadot: P) - -> ClientResult + Send + Unpin> - where - L: LocalClient + Send + Sync, - P: PolkadotClient, +pub fn follow_polkadot( + para_id: ParaId, + local: Arc, + polkadot: P, +) -> ClientResult + Send + Unpin> +where + L: LocalClient + Send + Sync, + P: PolkadotClient, { let finalized_heads = polkadot.finalized_heads(para_id)?; @@ -102,21 +108,25 @@ pub fn follow_polkadot(para_id: ParaId, local: Arc, polkadot: P) .map_err(|_| Error::InvalidHeadData) }) .try_for_each(move |p_head| { - future::ready(local.finalize(p_head.hash()).map_err(Error::Client).map(|_| ())) + future::ready( + local + .finalize(p_head.hash()) + .map_err(Error::Client) + .map(|_| ()), + ) }) }; - Ok( - follow_finalized - .map_err(|e| warn!("Could not follow relay-chain: {:?}", e)) - .map(|_| ()) - ) + Ok(follow_finalized + .map_err(|e| warn!("Could not follow relay-chain: {:?}", e)) + .map(|_| ())) } -impl LocalClient for Client where - B: Backend, - E: CallExecutor, - Block: BlockT, +impl LocalClient for Client +where + B: Backend, + E: CallExecutor, + Block: BlockT, { type Block = Block; @@ -126,30 +136,36 @@ impl LocalClient for Client where Err(e) => match e { ClientError::UnknownBlock(_) => Ok(false), _ => Err(e), - } + }, } } } -impl PolkadotClient for Arc> where - B: Backend + Send + Sync + 'static, - E: CallExecutor + Send + Sync + 'static, - Client: ProvideRuntimeApi + Send + Sync + 'static, - as ProvideRuntimeApi>::Api: ParachainHost, +impl PolkadotClient for Arc> +where + B: Backend + Send + Sync + 'static, + E: CallExecutor + Send + Sync + 'static, + Client: ProvideRuntimeApi + Send + Sync + 'static, + as ProvideRuntimeApi>::Api: + ParachainHost, + // Rust bug: https://github.com/rust-lang/rust/issues/24159 + StateBackendFor: StateBackend, { type Error = ClientError; - type Finalized = Box> + Send + Unpin>; + type Finalized = Box> + Send + Unpin>; fn finalized_heads(&self, para_id: ParaId) -> ClientResult { let polkadot = self.clone(); - let s = self.finality_notification_stream() - .filter_map(move |n| - future::ready( - polkadot.parachain_head_at(&BlockId::hash(n.hash), para_id).ok().and_then(|h| h), - ), - ); + let s = self.finality_notification_stream().filter_map(move |n| { + future::ready( + polkadot + .parachain_head_at(&BlockId::hash(n.hash), para_id) + .ok() + .and_then(|h| h), + ) + }); Ok(Box::new(s)) } @@ -159,7 +175,9 @@ impl PolkadotClient for Arc> where at: &BlockId, para_id: ParaId, ) -> ClientResult>> { - self.runtime_api().parachain_status(at, para_id).map(|s| s.map(|s| s.head_data.0)) + self.runtime_api() + .parachain_status(at, para_id) + .map(|s| s.map(|s| s.head_data.0)) } } @@ -201,42 +219,41 @@ impl Clone for SelectChain { } } -impl SelectChainT for SelectChain where - Block: BlockT, +impl SelectChainT for SelectChain +where + Block: BlockT, PC: PolkadotClient + Clone + Send + Sync, PC::Error: ToString, SC: SelectChainT, { fn leaves(&self) -> Result::Hash>, ConsensusError> { let leaves = self.polkadot_select_chain.leaves()?; - leaves.into_iter() - .filter_map(|l| + leaves + .into_iter() + .filter_map(|l| { self.polkadot_client .parachain_head_at(&BlockId::Hash(l), self.para_id) .map(|h| h.and_then(|d| <::Hash>::decode(&mut &d[..]).ok())) .transpose() - ) + }) .collect::, _>>() .map_err(|e| ConsensusError::ChainLookup(e.to_string())) } fn best_chain(&self) -> Result<::Header, ConsensusError> { let best_chain = self.polkadot_select_chain.best_chain()?; - let para_best_chain = self.polkadot_client + let para_best_chain = self + .polkadot_client .parachain_head_at(&BlockId::Hash(best_chain.hash()), self.para_id) .map_err(|e| ConsensusError::ChainLookup(e.to_string()))?; match para_best_chain { - Some(best) => Decode::decode(&mut &best[..]) - .map_err(|e| - ConsensusError::ChainLookup( - format!("Error decoding parachain head: {}", e.what()), - ), - ), - None => Err( - ConsensusError::ChainLookup( - "Could not find parachain head for best relay chain!".into()), - ) + Some(best) => Decode::decode(&mut &best[..]).map_err(|e| { + ConsensusError::ChainLookup(format!("Error decoding parachain head: {}", e.what())) + }), + None => Err(ConsensusError::ChainLookup( + "Could not find parachain head for best relay chain!".into(), + )), } } } diff --git a/network/Cargo.toml b/network/Cargo.toml index 306052e082..ec850a75e2 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -7,9 +7,10 @@ edition = "2018" [dependencies] # substrate deps -substrate-client = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -substrate-consensus-common = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } # polkadot deps polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch" } diff --git a/network/src/lib.rs b/network/src/lib.rs index 6e2839fdff..629ee8429f 100644 --- a/network/src/lib.rs +++ b/network/src/lib.rs @@ -18,14 +18,14 @@ //! //! Contains message send between collators and logic to process them. -use substrate_client::error::{Error as ClientError}; -use sr_primitives::traits::{Block as BlockT}; -use substrate_consensus_common::block_validation::{Validation, BlockAnnounceValidator}; +use sp_blockchain::Error as ClientError; +use sp_consensus::block_validation::{BlockAnnounceValidator, Validation}; +use sp_runtime::traits::Block as BlockT; +use polkadot_network::gossip::{GossipMessage, GossipStatement}; use polkadot_primitives::parachain::ValidatorId; use polkadot_statement_table::{SignedStatement, Statement}; use polkadot_validation::check_statement; -use polkadot_network::gossip::{GossipStatement, GossipMessage}; use codec::{Decode, Encode}; @@ -52,68 +52,74 @@ impl JustifiedBlockAnnounceValidator { } impl BlockAnnounceValidator for JustifiedBlockAnnounceValidator { - fn validate(&mut self, header: &B::Header, mut data: &[u8]) - -> Result> - { + fn validate( + &mut self, + header: &B::Header, + mut data: &[u8], + ) -> Result> { // If no data is provided the announce is valid. if data.is_empty() { - return Ok(Validation::Success) + return Ok(Validation::Success); } // Check data is a gossip message. - let gossip_message = GossipMessage::decode(&mut data) - .map_err(|_| Box::new(ClientError::BadJustification( - "cannot decode block announced justification, must be a gossip message".to_string() - )) as Box<_>)?; + let gossip_message = GossipMessage::decode(&mut data).map_err(|_| { + Box::new(ClientError::BadJustification( + "cannot decode block announced justification, must be a gossip message".to_string(), + )) as Box<_> + })?; // Check message is a gossip statement. let gossip_statement = match gossip_message { GossipMessage::Statement(gossip_statement) => gossip_statement, - _ => return Err(Box::new(ClientError::BadJustification( - "block announced justification statement must be a gossip statement".to_string() - )) as Box<_>) + _ => { + return Err(Box::new(ClientError::BadJustification( + "block announced justification statement must be a gossip statement" + .to_string(), + )) as Box<_>) + } }; let GossipStatement { - relay_chain_leaf, - signed_statement: SignedStatement { - statement, - signature, - sender, - } + relay_chain_leaf, + signed_statement: SignedStatement { + statement, + signature, + sender, + }, } = gossip_statement; // Check that the signer is a legit validator. - let signer = self.authorities.get(sender as usize) - .ok_or_else(|| Box::new(ClientError::BadJustification( - "block accounced justification signer is a validator index out of bound".to_string() - )) as Box<_>)?; + let signer = self.authorities.get(sender as usize).ok_or_else(|| { + Box::new(ClientError::BadJustification( + "block accounced justification signer is a validator index out of bound" + .to_string(), + )) as Box<_> + })?; // Check statement is correctly signed. - if !check_statement( - &statement, - &signature, - signer.clone(), - &relay_chain_leaf, - ) { + if !check_statement(&statement, &signature, signer.clone(), &relay_chain_leaf) { return Err(Box::new(ClientError::BadJustification( - "block announced justification signature is invalid".to_string() - )) as Box<_>) + "block announced justification signature is invalid".to_string(), + )) as Box<_>); } // Check statement is a candidate statement. let candidate_receipt = match statement { Statement::Candidate(candidate_receipt) => candidate_receipt, - _ => return Err(Box::new(ClientError::BadJustification( - "block announced justification statement must be a candidate statement".to_string() - )) as Box<_>) + _ => { + return Err(Box::new(ClientError::BadJustification( + "block announced justification statement must be a candidate statement" + .to_string(), + )) as Box<_>) + } }; // Check the header in the candidate_receipt match header given header. if header.encode() != candidate_receipt.head_data.0 { return Err(Box::new(ClientError::BadJustification( - "block announced header does not match the one justified".to_string() - )) as Box<_>) + "block announced header does not match the one justified".to_string(), + )) as Box<_>); } Ok(Validation::Success) diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 433c8fee63..c88292538e 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -7,40 +7,41 @@ edition = "2018" [dependencies] # Other dependencies codec = { package = "parity-scale-codec", version = "1.0.5", default-features = false, features = [ "derive" ] } -memory-db = { version = "0.15.2", default-features = false } +memory-db = { version = "0.18.0", default-features = false } hash-db = { version = "0.15.2", default-features = false } -trie-db = { version = "0.15.2", default-features = false } +trie-db = { version = "0.18.0", default-features = false } hashbrown = "0.6.1" # Substrate dependencies -rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" } -runtime-primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" } -rio = { package = "sr-io", git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" } -executive = { package = "srml-executive", git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" } -substrate-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" } +sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" } # Polkadot dependencies parachain = { package = "polkadot-parachain", git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch", default-features = false, features = [ "wasm-api" ] } [dev-dependencies] -keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -executor = { package = "substrate-executor", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -consensus-common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } test-client = { package = "cumulus-test-client", path = "../test/client" } [features] default = ["std"] std = [ "codec/std", - "rstd/std", - "rio/std", - "runtime-primitives/std", - "primitives/std", - "executive/std", + "sp-std/std", + "sp-io/std", + "sp-runtime/std", + "sp-core/std", + "frame-executive/std", "memory-db/std", "hash-db/std", "trie-db/std", - "substrate-trie/std", + "sp-trie/std", "parachain/std", ] diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index f6f223fa73..a88278b0a1 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -16,15 +16,14 @@ #![cfg_attr(not(feature = "std"), no_std)] +use codec::{Decode, Encode}; +use sp_runtime::traits::Block as BlockT; ///! The Cumulus runtime to make a runtime a parachain. - -use rstd::vec::Vec; -use codec::{Encode, Decode}; -use runtime_primitives::traits::Block as BlockT; +use sp_std::vec::Vec; #[cfg(not(feature = "std"))] #[doc(hidden)] -pub use rstd::slice; +pub use sp_std::slice; #[macro_use] pub mod validate_block; diff --git a/runtime/src/validate_block/implementation.rs b/runtime/src/validate_block/implementation.rs index b9bd4fa039..aad9bce154 100644 --- a/runtime/src/validate_block/implementation.rs +++ b/runtime/src/validate_block/implementation.rs @@ -17,23 +17,38 @@ //! The actual implementation of the validate block functionality. use crate::WitnessData; -use runtime_primitives::traits::{Block as BlockT, Header as HeaderT}; -use executive::ExecuteBlock; -use primitives::{Blake2Hasher, H256}; +use frame_executive::ExecuteBlock; +use sp_runtime::traits::{Block as BlockT, HasherFor, Header as HeaderT}; -use substrate_trie::{MemoryDB, read_trie_value, delta_trie_root, Layout}; +use sp_trie::{delta_trie_root, read_trie_value, Layout, MemoryDB}; -use rstd::{slice, ptr, cmp, vec::Vec, boxed::Box, mem}; +use sp_std::{boxed::Box, vec::Vec}; use hash_db::{HashDB, EMPTY_PREFIX}; +use trie_db::{Trie, TrieDB}; + use parachain::{ValidationParams, ValidationResult}; +use codec::{Decode, Encode}; + +/// Stores the global [`Storage`] instance. +/// +/// As wasm is always executed with one thread, this global varibale is safe! static mut STORAGE: Option> = None; -/// The message to use as expect message while accessing the `STORAGE`. -const STORAGE_SET_EXPECT: &str = - "`STORAGE` needs to be set before calling this function."; -const STORAGE_ROOT_LEN: usize = 32; + +/// Returns a mutable reference to the [`Storage`] implementation. +/// +/// # Panic +/// +/// Panics if the [`STORAGE`] is not initialized. +fn storage() -> &'static mut dyn Storage { + unsafe { + &mut **STORAGE + .as_mut() + .expect("`STORAGE` needs to be set before calling this function.") + } +} /// Abstract the storage into a trait without `Block` generic. trait Storage { @@ -47,16 +62,17 @@ trait Storage { fn remove(&mut self, key: &[u8]); /// Calculate the storage root. - fn storage_root(&mut self) -> [u8; STORAGE_ROOT_LEN]; + /// + /// Returns the SCALE encoded hash. + fn storage_root(&mut self) -> Vec; + + /// Clear all keys that start with the given prefix. + fn clear_prefix(&mut self, prefix: &[u8]); } /// Validate a given parachain block on a validator. #[doc(hidden)] -pub fn validate_block, E: ExecuteBlock>( - params: ValidationParams, -) -> ValidationResult { - use codec::{Decode, Encode}; - +pub fn validate_block>(params: ValidationParams) -> ValidationResult { let block_data = crate::ParachainBlockData::::decode(&mut ¶ms.block_data[..]) .expect("Invalid parachain block data"); @@ -66,23 +82,28 @@ pub fn validate_block, E: ExecuteBlock>( // TODO: Add `PolkadotInherent`. let block = B::new(block_data.header, block_data.extrinsics); - assert!(parent_head.hash() == *block.header().parent_hash(), "Invalid parent hash"); + assert!( + parent_head.hash() == *block.header().parent_hash(), + "Invalid parent hash" + ); let storage = WitnessStorage::::new( block_data.witness_data, block_data.witness_data_storage_root, - ).expect("Witness data and storage root always match; qed"); + ) + .expect("Witness data and storage root always match; qed"); let _guard = unsafe { STORAGE = Some(Box::new(storage)); ( // Replace storage calls with our own implementations - rio::ext_get_allocated_storage.replace_implementation(ext_get_allocated_storage), - rio::ext_get_storage_into.replace_implementation(ext_get_storage_into), - rio::ext_set_storage.replace_implementation(ext_set_storage), - rio::ext_exists_storage.replace_implementation(ext_exists_storage), - rio::ext_clear_storage.replace_implementation(ext_clear_storage), - rio::ext_storage_root.replace_implementation(ext_storage_root), + sp_io::storage::host_read.replace_implementation(host_storage_read), + sp_io::storage::host_set.replace_implementation(host_storage_set), + sp_io::storage::host_get.replace_implementation(host_storage_get), + sp_io::storage::host_exists.replace_implementation(host_storage_exists), + sp_io::storage::host_clear.replace_implementation(host_storage_clear), + sp_io::storage::host_root.replace_implementation(host_storage_root), + sp_io::storage::host_clear_prefix.replace_implementation(host_clear_prefix), ) }; @@ -94,24 +115,23 @@ pub fn validate_block, E: ExecuteBlock>( /// The storage implementation used when validating a block that is using the /// witness data as source. struct WitnessStorage { - witness_data: MemoryDB, + witness_data: MemoryDB>, overlay: hashbrown::HashMap, Option>>, storage_root: B::Hash, } -impl> WitnessStorage { +impl WitnessStorage { /// Initialize from the given witness data and storage root. /// /// Returns an error if given storage root was not found in the witness data. - fn new( - data: WitnessData, - storage_root: B::Hash, - ) -> Result { + fn new(data: WitnessData, storage_root: B::Hash) -> Result { let mut db = MemoryDB::default(); - data.into_iter().for_each(|i| { db.insert(EMPTY_PREFIX, &i); }); + data.into_iter().for_each(|i| { + db.insert(EMPTY_PREFIX, &i); + }); - if !db.contains(&storage_root, EMPTY_PREFIX) { - return Err("Witness data does not contain given storage root.") + if !HashDB::contains(&db, &storage_root, EMPTY_PREFIX) { + return Err("Witness data does not contain given storage root."); } Ok(Self { @@ -122,15 +142,36 @@ impl> WitnessStorage { } } -impl> Storage for WitnessStorage { +/// TODO: `TrieError` should implement `Debug` on `no_std` +fn unwrap_trie_error(result: Result>>) -> R { + match result { + Ok(r) => r, + Err(error) => match *error { + trie_db::TrieError::InvalidStateRoot(_) => panic!("trie_db: Invalid state root"), + trie_db::TrieError::IncompleteDatabase(_) => panic!("trie_db: IncompleteDatabase"), + trie_db::TrieError::DecoderError(_, _) => panic!("trie_db: DecodeError"), + trie_db::TrieError::InvalidHash(_, _) => panic!("trie_db: InvalidHash"), + trie_db::TrieError::ValueAtIncompleteKey(_, _) => { + panic!("trie_db: ValueAtIncompleteKey") + } + }, + } +} + +impl Storage for WitnessStorage { fn get(&self, key: &[u8]) -> Option> { - self.overlay.get(key).cloned().or_else(|| { - read_trie_value::, _>( - &self.witness_data, - &self.storage_root, - key, - ).ok() - }).unwrap_or(None) + self.overlay + .get(key) + .cloned() + .or_else(|| { + read_trie_value::>, _>( + &self.witness_data, + &self.storage_root, + key, + ) + .ok() + }) + .unwrap_or(None) } fn insert(&mut self, key: &[u8], value: &[u8]) { @@ -141,98 +182,77 @@ impl> Storage for WitnessStorage { self.overlay.insert(key.to_vec(), None); } - fn storage_root(&mut self) -> [u8; STORAGE_ROOT_LEN] { - let root = match delta_trie_root::, _, _, _, _>( + fn storage_root(&mut self) -> Vec { + let root = unwrap_trie_error(delta_trie_root::>, _, _, _, _>( &mut self.witness_data, self.storage_root.clone(), self.overlay.drain(), - ) { - Ok(root) => root, - Err(e) => match *e { - trie_db::TrieError::InvalidStateRoot(_) => panic!("Invalid state root"), - trie_db::TrieError::IncompleteDatabase(_) => panic!("IncompleteDatabase"), - trie_db::TrieError::DecoderError(_, _) => panic!("DecodeError"), + )); + + root.encode() + } + + fn clear_prefix(&mut self, prefix: &[u8]) { + self.overlay.iter_mut().for_each(|(k, v)| { + if k.starts_with(prefix) { + *v = None; } + }); + + let trie = match TrieDB::>>::new(&self.witness_data, &self.storage_root) + { + Ok(r) => r, + Err(_) => panic!(), }; - root.into() - } -} + let mut iter = unwrap_trie_error(trie.iter()); + unwrap_trie_error(iter.seek(prefix)); -unsafe fn ext_get_allocated_storage( - key_data: *const u8, - key_len: u32, - written_out: *mut u32, -) -> *mut u8 { - let key = slice::from_raw_parts(key_data, key_len as usize); - match STORAGE.as_mut().expect(STORAGE_SET_EXPECT).get(key) { - Some(value) => { - let mut out_value: Vec<_> = value.clone(); - *written_out = out_value.len() as u32; - let ptr = out_value.as_mut_ptr(); - mem::forget(out_value); - ptr - }, - None => { - *written_out = u32::max_value(); - ptr::null_mut() + for x in iter { + let (key, _) = unwrap_trie_error(x); + + if !key.starts_with(prefix) { + break; + } + + self.overlay.insert(key, None); } } } -unsafe fn ext_set_storage( - key_data: *const u8, - key_len: u32, - value_data: *const u8, - value_len: u32, -) { - let key = slice::from_raw_parts(key_data, key_len as usize); - let value = slice::from_raw_parts(value_data, value_len as usize); - - STORAGE.as_mut().expect(STORAGE_SET_EXPECT).insert(key, value); -} - -unsafe fn ext_get_storage_into( - key_data: *const u8, - key_len: u32, - value_data: *mut u8, - value_len: u32, - value_offset: u32, -) -> u32 { - let key = slice::from_raw_parts(key_data, key_len as usize); - let out_value = slice::from_raw_parts_mut(value_data, value_len as usize); - - match STORAGE.as_mut().expect(STORAGE_SET_EXPECT).get(key) { +fn host_storage_read(key: &[u8], value_out: &mut [u8], value_offset: u32) -> Option { + match storage().get(key) { Some(value) => { - let value = &value[value_offset as usize..]; - let len = cmp::min(value_len as usize, value.len()); - out_value[..len].copy_from_slice(&value[..len]); - len as u32 - }, - None => { - u32::max_value() + let value_offset = value_offset as usize; + let data = &value[value_offset.min(value.len())..]; + let written = sp_std::cmp::min(data.len(), value_out.len()); + value_out[..written].copy_from_slice(&data[..written]); + Some(value.len() as u32) } + None => None, } } -unsafe fn ext_exists_storage(key_data: *const u8, key_len: u32) -> u32 { - let key = slice::from_raw_parts(key_data, key_len as usize); - - if STORAGE.as_mut().expect(STORAGE_SET_EXPECT).get(key).is_some() { - 1 - } else { - 0 - } +fn host_storage_set(key: &[u8], value: &[u8]) { + storage().insert(key, value); } -unsafe fn ext_clear_storage(key_data: *const u8, key_len: u32) { - let key = slice::from_raw_parts(key_data, key_len as usize); - - STORAGE.as_mut().expect(STORAGE_SET_EXPECT).remove(key); +fn host_storage_get(key: &[u8]) -> Option> { + storage().get(key).clone() } -unsafe fn ext_storage_root(result: *mut u8) { - let res = STORAGE.as_mut().expect(STORAGE_SET_EXPECT).storage_root(); - let result = slice::from_raw_parts_mut(result, STORAGE_ROOT_LEN); - result.copy_from_slice(&res); +fn host_storage_exists(key: &[u8]) -> bool { + storage().get(key).is_some() +} + +fn host_storage_clear(key: &[u8]) { + storage().remove(key); +} + +fn host_storage_root() -> Vec { + storage().storage_root() +} + +fn host_clear_prefix(prefix: &[u8]) { + storage().clear_prefix(prefix) } diff --git a/runtime/src/validate_block/mod.rs b/runtime/src/validate_block/mod.rs index 4d6961ac98..51e0584dbb 100644 --- a/runtime/src/validate_block/mod.rs +++ b/runtime/src/validate_block/mod.rs @@ -16,11 +16,11 @@ //! A module that enables a runtime to work as parachain. -#[cfg(test)] -mod tests; #[cfg(not(feature = "std"))] #[doc(hidden)] pub mod implementation; +#[cfg(test)] +mod tests; #[cfg(not(feature = "std"))] #[doc(hidden)] @@ -60,20 +60,16 @@ macro_rules! register_validate_block_impl { use super::*; #[no_mangle] - unsafe fn validate_block( - arguments: *const u8, - arguments_len: usize, - ) -> u64 { - let params = $crate::validate_block::parachain::wasm_api::load_params( - arguments, - arguments_len, - ); + unsafe fn validate_block(arguments: *const u8, arguments_len: usize) -> u64 { + let params = + $crate::validate_block::parachain::load_params(arguments, arguments_len); let res = $crate::validate_block::implementation::validate_block::< - $block, $block_executor + $block, + $block_executor, >(params); - $crate::validate_block::parachain::wasm_api::write_result(res) + $crate::validate_block::parachain::write_result(&res) } } }; diff --git a/runtime/src/validate_block/tests.rs b/runtime/src/validate_block/tests.rs index d64eb32be0..351e1da6a1 100644 --- a/runtime/src/validate_block/tests.rs +++ b/runtime/src/validate_block/tests.rs @@ -16,18 +16,22 @@ use crate::{ParachainBlockData, WitnessData}; -use rio::TestExternalities; -use keyring::AccountKeyring; -use runtime_primitives::{generic::BlockId, traits::{Block as BlockT, Header as HeaderT}}; -use executor::{call_in_wasm, error::Result, WasmExecutionMethod}; -use test_client::{ - TestClientBuilder, TestClientBuilderExt, DefaultTestClientBuilderExt, Client, LongestChain, - runtime::{Block, Transfer, Hash, WASM_BINARY, Header} -}; -use consensus_common::SelectChain; use parachain::{ValidationParams, ValidationResult}; +use sc_executor::{call_in_wasm, error::Result, WasmExecutionMethod}; +use sp_blockchain::HeaderBackend; +use sp_consensus::SelectChain; +use sp_io::TestExternalities; +use sp_keyring::AccountKeyring; +use sp_runtime::{ + generic::BlockId, + traits::{Block as BlockT, Header as HeaderT}, +}; +use test_client::{ + runtime::{Block, Hash, Header, Transfer, WASM_BINARY}, + Client, DefaultTestClientBuilderExt, LongestChain, TestClientBuilder, TestClientBuilderExt, +}; -use codec::{Encode, Decode}; +use codec::{Decode, Encode}; fn call_validate_block( parent_head: Header, @@ -39,9 +43,16 @@ fn call_validate_block( block_data: block_data.encode(), parent_head: parent_head.encode(), ingress: Vec::new(), - }.encode(); + } + .encode(); - call_in_wasm( + call_in_wasm::< + _, + ( + sp_io::SubstrateHostFunctions, + sc_executor::deprecated_host_interface::SubstrateExternals, + ), + >( "validate_block", ¶ms, WasmExecutionMethod::Interpreted, @@ -60,25 +71,29 @@ fn create_extrinsics() -> Vec<::Extrinsic> { to: AccountKeyring::Bob.into(), amount: 69, nonce: 0, - }.into_signed_tx(), + } + .into_signed_tx(), Transfer { from: AccountKeyring::Alice.into(), to: AccountKeyring::Charlie.into(), amount: 100, nonce: 1, - }.into_signed_tx(), + } + .into_signed_tx(), Transfer { from: AccountKeyring::Bob.into(), to: AccountKeyring::Charlie.into(), amount: 100, nonce: 0, - }.into_signed_tx(), + } + .into_signed_tx(), Transfer { from: AccountKeyring::Charlie.into(), to: AccountKeyring::Alice.into(), amount: 500, nonce: 0, - }.into_signed_tx(), + } + .into_signed_tx(), ] } @@ -90,20 +105,25 @@ fn build_block_with_proof( client: &Client, extrinsics: Vec<::Extrinsic>, ) -> (Block, WitnessData) { - let block_id = BlockId::Hash(client.info().chain.best_hash); - let mut builder = client.new_block_at( - &block_id, - Default::default(), - true, - ).expect("Initializes new block"); + let block_id = BlockId::Hash(client.info().best_hash); + let mut builder = client + .new_block_at(&block_id, Default::default(), true) + .expect("Initializes new block"); - extrinsics.into_iter().for_each(|e| builder.push(e).expect("Pushes an extrinsic")); + extrinsics + .into_iter() + .for_each(|e| builder.push(e).expect("Pushes an extrinsic")); - let (block, proof) = builder - .bake_and_extract_proof() - .expect("Finalizes block"); + let built_block = builder.build().expect("Creates block"); - (block, proof.expect("We enabled proof recording before.")) + ( + built_block.block, + built_block + .proof + .expect("We enabled proof recording before.") + .iter_nodes() + .collect(), + ) } #[test] @@ -118,7 +138,7 @@ fn validate_block_with_no_extrinsics() { header.clone(), extrinsics, witness_data, - witness_data_storage_root + witness_data_storage_root, ); let res_header = call_validate_block(parent_head, block_data).expect("Calls `validate_block`"); @@ -137,7 +157,7 @@ fn validate_block_with_extrinsics() { header.clone(), extrinsics, witness_data, - witness_data_storage_root + witness_data_storage_root, ); let res_header = call_validate_block(parent_head, block_data).expect("Calls `validate_block`"); @@ -154,11 +174,7 @@ fn validate_block_invalid_parent_hash() { let (mut header, extrinsics) = block.deconstruct(); header.set_parent_hash(Hash::from_low_u64_be(1)); - let block_data = ParachainBlockData::new( - header, - extrinsics, - witness_data, - witness_data_storage_root - ); + let block_data = + ParachainBlockData::new(header, extrinsics, witness_data, witness_data_storage_root); call_validate_block(parent_head, block_data).expect("Calls `validate_block`"); } diff --git a/test/client/Cargo.toml b/test/client/Cargo.toml index d542777904..164a58359d 100644 --- a/test/client/Cargo.toml +++ b/test/client/Cargo.toml @@ -7,8 +7,8 @@ edition = "2018" [dependencies] test-client = { package = "substrate-test-client", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } runtime = { package = "cumulus-test-runtime", path = "../runtime" } -runtime_primitives = { package = "sr-primitives", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -keyring = { package = "substrate-keyring", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } codec = { package = "parity-scale-codec", version = "1.0.5", default-features = false, features = [ "derive" ] } diff --git a/test/client/src/lib.rs b/test/client/src/lib.rs index 6390a412d8..4f4a05045f 100644 --- a/test/client/src/lib.rs +++ b/test/client/src/lib.rs @@ -16,15 +16,18 @@ //! A Cumulus test client. -pub use test_client::*; pub use runtime; -use runtime::{Block, genesismap::{GenesisConfig, additional_storage_with_genesis}}; -use runtime_primitives::traits::{Hash as HashT, Header as HeaderT, Block as BlockT}; -use primitives::{storage::well_known_keys, sr25519}; -use keyring::{Sr25519Keyring, AccountKeyring}; +use runtime::{ + genesismap::{additional_storage_with_genesis, GenesisConfig}, + Block, +}; +use sp_core::{sr25519, storage::Storage}; +use sp_keyring::{AccountKeyring, Sr25519Keyring}; +use sp_runtime::traits::{Block as BlockT, Hash as HashT, Header as HeaderT}; +pub use test_client::*; mod local_executor { - use test_client::executor::native_executor_instance; + use test_client::sc_executor::native_executor_instance; native_executor_instance!( pub LocalExecutor, runtime::api::dispatch, @@ -39,16 +42,17 @@ pub use local_executor::LocalExecutor; pub type Backend = test_client::Backend; /// Test client executor. -pub type Executor = client::LocalCallExecutor>; +pub type Executor = + sc_client::LocalCallExecutor>; /// Test client builder for Cumulus pub type TestClientBuilder = test_client::TestClientBuilder; /// LongestChain type for the test runtime/client. -pub type LongestChain = test_client::client::LongestChain; +pub type LongestChain = test_client::sc_client::LongestChain; /// Test client type with `LocalExecutor` and generic Backend. -pub type Client = client::Client; +pub type Client = sc_client::Client; /// Parameters of test-client builder with test-runtime. #[derive(Default)] @@ -57,22 +61,24 @@ pub struct GenesisParameters { } impl test_client::GenesisInit for GenesisParameters { - fn genesis_storage(&self) -> (StorageOverlay, ChildrenStorageOverlay) { + fn genesis_storage(&self) -> Storage { use codec::Encode; - let mut storage = genesis_config(self.support_changes_trie).genesis_map(); - storage.0.insert(well_known_keys::CODE.to_vec(), runtime::WASM_BINARY.to_vec()); - let child_roots = storage.1.iter().map(|(sk, child_map)| { - let state_root = <<::Header as HeaderT>::Hashing as HashT>::trie_root( - child_map.clone().into_iter().collect() - ); + let mut storage = genesis_config(self.support_changes_trie).genesis_map(); + + let child_roots = storage.children.iter().map(|(sk, child_content)| { + let state_root = + <<::Header as HeaderT>::Hashing as HashT>::trie_root( + child_content.data.clone().into_iter().collect(), + ); (sk.clone(), state_root.encode()) }); - let state_root = <<::Header as HeaderT>::Hashing as HashT>::trie_root( - storage.0.clone().into_iter().chain(child_roots).collect() - ); - let block: runtime::Block = client::genesis::construct_genesis_block(state_root); - storage.0.extend(additional_storage_with_genesis(&block)); + let state_root = + <<::Header as HeaderT>::Hashing as HashT>::trie_root( + storage.top.clone().into_iter().chain(child_roots).collect(), + ); + let block: runtime::Block = sc_client::genesis::construct_genesis_block(state_root); + storage.top.extend(additional_storage_with_genesis(&block)); storage } @@ -129,7 +135,6 @@ fn genesis_config(support_changes_trie: bool) -> GenesisConfig { AccountKeyring::Charlie.into(), ], 1000, - None, Default::default(), Default::default(), ) diff --git a/test/parachain/Cargo.toml b/test/parachain/Cargo.toml index 5e13a7e020..7a6437d09b 100644 --- a/test/parachain/Cargo.toml +++ b/test/parachain/Cargo.toml @@ -12,31 +12,33 @@ path = 'src/main.rs' [dependencies] derive_more = '0.15.0' exit-future = '0.1.4' -futures = '0.1.29' -futures03 = { package = "futures-preview", version = "0.3.0-alpha.19", features = ["compat"] } +futures = { version = "0.3.1", features = ["compat"] } log = '0.4.8' parking_lot = '0.9.0' tokio = '0.1.22' trie-root = '0.15.2' codec = { package = 'parity-scale-codec', version = '1.0.0' } -parachain-runtime = { package = "cumulus-test-parachain-runtime", path = "runtime" } structopt = "0.3.3" ctrlc = { version = "3.1.3", features = ["termination"] } +# Parachain dependencies +parachain-runtime = { package = "cumulus-test-parachain-runtime", path = "runtime" } + # Substrate dependencies -sr-primitives = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } -sr-io = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -substrate-cli = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -substrate-primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -substrate-service = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -inherents = { package = "substrate-inherents", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -transaction-pool = { package = "substrate-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -network = { package = "substrate-network", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -substrate-client = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -srml-timestamp = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -basic-authorship = { package = "substrate-basic-authorship", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } -consensus-common = { package = "substrate-consensus-common", git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sc-client = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sc-basic-authority = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "bkchr-cumulus-branch" } # Cumulus dependencies cumulus-consensus = { path = "../../consensus" } @@ -45,6 +47,7 @@ cumulus-collator = { path = "../../collator" } # Polkadot dependencies polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch" } polkadot-collator = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch" } [build-dependencies] vergen = '3.0.4' diff --git a/test/parachain/build.rs b/test/parachain/build.rs index 5ce23b31d6..b667f71031 100644 --- a/test/parachain/build.rs +++ b/test/parachain/build.rs @@ -16,7 +16,7 @@ use std::{env, path::PathBuf}; -use vergen::{ConstantsFlags, generate_cargo_keys}; +use vergen::{generate_cargo_keys, ConstantsFlags}; const ERROR_MSG: &str = "Failed to generate metadata files"; @@ -24,13 +24,16 @@ fn main() { generate_cargo_keys(ConstantsFlags::SHA_SHORT).expect(ERROR_MSG); let mut manifest_dir = PathBuf::from( - env::var("CARGO_MANIFEST_DIR").expect("`CARGO_MANIFEST_DIR` is always set by cargo.") + env::var("CARGO_MANIFEST_DIR").expect("`CARGO_MANIFEST_DIR` is always set by cargo."), ); while manifest_dir.parent().is_some() { if manifest_dir.join(".git/HEAD").exists() { - println!("cargo:rerun-if-changed={}", manifest_dir.join(".git/HEAD").display()); - return + println!( + "cargo:rerun-if-changed={}", + manifest_dir.join(".git/HEAD").display() + ); + return; } manifest_dir.pop(); diff --git a/test/parachain/res/polkadot_chainspec.json b/test/parachain/res/polkadot_chainspec.json new file mode 100644 index 0000000000..59ffb8f982 --- /dev/null +++ b/test/parachain/res/polkadot_chainspec.json @@ -0,0 +1,89 @@ +{ + "name": "Local Testnet", + "id": "local_testnet", + "bootNodes": [], + "telemetryEndpoints": null, + "protocolId": "dot", + "properties": null, + "forkBlocks": null, + "badBlocks": null, + "consensusEngine": null, + "genesis": { + "raw": { + "top": { + "0x3a65787472696e7369635f696e646578": "0x00000000", + "0x26aa394eea5630e07c48ae0c9558cef702a5c1b19ab7a04f536c519aca4983ac": "0x01000000", + "0x26aa394eea5630e07c48ae0c9558cef7a44704b568d21667356a5a050c11874611da6d1f761ddf9bdb4c9d6e5303ebd41f61858d0a5647a1a7bfe089bf921be9": "0x4545454545454545454545454545454545454545454545454545454545454545", + "0x5f3e4907f716ac89b6347d15ececedca88dcde934c658227ee1dfafcd6e169039a9304efeee429067b2e8dfbcfd8a22d96f9d996a5d6daa02899b96bd7a667b1": "0x000001be5ddb1579b72e84524fc29e78609e3caf42e85aa118ebfe0b0ad404b5bdd25f", + "0x5f3e4907f716ac89b6347d15ececedca28dccb559b95c40168a1b2696581b5a7": "0x00000000000000000000000000000000", + "0x5f3e4907f716ac89b6347d15ececedca422adb579f1dbf4f3886c5cfa3bb8cc42e3fb4c297a84c5cebc0e78257d213d0927ccc7596044c6ba013dd05522aacba": "0xbe5ddb1579b72e84524fc29e78609e3caf42e85aa118ebfe0b0ad404b5bdd25f0b00407a10f35a0b00407a10f35a00", + "0x5f3e4907f716ac89b6347d15ececedca88dcde934c658227ee1dfafcd6e169034724e5390fcf0d08afc9608ff4c45df257266ae599ac7a32baba26155dcf4402": "0x0001fe65717dad0447d715f660a0a58411de509b42e6efb8375f562f58a554d5860e00", + "0x5f3e4907f716ac89b6347d15ececedca9220e172bed316605f73f1ff7b4ade984724e5390fcf0d08afc9608ff4c45df257266ae599ac7a32baba26155dcf4402": "0x00", + "0xc2261276cc9d1f8598ea4b6a74b15c2f6482b9ade7bc6657aaca787ba1add3b4c4a80eb5e32005323fb878ca749473d7e5f40d60ed5e74e887bc125a3659f258": "0x000064a7b3b6e00d0000000000000000", + "0xcec5070d609dd3497f72bde07fc96ba04c014e6bf8b8c2c011e7290b85696bb39fe6329cc0b39e09343a73657373696f6e3a6b6579734724e5390fcf0d08afc9608ff4c45df257266ae599ac7a32baba26155dcf4402": "0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0eed43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27dd43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27dd43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27dd43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d", + "0xcec5070d609dd3497f72bde07fc96ba0726380404683fc89e8233450c8aa19509fe6329cc0b39e09343a73657373696f6e3a6b657973cd9a09d6a67c0c3940e99786404c36c6d220e3bb8003f1ac1dda3a49b72ebc90": "0xbe5ddb1579b72e84524fc29e78609e3caf42e85aa118ebfe0b0ad404b5bdd25f", + "0x5f3e4907f716ac89b6347d15ececedcaf7dad0317324aecae8744b87fc95f2f3": "0x00", + "0xcec5070d609dd3497f72bde07fc96ba04c014e6bf8b8c2c011e7290b85696bb39fe6329cc0b39e09343a73657373696f6e3a6b6579739a9304efeee429067b2e8dfbcfd8a22d96f9d996a5d6daa02899b96bd7a667b1": "0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae698eaf04151687736326c9fea17e25fc5287613693c912909cb226aa4794f26a488eaf04151687736326c9fea17e25fc5287613693c912909cb226aa4794f26a488eaf04151687736326c9fea17e25fc5287613693c912909cb226aa4794f26a488eaf04151687736326c9fea17e25fc5287613693c912909cb226aa4794f26a48", + "0xcec5070d609dd3497f72bde07fc96ba0726380404683fc89e8233450c8aa19509fe6329cc0b39e09343a73657373696f6e3a6b6579733b07ae43d4d18b2f6a5ce4eabef01ad3860523243fb4bb3a6a4922750c1d7e4b": "0xbe5ddb1579b72e84524fc29e78609e3caf42e85aa118ebfe0b0ad404b5bdd25f", + "0xc2261276cc9d1f8598ea4b6a74b15c2f6482b9ade7bc6657aaca787ba1add3b4a315ee9e56d2f3bb24992a1cff6617b0f7510628a15722b680c42c2be8bb7452": "0x000064a7b3b6e00d0000000000000000", + "0xc2261276cc9d1f8598ea4b6a74b15c2f6482b9ade7bc6657aaca787ba1add3b49a9304efeee429067b2e8dfbcfd8a22d96f9d996a5d6daa02899b96bd7a667b1": "0x000064a7b3b6e00d0000000000000000", + "0x5f3e4907f716ac89b6347d15ececedca308ce9615de0775a82f8a94dc3d285a1": "0x01000000", + "0x5f3e4907f716ac89b6347d15ececedca9cbd2f0b29a008a36009ac44cca0c969": "0x00407a10f35a00000000000000000000", + "0x1a736d37504c2e3fb73dad160c55b2917ac6a308d645671864cda07d358e751211da6d1f761ddf9bdb4c9d6e5303ebd41f61858d0a5647a1a7bfe089bf921be9": "0x30d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d8eaf04151687736326c9fea17e25fc5287613693c912909cb226aa4794f26a4890b5ab205c6974c9ea841be688864633dc9ca8a357843eeacf2314649965fe22306721211d5404bd9da88e0204360a1a9ab8b87c66c1bc2fcdd37f3c2222cc20e659a7a1628cdd93febc04a4e0646ea20e9f5f0ce097d9a05290d4a9e054df4e1cbd2d43530a44705ad088af313e18f80b53ef16b36177cd4b77b846f2a5f07cbe5ddb1579b72e84524fc29e78609e3caf42e85aa118ebfe0b0ad404b5bdd25ffe65717dad0447d715f660a0a58411de509b42e6efb8375f562f58a554d5860e1e07379407fecc4b89eb7dbd287c2c781cfb1907a96947a3eb18e4f8e7198625e860f1b1c7227f7c22602f53f15af80747814dffd839719731ee3bba6edc126c8ac59e11963af19174d0b94d5d78041c233f55d2e19324665bafdfb62925af2d101191192fc877c24d725b337120fa3edc63d227bbc92705db1e2cb65f56981a", + "0x3fba98689ebed1138735e0e7a5a790ab0b76934f4cc08dee01012d059e1b83ee": "0x00", + "0xc2261276cc9d1f8598ea4b6a74b15c2f218f26c73add634897550b4003b26bc64724e5390fcf0d08afc9608ff4c45df257266ae599ac7a32baba26155dcf4402": "0x047374616b696e672000407a10f35a00000000000000000000ffffffff1f", + "0x5f3e4907f716ac89b6347d15ececedcac29a0310e1bb45d20cace77ccb62c97d": "0x00e1f505", + "0x5f3e4907f716ac89b6347d15ececedca0b6a45321efae92aea15e0740ec7afe7": "0x00000000", + "0x0b76934f4cc08dee01012d059e1b83ee5e0621c4869aa60c02be9adcc98a0d1d": "0x088eaf04151687736326c9fea17e25fc5287613693c912909cb226aa4794f26a48d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d", + "0x2099d7f109d6e535fb000bba623fd4409f99a2ce711f3a31b2fc05604c93f179": "0x088eaf04151687736326c9fea17e25fc5287613693c912909cb226aa4794f26a48d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d", + "0x26aa394eea5630e07c48ae0c9558cef78a42f33323cb5ced3b44dd825fda9fcc": "0x4545454545454545454545454545454545454545454545454545454545454545", + "0xc2261276cc9d1f8598ea4b6a74b15c2f6482b9ade7bc6657aaca787ba1add3b465d0de2c1f75d898c078307a00486016783280c8f3407db41dc9547d3e3d651e": "0x000064a7b3b6e00d0000000000000000", + "0xc2261276cc9d1f8598ea4b6a74b15c2f6482b9ade7bc6657aaca787ba1add3b49ea52149af6b15f4d523ad4342f63089646e29232a1777737159c7bc84173597": "0x000064a7b3b6e00d0000000000000000", + "0x5c0d1176a568c1f92944340dbfed9e9c530ebca703c85910e7164cb7d1c9e47b": "0xd43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d", + "0x5f3e4907f716ac89b6347d15ececedca0ea0ecac76457d0f9b39b981dd107012": "0x08fe65717dad0447d715f660a0a58411de509b42e6efb8375f562f58a554d5860ebe5ddb1579b72e84524fc29e78609e3caf42e85aa118ebfe0b0ad404b5bdd25f", + "0xf2794c22e353e9a839f12faab03a911be2f6cb0456905c189bcb0458f9440f13": "0x00000000", + "0xcec5070d609dd3497f72bde07fc96ba0726380404683fc89e8233450c8aa19509fe6329cc0b39e09343a73657373696f6e3a6b65797379b1148d2eef14114c422e7d0647dde06e73c1ab283dce7d8a383ae6f948faf1": "0xfe65717dad0447d715f660a0a58411de509b42e6efb8375f562f58a554d5860e", + "0x1a736d37504c2e3fb73dad160c55b291b35b5a09b938edfd10fcbacc615abb0c": "0x00000000", + "0xc2261276cc9d1f8598ea4b6a74b15c2f6482b9ade7bc6657aaca787ba1add3b4927407fbcfe5afa14bcfb44714a843c532f291a9c33612677cb9e0ae5e2bd5de": "0x000064a7b3b6e00d0000000000000000", + "0x5f3e4907f716ac89b6347d15ececedca3ed14b45ed20d054f05e37e2542cfe709a9304efeee429067b2e8dfbcfd8a22d96f9d996a5d6daa02899b96bd7a667b1": "0x8eaf04151687736326c9fea17e25fc5287613693c912909cb226aa4794f26a48", + "0xc2261276cc9d1f8598ea4b6a74b15c2f218f26c73add634897550b4003b26bc69a9304efeee429067b2e8dfbcfd8a22d96f9d996a5d6daa02899b96bd7a667b1": "0x047374616b696e672000407a10f35a00000000000000000000ffffffff1f", + "0xcec5070d609dd3497f72bde07fc96ba0726380404683fc89e8233450c8aa19509fe6329cc0b39e09343a73657373696f6e3a6b6579739b94324fd570688c7f3c5e3d0b90af7ae011ebcfe3e4d92e027ffbdf0db62684": "0xfe65717dad0447d715f660a0a58411de509b42e6efb8375f562f58a554d5860e", + "0x5f3e4907f716ac89b6347d15ececedca422adb579f1dbf4f3886c5cfa3bb8cc494772f97f5f6b539aac74e798bc395119f39603402d0c85bc9eda5dfc5ae2160": "0xfe65717dad0447d715f660a0a58411de509b42e6efb8375f562f58a554d5860e0b00407a10f35a0b00407a10f35a00", + "0x5f3e4907f716ac89b6347d15ececedca83e585bbc5fdcec57219c0dc81ef5ff49a9304efeee429067b2e8dfbcfd8a22d96f9d996a5d6daa02899b96bd7a667b1": "0x0b00407a10f35a0b00407a10f35a00", + "0x2b06af9719ac64d755623cda8ddd9b949f99a2ce711f3a31b2fc05604c93f179": "0x088eaf04151687736326c9fea17e25fc5287613693c912909cb226aa4794f26a48d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d", + "0x3a636f6465": "0x0061736d0100000001a4022b60037f7f7f017f60027f7f017f60027f7f0060017f0060017f017e60037f7e7e0060017e017f60027e7e0060037f7e7f017f60017e0060017e017e6000017f60027f7e017e60047f7e7e7e017f60027f7e017f6000017e60037f7f7e017e60027f7f017e60017f017f60037e7e7f017e60000060037f7f7f0060057f7f7f7f7f0060027e7f017f60057f7f7f7f7f017f60047f7f7f7f017f60047f7f7f7f0060067f7f7f7f7f7f0060047f7f7e7e0060067f7f7e7e7f7f0060057f7f7f7e7e0060027f7e0060067f7f7f7e7e7f0060077f7f7f7f7f7e7e0060027e7f0060077f7e7e7e7e7e7e0060087e7e7e7e7e7e7e7e017f60067f7e7e7f7f7f0060047f7e7e7e0060057f7e7e7f7f0060047f7e7e7f0060057f7e7e7e7e0060067f7e7e7e7e7f0002ca0a2103656e76196578745f6c6f6767696e675f6c6f675f76657273696f6e5f31000503656e76206578745f68617368696e675f626c616b65325f3235365f76657273696f6e5f31000603656e76196578745f73746f726167655f7365745f76657273696f6e5f31000703656e761e6578745f68617368696e675f74776f785f3132385f76657273696f6e5f31000603656e76236578745f63727970746f5f737232353531395f7665726966795f76657273696f6e5f31000803656e761b6578745f73746f726167655f636c6561725f76657273696f6e5f31000903656e76196578745f73746f726167655f6765745f76657273696f6e5f31000a03656e761d6578745f6d6973635f7072696e745f757466385f76657273696f6e5f31000903656e76226578745f73746f726167655f636c6561725f7072656669785f76657273696f6e5f31000903656e76206578745f68617368696e675f6b656363616b5f3235365f76657273696f6e5f31000603656e76236578745f63727970746f5f656432353531395f7665726966795f76657273696f6e5f31000803656e761d6578745f68617368696e675f74776f785f36345f76657273696f6e5f31000603656e761c6578745f6d6973635f7072696e745f6865785f76657273696f6e5f31000903656e76236578745f6f6666636861696e5f69735f76616c696461746f725f76657273696f6e5f31000b03656e76286578745f6f6666636861696e5f6c6f63616c5f73746f726167655f6765745f76657273696f6e5f31000c03656e76346578745f6f6666636861696e5f6c6f63616c5f73746f726167655f636f6d706172655f616e645f7365745f76657273696f6e5f31000d03656e76286578745f6f6666636861696e5f6c6f63616c5f73746f726167655f7365745f76657273696f6e5f31000503656e76256578745f63727970746f5f656432353531395f67656e65726174655f76657273696f6e5f31000e03656e761a6578745f73746f726167655f726f6f745f76657273696f6e5f31000f03656e76226578745f73746f726167655f6368616e6765735f726f6f745f76657273696f6e5f31000a03656e76206578745f68617368696e675f626c616b65325f3132385f76657273696f6e5f31000603656e76256578745f63727970746f5f737232353531395f67656e65726174655f76657273696f6e5f31000e03656e76296578745f6f6666636861696e5f7375626d69745f7472616e73616374696f6e5f76657273696f6e5f31000a03656e76246578745f6f6666636861696e5f6e6574776f726b5f73746174655f76657273696f6e5f31000f03656e76286578745f63727970746f5f737232353531395f7075626c69635f6b6579735f76657273696f6e5f31000403656e76216578745f63727970746f5f737232353531395f7369676e5f76657273696f6e5f31001003656e762c6578745f63727970746f5f736563703235366b315f65636473615f7265636f7665725f76657273696f6e5f31001103656e76376578745f63727970746f5f736563703235366b315f65636473615f7265636f7665725f636f6d707265737365645f76657273696f6e5f31001103656e761e6578745f616c6c6f6361746f725f6d616c6c6f635f76657273696f6e5f31001203656e761c6578745f616c6c6f6361746f725f667265655f76657273696f6e5f31000303656e761a6578745f73746f726167655f726561645f76657273696f6e5f31001303656e762a6578745f747269655f626c616b65325f3235365f6f7264657265645f726f6f745f76657273696f6e5f31000603656e761c6578745f6d6973635f7072696e745f6e756d5f76657273696f6e5f31000903bd04bb0412120303000012121114141415021500141603000101020117030418190202001a0101011201010101150101001a03010100010100010003010101020202150102010001010203021a02020202020202021203021501020203030202020202020202120112020215020302150115021b02010303051c15030305030705031d1e1f0102020202021c151d1c1e1c050303020302020303030202151515150302020303200303030303030303030303030303030303030302030102020202020202020202020202120215020215021515021a02020212020202020202021a020702021a021a2102020216151412121502020303150303020202020215030203020f0215150202030302021622151602020202021502151a020203150303020b120202151a020315021515021501150202150315030303020202020216030215030303020303020202151a0202011a020201020215140202020216020202232401161a05020315030203021203020303030202020219030303020303030202020202030303012526020202021202020202020202020202020203030203030201150203020302020303030203111103021a02031111110211111111111511020316001111111111111111111111151111030202120202030303030203030303020203010215150302030202031c020202270202031403021502020202030202151e0202030101140b03030203031a020212030302020203020202021603020302030303020202030303151512010102050101160000000028282929292a0407017001b801b80105030100120619037f01418080c0000b7f004188d1c6000b7f004188d1c6000b07b0061d066d656d6f72790200195f5f696e6469726563745f66756e6374696f6e5f7461626c6501000a5f5f646174615f656e6403010b5f5f686561705f62617365030209686173685f7465737400290c436f72655f76657273696f6e00cb0312436f72655f657865637574655f626c6f636b00cc0315436f72655f696e697469616c697a655f626c6f636b00d203114d657461646174615f6d6574616461746100d3031c426c6f636b4275696c6465725f6170706c795f65787472696e73696300d4031b426c6f636b4275696c6465725f66696e616c697a655f626c6f636b00d60320426c6f636b4275696c6465725f696e686572656e745f65787472696e7369637300d7031c426c6f636b4275696c6465725f636865636b5f696e686572656e747300d80318426c6f636b4275696c6465725f72616e646f6d5f7365656400d9032b5461676765645472616e73616374696f6e51756575655f76616c69646174655f7472616e73616374696f6e00da03214f6666636861696e576f726b65724170695f6f6666636861696e5f776f726b657200dc031850617261636861696e486f73745f76616c696461746f727300e1031950617261636861696e486f73745f647574795f726f7374657200e2031f50617261636861696e486f73745f6163746976655f70617261636861696e7300e3031e50617261636861696e486f73745f70617261636861696e5f73746174757300e4031c50617261636861696e486f73745f70617261636861696e5f636f646500e5031550617261636861696e486f73745f696e677265737300e6031750617261636861696e486f73745f6765745f686561647300e7031e4772616e6470614170695f6772616e6470615f617574686f72697469657300e80315426162654170695f636f6e66696775726174696f6e00e90321417574686f72697479446973636f766572794170695f617574686f72697469657300ea032153657373696f6e4b6579735f67656e65726174655f73657373696f6e5f6b65797300eb031d4163636f756e744e6f6e63654170695f6163636f756e745f6e6f6e636500ed03205472616e73616374696f6e5061796d656e744170695f71756572795f696e666f00ee0309d302010041010bb70138474b42d00443446284015a59a20156cc0276d901a40392014c333435368a015b3b4f4d505152535460616763a304646566e502c404b101b304b401b301b8018703c104c004c601ef03aa04c103c303f703f603f803f503c701b001af01c801b201c501bb03bc03fb03fa03800494049204c9019b04a2048b03ca0186038403cb018803a103a704a804ab04a702a602cc01b902b701b501cd01c40194019301ce01c201b104b004cf01b504bd04c803c603d001ca03c7039a039903d1019b03a303b903b803d2018e038d03d3018f03a20396039503d4019703e102e002c604c504fd03fc03d501e402e302d601a902a802bc02b202b102b302cf04e202e70289038c039203910390039803b8049f039e039d039c03bd03c203c503c403cc04f903ff03fe0381049a0499049804970495049d049c04a404be03a904b404b204b904b704b604c304c20448490afbfa36bb040600200010220b06002000101c0b0600200010240b06002000101d0b0a0020002001200210260b2801017f02402002101c2203450d002003200020022001200120024b1b10d3041a2000101d0b20030b0600200010280b1c01017f02402000101c2201450d0020014100200010d2041a0b20010bff0202017f037e230041206b220224002001ad42adfed5e4d485fda8d8007e42b9e0007c210302400240024002400240200141084b0d00200141014b0d0120010d02420021040c030b0240200141104b0d00200241106a2000290000200385420042adfed5e4d485fda8d800420010d804200241186a29030020022903107c200120006a41786a2900008521040c040b200120006a41786a2900002105200321040340200029000020048542adfed5e4d485fda8d8007e42178942adfed5e4d485fda8d8007e2003852103200041086a2100200442cf829ebbefefde82147c2104200141786a220141084b0d000b200320058521040c030b0240200141034b0d00200120006a417e6a33000042108620003300008420038521040c030b200120006a417c6a35000042208620003500008420038521040c020b200031000021040b200420038521040b20022004420042adfed5e4d485fda8d800420010d804200241086a290300210420022903002103200241206a2400200420037c42c300850b0500102b000b2400410041b4cbc600ad4280808080f0008441bccbc600ad4280808080a00484100000000b1100418080c0004111419480c000102d000b3a01017f230041206b2203240020034204370310200342013702042003200136021c200320003602182003200341186a360200200320021037000b880301067f230041306b2202240020012802002103024002402001280204220441037422050d00410021060c010b200341046a2107410021060340200728020020066a2106200741086a2107200541786a22050d000b0b024002400240024002400240200141146a2802000d00200621070c010b024020040d0041bc80c00041004100102f000b024002402006410f4b0d002003280204450d010b200620066a220720064f0d010b4101210541002107200241086a21060c010b2007417f4c0d01200241086a2106024020070d0041012105410021070c010b200710212205450d020b200241003602102002200736020c200220053602082002200241086a360214200241186a41106a200141106a290200370300200241186a41086a200141086a29020037030020022001290200370318200241146a41cc80c000200241186a10300d0220002006290200370200200041086a200641086a280200360200200241306a24000f0b1031000b102a000b41e480c0004133200241186a419881c00041a881c0001032000b6c01017f230041306b2203240020032002360204200320013602002003411c6a41023602002003412c6a41013602002003420237020c2003419482c000360208200341013602242003200341206a360218200320033602282003200341046a360220200341086a20001037000bc40801087f230041c0006b22032400200341246a2001360200200341346a200241146a2802002204360200200341033a00382003412c6a2002280210220520044103746a36020020034280808080800437030820032000360220410021062003410036021820034100360210200320053602302003200536022802400240024002400240200228020822070d0020022802002108200228020422092004200420094b1b220a450d0141012104200020082802002008280204200128020c1100000d04200841086a210241012106034002402005280200200341086a200541046a280200110100450d00410121040c060b2006200a4f0d02200241046a210020022802002101200541086a2105200241086a210241012104200641016a2106200328022020012000280200200328022428020c110000450d000c050b0b20022802002108200228020422092002410c6a2802002205200520094b1b220a450d0041012104200020082802002008280204200128020c1100000d03200741106a2105200841086a21024101210603402003200541786a28020036020c2003200541106a2d00003a003820032005417c6a28020036020841002101410021000240024002400240200541086a2802000e0400010203000b2005410c6a2802002104410121000c020b02402005410c6a2802002207200328023422044f0d0041002100200328023020074103746a22072802044102470d0220072802002802002104410121000c020b418488c00020072004102f000b4100210020032802282207200328022c460d002003200741086a3602284100210020072802044102470d0020072802002802002104410121000b2003200436021420032000360210024002400240024002400240024020052802000e0404010006040b20032802282200200328022c470d010c050b200541046a2802002200200328023422044f0d01200328023020004103746a22002802044102470d04200028020028020021040c030b2003200041086a36022820002802044102470d03200028020028020021040c020b418488c00020002004102f000b200541046a28020021040b410121010b2003200436021c2003200136021802400240200541706a2802004101460d0020032802282204200328022c460d042003200441086a3602280c010b200541746a2802002204200328023422004f0d04200328023020044103746a21040b02402004280200200341086a200441046a280200110100450d00410121040c050b2006200a4f0d01200241046a210020022802002101200541246a2105200241086a210241012104200641016a2106200328022020012000280200200328022428020c110000450d000c040b0b0240200920064d0d00410121042003280220200820064103746a22052802002005280204200328022428020c1100000d030b410021040c020b41b086c000412b419488c000102d000b41a488c00020042000102f000b200341c0006a240020040b0500102c000b7e01017f230041c0006b220524002005200136020c2005200036020820052003360214200520023602102005412c6a41023602002005413c6a41033602002005420237021c200541909bc400360218200541043602342005200541306a3602282005200541106a3602382005200541086a360230200541186a20041037000b02000bad0101037f0240024002400240200028020022002802042203200028020822046b2002490d00200028020021030c010b200420026a22052004490d02200341017422042005200420054b1b22044100480d020240024020030d002004102121030c010b200028020020032004102521030b2003450d012000200436020420002003360200200028020821040b2000200420026a360208200320046a2001200210d3041a41000f0b102a000b102c000ba20401057f230041106b22022400200028020021000240024002400240024002402001418001490d002002410036020c2001418010490d012002410c6a210302402001418080044f0d0020022001413f71418001723a000e20022001410676413f71418001723a000d20022001410c76410f7141e001723a000c410321010c030b20022001413f71418001723a000f2002200141127641f001723a000c20022001410676413f71418001723a000e20022001410c76413f71418001723a000d410421010c020b0240200028020822042000280204470d00200441016a22052004490d05200441017422032005200320054b1b22054100480d050240024020040d002005102121040c010b200028020020042005102521040b2004450d042000200536020420002004360200200028020821040b200028020020046a20013a00002000200028020841016a3602080c020b20022001413f71418001723a000d20022001410676411f7141c001723a000c2002410c6a2103410221010b0240024020002802042205200028020822046b2001490d00200028020021050c010b200420016a22062004490d03200541017422042006200420064b1b22044100480d030240024020050d002004102121050c010b200028020020052004102521050b2005450d022000200436020420002005360200200028020821040b2000200420016a360208200520046a2003200110d3041a0b200241106a240041000f0b102a000b102c000b6301017f230041206b2202240020022000280200360204200241086a41106a200141106a290200370300200241086a41086a200141086a29020037030020022001290200370308200241046a41cc80c000200241086a10302101200241206a240020010b3101017f230041106b220224002002200136020c20022000360208200241a482c000360204200241013602002002103a000b0b002000350200200110390bd20203027f017e037f230041306b22022400412721030240024020004290ce005a0d00200021040c010b412721030340200241096a20036a2205417c6a200020004290ce0080220442f0b17f7e7ca7220641ffff037141e4006e220741017441e682c0006a2f00003b00002005417e6a2007419c7f6c20066a41ffff037141017441e682c0006a2f00003b00002003417c6a2103200042ffc1d72f5621052004210020050d000b0b02402004a7220541e3004c0d00200241096a2003417e6a22036a2004a7220641ffff037141e4006e2205419c7f6c20066a41ffff037141017441e682c0006a2f00003b00000b024002402005410a480d00200241096a2003417e6a22036a200541017441e682c0006a2f00003b00000c010b200241096a2003417f6a22036a200541306a3a00000b200141bccbc6004100200241096a20036a412720036b103c2103200241306a240020030b6f01017f230041c0006b220124002001200036020c200141346a410136020020014201370224200141accbc6003602202001410536023c2001200141386a36023020012001410c6a360238200141106a200141206a102e410141b4cbc60041072001280210200128021810d10400000b0c0042cca7a2e8c2c5bafb3a0bc90501067f20002802002205410171220620046a21070240024020054104710d00410021010c010b4100210802402002450d00200221092001210a03402008200a2d000041c00171418001466a2108200a41016a210a2009417f6a22090d000b0b200720026a20086b21070b412b418080c40020061b21080240024020002802084101460d004101210a2000200820012002103d0d012000280218200320042000411c6a28020028020c1100000f0b02402000410c6a280200220920074b0d004101210a2000200820012002103d0d012000280218200320042000411c6a28020028020c1100000f0b0240024020054108710d004100210a200920076b22092105024002400240410120002d0030220720074103461b0e0402010001020b2009410176210a200941016a41017621050c010b410021052009210a0b200a41016a210a0340200a417f6a220a450d0220002802182000280204200028021c280210110100450d000b41010f0b4101210a200041013a0030200041303602042000200820012002103d0d014100210a200920076b22092102024002400240410120002d0030220820084103461b0e0402010001020b2009410176210a200941016a41017621020c010b410021022009210a0b200a41016a210a02400340200a417f6a220a450d0120002802182000280204200028021c280210110100450d000b41010f0b200028020421094101210a200028021820032004200028021c28020c1100000d01200241016a2108200028021c210220002802182100034002402008417f6a22080d0041000f0b4101210a200020092002280210110100450d000c020b0b200028020421094101210a2000200820012002103d0d00200028021820032004200028021c28020c1100000d00200541016a2108200028021c210220002802182100034002402008417f6a22080d0041000f0b4101210a200020092002280210110100450d000b0b200a0b5401017f024002402001418080c400460d0041012104200028021820012000411c6a2802002802101101000d010b024020020d0041000f0b2000280218200220032000411c6a28020028020c11000021040b20040b6f01017f230041306b2202240020022001360204200220003602002002411c6a41023602002002412c6a41013602002002420237020c200241b084c000360208200241013602242002200241206a3602182002200241046a36022820022002360220200241086a41c084c0001037000b6f01017f230041306b2202240020022001360204200220003602002002411c6a41023602002002412c6a41013602002002420237020c2002419085c000360208200241013602242002200241206a3602182002200241046a36022820022002360220200241086a41a085c0001037000b8507010c7f200028021021030240024002400240200028020822044101460d0020030d012000280218200120022000411c6a28020028020c11000021030c030b2003450d010b0240024020020d00410021020c010b200120026a2105200041146a28020041016a21064100210720012103200121080340200341016a210902400240024020032c0000220a417f4a0d000240024020092005470d004100210b200521030c010b20032d0001413f71210b200341026a220921030b200a411f71210c0240200a41ff0171220a41df014b0d00200b200c41067472210a0c020b0240024020032005470d004100210d2005210e0c010b20032d0000413f71210d200341016a2209210e0b200d200b41067472210b0240200a41f0014f0d00200b200c410c7472210a0c020b02400240200e2005470d004100210a200921030c010b200e41016a2103200e2d0000413f71210a0b200b410674200c411274418080f0007172200a72220a418080c400470d020c040b200a41ff0171210a0b200921030b02402006417f6a2206450d00200720086b20036a21072003210820052003470d010c020b0b200a418080c400460d00024002402007450d0020072002460d0041002103200720024f0d01200120076a2c00004140480d010b200121030b2007200220031b21022003200120031b21010b20040d002000280218200120022000411c6a28020028020c1100000f0b4100210902402002450d002002210a200121030340200920032d000041c00171418001466a2109200341016a2103200a417f6a220a0d000b0b0240200220096b200028020c2206490d002000280218200120022000411c6a28020028020c1100000f0b410021074100210902402002450d00410021092002210a200121030340200920032d000041c00171418001466a2109200341016a2103200a417f6a220a0d000b0b200920026b20066a2209210a024002400240410020002d0030220320034103461b0e0402010001020b20094101762107200941016a410176210a0c010b4100210a200921070b200741016a2103024003402003417f6a2203450d0120002802182000280204200028021c280210110100450d000b41010f0b2000280204210941012103200028021820012002200028021c28020c1100000d00200a41016a2103200028021c210a20002802182100034002402003417f6a22030d0041000f0b20002009200a280210110100450d000b41010f0b20030bd40801067f230041f0006b220424002004200336020c20042002360208410121052001210602402001418102490d00410020016b2107418002210803400240200820014f0d00200020086a2c000041bf7f4c0d0041002105200821060c020b2008417f6a21064100210520084101460d01200720086a21092006210820094101470d000b0b200420063602142004200036021020044100410520051b36021c200441bccbc60041d385c00020051b3602180240024002400240200220014b22080d00200320014b0d00200220034b0d01024002402002450d0020012002460d00200120024d0d01200020026a2c00004140480d010b200321020b200420023602202002450d0220022001460d02200141016a210903400240200220014f0d00200020026a2c000041404e0d040b2002417f6a210820024101460d0420092002462106200821022006450d000c040b0b20042002200320081b360228200441306a41146a4103360200200441c8006a41146a4104360200200441d4006a410436020020044203370234200441d885c0003602302004410136024c2004200441c8006a3602402004200441186a3602582004200441106a3602502004200441286a360248200441306a41f085c0001037000b200441e4006a4104360200200441c8006a41146a4104360200200441d4006a4101360200200441306a41146a4104360200200442043702342004418086c0003602302004410136024c2004200441c8006a3602402004200441186a3602602004200441106a36025820042004410c6a3602502004200441086a360248200441306a41a086c0001037000b200221080b024020082001460d00410121060240024002400240200020086a22092c00002202417f4a0d0041002105200020016a220621010240200941016a2006460d00200941026a210120092d0001413f7121050b2002411f712109200241ff017141df014b0d01200520094106747221010c020b2004200241ff0171360224200441286a21020c020b4100210020062107024020012006460d00200141016a210720012d0000413f7121000b200020054106747221010240200241ff017141f0014f0d0020012009410c747221010c010b41002102024020072006460d0020072d0000413f7121020b20014106742009411274418080f00071722002722201418080c400460d020b2004200136022441012106200441286a21022001418001490d00410221062001418010490d0041034104200141808004491b21060b200420083602282004200620086a36022c200441306a41146a4105360200200441ec006a4104360200200441e4006a4104360200200441c8006a41146a4106360200200441d4006a410736020020044205370234200441ec86c000360230200420023602582004410136024c2004200441c8006a3602402004200441186a3602682004200441106a3602602004200441246a3602502004200441206a360248200441306a419487c0001037000b41b086c000412b41dc86c000102d000b100020012000280200200028020410400b6f01037f230041206b2202240002402000280200200110460d002001411c6a280200210320012802182104200242043703182002420137020c200241fc87c00036020820042003200241086a10300d002000280204200110462101200241206a240020010f0b200241206a240041010be70a02077f017e410121020240200128021841272001411c6a2802002802101101000d0041022103024002400240024002402000280200220241776a2200411e4d0d00200241dc00470d010c020b41f40021040240024020000e1f05010202000202020202020202020202020202020202020202030202020203050b41f20021040c040b41ee0021040c030b0240024002400240024002400240200210450d00024002400240024002400240200241808004490d00200241808008490d0120024190fc476a4190fc0b490d0a200241e28b746a41e28d2c490d0a2002419fa8746a419f18490d0a200241dee2746a410e490d0a200241feffff0071419ef00a460d0a200241a9b2756a4129490d0a200241cb91756a410a4d0d0a410121030c0e0b20024180fe0371410876210541c894c000210041002106200241ff017121040340200041026a2107200620002d000122036a2108024020002d000022002005460d00200020054b0d0920082106200721002007419a95c000470d010c090b20082006490d02200841a5024b0d032006419a95c0006a2100024003402003450d012003417f6a210320002d00002106200041016a210020062004470d000c0c0b0b20082106200721002007419a95c000470d000c080b0b20024180fe0371410876210541f999c000210041002106200241ff017121040340200041026a2107200620002d000122036a2108024020002d000022002005460d00200020054b0d072008210620072100200741bf9ac000470d010c070b20082006490d03200841a6014b0d04200641bf9ac0006a2100024003402003450d012003417f6a210320002d00002106200041016a210020062004470d000c0b0b0b2008210620072100200741bf9ac000470d000c060b0b20062008103f000b200841a502103e000b20062008103f000b200841a601103e000b200241017267410276410773ad4280808080d0008421090c040b200241ffff0371210441e59bc00021034101210002400340200341016a21080240024020032d0000220641187441187522074100480d00200821030c010b200841fd9ec000460d02200741ff007141087420032d0001722106200341026a21030b200420066b22044100480d0320004101732100200341fd9ec000470d000c030b0b41b086c000412b41809fc000102d000b200241ffff0371210441bf97c0002103410121000340200341016a21080240024020032d0000220641187441187522074100480d00200821030c010b200841f999c000460d05200741ff007141087420032d0001722106200341026a21030b200420066b22044100480d0120004101732100200341f999c000470d000b0b4101210320004101710d030b200241017267410276410773ad4280808080d0008421090b410321030c020b41b086c000412b41809fc000102d000b0b200221040b03402003210641dc0021004101210241012103024002400240024020060e0401020300010b024002400240024002402009422088a741ff01710e06050403020100050b200942ffffffff8f60834280808080c000842109410321030c060b200942ffffffff8f608342808080803084210941f5002100410321030c050b200942ffffffff8f608342808080802084210941fb002100410321030c040b20042009a72206410274411c7176410f712203413072200341d7006a2003410a491b210002402006450d002009427f7c42ffffffff0f83200942808080807083842109410321030c040b200942ffffffff8f6083428080808010842109410321030c030b200942ffffffff8f6083210941fd002100410321030c020b20012802184127200128021c2802101101000f0b41002103200421000b20012802182000200128021c280210110100450d000b0b20020b950201017f024002402000418010490d00024002400240024002400240200041808004490d002000410c7641706a2201418002490d0141d09fc0002001418002102f000b200041067641606a220141df074b0d01200141e88ac0006a2d0000220141c9004b0d02200141037441a0a0c0006a21010c060b200141c892c0006a2d00004106742000410676413f7172220141ff034b0d02200141f0a4c0006a2d0000220141394b0d03200141037441f0a8c0006a21010c050b41b09fc000200141e007102f000b41c09fc000200141ca00102f000b41e09fc0002001418004102f000b41f09fc0002001413a102f000b200041037641f8ffffff017141d088c0006a21010b200129030042012000413f71ad86834200520b9b0201037f23004180016b2202240002400240024002400240200128020022034110710d0020034120710d012000ad2001103921000c020b410021030340200220036a41ff006a2000410f712204413072200441d7006a2004410a491b3a00002003417f6a2103200041047622000d000b20034180016a22004181014f0d02200141cc88c0004102200220036a4180016a410020036b103c21000c010b410021030340200220036a41ff006a2000410f712204413072200441376a2004410a491b3a00002003417f6a2103200041047622000d000b20034180016a22004181014f0d02200141cc88c0004102200220036a4180016a410020036b103c21000b20024180016a240020000f0b2000418001103f000b2000418001103f000b0b002000350200200110390b1c00200128021841f8acc000410b2001411c6a28020028020c1100000b1c0020012802184183adc000410e2001411c6a28020028020c1100000b5b01017f230041306b220324002003200136020c20032000360208200341246a410136020020034201370214200341accbc6003602102003410436022c2003200341286a3602202003200341086a360228200341106a20021037000b140020002802002001200028020428020c1101000b1500200120002802002200280200200028020410400ba20401077f230041306b220324000240024020020d00410021040c010b200341286a210502400240024002400340024020002802082d0000450d00200028020041cdadc0004104200028020428020c1100000d050b2003410a3602282003428a808080103703202003200236021c200341003602182003200236021420032001360210200341086a410a20012002104e024002400240024020032802084101470d00200328020c210403402003200420032802186a41016a2204360218024002402004200328022422064f0d00200328021421070c010b200328021422072004490d00200641054f0d072003280210200420066b22086a22092005460d0420092005200610d504450d040b200328021c22092004490d0220072009490d0220032006200341106a6a41176a2d0000200328021020046a200920046b104e2003280204210420032802004101460d000b0b2003200328021c3602180b200028020841003a0000200221040c010b200028020841013a0000200841016a21040b2000280204210920002802002106024020044520022004467222070d00200220044d0d03200120046a2c000041bf7f4c0d030b200620012004200928020c1100000d04024020070d00200220044d0d04200120046a2c000041bf7f4c0d040b200120046a2101200220046b22020d000b410021040c040b20064104103e000b20012002410020041041000b20012002200420021041000b410121040b200341306a240020040bf30201067f410021040240024020024103712205450d00410420056b2205450d0020032005200520034b1b210441002105200141ff01712106034020042005460d01200220056a2107200541016a210520072d000022072006470d000b410121032007200141ff01714641016a41017120056a417f6a21050c010b200141ff017121060240024020034108490d002004200341786a22084b0d00200641818284086c210502400340200220046a220741046a2802002005732209417f73200941fffdfb776a7120072802002005732207417f73200741fffdfb776a7172418081828478710d01200441086a220420084d0d000b0b200420034b0d010b200220046a2109200320046b210241002103410021050240034020022005460d01200920056a2107200541016a210520072d000022072006470d000b410121032007200141ff01714641016a41017120056a417f6a21050b200520046a21050c010b20042003103f000b20002005360204200020033602000b02000b8b0201027f230041106b220224002002410036020c02400240024002402001418001490d002001418010490d012002410c6a21032001418080044f0d0220022001413f71418001723a000e20022001410676413f71418001723a000d20022001410c76410f7141e001723a000c410321010c030b200220013a000c2002410c6a2103410121010c020b20022001413f71418001723a000d20022001410676411f7141c001723a000c2002410c6a2103410221010c010b20022001413f71418001723a000f2002200141127641f001723a000c20022001410676413f71418001723a000e20022001410c76413f71418001723a000d410421010b200020032001104d2101200241106a240020010b6001017f230041206b2202240020022000360204200241086a41106a200141106a290200370300200241086a41086a200141086a29020037030020022001290200370308200241046a41f0adc000200241086a10302101200241206a240020010b0d00200028020020012002104d0b0b002000280200200110500b6301017f230041206b2202240020022000280200360204200241086a41106a200141106a290200370300200241086a41086a200141086a29020037030020022001290200370308200241046a41f0adc000200241086a10302101200241206a240020010bf40202037f057e230041d0006b2203240041012104024020002d00040d0020002d000521040240200028020022052d00004104710d000240200441ff0171450d0041012104200528021841d1adc00041022005411c6a28020028020c1100000d02200028020021050b20012005200228020c11010021040c010b0240200441ff01710d004101210420052802184188aec00041012005411c6a28020028020c1100000d01200028020021050b41012104200341013a00172003200341176a3602102005290208210620052902102107200341346a41d4adc000360200200320052902183703082005290220210820052902282109200320052d00303a00482005290200210a200320093703402003200837033820032007370328200320063703202003200a3703182003200341086a3602302001200341186a200228020c1101000d00200328023041ecadc0004102200328023428020c11000021040b200041013a0005200020043a0004200341d0006a240020000b6401027f230041206b220224002001411c6a280200210320012802182101200241086a41106a200041106a290200370300200241086a41086a200041086a2902003703002002200029020037030820012003200241086a10302100200241206a240020000bc30f020d7f017e230041206b220324004101210402400240200228021841222002411c6a2802002802101101000d000240024020010d00410021050c010b200020016a21062000210741002105410021080240034020072109200741016a210a02400240024020072c0000220b417f4a0d0002400240200a2006470d004100210c200621070c010b20072d0001413f71210c200741026a220a21070b200b411f7121040240200b41ff0171220b41df014b0d00200c200441067472210b0c020b0240024020072006470d004100210d2006210e0c010b20072d0000413f71210d200741016a220a210e0b200d200c41067472210c0240200b41f0014f0d00200c2004410c7472210b0c020b02400240200e2006470d004100210b200a21070c010b200e41016a2107200e2d0000413f71210b0b200c4106742004411274418080f0007172200b72220b418080c400470d020c040b200b41ff0171210b0b200a21070b4102210a024002400240024002400240200b41776a220c411e4d0d00200b41dc00470d010c020b41f400210e02400240200c0e1f05010202000202020202020202020202020202020202020202030202020203050b41f200210e0c040b41ee00210e0c030b02400240200b10450d00024002400240024002400240024002400240200b41808004490d00200b41808008490d01200b4190fc476a4190fc0b490d09200b41e28b746a41e28d2c490d09200b419fa8746a419f18490d09200b41dee2746a410e490d09200b41feffff0071419ef00a460d09200b41a9b2756a4129490d09200b41cb91756a410a4d0d090c0e0b200b4180fe0371410876210f41c894c000210c410021040340200c41026a210d2004200c2d0001220a6a210e0240200c2d0000220c200f460d00200c200f4b0d08200e2104200d210c200d419a95c000470d010c080b200e2004490d02200e41a5024b0d032004419a95c0006a210c02400340200a450d01200a417f6a210a200c2d00002104200c41016a210c2004200b41ff0171470d000c0b0b0b200e2104200d210c200d419a95c000470d000c070b0b200b4180fe0371410876210f41f999c000210c410021040340200c41026a210d2004200c2d0001220a6a210e0240200c2d0000220c200f460d00200c200f4b0d06200e2104200d210c200d41bf9ac000470d010c060b200e2004490d03200e41a6014b0d04200441bf9ac0006a210c02400340200a450d01200a417f6a210a200c2d00002104200c41016a210c2004200b41ff0171470d000c0a0b0b200e2104200d210c200d41bf9ac000470d000c050b0b2004200e103f000b200e41a502103e000b2004200e103f000b200e41a601103e000b200b41ffff0371210e41e59bc000210a4101210c02400340200a41016a210d02400240200a2d00002204411874411875220f4100480d00200d210a0c010b200d41fd9ec000460d02200f41ff0071410874200a2d0001722104200a41026a210a0b200e20046b220e4100480d03200c410173210c200a41fd9ec000470d000c030b0b41b086c000412b41809fc000102d000b200b41ffff0371210e41bf97c000210a4101210c0340200a41016a210d02400240200a2d00002204411874411875220f4100480d00200d210a0c010b200d41f999c000460d04200f41ff0071410874200a2d0001722104200a41026a210a0b200e20046b220e4100480d01200c410173210c200a41f999c000470d000b0b200c4101710d050b200b41017267410276410773ad4280808080d0008421104103210a0c020b41b086c000412b41809fc000102d000b0b200b210e0b2003200136020420032000360200200320053602082003200836020c0240024020082005490d0002402005450d0020052001460d00200520014f0d01200020056a2c000041bf7f4c0d010b02402008450d0020082001460d00200820014f0d01200020086a2c000041bf7f4c0d010b2002280218200020056a200820056b200228021c28020c110000450d01410121040c060b20032003410c6a3602182003200341086a36021420032003360210200341106a1058000b0340200a210c4101210441dc0021054101210a024002400240024002400240200c0e0402010500020b02400240024002402010422088a741ff01710e06050302010006050b201042ffffffff8f60834280808080308421104103210a41f50021050c070b201042ffffffff8f60834280808080208421104103210a41fb0021050c060b200e2010a7220c410274411c7176410f71220a413072200a41d7006a200a410a491b21050240200c450d002010427f7c42ffffffff0f832010428080808070838421100c050b201042ffffffff8f60834280808080108421100c040b201042ffffffff8f608321104103210a41fd0021050c040b4100210a200e21050c030b4101210a0240200b418001490d004102210a200b418010490d0041034104200b41808004491b210a0b200a20086a21050c040b201042ffffffff8f60834280808080c0008421100b4103210a0b20022802182005200228021c2802101101000d050c000b0b200820096b20076a210820062007470d000b0b2005450d0020052001460d00200520014f0d02200020056a2c000041bf7f4c0d020b410121042002280218200020056a200120056b200228021c28020c1100000d0020022802184122200228021c28021011010021040b200341206a240020040f0b20002001200520011041000b2601017f200028020022012802002001280204200028020428020020002802082802001041000b0b002000310000200110390b8b0101037f23004180016b2202240020002802002103410021000340200220006a41ff006a2003410f712204413072200441376a2004410a491b3a00002000417f6a2100200341047622030d000b024020004180016a2203418101490d002003418001103f000b200141cc88c0004102200220006a4180016a410020006b103c210020024180016a240020000b1c00200128021841ebb8c00041052001411c6a28020028020c1100000bdc0601087f20002802042102024002400240024020002802004101460d00200041086a28020022002001105d2000450d01200041186c2103200241146a2100200141086a2102200141046a21040340200041706a2802002105200041746a28020022062001105d0240024020042802002207200228020022086b2006490d00200128020021070c010b200820066a22092008490d05200741017422082009200820094b1b22084100480d050240024020070d002008102121070c010b200128020020072008102521070b2007450d042001200736020020042008360200200228020021080b2002200820066a360200200720086a2005200610d3041a2000417c6a2802002105200028020022062001105d0240024020042802002207200228020022086b2006490d00200128020021070c010b200820066a22092008490d05200741017422082009200820094b1b22084100480d050240024020070d002008102121070c010b200128020020072008102521070b2007450d042001200736020020042008360200200228020021080b2002200820066a360200200720086a2005200610d3041a200041186a2100200341686a22030d000c020b0b2000410c6a28020022002001105d2000450d00200041186c2103200241146a2100200141086a2102200141046a21040340200041706a2802002105200041746a28020022062001105d0240024020042802002207200228020022086b2006490d00200128020021070c010b200820066a22092008490d04200741017422082009200820094b1b22084100480d040240024020070d002008102121070c010b200128020020072008102521070b2007450d032001200736020020042008360200200228020021080b2002200820066a360200200720086a2005200610d3041a2000417c6a2802002105200028020022062001105d0240024020042802002207200228020022086b2006490d00200128020021070c010b200820066a22092008490d04200741017422082009200820094b1b22084100480d040240024020070d002008102121070c010b200128020020072008102521070b2007450d032001200736020020042008360200200228020021080b2002200820066a360200200720086a2005200610d3041a200041186a2100200341686a22030d000b0b0f0b102a000b102c000be10601037f0240024002402000413f4b0d0002400240200141046a280200200141086a2802002202460d00200128020021030c010b200241016a22032002490d03200241017422042003200420034b1b22044100480d030240024020020d002004102121030c010b200128020020022004102521030b2003450d0220012003360200200141046a2004360200200141086a28020021020b200141086a200241016a360200200320026a20004102743a00000f0b0240200041808001490d0002402000418080808004490d0002400240200141046a280200200141086a2802002202460d00200128020021030c010b200241016a22032002490d04200241017422042003200420034b1b22044100480d040240024020020d002004102121030c010b200128020020022004102521030b2003450d0320012003360200200141046a2004360200200141086a28020021020b200141086a2204200241016a360200200320026a41033a000002400240200141046a2802002203200428020022026b4104490d00200128020021030c010b200241046a22042002490d04200341017422022004200220044b1b22024100480d040240024020030d002002102121030c010b200128020020032002102521030b2003450d0320012003360200200141046a2002360200200141086a28020021020b200141086a200241046a360200200320026a20003600000f0b02400240200141046a2802002203200141086a28020022026b4104490d00200128020021030c010b200241046a22042002490d03200341017422022004200220044b1b22024100480d030240024020030d002002102121030c010b200128020020032002102521030b2003450d0220012003360200200141046a2002360200200141086a28020021020b200141086a200241046a360200200320026a20004102744102723600000f0b02400240200141046a2802002203200141086a28020022026b4102490d00200128020021030c010b200241026a22042002490d02200341017422022004200220044b1b22024100480d020240024020030d002002102121030c010b200128020020032002102521030b2003450d0120012003360200200141046a2002360200200141086a28020021020b200141086a200241026a360200200320026a20004102744101723b00000f0b102a000b102c000bf20301087f20002802042102024002400240024020002802004101460d00200041086a28020022002001105d20004103742200450d01200220006a2103200141086a2104034020022802002105200241046a28020022002001105d02400240200141046a22062802002207200428020022086b2000490d00200128020021070c010b200820006a22092008490d05200741017422082009200820094b1b22084100480d050240024020070d002008102121070c010b200128020020072008102521070b2007450d042001200736020020062008360200200428020021080b2004200820006a360200200720086a2005200010d3041a200241086a22022003470d000c020b0b2000410c6a28020022002001105d20004103742200450d00200220006a2103200141086a2104034020022802002105200241046a28020022002001105d02400240200141046a22062802002207200428020022086b2000490d00200128020021070c010b200820006a22092008490d04200741017422082009200820094b1b22084100480d040240024020070d002008102121070c010b200128020020072008102521070b2007450d032001200736020020062008360200200428020021080b2004200820006a360200200720086a2005200010d3041a200241086a22022003470d000b0b0f0b102a000b102c000bbb18010a7f230041106b2203240020012002105d0240024002402001450d00200141d8006c2104410021050340200020056a220641046a2802002107200641086a28020022082002105d02400240200241046a2209280200220a200241086a2201280200220b6b2008490d002002280200210a0c010b200b20086a220c200b490d04200a410174220b200c200b200c4b1b220b4100480d0402400240200a0d00200b1021210a0c010b2002280200200a200b1025210a0b200a450d032002200a3602002009200b3602002001280200210b0b2001200b20086a360200200a200b6a2007200810d3041a200641d4006a2d0000210a02400240200928020020012802002208460d002002280200210b0c010b200841016a220b2008490d0420084101742207200b2007200b4b1b22074100480d040240024020080d0020071021210b0c010b2002280200200820071025210b0b200b450d032002200b36020020092007360200200128020021080b2001200841016a360200200b20086a200a3a000002402006410c6a2d0000220841024b0d0002400240024020080e03000102000b02400240200928020020012802002208460d002002280200210b0c010b200841016a220b2008490d072008410174220a200b200a200b4b1b220a4100480d070240024020080d00200a1021210b0c010b20022802002008200a1025210b0b200b450d062002200b3602002009200a360200200128020021080b2001200841016a360200200b20086a41003a0000200641146a2802002107200641186a28020022082002105d024002402009280200220a2001280200220b6b2008490d002002280200210a0c010b200b20086a220c200b490d07200a410174220b200c200b200c4b1b220b4100480d0702400240200a0d00200b1021210a0c010b2002280200200a200b1025210a0b200a450d062002200a3602002009200b3602002001280200210b0b2001200b20086a360200200a200b6a2007200810d3041a0c020b02400240200928020020012802002208460d002002280200210b0c010b200841016a220b2008490d062008410174220a200b200a200b4b1b220a4100480d060240024020080d00200a1021210b0c010b20022802002008200a1025210b0b200b450d052002200b3602002009200a360200200128020021080b2001200841016a360200200b20086a41013a000002402006410d6a2d0000220841054b0d004100210a02400240024002400240024020080e06050001020304050b4101210a0c040b4102210a0c030b4103210a0c020b4104210a0c010b4105210a0b02400240200928020020012802002208460d002002280200210b0c010b200841016a220b2008490d0720084101742207200b2007200b4b1b22074100480d070240024020080d0020071021210b0c010b2002280200200820071025210b0b200b450d062002200b36020020092007360200200128020021080b2001200841016a360200200b20086a200a3a00000b200641146a2802002107200641186a28020022082002105d024002402009280200220a2001280200220b6b2008490d002002280200210a0c010b200b20086a220c200b490d06200a410174220b200c200b200c4b1b220b4100480d0602400240200a0d00200b1021210a0c010b2002280200200a200b1025210a0b200a450d052002200a3602002009200b3602002001280200210b0b2001200b20086a360200200a200b6a2007200810d3041a200641206a2802002107200641246a28020022082002105d024002402009280200220a2001280200220b6b2008490d002002280200210a0c010b200b20086a220c200b490d06200a410174220b200c200b200c4b1b220b4100480d0602400240200a0d00200b1021210a0c010b2002280200200a200b1025210a0b200a450d052002200a3602002009200b3602002001280200210b0b2001200b20086a360200200a200b6a2007200810d3041a2006410e6a2d0000210a02400240200928020020012802002208460d002002280200210b0c010b200841016a220b2008490d0620084101742207200b2007200b4b1b22074100480d060240024020080d0020071021210b0c010b2002280200200820071025210b0b200b450d052002200b36020020092007360200200128020021080b2001200841016a360200200b20086a200a3a00000c010b02400240200928020020012802002208460d002002280200210b0c010b200841016a220b2008490d052008410174220a200b200a200b4b1b220a4100480d050240024020080d00200a1021210b0c010b20022802002008200a1025210b0b200b450d042002200b3602002009200a360200200128020021080b2001200841016a360200200b20086a41023a000002402006410d6a2d0000220841054b0d004100210a02400240024002400240024020080e06050001020304050b4101210a0c040b4102210a0c030b4103210a0c020b4104210a0c010b4105210a0b02400240200928020020012802002208460d002002280200210b0c010b200841016a220b2008490d0620084101742207200b2007200b4b1b22074100480d060240024020080d0020071021210b0c010b2002280200200820071025210b0b200b450d052002200b36020020092007360200200128020021080b2001200841016a360200200b20086a200a3a00000b200641146a2802002107200641186a28020022082002105d024002402009280200220a2001280200220b6b2008490d002002280200210a0c010b200b20086a220c200b490d05200a410174220b200c200b200c4b1b220b4100480d0502400240200a0d00200b1021210a0c010b2002280200200a200b1025210a0b200a450d042002200a3602002009200b3602002001280200210b0b2001200b20086a360200200a200b6a2007200810d3041a200641206a2802002107200641246a28020022082002105d024002402009280200220a2001280200220b6b2008490d002002280200210a0c010b200b20086a220c200b490d05200a410174220b200c200b200c4b1b220b4100480d0502400240200a0d00200b1021210a0c010b2002280200200a200b1025210a0b200a450d042002200a3602002009200b3602002001280200210b0b2001200b20086a360200200a200b6a2007200810d3041a2006412c6a2802002107200641306a28020022082002105d024002402009280200220a2001280200220b6b2008490d002002280200210a0c010b200b20086a220c200b490d05200a410174220b200c200b200c4b1b220b4100480d0502400240200a0d00200b1021210a0c010b2002280200200a200b1025210a0b200a450d042002200a3602002009200b3602002001280200210b0b2001200b20086a360200200a200b6a2007200810d3041a2006410e6a2d0000220841054b0d004100210a02400240024002400240024020080e06050001020304050b4101210a0c040b4102210a0c030b4103210a0c020b4104210a0c010b4105210a0b02400240200928020020012802002208460d002002280200210b0c010b200841016a220b2008490d0520084101742207200b2007200b4b1b22074100480d050240024020080d0020071021210b0c010b2002280200200820071025210b0b200b450d042002200b36020020092007360200200128020021080b2001200841016a360200200b20086a200a3a00000b02400240200641346a2802004101460d002003200641386a2802002006413c6a28020028020c11020020032802002107200328020822082002105d024002402009280200220a2001280200220b6b2008490d002002280200210a0c010b200b20086a220c200b490d06200a410174220b200c200b200c4b1b220b4100480d0602400240200a0d00200b1021210a0c010b2002280200200a200b1025210a0b200a450d052002200a3602002009200b3602002001280200210b0b2001200b20086a360200200a200b6a2007200810d3041a2003280204450d01200710230c010b200641386a2802002107200641c0006a28020022082002105d024002402009280200220a2001280200220b6b2008490d002002280200210a0c010b200b20086a220c200b490d05200a410174220b200c200b200c4b1b220b4100480d0502400240200a0d00200b1021210a0c010b2002280200200a200b1025210a0b200a450d042002200a3602002009200b3602002001280200210b0b2001200b20086a360200200a200b6a2007200810d3041a0b200641c4006a2002105e2004200541d8006a2205470d000b0b200341106a24000f0b102a000b102c000b040041010bb60101017f230041c0006b2202240020024100360210200242013703082002410836021c20022001410c6a3602202002200241206a3602182002200241086a3602242002413c6a41013602002002420137022c200241accbc6003602282002200241186a360238200241246a41a4aec000200241286a10301a20012d0000417f6a41ff0171200141046a290200200235021042208620023502088410000240200228020c450d00200228020810230b200241c0006a24000b6901037f230041206b220224002001411c6a280200210320012802182104200241086a41106a2000280200220141106a290200370300200241086a41086a200141086a2902003703002002200129020037030820042003200241086a10302101200241206a240020010bbc0101037f02400240024002402000280200220041046a2802002203200041086a28020022046b2002490d00200028020021030c010b200420026a22052004490d02200341017422042005200420054b1b22044100480d020240024020030d002004102121030c010b200028020020032004102521030b2003450d0120002003360200200041046a2004360200200041086a28020021040b200041086a200420026a360200200320046a2001200210d3041a41000f0b102a000b102c000b6301017f230041206b2202240020022000280200360204200241086a41106a200141106a290200370300200241086a41086a200141086a29020037030020022001290200370308200241046a41a4aec000200241086a10302101200241206a240020010b040041000b02000b02000bf00101067f2001280204210202400240024003402001280200220341086a210420032f01062205410374210141002106024003402001450d014192b8c0002004410810d5042207450d03200141786a2101200641016a2106200441086a21042007417f4a0d000b2006417f6a21050b02402002450d002002417f6a2102200320054102746a41e4016a21010c010b0b2000419ab8c000360204200041086a41283602000c010b200341e0006a2006410c6c6a220128020841074b0d01200041c2b8c000360204200041086a41293602000b200041013602000f0b200041086a2001280200290000370300200041003602000bd40201027f0240024002402002450d002002417f6a2104024020012d0000220241037122054103460d000240024020050e03040001040b2004450d0220012d0001410874200272220241ffff0371418002490d02200241fcff037141027621020c040b20044103490d0120012f0001200141036a2d000041107472410874200272220241808004490d01200241027621020c030b200241034b0d0020044104490d002001280001220241ffffffff034b0d020b200041013602000f0b200241027621020b0240200220036a220120024f0d00200041013602000f0b41012103410121050240200241c000490d0041022105200241808001490d00410441052002418080808004491b21050b0240200141c000490d0041022103200141808001490d00410441052001418080808004491b21030b20002001360204200041003602002000410c6a2003360200200041086a20053602000bdd2e03077f027e017f230041306b2202240020024100360218200242013703102001280210210302400240410410212204450d0020024284808080c000370214200220043602102004200336000020012d0038210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d0039210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d003a210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d003b210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d003c210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d003d210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d003e210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d003f210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d0040210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d0041210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d0042210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d0043210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d0044210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d0045210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d0046210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d0047210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d0048210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d0049210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d004a210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d004b210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d004c210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d004d210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d004e210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d004f210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d0050210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d0051210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d0052210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d0053210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d0054210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d0055210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d0056210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a000020012d0057210502400240200228021420022802182204460d00200228021021030c010b200441016a22032004490d02200441017422062003200620034b1b22064100480d020240024020040d002006102121030c010b200228021020042006102521030b2003450d0120022006360214200220033602100b2002200441016a360218200320046a20053a0000200141d8006a2107410021030340200720036a2d0000210602400240200228021420022802182204460d00200228021021050c010b200441016a22052004490d03200441017422082005200820054b1b22084100480d030240024020040d002008102121050c010b200228021020042008102521050b2005450d0220022008360214200220053602100b2002200441016a360218200520046a20063a0000200341016a220341c000470d000b200128021421062001411c6a2802002204200241106a105d0240024020022802142205200228021822036b2004490d00200228021021050c010b200320046a22082003490d02200541017422072008200720084b1b22084100480d020240024020050d002008102121050c010b200228021020052008102521050b2005450d0120022008360214200220053602100b2002200320046a360218200520036a2006200410d3041a20012802202103200141286a2802002204200241106a105d02402004450d002003200441246c6a21070340200328020021060240024020022802142205200228021822046b4104490d00200228021021050c010b200441046a22082004490d04200541017422042008200420084b1b22044100480d040240024020050d002004102121050c010b200228021020052004102521050b2005450d032002200436021420022005360210200228021821040b2002200441046a360218200520046a20063600002002200241106a36020c200341046a2002410c6a106b200341246a22032007470d000b0b200141086a29030021092001290300210a0240024020022802142203200228021822046b4110490d00200228021021030c010b200441106a22052004490d02200341017422042005200420054b1b22044100480d020240024020030d002004102121030c010b200228021020032004102521030b2003450d012002200436021420022003360210200228021821040b200320046a220320093700082003200a3700002002200441106a3602182002200241106a36020c20014198016a2002410c6a106b200128022c2104200141346a2802002203200241106a105d02402003450d0020034104742108034002402004410c6a2d000022034103714103460d004100210602400240024020030e03020001020b410121060c010b410221060b02400240200228021420022802182203460d00200228021021050c010b200341016a22052003490d05200341017422072005200720054b1b22074100480d050240024020030d002007102121050c010b200228021020032007102521050b2005450d042002200736021420022005360210200228021821030b2002200341016a360218200520036a20063a00000b20042802002107200441086a2802002203200241106a105d0240024020022802142206200228021822056b2003490d00200228021021060c010b200520036a220b2005490d0420064101742205200b2005200b4b1b22054100480d040240024020060d002005102121060c010b200228021020062005102521060b2006450d032002200536021420022006360210200228021821050b200441106a21042002200520036a360218200620056a2007200310d3041a200841706a22080d000b0b2002200241106a36020c200141b8016a2002410c6a106b20022802142103200241106a41186a2205200235021842208620022802102201ad841001220441186a290000370300200241106a41106a2206200441106a290000370300200241106a41086a2208200441086a2900003703002002200429000037031020041023200041186a2005290300370000200041106a2006290300370000200041086a20082903003700002000200229031037000002402003450d00200110230b200241306a24000f0b102a000b102c000b920501037f20002d0000210202400240410110212203450d00200320023a000020002d0001210220034101410210252203450d00200320023a000120002d0002210220034102410410252203450d00200320023a0002200320002d00033a000320002d0004210220034104410810252203450d00200320023a0004200320002d00053a0005200320002d00063a0006200320002d00073a000720002d0008210220034108411010252203450d00200320023a0008200320002d00093a0009200320002d000a3a000a200320002d000b3a000b200320002d000c3a000c200320002d000d3a000d200320002d000e3a000e200320002d000f3a000f20002d0010210220034110412010252203450d00200320023a0010200320002d00113a0011200320002d00123a0012200320002d00133a0013200320002d00143a0014200320002d00153a0015200320002d00163a0016200320002d00173a0017200320002d00183a0018200320002d00193a0019200320002d001a3a001a200320002d001b3a001b200320002d001c3a001c200320002d001d3a001d200320002d001e3a001e200320002d001f3a001f024002402001280200220041046a2802002202200041086a28020022016b4120490d00200028020021020c010b200141206a22042001490d02200241017422012004200120044b1b22014100480d020240024020020d002001102121020c010b200028020020022001102521020b2002450d0120002002360200200041046a2001360200200041086a28020021010b200041086a200141206a360200200220016a220041186a200341186a290000370000200041106a200341106a290000370000200041086a200341086a29000037000020002003290000370000200310230f0b102a000b102c000b800201077f230041106b2202240002400240024020012802042203450d00200128020022042d0000210520012003417f6a22063602042001200441016a3602002006450d0020042d0001210720012003417e6a22063602042001200441026a3602002006450d0020042d0002210820012003417d6a22063602042001200441036a3602002006450d0020042d0003210620012003417c6a3602042001200441046a36020020022001106d2002280200450d01200020022903003702042000410c6a200241086a280200360200200020074108742005722008411074722006411874723602000c020b200041003602040c010b200041003602040b200241106a24000be70101047f230041106b22022400200241086a2001106f024002400240024020022802080d0002402001280204200228020c22034f0d00200041003602000c020b2003417f4c0d02024002400240024020030d00410121040c010b200310272204450d0120012802042003490d0220042001280200200310d3041a200128020422052003490d062001200520036b3602042001200128020020036a3602000b2000200336020420002004360200200041086a20033602000c030b102a000b20004100360200200410230c010b200041003602000b200241106a24000f0b1031000b20032005103f000ba205020c7f047e230041f0006b2202240020022001106f024002400240024020022802000d00200128020441286e220341286c2204417f4c0d02200228020421050240024020040d00410821060c010b200410212206450d040b02402005450d00410021070340200241003a00682007220841016a210720012802042109417f210a410021040240024002400240034020092004460d01200241c8006a20046a2001280200220b2d00003a000020012009200a6a3602042001200b41016a3602002002200441016a220c3a0068200a417f6a210a200c2104200c4120470d000b200241286a41186a2204200241c8006a41186a290300370300200241286a41106a220a200241c8006a41106a290300370300200241286a41086a220d200241c8006a41086a290300370300200220022903483703282009200c6b220c4108490d01200b290001210e2001200b41096a3602002001200c41786a360204200241086a41086a220c200d290300370300200241086a41106a2209200a290300370300200241086a41186a220a20042903003703002002200229032837030820032008470d030240200841017422042007200420074b1b2203ad42287e220f422088a70d00200fa7220441004e0d030b102c000b200441ff0171450d00200241003a00680b200041003602002003450d05200610230c050b0240024020080d002004102121060c010b2006200841286c2004102521060b2006450d060b2006200841286c6a22042002290308370300200c290300210f20092903002110200a29030021112004200e370320200441186a2011370300200441106a2010370300200441086a200f37030020072005470d000b0b2000200336020420002006360200200041086a20053602000c010b200041003602000b200241f0006a24000f0b1031000b102a000bcf0201067f0240024020012802042202450d00200128020022032d0000210420012002417f6a2205360204410121062001200341016a3602000240200441037122074103460d0002400240024020070e03000102000b20044102762107410021060c040b41012106024020050d000c040b20032d0001210520012002417e6a3602042001200341026a3602002005410874200472220141ffff0371418002490d03200141fcff03714102762107410021060c030b20054103490d01200341036a2d0000210620032f0001210720012002417c6a3602042001200341046a3602002007200641107472410874200472220141808004492106200141027621070c020b0240200441034d0d000c020b20054104490d012003280001210720012002417b6a3602042001200341056a36020020074180808080044921060c010b410121060b20002007360204200020063602000bcf0203037f017e027f230041106b2202240002400240410110212203450d00200242818080801037020420022003360200200320002d00003a0000200028020422002802002103200028020822002002105d02402000450d002003200041286c6a21040340200320021071200341206a29030021050240024020022802042206200228020822006b4108490d00200228020021060c010b200041086a22072000490d04200641017422002007200020074b1b22004100480d040240024020060d002000102121060c010b200228020020062000102521060b2006450d032002200036020420022006360200200228020821000b2002200041086a360208200620006a20053700002004200341286a2203470d000b0b200228020421002001290200200235020842208620022802002203ad84100202402000450d00200310230b200241106a24000f0b102a000b102c000bdb2601067f20002d000021020240024002400240200141046a2203280200200141086a22042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0001210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0002210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0003210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0004210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0005210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0006210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0007210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0008210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0009210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d000a210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d000b210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d000c210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d000d210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d000e210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d000f210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0010210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0011210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0012210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0013210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0014210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0015210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0016210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0017210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0018210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0019210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d001a210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d001b210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d001c210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d001d210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d001e210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d001f210502400240200328020020042802002200460d00200128020021030c010b200041016a22032000490d02200041017422062003200620034b1b22064100480d020240024020000d002006102121030c010b200128020020002006102521030b2003450d0120012003360200200141046a2006360200200141086a28020021000b2004200041016a360200200320006a20053a00000f0b102a000b102c000bcf0101067f024002402000280208220141ffffff3f712001470d0020014105742202417f4c0d00200028020021030240024020020d00410121040c010b200210212204450d020b024020010d0041000f0b20014105742105410021000340200420006a2202200320006a2206290000370000200241186a200641186a290000370000200241106a200641106a290000370000200241086a200641086a2900003700002005200041206a2200470d000b2001410574410575210002402001450d00200410230b20000f0b1031000b102a000b890e01057f024002402000280200220141174b0d000240024002400240024002400240024002400240024002400240024020010e18000f0f0f0f01020f030f04050f060708090a0b0f0f0c0f0d000b0240200041086a280200220141064b0d00024002400240024020010e0713130013010203130b200041106a280200450d122000410c6a28020010230f0b200041106a280200450d112000410c6a28020010230f0b0240200041146a2802002202450d002000410c6a2802002101200241186c210203400240200141046a280200450d00200128020010230b0240200141106a280200450d002001410c6a28020010230b200141186a2101200241686a22020d000b0b200041106a280200450d10200028020c10230f0b0240200041146a2802002202450d002000410c6a28020021012002410c6c210203400240200141046a280200450d00200128020010230b2001410c6a2101200241746a22020d000b0b200041106a280200450d0f200028020c10230f0b200041106a280200450d0e2000410c6a28020010230f0b02402000410c6a2802002201450d0020002802042203200141f0006c6a2104034002402003410c6a2802002202450d0020032802042101200241246c210203400240024020012d0000220541034b0d0002400240024020050e0404000102040b2001410c6a280200450d03200141086a28020010230c030b2001410c6a280200450d02200141086a28020010230c020b2001410c6a280200450d01200141086a28020010230c010b200141086a280200450d00200141046a28020010230b200141246a21012002415c6a22020d000b0b200341f0006a21010240200341086a280200450d00200328020410230b2001210320012004470d000b0b200041086a280200450d0d200028020410230f0b0240200041086a2d00002201410f4b0d00410120017441bfbf03710d0d024020014106470d00200041106a280200450d0e2000410c6a28020010230f0b200041106a280200450d0d2000410c6a28020010230f0b200041146a280200450d0c200041106a28020010230f0b200041086a280200450d0b200028020410230f0b200041086a280200450d0a200028020410230f0b02402000410c6a280200450d00200041086a28020010230b02402000411c6a2802002202450d00200041146a28020021012002410c6c210203400240200141046a280200450d00200128020010230b2001410c6a2101200241746a22020d000b0b200041186a280200450d09200028021410230f0b02402000280204220141024b0d00024020010e030a000a0a0b200041086a22012802001073200128020010230f0b2000412c6a22012802001073200128020010230f0b200041086a2d0000416d6a220141014b0d070240024020010e020001000b200041106a280200450d082000410c6a28020010230f0b200041106a280200450d072000410c6a28020010230f0b20002d0004417f6a220141024b0d0602400240024020010e03000102000b2000410c6a280200450d08200041086a28020010230f0b200041086a22012802001073200128020010230f0b2000410c6a22012802001073200128020010230f0b20002d0004417f6a220141024b0d0502400240024020010e03000102000b2000410c6a280200450d07200041086a28020010230f0b200041086a22012802001073200128020010230f0b2000410c6a22012802001073200128020010230f0b200041086a2802004101470d04200041106a280200450d042000410c6a28020010230f0b20002d00044104470d032000410c6a280200450d03200041086a28020010230f0b02402000410c6a2802002201450d0020002802042205200141f0016c6a210303400240200541186a280200450d00200528021410230b0240200541246a280200450d00200528022010230b0240200541346a2802002202450d00200528022c21012002410474210203400240200141046a280200450d00200128020010230b200141106a2101200241706a22020d000b0b0240200541306a280200450d00200528022c10230b0240200541dc016a280200450d0020052802d80110230b200541f0016a2101200541e8016a410036020020052802e4012102200541013602e4010240200541ec016a280200450d00200210230b2001210520012003470d000b0b200041086a280200450d02200028020410230f0b200041086a2d000022014105490d01024020014105470d00200041386a280200450d02200041346a28020010230c020b200041146a280200450d01200041106a28020010230f0b20002d0004417f6a220141034b0d000240024020010e0400020201000b0240200041106a280200450d002000410c6a28020010230b2000411c6a280200450d01200041186a28020010230f0b02402000410c6a280200450d00200041086a28020010230b200041186a280200450d00200041146a28020010230f0b0be40201087f230041106b220224002000280200210320002802082100200241003602082002420137030020002002105d0240024002402000450d0020032000410c6c6a2104034020032802002105200328020822002002105d02402000450d002005200041246c6a21060340200528020021070240024020022802042208200228020822006b4104490d00200228020021080c010b200041046a22092000490d06200841017422002009200020094b1b22004100480d060240024020080d002000102121080c010b200228020020082000102521080b2008450d052002200036020420022008360200200228020821000b2002200041046a360208200820006a2007360000200541046a20021071200541246a22052006470d000b0b2003410c6a22032004470d000b0b200228020421002001290200200235020842208620022802002205ad84100202402000450d00200510230b200241106a24000f0b102a000b102c000ba00201047f02400240024002400240200041086a28020022032001490d002003200041046a280200460d01200341016a2104200028020021050c020b418cb9c000411e41b096c500102d000b200341016a22042003490d02200341017422052004200520044b1b220641ffffff3f712006470d02200641057422054100480d020240024020030d002005102121050c010b200028020020034105742005102521050b2005450d0120002005360200200041046a20063602000b200520014105746a220541206a2005200320016b41057410d4041a200541186a200241186a290000370000200541106a200241106a290000370000200541086a200241086a29000037000020052002290000370000200041086a20043602000f0b102a000b102c000bbd0101047f230041106b220224002000280208210320002802002100410121042001280218418aaec00041012001411c6a28020028020c1100002105200241003a0005200220053a00042002200136020002402003450d0003402002200036020c20022002410c6a41e093c50010551a200041016a21002003417f6a22030d000b20022d000421050b0240200541ff01710d00200228020022002802184189aec00041012000411c6a28020028020c11000021040b200241106a240020040bf70405027f017e0a7f037e037f230041206b220224000240024020012802082203ad42d0007e2204422088a70d002004a72205417f4c0d00200128020021060240024020050d00410821070c010b200510212207450d020b0240024020030d00410021080c010b2006200341d0006c6a2109410021082007210a0340200241186a220b200641186a290300370300200241106a220c200641106a290300370300200241086a220d200641086a29030037030020022006290300370300200641c8006a280200220ead42307e2204422088a70d022004a72205417f4c0d02200641386a2903002104200641306a290300210f200641286a2903002110200641c0006a2802002101200629032021110240024020050d00410821120c010b200510212212450d040b200641d0006a210602400240200e0d00410021130c010b2001200e41306c6a211441002113201221050340200520012903003703002005200141086a290300370308200541106a200141106a290300370300200541186a200141186a290300370300200541206a200141206a290300370300200541286a200141286a290300370300200541306a2105201341016a2113200141306a22012014470d000b0b200a2011370320200a2002290300370300200a41386a2004370300200a41306a200f370300200a41286a2010370300200a41c8006a2013360200200a41c4006a200e360200200a41c0006a2012360200200a41186a200b290300370300200a41106a200c290300370300200a41086a200d290300370300200841016a2108200a41d0006a210a20062009470d000b0b200020083602082000200336020420002007360200200241206a24000f0b1031000b102a000bdd02010b7f230041106b22022400024002402001280208220341ffffffff00712003470d0020034104742204417f4c0d00200128020021050240024020040d00410421060c010b200410212206450d020b0240024020030d00410021070c010b20034104742108410021072002410f6a21092006210103404102210a0240024002402005410c6a2d00004103710e03000102000b4100210a0c010b4101210a0b200541086a2802002204417f4c0d022005280200210b0240024020040d004101210c0c010b20041021220c450d040b200541106a2105200c200b200410d304210b2001410c6a200a3a0000200141086a2004360200200141046a20043602002001200b3602002001410d6a20022f000d3b00002001410f6a20092d00003a0000200141106a2101200741016a2107200841706a22080d000b0b200020073602082000200336020420002006360200200241106a24000f0b1031000b102a000be90201037f024020002802082201450d002000280200220020014198016c6a21020340024020002d0000417c6a220141084b0d000240024002400240024020010e09000501020503050504000b200041086a280200450d04200041046a28020010230c040b200041046a2802000d032000410c6a280200450d03200041086a28020010230c030b200041046a2d00004102490d020240200041106a2802002201450d00200141d0006c2103200041086a28020041c0006a210103400240200141046a280200450d00200128020010230b200141d0006a2101200341b07f6a22030d000b0b2000410c6a280200450d02200028020810230c020b200041086a2d00004101470d01200041146a280200450d01200041106a28020010230c010b200041046a2d00000d002000410c6a280200450d00200041086a28020010230b20004198016a210102402000418c016a280200450d0020002802880110230b2001210020012002470d000b0b0b810201037f024020002802082201450d0020002802002202200141f0016c6a210303400240200241186a280200450d00200228021410230b0240200241246a280200450d00200228022010230b0240200241346a2802002201450d00200228022c21002001410474210103400240200041046a280200450d00200028020010230b200041106a2100200141706a22010d000b0b0240200241306a280200450d00200228022c10230b0240200241dc016a280200450d0020022802d80110230b200241f0016a2100200241e8016a410036020020022802e4012101200241013602e4010240200241ec016a280200450d00200110230b2000210220002003470d000b0b0be802010b7f230041106b22022400200241086a2001106f024002400240024020022802080d0020012802042203417c712204417f4c0d02200228020c210502400240200341027622060d00410421070c010b200410212207450d040b02402005450d0041002108410021094100210403400240024002402001280204220a4104490d00200441016a21032001280200220b280000210c2001200a417c6a3602042001200b41046a36020020042006470d02024020082003200820034b1b220641ffffffff03712006470d002006410274220a41004e0d020b102c000b200041003602002006450d05200710230c050b0240024020040d00200a102121070c010b20072009200a102521070b2007450d060b200720096a200c360200200841026a2108200941046a21092003210420052003470d000b0b2000200636020420002007360200200041086a20053602000c010b200041003602000b200241106a24000f0b1031000b102a000b960303087f017e017f230041a0056b22022400200241086a2001106f0240024002400240024020022802080d00200128020441c8026e220341c8026c2204417f4c0d02200228020c21050240024020040d00410821060c010b200410212206450d040b024002402005450d004100210741002104410021080340200241d8026a2001107d20022903c0034203510d02200841016a2109200241106a200241d8026a41c80210d3041a024020082003470d0020072009200720094b1b2203ad42c8027e220a422088a70d08200aa7220b4100480d080240024020080d00200b102121060c010b20062004200b102521060b2006450d070b200620046a200241106a41c80210d3041a200741026a2107200441c8026a21042009210820052009470d000b0b2000200336020420002006360200200041086a20053602000c020b2000410036020002402008450d0020064198016a2109034020091073200941c8026a2109200441b87d6a22040d000b0b2003450d01200610230c010b200041003602000b200241a0056a24000f0b1031000b102a000b102c000bca1104047f017e037f047e230041d0056b22022400200241206a2001106f02400240024002400240024020022802200d0020012802042203450d01200128020022042d0000210520012003417f6a3602042001200441016a36020002400240200541ff00714104470d0020054118744118754100480d01420221060c060b200042033703680c060b200241e0036a200110970220022d00e0034102460d02200241b8036a41206a200241e0036a41206a280200360200200241b8036a41186a200241e0036a41186a290300370300200241b8036a41106a200241e0036a41106a290300370300200241b8036a41086a200241e0036a41086a290300370300200220022903e0033703b80320012802042205450d02200128020022042d0000210320012005417f6a3602042001200441016a360200200341024b0d02024002400240024020030e03000102000b41002103200241003a00c0022005417f6a2107417e21080340024020072003470d00200341ff0171450d07200241003a00c0020c070b20024180026a20036a200420036a220941016a2d00003a00002001200520086a3602042001200941026a3602002002200341016a22093a00c0022008417f6a210820092103200941c000470d000b20024190056a41386a20024180026a41386a290300220637030020024190056a41306a20024180026a41306a290300220a37030020024190056a41286a20024180026a41286a290300220b37030020024190056a41206a20024180026a41206a290300220c37030020024190056a41186a20024180026a41186a290300220d370300200241c8046a41086a20024180026a41086a290300370300200241c8046a41106a20024180026a41106a290300370300200241c8046a41186a200d370300200241c8046a41206a200c370300200241c8046a41286a200b370300200241c8046a41306a200a370300200241c8046a41386a200637030020022002290380023703c8042009417f7320056a2105200420096a41016a2104410021030c020b41002103200241003a00c0022005417f6a2107417e21080340024020072003470d00200341ff0171450d06200241003a00c002420221060c070b20024180026a20036a200420036a220941016a2d00003a00002001200520086a3602042001200941026a3602002002200341016a22093a00c0022008417f6a210820092103200941c000470d000b20024190056a41386a20024180026a41386a290300220637030020024190056a41306a20024180026a41306a290300220a37030020024190056a41286a20024180026a41286a290300220b37030020024190056a41206a20024180026a41206a290300220c37030020024190056a41186a20024180026a41186a290300220d370300200241c8046a41086a20024180026a41086a290300370300200241c8046a41106a20024180026a41106a290300370300200241c8046a41186a200d370300200241c8046a41206a200c370300200241c8046a41286a200b370300200241c8046a41306a200a370300200241c8046a41386a200637030020022002290380023703c8042009417f7320056a210541012103200420096a41016a21040c010b41002103200241003a00c1022005417f6a2107417e21080340024020072003470d00200341ff0171450d05200241003a00c102420221060c060b20024180026a20036a200420036a220941016a2d00003a00002001200520086a3602042001200941026a3602002002200341016a22093a00c1022008417f6a210820092103200941c100470d000b200241c8046a20024180026a41c10010d3041a2009417f7320056a2105200420096a41016a2104410221030b20024187046a200241c8046a41c10010d3041a2005450d022004310000210b20012005417f6a22083602042001200441016a36020002400240200b50450d00420021060c010b2008450d032004310001210c20012005417e6a3602042001200441026a3602004202200b420f8386220a4204540d0342012106200c420886200b84420488200a420c88220b4201200b4201561b7e220b200a5a0d030b200241186a2001106f20022802180d02200228021c2105200220011098022002290300a70d02200241106a290300210d2002290308210c20024190056a41206a200241b8036a41206a28020036020020024190056a41186a200241b8036a41186a29030037030020024190056a41106a200241b8036a41106a29030037030020024190056a41086a200241b8036a41086a290300370300200220022903b8033703900520024180026a20024187046a41c10010d3041a200220022f01b6033b01fe010c030b200042033703680c040b200042033703680c030b420221060b200241d8016a41086a220420024190056a41086a290300370300200241d8016a41106a220820024190056a41106a290300370300200241d8016a41186a220920024190056a41186a290300370300200241d8016a41206a220720024190056a41206a28020036020020022002290390053703d80120024197016a20024180026a41c10010d3041a200220022f01fe013b019401024020064202520d00200042033703680c020b200241f0006a41206a2007280200360200200241f0006a41186a2009290300370300200241f0006a41106a2008290300370300200241f0006a41086a2004290300370300200220022903d8013703702002412f6a20024197016a41c10010d3041a200220022f0194013b012c0b20024180026a200110960202402002280280024119460d0020002002290370370300200020033a0024200041206a200241f0006a41206a280200360200200041186a200241f0006a41186a290300370300200041106a200241f0006a41106a290300370300200041086a200241f0006a41086a290300370300200041256a2002412f6a41c10010d3041a200020022f012c3b016620004188016a200d37030020004180016a200c37030020004190016a2005360200200041f8006a200b3703002000200a3703702000200637036820004198016a20024180026a41b00110d3041a0c010b200042033703680b200241d0056a24000b990b03117f017e037f23004180016b2202240020022001106f02400240024002400240024020022802000d00200128020441246e220341246c2204417f4c0d01200228020421050240024020040d00410421060c010b200410212206450d030b0240024020050d00410021040c010b200241286a411c6a2107200241d8006a4104722108200241db006a2109200241336a210a200241c8006a410172220b41076a210c4100210d4100210e03402001280204220f450d06200128020022102d000021042001200f417f6a22113602042001201041016a360200200441064b0d0602400240024002400240024020040e07040c000c020301040b41002104200241003a0078200f417e6a210f0340024020112004470d00200441ff0171450d0d200241003a00780c0d0b200241d8006a20046a201020046a221241016a2d00003a00002001200f3602042001201241026a3602002002200441016a22123a0078200f417f6a210f2012210420124120470d000b200241286a41086a200841086a290000370300200241286a41106a200841106a290000370300200241286a41186a200841186a280000360200200220082900003703282002280258210f200741026a200241c8006a41026a2d00003a0000200720022f00483b0000410021120c040b200241d8006a2001106c200228025c450d0a200241c8006a41086a200841086a28020022043602002002200829020022133703482002280258210f200941086a200436000020092013370000200220022900583703282002200241d8006a41076a29000037002f410121120c030b200241d8006a2001106c200228025c450d09200241c8006a41086a200841086a28020022043602002002200829020022133703482002280258210f200941086a200436000020092013370000200220022900583703282002200241d8006a41076a29000037002f410221120c020b200241d8006a2001106c200228025c450d08200241c8006a41086a200841086a28020022043602002002200829020022133703482002280258210f200941086a200436000020092013370000200220022900583703282002200241d8006a41076a29000037002f410321120c010b200241c8006a2001106d20022802482204450d07200a2002290258370000200a41086a200241d8006a41086a290200370000200a41106a200241d8006a41106a2802003600002002200b2900003703282002200c28000036002f41042112201441ffffff07712004411874722214210f0b200241086a41176a2210200241286a41176a290000370000200241086a41106a2211200241286a41106a290300370300200241086a41086a2215200241286a41086a290300370300200220022903283703080240200e2003470d00200341016a22042003490d06200341017422162004201620044b1b2216ad42247e2213422088a70d062013a722044100480d060240024020030d002004102121060c010b2006200341246c2004102521060b2006450d05201621030b2006200e41246c6a2204200f360001200420123a0000200420022903083700052004410d6a2015290300370000200441156a20112903003700002004411c6a2010290000370000200d41246a210d200e41016a2204210e20042005470d000b0b2000200336020420002006360200200041086a20043602000c050b200041003602000c040b1031000b102a000b102c000b200041003602000240200e450d002006210403400240024020042d0000220141034b0d0002400240024020010e0404000102040b2004410c6a280200450d03200441086a28020010230c030b2004410c6a280200450d02200441086a28020010230c020b2004410c6a280200450d01200441086a28020010230c010b200441086a280200450d00200441046a28020010230b200441246a2104200d415c6a220d0d000b0b2003450d00200610230b20024180016a24000bac04020c7f017e230041306b2202240020022001106f0240024002400240024020022802000d00200128020422034170712204417f4c0d022002280204210541042106024020034104762207450d00200410212206450d040b024002402005450d00410021084100210341002104034020012802042209450d022001280200220a2d0000210b20012009417f6a3602042001200a41016a360200200b41034f0d02200241206a2001106d2002280220450d02200441016a2109200241106a41086a220a200241206a41086a2802003602002002410c6a41026a220c2002411d6a41026a2d00003a000020022002290320370310200220022f001d3b010c024020042007470d0020082009200820094b1b220741ffffffff00712007470d082007410474220d4100480d080240024020040d00200d102121060c010b20062003200d102521060b2006450d070b200a280200210a2002290310210e200620036a2204410c6a200b3a00002004200e370200200441086a200a3602002004410d6a20022f010c3b00002004410f6a200c2d00003a0000200841026a2108200341106a21032009210420052009470d000b0b2000200736020420002006360200200041086a20053602000c020b2000410036020002402004450d002006210103400240200141046a280200450d00200128020010230b200141106a2101200341706a22030d000b0b2007450d01200610230c010b200041003602000b200241306a24000f0b1031000b102a000b102c000bd504020c7f017e230041d0006b2202240020022001106f02400240024002400240024020022802000d00200128020441246e220341246c2204417f4c0d01200228020421050240024020040d00410421060c010b200410212206450d030b02402005450d00410021070340200128020422084104490d06200741016a21092001280200220a280000210b20012008417c6a220c3602042001200a41046a36020041002104200241003a00482008417b6a210803400240200c2004470d00200441ff0171450d08200241003a00480c080b200241286a20046a200a20046a220d41046a2d00003a0000200120083602042001200d41056a3602002002200441016a220d3a00482008417f6a2108200d2104200d4120470d000b200241086a41186a2208200241286a41186a290300370300200241086a41106a220d200241286a41106a290300370300200241086a41086a220a200241286a41086a29030037030020022002290328370308024020032007470d00200741017422042009200420094b1b2203ad42247e220e422088a70d06200ea722044100480d060240024020070d002004102121060c010b2006200741246c2004102521060b2006450d050b2006200741246c6a2204200b360200200420022903083702042004410c6a200a290300370200200441146a200d2903003702002004411c6a20082903003702002009210720092005470d000b0b2000200336020420002006360200200041086a20053602000c050b200041003602000c040b1031000b102a000b102c000b200041003602002003450d00200610230b200241d0006a24000ba104010a7f230041d0006b2202240020022001106f024002400240024020022802000d00200128020422034160712204417f4c0d022002280204210502400240200341057622060d00410121070c010b200410212207450d040b02402005450d00410021080340200241003a00482008220941016a21082001280204417f6a21034100210402400240024003402003417f460d01200241286a20046a2001280200220a2d00003a0000200120033602042001200a41016a3602002002200441016a220a3a00482003417f6a2103200a2104200a4120470d000b200241086a41186a2204200241286a41186a290300370300200241086a41106a220a200241286a41106a290300370300200241086a41086a220b200241286a41086a2903003703002002200229032837030820062009470d020240200941017422032008200320084b1b220641ffffff3f712006470d002006410574220341004e0d020b102c000b0240200441ff0171450d00200241003a00480b200041003602002006450d05200710230c050b0240024020090d002003102121070c010b200720094105742003102521070b2007450d060b200720094105746a22032002290308370000200341186a2004290300370000200341106a200a290300370000200341086a200b29030037000020082005470d000b0b2000200636020420002007360200200041086a20053602000c010b200041003602000b200241d0006a24000f0b1031000b102a000b962c05267f027e0d7f077e047f230041a0086b22022400200241106a2001106f024002400240024002400240024002400240024020022802100d0002400240024002400240024002400240024002400240200128020441f0016e220341f0016c2204417f4c0d00200228021421050240024020040d00410821060c010b200410212206450d020b02402005450d00200241f8046a2107200241d8046a2108200241f8036a41206a21094100210a03402001280204220b4104490d15200a41016a210c2001280200220d280000210e2001200b417c6a220f3602042001200d41046a36020041002110200241003a00b806417b211103400240200f20102204470d00200441ff0171450d17200241003a00b8060c170b20024198066a20046a200d20046a221041046a2d00003a00002001200b20116a3602042001201041056a3602002002200441016a22103a00b8062011417f6a211120104120470d000b200241d8056a41086a221220024198066a41086a2213290300370300200241d8056a41106a221420024198066a41106a2215290300370300200241d8056a41186a221620024198066a41186a221729030037030020022002290398063703d80541002111200241003a00d806200d20106a210f2010200b6b41046a210d200b20046b417a6a210403400240200d20116a0d00201141ff0171450d17200241003a00d8060c170b20024198066a20116a200f20116a221041046a2d00003a0000200120043602042001201041056a3602002002201141016a22103a00d8062004417f6a210420102111201041c000470d000b200241e0076a41386a220f20024198066a41386a2218290300370300200241e0076a41306a221920024198066a41306a221a290300370300200241e0076a41286a221b20024198066a41286a221c290300370300200241e0076a41206a221d20024198066a41206a221e290300370300200241e0076a41186a221f2017290300370300200241e0076a41106a22202015290300370300200241e0076a41086a2221201329030037030020022002290398063703e00720024198066a2001106d2002280298062222450d1520022802a0062123200228029c06212420024198066a2001108001024020022802980622250d002024450d16202210230c160b200228029c062126200128020422104110490d1420022802a00621272001280200220b41086a2900002128200b29000021292001200b41106a3602002001201041706a220d36020441002104200241003a00b8062010416f6a211003400240200d2004470d000240200441ff0171450d00200241003a00b8060b02402026450d00202510230b2024450d17202210230c170b20024198066a20046a200b20046a221141106a2d00003a0000200120103602042001201141116a3602002002200441016a22113a00b8062010417f6a21102011210420114120470d000b200241f8056a41086a220b2013290300370300200241f8056a41106a220d2015290300370300200241f8056a41186a222a201729030037030020022002290398063703f80520024198066a2001107f0240200228029806222b0d0002402026450d00202510230b2024450d16202210230c160b20022802a006212c200228029c06212d41002110200241003a00b8062001280204417f6a210402400240024003402004417f460d0120024198066a20106a200128020022112d00003a0000200120043602042001201141016a3602002002201041016a22113a00b8062004417f6a21042011211020114120470d000b20024198056a41086a2204201329030037030020024198056a41106a2210201529030037030020024198056a41186a22112017290300370300200241f8036a41086a222e2012290300370300200241f8036a41106a222f2014290300370300200241f8036a41186a22302016290300370300200220022903980637039805200220022903d8053703f803200241a0076a41386a2214200f290300370300200241a0076a41306a22312019290300370300200241a0076a41286a2232201b290300370300200241a0076a41206a2233201d290300370300200241a0076a41186a2234201f290300370300200241a0076a41106a22352020290300370300200241a0076a41086a22362021290300370300200220022903e0073703a007200241b8056a41186a2213202a290300370300200241b8056a41106a2215200d290300370300200241b8056a41086a220d200b290300370300200220022903f8053703b805200941386a2014290300370300200941306a2031290300370300200941286a2032290300370300200941206a2033290300370300200941186a2034290300370300200941106a2035290300370300200941086a2036290300370300200920022903a007370300200820022903b805370300200841086a200d290300370300200841106a2015290300370300200841186a2013290300370300200741186a2011290300370300200741106a2010290300370300200741086a20042903003703002007200229039805370300200241d8026a200241f8036a41a00110d3041a200241086a2001106f20022802080d14200128020441c1006e221641c1006c2204417f4c0d05200228020c211220040d01410121150c020b201041ff0171450d15200241003a00b8060c150b200410212215450d040b02402012450d0041002113034020012802042210450d122001280200220b2d0000210420012010417f6a220d3602042001200b41016a3602002004417f6a220441014b0d1202400240024020040e020001000b41002104200241003a00b8042010417e6a211003400240200d2004470d00200441ff0171450d16200241003a00b8040c160b200241f8036a20046a200b20046a221141016a2d00003a0000200120103602042001201141026a3602002002200441016a22113a00b8042010417f6a211020112104201141c000470d000b2018200241f8036a41386a2903002237370300201a200241f8036a41306a2903002238370300201c200241f8036a41286a2903002239370300201e2009290300223a37030020172030290300223b3703002021202e2903003703002020202f290300370300201f203b370300201d203a370300201b203937030020192038370300200f2037370300200220022903f8033703e007410021110c010b41002104200241003a00b8042010417e6a211003400240200d2004470d00200441ff0171450d15200241003a00b8040c150b200241f8036a20046a200b20046a221141016a2d00003a0000200120103602042001201141026a3602002002200441016a22113a00b8042010417f6a211020112104201141c000470d000b2018200241f8036a41386a2903002237370300201a200241f8036a41306a2903002238370300201c200241f8036a41286a2903002239370300201e2009290300223a37030020172030290300223b3703002021202e2903003703002020202f290300370300201f203b370300201d203a370300201b203937030020192038370300200f2037370300200220022903f8033703e007410121110b201341016a21102014200f29030022373703002031201929030022383703002032201b29030022393703002033201d290300223a3703002034201f290300223b37030020352020290300223c37030020362021290300223d370300200241e0066a41086a220b203d370300200241e0066a41106a220d203c370300200241e0066a41186a222a203b370300200241e0066a41206a223e203a370300200241e0066a41286a223f2039370300200241e0066a41306a22402038370300200241e0066a41386a22412037370300200220022903e00722373703a007200220373703e006024020162013470d00201341017422042010200420104b1b2216ad42c1007e2237422088a70d0f2037a722044100480d0f0240024020130d002004102121150c010b2015201341c1006c2004102521150b2015450d060b2015201341c1006c6a220420113a0000200420022903e006370001200441096a200b290300370000200441116a200d290300370000200441196a202a290300370000200441216a203e290300370000200441296a203f290300370000200441316a2040290300370000200441396a20412903003700002010211320102012470d000b0b2015450d1120022001106f20022802000d0f024002402002280204221941076a221041037622140d004101211b0c010b20141027221b450d0420012802042014490d0f201b2001280200201410d3041a200128020422042014490d052001200420146b3602042001200128020020146a3602000b200220143602d80520104188808080024f0d052002201041787122043602f805024002400240200441ffffffff014b0d00201b410120141b210b20040d01410021110c020b200241a4066a41013602002002418c046a4102360200200242023702fc032002419c99c4003602f8032002419899c4003602a0062002410136029c06200220024198066a360288042002200241f8056a36029806200241f8036a41a891c6001037000b4101211120044109490d00200441786a41037641016a21110b200220113602e0062002200b20116a22113602a0072011200b490d062004410374210d4100210402400240201041f8ffffff017122100d004101210f410021110c010b410121110240200d41c800490d00201041786a41037641016a21110b20111021220f450d040b2002200d3602e4072002200b3602e0070240200241e0076a10830141ff017122174102460d00410021104100210403404100210b0240024020044108490d002004410376220d20046a410771220b45410374200b724108470d014101210b200d410820044107716b22134d0d00200d20136b220b410376200b410771456b41026a210b0b024002402011200b460d002011210d0c010b201141016a220d2011490d1020114101742213200d2013200d4b1b220d4100480d100240024020110d00200d1021210f0c010b200f2011200d1025210f0b200f450d070b200f200b6a41003a0000200d21110b200220103602e00620022004200441086a200441774b1b2204410376220b3602a007024002400240200b20104d0d0002400240201020044107716a22104108490d002010410771210d201041037621130c010b410021132010210d0b20024107200d6b22103a00f805201041ff017141084f0d0c4100200f20044108491b20136a210d410120104107717421102017410171450d01200d2d000020107221100c020b200241a4066a41013602002002418c046a4102360200200242023702fc03200241a093c6003602f8032002410136029c06200220024198066a360288042002200241a0076a3602a0062002200241e0066a36029806200241f8036a41a891c6001037000b200d2d00002010417f737121100b200d20103a0000200b2110200241e0076a10830141ff017122174102470d000b0b20044103762019490d0b200220193602a007201941ffffffff014b0d09201141ffffffff01712011470d0820114103742019490d0a02402014450d00201b10230b200f450d0f200241b8016a200241d8026a41a00110d3041a2022450d15200241186a200241b8016a41a00110d3041a02402003200a470d00200a4101742210200c2010200c4b1b2203ad42f0017e2237422088a70d0d2037a722104100480d0d02400240200a0d002010102121060c010b2006200a41f0016c2010102521060b2006450d040b2006200a41f0016c6a22102028370308201020293703002010202b36022c20102025360220201020223602142010200e360210201041346a202c360200201041306a202d360200201041286a2027360200201041246a20263602002010411c6a2023360200201041186a2024360200201041386a200241186a41a00110d3041a201041e8016a2011ad4220862004410771201941037472ad843702002010200f3602e401201041e0016a2012360200201041dc016a2016360200201020153602d801200c210a200c2005470d000b0b2000200336020420002006360200200041086a20053602000c140b1031000b102a000b20142004103f000b2002418c046a4101360200200242023702fc03200241ec92c6003602f8032002410136029c06200220024198066a360288042002200241d8056a36029806200241f8036a41a891c6001037000b200241f8036a41146a4109360200200241f8036a410c6a410a36020020024198066a41146a410336020020024198066a410c6a4103360200200241c499c4003602a0062002410336029c06200241ac99c40036029806200241093602fc032002200b3602e0072002200241f8036a3602a8062002200241a0076a360288042002200241e0066a360280042002200241e0076a3602f80320024198066a41a891c6001037000b200241a4066a41043602002002418c046a4102360200200242023702fc032002419494c5003602f8032002418894c5003602a0062002410b36029c06200220024198066a360288042002200241f8056a36029806200241f8036a41a891c6001037000b41d681c300411841f081c300104a000b200241a4066a41013602002002418c046a4102360200200242023702fc032002418082c3003602f8032002419899c4003602a0062002410136029c06200220024198066a360288042002200241a0076a36029806200241f8036a41a891c6001037000b20111085012101200241a4066a41013602002002418c046a41023602002002410136029c06200220013602e007200242023702fc032002419082c3003602f8032002200241e0076a3602a0062002200241a0076a36029806200220024198066a36028804200241f8036a41a891c6001037000b41a082c300412641b096c500102d000b102c000b200041003602000c080b201b10230b02402016450d00201510230b02402024450d00202210230b02402026450d00202510230b0240202c450d00202c4104742104202b210103400240200141046a280200450d00200128020010230b200141106a2101200441706a22040d000b0b202d450d050c020b2016450d00201510230b02402024450d00202210230b02402026450d00202510230b0240202c450d00202c4104742104202b210103400240200141046a280200450d00200128020010230b200141106a2101200441706a22040d000b0b202d450d030b202b10230c020b0240202c450d00202c4104742104202b210103400240200141046a280200450d00200128020010230b200141106a2101200441706a22040d000b0b0240202d450d00202b10230b02402026450d00202510230b2024450d01202210230c010b02402026450d00202510230b2024450d00202210230b200041003602000240200a450d002006200a41f0016c6a21112006211003400240201041186a280200450d00201028021410230b0240201041246a280200450d00201028022010230b0240201041346a2802002204450d00201028022c21012004410474210403400240200141046a280200450d00200128020010230b200141106a2101200441706a22040d000b0b0240201041306a280200450d00201028022c10230b0240201041dc016a280200450d0020102802d80110230b201041f0016a2101201041e8016a410036020020102802e4012104201041013602e4010240201041ec016a280200450d00200410230b2001211020012011470d000b0b2003450d00200610230b200241a0086a24000bfc0101067f230041306b220124004102210202400240200028020422034108490d0020002802002102200141003602002001200341037622043602042004450d012002410120031b22042d0000210520002003410771220641016a2202410771200341786a417871723602042000200241037622034100200241084922021b20044100200320021b6a72360200200541012006410773747141004721020b200141306a240020020f0b2001412c6a41013602002001411c6a41023602002001420237020c200141a093c600360208200141013602242001200141206a3602182001200141046a36022820012001360220200141086a41a891c6001037000bf50101067f23004180016b220224002001410c6a2802002103200141086a280200210420012802002205210602402005410471450d0020012005410872220636020020040d00200141086a4281808080a0013702000b2001200641047236020020002802002100410021060340200220066a41ff006a2000410f712207413072200741d7006a2007410a491b3a00002006417f6a2106200041047622000d000b024020064180016a2200418101490d002000418001103f000b200141cc88c0004102200220066a4180016a410020066b103c21062001200336020c200141086a20043602002001200536020020024180016a240020060b27000240200041ffffffff01712000460d0041d681c300411841f081c300104a000b20004103740bba05020c7f067e230041f0006b2202240020022001106f024002400240024020022802000d00200128020441306e220341306c2204417f4c0d02200228020421050240024020040d00410821060c010b200410212206450d040b02402005450d00410021070340200241003a00682007220841016a210720012802042109417f210a410021040240024002400240034020092004460d01200241c8006a20046a2001280200220b2d00003a000020012009200a6a3602042001200b41016a3602002002200441016a220c3a0068200a417f6a210a200c2104200c4120470d000b200241286a41186a2204200241c8006a41186a290300370300200241286a41106a220a200241c8006a41106a290300370300200241286a41086a220d200241c8006a41086a290300370300200220022903483703282009200c6b220c4110490d01200b41096a290000210e200b290001210f2001200c41706a3602042001200b41116a360200200241086a41086a220c200d290300370300200241086a41106a2209200a290300370300200241086a41186a220a20042903003703002002200229032837030820032008470d030240200841017422042007200420074b1b2203ad42307e2210422088a70d002010a7220441004e0d030b102c000b200441ff0171450d00200241003a00680b200041003602002003450d05200610230c050b0240024020080d002004102121060c010b2006200841306c2004102521060b2006450d060b200c290300211020092903002111200a2903002112200229030821132006200841306c6a2204200f37032020042013370300200441286a200e370300200441186a2012370300200441106a2011370300200441086a201037030020072005470d000b0b2000200336020420002006360200200041086a20053602000c010b200041003602000b200241f0006a24000f0b1031000b102a000ba308040c7f017e057f037e23004180016b22022400024002400240200141086a220328020022042001410c6a2802002205460d002001280210220628020021072006280208220841014b210903402003200441206a220a360200200241e0006a41186a200441186a290000370300200241e0006a41106a200441106a290000370300200241e0006a41086a200441086a29000037030020022004290000370360410021040240024020090d0020080e020401040b2008210b0340200b410176220c20046a220d20042007200d4105746a200241e0006a412010d5044101481b2104200b200c6b220b41014b0d000b0b200720044105746a200241e0006a412010d5040d02200a2104200a2005470d000b0b20004100360208200042013702002001280204450d01200128020010230c010b200241c0006a41086a2204200241e0006a41086a290300370300200241c0006a41106a220b200241e0006a41106a290300370300200241c0006a41186a220c200241e0006a41186a29030037030020022002290360220e3703002002200e3703400240024041201021220f450d00200f2002290340370000200f41186a200c290300370000200f41106a200b290300370000200f41086a2004290300370000200128020421102001280200211102400240200a2005470d0041012112410121130c010b41012112410121130340200628020821032006280200210702400340200241e0006a41186a2208200a41186a290000370300200241e0006a41106a2209200a41106a290000370300200241e0006a41086a2201200a41086a2900003703002002200a290000370360200a41206a210a4100210402400240200341014b0d0020030e020301030b2003210b0340200b410176220c20046a220d20042007200d4105746a200241e0006a412010d5044101481b2104200b200c6b220b41014b0d000b0b200720044105746a200241e0006a412010d5040d01200a2005470d000c030b0b200241c0006a41086a2001290300220e370300200241c0006a41106a20092903002214370300200241c0006a41186a20082903002215370300200220022903602216370340200241186a220b2015370300200241106a220c2014370300200241086a220d200e37030020022016370300024020132012470d00201241016a22042012490d04201241017422072004200720044b1b221341ffffff3f712013470d04201341057422044100480d040240024020120d0020041021210f0c010b200f201241057420041025210f0b200f450d030b200f20124105746a22042002290300370000200441186a200b290300370000200441106a200c290300370000200441086a200d290300370000201241016a2112200a2005470d000b0b02402010450d00201110230b20002012360208200020133602042000200f3602000c020b102a000b102c000b20024180016a24000bdf0704067f017e0a7f027e230041f0006b22032400200341206a2001200228020c22041102000240024020032802200d002000410036020820004208370200200120022802001103002002280204450d01200110230c010b200341c8006a41106a200341206a41106a290300370300200341c8006a41086a200341206a41086a290300370300200341c8006a41186a200341206a41186a290300370300200341c8006a41206a200341206a41206a280200360200200341086a200341d4006a290200370300200341106a200341dc006a290200370300200341186a200341e4006a290200370300200320032903203703482003200329024c370300200341c8006a200120022802102205110200024002400240417f2003280248220641016a220720072006491b2208ad42287e2209422088a70d002009a72206417f4c0d000240024020060d004108210a4108210b0c010b20061021220a450d02200a210b0b200a2003290300370300200a41186a200341186a220c290300370300200a41106a200341106a220d290300370300200a41086a200341086a290300370300200b4201370320200341206a200120041102000240024020032802200d004101210e0c010b200341c8006a410472210641c800210f4101210e0340200341c8006a41206a200341206a41206a280200360200200341c8006a41186a2210200341206a41186a290300370300200341c8006a41106a2211200341206a41106a290300370300200341c8006a41086a2212200341206a41086a29030037030020032003290320370348200341086a2207200641086a290200370300200d200641106a290200370300200c200641186a290200370300200320062902003703002010200c2903003703002011200d29030037030020122007290300370300200320032903003703480240200e2008470d00200341206a200120051102002008417f2003280220220741016a221320132007491b6a22072008490d05200841017422132007201320074b1b2207ad42287e2209422088a70d052009a722134100480d050240024020080d0020131021210a0c010b200a200841286c20131025210a0b200a450d04200a210b200721080b200b200f6a221341606a2207200329034837030020122903002109201129030021142010290300211520134201370300200741186a2015370300200741106a2014370300200741086a2009370300200341206a20012004110200200f41286a210f200e41016a210e20032802200d000b0b2001200228020011030002402002280204450d00200110230b2000200e360208200020083602042000200b3602000c030b1031000b102a000b102c000b200341f0006a24000ba20705077f037e097f017e017f23004180016b22022400024002400240200141086a220328020022042001410c6a2802002205460d0020012802102106200241f4006a2107034020032004220841206a2204360200200841086a2903002109200841106a290300210a2008290300210b200241e0006a41186a200841186a290300370300200241e0006a41106a200a370300200241e0006a41086a20093703002002200b3703600240200aa720062802004d0d002001280214220c2007460d002007290000200c290000520d030b20052004470d000b0b20004100360208200042083702002001280204450d01200128020010230c010b200241086a2204200241e0006a41086a290300370300200241106a2203200241e0006a41106a290300370300200241186a2207200241e0006a41186a29030037030020022002290360220a3703202002200a370300024002400240024041201021220d450d00200d2002290300370300200d41186a2007290300370300200d41106a2003290300370300200d41086a20042903003703002001280204210e2001280200210f200541606a2008460d02200841206a2110200541606a2111200241f4006a21014101211241012113200d21140340200c2001460d032010210802400340200241e0006a41186a2204200841186a290300370300200241e0006a41106a2203200841106a290300220a370300200241e0006a41086a2207200841086a290300370300200220082903003703600240200aa720062802004d0d002001290000200c290000520d020b2005200841206a2208470d000c060b0b200241206a41086a2007290300220a370300200241206a41106a20032903002209370300200241206a41186a2004290300220b3703002002200229036022153703202004200b370300200320093703002007200a37030020022015370360024020132012470d00201241016a22132012490d03201241017422102013201020134b1b221341ffffff3f712013470d03201341057422104100480d030240024020120d002010102121140c010b201420124105742010102521140b2014450d020b200841206a2110201420124105746a22162002290360370300201641186a2004290300370300201641106a2003290300370300201641086a2007290300370300201241016a211220112008470d000c040b0b102a000b102c000b4101211241012113200d21140b0240200e450d00200f10230b2000201236020820002013360204200020143602000b20024180016a24000b02000bb81005067f017e017f017e067f230041f0006b2202240020012802202103200241306a41186a4200370300200241306a41106a22044200370300200241306a41086a2205420037030020024200370330200241e0006a41086a220641c8f7c200ad4280808080f000841003220741086a29000037030020022007290000370360200710232005200629030037030020022002290360370330200641d2a3c400ad4280808080a001841003220741086a2900003703002002200729000037036020071023200420022903602208370300200241106a41086a2005290300370300200241106a41106a2008370300200241106a41186a20062903003703002002200837035020022002290330370310200241306a200241106a4120108c0120022802302206410120061b2105024002400240024002400240024002400240024020032002290234420020061b2208422088a7490d002008a7450d01200510230c010b2003200520034105746a108d01210602402008a7450d00200510230b20060d010b200241306a41186a22054200370300200241306a41106a22074200370300200241306a41086a2203420037030020024200370330200241e0006a41086a220641c8f7c200ad4280808080f000841003220941086a29000037030020022009290000370360200910232003200629030037030020022002290360370330200641e893c200ad4280808080c001841003220941086a2900003703002002200929000037036020091023200241d0006a41086a22092006290300220837030020022002290360220a3703502004200a370000200441086a220b2008370000200241106a41086a220c2003290300370300200241106a41106a220d2007290300370300200241106a41186a220e200529030037030020022002290330370310200241086a200241106a4120108e01200128021c200228020c410020022802081b220f470d0120054200370300200742003703002003420037030020024200370330200641d0a0c100ad42808080808001841003221041086a29000037030020022010290000370360201010232003200629030037030020022002290360370330200641bfc1c000ad4280808080c000841003221041086a290000370300200220102900003703602010102320092006290300220837030020022002290360220a3703502004200a370000200b2008370000200c2003290300370300200d2007290300370300200e200529030037030020022002290330370310200241306a200241106a108f0120022802302206410120061b210d200128022022032002290234420020061b2208422088a74f0d03200d20034105746a220e450d032002410036023820024201370330200128020021044104102122060d020c070b20004180063b0001200041013a0000200041036a41003a00000c050b20004180063b0001200041013a0000200041036a41003a00000c040b20024284808080c0003702342002200636023020062004360000200128020421072001410c6a2802002206200241306a105d0240024020022802342205200228023822046b2006490d00200228023021050c010b200420066a22092004490d032005410174220b2009200b20094b1b22094100480d030240024020050d002009102121050c010b200228023020052009102521050b2005450d0520022009360234200220053602300b2002200420066a360238200520046a2007200610d3041a200141106a2802002104200141186a2802002206200241306a105d0240024020060d002002280234210520022802382109200f21070c010b20042006410c6c6a210c03402004280200210b200441086a2802002206200241306a105d0240024020022802342205200228023822036b2006490d00200228023021070c010b200320066a22072003490d05200541017422092007200920074b1b22094100480d050240024020050d002009102121070c010b200228023020052009102521070b2007450d072002200936023420022007360230200921050b2002200320066a2209360238200720036a200b200610d3041a2004410c6a2204200c470d000b20012802202103200128021c21070b02400240200520096b4104490d00200941046a2104200228023021060c010b200941046a22042009490d03200541017422062004200620044b1b220b4100480d030240024020050d00200b102121060c010b20022802302005200b102521060b2006450d052002200b36023420022006360230200b21050b20022004360238200620096a200736000002400240200520046b41034d0d00200521070c010b200441046a22072004490d03200541017422092007200920074b1b22074100480d030240024020050d002007102121060c010b200620052007102521060b2006450d0520022007360234200220063602300b200620046a2003360000200141246a200441046aad4220862006ad84200e1004210402402007450d00200610230b20044101460d010b20004180083b0001200041013a0000200041036a41003a00002008a7450d02200d10230c020b410c10212206450d02410410212204450d0220024284808080c000370234200220043602302004200f360000200e200241306a1071200241106a41086a2002280238220436020020022002290330220a370310200641086a20043602002006200a370200200041306a41013a0000200041286a428180808010370200200041246a2006360200200041206a4100360200200041186a4204370300200041106a42b009370300200041086a427f370300200041316a2002280030360000200041346a200241336a280000360000200041003a00002008a7450d01200d10230c010b102c000b200241f0006a24000f0b102a000bbc0201017f230041e0006b220324002003200236020c20032001360208200341106a2002ad4220862001ad84100610a10102400240200328021022010d00200041003602000c010b200328021421022003200341106a41086a28020036022420032001360220200341c8006a200341206a108101024002402003280248450d0020002003290348370200200041086a200341c8006a41086a2802003602000c010b20034100360230200342013703282003410c36023c2003200341086a3602382003200341286a360244200341dc006a41013602002003420137024c200341a0f0c2003602482003200341386a360258200341c4006a41c893c500200341c8006a10301a2003350230422086200335022884100720004100360200200328022c450d00200328022810230b2002450d00200110230b200341e0006a24000bdd0b04067f017e067f017e23004190016b22022400200241206a41186a22034200370300200241206a41106a22044200370300200241206a41086a2205420037030020024200370320200241e0006a41086a220641c8f7c200ad4280808080f000841003220741086a29000037030020022007290000370360200710232005200629030037030020022002290360370320200641e893c200ad4280808080c001841003220741086a2900003703002002200729000037036020071023200420022903602208370300200241f0006a41086a22072005290300370300200241f0006a41106a22092008370300200241f0006a41186a220a20062903003703002002200837034020022002290320370370200241186a200241f0006a4120108e01200228021c210b2002280218210c200641d0a0c100ad42808080808001841003220d41086a2900003703002002200d290000370360200d1023200241d0006a41086a220e20062903003703002002200229036037035020064194fcc000ad4280808080a002841003220d41086a2900003703002002200d290000370360200d1023200241c0006a41086a220d2006290300370300200220022903603703402002200b4100200c1b220b360260200a200241e0006aad220f4280808080c0008422081001220641186a2900003703002009200641106a2900003703002007200641086a29000037030020022006290000370370200610232003200a290300370300200420092903003703002005200729030037030020022002290370370320024041c00010212206450d00200620022903503700002006200229034037001020062002290320370020200641086a200e290300370000200641186a200d290300370000200641286a2005290300370000200641306a2004290300370000200641386a200329030037000020022000360260200a20081001220d41186a2900003703002009200d41106a2900003703002007200d41086a2900003703002002200d290000370370200d10232003200a290300370300200420092903003703002005200729030037030020022002290370370320200641c00041800110252206450d0020062002290320370040200641d8006a200241206a41186a2207290300370000200641d0006a200241206a41106a2209290300370000200641c8006a200241206a41086a220a29030037000041012105200241106a200641e0004101410041001090012002280210210420061023024020044101460d00200241e0006a41086a220641d0a0c100ad42808080808001841003220541086a2900003703002002200529000037036020051023200241c0006a41086a200629030037030020022002290360370340200641ecc4c000ad4280808080e001841003220541086a2900003703002002200529000037036020051023200241d0006a41086a2006290300370300200220022903603703502002200b360260200241f0006a41186a2205200f4280808080c000841001220641186a290000370300200241f0006a41106a2204200641106a290000370300200241f0006a41086a220d200641086a29000037030020022006290000370370200610232007200529030037030020092004290300370300200a200d2903003703002002200229037037032041c00010212206450d01200620022903403700002006200229035037001020062002290320370020200641086a200241c0006a41086a290300370000200641186a200241d0006a41086a290300370000200641286a200241206a41086a290300370000200641306a200241206a41106a290300370000200641386a200241206a41186a290300370000200241f0006a2001109101200641c00041800110252206450d0120062002290070370040200641d8006a200241f0006a41186a290000370000200641d0006a200241f0006a41106a290000370000200641c8006a200241f0006a41086a290000370000200241086a200641e000108e01200228020c21052002280208210420061023200541004720044100477121050b20024190016a240020050f0b102a000b8f0201037f230041d0006b220324002003200236020420032001360200200341086a2002ad4220862001ad84100610a10102400240200328020822040d00410021010c010b200328020c210502400240200341106a2802004104490d0020042800002102410121010c010b4100210120034100360220200342013703182003410c36022c200320033602282003200341186a360234200341cc006a41013602002003420137023c200341a0f0c2003602382003200341286a360248200341346a41c893c500200341386a10301a200335022042208620033502188410070240200328021c450d00200328021810230b0b2005450d00200410230b2000200236020420002001360200200341d0006a24000be006010d7f23004190016b220224002002412036021420022001360210200241186a2001ad4280808080800484100610a10102400240200228021822030d00200041003602000c010b200228021c21042002200241206a28020036023c20022003360238200241086a200241386a106f024002400240024020022802080d0002400240200228023c22014160712205417f4c0d00200228020c210602400240200141057622070d00410121080c010b200510212208450d020b02402006450d004100210903402001210a200241003a0088012009220b41016a2109410021010240024002400340200a2001460d01200241e8006a20016a200228023822052d00003a00002002200541016a3602382002200141016a22053a0088012005210120054120470d000b200241c8006a41186a220c200241e8006a41186a290300370300200241c8006a41106a220d200241e8006a41106a290300370300200241c8006a41086a220e200241e8006a41086a290300370300200220022903683703482007200b470d020240200b41017422012009200120094b1b220741ffffff3f712007470d002007410574220141004e0d020b102c000b2002410036023c0240200141ff0171450d00200241003a0088010b200241003602282007450d07200810230c070b02400240200b0d002001102121080c010b2008200b4105742001102521080b2008450d040b200a20056b21012008200b4105746a220b2002290348370000200b41186a200c290300370000200b41106a200d290300370000200b41086a200e29030037000020092006470d000b200241306a20063602002002200736022c200220083602282002200a20056b36023c0c050b200241306a20063602002002200736022c2002200836022820080d040c030b1031000b102a000b200241003602280b20024100360250200242013703482002410c36022c2002200241106a3602282002200241c8006a360244200241fc006a41013602002002420137026c200241a0f0c2003602682002200241286a360278200241c4006a41c893c500200241e8006a10301a2002350250422086200235024884100720004100360200200228024c450d01200228024810230c010b20002002290328370200200041086a200241286a41086a2802003602000b2004450d00200310230b20024190016a24000b990102017f017e230041106b2206240002402002ad4220862001ad842004ad4220862003ad842005101e2207422088a72203450d002007a722042d0000220241014b0d00410021050240024020020e020100010b2003417f6a4104490d0120042800012101410121050b2000200136020420002005360200200641106a24000f0b41e8c9c600412e200641086a419ccbc6004198cac6001032000bc30401057f230041206b2202240020012d000021030240410110212204450d00200420033a000020012d0001210320044101410210252204450d00200420033a000120012d0002210320044102410410252204450d00200420033a0002200420012d00033a000320012d0004210320044104410810252204450d00200420033a0004200420012d00053a0005200420012d00063a0006200420012d00073a000720012d0008210320044108411010252204450d00200420033a0008200420012d00093a0009200420012d000a3a000a200420012d000b3a000b200420012d000c3a000c200420012d000d3a000d200420012d000e3a000e200420012d000f3a000f20012d0010210320044110412010252204450d00200420033a0010200420012d00113a0011200420012d00123a0012200420012d00133a0013200420012d00143a0014200420012d00153a0015200420012d00163a0016200420012d00173a0017200420012d00183a0018200420012d00193a0019200420012d001a3a001a200420012d001b3a001b200420012d001c3a001c200420012d001d3a001d200420012d001e3a001e200420012d001f3a001f200241186a22032004ad42808080808004841001220141186a290000370300200241106a2205200141106a290000370300200241086a2206200141086a2900003703002002200129000037030020011023200041186a2003290300370000200041106a2005290300370000200041086a20062903003700002000200229030037000020041023200241206a24000f0b102a000ba90201037f23004180016b2202240002400240024002400240200128020022034110710d002000280200210420034120710d012004ad2001103921000c020b20002802002104410021000340200220006a41ff006a2004410f712203413072200341d7006a2003410a491b3a00002000417f6a2100200441047622040d000b20004180016a22044181014f0d02200141cc88c0004102200220006a4180016a410020006b103c21000c010b410021000340200220006a41ff006a2004410f712203413072200341376a2003410a491b3a00002000417f6a2100200441047622040d000b20004180016a22044181014f0d02200141cc88c0004102200220006a4180016a410020006b103c21000b20024180016a240020000f0b2004418001103f000b2004418001103f000b130020004103360204200041c8c6c0003602000b3400200041eaa0c10036020420004100360200200041146a4101360200200041106a41d4cdc000360200200041086a42043702000b9a0808017f027e037f017e017f027e047f037e23004190016b22032400200341206a200020012002109601200341206a41086a290300210420032903202105200341d0006a41186a22064200370300200341d0006a41106a22074200370300200341d0006a41086a220842003703002003420037035020034180016a41086a220041e483c300ad428080808080018422091003220a41086a2900003703002003200a29000037038001200a1023200820002903003703002003200329038001220b3703702003200b370350200041d1bcc000ad4280808080d00184220c1003220a41086a2900003703002003200a29000037038001200a10232007200329038001220b370300200341306a41086a220a2008290300370300200341306a41106a220d200b370300200341306a41186a220e20002903003703002003200b37037020032003290350370330200341086a200341306a4120109701200120057d200520017d200520015820042002582004200251220f1b22101b2111200220047d2001200554ad7d200420027d2005200154ad7d20101b2112200341086a41106a2903004200200328020822101b210b2003290310420020101b21130240024020052001562004200256200f1b0d0020064200370300200742003703002008420037030020034200370350200020091003220f41086a2900003703002003200f29000037038001200f10232008200029030037030020032003290380012201370370200320013703502000200c1003220f41086a2900003703002003200f29000037038001200f1023200341f0006a41086a200029030022013703002003200329038001220237037020072002370000200741086a2001370000200a2008290300370300200d2007290300370300200e20062903003703002003200329035037033020034200200b20127d2013201154ad7d2201201320117d22022013562001200b562001200b511b22001b37035820034200200220001b370350200341d0006a21000c010b20064200370300200742003703002008420037030020034200370350200020091003220f41086a2900003703002003200f29000037038001200f10232008200029030037030020032003290380012201370370200320013703502000200c1003220f41086a2900003703002003200f29000037038001200f1023200341f0006a41086a200029030022013703002003200329038001220237037020072002370000200741086a2001370000200a2008290300370300200d2007290300370300200e2006290300370300200320032903503703302003427f200b20127c201320117c22022013542200ad7c220120002001200b542001200b511b22001b3703582003427f200220001b370350200341d0006a21000b200341306aad42808080808004842000ad4280808080800284100220034190016a24000ba00f0a027f017e027f017e037f027e017f047e017f017e23004190026b2204240020044180026a41086a220541e483c300ad428080808080018422061003220741086a290000370300200420072900003703800220071023200441f0006a41086a220820052903003703002004200429038002370370200541debcc000ad4280808080b0018422091003220741086a290000370300200420072900003703800220071023200441d0006a41086a220a2005290300370300200420042903800237035020044180016a2001109101024041c00010212207450d0020072004290370370000200720042903503700102007200429008001370020200741086a2008290300370000200741186a200a290300370000200741286a20044180016a41086a290000370000200741306a20044180016a41106a220b290000370000200741386a20044180016a41186a220c290000370000200441386a200741c000109701200441386a41106a290300210d2004290340210e2004280238210f20071023200520061003220741086a290000370300200420072900003703800220071023200820052903003703002004200429038002370370200520091003220741086a290000370300200420072900003703800220071023200a2005290300370300200420042903800237035020044180016a200110910141c00010212207450d004200211020072004290370370000200720042903503700102007200429008001370020200741086a200441f0006a41086a290300370000200741186a200441d0006a41086a290300370000200741286a20044180016a41086a290000370000200741306a200b290000370000200741386a200c290000370000200441206a200741c000109701200441206a41106a29030021062004290328211120042802202105200710232006420020051b21092011420020051b210602400240200e4200200f1b220e20027c220242ffc7afa02556200d4200200f1b20037c2002200e54ad7c220342005220035022071b0d004200210d2006200984500d010b024020024280c8afa02554410020071b0d0020044180026a41086a220741e483c300ad42808080808001841003220541086a290000370300200420052900003703800220051023200441f0006a41086a220820072903003703002004200429038002370370200741debcc000ad4280808080b001841003220541086a290000370300200420052900003703800220051023200441d0006a41086a22052007290300370300200420042903800237035020044180016a200110910141c00010212207450d0220072004290370370000200720042903503700102007200429008001370020200741086a2008290300370000200741186a2005290300370000200741286a20044180016a41086a290000370000200741306a20044180016a41106a290000370000200741386a20044180016a41186a290000370000200441186a200741c000410141004100109001200428021821052007102320054101460d00200110980120044180016a41386a200337030020044180016a41306a200237030020044180016a41086a41003a000020044189016a200129000037000020044191016a200141086a29000037000020044199016a200141106a290000370000200441a1016a200141186a290000370000200441023a00800120044180016a1099010b200320097d2002200654ad7d210d200220067d2110200120022003109a012006200256200920035620092003511b2201450d00200620027d201020011b210e4200211020044180016a41186a2208420037030020044180016a41106a220a420037030020044180016a41086a22054200370300200442003703800120044180026a41086a220741e483c300ad428080808080018422121003220f41086a2900003703002004200f29000037038002200f102320052007290300370300200420042903800222113703702004201137038001200741d1bcc000ad4280808080d0018422131003220f41086a2900003703002004200f29000037038002200f1023200a2004290380022211370300200441d0006a41086a220b2005290300370300200441d0006a41106a220c2011370300200441d0006a41186a221420072903003703002004201137037020042004290380013703502004200441d0006a4120109701200441106a2903002111200429030821152004280200210f20084200370300200a4200370300200542003703002004420037038001200720121003220a41086a2900003703002004200a29000037038002200a102320052007290300370300200420042903800222123703702004201237038001200720131003220a41086a2900003703002004200a29000037038002200a1023200820072903002212370300200b2005290300370300200c2004290380022213370300201420123703002004201337037020042004290380013703502004420020114200200f1b2211200920037d2006200254ad7d200d20011b7d20154200200f1b2202200e54ad7d22032002200e7d2206200256200320115620032011511b22071b3703880120044200200620071b37038001200441d0006aad428080808080048420044180016aad428080808080028410024200210d0b200020103703002000200d37030820044190026a24000f0b102a000ba80202017f037e230041d0006b220324002003200236020420032001360200200341086a2002ad4220862001ad84100610a10102400240200328020822010d00420021040c010b200328020c210202400240200341086a41086a2802004110490d00200141086a290000210520012900002106420121040c010b20034100360220200342013703182003410c36022c200320033602282003200341186a360234200341cc006a41013602002003420137023c200341a0f0c2003602382003200341286a360248200341346a41c893c500200341386a10301a200335022042208620033502188410070240200328021c450d00200328021810230b420021040b2002450d00200110230b2000200637030820002004370300200041106a2005370300200341d0006a24000bf00d05057f017e027f027e057f230041e0016b22012400200141d0006a41186a4200370300200141d0006a41106a22024200370300200141d0006a41086a2203420037030020014200370350200141d0016a41086a220441e5cfc300ad4280808080f000841003220541086a290000370300200120052900003703d0012005102320032004290300370300200120012903d001220637034020012006370350200441eccfc300ad4280808080b001841003220541086a290000370300200120052900003703d00120051023200220012903d0012206370300200141206a41086a2003290300370300200141206a41106a2006370300200141206a41186a20042903003703002001200637034020012001290350370320200141186a200141206a4120108e0120012802182107200128021c210820002d00002103024002400240410110212204450d00200420033a000020002d0001210320044101410210252204450d00200420033a000120002d0002210320044102410410252204450d00200420033a0002200420002d00033a000320002d0004210320044104410810252204450d00200420033a0004200420002d00053a0005200420002d00063a0006200420002d00073a000720002d0008210320044108411010252204450d00200420033a0008200420002d00093a0009200420002d000a3a000a200420002d000b3a000b200420002d000c3a000c200420002d000d3a000d200420002d000e3a000e200420002d000f3a000f20002d0010210320044110412010252204450d00200420033a0010200420002d00113a0011200420002d00123a0012200420002d00133a0013200420002d00143a0014200420002d00153a0015200420002d00163a0016200420002d00173a0017200420002d00183a0018200420002d00193a0019200420002d001a3a001a200420002d001b3a001b200420002d001c3a001c200420002d001d3a001d200420002d001e3a001e200420002d001f3a001f20042d0000210320042d0001210520041023200141206a2003200541087472410676220510bf0102402003413f71220420012802284f0d00200141086a200128022020044105746a220410a6012001290308200141086a41086a290300844200520d00200041086a2900002106200041106a2900002109200041186a290000210a20042000290000370000200441186a200a370000200441106a2009370000200441086a2006370000200141d0006a41086a200141206a41086a280200360200200120012903203703502005200141d0006a10f4030c030b2008410020071b210402402001280224450d00200128022010230b200141d0006a200410bf01024020012802582203413f4d0d000340200441016a210402402001280254450d00200128025010230b200141d0006a200410bf0120012802582203413f4b0d000b0b2001280250210520012802542108200141d0006a41186a220b200041186a290000370300200141d0006a41106a220c200041106a290000370300200141d0006a41086a220d200041086a29000037030020012000290000370350200341016a2107024020082003470d00200341017422082007200820074b1b2208410574220e4100480d020240024020030d00200e102121050c010b20052003410574200e102521050b2005450d010b200320044106746a210e200520034105746a22032001290350370000200341186a200b290300370000200341106a200c290300370000200341086a200d2903003700000240200741c000470d00200141d0006a41186a220d4200370300200141d0006a41106a220f4200370300200141d0006a41086a220b420037030020014200370350200141d0016a41086a220341e5cfc300ad4280808080f000841003220c41086a2900003703002001200c2900003703d001200c1023200b2003290300370300200120012903d001220637034020012006370350200341eccfc300ad4280808080b001841003220c41086a2900003703002001200c2900003703d001200c1023200141c0006a41086a20032903002206370300200120012903d001220937034020022009370000200241086a2006370000200141206a41086a200b290300370300200141206a41106a200f290300370300200141206a41186a200d290300370300200120012903503703202001200441016a360250200141206aad4280808080800484200141d0006aad4280808080c0008410020b2001200736025820012008360254200120053602502004200141d0006a10f403200141d0006a41086a2000290000370300200141d0006a41106a200041086a290000370300200141d0006a41186a200041106a290000370300200141f0006a200041186a2900003703002001200e360254200141013a0050200141d0006a1099010c020b102a000b102c000b200141e0016a24000bf71005047f017e017f027e067f23004180046b22012400200141186a41d691c6004110108e0120012802182102200141a4016a200128021c36020020012002453602a001200141206a200041800110d3041a200141b0016a4100360200200142013703a801200141f0026a41186a22034200370300200141f0026a41106a22044200370300200141f0026a41086a22024200370300200142003703f002200141e0036a41086a220041e691c600ad4280808080e0008422051003220641086a290000370300200120062900003703e0032006102320022000290300370300200120012903e00322073703c803200120073703f002200041e8a6c600ad4280808080a0018422081003220641086a290000370300200120062900003703e00320061023200420012903e0032207370300200141d0026a41086a22062002290300370300200141d0026a41106a22092007370300200141d0026a41186a220a2000290300370300200120073703c803200120012903f0023703d002200141106a200141d0026a4120108e010240024002400240024002400240024002400240024002402001280214410020012802101b220b41016a220c200b490d00200342003703002004420037030020024200370300200142003703f002200020051003220b41086a2900003703002001200b2900003703e003200b102320022000290300370300200120012903e00322073703c803200120073703f002200020081003220b41086a2900003703002001200b2900003703e003200b1023200141c8036a41086a220d20002903002207370300200120012903e00322083703c80320042008370000200441086a220e20073700002006200229030037030020092004290300370300200a2003290300370300200120012903f0023703d0022001200c3602b801200141d0026aad42808080808004842207200141b8016aad4280808080c000841002200141b8016a200141206a41980110d3041a200342003703002004420037030020024200370300200142003703f002200020051003220b41086a2900003703002001200b2900003703e003200b102320022000290300370300200120012903e00322053703c803200120053703f002200041c893c600ad4280808080e000841003220b41086a2900003703002001200b2900003703e003200b1023200d20002903002205370300200120012903e00322083703c80320042008370000200e20053700002006200229030037030020092004290300370300200a2003290300370300200120012903f0023703d002200141c8036a2007100610a1010240024020012802c803450d0020014190036a41086a200141c8036a41086a280200360200200120012903c803370390030c010b200141003602e803200142083703e003200141003602f802200142013703f0024100200141f0026a105d20014198036a20012802f802360200200120012903f00237039003200141e0036a10790b200141a0036a41086a20014190036a41086a280200220036020020012001290390033703a003024002402000450d00200141f0026a20012802a00320004101106920012802f0024101470d0120012802a403450d0b20012802a00310230c0b0b4101200141a0036a105d200141b8016a200141a0036a10be040c080b20012802f40221060240200141fc026a2802002200200141f0026a41086a2802002202460d0020012802a803200020026b6a220341046a2209417f4c0d020240024020090d004101210a0c010b20091021220a450d040b200120093602b4032001200a3602b003200120033602b8032001200141b0036a3602f0022006200141f0026a200010cb0220032000490d0420012802b80322062003490d0520012802a80322062002490d0620012802b003210920012802a003210a2001200320006b22033602c0032001200620026b22063602c40320032006470d07200920006a200a20026a200310d3041a200141b8016a200141b0036a10be0420012802b803210220012802b403210320012802b003210020012802a403450d0920012802a00310230c090b2001200141a0036a3602f0022006200141f0026a200210cb02200141b8016a200141a0036a10be040c070b200141206a10bf040c0a0b1031000b102a000b20002003103f000b20032006103e000b20022006103f000b200141e0036a41146a410d360200200141ec036a410e360200200141c8036a41146a4103360200200142033702cc0320014190c6c6003602c8032001410e3602e4032001200141c0036a3602f8032001200141c4036a3602fc032001420437038003200142013702f402200141e4c6c6003602f0022001200141e0036a3602d8032001200141f0026a3602f0032001200141fc036a3602e8032001200141f8036a3602e003200141c8036a41a0c7c6001037000b20012802a803210220012802a403210320012802a00321000b20000d010b200141b8016a10bf040c010b20072002ad4220862000ad84100202402003450d00200010230b200141b8016a10bf04200141f0026a41186a22064200370300200141f0026a41106a22094200370300200141f0026a41086a22024200370300200142003703f002200141e0036a41086a220041e691c600ad4280808080e000841003220341086a290000370300200120032900003703e0032003102320022000290300370300200120012903e00322073703c803200120073703f0022000418192c600ad4280808080e000841003220341086a290000370300200120032900003703e00320031023200141c8036a41086a20002903002207370300200120012903e00322053703c80320042005370000200441086a2007370000200141d0026a41086a2002290300370300200141d0026a41106a2009290300370300200141d0026a41186a2006290300370300200120012903f0023703d002200141086a200141d0026a4120108e010b20014180046a24000b9e0c03057f037e027f230041d0016b22032400200341d0006a41086a220441e483c300ad42808080808001841003220541086a2900003703002003200529000037035020051023200341306a41086a2206200429030037030020032003290350370330200441debcc000ad4280808080b001841003220541086a2900003703002003200529000037035020051023200341c0006a41086a2207200429030037030020032003290350370340200341d0006a2000109101024041c00010212205450d00200520032903303700002005200329034037001020052003290050370020200541086a2006290300370000200541186a2007290300370000200541286a2004290000370000200541306a200341e0006a290000370000200541386a200341d0006a41186a29000037000020032001370350200320023703582005ad4280808080800884200341d0006aad42808080808002841002200510230240200142ffc7afa0255620024200522002501b0d00200341d0006a41086a220441e483c300ad42808080808001841003220541086a2900003703002003200529000037035020051023200341306a41086a2206200429030037030020032003290350370330200441debcc000ad4280808080b001841003220541086a2900003703002003200529000037035020051023200341c0006a41086a2207200429030037030020032003290350370340200341d0006a200010910141c00010212205450d01200520032903303700002005200329034037001020052003290050370020200541086a2006290300370000200541186a2007290300370000200541286a2004290000370000200541306a200341d0006a41106a290000370000200541386a200341d0006a41186a290000370000200341186a200541c000109701200341186a41106a29030021082003290320210902402003290318220a4201520d002005ad428080808080088410050b20051023200341d0006a41086a220441e483c300ad428080808080018422021003220541086a2900003703002003200529000037035020051023200341306a41086a2206200429030037030020032003290350370330200441f8bcc000ad4280808080d000841003220541086a2900003703002003200529000037035020051023200341c0006a41086a2207200429030037030020032003290350370340200341d0006a200010910141c00010212205450d01200520032903303700002005200329034037001020052003290050370020200541086a2006290300370000200541186a2007290300370000200541286a2004290000370000200541306a200341d0006a41106a220b290000370000200541386a200341d0006a41186a220c2900003700002005ad42808080808008841005200510232000109b01200420021003220541086a29000037030020032005290000370350200510232006200429030037030020032003290350370330200441e9bcc000ad4280808080f001841003220541086a29000037030020032005290000370350200510232007200429030037030020032003290350370340200341d0006a200010910141c00010212205450d01200520032903303700002005200329034037001020052003290050370020200541086a200341306a41086a290300370000200541186a200341c0006a41086a290300370000200541286a200341d0006a41086a290000370000200541306a200b290000370000200541386a200c2900003700002003200541c000109701200341106a29030021022003290308210120032802002104200510232002420020041b21022001420020041b2101024020094200200aa722051b22092008420020051b220884500d000240200142ffc7afa0255620024200522002501b0d0020092008109c010c010b2000200120097c220a200220087c200a200154ad7c2202109d01200a21010b20012002844200520d002000109e0120034188016a200837030020034180016a2009370300200341d0006a41086a41013a0000200341d9006a2000290000370000200341e1006a200041086a290000370000200341e9006a200041106a290000370000200341f1006a200041186a290000370000200341023a0050200341d0006a1099010b200341d0016a24000f0b102a000bf10d03057f017e077f23004190016b22012400200141e8006a41086a220241b1a3c400ad4280808080f000841003220341086a2900003703002001200329000037036820031023200141c8006a41086a2204200229030037030020012001290368370348200241d3a4c400ad4280808080e000841003220341086a2900003703002001200329000037036820031023200141d8006a41086a2205200229030037030020012001290368370358200141e8006a200010910102400240024002400240024041c00010212203450d00200320012903483700002003200129035837001020032001290068370020200341086a2004290300370000200341186a2005290300370000200341286a2002290000370000200341306a200141e8006a41106a290000370000200341386a200141e8006a41186a290000370000200141e8006a200341c00010bc010240024020012d00684101470d002003ad42808080808008841005200141086a41186a220220014181016a290000370300200141086a41106a2204200141f9006a290000370300200141086a41086a2205200141f1006a2900003703002001200129006937030820031023200141286a41186a2002290300370300200141286a41106a2004290300370300200141286a41086a200529030037030020012001290308370328200141e8006a41086a220241b1a3c400ad4280808080f000841003220341086a2900003703002001200329000037036820031023200141c8006a41086a2204200229030037030020012001290368370348200241d9a4c400ad4280808080e000841003220341086a2900003703002001200329000037036820031023200141d8006a41086a2205200229030037030020012001290368370358200141e8006a200141286a10910141c00010212203450d02200320012903483700002003200129035837001020032001290068370020200341086a2004290300370000200341186a2005290300370000200341286a2002290000370000200341306a200141f8006a290000370000200341386a200141e8006a41186a2900003700002003ad42808080808008841005200310230c010b200310230b200141e8006a41086a220241b1a3c400ad4280808080f0008422061003220341086a2900003703002001200329000037036820031023200141c8006a41086a220420022903003703002001200129036837034820024180aac400ad4280808080d000841003220341086a2900003703002001200329000037036820031023200141d8006a41086a2205200229030037030020012001290368370358200141e8006a200010910141c00010212203450d00200320012903483700002003200129035837001020032001290068370020200341086a2004290300370000200341186a2005290300370000200341286a2002290000370000200341306a200141f8006a2204290000370000200341386a200141e8006a41186a22052900003700002003ad428080808080088410052003102320001087042000108504200220061003220341086a2900003703002001200329000037036820031023200141086a41086a2002290300370300200120012903683703082002419ba5c400ad4280808080d001841003220341086a2900003703002001200329000037036820031023200141286a41086a200229030037030020012001290368370328200141e8006a200010910141c00010212203450d00200320012903083700002003200129032837001020032001290068370020200341086a200141086a41086a290300370000200341186a200141286a41086a290300370000200341286a200141e8006a41086a2207290000370000200341306a2004290000370000200341386a2005290000370000200141e8006a200310ae030240200128027022080d00200310230c060b2003ad4280808080800884100520012802682109200129027421062003102320082006422088a74102746a210a2006a7210b4100210c2008210420092105410041ff01710e03010203010b102a000b410121030c020b410221030c010b410021030b034002400240024002400240024002400240024020030e03000103030b2004200a460d042005417f6a2105200441046a21040c010b410021030240200c4102460d004102210c200921020c030b2004200a460d032005417f6a2105200441046a21044102210c0b41022103200521020c010b200c410247210d410121034102210c20092102200d450d010b200141e8006a41186a200041186a290000370300200141e8006a41106a200041106a2900003703002007200041086a290000370300200120023602880120012000290000370368200141e8006a108a04200341ff01710e03010203010b200b450d04200810230c040b410121030c020b410221030c010b410021030c000b0b20014190016a24000b890a08017f017e047f017e017f017e037f017e230041b0016b22022400200241386a20002001108203200241386a41106a29030021012002290340210002400240024020022903382203a7450d00200241f0006a41186a22044200370300200241f0006a41106a22054200370300200241f0006a41086a2206420037030020024200370370200241a0016a41086a220741e483c300ad428080808080018422081003220941086a290000370300200220092900003703a0012009102320062007290300370300200220022903a00122033703900120022003370370200741d1bcc000ad4280808080d00184220a1003220941086a290000370300200220092900003703a00120091023200520022903a0012203370300200241d0006a41086a220b2006290300370300200241d0006a41106a220c2003370300200241d0006a41186a220d2007290300370300200220033703900120022002290370370350200241206a200241d0006a4120109701200241206a41106a29030021032002290328210e2002280220210920044200370300200542003703002006420037030020024200370370200720081003220541086a290000370300200220052900003703a0012005102320062007290300370300200220022903a001220837039001200220083703702007200a1003220541086a290000370300200220052900003703a00120051023200420072903002208370300200b2006290300370300200c20022903a001220a370300200d20083703002002200a3703900120022002290370370350200242002003420020091b220320017d200e420020091b2201200054ad7d2208200120007d2200200156200820035620082003511b22071b37037820024200200020071b370370200241f0006a2107200241d0006a21060c010b2003500d01200241f0006a41186a22044200370300200241f0006a41106a22054200370300200241f0006a41086a2206420037030020024200370370200241a0016a41086a220741e483c300ad428080808080018422081003220941086a290000370300200220092900003703a0012009102320062007290300370300200220022903a00122033703900120022003370370200741d1bcc000ad4280808080d00184220a1003220941086a290000370300200220092900003703a00120091023200520022903a0012203370300200241d0006a41086a220b2006290300370300200241d0006a41106a220c2003370300200241d0006a41186a220d2007290300370300200220033703900120022002290370370350200241086a200241d0006a4120109701200241086a41106a29030021032002290310210e2002280208210920044200370300200542003703002006420037030020024200370370200720081003220541086a290000370300200220052900003703a0012005102320062007290300370300200220022903a001220837039001200220083703702007200a1003220541086a290000370300200220052900003703a00120051023200420072903002208370300200b2006290300370300200c20022903a001220a370300200d20083703002002200a3703900120022002290370370350200242002003420020091b220320017d200e420020091b2201200054ad7d2208200120007d2200200156200820035620082003511b22071b37037820024200200020071b370370200241f0006a2107200241d0006a21060b2006ad42808080808004842007ad428080808080028410020b200241b0016a24000b860a02057f037e230041d0016b22032400200341d0006a41086a220441e483c300ad42808080808001841003220541086a2900003703002003200529000037035020051023200341306a41086a2206200429030037030020032003290350370330200441e9bcc000ad4280808080f001841003220541086a2900003703002003200529000037035020051023200341c0006a41086a2207200429030037030020032003290350370340200341d0006a2000109101024041c00010212205450d00200520032903303700002005200329034037001020052003290050370020200541086a2006290300370000200541186a2007290300370000200541286a2004290000370000200541306a200341e0006a290000370000200541386a200341d0006a41186a29000037000020032001370350200320023703582005ad4280808080800884200341d0006aad42808080808002841002200510230240200142ffc7afa0255620024200522002501b0d00200341d0006a41086a220441e483c300ad42808080808001841003220541086a2900003703002003200529000037035020051023200341306a41086a2206200429030037030020032003290350370330200441e9bcc000ad4280808080f001841003220541086a2900003703002003200529000037035020051023200341c0006a41086a2207200429030037030020032003290350370340200341d0006a200010910141c00010212205450d01200520032903303700002005200329034037001020052003290050370020200541086a2006290300370000200541186a2007290300370000200541286a2004290000370000200541306a200341d0006a41106a290000370000200541386a200341d0006a41186a290000370000200341186a200541c000109701200341186a41106a29030021082003290320210902402003290318220a4201520d002005ad428080808080088410050b20051023200341d0006a41086a220441e483c300ad42808080808001841003220541086a2900003703002003200529000037035020051023200341306a41086a2206200429030037030020032003290350370330200441debcc000ad4280808080b001841003220541086a2900003703002003200529000037035020051023200341c0006a41086a2207200429030037030020032003290350370340200341d0006a200010910141c00010212205450d01200520032903303700002005200329034037001020052003290050370020200541086a2006290300370000200541186a2007290300370000200541286a2004290000370000200541306a200341d0006a41106a290000370000200541386a200341d0006a41186a2900003700002003200541c000109701200341106a29030021022003290308210120032802002104200510232002420020041b21022001420020041b2101024020094200200aa722051b22092008420020051b220884500d000240200142ffc7afa0255620024200522002501b0d0020092008109c010c010b2000200120097c220a200220087c200a200154ad7c2202109a01200a21010b20012002844200520d002000109e0120034188016a200837030020034180016a2009370300200341d0006a41086a41013a0000200341d9006a2000290000370000200341e1006a200041086a290000370000200341e9006a200041106a290000370000200341f1006a200041186a290000370000200341023a0050200341d0006a1099010b200341d0016a24000f0b102a000bbb0201057f230041c0006b22012400200141206a41086a220241e691c600ad4280808080e000841003220341086a2900003703002001200329000037032020031023200141086a2204200229030037030020012001290320370300200241ec91c600ad4280808080c001841003220341086a2900003703002001200329000037032020031023200141106a41086a2205200229030037030020012001290320370310200141206a2000109101024041c000102122030d00102a000b200320012903003700002003200129031037001020032001290020370020200341086a2004290300370000200341186a2005290300370000200341286a2002290000370000200341306a200141306a290000370000200341386a200141206a41186a2900003700002003ad4280808080800884100520031023200141c0006a24000baf0502057f047e230041e0006b22062400200641c0006a41086a220741e483c300ad42808080808001841003220841086a2900003703002006200829000037034020081023200641206a41086a2209200729030037030020062006290340370320200741debcc000ad4280808080b001841003220841086a2900003703002006200829000037034020081023200641306a41086a220a200729030037030020062006290340370330200641c0006a20011091010240024041c00010212208450d00200820062903203700002008200629033037001020082006290040370020200841086a2009290300370000200841186a200a290300370000200841286a2007290000370000200841306a200641c0006a41106a290000370000200841386a200641c0006a41186a290000370000200641086a200841c000109701200641086a41106a290300210b2006290310210c20062802082107200810230240200c420020071b220c20027d220d200c56200b420020071b220b20037d200c200254ad7d220e200b56200e200b511b4101470d00200041033a0006200041830a3b0104200041013602002000410c6a4113360200200041086a4193bcc0003602000c020b024020050d00200c4280c8afa025544100200b501b0d00200d42ffc7afa02556200e420052200e501b0d00200041053a0006200041830a3b0104200041013602002000410c6a4109360200200041086a41f8bbc0003602000c020b200641c0006a20012004200d200e10a001200620062900413703302006200641c0006a41086a280000360037024020062d004022084104460d00200020083a000420002006290330370005200041013602002000410c6a20062800373600000c020b2001200d200e109a01200041106a2003370300200041086a2002370300200041003602000c010b102a000b200641e0006a24000b921008047f017e017f047e037f027e017f017e230041d0016b220524000240024002402002410671450d00200541b8016a41086a220641e483c300ad42808080808001841003220741086a290000370300200520072900003703b80120071023200541a8016a41086a22082006290300370300200520052903b8013703a801200641fdbac200ad4280808080f000841003220741086a290000370300200520072900003703b80120071023200541e8006a41086a22072006290300370300200520052903b80137036820054188016a200110910141c00010212206450d01200620052903a801370000200620052903683700102006200529008801370020200641086a2008290300370000200641186a2007290300370000200641286a20054188016a41086a290000370000200641306a20054188016a41106a290000370000200641386a20054188016a41186a290000370000200541c00036025c20052006360258200541b8016a2006ad4280808080800884100610a1010240024020052802b80122070d00420021090c010b20052802bc01210802400240200541b8016a41086a280200220a4110490d00200a4170714110460d00200a417c714120460d00200741086a290000210b2007290000210c200741186a290000210d2007290010210e2007280020210f420121090c010b20054100360270200542013703682005410c3602ac012005200541d8006a3602a8012005200541e8006a3602cc012005419c016a41013602002005420137028c01200541a0f0c200360288012005200541a8016a36029801200541cc016a41c893c50020054188016a10301a200535027042208620053502688410070240200528026c450d00200528026810230b420021090b2008450d00200710230b200610232009500d00200541b8016a41086a220741e483c300ad42808080808001841003220641086a290000370300200520062900003703b80120061023200541a8016a41086a22082007290300370300200520052903b8013703a801200741debcc000ad4280808080b001841003220641086a290000370300200520062900003703b80120061023200541e8006a41086a220a2007290300370300200520052903b80137036820054188016a200110910141c00010212206450d01200620052903a801370000200620052903683700102006200529008801370020200641086a2008290300370000200641186a200a290300370000200641286a20054188016a41086a2208290000370000200641306a20054188016a41106a2210290000370000200641386a20054188016a41186a2211290000370000200541c0006a200641c000109701200541c0006a41106a2903002112200529034821132005280240211420061023420021152011420037030020104200370300200842003703002005420037038801200741e691c600ad4280808080e000841003220641086a290000370300200520062900003703b8012006102320082007290300370300200520052903b801370388012007418192c600ad4280808080e000841003220641086a290000370300200520062900003703b80120061023201020052903b8012209370300200a2008290300370300200541e8006a41106a2009370300200541e8006a41186a2007290300370300200520093703a8012005200529038801370368200541386a200541e8006a4120108e01200541186a200d42004100200528023c410020052802381b2206200f6b2207200720064b1bad2209420010d804200541286a20094200200e420010d804200541086a42004200200e420010d8042012420020141b210e2013420020141b210d4200210902402005290310200529032084420052200541286a41086a2903002213200529030820052903187c7c2212201354720d00200b2012200c2005290328221556200b201256200b2012511b22061b20127d200c201520061b220b201554ad7d2109200b20157d21150b2015200d200d201556200e200956200e2009511b22061b2003582009200e20061b220920045820092004511b0d00200041830a3b0100200041086a410e360200200041046a41c3bcc000360200200041026a41003a00000c020b200541d8006a200110a30102400240024020052802602208450d0020054188016a41186a420037030020054188016a41106a220a420037030020054188016a41086a220142003703002005420037038801200541b8016a41086a220641e691c600ad4280808080e000841003220741086a290000370300200520072900003703b8012007102320012006290300370300200520052903b801370388012006418192c600ad4280808080e000841003220741086a290000370300200520072900003703b80120071023200a20052903b8012209370300200541e8006a41086a2001290300370300200541e8006a41106a2009370300200541e8006a41186a2006290300370300200520093703a80120052005290388013703682005200541e8006a4120108e012005280204410020052802001b210720084105742101200528025c21082005280258220a2106034002402007200641106a2802004f0d002006290300200358200641086a290300220920045820092004511b0d002006411c6a2d000020027141ff01710d030b200641206a2106200141606a22010d000b410421062008450d02200a1023200041043a00000c040b200041043a0000200528025c450d03200528025810230c030b02402008450d00200a10230b20004185023b0001200041086a4115360200200041046a41aebcc000360200410321060b200020063a00000c010b102a000b200541d0016a24000bab0101047f230041206b2202240020022001a7220336020820022001422088a7220436020c02402004450d0020032d0000210520022004417f6a36020c2002200341016a360208200541014b0d00410021030240024020050e020100010b200241106a200241086a106d20022802102203450d01200229021421010b2000200137020420002003360200200241206a24000f0b41e8c9c600412e200241106a419ccbc6004198cac6001032000bbd0101047f230041106b220224002000280204210320002802002100410121042001280218418aaec00041012001411c6a28020028020c1100002105200241003a0005200220053a00042002200136020002402003450d0003402002200036020c20022002410c6a41e093c50010551a200041016a21002003417f6a22030d000b20022d000421050b0240200541ff01710d00200228020022002802184189aec00041012000411c6a28020028020c11000021040b200241106a240020040bac09030c7f037e037f230041f0006b22022400200241286a41086a220341e483c300ad42808080808001841003220441086a2900003703002002200429000037032820041023200241086a41086a2205200329030037030020022002290328370308200341f8bcc000ad4280808080d000841003220441086a2900003703002002200429000037032820041023200241186a41086a2206200329030037030020022002290328370318200241286a200110910102400240024041c00010212204450d00200420022903083700002004200229031837001020042002290028370020200441086a2005290300370000200441186a2006290300370000200441286a2003290000370000200441306a200241386a290000370000200441386a200241286a41186a290000370000200241c00036024c20022004360248200241086a2004ad4280808080800884100610a1010240024020022802082207450d00200228020c21082002200241106a280200360254200220073602502002200241d0006a106f02400240024020022802000d00200228025422034160712201417f4c0d0620022802042109024002402003410576220a0d00410821010c010b200110212201450d060b02402009450d00411d210b4100210c4100210d0340200241186a200241d0006a10a4010240024020022d00184101460d00200228025422054110490d002002290019210e20022002280250220341106a3602502002200541706a220636025420064104490d00200341086a290000210f2003290000211020022005416c6a22063602542002200341146a36025020060d010b20024100360228200a450d04200110230c040b200d41016a210620032800102111200241ec006a41026a200241d8006a41026a2d000022123a0000200241e8006a41026a221320123a000020022005416b6a3602542002200341156a360250200220022f005822053b016c200220053b016820032d001421050240200d200a470d00200c2006200c20064b1b220a41ffffff3f71200a470d0a200a41057422034100480d0a02400240200d0d002003102121010c010b2001200b41636a2003102521010b2001450d080b2001200b6a2203417f6a20053a0000200341636a2205200f37030820052010370300200341776a200e370200200341736a2011360200200320022f01683b0000200341026a20132d00003a0000200c41026a210c200b41206a210b2006210d20092006470d000b200241306a20093602002002200a36022c20022001360228200229022c210e0c030b200241306a20093602002002200a36022c200220013602282001450d01200229022c210e0c020b200241003602280b4100210120024100360220200242013703182002410c36025c2002200241c8006a3602582002200241186a3602642002413c6a41013602002002420137022c200241a0f0c2003602282002200241d8006a360238200241e4006a41c893c500200241286a10301a200235022042208620023502188410070240200228021c450d00200228021810230b0b02402008450d00200710230b2001450d002000200e370204200020013602000c010b20004100360208200042083702000b20041023200241f0006a24000f0b102a000b1031000b102c000bf00204027f017e017f077e0240024020012802042202450d0020012802002203310000210420012002417f6a22053602042001200341016a3602002005450d012003310001210620012002417e6a22053602042001200341026a3602002005450d012003310002210720012002417d6a22053602042001200341036a3602002005450d012003310003210820012002417c6a22053602042001200341046a3602002005450d012003310004210920012002417b6a22053602042001200341056a3602002005450d012003310005210a20012002417a6a22053602042001200341066a3602002005450d012003310006210b2001200241796a22053602042001200341076a3602002005450d01200041003a00002003310007210c2001200241786a3602042001200341086a3602002000200c423886200b42308684200a422886842009422086842008421886842007421086842006420886842004843700010f0b200041013a00000f0b200041013a00000b831003097f027e037f230041c0006b22022400200241206a41086a220341e483c300ad42808080808001841003220441086a2900003703002002200429000037032020041023200241086a2205200329030037030020022002290320370300200341f8bcc000ad4280808080d000841003220441086a2900003703002002200429000037032020041023200241106a41086a2204200329030037030020022002290320370310200241206a20001091010240024041c00010212206450d00200620022903003700002006200229031037001020062002290020370020200641086a2005290300370000200641186a2004290300370000200641286a2003290000370000200641306a200241206a41106a290000370000200641386a200241206a41186a290000370000200128020021072001280208210320024100360228200242013703202003200241206a105d02402003450d0020034105742108410021090340200720096a220341146a2d0000210502400240200228022420022802282204460d00200228022021000c010b200441016a22002004490d042004410174220a2000200a20004b1b220a4100480d040240024020040d00200a102121000c010b20022802202004200a102521000b2000450d032002200a360224200220003602200b2002200441016a360228200020046a20053a0000200341156a2d0000210502400240200228022420022802282204460d00200228022021000c010b200441016a22002004490d042004410174220a2000200a20004b1b220a4100480d040240024020040d00200a102121000c010b20022802202004200a102521000b2000450d032002200a360224200220003602200b2002200441016a360228200020046a20053a0000200341166a2d0000210502400240200228022420022802282204460d00200228022021000c010b200441016a22002004490d042004410174220a2000200a20004b1b220a4100480d040240024020040d00200a102121000c010b20022802202004200a102521000b2000450d032002200a360224200220003602200b2002200441016a360228200020046a20053a0000200341176a2d0000210502400240200228022420022802282204460d00200228022021000c010b200441016a22002004490d042004410174220a2000200a20004b1b220a4100480d040240024020040d00200a102121000c010b20022802202004200a102521000b2000450d032002200a360224200220003602200b2002200441016a360228200020046a20053a0000200341186a2d0000210502400240200228022420022802282204460d00200228022021000c010b200441016a22002004490d042004410174220a2000200a20004b1b220a4100480d040240024020040d00200a102121000c010b20022802202004200a102521000b2000450d032002200a360224200220003602200b2002200441016a360228200020046a20053a0000200341196a2d0000210502400240200228022420022802282204460d00200228022021000c010b200441016a22002004490d042004410174220a2000200a20004b1b220a4100480d040240024020040d00200a102121000c010b20022802202004200a102521000b2000450d032002200a360224200220003602200b2002200441016a360228200020046a20053a00002003411a6a2d0000210502400240200228022420022802282204460d00200228022021000c010b200441016a22002004490d042004410174220a2000200a20004b1b220a4100480d040240024020040d00200a102121000c010b20022802202004200a102521000b2000450d032002200a360224200220003602200b2002200441016a360228200020046a20053a00002003411b6a2d0000210502400240200228022420022802282204460d00200228022021000c010b200441016a22002004490d042004410174220a2000200a20004b1b220a4100480d040240024020040d00200a102121000c010b20022802202004200a102521000b2000450d032002200a360224200220003602200b2002200441016a360228200020046a20053a0000200341086a290300210b2003290300210c0240024020022802242200200228022822056b4110490d00200228022021040c010b200541106a22042005490d042000410174220a2004200a20044b1b220a4100480d040240024020000d00200a102121040c010b20022802202000200a102521040b2004450d032002200a36022420022004360220200a21000b200420056a220a200b370008200a200c3700002002200541106a220a360228200341106a280200210d02402000200a6b41034b0d00200a41046a220e200a490d042000410174220f200e200f200e4b1b220e4100480d040240024020000d00200e102121040c010b20042000200e102521040b2004450d032002200e360224200220043602200b2002200541146a3602282004200a6a200d3600002003411c6a2d0000210002400240200228022420022802282203460d00200228022021040c010b200341016a22042003490d04200341017422052004200520044b1b22054100480d040240024020030d002005102121040c010b200228022020032005102521040b2004450d0320022005360224200220043602200b2002200341016a360228200420036a20003a00002008200941206a2209470d000b0b200228022421032006ad4280808080800884200235022842208620022802202204ad84100202402003450d00200410230b200610230240200141046a280200450d00200710230b200241c0006a24000f0b102a000b102c000bc50504027f017e057f047e230041f0006b22022400200241d0006a41086a220341e483c300ad428080808080018422041003220541086a2900003703002002200529000037035020051023200241306a41086a2206200329030037030020022002290350370330200341debcc000ad4280808080b001841003220541086a2900003703002002200529000037035020051023200241c0006a41086a2207200329030037030020022002290350370340200241d0006a2001109101024041c00010212205450d00200520022903303700002005200229034037001020052002290050370020200541086a2006290300370000200541186a2007290300370000200541286a2003290000370000200541306a200241d0006a41106a2208290000370000200541386a200241d0006a41186a2209290000370000200241186a200541c000109701200241186a41106a290300210a2002290320210b2002290318210c20051023200320041003220541086a29000037030020022005290000370350200510232006200329030037030020022002290350370330200341e9bcc000ad4280808080f001841003220541086a29000037030020022005290000370350200510232007200329030037030020022002290350370340200241d0006a200110910141c00010212205450d00200520022903303700002005200229034037001020052002290050370020200541086a200241306a41086a290300370000200541186a200241c0006a41086a290300370000200541286a200241d0006a41086a290000370000200541306a2008290000370000200541386a20092900003700002002200541c000109701200241106a29030021042002290308210d20022802002103200510232000200d420020031b220d200b4200200ca722051b7c220b37030020002004420020031b200a420020051b7c200b200d54ad7c370308200241f0006a24000f0b102a000bfa0202057f027e230041e0006b22022400200241c0006a41086a220341e483c300ad42808080808001841003220441086a2900003703002002200429000037034020041023200241206a41086a2205200329030037030020022002290340370320200341debcc000ad4280808080b001841003220441086a2900003703002002200429000037034020041023200241306a41086a2206200329030037030020022002290340370330200241c0006a2001109101024041c000102122040d00102a000b200420022903203700002004200229033037001020042002290040370020200441086a2005290300370000200441186a2006290300370000200441286a2003290000370000200441306a200241c0006a41106a290000370000200441386a200241c0006a41186a290000370000200241086a200441c000109701200241086a41106a290300210720022903102108200228020821032004102320002007420020031b37030820002008420020031b370300200241e0006a24000b880402037f037e230041f0006b22042400200441206a200110a601024002402004290320200441206a41086a290300844200520d00200041073a0006200041830a3b01042000410c6a410b360200200041086a41d6bbc000360200410121050c010b200441d0006a41086a220541e483c300ad42808080808001841003220641086a2900003703002004200629000037035020061023200441306a41086a200529030037030020042004290350370330200541debcc000ad4280808080b001841003220641086a2900003703002004200629000037035020061023200441c0006a41086a200529030037030020042004290350370340200441d0006a2001109101024041c000102122050d00102a000b200520042903303700002005200429034037001020052004290050370020200541086a200441306a41086a290300370000200541186a200441c0006a41086a290300370000200541286a200441d0006a41086a290000370000200541306a200441d0006a41106a290000370000200541386a200441d0006a41186a290000370000200441086a200541c000109701200441086a41106a290300210720042903102108200428020821062005102320012008420020061b220820027c22092007420020061b20037c2009200854ad7c109a01200041106a2003370300200041086a2002370300410021050b20002005360200200441f0006a24000beb0c0b077f017e017f017e067f027e017f027e027f017e017f230041f0006b22032400200341d0006a41186a22044200370300200341d0006a41106a2205420037030041082106200341d0006a41086a2207420037030020034200370350200341386a41086a220841e691c600ad4280808080e000841003220941086a290000370300200320092900003703382009102320072008290300370300200320032903383703502008418192c600ad4280808080e000841003220941086a290000370300200320092900003703382009102320052003290338220a370300200341086a41086a2007290300370300200341086a41106a200a370300200341086a41186a20082903003703002003200a370328200320032903503703082003200341086a4120108e0120032802042108200328020021092000280000210b2000350004210c200341d0006a200110a3014100210d2003280250210e2003280254210f02400240024002400240024002400240024020032802582210450d002008410020091b2111200e201041057422106a2112200341e4006a2109200e21080340200841086a290300210a200841106a2903002113200829030021142004200841186a290300370300200520133703002007200a3703002003201437035020092000460d0220092900002000290000510d0202402003280260221520114d0d002003410a6a200341ef006a2d00003a0000200320032f006d3b0108200341d8006a2903002114427f2113200329035021164201210a20032d006c2109200329026421170c040b200841206a2108201041606a22100d000b0b200f450d02200e10230c020b200328026022092002200920024b1b211520032d006c4102722109427f21164200211341002102200329026421174200210a4100210b427f21140b200341cc006a41026a220d200341086a41026a2d00003a0000200320032f01083b014c412010212206450d0420062016370300200620093a001c2006201737021420062015360210200620032f014c3b001d200620143703082006411f6a200d2d00003a00000240024020104120470d004101210d20132114410121070c010b200841206a2104201241606a2118200341ed006a2119200341e4006a2109201321144101210d41012107034020042108024002400340200341d0006a41186a200841186a290300370300200341d0006a41106a200841106a290300370300200341d0006a41086a2210200841086a290300370300200320082903003703500240024020092000460d0020092900002000290000510d002003280260220520114d0d01200341086a41026a201941026a2d00003a0000200320192f00003b0108201029030021162003290350211720032d006c21152003290264211a0c040b200a4201510d024200211341002102420021144200210a4100210b0b2012200841206a2208470d000c040b0b2010290300220a201420032903502217201356200a201456200a2014511b22101b21162017201320101b2117200328026022102002201020024b1b210520032d006c410272211542002113410021022003290264211a420021144200210a4100210b0b200341286a41026a200341086a41026a2d000022103a0000200320032f010822043b0128200341d0006a41026a221b20103a0000200320043b015002402007200d470d00200d41016a2210200d490d08200d41017422072010200720104b1b220741ffffff3f712007470d08200741057422104100480d0802400240200d0d002010102121060c010b2006200d4105742010102521060b2006450d070b200841206a21042006200d4105746a221020153a001c20102016370308201020173703002010201a37021420102005360210201020032f01503b001d2010411f6a201b2d00003a0000200d41016a210d20182008470d000b0b0240200f450d00200e10230b200a4201520d03200d2007470d020c010b427f2113427f21140b200d41016a2208200d490d03200d41017422002008200020084b1b220741ffffff3f712007470d03200741057422084100480d0302400240200d0d002008102121060c010b2006200d4105742008102521060b2006450d020b2006200d4105746a22082014370308200820133703002008200b36021420082002360210200841186a200c42808080802084370300200d41016a210d0b2003200d36025820032007360254200320063602502001200341d0006a10a501200341f0006a24000f0b102a000b102c000be20c06077f027e017f017e037f0b7e23002206210720064180016b41607122062400200641e0006a41186a22084200370300200641e0006a41106a22094200370300200641e0006a41086a220a420037030020064200370360200641d0006a41086a220b41e691c600ad4280808080e000841003220c41086a2900003703002006200c290000370350200c1023200a200b29030037030020062006290350370360200b418192c600ad4280808080e000841003220c41086a2900003703002006200c290000370350200c102320092006290350220d370300200641206a41086a200a290300370300200641206a41106a200d370300200641206a41186a200b2903003703002006200d37034020062006290360370320200641186a200641206a4120108e01200628021c210b2006280218210c2006200337033020062002370328200620043602384201210e200642013703202006200028000036023c2000350004210d200641e0006a200110a3014100210f200d2005ad42ff0183422086842110200628026021112006280264211202400240024002400240024020062802682205450d00200b4100200c1b210420112005410574220c6a2113200641f4006a21052006290320220e21022006290328221421152006290330221621172006290338221821192011210b0340200b41086a290300210d200b41106a2903002103200b290300211a2008200b41186a29030037030020092003370300200a200d3703002006201a3703600240024020052000460d0020052900002000290000510d000240200628027020044b0d002002210d420021020c020b2009290300211b2006290368211c2006290360211d2006290378211e2002210d420121020c010b4200210e4200211442002116420021184200210d2010211e2015211d2017211c2019211b0b20024201510d02200b41206a210b200d2102200c41606a220c0d000b2006200e3703202006201437032820062016370330200620183703380b2012450d01201110230c010b2006200d370320200620153703282006201737033020062019370338412010212205450d022005201e3703182005201d3703002005201c370308200541106a201b37030002400240200c4120470d004101210f200d210e4101210a0c010b200b41206a210b200641f4006a2109200d210e4101210f4101210a03400240024020092000460d00200d21020340200641e0006a41186a200b41186a290300370300200641e0006a41106a220c200b41106a290300370300200641e0006a41086a200b41086a2903003703002006200b2903003703600240024020092900002000290000510d000240200628027020044b0d002002210d420021020c020b200c290300211e2006290368211a200629036021032006290378211d2002210d420121020c010b4200210e200642003703204200210d201521032017211a2019211e2010211d0b024020024201510d00200d21022013200b41206a220b470d010c050b0b200b41206a210b0c010b0240034020064200370320200d4201510d014200210d2013200b41206a220b470d000b4200210e0c030b200b41206a210b4200210e4200210d201521032017211a2019211e2010211d0b0240200a200f470d00200f41016a220c200f490d06200f410174220a200c200a200c4b1b220a41ffffff3f71200a470d06200a410574220c4100480d0602400240200f0d00200c102121050c010b2005200f410574200c102521050b2005450d050b2005200f4105746a220c201a370308200c2003370300200c41106a201e370300200c41186a201d370300200f41016a210f200b2013470d000b0b2012450d01201110230c010b4100210a410821050b0240200e4201520d00200641e0006a41106a2200200641206a410872220b41106a290300370300200641e0006a41086a220c200b41086a2903003703002006200b2903003703600240200f200a470d00200f41016a220b200f490d03200f4101742209200b2009200b4b1b220a41ffffff3f71200a470d03200a410574220b4100480d0302400240200f0d00200b102121050c010b2005200f410574200b102521050b2005450d020b2005200f4105746a220b2006290360370300200b41106a2000290300370300200b41086a200c290300370300200b41186a2010370300200f41016a210f0b2006200f3602682006200a360264200620053602602001200641e0006a10a501200724000f0b102a000b102c000bb20302057f027e230041e0006b22042400200441c0006a41086a220541e483c300ad42808080808001841003220641086a2900003703002004200629000037034020061023200441206a41086a2207200529030037030020042004290340370320200541e9bcc000ad4280808080f001841003220641086a2900003703002004200629000037034020061023200441306a41086a2208200529030037030020042004290340370330200441c0006a2001109101024041c000102122060d00102a000b200620042903203700002006200429033037001020062004290040370020200641086a2007290300370000200641186a2008290300370000200641286a2005290000370000200641306a200441c0006a41106a290000370000200641386a200441c0006a41186a290000370000200441086a200641c000109701200441086a41106a29030021092004290310210a20042802082105200610232001200a420020051b220a2002200a200a2002562009420020051b220920035620092003511b22061b22027d20092003200920061b22037d200a200254ad7d109d012000200337030820002002370300200441e0006a24000bfc0606027f017e057f027e017f037e23004180016b22052400200541306a200210a601024002402005290330200541306a41086a290300844200520d00200041073a0006200041830a3b01042000410c6a410b360200200041086a41d6bbc000360200410121060c010b200541e0006a41086a220641e483c300ad428080808080018422071003220841086a2900003703002005200829000037036020081023200541c0006a41086a200629030037030020052005290360370340200641e9bcc000ad4280808080f001841003220841086a2900003703002005200829000037036020081023200541d0006a41086a200629030037030020052005290360370350200541e0006a2001109101024041c00010212206450d00200620052903403700002006200529035037001020062005290060370020200641086a200541c0006a41086a2209290300370000200641186a200541d0006a41086a220a290300370000200641286a200541e0006a41086a2208290000370000200641306a200541e0006a41106a220b290000370000200641386a200541e0006a41186a220c290000370000200541186a200641c000109701200541186a41106a290300210d2005290320210e2005280218210f20061023200820071003220641086a29000037030020052006290000370360200610232009200829030037030020052005290360370340200841debcc000ad4280808080b001841003220641086a2900003703002005200629000037036020061023200a200829030037030020052005290360370350200541e0006a200210910141c00010212206450d00200620052903403700002006200529035037001020062005290060370020200641086a2009290300370000200641186a200a290300370000200641286a2008290000370000200641306a200b290000370000200641386a200c2900003700002005200641c000109701200541106a290300211020052903082107200528020021082006102320022007420020081b22112003200e4200200f1b220e200e200356200d4200200f1b220d200456200d2004511b22061b22077c22122010420020081b2004200d20061b22107c2012201154ad7c109a012001200e20077d200d20107d200e200754ad7d109d01200041106a200420107d2003200754ad7d370300200041086a200320077d370300410021060c010b102a000b2000200636020020054180016a24000ba00702057f047e230041f0006b22042400200441d0006a41086a220541e483c300ad42808080808001841003220641086a2900003703002004200629000037035020061023200441306a41086a2207200529030037030020042004290350370330200541debcc000ad4280808080b001841003220641086a2900003703002004200629000037035020061023200441c0006a41086a2208200529030037030020042004290350370340200441d0006a20011091010240024041c00010212206450d00200620042903303700002006200429034037001020062004290050370020200641086a2007290300370000200641186a2008290300370000200641286a2005290000370000200641306a200441d0006a41106a290000370000200641386a200441d0006a41186a290000370000200441186a200641c000109701200441186a41106a29030021092004290320210a20042802182105200610230240200a420020051b220a20025a2009420020051b220920035a20092003511b0d00200041830a3b0100200041086a4113360200200041046a4193bcc000360200200041026a41033a00000c020b200441d0006a20014104200a20027d220b200920037d200a200254ad7d220910a001200420042900513703402004200441d0006a41086a2206280000360047024020042d005022054104460d00200020053a000020002004290340370001200041086a20042800473600000c020b200641e483c300ad42808080808001841003220541086a2900003703002004200529000037035020051023200441306a41086a200629030037030020042004290350370330200641e9bcc000ad4280808080f001841003220541086a2900003703002004200529000037035020051023200441c0006a41086a200629030037030020042004290350370340200441d0006a200110910141c00010212206450d00200620042903303700002006200429034037001020062004290050370020200641086a200441306a41086a290300370000200641186a200441c0006a41086a290300370000200641286a200441d0006a41086a290000370000200641306a200441d0006a41106a290000370000200641386a200441d0006a41186a2900003700002004200641c000109701200441106a290300210a2004290308210c20042802002105200610232001200c420020051b220c20027c2202200a420020051b20037c2002200c54ad7c109d012001200b2009109a01200041043a00000c010b102a000b200441f0006a24000bf90506027f017e057f027e017f027e230041f0006b22032400200341d0006a41086a220441e483c300ad428080808080018422051003220641086a2900003703002003200629000037035020061023200341306a41086a2207200429030037030020032003290350370330200441e9bcc000ad4280808080f001841003220641086a2900003703002003200629000037035020061023200341c0006a41086a2208200429030037030020032003290350370340200341d0006a2000109101024041c00010212206450d00200620032903303700002006200329034037001020062003290050370020200641086a2007290300370000200641186a2008290300370000200641286a2004290000370000200641306a200341d0006a41106a2209290000370000200641386a200341d0006a41186a220a290000370000200341186a200641c000109701200341186a41106a290300210b2003290320210c2003280218210d20061023200420051003220641086a29000037030020032006290000370350200610232007200429030037030020032003290350370330200441debcc000ad4280808080b001841003220641086a29000037030020032006290000370350200610232008200429030037030020032003290350370340200341d0006a200010910141c00010212206450d00200620032903303700002006200329034037001020062003290050370020200641086a200341306a41086a290300370000200641186a200341c0006a41086a290300370000200641286a200341d0006a41086a290000370000200641306a2009290000370000200641386a200a2900003700002003200641c000109701200341106a290300210e20032903082105200328020021042006102320002005420020041b220f2001200c4200200d1b22052005200156200b4200200d1b220b200256200b2002511b22061b22017c220c200e420020041b2002200b20061b22027c200c200f54ad7c109a012000200520017d200b20027d2005200154ad7d109d01200341f0006a24000f0b102a000b130020004104360204200041e8cec0003602000b3400200041e483c30036020420004100360200200041146a4105360200200041106a41d8e3c000360200200041086a42083702000b3301017f02404110102122020d00102a000b2002420037000820024200370000200042908080808002370204200020023602000b130020004103360204200041c8f4c0003602000b3601017f02404110102122020d00102a000b2002420037000820024280c2d72f370000200042908080808002370204200020023602000b3701017f02404110102122020d00102a000b2002420037000820024280c8afa025370000200042908080808002370204200020023602000b130020004101360204200041c4f7c0003602000b940703067f017e057f230041a0016b2201240020014180016a41186a2202420037030020014180016a41106a2203420037030020014180016a41086a220442003703002001420037038001200141f0006a41086a220541c8f7c200ad4280808080f000841003220641086a2900003703002001200629000037037020061023200420052903003703002001200129037037038001200541e893c200ad4280808080c001841003220641086a2900003703002001200629000037037020061023200320012903702207370300200141d0006a41086a22062004290300370300200141d0006a41106a22082007370300200141d0006a41186a22092005290300370300200120073703102001200129038001370350200141086a200141d0006a4120108e01200128020c210a2001280208210b200141106a41186a200041186a290000370300200141106a41106a200041106a290000370300200141106a41086a200041086a29000037030020012000290000370310200541d0a0c100ad42808080808001841003220041086a2900003703002001200029000037037020001023200141306a41086a220c200529030037030020012001290370370330200541ecc4c000ad4280808080e001841003220041086a2900003703002001200029000037037020001023200141c0006a41086a22002005290300370300200120012903703703402001200a4100200b1b3602702002200141f0006aad4280808080c000841001220541186a2900003703002003200541106a2900003703002004200541086a2900003703002001200529000037038001200510232009200229030037030020082003290300370300200620042903003703002001200129038001370350024041c00010212205450d00200520012903303700002005200129034037001020052001290350370020200541086a200c290300370000200541186a2000290300370000200541286a2006290300370000200541306a2008290300370000200541386a200929030037000020014180016a200141106a109101200541c00041800110252205450d002005200129008001370040200541d8006a20014198016a290000370000200541d0006a20014190016a290000370000200541c8006a20014188016a2900003700002001200541e000108e012001200128020441016a410120012802001b360280012005ad4280808080800c8420014180016aad4280808080c00084100220051023200141a0016a24000f0b102a000b3400200041d0a0c10036020420004100360200200041146a4104360200200041106a4180f9c000360200200041086a42083702000b2201017f230041106b22022400200241003602002000200210b901200241106a24000bff0201067f230041106b220224000240024002400240024002400240200128020022030d00410121040c010b0240200141086a28020041056a2204417f4c0d0020040d0120024100360208200242013703000c020b1031000b200410212205450d04200241003602082002200436020420022005360200024020030d00200541003a0000200241013602080c030b20040d010b410110212205450d0320024101360204200220053602000b200541013a000020024101360208200141086a28020022042002105d0240024020022802042201200228020822056b2004490d00200228020021010c010b200520046a22062005490d02200141017422072006200720064b1b22064100480d020240024020010d002006102121010c010b200228020020012006102521010b2001450d0320022006360204200220013602000b2002200520046a360208200120056a2003200410d3041a0b20002002290300370200200041086a200241086a280200360200200241106a24000f0b102c000b102a000bcb0301057f230041106b22032400200341003602082003420137030020012003105d0240024002402001450d002000200141286c6a21040340200028020021050240024020032802042206200328020822016b4104490d00200328020021060c010b200141046a22072001490d04200641017422012007200120074b1b22014100480d040240024020060d002001102121060c010b200328020020062001102521060b2006450d032003200136020420032006360200200328020821010b2003200141046a360208200620016a20053600002003200336020c200041046a22062003410c6a106b200041246a28020021050240024020032802042200200328020822016b4104490d00200328020021000c010b200141046a22072001490d04200041017422012007200120074b1b22014100480d040240024020000d002001102121000c010b200328020020002001102521000b2000450d032003200136020420032000360200200328020821010b2003200141046a360208200020016a2005360000200641246a22002004470d000b0b200328020421012002290200200335020842208620032802002200ad84100202402001450d00200010230b200341106a24000f0b102a000b102c000bf72205137f057e107f027e017f230041b0026b22032400024002400240024002400240024002400240024020012802000e0400010203000b200341ec006a41013602002003420137025c200341bca3c5003602582003410436028c022003419c87c60036028802200320034188026a360268200341d8006a41a891c6001037000b200128020421010240024020022d00000d0020022d00014101460d010b200041023a00000c070b200241196a2d00002104200241186a2d00002105200241166a2f01002106200241156a2d00002107200241146a2d00002108200241126a2f01002109200241116a2d0000210a200241106a2d0000210b2002410e6a2f0100210c2002410d6a2d0000210d2002410c6a2d0000210e2002410a6a2f0100210f200241096a2d00002110200241086a2d00002111200241066a2f01002112200241056a2d00002113200241046a2d00002114200241026a2f0100211520032002411a6a290100370340200320043a003f200320053a003e200320063b013c200320073a003b200320083a003a200320093b01382003200a3a00372003200b3a00362003200c3b01342003200d3a00332003200e3a00322003200f3b0130200320103a002f200320113a002e200320123b012c200320133a002b200320143a002a200320153b012841eaa0c100ad4280808080c00084100322022900002116200229000821172002102341f398c600ad428080808030841003220229000021182002290008211920021023200320193701a0022003201837019802200320174238883c009702200320174230883c009602200320174220883d019402200320174218883c009302200320174210883c009202200320173d0190022003201637018802200341d8006a20034188026a412010bc010240024020032d00584101460d00200341a0026a420037030020034198026a420037030020034190026a420037030020034200370388020c010b20032003290059370388022003200341f1006a2900003703a0022003200341e1006a290000370390022003200341e9006a290000370398020b200341286a20034188026a412010d5040d02200341d8006a200141b00110d3041a200341003b018802200341086a200341d8006a20034188026a10bd0141012102024020032d00084104460d00200341d8006a41086a200341086a41086a28020036020020032003290308370358200341d8006a10be01410021020b200320023a005a200341083b0158200341d8006a109901200041043a0000200110230c070b0240024020022d00000d0020022d00014101460d010b200041023a00000c070b2001411d6a290000211a2001411c6a2d0000211b200141196a2f0000211c200141186a2d0000211d200141156a2f0000211e200141146a2d0000211f200141116a2f00002120200141106a2d000021212001410d6a2f000021222001410c6a2d00002123200141086a280200211520012d001b212420012d0017212520012d0013212620012d000f212720012d0007212820012f0005212920012d0004212a200241196a2d00002101200241186a2d00002104200241166a2f01002105200241156a2d00002106200241146a2d00002107200241126a2f01002108200241116a2d00002109200241106a2d0000210a2002410e6a2f0100210b2002410d6a2d0000210c2002410c6a2d0000210d2002410a6a2f0100210e200241096a2d0000210f200241086a2d00002110200241066a2f01002111200241056a2d00002112200241046a2d00002113200241026a2f0100211420032002411a6a290100370340200320013a003f200320043a003e200320053b013c200320063a003b200320073a003a200320083b0138200320093a00372003200a3a00362003200b3b01342003200c3a00332003200d3a00322003200e3b01302003200f3a002f200320103a002e200320113b012c200320123a002b200320133a002a200320143b012841eaa0c100ad4280808080c00084100322022900002116200229000821172002102341f398c600ad428080808030841003220229000021182002290008211920021023200320193701a0022003201837019802200320174238883c009702200320174230883c009602200320174220883d019402200320174218883c009302200320174210883c009202200320173d0190022003201637018802200341d8006a20034188026a412010bc010240024020032d00584101460d00200341a0026a420037030020034198026a420037030020034190026a420037030020034200370388020c010b20032003290059370388022003200341f1006a2900003703a0022003200341e1006a290000370390022003200341e9006a290000370398020b200341286a20034188026a412010d5040d020240202a41ff01714101470d00200341d8006a201541067610bf01200328025821010240024020032802602015413f7122024b0d00410021020c010b200120024105746a2202290018211a20022d0017211b20022d0016212420022f0014211c20022d0013211d20022d0012212520022f0010211e20022d000f211f20022d000e212620022f000c212020022d000b212120022d000a212720022f0008212220022d000721232002280003211520022d0002212820022f00002129410121020b0240200328025c450d00200110230b20020d00200041013a00000c070b41eaa0c100ad4280808080c000842216100322022900002118200229000821172002102341f398c600ad42808080803084221910032202290000212b2002290008212c200210232003202c3701a0022003202b37019802200320174238883c009702200320174230883c009602200320174220883d019402200320174218883c009302200320174210883c009202200320173d0190022003201837018802200341d8006a20034188026a412010bc010240024020032d00584101460d004200211741002102410021014100210441002105410021064100210741002108410021094100210a4100210b4100210c4100210d4100210e4100210f410021104100211141002112410021130c010b200341e0006a2d0000210e200341e1006a2f0000210d200341e3006a2d0000210c200341e4006a2d0000210b200341e5006a2f0000210a200341e7006a2d00002109200341e8006a2d00002108200341e9006a2f00002107200341eb006a2d00002102200341ec006a2d00002101200341ed006a2f00002104200341ef006a2d00002105200341f0006a2d00002106200341f1006a290000211720032f0059211320032d005b211220032d005c211120032f005d211020032d005f210f0b200341f2006a2017370100200341f1006a20063a0000200341f0006a20053a0000200341ee006a20043b0100200341ed006a20013a0000200341ec006a20023a0000200341ea006a20073b0100200341e9006a20083a0000200341e8006a20093a0000200341e6006a200a3b0100200341e5006a200b3a0000200341e4006a200c3a0000200341e2006a200d3b0100200341e1006a200e3a0000200341e0006a200f3a0000200320103b015e200320113a005d200320123a005c200320133b015a20034188023b0158200341d8006a1099012003201a3703702003201b3a006f200320243a006e2003201c3b016c2003201d3a006b200320253a006a2003201e3b01682003201f3a0067200320263a0066200320203b0164200320213a0063200320273a0062200320223b0160200320233a005f2003201536005b200320283a005a200320293b015820161003220229000021162002290008211720021023201910032202290000211820022900082119200210232003201937012020032018370118200320174238883c0017200320174230883c0016200320174220883d0114200320174218883c0013200320174210883c0012200320173d0110200320163701082003412036028c022003200341086a36028802200341d8006a20034188026a10c001200041043a00000c060b200141286a28020021040240024020022d00000d0020022d00014101460d010b200041023a0000200410c1010c040b2001411d6a290000211a2001411c6a2d0000211c200141196a2f0000211d200141186a2d0000211e200141156a2f0000211f200141146a2d00002120200141116a2f00002121200141106a2d000021222001410d6a2f000021232001410c6a2d00002124200141086a280200210520012d001b212520012d0017212620012d0013212720012d000f212820012d0007212920012f0005212a20012d0004212d200241196a2d00002101200241186a2d00002106200241166a2f01002107200241156a2d00002108200241146a2d00002109200241126a2f0100210a200241116a2d0000210b200241106a2d0000210c2002410e6a2f0100210d2002410d6a2d0000210e2002410c6a2d0000210f2002410a6a2f01002110200241096a2d00002111200241086a2d00002112200241066a2f01002113200241056a2d00002114200241046a2d00002115200241026a2f0100211b20032002411a6a290100370340200320013a003f200320063a003e200320073b013c200320083a003b200320093a003a2003200a3b01382003200b3a00372003200c3a00362003200d3b01342003200e3a00332003200f3a0032200320103b0130200320113a002f200320123a002e200320133b012c200320143a002b200320153a002a2003201b3b012841eaa0c100ad4280808080c00084100322022900002116200229000821172002102341f398c600ad428080808030841003220229000021182002290008211920021023200320193701a0022003201837019802200320174238883c009702200320174230883c009602200320174220883d019402200320174218883c009302200320174210883c009202200320173d0190022003201637018802200341d8006a20034188026a412010bc010240024020032d00584101460d00200341a0026a420037030020034198026a420037030020034190026a420037030020034200370388020c010b20032003290059370388022003200341f1006a2900003703a0022003200341e1006a290000370390022003200341e9006a290000370398020b200341286a20034188026a412010d5040d02410121010240202d41ff01714101470d00200341d8006a200541067610bf01200328025821060240024020032802602005413f7122024b0d00410021020c010b200620024105746a2202290018211a20022d0017211c20022d0016212520022f0014211d20022d0013211e20022d0012212620022f0010211f20022d000f212020022d000e212720022f000c212120022d000b212220022d000a212820022f0008212320022d000721242002280003210520022d0002212920022f0000212a410121020b0240200328025c450d00200610230b20020d00200041013a0000200410c1010c040b2003201a3701202003201c3a001f200320253a001e2003201d3b011c2003201e3a001b200320263a001a2003201f3b0118200320203a0017200320273a0016200320213b0114200320223a0013200320283a0012200320233b0110200320243a000f200320293a000a2003202a3b0108200320053a000b200320054118763a000e200320054108763b010c200341d8006a200441b00110d3041a20034192026a20032901103701002003419a026a2003290118370100200341a2026a200329012037010020034180023b0188022003200329010837018a02200341c8006a200341d8006a20034188026a10bd01024020032d00484104460d00200341d8006a41086a200341c8006a41086a28020036020020032003290348370358200341d8006a10be01410021010b200320013a005a20034188043b0158200341d8006a109901200041043a00000c030b200041831e3b0100200041086a410b360200200041046a41c7b9c000360200200041026a41003a00000c030b200041831e3b0100200041086a410b360200200041046a41c7b9c000360200200041026a41003a00000c030b200041831e3b0100200041086a410b360200200041046a41c7b9c000360200200041026a41003a0000200410c1010b200410230c010b200110c101200110230b200341b0026a24000bd50302047f047e230041f0006b220324002003200236020c20032001360208200341106a2002ad4220862001ad84100610a10102400240200328021022040d00200041003a00000c010b200341186a28020021052003280214210641002101200341003a006802400340024020052001470d000240200141ff0171450d00200341003a00680b4100210120034100360228200342013703202003410c3602442003200341086a3602402003200341206a36026c200341dc006a41013602002003420137024c200341a0f0c2003602482003200341c0006a360258200341ec006a41c893c500200341c8006a10301a200335022842208620033502208410072003280224450d02200328022010230c020b200341c8006a20016a200420016a2d00003a00002003200141016a22023a00682002210120024120470d000b200341206a41186a200341c8006a41186a2903002207370300200341206a41106a200341c8006a41106a2903002208370300200341206a41086a200341c8006a41086a290300220937030020032003290348220a370320200041196a2007370000200041116a2008370000200041096a20093700002000200a370001410121010b200020013a00002006450d00200410230b200341f0006a24000b91f2040c017f017e067f027e037f017e037f017e0d7f027e077f057e230041f00d6b220324000240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024020012802000e19010002000304050006070809000a0b0c0d0e0f101112131415010b000b200141106a29030021042001410c6a280200210520022d0001210620022d000021020240024002400240024002400240200141086a2802002207417f6a0e0700010203040506000b0240200220067241ff0171450d00200041023a00000c7d0b200041043a00000c7c0b2004a7210702400240200241ff01710d0041012108200641ff01714101460d010b200041023a0000410121080c7a0b200041043a00000c790b0240200220067241ff0171450d00200041023a00000c7b0b410810212202450d6b2002200437000041d9bbc600ad4280808080a001842002ad4280808080800184100220021023200041043a00000c7a0b2004a721070240200220067241ff0171450d00200041023a00000c770b41e3bbc600ad4280808080d000842004428080808070832005ad841002200041043a00000c760b2004422088a721092004a7210a0240200220067241ff0171450d00200041023a00002009450d73200941186c21002005210203400240200241046a280200450d00200228020010230b0240200241106a280200450d002002410c6a28020010230b200241186a2102200041686a22000d000c740b0b0240200941186c2202450d00200520026a2106200521020340200241086a350200422086200235020084200241146a3502004220862002410c6a350200841002200241186a22022006470d000b0b200041043a00002009450d72200941186c21002005210203400240200241046a280200450d00200228020010230b0240200241106a280200450d002002410c6a28020010230b200241186a2102200041686a2200450d730c000b0b2004422088a721092004a7210a0240200220067241ff0171450d00200041023a00002009450d712009410c6c21002005210203400240200241046a280200450d00200228020010230b2002410c6a2102200041746a22000d000c720b0b02402009410c6c2202450d00200520026a2106200521020340200241086a35020042208620023502008410052002410c6a22022006470d000b0b200041043a00002009450d702009410c6c21002005210203400240200241046a280200450d00200228020010230b2002410c6a2102200041746a2200450d710c000b0b2004a721070240200220067241ff0171450d00200041023a00000c6f0b2004428080808070832005ad841008200041043a00000c6e0b0240024020022d00000d0020022d000141ff01714102460d010b200041023a00000c6d0b200141086a290300210b200341b8046a41186a22094200370300200341b8046a41106a22024200370300200341b8046a41086a22074200370300200342003703b804200341e8046a41086a220641ad92c500ad4280808080900184220c1003220a41086a2900003703002003200a2900003703e804200a102320072006290300370300200320032903e80422043703d804200320043703b80420064195bdc600ad42808080809001841003220a41086a2900003703002003200a2900003703e804200a1023200220032903e8042204370300200341f8046a41086a220d2007290300370300200341f8046a41106a220e2004370300200341f8046a41186a220f20062903003703002003200437039805200320032903b8043703f804200341206a200341f8046a412041014100410010900120032802204101460d13200942003703002002420037030020074200370300200342003703b8042006200c1003220a41086a2900003703002003200a2900003703e804200a102320072006290300370300200320032903e80422043703d804200320043703b804200641b9c0c300ad4280808080308422041003220a41086a2900003703002003200a2900003703e804200a102320034198056a41086a2006290300220c370300200320032903e80422103703980520022010370000200241086a200c370000200d2007290300370300200e2002290300370300200f2009290300370300200320032903b8043703f804200341106a200341f8046a10e601024002402003290318500d002003280210450d00200341b8046a41186a220a4200370300200341b8046a41106a220d4200370300200341b8046a41086a22074200370300200342003703b804200341e8046a41086a220641ad92c500ad42808080809001841003220941086a290000370300200320092900003703e8042009102320072006290300370300200320032903e804220c3703d8042003200c3703b804200641b9c0c300ad428080808030841003220941086a290000370300200320092900003703e8042009102320034198056a41086a2006290300220c370300200320032903e80422103703980520022010370000200241086a200c370000200341f8046a41086a2007290300370300200341f8046a41106a200d290300370300200341f8046a41186a200a290300370300200320032903b8043703f8042003200341f8046a10e601200329030842b8177c42b81720032802001b200b560d010b200341b8046a41186a22094200370300200341b8046a41106a220a4200370300200341b8046a41086a22074200370300200342003703b804200341e8046a41086a220641ad92c500ad4280808080900184220c1003220d41086a2900003703002003200d2900003703e804200d102320072006290300370300200320032903e80422103703d804200320103703b804200620041003220d41086a2900003703002003200d2900003703e804200d102320034198056a41086a220e20062903002204370300200320032903e80422103703980520022010370000200241086a220f2004370000200341f8046a41086a22112007290300370300200341f8046a41106a2212200a290300370300200341f8046a41186a22132009290300370300200320032903b8043703f8042003200b3703900b200341f8046aad42808080808004842204200341900b6aad220b4280808080800184100220094200370300200a420037030020074200370300200342003703b8042006200c1003220d41086a2900003703002003200d2900003703e804200d102320072006290300370300200320032903e804220c3703d8042003200c3703b80420064195bdc600ad42808080809001841003220d41086a2900003703002003200d2900003703e804200d1023200e2006290300220c370300200320032903e80422103703980520022010370000200f200c370000201120072903003703002012200a29030037030020132009290300370300200320032903b8043703f80441012106200341013a00900b2004200b428080808010841002200041043a0000410121080c770b41d29bc40041ce0041b096c500102d000b200341cc096a41026a22062001410f6a2d00003a0000200341a8096a41086a22092001411c6a290200370300200341a8096a41106a220a200141246a290200370300200341a8096a41186a220d2001412c6a280200360200200320012f000d3b01cc092003200141146a2902003703a809200141c8006a2903002110200141c0006a2903002114200141386a29030021042002411a6a290100210b200241196a2d0000210f200241186a2d00002111200241166a2f01002112200241156a2d00002113200241146a2d00002115200241126a2f01002116200241116a2d00002117200241106a2d000021082002410e6a2f010021052002410d6a2d000021182002410c6a2d000021192002410a6a2f0100211a200241096a2d0000211b200241086a2d0000211c200241066a2f0100211d200241056a2d0000211e200241046a2d0000211f200241026a2f01002120200141106a28020021072001410c6a2d00002121200141306a290300210c20022d0001210e20022d0000210202400240024002400240200141086a2802000e050001020304000b200341900b6a41146a4101360200200342013702940b200341bca3c5003602900b2003410436029c052003419c87c60036029805200320034198056a3602a00b200341900b6a41a891c6001037000b200341e0096a41086a2009290300370300200341e0096a41106a200a290300370300200341e0096a41186a200d280200360200200320032f01cc093b01a805200320032903a8093703e009200320062d00003a00aa052003200b370390052003200f3a008f05200320113a008e05200320123b018c05200320133a008b05200320153a008a05200320163b018805200320173a008705200320083a008605200320053b018405200320183a008305200320193a0082052003201a3b0180052003201b3a00ff042003201c3a00fe042003201d3b01fc042003201e3a00fb042003201f3a00fa04200320203b01f8044101210602400240200e41ff01714101470d00200241ff0171450d010b200041023a0000410121080c790b200341c00c6a41186a200341f8046a41186a290300370300200341c00c6a41106a200341f8046a41106a290300370300200341c00c6a41086a200341f8046a41086a290300370300200320032903f8043703c00c20034188086a41086a2206200341e0096a41086a29030037030020034188086a41106a2209200341e0096a41106a29030037030020034188086a41186a220a200341e0096a41186a280200360200200320032903e009370388080240202141ff01714101460d0020032f01a80520032d00aa05411074722102200341b8046a41186a200a2d00003a0000200341b8046a41106a2009290300370300200341b8046a41086a200629030037030020032003290388083703b8040c6d0b200341e8066a200741067610bf0120032802e80621060240024020032802f0062007413f7122024b0d00410021090c010b200620024105746a2202280003210720022f00002109200241026a2d0000210a200341b8046a41106a200241176a290000370300200341c0046a2002410f6a290000370300200341d0046a2002411f6a2d00003a0000200320022900073703b8042009200a411074722102410121090b024020032802ec06450d00200610230b20090d6c410121060c6d0b200341e0096a41086a2009290300370300200341e0096a41106a200a290300370300200341e0096a41186a200d280200360200200320032f01cc093b01d009200320032903a8093703e009200320062d00003a00d2090240200e20027241ff0171450d00200041023a00000c6e0b20034188086a41086a2206200341e0096a41086a29030037030020034188086a41106a2209200341e0096a41106a29030037030020034188086a41186a220a200341e0096a41186a280200360200200320032903e009370388080240202141ff01714101460d0020032f01d00920032d00d209411074722102200341b8046a41186a200a2d00003a0000200341b8046a41106a2009290300370300200341b8046a41086a200629030037030020032003290388083703b8040c670b200341c8056a200741067610bf0120032802c80521060240024020032802d0052007413f7122024b0d00410021090c010b200620024105746a2202280003210720022f00002109200241026a2d0000210a200341b8046a41106a200241176a290000370300200341c0046a2002410f6a290000370300200341d0046a2002411f6a2d00003a0000200320022900073703b8042009200a411074722102410121090b024020032802cc05450d00200610230b20090d66200341900b6a41086a200341e8066a41086a290300370300200341900b6a41106a200341e8066a41106a290300370300200341900b6a41186a200341e8066a41186a2d00003a0000200320032903e8063703900b0c650b200141e0006a2903002122200141d8006a2903002123200141d0006a290300210b200341e0096a41086a2009290300370300200341e0096a41106a200a290300370300200341e0096a41186a200d280200360200200320032f01cc093b019805200320062d00003a009a05200320032903a8093703e009200341e8066a41106a2010370300200320143703f0062003200b3e028007200320043703e8060240200e20027241ff0171450d00200041023a00000c6d0b20034188086a41086a2206200341e0096a41086a29030037030020034188086a41106a2209200341e0096a41106a29030037030020034188086a41186a220a200341e0096a41186a280200360200200320032903e009370388080240202141ff01714101460d0020032f01980520032d009a05411074722102200341b8046a41186a200a2d00003a0000200341b8046a41106a2009290300370300200341b8046a41086a200629030037030020032003290388083703b8040c630b200341c8056a200741067610bf0120032802c80521060240024020032802d0052007413f7122024b0d00410021090c010b200620024105746a2202280003210720022f00002109200241026a2d0000210a200341b8046a41106a200241176a290000370300200341c0046a2002410f6a290000370300200341d0046a2002411f6a2d00003a0000200320022900073703b8042009200a411074722102410121090b024020032802cc05450d00200610230b20090d62410121060c630b200341e0096a41086a2009290300370300200341e0096a41106a200a290300370300200341e0096a41186a200d280200360200200320032f01cc093b01a805200320032903a8093703e009200320062d00003a00aa052003200b370390052003200f3a008f05200320113a008e05200320123b018c05200320133a008b05200320153a008a05200320163b018805200320173a008705200320083a008605200320053b018405200320183a008305200320193a0082052003201a3b0180052003201b3a00ff042003201c3a00fe042003201d3b01fc042003201e3a00fb042003201f3a00fa04200320203b01f8044101210602400240200e41ff01714101470d00200241ff0171450d010b200041023a0000410121080c760b200341c00c6a41186a200341f8046a41186a290300370300200341c00c6a41106a200341f8046a41106a290300370300200341c00c6a41086a200341f8046a41086a290300370300200320032903f8043703c00c20034188086a41086a2206200341e0096a41086a29030037030020034188086a41106a2209200341e0096a41106a29030037030020034188086a41186a220a200341e0096a41186a280200360200200320032903e009370388080240202141ff01714101460d0020032f01a80520032d00aa05411074722102200341b8046a41186a200a2d00003a0000200341b8046a41106a2009290300370300200341b8046a41086a200629030037030020032003290388083703b8040c600b200341e8066a200741067610bf0120032802e80621060240024020032802f0062007413f7122024b0d00410021090c010b200620024105746a2202280003210720022f00002109200241026a2d0000210a200341b8046a41106a200241176a290000370300200341c0046a2002410f6a290000370300200341d0046a2002411f6a2d00003a0000200320022900073703b8042009200a411074722102410121090b024020032802ec06450d00200610230b20090d5f410121060c600b2001410c6a2802002106200141086a280200210d2001280204210a0240024020022d00000d0020022d000141ff01714102460d010b200041023a00000c5c0b2006410a4b0d12200341c8056a41186a22114200370300200341c8056a41106a22134200370300200341c8056a41086a22074200370300200342003703c805200341e8046a41086a220241bcc0c300ad4280808080a00184220b1003220941086a290000370300200320092900003703e8042009102320072002290300370300200320032903e804220437039805200320043703c805200241bcdfc300ad4280808080c00184220c1003220941086a290000370300200320092900003703e80420091023201320032903e8042204370300200341f8046a41086a22092007290300370300200341f8046a41106a220e2004370300200341f8046a41186a220f2002290300370300200320043703d804200320032903c8053703f8040240200341f8046a10e701221241ff01714102460d002012410171450d00200041830e3b0100200041086a4110360200200041046a418dc1c300360200200041026a41013a00000c5c0b201142003703002013420037030020074200370300200342003703c8052002200b1003221241086a290000370300200320122900003703e8042012102320072002290300370300200320032903e804220437039805200320043703c8052002200c1003221241086a290000370300200320122900003703e80420121023200341d8046a41086a20022903002204370300200320032903e804220c3703d8042013200c370000201341086a200437000020092007290300370300200e2013290300370300200f2011290300370300200320032903c8053703f804200341013a00900b200341f8046aad42808080808004842223200341900b6aad428080808010841002200341b8046a41186a22114200370300200341b8046a41106a22154200370300200341b8046a41086a22074200370300200342003703b804200241e691c600ad4280808080e000841003221241086a290000370300200320122900003703e8042012102320072002290300370300200320032903e8043703b8042002418192c600ad4280808080e000841003221241086a290000370300200320122900003703e80420121023201520032903e804220437030020092007290300370300200e2004370300200f20022903003703002003200437039805200320032903b8043703f804200341c0016a200341f8046a4120108e0120032802c401211620032802c0012117201142003703002015420037030020074200370300200342003703b8042002200b1003221241086a290000370300200320122900003703e8042012102320072002290300370300200320032903e8043703b804200241dfcfc300ad4280808080e000841003221241086a290000370300200320122900003703e8042012102320112002290300220437030020092007290300370300200e20032903e804220b370300200f20043703002003200b37039805200320032903b8043703f804200341900b6a200341f8046a10e8010240024020032802900b22090d0041042109200341043602d00942002104200341900b6a2107410021020c010b200320093602d00920032902940b2204422088220ba722022004a7470d14200341900b6a21070b024020022004a7470d00200241016a220e2002490d572002410174220f200e200f200e4b1bad220b42c4007e220c422088a70d57200ca7220e4100480d570240024020020d00200e102121090c010b2009200241c4006c200e102521090b2009450d65200320093602d009200442808080807083200b8421040b2004422088220ba721020c550b200341900b6a41306a200141386a290300370300200341900b6a41286a200141306a290300370300200341900b6a41206a200141286a290300370300200341900b6a41186a200141206a290300370300200341900b6a41106a200141186a290300370300200341900b6a41086a200141106a2903003703002003200141086a2903003703900b200341c00c6a41206a200241206a290200370300200341c00c6a41186a200241186a290200370300200341c00c6a41106a200241106a290200370300200341c00c6a41086a200241086a290200370300200320022902003703c00c2000200341900b6a200341c00c6a10e9014100210041012106410121080c740b200141086a280200211520012802042116200341900b6a2001410c6a41a40110d3041a2002411a6a2901002104200241196a2d00002107200241186a2d00002109200241166a2f0100210a200241156a2d0000210d200241146a2d0000210e200241126a2f0100210f200241116a2d00002111200241106a2d000021122002410e6a2f010021132002410d6a2d000021172002410c6a2d000021082002410a6a2f01002105200241096a2d00002118200241086a2d00002119200241066a2f0100211a200241056a2d0000211b200241046a2d0000211c200241026a2f0100211d20022d0001210620022d00002102200341c8056a200341900b6a41046a41a00110d3041a0240024020020d00200641ff01714101460d010b200041023a000020150d520c530b200320043703f809200320073a00f709200320093a00f6092003200a3b01f4092003200d3a00f3092003200e3a00f2092003200f3b01f009200320113a00ef09200320123a00ee09200320133b01ec09200320173a00eb09200320083a00ea09200320053b01e809200320183a00e709200320193a00e6092003201a3b01e4092003201b3a00e3092003201c3a00e2092003201d3b01e009200341c00c6a200341e0096a10ea0120032802e00c2202450d1f20034190086a2206200341f50c6a29000037030020034188086a41106a2207200341fd0c6a29000037030020034188086a41176a2209200341840d6a290000370000200320032900ed0c37038808200341ec0c6a2d0000210a024020032802e40c450d00200210230b200341e8066a41176a22022009290000370000200341e8066a41106a22092007290300370300200341b1096a2006290300370000200341b9096a2009290300370000200341c0096a20022900003700002003200a3a00a80920032003290388083700a909200341e8066a200341c8056a41a00110d3041a200341f8046a200341a8096a10eb01200341c00c6a20032802f804220620032802800510ec0120032d00c00c210220034188086a200341c00c6a41017241a00110d3041a0240024020024101460d00200341003a00e0090c010b200341013a00e009200341e0096a41017220034188086a41a00110d3041a0b024020032802fc04450d00200610230b200341e8066a41206a2117200341a8076a2108200341c8076a2105200341e8076a2118200341810a6a2119200341a10a6a211a200341c10a6a211b200341e10a6a211c200341e0096a410172211d200341c00c6a4101722107416c210a0340410021060240024002400240200a41f886c1006a280000220241e0ea91cb064a22120d00200241f0c2c98b06460d0141012109200241e2c289ab06470d0341202106201721090c030b200241e1ea91cb06460d010240200241e9dabdf306460d0041012109200241e7e485f306470d0341202106200341e8066a21090c030b41202106200821090c020b41202106200521090c010b41202106201821090b20032006360290082003200936028c082003200236028808200341a8056a20034188086a10ed01200341c00c6a20032802a805220d20032802b00510bc01200341b8046a41086a220e200741086a290000370300200341b8046a41106a220f200741106a290000370300200341b8046a41186a2211200741186a290000370300200320072900003703b8040240024020032d00c00c4101470d00200341f8046a41186a22132011290300370300200341f8046a41106a2211200f290300370300200341f8046a41086a220f200e290300370300200320032903b8043703f804024020032802ac05450d00200d10230b200341c00c6a41186a2013290300370300200341c00c6a41106a2011290300370300200341c00c6a41086a200f290300370300200320032903f8043703c00c200341c00c6a200341a8096a412010d504450d01200041086a410d360200200041046a4194f7c100360200200041026a41023a000020004183143b01002015450d550c540b20032802ac05450d00200d10230b0240024020032d00e0094101470d004100210d4101210e0240024002400240024020120d00200241f0c2c98b06460d01200241e2c289ab06470d044120210d2019210e0c040b200241e1ea91cb06460d01200241e9dabdf306460d02200241e7e485f306470d034120210d201d210e0c030b4120210d201b210e0c020b4120210d201c210e0c010b4120210d201a210e0b02402006200d470d002009200e460d022009200e200610d504450d020b2003200d3602c80c2003200e3602c40c200320023602c00c20034188086a200341c00c6a10ed01200335029008422086200328028808220dad841005200328028c08450d00200d10230b200320063602c80c200320093602c40c200320023602c00c20034188086a200341c00c6a10ed01200328028808210220032003280290083602c40c200320023602c00c200341a8096a200341c00c6a10c001200328028c08450d00200210230b200a41046a220a450d510c000b0b0240024020022d00000d0020022d000141ff01714102460d010b200041023a00000c680b2001280204210a200341c8056a41186a4200370300200341c8056a41106a22094200370300200341c8056a41086a22064200370300200342003703c805200341e8046a41086a220241ad92c500ad42808080809001841003220741086a290000370300200320072900003703e8042007102320062002290300370300200320032903e8043703c805200241b692c500ad4280808080e000841003220741086a290000370300200320072900003703e80420071023200920032903e8042204370300200341f8046a41086a22072006290300370300200341f8046a41106a220d2004370300200341f8046a41186a220e2002290300370300200320043703d804200320032903c8053703f80441012106200341d0016a200341f8046a412041014100410010900120032802d0014101460d11200341b8046a41186a4200370300200341b8046a41106a22114200370300200341b8046a41086a22064200370300200342003703b804200241e691c600ad4280808080e000841003220f41086a2900003703002003200f2900003703e804200f102320062002290300370300200320032903e8043703b8042002418192c600ad4280808080e000841003220f41086a2900003703002003200f2900003703e804200f1023201120032903e804220437030020072006290300370300200d2004370300200e20022903003703002003200437039805200320032903b8043703f804200341c8016a200341f8046a4120108e01024020032802cc01410020032802c8011b200a490d00200341c8056a41186a220d4200370300200341c8056a41106a220e4200370300200341c8056a41086a22064200370300200342003703c805200341e8046a41086a220241ad92c500ad42808080809001841003220741086a290000370300200320072900003703e8042007102320062002290300370300200320032903e8043703c805200241b692c500ad4280808080e000841003220741086a290000370300200320072900003703e80420071023200341d8046a41086a20022903002204370300200320032903e804220b3703d8042009200b370000200941086a2004370000200341f8046a41086a2006290300370300200341f8046a41106a200e290300370300200341f8046a41186a200d290300370300200320032903c8053703f8042003200a3602900b200341f8046aad4280808080800484200341900b6aad4280808080c000841002200041043a00000c680b20004183163b0100200041086a4107360200200041046a41bc92c50036020041012106200041026a41013a0000410121080c710b200141086a28020021072001280204210a02400240024020022d00000d004101210620022d000141ff01714101460d010b200041023a0000410021094101210620070d010c4f0b200041043a0000410021092007450d4e0b200a10230c4d0b2001411c6a2802002111200141186a2802002113200141146a28020021122001410c6a2802002115200141086a28020021160240024020022d00000d0020022d000141ff01714102460d010b200041023a00000c4b0b200141246a2802002117200141106a2802002108200341f8046a41186a220a4200370300200341f8046a41106a22064200370300200341f8046a41086a22074200370300200342003703f804200341e8046a41086a220241c8f7c200ad4280808080f000841003220941086a290000370300200320092900003703e8042009102320072002290300370300200320032903e8043703f804200241e893c200ad4280808080c001841003220941086a290000370300200320092900003703e80420091023200620032903e8042204370300200341c8056a41086a2007290300370300200341c8056a41106a2004370300200341c8056a41186a2002290300370300200320043703d804200320032903f8043703c805200341e0016a200341c8056a4120108e0120032802e401210d20032802e001210e200241d0a0c100ad42808080808001841003220941086a290000370300200320092900003703e8042009102320034198056a41086a22052002290300370300200320032903e8043703980520024194fcc000ad4280808080a002841003220941086a290000370300200320092900003703e80420091023200341d8046a41086a22092002290300370300200320032903e8043703d8042003200d4100200e1b22183602900b200341b8046a41186a220d200341900b6aad220c4280808080c0008422041001220241186a290000370300200341b8046a41106a220e200241106a290000370300200341b8046a41086a220f200241086a290000370300200320022900003703b80420021023200a200d2903003703002006200e2903003703002007200f290300370300200320032903b8043703f80441c00010212202450d5f2002200329039805370000200241086a2005290300370000200220032903d804370010200241186a2009290300370000200220032903f804370020200241286a2007290300370000200241306a2006290300370000200241386a200a290300370000200320173602900b200d20041001220941186a290000370300200e200941106a290000370300200f200941086a290000370300200320092900003703b80420091023200a200d2903003703002006200e2903003703002007200f290300370300200320032903b8043703f804200241c00041800110252202450d5f200220032903f804370040200241d8006a200341f8046a41186a2209290300370000200241d0006a200341f8046a41106a220a290300370000200241c8006a200341f8046a41086a22072903003700004101210f200341d8016a200241e00041014100410010900120032802d801210e2002102320094200370300200a420037030020074200370300200342003703f804200341e8046a41086a220241d0a0c100ad42808080808001841003220d41086a2900003703002003200d2900003703e804200d102320072002290300370300200320032903e8043703f804200241bfc1c000ad4280808080c000841003220d41086a2900003703002003200d2900003703e804200d1023200341d8046a41086a20022903002204370300200320032903e804220b3703d8042006200b370000200641086a2004370000200341c8056a41086a2007290300370300200341c8056a41106a200a290300370300200341c8056a41186a2009290300370300200320032903f8043703c805200341900b6a200341c8056a108f0120032802900b2202410120021b210520032902940b420020021b2104024002400240200e4101470d0041132102419ac1c00021060c010b200520174105746a410020172004422088a7491b22020d01410a210241adc1c00021064100210f0b200041831a3b0100200041086a2002360200200041046a2006360200200041026a200f3a00002004a7450d4b200510230c4b0b200241086a290000210b200241106a290000211020022900002114200341c8056a41186a200241186a2900002222370300200341c8056a41106a2010370300200341c8056a41086a200b370300200320143703c8052003419d0b6a200b370000200341a50b6a2010370000200341ad0b6a2022370000200341003a00940b200341073a00900b200320143700950b200341900b6a109901200341003602980b200342013703900b2008200341900b6a105d0240024020032802940b220620032802980b22026b2008490d0020032802900b21060c010b200220086a22072002490d52200641017422092007200920074b1b22074100480d520240024020060d002007102121060c010b20032802900b20062007102521060b2006450d60200320073602940b200320063602900b0b2003200220086a3602980b200620026a2016200810d3041a2011200341900b6a105d2011450d1020122011410c6c6a210f2012210603402006280200210d200641086a2802002202200341900b6a105d0240024020032802940b220a20032802980b22076b2002490d0020032802900b21090c010b200720026a22092007490d53200a410174220e2009200e20094b1b220e4100480d5302400240200a0d00200e102121090c010b20032802900b200a200e102521090b2009450d612003200e3602940b200320093602900b200e210a0b2003200720026a220e3602980b200920076a200d200210d3041a2006410c6a2206200f470d000c4a0b0b200341b80b6a2001412c6a280200360200200341900b6a41206a200141246a290200370300200341900b6a41186a2001411c6a290200370300200341900b6a41106a200141146a290200370300200341900b6a41086a2001410c6a290200370300200320012902043703900b200341c00c6a41206a200241206a290200370300200341c00c6a41186a200241186a290200370300200341c00c6a41106a200241106a290200370300200341c00c6a41086a200241086a290200370300200320022902003703c00c2000200341900b6a200341c00c6a10bb014100210d41012106410121084101210041012107410121094101210a0c730b200341900b6a41306a200141386a290300370300200341900b6a41286a200141306a290300370300200341900b6a41206a200141286a290300370300200341900b6a41186a200141206a290300370300200341900b6a41106a200141186a290300370300200341900b6a41086a200141106a2903003703002003200141086a2903003703900b200341c00c6a41206a200241206a290200370300200341c00c6a41186a200241186a290200370300200341c00c6a41106a200241106a290200370300200341c00c6a41086a200241086a290200370300200320022902003703c00c2000200341900b6a200341c00c6a10ee014100210e41012106410121084101210041012107410121094101210a4101210d0c730b200341c00c6a41206a200141246a290200370300200341c00c6a41186a2001411c6a290200370300200341c00c6a41106a200141146a290200370300200341c00c6a41086a2001410c6a290200370300200320012902043703c00c200341900b6a41206a200241206a290200370300200341900b6a41186a200241186a290200370300200341900b6a41106a200241106a290200370300200341900b6a41086a200241086a290200370300200320022902003703900b2000200341c00c6a200341900b6a10ef014100210f41012106410121084101210041012107410121094101210a4101210d4101210e0c730b200341d0096a41026a2220200141076a2d00003a0000200341a8056a41086a22212001411c6a290200370300200341a8056a41106a2224200141246a2d00003a0000200320012f00053b01d0092003200141146a2902003703a8052002411a6a2901002104200241196a2d0000210e200241186a2d0000210f200241166a2f01002111200241156a2d00002112200241146a2d00002113200241126a2f01002115200241116a2d00002116200241106a2d000021172002410e6a2f010021082002410d6a2d000021052002410c6a2d000021182002410a6a2f01002119200241096a2d0000211a200241086a2d0000211b200241066a2f0100211c200241056a2d0000211d200241046a2d0000211e200241026a2f0100211f200141106a28020021092001410c6a280200210a200141086a280200210720022d0001210620022d000021020240024002400240024020012d0004220d0e050001020304000b200341900b6a41146a4101360200200342013702940b200341bca3c5003602900b2003410436029c052003419c87c60036029805200320034198056a3602a00b200341900b6a41a891c6001037000b0240200620027241ff0171450d00200041023a0000200a450d48200710230c480b2007200910f001200341f8046a41186a4200370300200341f8046a41106a220f4200370300200341f8046a41086a220e4200370300200342003703f804200341e8046a41086a220241c2a7c300ad4280808080b00284220b1003220641086a290000370300200320062900003703e80420061023200e2002290300370300200320032903e8043703f804200241dea7c300ad4280808080f00084220c1003220641086a290000370300200320062900003703e80420061023200f20032903e8042204370300200341c8056a41086a2206200e290300370300200341c8056a41106a220e2004370300200341c8056a41186a221120022903003703002003200437039805200320032903f8043703c805200341900b6a200341c8056a4120108c012007200920032802900b220f4101200f1b221220032902940b4200200f1b2204422088a710f10102402004a7450d00201210230b20114200370300200e420037030020064200370300200342003703c8052002200b1003220f41086a2900003703002003200f2900003703e804200f102320062002290300370300200320032903e804220437039805200320043703c8052002200c1003220f41086a2900003703002003200f2900003703e804200f1023200e20032903e8042204370300200341a8096a41086a2006290300370300200341a8096a41106a2004370300200341a8096a41186a2002290300370300200320043703d804200320032903c8053703a809200341003602980b200342013703900b2009200341900b6a105d02402009450d00200720094105746a21062007210203402002200341900b6a10712006200241206a2202470d000b0b20032802940b2102200341a8096aad428080808080048420033502980b42208620032802900b2206ad84100202402002450d00200610230b0240200a450d00200710230b200041043a00004101210641012109410121000c460b200320043703e0052003200e3a00df052003200f3a00de05200320113b01dc05200320123a00db05200320133a00da05200320153b01d805200320163a00d705200320173a00d605200320083b01d405200320053a00d305200320183a00d205200320193b01d0052003201a3a00cf052003201b3a00ce052003201c3b01cc052003201d3a00cb052003201e3a00ca052003201f3b01c80502400240200641ff01714101470d00200241ff0171450d010b200041023a00000c450b20034188086a41186a200341c8056a41186a220e29030037030020034188086a41106a200341c8056a41106a220f29030037030020034188086a41086a200341c8056a41086a2211290300370300200320032903c80537038808200341f8046a41186a4200370300200341f8046a41106a22124200370300200341f8046a41086a22064200370300200342003703f804200341e8046a41086a220241c2a7c300ad4280808080b002841003220941086a290000370300200320092900003703e8042009102320062002290300370300200320032903e8043703f804200241dea7c300ad4280808080f000841003220941086a290000370300200320092900003703e80420091023201220032903e804220437030020112006290300370300200f2004370300200e20022903003703002003200437039805200320032903f8043703c805200341900b6a200341c8056a4120108c0120032902940b420020032802900b22021b2204422088a741057421062002410120021b220f210202400340024020060d004100210e0c020b4101210e20034188086a2002460d01200641606a2106200220034188086a412010d5042109200241206a210220090d000b0b02402004a7450d00200f10230b0240200e450d0041002106200341003602980b200342013703900b2007200341900b6a10d70120032802940b2109200341b8046a41186a220e20033502980b42208620032802900b2212ad841001220241186a290000370300200341b8046a41106a220f200241106a290000370300200341b8046a41086a2211200241086a290000370300200320022900003703b80420021023200341e0096a41186a2202200e290300370300200341e0096a41106a220e200f290300370300200341e0096a41086a220f2011290300370300200320032903b8043703e00902402009450d00201210230b200341900b6a200741b00110d3041a200341c00c6a410d6a20034188086a41086a290300370000200341c00c6a41156a20034188086a41106a290300370000200341c00c6a411d6a20034188086a41186a29030037000041012109200341013a00c40c20032003290388083700c50c200341023a00c00c200341e8066a200341900b6a200341c00c6a10bd0120032d00e8062111200341900b6a410d6a200f290300370000200341900b6a41156a200e290300370000200341900b6a411d6a2002290300370000200341b50b6a20114104463a0000200341053a00940b2003410b3a00900b200320032903e0093700950b200341900b6a109901200041043a000020071023410021000c460b20004183243b0100200041086a4109360200200041046a41e887c300360200200041026a41003a00000c440b02400240200241ff01710d00200641ff01714101460d010b200041023a00000c420b200320043703a0082003200e3a009f082003200f3a009e08200320113b019c08200320123a009b08200320133a009a08200320153b019808200320163a009708200320173a009608200320083b019408200320053a009308200320183a009208200320193b0190082003201a3a008f082003201b3a008e082003201c3b018c082003201d3a008b082003201e3a008a082003201f3b018808200341f8046a41186a4200370300200341f8046a41106a220f4200370300200341f8046a41086a22064200370300200342003703f804200341e8046a41086a220241c2a7c300ad4280808080b002841003220941086a290000370300200320092900003703e8042009102320062002290300370300200320032903e8043703f804200241dea7c300ad4280808080f000841003220941086a290000370300200320092900003703e80420091023200f20032903e8042204370300200341c8056a41086a2006290300370300200341c8056a41106a2004370300200341c8056a41186a20022903003703002003200437039805200320032903f8043703c805200341900b6a200341c8056a4120108c0120032902940b420020032802900b22021b2204422088a741057421062002410120021b2211210202400340024020060d004100210e0c020b4101210e20034188086a2002460d01200641606a2106200220034188086a412010d5042109200241206a210220090d000b0b02402004a7450d00201110230b200e450d0e200341003602980b200342013703900b200a200341900b6a10d70120032802940b2106200341b8046a41186a220920033502980b42208620032802900b2212ad841001220241186a290000370300200341b8046a41106a220e200241106a290000370300200341b8046a41086a2211200241086a290000370300200320022900003703b80420021023200341e0096a41186a22022009290300370300200341e0096a41106a2209200e290300370300200341e0096a41086a220e2011290300370300200320032903b8043703e00902402006450d00201210230b200341900b6a41186a2002290300370300200341900b6a41106a2009290300370300200341900b6a41086a200e290300370300200320032903e0093703900b200341e8046a41086a220241c2a7c300ad4280808080b002841003220641086a290000370300200320062900003703e8042006102320034198056a41086a2002290300370300200320032903e80437039805200241ccb1c300ad4280808080a001841003220641086a290000370300200320062900003703e80420061023200341d8046a41086a2002290300370300200320032903e8043703d804200341a8096a200341900b6a10910141c00010212202450d5c2002200329039805370000200241086a20034198056a41086a290300370000200220032903d804370010200241186a200341d8046a41086a290300370000200220032903a809370020200241286a200341a8096a41086a290300370000200241306a200341b8096a290300370000200241386a200341a8096a41186a290300370000200341f8016a200241c00041014100410010900120032802f80121062002102320064101460d0f0240024020074102490d00200341a8096a41186a22124200370300200341a8096a41106a22154200370300200341a8096a41086a22064200370300200342003703a809200341e8046a41086a220241c2a7c300ad4280808080b0028422041003220941086a290000370300200320092900003703e8042009102320062002290300370300200320032903e804220b370398052003200b3703a80920024194b2c300ad4280808080d00184220b1003220941086a290000370300200320092900003703e80420091023201520032903e804220c370300200341c8056a41086a22092006290300370300200341c8056a41106a220e200c370300200341c8056a41186a221120022903003703002003200c3703d804200320032903a8093703c805200341f0016a200341c8056a4120108e0120032802f401211720032802f0012108201242003703002015420037030020064200370300200342003703a809200220041003221341086a290000370300200320132900003703e8042013102320062002290300370300200320032903e804220c370398052003200c3703a8092002200b1003221341086a290000370300200320132900003703e8042013102320122002290300220c37030020092006290300370300200e20032903e80422103703002011200c370300200320103703d804200320032903a8093703c805200341e8016a200341c8056a4120108e0120032802e801211620032802ec012105201242003703002015420037030020064200370300200342003703a809200220041003221341086a290000370300200320132900003703e8042013102320062002290300370300200320032903e804220c370398052003200c3703a8092002200b1003221341086a290000370300200320132900003703e8042013102320122002290300220b37030020092006290300370300200e20032903e804220c3703002011200b3703002003200c3703d804200320032903a8093703c8052003200541016a410120161b3602900b200341c8056aad4280808080800484200341900b6aad4280808080c000841002200341f8046a41186a22054200370300200341f8046a41106a22184200370300200341f8046a41086a22134200370300200342003703f804200220041003221641086a290000370300200320162900003703e8042016102320132002290300370300200320032903e8043703f804200241d5a7c300ad4280808080900184220c1003221641086a290000370300200320162900003703e8042016102320034198056a41086a2002290300220b370300200320032903e804221037039805200f2010370000200f41086a200b37000020092013290300370300200e201829030037030020112005290300370300200320032903f8043703c805200341900b6a200341c8056a4120108c0120032802900b210f20032902940b210b2011200341e0096a41186a290300370300200e200341e0096a41106a2903003703002009200341e0096a41086a290300370300200320032903e0093703c805200f4101200f1b21130240200b4200200f1b220ba7200b422088a7220f470d00200f41016a2216200f490d51200f4101742205201620162005491b221641ffffff3f712016470d51201641057422054100480d5102400240200f0d002005102121130c010b2013200f4105742005102521130b2013450d5f2016ad210b0b2013200f4105746a221620032903c805370000201641186a2011290300370000201641106a200e290300370000201641086a200929030037000020114200370300200e420037030020094200370300200342003703c805200220041003221141086a290000370300200320112900003703e8042011102320092002290300370300200320032903e804220437039805200320043703c8052002200c1003221141086a290000370300200320112900003703e80420111023200e20032903e8042204370300200620092903003703002015200437030020122002290300370300200320043703d804200320032903c8053703a8090240024020130d00200341a8096aad428080808080048410050c010b200341003602980b200342013703900b200f41016a2202200341900b6a105d02402002200f490d00200f41057441206a21062013210203402003200341900b6a3602c00c2002200341c00c6a106b200241206a2102200641606a22060d000b0b20032802940b2102200341a8096aad428080808080048420033502980b42208620032802900b2206ad84100202402002450d00200610230b200ba7450d00201310230b200341900b6a200a41b00110d3041a200341c00c6a41186a200341e0096a41186a290300370300200341c00c6a41106a200341e0096a41106a290300370300200341c00c6a41086a200341e0096a41086a290300370300200320032903e0093703c00c200341e8046a41086a220241c2a7c300ad4280808080b002841003220641086a290000370300200320062900003703e8042006102320034198056a41086a22092002290300370300200320032903e80437039805200241ccb1c300ad4280808080a001841003220641086a290000370300200320062900003703e80420061023200341d8046a41086a22062002290300370300200320032903e8043703d804200341a8096a200341c00c6a10910141c00010212202450d5e2002200329039805370000200241086a2009290300370000200220032903d804370010200241186a2006290300370000200220032903a809370020200241286a200341a8096a41086a290300370000200241306a200341a8096a41106a290300370000200241386a200341a8096a41186a290300370000200341003602c80c200342013703c00c200341900b6a200341c00c6a10d70120032802c40c21062002ad428080808080088420033502c80c42208620032802c00c2209ad84100202402006450d00200910230b20021023200341900b6a10c101412010212206450d5e2006200329038808370000200641186a20034188086a41186a220e290300370000200641106a20034188086a41106a220f290300370000200641086a20034188086a41086a2211290300370000200341dc0c6a4100360200200341cc0c6a428180808010370200200342013702d40c200320063602c80c200320073602c40c20032017410020081b22123602c00c200341900b6a41186a200341e0096a41186a2213290300370300200341900b6a41106a200341e0096a41106a2215290300370300200341900b6a41086a200341e0096a41086a2216290300370300200320032903e0093703900b200341e8046a41086a220241c2a7c300ad4280808080b002841003220941086a290000370300200320092900003703e8042009102320034198056a41086a22172002290300370300200320032903e80437039805200241e5a7c300ad4280808080e000841003220941086a290000370300200320092900003703e80420091023200341d8046a41086a22092002290300370300200320032903e8043703d804200341a8096a200341900b6a10910141c00010212202450d5e2002200329039805370000200241086a2017290300370000200220032903d804370010200241186a2009290300370000200220032903a809370020200241286a200341a8096a41086a290300370000200241306a200341a8096a41106a290300370000200241386a200341a8096a41186a290300370000200341c0003602940b200320023602900b200341c00c6a200341900b6a10f20120021023200610232003419d0b6a2011290300370000200341a50b6a200f290300370000200341ad0b6a200e290300370000200341b50b6a20032903e009370000200341bd0b6a2016290300370000200341c50b6a2015290300370000200341cd0b6a2013290300370000200341dc0b6a2007360200200341d80b6a2012360200200341003a00940b2003410b3a00900b20032003290388083700950b200341900b6a21020c010b200341f8046a41186a220e4200370300200341f8046a41106a22114200370300200341f8046a41086a22064200370300200342003703f804200341e8046a41086a220241c2a7c300ad4280808080b002841003220941086a290000370300200320092900003703e8042009102320062002290300370300200320032903e8043703f804200241dea7c300ad4280808080f000841003220941086a290000370300200320092900003703e8042009102320034198056a41086a20022903002204370300200320032903e804220b37039805200f200b370000200f41086a2004370000200341c8056a41086a2006290300370300200341c8056a41106a2011290300370300200341c8056a41186a200e290300370300200320032903f8043703c805200341900b6a200341c8056a4120108c010240024020032802900b22060d00410021020c010b20032902940b2204422088a721022004a7450d00200610230b200341900b6a200a41b00110d3041a200341cc0c6a2002360200200341c00c6a41086a4101360200200341003a00c40c200341023a00c00c200341e8066a200341900b6a200341c00c6a10bd0120032d00e80621022003419d0b6a200341e0096a41086a290300370000200341a50b6a200341f0096a290300370000200341ad0b6a200341f8096a290300370000200341043a00940b200341b50b6a20024104463a00002003410b3a00900b200320032903e0093700950b200341900b6a21020b2002109901200041043a00000c420b200141286a280200212520012d00252126200341ff066a202129030037000020034187076a20242d00003a0000200320032f01d0093b01e806200320093600f3062003200a3600ef06200320073600eb06200320032903a8053700f706200320202d00003a00ea0602400240200241ff01710d00200641ff01714101460d010b200041023a00000c400b200320043703a0082003200e3a009f082003200f3a009e08200320113b019c08200320123a009b08200320133a009a08200320153b019808200320163a009708200320173a009608200320083b019408200320053a009308200320183a009208200320193b0190082003201a3a008f082003201b3a008e082003201c3b018c082003201d3a008b082003201e3a008a082003201f3b018808200341f8046a41186a4200370300200341f8046a41106a220f4200370300200341f8046a41086a22064200370300200342003703f804200341e8046a41086a220241c2a7c300ad4280808080b002841003220941086a290000370300200320092900003703e8042009102320062002290300370300200320032903e8043703f804200241dea7c300ad4280808080f000841003220941086a290000370300200320092900003703e80420091023200f20032903e8042204370300200341c8056a41086a2006290300370300200341c8056a41106a2004370300200341c8056a41186a20022903003703002003200437039805200320032903f8043703c805200341900b6a200341c8056a4120108c0120032902940b420020032802900b22021b2204422088a741057421062002410120021b2211210202400340024020060d004100210e0c020b4101210e20034188086a2002460d01200641606a2106200220034188086a412010d5042109200241206a210220090d000b0b02402004a7450d00201110230b024002400240200e450d00200341e8046a41086a220241c2a7c300ad4280808080b002841003220641086a290000370300200320062900003703e8042006102320034198056a41086a22092002290300370300200320032903e80437039805200241e5a7c300ad4280808080e000841003220641086a290000370300200320062900003703e80420061023200341d8046a41086a22062002290300370300200320032903e8043703d804200341a8096a200341e8066a10910141c00010212202450d5e2002200329039805370000200241086a2009290300370000200220032903d804370010200241186a2006290300370000200220032903a809370020200241286a200341a8096a41086a290300370000200241306a200341a8096a41106a290300370000200241386a200341a8096a41186a290300370000200341900b6a200210f301200341ac0b6a2802002115200341900b6a41186a2802002116200341a40b6a2802002108200341900b6a41106a2802002113200328029c0b211720032802980b211220032903900b2104200210232012450d0220252004a7460d01410a210241de87c3002106410321090c410b20004183243b0100200041086a4109360200200041046a41e887c300360200200041026a41003a00000c410b41002106410021094100210502402013450d002013410574210e41002109201221020240034020034188086a2002460d012009200220034188086a412010d50422114100476a21092011450d01200241206a2102200e41606a220e0d000b410021050c010b410121050b4100210202402015450d002015410574210e41002106200821020240034020034188086a2002460d012006200220034188086a412010d50422114100476a21062011450d01200241206a2102200e41606a220e0d000b410021020c010b410121020b024002400240202641ff01710d002002450d010c410b20050d40200341f8046a41186a220e20034188086a41186a290300370300200341f8046a41106a221120034188086a41106a290300370300200341f8046a41086a220520034188086a41086a29030037030020032003290388083703f8040240024020172013460d002017211c0c010b201741016a22092017490d51201741017422182009201820094b1b221c41ffffff3f71201c470d51201c41057422094100480d510240024020170d002009102121120c010b201220174105742009102521120b2012450d5f0b201220134105746a220920032903f804370000200941186a200e290300370000200941106a2011290300370000200941086a2005290300370000201341016a21132002450d01201520064d0d1220082015417f6a22154105746a2202290000210b2002290008210c20022900102110200820064105746a220641186a200241186a290000370000200620103700102006200c3700082006200b3700000c010b20032903a008210b20032d009f08210e20032d009e08211120032f019c08211820032d009b08211920032d009a08211a20032f019808211b20032d009708211c20032d009608211d20032f019408211e20032d009308211f20032d009208212020032f019008212120032d008f08212420032d008e08212520032f018c08212720032d008b08212820032d008a08212920032f018808212a0240024020162015460d00201621060c010b201641016a22022016490d50201641017422062002200620024b1b220641ffffff3f712006470d50200641057422024100480d500240024020160d002002102121080c010b200820164105742002102521080b2008450d5e0b200820154105746a2202200b3700182002200e3a0017200220113a0016200220183b0014200220193a00132002201a3a00122002201b3b00102002201c3a000f2002201d3a000e2002201e3b000c2002201f3a000b200220203a000a200220213b0008200220243a0007200220253a0006200220273b0004200220283a0003200220293a00022002202a3b0000201541016a211502402005450d00201320094d0d1320122013417f6a22134105746a2202290000210b2002290008210c20022900102110201220094105746a220941186a200241186a290000370000200920103700102009200c3700082009200b3700000b2017211c200621160b2004422088a7210e200341b50b6a20032903e8063700002003419d0b6a20034188086a41086a290300370000200341a50b6a20034188086a41106a290300370000200341ad0b6a20034188086a41186a290300370000200341bd0b6a200341e8066a41086a290300370000200341c50b6a200341e8066a41106a290300370000200341cd0b6a200341e8066a41186a290300370000200341013a00940b2003410b3a00900b20032003290388083700950b200341dc0b6a2015360200200341d80b6a2013360200200341d50b6a20263a0000200341900b6a109901200341f8046a41186a22114200370300200341f8046a41106a22174200370300200341f8046a41086a22064200370300200342003703f804200341e8046a41086a220241c2a7c300ad4280808080b002841003220941086a290000370300200320092900003703e8042009102320062002290300370300200320032903e8043703f804200241dea7c300ad4280808080f000841003220941086a290000370300200320092900003703e8042009102320034198056a41086a2002290300220b370300200320032903e804220c37039805200f200c370000200f41086a200b370000200341c8056a41086a2006290300370300200341c8056a41106a2017290300370300200341c8056a41186a2011290300370300200320032903f8043703c805200341900b6a200341c8056a4120108c010240024020032802900b22020d00410021060c010b20032902940b220b422088a72106200ba7450d00200210230b02402013200e4f22020d004100200620156b2209200920064b1b200e490d00200341ac0b6a2015360200200341900b6a41186a2016360200200341900b6a41106a20133602002003419c0b6a201c360200200320083602a40b200320123602980b200320043703900b200341e8046a41086a220241c2a7c300ad4280808080b002841003220641086a290000370300200320062900003703e8042006102320034198056a41086a22092002290300370300200320032903e80437039805200241e5a7c300ad4280808080e000841003220641086a290000370300200320062900003703e80420061023200341d8046a41086a22062002290300370300200320032903e8043703d804200341a8096a200341e8066a10910141c00010212202450d5d2002200329039805370000200241086a2009290300370000200220032903d804370010200241186a2006290300370000200220032903a809370020200241286a200341a8096a41086a290300370000200241306a200341a8096a41106a290300370000200241386a200341a8096a41186a290300370000200341c0003602c40c200320023602c00c200341900b6a200341c00c6a10f201200210230240201c450d00201210230b20160d3d0c3e0b0240024020020d00200341e8046a41086a220241c2a7c300ad4280808080b002841003220641086a290000370300200320062900003703e8042006102320034198056a41086a22092002290300370300200320032903e80437039805200241ccb1c300ad4280808080a001841003220641086a290000370300200320062900003703e80420061023200341d8046a41086a22062002290300370300200320032903e8043703d804200341a8096a200341e8066a10910141c00010212202450d5e2002200329039805370000200241086a2009290300370000200220032903d804370010200241186a2006290300370000200220032903a809370020200241286a200341a8096a41086a290300370000200241306a200341a8096a41106a290300370000200241386a200341a8096a41186a2903003700002002ad42808080808008841005200210232003419d0b6a200341e8066a41086a290300370000200341a50b6a200341e8066a41106a290300370000200341ad0b6a200341e8066a41186a290300370000200341033a00940b2003410b3a00900b200320032903e8063700950b200341900b6a1099010c010b2003419d0b6a200341e8066a41086a290300370000200341a50b6a200341e8066a41106a290300370000200341ad0b6a200341e8066a41186a290300370000200341023a00940b2003410b3a00900b200320032903e8063700950b200341900b6a109901200341e8046a41086a220241c2a7c300ad4280808080b002841003220941086a290000370300200320092900003703e8042009102320034198056a41086a22112002290300370300200320032903e80437039805200241ccb1c300ad4280808080a001841003220941086a290000370300200320092900003703e80420091023200341d8046a41086a22092002290300370300200320032903e8043703d804200341a8096a200341e8066a10910141c00010212202450d5d2002200329039805370000200241086a2011290300370000200220032903d804370010200241186a2009290300370000200220032903a809370020200241286a200341a8096a41086a290300370000200241306a200341a8096a41106a290300370000200241386a200341a8096a41186a290300370000200341900b6a200210f40120032802900b2109200341c00c6a200341900b6a410472221141ac0110d3041a024020094119470d00200210230c010b200341e0096a200341c00c6a41ac0110d3041a20021023200320093602900b2011200341e0096a41ac0110d3041a200341cc0c6a2006360200200341c00c6a41086a200e360200200341003a00c40c200341023a00c00c200341c8056a200341900b6a200341c00c6a10bd0120032d00c80521022003419d0b6a200341e8066a41086a290300370000200341a50b6a200341f8066a290300370000200341ad0b6a20034180076a290300370000200341b50b6a20024104463a0000200341043a00940b2003410b3a00900b200320032903e8063700950b200341900b6a1099010b200341e8046a41086a220641c2a7c300ad4280808080b0028422041003220241086a290000370300200320022900003703e8042002102320034198056a41086a22092006290300370300200320032903e80437039805200641e5a7c300ad4280808080e000841003220241086a290000370300200320022900003703e80420021023200341d8046a41086a220e2006290300370300200320032903e8043703d804200341a8096a200341e8066a10910141c00010212202450d5c2002200329039805370000200241086a2009290300370000200220032903d804370010200241186a200e290300370000200220032903a809370020200241286a200341a8096a41086a290300370000200241306a200341a8096a41106a221e290300370000200241386a200341a8096a41186a221f2903003700002002ad4280808080800884100520021023200341f8046a41186a22114200370300200341f8046a41106a22134200370300200341f8046a41086a22024200370300200342003703f804200620041003220e41086a2900003703002003200e2900003703e804200e102320022006290300370300200320032903e8043703f804200641d5a7c300ad428080808090018422141003220e41086a2900003703002003200e2900003703e804200e1023200920062903002204370300200320032903e804220b37039805200f200b370000200f41086a2004370000200341c8056a41086a2002290300370300200341c8056a41106a22202013290300370300200341c8056a41186a22212011290300370300200320032903f8043703c805200341900b6a200341c8056a4120108c0120032802900b2202410120021b211d20032902940b420020021b2210422088a7220e450d3b41002106201d2102410021090340024002400240200341e8066a2002460d002002200341e8066a412010d504450d0020060d01410021060c020b200641016a21060c010b200920066b220f200e4f0d142011200220064105746b220f41186a22152900003703002013200f41106a2217290000370300200341f8046a41086a2205200f41086a22182900003703002003200f2900003703f804200241086a22192900002104200241106a221a290000210b200241186a221b290000210c200f20022900003700002015200c3700002017200b37000020182004370000201b2011290300370000201a201329030037000020192005290300370000200220032903f8043700000b200241206a2102200e200941016a2209460d3b0c000b0b20004183243b0100200041086a410f360200200041046a41e9a5c500360200200041026a41023a00000c3f0b200141206a290300210b200141186a290300210c2002411a6a2901002104200241196a2d00002106200241186a2d00002109200241166a2f0100210e200241156a2d0000210f200241146a2d00002111200241126a2f01002112200241116a2d00002113200241106a2d000021152002410e6a2f010021162002410d6a2d000021172002410c6a2d000021082002410a6a2f01002105200241096a2d00002118200241086a2d00002119200241066a2f0100211a200241056a2d0000211b200241046a2d0000211c200241026a2f0100211d200141286a2903002110200141146a280200211e200141106a280200210d2001410c6a280200210a20022d0001210720022d000021020240024002400240024002400240200141086a280200221f0e0700010203040506000b200341900b6a41146a4101360200200342013702940b200341bca3c5003602900b2003410436029c052003419c87c60036029805200320034198056a3602a00b200341900b6a41a891c6001037000b02400240200241ff01710d00200741ff01714101460d010b200041023a00000c3b0b200320043703c009200320063a00bf09200320093a00be092003200e3b01bc092003200f3a00bb09200320113a00ba09200320123b01b809200320133a00b709200320153a00b609200320163b01b409200320173a00b309200320083a00b209200320053b01b009200320183a00af09200320193a00ae092003201a3b01ac092003201b3a00ab092003201c3a00aa092003201d3b01a809200341c8056a41186a4200370300200341c8056a41106a22024200370300200341c8056a41086a22074200370300200342003703c805200341d8046a41086a220641fdf6c100ad42808080808002841003220941086a290000370300200320092900003703d8042009102320072006290300370300200320032903d804220437039805200320043703c805200641f18ac200ad4280808080a001841003220941086a290000370300200320092900003703d80420091023200220032903d8042204370300200341f8046a41086a2007290300370300200341f8046a41106a2004370300200341f8046a41186a2006290300370300200320043703a805200320032903c8053703f804200341c00c6a200341f8046aad42808080808004842204100610a1010240024020032802c00c22060d00200342003702940b200341013602900b200341900b6a1072210e0c010b20032802c40c21072003200341c00c6a41086a2802003602940b200320063602900b20034198026a200341900b6a106f024002402003280298020d00200328029c02210e0c010b4100210e0b2007450d00200610230b200341c8056a41186a220f4200370300200341c8056a41106a22114200370300200341c8056a41086a22074200370300200342003703c805200341d8046a41086a220641fdf6c100ad42808080808002841003220941086a290000370300200320092900003703d8042009102320072006290300370300200320032903d804221037039805200320103703c805200641dea7c300ad4280808080f000841003220941086a290000370300200320092900003703d80420091023200341a8056a41086a20062903002210370300200320032903d80422143703a80520022014370000200241086a2010370000200341f8046a41086a2007290300370300200341f8046a41106a2011290300370300200341f8046a41186a200f290300370300200320032903c8053703f804200341900b6a2004100610a1014100210641002102024020032802900b2207450d0020032802940b21092003200341900b6a41086a2802003602c40c200320073602c00c20034190026a200341c00c6a106f024002402003280290020d0020032802940221020c010b410021020b2009450d00200710230b410c210702402002200e6a22020d0041a980c20021020c3a0b0240201e20024d0d00419680c2002102410221060c3a0b0240201e41104d0d0041142107418280c2002102410321060c3a0b0240201e0d004107210741a280c2002102410121060c3a0b0240200c4281c8afa025544100200b501b450d00410a210741f8ffc1002102410421060c3a0b0240200341a8096a10f5010d00200341900b6a200341a8096a4280e8eda1ba01420010ad0120032d00900b4104460d00410f210741e9ffc1002102410521060c3a0b20034180026a200341a8096a10a601200342f0d0c9abc6add9b1f4003703d009200341d0096a200341a8096a2003290380022204200c2004200c5420034180026a41086a2903002204200b542004200b511b22021b220c2004200b20021b2204417f411e10aa01200341d8046a41086a220641fdf6c100ad4280808080800284220b1003220241086a290000370300200320022900003703d8042002102320034198056a41086a22072006290300370300200320032903d804370398052006418982c200ad4280808080f000841003220241086a290000370300200320022900003703d80420021023200341a8056a41086a22092006290300370300200320032903d8043703a805200341c8056a200341a8096a10910141c00010212202450d5f2002200329039805370000200241086a2007290300370000200220032903a805370010200241186a2009290300370000200220032903c805370020200241286a200341c8056a41086a290300370000200241306a200341d8056a220e290300370000200241386a200341c8056a41186a220f290300370000200320043703980b2003200c3703900b2002ad4280808080800884200341900b6aad42808080808002841002200210232006200b1003220241086a290000370300200320022900003703d8042002102320072006290300370300200320032903d804370398052006418df7c100ad4280808080f000841003220241086a290000370300200320022900003703d8042002102320092006290300370300200320032903d8043703a805200341c8056a200341a8096a10910141c00010212206450d5f2006200329039805370000200641086a20034198056a41086a2207290300370000200620032903a805370010200641186a200341a8056a41086a290300370000200620032903c805370020200641286a200341c8056a41086a2209290300370000200641306a200e290300370000200641386a200f290300370000200341c00c6a200610f6010240024020032d00cc0c22024102460d00200341e0096a41086a200341d50c6a290000370300200341e0096a41106a200341dd0c6a290000370300200341e0096a41186a200341e50c6a2900003703002009200341f60c6a290100370300200341c8056a41106a200341fe0c6a290100370300200341c8056a41186a200341860d6a2901003703002003200341cd0c6a2900003703e0092003200341ee0c6a2901003703c805200341ed0c6a2d0000210720032802c40c450d0120032802c00c10230c010b2003200341a8096a3602cc09200341d8046a41086a220241fdf6c100ad42808080808002841003220941086a290000370300200320092900003703d8042009102320072002290300370300200320032903d80437039805200241f0f6c100ad4280808080d001841003220941086a290000370300200320092900003703d80420091023200341e8046a41086a20022903002204370300200341e0096a41086a2007290300370300200341f8096a2004370300200320032903d80422043703e80420032003290398053703e009200320043703f009200341900b6a200341e0096a10f70120034188086a20032802900b220220032802980b10bc01024020032802940b450d00200210230b200341f0096a210e0240024020032d0088080d00200341d8046a41086a220241fdf6c100ad42808080808002841003220741086a290000370300200320072900003703d8042007102320034198056a41086a22092002290300370300200320032903d80437039805200241f0f6c100ad4280808080d001841003220741086a290000370300200320072900003703d80420071023200341e8046a41086a20022903002204370300200341e0096a41086a2009290300370300200320032903d804220b3703e804200e200b370000200e41086a200437000020032003290398053703e009200341900b6a200341e0096a10f70120032802900b2102200320032802980b3602e409200320023602e009200341a8096a200341e0096a10c001024020032802940b450d00200210230b410021070c010b200341e8066a41186a200341a1086a290000370300200341e8066a41106a20034199086a290000370300200341e8066a41086a20034191086a29000037030020032003290089083703e806200341d8046a41086a220241fdf6c100ad42808080808002841003220741086a290000370300200320072900003703d8042007102320034198056a41086a220f2002290300370300200320032903d804370398052002418df7c100ad4280808080f000841003220741086a290000370300200320072900003703d80420071023200341e8046a41086a22072002290300370300200320032903d8043703e804200341b8046a200341e8066a10910141c00010212209450d612009200329039805370000200941086a200f290300370000200920032903e804370010200941186a2007290300370000200920032903b804370020200941286a200341b8046a41086a290300370000200941306a200341b8046a41106a290300370000200941386a200341b8046a41186a290300370000200342c080808080083702ac05200320093602a805200341900b6a200910f601024020032d009c0b4102470d002003410036028005200342013703f804200341c8056a41146a410f360200200341c8056a410c6a410c3602002003411036029c052003410c3602cc05200341fdf6c10036029805200341073602bc042003418df7c1003602b8042003200341a8056a3602d8052003200341b8046a3602d005200320034198056a3602c8052003200341f8046a3602e804200341e0096a41146a4103360200200342033702e409200341a8b5c6003602e0092003200341c8056a3602f009200341e8046a41c893c500200341e0096a10301a20033502800542208620033502f80484100720032802cc092109200341d8046a41086a220241fdf6c100ad42808080808002841003220741086a290000370300200320072900003703d8042007102320034198056a41086a220f2002290300370300200320032903d80437039805200241f0f6c100ad4280808080d001841003220741086a290000370300200320072900003703d80420071023200341e8046a41086a20022903002204370300200341e0096a41086a200f290300370300200320032903d804220b3703e804200e200b370000200e41086a200437000020032003290398053703e009200341c8056a200341e0096a10f70120032802c8052102200320032802d0053602e409200320023602e0092009200341e0096a10c001024020032802cc05450d00200210230b024020032802fc04450d0020032802f80410230b024020032802ac05450d0020032802a80510230b410021070c010b200341e0096a200341900b6a410c6a41c20010d3041a20032d00810a2107200341c8056a41086a200341900b6a41086a2802002202360200200341d8056a200341820a6a410020074101461b360200200320032903900b22043703c8052003200341cc096a3602d4052003410036028005200342013703f8042002200341f8046a105d200341c8056a410c6a21112004a7210f02402002450d0020024105742107200f210203402002200341f8046a1071200241206a2102200741606a22070d000b0b2011200341f8046a10f80120032802fc0421022009ad428080808080088420033502800542208620032802f8042207ad84100202402002450d00200710230b024020032802cc05450d00200f10230b024020032802ac05450d0020032802a80510230b20032802cc092109200341d8046a41086a220241fdf6c100ad42808080808002841003220741086a290000370300200320072900003703d8042007102320034198056a41086a220f2002290300370300200320032903d80437039805200241f0f6c100ad4280808080d001841003220741086a290000370300200320072900003703d80420071023200341e8046a41086a20022903002204370300200341e0096a41086a200f290300370300200320032903d804220b3703e804200e200b370000200e41086a200437000020032003290398053703e009200341900b6a200341e0096a10f70120032802900b2102200320032802980b3602e409200320023602e0092009200341e0096a10c001024020032802940b450d00200210230b200341c8056a41086a200341e8066a41086a290300370300200341c8056a41106a200341e8066a41106a290300370300200341c8056a41186a200341e8066a41186a290300370300200320032903e8063703c805410121070b410021020b2003419d0b6a20032903e009370000200341bd0b6a20073a0000200341be0b6a20032903c805370100200341a50b6a200341e0096a41086a290300370000200341ad0b6a200341e0096a41106a290300370000200341b50b6a200341e0096a41186a290300370000200341c60b6a200341c8056a41086a290300370100200341ce0b6a200341c8056a41106a290300370100200341d60b6a200341c8056a41186a290300370100200320023a009c0b2003201e3602980b2003200d3602940b2003200a3602900b200341003602c80c200342013703c00c201e200341c00c6a105d201e41057421022003419c0b6a21070340200a200341c00c6a1071200a41206a210a200241606a22020d000b2007200341c00c6a10f90120032802c40c21022006ad428080808080088420033502c80c42208620032802c00c2207ad84100202402002450d00200710230b20061023024020032802940b450d0020032802900b10230b200041043a00000c3b0b2003200437039005200320063a008f05200320093a008e052003200e3b018c052003200f3a008b05200320113a008a05200320123b018805200320133a008705200320153a008605200320163b018405200320173a008305200320083a008205200320053b018005200320183a00ff04200320193a00fe042003201a3b01fc042003201b3a00fb042003201c3a00fa042003201d3b01f8044101210602400240200741ff01714101470d00200241ff0171450d010b200041023a0000410021150c3c0b200341900b6a41186a200341f8046a41186a290300370300200341900b6a41106a200341f8046a41106a290300370300200341900b6a41086a200341f8046a41086a290300370300200320032903f8043703900b0240200341900b6a10f501450d0041012106200341900b6a410110fa01200041043a0000410021150c3c0b20004183263b0100200041086a410b360200200041046a41deffc100360200200041026a41063a00000c3a0b200341e8066a410c6a200b3702002003200c3702ec06200320103702fc062003201e3602e80602400240200241ff01710d00200741ff01714101460d010b200041023a00000c370b200320043703f809200320063a00f709200320093a00f6092003200e3b01f4092003200f3a00f309200320113a00f209200320123b01f009200320133a00ef09200320153a00ee09200320163b01ec09200320173a00eb09200320083a00ea09200320053b01e809200320183a00e709200320193a00e6092003201a3b01e4092003201b3a00e3092003201c3a00e2092003201d3b01e00920034188086a41186a2206200341e8066a41186a28020036020020034188086a41106a2207200341e8066a41106a29030037030020034188086a41086a2209200341e8066a41086a290300370300200320032903e806370388080240200a41ff01714101460d00200a4108762102200341b8046a41186a20062d00003a0000200341b8046a41106a2007290300370300200341b8046a41086a200929030037030020032003290388083703b804200d21060c350b200341a8096a200d41067610bf0120032802a80921070240024020032802b009200d413f7122024b0d00410021090c010b200720024105746a2202280003210620022f00002109200241026a2d0000210e200341b8046a41106a200241176a290000370300200341c0046a2002410f6a290000370300200341d0046a2002411f6a2d00003a0000200320022900073703b8042009200e411074722102410121090b024020032802ac09450d00200710230b20090d34410121070c350b02400240200241ff01710d00200741ff01714101460d010b200041023a00000c390b200320043703d80c200320063a00d70c200320093a00d60c2003200e3b01d40c2003200f3a00d30c200320113a00d20c200320123b01d00c200320133a00cf0c200320153a00ce0c200320163b01cc0c200320173a00cb0c200320083a00ca0c200320053b01c80c200320183a00c70c200320193a00c60c2003201a3b01c40c2003201b3a00c30c2003201c3a00c20c2003201d3b01c00c200341f8046a41186a4200370300200341f8046a41106a22114200370300200341f8046a41086a22064200370300200342003703f804200341d8046a41086a220241fdf6c100ad42808080808002841003220741086a290000370300200320072900003703d8042007102320062002290300370300200320032903d8043703f804200241f18ac200ad4280808080a001841003220741086a290000370300200320072900003703d80420071023201120032903d8042204370300200341c8056a41086a2006290300370300200341c8056a41106a2004370300200341c8056a41186a20022903003703002003200437039805200320032903f8043703c805200341900b6a200341c8056a4120108c0120032802900b2206410120061b210e4100210f41002102024020032902940b420020061b2204422088a7220641014b0d004100210720060e023332330b03402006410176220720026a22092002200e20094105746a200341c00c6a412010d5044101481b2102200620076b220641014b0d000c320b0b02400240200241ff01710d00200741ff01714101460d010b200041023a00000c380b200320043703d80c200320063a00d70c200320093a00d60c2003200e3b01d40c2003200f3a00d30c200320113a00d20c200320123b01d00c200320133a00cf0c200320153a00ce0c200320163b01cc0c200320173a00cb0c200320083a00ca0c200320053b01c80c200320183a00c70c200320193a00c60c2003201a3b01c40c2003201b3a00c30c2003201c3a00c20c2003201d3b01c00c200341e0096a200341c00c6a10fb010240024002400240024020032d00e009450d00200341f8046a41186a4200370300200341f8046a41106a220e4200370300200341f8046a41086a22064200370300200342003703f804200341d8046a41086a220241fdf6c100ad42808080808002841003220741086a290000370300200320072900003703d8042007102320062002290300370300200320032903d8043703f804200241fb8ac200ad42808080809001841003220741086a290000370300200320072900003703d80420071023200e20032903d8042204370300200341c8056a41086a2006290300370300200341c8056a41106a2004370300200341c8056a41186a20022903003703002003200437039805200320032903f8043703c805200341900b6a200341c8056a10fc0120032902940b420020032802900b22021b220c422088a7220f41306c2106410021072002410820021b22112102024003402006450d03200341c00c6a2002460d01200741016a2107200641506a21062002200341c00c6a412010d5042109200241306a210220090d000b20094541016a41017120076a417f6a21070b2011200741306c6a2202200241306a2007417f73200f6a41306c10d4041a200341c00c6a4280a094a58d1d420010ae01200341f8046a41186a4200370300200341f8046a41106a22094200370300200341f8046a41086a22064200370300200342003703f804200341d8046a41086a220241fdf6c100ad42808080808002841003220741086a290000370300200320072900003703d8042007102320062002290300370300200320032903d804220437039805200320043703f804200241fb8ac200ad42808080809001841003220741086a290000370300200320072900003703d80420071023200920032903d8042204370300200341c8056a41086a2006290300370300200341c8056a41106a2004370300200341c8056a41186a2002290300370300200320043703a805200320032903f8043703c805200341003602980b200342013703900b200f417f6a2202200341900b6a105d20020d0220032802980b210620032802940b210920032802900b21070c030b200341c00c6a4280a094a58d1d420010ae012003419d0b6a200341c80c6a290300370000200341a50b6a200341d00c6a290300370000200341ad0b6a200341d80c6a290300370000200341033a00940b2003410c3a00900b200320032903c00c3700950b200341900b6a109901200041043a00000c380b200341f8046a41186a22094200370300200341f8046a41106a220f4200370300200341f8046a41086a22064200370300200342003703f804200341d8046a41086a220241fdf6c100ad42808080808002841003220741086a290000370300200320072900003703d8042007102320062002290300370300200320032903d8043703f804200241f18ac200ad4280808080a001841003220741086a290000370300200320072900003703d8042007102320034198056a41086a20022903002204370300200320032903d804220b37039805200e200b370000200e41086a2004370000200341c8056a41086a2006290300370300200341c8056a41106a200f290300370300200341c8056a41186a2009290300370300200320032903f8043703c805200341900b6a200341c8056a4120108c0120032802900b2206410120061b210e4100210202400240024020032902940b420020061b2204422088a7220f41014b0d00200f0e020201020b200f210603402006410176220720026a22092002200e20094105746a200341c00c6a412010d5044101481b2102200620076b220641014b0d000b0b200e20024105746a200341c00c6a412010d504450d030b20004183263b0100200041086a410d360200200041046a4182ffc100360200200041026a410c3a000002402004a7450d00200e10230b200ca7450d37201110230c370b2011200241306c6a210f2011210203402002200341900b6a1071200241286a2903002104200241206a290300210b0240024020032802940b220920032802980b22066b4110490d0020032802900b21070c010b200641106a22072006490d51200941017422062007200620074b1b220e4100480d510240024020090d00200e102121070c010b20032802900b2009200e102521070b2007450d5f2003200e3602940b200320073602900b20032802980b2106200e21090b200720066a220e2004370008200e200b3700002003200641106a22063602980b200f200241306a2202470d000b0b200341c8056aad42808080808004842006ad4220862007ad84100202402009450d00200710230b0240200ca7450d00201110230b200041043a00000c350b2002200f4f0d12200e20024105746a2206200641206a2002417f73200f6a41057410d4041a200341c00c6a4280a094a58d1d420010ae01200341f8046a41186a4200370300200341f8046a41106a22094200370300200341f8046a41086a22064200370300200342003703f804200341d8046a41086a220241fdf6c100ad42808080808002841003220741086a290000370300200320072900003703d8042007102320062002290300370300200320032903d804220b370398052003200b3703f804200241f18ac200ad4280808080a001841003220741086a290000370300200320072900003703d80420071023200920032903d804220b370300200341c8056a41086a2006290300370300200341c8056a41106a200b370300200341c8056a41186a20022903003703002003200b3703a805200320032903f8043703c805200341003602980b200342013703900b200f417f6a2202200341900b6a105d02402002450d00200f41057441606a2106200e210203402002200341900b6a1071200241206a2102200641606a22060d000b0b20032802940b2102200341c8056aad428080808080048420033502980b42208620032802900b2206ad84100202402002450d00200610230b02402004a7450d00200e10230b200041043a0000200ca7450d34201110230c340b200341e0096a410c6a200b3702002003200c3702e409200320103702f4092003201e3602e0090240200720027241ff0171450d00200041023a00000c370b20034188086a41186a2206200341e0096a41186a28020036020020034188086a41106a2207200341e0096a41106a29030037030020034188086a41086a2209200341e0096a41086a290300370300200320032903e009370388080240200a41ff01714101460d00200a4108762102200341b8046a41186a20062d00003a0000200341b8046a41106a2007290300370300200341b8046a41086a200929030037030020032003290388083703b8040c2e0b200341900b6a200d41067610bf0120032802900b21060240024020032802980b200d413f7122024b0d00410021070c010b200620024105746a2202280003210d20022f00002107200241026a2d00002109200341b8046a41106a200241176a290000370300200341c0046a2002410f6a290000370300200341d0046a2002411f6a2d00003a0000200320022900073703b80420072009411074722102410121070b024020032802940b450d00200610230b20070d2d410121060c2e0b200341ea066a2209200141076a2d00003a0000200341c00c6a41086a220f2001411c6a290200370300200341c00c6a41106a2211200141246a290200370300200341c00c6a41186a2001412c6a290200370300200341e00c6a200141346a290200370300200341e80c6a2001413c6a290200370300200341f00c6a200141c4006a2d00003a0000200320012f00053b01e8062003200141146a2902003703c00c200141086a280200210a2001410c6a280200210d200141106a28020021062002410c6a2802002113200241086a2802002115200241046a280200211620022f0001200241036a2d000041107472211220022d0000210702400240024002400240024020012d0004220e0e06000102030405000b200341900b6a41146a4101360200200342013702940b200341bca3c5003602900b2003410436029c052003419c87c60036029805200320034198056a3602a00b200341900b6a41a891c6001037000b200341f7096a200f290300370000200341ff096a20112d00003a0000200320032f01e8063b01e009200320063600eb092003200d3600e7092003200a3600e309200320032903c00c3700ef09200320092d00003a00e209024002402007417f6a220241034b0d00024020020e0400010102000b201541017420134d0d00201641ff0171450d010b200720127241ff0171450d00200041023a00000c2d0b200341b8046a41186a4200370300200341b8046a41106a22094200370300200341b8046a41086a22064200370300200342003703b804200341e8046a41086a220241a080c300ad4280808080b002841003220741086a290000370300200320072900003703e8042007102320062002290300370300200320032903e8043703b804200241dea7c300ad4280808080f000841003220741086a290000370300200320072900003703e80420071023200920032903e8042204370300200341f8046a41086a2006290300370300200341f8046a41106a2004370300200341f8046a41186a20022903003703002003200437039805200320032903b8043703f804200341900b6a200341f8046a4120108c0102400240024020032802900b220f0d0041002102200341003602900820034201370388080c010b200320032902940b220437028c082003200f3602880841002102024002402004422088a7220641014b0d0020060e020201020b03402006410176220720026a22092002200f20094105746a200341e0096a412010d5044101481b2102200620076b220641014b0d000b0b200f20024105746a200341e0096a412010d5042206450d012006411f7620026a21020b200341900b6a41186a200341e0096a41186a290300370300200341900b6a41106a200341e0096a41106a290300370300200341900b6a41086a200341e0096a41086a290300370300200320032903e0093703900b20034188086a2002200341900b6a1075200341f8046a41186a4200370300200341f8046a41106a22094200370300200341f8046a41086a22064200370300200342003703f804200341e8046a41086a220241a080c300ad4280808080b002841003220741086a290000370300200320072900003703e8042007102320062002290300370300200320032903e804220437039805200320043703f804200241dea7c300ad4280808080f000841003220741086a290000370300200320072900003703e80420071023200920032903e8042204370300200341c8056a41086a2006290300370300200341c8056a41106a2004370300200341c8056a41186a2002290300370300200320043703d804200320032903f8043703c80520032802880821022003280290082106200341003602980b200342013703900b2006200341900b6a105d02402006450d002006410574210603402002200341900b6a1071200241206a2102200641606a22060d000b0b20032802940b2102200341c8056aad428080808080048420033502980b42208620032802900b2206ad84100202402002450d00200610230b200341900b6a41186a200341e0096a41186a290300370300200341900b6a41106a200341e0096a41106a290300370300200341900b6a41086a200341e0096a41086a290300370300200320032903e0093703900b4100210241014100200328028808220620032802900810fd012003410d3b01900b200341900b6a1099010240200328028c08450d00200610230b200041043a00000c2e0b20004183283b0100200041086a410d360200200041046a41b287c30036020041002102200041026a41003a00002004a7450d2d200f10230c2d0b200341f7096a200f290300370000200341ff096a20112d00003a0000200320032f01e8063b01e009200320063600eb092003200d3600e7092003200a3600e309200320032903c00c3700ef09200320092d00003a00e209024002402007417f6a220241034b0d00024020020e0400010102000b201541017420134d0d00201641ff0171450d010b200720127241ff0171450d00200041023a00000c2c0b200341b8046a41186a4200370300200341b8046a41106a22094200370300200341b8046a41086a22064200370300200342003703b804200341e8046a41086a220241a080c300ad4280808080b002841003220741086a290000370300200320072900003703e8042007102320062002290300370300200320032903e8043703b804200241dea7c300ad4280808080f000841003220741086a290000370300200320072900003703e80420071023200920032903e8042204370300200341f8046a41086a2006290300370300200341f8046a41106a2004370300200341f8046a41186a20022903003703002003200437039805200320032903b8043703f804200341900b6a200341f8046a4120108c0120032802900b2206410120061b210f41002102024002400240024020032902940b420020061b2204422088a7221141014b0d0020110e020201020b2011210603402006410176220720026a22092002200f20094105746a200341e0096a412010d5044101481b2102200620076b220641014b0d000b0b200f20024105746a200341e0096a412010d504450d010b20004183283b0100200041086a4109360200200041046a41e887c300360200200041026a41013a00002004a7450d2c200f10230c2c0b200220114f0d14200f20024105746a2206200641206a2002417f7320116a41057410d4041a200341f8046a41186a4200370300200341f8046a41106a22094200370300200341f8046a41086a22064200370300200342003703f804200341e8046a41086a220241a080c300ad4280808080b002841003220741086a290000370300200320072900003703e8042007102320062002290300370300200320032903e804220b370398052003200b3703f804200241dea7c300ad4280808080f000841003220741086a290000370300200320072900003703e80420071023200920032903e804220b370300200341c8056a41086a2006290300370300200341c8056a41106a200b370300200341c8056a41186a20022903003703002003200b3703d804200320032903f8043703c805200341003602980b200342013703900b2011417f6a2207200341900b6a105d02402007450d00201141057441606a2106200f210203402002200341900b6a1071200241206a2102200641606a22060d000b0b20032802940b2102200341c8056aad428080808080048420033502980b42208620032802900b2206ad84100202402002450d00200610230b200341900b6a41186a200341e0096a41186a290300370300200341900b6a41106a200341e0096a41106a290300370300200341900b6a41086a200341e0096a41086a290300370300200320032903e0093703900b200341900b6a4101200f200710fd012003418d023b01900b200341900b6a10990102402004a7450d00200f10230b200041043a00000c2b0b2003419f086a200f290300370000200341a7086a20112d00003a0000200320032f01e8063b01880820032006360093082003200d36008f082003200a36008b08200320032903c00c37009708200320092d00003a008a08200341e0096a41186a200341e90c6a290000370300200341e0096a41106a200341e10c6a290000370300200341e0096a41086a200341c00c6a41196a290000370300200320032900d10c3703e009024002402007417f6a220241034b0d00024020020e0400010102000b201541017420134d0d00201641ff0171450d010b200720127241ff0171450d00200041023a00000c2b0b20034188086a200341e0096a412010d504450d14200341b8046a41186a4200370300200341b8046a41106a22094200370300200341b8046a41086a22064200370300200342003703b804200341e8046a41086a220241a080c300ad4280808080b002841003220741086a290000370300200320072900003703e8042007102320062002290300370300200320032903e8043703b804200241dea7c300ad4280808080f000841003220741086a290000370300200320072900003703e80420071023200920032903e8042204370300200341f8046a41086a2006290300370300200341f8046a41106a2004370300200341f8046a41186a20022903003703002003200437039805200320032903b8043703f804200341900b6a200341f8046a4120108c014101211120032802900b2206410120061b21074109211341e887c3002115410021020240024020032902940b420020061b2204422088a7221241014b0d0020120e022b012b0b2012210603402006410176220920026a220f20022007200f4105746a20034188086a412010d5044101481b2102200620096b220641014b0d000b0b200720024105746a221620034188086a412010d5040d29410021060240201241014b0d0020120e022928290b2012210903402009410176220f20066a22112006200720114105746a200341e0096a412010d5044101481b21062009200f6b220941014b0d000c280b0b024002402007417f6a220241034b0d00024020020e0400010102000b201541017420134d0d00201641ff0171450d010b200720127241ff0171450d00200041023a0000200d0d2c0c2d0b200a200610f001200341b8046a41186a4200370300200341b8046a41106a220f4200370300200341b8046a41086a22094200370300200342003703b804200341e8046a41086a220241a080c300ad4280808080b00284220b1003220741086a290000370300200320072900003703e8042007102320092002290300370300200320032903e8043703b804200241dea7c300ad4280808080f00084220c1003220741086a290000370300200320072900003703e80420071023200f20032903e8042204370300200341f8046a41086a22072009290300370300200341f8046a41106a22092004370300200341f8046a41186a221120022903003703002003200437039805200320032903b8043703f804200341900b6a200341f8046a4120108c01200a200620032802900b220f4101200f1b221220032902940b4200200f1b2204422088a710f10102402004a7450d00201210230b201142003703002009420037030020074200370300200342003703f8042002200b1003220f41086a2900003703002003200f2900003703e804200f102320072002290300370300200320032903e804220437039805200320043703f8042002200c1003220f41086a2900003703002003200f2900003703e804200f1023200920032903e8042204370300200341c8056a41086a2007290300370300200341c8056a41106a2004370300200341c8056a41186a2002290300370300200320043703d804200320032903f8043703c805200341003602980b200342013703900b2006200341900b6a105d02402006450d0020064105742106200a210203402002200341900b6a1071200241206a2102200641606a22060d000b0b20032802940b2102200341c8056aad428080808080048420033502980b42208620032802900b2206ad84100202402002450d00200610230b0240200d450d00200a10230b2003418d063b01900b200341900b6a109901200041043a0000410121020c2a0b2002411a6a2901002104200241196a2d00002117200241186a2d00002108200241166a2f01002105200241156a2d00002118200241146a2d00002119200241126a2f0100211a200241116a2d0000211b200241106a2d000021022003419f086a200f290300370000200341a7086a20112d00003a0000200320032f01e8063b01880820032006360093082003200d36008f082003200a36008b08200320032903c00c37009708200320092d00003a008a080240024020070d00201241ff01714101460d010b200041023a00000c290b200320043703f809200320173a00f709200320083a00f609200320053b01f409200320183a00f309200320193a00f2092003201a3b01f0092003201b3a00ef09200320023a00ee09200320134110763b01ec09200320134108763a00eb09200320133a00ea09200320154110763b01e809200320154108763a00e709200320153a00e609200320164110763b01e409200320164108763a00e309200320163a00e209200320124108763b01e009200341e0096a20034188086a412010d504450d22200341b8046a41186a4200370300200341b8046a41106a22094200370300200341b8046a41086a22064200370300200342003703b804200341e8046a41086a220241a080c300ad4280808080b002841003220741086a290000370300200320072900003703e8042007102320062002290300370300200320032903e8043703b804200241dea7c300ad4280808080f000841003220741086a290000370300200320072900003703e80420071023200920032903e8042204370300200341f8046a41086a2006290300370300200341f8046a41106a2004370300200341f8046a41186a20022903003703002003200437039805200320032903b8043703f804200341900b6a200341f8046a4120108c014101211120032802900b2206410120061b21074109211341e887c3002115410021020240024020032902940b420020061b2204422088a7221241014b0d0020120e022601260b2012210603402006410176220920026a220f20022007200f4105746a200341e0096a412010d5044101481b2102200620096b220641014b0d000b0b200720024105746a2216200341e0096a412010d5040d24410021060240201241014b0d0020120e022221220b2012210903402009410176220f20066a22112006200720114105746a20034188086a412010d5044101481b21062009200f6b220941014b0d000c210b0b200341a8096a41086a220e2001411c6a290200370300200341a8096a41106a220f200141246a290200370300200341a8096a41186a22112001412c6a2802003602002003200141146a2902003703a8092002410c6a280200210a200241086a280200210d200241046a28020021092001410c6a280200210720022d000021060240024002400240200141086a2802000e0400010203000b200341900b6a41146a4101360200200342013702940b200341bca3c5003602900b2003410436029c052003419c87c60036029805200320034198056a3602a00b200341900b6a41a891c6001037000b200141386a290300210b200141306a29030021042002411a6a290100210c200241196a2d00002113200241186a2d00002115200241166a2f01002116200241156a2d00002117200241146a2d00002108200241126a2f01002105200241116a2d00002118200241106a2d00002119200241026a2f0100211a200141106a280200211220022d00012102200341e0096a41186a2011280200360200200341e0096a41106a200f290300370300200341e0096a41086a200e290300370300200320032903a8093703e0090240024020060d00200241ff01714101460d010b200041023a00000c610b2003200c3703d80c200320133a00d70c200320153a00d60c200320163b01d40c200320173a00d30c200320083a00d20c200320053b01d00c200320183a00cf0c200320193a00ce0c2003200a4110763b01cc0c2003200a4108763a00cb0c2003200a3a00ca0c2003200d4110763b01c80c2003200d4108763a00c70c2003200d3a00c60c200320094110763b01c40c200320094108763a00c30c200320093a00c20c2003201a3b01c00c20034188086a41186a2202200341e0096a41186a28020036020020034188086a41106a2206200341e0096a41106a29030037030020034188086a41086a2209200341e0096a41086a290300370300200320032903e009370388080240200741ff01714101460d0020074108762107200341b8046a41186a20022d00003a0000200341b8046a41106a2006290300370300200341b8046a41086a200929030037030020032003290388083703b8040c210b200341c8056a201241067610bf0120032802c80521060240024020032802d0052012413f7122024b0d00410021020c010b200620024105746a2202280003211220022f00002107200241026a2d00002109200341b8046a41106a200241176a290000370300200341c0046a2002410f6a290000370300200341d0046a2002411f6a2d00003a0000200320022900073703b80420072009411074722107410121020b024020032802cc05450d00200610230b20020d20200341900b6a41086a200341a8056a41086a290300370300200341900b6a41106a200341a8056a41106a290300370300200341900b6a41186a200341a8056a41186a2d00003a0000200320032903a8053703900b0c580b024002402006417f6a220241034b0d00024020020e0400010102000b200d410174200a4d0d00200941ff0171450d010b200041023a00000c600b200341e8046a41086a22024183f8c100ad42808080808001841003220641086a290000370300200320062900003703e80420061023200341d8046a41086a22092002290300370300200320032903e8043703d804200241d5a7c300ad42808080809001841003220641086a290000370300200320062900003703e8042006102320034198056a41086a22062002290300370300200320032903e80437039805200320073602900b200341b8046a41186a220a200341900b6aad4280808080c000841001220241186a290000370300200341b8046a41106a220d200241106a290000370300200341b8046a41086a220e200241086a290000370300200320022900003703b80420021023200341f8046a41186a220f200a290300370300200341f8046a41106a220a200d290300370300200341f8046a41086a220d200e290300370300200320032903b8043703f80441c00010212202450d59200220032903d804370000200241086a20092903003700002002200329039805370010200241186a2006290300370000200220032903f804370020200241286a200d290300370000200241306a200a290300370000200241386a200f290300370000200341900b6a200210fe01024020032903900b42015222060d002002ad428080808080088410050b20034188086a200341900b6a41086a220941e00010d3041a200341900b6a20034188086a41e00010d3041a024020060d00200341e8066a200341900b6a41e00010d3041a20021023200341c00c6a41066a200341e8066a41e00010d3041a200341e0096a200341c00c6a41e60010d3041a200341c8056a200341e0096a41066a41e00010d3041a200341f8026a200341e8056a20032903d8052204200341c8056a41186a290300220b10ab0120032903f802200341f8026a41086a29030010ff01200341900b6a41186a200b370300200341a00b6a20043703002003419c0b6a2007360200200941033a00002003410e3a00900b200341900b6a109901200041043a00000c600b20021023200041086a4114360200200041046a41d3f7c10036020041012106200041026a41013a0000200041832a3b0100410121080c690b024002402006417f6a220241034b0d00024020020e0400010102000b200941ff01710d00200d41056c200a41036c4f0d010b200041023a00000c5f0b200341e8046a41086a22024183f8c100ad42808080808001841003220641086a290000370300200320062900003703e80420061023200341d8046a41086a22092002290300370300200320032903e8043703d804200241d5a7c300ad42808080809001841003220641086a290000370300200320062900003703e8042006102320034198056a41086a22062002290300370300200320032903e80437039805200320073602900b200341b8046a41186a220a200341900b6aad4280808080c000841001220241186a290000370300200341b8046a41106a220d200241106a290000370300200341b8046a41086a220e200241086a290000370300200320022900003703b80420021023200341f8046a41186a220f200a290300370300200341f8046a41106a220a200d290300370300200341f8046a41086a220d200e290300370300200320032903b8043703f80441c00010212202450d58200220032903d804370000200241086a20092903003700002002200329039805370010200241186a2006290300370000200220032903f804370020200241286a200d290300370000200241306a200a290300370000200241386a200f2903003700004101210620034188036a200241c000410141004100109001200328028803210920021023024020094101470d00200341f8046a41186a220d4200370300200341f8046a41106a22064200370300200341f8046a41086a22094200370300200342003703f804200341e8046a41086a22024183f8c100ad4280808080800184220c1003220a41086a2900003703002003200a2900003703e804200a102320092002290300370300200320032903e80422043703d804200320043703f804200241c8aec200ad428080808090018422101003220a41086a2900003703002003200a2900003703e804200a1023200620032903e8042204370300200341c8056a41086a220e2009290300370300200341c8056a41106a220f2004370300200341c8056a41186a221220022903003703002003200437039805200320032903f8043703c805200341900b6a200341c8056a10800220032802900b220a4104200a1b2111024020032902940b4200200a1b2204422088220ba7220a2004a7470d00200a41016a2213200a490d4c200ba722164101742215201320132015491b221341ffffffff03712013470d4c201341027422154100480d4c02400240200a0d002015102121110c010b201120164102742015102521110b2011450d5a2004422088220ba7210a2013ad21040b2011200a4102746a2007360200200d42003703002006420037030020094200370300200342003703f8042002200c1003220741086a290000370300200320072900003703e8042007102320092002290300370300200320032903e804220c3703d8042003200c3703f804200220101003220741086a290000370300200320072900003703e8042007102320034198056a41086a2002290300220c370300200320032903e80422103703980520062010370000200641086a200c370000200e2009290300370300200f20062903003703002012200d290300370300200320032903f8043703c8050240024020110d00200341c8056aad428080808080048410050c010b200341003602980b200342013703900b200ba741016a2206200341900b6a105d0240024020060d0020032802980b210d20032802940b210a20032802900b21060c010b410020032802980b22026b2107201120064102746a210f20032802940b210a2011210903402009280200210e02400240200a20076a4104490d0020032802900b21060c010b200241046a22062002490d4f200a410174220d2006200d20064b1b220d4100480d4f02400240200a0d00200d102121060c010b20032802900b200a200d102521060b2006450d5d2003200d3602940b200320063602900b200d210a0b2003200241046a220d3602980b200620026a200e3600002007417c6a2107200d2102200f200941046a2209470d000b0b2004a72102200341c8056aad4280808080800484200dad4220862006ad8410020240200a450d00200610230b2002450d00201110230b200041043a00000c5f0b200041832a3b0100200041086a4114360200200041046a41d3f7c100360200200041026a41013a0000410121080c680b20034188086a41086a2206200141116a29000037030020034188086a410f6a220a200141186a290000370000200341a8096a41086a220d200141e8006a29030037030020032001290009370388082003200141e0006a2903003703a809200141d0006a2903002110200141c8006a2903002114200141c0006a2903002122200141386a2903002123200141286a2903002104200141206a290300210b200141d8006a2802002109200141306a290300210c20022d0001210720022d00002102024002400240200141086a2d00000e03000102000b200341a40b6a4101360200200342013702940b200341bca3c5003602900b200341043602c40c2003419c87c6003602c00c2003200341c00c6a3602a00b200341900b6a41a891c6001037000b200141dc006a280200210e200341ff096a20043c0000200341e0096a410f6a200a290000370000200341e0096a41086a20062903003703002003200b3700f70920032003290388083703e009200341e70c6a2010370000200341d70c6a2022370000200341ff0c6a200d2f01003b0000200320044238883c00c60c200320044228883d01c40c200320044208883e02c00c200320143700df0c200320233700cf0c2003200e3600f30c200320093600ef0c2003200c3700c70c200320032903a8093700f70c02400240200241ff01710d00200741ff01714102460d010b200041023a00000c5f0b200341d0096a200341e0096a108102200341900b6a200341c00c6a20032802d009220720032802d809108202024020032d00900b4101460d00200341c8056a41086a200341a8056a41086a280200360200200320032903a8053703c805200041086a411a360200200041046a41b7efc200360200200041003a00000c1e0b200341a8056a41086a2202200341a40b6a2d00003a0000200341fb066a20022802003a0000200320032d00930b3a00ea06200320032f00910b3b01e806200320032902940b3700eb0620032003419c0b6a2902003700f306200341d8046a41086a2202418289c200ad4280808080e0008422041003220641086a290000370300200320062900003703d80420061023200341b8046a41086a22092002290300370300200320032903d8043703b804200220041003220641086a290000370300200320062900003703d8042006102320034198056a41086a22062002290300370300200320032903d80437039805200341c8056a200341e8066a10830241c00010212202450d58200220032903b804370000200241086a20092903003700002002200329039805370010200241186a2006290300370000200220032903c805370020200241286a200341c8056a41086a290300370000200241306a200341c8056a41106a290300370000200241386a200341c8056a41186a290300370000200341d8036a200241c000109701200341d8036a41106a290300210420032903e003210b20032802d803210620021023024020060d00200041003a0000200041086a411d360200200041046a41d1efc2003602000c1e0b200341d8046a41086a2202418289c200ad4280808080e000841003220641086a290000370300200320062900003703d80420061023200341b8046a41086a22092002290300370300200320032903d8043703b804200241fdbac200ad4280808080f000841003220641086a290000370300200320062900003703d8042006102320034198056a41086a22062002290300370300200320032903d80437039805200341c8056a200341e8066a10830241c00010212202450d58200220032903b804370000200241086a20092903003700002002200329039805370010200241186a2006290300370000200220032903c805370020200241286a200341c8056a41086a290300370000200241306a200341c8056a41106a290300370000200241386a200341c8056a41186a290300370000200341c0003602bc04200320023602b804200341f8046a2002ad4280808080800884100610a1010240024020032802f80422060d004200210c0c010b20032802fc04210a02400240200341f8046a41086a28020022094110490d0020094170714110460d002009417c714120460d00200641086a290000211420062900002110200641186a290000212320062900102122200628002021094201210c0c010b200341003602d005200342013703c8052003410c36029c052003200341b8046a360298052003200341c8056a3602a805200341a40b6a4101360200200342013702940b200341a0f0c2003602900b200320034198056a3602a00b200341a8056a41c893c500200341900b6a10301a20033502d00542208620033502c805841007024020032802cc05450d0020032802c80510230b4200210c0b200a450d00200610230b200210230240200c500d00200341d8046a41086a220241e483c300ad42808080808001841003220641086a290000370300200320062900003703d8042006102320034198056a41086a220a2002290300370300200320032903d80437039805200241fdbac200ad4280808080f000841003220641086a290000370300200320062900003703d80420061023200341e8046a41086a22062002290300370300200320032903d8043703e804200341b8046a200341e0096a10910141c00010212202450d592002200329039805370000200241086a200a290300370000200220032903e804370010200241186a2006290300370000200220032903b804370020200241286a200341b8046a41086a290300370000200241306a200341c8046a290300370000200241386a200341b8046a41186a290300370000200341d0036a200241c00041014100410010900120032802d00321062002102320064101460d13200341d8046a41086a220241e483c300ad42808080808001841003220641086a290000370300200320062900003703d8042006102320034198056a41086a22072002290300370300200320032903d80437039805200241fdbac200ad4280808080f000841003220641086a290000370300200320062900003703d80420061023200341e8046a41086a22062002290300370300200320032903d8043703e804200341b8046a200341e0096a10910141c00010212202450d592002200329039805370000200241086a2007290300370000200220032903e804370010200241186a2006290300370000200220032903b804370020200241286a200341b8046a41086a290300370000200241306a200341b8046a41106a290300370000200241386a200341b8046a41186a290300370000411010212206450d59200620103700002006201437000820064110412010252206450d5920062022370010200641186a20233700002006412041c00010252206450d59200620093600202002ad42808080808008842006ad4280808080c00484100220061023200210230b200341d8046a41086a2206418289c200ad4280808080e00084220c1003220241086a290000370300200320022900003703d80420021023200341b8046a41086a22072006290300370300200320032903d8043703b8042006200c1003220241086a290000370300200320022900003703d8042002102320034198056a41086a220a2006290300370300200320032903d80437039805200341c8056a200341e8066a10830241c00010212202450d58200220032903b804370000200241086a20072903003700002002200329039805370010200241186a200a290300370000200220032903c805370020200241286a200341c8056a41086a290300370000200241306a200341c8056a41106a2209290300370000200241386a200341c8056a41186a220d2903003700002002ad42808080808008841005200210232006200c1003220241086a290000370300200320022900003703d8042002102320072006290300370300200320032903d8043703b804200641fdbac200ad4280808080f000841003220241086a290000370300200320022900003703d80420021023200a2006290300370300200320032903d80437039805200341c8056a200341e8066a10830241c00010212202450d58200220032903b804370000200241086a200341b8046a41086a2903003700002002200329039805370010200241186a20034198056a41086a220f290300370000200220032903c805370020200241286a200341c8056a41086a2206290300370000200241306a2009290300370000200241386a200d2903003700002002ad4280808080800884100520021023200d42003703002009420037030020064200370300200342003703c805200341d8046a41086a2202418289c200ad4280808080e0008422141003220741086a290000370300200320072900003703d8042007102320062002290300370300200320032903d804220c3703b8042003200c3703c805200241f8bac200ad4280808080d0008422221003220741086a290000370300200320072900003703d80420071023200920032903d804220c370300200341f8046a41086a22072006290300370300200341f8046a41106a200c370300200341f8046a41186a20022903003703002003200c37039805200320032903c8053703f804200341b8036a200341f8046a412010970120032903c003420020032802b803220a1b220c200b5a200341b8036a41106a2903004200200a1b221020045a20102004511b450d13200341c8056a41186a220a4200370300200341c8056a41106a220d420037030020064200370300200342003703c805200220141003220e41086a2900003703002003200e2900003703d804200e102320062002290300370300200320032903d80422143703b804200320143703c805200220221003220e41086a2900003703002003200e2900003703d804200e1023200f20022903002214370300200320032903d80422223703980520092022370000200941086a201437000020072006290300370300200341f8046a41106a2209200d290300370300200341f8046a41186a220e200a290300370300200320032903c8053703f8042003201020047d200c200b54ad7d3703980b2003200c200b7d3703900b200341f8046aad4280808080800484200341900b6aad428080808080028422141002200341a8036a200341e0096a200b2004109601200341a8036a41086a290300211020032903a8032122200e42003703002009420037030020074200370300200342003703f804200241e483c300ad428080808080018422231003220f41086a2900003703002003200f2900003703d804200f102320072002290300370300200320032903d804220c3703a8052003200c3703f804200241d1bcc000ad4280808080d00184222b1003220f41086a2900003703002003200f2900003703d804200f1023200920032903d804220c37030020062007290300370300200d200c370300200a20022903003703002003200c37039805200320032903f8043703c80520034190036a200341c8056a412010970120034190036a41106a290300210c200329039803212c200328029003210f200e42003703002009420037030020074200370300200342003703f804200220231003220941086a290000370300200320092900003703d8042009102320072002290300370300200320032903d80422233703a805200320233703f8042002202b1003220941086a290000370300200320092900003703d80420091023200e2002290300222337030020062007290300370300200d20032903d804222b370300200a20233703002003202b37039805200320032903f8043703c8052003427f2010200c4200200f1b220c7c2022202c4200200f1b22107c22222010542202ad7c221020022010200c542010200c511b22021b3703980b2003427f202220021b3703900b200341c8056aad428080808080048420141002200341900b6a41106a2004370300200341900b6a41086a200b370300200341900b6a41186a20032903e009370300200341900b6a41206a200341e0096a41086a290300370300200341b80b6a200341e0096a41106a290300370300200341c00b6a200341e0096a41186a290300370300200341c80b6a20032903e806370300200341d00b6a200341e8066a41086a290300370300200341d80b6a200341e8066a41106a2802003602002003410f3a00900b200341900b6a109901024020032802d409450d0020032802d00910230b200041043a00000c5e0b200341e8066a41106a220a20034188086a41106a280200360200200341e8066a41086a200629030037030020032003290388083703e8060240200720027241ff0171450d00200041023a00000c5e0b200341c8056a41186a22074200370300200341c8056a41106a220d4200370300200341c8056a41086a22064200370300200342003703c805200341d8046a41086a2202418289c200ad4280808080e00084222b1003220e41086a2900003703002003200e2900003703d804200e102320062002290300370300200320032903d804222c3703b8042003202c3703c805200241f8bac200ad4280808080d00084222d1003220e41086a2900003703002003200e2900003703d804200e1023200d20032903d804222c370300200341f8046a41086a220f2006290300370300200341f8046a41106a2211202c370300200341f8046a41186a221220022903003703002003202c37039805200320032903c8053703f804200341f0036a200341f8046a4120109701200341f0036a41106a290300212c20032903f803212e20032802f003210e20074200370300200d420037030020064200370300200342003703c8052002202b1003220d41086a2900003703002003200d2900003703d804200d102320062002290300370300200320032903d804222f3703b8042003202f3703c8052002202d1003220d41086a2900003703002003200d2900003703d804200d102320072002290300222d370300200f2006290300370300201120032903d804222f3703002012202d3703002003202f37039805200320032903c8053703f8042003202e4200200e1b222d200b7c222e3703900b2003202c4200200e1b20047c202e202d54ad7c3703980b200341f8046aad4280808080800484200341900b6aad4280808080800284222c1002200341900b6a41106a200a280200360200200341900b6a41086a200341e8066a41086a290300370300200320032903e8063703900b2002202b1003220a41086a2900003703002003200a2900003703d804200a1023200341b8046a41086a220d2002290300370300200320032903d8043703b8042002202b1003220a41086a2900003703002003200a2900003703d804200a102320034198056a41086a220a2002290300370300200320032903d80437039805200341c8056a200341900b6a10830241c00010212202450d57200220032903b804370000200241086a200d2903003700002002200329039805370010200241186a200a290300370000200220032903c805370020200241286a2006290300370000200241306a200341c8056a41106a290300370000200241386a2007290300370000200320043703980b2003200b3703900b2002ad4280808080800884202c1002200210230240200c4201520d00200341900b6a41106a200341e8066a41106a280200360200200341900b6a41086a200341e8066a41086a290300370300200320032903e8063703900b200341d8046a41086a2202418289c200ad4280808080e000841003220641086a290000370300200320062900003703d80420061023200341b8046a41086a22072002290300370300200320032903d8043703b804200241fdbac200ad4280808080f000841003220641086a290000370300200320062900003703d8042006102320034198056a41086a22062002290300370300200320032903d80437039805200341c8056a200341900b6a10830241c00010212202450d58200220032903b804370000200241086a20072903003700002002200329039805370010200241186a2006290300370000200220032903c805370020200241286a200341c8056a41086a290300370000200241306a200341d8056a290300370000200241386a200341c8056a41186a290300370000412410212206450d58200620143700102006202337000020062009360020200641186a2010370000200620223700082002ad42808080808008842006ad4280808080c00484100220061023200210230b200041043a00000c5d0b20022d0001210620022d00002102200341980b6a2001410c6a280200360200200320012902043703900b200020022006200341900b6a1084024100211341012106410121084101210041012107410121094101210a4101210d4101210e4101210f4101211141012115410121120c710b0240024020022d00000d0020022d000141ff01714102460d010b200041023a00000c5c0b200341b8046a41186a220a4200370300200341b8046a41106a22094200370300200341b8046a41086a22074200370300200342003703b804200341e8046a41086a22024189bdc600ad4280808080c00184220b1003220641086a290000370300200320062900003703e8042006102320072002290300370300200320032903e80422043703d804200320043703b80420024195bdc600ad4280808080900184220c1003220641086a290000370300200320062900003703e80420061023200920032903e8042204370300200341f8046a41086a220d2007290300370300200341f8046a41106a220e2004370300200341f8046a41186a220f20022903003703002003200437039805200320032903b8043703f8044101210620034188046a200341f8046a412041014100410010900102402003280288044101460d00200a42003703002009420037030020074200370300200342003703b8042002200b1003221141086a290000370300200320112900003703e8042011102320072002290300370300200320032903e80422043703d804200320043703b8042002200c1003221141086a290000370300200320112900003703e8042011102320034198056a41086a20022903002204370300200320032903e804220b370398052009200b370000200941086a2004370000200d2007290300370300200e2009290300370300200f200a290300370300200320032903b8043703f804200341013a00900b200341f8046aad4280808080800484200341900b6aad428080808010841002200041043a0000410121080c660b200041003a0000200041086a4134360200200041046a41a592c600360200410121080c650b200341d0096a41026a22212001410b6a2d00003a0000200341e8066a41086a221d200141206a290300370300200341e8066a41106a221e200141286a290300370300200320012f00093b01d0092003200141186a2903003703e8062001410c6a28020021202002411a6a2901002104200241196a2d00002107200241186a2d00002109200241166a2f0100210a200241156a2d0000210d200241146a2d0000210e200241126a2f0100210f200241116a2d00002111200241106a2d000021122002410e6a2f010021132002410d6a2d000021152002410c6a2d000021162002410a6a2f01002117200241096a2d00002108200241086a2d00002105200241066a2f01002118200241056a2d00002119200241046a2d0000211a200241026a2f0100211b200141146a280200211f200141106a280200211c20022d0001210620022d0000210202400240024002400240024002400240200141086a2d00000e0700010203040506000b200341900b6a41146a4101360200200342013702940b200341bca3c5003602900b2003410436029c052003419c87c60036029805200320034198056a3602a00b200341900b6a41a891c6001037000b0240200620027241ff0171450d00200041023a00000c1f0b200341c8056a41186a220a4200370300200341c8056a41106a22064200370300200341c8056a41086a22074200370300200342003703c805200341e8046a41086a220241c4c0c600ad4280808080d000841003220941086a290000370300200320092900003703e8042009102320072002290300370300200320032903e804220437039805200320043703c8052002418bcec300ad4280808080b001841003220941086a290000370300200320092900003703e80420091023200620032903e8042204370300200341a8096a41086a2007290300370300200341a8096a41106a2004370300200341a8096a41186a2002290300370300200320043703a805200320032903c8053703a809200341a8046a200341a8096a412041014100410010900120032802a8044101460d16200341f8046a41186a4200370300200341f8046a41106a220d4200370300200341f8046a41086a22094200370300200342003703f804200241e691c600ad4280808080e00084220b1003220e41086a2900003703002003200e2900003703e804200e102320092002290300370300200320032903e8043703f8042002418192c600ad4280808080e00084220c1003220e41086a2900003703002003200e2900003703e804200e1023200d20032903e80422043703002007200929030037030020062004370300200a20022903003703002003200437039805200320032903f8043703c805200341a0046a200341c8056a4120108e01024020032802a40441a08d066e410020032802a0041b201c4b0d00200341c8056a41186a22094200370300200341c8056a41106a220a4200370300200341c8056a41086a22074200370300200342003703c805200341e8046a41086a220241c4c0c600ad4280808080d0008422041003220e41086a2900003703002003200e2900003703e804200e102320072002290300370300200320032903e804221037039805200320103703c805200241c9c0c600ad4280808080e0018422101003220e41086a2900003703002003200e2900003703e804200e1023200341a8056a41086a220e20022903002214370300200320032903e80422223703a80520062022370000200641086a220f2014370000200341a8096a41086a22112007290300370300200341a8096a41106a2212200a290300370300200341a8096a41186a22132009290300370300200320032903c8053703a80920034198046a200341a8096a4120108e012003280298042116200328029c04211720094200370300200a420037030020074200370300200342003703c805200220041003221541086a290000370300200320152900003703e8042015102320072002290300370300200320032903e804221437039805200320143703c805200220101003221541086a290000370300200320152900003703e80420151023200e20022903002210370300200320032903e80422143703a80520062014370000200f2010370000201120072903003703002012200a29030037030020132009290300370300200320032903c8053703a8092003201741016a410120161b22173602900b200341a8096aad42808080808004842210200341900b6aad4280808080c000841002200341f8046a41186a22084200370300200341f8046a41106a22054200370300200341f8046a41086a22154200370300200342003703f8042002200b1003221641086a290000370300200320162900003703e8042016102320152002290300370300200320032903e8043703f8042002200c1003221641086a290000370300200320162900003703e8042016102320034198056a41086a2002290300220b370300200320032903e804220c37039805200d200c370000200d41086a200b37000020072015290300370300200a200529030037030020092008290300370300200320032903f8043703c80520034190046a200341c8056a4120108e012003280294042115200328029004211620094200370300200a420037030020074200370300200342003703c805200220041003220d41086a2900003703002003200d2900003703e804200d102320072002290300370300200320032903e804220437039805200320043703c8052002418bcec300ad4280808080b001841003220d41086a2900003703002003200d2900003703e804200d1023200e20022903002204370300200320032903e804220b3703a8052006200b370000200f2004370000201120072903003703002012200a29030037030020132009290300370300200320032903c8053703a809410810212202450d5b20022015410020161b20206a22063600042002201c36000020102002ad4280808080800184100220021023200341a40b6a20063602002003419c0b6a2017360200200341900b6a41086a41013a0000200341103a00900b200341900b6a41106a201c360200200341900b6a109901200041043a00000c1f0b200041003a0000200041086a4114360200200041046a418fa0c4003602000c1e0b201e290300210b20032903f006210c20032802e806211d200320043703e005200320073a00df05200320093a00de052003200a3b01dc052003200d3a00db052003200e3a00da052003200f3b01d805200320113a00d705200320123a00d605200320133b01d405200320153a00d305200320163a00d205200320173b01d005200320083a00cf05200320053a00ce05200320183b01cc05200320193a00cb052003201a3a00ca052003201b3b01c80502400240200641ff01714101470d00200241ff0171450d010b200041023a00000c1e0b200341a8096a41186a200341c8056a41186a2903002204370300200341a8096a41106a200341c8056a41106a2903002210370300200341a8096a41086a200341c8056a41086a2903002214370300200320032903c80522223703a809200341900b6a41086a2022370300200341900b6a41106a2014370300200341900b6a41186a2010370300200341b00b6a2004370300200320203602940b200341003602900b200341c00c6a200341900b6a201c201f201d200c200b108502024020032d00c00c22024104460d00200341c00c6a41086a280200210620032d00c20c210720032d00c30c210920032802c40c210a200020032d00c10c3a0001200020023a0000200041086a2006360000200041046a200a360000200041036a20093a0000200041026a20073a00000c1e0b200041043a00000c1d0b201d290300210b20032903e806210c200320043703e005200320073a00df05200320093a00de052003200a3b01dc052003200d3a00db052003200e3a00da052003200f3b01d805200320113a00d705200320123a00d605200320133b01d405200320153a00d305200320163a00d205200320173b01d005200320083a00cf05200320053a00ce05200320183b01cc05200320193a00cb052003201a3a00ca052003201b3b01c80502400240200641ff01714101470d00200241ff0171450d010b200041023a00000c1d0b200341c00c6a41186a200341c8056a41186a290300370300200341c00c6a41106a200341c8056a41106a290300370300200341c00c6a41086a200341c8056a41086a290300370300200320032903c8053703c00c200341900b6a200341c00c6a108602024020032802900b4101460d00200041003a0000200041086a411a360200200041046a41a3a0c4003602000c1d0b200320032802940b3602940b200341013602900b200341e0096a200341900b6a2020201c201f200c200b108502024020032d00e00922024104460d00200341e0096a41086a280200210620032d00e209210720032d00e309210920032802e409210a200020032d00e1093a0001200020023a0000200041086a2006360000200041046a200a360000200041036a20093a0000200041026a20073a00000c1d0b200041043a00000c1c0b200341e0096a410c6a201d290300370200200341e0096a41146a201e2903003702002003201f3602e009200320032903e8063702e40902400240200241ff01710d00200641ff01714101460d010b200041023a00000c1c0b200320043703d80c200320073a00d70c200320093a00d60c2003200a3b01d40c2003200d3a00d30c2003200e3a00d20c2003200f3b01d00c200320113a00cf0c200320123a00ce0c200320133b01cc0c200320153a00cb0c200320163a00ca0c200320173b01c80c200320083a00c70c200320053a00c60c200320183b01c40c200320193a00c30c2003201a3a00c20c2003201b3b01c00c20034188086a41186a2206200341e0096a41186a28020036020020034188086a41106a2207200341e0096a41106a29020037030020034188086a41086a2209200341e0096a41086a290200370300200320032902e009370388080240202041ff01714101460d0020204108762102200341b8046a41186a20062d00003a0000200341b8046a41106a2007290300370300200341b8046a41086a200929030037030020032003290388083703b8040c1a0b200341900b6a201c41067610bf0120032802900b21060240024020032802980b201c413f7122024b0d00410021070c010b200620024105746a2202280003211c20022f00002107200241026a2d00002109200341b8046a41106a200241176a290000370300200341c0046a2002410f6a290000370300200341d0046a2002411f6a2d00003a0000200320022900073703b80420072009411074722102410121070b024020032802940b450d00200610230b20070d19410121060c1a0b2001413c6a2802002128200141386a2802002124200141346a2802002125200141306a280200212620032802fc062127200341d8046a41026a20212d00003a000020034188086a41086a201d29030037030020034188086a41106a201e2d00003a0000200320032f01d0093b01d804200320032903e80637038808200320043703c009200320073a00bf09200320093a00be092003200a3b01bc092003200d3a00bb092003200e3a00ba092003200f3b01b809200320113a00b709200320123a00b609200320133b01b409200320153a00b309200320163a00b209200320173b01b009200320083a00af09200320053a00ae09200320183b01ac09200320193a00ab092003201a3a00aa092003201b3b01a80902400240200641ff01714101470d00200241ff0171450d010b200041023a00000c180b200341e0096a41186a200341a8096a41186a290300370300200341e0096a41106a200341a8096a41106a290300370300200341e0096a41086a200341a8096a41086a290300370300200320032903a8093703e009200341e8046a41086a220241c4c0c600ad4280808080d000841003220641086a290000370300200320062900003703e8042006102320034198056a41086a22072002290300370300200320032903e80437039805200241cccdc300ad4280808080a001841003220641086a290000370300200320062900003703e80420061023200341a8056a41086a22092002290300370300200320032903e8043703a805200320263602f804200341b8046a41186a2206200341f8046aad4280808080c000841001220241186a290000370300200341b8046a41106a220a200241106a290000370300200341b8046a41086a220d200241086a290000370300200320022900003703b80420021023200341c8056a41186a220e2006290300370300200341c8056a41106a220f200a290300370300200341c8056a41086a2206200d290300370300200320032903b8043703c80541c00010212202450d562002200329039805370000200241086a2007290300370000200220032903a805370010200241186a2009290300370000200220032903c805370020200241286a2006290300370000200241306a200f290300370000200241386a200e290300370000200341900b6a20021087022006200341900b6a41246a2802003602002003200341ac0b6a2902003703c805024020032d00940b22064103470d0020021023200041086a411e360200200041046a41d3a0c400360200200041003a00000c180b20032d00970b211220032f00950b2113200341900b6a41186a280200210a200341900b6a41146a280200210f200341900b6a41106a2802002115200341900b6a410c6a280200210d200341900b6a41086a280200210920032802900b2117200341c00c6a41086a2207200341c8056a41086a280200360200200320032903c8053703c00c200341900b6a41286a2802002111200341900b6a412c6a280200210e200341900b6a41306a280200211620021023200341a8096a41086a20072802002202360200200320032903c00c22043703a809200341c00c6a41146a200a360200200341d00c6a200f360200200341c00c6a410c6a20153602002007200d360200200341d80c6a2004370300200341c00c6a41206a2002360200200341c00c6a412c6a2016360200200341c00c6a41286a200e360200200341c00c6a41246a2011360200200320093602c40c200320132012411074724108742006723602c00c024020060d0002402007200341e0096a412010d5040d0020092027460d030b200041003a0000200041086a4122360200200041046a41f1a0c4003602000c180b200041003a0000200041086a4112360200200041046a4193a1c400360200024020064101470d00200e450d18201110230c180b0240200d450d00200910230b200a450d17200f10230c170b20032802e806210a200341e8046a41086a220241c4c0c600ad4280808080d000841003220641086a290000370300200320062900003703e8042006102320034198056a41086a2002290300370300200320032903e80437039805200241cccdc300ad4280808080a001841003220641086a290000370300200320062900003703e80420061023200341a8056a41086a2002290300370300200320032903e8043703a805200320203602e009200341b8046a41186a2206200341e0096aad4280808080c000841001220241186a290000370300200341b8046a41106a2207200241106a290000370300200341b8046a41086a2209200241086a290000370300200320022900003703b80420021023200341c8056a41186a2006290300370300200341c8056a41106a2007290300370300200341c8056a41086a2009290300370300200320032903b8043703c80541c00010212202450d552002200329039805370000200241086a20034198056a41086a290300370000200220032903a805370010200241186a200341a8056a41086a2209290300370000200220032903c805370020200241286a200341c8056a41086a2206290300370000200241306a200341c8056a41106a290300370000200241386a200341c8056a41186a290300370000200341900b6a20021087022006200341b40b6a2802003602002003200341ac0b6a2902003703c805024020032d00940b22074103470d0020021023200041086a411e360200200041046a41d3a0c400360200200041003a00000c160b20032d00970b211320032f00950b2115200341900b6a41306a2802002118200341bc0b6a2802002116200341900b6a41286a2802002108200341900b6a41186a280200210e200341a40b6a2802002111200341900b6a41106a28020021172003419c0b6a280200210f200341900b6a41086a280200211220032802900b2105200341c00c6a41086a220d2006280200360200200320032903c8053703c00c2002102320034188086a41086a200d2802002202360200200320032903c00c22043703880820092002360200200320043703a805024020074101470d00200341df0c6a200341a8056a41086a2d00003a00002003200e3600d30c200320113600cf0c200320173600cb0c2003200f3600c70c200320123600c30c200320032903a8053700d70c2003201520134110747222023b01c00c200320024110763a00c20c200341b8046a41186a2206200aad422086201cad841001220241186a290000370300200341b8046a41106a2207200241106a290000370300200341b8046a41086a2209200241086a290000370300200320022900003703b80420021023200341900b6a41186a2006290300370300200341900b6a41106a2007290300370300200341900b6a41086a2009290300370300200320032903b8043703900b024002400240200341900b6a200341c00c6a412010d5040d00200341f8046a41186a4200370300200341f8046a41106a22094200370300200341f8046a41086a22064200370300200342003703f804200341e8046a41086a220241e691c600ad4280808080e000841003220741086a290000370300200320072900003703e8042007102320062002290300370300200320032903e8043703f8042002418192c600ad4280808080e000841003220741086a290000370300200320072900003703e80420071023200920032903e8042204370300200341c8056a41086a2006290300370300200341c8056a41106a2004370300200341c8056a41186a20022903003703002003200437039805200320032903f8043703c805200341b0046a200341c8056a4120108e0120032802b40441a08d066e410020032802b0041b20054f0d01200341ac0b6a2018360200200341a80b6a2016360200200341a40b6a2008360200200341a00b6a200a3602002003419c0b6a201f360200200341980b6a201c360200200341023a00940b200320053602900b2020200341900b6a1088020c020b200041003a0000200041086a4123360200200041046a41a5a1c4003602002016450d18200810230c180b200341e8046a41086a220241c4c0c600ad4280808080d000841003220641086a290000370300200320062900003703e8042006102320034198056a41086a22072002290300370300200320032903e80437039805200241cccdc300ad4280808080a001841003220641086a290000370300200320062900003703e80420061023200341d8046a41086a22062002290300370300200320032903e8043703d804200320203602900b200341b8046a41186a2209200341900b6aad4280808080c000841001220241186a290000370300200341b8046a41106a220d200241106a290000370300200341b8046a41086a220e200241086a290000370300200320022900003703b80420021023200341a8096a41186a220f2009290300370300200341a8096a41106a2209200d290300370300200341a8096a41086a220d200e290300370300200320032903b8043703a80941c00010212202450d572002200329039805370000200241086a2007290300370000200220032903d804370010200241186a2006290300370000200220032903a809370020200241286a200d290300370000200241306a2009290300370000200241386a200f2903003700002002ad42808080808008841005200210232003200a3602e8092003201f3602e4092003201c3602e009200320183602980b200320163602940b200320083602900b20034188086a20204100200341e0096a200341900b6a1089020b200041043a00000c1a0b200041003a0000200041086a4119360200200041046a41c8a1c40036020020070d130c140b200341900b6a41106a201f3602002003419c0b6a201c360200200341900b6a41086a2020360200200341a40b6a200329038808370200200341c00b6a2028360200200341bc0b6a2024360200200341b80b6a2025360200200341ac0b6a20034188086a41086a290300370200200341b40b6a20034188086a41106a2d00003a0000200341013a00940b200320173602900b200320032f01d8043b00950b2003200341da046a2d00003a00970b2026200341900b6a108802200041043a00000c180b200341900b6a200141046a41c80010d3041a200341c00c6a41206a200241206a290200370300200341c00c6a41186a200241186a290200370300200341c00c6a41106a200241106a290200370300200341c00c6a41086a200241086a290200370300200320022902003703c00c2000200341900b6a200341c00c6a108a024100211741012106410121084101210041012107410121094101210a4101210d4101210e4101210f41012111410121154101211241012113410121160c6f0b41a29bc400413041b096c500102d000b200041830e3b0100200041086a410d360200200041046a4180c1c300360200200041026a41023a00000c490b200341900b6a21070c410b20004183163b0100200041086a410e360200200041046a41c392c500360200200041026a41003a0000410121080c5f0b20032802980b210e20032802940b210a20032802900b21090c380b20004183243b0100200041086a4109360200200041046a41e887c300360200200041026a41003a00000c320b20004183243b0100200041086a4111360200200041046a41b9a5c500360200200041026a41013a00000c310b41bcc1c60020062015102f000b41bcc1c60020092013102f000b41a8f5c100200f200e102f000b41aab9c000411d41b096c500102d000b41aab9c000411d41b096c500102d000b200041043a00000c150b200041830a3b0100200041086a4117360000200041046a41e1bbc000360000200041026a41063a00000c0a0b41eeefc200412f41b096c500102d000b200041003a0000200041086a411b360200200041046a41f49fc4003602000c070b200041086a4117360200200041046a41a1f7c100360200200041026a41013a000020004183143b01002015450d320c310b0240200f450d00201210230b200e450d00201110230b201f450d04201c10230c040b201f450d03201c10230c030b2024450d02202510230c020b200341a8056a41186a200341b8046a41186a2d00003a0000200341a8056a41106a200341b8046a41106a290300370300200341a8056a41086a200341b8046a41086a290300370300200320032903b8043703a805410021060b200341b7096a200341a8056a41086a290300370000200341bf096a200341a8056a41106a290300370000200341c7096a200341a8056a41186a2d00003a00002003201c3600ab09200320032903a8053700af09200320023b01a809200320024110763a00aa0902402006450d00200041013a00000c010b200341f8046a41186a200341a8096a41186a290300370300200341f8046a41106a200341a8096a41106a290300370300200341f8046a41086a200341a8096a41086a290300370300200320032903a8093703f804200341900b6a200341c00c6a108602024020032802900b4101460d00200041003a0000200041086a4116360200200041046a41bda0c4003602000c010b20032802940b2107200341900b6a41186a200341f8046a41186a290300370300200341900b6a41106a200341f8046a41106a290300370300200341900b6a41086a200341f8046a41086a290300370300200320032903f8043703900b200341e8046a41086a220241c4c0c600ad4280808080d000841003220641086a290000370300200320062900003703e8042006102320034198056a41086a22092002290300370300200320032903e80437039805200241f8cdc300ad4280808080b001841003220641086a290000370300200320062900003703e80420061023200341a8056a41086a22062002290300370300200320032903e8043703a8052003200736028808200341b8046a41186a220720034188086aad4280808080c000841001220241186a290000370300200341b8046a41106a220a200241106a290000370300200341b8046a41086a220d200241086a290000370300200320022900003703b80420021023200341c8056a41186a220e2007290300370300200341c8056a41106a2207200a290300370300200341c8056a41086a220a200d290300370300200320032903b8043703c80541c00010212202450d3c2002200329039805370000200241086a2009290300370000200220032903a805370010200241186a2006290300370000200220032903c805370020200241286a200a290300370000200241306a2007290300370000200241386a200e290300370000200341c00036028c082003200236028808200341900b6a20034188086a10c00120021023200041043a00000b4100211641012106410121084101210041012107410121094101210a4101210d4101210e4101210f41012111410121154101211241012113410121170c570b20032802d409450d40200710230c400b200341e8026a2004200b42c0843d420010d904200341d8026a20032903e802220c200341e8026a41086a290300221042c0fb42427f10d804200341c8026a200c201042d08603420010d804200341e8066a41086a2211200341b8046a41086a2209290300370300200341e8066a41106a2213200341b8046a41106a220a290300370300200341e8066a41186a2215200341b8046a41186a220d2d00003a0000200320032903b804220c3703900b2003200c3703e806200341900b6a200341c00c6a20032903c8022210200420032903d8027c220c42d086037e200c421480220c42c0fb427e7c42a0c21e56200ca76aad7c220c42808095e789c604200c42808095e789c60456200341c8026a41086a290300200c201054ad7c220c420052200c501b22021b2210200c420020021b220c10ad01024020032d00900b4104460d00200041832a3b0100200041086a411c360200200041046a41e7f7c100360200200041026a41003a00000c400b200341c8056a41186a220e4200370300200341c8056a41106a220f4200370300200341c8056a41086a22064200370300200342003703c805200341e8046a41086a22024183f8c100ad428080808080018422141003221641086a290000370300200320162900003703e8042016102320062002290300370300200320032903e80422223703d804200320223703c80520024194b2c300ad4280808080d0018422231003221641086a290000370300200320162900003703e80420161023200f20032903e8042222370300200341f8046a41086a22172006290300370300200341f8046a41106a22082022370300200341f8046a41186a220520022903003703002003202237039805200320032903c8053703f804200341c0026a200341f8046a4120108e0120032802c402211820032802c0022119200e4200370300200f420037030020064200370300200342003703c805200220141003221641086a290000370300200320162900003703e8042016102320062002290300370300200320032903e80422223703d804200320223703c805200220231003221641086a290000370300200320162900003703e80420161023200e2002290300222237030020172006290300370300200820032903e8042223370300200520223703002003202337039805200320032903c8053703f80420032018410020191b221641016a3602900b200341f8046aad4280808080800484200341900b6aad4280808080c000841002200341900b6a41386a200341c00c6a41186a290300370300200341900b6a41306a200341c00c6a41106a290300370300200341900b6a41286a200341c00c6a41086a290300370300200341d30b6a2012360000200341d70b6a20032903e806370000200341df0b6a2011290300370000200341e70b6a2013290300370000200341ef0b6a20152d00003a0000200320073b01d00b200341d20b6a20074110763a00002003200b3703980b200320043703900b200320032903c00c3703b00b200341900b6a41186a200c370300200320103703a00b200220141003220741086a290000370300200320072900003703e80420071023200341d8046a41086a2002290300370300200320032903e8043703d804200241d5a7c300ad42808080809001841003220741086a290000370300200320072900003703e8042007102320034198056a41086a2002290300370300200320032903e804370398052003201636028808200d20034188086aad4280808080c000841001220241186a290000370300200a200241106a2900003703002009200241086a290000370300200320022900003703b80420021023200e200d290300370300200f200a29030037030020062009290300370300200320032903b8043703c80541c00010212202450d39200220032903d804370000200241086a200341d8046a41086a2903003700002002200329039805370010200241186a20034198056a41086a290300370000200220032903c805370020200241286a200341c8056a41086a290300370000200241306a200341c8056a41106a290300370000200241386a200341c8056a41186a29030037000020034100360290082003420137038808200341900b6a41206a20034188086a1071200341900b6a41086a290300210420032903900b210b02400240200328028c08220720032802900822066b4110490d0020032802880821070c010b200641106a22092006490d2c200741017422062009200620094b1b22064100480d2c0240024020070d002006102121070c010b20032802880820072006102521070b2007450d3a2003200636028c08200320073602880820032802900821060b200720066a220720043700082007200b3700002003200641106a36029008200341900b6a41c0006a20034188086a1071200341a80b6a290300210420032903a00b210b02400240200328028c08220920032802900822076b4110490d0020032802880821060c010b200741106a22062007490d2c200941017422072006200720064b1b220a4100480d2c0240024020090d00200a102121060c010b2003280288082009200a102521060b2006450d3a2003200a36028c0820032006360288082003280290082107200a21090b200620076a220a2004370008200a200b3700002002ad4280808080800884200741106aad4220862006ad84100202402009450d00200610230b200210232003419c0b6a2016360200200341980b6a41003a00002003410e3a00900b200341900b6a109901200041043a00000c3f0b200720064105746a20034188086a412010d5040d00410d211341b287c3002115410021110c030b200341c8056a41186a220620034188086a41186a290300370300200341c8056a41106a220920034188086a41106a290300370300200341c8056a41086a220f20034188086a41086a29030037030020032003290388083703c805200220124f0d01201620032903c805370000201641186a2006290300370000201641106a2009290300370000201641086a200f2903003700002007201210f001200341f8046a41186a4200370300200341f8046a41106a22154200370300200341f8046a41086a22114200370300200342003703f804200341e8046a41086a220241a080c300ad4280808080b002841003221341086a290000370300200320132900003703e8042013102320112002290300370300200320032903e804220b370398052003200b3703f804200241dea7c300ad4280808080f000841003221341086a290000370300200320132900003703e80420131023201520032903e804220b370300200f20112903003703002009200b370300200620022903003703002003200b3703d804200320032903f8043703c80541002102200341003602980b200342013703900b2012200341900b6a105d201241057421060340200720026a200341900b6a10712006200241206a2202470d000b20032802940b2102200341c8056aad428080808080048420033502980b42208620032802900b2206ad84100202402002450d00200610230b200341900b6a41186a200341e0096a41186a290300370300200341900b6a41106a200341e0096a41106a290300370300200341900b6a41086a200341e0096a41086a290300370300200320032903e0093703900b200341900b6a41012007201210fd012004a7450d00200710230b2003418d083b01900b200341900b6a109901200041043a00000c050b41bcc1c60020022012102f000b20004183283b0100200041086a2013360200200041046a2015360200200041026a20113a00002004a7450d03200710230c030b200720064105746a200341e0096a412010d5040d00410d211341b287c3002115410021110c010b200341c8056a41186a2206200341e0096a41186a290300370300200341c8056a41106a2209200341e0096a41106a290300370300200341c8056a41086a220f200341e0096a41086a290300370300200320032903e0093703c8050240200220124f0d00201620032903c805370000201641186a2006290300370000201641106a2009290300370000201641086a200f2903003700002007201210f001200341f8046a41186a4200370300200341f8046a41106a22154200370300200341f8046a41086a22114200370300200342003703f804200341e8046a41086a220241a080c300ad4280808080b002841003221341086a290000370300200320132900003703e8042013102320112002290300370300200320032903e804220b370398052003200b3703f804200241dea7c300ad4280808080f000841003221341086a290000370300200320132900003703e80420131023201520032903e804220b370300200f20112903003703002009200b370300200620022903003703002003200b3703d804200320032903f8043703c80541002102200341003602980b200342013703900b2012200341900b6a105d201241057421060340200720026a200341900b6a10712006200241206a2202470d000b20032802940b2102200341c8056aad428080808080048420033502980b42208620032802900b2206ad84100202402002450d00200610230b200341900b6a41186a20034188086a41186a290300370300200341900b6a41106a20034188086a41106a290300370300200341900b6a41086a20034188086a41086a29030037030020032003290388083703900b200341900b6a41012007201210fd012003418d043b01900b200341900b6a10990102402004a7450d00200710230b200041043a00000c020b41bcc1c60020022012102f000b20004183283b0100200041086a2013360200200041046a2015360200200041026a20113a00002004a7450d00200710230b410021020b200e4104470d012002200d45720d010b200a10230b4100211241012106410121084101210041012107410121094101210a4101210d4101210e4101210f41012111410121150c470b200341a8056a41186a200341b8046a41186a2d00003a0000200341a8056a41106a200341b8046a41106a290300370300200341a8056a41086a200341b8046a41086a290300370300200320032903b8043703a805410021060b20034187056a200341a8056a41086a2903003700002003418f056a200341a8056a41106a29030037000020034197056a200341a8056a41186a2d00003a00002003200d3600fb04200320032903a8053700ff04200320023b01f804200320024110763a00fa0402402006450d00200041013a00000c080b200341c00c6a41186a200341f8046a41186a290300370300200341c00c6a41106a200341f8046a41106a290300370300200341c00c6a41086a200341f8046a41086a290300370300200320032903f8043703c00c20034188086a200341c00c6a10fb01024020032d0088084101460d0020032d0089082102200341b0026a200341c00c6a4280a094a58d1d420010ab0120032903b002200341b0026a41086a29030010ff012003419d0b6a200341c00c6a41086a290300370000200341a50b6a200341d00c6a290300370000200341ad0b6a200341d80c6a290300370000200341023a00940b2003410c3a00900b200320032903c00c3700950b200341900b6a109901024020020d00108b020b200041043a00000c080b2000200329028c08370200200041086a20034194086a2802003602000c070b0240200e20024105746a200341c00c6a412010d50422060d004101210f200221070c010b2006411f7620026a21070b02402004a7450d00200e10230b02400240200f450d004113210241c1ffc1002106410821070c010b410c21020240200341c00c6a108c02450d0041b5ffc1002106410921070c010b0240200341c00c6a108d02450d0041a9ffc1002106410a21070c010b200341900b6a200341c00c6a4280a094a58d1d420010ad01024020032d00900b4104460d00411a2102418fffc1002106410b21070c010b20032903d80c210420032d00d70c210e20032d00d60c210f20032f01d40c211220032d00d30c211320032d00d20c211520032f01d00c211620032d00cf0c211720032d00ce0c210820032f01cc0c210520032d00cb0c211820032d00ca0c211920032f01c80c211a20032d00c70c211b20032d00c60c211c20032f01c40c211d20032d00c30c211e20032d00c20c212020032f01c00c2121200341f8046a41186a22244200370300200341f8046a41106a22254200370300200341f8046a41086a22064200370300200342003703f804200341d8046a41086a220241fdf6c100ad42808080808002841003220941086a290000370300200320092900003703d8042009102320062002290300370300200320032903d8043703f804200241f18ac200ad4280808080a001841003220941086a290000370300200320092900003703d8042009102320034198056a41086a2002290300220b370300200320032903d804220c370398052011200c370000201141086a200b370000200341c8056a41086a2006290300370300200341c8056a41106a2025290300370300200341c8056a41186a2024290300370300200320032903f8043703c805200341900b6a200341c8056a4120108c010240024020032802900b2202450d00200320032902940b3702e409200320023602e0090c010b200341003602e809200342013703e0090b200320043703a80b2003200e3a00a70b2003200f3a00a60b200320123b01a40b200320133a00a30b200320153a00a20b200320163b01a00b200320173a009f0b200320083a009e0b200320053b019c0b200320183a009b0b200320193a009a0b2003201a3b01980b2003201b3a00970b2003201c3a00960b2003201d3b01940b2003201e3a00930b200320203a00920b200320213b01900b200341e0096a2007200341900b6a107520032802e009210920032802e409211120032802e809210e200341f8046a41186a4200370300200341f8046a41106a220f4200370300200341f8046a41086a22064200370300200342003703f804200341d8046a41086a220241fdf6c100ad42808080808002841003220741086a290000370300200320072900003703d8042007102320062002290300370300200320032903d804220437039805200320043703f804200241f18ac200ad4280808080a001841003220741086a290000370300200320072900003703d80420071023200f20032903d8042204370300200341c8056a41086a2006290300370300200341c8056a41106a2004370300200341c8056a41186a2002290300370300200320043703a805200320032903f8043703c8050240024020090d00200341c8056aad428080808080048410050c010b200341003602980b200342013703900b200e200341900b6a105d0240200e450d00200e41057421062009210203402002200341900b6a1071200241206a2102200641606a22060d000b0b20032802940b2102200341c8056aad428080808080048420033502980b42208620032802900b2206ad84100202402002450d00200610230b2011450d00200910230b200041043a00000c030b20004183263b0100200041086a2002360200200041046a2006360200200041026a20073a00000c020b200341900b6a41186a200341b8046a41186a2d00003a0000200341900b6a41106a200341b8046a41106a290300370300200341900b6a41086a200341b8046a41086a290300370300200320032903b8043703900b410021070b200341d7056a200341900b6a41086a290300370000200341df056a200341900b6a41106a290300370000200341e7056a200341900b6a41186a2d00003a0000200320063600cb05200320032903900b3700cf05200320023b01c805200320024110763a00ca0502402007450d00200041013a00000c010b200341c00c6a41186a200341c8056a41186a290300370300200341c00c6a41106a200341c8056a41106a290300370300200341c00c6a41086a200341c8056a41086a290300370300200320032903c8053703c00c0240200341e0096a200341c00c6a412010d504450d00024002400240200341e0096a10f501450d0002400240200341c00c6a10f501450d00200341d8046a41086a221141fdf6c100ad4280808080800284220c1003220241086a290000370300200320022900003703d8042002102320034198056a41086a22162011290300370300200320032903d804370398052011418df7c100ad4280808080f000841003220241086a290000370300200320022900003703d80420021023200341a8056a41086a22062011290300370300200320032903d8043703a805200341f8046a200341c00c6a10910141c00010212202450d2d2002200329039805370000200241086a2016290300370000200220032903a805370010200241186a2006290300370000200220032903f804370020200241286a200341f8046a41086a2213290300370000200241306a200341f8046a41106a2212290300370000200241386a200341f8046a41186a2215290300370000200341900b6a200241c000108c012002102320032802900b2202410120021b220820032902940b420020021b2210422088a74105746a21172008210e0340200e2017460d020240200e108c020d00200e108d020d00201542003703002012420037030020134200370300200342003703f8042011200c1003220241086a290000370300200320022900003703d8042002102320132011290300370300200320032903d8043703f804201141f18ac200ad4280808080a001841003220241086a290000370300200320022900003703d80420021023201620112903002204370300200320032903d804220b370398052012200b370000201241086a2004370000200341c8056a41086a2013290300370300200341c8056a41106a2012290300370300200341c8056a41186a2015290300370300200320032903f8043703c805200341900b6a200341c8056a4120108c0120032802900b2206410120061b210f4100210202400240024020032902940b420020061b2204422088a7220641014b0d0020060e020201020b03402006410176220720026a22092002200f20094105746a200e412010d5044101481b2102200620076b220641014b0d000b0b200f20024105746a200e412010d5044521020b02402004a7450d00200f10230b200e41206a210e2002450d010b0b2010a7450d00200810230b200341a0026a200341e0096a4280e8eda1ba01420010ab0120032903a002200341a8026a29030010ff0141002102200341e0096a21060c030b02402010a7450d00200810230b200341900b6a200341c00c6a200341e0096a4280e8eda1ba01420010ac0120034188086a41086a22062003419c0b6a280200360200200320032902940b370388084101210220032802900b4101470d012000200329038808370200200041086a20062802003602000c040b20004183263b0100200041086a410b360200200041046a41deffc100360200200041026a41063a00000c030b200341c00c6a21060b2006410010fa012003419d0b6a200341c00c6a41086a290300370000200341a50b6a200341c00c6a41106a290300370000200341ad0b6a200341c00c6a41186a290300370000200341b50b6a20032903e009370000200341bd0b6a200341e0096a41086a290300370000200341c50b6a200341e0096a41106a290300370000200341cd0b6a200341e0096a41186a290300370000200341d50b6a20023a0000200341043a00940b2003410c3a00900b200320032903c00c3700950b200341900b6a109901200041043a00000c010b20004183263b0100200041086a410a360200200041046a41d4ffc100360200200041026a41073a00000b4101210641002115201f4101470d03200d450d03200a10230c030b20004183263b0100200041086a2007360200200041046a2002360200200041026a20063a00000b200d450d00200a10230b41002115410121060b410121084101210041012107410121094101210a4101210d4101210e4101210f410121110c3b0b2006417f6a200e4f0d00200e20066bad422086201042ffffffff0f838421100b201f4200370300201e4200370300200341a8096a41086a22064200370300200342003703a809200341e8046a41086a220241c2a7c300ad4280808080b002841003220941086a290000370300200320092900003703e8042009102320062002290300370300200320032903e804220437039805200320043703a809200220141003220941086a290000370300200320092900003703e80420091023201e20032903e8042204370300200341c8056a41086a20062903003703002020200437030020212002290300370300200320043703d804200320032903a8093703c80502400240201d0d00200341c8056aad428080808080048410050c010b200341003602980b200342013703900b2010422088a72202200341900b6a105d02402002450d0020024105742106201d210203402003200341900b6a3602c00c2002200341c00c6a106b200241206a2102200641606a22060d000b0b20032802940b2102200341c8056aad428080808080048420033502980b42208620032802900b2206ad84100202402002450d00200610230b2010a7450d00201d10230b0240201c450d00201210230b2016450d010b200810230b200041043a00000c020b410d210241d187c3002106410421090b20004183243b0100200041086a2002360200200041046a2006360200200041026a20093a000002402017450d00201210230b2016450d00200810230b4100210041012106410121090c030b200a10c1010b200a10234100210941012106410021000c010b200710c101200710234101210941002106410021000b200d417f6a220241024b0d0002400240024020020e03000102000b2000200a45720d02200710230c020b2006450d01200710c101200710230c010b2009450d00200a10c101200a10230b4100211141012106410121084101210041012107410121094101210a4101210d4101210e4101210f0c2e0b200341e8046a41086a220241d0a0c100ad42808080808001841003220641086a290000370300200320062900003703e8042006102320034198056a41086a221a2002290300370300200320032903e8043703980520024194fcc000ad4280808080a002841003220641086a290000370300200320062900003703e80420061023200341d8046a41086a22062002290300370300200320032903e8043703d804200320183602900b200341b8046a41186a2207200c4280808080c00084220b1001220241186a290000370300200341b8046a41106a220d200241106a290000370300200341b8046a41086a220f200241086a290000370300200320022900003703b80420021023200341f8046a41186a22082007290300370300200341f8046a41106a2218200d290300370300200341f8046a41086a2219200f290300370300200320032903b8043703f80441c00010212202450d152002200329039805370000200241086a201a290300370000200220032903d804370010200241186a2006290300370000200220032903f804370020200241286a2019290300370000200241306a2018290300370000200241386a2008290300370000200320173602900b2007200b1001220641186a290000370300200d200641106a290000370300200f200641086a290000370300200320062900003703b80420061023200820072903003703002018200d2903003703002019200f290300370300200320032903b8043703f804200241c00041800110252202450d15200220032903f804370040200241d8006a20034190056a290300370000200241d0006a20034188056a290300370000200241c8006a20034180056a290300370000200341e0003602940b200320023602900b2009200e200341900b6a108e02200210230240200a450d00200910230b02402004a7450d00200510230b200041043a000002402015450d00201610230b2011450d012011410c6c21002012210203400240200241046a280200450d00200228020010230b2002410c6a2102200041746a2200450d020c000b0b02402015450d00201610230b2011450d002011410c6c21002012210203400240200241046a280200450d00200228020010230b2002410c6a2102200041746a22000d000b0b4100210a4101210602402013450d00201210230b410121084101210041012107410121090c270b4101210841012100410121070c250b20034188086a200341a8096a10eb0120032802880821022003350290082104200341003602c80c200342013703c00c200341e8066a200341c00c6a107120034188076a200341c00c6a1071200341a8076a200341c00c6a1071200341c8076a200341c00c6a1071200341e8076a200341c00c6a107120032802c40c210620044220862002ad8420033502c80c42208620032802c00c2207ad84100202402006450d00200710230b0240200328028c08450d00200210230b200041043a00002015450d010b201610230b410021074101210641012108410121000c210b2009200241c4006c6a22022016410020171b360204200241003a000020022007290200370208200241106a200741086a290200370200200241186a200741106a290200370200200241206a200741186a290200370200200241286a200741206a290200370200200241306a200741286a290200370200200241386a200741306a290200370200200241c0006a200741386a280200360200200b422086200442ffffffff0f83844280808080107c2104200a200641f0006c6a210f024020060d00200a21090c030b200341900b6a41106a211d200341900b6a41086a211c200a210903402009280204210220092802002106200341900b6a200941086a41e80010d3041a200941f0006a21092002450d03200341c00c6a200341900b6a41e80010d3041a200320023602940b200320063602900b201c200341c00c6a41e80010d3041a20032802d0092112200341b8046a41186a22164200370300200341b8046a41106a22174200370300200341b8046a41086a22114200370300200342003703b804200341e8046a41086a220241e691c600ad4280808080e000841003220641086a290000370300200320062900003703e8042006102320112002290300370300200320032903e8043703b8042002418192c600ad4280808080e000841003220641086a290000370300200320062900003703e8042006102320034198056a41086a2002290300220b370300200320032903e804220c370398052015200c370000201541086a200b370000200341f8046a41086a22082011290300370300200341f8046a41106a22052017290300370300200341f8046a41186a22182016290300370300200320032903b8043703f804200341b8016a200341f8046a4120108e0120032802b801210720032802bc01210e20034188086a200341900b6a108f02410c2106024020032802900b22020d0041f4c0c300211a410321190c030b02402002200e410020071b22074d0d0041e8c0c300211a410421190c030b200341e0096a2002417f6a1090020240200341e0096a201d412010d504450d0041122106419dc1c300211a410021190c030b024020032802900b221920074f0d004108210641ccc0c300211a410621190c030b02400240201220122004422088220ba7220e41c4006c22066a460d00201241016a2102034002402002417f6a2d00004101470d004101210720034188086a2002460d03200220034188086a412010d504450d030b200241c4006a2102200641bc7f6a22060d000b0b410021070b200341e0096a2019109002200341e0096a20034188086a412010d50421024114210641d4c0c300211a4105211920070d022002450d02200341a8056a41086a2219200341e8066a41086a290300370300200341a8056a41106a221a200341e8066a41106a2f01003b0100200320032903e8063703a80520034188086a200341900b6a108f02200341a8096a41186a22064200370300200341a8096a41106a22074200370300200341a8096a41086a221b4200370300200342003703a809201842003703002005420037030020084200370300200342003703f80441c80010212202450d0f200341b8046a109102200241186a2016290300370200200241106a2017290300370200200241086a2011290300370200200220032903b8043702002002410236022020024101360244200220032903f8043700242002412c6a2008290300370000200241346a20052903003700002002413c6a2018290300370000200320023602e00920034282808080203702e409200341e0096a109202200341e0096a41186a2006290300370300200341e0096a41106a22062007290300370300200341e0096a41086a2207201b290300370300200320032903a8093703e009200341e0096a10b601200341c8056a41086a221120034188086a41086a290300370300200341c8056a41106a221620034188086a41106a290300370300200341c8056a41186a221720034188086a41186a290300370300200720192903003703002006201a2f01003b010020032003290388083703c805200320032903a8053703e00902400240200e2004a7460d002004210c0c010b200e41016a2202200e490d02200ba74101742208200220022008491bad220c42c4007e220b422088a70d02200ba722024100480d0202400240200e0d002002102121020c010b2012200e41c4006c2002102521020b2002450d10200320023602d0092004422088220ba7210e0b20032802d009200e41c4006c6a220241013a000020172903002104201629030021102011290300211420032903c8052122200241003a0021200241c0006a20062f01003b0000200241386a2007290300370000200220032903e00937003020022022370001200241096a2014370000200241116a2010370000200241196a2004370000200c42ffffffff0f832104200b422086210b0240200328029c0b2206450d0020032802940b2102200641246c210603400240024020022d0000220741034b0d0002400240024020070e0404000102040b2002410c6a280200450d03200241086a28020010230c030b2002410c6a280200450d02200241086a28020010230c020b2002410c6a280200450d01200241086a28020010230c010b200241086a280200450d00200241046a28020010230b200241246a21022006415c6a22060d000b0b200b2004842104024020032802980b450d0020032802940b10230b20044280808080107c21042009200f470d000c040b0b102c000b200041086a2006360200200041046a201a360200200041026a20193a0000200041830e3b01000240200328029c0b2200450d0020032802940b2102200041246c210003400240024020022d0000220641034b0d0002400240024020060e0404000102040b2002410c6a280200450d03200241086a28020010230c030b2002410c6a280200450d02200241086a28020010230c020b2002410c6a280200450d01200241086a28020010230c010b200241086a280200450d00200241046a28020010230b200241246a21022000415c6a22000d000b0b024020032802980b450d0020032802940b10230b02402009200f460d00034020092802042207450d01200941086a280200210e02402009410c6a2802002202450d00200241246c21002007210203400240024020022d0000220641034b0d0002400240024020060e0404000102040b2002410c6a280200450d03200241086a28020010230c030b2002410c6a280200450d02200241086a28020010230c020b2002410c6a280200450d01200241086a28020010230c010b200241086a280200450d00200241046a28020010230b200241246a21022000415c6a22000d000b0b200941f0006a21090240200e450d00200710230b2009200f470d000b0b0240200d450d00200a10230b2004a7450d02201210230c020b2009200f460d0003402009280204220e450d01200941086a280200211102402009410c6a2802002202450d00200241246c2106200e210203400240024020022d0000220741034b0d0002400240024020070e0404000102040b2002410c6a280200450d03200241086a28020010230c030b2002410c6a280200450d02200241086a28020010230c020b2002410c6a280200450d01200241086a28020010230c010b200241086a280200450d00200241046a28020010230b200241246a21022006415c6a22060d000b0b200941f0006a210902402011450d00200e10230b2009200f470d000b0b0240200d450d00200a10230b200341c8056a41186a22094200370300200341c8056a41106a220a4200370300200341c8056a41086a22064200370300200342003703c805200341e8046a41086a220241bcc0c300ad4280808080a001841003220741086a290000370300200320072900003703e8042007102320062002290300370300200320032903e804220b370398052003200b3703c805200241dfcfc300ad4280808080e000841003220741086a290000370300200320072900003703e80420071023200341d8046a41086a2002290300220b370300200320032903e804220c3703d8042013200c370000201341086a200b370000200341f8046a41086a2006290300370300200341f8046a41106a200a290300370300200341f8046a41186a2009290300370300200320032903c8053703f804200341900b6a20032802d00922022004422088a7109302202320033502980b42208620032802900b2206ad841002024020032802940b450d00200610230b200041043a00002004a7450d00200210230b41002108410121060c190b2006450d010b200a200641f0006c6a2109200a2107034002402007410c6a2802002200450d0020072802042102200041246c210003400240024020022d0000220641034b0d0002400240024020060e0404000102040b2002410c6a280200450d03200241086a28020010230c030b2002410c6a280200450d02200241086a28020010230c020b2002410c6a280200450d01200241086a28020010230c010b200241086a280200450d00200241046a28020010230b200241246a21022000415c6a22000d000b0b200741f0006a21020240200741086a280200450d00200728020410230b2002210720022009470d000b0b4100210841012106200d450d16200a10230c160b20034188086a41186a200341b8046a41186a2d00003a000020034188086a41106a200341b8046a41106a29030037030020034188086a41086a200341b8046a41086a290300370300200320032903b80437038808410021060b200341d7056a20034188086a41086a2209290300370000200341df056a20034188086a41106a290300370000200341e7056a20034188086a41186a2d00003a0000200320073600cb0520032003290388083700cf05200320023b01c805200320024110763a00ca0502402006450d00200041013a00000c0b0b200341900b6a41186a200341c8056a41186a290300370300200341900b6a41106a200341c8056a41106a290300370300200341900b6a41086a200341c8056a41086a290300370300200320032903c8053703900b20034188086a200341c00c6a200341900b6a200c2004410010c301024020032d00880822024104460d0020092802002106200328028c08210720032d008b08210920032d008a08210a200020032d0089083a0001200020023a0000200041086a2006360000200041046a2007360000200041036a20093a0000200041026a200a3a00000c0b0b200041043a00000c0a0b200341900b6a41186a200341b8046a41186a2d00003a0000200341900b6a41106a200341b8046a41106a290300370300200341900b6a41086a200341b8046a41086a290300370300200320032903b8043703900b410021060b20034187056a200341900b6a41086a2903003700002003418f056a200341900b6a41106a29030037000020034197056a200341900b6a41186a2d00003a0000200320073600fb04200320032903900b3700ff04200320023b01f804200320024110763a00fa0402402006450d00200041013a00000c090b200c422088a72106200341c00c6a41186a200341f8046a41186a290300370300200341c00c6a41106a200341f8046a41106a290300370300200341c00c6a41086a200341f8046a41086a290300370300200320032903f8043703c00c20034188086a41186a200341e8066a41186a28020036020020034188086a41106a200341e8066a41106a29030037030020034188086a41086a200341e8066a41086a290300370300200320032903e80637038808024002400240200ca741ff01714101460d00200c420888a72102200341b8046a41186a20034188086a41186a2d00003a0000200341b8046a41106a20034188086a41106a290300370300200341b8046a41086a20034188086a41086a29030037030020032003290388083703b8040c010b200341f8046a200c422688a710bf0120032802f8042107024002402003280280052006413f7122064b0d00410021090c010b200720064105746a2202280003210620022f00002109200241026a2d0000210a200341b8046a41106a200241176a290000370300200341c0046a2002410f6a290000370300200341d0046a2002411f6a2d00003a0000200320022900073703b8042009200a411074722102410121090b024020032802fc04450d00200710230b20090d00410121070c010b200341a8056a41186a200341b8046a41186a2d00003a0000200341a8056a41106a200341b8046a41106a290300370300200341a8056a41086a200341b8046a41086a290300370300200320032903b8043703a805410021070b200341d7056a200341a8056a41086a290300370000200341df056a200341a8056a41106a290300370000200341e7056a200341a8056a41186a2d00003a0000200320063600cb05200320032903a8053700cf05200320023b01c805200320024110763a00ca0502402007450d00200041013a00000c090b200341900b6a41186a200341c8056a41186a290300370300200341900b6a41106a200341c8056a41106a290300370300200341900b6a41086a200341c8056a41086a290300370300200320032903c8053703900b20034188086a200341c00c6a200341900b6a20232022410110c301024020032d00880822024104460d0020034188086a41086a2802002106200328028c08210720032d008b08210920032d008a08210a200020032d0089083a0001200020023a0000200041086a2006360000200041046a2007360000200041036a20093a0000200041026a200a3a00000c090b200041043a00000c080b41012106200041013a0000410121080c110b200341cf0c6a200341b8046a41086a2206290300370000200341d70c6a200341b8046a41106a290300370000200341df0c6a200341b8046a41186a2d00003a0000200320073600c30c200320032903b8043700c70c200320023b01c00c200320024110763a00c20c200341e8046a41086a220241e483c300ad42808080808001841003220741086a290000370300200320072900003703e8042007102320062002290300370300200320032903e8043703b804200241debcc000ad4280808080b001841003220741086a290000370300200320072900003703e8042007102320034198056a41086a22072002290300370300200320032903e80437039805200341f8046a200341c00c6a10910141c00010212202450d00200220032903b804370000200241086a20062903003700002002200329039805370010200241186a2007290300370000200220032903f804370020200241286a200341f8046a41086a290300370000200241306a200341f8046a41106a290300370000200241386a200341f8046a41186a290300370000200341a0016a200241c000109701200341a0016a41106a290300210b20032903a801212220032802a0012106200210230240024002404200200c200c4280c8afa0255441002004501b22021b220c2022420020061b2222564200200420021b2204200b420020061b220b562004200b5122021b0d00200c2022542004200b5420021b450d02200341b8046a41186a22074200370300200341b8046a41106a22094200370300200341b8046a41086a22064200370300200342003703b804200341e8046a41086a220241e483c300ad4280808080800184222b1003220a41086a2900003703002003200a2900003703e804200a102320062002290300370300200320032903e80422233703d804200320233703b804200241d1bcc000ad4280808080d00184222c1003220a41086a2900003703002003200a2900003703e804200a1023200920032903e8042223370300200341f8046a41086a220d2006290300370300200341f8046a41106a220e2023370300200341f8046a41186a220f20022903003703002003202337039805200320032903b8043703f80420034188016a200341f8046a412010970120034188016a41106a2903002123200329039001212d200328028801210a200742003703002009420037030020064200370300200342003703b8042002202b1003220941086a290000370300200320092900003703e8042009102320062002290300370300200320032903e804222b3703d8042003202b3703b8042002202c1003220941086a290000370300200320092900003703e8042009102320072002290300222b370300200d2006290300370300200e20032903e804222c370300200f202b3703002003202c37039805200320032903b8043703f8042003420020234200200a1b22232022200c54ad2004200b7d7c7c202d4200200a1b220b2022200c7d222b54ad7d2222200b202b7d222b200b56202220235620222023511b22021b3703980b20034200202b20021b3703900b200341900b6a2102200341f8046a21060c010b200341b8046a41186a22074200370300200341b8046a41106a22094200370300200341b8046a41086a22064200370300200342003703b804200341e8046a41086a220241e483c300ad4280808080800184222b1003220a41086a2900003703002003200a2900003703e804200a102320062002290300370300200320032903e80422233703d804200320233703b804200241d1bcc000ad4280808080d00184222c1003220a41086a2900003703002003200a2900003703e804200a1023200920032903e8042223370300200341f8046a41086a220d2006290300370300200341f8046a41106a220e2023370300200341f8046a41186a220f20022903003703002003202337039805200320032903b8043703f804200341f0006a200341f8046a4120109701200341f0006a41106a29030021232003290378212d2003280270210a200742003703002009420037030020064200370300200342003703b8042002202b1003220941086a290000370300200320092900003703e8042009102320062002290300370300200320032903e804222b3703d8042003202b3703b8042002202c1003220941086a290000370300200320092900003703e8042009102320072002290300222b370300200d2006290300370300200e20032903e804222c370300200f202b3703002003202c37039805200320032903b8043703f8042003427f20234200200a1b22232004200b7d200c202254ad7d7c202d4200200a1b220b200c20227d7c2222200b542202ad7c220b2002200b202354200b2023511b22021b3703980b2003427f202220021b3703900b200341900b6a2102200341f8046a21060b2006ad42808080808004842002ad428080808080028410020b200341c00c6a200c2004109a01200341e8046a41086a220241e483c300ad42808080808001841003220641086a290000370300200320062900003703e80420061023200341a8056a41086a22072002290300370300200320032903e8043703a805200241e9bcc000ad4280808080f001841003220641086a290000370300200320062900003703e8042006102320034198056a41086a22062002290300370300200320032903e80437039805200341c8056a200341c00c6a10910141c00010212202450d00200220032903a805370000200241086a20072903003700002002200329039805370010200241186a2006290300370000200220032903c805370020200241286a200341c8056a41086a290300370000200241306a200341c8056a41106a290300370000200241386a200341c8056a41186a290300370000200341d8006a200241c000109701200341d8006a41106a29030021232003290360210b20032802582106200210234200201420144280c8afa0255441002010501b22021b2214200b420020061b2222564200201020021b220b2023420020061b221056200b20105122021b0d012014202254200b20105420021b450d03200341b8046a41186a22074200370300200341b8046a41106a22094200370300200341b8046a41086a22064200370300200342003703b804200341e8046a41086a220241e483c300ad4280808080800184222b1003220a41086a2900003703002003200a2900003703e804200a102320062002290300370300200320032903e80422233703d804200320233703b804200241d1bcc000ad4280808080d00184222c1003220a41086a2900003703002003200a2900003703e804200a1023200920032903e8042223370300200341f8046a41086a220d2006290300370300200341f8046a41106a220e2023370300200341f8046a41186a220f20022903003703002003202337039805200320032903b8043703f804200341c0006a200341f8046a4120109701200341c0006a41106a29030021232003290348212d2003280240210a200742003703002009420037030020064200370300200342003703b8042002202b1003220941086a290000370300200320092900003703e8042009102320062002290300370300200320032903e804222b3703d8042003202b3703b8042002202c1003220941086a290000370300200320092900003703e8042009102320072002290300222b370300200d2006290300370300200e20032903e804222c370300200f202b3703002003202c37039805200320032903b8043703f8042003420020234200200a1b22232022201454ad200b20107d7c7c202d4200200a1b2210202220147d222b54ad7d22222010202b7d222b201056202220235620222023511b22021b3703980b20034200202b20021b3703900b200341900b6a2102200341f8046a21060c020b102a000b200341b8046a41186a22074200370300200341b8046a41106a22094200370300200341b8046a41086a22064200370300200342003703b804200341e8046a41086a220241e483c300ad4280808080800184222b1003220a41086a2900003703002003200a2900003703e804200a102320062002290300370300200320032903e80422233703d804200320233703b804200241d1bcc000ad4280808080d00184222c1003220a41086a2900003703002003200a2900003703e804200a1023200920032903e8042223370300200341f8046a41086a220d2006290300370300200341f8046a41106a220e2023370300200341f8046a41186a220f20022903003703002003202337039805200320032903b8043703f804200341286a200341f8046a4120109701200341286a41106a29030021232003290330212d2003280228210a200742003703002009420037030020064200370300200342003703b8042002202b1003220941086a290000370300200320092900003703e8042009102320062002290300370300200320032903e804222b3703d8042003202b3703b8042002202c1003220941086a290000370300200320092900003703e8042009102320072002290300222b370300200d2006290300370300200e20032903e804222c370300200f202b3703002003202c37039805200320032903b8043703f8042003427f20234200200a1b2223200b20107d2014202254ad7d7c202d4200200a1b2210201420227d7c22222010542202ad7c22102002201020235420102023511b22021b3703980b2003427f202220021b3703900b200341900b6a2102200341f8046a21060b2006ad42808080808004842002ad428080808080028410020b200341c00c6a2014200b109d01200341d80b6a200b370300200341d00b6a2014370300200341c80b6a2004370300200341c00b6a200c370300200341900b6a41086a41033a0000200341990b6a20032903c00c370000200341a10b6a200341c00c6a41086a290300370000200341a90b6a200341d00c6a290300370000200341b10b6a200341d80c6a290300370000200341023a00900b200341900b6a109901200041043a00000c020b20034188086a41186a200341b8046a41186a2d00003a000020034188086a41106a200341b8046a41106a29030037030020034188086a41086a200341b8046a41086a290300370300200320032903b80437038808410021060b200341d7056a20034188086a41086a2209290300370000200341df056a20034188086a41106a290300370000200341e7056a20034188086a41186a2d00003a0000200320073600cb0520032003290388083700cf05200320023b01c805200320024110763a00ca0502402006450d00200041013a00000c010b200341900b6a41186a200341c8056a41186a290300370300200341900b6a41106a200341c8056a41106a290300370300200341900b6a41086a200341c8056a41086a290300370300200320032903c8053703900b4101210620034188086a200341c00c6a200341900b6a200c2004410110c301024020032d00880822024104460d0020092802002106200328028c08210720032d008b08210920032d008a08210a200020032d0089083a0001200020023a0000200041086a2006360000200041046a2007360000200041036a20093a0000200041026a200a3a00000c010b200041043a0000410121080c0a0b41012106410121080c090b410121084100210620070d060c080b4100211841012119200a450d020c010b4101211841002119200a450d010b200510230b410121084100210602402007417f6a220241064b0d004101210041012107410121094101210a4101210d4101210e4101210f4101211141012115410121124101211341012116410121170240024002400240024020020e0716001601020304160b4100210641000d092004a70d070c090b4100210641000d082004a70d060c080b2019450d0702402004422088a72202450d00200241186c21002005210203400240200241046a280200450d00200228020010230b0240200241106a280200450d002002410c6a28020010230b200241186a2102200041686a22000d000b0b2004a70d050c070b2018450d0602402004422088a72202450d002002410c6c21002005210203400240200241046a280200450d00200228020010230b2002410c6a2102200041746a22000d000b0b2004a70d040c060b4100210641000d052004a70d030c050b2004a70d020c040b410121084100210620070d010c030b410021062007450d020b200510230c010b41012108410021060b410121000b410121070b410121090b4101210a0b4101210d0b4101210e0b4101210f0b410121110b410121150b410121120b410121130b41012116410121170b02400240024002400240024002400240024002400240024002400240024002402001280200220241174b0d0020020e180e000f000f0d0c000b0f0a09000807060504030f0f020f010e0b2017450d0e20012d0004417f6a220241034b0d0e0240024020020e0400101001000b0240200141106a280200450d002001410c6a28020010230b2001411c6a280200450d0f200141186a28020010230c0f0b02402001410c6a280200450d00200141086a28020010230b200141186a280200450d0e200141146a28020010230c0e0b2016450d0d200141086a2d000022024105490d0d024020024105470d00200141386a280200450d0e200141346a28020010230c0e0b200141146a280200450d0d200141106a28020010230c0d0b2013450d0c200141046a2202107a200141086a280200450d0c200228020010230c0c0b2012450d0b20012d00044104470d0b2001410c6a280200450d0b200141086a28020010230c0b0b2015450d0a200141086a2802004101470d0a200141106a280200450d0a2001410c6a28020010230c0a0b2011450d0920012d0004417f6a220241024b0d0902400240024020020e03000102000b2001410c6a280200450d0b200141086a28020010230c0b0b200141086a2202280200109402200228020010230c0a0b2001410c6a2202280200109402200228020010230c090b200f450d0820012d0004417f6a220241024b0d0802400240024020020e03000102000b2001410c6a280200450d0a200141086a28020010230c0a0b200141086a2202280200109402200228020010230c090b2001410c6a2202280200109402200228020010230c080b200e450d07200141086a2d0000416d6a220241014b0d070240024020020e020001000b200141106a280200450d082001410c6a28020010230c080b200141106a280200450d072001410c6a28020010230c070b200d450d0602402001280204220241024b0d00024020020e03080008080b200141086a2202280200109402200228020010230c070b2001412c6a2202280200109402200228020010230c060b200a450d0502402001410c6a280200450d00200141086a28020010230b02402001411c6a2802002200450d00200141146a28020021022000410c6c210003400240200241046a280200450d00200228020010230b2002410c6a2102200041746a22000d000b0b200141186a280200450d05200128021410230c050b2009450d04200141086a280200450d04200128020410230c040b2007450d03200141086a280200450d03200128020410230c030b2000450d020240200141086a2d00002202410f4b0d00410120027441bfbf03710d03024020024106470d00200141106a280200450d042001410c6a28020010230c040b200141106a280200450d032001410c6a28020010230c030b200141146a280200450d02200141106a28020010230c020b2008450d0102402001410c6a2802002202450d0020012802042207200241f0006c6a2109034002402007410c6a2802002200450d0020072802042102200041246c210003400240024020022d0000220641034b0d0002400240024020060e0404000102040b2002410c6a280200450d03200241086a28020010230c030b2002410c6a280200450d02200241086a28020010230c020b2002410c6a280200450d01200241086a28020010230c010b200241086a280200450d00200241046a28020010230b200241246a21022000415c6a22000d000b0b200741f0006a21020240200741086a280200450d00200728020410230b2002210720022009470d000b0b200141086a280200450d01200128020410230c010b2006450d00200141086a1095020b200341f00d6a24000b8b0101017f4184ccc600ad4280808080d001841007024002400240024020002d00000e0400010203000b200041046a29020010070f0b41f6cbc600ad4280808080e0018410070f0b41eccbc600ad4280808080a0018410070f0b20003100011020200041026a31000010200240200041046a2802002201450d00200041086a3502004220862001ad8410070b0bff0301067f230041f0006b22022400200241d0006a41086a220341e5cfc300ad4280808080f000841003220441086a2900003703002002200429000037035020041023200241086a41086a2205200329030037030020022002290350370308200341f7cfc300ad4280808080f000841003220441086a2900003703002002200429000037035020041023200241186a41086a22062003290300370300200220022903503703182002200136024c200241d0006a41186a2201200241cc006aad4280808080c000841001220441186a290000370300200241d0006a41106a2207200441106a2900003703002003200441086a2900003703002002200429000037035020041023200241286a41186a22042001290300370300200241286a41106a22012007290300370300200241286a41086a2207200329030037030020022002290350370328024041c00010212203450d00200320022903083700002003200229031837001020032002290328370020200341086a2005290300370000200341186a2006290300370000200341286a2007290300370000200341306a2001290300370000200341386a2004290300370000200241d0006a200341c000108c010240024020022802502204450d0020002002290254370204200020043602000c010b20004100360208200042013702000b20031023200241f0006a24000f0b102a000bc30301027f20002d000021020240410110212203450d00200320023a000020002d0001210220034101410210252203450d00200320023a000120002d0002210220034102410410252203450d00200320023a0002200320002d00033a000320002d0004210220034104410810252203450d00200320023a0004200320002d00053a0005200320002d00063a0006200320002d00073a000720002d0008210220034108411010252203450d00200320023a0008200320002d00093a0009200320002d000a3a000a200320002d000b3a000b200320002d000c3a000c200320002d000d3a000d200320002d000e3a000e200320002d000f3a000f20002d0010210220034110412010252203450d00200320023a0010200320002d00113a0011200320002d00123a0012200320002d00133a0013200320002d00143a0014200320002d00153a0015200320002d00163a0016200320002d00173a0017200320002d00183a0018200320002d00193a0019200320002d001a3a001a200320002d001b3a001b200320002d001c3a001c200320002d001d3a001d200320002d001e3a001e200320002d001f3a001f20012902002003ad42808080808004841002200310230f0b102a000b980c01057f024002402000280200220141174b0d000240024002400240024002400240024002400240024002400240024020010e18000f0f0f0f01020f030f04050f060708090a0b0f0f0c0f0d000b0240200041086a280200220141064b0d00024002400240024020010e0713130013010203130b200041106a280200450d122000410c6a28020010230f0b200041106a280200450d112000410c6a28020010230f0b0240200041146a2802002202450d002000410c6a2802002101200241186c210203400240200141046a280200450d00200128020010230b0240200141106a280200450d002001410c6a28020010230b200141186a2101200241686a22020d000b0b200041106a280200450d10200028020c10230f0b0240200041146a2802002202450d002000410c6a28020021012002410c6c210203400240200141046a280200450d00200128020010230b2001410c6a2101200241746a22020d000b0b200041106a280200450d0f200028020c10230f0b200041106a280200450d0e2000410c6a28020010230f0b02402000410c6a2802002201450d0020002802042203200141f0006c6a2104034002402003410c6a2802002202450d0020032802042101200241246c210203400240024020012d0000220541034b0d0002400240024020050e0404000102040b2001410c6a280200450d03200141086a28020010230c030b2001410c6a280200450d02200141086a28020010230c020b2001410c6a280200450d01200141086a28020010230c010b200141086a280200450d00200141046a28020010230b200141246a21012002415c6a22020d000b0b200341f0006a21010240200341086a280200450d00200328020410230b2001210320012004470d000b0b200041086a280200450d0d200028020410230f0b0240200041086a2d00002201410f4b0d00410120017441bfbf03710d0d024020014106470d00200041106a280200450d0e2000410c6a28020010230f0b200041106a280200450d0d2000410c6a28020010230f0b200041146a280200450d0c200041106a28020010230f0b200041086a280200450d0b200028020410230f0b200041086a280200450d0a200028020410230f0b02402000410c6a280200450d00200041086a28020010230b02402000411c6a2802002202450d00200041146a28020021012002410c6c210203400240200141046a280200450d00200128020010230b2001410c6a2101200241746a22020d000b0b200041186a280200450d09200028021410230f0b02402000280204220141024b0d00024020010e030a000a0a0b200041086a220128020010c101200128020010230f0b2000412c6a220128020010c101200128020010230f0b200041086a2d0000416d6a220141014b0d070240024020010e020001000b200041106a280200450d082000410c6a28020010230f0b200041106a280200450d072000410c6a28020010230f0b20002d0004417f6a220141024b0d0602400240024020010e03000102000b2000410c6a280200450d08200041086a28020010230f0b200041086a220128020010c101200128020010230f0b2000410c6a220128020010c101200128020010230f0b20002d0004417f6a220141024b0d0502400240024020010e03000102000b2000410c6a280200450d07200041086a28020010230f0b200041086a220128020010c101200128020010230f0b2000410c6a220128020010c101200128020010230f0b200041086a2802004101470d04200041106a280200450d042000410c6a28020010230f0b20002d00044104470d032000410c6a280200450d03200041086a28020010230f0b200041046a2201107a200041086a280200450d02200128020010230f0b200041086a2d000022014105490d01024020014105470d00200041386a280200450d02200041346a28020010230c020b200041146a280200450d01200041106a28020010230f0b20002d0004417f6a220141034b0d000240024020010e0400020201000b0240200041106a280200450d002000410c6a28020010230b2000411c6a280200450d01200041186a28020010230f0b02402000410c6a280200450d00200041086a28020010230b200041186a280200450d00200041146a28020010230f0b0b130020004101360204200041a0ffc0003602000beb0e08027f017e027f017e037f027e017f037e230041e0016b22062400200641e0006a41086a220741e483c300ad428080808080018422081003220941086a2900003703002006200929000037036020091023200641c0006a41086a220a200729030037030020062006290360370340200741debcc000ad4280808080b00184220b1003220941086a2900003703002006200929000037036020091023200641d0006a41086a220c200729030037030020062006290360370350200641e0006a20011091010240024041c00010212209450d00200920062903403700002009200629035037001020092006290060370020200941086a200a290300370000200941186a200c290300370000200941286a2007290000370000200941306a200641e0006a41106a220d290000370000200941386a200641e0006a41186a220e290000370000200641286a200941c000109701200641286a41106a290300210f200629033021102006280228211120091023200720081003220941086a2900003703002006200929000037036020091023200a2007290300370300200620062903603703402007200b1003220941086a2900003703002006200929000037036020091023200c200729030037030020062006290360370350200641e0006a200210910141c00010212209450d00200920062903403700002009200629035037001020092006290060370020200941086a200641c0006a41086a290300370000200941186a200641d0006a41086a290300370000200941286a200641e0006a41086a290000370000200941306a200d290000370000200941386a200e290000370000200641106a200941c000109701200641106a41106a2903002112200629031821132006280210210720091023024020034280c2d72f7c2208200354220920042009ad7c220b200454200820035a1b4101470d00200041830a3b0100200041086a4108360200200041046a41a6bcc000360200200041026a41023a00000c020b02402010420020111b221020087d2214201056200f420020111b220f200b7d2010200854ad7d2208200f562008200f511b4101470d00200041830a3b0100200041086a4113360200200041046a4193bcc000360200200041026a41033a00000c020b2012420020071b210b2013420020071b210f0240200342ffc7afa0255620044200522004501b0d00200f200b844200520d00200041830a3b0100200041086a4112360200200041046a4181bcc000360200200041026a41043a00000c020b200641e0006a200141022014200810a001200620062900613703502006200641e0006a41086a280000360057024020062d006022094104460d00200020093a000020002006290350370001200041086a20062800573600000c020b0240200f20037c2210200f542209200b20047c2009ad7c220f200b54200f200b511b4101470d00200041830a3b0100200041086a4108360200200041046a41a6bcc000360200200041026a41023a00000c020b024020012002460d0020012002412010d504450d000240201442ffc7afa0255620084200522008501b0d0020050d00200041830a3b0100200041086a4109360200200041046a41f8bbc000360200200041026a41053a00000c030b200120142008109a01200641e0006a41086a220741e483c300ad42808080808001841003220941086a2900003703002006200929000037036020091023200641c0006a41086a220a200729030037030020062006290360370340200741debcc000ad4280808080b001841003220941086a2900003703002006200929000037036020091023200641d0006a41086a220c200729030037030020062006290360370350200641e0006a200210910141c00010212209450d01200920062903403700002009200629035037001020092006290060370020200941086a200a290300370000200941186a200c290300370000200941286a2007290000370000200941306a200641e0006a41106a290000370000200941386a200641e0006a41186a290000370000200641086a200941c0004101410041001090012006280208210720091023024020074101460d002002109801200641e0006a41386a200f370300200641e0006a41306a2010370300200641e0006a41086a41003a0000200641e9006a2002290000370000200641f1006a200241086a290000370000200641f9006a200241106a29000037000020064181016a200241186a290000370000200641023a0060200641e0006a1099010b200641c8016a4200370300200641c0016a4280c2d72f370300200641b8016a2004370300200641b0016a2003370300200641e0006a41086a41023a0000200641e9006a200129000037000020064189016a2002290000370000200641f1006a200141086a290000370000200641f9006a200141106a29000037000020064181016a200141186a29000037000020064191016a200241086a29000037000020064199016a200241106a290000370000200641a1016a200241186a290000370000200641023a0060200641e0006a10990120022010200f109a014280c2d72f4200109c010b200041043a00000c010b102a000b200641e0016a24000b130020004102360204200041e4ffc0003602000b130020004108360204200041dc80c1003602000b130020004102360204200041bcaec0003602000b130020004101360204200041a8bec3003602000b13002000410536020420004180bdc0003602000b130020004103360204200041b4a5c4003602000b130020004101360204200041d0b4c0003602000b130020004101360204200041c8b6c0003602000b130020004103360204200041f0b0c0003602000b130020004103360204200041c4c1c0003602000b130020004103360204200041d4b9c0003602000b13002000411036020420004198a6c5003602000b130020004106360204200041f487c3003602000b1300200041053602042000419082c2003602000b130020004106360204200041c4f0c2003602000b1300200041073602042000418cf8c1003602000b13002000410136020420004184fec1003602000b130020004107360204200041b0c1c3003602000b130020004102360204200041f8bdc6003602000bcdf20104057f017e067f017e230041e0006b220224000240024002402000280200220341184b0d000240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024020030e19000102030405060708090a0b0c0d0e0f101112131415161718000b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d22200341017422052004200520044b1b22054100480d220240024020030d002005102121040c010b200128020020032005102521040b2004450d2120012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41003a00002000280208417f6a220341064b0d1f024002400240024002400240024020030e0700010203040506000b200241003a003c02400240200141046a280200200141086a2802002200460d00200128020021030c010b200041016a22032000490d28200041017422042003200420034b1b22044100480d280240024020000d002004102121030c010b200128020020002004102521030b2003450d2720012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a41003a00000c250b200241013a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d27200341017422052004200520044b1b22054100480d270240024020030d002005102121040c010b200128020020032005102521040b2004450d2620012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41013a0000200028020c2106200041146a28020022002001105d02400240200141046a2802002204200528020022036b2000490d00200128020021040c010b200320006a22052003490d27200441017422032005200320054b1b22034100480d270240024020040d002003102121040c010b200128020020042003102521040b2004450d2620012004360200200141046a2003360200200141086a28020021030b200141086a200320006a360200200420036a2006200010d3041a0c240b200241023a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d26200341017422052004200520044b1b22054100480d260240024020030d002005102121040c010b200128020020032005102521040b2004450d2520012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41023a00002000290310210702400240200141046a2802002203200528020022006b4108490d00200128020021030c010b200041086a22042000490d26200341017422002004200020044b1b22004100480d260240024020030d002000102121030c010b200128020020032000102521030b2003450d2520012003360200200141046a2000360200200141086a28020021000b200141086a200041086a360200200320006a20073700000c230b200241033a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d25200341017422052004200520044b1b22054100480d250240024020030d002005102121040c010b200128020020032005102521040b2004450d2420012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41033a0000200028020c2106200041146a28020022002001105d02400240200141046a2802002204200528020022036b2000490d00200128020021040c010b200320006a22052003490d25200441017422032005200320054b1b22034100480d250240024020040d002003102121040c010b200128020020042003102521040b2004450d2420012004360200200141046a2003360200200141086a28020021030b200141086a200320006a360200200420036a2006200010d3041a0c220b200141086a2802002103200241043a003c024002402003200141046a280200460d00200128020021050c010b200341016a22042003490d24200341017422052004200520044b1b22044100480d240240024020030d002004102121050c010b200128020020032004102521050b2005450d2320012005360200200141046a2004360200200141086a28020021030b200141086a2204200341016a360200200520036a41043a0000200028020c2103200041146a28020022002001105d2000450d212003200041186c6a2108200141046a2106034020032802002109200341086a28020022002001105d024002402006280200220a200428020022056b2000490d002001280200210a0c010b200520006a220b2005490d25200a4101742205200b2005200b4b1b22054100480d2502400240200a0d0020051021210a0c010b2001280200200a20051025210a0b200a450d242001200a36020020062005360200200428020021050b2004200520006a360200200a20056a2009200010d3041a2003410c6a2802002109200341146a28020022002001105d024002402006280200220a200428020022056b2000490d002001280200210a0c010b200520006a220b2005490d25200a4101742205200b2005200b4b1b22054100480d2502400240200a0d0020051021210a0c010b2001280200200a20051025210a0b200a450d242001200a36020020062005360200200428020021050b2004200520006a360200200a20056a2009200010d3041a200341186a22032008470d000c220b0b200241053a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d23200341017422052004200520044b1b22054100480d230240024020030d002005102121040c010b200128020020032005102521040b2004450d2220012004360200200141046a2005360200200141086a28020021030b200141086a2206200341016a360200200420036a41053a0000200028020c2104200041146a28020022002001105d2000450d2020042000410c6c6a2108200141046a210903402004280200210a200441086a28020022002001105d0240024020092802002205200628020022036b2000490d00200128020021050c010b200320006a220b2003490d2420054101742203200b2003200b4b1b22034100480d240240024020050d002003102121050c010b200128020020052003102521050b2005450d232001200536020020092003360200200628020021030b2006200320006a360200200520036a200a200010d3041a2004410c6a22042008470d000c210b0b200241063a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d22200341017422052004200520044b1b22054100480d220240024020030d002005102121040c010b200128020020032005102521040b2004450d2120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41063a0000200028020c2106200041146a28020022002001105d02400240200141046a2802002204200528020022036b2000490d00200128020021040c010b200320006a22052003490d22200441017422032005200320054b1b22034100480d220240024020040d002003102121040c010b200128020020042003102521040b2004450d2120012004360200200141046a2003360200200141086a28020021030b200141086a200320006a360200200420036a2006200010d3041a0c1f0b02400240200141046a280200200141086a2802002200460d00200128020021030c010b200041016a22032000490d21200041017422042003200420034b1b22044100480d210240024020000d002004102121030c010b200128020020002004102521030b2003450d2020012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a41013a0000200110d8010c1e0b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d20200341017422052004200520044b1b22054100480d200240024020030d002005102121040c010b200128020020032005102521040b2004450d1f20012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41023a000002400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d20200341017422052004200520044b1b22054100480d200240024020030d002005102121040c010b200128020020032005102521040b2004450d1f20012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41003a0000024020002903082207423f560d0020022007a741027422043a003c02400240200141046a28020020052802002200460d00200128020021030c010b200041016a22032000490d21200041017422052003200520034b1b22054100480d210240024020000d002005102121030c010b200128020020002005102521030b2003450d2020012003360200200141046a2005360200200141086a28020021000b200141086a200041016a360200200320006a20043a00000c1e0b200742808001540d1c2007428080808004540d1b4108200779a741037622046b4104490d1a2002411320044102746b220a3a003c02400240200141046a280200200141086a2802002203460d00200128020021060c010b200341016a22052003490d20200341017422062005200620054b1b22054100480d200240024020030d002005102121060c010b200128020020032005102521060b2006450d1f20012006360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200620036a200a3a0000200220002903082207370300200441786a2103200141046a210a034020022007a722063a003c02400240200a28020020052802002200460d00200128020021040c010b200041016a22042000490d21200041017422092004200920044b1b22094100480d210240024020000d002009102121040c010b200128020020002009102521040b2004450d2020012004360200200a2009360200200528020021000b2005200041016a360200200420006a20063a000020074208882107200341016a22002003492104200021032004450d000b200220073703002007500d1d200241206a41146a410d3602002002412c6a4110360200200241086a41146a41033602002002200236023c200241e8f6c20036025c2002420337020c20024190c6c600360208200241103602242002420437035020024201370244200241f0f6c2003602402002200241206a3602182002200241c0006a3602302002200241dc006a36022820022002413c6a360220200241086a41a891c6001037000b02400240200141046a280200200141086a2802002200460d00200128020021030c010b200041016a22032000490d1f200041017422042003200420034b1b22044100480d1f0240024020000d002004102121030c010b200128020020002004102521030b2003450d1e20012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a41033a0000200110d8010c1c0b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d1e200341017422052004200520044b1b22054100480d1e0240024020030d002005102121040c010b200128020020032005102521040b2004450d1d20012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41043a00002000280208417f6a220341034b0d1b0240024002400240024020030e0400010203000b200241003a003c02400240200141046a280200200141086a2802002204460d00200128020021050c010b200441016a22032004490d22200441017422052003200520034b1b22034100480d220240024020040d002003102121050c010b200128020020042003102521050b2005450d2120012005360200200141046a2003360200200141086a28020021040b200041306a2103200141086a200441016a360200200520046a41003a00002000410c6a200110da01200241dc006a21000c030b200241013a003c02400240200141046a280200200141086a2802002204460d00200128020021050c010b200441016a22032004490d21200441017422052003200520034b1b22034100480d210240024020040d002003102121050c010b200128020020042003102521050b2005450d2020012005360200200141046a2003360200200141086a28020021040b200041c0006a2103200141086a200441016a360200200520046a41013a00002000410c6a200110da012002200041306a3602002002200110db01200241086a21000c020b200241023a003c02400240200141046a280200200141086a2802002204460d00200128020021050c010b200441016a22032004490d20200441017422052003200520034b1b22034100480d200240024020040d002003102121050c010b200128020020042003102521050b2005450d1f20012005360200200141046a2003360200200141086a28020021040b200041d8006a2103200141086a200441016a360200200520046a41023a00002000410c6a200110da01200041306a200110da01200241206a21000c010b200241033a003c02400240200141046a280200200141086a2802002204460d00200128020021050c010b200441016a22032004490d1f200441017422052003200520034b1b22034100480d1f0240024020040d002003102121050c010b200128020020042003102521050b2005450d1e20012005360200200141046a2003360200200141086a28020021040b200041306a2103200141086a200441016a360200200520046a41033a00002000410c6a200110da01200241c0006a21000b200020033602002000200110db010c1b0b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d1d200341017422052004200520044b1b22054100480d1d0240024020030d002005102121040c010b200128020020032005102521040b2004450d1c20012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41053a000002400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d1d200341017422052004200520044b1b22054100480d1d0240024020030d002005102121040c010b200128020020032005102521040b2004450d1c20012004360200200141046a2005360200200141086a28020021030b200141086a220a200341016a360200200420036a41003a00002000280204210c2000410c6a28020022002001105d2000450d1a200c200041f0006c6a210d200141046a210b034020022001360240200c41106a200241c0006a106b200c200110dc0120022001360240200c41306a200241c0006a106b20022001360240200c41d0006a200241c0006a106b200c2802042104200c28020c22002001105d02402000450d00200041246c21090340200241c0006a200410dd012002280240210602400240200b2802002205200a28020022006b20022802482203490d00200128020021050c010b200020036a22082000490d20200541017422002008200020084b1b22004100480d200240024020050d002000102121050c010b200128020020052000102521050b2005450d1f20012005360200200b2000360200200a28020021000b200a200020036a360200200520006a2006200310d3041a02402002280244450d00200610230b200441246a21042009415c6a22090d000b0b200c41f0006a220c200d470d000c1b0b0b02400240200141046a2206280200200141086a22032802002204460d00200128020021050c010b200441016a22052004490d1c2004410174220a2005200a20054b1b220a4100480d1c0240024020040d00200a102121050c010b20012802002004200a102521050b2005450d1b20012005360200200141046a200a360200200141086a28020021040b2003200441016a360200200520046a41063a0000200041086a22052d0000417f6a2204410f4b0d19024002400240024002400240024002400240024002400240024002400240024020040e10000102030405060708090a0b0c0d0e0f000b200241003a003c02400240200628020020032802002204460d002001280200210a0c010b200441016a220a2004490d2b20044101742209200a2009200a4b1b22094100480d2b0240024020040d0020091021210a0c010b2001280200200420091025210a0b200a450d2a2001200a360200200141046a2009360200200141086a28020021040b200141086a200441016a360200200a20046a41003a00002000410c6a200110da012002200041306a360240200241c0006a200110db0120052d0001220041024b0d2802400240024020000e03000102000b200241003a003c02400240200628020020032802002200460d00200128020021040c010b200041016a22042000490d2d200041017422052004200520044b1b22054100480d2d0240024020000d002005102121040c010b200128020020002005102521040b2004450d2c20012004360200200141046a2005360200200141086a28020021000b2003200041016a360200200420006a41003a00000c2a0b200241013a003c02400240200628020020032802002200460d00200128020021040c010b200041016a22042000490d2c200041017422052004200520044b1b22054100480d2c0240024020000d002005102121040c010b200128020020002005102521040b2004450d2b20012004360200200141046a2005360200200141086a28020021000b2003200041016a360200200420006a41013a00000c290b200241023a003c02400240200628020020032802002200460d00200128020021040c010b200041016a22042000490d2b200041017422052004200520044b1b22054100480d2b0240024020000d002005102121040c010b200128020020002005102521040b2004450d2a20012004360200200141046a2005360200200141086a28020021000b2003200041016a360200200420006a41023a00000c280b200241013a003c02400240200628020020032802002203460d00200128020021040c010b200341016a22042003490d2a200341017422052004200520044b1b22054100480d2a0240024020030d002005102121040c010b200128020020032005102521040b2004450d2920012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41013a00002002200041106a360240200241c0006a200110db010c270b200241023a003c02400240200628020020032802002203460d00200128020021040c010b200341016a22042003490d29200341017422052004200520044b1b22054100480d290240024020030d002005102121040c010b200128020020032005102521040b2004450d2820012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41023a00002002200041106a360240200241c0006a200110db010c260b200241033a003c02400240200628020020032802002200460d00200128020021040c010b200041016a22042000490d28200041017422052004200520044b1b22054100480d280240024020000d002005102121040c010b200128020020002005102521040b2004450d2720012004360200200141046a2005360200200141086a28020021000b2003200041016a360200200420006a41033a00000c250b200241043a003c02400240200628020020032802002203460d00200128020021040c010b200341016a22042003490d27200341017422052004200520044b1b22054100480d270240024020030d002005102121040c010b200128020020032005102521040b2004450d2620012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41043a00002000410c6a200110dc010c240b200241053a003c02400240200628020020032802002203460d00200128020021040c010b200341016a22042003490d26200341017422052004200520044b1b22054100480d260240024020030d002005102121040c010b200128020020032005102521040b2004450d2520012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41053a0000200028020c2103200041146a28020022002001105d2000450d23200041246c210003402003200110da01200341246a21032000415c6a22000d000c240b0b200241063a003c02400240200628020020032802002200460d00200128020021040c010b200041016a22042000490d25200041017422052004200520044b1b22054100480d250240024020000d002005102121040c010b200128020020002005102521040b2004450d2420012004360200200141046a2005360200200141086a28020021000b2003200041016a360200200420006a41063a00000c220b200241073a003c02400240200628020020032802002200460d00200128020021040c010b200041016a22042000490d242000410174220a2004200a20044b1b220a4100480d240240024020000d00200a102121040c010b20012802002000200a102521040b2004450d2320012004360200200141046a200a360200200141086a28020021000b2003200041016a360200200420006a41073a000020052d0001220041024b0d2102400240024020000e03000102000b200241003a003c02400240200628020020032802002200460d00200128020021040c010b200041016a22042000490d26200041017422052004200520044b1b22054100480d260240024020000d002005102121040c010b200128020020002005102521040b2004450d2520012004360200200141046a2005360200200141086a28020021000b2003200041016a360200200420006a41003a00000c230b200241013a003c02400240200628020020032802002200460d00200128020021040c010b200041016a22042000490d25200041017422052004200520044b1b22054100480d250240024020000d002005102121040c010b200128020020002005102521040b2004450d2420012004360200200141046a2005360200200141086a28020021000b2003200041016a360200200420006a41013a00000c220b200241023a003c02400240200628020020032802002200460d00200128020021040c010b200041016a22042000490d24200041017422052004200520044b1b22054100480d240240024020000d002005102121040c010b200128020020002005102521040b2004450d2320012004360200200141046a2005360200200141086a28020021000b2003200041016a360200200420006a41023a00000c210b200241083a003c02400240200628020020032802002203460d00200128020021040c010b200341016a22042003490d23200341017422052004200520044b1b22054100480d230240024020030d002005102121040c010b200128020020032005102521040b2004450d2220012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41083a00002000410c6a200110da010c200b200241093a003c02400240200628020020032802002203460d00200128020021040c010b200341016a22042003490d22200341017422052004200520044b1b22054100480d220240024020030d002005102121040c010b200128020020032005102521040b2004450d2120012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41093a00002000410c6a200110dc010c1f0b2002410a3a003c02400240200628020020032802002200460d00200128020021040c010b200041016a22042000490d21200041017422052004200520044b1b22054100480d210240024020000d002005102121040c010b200128020020002005102521040b2004450d2020012004360200200141046a2005360200200141086a28020021000b2003200041016a360200200420006a410a3a00000c1e0b2002410b3a003c02400240200628020020032802002200460d00200128020021040c010b200041016a22042000490d20200041017422052004200520044b1b22054100480d200240024020000d002005102121040c010b200128020020002005102521040b2004450d1f20012004360200200141046a2005360200200141086a28020021000b2003200041016a360200200420006a410b3a00000c1d0b2002410c3a003c02400240200628020020032802002203460d00200128020021040c010b200341016a22042003490d1f200341017422052004200520044b1b22054100480d1f0240024020030d002005102121040c010b200128020020032005102521040b2004450d1e20012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a410c3a0000200028020c2103200041146a28020022002001105d2000450d1c200041057421000340200320011071200341206a2103200041606a22000d000c1d0b0b2002410d3a003c02400240200628020020032802002200460d00200128020021030c010b200041016a22032000490d1e200041017422042003200420034b1b22044100480d1e0240024020000d002004102121030c010b200128020020002004102521030b2003450d1d20012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a410d3a0000200541016a200110710c1b0b2002410e3a003c02400240200628020020032802002200460d00200128020021040c010b200041016a22042000490d1d200041017422052004200520044b1b22054100480d1d0240024020000d002005102121040c010b200128020020002005102521040b2004450d1c20012004360200200141046a2005360200200141086a28020021000b2003200041016a360200200420006a410e3a00000c1a0b2002410f3a003c02400240200628020020032802002204460d00200128020021050c010b200441016a22052004490d1c2004410174220a2005200a20054b1b220a4100480d1c0240024020040d00200a102121050c010b20012802002004200a102521050b2005450d1b20012005360200200141046a200a360200200141086a28020021040b2003200441016a360200200520046a410f3a0000200028020c210a0240024020062802002205200328020022046b4104490d00200128020021050c010b200441046a22092004490d1c200541017422042009200420094b1b22044100480d1c0240024020050d002004102121050c010b200128020020052004102521050b2005450d1b20012005360200200141046a2004360200200141086a28020021040b200141086a2208200441046a360200200520046a200a36000020002802102104200041186a28020022002001105d2000450d192000410274210a0340200428020021090240024020062802002205200328020022006b4104490d00200128020021050c010b200041046a220b2000490d1d20054101742200200b2000200b4b1b22004100480d1d0240024020050d002000102121050c010b200128020020052000102521050b2005450d1c20012005360200200141046a2000360200200828020021000b200441046a21042003200041046a360200200520006a2009360000200a417c6a220a0d000c1a0b0b02400240200141046a280200200141086a2802002200460d00200128020021030c010b200041016a22032000490d1b200041017422042003200420034b1b22044100480d1b0240024020000d002004102121030c010b200128020020002004102521030b2003450d1a20012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a41073a0000200110d8010c180b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d1a200341017422052004200520044b1b22054100480d1a0240024020030d002005102121040c010b200128020020032005102521040b2004450d1920012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41083a000002400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d1a200341017422052004200520044b1b22054100480d1a0240024020030d002005102121040c010b200128020020032005102521040b2004450d1920012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41003a0000200041106a20011071200041306a20011071200041d0006a20011071200041f0006a2001107120004190016a20011071200028020421062000410c6a28020022002001105d02400240200141046a2802002204200528020022036b2000490d00200128020021040c010b200320006a22052003490d1a200441017422032005200320054b1b22034100480d1a0240024020040d002003102121040c010b200128020020042003102521040b2004450d1920012004360200200141046a2003360200200141086a28020021030b200141086a200320006a360200200420036a2006200010d3041a0c170b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d19200341017422052004200520044b1b22054100480d190240024020030d002005102121040c010b200128020020032005102521040b2004450d1820012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41093a000002400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d19200341017422052004200520044b1b22054100480d190240024020030d002005102121040c010b200128020020032005102521040b2004450d1820012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41003a0000200041046a200110dc010c160b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d18200341017422052004200520044b1b22054100480d180240024020030d002005102121040c010b200128020020032005102521040b2004450d1720012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a410a3a000002400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d18200341017422052004200520044b1b22054100480d180240024020030d002005102121040c010b200128020020032005102521040b2004450d1720012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41003a0000200028020421062000410c6a28020022002001105d02400240200141046a2802002204200528020022036b2000490d00200128020021040c010b200320006a22052003490d18200441017422032005200320054b1b22034100480d180240024020040d002003102121040c010b200128020020042003102521040b2004450d1720012004360200200141046a2003360200200141086a28020021030b200141086a200320006a360200200420036a2006200010d3041a0c150b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d17200341017422052004200520044b1b22054100480d170240024020030d002005102121040c010b200128020020032005102521040b2004450d1620012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a410b3a000002400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d17200341017422052004200520044b1b22054100480d170240024020030d002005102121040c010b200128020020032005102521040b2004450d1620012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41003a00002000280204210602400240200141046a2802002204200528020022036b4104490d00200128020021040c010b200341046a22052003490d17200441017422032005200320054b1b22034100480d170240024020040d002003102121040c010b200128020020042003102521040b2004450d1620012004360200200141046a2003360200200141086a28020021030b200141086a220a200341046a360200200420036a2006360000200041086a2802002106200041106a28020022032001105d02400240200141046a2802002205200a28020022046b2003490d00200128020021050c010b200420036a220a2004490d1720054101742204200a2004200a4b1b22044100480d170240024020050d002004102121050c010b200128020020052004102521050b2005450d1620012005360200200141046a2004360200200141086a28020021040b200141086a220a200420036a360200200520046a2006200310d3041a200041146a28020021052000411c6a28020022032001105d02402003450d0020052003410c6c6a210c200141046a210b034020052802002109200541086a28020022032001105d02400240200b2802002206200a28020022046b2003490d00200128020021060c010b200420036a22082004490d19200641017422042008200420084b1b22044100480d190240024020060d002004102121060c010b200128020020062004102521060b2006450d1820012006360200200b2004360200200a28020021040b200a200420036a360200200620046a2009200310d3041a2005410c6a2205200c470d000b0b200041206a280200210502400240200141046a2802002204200a28020022036b4104490d00200128020021040c010b200341046a22062003490d17200441017422032006200320064b1b22034100480d170240024020040d002003102121040c010b200128020020042003102521040b2004450d1620012004360200200141046a2003360200200141086a28020021030b200141086a2206200341046a360200200420036a2005360000200041246a280200210a02400240200141046a2802002204200628020022036b4104490d00200128020021040c010b200341046a22052003490d17200441017422032005200320054b1b22034100480d170240024020040d002003102121040c010b200128020020042003102521040b2004450d1620012004360200200141046a2003360200200141086a28020021030b200141086a2205200341046a360200200420036a200a360000200041286a210b4100210303402002200b20036a2d000022063a003c02400240200141046a220a28020020052802002200460d00200128020021040c010b200041016a22042000490d18200041017422092004200920044b1b22094100480d180240024020000d002009102121040c010b200128020020002009102521040b2004450d1720012004360200200a2009360200200528020021000b2005200041016a360200200420006a20063a0000200341016a220341c000470d000c150b0b02400240200141046a280200200141086a2802002200460d00200128020021030c010b200041016a22032000490d0d200041017422042003200420034b1b22044100480d0d0240024020000d002004102121030c010b200128020020002004102521030b2003450d0e20012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a410c3a0000200110d8010c130b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0c200341017422052004200520044b1b22054100480d0c0240024020030d002005102121040c010b200128020020032005102521040b2004450d0d20012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a410d3a00002000280204417f6a220341024b0d1202400240024020030e03000102000b200241003a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0e200341017422052004200520044b1b22054100480d0e0240024020030d002005102121040c010b200128020020032005102521040b2004450d0f20012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41003a00002000280208200110d7010c140b200241013a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0d200341017422052004200520044b1b22054100480d0d0240024020030d002005102121040c010b200128020020032005102521040b2004450d0e20012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41013a0000200041086a200110da010c130b200241023a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0c200341017422052004200520044b1b22054100480d0c0240024020030d002005102121040c010b200128020020032005102521040b2004450d0d20012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41023a0000200041086a200110da01200028022c200110d7010c120b02400240200141046a2206280200200141086a22042802002203460d00200128020021050c010b200341016a22052003490d0b2003410174220a2005200a20054b1b220a4100480d0b0240024020030d00200a102121050c010b20012802002003200a102521050b2005450d0c20012005360200200141046a200a360200200141086a28020021030b2004200341016a360200200520036a410e3a0000200041086a22052d0000417f6a220341144b0d1102400240024002400240024002400240024002400240024002400240024002400240024002400240024020030e15000102030405060708090a0b0c0d0e0f1011121314000b02400240200628020020042802002203460d00200128020021040c010b200341016a22042003490d1f200341017422062004200620044b1b22064100480d1f0240024020030d002006102121040c010b200128020020032006102521040b2004450d2020012004360200200141046a2006360200200141086a28020021030b200141086a200341016a360200200420036a41003a000020022001360240200541016a200241c0006a106b2002200041306a360240200241c0006a200110db010c250b02400240200628020020042802002203460d00200128020021040c010b200341016a22042003490d1e200341017422052004200520044b1b22054100480d1e0240024020030d002005102121040c010b200128020020032005102521040b2004450d1f20012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41013a00002000410c6a200110dc010c240b02400240200628020020042802002203460d00200128020021060c010b200341016a22062003490d1d2003410174220a2006200a20064b1b220a4100480d1d0240024020030d00200a102121060c010b20012802002003200a102521060b2006450d1e20012006360200200141046a200a360200200141086a28020021030b200141086a220a200341016a360200200620036a41023a00002000410c6a200110dc0120052d00012106200541026a2d0000210502400240200141046a280200200a2802002200460d00200128020021030c010b200041016a22032000490d1d2000410174220a2003200a20034b1b220a4100480d1d0240024020000d00200a102121030c010b20012802002000200a102521030b2003450d1e20012003360200200141046a200a360200200141086a28020021000b2004200041016a360200200320006a20064100474107742005723a00000c230b02400240200628020020042802002203460d00200128020021060c010b200341016a22062003490d1c2003410174220a2006200a20064b1b220a4100480d1c0240024020030d00200a102121060c010b20012802002003200a102521060b2006450d1d20012006360200200141046a200a360200200141086a28020021030b200141086a220a200341016a360200200620036a41033a00002000410c6a200110dc0120052d00012106200541026a2d0000210502400240200141046a280200200a2802002200460d00200128020021030c010b200041016a22032000490d1c2000410174220a2003200a20034b1b220a4100480d1c0240024020000d00200a102121030c010b20012802002000200a102521030b2003450d1d20012003360200200141046a200a360200200141086a28020021000b2004200041016a360200200320006a20064100474107742005723a00000c220b02400240200628020020042802002203460d00200128020021050c010b200341016a22052003490d1b2003410174220a2005200a20054b1b220a4100480d1b0240024020030d00200a102121050c010b20012802002003200a102521050b2005450d1c20012005360200200141046a200a360200200141086a28020021030b2004200341016a360200200520036a41043a0000200028020c21050240024020062802002203200428020022006b4104490d00200128020021030c010b200041046a22062000490d1b200341017422002006200020064b1b22004100480d1b0240024020030d002000102121030c010b200128020020032000102521030b2003450d1c20012003360200200141046a2000360200200141086a28020021000b2004200041046a360200200320006a20053600000c210b02400240200628020020042802002200460d00200128020021030c010b200041016a22032000490d1a200041017422042003200420034b1b22044100480d1a0240024020000d002004102121030c010b200128020020002004102521030b2003450d1b20012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a41053a000020022001360240200541016a200241c0006a106b0c200b02400240200628020020042802002200460d00200128020021030c010b200041016a22032000490d19200041017422042003200420034b1b22044100480d190240024020000d002004102121030c010b200128020020002004102521030b2003450d1a20012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a41063a000020022001360240200541016a200241c0006a106b0c1f0b02400240200628020020042802002200460d00200128020021030c010b200041016a22032000490d18200041017422042003200420034b1b22044100480d180240024020000d002004102121030c010b200128020020002004102521030b2003450d1920012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a41073a000020022001360240200541016a200241c0006a106b0c1e0b02400240200628020020042802002203460d002001280200210a0c010b200341016a220a2003490d1720034101742209200a2009200a4b1b22094100480d170240024020030d0020091021210a0c010b2001280200200320091025210a0b200a450d182001200a360200200141046a2009360200200141086a28020021030b200141086a2209200341016a360200200a20036a41083a000020022001360240200541016a200241c0006a106b200028022c210a02400240200141046a2802002205200928020022036b4104490d00200128020021050c010b200341046a22092003490d17200541017422032009200320094b1b22034100480d170240024020050d002003102121050c010b200128020020052003102521050b2005450d1820012005360200200141046a2003360200200141086a28020021030b2004200341046a360200200520036a200a360000200028023021050240024020062802002203200428020022006b4104490d00200128020021030c010b200041046a22062000490d17200341017422002006200020064b1b22004100480d170240024020030d002000102121030c010b200128020020032000102521030b2003450d1820012003360200200141046a2000360200200141086a28020021000b2004200041046a360200200320006a20053600000c1d0b02400240200628020020042802002200460d00200128020021030c010b200041016a22032000490d16200041017422042003200420034b1b22044100480d160240024020000d002004102121030c010b200128020020002004102521030b2003450d1720012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a41093a000020022001360240200541016a200241c0006a106b0c1c0b02400240200628020020042802002203460d00200128020021040c010b200341016a22042003490d15200341017422052004200520044b1b22054100480d150240024020030d002005102121040c010b200128020020032005102521040b2004450d1620012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a410a3a00002000410c6a200110dc010c1b0b02400240200628020020042802002203460d00200128020021050c010b200341016a22052003490d142003410174220a2005200a20054b1b220a4100480d140240024020030d00200a102121050c010b20012802002003200a102521050b2005450d1520012005360200200141046a200a360200200141086a28020021030b2004200341016a360200200520036a410b3a0000200028020c21050240024020062802002203200428020022006b4104490d00200128020021030c010b200041046a22062000490d14200341017422002006200020064b1b22004100480d140240024020030d002000102121030c010b200128020020032000102521030b2003450d1520012003360200200141046a2000360200200141086a28020021000b2004200041046a360200200320006a20053600000c1a0b02400240200628020020042802002200460d00200128020021030c010b200041016a22032000490d13200041017422042003200420034b1b22044100480d130240024020000d002004102121030c010b200128020020002004102521030b2003450d1420012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a410c3a0000200541016a200110710c190b02400240200628020020042802002200460d00200128020021030c010b200041016a22032000490d12200041017422052003200520034b1b22054100480d120240024020000d002005102121030c010b200128020020002005102521030b2003450d1320012003360200200141046a2005360200200141086a28020021000b2004200041016a360200200320006a410d3a00000c180b02400240200628020020042802002200460d00200128020021030c010b200041016a22032000490d11200041017422042003200420034b1b22044100480d110240024020000d002004102121030c010b200128020020002004102521030b2003450d1220012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a410e3a0000200541016a200110710c170b02400240200628020020042802002200460d00200128020021030c010b200041016a22032000490d102000410174220a2003200a20034b1b220a4100480d100240024020000d00200a102121030c010b20012802002000200a102521030b2003450d1120012003360200200141046a200a360200200141086a28020021000b200141086a200041016a360200200320006a410f3a0000200541016a2001107120052d0021220041064b0d160240024002400240024002400240024020000e0700010203040506000b410021030c060b410121030c050b410221030c040b410321030c030b410421030c020b410521030c010b410621030b200220033a003c02400240200628020020042802002200460d00200128020021050c010b200041016a22052000490d10200041017422062005200620054b1b22064100480d100240024020000d002006102121050c010b200128020020002006102521050b2005450d1120012005360200200141046a2006360200200141086a28020021000b2004200041016a360200200520006a20033a00000c160b02400240200628020020042802002200460d00200128020021030c010b200041016a22032000490d0f200041017422052003200520034b1b22054100480d0f0240024020000d002005102121030c010b200128020020002005102521030b2003450d1020012003360200200141046a2005360200200141086a28020021000b2004200041016a360200200320006a41103a00000c150b02400240200628020020042802002200460d00200128020021030c010b200041016a22032000490d0e200041017422052003200520034b1b22054100480d0e0240024020000d002005102121030c010b200128020020002005102521030b2003450d0f20012003360200200141046a2005360200200141086a28020021000b2004200041016a360200200320006a41113a00000c140b02400240200628020020042802002203460d00200128020021050c010b200341016a22052003490d0d200341017422062005200620054b1b22064100480d0d0240024020030d002006102121050c010b200128020020032006102521050b2005450d0e20012005360200200141046a2006360200200141086a28020021030b200141086a2206200341016a360200200520036a41123a0000200028020c210a200041146a28020022002001105d02400240200141046a2802002205200628020022036b2000490d00200128020021050c010b200320006a22062003490d0d200541017422032006200320064b1b22034100480d0d0240024020050d002003102121050c010b200128020020052003102521050b2005450d0e20012005360200200141046a2003360200200141086a28020021030b2004200320006a360200200520036a200a200010d3041a0c130b02400240200628020020042802002203460d00200128020021050c010b200341016a22052003490d0c200341017422062005200620054b1b22064100480d0c0240024020030d002006102121050c010b200128020020032006102521050b2005450d0d20012005360200200141046a2006360200200141086a28020021030b200141086a2206200341016a360200200520036a41133a0000200028020c210a200041146a28020022002001105d02400240200141046a2802002205200628020022036b2000490d00200128020021050c010b200320006a22062003490d0c200541017422032006200320064b1b22034100480d0c0240024020050d002003102121050c010b200128020020052003102521050b2005450d0d20012005360200200141046a2003360200200141086a28020021030b2004200320006a360200200520036a200a200010d3041a0c120b02400240200628020020042802002200460d00200128020021030c010b200041016a22032000490d0b200041017422042003200420034b1b22044100480d0b0240024020000d002004102121030c010b200128020020002004102521030b2003450d0c20012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a41143a000020022001360240200541016a200241c0006a106b0c110b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0a200341017422052004200520044b1b22054100480d0a0240024020030d002005102121040c010b200128020020032005102521040b2004450d0b20012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a410f3a0000200041046a200110de010c100b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d09200341017422052004200520044b1b22054100480d090240024020030d002005102121040c010b200128020020032005102521040b2004450d0a20012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41103a0000200041046a200110de010c0f0b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d08200341017422052004200520044b1b22054100480d080240024020030d002005102121040c010b200128020020032005102521040b2004450d0920012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41113a00002000280208417f6a220341054b0d0e02400240024002400240024020030e06000102030405000b200241003a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0d200341017422052004200520044b1b22054100480d0d0240024020030d002005102121040c010b200128020020032005102521040b2004450d0e20012004360200200141046a2005360200200141086a28020021030b200041186a2105200141086a200341016a360200200420036a41003a0000200028020c2103200041146a28020022002001105d02402000450d00200041057421000340200320011071200341206a2103200041606a22000d000b0b20022005360240200241c0006a200110db010c130b200241013a003c02400240200141046a280200200141086a2802002200460d00200128020021030c010b200041016a22032000490d0c200041017422042003200420034b1b22044100480d0c0240024020000d002004102121030c010b200128020020002004102521030b2003450d0d20012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a41013a00000c120b200241023a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0b200341017422052004200520044b1b22054100480d0b0240024020030d002005102121040c010b200128020020032005102521040b2004450d0c20012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41023a00002000410c6a200110da010c110b200241033a003c02400240200141046a280200200141086a2802002200460d00200128020021030c010b200041016a22032000490d0a200041017422042003200420034b1b22044100480d0a0240024020000d002004102121030c010b200128020020002004102521030b2003450d0b20012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a41033a00000c100b200141086a2802002100200241043a003c024002402000200141046a280200460d00200128020021030c010b200041016a22032000490d09200041017422042003200420034b1b22044100480d090240024020000d002004102121030c010b200128020020002004102521030b2003450d0a20012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a41043a00000c0f0b200241053a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d08200341017422052004200520044b1b22054100480d080240024020030d002005102121040c010b200128020020032005102521040b2004450d0920012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41053a00002000410c6a200110da010c0e0b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d07200341017422052004200520044b1b22054100480d070240024020030d002005102121040c010b200128020020032005102521040b2004450d0820012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41123a0000200041046a22032d0000417f6a220441044b0d0d0240024002400240024020040e050001020304000b200241003a003c02400240200141046a280200200141086a2802002200460d00200128020021040c010b200041016a22042000490d0b200041017422052004200520044b1b22054100480d0b0240024020000d002005102121040c010b200128020020002005102521040b2004450d0c20012004360200200141046a2005360200200141086a28020021000b200141086a200041016a360200200420006a41003a0000200341016a200110710c110b200141086a2802002100200141046a2802002104200241013a003c0240024020042000460d00200128020021040c010b200041016a22042000490d0a200041017422052004200520044b1b22054100480d0a0240024020000d002005102121040c010b200128020020002005102521040b2004450d0b20012004360200200141046a2005360200200141086a28020021000b200141086a200041016a360200200420006a41013a0000200341016a200110710c100b200241023a003c02400240200141046a280200200141086a2802002200460d00200128020021040c010b200041016a22042000490d09200041017422052004200520044b1b22054100480d090240024020000d002005102121040c010b200128020020002005102521040b2004450d0a20012004360200200141046a2005360200200141086a28020021000b200141086a200041016a360200200420006a41023a0000200341016a20011071200341216a200110710c0f0b200241033a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d08200341017422052004200520044b1b22054100480d080240024020030d002005102121040c010b200128020020032005102521040b2004450d0920012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41033a000020002802082103200041106a28020022002001105d2000450d0e200041057421000340200320011071200341206a2103200041606a22000d000c0f0b0b200141086a2802002100200241043a003c024002402000200141046a280200460d00200128020021040c010b200041016a22042000490d07200041017422052004200520044b1b22054100480d070240024020000d002005102121040c010b200128020020002005102521040b2004450d0820012004360200200141046a2005360200200141086a28020021000b200141086a200041016a360200200420006a41043a0000200341016a200110710c0d0b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d06200341017422052004200520044b1b22054100480d060240024020030d002005102121040c010b200128020020032005102521040b2004450d0720012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41133a00002000280208417f6a220341024b0d0c02400240024020030e03000102000b200241003a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d08200341017422052004200520044b1b22054100480d080240024020030d002005102121040c010b200128020020032005102521040b2004450d0920012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41003a00002002200041306a360240200241c0006a200110db012000410c6a200110da010c0e0b200241013a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d07200341017422052004200520044b1b22054100480d070240024020030d002005102121040c010b200128020020032005102521040b2004450d0820012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41013a00002000410c6a200110dc010c0d0b200241023a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d06200341017422052004200520044b1b22054100480d060240024020030d002005102121040c010b200128020020032005102521040b2004450d0720012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41023a00002000410c6a200110dc010c0c0b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d05200341017422052004200520044b1b22054100480d050240024020030d002005102121040c010b200128020020032005102521040b2004450d0620012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41143a0000200041086a22042d0000417f6a220341014b0d0b0240024020030e020001000b200241003a003c02400240200141046a280200200141086a2802002203460d00200128020021050c010b200341016a22052003490d06200341017422062005200620054b1b22064100480d060240024020030d002006102121050c010b200128020020032006102521050b2005450d0720012005360200200141046a2006360200200141086a28020021030b200141086a2206200341016a360200200520036a41003a0000200441016a2001107141292104200141046a210903402002200020046a2d0000220a3a003c02400240200928020020062802002203460d00200128020021050c010b200341016a22052003490d072003410174220b2005200b20054b1b220b4100480d070240024020030d00200b102121050c010b20012802002003200b102521050b2005450d08200120053602002009200b360200200628020021030b2006200341016a360200200520036a200a3a0000200441016a220441ea00470d000c0d0b0b200141086a2802002103200141046a2802002105200241013a003c0240024020052003460d00200128020021050c010b200341016a22052003490d05200341017422062005200620054b1b22064100480d050240024020030d002006102121050c010b200128020020032006102521050b2005450d0620012005360200200141046a2006360200200141086a28020021030b200141086a2206200341016a360200200520036a41013a0000200441016a200110df01200041286a29030021072000290320210e02400240200141046a2802002204200628020022036b4110490d00200128020021040c010b200341106a22052003490d05200441017422032005200320054b1b22034100480d050240024020040d002003102121040c010b200128020020042003102521040b2004450d0620012004360200200141046a2003360200200141086a28020021030b200141086a2205200341106a360200200420036a220320073700082003200e370000024020002903304201510d00200241003a003c02400240200141046a28020020052802002200460d00200128020021030c010b200041016a22032000490d06200041017422042003200420034b1b22044100480d060240024020000d002004102121030c010b200128020020002004102521030b2003450d0720012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a41003a00000c0c0b200241013a003c02400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d05200341017422052004200520044b1b22054100480d050240024020030d002005102121040c010b200128020020032005102521040b2004450d0620012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41013a0000200041c0006a29030021072000290338210e02400240200141046a2802002204200528020022036b4110490d00200128020021040c010b200341106a22052003490d05200441017422032005200320054b1b22034100480d050240024020040d002003102121040c010b200128020020042003102521040b2004450d0620012004360200200141046a2003360200200141086a28020021030b200141086a2205200341106a360200200420036a220320073700082003200e370000200041d0006a29030021072000290348210e02400240200141046a2802002204200528020022036b4110490d00200128020021040c010b200341106a22052003490d05200441017422032005200320054b1b22034100480d050240024020040d002003102121040c010b200128020020042003102521040b2004450d0620012004360200200141046a2003360200200141086a28020021030b200141086a2205200341106a360200200420036a220320073700082003200e3700002000280258210402400240200141046a2802002203200528020022006b4104490d00200128020021030c010b200041046a22052000490d05200341017422002005200020054b1b22004100480d050240024020030d002000102121030c010b200128020020032000102521030b2003450d0620012003360200200141046a2000360200200141086a28020021000b200141086a200041046a360200200320006a20043600000c0b0b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d04200341017422052004200520044b1b22054100480d040240024020030d002005102121040c010b200128020020032005102521040b2004450d0520012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41153a000002400240200141046a28020020052802002204460d00200128020021050c010b200441016a22032004490d04200441017422052003200520034b1b22034100480d040240024020040d002003102121050c010b200128020020042003102521050b2005450d0520012005360200200141046a2003360200200141086a28020021040b200141086a2203200441016a360200200520046a41003a00002000280204210c2000410c6a28020022002001105d2000450d0a200c200041f0016c6a210d200141046a21040340200c200110e001200c2802d801210a200c2802e00122002001105d02402000450d00200a200041c1006c6a2108034002400240200a2d00004101460d00200241013a003c02400240200428020020032802002200460d00200128020021060c010b200041016a22052000490d09200041017422062005200620054b1b22054100480d090240024020000d002005102121060c010b200128020020002005102521060b2006450d0a2001200636020020042005360200200328020021000b410121052003200041016a360200200620006a41013a000003402002200a20056a2d000022093a003c02400240200428020020032802002200460d00200128020021060c010b200041016a22062000490d0a2000410174220b2006200b20064b1b220b4100480d0a0240024020000d00200b102121060c010b20012802002000200b102521060b2006450d0b200120063602002004200b360200200328020021000b2003200041016a360200200620006a20093a0000200541016a220541c100470d000c020b0b200241023a003c02400240200428020020032802002200460d00200128020021060c010b200041016a22052000490d08200041017422062005200620054b1b22054100480d080240024020000d002005102121060c010b200128020020002005102521060b2006450d092001200636020020042005360200200328020021000b410121052003200041016a360200200620006a41023a000003402002200a20056a2d000022093a003c02400240200428020020032802002200460d00200128020021060c010b200041016a22062000490d092000410174220b2006200b20064b1b220b4100480d090240024020000d00200b102121060c010b20012802002000200b102521060b2006450d0a200120063602002004200b360200200328020021000b2003200041016a360200200620006a20093a0000200541016a220541c100470d000b0b200a41c1006a220a2008470d000b0b200c2802e4012109200c2802e801220641037622052001105d0240024020050d0020032802002105410021002001280200210a0c010b4101210002402005410820064107716b220a4d0d002005200a6b22004103762000410771456b41026a21000b02402004280200220a200328020022056b2000490d002001280200210a0c010b200520006a220b2005490d05200a4101742205200b2005200b4b1b22054100480d0502400240200a0d0020051021210a0c010b2001280200200a20051025210a0b200a450d062001200a36020020042005360200200328020021050b2003200520006a360200200a20056a2009410120061b200010d3041a200c41f0016a220c200d470d000c0b0b0b02400240200141046a280200200141086a2802002200460d00200128020021030c010b200041016a22032000490d03200041017422042003200420034b1b22044100480d030240024020000d002004102121030c010b200128020020002004102521030b2003450d0420012003360200200141046a2004360200200141086a28020021000b200141086a2204200041016a360200200320006a41163a000002400240200141046a28020020042802002200460d00200128020021030c010b200041016a22032000490d03200041017422042003200420034b1b22044100480d030240024020000d002004102121030c010b200128020020002004102521030b2003450d0420012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a41003a00000c090b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d05200341017422052004200520044b1b22054100480d050240024020030d002005102121040c010b200128020020032005102521040b2004450d0320012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41173a0000200041086a22042d0000417f6a220341054b0d0802400240024002400240024020030e06000102030405000b200241003a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0a200341017422052004200520044b1b22054100480d0a0240024020030d002005102121040c010b200128020020032005102521040b2004450d0920012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41003a00002000410c6a200110dc01200041106a200110dc010c0d0b200241013a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d09200341017422052004200520044b1b22054100480d090240024020030d002005102121040c010b200128020020032005102521040b2004450d0820012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41013a00002000410c6a200110dc01200041106a200110dc01200041146a200110dc01200041186a200110dc012002200041206a360240200241c0006a200110db010c0c0b200241023a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d08200341017422052004200520044b1b22054100480d080240024020030d002005102121040c010b200128020020032005102521040b2004450d0720012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41023a00002000410c6a200110dc01200041106a200110dc01200041146a200110dc012002200041186a360240200241c0006a200110db010c0b0b200241033a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d07200341017422052004200520044b1b22054100480d070240024020030d002005102121040c010b200128020020032005102521040b2004450d0620012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41033a00002000410c6a200110da010c0a0b200141086a2802002103200241043a003c024002402003200141046a280200460d00200128020021050c010b200341016a22052003490d06200341017422062005200620054b1b22064100480d060240024020030d002006102121050c010b200128020020032006102521050b2005450d0520012005360200200141046a2006360200200141086a28020021030b200141086a2206200341016a360200200520036a41043a00002000412c6a200110dc01200041306a200110dc0120022001360240200441016a200241c0006a106b200028023421052000413c6a28020022002001105d02400240200141046a2802002204200628020022036b2000490d00200128020021040c010b200320006a22062003490d06200441017422032006200320064b1b22034100480d060240024020040d002003102121040c010b200128020020042003102521040b2004450d0520012004360200200141046a2003360200200141086a28020021030b200141086a200320006a360200200420036a2005200010d3041a0c090b200241053a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d05200341017422052004200520044b1b22054100480d050240024020030d002005102121040c010b200128020020032005102521040b2004450d0420012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41053a00002000410c6a200110dc0120002802102106200041186a28020022002001105d02400240200141046a2802002204200528020022036b2000490d00200128020021040c010b200320006a22052003490d05200441017422032005200320054b1b22034100480d050240024020040d002003102121040c010b200128020020042003102521040b2004450d0420012004360200200141046a2003360200200141086a28020021030b200141086a200320006a360200200420036a2006200010d3041a0c080b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d04200341017422052004200520044b1b22054100480d040240024020030d002005102121040c010b200128020020032005102521040b2004450d0320012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41183a0000200041046a22042d0000417f6a220341064b0d07024002400240024002400240024020030e0700010203040506000b200241003a003c02400240200141046a280200200141086a2802002203460d00200128020021050c010b200341016a22052003490d0a200341017422062005200620054b1b22064100480d0a0240024020030d002006102121050c010b200128020020032006102521050b2005450d0920012005360200200141046a2006360200200141086a28020021030b200141086a2206200341016a360200200520036a41003a0000200041086a200110dc01200220042d000141014622053a003c02400240200141046a28020020062802002203460d00200128020021040c010b200341016a22042003490d0a200341017422062004200620044b1b22064100480d0a0240024020030d002006102121040c010b200128020020032006102521040b2004450d0920012004360200200141046a2006360200200141086a28020021030b200141086a2206200341016a360200200420036a20053a0000200028020c210a200041146a28020022032001105d02400240200141046a2802002205200628020022046b2003490d00200128020021050c010b200420036a22062004490d0a200541017422042006200420064b1b22044100480d0a0240024020050d002004102121050c010b200128020020052004102521050b2005450d0920012005360200200141046a2004360200200141086a28020021040b200141086a2206200420036a360200200520046a200a200310d3041a20002802182105200041206a28020022002001105d02400240200141046a2802002204200628020022036b2000490d00200128020021040c010b200320006a22062003490d0a200441017422032006200320064b1b22034100480d0a0240024020040d002003102121040c010b200128020020042003102521040b2004450d0920012004360200200141046a2003360200200141086a28020021030b200141086a200320006a360200200420036a2005200010d3041a0c0d0b200241013a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d09200341017422052004200520044b1b22054100480d090240024020030d002005102121040c010b200128020020032005102521040b2004450d0820012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41013a0000200041086a200110dc010c0c0b200241023a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d08200341017422052004200520044b1b22054100480d080240024020030d002005102121040c010b200128020020032005102521040b2004450d0720012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41023a00002000280208210402400240200141046a2802002203200528020022006b4104490d00200128020021030c010b200041046a22052000490d08200341017422002005200020054b1b22004100480d080240024020030d002000102121030c010b200128020020032000102521030b2003450d0720012003360200200141046a2000360200200141086a28020021000b200141086a200041046a360200200320006a20043600000c0b0b200241033a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d07200341017422052004200520044b1b22054100480d070240024020030d002005102121040c010b200128020020032005102521040b2004450d0620012004360200200141046a2005360200200141086a28020021030b200141086a2206200341016a360200200420036a41033a00002000280208210a200041106a28020022032001105d02400240200141046a2802002205200628020022046b2003490d00200128020021050c010b200420036a22062004490d07200541017422042006200420064b1b22044100480d070240024020050d002004102121050c010b200128020020052004102521050b2005450d0620012005360200200141046a2004360200200141086a28020021040b200141086a2206200420036a360200200520046a200a200310d3041a200028021421052000411c6a28020022002001105d02400240200141046a2802002204200628020022036b2000490d00200128020021040c010b200320006a22062003490d07200441017422032006200320064b1b22034100480d070240024020040d002003102121040c010b200128020020042003102521040b2004450d0620012004360200200141046a2003360200200141086a28020021030b200141086a200320006a360200200420036a2005200010d3041a0c0a0b200141086a2802002103200241043a003c024002402003200141046a280200460d00200128020021050c010b200341016a22052003490d06200341017422062005200620054b1b22064100480d060240024020030d002006102121050c010b200128020020032006102521050b2005450d0520012005360200200141046a2006360200200141086a28020021030b200141086a200341016a360200200520036a41043a0000200041c8006a200110dc01200441016a2001107120022001360240200441216a200241c0006a106b0c090b200241053a003c02400240200141046a280200200141086a2802002200460d00200128020021030c010b200041016a22032000490d05200041017422042003200420034b1b22044100480d050240024020000d002004102121030c010b200128020020002004102521030b2003450d0420012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a41053a00000c080b200241063a003c02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d04200341017422052004200520044b1b22054100480d040240024020030d002005102121040c010b200128020020032005102521040b2004450d0320012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41063a0000200041086a200110dc010c070b102c000b102a000b102a000b102c000b41aef6c200413641b096c500102d000b02400240200141046a2802002203200141086a28020022006b4104490d00200128020021030c010b200041046a22042000490d04200341017422002004200020044b1b22004100480d040240024020030d002000102121030c010b200128020020032000102521030b2003450d0320012003360200200141046a2000360200200141086a28020021000b200141086a200041046a360200200320006a2007a74102744102723600000c010b02400240200141046a2802002203200141086a28020022006b4102490d00200128020021030c010b200041026a22042000490d03200341017422002004200020044b1b22004100480d030240024020030d002000102121030c010b200128020020032000102521030b2003450d0220012003360200200141046a2000360200200141086a28020021000b200141086a200041026a360200200320006a2007a74102744101723b00000b200241e0006a24000f0b102a000b102c000bf70101077f230041106b220124002001410036020820014201370300200110d80120012802042102200128020021030240024002400240200041046a2802002204200041086a28020022056b20012802082206490d00200028020021040c010b200520066a22072005490d02200441017422052007200520074b1b22054100480d020240024020040d002005102121040c010b200028020020042005102521040b2004450d0120002004360200200041046a2005360200200041086a28020021050b200041086a200520066a360200200420056a2003200610d3041a02402002450d00200310230b200141106a24000f0b102a000b102c000bb90202027f017e23004180016b220224002000280200210002400240024002400240200128020022034110710d002000290300210420034120710d0120042001103921000c020b20002903002104410021000340200220006a41ff006a2004a7410f712203413072200341d7006a2003410a491b3a00002000417f6a2100200442048822044200520d000b20004180016a22034181014f0d02200141cc88c0004102200220006a4180016a410020006b103c21000c010b410021000340200220006a41ff006a2004a7410f712203413072200341376a2003410a491b3a00002000417f6a2100200442048822044200520d000b20004180016a22034181014f0d02200141cc88c0004102200220006a4180016a410020006b103c21000b20024180016a240020000f0b2003418001103f000b2003418001103f000bfc0701037f02400240024020002d00004101460d0002400240200141046a280200200141086a2802002202460d00200128020021030c010b200241016a22032002490d03200241017422042003200420034b1b22044100480d030240024020020d002004102121030c010b200128020020022004102521030b2003450d0220012003360200200141046a2004360200200141086a28020021020b200141086a200241016a360200200320026a41ff013a0000200041016a200110710f0b0240024002400240200041046a280200220241ffff034b0d00200241ef014b0d03200141046a280200200141086a2802002200460d01200128020021030c020b02400240200141046a280200200141086a2802002200460d00200128020021030c010b200041016a22032000490d05200041017422042003200420034b1b22044100480d050240024020000d002004102121030c010b200128020020002004102521030b2003450d0420012003360200200141046a2004360200200141086a28020021000b200141086a2204200041016a360200200320006a41fd013a000002400240200141046a2802002203200428020022006b4104490d00200128020021030c010b200041046a22042000490d05200341017422002004200020044b1b22004100480d050240024020030d002000102121030c010b200128020020032000102521030b2003450d0420012003360200200141046a2000360200200141086a28020021000b200141086a200041046a360200200320006a20023600000f0b200041016a22032000490d03200041017422042003200420034b1b22044100480d030240024020000d002004102121030c010b200128020020002004102521030b2003450d0220012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a20023a00000f0b02400240200141046a280200200141086a2802002200460d00200128020021030c010b200041016a22032000490d02200041017422042003200420034b1b22044100480d020240024020000d002004102121030c010b200128020020002004102521030b2003450d0120012003360200200141046a2004360200200141086a28020021000b200141086a2204200041016a360200200320006a41fc013a000002400240200141046a2802002203200428020022006b4102490d00200128020021030c010b200041026a22042000490d02200341017422002004200020044b1b22004100480d020240024020030d002000102121030c010b200128020020032000102521030b2003450d0120012003360200200141046a2000360200200141086a28020021000b200141086a200041026a360200200320006a20023b00000f0b102a000b102c000bd50903017f027e057f230041e0006b220224000240024002400240200028020022002903002203423f56200041086a290300220442005220045022051b0d0002400240200141046a280200200141086a2802002200460d00200128020021050c010b200041016a22052000490d04200041017422062005200620054b1b22064100480d040240024020000d002006102121050c010b200128020020002006102521050b2005450d0320012005360200200141046a2006360200200141086a28020021000b200141086a200041016a360200200520006a2003a74102743a00000c010b024020034280800154410020051b0d000240200342808080800454410020051b0d000240411020047920037942c0007c20044200521ba741037622066b4104490d0002400240200141046a280200200141086a2802002205460d00200128020021070c010b200541016a22082005490d06200541017422072008200720084b1b22084100480d060240024020050d002008102121070c010b200128020020052008102521070b2007450d0520012007360200200141046a2008360200200141086a28020021050b200141086a2208200541016a360200200720056a413320064102746b3a0000200029030021032002200041086a290300220437030820022003370300200641706a2105200141046a2107034002400240200728020020082802002200460d00200128020021060c010b200041016a22062000490d07200041017422092006200920064b1b22094100480d070240024020000d002009102121060c010b200128020020002009102521060b2006450d062001200636020020072009360200200828020021000b2008200041016a360200200620006a2003a73a00002003420888200442388684210320044208882104200541016a22002005492106200021052006450d000b20022003370300200220043703082003200484500d03200241286a41146a410d360200200241346a4111360200200241106a41146a410336020020022002360240200241b8f7c2003602442002420337021420024190c6c6003602102002411136022c200242043703582002420137024c200241f0f6c2003602482002200241286a3602202002200241c8006a3602382002200241c4006a3602302002200241c0006a360228200241106a41a891c6001037000b41aef6c200413641b096c500102d000b02400240200141046a2802002205200141086a28020022006b4104490d00200128020021050c010b200041046a22062000490d04200541017422002006200020064b1b22004100480d040240024020050d002000102121050c010b200128020020052000102521050b2005450d0320012005360200200141046a2000360200200141086a28020021000b200141086a200041046a360200200520006a2003a74102744102723600000c010b02400240200141046a2802002205200141086a28020022006b4102490d00200128020021050c010b200041026a22062000490d03200541017422002006200020064b1b22004100480d030240024020050d002000102121050c010b200128020020052000102521050b2005450d0220012005360200200141046a2000360200200141086a28020021000b200141086a200041026a360200200520006a2003a74102744101723b00000b200241e0006a24000f0b102a000b102c000bed0601037f02400240024020002802002202413f4b0d0002400240200141046a280200200141086a2802002200460d00200128020021030c010b200041016a22032000490d03200041017422042003200420034b1b22044100480d030240024020000d002004102121030c010b200128020020002004102521030b2003450d0220012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a20024102743a00000f0b0240200241808001490d0002402002418080808004490d0002400240200141046a280200200141086a2802002202460d00200128020021030c010b200241016a22032002490d04200241017422042003200420034b1b22044100480d040240024020020d002004102121030c010b200128020020022004102521030b2003450d0320012003360200200141046a2004360200200141086a28020021020b200141086a2204200241016a360200200320026a41033a00002000280200210302400240200141046a2802002202200428020022006b4104490d00200128020021020c010b200041046a22042000490d04200241017422002004200020044b1b22004100480d040240024020020d002000102121020c010b200128020020022000102521020b2002450d0320012002360200200141046a2000360200200141086a28020021000b200141086a200041046a360200200220006a20033600000f0b02400240200141046a2802002203200141086a28020022006b4104490d00200128020021030c010b200041046a22042000490d03200341017422002004200020044b1b22004100480d030240024020030d002000102121030c010b200128020020032000102521030b2003450d0220012003360200200141046a2000360200200141086a28020021000b200141086a200041046a360200200320006a20024102744102723600000f0b02400240200141046a2802002203200141086a28020022006b4102490d00200128020021030c010b200041026a22042000490d02200341017422002004200020044b1b22004100480d020240024020030d002000102121030c010b200128020020032000102521030b2003450d0120012003360200200141046a2000360200200141086a28020021000b200141086a200041026a360200200320006a20024102744101723b00000f0b102a000b102c000b921501067f230041106b220224000240024002400240024002400240024020012d00000e050003010204000b2002410036020820024201370300410110212203450d05200242818080801037020420022003360200200341023a00002002200236020c200141016a2002410c6a106b0c040b2002410036020820024201370300410110212203450d04200242818080801037020420022003360200200341043a000020012d0001210402400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d06200341017422062005200620054b1b22064100480d060240024020030d002006102121050c010b200228020020032006102521050b2005450d0520022006360204200220053602000b2002200341016a360208200520036a20043a000020012d0002210402400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d06200341017422062005200620054b1b22064100480d060240024020030d002006102121050c010b200228020020032006102521050b2005450d0520022006360204200220053602000b2002200341016a360208200520036a20043a000020012d0003210402400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d06200341017422062005200620054b1b22064100480d060240024020030d002006102121050c010b200228020020032006102521050b2005450d0520022006360204200220053602000b2002200341016a360208200520036a20043a000020012d0004210402400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d06200341017422062005200620054b1b22064100480d060240024020030d002006102121050c010b200228020020032006102521050b2005450d0520022006360204200220053602000b2002200341016a360208200520036a20043a000020012802082104200141106a28020022012002105d0240024020022802042205200228020822036b2001490d00200228020021050c010b200320016a22062003490d06200541017422072006200720064b1b22064100480d060240024020050d002006102121050c010b200228020020052006102521050b2005450d0520022006360204200220053602000b2002200320016a360208200520036a2004200110d3041a0c030b2002410036020820024201370300410110212203450d03200242818080801037020420022003360200200341053a000020012d0001210402400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d05200341017422062005200620054b1b22064100480d050240024020030d002006102121050c010b200228020020032006102521050b2005450d0420022006360204200220053602000b2002200341016a360208200520036a20043a000020012d0002210402400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d05200341017422062005200620054b1b22064100480d050240024020030d002006102121050c010b200228020020032006102521050b2005450d0420022006360204200220053602000b2002200341016a360208200520036a20043a000020012d0003210402400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d05200341017422062005200620054b1b22064100480d050240024020030d002006102121050c010b200228020020032006102521050b2005450d0420022006360204200220053602000b2002200341016a360208200520036a20043a000020012d0004210402400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d05200341017422062005200620054b1b22064100480d050240024020030d002006102121050c010b200228020020032006102521050b2005450d0420022006360204200220053602000b2002200341016a360208200520036a20043a000020012802082104200141106a28020022012002105d0240024020022802042205200228020822036b2001490d00200228020021050c010b200320016a22062003490d05200541017422072006200720064b1b22064100480d050240024020050d002006102121050c010b200228020020052006102521050b2005450d0420022006360204200220053602000b2002200320016a360208200520036a2004200110d3041a0c020b2002410036020820024201370300410110212203450d02200242818080801037020420022003360200200341063a000020012d0001210402400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d04200341017422062005200620054b1b22064100480d040240024020030d002006102121050c010b200228020020032006102521050b2005450d0320022006360204200220053602000b2002200341016a360208200520036a20043a000020012d0002210402400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d04200341017422062005200620054b1b22064100480d040240024020030d002006102121050c010b200228020020032006102521050b2005450d0320022006360204200220053602000b2002200341016a360208200520036a20043a000020012d0003210402400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d04200341017422062005200620054b1b22064100480d040240024020030d002006102121050c010b200228020020032006102521050b2005450d0320022006360204200220053602000b2002200341016a360208200520036a20043a000020012d0004210402400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d04200341017422062005200620054b1b22064100480d040240024020030d002006102121050c010b200228020020032006102521050b2005450d0320022006360204200220053602000b2002200341016a360208200520036a20043a000020012802082104200141106a28020022012002105d0240024020022802042205200228020822036b2001490d00200228020021050c010b200320016a22062003490d04200541017422072006200720064b1b22064100480d040240024020050d002006102121050c010b200228020020052006102521050b2005450d0320022006360204200220053602000b2002200320016a360208200520036a2004200110d3041a0c010b2002410036020820024201370300410110212203450d01200242818080801037020420022003360200200341003a0000200141046a28020021042001410c6a28020022012002105d0240024020022802042205200228020822036b2001490d00200228020021050c010b200320016a22062003490d03200541017422072006200720064b1b22064100480d030240024020050d002006102121050c010b200228020020052006102521050b2005450d0220022006360204200220053602000b2002200320016a360208200520036a2004200110d3041a0b200020022201290200370200200041086a200141086a280200360200200241106a24000f0b102a000b102c000bd50701047f230041106b2202240002400240024020002d0000417f6a220341034b0d00024002400240024020030e0400010203000b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d06200341017422052004200520044b1b22054100480d060240024020030d002005102121040c010b200128020020032005102521040b2004450d0520012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41003a0000200028020421032000410c6a28020022002001105d2000450d03200041057421000340200320011071200341206a2103200041606a22000d000c040b0b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d05200341017422052004200520044b1b22054100480d050240024020030d002005102121040c010b200128020020032005102521040b2004450d0420012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41013a00002000280204200110d7010c020b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d04200341017422052004200520044b1b22054100480d040240024020030d002005102121040c010b200128020020032005102521040b2004450d0320012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41023a0000200041046a200110dc012000280208200110d7010c010b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d03200341017422052004200520044b1b22054100480d030240024020030d002005102121040c010b200128020020032005102521040b2004450d0220012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41033a00002002200136020c200041016a2002410c6a106b200041246a200110dc0120002d0021210402400240200141046a28020020052802002203460d00200128020021000c010b200341016a22002003490d03200341017422052000200520004b1b22054100480d030240024020030d002005102121000c010b200128020020032005102521000b2000450d0220012000360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200020036a20043a00000b200241106a24000f0b102a000b102c000bba1901047f20002d000021020240024002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d0001210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d0002210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d0003210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d0004210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d0005210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d0006210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d0007210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d0008210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d0009210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d000a210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d000b210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d000c210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d000d210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d000e210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d000f210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d0010210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d0011210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d0012210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d0013210402400240200141046a28020020052802002200460d00200128020021030c010b200041016a22032000490d02200041017422022003200220034b1b22024100480d020240024020000d002002102121030c010b200128020020002002102521030b2003450d0120012003360200200141046a2002360200200141086a28020021000b200141086a200041016a360200200320006a20043a00000f0b102a000b102c000bc00b03097f027e017f230041106b22022400200028021021030240024002400240200141046a2802002204200141086a28020022056b4104490d00200128020021040c010b200541046a22062005490d02200441017422052006200520064b1b22054100480d020240024020040d002005102121040c010b200128020020042005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021050b200141086a2206200541046a360200200420056a2003360000200041386a20011071200041d8006a2107410021040340200720046a2d0000210802400240200141046a220928020020062802002205460d00200128020021030c010b200541016a22032005490d032005410174220a2003200a20034b1b220a4100480d030240024020050d00200a102121030c010b20012802002005200a102521030b2003450d02200120033602002009200a360200200628020021050b2006200541016a360200200320056a20083a0000200441016a220441c000470d000b200028021421082000411c6a28020022052001105d02400240200141046a2802002203200141086a28020022046b2005490d00200128020021030c010b200420056a22062004490d02200341017422042006200420064b1b22044100480d020240024020030d002004102121030c010b200128020020032004102521030b2003450d0120012003360200200141046a2004360200200141086a28020021040b200141086a2206200420056a360200200320046a2008200510d3041a20002802202104200041286a28020022052001105d02402005450d002004200541246c6a210703402004280200210802400240200141046a22092802002203200628020022056b4104490d00200128020021030c010b200541046a220a2005490d0420034101742205200a2005200a4b1b22054100480d040240024020030d002005102121030c010b200128020020032005102521030b2003450d032001200336020020092005360200200628020021050b2006200541046a360200200320056a200836000020022001360204200441046a200241046a106b200441246a22042007470d000b0b200041086a290300210b2000290300210c02400240200141046a2802002204200628020022056b4110490d00200128020021040c010b200541106a22032005490d02200441017422052003200520034b1b22054100480d020240024020040d002005102121040c010b200128020020042005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021050b200141086a2206200541106a360200200420056a2205200b3700082005200c3700002002200136020820004198016a200241086a106b200028022c2105200041346a28020022042001105d02402004450d0020044104742109034002402005410c6a2d000022044103714103460d004100210802400240024020040e03020001020b410121080c010b410221080b02400240200141046a220728020020062802002204460d00200128020021030c010b200441016a22032004490d052004410174220a2003200a20034b1b220a4100480d050240024020040d00200a102121030c010b20012802002004200a102521030b2003450d04200120033602002007200a360200200628020021040b2006200441016a360200200320046a20083a00000b2005280200210a200541086a28020022042001105d02400240200141046a22072802002208200628020022036b2004490d00200128020021080c010b200320046a220d2003490d0420084101742203200d2003200d4b1b22034100480d040240024020080d002003102121080c010b200128020020082003102521080b2008450d032001200836020020072003360200200628020021030b200541106a21052006200320046a360200200820036a200a200410d3041a200941706a22090d000b0b2002200136020c200041b8016a2002410c6a106b200241106a24000f0b102a000b102c000bc30b01087f23004190036b2202240041002103200241003a002820012802042204417f6a2105417f210602400240034020042003460d01200241086a20036a200128020022072d00003a00002001200420066a3602042001200741016a22083602002002200341016a22093a00282005417f6a21052006417f6a21062009210320094120470d000b200241a8016a41086a200241086a41086a290300370300200241a8016a41106a200241086a41106a290300370300200241a8016a41186a200241086a41186a290300370300200220022903083703a80141002106200241003a0028200420096b21030340024020030d000240200641ff0171450d00200241003a00280b200041013a00000c030b200241086a20066a20082d00003a000020012003417f6a22033602042001200841016a22083602002002200641016a22093a00282009210620094120470d000b200241c8016a41086a200241086a41086a290300370300200241c8016a41106a200241086a41106a290300370300200241c8016a41186a200241086a41186a290300370300200220022903083703c80141002106200241003a0028200520096b2103200720096a2105034002402003417f470d000240200641ff0171450d00200241003a00280b200041013a00000c030b200241086a20066a200820066a2d00003a0000200120033602042001200520066a41026a3602002002200641016a22093a00282003417f6a21032009210620094120470d000b200241e8016a41086a200241086a41086a290300370300200241e8016a41106a200241086a41106a290300370300200241e8016a41186a200241086a41186a290300370300200220022903083703e80141002104200241003a0028200820096a2106200520096a2108034002402003417f470d000240200441ff0171450d00200241003a00280b200041013a00000c030b200241086a20046a20062d00003a0000200120033602042001200820046a41026a3602002002200441016a22093a00282003417f6a2103200641016a21062009210420094120470d000b20024188026a41086a200241086a41086a29030037030020024188026a41106a200241086a41106a29030037030020024188026a41186a200241086a41186a290300370300200220022903083703880241002109200241003a008803034002402003417f470d000240200941ff0171450d00200241003a0088030b200041013a00000c030b200241e8026a20096a20062d00003a0000200120033602042001200641016a22063602002002200941016a22083a0088032003417f6a21032008210920084120470d000b200241a8026a41086a2201200241e8026a41086a290300370300200241a8026a41106a2203200241e8026a41106a290300370300200241a8026a41186a2206200241e8026a41186a290300370300200241086a41086a200241a8016a41086a290300370300200241086a41106a200241a8016a41106a290300370300200241086a41186a200241a8016a41186a290300370300200220022903e8023703a802200220022903a801370308200241c0006a200241c8016a41186a290300370300200241386a200241c8016a41106a290300370300200241306a200241c8016a41086a290300370300200220022903c801370328200241e0006a200241e8016a41186a290300370300200241d8006a200241e8016a41106a290300370300200241d0006a200241e8016a41086a290300370300200220022903e80137034820024180016a20024188026a41186a290300370300200241f8006a20024188026a41106a290300370300200241f0006a20024188026a41086a2903003703002002200229038802370368200241a0016a200629030037030020024198016a200329030037030020024190016a2001290300370300200220022903a80237038801200041016a200241086a41a00110d3041a200041003a00000c010b0240200341ff0171450d00200241003a00280b200041013a00000b20024190036a24000befcc0103067f027e017f230041106b220224000240024002400240024020002d0000220341114b0d0002400240024002400240024002400240024002400240024002400240024002400240024020030e12000102030405060708090a0b0c0d0e0f1011000b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d14200341017422052004200520044b1b22054100480d140240024020030d002005102121040c010b200128020020032005102521040b2004450d1320012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41003a00000240024020002802044101460d00200241003a000002400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d16200341017422052004200520044b1b22054100480d160240024020030d002005102121040c010b200128020020032005102521040b2004450d1520012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41003a00002000280208210602400240200141046a2802002204200528020022036b4104490d00200128020021040c010b200341046a22052003490d16200441017422032005200320054b1b22034100480d160240024020040d002003102121040c010b200128020020042003102521040b2004450d1520012004360200200141046a2003360200200141086a28020021030b200141086a200341046a360200200420036a20063600002000410c6a2103410721050c010b200241013a000002400240200141046a28020020052802002203460d00200128020021050c010b200341016a22042003490d15200341017422052004200520044b1b22044100480d150240024020030d002004102121050c010b200128020020032004102521050b2005450d1420012005360200200141046a2004360200200141086a28020021030b41012104200141086a2206200341016a360200200520036a41013a0000024002400240024020002d00080e0400030102000b410021040c020b410221040c010b200241033a000002400240200141046a28020020062802002203460d00200128020021040c010b200341016a22042003490d16200341017422052004200520044b1b22054100480d160240024020030d002005102121040c010b200128020020032005102521040b2004450d1520012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41033a0000200220002d000922063a000002400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d16200341017422052004200520044b1b22054100480d160240024020030d002005102121040c010b200128020020032005102521040b2004450d1520012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a20063a000020002d000a21040b200220043a000002400240200141046a280200200141086a2802002203460d00200128020021050c010b200341016a22052003490d15200341017422062005200620054b1b22064100480d150240024020030d002006102121050c010b200128020020032006102521050b2005450d1420012005360200200141046a2006360200200141086a28020021030b200141086a2206200341016a360200200520036a20043a00002000280214210502400240200141046a2802002204200628020022036b4104490d00200128020021040c010b200341046a22062003490d15200441017422032006200320064b1b22034100480d150240024020040d002003102121040c010b200128020020042003102521040b2004450d1420012004360200200141046a2003360200200141086a28020021030b200141086a200341046a360200200420036a2005360000200041186a2103411321050b200220032d000022063a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d14200341017422072004200720044b1b22074100480d140240024020030d002007102121040c010b200128020020032007102521040b2004450d1320012004360200200141046a2007360200200141086a28020021030b200141086a2207200341016a360200200420036a20063a00002002200020056a41066a2d000022043a000002400240200141046a28020020072802002200460d00200128020021030c010b200041016a22032000490d14200041017422052003200520034b1b22054100480d140240024020000d002005102121030c010b200128020020002005102521030b2003450d1320012003360200200141046a2005360200200141086a28020021000b200141086a200041016a360200200320006a20043a00000c110b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d13200341017422052004200520044b1b22054100480d130240024020030d002005102121040c010b200128020020032005102521040b2004450d1220012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41013a000002400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d13200341017422052004200520044b1b22054100480d130240024020030d002005102121040c010b200128020020032005102521040b2004450d1220012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41003a0000200041086a200110712000280204210402400240200141046a2802002203200528020022006b4104490d00200128020021030c010b200041046a22052000490d13200341017422002005200020054b1b22004100480d130240024020030d002000102121030c010b200128020020032000102521030b2003450d1220012003360200200141046a2000360200200141086a28020021000b200141086a200041046a360200200320006a20043600000c100b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d12200341017422052004200520044b1b22054100480d120240024020030d002005102121040c010b200128020020032005102521040b2004450d1120012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41023a000020002d0008220341044b0d0f02400240024002400240024020030e050001020304000b200241003a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d17200341017422052004200520044b1b22054100480d170240024020030d002005102121040c010b200128020020032005102521040b2004450d1620012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41003a0000200041096a20011071200029033021082002200041386a290300370308200220083703000c040b200241013a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d16200341017422052004200520044b1b22054100480d160240024020030d002005102121040c010b200128020020032005102521040b2004450d1520012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41013a0000200041096a20011071200029033021082002200041386a290300370308200220083703000c030b200241023a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d15200341017422052004200520044b1b22054100480d150240024020030d002005102121040c010b200128020020032005102521040b2004450d1420012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41023a0000200041096a20011071200041296a20011071200041d8006a29030021082000290350210902400240200141046a2802002204200528020022036b4110490d00200128020021040c010b200341106a22052003490d15200441017422032005200320054b1b22034100480d150240024020040d002003102121040c010b200128020020042003102521040b2004450d1420012004360200200141046a2003360200200141086a28020021030b200141086a200341106a360200200420036a2203200837000820032009370000200029036021082002200041e8006a290300370308200220083703000c020b200241033a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d14200341017422052004200520044b1b22054100480d140240024020030d002005102121040c010b200128020020032005102521040b2004450d1320012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41033a0000200041096a20011071200041386a29030021082000290330210902400240200141046a2802002204200528020022036b4110490d00200128020021040c010b200341106a22052003490d14200441017422032005200320054b1b22034100480d140240024020040d002003102121040c010b200128020020042003102521040b2004450d1320012004360200200141046a2003360200200141086a28020021030b200141086a200341106a360200200420036a2203200837000820032009370000200029034021082002200041c8006a290300370308200220083703000c010b200141086a2802002103200241043a0000024002402003200141046a280200460d00200128020021040c010b200341016a22042003490d13200341017422052004200520044b1b22054100480d130240024020030d002005102121040c010b200128020020032005102521040b2004450d1220012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41043a0000200041096a20011071200029033021082002200041386a290300370308200220083703000b2002210302400240200141046a2802002204200141086a28020022006b4110490d00200128020021040c010b200041106a22052000490d12200441017422002005200020054b1b22004100480d120240024020040d002000102121040c010b200128020020042000102521040b2004450d1120012004360200200141046a2000360200200141086a28020021000b200141086a200041106a360200200420006a220141086a200341086a290000370000200120032900003700000c0f0b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d11200341017422052004200520044b1b22054100480d110240024020030d002005102121040c010b200128020020032005102521040b2004450d1020012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41033a000020002d0008220341024b0d0e02400240024020030e03000102000b200241003a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d13200341017422052004200520044b1b22054100480d130240024020030d002005102121040c010b200128020020032005102521040b2004450d1220012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41003a0000200041186a29030021082000290310210902400240200141046a2802002204200528020022036b4110490d00200128020021040c010b200341106a22052003490d13200441017422032005200320054b1b22034100480d130240024020040d002003102121040c010b200128020020042003102521040b2004450d1220012004360200200141046a2003360200200141086a28020021030b200141086a2205200341106a360200200420036a2203200837000820032009370000200041286a29030021082000290320210902400240200141046a2802002203200528020022006b4110490d00200128020021030c010b200041106a22042000490d13200341017422002004200020044b1b22004100480d130240024020030d002000102121030c010b200128020020032000102521030b2003450d1220012003360200200141046a2000360200200141086a28020021000b200141086a200041106a360200200320006a22012008370008200120093700000c100b200241013a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d12200341017422052004200520044b1b22054100480d120240024020030d002005102121040c010b200128020020032005102521040b2004450d1120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41013a0000200041096a20011071200041386a29030021082000290330210902400240200141046a2802002203200528020022006b4110490d00200128020021030c010b200041106a22042000490d12200341017422002004200020044b1b22004100480d120240024020030d002000102121030c010b200128020020032000102521030b2003450d1120012003360200200141046a2000360200200141086a28020021000b200141086a200041106a360200200320006a22012008370008200120093700000c0f0b200241023a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d11200341017422052004200520044b1b22054100480d110240024020030d002005102121040c010b200128020020032005102521040b2004450d1020012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41023a0000200028020c210402400240200141046a2802002203200528020022006b4104490d00200128020021030c010b200041046a22052000490d11200341017422002005200020054b1b22004100480d110240024020030d002000102121030c010b200128020020032000102521030b2003450d1020012003360200200141046a2000360200200141086a28020021000b200141086a200041046a360200200320006a20043600000c0e0b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d10200341017422052004200520044b1b22054100480d100240024020030d002005102121040c010b200128020020032005102521040b2004450d0f20012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41043a000002400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d10200341017422052004200520044b1b22054100480d100240024020030d002005102121040c010b200128020020032005102521040b2004450d0f20012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41003a0000200041106a200110e301200028020421062000410c6a28020022002001105d02400240200141046a2802002204200528020022036b2000490d00200128020021040c010b200320006a22052003490d10200441017422032005200320054b1b22034100480d100240024020040d002003102121040c010b200128020020042003102521040b2004450d0f20012004360200200141046a2003360200200141086a28020021030b200141086a200320006a360200200420036a2006200010d3041a0c0d0b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0f200341017422052004200520044b1b22054100480d0f0240024020030d002005102121040c010b200128020020032005102521040b2004450d0e20012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41053a000002400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d0f200341017422052004200520044b1b22054100480d0f0240024020030d002005102121040c010b200128020020032005102521040b2004450d0e20012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41003a00002000280204210402400240200141046a2802002203200528020022006b4104490d00200128020021030c010b200041046a22052000490d0f200341017422002005200020054b1b22004100480d0f0240024020030d002000102121030c010b200128020020032000102521030b2003450d0e20012003360200200141046a2000360200200141086a28020021000b200141086a200041046a360200200320006a20043600000c0c0b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0e200341017422052004200520044b1b22054100480d0e0240024020030d002005102121040c010b200128020020032005102521040b2004450d0d20012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41063a00002000280204220341024b0d0b02400240024020030e03000102000b200241003a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d10200341017422052004200520044b1b22054100480d100240024020030d002005102121040c010b200128020020032005102521040b2004450d0f20012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41003a000020002802082103200041106a28020022002001105d2000450d0d2003200041286c6a210a200141046a21060340200320011071200341206a29030021080240024020062802002204200528020022006b4108490d00200128020021040c010b200041086a22072000490d11200441017422002007200020074b1b22004100480d110240024020040d002000102121040c010b200128020020042000102521040b2004450d102001200436020020062000360200200528020021000b2005200041086a360200200420006a2008370000200a200341286a2203470d000c0e0b0b200241013a000002400240200141046a280200200141086a2802002200460d00200128020021030c010b200041016a22032000490d0f200041017422042003200420034b1b22044100480d0f0240024020000d002004102121030c010b200128020020002004102521030b2003450d0e20012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a41013a00000c0c0b200241023a000002400240200141046a280200200141086a2802002200460d00200128020021030c010b200041016a22032000490d0e200041017422042003200420034b1b22044100480d0e0240024020000d002004102121030c010b200128020020002004102521030b2003450d0d20012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a41023a00000c0b0b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0d200341017422052004200520044b1b22054100480d0d0240024020030d002005102121040c010b200128020020032005102521040b2004450d0c20012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41073a000020002d0004220341024b0d0a02400240024020030e03000102000b200241003a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0f200341017422052004200520044b1b22054100480d0f0240024020030d002005102121040c010b200128020020032005102521040b2004450d0e20012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41003a0000200041056a200110710c0c0b200241013a000002400240200141046a280200200141086a2802002200460d00200128020021030c010b200041016a22032000490d0e200041017422042003200420034b1b22044100480d0e0240024020000d002004102121030c010b200128020020002004102521030b2003450d0d20012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a41013a00000c0b0b200241023a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0d200341017422052004200520044b1b22054100480d0d0240024020030d002005102121040c010b200128020020032005102521040b2004450d0c20012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41023a000020002802082104200041106a28020022002001105d2000450d0a2004200041d0006c6a210503402004200110712002200441206a3602002002200110db012002200441306a3602002002200110db0120042802402100200428024822032001105d200441d0006a210402402003450d00200341306c21030340200041106a20011071200220003602002002200110db01200041306a2100200341506a22030d000b0b20052004470d000c0b0b0b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0c200341017422052004200520044b1b22054100480d0c0240024020030d002005102121040c010b200128020020032005102521040b2004450d0b20012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41083a000020002d0001220341024b0d0902400240024020030e03000102000b200241003a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0e200341017422052004200520044b1b22054100480d0e0240024020030d002005102121040c010b200128020020032005102521040b2004450d0d20012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41003a0000200220002d000222043a000002400240200141046a28020020052802002200460d00200128020021030c010b200041016a22032000490d0e200041017422052003200520034b1b22054100480d0e0240024020000d002005102121030c010b200128020020002005102521030b2003450d0d20012003360200200141046a2005360200200141086a28020021000b200141086a200041016a360200200320006a20043a00000c0b0b200241013a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0d200341017422052004200520044b1b22054100480d0d0240024020030d002005102121040c010b200128020020032005102521040b2004450d0c20012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41013a0000200041026a200110710c0a0b200241023a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0c200341017422052004200520044b1b22054100480d0c0240024020030d002005102121040c010b200128020020032005102521040b2004450d0b20012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41023a0000200220002d000222043a000002400240200141046a28020020052802002200460d00200128020021030c010b200041016a22032000490d0c200041017422052003200520034b1b22054100480d0c0240024020000d002005102121030c010b200128020020002005102521030b2003450d0b20012003360200200141046a2005360200200141086a28020021000b200141086a200041016a360200200320006a20043a00000c090b02400240200141046a2206280200200141086a22042802002203460d00200128020021050c010b200341016a22052003490d0b200341017422072005200720054b1b22074100480d0b0240024020030d002007102121050c010b200128020020032007102521050b2005450d0a20012005360200200141046a2007360200200141086a28020021030b2004200341016a360200200520036a41093a0000024002400240024002400240024002400240024002400240024002400240024020002d00080e10000102030405060708090a0b0c0d0e0f000b200241003a000002400240200628020020042802002203460d00200128020021050c010b200341016a22052003490d1a200341017422072005200720054b1b22074100480d1a0240024020030d002007102121050c010b200128020020032007102521050b2005450d1920012005360200200141046a2007360200200141086a28020021030b2004200341016a360200200520036a41003a0000200028020c21070240024020062802002205200428020022036b4104490d00200128020021050c010b200341046a220a2003490d1a20054101742203200a2003200a4b1b22034100480d1a0240024020050d002003102121050c010b200128020020052003102521050b2005450d1920012005360200200141046a2003360200200141086a28020021030b2004200341046a360200200520036a2007360000200041186a2903002108200029031021090240024020062802002203200428020022006b4110490d00200128020021030c010b200041106a22052000490d1a200341017422002005200020054b1b22004100480d1a0240024020030d002000102121030c010b200128020020032000102521030b2003450d1920012003360200200141046a2000360200200141086a28020021000b2004200041106a360200200320006a22012008370008200120093700000c170b200241013a000002400240200628020020042802002203460d00200128020021050c010b200341016a22052003490d19200341017422072005200720054b1b22074100480d190240024020030d002007102121050c010b200128020020032007102521050b2005450d1820012005360200200141046a2007360200200141086a28020021030b2004200341016a360200200520036a41013a0000200028020c21070240024020062802002205200428020022036b4104490d00200128020021050c010b200341046a220a2003490d1920054101742203200a2003200a4b1b22034100480d190240024020050d002003102121050c010b200128020020052003102521050b2005450d1820012005360200200141046a2003360200200141086a28020021030b2004200341046a360200200520036a2007360000200041286a2903002108200029032021090240024020062802002205200428020022036b4110490d00200128020021040c010b200341106a22042003490d19200541017422032004200320044b1b22034100480d190240024020050d002003102121040c010b200128020020052003102521040b2004450d1820012004360200200141046a2003360200200141086a28020021030b200141086a200341106a360200200420036a220320083700082003200937000020002802102103200041186a28020022002001105d2000450d16200041057421000340200320011071200341206a2103200041606a22000d000c170b0b200241023a000002400240200628020020042802002200460d00200128020021030c010b200041016a22032000490d18200041017422052003200520034b1b22054100480d180240024020000d002005102121030c010b200128020020002005102521030b2003450d1720012003360200200141046a2005360200200141086a28020021000b2004200041016a360200200320006a41023a00000c150b200241033a000002400240200628020020042802002203460d00200128020021050c010b200341016a22052003490d17200341017422072005200720054b1b22074100480d170240024020030d002007102121050c010b200128020020032007102521050b2005450d1620012005360200200141046a2007360200200141086a28020021030b2004200341016a360200200520036a41033a0000200028020c21070240024020062802002205200428020022036b4104490d00200128020021050c010b200341046a220a2003490d1720054101742203200a2003200a4b1b22034100480d170240024020050d002003102121050c010b200128020020052003102521050b2005450d1620012005360200200141046a2003360200200141086a28020021030b2004200341046a360200200520036a200736000020002d0009220041024b0d1402400240024020000e03000102000b200241003a000002400240200628020020042802002200460d00200128020021030c010b200041016a22032000490d19200041017422052003200520034b1b22054100480d190240024020000d002005102121030c010b200128020020002005102521030b2003450d1820012003360200200141046a2005360200200141086a28020021000b2004200041016a360200200320006a41003a00000c160b200241013a000002400240200628020020042802002200460d00200128020021030c010b200041016a22032000490d18200041017422052003200520034b1b22054100480d180240024020000d002005102121030c010b200128020020002005102521030b2003450d1720012003360200200141046a2005360200200141086a28020021000b2004200041016a360200200320006a41013a00000c150b200241023a000002400240200628020020042802002200460d00200128020021030c010b200041016a22032000490d17200041017422052003200520034b1b22054100480d170240024020000d002005102121030c010b200128020020002005102521030b2003450d1620012003360200200141046a2005360200200141086a28020021000b2004200041016a360200200320006a41023a00000c140b200241043a000002400240200628020020042802002203460d00200128020021050c010b200341016a22052003490d16200341017422072005200720054b1b22074100480d160240024020030d002007102121050c010b200128020020032007102521050b2005450d1520012005360200200141046a2007360200200141086a28020021030b2004200341016a360200200520036a41043a0000200028020c21050240024020062802002203200428020022006b4104490d00200128020021030c010b200041046a22062000490d16200341017422002006200020064b1b22004100480d160240024020030d002000102121030c010b200128020020032000102521030b2003450d1520012003360200200141046a2000360200200141086a28020021000b2004200041046a360200200320006a20053600000c130b200241053a000002400240200628020020042802002203460d00200128020021050c010b200341016a22052003490d15200341017422072005200720054b1b22074100480d150240024020030d002007102121050c010b200128020020032007102521050b2005450d1420012005360200200141046a2007360200200141086a28020021030b2004200341016a360200200520036a41053a0000200028020c21050240024020062802002203200428020022006b4104490d00200128020021030c010b200041046a22062000490d15200341017422002006200020064b1b22004100480d150240024020030d002000102121030c010b200128020020032000102521030b2003450d1420012003360200200141046a2000360200200141086a28020021000b2004200041046a360200200320006a20053600000c120b200241063a000002400240200628020020042802002203460d00200128020021050c010b200341016a22052003490d14200341017422072005200720054b1b22074100480d140240024020030d002007102121050c010b200128020020032007102521050b2005450d1320012005360200200141046a2007360200200141086a28020021030b2004200341016a360200200520036a41063a0000200028020c21050240024020062802002203200428020022006b4104490d00200128020021030c010b200041046a22062000490d14200341017422002006200020064b1b22004100480d140240024020030d002000102121030c010b200128020020032000102521030b2003450d1320012003360200200141046a2000360200200141086a28020021000b2004200041046a360200200320006a20053600000c110b200241073a000002400240200628020020042802002203460d00200128020021050c010b200341016a22052003490d13200341017422072005200720054b1b22074100480d130240024020030d002007102121050c010b200128020020032007102521050b2005450d1220012005360200200141046a2007360200200141086a28020021030b2004200341016a360200200520036a41073a0000200028020c21070240024020062802002205200428020022036b4104490d00200128020021050c010b200341046a220a2003490d1320054101742203200a2003200a4b1b22034100480d130240024020050d002003102121050c010b200128020020052003102521050b2005450d1220012005360200200141046a2003360200200141086a28020021030b2004200341046a360200200520036a2007360000200220002d000922053a000002400240200628020020042802002200460d00200128020021030c010b200041016a22032000490d13200041017422062003200620034b1b22064100480d130240024020000d002006102121030c010b200128020020002006102521030b2003450d1220012003360200200141046a2006360200200141086a28020021000b2004200041016a360200200320006a20053a00000c100b200241083a000002400240200628020020042802002203460d00200128020021040c010b200341016a22042003490d12200341017422052004200520044b1b22054100480d120240024020030d002005102121040c010b200128020020032005102521040b2004450d1120012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41083a0000200041096a20011071200041296a200110710c0f0b200241093a000002400240200628020020042802002203460d00200128020021040c010b200341016a22042003490d11200341017422052004200520044b1b22054100480d110240024020030d002005102121040c010b200128020020032005102521040b2004450d1020012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41093a0000200041096a200110710c0e0b2002410a3a000002400240200628020020042802002203460d00200128020021050c010b200341016a22052003490d12200341017422062005200620054b1b22064100480d120240024020030d002006102121050c010b200128020020032006102521050b2005450d1120012005360200200141046a2006360200200141086a28020021030b200141086a2206200341016a360200200520036a410a3a0000200041096a2001107120022001360200200041296a2002106b200028024c210502400240200141046a2802002203200628020022006b4104490d00200128020021030c010b200041046a22062000490d12200341017422002006200020064b1b22004100480d120240024020030d002000102121030c010b200128020020032000102521030b2003450d1120012003360200200141046a2000360200200141086a28020021000b2004200041046a360200200320006a20053600000c0d0b2002410b3a000002400240200628020020042802002203460d00200128020021050c010b200341016a22052003490d11200341017422062005200620054b1b22064100480d110240024020030d002006102121050c010b200128020020032006102521050b2005450d1020012005360200200141046a2006360200200141086a28020021030b200141086a2206200341016a360200200520036a410b3a000020022001360200200041096a2002106b200041296a20011071200041d8006a29030021082000290350210902400240200141046a2802002203200628020022006b4110490d00200128020021030c010b200041106a22052000490d11200341017422002005200020054b1b22004100480d110240024020030d002000102121030c010b200128020020032000102521030b2003450d1020012003360200200141046a2000360200200141086a28020021000b2004200041106a360200200320006a22012008370008200120093700000c0c0b2002410c3a000002400240200628020020042802002203460d00200128020021050c010b200341016a22052003490d10200341017422062005200620054b1b22064100480d100240024020030d002006102121050c010b200128020020032006102521050b2005450d0f20012005360200200141046a2006360200200141086a28020021030b200141086a2206200341016a360200200520036a410c3a000020022001360200200041096a2002106b200041296a20011071200041d8006a29030021082000290350210902400240200141046a2802002203200628020022006b4110490d00200128020021030c010b200041106a22052000490d10200341017422002005200020054b1b22004100480d100240024020030d002000102121030c010b200128020020032000102521030b2003450d0f20012003360200200141046a2000360200200141086a28020021000b2004200041106a360200200320006a22012008370008200120093700000c0b0b2002410d3a000002400240200628020020042802002203460d00200128020021050c010b200341016a22052003490d0f200341017422062005200620054b1b22064100480d0f0240024020030d002006102121050c010b200128020020032006102521050b2005450d0e20012005360200200141046a2006360200200141086a28020021030b200141086a2206200341016a360200200520036a410d3a000020022001360200200041096a2002106b200028022c210502400240200141046a2802002203200628020022006b4104490d00200128020021030c010b200041046a22062000490d0f200341017422002006200020064b1b22004100480d0f0240024020030d002000102121030c010b200128020020032000102521030b2003450d0e20012003360200200141046a2000360200200141086a28020021000b2004200041046a360200200320006a20053600000c0a0b2002410e3a000002400240200628020020042802002203460d00200128020021050c010b200341016a22052003490d0e200341017422062005200620054b1b22064100480d0e0240024020030d002006102121050c010b200128020020032006102521050b2005450d0d20012005360200200141046a2006360200200141086a28020021030b200141086a2206200341016a360200200520036a410e3a000020022001360200200041096a2002106b200028022c210502400240200141046a2802002203200628020022006b4104490d00200128020021030c010b200041046a22062000490d0e200341017422002006200020064b1b22004100480d0e0240024020030d002000102121030c010b200128020020032000102521030b2003450d0d20012003360200200141046a2000360200200141086a28020021000b2004200041046a360200200320006a20053600000c090b2002410f3a000002400240200628020020042802002203460d00200128020021040c010b200341016a22042003490d0d200341017422052004200520044b1b22054100480d0d0240024020030d002005102121040c010b200128020020032005102521040b2004450d0c20012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a410f3a000020022001360200200041096a2002106b200041296a20011071200041f8006a29030021082000290370210902400240200141046a2802002204200528020022036b4110490d00200128020021040c010b200341106a22052003490d0d200441017422032005200320054b1b22034100480d0d0240024020040d002003102121040c010b200128020020042003102521040b2004450d0c20012004360200200141046a2003360200200141086a28020021030b200141086a200341106a360200200420036a2203200837000820032009370000200041c9006a200110710c080b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0c200341017422052004200520044b1b22054100480d0c0240024020030d002005102121040c010b200128020020032005102521040b2004450d0b20012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a410a3a0000200041046a200110e4010c070b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0b200341017422052004200520044b1b22054100480d0b0240024020030d002005102121040c010b200128020020032005102521040b2004450d0a20012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a410b3a0000200041046a200110e4010c060b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0a200341017422052004200520044b1b22054100480d0a0240024020030d002005102121040c010b200128020020032005102521040b2004450d0920012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a410c3a000020002d0004220341044b0d050240024002400240024020030e050001020304000b200241003a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0e200341017422052004200520044b1b22054100480d0e0240024020030d002005102121040c010b200128020020032005102521040b2004450d0d20012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41003a000020002802082103200041106a28020022002001105d2000450d092003200041306c6a210a200141046a21060340200320011071200341286a2903002108200341206a29030021090240024020062802002204200528020022006b4110490d00200128020021040c010b200041106a22072000490d0f200441017422002007200020074b1b22004100480d0f0240024020040d002000102121040c010b200128020020042000102521040b2004450d0e2001200436020020062000360200200528020021000b2005200041106a360200200420006a2200200837000820002009370000200a200341306a2203470d000c0a0b0b200241013a000002400240200141046a280200200141086a2802002200460d00200128020021030c010b200041016a22032000490d0d200041017422042003200420034b1b22044100480d0d0240024020000d002004102121030c010b200128020020002004102521030b2003450d0c20012003360200200141046a2004360200200141086a28020021000b200141086a200041016a360200200320006a41013a00000c080b200241023a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0c200341017422052004200520044b1b22054100480d0c0240024020030d002005102121040c010b200128020020032005102521040b2004450d0b20012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41023a0000200041056a200110710c070b200241033a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0b200341017422052004200520044b1b22054100480d0b0240024020030d002005102121040c010b200128020020032005102521040b2004450d0a20012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41033a0000200041056a200110710c060b200141086a2802002103200241043a0000024002402003200141046a280200460d00200128020021040c010b200341016a22042003490d0a200341017422052004200520044b1b22054100480d0a0240024020030d002005102121040c010b200128020020032005102521040b2004450d0920012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41043a0000200041056a20011071200041256a20011071200220002d004522043a000002400240200141046a28020020052802002200460d00200128020021030c010b200041016a22032000490d0a200041017422052003200520034b1b22054100480d0a0240024020000d002005102121030c010b200128020020002005102521030b2003450d0920012003360200200141046a2005360200200141086a28020021000b200141086a200041016a360200200320006a20043a00000c050b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d09200341017422052004200520044b1b22054100480d090240024020030d002005102121040c010b200128020020032005102521040b2004450d0820012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a410d3a000020002d0001220041054b0d04024002400240024002400240024020000e06000102030405000b410021030c050b410121030c040b410221030c030b410321030c020b410421030c010b410521030b200220033a000002400240200141046a280200200141086a2802002200460d00200128020021040c010b200041016a22042000490d09200041017422052004200520044b1b22054100480d090240024020000d002005102121040c010b200128020020002005102521040b2004450d0820012004360200200141046a2005360200200141086a28020021000b200141086a200041016a360200200420006a20033a00000c040b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d08200341017422052004200520044b1b22054100480d080240024020030d002005102121040c010b200128020020032005102521040b2004450d0720012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a410e3a000020002d0008220341064b0d03024002400240024002400240024020030e0700010203040506000b200241003a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0e200341017422052004200520044b1b22054100480d0e0240024020030d002005102121040c010b200128020020032005102521040b2004450d0d20012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41003a0000200028020c210402400240200141046a2802002203200528020022006b4104490d00200128020021030c010b200041046a22052000490d0e200341017422002005200020054b1b22004100480d0e0240024020030d002000102121030c010b200128020020032000102521030b2003450d0d20012003360200200141046a2000360200200141086a28020021000b200141086a200041046a360200200320006a20043600000c090b200241013a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0d200341017422052004200520044b1b22054100480d0d0240024020030d002005102121040c010b200128020020032005102521040b2004450d0c20012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41013a0000200041186a29030021082000290310210902400240200141046a2802002203200528020022006b4110490d00200128020021030c010b200041106a22042000490d0d200341017422002004200020044b1b22004100480d0d0240024020030d002000102121030c010b200128020020032000102521030b2003450d0c20012003360200200141046a2000360200200141086a28020021000b200141086a200041106a360200200320006a22012008370008200120093700000c080b200241023a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0c200341017422052004200520044b1b22054100480d0c0240024020030d002005102121040c010b200128020020032005102521040b2004450d0b20012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41023a0000200028022c210602400240200141046a2802002204200528020022036b4104490d00200128020021040c010b200341046a22052003490d0c200441017422032005200320054b1b22034100480d0c0240024020040d002003102121040c010b200128020020042003102521040b2004450d0b20012004360200200141046a2003360200200141086a28020021030b200141086a2205200341046a360200200420036a2006360000200041386a29030021082000290330210902400240200141046a2802002204200528020022036b4110490d00200128020021040c010b200341106a22052003490d0c200441017422032005200320054b1b22034100480d0c0240024020040d002003102121040c010b200128020020042003102521040b2004450d0b20012004360200200141046a2003360200200141086a28020021030b200141086a200341106a360200200420036a2203200837000820032009370000200041096a200110710c070b200241033a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d0b200341017422052004200520044b1b22054100480d0b0240024020030d002005102121040c010b200128020020032005102521040b2004450d0a20012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41033a0000200028020c210602400240200141046a2802002204200528020022036b4104490d00200128020021040c010b200341046a22052003490d0b200441017422032005200320054b1b22034100480d0b0240024020040d002003102121040c010b200128020020042003102521040b2004450d0a20012004360200200141046a2003360200200141086a28020021030b200141086a2205200341046a360200200420036a2006360000200041186a29030021082000290310210902400240200141046a2802002203200528020022006b4110490d00200128020021030c010b200041106a22042000490d0b200341017422002004200020044b1b22004100480d0b0240024020030d002000102121030c010b200128020020032000102521030b2003450d0a20012003360200200141046a2000360200200141086a28020021000b200141086a200041106a360200200320006a22012008370008200120093700000c060b200141086a2802002103200241043a0000024002402003200141046a280200460d00200128020021040c010b200341016a22042003490d0a200341017422052004200520044b1b22054100480d0a0240024020030d002005102121040c010b200128020020032005102521040b2004450d0920012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41043a0000200041186a29030021082000290310210902400240200141046a2802002203200528020022006b4110490d00200128020021030c010b200041106a22042000490d0a200341017422002004200020044b1b22004100480d0a0240024020030d002000102121030c010b200128020020032000102521030b2003450d0920012003360200200141046a2000360200200141086a28020021000b200141086a200041106a360200200320006a22012008370008200120093700000c050b200241053a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d09200341017422052004200520044b1b22054100480d090240024020030d002005102121040c010b200128020020032005102521040b2004450d0820012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41053a0000200041186a29030021082000290310210902400240200141046a2802002203200528020022006b4110490d00200128020021030c010b200041106a22042000490d09200341017422002004200020044b1b22004100480d090240024020030d002000102121030c010b200128020020032000102521030b2003450d0820012003360200200141046a2000360200200141086a28020021000b200141086a200041106a360200200320006a22012008370008200120093700000c040b200241063a000002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d08200341017422052004200520044b1b22054100480d080240024020030d002005102121040c010b200128020020032005102521040b2004450d0720012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41063a0000200041186a29030021082000290310210902400240200141046a2802002203200528020022006b4110490d00200128020021030c010b200041106a22042000490d08200341017422002004200020044b1b22004100480d080240024020030d002000102121030c010b200128020020032000102521030b2003450d0720012003360200200141046a2000360200200141086a28020021000b200141086a200041106a360200200320006a22012008370008200120093700000c030b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d07200341017422052004200520044b1b22054100480d070240024020030d002005102121040c010b200128020020032005102521040b2004450d0620012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a410f3a000002400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d07200341017422052004200520044b1b22054100480d070240024020030d002005102121040c010b200128020020032005102521040b2004450d0620012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41003a0000200041186a20011071200041386a200110df01200041106a29030021082000290308210902400240200141046a2802002203200528020022006b4110490d00200128020021030c010b200041106a22042000490d07200341017422002004200020044b1b22004100480d070240024020030d002000102121030c010b200128020020032000102521030b2003450d0620012003360200200141046a2000360200200141086a28020021000b200141086a200041106a360200200320006a22012008370008200120093700000c020b02400240200141046a2205280200200141086a22032802002204460d00200128020021060c010b200441016a22062004490d06200441017422072006200720064b1b22074100480d060240024020040d002007102121060c010b200128020020042007102521060b2006450d0520012006360200200141046a2007360200200141086a28020021040b2003200441016a360200200620046a41103a000020002d0008220441064b0d01024002400240024002400240024020040e0700010203040506000b200241003a000002400240200528020020032802002204460d00200128020021060c010b200441016a22062004490d0c200441017422072006200720064b1b22074100480d0c0240024020040d002007102121060c010b200128020020042007102521060b2006450d0b20012006360200200141046a2007360200200141086a28020021040b2003200441016a360200200620046a41003a0000200028020c21060240024020052802002204200328020022006b4104490d00200128020021040c010b200041046a22052000490d0c200441017422002005200020054b1b22004100480d0c0240024020040d002000102121040c010b200128020020042000102521040b2004450d0b20012004360200200141046a2000360200200141086a28020021000b2003200041046a360200200420006a20063600000c070b200241013a000002400240200528020020032802002204460d00200128020021060c010b200441016a22062004490d0b200441017422072006200720064b1b22074100480d0b0240024020040d002007102121060c010b200128020020042007102521060b2006450d0a20012006360200200141046a2007360200200141086a28020021040b2003200441016a360200200620046a41013a0000200028020c21070240024020052802002206200328020022046b4104490d00200128020021060c010b200441046a220a2004490d0b20064101742204200a2004200a4b1b22044100480d0b0240024020060d002004102121060c010b200128020020062004102521060b2006450d0a20012006360200200141046a2004360200200141086a28020021040b2003200441046a360200200620046a2007360000200028021021070240024020052802002206200328020022046b4104490d00200128020021060c010b200441046a220a2004490d0b20064101742204200a2004200a4b1b22044100480d0b0240024020060d002004102121060c010b200128020020062004102521060b2006450d0a20012006360200200141046a2004360200200141086a28020021040b2003200441046a360200200620046a2007360000200028021421060240024020052802002204200328020022006b4104490d00200128020021040c010b200041046a22052000490d0b200441017422002005200020054b1b22004100480d0b0240024020040d002000102121040c010b200128020020042000102521040b2004450d0a20012004360200200141046a2000360200200141086a28020021000b2003200041046a360200200420006a20063600000c060b200241023a000002400240200528020020032802002204460d00200128020021060c010b200441016a22062004490d0a200441017422072006200720064b1b22074100480d0a0240024020040d002007102121060c010b200128020020042007102521060b2006450d0920012006360200200141046a2007360200200141086a28020021040b2003200441016a360200200620046a41023a0000200028020c21060240024020052802002204200328020022006b4104490d00200128020021040c010b200041046a22052000490d0a200441017422002005200020054b1b22004100480d0a0240024020040d002000102121040c010b200128020020042000102521040b2004450d0920012004360200200141046a2000360200200141086a28020021000b2003200041046a360200200420006a20063600000c050b200241033a000002400240200528020020032802002204460d00200128020021060c010b200441016a22062004490d09200441017422072006200720064b1b22074100480d090240024020040d002007102121060c010b200128020020042007102521060b2006450d0820012006360200200141046a2007360200200141086a28020021040b200141086a2207200441016a360200200620046a41033a0000200041106a20011071200028020c210a02400240200141046a2802002206200728020022046b4104490d00200128020021060c010b200441046a22072004490d09200641017422042007200420074b1b22044100480d090240024020060d002004102121060c010b200128020020062004102521060b2006450d0820012006360200200141046a2004360200200141086a28020021040b2003200441046a360200200620046a200a360000024020002d00092204410f7141094b0d000240024002400240024002400240024002400240024020040e0a00010203040506070809000b410021060c090b410121060c080b410221060c070b410321060c060b410421060c050b410521060c040b410621060c030b410721060c020b410821060c010b410921060b200220063a000002400240200528020020032802002204460d00200128020021070c010b200441016a22072004490d0a2004410174220a2007200a20074b1b220a4100480d0a0240024020040d00200a102121070c010b20012802002004200a102521070b2007450d0920012007360200200141046a200a360200200141086a28020021040b2003200441016a360200200720046a20063a00000b200028023021070240024020052802002206200328020022046b4104490d00200128020021060c010b200441046a220a2004490d0920064101742204200a2004200a4b1b22044100480d090240024020060d002004102121060c010b200128020020062004102521060b2006450d0820012006360200200141046a2004360200200141086a28020021040b2003200441046a360200200620046a2007360000200041c0006a2903002108200029033821090240024020052802002204200328020022006b4110490d00200128020021040c010b200041106a22052000490d09200441017422002005200020054b1b22004100480d090240024020040d002000102121040c010b200128020020042000102521040b2004450d0820012004360200200141046a2000360200200141086a28020021000b2003200041106a360200200420006a22012008370008200120093700000c040b200241043a000002400240200528020020032802002204460d00200128020021060c010b200441016a22062004490d08200441017422072006200720064b1b22074100480d080240024020040d002007102121060c010b200128020020042007102521060b2006450d0720012006360200200141046a2007360200200141086a28020021040b2003200441016a360200200620046a41043a0000200028020c21070240024020052802002206200328020022046b4104490d00200128020021060c010b200441046a220a2004490d0820064101742204200a2004200a4b1b22044100480d080240024020060d002004102121060c010b200128020020062004102521060b2006450d0720012006360200200141046a2004360200200141086a28020021040b2003200441046a360200200620046a2007360000024020002d00092204410f7141094b0d000240024002400240024002400240024002400240024020040e0a00010203040506070809000b410021060c090b410121060c080b410221060c070b410321060c060b410421060c050b410521060c040b410621060c030b410721060c020b410821060c010b410921060b200220063a000002400240200528020020032802002204460d00200128020021070c010b200441016a22072004490d092004410174220a2007200a20074b1b220a4100480d090240024020040d00200a102121070c010b20012802002004200a102521070b2007450d0820012007360200200141046a200a360200200141086a28020021040b2003200441016a360200200720046a20063a00000b200041186a2903002108200029031021090240024020052802002206200328020022046b4110490d00200128020021060c010b200441106a22072004490d08200641017422042007200420074b1b22044100480d080240024020060d002004102121060c010b200128020020062004102521060b2006450d0720012006360200200141046a2004360200200141086a28020021040b2003200441106a360200200620046a2204200837000820042009370000200041286a2903002108200029032021090240024020052802002204200328020022006b4110490d00200128020021040c010b200041106a22052000490d08200441017422002005200020054b1b22004100480d080240024020040d002000102121040c010b200128020020042000102521040b2004450d0720012004360200200141046a2000360200200141086a28020021000b2003200041106a360200200420006a22012008370008200120093700000c030b200241053a000002400240200528020020032802002204460d00200128020021060c010b200441016a22062004490d07200441017422072006200720064b1b22074100480d070240024020040d002007102121060c010b200128020020042007102521060b2006450d0620012006360200200141046a2007360200200141086a28020021040b200141086a2207200441016a360200200620046a41053a0000200041096a20011071200041386a29030021082000290330210902400240200141046a2802002206200728020022046b4110490d00200128020021060c010b200441106a22072004490d07200641017422042007200420074b1b22044100480d070240024020060d002004102121060c010b200128020020062004102521060b2006450d0620012006360200200141046a2004360200200141086a28020021040b2003200441106a360200200620046a2204200837000820042009370000200041c8006a2903002108200029034021090240024020052802002204200328020022006b4110490d00200128020021040c010b200041106a22052000490d07200441017422002005200020054b1b22004100480d070240024020040d002000102121040c010b200128020020042000102521040b2004450d0620012004360200200141046a2000360200200141086a28020021000b2003200041106a360200200420006a22012008370008200120093700000c020b200241063a000002400240200528020020032802002204460d00200128020021050c010b200441016a22052004490d06200441017422062005200620054b1b22064100480d060240024020040d002006102121050c010b200128020020042006102521050b2005450d0520012005360200200141046a2006360200200141086a28020021040b200141086a2206200441016a360200200520046a41063a0000200041096a20011071200041386a29030021082000290330210902400240200141046a2802002204200628020022006b4110490d00200128020021040c010b200041106a22052000490d06200441017422002005200020054b1b22004100480d060240024020040d002000102121040c010b200128020020042000102521040b2004450d0520012004360200200141046a2000360200200141086a28020021000b2003200041106a360200200420006a22012008370008200120093700000c010b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d05200341017422052004200520044b1b22054100480d050240024020030d002005102121040c010b200128020020032005102521040b2004450d0420012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41113a0000200141046a280200210420052802002103024020002802044101460d000240024020042003460d00200128020021040c010b200341016a22042003490d06200341017422052004200520044b1b22054100480d060240024020030d002005102121040c010b200128020020032005102521040b2004450d0520012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41003a00002000280208210402400240200141046a2802002203200528020022006b4104490d00200128020021030c010b200041046a22052000490d06200341017422002005200020054b1b22004100480d060240024020030d002000102121030c010b200128020020032000102521030b2003450d0520012003360200200141046a2000360200200141086a28020021000b200141086a200041046a360200200320006a20043600000c010b0240024020042003460d00200128020021040c010b200341016a22042003490d05200341017422052004200520044b1b22054100480d050240024020030d002005102121040c010b200128020020032005102521040b2004450d0420012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41013a00002000280208210402400240200141046a2802002203200528020022006b4104490d00200128020021030c010b200041046a22052000490d05200341017422002005200020054b1b22004100480d050240024020030d002000102121030c010b200128020020032000102521030b2003450d0420012003360200200141046a2000360200200141086a28020021000b200141086a200041046a360200200320006a20043600000b200241106a24000f0b102a000b102c000b102a000b102c000bb21401047f20002d000021020240024002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d0001210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d0002210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d0003210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d0004210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d0005210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d0006210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d0007210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d0008210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d0009210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d000a210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d000b210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d000c210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d000d210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d000e210202400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200128020020032005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20023a000020002d000f210402400240200141046a28020020052802002200460d00200128020021030c010b200041016a22032000490d02200041017422022003200220034b1b22024100480d020240024020000d002002102121030c010b200128020020002002102521030b2003450d0120012003360200200141046a2002360200200141086a28020021000b200141086a200041016a360200200320006a20043a00000f0b102a000b102c000b851201057f230041106b2202240002400240024020002d0000220341054b0d0002400240024002400240024020030e06000102030405000b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d08200341017422052004200520044b1b22054100480d080240024020030d002005102121040c010b200128020020032005102521040b2004450d0720012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41003a0000200041016a200110712000280244210602400240200141046a2802002204200528020022036b4104490d00200128020021040c010b200341046a22052003490d08200441017422032005200320054b1b22034100480d080240024020040d002003102121040c010b200128020020042003102521040b2004450d0720012004360200200141046a2003360200200141086a28020021030b200141086a2205200341046a360200200420036a20063600002002200136020c200041216a2002410c6a106b2000280248210402400240200141046a2802002203200528020022006b4104490d00200128020021030c010b200041046a22052000490d08200341017422002005200020054b1b22004100480d080240024020030d002000102121030c010b200128020020032000102521030b2003450d0720012003360200200141046a2000360200200141086a28020021000b200141086a200041046a360200200320006a20043600000c050b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d07200341017422052004200520044b1b22054100480d070240024020030d002005102121040c010b200128020020032005102521040b2004450d0620012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41013a0000200041016a200110712002200136020c200041216a2002410c6a106b20002d0041210602400240200141046a28020020052802002203460d00200128020021040c010b200341016a22042003490d07200341017422052004200520044b1b22054100480d070240024020030d002005102121040c010b200128020020032005102521040b2004450d0620012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a20063a00002000280244210602400240200141046a2802002204200528020022036b4104490d00200128020021040c010b200341046a22052003490d07200441017422032005200320054b1b22034100480d070240024020040d002003102121040c010b200128020020042003102521040b2004450d0620012004360200200141046a2003360200200141086a28020021030b200141086a2205200341046a360200200420036a20063600002000280248210402400240200141046a2802002203200528020022006b4104490d00200128020021030c010b200041046a22052000490d07200341017422002005200020054b1b22004100480d070240024020030d002000102121030c010b200128020020032000102521030b2003450d0620012003360200200141046a2000360200200141086a28020021000b200141086a200041046a360200200320006a20043600000c040b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d06200341017422052004200520044b1b22054100480d060240024020030d002005102121040c010b200128020020032005102521040b2004450d0520012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41023a00002002200136020c200041016a2002410c6a106b0c030b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d05200341017422052004200520044b1b22054100480d050240024020030d002005102121040c010b200128020020032005102521040b2004450d0420012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41033a00002002200136020c200041016a2002410c6a106b0c020b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d04200341017422052004200520044b1b22054100480d040240024020030d002005102121040c010b200128020020032005102521040b2004450d0320012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41043a00002002200136020c200041016a2002410c6a106b20002d0021210402400240200141046a28020020052802002200460d00200128020021030c010b200041016a22032000490d04200041017422052003200520034b1b22054100480d040240024020000d002005102121030c010b200128020020002005102521030b2003450d0320012003360200200141046a2005360200200141086a28020021000b200141086a200041016a360200200320006a20043a00000c010b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d03200341017422052004200520044b1b22054100480d030240024020030d002005102121040c010b200128020020032005102521040b2004450d0220012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41053a00002002200136020c200041016a2002410c6a106b20002d0021210402400240200141046a28020020052802002200460d00200128020021030c010b200041016a22032000490d03200041017422052003200520034b1b22054100480d030240024020000d002005102121030c010b200128020020002005102521030b2003450d0220012003360200200141046a2005360200200141086a28020021000b200141086a200041016a360200200320006a20043a00000b200241106a24000f0b102a000b102c000bb90c01037f024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024020012802000e19000102030405060708090a0b0c0d0e0f101112131415161718000b417f2102024002400240200141086a280200417f6a220341064b0d0041012101024020030e0703010200020202030b41c09a0c21020c020b410021010b4190ce0021020b200041013a0005200020013a0004200020023602000f0b20004180023b010420004190ce003602000f0b20004181023b010420004190ce003602000f0b20004180023b010420004190ce003602000f0b4100210202400240200141086a280200417f6a220341034b0d0041c0843d2101024020030e0402000202020b4101210241d0860321010c010b4190ce0021010b200041013a0005200020023a0004200020013602000f0b20004181023b010420004190ce003602000f0b410121024100210302400240200141086a2d0000417f6a2204410f4b0d0041a0c21e210102400240024020040e1004040000010104040102020202020202040b4180b51821010c030b41b0e32d21010c020b4100210141012103410021020c010b4190ce0021010b200020023a0005200020033a0004200020013602000f0b20004180023b010420004190ce003602000f0b20004180023b0104200041f093093602000f0b20004180023b010420004190ce003602000f0b20004180023b010420004190ce003602000f0b20004180023b010420004190ce003602000f0b20004180023b010420004190ce003602000f0b024002402001280204417f6a220441024b0d00410021014101210241002103024020040e03020100020b4101210241002101410121030c010b41012103410021024190ce0021010b200020033a0005200020023a0004200020013602000f0b410021020240024002400240200141086a2d0000417f6a220341144b0d0041c096b1022101024002400240024020030e15070700000107070702020303060606050504060604070b41c09a0c21010c060b4101210241a0c21e21010c050b41c09a0c21010c040b410121020b4190ce0021010c020b41a0c21e21010c010b41a08d0621010b200041013a0005200020023a0004200020013602000f0b0240024020012d0004417f6a220341034b0d004101210241a08d0621010240024020030e0403030001030b41c096b10221010c020b41c09a0c21010c010b410021024190ce0021010b200041013a0005200020023a0004200020013602000f0b0240024020012d0004417f6a220341034b0d004101210241a08d0621010240024020030e0403030001030b41c096b10221010c020b41c09a0c21010c010b410021024190ce0021010b200041013a0005200020023a0004200020013602000f0b4100210202400240200141086a280200417f6a220341054b0d0041a08d06210102400240024020030e06040300010202040b41c0843d21010c030b41a0c21e21010c020b41012102418089fa0021010c010b4190ce0021010b200041013a0005200020023a0004200020013602000f0b20004180023b0104200041d086034190ce0020012d0004417f6a4107714105491b3602000f0b4100210202400240200141086a280200417f6a220341024b0d0041a0c21e2101024020030e03020000020b4101210241a08d0621010c010b4190ce0021010b200041013a0005200020023a0004200020013602000f0b410121024100210302400240200141086a2d0000417f6a220441014b0d0041c0843d2101024020040e020200020b4100210141012103410021020c010b4190ce0021010b200020023a0005200020033a0004200020013602000f0b20004180023b0104200041c0843d3602000f0b20004180023b010420004190ce003602000f0b02400240200141086a2d0000417f6a220341054b0d004101210141a08d06210202400240024020030e06040101000102040b4100210141c0843d21020c030b4100210141a0c21e21020c020b4100210141c096b10221020c010b410021014190ce0021020b200041013a0005200020013a0004200020023602000f0b02400240024020012d0004417f6a220341064b0d004101210241c096b102210120030e0702010000000000020b410021020b4190ce0021010b200041013a0005200020023a0004200020013602000b990204017f017e017f017e230041d0006b220224002002412036020420022001360200200241086a2001ad4280808080800484100610a10102400240200228020822010d00420021030c010b200228020c210402400240200241086a41086a2802004108490d0020012900002105420121030c010b20024100360220200242013703182002410c36022c200220023602282002200241186a360234200241cc006a41013602002002420137023c200241a0f0c2003602382002200241286a360248200241346a41c893c500200241386a10301a200235022042208620023502188410070240200228021c450d00200228021810230b420021030b2004450d00200110230b2000200537030820002003370300200241d0006a24000b950201047f230041d0006b220124002001412036020420012000360200200141086a2000ad4280808080800484100610a10102400240200128020822020d00410221000c010b200128020c210302400240200141106a280200450d0020022d0000220441014b0d0041002100024020040e020200020b410121000c010b20014100360220200142013703182001410c36022c200120013602282001200141186a360234200141cc006a41013602002001420137023c200141a0f0c2003602382001200141286a360248200141346a41c893c500200141386a10301a200135022042208620013502188410070240200128021c450d00200128021810230b410221000b2003450d00200210230b200141d0006a240020000bd71302157f037e230041f0026b220224002002412036021420022001360210200241186a2001ad4280808080800484100610a10102400240200228021822030d00200041003602000c010b200228021c21042002200241206a28020036023c20022003360238200241086a200241386a106f02400240024002400240024020022802080d00200228023c220541c4006e220641c4006c2201417f4c0d01200228020c210702400240024020010d00410421080c010b200110212208450d010b2007450d03200241c8026a41077221094100210a03400240024002400240024002402005450d0020022005417f6a220b36023c20022002280238220c41016a360238200c2d0000220141014b0d000240024020010e020001000b200b41034d0d0120024184026a41026a20024188026a41026a2d00003a0000200241e8016a41086a200241a8026a41086a290200370300200241e8016a41106a200241a8026a41106a290200370300200241e8016a41186a200241a8026a41186a2d00003a0000200241c8016a41086a200241c8026a41086a290100370300200241c8016a41106a200241c8026a41106a290100370300200241c8016a41186a200241c8026a41186a290100370300200220022f0088023b018402200220022902a8023703e801200220022901c8023703c80120022005417b6a220d36023c2002200c41056a360238200c280001210e200220022f01a4023b01c6014100210f0c030b4100210f200241003a00e8022005417e6a211003400240200b200f2201470d000240200141ff0171450d00200241003a00e8020b4100210d4102210f0c040b200241c8026a20016a200c20016a220f41016a2d00003a00002002200f41026a3602382002200141016a220f3a00e8022002201036023c2010417f6a2110200f4120470d000b200241a4026a41026a221120022d00ca023a000020024188026a41086a2212200941086a29000037030020024188026a41106a2213200941106a29000037030020024188026a41186a2214200941186a2d00003a0000200220022f01c8023b01a40220022009290000370388024100210d200b200f460d0120022800cb0221152002201036023c2002200c200f6a220b41026a3602380240200b41016a2d0000220f41014d0d002010210d4102210f0c030b024002400240200f0e020100010b4100210f200241003a00e802200520016b417c6a2101034002402010200f470d000240200f41ff0171450d00200241003a00e8020b4100210d0c050b200241c8026a200f6a200b200f6a220c41026a2d00003a00002002200c41036a3602382002200f41016a220c3a00e8022002200136023c2001417f6a2101200c210f200c4120470d000b200241a8026a41186a200241c8026a41186a290300370300200241a8026a41106a200241c8026a41106a290300370300200241a8026a41086a200241c8026a41086a290300370300200220022903c8023703a8022010200c6b210d410121160c010b410021162010210d0b200241c8016a41186a200241a8026a41186a290300370300200241c8016a41106a200241a8026a41106a290300370300200241c8016a41086a200241a8026a41086a29030037030020024184026a41026a20112d00003a0000200241e8016a41086a2012290300370300200241e8016a41106a2013290300370300200241e8016a41186a20142d00003a0000200220022903a8023703c801200220022f01a4023b01840220022002290388023703e8014101210f2015210e0c020b200241c2016a41026a20024184026a41026a2d00003a0000200241a8016a41086a200241e8016a41086a290300370300200241a8016a41106a200241e8016a41106a290300370300200241a8016a41186a200241e8016a41186a2d00003a000020024188016a41086a200241c8016a41086a29030037030020024188016a41106a200241c8016a41106a29030037030020024188016a41186a200241c8016a41186a290300370300200220022f0184023b01c201200220022903e8013703a801200220022903c80137038801200220022f01c6013b0186010c020b4102210f0b200241c2016a41026a220120024184026a41026a2d00003a0000200241a8016a41086a220c200241e8016a41086a290300370300200241a8016a41106a220b200241e8016a41106a290300370300200241a8016a41186a2205200241e8016a41186a2d00003a000020024188016a41086a2211200241c8016a41086a29030037030020024188016a41106a2212200241c8016a41106a29030037030020024188016a41186a2213200241c8016a41186a290300370300200220022f0184023b01c201200220022903e8013703a801200220022903c80137038801200220022f01c6013b018601200f4102460d00200a41016a211020024182016a41026a221420012d00003a0000200241e8006a41086a2215200c290300370300200241e8006a41106a220c200b290300370300200241e8006a41186a220b20052d00003a0000200241c8006a41086a22052011290300370300200241c8006a41106a22112012290300370300200241c8006a41186a22122013290300370300200220022f01c2013b018201200220022903a8013703682002200229038801370348200220022f0186013b01462006200a470d020240200a41017422012010200120104b1b2206ad42c4007e2217422088a70d002017a7220141004e0d020b102c000b200241003602282006450d07200810230c070b02400240200a0d002001102121080c010b2008200a41c4006c2001102521080b2008450d020b2008200a41c4006c6a2201200f3a00002001200e360004200141036a20142d00003a0000200120022f0182013b0001200b2d0000210f200c29030021172015290300211820022903682119200120163a002120012019370008200141106a2018370000200141186a2017370000200141206a200f3a00002001413a6a2012290300370000200141326a20112903003700002001412a6a200529030037000020012002290348370022200120022f01463b0042200d21052010210a20102007470d000b200241306a20073602002002200636022c200220083602280c050b102a000b200241003602280c020b1031000b200241306a20073602002002200636022c2002200836022820080d010b200241003602b002200242013703a8022002410c3602cc012002200241106a3602c8012002200241a8026a36028801200241dc026a4101360200200242013702cc02200241a0f0c2003602c8022002200241c8016a3602d80220024188016a41c893c500200241c8026a10301a20023502b00242208620023502a8028410072000410036020020022802ac02450d0120022802a80210230c010b20002002290328370200200041086a200241286a41086a2802003602000b2004450d00200310230b200241f0026a24000bf8d90105017f037e247f067e077f230041d0056b220324000240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024020012d00000e11000102030405060708090a0b0c0d0e0f10000b200341b4046a4101360200200342013702a404200341bca3c5003602a004200341043602bc012003419c87c6003602b8012003200341b8016a3602b004200341a0046a41a891c6001037000b0240024020022d00000d0020022d00014101460d010b200041023a00000c210b200141306a2903002104200141286a29030021052001411d6a29000021062001411c6a2d000021072001411b6a2d00002108200141196a2f00002109200141186a2d0000210a200141176a2d0000210b200141156a2f0000210c200141146a2d0000210d200141136a2d0000210e200141116a2f0000210f200141106a2d000021102001410f6a2d000021112001410d6a2f000021122001410c6a2d00002113200141086a2802002114200141076a2d00002115200141056a2f00002116200141046a2d0000211720012d00012118200241196a2d00002119200241186a2d0000211a200241166a2f0100211b200241156a2d0000211c200241146a2d0000211d200241126a2f0100211e200241116a2d0000211f200241106a2d000021202002410e6a2f010021212002410d6a2d000021222002410c6a2d000021232002410a6a2f01002124200241096a2d00002125200241086a2d00002126200241066a2f01002127200241056a2d00002128200241046a2d00002129200241026a2f0100212a20032002411a6a29010037038001200320193a007f2003201a3a007e2003201b3b017c2003201c3a007b2003201d3a007a2003201e3b01782003201f3a0077200320203a0076200320213b0174200320223a0073200320233a0072200320243b0170200320253a006f200320263a006e200320273b016c200320283a006b200320293a006a2003202a3b0168200341d0026a41086a220241b1a3c400ad4280808080f000841003221941086a290000370300200320192900003703d00220191023200341c8036a41086a221a2002290300370300200320032903d0023703c803200241d3a4c400ad4280808080e000841003221941086a290000370300200320192900003703d00220191023200341b8016a41086a22192002290300370300200320032903d0023703b801200341f8046a200341e8006a10910141c00010212202450d1f200220032903c803370000200241086a201a290300370000200220032903b801370010200241186a2019290300370000200220032903f804370020200241286a200341f8046a41086a290300370000200241306a20034188056a290300370000200241386a200341f8046a41186a29030037000041012119200341206a200241c0004101410041001090012003280220211a200210230240201a4101470d0020004183103b0100200041086a410d360200200041046a41b1a4c400360200200041026a41023a0000410121144101211a0c240b0240201741ff01714101470d00200341a0046a201441067610bf0120032802a00421190240024020032802a8042014413f7122024b0d00410021020c010b201920024105746a2202290018210620022d0017210720022d0016210820022f0014210920022d0013210a20022d0012210b20022f0010210c20022d000f210d20022d000e210e20022f000c210f20022d000b211020022d000a211120022f0008211220022d000721132002280003211420022d0002211520022f00002116410121020b024020032802a404450d00201910230b2002450d230b200320063703d001200320073a00cf01200320083a00ce01200320093b01cc012003200a3a00cb012003200b3a00ca012003200c3b01c8012003200d3a00c7012003200e3a00c6012003200f3b01c401200320103a00c301200320113a00c201200320123b01c001200320133a00bf01200320143600bb01200320153a00ba01200320163b01b801200341d0026a41086a220241b1a3c400ad4280808080f000841003221941086a290000370300200320192900003703d00220191023200341a8036a41086a22142002290300370300200320032903d0023703a803200241d9a4c400ad4280808080e000841003221941086a290000370300200320192900003703d00220191023200341f0036a41086a22192002290300370300200320032903d0023703f003200341a0046a200341b8016a10910141c00010212202450d1f200220032903a803370000200241086a2014290300370000200220032903f003370010200241186a2019290300370000200220032903a004370020200241286a200341a0046a41086a290300370000200241306a200341b0046a290300370000200241386a200341a0046a41186a29030037000041012119200341186a200241c0004101410041001090012003280218211420021023024020144101470d00410d210241a4a4c40021144103211a0c220b024020054280c8afa0255441002004501b450d004111210241e8a3c40021144107211a0c220b200341e8006a200341b8016a10a004200341e8006a201810a104200341086a200341e8006a10a701200341106a29030021062003290308212b200341e4046a200329038001370200200341d4046a2003290370370200200341dc046a2003290378370200200341c8046a4100360200200341b8046a20062004202b200554200620045420062004511b22021b2206370300200320032903683702cc04200342083703c004200320063703a8042003202b200520021b22063703a004200320063703b004200341b8016a200341a0046a1091040240200341c4046a280200450d0020032802c00410230b200041043a00000c200b200141106a2903002106200141086a290300210420032002411a6a2901003703b8042003200241026a2901003703a00420032002410a6a2901003703a8042003200241126a2901003703b004410121190240024020022d00014101470d0020022d000041ff0171450d010b200041023a0000410121144101211a0c230b200341f8046a41186a200341a0046a41186a290300370300200341f8046a41106a200341a0046a41106a290300370300200341f8046a41086a200341a0046a41086a290300370300200320032903a0043703f804200341a0046a200341f8046a10900441012119024020032d00a0044101460d00200041086a4108360200200041046a41bea4c400360200200041026a41013a000020004183103b0100410121144101211a0c230b200341b8016a41176a2202200341b9046a290000370000200341b8016a41106a2214200341b2046a290100370300200341c8036a41086a221a200341aa046a290100370300200341c8036a41106a221b2014290300370300200341c8036a41176a22142002290000370000200320032901a2043703c803200320032d00a1043a0068200341e8006a41186a2014290000370000200341f9006a201b290300370000200341f1006a201a290300370000200320032903c803370069200341a0046a200341e8006a10ea01024020032802c0042202450d00200341dc016a20032902c404370200200341b8016a41186a2214200341a0046a41186a290300222c370300200341b8016a41c4006a200341a0046a41c4006a290200370200200341b8016a41346a200341a0046a41346a290200370200200341b8016a413c6a200341a0046a413c6a290200370200200320032903a00422053703b801200320032903b004222d3703c801200320023602d8012003200341a0046a41086a290300222e3703c0012003200341ec046a280200360284022003200341cc046a2902003702e401200341286a200341f8046a10a70102402003290328222b20057d222f202b56200341286a41086a2903002230202e7d202b200554ad7d222b203056202b2030511b0d0020032004202f202f200456202b200656202b2006511b22021b2204202d7c22303703c80120142006202b20021b2206202c7c2030200454ad7c3703002003200420057c22053703b80120032006202e7c2005200454ad7c3703c001200341e8006a200341b8016a1091040b024020032802dc01450d0020032802d80110230b200041043a0000410121144101211a0c230b20004183103b0100200041086a410d360200200041046a41c6a4c400360200200041026a41003a0000410121144101211a0c220b0240024020022d00000d0020022d00014101460d010b200041023a00000c1f0b200141106a2903002104200141086a290300212b200241196a2d00002119200241186a2d00002114200241166a2f0100211a200241156a2d0000211b200241146a2d0000211c200241126a2f0100211d200241116a2d0000211e200241106a2d0000211f2002410e6a2f010021202002410d6a2d000021212002410c6a2d000021222002410a6a2f01002123200241096a2d00002124200241086a2d00002125200241066a2f01002126200241056a2d00002127200241046a2d00002128200241026a2f0100212920032002411a6a29010037038001200320193a007f200320143a007e2003201a3b017c2003201b3a007b2003201c3a007a2003201d3b01782003201e3a00772003201f3a0076200320203b0174200320213a0073200320223a0072200320233b0170200320243a006f200320253a006e200320263b016c200320273a006b200320283a006a200320293b0168200341a0046a200341e8006a10ea0120032802c00422020d1720004183103b0100200041086a410d360200200041046a41c6a4c400360200200041026a41003a00000c1e0b410121190240024020022d00014101470d0020022d000041ff0171450d010b200041023a0000410121144101211a0c210b2003200241026a2f01003b01c8032003200241046a2d00003a00ca032003200241056a2800003600cb032003200241096a2d00003a00cf0320032002411a6a2901003703e00320032002410a6a2901003703d0032003200241126a2901003703d803200341a0046a200341c8036a10ea0102400240024020032802c004221e450d00200341a0046a41186a221929030021304108211d200341a0046a41086a22022903002106200341e4046a290200212f200341e0046a2f01002120200341dc046a2f01002121200341d8046a2f01002122200341d4046a2f01002123200341d0046a2f01002124200341cc046a2f01002125200341c8046a280200211f20032903b004212e20032903a004210420032d00e304212620032d00e204212720032d00df04212820032d00de04212920032d00db04212a20032d00da04210720032d00d704210820032d00d604210920032d00d304210a20032d00d204210b20032d00cf04210c20032d00ce04210d20032802c404210e20194200370300200341a0046a41106a221a420037030020024200370300200342003703a004200341d0026a41086a221941b1a3c400ad4280808080f000841003221441086a290000370300200320142900003703d0022014102320022019290300370300200320032903d00222053703a803200320053703a00420194194f1c400ad4280808080a001841003221441086a290000370300200320142900003703d00220141023201a20032903d0022205370300200341f8046a41086a2002290300370300200341f8046a41106a2005370300200341f8046a41186a2019290300370300200320053703f003200320032903a0043703f804200341c8006a200341f8046a4120108e014100211c024002400240201f41186c2202450d00200328024c410020032802481b211a201e20026a211b200241686a2119201e21020340200241086a290300212b20022903002105201a200241106a2802002214490d0242002006202b7d2004200554ad7d222b200420057d2205200456202b200656202b2006511b22141b21064200200520141b2104201941686a2119200241186a2202201b470d000b0b0240200e0d00410021140c020b201e1023410021140c010b41181021221d450d20201d2005370300201d2014360210201d202b3703080240024020190d004101211c410121140c010b200241186a210f201f41186c201e6a41686a21104101211c410121140340200f210202400340200241086a290300212b20022903002105201a200241106a2802002219490d0142002006202b7d2004200554ad7d222b200420057d2205200456202b200656202b2006511b22191b21064200200520191b2104200241186a2202201b470d000c030b0b02402014201c470d00201c41016a2214201c490d1e201c410174221f2014201f20144b1b2214ad42187e222c422088a70d1e202ca7221f4100480d1e02400240201c0d00201f1021211d0c010b201d201c41186c201f1025211d0b201d450d230b200241186a210f201d201c41186c6a221f202b370308201f2005370300201f2019360210201c41016a211c20102002470d000b0b200e450d00201e10230b200341e4046a202f370200200341e3046a20263a0000200341e2046a20273a0000200341e0046a20203b0100200341df046a20283a0000200341de046a20293a0000200341dc046a20213b0100200341db046a202a3a0000200341da046a20073a0000200341d8046a20223b0100200341d7046a20083a0000200341d6046a20093a0000200341d4046a20233b0100200341d3046a200a3a0000200341d2046a200b3a0000200341d0046a20243b0100200341cf046a200c3a0000200341ce046a200d3a0000200320253b01cc04200341c8046a201c360200200341c4046a20143602002003202e3703b004200341b8046a2030370300200320063703a804200320043703a0042003201d3602c0040240202e2030844200520d00201c450d020b200341c8036a200341a0046a1091040c020b20004183103b0100200041086a410d360200200041046a41c6a4c400360200200041026a41003a00000c1f0b200341f8046a41186a200341e4046a290200370300200341f8046a41106a200341dc046a290200370300200341f8046a41086a200341d4046a290200370300200320032902cc043703f804200342f3e885db96cddbb3203703e002200341b8016a41186a4200370300200341b8016a41106a221a4200370300200341b8016a41086a22024200370300200342003703b801200341d0026a41086a221941e691c600ad4280808080e000841003221441086a290000370300200320142900003703d0022014102320022019290300370300200320032903d0023703b8012019418192c600ad4280808080e000841003221441086a290000370300200320142900003703d00220141023201a20032903d0022206370300200341e8006a41086a22142002290300370300200341e8006a41106a2006370300200341e8006a41186a2019290300370300200320063703f003200320032903b801370368200341c0006a200341e8006a4120108e0120032003280244410020032802401b3602f003200341b8016a200341f8046a10a30120032802bc01211a20032802b801211920032802c001211b200341cc016a200341e0026a36020020032019201b4105746a3602c401200320193602c0012003201a3602bc01200320193602b8012003200341f0036a3602c801200341e8006a200341b8016a10890120022014280200360200200320032903683703b801200341f8046a200341b8016a10a501200341f8046a109b010b024020032802c404450d0020032802c00410230b200041043a00000c1d0b200141046a28020021072002411a6a2901002106200241196a2d00002114200241186a2d0000211a200241166a2f0100211b200241156a2d0000211c200241146a2d0000211d200241126a2f0100211e200241116a2d0000211f200241106a2d000021202002410e6a2f010021212002410d6a2d000021222002410c6a2d000021232002410a6a2f01002124200241096a2d00002125200241086a2d00002126200241066a2f01002127200241056a2d00002128200241046a2d00002129200241026a2f0100212a41012119024020022d00000d0020022d000141014721190b2003200637039005200320143a008f052003201a3a008e052003201b3b018c052003201c3a008b052003201d3a008a052003201e3b0188052003201f3a008705200320203a008605200320213b018405200320223a008305200320233a008205200320243b018005200320253a00ff04200320263a00fe04200320273b01fc04200320283a00fb04200320293a00fa042003202a3b01f80402402019450d00200041023a00000c1d0b200341b0026a41186a200341f8046a41186a290300370300200341b0026a41106a200341f8046a41106a290300370300200341b0026a41086a200341f8046a41086a290300370300200320032903f8043703b002200341a0046a200341b0026a10ea01024020032802c0042202450d00200341dc016a20032902c404370200200341b8016a41186a200341a0046a41186a290300370300200341b8016a41c4006a200341a0046a41c4006a290200370200200341b8016a41346a200341a0046a41346a290200370200200341b8016a413c6a200341a0046a413c6a290200370200200320032903a0043703b801200320032903b0043703c801200320023602d8012003200341a0046a41086a2903003703c0012003200341ec046a280200360284022003200341a0046a412c6a2902003702e401200341b8016a412c6a2214108504200341d0026a41086a220241b1a3c400ad4280808080f000841003221941086a290000370300200320192900003703d00220191023200341a8036a41086a2002290300370300200320032903d0023703a803200241d2a3c400ad4280808080a001841003221941086a290000370300200320192900003703d00220191023200341f0036a41086a2002290300370300200320032903d0023703f003200341a0046a201410910141c00010212202450d1c200220032903a803370000200241086a200341a8036a41086a221a290300370000200220032903f003370010200241186a200341f0036a41086a290300370000200220032903a004370020200241286a200341a0046a41086a290300370000200241306a200341a0046a41106a290300370000200241386a200341a0046a41186a290300370000200341e8006a200210b103024020032d006c22194102470d002003201436029004200341d0026a41086a221941b1a3c400ad4280808080f000841003221b41086a2900003703002003201b2900003703d002201b102320034188036a41086a221c2019290300370300200320032903d00237038803201941c2a3c400ad42808080808002841003221b41086a2900003703002003201b2900003703d002201b1023201a20192903002206370300200341f8046a41086a201c290300370300200341f8046a41186a2006370300200320032903d00222063703a80320032003290388033703f8042003200637038805200341a0046a200341f8046a10f701200341c8036a20032802a004221920032802a80410bc01024020032802a404450d00201910230b200341f8046a41106a211a024020032d00c8030d00200341d0026a41086a221941b1a3c400ad4280808080f000841003221b41086a2900003703002003201b2900003703d002201b102320034188036a41086a221c2019290300370300200320032903d00237038803201941c2a3c400ad42808080808002841003221b41086a2900003703002003201b2900003703d002201b1023200341a8036a41086a20192903002206370300200341f8046a41086a201c290300370300200320032903d00222043703a803201a2004370000201a41086a200637000020032003290388033703f804200341a0046a200341f8046a10f70120032802a0042119200320032802a8043602fc04200320193602f8042014200341f8046a10c00120032802a404450d16201910230c160b200341f0036a41186a200341e1036a290000370300200341f0036a41106a200341d9036a290000370300200341f0036a41086a200341d1036a290000370300200320032900c9033703f003200341d0026a41086a221941b1a3c400ad4280808080f000841003221441086a290000370300200320142900003703d0022014102320034188036a41086a221b2019290300370300200320032903d00237038803201941d2a3c400ad4280808080a001841003221441086a290000370300200320142900003703d00220141023200341a8036a41086a22142019290300370300200320032903d0023703a803200341e0026a200341f0036a10910141c00010212219450d1d2019200329038803370000201941086a201b290300370000201920032903a803370010201941186a2014290300370000201920032903e002370020201941286a200341e0026a41086a290300370000201941306a200341e0026a41106a290300370000201941386a200341e0026a41186a290300370000200342c080808080083702c405200320193602c005200341a0046a201910b103024020032d00a4044102470d0020034100360298022003420137039002200341e0026a41146a410f360200200341ec026a410c3602002003410736028c032003410c3602e402200341b1a3c400360288032003410a3602ac03200341d2a3c4003602a8032003200341c0056a3602f0022003200341a8036a3602e802200320034188036a3602e002200320034190026a3602d002200341f8046a41146a4103360200200342033702fc04200341a8b5c6003602f8042003200341e0026a36028805200341d0026a41c893c500200341f8046a10301a200335029802422086200335029002841007200328029004211b200341d0026a41086a221941b1a3c400ad4280808080f000841003221441086a290000370300200320142900003703d0022014102320034188036a41086a221c2019290300370300200320032903d00237038803201941c2a3c400ad42808080808002841003221441086a290000370300200320142900003703d00220141023200341a8036a41086a20192903002206370300200341f8046a41086a201c290300370300200320032903d00222043703a803201a2004370000201a41086a200637000020032003290388033703f804200341e0026a200341f8046a10f70120032802e0022119200320032802e8023602fc04200320193602f804201b200341f8046a10c001024020032802e402450d00201910230b0240200328029402450d0020032802900210230b20032802c405450d1620032802c00510230c160b20032802a0042114200341f8046a200341a0046a41047241c20010d3041a20034198026a2003419a056a410020032d0099054101461b3602002003201436029002200320034190046a36029402200341003602e802200342013703e00220034190026a200341e0026a10dc0120034190026a410472200341e0026a10f80120032802e40221142019ad428080808080088420033502e80242208620032802e0022219ad84100202402014450d00201910230b024020032802c405450d0020032802c00510230b200328029004211b200341d0026a41086a221941b1a3c400ad4280808080f000841003221441086a290000370300200320142900003703d0022014102320034188036a41086a221c2019290300370300200320032903d00237038803201941c2a3c400ad42808080808002841003221441086a290000370300200320142900003703d00220141023200341a8036a41086a20192903002206370300200341f8046a41086a201c290300370300200320032903d00222043703a803201a2004370000201a41086a200637000020032003290388033703f804200341a0046a200341f8046a10f70120032802a0042119200320032802a8043602fc04200320193602f804201b200341f8046a10c001024020032802a404450d00201910230b200341e0026a41086a200341f0036a41086a290300370300200341e0026a41106a200341f0036a41106a290300370300200341e0026a41186a200341f0036a41186a290300370300200320032903f0033703e00241012114410021190c160b200341f8046a41186a20034185016a290000370300200341f8046a41106a200341fd006a290000370300200341f8046a41086a200341f5006a290000370300200341e0026a41086a20034196016a290100370300200341e0026a41106a2003419e016a290100370300200341e0026a41186a200341a6016a2901003703002003200329006d3703f80420032003418e016a2901003703e0022003418d016a2d000021140c150b20004183103b0100200041086a410d360200200041046a41c6a4c400360200200041026a41003a00000c1c0b200141086a280200211b200141046a280200211a0240024020022d00000d0020022d00014101460d010b200041023a00000c110b2001410c6a2802002119200241196a2d00002114200241186a2d0000211c200241166a2f0100211d200241156a2d0000211e200241146a2d0000211f200241126a2f01002120200241116a2d00002121200241106a2d000021222002410e6a2f010021232002410d6a2d000021242002410c6a2d000021252002410a6a2f01002126200241096a2d00002127200241086a2d00002128200241066a2f01002129200241056a2d0000212a200241046a2d00002107200241026a2f0100210820032002411a6a2901003703c802200320143a00c7022003201c3a00c6022003201d3b01c4022003201e3a00c3022003201f3a00c202200320203b01c002200320213a00bf02200320223a00be02200320233b01bc02200320243a00bb02200320253a00ba02200320263b01b802200320273a00b702200320283a00b602200320293b01b4022003202a3a00b302200320073a00b202200320083b01b002200341a0046a200341b0026a10ea01024020032802c0042202450d00200341e8006a41246a20032802c4042214360200200341e8006a41186a200341a0046a41186a290300370300200341e8006a41286a200341a0046a41286a280200360200200341e8006a41c4006a200341a0046a41c4006a290200370200200341e8006a41346a200341a0046a41346a290200370200200341e8006a413c6a200341a0046a413c6a290200370200200320032903a004370368200320032903b00437037820032002360288012003200341a0046a41086a2903003703702003200341ec046a2802003602b4012003200341a0046a412c6a2902003702940102402019450d000240201941246c221c0d00201a21020c100b20034184036a41026a221d201a41036a2d00003a000020034190026a41086a221e201a41106a29000037030020034190026a41106a221f201a41186a29000037030020034190026a41186a2220201a41206a2800003602002003201a2f00013b0184032003201a29000837039002201a41246a2102201a2d000022214102460d0f201a2800042114200341c0056a41026a201d2d00003a0000200341f0036a41086a201e290300370300200341f0036a41106a201f290300370300200341f0036a41186a2020280200360200200320032f0184033b01c00520032003290390023703f003024020214101460d0020034190046a41026a200341c0056a41026a2d00003a0000200341a8036a41086a200341f0036a41086a290300370300200341a8036a41106a200341f0036a41106a290300370300200341a8036a41186a200341f0036a41186a2d00003a0000200320032f01c0053b019004200320032903f0033703a8030c0e0b200341d0026a201441067610bf0120032802d002211d0240024020032802d8022014413f7122144b0d004100211e0c010b20034190046a41026a201d20144105746a221441026a2d00003a0000200341b0036a2014410f6a290000370300200341b8036a201441176a290000370300200341c0036a2014411f6a2d00003a0000200320142f00003b019004200320142900073703a803201428000321144101211e0b024020032802d402450d00201d10230b201e0d0d4101211d0c0e0b20004183103b0100200041086a410c360200200041046a4198a4c400360200200041026a41043a00002014450d11200210230c110b20004183103b0100200041086a410d360200200041046a41c6a4c400360200200041026a41003a00000c100b20032002411a6a2901003703b8042003200241026a2901003703a00420032002410a6a2901003703a8042003200241126a2901003703b004410121190240024020022d00014101470d0020022d000041ff0171450d010b200041023a0000410121144101211a0c1e0b200341e8006a41186a200341a0046a41186a2202290300370300200341e8006a41106a200341a0046a41106a290300370300200341e8006a41086a200341a0046a41086a2219290300370300200320032903a004370368200341a0046a200341e8006a10ea01024020032802c0042214450d00200341dc016a221a20032902c404370200200341b8016a41186a2002290300370300200341b8016a41c4006a200341a0046a41c4006a290200370200200341b8016a41346a200341a0046a41346a290200370200200341b8016a413c6a200341a0046a413c6a290200370200200320032903a0043703b801200320032903b0043703c801200320143602d801200320192903003703c0012003200341ec046a280200360284022003200341a0046a412c6a2902003702e401200341b8016a412c6a220210870420021085040240201a280200450d0020032802d80110230b200041043a00000c1b0b20004183103b0100200041086a410d360200200041046a41c6a4c400360200200041026a41003a00000c1a0b20012d0001211420032002411a6a2901003703b8042003200241026a2901003703a00420032002410a6a2901003703a8042003200241126a2901003703b004410121190240024020022d00014101470d0020022d000041ff0171450d010b200041023a0000410121144101211a0c1d0b200341e8006a41186a200341a0046a41186a2202290300370300200341e8006a41106a200341a0046a41106a290300370300200341e8006a41086a200341a0046a41086a2219290300370300200320032903a004370368200341a0046a200341e8006a10ea01024020032802c004221a450d00200341dc016a221b20032902c404370200200341b8016a41186a2002290300370300200341b8016a41c4006a200341a0046a41c4006a290200370200200341b8016a41346a200341a0046a41346a290200370200200341b8016a413c6a200341a0046a413c6a290200370200200320032903a0043703b801200320032903b0043703c8012003201a3602d801200320192903003703c0012003200341ec046a280200360284022003200341a0046a412c6a2902003702e401200341b8016a412c6a201410a1040240201b280200450d0020032802d80110230b200041043a00000c1a0b20004183103b0100200041086a410d360200200041046a41c6a4c400360200200041026a41003a00000c190b0240024020022d00000d0020022d00014101460d010b200041023a00000c190b2001411d6a29000021062001411c6a2d000021072001411b6a2d00002108200141196a2f00002109200141186a2d0000210a200141176a2d0000210b200141156a2f0000210c200141146a2d0000210d200141136a2d0000210e200141116a2f0000210f200141106a2d000021102001410f6a2d000021112001410d6a2f000021122001410c6a2d00002113200141086a2802002119200141076a2d00002115200141056a2f00002116200141046a2d00002117200241196a2d00002114200241186a2d0000211a200241166a2f0100211b200241156a2d0000211c200241146a2d0000211d200241126a2f0100211e200241116a2d0000211f200241106a2d000021202002410e6a2f010021212002410d6a2d000021222002410c6a2d000021232002410a6a2f01002124200241096a2d00002125200241086a2d00002126200241066a2f01002127200241056a2d00002128200241046a2d00002129200241026a2f0100212a20032002411a6a2901003703a802200320143a00a7022003201a3a00a6022003201b3b01a4022003201c3a00a3022003201d3a00a2022003201e3b01a0022003201f3a009f02200320203a009e02200320213b019c02200320223a009b02200320233a009a02200320243b019802200320253a009702200320293a0092022003202a3b0190022003202820274108747220264118747236009302200341a0046a20034190026a109004024020032d00a0044101460d00200041086a4108360200200041046a41bea4c40036020041012119200041026a41013a000020004183103b0100410121144101211a0c1c0b200341b8016a41176a2202200341b9046a290000370000200341b8016a41106a2214200341b2046a290100370300200341c8036a41086a221a200341aa046a290100370300200341c8036a41106a221b2014290300370300200341c8036a41176a22142002290000370000200320032901a2043703c803200320032d00a1043a00b002200341b0026a41186a2014290000370000200341c1026a201b290300370000200341b9026a201a290300370000200320032903c8033700b1020240201741ff01714101470d00200341a0046a201941067610bf0120032802a00421140240024020032802a8042019413f7122024b0d00410021020c010b201420024105746a2202290018210620022d0017210720022d0016210820022f0014210920022d0013210a20022d0012210b20022f0010210c20022d000f210d20022d000e210e20022f000c210f20022d000b211020022d000a211120022f0008211220022d000721132002280003211920022d0002211520022f00002116410121020b024020032802a404450d00201410230b2002450d1b0b200320063703f802200320073a00f702200320083a00f602200320093b01f4022003200a3a00f3022003200b3a00f2022003200c3b01f0022003200d3a00ef022003200e3a00ee022003200f3b01ec02200320103a00eb02200320113a00ea02200320123b01e802200320133a00e702200320153a00e202200320163b01e002200320193a00e302200320194118763a00e602200320194108763b01e402200341d0026a41086a220241b1a3c400ad4280808080f000841003221941086a290000370300200320192900003703d00220191023200341a8036a41086a22142002290300370300200320032903d0023703a803200241d9a4c400ad4280808080e000841003221941086a290000370300200320192900003703d00220191023200341f0036a41086a22192002290300370300200320032903d0023703f003200341a0046a200341e0026a10910141c00010212202450d17200220032903a803370000200241086a2014290300370000200220032903f003370010200241186a2019290300370000200220032903a004370020200241286a200341a0046a41086a290300370000200241306a200341b0046a290300370000200241386a200341a0046a41186a29030037000041012119200341d8006a200241c0004101410041001090012003280258211420021023024020144101470d0020004183103b0100200041086a410d360200200041046a41a4a4c400360200200041026a41033a0000410121144101211a0c1c0b200341e0026a200341b0026a412010d504450d0720034190026a200341e0026a10a004200341d0026a41086a220241b1a3c400ad4280808080f000841003221941086a290000370300200320192900003703d00220191023200341c8036a41086a22142002290300370300200320032903d0023703c803200241d9a4c400ad4280808080e000841003221941086a290000370300200320192900003703d00220191023200341b8016a41086a22192002290300370300200320032903d0023703b801200341f8046a200341b0026a10910141c00010212202450d17200220032903c803370000200241086a2014290300370000200220032903b801370010200241186a2019290300370000200220032903f804370020200241286a200341f8046a41086a290300370000200241306a200341f8046a41106a221c290300370000200241386a200341f8046a41186a221d290300370000200341a0046a200210b403024020032802c0042214450d002002ad428080808080088410050b200341c8036a41186a221e200341a0046a41186a221f290300370300200341c8036a41106a2220200341a0046a41106a2221290300370300200341c8036a41086a221a200341a0046a41086a2219290300370300200341b8016a41086a221b200341cc046a2226290200370300200341b8016a41106a2222200341d4046a2227290200370300200341b8016a41186a2223200341dc046a2228290200370300200341b8016a41206a2224200341e4046a2229290200370300200341b8016a41286a2225200341ec046a222a280200360200200320032903a0043703c803200320032902c4043703b801200341f8046a41086a2207201a290300370300201c2020290300370300201d201e2903003703002019201b29030037030020212022290300370300201f2023290300370300200341a0046a41206a221d2024290300370300200341a0046a41286a2025280200360200200320032903c8033703f804200320032903b8013703a00402402014450d00200341f0036a41186a221e200341f8046a41186a221f290300370300200341f0036a41106a2220200341f8046a41106a2221290300370300200341f0036a41086a22222007290300370300200341e8006a41086a22232019290300370300200341e8006a41106a2224200341a0046a41106a221c290300370300200341e8006a41186a2225200341a0046a41186a2207290300370300200341e8006a41206a2208201d290300370300200341e8006a41286a221d200341a0046a41286a2209280200360200200320032903f8043703f003200320032903a004370368200210232007201e290300370300201c202029030037030020192022290300370300200341c4046a200329036837020020262023290300370200202720242903003702002028202529030037020020292008290300370200202a201d280200360200200320032903f0033703a004200320143602c004200341d0026a41086a220241b1a3c400ad4280808080f000841003221941086a290000370300200320192900003703d00220191023201a2002290300370300200320032903d0023703c803200241d9a4c400ad4280808080e000841003221941086a290000370300200320192900003703d00220191023201b2002290300370300200320032903d0023703b801200341f8046a200341e0026a10910141c00010212214450d18201420032903c803370000201441086a200341c8036a41086a290300370000201420032903b801370010201441186a200341b8016a41086a290300370000201420032903f804370020201441286a200341f8046a41086a290300370000201441306a2021290300370000201441386a201f290300370000200341003602c001200342013703b801200341cc046a200341b8016a10712003200341a0046a3602f804200341f8046a200341b8016a10db012003201c3602f804200341f8046a200341b8016a10db0120032802c004210220092802002219200341b8016a105d02402019450d002002201941186c6a21190340200320023602f804200341f8046a200341b8016a10db01200241106a200341b8016a10dc012019200241186a2202470d000b0b20032802bc0121022014ad428080808080088420033502c00142208620032802b8012219ad84100202402002450d00201910230b2014102320032802c404450d0820032802c00410230c080b200210230c070b024020022d000120022d000072450d00200041023a00000c180b200141046a280200211a200341a0046a41186a4200370300200341a0046a41106a221b4200370300200341a0046a41086a22194200370300200342003703a004200341d0026a41086a220241b1a3c400ad4280808080f000841003221441086a290000370300200320142900003703d0022014102320192002290300370300200320032903d00222063703a803200320063703a00420024180eec400ad4280808080e001841003221441086a290000370300200320142900003703d00220141023201b20032903d0022206370300200341f8046a41086a2019290300370300200341f8046a41106a2006370300200341f8046a41186a2002290300370300200320063703f003200320032903a0043703f8042003201a3602a004200341f8046aad4280808080800484200341a0046aad4280808080c000841002200041043a00000c170b024020022d000120022d000072450d00200041023a00000c170b200341a0046a41186a4200370300200341a0046a41106a221a4200370300200341a0046a41086a22194200370300200342003703a004200341d0026a41086a220241b1a3c400ad4280808080f000841003221441086a290000370300200320142900003703d0022014102320192002290300370300200320032903d00222063703a803200320063703a004200241c0f2c400ad42808080808001841003221441086a290000370300200320142900003703d00220141023201a20032903d0022206370300200341f8046a41086a2019290300370300200341f8046a41106a2006370300200341f8046a41186a2002290300370300200320063703f003200320032903a0043703f80441012119410110212202450d15200241023a0000200341f8046aad42808080808004842002ad42808080801084100220021023200041043a0000410121144101211a0c190b024020022d000120022d000072450d00200041023a00000c160b200341a0046a41186a4200370300200341a0046a41106a221a4200370300200341a0046a41086a22194200370300200342003703a004200341d0026a41086a220241b1a3c400ad4280808080f000841003221441086a290000370300200320142900003703d0022014102320192002290300370300200320032903d00222063703a803200320063703a004200241c0f2c400ad42808080808001841003221441086a290000370300200320142900003703d00220141023201a20032903d0022206370300200341f8046a41086a2019290300370300200341f8046a41106a2006370300200341f8046a41186a2002290300370300200320063703f003200320032903a0043703f80441012119410110212202450d14200241013a0000200341f8046aad42808080808004842002ad42808080801084100220021023200041043a0000410121144101211a0c180b200141086a280200211a200141046a280200211b024020022d000120022d000072450d00200041023a00004100211441012119201a450d0b201b10234101211a0c180b2001410c6a2802002119200341a0046a41186a4200370300200341a0046a41106a221d4200370300200341a0046a41086a22144200370300200342003703a004200341d0026a41086a220241b1a3c400ad4280808080f000841003221c41086a2900003703002003201c2900003703d002201c102320142002290300370300200320032903d00222063703a803200320063703a004200241c8eec400ad4280808080d001841003221c41086a2900003703002003201c2900003703d002201c1023201d20032903d0022206370300200341f8046a41086a2014290300370300200341f8046a41106a2006370300200341f8046a41186a2002290300370300200320063703f003200320032903a0043703f804200341003602a804200342013703a0042019200341a0046a105d02402019450d0020194105742119201b210203402002200341a0046a1071200241206a2102201941606a22190d000b0b20032802a4042102200341f8046aad428080808080048420033502a80442208620032802a0042219ad84100202402002450d00201910230b0240201a450d00201b10230b200041043a000041002114410121194101211a0c170b200341a0046a41186a200141196a290000370300200341a0046a41106a200141116a290000370300200341a0046a41086a200141096a290000370300200320012900013703a00441022119024020022d000120022d0000720d00200342f3e885db96cddbb3203703f804200341b8016a41186a4200370300200341b8016a41106a221a4200370300200341b8016a41086a22024200370300200342003703b801200341d0026a41086a221941e691c600ad4280808080e000841003221441086a290000370300200320142900003703d0022014102320022019290300370300200320032903d0023703b8012019418192c600ad4280808080e000841003221441086a290000370300200320142900003703d00220141023201a20032903d0022206370300200341e8006a41086a22142002290300370300200341e8006a41106a2006370300200341e8006a41186a2019290300370300200320063703f003200320032903b801370368200341e0006a200341e8006a4120108e0120032003280264410020032802601b3602c803200341b8016a200341a0046a10a30120032802bc01211a20032802b801211920032802c001211b200341cc016a200341f8046a36020020032019201b4105746a3602c401200320193602c0012003201a3602bc01200320193602b8012003200341c8036a3602c801200341e8006a200341b8016a10890120022014280200360200200320032903683703b801200341a0046a200341b8016a10a501200341a0046a109b01410421190b200020193a00000c130b024020022d000120022d000072450d00200041023a00000c130b200341a0046a41186a4200370300200341a0046a41106a221a4200370300200341a0046a41086a22194200370300200342003703a004200341d0026a41086a220241b1a3c400ad4280808080f000841003221441086a290000370300200320142900003703d0022014102320192002290300370300200320032903d00222063703a803200320063703a004200241c0f2c400ad42808080808001841003221441086a290000370300200320142900003703d00220141023201a20032903d0022206370300200341f8046a41086a2019290300370300200341f8046a41106a2006370300200341f8046a41186a2002290300370300200320063703f003200320032903a0043703f80441012119410110212202450d11200241033a0000200341f8046aad42808080808004842002ad42808080801084100220021023200041043a0000410121144101211a0c150b200241036a2d0000211a20022f0001211b200141106a28020021192001410c6a2802002125200141086a2802002122200141046a280200212602400240024020022d0000221c417f6a221441034b0d00024020140e0400010102000b200241046a2d00000d00200241086a2802004102742002410c6a28020041036c4f0d010b201c201b201a411074727241ff0171450d00200041023a00004100211a410121192025450d01202210230c010b20222019410041202019676b10e902200341d0026a41086a220241b1a3c400ad4280808080f000841003221441086a290000370300200320142900003703d00220141023200341a8036a41086a221a2002290300370300200320032903d0023703a803200241f0a9c400ad42808080808002841003221441086a290000370300200320142900003703d00220141023200341f0036a41086a22142002290300370300200320032903d0023703f003200320263602b801200341e0026a41186a221b200341b8016aad22044280808080c000841001220241186a290000370300200341e0026a41106a221c200241106a290000370300200341e0026a41086a221d200241086a290000370300200320022900003703e00220021023200341a0046a41186a221e201b290300370300200341a0046a41106a221b201c290300370300200341a0046a41086a221c201d290300370300200320032903e0023703a00441c00010212202450d11200220032903a803370000200241086a201a290300370000200220032903f003370010200241186a2014290300370000200220032903a004370020200241286a201c290300370000200241306a201b290300370000200241386a201e290300370000200341a0046a200210b50320032902a404210620032802a0042114200210232006420020141b21062014410820141b2123024020194102742224450d0041002119417f211c4100211a410021140340024002400240202220196a280200221b20144f0d00410e2102418aa4c4002119410521140c010b201a201b6a22022006422088a7221d490d014111210241f9a3c4002119410621140b20004183103b0100200041086a2002360200200041046a2019360200200041026a20143a000002402025450d00202210230b02402006422088a72200450d00202341306a2102200041d8006c210003400240200241746a280200450d00200241706a28020010230b02402002280200450d002002417c6a28020010230b200241d8006a2102200041a87f6a22000d000b0b4100211a410121192006a7450d03202310230c030b2023200241d8006c6a220228022c212020022802202121200241306a280200211e200241246a280200211f2002200241d8006a201c201d6a201b6b41d8006c10d4041a0240201f450d00202110230b0240201e450d00202010230b201441016a211420064280808080707c2106201c41016a211c201a417f6a211a2024201941046a2219470d000b0b02402025450d00202210230b200341d0026a41086a220241b1a3c400ad4280808080f000841003221941086a290000370300200320192900003703d00220191023200341a8036a41086a22142002290300370300200320032903d0023703a803200241f0a9c400ad42808080808002841003221941086a290000370300200320192900003703d00220191023200341f0036a41086a22192002290300370300200320032903d0023703f003200320263602b801200341e0026a41186a221a20044280808080c000841001220241186a290000370300200341e0026a41106a221b200241106a290000370300200341e0026a41086a221c200241086a290000370300200320022900003703e00220021023200341a0046a41186a221d201a290300370300200341a0046a41106a221a201b290300370300200341a0046a41086a221b201c290300370300200320032903e0023703a00441c00010212202450d11200220032903a803370000200241086a2014290300370000200220032903f003370010200241186a2019290300370000200220032903a004370020200241286a201b290300370000200241306a201a290300370000200241386a201d290300370000200341a0046a20232006422088a722191096042002ad428080808080088420033502a80442208620032802a0042214ad841002024020032802a404450d00201410230b2002102302402019450d00201941d8006c2119202341306a210203400240200241746a280200450d00200241706a28020010230b02402002280200450d002002417c6a28020010230b200241d8006a2102201941a87f6a22190d000b0b02402006a7450d00202310230b200041043a00004100211a410121190b410121140c140b200041043a00000c100b200341c4036a41026a20034190046a41026a2d00003a000020034188036a41086a200341a8036a41086a29030037030020034188036a41106a200341a8036a41106a29030037030020034188036a41186a200341a8036a41186a2d00003a0000200320032f0190043b01c403200320032903a803370388034100211d0b200341ef026a20034188036a41086a290300370000200341f7026a20034188036a41106a290300370000200341ff026a20034188036a41186a2d00003a0000200320032f01c4033b01e002200320143600e30220032003290388033700e7022003200341c6036a2d00003a00e2020240201d450d00200341b8016a41086a200341a0046a41086a2903002206370300200341b8016a41106a200341a0046a41106a2903002204370300200341b8016a41186a200341a0046a41186a2903002205370300200341f8046a41086a2006370300200341f8046a41106a2004370300200341f8046a41186a2005370300200320032903a00422063703b801200320063703f8044101211f0c020b200341f8046a41086a2214200341e0026a41086a290300370300200341f8046a41106a221d200341e0026a41106a290300370300200341f8046a41186a221e200341e0026a41186a290300370300200320032903e00222063703b801200320063703f804200341c8036a41186a201e290300370300200341c8036a41106a201d290300370300200341c8036a41086a2014290300370300200320032903f8043703c803412010212214450d0d201420032903c803370000201441186a200341c8036a41186a290300370000201441106a200341c8036a41106a290300370000201441086a200341c8036a41086a290300370000024002400240201a201c6a22182002460d0020034184036a41026a221d201a41276a2d00003a000020034190026a41086a201a41346a29000037030020034190026a41106a201a413c6a29000037030020034190026a41186a201a41c4006a2800003602002003201a2f00253b0184032003201a29002c37039002201a41c8006a2102201a2d0024221e4102460d00200341e0026a4107722112201a280028211c200341c0056a41026a201d2d00003a0000200341f0036a41086a221d20034190026a41086a290300370300200341f0036a41106a221f20034190026a41106a290300370300200341f0036a41186a222020034190026a41186a280200360200200320032f0184033b01c00520032003290390023703f003024002400240201e4101460d0020034190046a41026a200341c0056a41026a2d00003a0000200341a8036a41086a201d290300370300200341a8036a41106a201f290300370300200341a8036a41186a20202d00003a0000200320032f01c0053b019004200320032903f0033703a8030c010b200341d0026a201c41067610bf0120032802d002211d0240024020032802d802201c413f71221c4b0d004100211e0c010b20034190046a41026a201d201c4105746a221c41026a2d00003a0000200341b0036a201c410f6a290000370300200341b8036a201c41176a290000370300200341c0036a201c411f6a2d00003a00002003201c2f00003b0190042003201c2900073703a803201c280003211c4101211e0b024020032802d402450d00201d10230b201e450d010b200341c4036a41026a220d20034190046a41026a22132d0000221d3a000020034188036a41086a220e200341a8036a41086a2215290300220637030020034188036a41106a220f200341a8036a41106a2216290300220437030020034188036a41186a2210200341a8036a41186a22172d0000221e3a0000200320032f019004221f3b01c403200320032903a803220537038803201241186a2231201e3a0000201241106a22322004370000201241086a22332006370000201220053700002003201f3b01e0022003201c3600e3022003201d3a00e202200341a0046a41186a2223200341e0026a41186a2234290300370300200341a0046a41106a2224200341e0026a41106a2235290300370300200341a0046a41086a2225200341e0026a41086a2236290300370300200320032903e0023703a004200341b8016a41186a221c2023290300370300200341b8016a41106a221d2024290300370300200341b8016a41086a22372025290300370300200320032903a0043703b801200341f8046a41186a2226201c290300370300200341f8046a41106a2227201d290300370300200341f8046a41086a22282037290300370300200320032903b8013703f804200341c8036a41186a22292026290300370300200341c8036a41106a222a2027290300370300200341c8036a41086a22072028290300370300200320032903f8043703c803412021214102211e410221204101211d0340202320292903003703002024202a29030037030020252007290300370300200320032903c8033703a0040240201e417f6a201d470d002020201e2020201e4b1b221d41ffffff3f71201d470d0e201d410574221c4100480d0e20142021201c10252214450d130b201420216a221c20032903a004370000201c41186a2023290300370000201c41106a2024290300370000201c41086a20252903003700004100211f2020411e460d0420182002460d0420022d0000212220034184036a41026a2209200241036a2d00003a0000200241046a280000211c20022f0001210820034190026a41086a220a200241106a29000037030020034190026a41106a220b200241186a29000037030020034190026a41186a220c200241206a280000360200200320083b0184032003200241086a29000037039002200241246a210220224102460d04200341c0056a41026a221f20092d00003a0000200341f0036a41086a2208200a290300370300200341f0036a41106a2209200b290300370300200341f0036a41186a220a200c280200360200200320032f0184033b01c00520032003290390023703f00302400240024020224101460d002013201f2d00003a000020152008290300370300201620092903003703002017200a2d00003a0000200320032f01c0053b019004200320032903f0033703a8030c010b200341d0026a201c41067610bf01201c413f71211f4100212220032802d0022108024020032802d802201f4d0d0020132008201f4105746a221c41026a2d00003a00002015201c410f6a2900003703002016201c41176a2900003703002017201c411f6a2d00003a00002003201c2f00003b0190042003201c2900073703a803201c280003211c410121220b024020032802d402450d00200810230b4101211f2022450d010b200d20132d00003a0000200e2015290300370300200f2016290300370300201020172d00003a0000200320032f0190043b01c403200320032903a803370388034100211f201c21110b20122003290388033700002033200e2903003700002032200f290300370000203120102d00003a0000200320032f01c4033b01e002200320113600e3022003200d2d00003a00e2020240201f450d00200341b8016a41086a200341a0046a41086a2903002206370300200341b8016a41106a200341a0046a41106a2903002204370300200341b8016a41186a200341a0046a41186a2903002205370300200341f8046a41086a2006370300200341f8046a41106a2004370300200341f8046a41186a2005370300200320032903a00422063703b801200320063703f8044101211f0c050b203720362903002206370300202620342903003703002027203529030037030020282006370300200320032903e00222063703b801200320063703f80420292026290300370300202a202729030037030020072028290300370300200320032903f8043703c803202141206a2121201e41016a211e202041026a21200c000b0b2012200329008803370000201241086a20034188036a41086a290000370000201241106a20034188036a41106a290000370000201241186a20034188036a41186a2d00003a0000200341b8016a41186a221c200341a0046a41186a290300370300200341b8016a41106a221d200341a0046a41106a290300370300200341b8016a41086a221e200341a0046a41086a290300370300200320032f00c4033b01e002200320032903a0043703b801200341f8046a41186a201c290300370300200341f8046a41106a201d290300370300200341f8046a41086a201e290300370300200320032903b8013703f8044101211f4101211e0c010b4101211e4100211f0b4101211d0b201a201941246c6a211c02400340201c2002460d0120022d00002119200241246a210220194102470d000b0b201b450d02201a10230c020b4100211f0b201a201941246c6a21140240034020142002460d0120022d00002119200241246a210220194102470d000b0b410121144100211e0240201b0d004100211d0c010b201a10234100211d0b0240024002400240201f450d00201d450d01201410230c010b20140d010b41012114200041013a0000200328028c01450d0120032802880110230c010b200341a0046a41186a221c4200370300200341a0046a41106a221a4200370300200341a0046a41086a22194200370300200342003703a004200341d0026a41086a220241b1a3c400ad4280808080f0008422041003221b41086a2900003703002003201b2900003703d002201b102320192002290300370300200320032903d00222063703a803200320063703a00420024194f1c400ad4280808080a001841003221b41086a2900003703002003201b2900003703d002201b1023201a20032903d0022206370300200341f8046a41086a2019290300370300200341f8046a41106a2006370300200341f8046a41186a2002290300370300200320063703f003200320032903a0043703f804200341d0006a200341f8046a4120108e012003201e360298022003201d360294022003201436029002200341003a00a00220032003280254410020032802501b36029c02200341e8006a412c6a221b108704200220041003221441086a290000370300200320142900003703d00220141023200341a8036a41086a221d2002290300370300200320032903d0023703a803200241b8a3c400ad4280808080a001841003221441086a290000370300200320142900003703d00220141023200341f0036a41086a221e2002290300370300200320032903d0023703f003200341a0046a201b10910141c00010212214450d0b201420032903a803370000201441086a201d290300370000201420032903f003370010201441186a201e290300370000201420032903a004370020201441286a2019290300370000201441306a201a290300370000201441386a201c290300370000200341b8016a201410af030240024020032d00c8014102460d00200341f8046a41086a200341d5016a290000370300200341f8046a41106a200341dd016a290000370300200341f8046a41186a200341e5016a290000370300200341e0026a41086a200341f6016a290100370300200341e0026a41106a200341fe016a290100370300200341e0026a41186a20034186026a2901003703002003200341cd016a2900003703f8042003200341ee016a2901003703e002200341ed016a2d0000210220032d00cc01211920032802bc01450d0120032802b80110230c010b2003201b3602c403200341d0026a41086a220241b1a3c400ad4280808080f000841003221941086a290000370300200320192900003703d0022019102320034188036a41086a221a2002290300370300200320032903d00237038803200241a1a3c400ad42808080808002841003221941086a290000370300200320192900003703d00220191023200341a8036a41086a20022903002206370300200341f8046a41086a201a29030037030020034190056a2006370300200320032903d00222063703a80320032003290388033703f8042003200637038805200341a0046a200341f8046a10f701200341c8036a20032802a004220220032802a80410bc01024020032802a404450d00200210230b20034188056a211c0240024020032d00c8030d00200341d0026a41086a220241b1a3c400ad4280808080f000841003221941086a290000370300200320192900003703d0022019102320034188036a41086a221a2002290300370300200320032903d00237038803200241a1a3c400ad42808080808002841003221941086a290000370300200320192900003703d00220191023200341a8036a41086a20022903002206370300200341f8046a41086a201a290300370300200320032903d00222043703a803201c2004370000201c41086a200637000020032003290388033703f804200341a0046a200341f8046a10f70120032802a0042102200320032802a8043602fc04200320023602f804201b200341f8046a10c001024020032802a404450d00200210230b410021020c010b200341f0036a41186a200341e1036a290000370300200341f0036a41106a200341d9036a290000370300200341f0036a41086a200341d1036a290000370300200320032900c9033703f003200341d0026a41086a220241b1a3c400ad4280808080f000841003221941086a290000370300200320192900003703d0022019102320034188036a41086a221b2002290300370300200320032903d00237038803200241b8a3c400ad4280808080a001841003221941086a290000370300200320192900003703d00220191023200341a8036a41086a22192002290300370300200320032903d0023703a803200341e0026a200341f0036a10910141c0001021221a450d0d201a200329038803370000201a41086a201b290300370000201a20032903a803370010201a41186a2019290300370000201a20032903e002370020201a41286a200341e0026a41086a290300370000201a41306a200341e0026a41106a290300370000201a41386a200341e0026a41186a290300370000200342c08080808008370294042003201a36029004200341a0046a201a10af03024020032d00b0044102470d00200341003602c805200342013703c005200341e0026a41146a410f360200200341ec026a410c3602002003410736028c032003410c3602e402200341b1a3c400360288032003410a3602ac03200341b8a3c4003602a803200320034190046a3602f0022003200341a8036a3602e802200320034188036a3602e0022003200341c0056a3602d002200341f8046a41146a4103360200200342033702fc04200341a8b5c6003602f8042003200341e0026a36028805200341d0026a41c893c500200341f8046a10301a20033502c80542208620033502c00584100720032802c403211a200341d0026a41086a220241b1a3c400ad4280808080f000841003221941086a290000370300200320192900003703d0022019102320034188036a41086a221b2002290300370300200320032903d00237038803200241a1a3c400ad42808080808002841003221941086a290000370300200320192900003703d00220191023200341a8036a41086a20022903002206370300200341f8046a41086a201b290300370300200320032903d00222043703a803201c2004370000201c41086a200637000020032003290388033703f804200341e0026a200341f8046a10f70120032802e0022102200320032802e8023602fc04200320023602f804201a200341f8046a10c001024020032802e402450d00200210230b024020032802c405450d0020032802c00510230b0240200328029404450d0020032802900410230b410021020c010b200341f8046a200341a0046a41146a41c20010d3041a20032d0099052102200341e0026a41106a200341a0046a41106a280200360200200341e0026a41086a200341a0046a41086a2903002206370300200341f8026a2003419a056a410020024101461b360200200320032903a00422043703e0022003200341c4036a3602f402200341003602b003200342013703a8032006a72202200341a8036a105d2004a7211b02402002450d0020024105742119201b210203402002200341a8036a1071200241206a2102201941606a22190d000b0b20032802ec02211d0240024020032802ac03221920032802b00322026b4104490d0020032802a80321190c010b200241046a221e2002490d0920194101742202201e2002201e4b1b22024100480d090240024020190d002002102121190c010b20032802a80320192002102521190b2019450d0e200320023602ac03200320193602a80320032802b00321020b2003200241046a3602b003201920026a201d36000020032d00f002211d0240024020032802ac0320032802b0032202460d0020032802a80321190c010b200241016a22192002490d092002410174221e2019201e20194b1b221e4100480d090240024020020d00201e102121190c010b20032802a8032002201e102521190b2019450d0e2003201e3602ac03200320193602a80320032802b00321020b2003200241016a3602b003201920026a201d3a0000200341e0026a41146a200341a8036a10f80120032802ac032102201aad428080808080088420033502b00342208620032802a8032219ad84100202402002450d00201910230b024020032802e402450d00201b10230b0240200328029404450d0020032802900410230b20032802c403211a200341d0026a41086a220241b1a3c400ad4280808080f000841003221941086a290000370300200320192900003703d0022019102320034188036a41086a221b2002290300370300200320032903d00237038803200241a1a3c400ad42808080808002841003221941086a290000370300200320192900003703d00220191023200341a8036a41086a20022903002206370300200341f8046a41086a201b290300370300200320032903d00222043703a803201c2004370000201c41086a200637000020032003290388033703f804200341a0046a200341f8046a10f70120032802a0042102200320032802a8043602fc04200320023602f804201a200341f8046a10c001024020032802a404450d00200210230b200341e0026a41086a200341f0036a41086a290300370300200341e0026a41106a200341f0036a41106a290300370300200341e0026a41186a200341f0036a41186a290300370300200320032903f0033703e002410121020b410021190b200341c5046a20023a0000200341c6046a20032903e002370100200341ad046a200341f8046a41086a290300370000200341b5046a200341f8046a41106a290300370000200341bd046a200341f8046a41186a290300370000200341ce046a200341e0026a41086a290300370100200341d6046a200341e0026a41106a290300370100200341de046a200341e0026a41186a290300370100200320193a00a404200320032903f8043700a504200320034190026a3602a004200341003602c001200342013703b80120032802900221022003280298022219200341b8016a105d02402019450d002019410574211903402002200341b8016a1071200241206a2102201941606a22190d000b0b200328029c02211a0240024020032802bc01221920032802c00122026b4104490d0020032802b80121190c010b200241046a221b2002490d0720194101742202201b2002201b4b1b22024100480d070240024020190d002002102121190c010b20032802b80120192002102521190b2019450d0c200320023602bc01200320193602b80120032802c00121020b2003200241046a3602c001201920026a201a36000020032d00a002211a0240024020032802bc0120032802c0012202460d0020032802b80121190c010b200241016a22192002490d072002410174221b2019201b20194b1b221b4100480d070240024020020d00201b102121190c010b20032802b8012002201b102521190b2019450d0c2003201b3602bc01200320193602b80120032802c00121020b2003200241016a3602c001201920026a201a3a0000200341a0046a410472200341b8016a10f90120032802bc0121022014ad428080808080088420033502c00142208620032802b8012219ad84100202402002450d00201910230b201410230240200328029402450d0020032802900210230b0240200328028c01450d0020032802880110230b200041043a0000410121140b410021194101211a0c0e0b4101211441002119201b450d00201a10230b4101211a0c0c0b41002114410021190b200341c5046a20143a0000200341c6046a20032903e002370100200341ad046a200341f8046a41086a290300370000200341b5046a200341f8046a41106a290300370000200341bd046a200341f8046a41186a290300370000200341ce046a200341e0026a41086a290300370100200341d6046a200341e0026a41106a290300370100200341de046a200341e0026a41186a290300370100200320193a00a404200320073602a004200320032903f8043700a5042003410036027020034201370368200341a0046a200341e8006a10dc01200341a0046a410472200341e8006a10f901200328026c21192002ad4280808080800884200335027042208620032802682214ad84100202402019450d00201410230b20021023024020032802dc01450d0020032802d80110230b200041043a00000c070b200341dc016a20032802c4042219360200200341b8016a41186a200341a0046a41186a2903002206370300200341b8016a41286a200341a0046a41286a2802002214360200200341b8016a41c4006a200341a0046a41c4006a290200370200200341b8016a41346a200341a0046a41346a290200370200200341b8016a413c6a200341a0046a413c6a290200370200200320032903a0043703b801200320032903b00422053703c801200320023602d8012003200341a0046a41086a2903003703c0012003200341ec046a280200360284022003200341cc046a2902003702e4012014411f4b0d012005202b2005202b54200620045420062004511b22021b222b2006200420021b220484500d04200341b8016a41186a4200200620047d2005202b54ad7d22302005202b7d222e4280c8afa0255441002030501b22191b37030020034200202e20191b3703c801200341a0046a41186a4200370300200341a0046a41106a221b4200370300200341a0046a41086a22144200370300200342003703a004200341d0026a41086a220241b1a3c400ad4280808080f000841003221a41086a2900003703002003201a2900003703d002201a102320142002290300370300200320032903d00222303703a803200320303703a00420024194f1c400ad4280808080a001841003221a41086a2900003703002003201a2900003703d002201a1023201b20032903d0022230370300200341f8046a41086a2014290300370300200341f8046a41106a2030370300200341f8046a41186a2002290300370300200320303703f003200320032903a0043703f804200341386a200341f8046a4120108e01200328023c21142003280238211a20032802e001220220032802dc01470d03200241016a221b2002490d002002410174221c201b201c201b4b1b221bad42187e2230422088a70d002030a7221c41004e0d020b102c000b20004183103b0100200041086a410c360200200041046a41dca3c400360200200041026a41083a00002019450d04200210230c040b0240024020020d00201c102121020c010b20032802d801200241186c201c102521020b2002450d022003201b3602dc01200320023602d80120032802e00121020b20032802d801200241186c6a22022006200420191b37030820022005202b20191b37030020022014411c6a411c201a1b360210200320032802e00141016a3602e001200341e8006a200341b8016a10910420032802dc0121190b02402019450d0020032802d80110230b200041043a00000c010b102a000b41012119410121144101211a0c020b20004183103b0100200041086a2002360200200041046a2014360200200041026a201a3a0000410121144101211a0c010b41012119200041013a0000410121144101211a0b0240024020012d00002200417f6a2202410f4b0d0002400240024020020e1004030303040003030403030301040302040b2019450d03200141086a280200450d03200141046a28020010230c030b2014450d02200141086a280200450d02200141046a28020010230c020b201a450d012001410c6a280200450d01200141086a28020010230c010b02402000410f4b0d00410120007441bebf03710d01024020004106460d002000410d470d01200141086a280200450d02200141046a28020010230c020b200141086a280200450d01200141046a28020010230c010b2001410c6a280200450d00200141086a28020010230b200341d0056a24000b830501087f230041a0016b22022400200241086a220341b1a3c400ad4280808080f000841003220441086a290000370300200220042900003703002004102320024180016a41086a220520032903003703002002200229030037038001200341d9a4c400ad4280808080e000841003220441086a2900003703002002200429000037030020041023200241d0006a41086a220620032903003703002002200229030037035020022001109101024041c00010212204450d0020042002290380013700002004200229035037001020042002290000370020200441086a2005290300370000200441186a2006290300370000200441286a2003290000370000200441306a200241106a2201290000370000200441386a200241186a22072900003700002002200410b4032005200329030037030020024180016a41106a2205200129030037030020024180016a41186a2201200729030037030020062002412c6a290200370300200241d0006a41106a2206200241346a290200370300200241d0006a41186a22072002413c6a290200370300200241f0006a2208200241c4006a290200370300200241d0006a41286a2209200241cc006a280200360200200220022903003703800120022002290224370350024020022802202203450d00200020022903800137030020002002290350370224200041186a2001290300370300200041106a2005290300370300200041086a20024180016a41086a2903003703002000412c6a200241d0006a41086a290300370200200041346a20062903003702002000413c6a2007290300370200200041c4006a2008290300370200200041cc006a20092802003602000b2000200336022020041023200241a0016a24000f0b102a000ba40501077f230041c0006b22022400200241086a220341c8f7c200ad4280808080f000841003220441086a2900003703002002200429000037030020041023200241206a41086a200329030037030020022002290300370320200341da8ec200ad42808080808001841003220441086a2900003703002002200429000037030020041023200241306a41086a200329030037030020022002290300370330200241cd8ec200410d1085030240024002400240024002402002280208220541206a2204417f4c0d0020022802002106024002402004450d00200410212203450d062004410f4d0d01200421070c050b411021074110102121030c030b200441017422084110200841104b1b220741004e0d010c050b1031000b200320042007102521030b2003450d010b20032002290320370000200341086a200241206a41086a2903003700000240024020074170714110460d00200721080c010b200741017422084120200841204b1b22084100480d0220032007200810252203450d010b20032002290330370010200341186a200241306a41086a29030037000002400240200841606a2005490d00200821070c010b2005415f4b0d02200841017422072004200720044b1b22074100480d0220032008200710252203450d010b200341206a2006200510d3041a02402002280204450d00200610230b20022001109101200541c0006a210502400240200720046b411f4d0d00200721080c010b200741017422082005200820054b1b22084100480d0220032007200810252203450d010b200320046a22042002290000370000200441186a200241186a290000370000200441106a200241106a290000370000200441086a200241086a290000370000200020053602082000200836020420002003360200200241c0006a24000f0b102a000b102c000bd60201027f23004180036b220324002003200236020c20032001360208200341106a2002ad4220862001ad84100610a10102400240200328021022010d00200041003a00000c010b200328021421042003200341186a2802003602ec02200320013602e802200341c0016a200341e8026a10e101410121020240024020032d00c0014101460d00200341206a200341c0016a41017241a00110d3041a200041016a200341206a41a00110d3041a0c010b4100210220034100360228200342013703202003410c3602f4022003200341086a3602f0022003200341206a3602fc02200341d4016a4101360200200342013702c401200341a0f0c2003602c0012003200341f0026a3602d001200341fc026a41c893c500200341c0016a10301a200335022842208620033502208410072003280224450d00200328022010230b200020023a00002004450d00200110230b20034180036a24000bb70b010d7f230041d0006b22022400200241306a41086a220341c8f7c200ad4280808080f000841003220441086a2900003703002002200429000037033020041023200241206a41086a200329030037030020022002290330370320200341d895c200ad42808080808001841003220441086a2900003703002002200429000037033020041023200241086a200329030037030020022002290330370300200241306a41cd8ec200410d1085030240024002402002280238220541206a2206417f4c0d002002280230210702400240024002402006450d00200610212203450d052006410f4d0d01200621080c030b411021084110102121030c010b200641017422044110200441104b1b22084100480d04200320062008102521030b2003450d020b20032002290320370000200341086a200241206a41086a2903003700000240024020084170714110460d00200821040c010b200841017422044120200441204b1b22044100480d0320032008200410252203450d020b20032002290300370010200341186a200241086a29030037000002400240200441606a2005490d00200421090c010b2005415f4b0d03200441017422082006200820064b1b22094100480d0320032004200910252203450d020b200341206a2007200510d3041a02402002280234450d00200710230b200141086a280200220a41046a2208417f4c0d000240024020080d00410121040c010b200810212204450d020b20024100360238200220083602342002200436023020012d00002107024020080d00410110212204450d0220024101360234200220043602300b20024101360238200420073a000020012d0001210b02402002280234220720022802382208470d00200841016a22072008490d032008410174220c2007200c20074b1b22074100480d030240024020080d002007102121040c010b200420082007102521040b2004450d0220022007360234200220043602300b2002200841016a220c360238200420086a200b3a000020012d0002210d024002402007200c460d002007210b0c010b200741016a220b2007490d032007410174220e200b200e200b4b1b220b4100480d030240024020070d00200b102121040c010b20042007200b102521040b2004450d022002200b360234200220043602300b2002200841026a22073602382004200c6a200d3a000020012d0003210c0240200b2007470d00200b41016a220d200b490d03200b410174220e200d200e200d4b1b220d4100480d0302400240200b0d00200d102121040c010b2004200b200d102521040b2004450d022002200d360234200220043602300b2002200841036a360238200420076a200c3a000020012802042107200a200241306a105d0240024020022802342201200228023822046b200a490d00200228023021080c010b2004200a6a22082004490d032001410174220b2008200b20084b1b220b4100480d030240024020010d00200b102121080c010b20022802302001200b102521080b2008450d022002200b36023420022008360230200b21010b200820046a2007200a10d3041a200241306a41186a22072004200a6aad4220862008ad841001220441186a290000370300200241306a41106a220a200441106a290000370300200241306a41086a220b200441086a2900003703002002200429000037033020041023200241186a2007290300370300200241106a200a290300370300200241086a200b2903003703002002200229033037030002402001450d00200810230b200541c0006a210802400240200920066b411f4d0d00200921010c010b200941017422042008200420084b1b22014100480d0320032009200110252203450d020b200320066a22042002290300370000200441186a200241186a290300370000200441106a200241106a290300370000200441086a200241086a290300370000200020083602082000200136020420002003360200200241d0006a24000f0b1031000b102a000b102c000bc3b40206017f037e127f027e037f027e230041c0066b22032400024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024020012d00000e16000102030405060708090a0b0c0d0e0f101112131415000b200341b4036a4101360200200342013702a403200341bca3c5003602a003200341043602dc052003419c87c6003602d8052003200341d8056a3602b003200341a0036a41a891c6001037000b200141306a2903002104200141286a290300210520034190026a41186a200141196a29000037030020034190026a41106a200141116a29000037030020034190026a41086a200141096a29000037030020032001290001370390022002411a6a2901002106200241196a2d00002107200241186a2d00002108200241166a2f01002109200241156a2d0000210a200241146a2d0000210b200241126a2f0100210c200241116a2d0000210d200241106a2d0000210e2002410e6a2f0100210f2002410d6a2d000021102002410c6a2d000021112002410a6a2f01002112200241096a2d00002113200241086a2d00002114200241066a2f01002115200241056a2d00002116200241046a2d00002117200241026a2f010021180240024020022d0000450d00200320063702a403200320073a00a303200320083a00a203200320093b01a003410121020c010b20022d00012102200320063703a003200241ff017141014721020b200320063703f002200320073a00ef02200320083a00ee02200320093b01ec022003200a3a00eb022003200b3a00ea022003200c3b01e8022003200d3a00e7022003200e3a00e6022003200f3b01e402200320103a00e302200320113a00e202200320123b01e002200320133a00df02200320143a00de02200320153b01dc02200320163a00db02200320173a00da02200320183b01d80202402002450d00200041023a0000410121070c320b200341d0046a41186a200341d8026a41186a290300370300200341d0046a41106a200341d8026a41106a290300370300200341d0046a41086a200341d8026a41086a290300370300200320032903d8023703d00420054280a094a58d1d5441002004501b0d15200341a0036a200341d0046a2005200410ad01200320032900a103370398052003200341a0036a41086a28000036009f05024020032d00a00322024104460d00200020023a00002000200329039805370001200041086a200328009f05360000410121070c320b200341c8016a41186a22094200370300200341c8016a41106a22074200370300200341c8016a41086a22084200370300200342003703c801200341a0046a41086a220241a6a3c500ad428080808090018422061003220a41086a2900003703002003200a2900003703a004200a102320082002290300370300200320032903a00422193703b805200320193703c8012002419ce8c500ad4280808080f00184221a1003220a41086a2900003703002003200a2900003703a004200a1023200720032903a0042219370300200341a8016a41086a220b2008290300370300200341a8016a41106a220c2019370300200341a8016a41186a220d2002290300370300200320193703c805200320032903c8013703a801200341086a200341a8016a4120108e01200328020c210e2003280208210f200942003703002007420037030020084200370300200342003703c801200220061003220a41086a2900003703002003200a2900003703a004200a102320082002290300370300200320032903a00422193703b805200320193703c8012002201a1003220a41086a2900003703002003200a2900003703a004200a1023200920022903002219370300200b2008290300370300200c20032903a004221a370300200d20193703002003201a3703c805200320032903c8013703a8012003200e4100200f1b220a41016a3602a003200341a8016aad42808080808004842219200341a0036aad4280808080c0008410022003200341d0046a3602d802200220061003220b41086a2900003703002003200b2900003703a004200b1023200341b8056a41086a220c2002290300370300200320032903a0043703b805200241e1b6c500ad42808080809001841003220b41086a2900003703002003200b2900003703a004200b1023200341c8056a41086a220b2002290300370300200320032903a0043703c8052003200a3602d805200341a0036a41186a220d200341d8056aad4280808080c000841001220241186a290000370300200341a0036a41106a220e200241106a290000370300200341a0036a41086a220f200241086a290000370300200320022900003703a003200210232009200d2903003703002007200e2903003703002008200f290300370300200320032903a0033703c80141c00010212202450d30200220032903b805370000200241086a200c290300370000200220032903c805370010200241186a200b290300370000200220032903c801370020200241286a2008290300370000200241306a2007290300370000200241386a2009290300370000411010212208450d3020082005370000200820043700082003429080808080023702a403200320083602a0034101200341a0036a105d20032802d802200341a0036a107120032802a40321082002ad428080808080088420033502a80342208620032802a0032209ad84100202402008450d00200910230b20021023200341e4056a20034190026a41086a290300370200200341ec056a20034190026a41106a290300370200200341f4056a20034190026a41186a29030037020020034184066a200341d0046a41086a2903003702002003418c066a200341d0046a41106a29030037020020034194066a200341d0046a41186a2903003702002003200a3602d80520032003290390023702dc05200320032903d0043702fc052003200341d8056a36028802200341c8016a41186a220b4200370300200341c8016a41106a220c4200370300200341c8016a41086a22084200370300200342003703c801200341a0046a41086a220241a6a3c500ad42808080809001841003220941086a290000370300200320092900003703a0042009102320082002290300370300200320032903a00422063703b805200320063703c801200241d6b6c500ad4280808080b001841003220941086a290000370300200320092900003703a00420091023200341c8056a41086a20022903002206370300200320032903a004221a3703c8052007201a370000200741086a2006370000200341a8016a41086a2008290300370300200341a8016a41106a200c290300370300200341a8016a41186a200b290300370300200320032903c8013703a801200341d8026a2019100610a1010240024020032802d8022208450d00200341d8026a41086a280200210220032802dc0221090c010b200341003602a803200342013703a0034100200341a0036a105d20032802a803210220032802a403210920032802a00321080b200320023602f001200320093602ec01200320083602e801024002402002450d00200341a0036a200820024101106920032802a0034101470d0120032802ec01450d3020032802e80110230c300b4101200341e8016a105d2003280288022208280200210b0240024020032802ec01220920032802f00122026b4104490d0020032802e80121090c010b200241046a220c2002490d3520094101742202200c2002200c4b1b22024100480d350240024020090d002002102121090c010b20032802e80120092002102521090b2009450d32200320023602ec01200320093602e80120032802f00121020b2003200241046a3602f001200920026a200b3600002003200341e8016a3602a003200841046a200341a0036a106b200841246a200341e8016a10710c2d0b20032802a403210b0240200341ac036a2802002202200341a8036a2802002208460d0020032802f001200220086b6a220941046a220c417f4c0d1702400240200c0d004101210d0c010b200c1021220d450d320b2003200c3602b4042003200d3602b004200320093602b8042003200341b0046a3602a003200b200341a0036a200210cb0220092002490d1820032802b804220b2009490d1920032802f001220b2008490d1a20032802b004210c20032802e801210d2003200920026b22093602b8052003200b20086b220b3602c8052009200b470d1b200c20026a200d20086a200910d3041a2003280288022208280200210b0240024020032802b404220920032802b80422026b4104490d0020032802b00421090c010b200241046a220c2002490d3520094101742202200c2002200c4b1b22024100480d350240024020090d002002102121090c010b20032802b00420092002102521090b2009450d32200320023602b404200320093602b00420032802b80421020b2003200241046a3602b804200920026a200b3600002003200341b0046a3602a003200841046a200341a0036a106b200841246a200341b0046a107120032802b804210820032802b404210920032802b004210220032802ec01450d2e20032802e80110230c2e0b2003200341e8016a3602a003200b200341a0036a200810cb022003280288022208280200210b0240024020032802ec01220920032802f00122026b4104490d0020032802e80121090c010b200241046a220c2002490d3420094101742202200c2002200c4b1b22024100480d340240024020090d002002102121090c010b20032802e80120092002102521090b2009450d31200320023602ec01200320093602e80120032802f00121020b2003200241046a3602f001200920026a200b3600002003200341e8016a3602a003200841046a200341a0036a106b200841246a200341e8016a10710c2c0b200141046a280200211b2002411a6a2901002106200241196a2d00002107200241186a2d00002108200241166a2f01002109200241156a2d0000210a200241146a2d0000210b200241126a2f0100210c200241116a2d0000210d200241106a2d0000210e2002410e6a2f0100210f2002410d6a2d000021102002410c6a2d000021112002410a6a2f01002112200241096a2d00002113200241086a2d00002114200241066a2f01002115200241056a2d00002116200241046a2d00002117200241026a2f010021180240024020022d0000450d00200320063702a403200320073a00a303200320083a00a203200320093b01a003410121020c010b20022d00012102200320063703a003200241ff017141014721020b200320063703f002200320073a00ef02200320083a00ee02200320093b01ec022003200a3a00eb022003200b3a00ea022003200c3b01e8022003200d3a00e7022003200e3a00e6022003200f3b01e402200320103a00e302200320113a00e202200320123b01e002200320133a00df02200320143a00de02200320153b01dc02200320163a00db02200320173a00da02200320183b01d80202402002450d00200041023a0000410121070c310b200341d8056a41186a200341d8026a41186a290300370300200341d8056a41106a200341d8026a41106a290300370300200341d8056a41086a200341d8026a41086a290300370300200320032903d8023703d805200341a0036a201b10ad040240024020032802b0032209450d00200341a0036a41186a280200210720032802b4032102200341a0036a200341d8056a20032903a0032206200341a0036a41086a2208290300220410ad01200320032900a103370398052003200828000036009f0520032d00a00322084104460d01200020083a00002000200329039805370001200041086a200328009f053600002002450d2c20091023410121070c320b20004183203b0100200041086a410f360200200041046a41e9a5c500360200200041026a41013a00000c2b0b200341a8016a41186a2208200341d8056a41186a290300370300200341a8016a41106a220b200341d8056a41106a290300370300200341a8016a41086a220c200341d8056a41086a290300370300200320032903d8053703a8010240024020022007460d002002210a0c010b200241016a220a2002490d332002410174220d200a200d200a4b1b220a41ffffff3f71200a470d33200a410574220d4100480d330240024020020d00200d102121090c010b20092002410574200d102521090b2009450d300b200920074105746a220220032903a801370000200241186a2008290300370000200241106a200b290300370000200241086a200c290300370000200341a0046a41086a220241a6a3c500ad42808080809001841003220841086a290000370300200320082900003703a00420081023200341b8056a41086a2002290300370300200320032903a0043703b805200241e1b6c500ad42808080809001841003220841086a290000370300200320082900003703a00420081023200341c8056a41086a2002290300370300200320032903a0043703c8052003201b3602d004200341a0036a41186a2208200341d0046aad4280808080c000841001220241186a290000370300200341a0036a41106a220b200241106a290000370300200341a0036a41086a220c200241086a290000370300200320022900003703a00320021023200341c8016a41186a2008290300370300200341c8016a41106a200b290300370300200341c8016a41086a200c290300370300200320032903a0033703c80141c00010212208450d2f200820032903b805370000200841086a200341b8056a41086a290300370000200820032903c805370010200841186a200341c8056a41086a290300370000200820032903c801370020200841286a200341c8016a41086a290300370000200841306a200341c8016a41106a290300370000200841386a200341c8016a41186a290300370000411010212202450d2f20022006370000200220043700082003429080808080023702a403200320023602a003200741016a2202200341a0036a105d02402002450d00200741057441206a21072009210203402002200341a0036a1071200241206a2102200741606a22070d000b0b20032802a40321022008ad428080808080088420033502a80342208620032802a0032207ad84100202402002450d00200710230b200810230240200a450d00200910230b200041043a0000410121070c300b200141026a2d0000211b200141046a280200211c20012d0001211d2002411a6a2901002106200241196a2d00002107200241186a2d00002108200241166a2f01002109200241156a2d0000210a200241146a2d0000210b200241126a2f0100210c200241116a2d0000210d200241106a2d0000210e2002410e6a2f0100210f2002410d6a2d000021102002410c6a2d000021112002410a6a2f01002112200241096a2d00002113200241086a2d00002114200241066a2f01002115200241056a2d00002116200241046a2d00002117200241026a2f010021180240024020022d0000450d00200320063702a403200320073a00a303200320083a00a203200320093b01a003410121020c010b20022d00012102200320063703a003200241ff017141014721020b200320063703e001200320073a00df01200320083a00de01200320093b01dc012003200a3a00db012003200b3a00da012003200c3b01d8012003200d3a00d7012003200e3a00d6012003200f3b01d401200320103a00d301200320113a00d201200320123b01d001200320133a00cf01200320143a00ce01200320153b01cc01200320163a00cb01200320173a00ca01200320183b01c80102402002450d00200041023a0000410121070c300b200341a8016a41186a200341c8016a41186a2903002206370300200341a8016a41106a200341c8016a41106a2903002204370300200341a8016a41086a200341c8016a41086a2903002205370300200320032903c80122193703a801200341a0036a41186a2006370300200341a0036a41106a2004370300200341a0036a41086a2005370300200320193703a0032000200341a0036a201c201d41ff0171410047201b10ba04410121070c2f0b200141026a2d0000211b200141046a280200211c20012d0001211d2002411a6a2901002106200241196a2d00002107200241186a2d00002108200241166a2f01002109200241156a2d0000210a200241146a2d0000210b200241126a2f0100210c200241116a2d0000210d200241106a2d0000210e2002410e6a2f0100210f2002410d6a2d000021102002410c6a2d000021112002410a6a2f01002112200241096a2d00002113200241086a2d00002114200241066a2f01002115200241056a2d00002116200241046a2d00002117200241026a2f010021180240024020022d0000450d00200320063702a403200320073a00a303200320083a00a203200320093b01a003410121020c010b20022d00012102200320063703a003200241ff017141014721020b200320063703c001200320073a00bf01200320083a00be01200320093b01bc012003200a3a00bb012003200b3a00ba012003200c3b01b8012003200d3a00b7012003200e3a00b6012003200f3b01b401200320103a00b301200320113a00b201200320123b01b001200320133a00af01200320143a00ae01200320153b01ac01200320163a00ab01200320173a00aa01200320183b01a80102402002450d00200041023a0000410121070c2f0b200341a0036a41186a200341a8016a41186a290300370300200341a0036a41106a200341a8016a41106a290300370300200341a0036a41086a200341a8016a41086a290300370300200320032903a8013703a003200341a0046a41086a220241a6a3c500ad42808080809001841003220741086a290000370300200320072900003703a00420071023200341b8056a41086a22082002290300370300200320032903a0043703b805200241a4ecc500ad4280808080d000841003220741086a290000370300200320072900003703a00420071023200341c8056a41086a22072002290300370300200320032903a0043703c805200341c8016a200341a0036a10910141c00010212202450d2d200220032903b805370000200241086a2008290300370000200220032903c805370010200241186a2007290300370000200220032903c801370020200241286a200341c8016a41086a2207290300370000200241306a200341c8016a41106a2208290300370000200241386a200341c8016a41186a2209290300370000200341a0036a200241c00010bc012007200341a0036a41096a2900003703002008200341a0036a41116a2900003703002009200341b9036a290000370300200320032900a1033703c801410121070240024020032d00a0034101460d00410021070c010b20034198026a200341c8016a41096a290000370300200341a0026a200341c8016a41116a290000370300200341a7026a200341e0016a290000370000200320032900c9013703900220032d00c80121080b20021023024020070d00200041086a4108360200200041046a41e1a5c500360200200041026a41023a000020004183203b0100410121070c2f0b20034198056a41176a220220034190026a41176a29000037000020034198056a41106a220720034190026a41106a290300370300200341b0046a41106a22092007290300370300200341b0046a41176a22072002290000370000200341d8056a41086a220220034190026a41086a290300370300200341d8056a41106a220a2009290300370300200341d8056a41176a22092007290000370000200320032903900222063703b004200320063703d805200320083a00a003200341a9036a2002290300370000200341b1036a200a290300370000200341b8036a2009290000370000200320032903d8053700a1032000200341a0036a201c201d41ff0171410047201b10ba04410121070c2e0b0240024020022d0000417f6a220741034b0d00200141046a2802002108024020070e0400010102000b200241046a2d00000d00200241086a28020041036c2002410c6a2802004101744f0d010b200041023a0000410121070c2e0b200341d0046a200810d80220032d00f8044103460d17200341a0036a410a6a200341d0046a41086a290300370100200341a0036a41126a200341d0046a41106a290300370100200341a0036a411a6a200341d0046a41186a290300370100200341a0036a41226a200341d0046a41206a290300370100200341a0036a412a6a200341d0046a41286a280200360100200320032903d0043701a203200341d8056a41086a200341a0036a41086a220b290100370300200341d8056a41106a200341a0036a41106a220c290100370300200341d8056a41186a200341a0036a41186a220d290100370300200341d8056a41206a200341a0036a41206a290100370300200341d8056a41266a200341a0036a41266a290100370100200320032901a0033703d805200341d8026a41286a200341d8056a412a6a280100360200200341d8026a41206a2202200341d8056a41226a290100370300200341d8026a41186a2207200341d8056a411a6a290100370300200341d8026a41106a2209200341d8056a41126a290100370300200341d8026a41086a220a200341d8056a410a6a290100370300200320032901da053703d802200341a8016a41186a2002290300370300200341a8016a41106a2007290300370300200341a8016a41086a20092903003703002003200a2903003703a801200d2002290300370300200c2007290300370300200b20092903003703002003200a2903003703a003200341a0046a41086a220241a6a3c500ad42808080809001841003220741086a290000370300200320072900003703a00420071023200341b8056a41086a22092002290300370300200320032903a0043703b805200241bceec500ad4280808080d001841003220741086a290000370300200320072900003703a00420071023200341c8056a41086a22072002290300370300200320032903a0043703c805200341c8016a200341a0036a10910141c00010212202450d2c200220032903b805370000200241086a2009290300370000200220032903c805370010200241186a2007290300370000200220032903c801370020200241286a200341c8016a41086a290300370000200241306a200341c8016a41106a290300370000200241386a200341c8016a41186a29030037000041012107200341106a200241c000410141004100109001200328021021092002102320094101460d10200341a0036a41186a200341a8016a41186a290300370300200341a0036a41106a200341a8016a41106a290300370300200341a0036a41086a200341a8016a41086a290300370300200320032903a8013703a003200341a0046a41086a220241a6a3c500ad42808080809001841003220741086a290000370300200320072900003703a00420071023200341b8056a41086a22092002290300370300200320032903a0043703b805200241bceec500ad4280808080d001841003220741086a290000370300200320072900003703a00420071023200341c8056a41086a22072002290300370300200320032903a0043703c805200341c8016a200341a0036a10910141c00010212202450d2c200220032903b805370000200241086a2009290300370000200220032903c805370010200241186a2007290300370000200220032903c801370020200241286a200341c8016a41086a290300370000200241306a200341c8016a41106a290300370000200241386a200341c8016a41186a29030037000041012107200341013a00a0032002ad4280808080800884200341a0036aad42808080801084100220021023200810dc02200041043a00000c2d0b200341e8046a200141196a290000370300200341e0046a200141116a290000370300200341d8046a200141096a290000370300200320012900013703d0040240024020022d0000417f6a220741034b0d00024020070e0400010102000b200241086a2802004101742002410c6a280200490d00200241046a28020041ff0171450d010b200041023a0000410121070c2d0b200341c8016a41186a4200370300200341c8016a41106a22094200370300200341c8016a41086a22074200370300200342003703c801200341a0046a41086a220241a6a3c500ad428080808090018422041003220841086a290000370300200320082900003703a0042008102320072002290300370300200320032903a00422063703b805200320063703c801200241eab6c500ad4280808080c001841003220841086a290000370300200320082900003703a00420081023200920032903a0042206370300200341a8016a41086a2007290300370300200341a8016a41106a2006370300200341a8016a41186a2002290300370300200320063703c805200320032903c8013703a801200341206a200341a8016a412041014100410010900102400240024020032802204101460d00200341a0036a41186a200341d0046a41186a290300370300200341a0036a41106a200341d0046a41106a290300370300200341a0036a41086a200341d0046a41086a290300370300200320032903d0043703a003200220041003220741086a290000370300200320072900003703a00420071023200341b8056a41086a2002290300370300200320032903a0043703b805200241f0edc500ad42808080809001841003220741086a290000370300200320072900003703a00420071023200341c8056a41086a2002290300370300200320032903a0043703c805200341c8016a200341a0036a10910141c00010212202450d2e200220032903b805370000200241086a200341b8056a41086a290300370000200220032903c805370010200241186a200341c8056a41086a290300370000200220032903c801370020200241286a200341c8016a41086a290300370000200241306a200341c8016a41106a290300370000200241386a200341c8016a41186a290300370000200341d8056a200210ac0320032802dc05220a0d01200210230c020b20004183203b0100200041086a4111360200200041046a41b9a5c500360200200041026a41053a0000410121070c2e0b20032903e005210420032802d805210b20021023200341a0036a41186a4200370300200341a0036a41106a220c4200370300200341a0036a41086a22074200370300200342003703a003200341a0046a41086a220241e691c600ad4280808080e000841003220841086a290000370300200320082900003703a0042008102320072002290300370300200320032903a0043703a0032002418192c600ad4280808080e000841003220841086a290000370300200320082900003703a00420081023200c20032903a0042206370300200341d8056a41086a2007290300370300200341d8056a41106a2006370300200341d8056a41186a2002290300370300200320063703b004200320032903a0033703d805200341186a200341d8056a4120108e010240200328021c410020032802181b200b4f0d0020004183203b0100200041086a4113360200200041046a41a6a5c500360200200041026a41063a00002004a7450d28200a1023410121070c2e0b2004a7450d00200a10230b200341a0036a41186a200341d0046a41186a290300370300200341a0036a41106a200341d0046a41106a290300370300200341a0036a41086a200341d0046a41086a290300370300200320032903d0043703a003200341003a00c003200341c8016a41186a220a4200370300200341c8016a41106a220b4200370300200341c8016a41086a22074200370300200342003703c801200341a0046a41086a220241a6a3c500ad42808080809001841003220841086a290000370300200320082900003703a0042008102320072002290300370300200320032903a00422063703b805200320063703c801200241eab6c500ad4280808080c001841003220841086a290000370300200320082900003703a00420081023200341c8056a41086a20022903002206370300200320032903a00422043703c80520092004370000200941086a2006370000200341a8016a41086a2007290300370300200341a8016a41106a200b290300370300200341a8016a41186a200a290300370300200320032903c8013703a801200341003602e005200342013703d8052003200341d8056a3602d802200341a0036a200341d8026a106b024020032d00c003220241024b0d00024002400240024020020e03000102000b410021070c020b410121070c010b410221070b200320073a00b8050240024020032802dc0520032802e0052202460d0020032802d80521080c010b200241016a22072002490d30200241017422082007200820074b1b22074100480d300240024020020d002007102121080c010b20032802d80520022007102521080b2008450d2d200320073602dc05200320083602d80520032d00b805210720032802e00521020b2003200241016a3602e005200820026a20073a00000b20032802dc052102200341a8016aad428080808080048420033502e00542208620032802d8052207ad84100202402002450d00200710230b200041043a0000410121070c2c0b200341f0056a200141196a290000370300200341e8056a200141116a290000370300200341e0056a200141096a290000370300200320012900013703d8050240024020022d0000417f6a220741034b0d00024020070e0400010102000b200241086a2802004101742002410c6a280200490d00200241046a28020041ff0171450d010b200041023a0000410121070c2c0b200341a0036a41186a200341d8056a41186a290300370300200341a0036a41106a200341d8056a41106a290300370300200341a0036a41086a200341d8056a41086a290300370300200320032903d8053703a003200341023a00c003200341c8016a41186a4200370300200341c8016a41106a22094200370300200341c8016a41086a22074200370300200342003703c801200341a0046a41086a220241a6a3c500ad42808080809001841003220841086a290000370300200320082900003703a0042008102320072002290300370300200320032903a00422063703b805200320063703c801200241eab6c500ad4280808080c001841003220841086a290000370300200320082900003703a00420081023200920032903a0042206370300200341a8016a41086a2007290300370300200341a8016a41106a2006370300200341a8016a41186a2002290300370300200320063703c805200320032903c8013703a801200341003602d804200342013703d0042003200341d0046a3602d802200341a0036a200341d8026a106b024020032d00c003220241024b0d00024002400240024020020e03000102000b410021070c020b410121070c010b410221070b200320073a00b8050240024020032802d40420032802d8042202460d0020032802d00421080c010b200241016a22072002490d2f200241017422082007200820074b1b22074100480d2f0240024020020d002007102121080c010b20032802d00420022007102521080b2008450d2c200320073602d404200320083602d00420032d00b805210720032802d80421020b2003200241016a3602d804200820026a20073a00000b20032802d4042102200341a8016aad428080808080048420033502d80442208620032802d0042207ad84100202402002450d00200710230b200041043a0000410121070c2b0b200341f0056a200141196a290000370300200341e8056a200141116a290000370300200341e0056a200141096a290000370300200320012900013703d8050240024020022d0000417f6a220741034b0d00024020070e0400010102000b200241086a2802002002410c6a280200490d00200241046a28020041ff0171450d010b200041023a0000410121070c2b0b200341a0036a41186a200341d8056a41186a290300370300200341a0036a41106a200341d8056a41106a290300370300200341a0036a41086a200341d8056a41086a290300370300200320032903d8053703a003200341013a00c003200341c8016a41186a4200370300200341c8016a41106a22094200370300200341c8016a41086a22074200370300200342003703c801200341a0046a41086a220241a6a3c500ad42808080809001841003220841086a290000370300200320082900003703a0042008102320072002290300370300200320032903a00422063703b805200320063703c801200241eab6c500ad4280808080c001841003220841086a290000370300200320082900003703a00420081023200920032903a0042206370300200341a8016a41086a2007290300370300200341a8016a41106a2006370300200341a8016a41186a2002290300370300200320063703c805200320032903c8013703a801200341003602d804200342013703d0042003200341d0046a3602d802200341a0036a200341d8026a106b024020032d00c003220241024b0d00024002400240024020020e03000102000b410021070c020b410121070c010b410221070b200320073a00b8050240024020032802d40420032802d8042202460d0020032802d00421080c010b200241016a22072002490d2e200241017422082007200820074b1b22074100480d2e0240024020020d002007102121080c010b20032802d00420022007102521080b2008450d2b200320073602d404200320083602d00420032d00b805210720032802d80421020b2003200241016a3602d804200820026a20073a00000b20032802d4042102200341a8016aad428080808080048420033502d80442208620032802d0042207ad84100202402002450d00200710230b200041043a0000410121070c2a0b200141286a280200210b200141246a280200210a200341f0026a200141196a290000370300200341e8026a200141116a290000370300200341d8026a41086a200141096a290000370300200320012900013703d8020240024020022d0000417e6a220741024b0d00024020070e03000102000b200241046a2d00000d00200241086a28020041036c2002410c6a2802004101744f0d010b200041023a0000410121070c2a0b200341c8016a41186a220c4200370300200341c8016a41106a22084200370300200341c8016a41086a22024200370300200342003703c801200341a0046a41086a220741a6a3c500ad42808080809001841003220941086a290000370300200320092900003703a0042009102320022007290300370300200320032903a00422063703b805200320063703c801200741eab6c500ad4280808080c001841003220941086a290000370300200320092900003703a00420091023200820032903a0042206370300200341a8016a41086a2002290300370300200341a8016a41106a2006370300200341a8016a41186a2007290300370300200320063703c805200320032903c8013703a801200341a0036a200341a8016a10a80320032d00c0032107200c200341a0036a41186a2903003703002008200341a0036a41106a2903003703002002200341a0036a41086a290300370300200320032903a0033703c801024020074103470d00200041086a410f360200200041046a41e9a5c50036020041012107200041026a41013a000020004183203b01000c2a0b20034190026a41176a2209200c2900003700004111210220034190026a41106a220c200341c8016a41116a29000037030020034198056a41086a220d200341c8016a41096a29000037030020034198056a41106a220e200c29030037030020034198056a41176a220c2009290000370000200320032900c90137039805200320032d00c8013a00d004200341d0046a41096a200d290300370000200341d0046a41116a200e290300370000200341d0046a41186a200c29000037000020032003290398053700d10402400240024020070d004195a5c5002107410721080c010b200341d8026a200341d0046a412010d504450d01410b2102418aa5c5002107410821080b20004183203b0100200041086a2002360200200041046a2007360200200041026a20083a0000410121070c2a0b200341c8016a41186a220d4200370300200341c8016a41106a220e4200370300200341c8016a41086a22094200370300200342003703c801200341a0046a41086a220241a6a3c500ad42808080809001841003220c41086a2900003703002003200c2900003703a004200c102320092002290300370300200320032903a00422063703b805200320063703c801200241eab6c500ad4280808080c001841003220c41086a2900003703002003200c2900003703a004200c1023200341c8056a41086a20022903002206370300200320032903a00422043703c80520082004370000200841086a2006370000200341a8016a41086a2009290300370300200341a8016a41106a200e290300370300200341a8016a41186a200d290300370300200320032903c8013703a801200341a8016aad42808080808004841005200341a0036a41186a220d4200370300200341a0036a41106a22094200370300200341a0036a41086a22084200370300200342003703a003200241e691c600ad4280808080e000841003220c41086a2900003703002003200c2900003703a004200c102320082002290300370300200320032903a0043703a0032002418192c600ad4280808080e000841003220c41086a2900003703002003200c2900003703a004200c1023200920032903a0042206370300200341d8056a41086a2008290300370300200341d8056a41106a2006370300200341d8056a41186a2002290300370300200320063703b004200320032903a0033703d805200341286a200341d8056a4120108e01200328022c21022003280228210c200d200341d8026a41186a2903003703002009200341d8026a41106a2903003703002008200341d8026a41086a290300370300200320032903d8023703a00320024100200c1b200a41880e200a41880e4b1b6a200341a0036a2007200b10ac04200041043a0000410121070c290b200341a8026a200141196a29000037030020034190026a41106a200141116a29000037030020034190026a41086a200141096a29000037030020032001290001370390020240024020022d00004102470d00200241236a2d00002108200241216a2f000021092002411f6a2d0000210a2002411d6a2f0000210b2002410f6a2d0000210c2002410d6a2f0000210d2002410b6a2d0000210e200241096a2f0000210f200241076a2d00002110200241056a2f00002111200241246a2802002112200241206a2d00002113200241116a2900002106200241106a2d000021142002410c6a2d00002115200241086a2d00002116200241046a2d000021072003200241196a2800003602a803200320063703a00320074101460d010b200041023a0000410121070c290b2003200920084110747222023b01ec04200341ee046a20024110763a00002003200b200a4110747222023b01e804200341ea046a20024110763a00002003200d200c4110747222023b01d804200341d0046a410a6a20024110763a000020032006a722023b01dc04200341de046a20024110763a0000200320123a00ef04200320133a00eb04200320032902a4033703e004200320143a00db04200320153a00d704200320163a00d304200320064218883c00df042003200f200e4110747222023b01d404200320024110763a00d6042003201120104110747222023b01d004200320024110763a00d204200341c8016a41186a220a4200370300200341c8016a41106a22084200370300200341c8016a41086a22024200370300200342003703c801200341a0046a41086a220741a6a3c500ad42808080809001841003220941086a290000370300200320092900003703a0042009102320022007290300370300200320032903a00422063703b805200320063703c801200741eab6c500ad4280808080c001841003220941086a290000370300200320092900003703a00420091023200820032903a0042206370300200341a8016a41086a2002290300370300200341a8016a41106a2006370300200341a8016a41186a2007290300370300200320063703c805200320032903c8013703a801200341a0036a200341a8016a10a80320032d00c0032107200a200341a0036a41186a22092903003703002008200341a0036a41106a220b2903003703002002200341a0036a41086a220c290300370300200320032903a0033703c801024020074103470d00200041086a410a360200200041046a4180a5c500360200200041026a41093a000020004183203b0100410121070c290b200341d8026a41186a200a2903002206370300200341d8026a41106a20082903002204370300200341d8026a41086a20022903002205370300200320032903c80122193703d80220092006370300200b2004370300200c2005370300200320193703a0030240024020034190026a200341a0036a412010d5040d00200341a0046a41086a220241a6a3c500ad42808080809001841003220741086a290000370300200320072900003703a00420071023200341b8056a41086a22092002290300370300200320032903a0043703b805200241f0edc500ad42808080809001841003220741086a290000370300200320072900003703a00420071023200341c8056a41086a22072002290300370300200320032903a0043703c805200341c8016a20034190026a10910141c00010212202450d29200220032903b805370000200241086a2009290300370000200220032903c805370010200241186a2007290300370000200220032903c801370020200241286a200341c8016a41086a290300370000200241306a200341d8016a290300370000200241386a200341c8016a41186a290300370000200341a0036a200210ac0320032903a803210620032802a403210b2002102302400240200b0d0041002102200341003602e002200342013703d8020c010b2003200b3602d802200320063702dc0241002102024002402006422088a7220741014b0d0020070e020201020b03402007410176220920026a220a2002200b200a4105746a200341d0046a412010d5044101481b2102200720096b220741014b0d000b0b200b20024105746a200341d0046a412010d5042207450d022007411f7620026a21020b200341a0036a41186a220a200341d0046a41186a290300370300200341a0036a41106a2209200341d0046a41106a290300370300200341a0036a41086a2207200341d0046a41086a290300370300200320032903d0043703a003200341d8026a2002200341a0036a1075200a42003703002009420037030020074200370300200342003703a003200341a0046a41086a220241e691c600ad4280808080e000841003220a41086a2900003703002003200a2900003703a004200a102320072002290300370300200320032903a0043703a0032002418192c600ad4280808080e000841003220a41086a2900003703002003200a2900003703a004200a1023200920032903a0042206370300200341d8056a41086a2007290300370300200341d8056a41106a2006370300200341d8056a41186a2002290300370300200320063703b004200320032903a0033703d805200341306a200341d8056a4120108e012003280230210b2003280234210c20032802d802210a20032802dc02210d20032802e0022107200241a6a3c500ad42808080809001841003220941086a290000370300200320092900003703a00420091023200341b8056a41086a220e2002290300370300200320032903a0043703b805200241f0edc500ad42808080809001841003220941086a290000370300200320092900003703a00420091023200341c8056a41086a220f2002290300370300200320032903a0043703c805200341c8016a20034190026a10910141c00010212209450d29200920032903b805370000200941086a200e290300370000200920032903c805370010200941186a200f290300370000200920032903c801370020200941286a200341c8016a41086a290300370000200941306a200341c8016a41106a290300370000200941386a200341c8016a41186a290300370000410410212202450d2920034284808080c0003702a403200320023602a0032002200c41c093066a41c09306200b1b220b3600002007200341a0036a105d02402007450d0020074105742107200a210203402002200341a0036a1071200241206a2102200741606a22070d000b0b20032802a40321022009ad428080808080088420033502a80342208620032802a0032207ad84100202402002450d00200710230b200910230240200d450d00200a10230b200341a0036a41086a410a3a0000200341c9036a200329039002370000200341093a00a003200341a0036a41096a20032903d004370000200341b1036a200341d0046a41086a290300370000200341b9036a200341d0046a41106a290300370000200341c1036a200341d0046a41186a290300370000200341d1036a20034190026a41086a290300370000200341d9036a20034190026a41106a290300370000200341e1036a20034190026a41186a290300370000200341ec036a200b360200200341a0036a109901200341c8016a41186a220a4200370300200341c8016a41106a220b4200370300200341c8016a41086a22074200370300200342003703c801200341a0046a41086a220241a6a3c500ad42808080809001841003220941086a290000370300200320092900003703a0042009102320072002290300370300200320032903a00422063703b805200320063703c801200241eab6c500ad4280808080c001841003220941086a290000370300200320092900003703a00420091023200341c8056a41086a20022903002206370300200320032903a00422043703c80520082004370000200841086a2006370000200341a8016a41086a2007290300370300200341a8016a41106a200b290300370300200341a8016a41186a200a290300370300200320032903c8013703a801200341a8016aad42808080808004841005200041043a0000410121070c2a0b20004183203b0100200041086a410f360200200041046a41e9a5c50036020041012107200041026a41013a00000c290b20004183203b0100200041086a410d360200200041046a41f3a4c500360200200041026a410a3a00002006a7450d22200b1023410121070c280b024020022d000120022d000072450d00200041023a0000410121070c280b200141046a28020010dc02200041043a0000410121070c270b024020022d000120022d000072450d00200041023a0000410121070c270b200141046a280200210b200341a0036a41186a220e4200370300200341a0036a41106a220d4200370300200341a0036a41086a220c4200370300200342003703a003200341a0046a41086a220241a6a3c500ad42808080809001841003220741086a290000370300200320072900003703a00420071023200c2002290300370300200320032903a0043703a003200241b7b6c500ad4280808080d001841003220741086a290000370300200320072900003703a00420071023200d20032903a0042206370300200341d8056a41086a200c290300370300200341d8056a41106a2006370300200341d8056a41186a2002290300370300200320063703b004200320032903a0033703d805200341a0036a200341d8056a10dd0220032802a0032202410420021b211820032902a403420020021b221a422088a7220a450d1e4100210720182102410021080340024002400240200241246a280200200b460d0020070d01410021070c020b200741016a21070c010b200820076b2209200a4f0d13200341a0036a41206a220f2002200741586c6a220941206a2210290200370300200e200941186a2211290200370300200d200941106a2212290200370300200c200941086a2213290200370300200320092902003703a003200241206a22142902002106200241186a22152902002104200241106a22162902002105200241086a2217290200211920092002290200370200201320193702002012200537020020112004370200201020063702002014200f2903003702002015200e2903003702002016200d2903003702002017200c290300370200200220032903a0033702000b200241286a2102200a200841016a2208460d1e0c000b0b200341d0046a41186a200141196a290000370300200341d0046a41106a200141116a290000370300200341d0046a41086a200141096a290000370300200320012900013703d0042002411a6a2901002106200241196a2d00002107200241186a2d00002108200241166a2f01002109200241156a2d0000210a200241146a2d0000210b200241126a2f0100210c200241116a2d0000210d200241106a2d0000210e2002410e6a2f0100210f2002410d6a2d000021102002410c6a2d000021112002410a6a2f01002112200241096a2d00002113200241086a2d00002114200241066a2f01002115200241056a2d00002116200241046a2d00002117200241026a2f010021180240024020022d0000450d00200320063702a403200320073a00a303200320083a00a203200320093b01a003410121020c010b20022d00012102200320063703a003200241ff017141014721020b200320063703c001200320073a00bf01200320083a00be01200320093b01bc012003200a3a00bb012003200b3a00ba012003200c3b01b8012003200d3a00b7012003200e3a00b6012003200f3b01b401200320103a00b301200320113a00b201200320123b01b001200320133a00af01200320143a00ae01200320153b01ac01200320163a00ab01200320173a00aa01200320183b01a80102402002450d00200041023a0000410121070c260b200341d8026a41186a200341a8016a41186a290300370300200341d8026a41106a200341a8016a41106a290300370300200341d8026a41086a200341a8016a41086a290300370300200320032903a8013703d802200341a0046a41086a220241a6a3c500ad42808080809001841003220741086a290000370300200320072900003703a00420071023200341b8056a41086a22082002290300370300200320032903a0043703b805200241a4ecc500ad4280808080d000841003220741086a290000370300200320072900003703a00420071023200341c8056a41086a22072002290300370300200320032903a0043703c805200341c8016a200341d0046a10910141c00010212202450d24200220032903b805370000200241086a2008290300370000200220032903c805370010200241186a2007290300370000200220032903c801370020200241286a200341c8016a41086a290300370000200241306a200341c8016a41106a290300370000200241386a200341c8016a41186a29030037000041012107200341386a200241c0004101410041001090012003280238210820021023024020084101460d00200341d8056a41186a200341d8026a41186a290300370300200341d8056a41106a200341d8026a41106a290300370300200341d8056a41086a200341d8026a41086a290300370300200320032903d8023703d805200341a0036a41186a200341d0046a41186a290300370300200341a0036a41106a200341d0046a41106a290300370300200341a0036a41086a200341d0046a41086a290300370300200320032903d0043703a003200341a0046a41086a220241a6a3c500ad42808080809001841003220741086a290000370300200320072900003703a00420071023200341b8056a41086a22082002290300370300200320032903a0043703b805200241a4ecc500ad4280808080d000841003220741086a290000370300200320072900003703a00420071023200341c8056a41086a22072002290300370300200320032903a0043703c805200341c8016a200341a0036a10910141c00010212202450d25200220032903b805370000200241086a2008290300370000200220032903c805370010200241186a2007290300370000200220032903c801370020200241286a200341c8016a41086a290300370000200241306a200341c8016a41106a290300370000200241386a200341c8016a41186a290300370000200341c0003602a403200320023602a003200341d8056a200341a0036a10c00120021023200041043a0000410121070c260b20004183203b0100200041086a410c360200200041046a41e7a4c500360200200041026a410b3a00000c250b2002411a6a2901002106200241196a2d00002107200241186a2d00002108200241166a2f01002109200241156a2d0000210a200241146a2d0000210b200241126a2f0100210c200241116a2d0000210d200241106a2d0000210e2002410e6a2f0100210f2002410d6a2d000021102002410c6a2d000021112002410a6a2f01002112200241096a2d00002113200241086a2d00002114200241066a2f01002115200241056a2d00002116200241046a2d00002117200241026a2f010021180240024020022d0000450d00200320063702a403200320073a00a303200320083a00a203200320093b01a003410121020c010b20022d00012102200320063703a003200241ff017141014721020b200320063703e001200320073a00df01200320083a00de01200320093b01dc012003200a3a00db012003200b3a00da012003200c3b01d8012003200d3a00d7012003200e3a00d6012003200f3b01d401200320103a00d301200320113a00d201200320123b01d001200320133a00cf01200320143a00ce01200320153b01cc01200320163a00cb01200320173a00ca01200320183b01c80102402002450d00200041023a0000410121070c250b200341a8016a41186a200341c8016a41186a2903002206370300200341a8016a41106a200341c8016a41106a2903002204370300200341a8016a41086a200341c8016a41086a2903002205370300200320032903c80122193703a801200341a0036a41186a2006370300200341a0036a41106a2004370300200341a0036a41086a2005370300200320193703a003200341a0036a10bb04200041043a0000410121070c240b200341d8026a41186a200141196a290000370300200341d8026a41106a200141116a290000370300200341d8026a41086a200141096a290000370300200320012900013703d8022002411a6a2901002106200241196a2d00002107200241186a2d00002108200241166a2f01002109200241156a2d0000210a200241146a2d0000210b200241126a2f0100210c200241116a2d0000210d200241106a2d0000210e2002410e6a2f0100210f2002410d6a2d000021102002410c6a2d000021112002410a6a2f01002112200241096a2d00002113200241086a2d00002114200241066a2f01002115200241056a2d00002116200241046a2d00002117200241026a2f010021180240024020022d0000450d00200320063702a403200320073a00a303200320083a00a203200320093b01a003410121020c010b20022d00012102200320063703a003200241ff017141014721020b200320063703c001200320073a00bf01200320083a00be01200320093b01bc012003200a3a00bb012003200b3a00ba012003200c3b01b8012003200d3a00b7012003200e3a00b6012003200f3b01b401200320103a00b301200320113a00b201200320123b01b001200320133a00af01200320143a00ae01200320153b01ac01200320163a00ab01200320173a00aa01200320183b01a80102402002450d00200041023a0000410121070c240b200341d0046a41186a200341a8016a41186a290300370300200341d0046a41106a200341a8016a41106a290300370300200341d0046a41086a200341a8016a41086a290300370300200320032903a8013703d004200341a0046a41086a220241a6a3c500ad42808080809001841003220741086a290000370300200320072900003703a00420071023200341b8056a41086a22082002290300370300200320032903a0043703b805200241a4ecc500ad4280808080d000841003220741086a290000370300200320072900003703a00420071023200341c8056a41086a22072002290300370300200320032903a0043703c805200341c8016a200341d8026a10910141c00010212202450d22200220032903b805370000200241086a2008290300370000200220032903c805370010200241186a2007290300370000200220032903c801370020200241286a200341c8016a41086a2207290300370000200241306a200341c8016a41106a2208290300370000200241386a200341c8016a41186a2209290300370000200341a0036a200241c00010bc012007200341a0036a41096a2900003703002008200341a0036a41116a2900003703002009200341b9036a290000370300200320032900a1033703c801410121070240024020032d00a0034101460d00410021070c010b20034198026a200341c8016a41096a290000370300200341a0026a200341c8016a41116a290000370300200341a7026a200341e0016a290000370000200320032900c9013703900220032d00c80121080b20021023024020070d00200041086a4108360200200041046a41e1a5c500360200200041026a41023a000020004183203b0100410121070c240b20034198056a41176a220220034190026a41176a29000037000020034198056a41106a220720034190026a41106a290300370300200341b0046a41086a20034190026a41086a2903002206370300200341b0046a41106a22092007290300370300200341b0046a41176a22072002290000370000200320032903900222043703b004200320083a00d805200341d8056a41186a2007290000370000200341e9056a2009290300370000200341e1056a2006370000200320043700d9050240200341d8056a200341d0046a412010d5040d00200341a0036a41186a200341d8026a41186a290300370300200341a0036a41106a200341d8026a41106a290300370300200341a0036a41086a200341d8026a41086a290300370300200320032903d8023703a003200341a0036a10bb04200041043a0000410121070c240b20004183203b0100200041086a410a360200200041046a41dda4c500360200200041026a410c3a0000410121070c230b200141216a2d0000210a20034188016a41186a200141196a29000037030020034188016a41106a200141116a29000037030020034188016a41086a200141096a29000037030020032001290001370388012002411a6a2901002106200241196a2d00002107200241186a2d00002108200241166a2f01002109200241156a2d0000210b200241146a2d0000210c200241126a2f0100210d200241116a2d0000210e200241106a2d0000210f2002410e6a2f010021102002410d6a2d000021112002410c6a2d000021122002410a6a2f01002113200241096a2d00002114200241086a2d00002115200241066a2f01002116200241056a2d00002117200241046a2d00002118200241026a2f0100211b0240024020022d0000450d00200320063702a403200320073a00a303200320083a00a203200320093b01a003410121020c010b20022d00012102200320063703a003200241ff017141014721020b200320063703c001200320073a00bf01200320083a00be01200320093b01bc012003200b3a00bb012003200c3a00ba012003200d3b01b8012003200e3a00b7012003200f3a00b601200320103b01b401200320113a00b301200320123a00b201200320133b01b001200320143a00af01200320153a00ae01200320163b01ac01200320173a00ab01200320183a00aa012003201b3b01a80102402002450d00200041023a0000410121070c230b200341e8016a41186a200341a8016a41186a290300370300200341e8016a41106a200341a8016a41106a290300370300200341e8016a41086a200341a8016a41086a290300370300200320032903a8013703e801200341a0046a41086a220241a6a3c500ad42808080809001841003220741086a290000370300200320072900003703a00420071023200341b8056a41086a22082002290300370300200320032903a0043703b805200241afa3c500ad4280808080b001841003220741086a290000370300200320072900003703a00420071023200341c8056a41086a22072002290300370300200320032903a0043703c805200341c8016a200341e8016a10910141c00010212202450d21200220032903b805370000200241086a2008290300370000200220032903c805370010200241186a2007290300370000200220032903c801370020200241286a200341c8016a41086a290300370000200241306a200341c8016a41106a290300370000200241386a200341c8016a41186a290300370000200341d8056a200210aa03024020032d00f90522074102470d002003200341e8016a3602bc06200341a0046a41086a220741a6a3c500ad42808080809001841003220841086a290000370300200320082900003703a00420081023200341b8056a41086a22092007290300370300200320032903a0043703b80520074195a3c500ad42808080809002841003220841086a290000370300200320082900003703a00420081023200341c8056a41086a2007290300220637030020034198056a41086a2009290300370300200341b0056a2006370300200320032903a00422063703c805200320032903b80537039805200320063703a805200341a0036a20034198056a10f70120034190026a20032802a003220720032802a80310bc01024020032802a403450d00200710230b200341a8056a2108024020032d0090020d00200341a0046a41086a220741a6a3c500ad42808080809001841003220941086a290000370300200320092900003703a00420091023200341b8056a41086a220b2007290300370300200320032903a0043703b80520074195a3c500ad42808080809002841003220941086a290000370300200320092900003703a00420091023200341c8056a41086a2007290300220637030020034198056a41086a200b290300370300200320032903a00422043703c80520082004370000200841086a2006370000200320032903b80537039805200341a0036a20034198056a10f70120032802a0032107200320032802a8033602d404200320073602d004200341e8016a200341d0046a10c00120032802a403450d19200710230c190b200341b0046a41186a200341a9026a290000370300200341b0046a41106a200341a1026a290000370300200341b0046a41086a20034199026a29000037030020032003290091023703b004200341a0046a41086a220741a6a3c500ad42808080809001841003220941086a290000370300200320092900003703a00420091023200341b8056a41086a220b2007290300370300200320032903a0043703b805200741afa3c500ad4280808080b001841003220941086a290000370300200320092900003703a00420091023200341c8056a41086a22092007290300370300200320032903a0043703c805200341a0036a200341b0046a10910141c00010212207450d22200720032903b805370000200720032903c805370010200720032903a003370020200741086a200b290300370000200741186a2009290300370000200741286a200341a0036a41086a290300370000200741306a200341a0036a41106a290300370000200741386a200341a0036a41186a290300370000200342c080808080083702cc01200320073602c801200341a0036a200710aa03024020032d00c1034102470d00200341003602e002200342013703d80220034198056a41146a410f360200200341a4056a410c360200200341093602cc052003410c36029c05200341a6a3c5003602c8052003410b3602ac01200341afa3c5003602a8012003200341c8016a3602a8052003200341a8016a3602a0052003200341c8056a360298052003200341d8026a3602b805200341d0046a41146a4103360200200342033702d404200341a8b5c6003602d004200320034198056a3602e004200341b8056a41c893c500200341d0046a10301a20033502e00242208620033502d80284100720032802bc06210b200341a0046a41086a220741a6a3c500ad42808080809001841003220941086a290000370300200320092900003703a00420091023200341b8056a41086a220c2007290300370300200320032903a0043703b80520074195a3c500ad42808080809002841003220941086a290000370300200320092900003703a00420091023200341c8056a41086a2007290300220637030020034198056a41086a200c290300370300200320032903a00422043703c80520082004370000200841086a2006370000200320032903b80537039805200341d0046a20034198056a10f70120032802d0042107200320032802d80436029c052003200736029805200b20034198056a10c001024020032802d404450d00200710230b024020032802dc02450d0020032802d80210230b20032802cc01450d1920032802c80110230c190b200341d0046a200341c1036a41c20010d3041a20032d00f1042109200341d8026a41206a220b200341a0036a41206a2d00003a0000200341d8026a41186a200341a0036a41186a290300370300200341d8026a41106a200341a0036a41106a290300370300200341d8026a41086a200341a0036a41086a290300370300200341d8026a41286a200341f2046a410020094101461b360200200320032903a0033703d8022003200341bc066a3602fc02200341003602a0052003420137039805200341d8026a20034198056a10710240200b2d0000220941064b0d000240024002400240024002400240024020090e0700010203040506000b4100210b0c060b4101210b0c050b4102210b0c040b4103210b0c030b4104210b0c020b4105210b0c010b4106210b0b2003200b3a00b80502400240200328029c0520032802a0052209460d00200328029805210c0c010b200941016a220b2009490d272009410174220c200b200c200b4b1b220b4100480d270240024020090d00200b1021210c0c010b2003280298052009200b1025210c0b200c450d242003200b36029c052003200c3602980520032d00b805210b20032802a00521090b2003200941016a3602a005200c20096a200b3a00000b200341fc026a20034198056a10f801200328029c0521092007ad428080808080088420033502a0054220862003280298052207ad84100202402009450d00200710230b024020032802cc01450d0020032802c80110230b20032802bc06210b200341a0046a41086a220741a6a3c500ad42808080809001841003220941086a290000370300200320092900003703a00420091023200341b8056a41086a220c2007290300370300200320032903a0043703b80520074195a3c500ad42808080809002841003220941086a290000370300200320092900003703a00420091023200341c8056a41086a2007290300220637030020034198056a41086a200c290300370300200320032903a00422043703c80520082004370000200841086a2006370000200320032903b80537039805200341a0036a20034198056a10f70120032802a0032107200320032802a8033602d404200320073602d004200b200341d0046a10c001024020032802a403450d00200710230b200341d8026a41086a200341b0046a41086a290300370300200341d8026a41106a200341b0046a41106a290300370300200341d8026a41186a200341b0046a41186a290300370300200320032903b0043703d80241012108410021070c190b200341d0046a41186a20034192066a290100370300200341d0046a41106a2003418a066a290100370300200341d0046a41086a20034182066a290100370300200341d8026a41086a200341a3066a290000370300200341d8026a41106a200341ab066a290000370300200341d8026a41186a200341b3066a290000370300200320032901fa053703d00420032003419b066a2900003703d8022003419a066a2d000021080c180b0240024020022d00000d0020022d000141ff01714101460d010b200041023a0000410121070c220b200241196a3100002104200241186a3100002105200241166a3301002119200241156a310000211a200241146a310000211e200241126a330100211f200241116a2d00002107200241106a2d000021082002410e6a2f010021092002410d6a2d0000210a2002410c6a2d0000210b2002410a6a2f0100210c200241096a2d0000210d200241086a2d0000210e200241066a2f0100210f200241056a2d00002110200241046a2d00002111200241026a2f0100211220034186026a2002411a6a29010022064230883c0000200341f6016a20083a0000200341f2016a200b3a000020032006a722023b01800220034182026a20024110763a0000200320093b01f4012003200c3b01f0012003200e3a00ee012003200f3b01ec01200320113a00ea01200320123b01e801200320073a00f7012003200a3a00f3012003200d3a00ef01200320103a00eb01200320064220883d018402200320064238883c008702200320064218883c0083022003201f201e42108684201a421886842019422086842005423086842004423886843703f801200341a0046a41086a220241a6a3c500ad42808080809001841003220741086a290000370300200320072900003703a00420071023200341b8056a41086a22082002290300370300200320032903a0043703b805200241afa3c500ad4280808080b001841003220741086a290000370300200320072900003703a00420071023200341c8056a41086a22072002290300370300200320032903a0043703c805200341d8026a200341e8016a10910141c00010212202450d20200220032903b805370000200241086a2008290300370000200220032903c805370010200241186a2007290300370000200220032903d802370020200241286a200341d8026a41086a290300370000200241306a200341d8026a41106a290300370000200241386a200341d8026a41186a29030037000041012107200341c8006a200241c0004101410041001090012003280248210820021023024020084101470d00200341a0046a41086a220241a6a3c500ad42808080809001841003220841086a290000370300200320082900003703a00420081023200341b8056a41086a22092002290300370300200320032903a0043703b805200241afa3c500ad4280808080b001841003220841086a290000370300200320082900003703a00420081023200341c8056a41086a22082002290300370300200320032903a0043703c805200341d8026a200341e8016a10910141c00010212202450d21200220032903b805370000200241086a2009290300370000200220032903c805370010200241186a2008290300370000200220032903d802370020200241286a200341d8026a41086a290300370000200241306a200341d8026a41106a290300370000200241386a200341d8026a41186a290300370000200341a0036a200210aa03024020032d00c103220a410246220b0d002002ad428080808080088410050b200341b0046a41186a2209200341a0036a41186a290300370300200341b0046a41106a220c200341a0036a41106a290300370300200341b0046a41086a220d200341a0036a41086a2208290300370300200320032903a0033703b00420032d00c003210e20034190026a200341a0036a41226a41c10010d3041a200341c8016a41086a220f200d290300370300200341c8016a41106a200c290300370300200341c8016a41186a2009290300370300200320032903b0043703c801200341d8026a20034190026a41c10010d3041a41072109200b0d16200341a8016a41186a200341c8016a41186a290300370300200341a8016a41106a200341c8016a41106a290300370300200341a8016a41086a200f290300370300200320032903c8013703a8012003200a3a00d004200341d0046a410172200341d8026a41c10010d304210c200341d0046a41226a210b41002109024020032d00f1044101470d00200341a0046a41086a220941a6a3c500ad42808080809001841003220a41086a2900003703002003200a2900003703a004200a1023200341b8056a41086a220d2009290300370300200320032903a0043703b805200941afa3c500ad4280808080b001841003220a41086a2900003703002003200a2900003703a004200a1023200341c8056a41086a220a2009290300370300200320032903a0043703c805200341a0036a200b10910141c00010212209450d22200920032903b805370000200920032903c805370010200920032903a003370020200941086a200d290300370000200941186a200a290300370000200941286a200341a0036a41086a290300370000200941306a200341b0036a290300370000200941386a200341a0036a41186a29030037000020032d00d004210a0b02400240200a41ff01714101470d00200341a0046a41086a220a41a6a3c500ad42808080809001841003220b41086a2900003703002003200b2900003703a004200b1023200341b8056a41086a220d200a290300370300200320032903a0043703b805200a41afa3c500ad4280808080b001841003220b41086a2900003703002003200b2900003703a004200b1023200341c8056a41086a220b200a290300370300200320032903a0043703c805200341a0036a200c10910141c0001021220a0d010c230b024020032d00f1044101460d00200341a0046a41086a220a41a6a3c500ad42808080809001841003220b41086a2900003703002003200b2900003703a004200b1023200341b8056a41086a220c200a290300370300200320032903a0043703b805200a4195a3c500ad42808080809002841003220b41086a2900003703002003200b2900003703a004200b1023200341c8056a41086a200a290300220637030020034198056a41086a200c290300370300200341b0056a2006370300200320032903a00422063703c805200320032903b80537039805200320063703a805200341a0036a20034198056a10f70120033502a80342208620032802a003220aad84100520032802a403450d16200a10230c160b200341a0046a41086a220a41a6a3c500ad42808080809001841003220c41086a2900003703002003200c2900003703a004200c1023200341b8056a41086a220d200a290300370300200320032903a0043703b805200a4195a3c500ad42808080809002841003220c41086a2900003703002003200c2900003703a004200c1023200341c8056a41086a200a290300220637030020034198056a41086a200d290300370300200341b0056a2006370300200320032903a00422063703c805200320032903b80537039805200320063703a805200341a0036a20034198056a10f70120032802a003210a200320032802a8033602dc052003200a3602d805200b200341d8056a10c00120032802a403450d15200a10230c150b200a20032903b805370000200a20032903c805370010200a20032903a003370020200a41086a200d290300370000200a41186a200b290300370000200a41286a200341a0036a41086a290300370000200a41306a200341a0036a41106a290300370000200a41386a200341a0036a41186a290300370000200342c080808080083702cc052003200a3602c805200341d8056a200a10aa03024020032d00f9054102470d002003410036029001200342013703880120034198056a41146a410f360200200341a4056a410c360200200341093602a404200341a6a3c5003602a0042003410c36029c052003410b3602bc05200341afa3c5003602b8052003200341c8056a3602a8052003200341b8056a3602a0052003200341a0046a36029805200320034188016a3602bc06200341a0036a41146a4103360200200342033702a403200341ecb4c6003602a003200320034198056a3602b003200341bc066a41c893c500200341a0036a10301a200335029001422086200335028801841007200328028c01450d1420032802880110230c140b200341a0036a200341d8056a41c20010d3041a20034182046a200341f1046a220b41206a2d00003a0000200341fa036a200b41186a290000370100200341f2036a200b41106a290000370100200341ea036a200b41086a290000370100200341a0036a41c2006a200b290000370100200341003602a0052003420137039805200341a0036a20034198056a1071024020032d00c003220b41064b0d0002400240024002400240024002400240200b0e0700010203040506000b4100210c0c060b4101210c0c050b4102210c0c040b4103210c0c030b4104210c0c020b4105210c0c010b4106210c0b2003200c3a00b80502400240200328029c0520032802a005220b460d00200328029805210d0c010b200b41016a220c200b490d26200b410174220d200c200d200c4b1b220c4100480d2602400240200b0d00200c1021210d0c010b200328029805200b200c1025210d0b200d450d232003200c36029c052003200d3602980520032d00b805210c20032802a005210b0b2003200b41016a3602a005200d200b6a200c3a00000b200341c1036a20034198056a10f901200328029c05210b200aad428080808080088420033502a005422086200328029805220cad841002200b450d13200c10230c130b20004183203b0100200041086a410c360200200041046a41d1a4c500360200200041026a410d3a00000c210b024020022d000120022d000072450d00200041023a0000410121070c210b200341c8016a41186a4200370300200341c8016a41106a22094200370300200341c8016a41086a22074200370300200342003703c801200341a0046a41086a220241a6a3c500ad42808080809001841003220841086a290000370300200320082900003703a0042008102320072002290300370300200320032903a00422063703b805200320063703c801200241d6b6c500ad4280808080b001841003220841086a290000370300200320082900003703a00420081023200920032903a0042206370300200341a8016a41086a2007290300370300200341a8016a41106a2006370300200341a8016a41186a2002290300370300200320063703c805200320032903c8013703a801200341a8016aad42808080808004841005200041043a0000410121070c200b2001410c6a280200211d200141086a280200211c200141046a280200210a2002411a6a2901002106200241196a2d00002107200241186a2d00002108200241166a2f01002109200241156a2d0000210b200241146a2d0000210c200241126a2f0100210d200241116a2d0000210e200241106a2d0000210f2002410e6a2f010021102002410d6a2d000021112002410c6a2d000021122002410a6a2f01002113200241096a2d00002114200241086a2d00002115200241066a2f01002116200241056a2d00002117200241046a2d00002118200241026a2f0100211b0240024020022d0000450d00200320063702a403200320073a00a303200320083a00a203200320093b01a003410121020c010b20022d00012102200320063703a003200241ff017141014721020b200320063701c001200320073a00bf01200320083a00be01200320093b01bc012003200b3a00bb012003200c3a00ba012003200d3b01b8012003200e3a00b7012003200f3a00b601200320103b01b401200320113a00b301200320123a00b201200320133b01b001200320143a00af01200320153a00ae01200320163b01ac01200320173a00ab01200320183a00aa012003201b3b01a80102402002450d00200041023a00000c100b200341d8026a41186a200341a8016a41186a290100370300200341d8026a41106a200341a8016a41106a290100370300200341d8026a41086a200341a8016a41086a290100370300200320032901a8013703d802200341a0036a41186a2207201dad2206422086200aad841001220241186a290000370300200341a0036a41106a2208200241106a290000370300200341a0036a41086a2209200241086a290000370300200320022900003703a00320021023200341d0046a41186a2007290300370300200341d0046a41106a2008290300370300200341d0046a41086a2009290300370300200320032903a0033703d004200341a0046a41086a220241a6a3c500ad42808080809001841003220741086a290000370300200320072900003703a00420071023200341b8056a41086a22082002290300370300200320032903a0043703b805200241c4b6c500ad42808080809001841003220741086a290000370300200320072900003703a00420071023200341c8056a41086a22072002290300370300200320032903a0043703c805200341c8016a200341d0046a10910141c00010212202450d1e200220032903b805370000200241086a2008290300370000200220032903c805370010200241186a2007290300370000200220032901c801370020200241286a200341c8016a41086a290100370000200241306a200341c8016a41106a290100370000200241386a200341c8016a41186a290100370000200341e8006a200241c000410141004100109001200328026821072002102320074101460d0b200341d8006a200642004280c2d72f420010d804200341a0036a200341d8026a20032903582206200341d8006a41086a290300220410ad01200320032900a103370398052003200341a0036a41086a220228000036009f05024020032d00a00322074104460d00200020073a00002000200329039805370001200041086a200328009f053600000c100b200341a0036a41186a22094200370300200341a0036a41106a220b420037030020024200370300200342003703a003200341a0046a41086a220741e691c600ad4280808080e000841003220841086a290000370300200320082900003703a0042008102320022007290300370300200320032903a0043703a0032007418192c600ad4280808080e000841003220841086a290000370300200320082900003703a00420081023200b20032903a0042205370300200341d8056a41086a22082002290300370300200341d8056a41106a220b2005370300200341d8056a41186a220c2007290300370300200320053703b004200320032903a0033703d805200341d0006a200341d8056a4120108e012003280254210d2003280250210e200c200341d0046a41186a220f290300370300200b200341d0046a41106a220c2903003703002008200341d0046a41086a220b290300370300200320032903d0043703d8052009201d360200200341b4036a201c360200200341c4036a200341d8026a41086a2208290300370200200341cc036a200341d8026a41106a2209290300370200200341d4036a200341d8026a41186a2210290300370200200320043703a803200320063703a0032003200a3602b003200320032903d8023702bc03410021072003200d4100200e1b3602dc03200341d8056a200341a0036a10bc04200341f8036a2004370300200341f0036a20063703002002410b3a0000200341b1036a200b290300370000200341b9036a200c290300370000200341c1036a200f290300370000200341c9036a20032903d802370000200341d1036a2008290300370000200341d9036a2009290300370000200341e1036a2010290300370000200341093a00a003200341a0036a41096a20032903d004370000200341a0036a109901200041043a00000c1f0b2001410c6a280200211d200141086a280200211c200141046a280200210a2002411a6a2901002106200241196a2d00002107200241186a2d00002108200241166a2f01002109200241156a2d0000210b200241146a2d0000210c200241126a2f0100210d200241116a2d0000210e200241106a2d0000210f2002410e6a2f010021102002410d6a2d000021112002410c6a2d000021122002410a6a2f01002113200241096a2d00002114200241086a2d00002115200241066a2f01002116200241056a2d00002117200241046a2d00002118200241026a2f0100211b0240024020022d0000450d00200320063702a403200320073a00a303200320083a00a203200320093b01a003410121020c010b20022d00012102200320063703a003200241ff017141014721020b200320063701c001200320073a00bf01200320083a00be01200320093b01bc012003200b3a00bb012003200c3a00ba012003200d3b01b8012003200e3a00b7012003200f3a00b601200320103b01b401200320113a00b301200320123a00b201200320133b01b001200320143a00af01200320153a00ae01200320163b01ac01200320173a00ab01200320183a00aa012003201b3b01a80102402002450d00200041023a00000c0e0b200341d8026a41186a200341a8016a41186a290100370300200341d8026a41106a200341a8016a41106a290100370300200341d8026a41086a200341a8016a41086a290100370300200320032901a8013703d802200341a0036a41186a2207201dad422086200aad841001220241186a290000370300200341a0036a41106a2208200241106a290000370300200341a0036a41086a2209200241086a290000370300200320022900003703a00320021023200341d0046a41186a2007290300370300200341d0046a41106a2008290300370300200341d0046a41086a2009290300370300200320032903a0033703d004200341a0046a41086a220241a6a3c500ad42808080809001841003220741086a290000370300200320072900003703a00420071023200341b8056a41086a22082002290300370300200320032903a0043703b805200241c4b6c500ad42808080809001841003220741086a290000370300200320072900003703a00420071023200341c8056a41086a22072002290300370300200320032903a0043703c805200341c8016a200341d0046a10910141c00010212202450d1d200220032903b805370000200241086a2008290300370000200220032903c805370010200241186a2007290300370000200220032901c801370020200241286a200341c8016a41086a290100370000200241306a200341c8016a41106a290100370000200241386a200341c8016a41186a290100370000200341f8006a200241c000410141004100109001200328027821072002102320074101460d0b200341a0036a41186a4200370300200341a0036a41106a22094200370300200341a0036a41086a22074200370300200342003703a003200341a0046a41086a220241a6a3c500ad42808080809001841003220841086a290000370300200320082900003703a0042008102320072002290300370300200320032903a0043703a003200241b7b6c500ad4280808080d001841003220841086a290000370300200320082900003703a00420081023200920032903a0042206370300200341d8056a41086a2007290300370300200341d8056a41106a2006370300200341d8056a41186a2002290300370300200320063703b004200320032903a0033703d805200341a0036a200341d8056a10dd0220032802a0032202410420021b220b20032902a403420020021b2206422088a741286c6a2108200b21020240034020022008460d010240200341d0046a200241046a2207460d00200741246a21022007200341d0046a412010d5040d010b0b200341a0036a41186a22084200370300200341a0036a41106a220d4200370300200341a0036a41086a22024200370300200342003703a003200341a0046a41086a220741e691c600ad4280808080e000841003220c41086a2900003703002003200c2900003703a004200c102320022007290300370300200320032903a0043703a0032007418192c600ad4280808080e000841003220c41086a2900003703002003200c2900003703a004200c1023200341b0046a41086a20072903002204370300200320032903a00422053703b00420092005370000200941086a2004370000200341d8056a41086a22072002290300370300200341d8056a41106a2209200d290300370300200341d8056a41186a220c2008290300370300200320032903a0033703d805200341f0006a200341d8056a4120108e012003280274210d2003280270210e200c200341d0046a41186a220f2903003703002009200341d0046a41106a220c2903003703002007200341d0046a41086a2209290300370300200320032903d0043703d8052008201d360200200341b4036a201c360200200341c4036a200341d8026a41086a2207290300370200200341cc036a200341d8026a41106a2210290300370200200341d4036a200341d8026a41186a2211290300370200200342003703a803200342003703a0032003200a3602b003200320032903d8023702bc03410021082003200d4100200e1b3602dc03200341d8056a200341a0036a10bc04200341f8036a4200370300200341f0036a42003703002002410b3a0000200341b1036a2009290300370000200341b9036a200c290300370000200341c1036a200f290300370000200341c9036a20032903d802370000200341d1036a2007290300370000200341d9036a2010290300370000200341e1036a2011290300370000200341093a00a003200341a0036a41096a20032903d004370000200341a0036a10990102402006a7450d00200b10230b200041043a0000410121070c200b20004183203b0100200041086a410b360200200041046a41b5a4c500360200200041026a410f3a00002006a7450d0d200b10230c0d0b20034198056a41186a200141196a29000037030020034198056a41106a200141116a29000037030020034198056a41086a200141096a29000037030020032001290001370398052002411a6a2901002106200241196a2d00002107200241186a2d00002108200241166a2f01002109200241156a2d0000210a200241146a2d0000210b200241126a2f0100210c200241116a2d0000210d200241106a2d0000210e2002410e6a2f0100210f2002410d6a2d000021102002410c6a2d000021112002410a6a2f01002112200241096a2d00002113200241086a2d00002114200241066a2f01002115200241056a2d00002116200241046a2d00002117200241026a2f010021180240024020022d0000450d00200320063702a403200320073a00a303200320083a00a203200320093b01a003410121020c010b20022d00012102200320063703a003200241ff017141014721020b200320063701c001200320073a00bf01200320083a00be01200320093b01bc012003200a3a00bb012003200b3a00ba012003200c3b01b8012003200d3a00b7012003200e3a00b6012003200f3b01b401200320103a00b301200320113a00b201200320123b01b001200320133a00af01200320143a00ae01200320153b01ac01200320163a00ab01200320173a00aa01200320183b01a80102402002450d00200041023a0000410121070c1e0b20034190026a41186a200341a8016a41186a29010037030020034190026a41106a200341a8016a41106a29010037030020034190026a41086a200341a8016a41086a290100370300200320032901a80137039002200341a0046a41086a220241a6a3c500ad42808080809001841003220741086a290000370300200320072900003703a00420071023200341b8056a41086a22082002290300370300200320032903a0043703b805200241c4b6c500ad42808080809001841003220741086a290000370300200320072900003703a00420071023200341c8056a41086a22072002290300370300200320032903a0043703c805200341c8016a20034198056a10910141c00010212202450d1c200220032903b805370000200241086a2008290300370000200220032903c805370010200241186a2007290300370000200220032901c801370020200241286a200341c8016a41086a290100370000200241306a200341c8016a41106a290100370000200241386a200341c8016a41186a290100370000200341a0036a200210b203200341d8056a41086a200341a0036a41206a290300370300200341d8056a41106a200341a0036a41286a290300370300200341d8056a41186a200341a0036a41306a290300370300200341d8056a41206a2207200341a0036a41386a2802003602002003200341a0036a41186a2903003703d80520032802b0032208450d0b200341a0036a41086a2903002104200341dc036a280200210a20032903a003210520032802b4032109200341d0046a41206a2007280200360200200341d0046a41186a200341d8056a41186a220b290300370300200341d0046a41106a200341d8056a41106a220c290300370300200341d0046a41086a200341d8056a41086a220d290300370300200320032903d8053703d00420021023200341d8026a41186a200341ec046a290200370300200341d8026a41106a200341e4046a290200370300200341d8026a41086a200341dc046a290200370300200320032902d4043703d80202402009450d00200810230b200341a0036a41186a4200370300200341a0036a41106a22074200370300200341a0036a41086a22084200370300200342003703a003200341a0046a41086a220241e691c600ad4280808080e000841003220941086a290000370300200320092900003703a0042009102320082002290300370300200320032903a0043703a0032002418192c600ad4280808080e000841003220941086a290000370300200320092900003703a00420091023200720032903a0042206370300200d2008290300370300200c2006370300200b2002290300370300200320063703b004200320032903a0033703d80520034180016a200341d8056a4120108e010240024020032802840141002003280280011b200a41808407410020034190026a200341d8026a412010d5041b6a41c093066a490d00200341a0036a41186a220a4200370300200341a0036a41106a220b4200370300200341a0036a41086a22084200370300200342003703a003200341a0046a41086a220241a6a3c500ad42808080809001841003220941086a290000370300200320092900003703a0042009102320082002290300370300200320032903a0043703a003200241b7b6c500ad4280808080d001841003220941086a290000370300200320092900003703a00420091023200341b0046a41086a20022903002206370300200320032903a00422193703b00420072019370000200741086a2006370000200341d8056a41086a2008290300370300200341d8056a41106a200b290300370300200341d8056a41186a200a290300370300200320032903a0033703d805200341a0036a200341d8056a10dd0220032802a0032202410420021b220920032902a403420020021b2206422088a741286c6a210820092102034020022008460d02024020034198056a200241046a2207460d00200741246a2102200720034198056a412010d5040d010b0b20004183203b0100200041086a4108360200200041046a41a8a4c500360200200041026a41113a00002006a7450d1920091023410121070c1f0b20004183203b0100200041086a4105360200200041046a41b0a4c500360200200041026a41103a0000410121070c1e0b200341a0036a200341d8026a20034190026a2005200410ac01200341a0046a41086a220241a6a3c500ad42808080809001841003220741086a290000370300200320072900003703a00420071023200341b8056a41086a22082002290300370300200320032903a0043703b805200241c4b6c500ad42808080809001841003220741086a290000370300200320072900003703a00420071023200341c8056a41086a22072002290300370300200320032903a0043703c805200341c8016a20034198056a10910141c00010212202450d1c200220032903b805370000200241086a2008290300370000200220032903c805370010200241186a2007290300370000200220032901c801370020200241286a200341c8016a41086a290100370000200241306a200341c8016a41106a290100370000200241386a200341c8016a41186a2901003700002002ad4280808080800884100520021023200341a0036a41086a410f3a0000200341b1036a20034198056a41086a290300370000200341b9036a20034198056a41106a290300370000200341c1036a20034198056a41186a290300370000200341c9036a20032903d802370000200341d1036a200341d8026a41086a290300370000200341d9036a200341d8026a41106a290300370000200341e1036a200341d8026a41186a290300370000200341093a00a003200341a0036a41096a20032903980537000020034190046a200537030020034198046a200437030020034181046a20034190026a41186a290300370000200341f9036a20034190026a41106a290300370000200341f1036a20034190026a41086a290300370000200341e9036a200329039002370000200341a0036a10990102402006a7450d00200910230b200041043a0000410121070c1d0b20004183203b0100200041086a410f360200200041046a41caa5c500360200200041026a41043a00000c1c0b20004183203b0100200041086a4108360200200041046a41f8a5c500360200200041026a41003a0000410121070c1b0b1031000b20022009103f000b2009200b103e000b2008200b103f000b20034198056a41146a410d360200200341a4056a410e360200200341d8026a41146a4103360200200342033702dc0220034190c6c6003602d8022003410e36029c052003200341b8056a360288012003200341c8056a3602c801200342043703b003200342013702a403200341e4c6c6003602a003200320034198056a3602e8022003200341a0036a3602a8052003200341c8016a3602a005200320034188016a36029805200341d8026a41a0c7c6001037000b200041086a4108360200200041046a41d9a5c500360200200041026a41033a000020004183203b0100410121070c150b41a8f5c1002009200a102f000b20004183203b0100200041086a4111360200200041046a41c0a4c500360200200041026a410e3a00000c030b20004183203b0100200041086a4111360200200041046a41c0a4c500360200200041026a410e3a00000c010b20021023200041086a410f360200200041046a4199a4c500360200200041026a41123a000020004183203b0100410121070c110b4100210841012107201c450d11200a10230c110b4101210841002107201c450d10200a10230c100b024020032802cc05450d0020032802c80510230b4101210b0c010b4100210a4100210b0b0240024020090d004100210c0c010b200342c080808080083702cc05200320093602c805200341d8056a200910aa030240024020032d00f9054102470d002003410036029001200342013703880120034198056a41146a410f360200200341a4056a410c360200200341093602a404200341a6a3c5003602a0042003410c36029c052003410b3602bc05200341afa3c5003602b8052003200341c8056a3602a8052003200341b8056a3602a0052003200341a0046a36029805200320034188016a3602bc06200341a0036a41146a4103360200200342033702a40320034190b4c6003602a003200320034198056a3602b003200341bc066a41c893c500200341a0036a10301a200335029001422086200335028801841007200328028c01450d0120032802880110230c010b200341a0036a200341d8056a41e30010d3041a200341e1036a200341f0046a2d00003a0000200341d9036a200341e8046a290300370000200341d1036a200341e0046a290300370000200341c9036a200341d8046a290300370000200320032903d0043700c103200341003602a0052003420137039805200341a0036a20034198056a1071024020032d00c003220c41064b0d0002400240024002400240024002400240200c0e0700010203040506000b4100210d0c060b4101210d0c050b4102210d0c040b4103210d0c030b4104210d0c020b4105210d0c010b4106210d0b2003200d3a00b80502400240200328029c0520032802a005220c460d00200328029805210f0c010b200c41016a220d200c490d12200c410174220f200d200f200d4b1b220d4100480d1202400240200c0d00200d1021210f0c010b200328029805200c200d1025210f0b200f450d0f2003200d36029c052003200f3602980520032d00b805210d20032802a005210c0b2003200c41016a3602a005200f200c6a200d3a00000b200341c1036a20034198056a10f901200328029c05210c2009ad428080808080088420033502a005422086200328029805220dad841002200c450d00200d10230b024020032802cc05450d0020032802c80510230b4101210c0b0240200b200a45720d00200a10230b0240200945200c720d00200910230b200e21090b20021023200341a0036a41186a4200370300200341a0036a41106a220b420037030020084200370300200342003703a003200341a0046a41086a220241e691c600ad4280808080e000841003220a41086a2900003703002003200a2900003703a004200a102320082002290300370300200320032903a0043703a0032002418192c600ad4280808080e000841003220a41086a2900003703002003200a2900003703a004200a1023200b20032903a0042206370300200341d8056a41086a2008290300370300200341d8056a41106a2006370300200341d8056a41186a2002290300370300200320063703b004200320032903a0033703d805200341c0006a200341d8056a4120108e01200342e4cab5fbb6ccdcb0e3003703880220034188026a200341e8016a427f427f41002009200941ff01714107461b41187441187541027441d4b0c0006a280200418084076c2003280244410020032802401b6a410210aa01200841093a0000200341a0036a41096a20032903e801370000200341b1036a200341e8016a41086a290300370000200341b9036a200341e8016a41106a290300370000200341c1036a200341e8016a41186a290300370000200341093a00a003200341a0036a109901200041043a00000c0b0b41002108410021070b200341a9036a20032903d004370000200341c9036a20083a0000200341ca036a20032903d802370100200341b1036a200341d0046a41086a290300370000200341b9036a200341d0046a41106a290300370000200341c1036a200341d0046a41186a290300370000200341d2036a200341d8026a41086a290300370100200341da036a200341d8026a41106a290300370100200341e2036a200341d8026a41186a290300370100200320073a00a8032003200a3a00a403200320034188016a3602a003200341003602e005200342013703d80520034188016a200341d8056a10710240200a41064b0d0002400240024002400240024002400240200a0e0700010203040506000b410021080c060b410121080c050b410221080c040b410321080c030b410421080c020b410521080c010b410621080b200320083a00b8050240024020032802dc0520032802e0052207460d0020032802d80521090c010b200741016a22082007490d0d200741017422092008200920084b1b22084100480d0d0240024020070d002008102121090c010b20032802d80520072008102521090b2009450d0a200320083602dc05200320093602d80520032d00b805210820032802e00521070b2003200741016a3602e005200920076a20083a00000b200341a0036a41086a200341d8056a10f90120032802dc0521072002ad428080808080088420033502e00542208620032802d8052208ad84100202402007450d00200810230b20021023200342e4cab5fbb6ccdcb0e3003703880220034188026a200341e8016a417f10a901200341a0036a41086a41083a0000200341b1036a200341e8016a41086a290300370000200341b9036a200341e8016a41106a290300370000200341c1036a200341e8016a41186a290300370000200341c9036a200329038801370000200341d1036a20034188016a41086a290300370000200341d9036a20034188016a41106a290300370000200341e1036a20034188016a41186a290300370000200341093a00a003200341a0036a41096a20032903e801370000200341a0036a109901200041043a0000410121070c090b2007417f6a200a4f0d00200a20076b2207200a490d01201a42ffffffff0f83211a0b20004183203b0100200041086a410f360200200041046a41e9a5c50036020041012107200041026a41013a0000201aa7450d07201810230c070b200341c8016a41186a4200370300200341c8016a41106a220a4200370300200341c8016a41086a22084200370300200342003703c801200341a0046a41086a220241a6a3c500ad42808080809001841003220941086a290000370300200320092900003703a0042009102320082002290300370300200320032903a00422063703b805200320063703c801200241b7b6c500ad4280808080d001841003220941086a290000370300200320092900003703a00420091023200a20032903a0042206370300200341a8016a41086a2008290300370300200341a8016a41106a2006370300200341a8016a41186a2002290300370300200320063703c805200320032903c8013703a801200341203602a4032003200341a8016a3602a00320182007200341a0036a10ba010240201aa7450d00201810230b200041043a0000410121070c060b410121070c050b20032802f001210820032802ec01210920032802e80121020b2002450d0020192008ad4220862002ad8410022009450d01200210230c010b200341c8016a41186a220b4200370300200341c8016a41106a220c4200370300200341c8016a41086a22084200370300200342003703c801200341a0046a41086a220241a6a3c500ad42808080809001841003220941086a290000370300200320092900003703a0042009102320082002290300370300200320032903a00422063703b805200320063703c801200241d6b6c500ad4280808080b001841003220941086a290000370300200320092900003703a00420091023200341c8056a41086a20022903002206370300200320032903a004221a3703c8052007201a370000200741086a2006370000200341a8016a41086a2008290300370300200341a8016a41106a200c290300370300200341a8016a41186a200b290300370300200320032903c8013703a801200341003602a803200342013703a0034101200341a0036a105d200328028802220728020021090240024020032802a403220820032802a80322026b4104490d0020032802a00321080c010b200241046a220b2002490d0520084101742202200b2002200b4b1b22024100480d050240024020080d002002102121080c010b20032802a00320082002102521080b2008450d02200320023602a403200320083602a00320032802a80321020b2003200241046a3602a803200820026a20093600002003200341a0036a3602d802200741046a200341d8026a106b200741246a200341a0036a107120032802a4032102201920033502a80342208620032802a0032207ad8410022002450d00200710230b200341b8036a2004370300200341b0036a2005370300200341ac036a200a360200200341a8036a41003a0000200341093a00a003200341a0036a109901200041043a0000410121070c010b102a000b410121080b20012d0000220041736a220241074b0d0120020e080401040401010302040b102c000b2000416d6a220241014b0d020240024020020e020001000b200141086a280200450d03200141046a28020010230c030b200141086a280200450d02200141046a28020010230c020b2008450d01200141086a280200450d01200141046a28020010230c010b2007450d00200141086a280200450d00200141046a28020010230b200341c0066a24000b8a6806077f017e0e7f037e097f017e230041c0056b2203240002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024020012d00000e050001020304000b200341e4026a4101360200200342013702d402200341bca3c5003602d00220034104360284042003419c87c60036028004200320034180046a3602e002200341d0026a41a891c6001037000b200141086a2802002104200141046a2802002105024020022d000120022d000072450d00200041023a0000410021064101210702402004450d00200510230b410121050c160b20052001410c6a280200220210f001200341d0026a41186a4200370300200341d0026a41106a22074200370300200341d0026a41086a22084200370300200342003703d002200341b0056a41086a220641afa9c300ad4280808080b002841003220941086a290000370300200320092900003703b0052009102320082006290300370300200320032903b0053703d002200641dea7c300ad4280808080f000841003220941086a290000370300200320092900003703b00520091023200720032903b005220a37030020034180046a41086a200829030037030020034180046a41106a200a37030020034180046a41186a20062903003703002003200a370340200320032903d00237038004200341d0026a20034180046a4120108c01200341d0026a2005200220032802d0022206410120061b220820032902d402420020061b220a422088a71080032007280200210620032802d402210720032802d002210920032802dc02220b200341e4026a2802002005200210810302402006450d00200b10230b02402007450d00200910230b0240200aa7450d00200810230b200341d0026a41186a4200370300200341d0026a41106a22094200370300200341d0026a41086a22074200370300200342003703d002200341b0056a41086a220641afa9c300ad4280808080b002841003220841086a290000370300200320082900003703b0052008102320072006290300370300200320032903b005220a3703602003200a3703d002200641dea7c300ad4280808080f000841003220841086a290000370300200320082900003703b00520081023200920032903b005220a370300200341c0006a41086a2007290300370300200341c0006a41106a200a370300200341c0006a41186a20062903003703002003200a370370200320032903d002370340200341003602d802200342013703d0022002200341d0026a105d02402002450d00200241057421062005210203402002200341d0026a1071200241206a2102200641606a22060d000b0b20032802d4022102200341c0006aad428080808080048420033502d80242208620032802d0022206ad84100202402002450d00200610230b02402004450d00200510230b200041043a00004100210641012107410121050c150b200141046a280200210420032002411a6a2901003703e8022003200241026a2901003703d00220032002410a6a2901003703d8022003200241126a2901003703e0020240024020022d00014101470d0020022d000041ff0171450d010b200041023a00000c130b20034180016a41186a200341d0026a41186a220629030037030020034180016a41106a200341d0026a41106a220729030037030020034180016a41086a200341d0026a41086a2202290300370300200320032903d00237038001200642003703002007420037030020024200370300200342003703d002200341b0056a41086a220641afa9c300ad4280808080b002841003220541086a290000370300200320052900003703b0052005102320022006290300370300200320032903b0053703d002200641dea7c300ad4280808080f000841003220541086a290000370300200320052900003703b00520051023200720032903b005220a37030020034180046a41086a200229030037030020034180046a41106a200a37030020034180046a41186a20062903003703002003200a370340200320032903d00237038004200341d0026a20034180046a4120108c0120032902d402420020032802d00222021b220a422088a741057421062002410120021b2208210202400340024020060d00410021050c020b4101210520034180016a2002460d01200641606a2106200220034180016a412010d5042107200241206a210220070d000b0b0240200aa7450d00200810230b02402005450d0041002107200341003602d802200342013703d0022004200341d0026a10d70120032802d4022106200341d0026a41186a220520033502d80242208620032802d002220cad841001220241186a290000370300200341d0026a41106a2208200241106a290000370300200341d0026a41086a2209200241086a290000370300200320022900003703d00220021023200341a0016a41186a22022005290300370300200341a0016a41106a220b2008290300370300200341a0016a41086a22082009290300370300200320032903d0023703a00102402006450d00200c10230b200341d0026a200441b00110d3041a20034180046a410d6a20034180016a41086a29030037000020034180046a41156a20034180016a41106a29030037000020034180046a411d6a20034180016a41186a29030037000041012105200341013a008404200320032903800137008504200341013a008004200341c0006a200341d0026a20034180046a10bd0120032d00402106200341d0026a410d6a2008290300370000200341d0026a41156a200b290300370000200341d0026a411d6a2002290300370000200341f5026a20064104463a0000200341053a00d4022003410a3a00d002200320032903a0013700d502200341d0026a109901200041043a0000200410230c140b20004183223b0100200041086a4109360200200041046a41e887c300360200200041026a41003a00000c120b200141086a28020021050240024020022d00000d0020022d00014101460d010b200041023a00000c100b200141046a280200210d200241196a2d00002106200241186a2d00002107200241166a2f01002104200241156a2d00002108200241146a2d00002109200241126a2f0100210b200241116a2d0000210c200241106a2d0000210e2002410e6a2f0100210f2002410d6a2d000021102002410c6a2d000021112002410a6a2f01002112200241096a2d00002113200241086a2d00002114200241066a2f01002115200241056a2d00002116200241046a2d00002117200241026a2f0100211820032002411a6a29010037039801200320063a009701200320073a009601200320043b019401200320083a009301200320093a0092012003200b3b0190012003200c3a008f012003200e3a008e012003200f3b018c01200320103a008b01200320113a008a01200320123b018801200320133a008701200320143a008601200320153b018401200320163a008301200320173a008201200320183b018001200341d0026a41186a4200370300200341d0026a41106a22084200370300200341d0026a41086a22064200370300200342003703d002200341b0056a41086a220241afa9c300ad4280808080b002841003220741086a290000370300200320072900003703b0052007102320062002290300370300200320032903b0053703d002200241dea7c300ad4280808080f000841003220741086a290000370300200320072900003703b00520071023200820032903b005220a37030020034180046a41086a200629030037030020034180046a41106a200a37030020034180046a41186a20022903003703002003200a370340200320032903d00237038004200341d0026a20034180046a4120108c0120032902d402420020032802d00222021b220a422088a741057421062002410120021b2209210202400340024020060d00410021040c020b4101210420034180016a2002460d01200641606a2106200220034180016a412010d5042107200241206a210220070d000b0b0240200aa7450d00200910230b2004450d02200341003602d802200342013703d0022005200341d0026a10d70120032802d4022109200341d0026a41186a220620033502d80242208620032802d002220ead841001220241186a290000370300200341d0026a41106a2207200241106a290000370300200341d0026a41086a2204200241086a290000370300200320022900003703d00220021023200341a0016a41186a22022006290300370300200341a0016a41106a220b2007290300370300200341a0016a41086a220c2004290300370300200320032903d0023703a00102402009450d00200e10230b200620022903003703002007200b2903003703002004200c290300370300200320032903a0013703d002200341b0056a41086a220241afa9c300ad4280808080b002841003220641086a290000370300200320062900003703b00520061023200341e0006a41086a2002290300370300200320032903b005370360200241ccb1c300ad4280808080a001841003220641086a290000370300200320062900003703b00520061023200341f0006a41086a2002290300370300200320032903b005370370200341c0006a200341d0026a10910141c00010212202450d0120022003290360370000200241086a200341e0006a41086a29030037000020022003290370370010200241186a200341f0006a41086a29030037000020022003290340370020200241286a200341c0006a41086a290300370000200241306a200341d0006a290300370000200241386a200341c0006a41186a290300370000200341186a200241c000410141004100109001200328021821062002102320064101460d0302400240200d4102490d00200341c0006a41186a220b4200370300200341c0006a41106a220e4200370300200341c0006a41086a2206420037030020034200370340200341b0056a41086a220241afa9c300ad4280808080b00284220a1003220741086a290000370300200320072900003703b0052007102320062002290300370300200320032903b00522193703602003201937034020024194b2c300ad4280808080d0018422191003220741086a290000370300200320072900003703b00520071023200e20032903b005221a370300200341d0026a41086a22072006290300370300200341d0026a41106a2204201a370300200341d0026a41186a220920022903003703002003201a370370200320032903403703d002200341106a200341d0026a4120108e012003280214211020032802102111200b4200370300200e420037030020064200370300200342003703402002200a1003220c41086a2900003703002003200c2900003703b005200c102320062002290300370300200320032903b005221a3703602003201a370340200220191003220c41086a2900003703002003200c2900003703b005200c1023200b2002290300221a37030020072006290300370300200420032903b005221b3703002009201a3703002003201b370370200320032903403703d002200341086a200341d0026a4120108e012003280208210f200328020c2112200b4200370300200e420037030020064200370300200342003703402002200a1003220c41086a2900003703002003200c2900003703b005200c102320062002290300370300200320032903b005221a3703602003201a370340200220191003220c41086a2900003703002003200c2900003703b005200c1023200b2002290300221937030020072006290300370300200420032903b005221a370300200920193703002003201a370370200320032903403703d0022003201241016a4101200f1b36028004200341d0026aad428080808080048420034180046aad4280808080c000841002200942003703002004420037030020074200370300200342003703d0022002200a1003220c41086a2900003703002003200c2900003703b005200c102320072002290300370300200320032903b0053703d002200241d5a7c300ad4280808080900184221a1003220c41086a2900003703002003200c2900003703b005200c1023200620022903002219370300200320032903b005221b3703402008201b370000200841086a201937000020034180046a41086a200729030037030020034180046a41106a200429030037030020034180046a41186a2009290300370300200320032903d00237038004200341d0026a20034180046a4120108c0120032802d002210820032902d40221192009200341a0016a41186a2903003703002004200341a0016a41106a2903003703002007200341a0016a41086a290300370300200320032903a0013703d0022008410120081b210c02402019420020081b2219a72019422088a72208470d00200841016a220f2008490d0820084101742212200f200f2012491b220f41ffffff3f71200f470d08200f41057422124100480d080240024020080d0020121021210c0c010b200c200841057420121025210c0b200c450d04200fad21190b200c20084105746a220f20032903d002370000200f41186a2009290300370000200f41106a2004290300370000200f41086a2007290300370000200942003703002004420037030020074200370300200342003703d0022002200a1003220941086a290000370300200320092900003703b0052009102320072002290300370300200320032903b005220a3703602003200a3703d0022002201a1003220941086a290000370300200320092900003703b00520091023200420032903b005220a37030020062007290300370300200e200a370300200b20022903003703002003200a370370200320032903d00237034002400240200c0d00200341c0006aad428080808080048410050c010b200341003602d802200342013703d002200841016a2202200341d0026a105d024020022008490d00200841057441206a2106200c210203402003200341d0026a36028004200220034180046a106b200241206a2102200641606a22060d000b0b20032802d4022102200341c0006aad428080808080048420033502d80242208620032802d0022206ad84100202402002450d00200610230b2019a7450d00200c10230b200341d0026a200541b00110d3041a20034180046a41186a200341a0016a41186a29030037030020034180046a41106a200341a0016a41106a29030037030020034180046a41086a200341a0016a41086a290300370300200320032903a00137038004200341b0056a41086a220241afa9c300ad4280808080b002841003220641086a290000370300200320062900003703b00520061023200341e0006a41086a22072002290300370300200320032903b005370360200241ccb1c300ad4280808080a001841003220641086a290000370300200320062900003703b00520061023200341f0006a41086a22062002290300370300200320032903b005370370200341c0006a20034180046a10910141c00010212202450d0320022003290360370000200241086a200729030037000020022003290370370010200241186a200629030037000020022003290340370020200241286a200341c0006a41086a290300370000200241306a200341c0006a41106a290300370000200241386a200341c0006a41186a29030037000020034100360288042003420137038004200341d0026a20034180046a10d70120032802840421062002ad42808080808008842003350288044220862003280280042207ad84100202402006450d00200710230b20021023200341d0026a10c101412010212206450d032006200329038001370000200641186a20034180016a41186a2204290300370000200641106a20034180016a41106a2208290300370000200641086a20034180016a41086a22092903003700002003419c046a41003602002003418c046a428180808010370200200342013702940420032006360288042003200d3602840420032010410020111b220b36028004200341d0026a41186a200341a0016a41186a220c290300370300200341d0026a41106a200341a0016a41106a220e290300370300200341d0026a41086a200341a0016a41086a220f290300370300200320032903a0013703d002200341b0056a41086a220241afa9c300ad4280808080b002841003220741086a290000370300200320072900003703b00520071023200341e0006a41086a22102002290300370300200320032903b005370360200241e5a7c300ad4280808080e000841003220741086a290000370300200320072900003703b00520071023200341f0006a41086a22072002290300370300200320032903b005370370200341c0006a200341d0026a10910141c00010212202450d0320022003290360370000200241086a201029030037000020022003290370370010200241186a200729030037000020022003290340370020200241286a200341c0006a41086a290300370000200241306a200341c0006a41106a290300370000200241386a200341c0006a41186a290300370000200341c0003602d402200320023602d00220034180046a200341d0026a10f2012002102320061023200341dd026a2009290300370000200341e5026a2008290300370000200341ed026a2004290300370000200341f5026a20032903a001370000200341fd026a200f29030037000020034185036a200e2903003700002003418d036a200c2903003700002003419c036a200d36020020034198036a200b360200200341003a00d4022003410a3a00d00220032003290380013700d502200341d0026a21020c010b200341d0026a41186a22044200370300200341d0026a41106a22094200370300200341d0026a41086a22064200370300200342003703d002200341b0056a41086a220241afa9c300ad4280808080b002841003220741086a290000370300200320072900003703b0052007102320062002290300370300200320032903b0053703d002200241dea7c300ad4280808080f000841003220741086a290000370300200320072900003703b00520071023200341c0006a41086a2002290300220a370300200320032903b005221937034020082019370000200841086a200a37000020034180046a41086a200629030037030020034180046a41106a200929030037030020034180046a41186a2004290300370300200320032903d00237038004200341206a20034180046a4120108c0102400240200328022022060d00410021020c010b2003290224220a422088a72102200aa7450d00200610230b200341d0026a200541b00110d3041a2003418c046a200236020020034180046a41086a4101360200200341003a008404200341013a008004200341c0006a200341d0026a20034180046a10bd0120032d00402102200341dd026a200341a0016a41086a290300370000200341e5026a200341b0016a290300370000200341ed026a200341b8016a290300370000200341043a00d402200341f5026a20024104463a00002003410a3a00d002200320032903a0013700d502200341d0026a21020b2002109901200041043a00000c100b200141216a2d00002108200141246a2802002104200341206a41186a200141196a290000370300200341206a41106a200141116a290000370300200341206a41086a200141096a290000370300200320012900013703200240024020022d00000d0020022d00014101460d010b200041023a00000c0e0b200241196a2d00002106200241186a2d00002107200241166a2f01002105200241156a2d00002109200241146a2d0000210b200241126a2f0100210c200241116a2d0000210e200241106a2d0000210f2002410e6a2f010021102002410d6a2d000021112002410c6a2d000021122002410a6a2f01002113200241096a2d00002114200241086a2d00002115200241066a2f01002116200241056a2d00002117200241046a2d00002118200241026a2f0100210d20032002411a6a29010037039801200320063a009701200320073a009601200320053b019401200320093a0093012003200b3a0092012003200c3b0190012003200e3a008f012003200f3a008e01200320103b018c01200320113a008b01200320123a008a01200320133b018801200320143a008701200320153a008601200320163b018401200320173a008301200320183a0082012003200d3b018001200341d0026a41186a4200370300200341d0026a41106a22094200370300200341d0026a41086a22064200370300200342003703d002200341b0056a41086a220241afa9c300ad4280808080b002841003220741086a290000370300200320072900003703b0052007102320062002290300370300200320032903b0053703d002200241dea7c300ad4280808080f000841003220741086a290000370300200320072900003703b00520071023200920032903b005220a37030020034180046a41086a200629030037030020034180046a41106a200a37030020034180046a41186a20022903003703002003200a370340200320032903d00237038004200341d0026a20034180046a4120108c0120032902d402420020032802d00222021b220a422088a741057421062002410120021b220b210202400340024020060d00410021050c020b4101210520034180016a2002460d01200641606a2106200220034180016a412010d5042107200241206a210220070d000b0b0240200aa7450d00200b10230b0240024002402005450d00200341b0056a41086a220241afa9c300ad4280808080b002841003220641086a290000370300200320062900003703b00520061023200341e0006a41086a22072002290300370300200320032903b005370360200241e5a7c300ad4280808080e000841003220641086a290000370300200320062900003703b00520061023200341f0006a41086a22062002290300370300200320032903b005370370200341c0006a200341206a10910141c00010212202450d0320022003290360370000200241086a200729030037000020022003290370370010200241186a200629030037000020022003290040370020200241286a200341c0006a41086a290000370000200241306a200341c0006a41106a290000370000200241386a200341c0006a41186a290000370000200341d0026a200210f301200341ec026a280200210e200341d0026a41186a280200210f200341e4026a2802002111200341d0026a41106a280200210c20032802dc02211020032802d802210b20032903d002210a20021023200b450d022004200aa7460d01410a210241de87c3002106410321070c0f0b20004183223b0100200041086a4109360200200041046a41e887c300360200200041026a41003a00000c0f0b4100210641002107410021120240200c450d00200c410574210541002107200b21020240034020034180016a2002460d012007200220034180016a412010d50422044100476a21072004450d01200241206a2102200541606a22050d000b410021120c010b410121120b410021020240200e450d00200e410574210541002106201121020240034020034180016a2002460d012006200220034180016a412010d50422044100476a21062004450d01200241206a2102200541606a22050d000b410021020c010b410121020b024002400240200841ff01710d002002450d010c0f0b20120d0e200341d0026a41186a220520034180016a41186a290300370300200341d0026a41106a220420034180016a41106a290300370300200341d0026a41086a221220034180016a41086a29030037030020032003290380013703d002024002402010200c460d00201021160c010b201041016a22072010490d08201041017422132007201320074b1b221641ffffff3f712016470d08201641057422074100480d080240024020100d0020071021210b0c010b200b201041057420071025210b0b200b450d040b200b200c4105746a220720032903d002370000200741186a2005290300370000200741106a2004290300370000200741086a2012290300370000200c41016a210c2002450d01200e20064d0d062011200e417f6a220e4105746a220229000021192002290008211a2002290010211b201120064105746a220641186a200241186a2900003700002006201b3700102006201a370008200620193700000c010b200329039801211920032d009701210520032d009601210420032f019401211320032d009301211420032d009201211520032f019001211620032d008f01211720032d008e01211820032f018c01210d20032d008b01211c20032d008a01211d20032f018801211e20032d008701211f20032d008601212020032f018401212120032d008301212220032d008201212320032f018001212402400240200f200e460d00200f21060c010b200f41016a2202200f490d07200f41017422062002200620024b1b220641ffffff3f712006470d07200641057422024100480d0702400240200f0d002002102121110c010b2011200f4105742002102521110b2011450d030b2011200e4105746a22022019370018200220053a0017200220043a0016200220133b0014200220143a0013200220153a0012200220163b0010200220173a000f200220183a000e2002200d3b000c2002201c3a000b2002201d3a000a2002201e3b00082002201f3a0007200220203a0006200220213b0004200220223a0003200220233a0002200220243b0000200e41016a210e02402012450d00200c20074d0d08200b200c417f6a220c4105746a220229000021192002290008211a2002290010211b200b20074105746a220741186a200241186a2900003700002007201b3700102007201a370008200720193700000b201021162006210f0b200a422088a72105200341f5026a2003290320370000200341dd026a20034180016a41086a290300370000200341e5026a20034180016a41106a290300370000200341ed026a20034180016a41186a290300370000200341fd026a200341206a41086a29030037000020034185036a200341206a41106a2903003700002003418d036a200341206a41186a290300370000200341013a00d4022003410a3a00d00220032003290380013700d5022003419c036a200e36020020034198036a200c36020020034195036a20083a0000200341d0026a109901200341d0026a41186a22044200370300200341d0026a41106a22084200370300200341d0026a41086a22064200370300200342003703d002200341b0056a41086a220241afa9c300ad4280808080b002841003220741086a290000370300200320072900003703b0052007102320062002290300370300200320032903b0053703d002200241dea7c300ad4280808080f000841003220741086a290000370300200320072900003703b00520071023200341c0006a41086a20022903002219370300200320032903b005221a3703402009201a370000200941086a201937000020034180046a41086a200629030037030020034180046a41106a200829030037030020034180046a41186a2004290300370300200320032903d00237038004200341a0016a20034180046a4120108c010240024020032802a00122020d00410021060c010b20032902a4012219422088a721062019a7450d00200210230b0240200c20054f22020d0041002006200e6b2207200720064b1b2005490d00200341ec026a200e360200200341d0026a41186a200f360200200341d0026a41106a200c360200200341dc026a2016360200200320113602e4022003200b3602d8022003200a3703d002200341b0056a41086a220241afa9c300ad4280808080b002841003220641086a290000370300200320062900003703b00520061023200341e0006a41086a22072002290300370300200320032903b005370360200241e5a7c300ad4280808080e000841003220641086a290000370300200320062900003703b00520061023200341f0006a41086a22062002290300370300200320032903b005370370200341c0006a200341206a10910141c00010212202450d0220022003290360370000200241086a200729030037000020022003290370370010200241186a200629030037000020022003290040370020200241286a200341c0006a41086a290000370000200241306a200341c0006a41106a290000370000200241386a200341c0006a41186a290000370000200341c000360284042003200236028004200341d0026a20034180046a10f2012002102302402016450d00200b10230b200f0d0b0c0c0b0240024020020d00200341b0056a41086a220241afa9c300ad4280808080b002841003220641086a290000370300200320062900003703b00520061023200341e0006a41086a22072002290300370300200320032903b005370360200241ccb1c300ad4280808080a001841003220641086a290000370300200320062900003703b00520061023200341f0006a41086a22062002290300370300200320032903b005370370200341c0006a200341206a10910141c00010212202450d0320022003290360370000200241086a200729030037000020022003290370370010200241186a200629030037000020022003290040370020200241286a200341c0006a41086a290000370000200241306a200341c0006a41106a290000370000200241386a200341c0006a41186a2900003700002002ad4280808080800884100520021023200341dd026a200341206a41086a290300370000200341e5026a200341206a41106a290300370000200341ed026a200341206a41186a290300370000200341033a00d4022003410a3a00d002200320032903203700d502200341d0026a1099010c010b200341dd026a200341206a41086a290300370000200341e5026a200341206a41106a290300370000200341ed026a200341206a41186a290300370000200341023a00d4022003410a3a00d002200320032903203700d502200341d0026a109901200341b0056a41086a220241afa9c300ad4280808080b002841003220741086a290000370300200320072900003703b00520071023200341e0006a41086a22042002290300370300200320032903b005370360200241ccb1c300ad4280808080a001841003220741086a290000370300200320072900003703b00520071023200341f0006a41086a22072002290300370300200320032903b005370370200341c0006a200341206a10910141c00010212202450d0220022003290360370000200241086a200429030037000020022003290370370010200241186a200729030037000020022003290040370020200241286a200341c0006a41086a290000370000200241306a200341c0006a41106a290000370000200241386a200341c0006a41186a290000370000200341d0026a200210f40120032802d002210720034180046a200341d0026a410472220441ac0110d3041a024020074119470d00200210230c010b200341a0016a20034180046a41ac0110d3041a20021023200320073602d0022004200341a0016a41ac0110d3041a2003418c046a200636020020034180046a41086a2005360200200341003a008404200341013a008004200341c0006a200341d0026a20034180046a10bd0120032d00402102200341dd026a200341206a41086a290300370000200341e5026a200341306a290300370000200341ed026a200341386a290300370000200341f5026a20024104463a0000200341043a00d4022003410a3a00d002200320032903203700d502200341d0026a1099010b200341b0056a41086a220641afa9c300ad4280808080b00284220a1003220241086a290000370300200320022900003703b00520021023200341e0006a41086a22072006290300370300200320032903b005370360200641e5a7c300ad4280808080e000841003220241086a290000370300200320022900003703b00520021023200341f0006a41086a22052006290300370300200320032903b005370370200341c0006a200341206a10910141c00010212202450d0120022003290360370000200241086a200729030037000020022003290370370010200241186a200529030037000020022003290040370020200241286a200341c0006a41086a2205290000370000200241306a200341c0006a41106a2218290000370000200241386a200341c0006a41186a220d2900003700002002ad4280808080800884100520021023200341d0026a41186a22084200370300200341d0026a41106a220c4200370300200341d0026a41086a22024200370300200342003703d0022006200a1003220741086a290000370300200320072900003703b0052007102320022006290300370300200320032903b0053703d002200641d5a7c300ad428080808090018422251003220741086a290000370300200320072900003703b0052007102320052006290300220a370300200320032903b005221937034020092019370000200941086a200a37000020034180046a41086a200229030037030020034180046a41106a200c29030037030020034180046a41186a2008290300370300200320032903d00237038004200341d0026a20034180046a4120108c0120032802d0022202410120021b211720032902d402420020021b221b422088a72205450d094100210620172102410021070340024002400240200341206a2002460d002002200341206a412010d504450d0020060d01410021060c020b200641016a21060c010b200720066b220420054f0d092008200220064105746b220441186a2209290000370300200c200441106a220e290000370300200341d0026a41086a2210200441086a2212290000370300200320042900003703d002200241086a2213290000210a200241106a22142900002119200241186a2215290000211a200420022900003700002009201a370000200e20193700002012200a370000201520082903003700002014200c29030037000020132010290300370000200220032903d0023700000b200241206a21022005200741016a2207460d090c000b0b20004183223b0100200041086a410f360200200041046a41e9a5c500360200200041026a41023a00000c0d0b102a000b20004183223b0100200041086a4109360200200041046a41e887c300360200200041026a41003a00000c0c0b20004183223b0100200041086a4111360200200041046a41b9a5c500360200200041026a41013a00000c0b0b41bcc1c6002006200e102f000b102c000b41bcc1c6002007200c102f000b41a8f5c10020042005102f000b2006417f6a20054f0d00200520066bad422086201b42ffffffff0f8384211b0b200d420037030020184200370300200341c0006a41086a2206420037030020034200370340200341b0056a41086a220241afa9c300ad4280808080b002841003220741086a290000370300200320072900003703b0052007102320062002290300370300200320032903b005220a3703602003200a370340200220251003220741086a290000370300200320072900003703b00520071023201820032903b005220a370300200341d0026a41086a2006290300370300200c200a370300200820022903003703002003200a370370200320032903403703d0020240024020170d00200341d0026aad428080808080048410050c010b20034100360288042003420137038004201b422088a7220220034180046a105d02402002450d0020024105742106201721020340200320034180046a3602a0012002200341a0016a106b200241206a2102200641606a22060d000b0b2003280284042102200341d0026aad42808080808004842003350288044220862003280280042206ad84100202402002450d00200610230b201ba7450d00201710230b02402016450d00200b10230b200f450d010b201110230b200041043a00000c020b410d210241d187c3002106410421070b20004183223b0100200041086a2002360200200041046a2006360200200041026a20073a000002402010450d00200b10230b200f450d00201110230b41012107410121050c030b200510c1010b2005102341002105410121070c010b200410c1012004102341012105410021070b410121060b024020012d0000417f6a220241024b0d0002400240024020020e03000102000b2006450d02200141086a280200450d02200141046a28020010230c020b2007450d01200141046a280200220110c101200110230c010b2005450d00200141086a280200220110c101200110230b200341c0056a24000bf71405177f017e017f027e047f230041206b220224000240024020014115490d00024002402001410176220341ffffff3f712003470d0020034105742204417f4c0d0041012105024002402004450d00200410212205450d010b200041606a2106200041a07f6a210741002108410021094104210a4100210b2001210c034002400240200c220d417f6a220e0d004101210f4100210c0c010b0240024002400240024002402000200e4105746a200d410574221020006a41406a412010d5044100480d004102200d6b210e200720106a21044101210f03400240200e200f6a4101470d004100210c200d210f0c080b200f41016a210f200441206a2004412010d5042111200441606a21042011417f4a0d000b200d200f6b210e0c010b200720106a2104024003400240200e4101470d004100210e0c020b200e417f6a210e200441206a2004412010d5042111200441606a210420114100480d000b0b200d200e490d01200d20014b0d03200d200e6b220f4101762212450d00200620106a21042000200e4105746a21110340200241186a2210201141186a2213290000370300200241106a2214201141106a2215290000370300200241086a2216201141086a221729000037030020022011290000370300200441086a22182900002119200441106a221a290000211b200441186a220c290000211c201120042900003700002013201c3700002015201b37000020172019370000200c2010290300370000201a20142903003700002018201629030037000020042002290300370000200441606a2104201141206a21112012417f6a22120d000b0b0240200e0d00200e210c0c050b0240200f41094d0d00200e210c0c050b200d20014b0d01200d200e6b21122000200e4105746a21100340200d200e417f6a220c490d040240200d200c6b220f4102490d002000200e4105746a22042000200c4105746a220e412010d504417f4a0d00200e2900002119200e2004290000370000200241186a2216200e41186a2211290000370300200241106a2217200e41106a2213290000370300200241086a2218200e41086a22142900003703002014200441086a2900003700002013200441106a2900003700002011200441186a29000037000020022019370300410121150240200f4103490d00200e41c0006a2002412010d504417f4a0d00410221112010210402400340200441186a200441386a290000370000200441106a200441306a290000370000200441086a200441286a2900003700002004200441206a221329000037000020122011460d01200441c0006a21142011211520132104201141016a211120142002412010d504417f4a0d020c000b0b201121150b200e20154105746a22042002290300370000200441186a2016290300370000200441106a2017290300370000200441086a20182903003700000b200c450d05201041606a2110201241016a2112200c210e200f410a4f0d050c000b0b200e200d103f000b200d200e417f6a220c490d010b200d2001103e000b200c200d103f000b0240200b2009470d0002400240200941016a22042009490d00200941017422112004201120044b1b220441ffffffff01712004470d002004410374221141004e0d010b102c000b0240024020090d0020111021210a0c010b200a200941037420111025210a0b200a450d02200421092008210b0b200a200b4103746a2204200f3602042004200c360200200841016a220b21080240200b4102490d00024003400240024002400240200a200b417f6a22084103746a2204280200450d00200b410374200a6a220f41746a280200220e200428020422114d0d000240200b41024b0d00200b21084102210b200c450d0b0c080b200a200b417d6a22164103746a28020422042011200e6a4d0d010240200b41034b0d00200b21084103210b200c450d0b0c080b200f41646a2802002004200e6a4d0d01200b21080c060b200b4103490d0120042802042111200a200b417d6a22164103746a28020421040b20042011490d010b200b417e6a21160b024002400240024002400240200b201641016a221d4b221e450d00200b20164b221f450d01200a20164103746a2217280204222020172802006a2204200a201d4103746a2218280200221a490d02200420014b0d032000201a4105746a22142018280204221541057422116a210f2004410574210e2004201a6b220d20156b220420154f0d042005200f2004410574221110d304221320116a21120240024020154101480d00200441014e0d010b200f2104201321110c060b2006200e6a210e200f21040340200e200441606a220f201241606a220d200d200f412010d50441004822101b2211290000370000200e41186a201141186a290000370000200e41106a201141106a290000370000200e41086a201141086a2900003700002012200d20101b211202402014200f200420101b2204490d00201321110c070b200e41606a210e2013211120132012490d000c060b0b41e4c0c600201d200b102f000b41e4c0c6002016200b102f000b201a2004103f000b20042001103e000b20052014201110d304221320116a21120240024020154101480d00200d20154a0d010b20142104201321110c010b2000200e6a2110201321112014210403402004200f2011200f2011412010d504410048220d1b220e290000370000200441186a200e41186a290000370000200441106a200e41106a290000370000200441086a200e41086a2900003700002011201141206a200d1b2111200441206a2104200f41206a200f200d1b220f20104f0d01201220114b0d000b0b20042011201220116b41607110d3041a0240201f450d002017201a360200201741046a202020156a360200201e450d022018201841086a200b201d417f736a41037410d4041a2008210b200841014d0d030c010b0b41bcc1c6002016200b102f000b41aab9c000411d41b096c500102d000b200c450d030c000b0b102a000b1031000b02402009450d00200a10230b2003450d01200510230c010b20014102490d002001417f6a2111200141057420006a41206a2110410121120340024002400240024020112204417f6a221120014b0d00200120116b220e4102490d03200020044105746a2204200020114105746a220d412010d504417f4a0d03200d2900002119200d2004290000370000200241186a2214200d41186a220f290000370300200241106a220b200d41106a2213290000370300200241086a2215200d41086a220a290000370300200a200441086a2900003700002013200441106a290000370000200f200441186a2900003700002002201937030041012104200e4103490d02200d41c0006a2002412010d504417f4a0d0241002113201021040340200441406a220e200441606a220f290000370000200e41186a200f41186a290000370000200e41106a200f41106a290000370000200e41086a200f41086a29000037000020122013220e460d02200e417f6a211320042002412010d504210f200441206a2104200f417f4a0d020c000b0b20112001103f000b4102200e6b21040b200d20044105746a22042002290300370000200441186a2014290300370000200441106a200b290300370000200441086a20152903003700000b201041606a21102012417f6a211220110d000b0b200241206a24000ba008010f7f230041206b220424002002410020031b21052000410020011b2106200241206a200220031b2107200041206a200020011b2108200020014105746a2109200220034105746a210a4101210b4100210c4100210d4101210e4100210f41002110034002400240024002400240024002402005450d0003402006450d02024020052006460d0020052006412010d50422020d040b410020072007200a4622021b210541002008200820094622031b21062007200741206a20021b21072008200841206a20031b210820050d000b0b4100210520060d02200e20102000200110fd010240200f450d00200e10230b0240200c450d00200b10230b200441206a24000f0b200441186a2206200541186a290000370300200441106a2202200541106a290000370300200441086a2203200541086a290000370300200420052900003703000240200f2010470d00200f41016a2205200f490d04200f41017422112005201120054b1b220541ffffff3f712005470d04200541057422114100480d0402400240200f0d0020111021210e0c010b200e200f41057420111025210e0b200e450d032005210f0b200e20104105746a22052004290300370000200541186a2006290300370000200541106a2002290300370000200541086a20032903003700002007200741206a2007200a4622051b2102410021064100200720051b21050c040b2002417f4a0d00200441186a2202200541186a290000370300200441106a2203200541106a290000370300200441086a2211200541086a290000370300200420052900003703000240200f2010470d00200f41016a2205200f490d03200f41017422122005201220054b1b220541ffffff3f712005470d03200541057422124100480d0302400240200f0d0020121021210e0c010b200e200f41057420121025210e0b200e450d022005210f0b200e20104105746a22052004290300370000200541186a2002290300370000200541106a2003290300370000200541086a20112903003700002007200741206a2007200a4622051b21024100200720051b21050c030b200441186a2202200641186a290000370300200441106a2203200641106a290000370300200441086a2211200641086a290000370300200420062900003703000240200c200d470d00200c41016a2206200c490d02200c41017422122006201220064b1b220641ffffff3f712006470d02200641057422124100480d0202400240200c0d0020121021210b0c010b200b200c41057420121025210b0b200b450d012006210c0b200b200d4105746a22062004290300370000200641186a2002290300370000200641106a2003290300370000200641086a201129030037000041002008200820094622021b2106200d41016a210d2008200841206a20021b21080c030b102a000b102c000b201041016a2110200221070c000b0b940301067f230041106b2202240020024100360208200242013703002000280200210302400240410410212204450d0020024284808080c0003702042002200436020020042003360000200028020421050240024020022802042206200228020822046b4104490d00200441046a2103200228020021060c010b200441046a22032004490d02200641017422072003200720034b1b22074100480d020240024020060d002007102121060c010b200228020020062007102521060b2006450d0120022007360204200220063602000b20022003360208200620046a200536000020002802082104200041106a28020022032002105d02402003450d00200341057421030340200420021071200441206a2104200341606a22030d000b0b200028021421042000411c6a28020022032002105d02402003450d00200341057421030340200420021071200441206a2104200341606a22030d000b0b200228020421042001290200200235020842208620022802002203ad84100202402004450d00200310230b200241106a24000f0b102a000b102c000bfe0302087f017e230041e0006b22022400200241c00036020c20022001360208200241106a2001ad4280808080800884100610a10102400240200228021022010d00200041003602080c010b200228021421032002200241186a28020022043602242002200136022002400240024020044104490d002002200141046a36022020022004417c6a220536022420054104490d00200128000021052002200441786a3602242002200141086a36022020012800042106200241c8006a200241206a10810120022802482204450d00200241c8006a41086a2802002107200228024c2108200241c8006a200241206a10810120022802480d012008450d00200410230b20024100360230200242013703282002410c36023c2002200241086a3602382002200241286a360244200241dc006a41013602002002420137024c200241a0f0c2003602482002200241386a360258200241c4006a41c893c500200241c8006a10301a2002350230422086200235022884100720004100360208200228022c450d01200228022810230c010b200241286a41086a200241c8006a41086a280200220936020020022002290348220a370328200041106a20073602002000200836020c200020043602082000200636020420002005360200200041146a200a3702002000411c6a20093602000b2003450d00200110230b200241e0006a24000be90203017f017e027f23004190036b22022400200241c0003602b401200220013602b001200241b8016a2001ad42808080808008842203100610a1010240024020022802b80122010d00411921010c010b20022802bc0121042002200241c0016a2802003602fc02200220013602f802200241c8016a200241f8026a1096020240024020022802c80122054119460d002002200241c8016a41047241ac0110d3041a0c010b20024100360208200242013703002002410c360284032002200241b0016a360280032002200236028c03200241dc016a4101360200200242013702cc01200241a0f0c2003602c801200220024180036a3602d8012002418c036a41c893c500200241c8016a10301a200235020842208620023502008410072002280204450d00200228020010230b02402004450d00200110230b4119210120054119460d0020031005200521010b20002001360200200041046a200241ac0110d3041a20024190036a24000bd10201057f230041d0006b22012400200141306a41086a220241fdf6c100ad42808080808002841003220341086a2900003703002001200329000037033020031023200141106a41086a22042002290300370300200120012903303703102002418982c200ad4280808080f000841003220341086a2900003703002001200329000037033020031023200141206a41086a2205200229030037030020012001290330370320200141306a2000109101024041c000102122030d00102a000b200320012903103700002003200129032037001020032001290030370020200341086a2004290300370000200341186a2005290300370000200341286a2002290000370000200341306a200141c0006a290000370000200341386a200141306a41186a290000370000200141086a200341c0004101410041001090012001280208210220031023200141d0006a240020024101460bea0b030b7f017e027f230041a0026b22022400200241c00036020c20022001360208200241106a2001ad4280808080800884100610a10102400240200228021022030d00200041023a000c0c010b200228021421042002200241106a41086a28020036026420022003360260200241e8006a200241e0006a10810102400240024020022802682205450d00200228026c2106024020022802642201450d00200241e8006a41086a280200210720022001417f6a220836026420022002280260220941016a220a36026020092d0000220141014b0d004100210b0240024020010e020100010b41002101200241003a0098020340024020082001470d0020024100360264200141ff0171450d03200241003a0098020c030b200241f8016a20016a200920016a220c41016a2d00003a00002002200c41026a3602602002200141016a220c3a009802200c2101200c4120470d000b200241b8016a41086a200241f8016a41086a290300220d37030020024198016a41186a200241f8016a41186a29030037030020024198016a41106a200241f8016a41106a29030037030020024198016a41086a200d37030020022008200c6b2208360264200220022903f801220d3703b8012002200d370398014101210b2009200c6a41016a210a0b200241f8006a41186a20024198016a41186a290300370300200241f8006a41106a20024198016a41106a290300370300200241f8006a41086a20024198016a41086a29030037030020022002290398013703782008450d0020022008417f6a22083602642002200a41016a360260200a2d0000220141014b0d004100210c0240024020010e020100010b41002101200241003a0098020340024020082001470d0020024100360264200141ff0171450d03200241003a0098020c030b200241f8016a20016a200a20016a220c41016a2d00003a00002002200c41026a3602602002200141016a220c3a009802200c2101200c4120470d000b200241b8016a41086a200241f8016a41086a290300220d37030020024198016a41186a200241f8016a41186a29030037030020024198016a41106a200241f8016a41106a29030037030020024198016a41086a200d37030020022008200c6b360264200220022903f801220d3703b8012002200d370398014101210c0b200241206a41186a220120024198016a41186a290300370300200241206a41106a220820024198016a41106a290300370300200241206a41086a220920024198016a41086a290300370300200241c0006a41086a220a200241f8006a41086a290300370300200241c0006a41106a220e200241f8006a41106a290300370300200241c0006a41186a220f200241f8006a41186a290300370300200220022903980137032020022002290378370340200b4102460d02200020073602082000200636020420002005360200200241f8016a41086a2205200a290300370300200241f8016a41106a220a200e290300370300200241f8016a41186a2206200f290300370300200241d8016a41086a22072009290300370300200241d8016a41106a22092008290300370300200241d8016a41186a22082001290300370300200220022903403703f801200220022903203703d801200220022f011e3b01b801200041256a20062903003700002000411d6a200a290300370000200041156a2005290300370000200020022903f80137000d2000412d6a200c3a00002000412e6a20022903d801370000200041366a20072903003700002000413e6a2009290300370000200041c6006a2008290300370000200041ce006a20022f01b8013b00000c030b2006450d00200510230b4102210b0b200241003602e001200242013703d8012002410c3602bc012002200241086a3602b8012002200241d8016a360298012002418c026a4101360200200242013702fc01200241a0f0c2003602f8012002200241b8016a3602880220024198016a41c893c500200241f8016a10301a20023502e00142208620023502d80184100720022802dc01450d0020022802d80110230b2000200b3a000c2004450d00200310230b200241a0026a24000bf10101037f0240024002404101450d0041202102024002404120450d00412010212203450d03200141106a21040c010b41204101742203411020031b220210212203450d02200141106a21040b20032001290000370000200341086a200141086a29000037000002400240200241f000714110460d00200221010c010b200241017422014120200141204b1b22014100480d03024002402002450d00200320022001102521030c010b2001102121030b2003450d020b20032004290000370010200341186a200441086a2900003700002000412036020820002001360204200020033602000f0b1031000b102a000b102c000b9e0501047f200141046a2802002102200141086a28020021030240024002400240200028020022040d000240024020022003460d00200128020021020c010b200341016a22022003490d04200341017422042002200420024b1b22044100480d040240024020030d002004102121020c010b200128020020032004102521020b2002450d0320012002360200200141046a2004360200200141086a28020021030b200141086a200341016a360200200220036a41003a00000c010b0240024020022003460d00200128020021020c010b200341016a22022003490d03200341017422052002200520024b1b22054100480d030240024020030d002005102121020c010b200128020020032005102521020b2002450d0220012002360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200220036a41013a00002004280200200110710b200141046a2802002102200141086a28020021030240200028020422040d000240024020022003460d00200128020021000c010b200341016a22002003490d03200341017422022000200220004b1b22024100480d030240024020030d002002102121000c010b200128020020032002102521000b2000450d0220012000360200200141046a2002360200200141086a28020021030b200141086a200341016a360200200020036a41003a00000f0b0240024020022003460d00200128020021000c010b200341016a22002003490d02200341017422022000200220004b1b22024100480d020240024020030d002002102121000c010b200128020020032002102521000b2000450d0120012000360200200141046a2002360200200141086a28020021030b200141086a200341016a360200200020036a41013a00002004200110710f0b102a000b102c000bb30501037f024002400240024020002d00004101460d0002400240200141046a280200200141086a2802002202460d00200128020021030c010b200241016a22032002490d04200241017422042003200420034b1b22044100480d040240024020020d002004102121030c010b200128020020022004102521030b2003450d0320012003360200200141046a2004360200200141086a28020021020b200141086a200241016a360200200320026a41003a00000c010b02400240200141046a280200200141086a2802002202460d00200128020021030c010b200241016a22032002490d03200241017422042003200420034b1b22044100480d030240024020020d002004102121030c010b200128020020022004102521030b2003450d0220012003360200200141046a2004360200200141086a28020021020b200141086a200241016a360200200320026a41013a0000200041016a200110710b024020002d00214101460d0002400240200141046a280200200141086a2802002200460d00200128020021020c010b200041016a22022000490d03200041017422032002200320024b1b22034100480d030240024020000d002003102121020c010b200128020020002003102521020b2002450d0220012002360200200141046a2003360200200141086a28020021000b200141086a200041016a360200200220006a41003a00000f0b02400240200141046a280200200141086a2802002202460d00200128020021030c010b200241016a22032002490d02200241017422042003200420034b1b22044100480d020240024020020d002004102121030c010b200128020020022004102521030b2003450d0120012003360200200141046a2004360200200141086a28020021020b200141086a200241016a360200200320026a41013a0000200041226a200110710f0b102a000b102c000bdf1c04047f017e057f017e230041e0036b22022400200241f0016a41086a220341fdf6c100ad42808080808002841003220441086a290000370300200220042900003703f00120041023200241e0006a41086a22052003290300370300200220022903f0013703602003418df7c100ad4280808080f000841003220441086a290000370300200220042900003703f0012004102320024190026a41086a22042003290300370300200220022903f00137039002200241e0026a2000109101024041c00010212203450d00200320022903603700002003200229039002370010200320022900e002370020200341086a2005290300370000200341186a2004290300370000200341286a200241e0026a41086a290000370000200341306a200241f0026a290000370000200341386a200241e0026a41186a290000370000200241e0026a200310f601024020022d00ec0222044102460d002003ad428080808080088410050b20022902e402210620022802e00221072002411d6a200241ed026a41c30010d3041a200241e0006a2002411d6a41c30010d3041a0240024020044102470d00200310230c010b200220043a00a801200241a8016a410172200241e0006a41c10010d3042108200241ca016a210541002109024020022d00c9014101470d00200241f0016a41086a220441fdf6c100ad42808080808002841003220941086a290000370300200220092900003703f00120091023200241b0036a41086a220a2004290300370300200220022903f0013703b0032004418df7c100ad4280808080f000841003220941086a290000370300200220092900003703f0012009102320024190026a41086a220b2004290300370300200220022903f00137039002200241e0026a200510910141c00010212209450d02200920022903b0033700002009200229039002370010200920022900e002370020200941086a200a290300370000200941186a200b290300370000200941286a200241e0026a41086a290000370000200941306a200241f0026a290000370000200941386a200241e0026a41186a29000037000020022d00a80121040b0240024002400240200441ff01714101470d00200241f0016a41086a220441fdf6c100ad42808080808002841003220541086a290000370300200220052900003703f00120051023200241b0036a41086a220a2004290300370300200220022903f0013703b0032004418df7c100ad4280808080f000841003220541086a290000370300200220052900003703f0012005102320024190026a41086a22052004290300370300200220022903f00137039002200241e0026a200810910141c000102122080d010c050b024020022d00c9014101460d00200241f0016a41086a220441fdf6c100ad42808080808002841003220541086a290000370300200220052900003703f00120051023200241b0036a41086a22082004290300370300200220022903f0013703b003200441f0f6c100ad4280808080d001841003220541086a290000370300200220052900003703f0012005102320024190026a41086a2004290300220c370300200241e0026a41086a2008290300370300200241f8026a200c370300200220022903f001220c37039002200220022903b0033703e0022002200c3703f00220024190026a200241e0026a10f7012002350298024220862002280290022204ad841005200228029402450d02200410230c020b200241f0016a41086a220441fdf6c100ad42808080808002841003220841086a290000370300200220082900003703f00120081023200241b0036a41086a220a2004290300370300200220022903f0013703b003200441f0f6c100ad4280808080d001841003220841086a290000370300200220082900003703f0012008102320024190026a41086a2004290300220c370300200241e0026a41086a200a290300370300200241f8026a200c370300200220022903f001220c37039002200220022903b0033703e0022002200c3703f00220024190026a200241e0026a10f701200228029002210420022002280298023602e402200220043602e0022005200241e0026a10c001200228029402450d01200410230c010b200820022903b0033700002008200229039002370010200820022900e002370020200841086a200a290300370000200841186a2005290300370000200841286a200241e0026a41086a290000370000200841306a200241e0026a41106a290000370000200841386a200241e0026a41186a290000370000200242c0808080800837028402200220083602800220024190026a200810f6010240024020022d009c024102470d00200241003602f801200242013703f001200241b0036a41146a410f360200200241bc036a410c360200200241103602cc03200241fdf6c1003602c8032002410c3602b403200241073602d4032002418df7c1003602d003200220024180026a3602c0032002200241d0036a3602b8032002200241c8036a3602b0032002200241f0016a3602dc03200241e0026a41146a4103360200200242033702e402200241ecb4c6003602e0022002200241b0036a3602f002200241dc036a41c893c500200241e0026a10301a20023502f80142208620023502f00184100720022802f401450d0120022802f00110230c010b200241e0026a20024190026a41d00010d3041a200241ad036a200241c9016a220441206a2d00003a0000200241a5036a200441186a2900003700002002419d036a200441106a29000037000020024195036a200441086a2900003700002002418d036a2004290000370000200241003602b803200242013703b00320022802e002210420022802e8022205200241b0036a105d200241ec026a210a02402005450d002005410574210503402004200241b0036a1071200441206a2104200541606a22050d000b0b200a200241b0036a10f90120022802b40321042008ad428080808080088420023502b80342208620022802b0032205ad84100202402004450d00200510230b20022802e402450d0020022802e00210230b0240200228028402450d0020022802800210230b4101210a0c010b410021084100210a0b0240024020090d00410021040c010b200242c0808080800837028402200220093602800220024190026a200910f6010240024020022d009c024102470d00200241003602f801200242013703f001200241b0036a41146a410f360200200241bc036a410c360200200241103602cc03200241fdf6c1003602c8032002410c3602b403200241073602d4032002418df7c1003602d003200220024180026a3602c0032002200241d0036a3602b8032002200241c8036a3602b0032002200241f0016a3602dc03200241e0026a41146a4103360200200242033702e40220024190b4c6003602e0022002200241b0036a3602f002200241dc036a41c893c500200241e0026a10301a20023502f80142208620023502f00184100720022802f401450d0120022802f00110230c010b200241e0026a20024190026a41d00010d3041a2002418c036a200241a8016a41206a2d00003a000020024184036a200241c0016a290300370200200241fc026a200241b8016a290300370200200241f4026a200241b0016a290300370200200220022903a8013702ec02200241003602b803200242013703b00320022802e002210420022802e8022205200241b0036a105d200241ec026a210b02402005450d002005410574210503402004200241b0036a1071200441206a2104200541606a22050d000b0b200b200241b0036a10f90120022802b40321042009ad428080808080088420023502b80342208620022802b0032205ad84100202402004450d00200510230b20022802e402450d0020022802e00210230b0240200228028402450d0020022802800210230b410121040b0240200a200845720d00200810230b02402009452004720d00200910230b200310232007450d002006a7450d00200710230b200241f0016a41086a220441fdf6c100ad42808080808002841003220341086a290000370300200220032900003703f00120031023200241e0006a41086a22052004290300370300200220022903f0013703602004418982c200ad4280808080f000841003220341086a290000370300200220032900003703f0012003102320024190026a41086a22092004290300370300200220022903f00137039002200241e0026a200010910141c00010212203450d00200320022903603700002003200229039002370010200320022900e002370020200341086a2005290300370000200341186a2009290300370000200341286a200241e0026a41086a2205290000370000200341306a200241e0026a41106a2208290000370000200341386a200241e0026a41186a22072900003700002003ad4280808080800884100520031023200242f0d0c9abc6add9b1f400370310200742003703002008420037030020054200370300200242003703e002200441e691c600ad4280808080e000841003220341086a290000370300200220032900003703f0012003102320052004290300370300200220022903f0013703e0022004418192c600ad4280808080e000841003220341086a290000370300200220032900003703f00120031023200820022903f00122063703002009200529030037030020024190026a41106a200637030020024190026a41186a200429030037030020022006370360200220022903e00237039002200241086a20024190026a4120108e012002200228020c410020022802081b360260200241e0026a200010a30120022802e402210420022802e002210320022802e8022108200241f4026a200241106a3602002002200320084105746a3602ec02200220033602e802200220043602e402200220033602e0022002200241e0006a3602f00220024190026a200241e0026a1089012005200928020036020020022002290390023703e0022000200241e0026a10a50102402001450d0020004280e8eda1ba01420010ae010b200241e0036a24000f0b102a000baf1b0b017f017e047f017e017f017e037f037e017f057e017f230041c0016b2202240042002103200241a0016a41186a4200370300200241a0016a41106a22044200370300200241a0016a41086a22054200370300200242003703a001200241206a41086a220641fdf6c100ad42808080808002841003220741086a290000370300200220072900003703202007102320052006290300370300200220022903203703a001200641dea7c300ad4280808080f000841003220741086a290000370300200220072900003703202007102320042002290320220837030020024180016a41086a200529030037030020024180016a41106a200837030020024180016a41186a200629030037030020022008370360200220022903a00137038001200241c0006a20024180016a10fc01024002400240200228024022090d00410821090c010b410021060240024020022902442203422088220aa7220b41014b0d00200b0e020201020b200b210503402005410176220720066a220c20062009200c41306c6a2001412010d5044101481b2106200520076b220541014b0d000b0b2009200641306c6a2001412010d5040d000240024002400240024002402006200b4f0d002009200641306c6a2205200541306a200b2006417f736a41306c10d4041a200241a0016a41186a220b4200370300200241a0016a41106a220d4200370300200241a0016a41086a220c4200370300200242003703a001200241206a41086a220641fdf6c100ad428080808080028422081003220541086a2900003703002002200529000037032020051023200c2006290300370300200220022903203703a001200641fb8ac200ad4280808080900184220e1003220541086a2900003703002002200529000037032020051023200241e0006a41086a22052006290300220f37030020022002290320221037036020042010370000200441086a200f37000020024180016a41086a200c29030037030020024180016a41106a200d29030037030020024180016a41186a200b290300370300200220022903a00137038001200241a0016a20024180016a10fc0120022802a0012207410820071b21110240024020022902a401420020071b220f422088221050450d00420021100c010b200b2011201042ffffffff0f7c2210a741306c6a220741186a290300370300200d200741106a290300370300200c200741086a290300370300200220072903003703a0012010422086200f42ffffffff0f8384210f200741286a290300211220072903202113420121100b200241e0006a41186a4200370300200241e0006a41106a220d42003703002005420037030020024200370360200620081003220741086a29000037030020022007290000370320200710232005200629030037030020022002290320220837038001200220083703602006200e1003220741086a2900003703002002200729000037032020071023200d20022903202208370300200241c0006a41086a2005290300370300200241c0006a41106a2008370300200241c0006a41186a20062903003703002002200837038001200220022903603703400240024020110d00200241c0006aad428080808080048410050c010b20024100360288012002420137038001200f422088a7220620024180016a105d0240024020060d002002280288012105200228028401210c20022802800121070c010b2011200641306c6a210b201121060340200620024180016a1071200641286a2903002108200641206a290300210e02400240200228028401220c20022802880122056b4110490d0020022802800121070c010b200541106a22072005490d09200c41017422052007200520074b1b22044100480d0902400240200c0d002004102121070c010b200228028001200c2004102521070b2007450d082002200436028401200220073602800120022802880121052004210c0b200720056a220420083700082004200e3700002002200541106a220536028801200b200641306a2206470d000b0b200241c0006aad42808080808004842005ad4220862007ad8410020240200c450d00200710230b200fa7450d00201110230b200342ffffffff0f83200a42ffffffff0f7c2214422086221584210a200241186a200241a0016a41186a2903002208370300200241106a200241a0016a41106a290300220e370300200241086a200241a0016a41086a290300220f370300200220022903a0012216370300200241206a41186a22062008370300200241206a41106a2205200e370300200241206a41086a2204200f370300200220163703200240201050450d00410021110c040b20024180016a41186a200629030037030020024180016a41106a200529030037030020024180016a41086a20042903003703002002200229032037038001410021060240024002402014a7220b41014b0d00200b0e020201020b200b210503402005410176220720066a220c20062009200c41306c6a20024180016a412010d5044101481b2106200520076b220541014b0d000b0b2009200641306c6a20024180016a412010d5042205450d022005411f7620066a21060b200241c0006a41186a20024180016a41186a2903002208370300200241c0006a41106a20024180016a41106a290300220e370300200241c0006a41086a20024180016a41086a290300220f37030020022002290380012210370340200241e0006a41186a2008370300200241e0006a41106a200e370300200241e0006a41086a200f37030020022010370360200241a0016a41186a2008370300200241a0016a41106a200e370300200241a0016a41086a200f370300200220103703a0012006200b4b0d020240200b2003a7470d00200b41016a2205200b490d06200b41017422072005200720054b1bad220842307e220e422088a70d06200ea722054100480d0602400240200b0d002005102121090c010b2009200b41306c2005102521090b2009450d052015200884210a0b2009200641306c6a220541306a2005200b20066b41306c10d4041a200541286a201237030020052013370320200541186a200241a0016a41186a290300370300200541106a200241a0016a41106a290300370300200541086a200241a0016a41086a290300370300200520022903a001370300200a42ffffffff0f8320034280808080708384210a410121110c030b41aab9c000411d41b096c500102d000b200241c0006a41186a20024180016a41186a290300370300200241c0006a41106a20024180016a41106a290300370300200241c0006a41086a20024180016a41086a2903003703002002200229038001370340410021110c010b418cb9c000411e41b096c500102d000b200241e0006a41186a22074200370300200241e0006a41106a220c4200370300200241e0006a41086a2206420037030020024200370360200441fdf6c100ad42808080808002841003220541086a2900003703002002200529000037032020051023200620042903003703002002200229032022083703800120022008370360200441dea7c300ad4280808080f000841003220541086a290000370300200220052900003703202005102320024180016a41086a2004290300220837030020022002290320220e37038001200d200e370000200d41086a2008370000200241c0006a41086a2006290300370300200241c0006a41106a200c290300370300200241c0006a41186a200729030037030020022002290360370340200241003602a801200242013703a001200a422088a7220d200241a0016a105d02400240200d0d0020022802a801210520022802a401210c20022802a00121070c010b2009200d41306c6a210b2009210603402006200241a0016a1071200641286a2903002108200641206a290300210e0240024020022802a401220c20022802a80122056b4110490d0020022802a00121070c010b200541106a22072005490d04200c41017422052007200520074b1b22044100480d0402400240200c0d002004102121070c010b20022802a001200c2004102521070b2007450d03200220043602a401200220073602a00120022802a80121052004210c0b200720056a220420083700082004200e3700002002200541106a22053602a801200b200641306a2206470d000b0b200241c0006aad42808080808004842005ad4220862007ad8410020240200c450d00200710230b4100210702400240200d41306c22060d00410121044100210b0c010b200641306d220b41ffffff3f71200b470d02200b41057422064100480d02200610212204450d010b200aa721170240200d450d00200d41306c210c4100210720042106200921050340200541086a2900002108200541106a290000210e20052900002103200641186a200541186a290000370000200641106a200e370000200641086a200837000020062003370000200741016a2107200641206a2106200541306a2105200c41506a220c0d000b0b02402017450d00200910230b200241a0016a41186a200141186a290000370300200241a0016a41106a200141106a290000370300200241a0016a41086a200141086a290000370300200220012900003703a001200241a0016a410120042007108103200020113a0001200041003a0000200041026a200229018001370100200041086a20024186016a290100370100200b450d03200410230c030b102a000b102c000b200041013a00002000410c6a4109360200200041086a41e887c300360200200041066a410d3a0000200041046a4183263b01002003a7450d00200910230b200241c0016a24000bbd0201027f230041e0006b220224002002412036020c20022001360208200241106a2001ad4280808080800484100610a10102400240200228021022010d00200041003602000c010b200228021421032002200241106a41086a28020036022420022001360220200241c8006a200241206a108601024002402002280248450d0020002002290348370200200041086a200241c8006a41086a2802003602000c010b20024100360230200242013703282002410c36023c2002200241086a3602382002200241286a360244200241dc006a41013602002002420137024c200241a0f0c2003602482002200241386a360258200241c4006a41c893c500200241c8006a10301a2002350230422086200235022884100720004100360200200228022c450d00200228022810230b2003450d00200110230b200241e0006a24000b8c1008087f027e047f017e057f027e017f057e230022042105200441a0016b41607122042400024002400240200141ffffff3f712001470d0020014105742206417f4c0d000240024020060d00410121070c010b200610212207450d020b410021084100210602402001450d002001410574210820072106034020062000290000370000200641186a200041186a290000370000200641106a200041106a290000370000200641086a200041086a290000370000200641206a2106200041206a2100200841606a22080d000b200141057441606a41057641016a2106200121080b200420063602102004200836020c2004200736020820072006410041202006676b10ed02200441e0006a41186a22094200370300200441e0006a41106a220a4200370300200441e0006a41086a220b420037030020044200370360200441286a41086a220841c2a7c300ad4280808080b00284220c1003220041086a2900003703002004200029000037032820001023200b200829030037030020042004290328370360200841d5a7c300ad42808080809001841003220041086a2900003703002004200029000037032820001023200a2004290328220d370300200441c0006a41086a220e200b290300370300200441c0006a41106a220f200d370300200441c0006a41186a221020082903003703002004200d3703900120042004290360370340200441e0006a200441c0006a4120108c0120042802602200410120001b21112004290264420020001b2212422088a72200450d0220004105742113200441e0006a4114722114200441e0006a4108722115200441c0006a410c722116200441e0006a410c6a2117201121060340200641086a290000210d200641106a2900002118200629000021192009200641186a290000370300200a2018370300200b200d370300200420193703602008200c1003220041086a2900003703002004200029000037032820001023200441186a41086a2201200829030037030020042004290328370318200841e5a7c300ad4280808080e000841003220041086a290000370300200420002900003703282000102320044190016a41086a220720082903003703002004200429032837039001200441c0006a200441e0006a10910141c00010212200450d0220002004290318370000200020042903900137001020002004290040370020200041086a2001290300370000200041186a2007290300370000200041286a200e290000370000200041306a200f290000370000200041386a2010290000370000200441e0006a200010f3012008201741086a290200370300200441286a41106a221a201741106a28020036020020042017290200370328024020042802682201450d002004290360210d20162004290328370200201641086a2008290300370200201641106a201a2802003602002004200d3703400b20042001360248200441003602682004290358211920042004290378221b3703582004290350211c20042004290370221d3703502004290340211e2004200429036022183703402004290348210d20042004290368221f370348201fa7210102400240200da7221a0d00201f210d201d211c201b21190c010b2004201e3703602004200d3703682004201c370370200420193703782004201a201ca74105746a3602342004201a3602302004200d422088a736022c2004201a3602282004200441086a36023820044190016a200441286a108701201541086a200728020036020020152004290390013702002004201c422088a7221a2019422088a74105746a3602342004201a36023020042019a736022c2004201a3602282004200441086a36023820044190016a200441286a108701201441086a200728020036020020142004290390013702002004290368210d20042903602118200429037821192004290370211c02402001450d00201ba721070240201f422088a7450d00200110230b2007450d00201d422088a710230b200420183703402004200d3703482004201c37035020042019370358200da721010b200420183703602004200d3703682004201c370370200da72107200420193703780240024020010d002000ad428080808080088410050c010b200441c00036022c20042000360228200441e0006a200441286a10f2010b02402007450d002019a721010240200d422088a7450d00200710230b2001450d00201c422088a710230b200641206a210620001023201341606a22130d000c030b0b1031000b102a000b02402012a7450d00201110230b200441c0006a41186a4200370300200441c0006a41106a22014200370300200441c0006a41086a2206420037030020044200370340200441286a41086a220041c2a7c300ad4280808080b002841003220841086a29000037030020042008290000370328200810232006200029030037030020042004290328220d3703182004200d370340200041dea7c300ad4280808080f000841003220841086a290000370300200420082900003703282008102320012004290328220d370300200441e0006a41086a2006290300370300200441e0006a41106a200d370300200441e0006a41186a20002903003703002004200d370390012004200429034037036020044100360248200442013703402003200441c0006a105d02402003450d002003410574210003402002200441c0006a1071200241206a2102200041606a22000d000b0b20042802442100200441e0006aad4280808080800484200435024842208620042802402206ad84100202402000450d00200610230b0240200428020c450d00200428020810230b200524000beb0804077f027e077f027e230041e0016b22022400200241c00036020420022001360200200241086a2001ad4280808080800884100610a10102400240200228020822030d00200042003703000c010b200241106a2802002104200228020c210541002101200241003a00d801200441706a2106024002400340024020042001470d00200141ff0171450d02200241003a00d8010c020b200241b8016a20016a200320016a2d00003a00002002200141016a22073a00d8012006417f6a21062007210120074120470d000b200241d8006a41086a200241b8016a41086a290300370300200241d8006a41106a200241b8016a41106a290300370300200241d8006a41186a200241b8016a41186a290300370300200220022903b801370358200420076b22084110490d00200320076a22042900002109200441086a290000210a41002101200241003a00d801200841706a21080340024020082001470d00200141ff0171450d02200241003a00d8010c020b200241b8016a20016a200420016a41106a2d00003a00002002200141016a22073a00d8012007210120074120470d000b200241f8006a41086a220b200241b8016a41086a2201290300370300200241f8006a41106a220c200241b8016a41106a2208290300370300200241f8006a41186a220d200241b8016a41186a220e290300370300200220022903b801370378200620076b410f4d0d00200241386a41086a2206200241d8006a41086a290300370300200241386a41106a220f200241d8006a41106a290300370300200241386a41186a2210200241d8006a41186a290300370300200241186a41086a2211200b290300370300200241186a41106a220b200c290300370300200241186a41186a220c200d2903003703002002200229035837033820022002290378370318200420076a220741106a2900002112200741186a2900002113200120062903003703002008200f290300370300200e201029030037030020024198016a41086a2207201129030037030020024198016a41106a2206200b29030037030020024198016a41186a2204200c290300370300200220022903383703b8012002200229031837039801200041206a2013370300200041186a2012370300200041106a200a37030020002009370308200041286a20022903b801370300200041306a2001290300370300200041386a2008290300370300200041c0006a200e290300370300200041c8006a200229039801370300200041d0006a2007290300370300200041d8006a2006290300370300200041e0006a2004290300370300420121090c010b200241003602a00120024201370398012002410c36027c20022002360278200220024198016a360258200241cc016a4101360200200242013702bc01200241a0f0c2003602b8012002200241f8006a3602c801200241d8006a41c893c500200241b8016a10301a20023502a0014220862002350298018410070240200228029c01450d0020022802980110230b420021090b200020093703002005450d00200310230b200241e0016a24000bf00508017f017e047f017e017f017e037f017e230041f0016b22022400200241186a20002001108203200241186a41106a2903002101200229032021000240024020022903182203a7450d00200241e0006a10d302200241e0006a20002001109501200241f8006a2001370300200241e0006a41106a2000370300200241e8006a41063a00002002410e3a0060200241e0006a1099010c010b2003500d00200241e0006a41186a22044200370300200241e0006a41106a22054200370300200241e0006a41086a2206420037030020024200370360200241e0016a41086a220741e483c300ad428080808080018422081003220941086a290000370300200220092900003703e0012009102320062007290300370300200220022903e001220337035020022003370360200741d1bcc000ad4280808080d00184220a1003220941086a290000370300200220092900003703e00120091023200520022903e0012203370300200241306a41086a220b2006290300370300200241306a41106a220c2003370300200241306a41186a220d200729030037030020022003370350200220022903603703302002200241306a4120109701200241106a29030021032002290308210e2002280200210920044200370300200542003703002006420037030020024200370360200720081003220541086a290000370300200220052900003703e0012005102320062007290300370300200220022903e0012208370350200220083703602007200a1003220541086a290000370300200220052900003703e00120051023200420072903002208370300200b2006290300370300200c20022903e001220a370300200d20083703002002200a37035020022002290360370330200242002003420020091b220320017d200e420020091b2201200054ad7d2208200120007d2200200156200820035620082003511b22071b37036820024200200020071b370360200241306aad4280808080800484200241e0006aad428080808080028410020b200241f0016a24000bbc0201027f230041e0006b220224002002412036020c20022001360208200241106a2001ad4280808080800484100610a10102400240200228021022010d00200041003602000c010b200228021421032002200241106a41086a28020036022420022001360220200241c8006a200241206a107b024002402002280248450d0020002002290348370200200041086a200241c8006a41086a2802003602000c010b20024100360230200242013703282002410c36023c2002200241086a3602382002200241286a360244200241dc006a41013602002002420137024c200241a0f0c2003602482002200241386a360258200241c4006a41c893c500200241c8006a10301a2002350230422086200235022884100720004100360200200228022c450d00200228022810230b2003450d00200110230b200241e0006a24000bb90501087f20012d0000210202400240410110212203450d00200320023a000020012d0001210220034101410210252203450d00200320023a000120012d0002210220034102410410252203450d00200320023a0002200320012d00033a000320012d0004210220034104410810252203450d00200320023a0004200320012d00053a0005200320012d00063a0006200320012d00073a000720012d0008210220034108411010252203450d00200320023a0008200320012d00093a0009200320012d000a3a000a200320012d000b3a000b200320012d000c3a000c200320012d000d3a000d200320012d000e3a000e200320012d000f3a000f20012d0010210220034110412010252204450d00200420023a0010200420012d00113a0011200420012d00123a0012200420012d00133a0013200420012d00143a0014200420012d00153a0015200420012d00163a0016200420012d00173a0017200420012d00183a0018200420012d00193a0019200420012d001a3a001a200420012d001b3a001b200420012d001c3a001c200420012d001d3a001d200420012d001e3a001e200420012d001f3a001f41c00010212203450d0020042105410021064100210141c0002102034020052d00002107200141016a2108024020012002470d0020062008200620084b1b22024100480d030240024020010d002002102121030c010b200320012002102521030b2003450d020b200320016a413041d700200741a001491b20074104766a3a0000024020082002470d00200641026a2202200141026a2209200220094b1b22024100480d0320032008200210252203450d020b200320016a41016a413041d7002007410f712207410a491b20076a3a0000200541016a2105200641046a2106200141026a220141c000470d000b200020013602082000200236020420002003360200200410230f0b102a000b102c000bdc0c02097f027e230041a0026b2204240002400240024002400240200341216a22050d004101210641002107410021080c010b41002109410021084101210603402005410a6e210a0240024020082009460d00200941016a21070c010b200941016a22072009490d04200941017422082007200820074b1b22084100480d040240024020090d002008102121060c010b200620092008102521060b2006450d030b200620096a2005200a41766c6a4130723a0000200541094b210b20072109200a2105200b0d000b0b411a210b411a1021220a450d00200a41186a41002f00a689423b0000200a41106a410029009e8942370000200a41086a41002900968942370000200a410029008e894237000002402007450d002007411a6a22092007490d0220094134200941344b1b220b4100480d02200a411a200b1025220a450d010b0240024020070d00411a21070c010b200620076a210c2006417f6a2105200a411a6a210903402009200520076a2d00003a0000200941016a21092007417f6a22070d000b200c20066b411a6a21070b02402008450d00200610230b02400240200b20076b41204d0d00200b21050c010b200741216a22092007490d02200b41017422052009200520094b1b22054100480d02200a200b20051025220a450d010b200a20076a220941002900a08941370000200941206a41002d00c089413a0000200941186a41002900b88941370000200941106a41002900b08941370000200941086a41002900a88941370000024002402005200741216a22076b2003490d00200521090c010b200720036a22092007490d02200541017422062009200620094b1b22094100480d020240024020050d0020091021210a0c010b200a200520091025210a0b200a450d010b200a20076a2002200310d3041a200441d8016a41186a2205200720036aad422086200aad841009220741186a290000370300200441d8016a41106a2206200741106a290000370300200441d8016a41086a2208200741086a290000370300200420072900003703d80120071023200441186a2005290300370300200441106a2006290300370300200441086a2008290300370300200420042903d80137030002402009450d00200a10230b41002107200441206a41106a4100360200200441206a41086a420037030020044200370320200441d8016a2001200410f302024020042d00d8014101460d00200441d0016a20044191026a290000370300200441c8016a20044189026a290000370300200441c0016a20044181026a290000370300200441b8016a200441f9016a290000370300200441b0016a200441f1016a29000037030020044198016a41106a200441e9016a29000037030020044198016a41086a200441e1016a290000370300200420042900d90137039801410121070b200441d8016a41386a220520044198016a41386a290300370300200441d8016a41306a220a20044198016a41306a290300370300200441d8016a41286a220620044198016a41286a290300370300200441d8016a41206a220820044198016a41206a290300370300200441d8016a41186a220920044198016a41186a290300370300200441d8016a41106a20044198016a41106a290300370300200441d8016a41086a20044198016a41086a29030037030020042004290398013703d801024020070d00410021070c030b200441d8006a41386a2005290300370300200441d8006a41306a200a290300370300200441d8006a41286a2006290300370300200441d8006a41206a2008290300370300200441d8006a41186a2009290300370300200441d8006a41106a200441d8016a41106a2205290300370300200441d8006a41086a200441d8016a41086a220a290300370300200420042903d8013703582009200441d8006aad42808080808008841009220741186a2900003703002005200741106a290000370300200a200741086a290000370300200420072900003703d80120071023200441386a41186a2009290300370300200441386a41106a2005290300370300200441386a41086a200a290300370300200441206a41106a200441d4006a2802002207360200200441206a41086a200441cc006a290200220d370300200420042903d80137033820042004290244220e370320200041116a2007360000200041096a200d3700002000200e370001410121070c020b102a000b102c000b200020073a0000200441a0026a24000bcb0301057f230041206b2202240020012d000021030240410110212204450d00200420033a000020012d0001210320044101410210252204450d00200420033a000120012d0002210320044102410410252204450d00200420033a0002200420012d00033a000320012d0004210320044104410810252204450d00200420033a0004200420012d00053a0005200420012d00063a0006200420012d00073a000720012d0008210320044108411010252204450d00200420033a0008200420012d00093a0009200420012d000a3a000a200420012d000b3a000b200420012d000c3a000c200420012d000d3a000d200420012d000e3a000e200420012d000f3a000f20012d0010210320044110412010252204450d00200420033a0010200420012d00113a0011200420012d00123a0012200420012d00133a0013200241186a22032004ad4280808080c002841001220141186a290000370300200241106a2205200141106a290000370300200241086a2206200141086a2900003703002002200129000037030020011023200041186a2003290300370000200041106a2005290300370000200041086a20062903003700002000200229030037000020041023200241206a24000f0b102a000bdfb1010d047f017e037f017e027f017e107f037e0b7f037e017f027e1a7f230041c0076b220424000240024002400240200141ff01710d00200241ff01714102460d010b200041023a00000c010b200441b8016a41186a22054200370300200441b8016a41106a22064200370300200441b8016a41086a22024200370300200442003703b801200441b0076a41086a2201419ebdc600ad4280808080a001841003220741086a290000370300200420072900003703b0072007102320022001290300370300200420042903b007220837038807200420083703b80120014195bdc600ad42808080809001841003220741086a290000370300200420072900003703b00720071023200620042903b007220837030020044198016a41086a2207200229030037030020044198016a41106a2209200837030020044198016a41186a220a2001290300370300200420083703a802200420042903b80137039801200441c0006a20044198016a4120410141004100109001024002400240024002400240024002400240024020042802404101460d00200542003703002006420037030020024200370300200442003703b801200141a8bdc600ad42808080809001841003220b41086a2900003703002004200b2900003703b007200b102320022001290300370300200420042903b007220837038807200420083703b801200141cbbdc600ad4280808080e000841003220b41086a2900003703002004200b2900003703b007200b1023200441a8026a41086a20012903002208370300200420042903b007220c3703a8022006200c370000200641086a20083700002007200229030037030020092006290300370300200a2005290300370300200420042903b80137039801200441a8026a20044198016a10c10220042802a8022201410420011b210d02400240200341086a280200220e20042902ac02420020011b220f422088220ca722104b0d00200e41ffffffff0371200e470d06200e4102742201417f4c0d060240024020010d00410421110c010b200110212211450d0b0b41002112200441003602502004200e36024c2004201136024820100d014100210220044198016a21130c090b200041003a0000200041086a411d360200200041046a4186bac1003602000c070b20032802002114200e450d012014200e41f0016c6a2115200441e8066aad4280808080c000842108200d2010412c6c6a2107200e2116200e21174100211241012101200d2105201421130340201322182802102109024002400240024020014101710d00200220094f0d010b201841f0016a211320052101034020072001460d02200128020021022001412c6a2205210120022009470d000b200541786a2802004102460d02201841e0006a2005460d02200541586a201841386a412010d504450d02200041003a0000200041086a4110360200200041046a418fbdc100360200200441c8006a21010c060b200041003a0000200041086a4116360200200041046a41d2bcc100360200200441c8006a21010c050b200041003a0000200041086a4127360200200041046a41e8bcc100360200200441c8006a21010c040b0240201841346a2802002219450d00201828022c210b200441b0076a41086a2201419ebdc600ad4280808080a001841003220241086a290000370300200420022900003703b00720021023200441a8026a41086a220a2001290300370300200420042903b0073703a802200141e6bcc600ad4280808080e002841003220241086a290000370300200420022900003703b0072002102320044188076a41086a22022001290300370300200420042903b00737038807200420093602e806200441b8056a41186a221a20081001220141186a290000370300200441b8056a41106a221b200141106a290000370300200441b8056a41086a221c200141086a290000370300200420012900003703b8052001102320044188046a41186a221d201a29030037030020044188046a41106a221a201b29030037030020044188046a41086a221b201c290300370300200420042903b8053703880441c00010212201450d0a200120042903a80237000020012004290388073700102001200429038804370020200141086a200a290300370000200141186a2002290300370000200141286a201b290300370000200141306a201a290300370000200141386a201d290300370000200441a8026a200141c00010ac0220042802ac02210220042802b002211a20042802a802210a200110230240024020024100200a410146220a1b20196a22014101460d00419fbdc100211b411e211c200141e4004b0d01201a4100200a1b21022019410474210a200b41086a21010340200128020020026a2102200141106a2101200a41706a220a0d000b200241a09c014b0d010b200941e807490d012019410474210103402001450d02200141706a2101200b2d000c2102200b41106a210b20024102470d000b41bdbdc100211b4112211c0b200441b8016a41026a200441d8016a41026a2d000022013a0000200420042f00d80122023b01b801200041003a0000200020023b0001200041036a20013a0000200041086a201c360000200041046a201b360000200441c8006a21010c040b02400240024020182802282201450d0020182802202209200141246c6a211a41002101200d210a03400240024020010d00200928020021010c010b200128020020092802002201490d004100210b41cfbdc100211e4120211f0c040b4100210b024020012018280210470d00418fbec100211e4119211f0c040b200441b8016a41086a41002900f7bd412220370300200441b8016a41106a41002900ffbd412221370300200441b8016a41186a4100290087be412222370300200441a8026a41086a2020370300200441a8026a41106a2021370300200441a8026a41186a2022370300200441002900efbd4122203703b801200420203703a802200441a8026a200941046a2201460d022001200441a8026a412010d504450d02200941246a2119200a21010340024020072001470d0041c0bec100211e4121211f0c050b200128020021022001412c6a220a210120022009280200470d000b20092101201921092019201a470d000b0b4104210b0c010b41a8bec100211e4118211f0b200441b8056a41026a200441a8026a41026a2d00003a0000200420042f00a8023b01b8050240200b4104460d002000200b3a0000200020042f01b8053b0001200041086a201f360000200041046a201e360000200041036a200441ba056a2d00003a0000200441c8006a21010c040b20182802102102024020122017470d00024020162017460d00201621170c010b201641016a22012016490d0b201641017422092001200920014b1b221741ffffffff03712017470d0b201741027422014100480d0b0240024020160d002001102121110c010b201120164102742001102521110b2011450d0a2004201736024c20042011360248201721160b201120124102746a20023602002004201241016a22123602504100210120132015470d000b200e21120c010b200041003a0000200041086a4136360200200041046a41d0b9c1003602000c090b20044198016a41186a420037030020044198016a41106a2223420037030020044198016a41086a220242003703002004420037039801200441b0076a41086a2201419ebdc600ad4280808080a001841003220741086a290000370300200420072900003703b0072007102320022001290300370300200420042903b0072208370388072004200837039801200141c0bcc600ad4280808080b001841003220741086a290000370300200420072900003703b00720071023202320042903b007220837030020044188046a41086a200229030037030020044188046a41106a200837030020044188046a41186a2001290300370300200420083703a802200420042903980137038804200441a8026a20044188046a108f0120042802a802211720042902ac022120200441a8026a10c50220042802ac02211920042802a802211620042802b0022111200441d8016a41186a200441cc026a290200370300200441d8016a41106a200441c4026a290200370300200441d8016a41086a200441bc026a290200370300200420042902b4023703d8012011201141ffffffff0171470d0220114103742201417f4c0d020240024020010d004104210a0c010b20011021220a450d070b02400240201141037422010d00410021070c010b201620016a211341002107201621184100210e0340024020182802004101470d00024002400240200741014b0d000240024020070e020001000b2018280204210b410021010c030b2018280204210b410021010c010b2018280204210b4100210120072102034020012002410176220520016a2209200a20094103746a280204200b4b1b2101200220056b220241014b0d000b0b0240200a20014103746a2802042202200b460d0020012002200b496a21010b200720014f0d00418cb9c000411e41b096c500102d000b024020072011470d00201141016a22022011490d0b201141017422052002200520024b1b220241ffffffff01712002470d0b200241037422054100480d0b0240024020110d0020051021210a0c010b200a201141037420051025210a0b200a450d0a200221110b200a20014103746a220241086a2002200720016b41037410d4041a2002200b3602042002200e360200200741016a21070b200e41016a210e2013201841086a2218470d000b0b20044188046a41186a2209420037030020044188046a41106a2215420037030020044188046a41086a220142003703002004420037038804200441b0076a41086a220241e691c600ad4280808080e000841003220541086a290000370300200420052900003703b0072005102320012002290300370300200420042903b007370388042002418792c600ad4280808080a001841003220541086a290000370300200420052900003703b00720051023201520042903b0072208370300200441b8056a41086a2001290300370300200441b8056a41106a2008370300200441b8056a41186a2002290300370300200420083703880720042004290388043703b805200441a8026a200441b8056a412010c60220042d00a80221022009200441c1026a2900003703002015200441b9026a2900003703002001200441b1026a290000370300200420042900a902370388040240024020024101460d00200441e8066a41186a4200370300200441e8066a41106a4200370300200441e8066a41086a4200370300200442003703e8060c010b200441e8066a41186a2009290300370300200441e8066a41106a2015290300370300200441e8066a41086a200129030037030020042004290388043703e8060b2020420020171b21202017410120171b211b024020120d004101211e410021054100211f0c020b2014201241f0016c6a2124200a410c6a2113200441b8056aad42808080808002842108200441a8026aad428080808080048421212020422088a72125200441a8026a4101722126200441b8056a41106a2117200441e8036a2127200441c8036a212820044188036a2129200441e8026a212a200441dc026a212b4100212c4120211d41002102410021054100211f4101211e02400340201421122005211a41a3bac100211c20022007460d01201241f0016a2114201228021021182002210902400240034002400240200720094d0d00200a2009410374220b6a220e28020421052007200941016a22024d0d012013200b6a2101034020012802002005470d02200141086a21012007200241016a2202470d000b200721020c010b41e8bbc60020092007102f000b20022009490d010240200720024f0d0020022007103e000b024020052018460d002002210920022007460d050c010b0b0240201241e0016a221c2802002205200220096b220141017620014101716a4f0d0041c3bac100211c0c040b0240200520254d0d0041e3bac100211c413c211d0c040b201241086a222d29030021222012290300212e200420183602980220044188046a20044198026a10c70220044188076a20044188046a202e202241084100109f0102402004280288074101460d0020044188076a41106a290300212f2004290390072122200441b8056a41186a2209420037030020174200370300200441b8056a41086a22014200370300200442003703b805200441b0076a41086a221841e483c300ad4280808080800184222e1003220541086a290000370300200420052900003703b0072005102320012018290300370300200420042903b007223037039801200420303703b805200441b8016a41086a220541d1bcc000ad4280808080d0018422301003221841086a290000370300200420182900003703b8012018102320044198016a41086a223120052903002232370300200420042903b80122333703980120172033370000201741086a22342032370000200441a8026a41086a22352001290300370300200441a8026a41106a22362017290300370300200441a8026a41186a22372009290300370300200420042903b8053703a802200441286a200441a8026a4120109701200441286a41106a29030021322004290330213320042802282118200942003703002017420037030020014200370300200442003703b8052005202e1003223841086a290000370300200420382900003703b8012038102320012005290300370300200420042903b801222e370398012004202e3703b805200520301003223841086a290000370300200420382900003703b8012038102320312005290300222e370300200420042903b801223037039801201720303700002034202e370000203520012903003703002036201729030037030020372009290300370300200420042903b8053703a802200442002032420020181b222e202f7d2033420020181b222f202254ad7d2230202f20227d2222202f562030202e562030202e511b22011b3703c00520044200202220011b3703b8052021200810020c020b20042d008c0722014104460d01200428029407211d200428029007211c20042f008d0720042d008f0741107472410874200172212c0c030b20092002103f000b41002134200441003602f801200441003602880220122902e4012122200442003703b807200420223703b0072002410374200b6b2135201241386a2139201241b8016a213a2012412c6a213b20124198016a213c201241d8006a213641002137410021184100213d410021314100213802400240024002400240024002400340024002400240024002400240200441b0076a10830141ff017122014102460d00200420042802b807220541016a3602b8072001410171450d06200420042802bc07220141016a22383602bc07201c28020020014d0d0120122802d801200141c1006c6a213e20352101200e210903402001450d08200141786a21012009280200210b200941086a2109200b2005470d000b203e2d00004101460d04200441f8016a210120310d0520044198016a41086a2237203941086a2903003703002012280210213d20044198016a41186a223f203941186a29030037030020044198016a41106a2240203941106a290300370300200441b8056a41306a2241203641306a290000370300200441b8056a41286a2242203641286a290000370300200441b8056a41206a2243203641206a290000370300200441b8056a41186a2244203641186a2900003703002017203641106a290000370300200441b8056a41086a2245203641086a29000037030020392903002122200441b8056a41386a2246203641386a2900003703002004202237039801200420362900003703b805201228021c2209417f4c0d122012280214210b20090d02410121310c030b200441a8026a41186a220120044188076a41186a290300370300200441a8026a41106a220520044188076a41106a290300370300200441a8026a41086a220920044188076a41086a29030037030020042004290388073703a802203441ff01714101470d09200441b8056a41186a200129030037030020172005290300370300200441b8056a41086a2009290300370300200420042903a8023703b8050c0a0b4119211d200441b0026a41193602002004419fbbc1003602ac02200441003a00a802200441a8026a21010c070b200910212231450d130b2031200b200910d304214720122802282231ad42247e2222422088a70d0e2022a7220b417f4c0d0e2012280220214802400240200b0d00410421490c010b200b10212249450d130b20492048200b10d304210b202d29030021222012290300212e20044188046a41186a2248203c41186a29000037030020044188046a41106a2249203c41106a29000037030020044188046a41086a224a203c41086a2900003703002004203c2900003703880420044198026a203b1078200441a8026a41106a2022370300200441b8016a41186a224b203a41186a290000370300200441b8016a41106a224c203a41106a290000370300200441b8016a41086a224d203a41086a290000370300202b200429039802370000202b41086a20044198026a41086a2802003600002004202e3703b002200420313602d802200420313602d4022004200b3602d002200420093602cc02200420093602c802200420473602c4022004203d3602c002200441003a00a8022004203a2900003703b801202a41186a203f290300370000202a41106a2040290300370000202a41086a2037290300370000202a200429039801370000202920042903b805370000202941086a2045290300370000202941106a2017290300370000202941186a2044290300370000202941206a2043290300370000202941286a2042290300370000202941306a2041290300370000202941386a2046290300370000202841186a2048290300370000202841106a2049290300370000202841086a204a2903003700002028200429038804370000202741186a204b290300370000202741106a204c290300370000202741086a204d290300370000202720042903b801370000200441f8016a200441e8066a200441a8026a10c80220042802f8012237213d203721310c010b0240203441ff01710d0020044198016a2012106a20044188076a41186a20044198016a41186a29030037030020044188076a41106a20044198016a41106a29030037030020044188076a41086a20044198016a41086a290300370300200420042903980137038807410121340b200441b8056a41186a220120044188076a41186a290300370300201720044188076a41106a290300370300200441b8056a41086a220920044188076a41086a29030037030020042004290388073703b805024020180d00202620042903b805370000202641086a2009290300370000202641106a2017290300370000202641186a2001290300370000200441013a00a80220044188026a200441e8066a200441a8026a10c80220042802880221180b20044188026a21010b200520254f0d02203e41016a2001350208422086200135020084201b20054105746a10044101460d000b4130211d200441b0026a4130360200200441f0bbc1003602ac02200441003a00a802200441a8026a21010c020b4138211d200441b0026a4138360200200441b8bbc1003602ac02200441003a00a802200441a8026a21010c010b41e4c0c60020052025102f000b200141046a280200211c2001280200212c0c020b200441b8056a2012106a0b201a41016a21050240201f201a470d00201a41017422012005200120054b1b221f41ffffff3f71201f470d0c201f41057422014100480d0c02400240201a0d0020011021211e0c010b201e201a41057420011025211e0b201e450d0b0b201e201a4105746a220120042903b805370000200141186a200441b8056a41186a290300370000200141106a2017290300370000200141086a200441b8056a41086a290300370000201c2802002038460d0141a0bcc100211c4100212c4132211d0b02402018450d00200428028c02450d00201810230b2031450d0220042802fc01450d02203d10230c020b02402018450d00200428028c02450d00201810230b02402031450d0020042802fc01450d00203710230b20142024460d030c000b0b0240201f450d00201e10230b02402011450d00200a10230b02402019450d00201610230b02402020a7450d00201b10230b2000202c360200200041086a201d360200200041046a201c360200200441c8006a21010b200141046a280200450d03200128020010230c030b20044188046a41186a2207420037030020044188046a41106a2209420037030020044188046a41086a220242003703002004420037038804200441b0076a41086a220141e691c600ad4280808080e000841003220b41086a2900003703002004200b2900003703b007200b102320022001290300370300200420042903b007370388042001418192c600ad4280808080e000841003220b41086a2900003703002004200b2900003703b007200b102320044188076a41086a221820012903002208370300200420042903b00722213703880720152021370000201541086a220e2008370000200441b8056a41086a22132002290300370300200441b8056a41106a22142009290300370300200441b8056a41186a2212200729030037030020042004290388043703b805200441206a200441b8056a4120108e01200428022421172004280220211a2007420037030020094200370300200242003703002004420037038804200141c8f7c200ad4280808080f000841003220b41086a2900003703002004200b2900003703b007200b102320022001290300370300200420042903b00737038804200141e893c200ad4280808080c001841003220b41086a2900003703002004200b2900003703b007200b1023201820012903002208370300200420042903b00722213703880720152021370000200e200837000020132002290300370300201420092903003703002012200729030037030020042004290388043703b805200441186a200441b8056a4120108e01201041ffffffff03712010470d05201041027422014100480d0520042802182102200428021c2107200110212209450d0420174100201a1b210b2007410020021b21182010412c6c21074200210820092101200d210203402001200228020036020020084280808080107c2108200141046a21012002412c6a2102200741546a22070d000b200441f8006a41186a200441d8016a41186a290300370300200441f8006a41106a200441d8016a41106a290300370300200441f8006a41086a200441d8016a41086a290300370300200420042903d80137037802402011450d00200a10230b02402019450d00201610230b200c200884210802402020a7450d00201b10230b200441d8006a41186a2202200441f8006a41186a290300370300200441d8006a41106a2207200441f8006a41106a290300370300200441d8006a41086a220a200441f8006a41086a223a2903003703002004200429037837035820044188046a41186a2216420037030020044188046a41106a2219420037030020044188046a41086a221742003703002004420037038804200441b0076a41086a222841e691c600ad4280808080e000841003220141086a290000370300200420012900003703b0072001102320172028290300370300200420042903b007370388042028418192c600ad4280808080e000841003220141086a290000370300200420012900003703b0072001102320044188076a41086a223d2028290300220c370300200420042903b00722203703880720152020370000201541086a200c370000200441b8056a41086a22142017290300370300200441b8056a41106a222c2019290300370300200441b8056a41186a2225201629030037030020042004290388043703b805200441106a200441b8056a4120108e012004280214210e20042802102111200341086a280200210120032802002113200441a8026a411c6a2005360200200441a8026a41186a222a201f360200200441a8026a410c6a2008370200200441a8026a41286a200a290300370300200441a8026a41306a2007290300370300200441a8026a41386a20022903003703002004201e3602bc02200420093602b002200420183602ac022004200b3602a802200420042903583703c80220132001200441a8026a10c9022003280200213f2004420037027c200441e8f6c20036027820044198016a41186a2242420037030020044198016a41106a2243420037030020044198016a41086a2241420037030020044200370398012028419ebdc600ad4280808080a00184220c1003220241086a290000370300200420022900003703b0072002102320412028290300370300200420042903b00722083703e8062004200837039801202841fcbcc600ad4280808080d00184222e1003220241086a290000370300200420022900003703b00720021023203d20282903002208370300200420042903b00722203703880720232020370000202341086a22482008370000201720412903003703002019204329030037030020162042290300370300200420042903980137038804200441a8026a20044188046a412010c202200e410020111b214420042902ac02420020042802a80222021b21212002410420021b21402001450d0141002044417f6a2202200220444b1b213b203f200141f0016c6a2145200441a8026aad4280808080c000842120200441e8066aad4280808080c00084212220044188076a41186a214620044188076a41146a213c20044188076a410472213e200441a8026a4104722147200441b8056a410272221a41266a2138201a41206a21240340203f28021021372028200c1003220141086a290000370300200420012900003703b00720011023200441a8026a41086a22182028290300370300200420042903b0073703a802202841cfbcc600ad4280808080d000841003220141086a290000370300200420012900003703b00720011023203d2028290300370300200420042903b00737038807200420373602e806202520221001220141186a290000370300202c200141106a2900003703002014200141086a290000370300200420012900003703b80520011023201620252903003703002019202c29030037030020172014290300370300200420042903b8053703880441c00010212201450d05200120042903a80237000020012004290388073700102001200429038804370020200141086a2018290300370000200141186a203d290300370000200141286a2017290300370000200141306a2019290300370000200141386a2016290300370000200420013602a802203f411c6a2802002102200441c0003602ac02203f2802142002200441a8026a108e02200110232028200c1003220141086a290000370300200420012900003703b00720011023200441e8066a41086a221e2028290300370300200420042903b0073703e806202841f7b7c100ad4280808080a001841003220141086a290000370300200420012900003703b00720011023203d2028290300370300200420042903b00737038807200420373602a802202520201001220141186a290000370300202c200141106a2900003703002014200141086a290000370300200420012900003703b80520011023204220252903003703002043202c29030037030020412014290300370300200420042903b8053703980141c00010212201450d05200120042903e806370000200141086a201e2903003700002001200429038807370010200141186a203d2903003700002001200429039801370020200141286a2041290300370000200141306a2043290300370000200141386a2042290300370000200441086a200141c000108e01200428020c2102200428020821072004203b3602a8022001ad42808080808008842020100220011023024020074101470d002002203b4f0d000340200420373602bc05200420023602b8052028200c1003220141086a290000370300200420012900003703b00720011023203d2028290300370300200420042903b0073703880720284181b8c100ad4280808080f001841003220141086a290000370300200420012900003703b0072001102320182028290300370300200420042903b0073703a802200441b8016a200441b8056a10c40241c00010212201450d072001200429038807370000200120042903a802370010200120042903b801370020200141086a203d290300370000200141186a2018290300370000200141286a200441b8016a41086a290300370000200141306a200441b8016a41106a290300370000200141386a200441b8016a41186a2903003700002001ad4280808080800884100520011023203b200241016a2202470d000b0b0240203f2802282201450d00203f2802202213200141246c6a213903402013280200210a200441d8016a41186a222b2013411c6a290000370300200441d8016a41106a2235201341146a290000370300200441d8016a41086a22362013410c6a290000370300200420132900043703d801024002402004280278220141e8f6c200460d00200428027c210b0c010b2038420037010020244200370100201a41186a4200370100201a41106a4200370100201a41086a4200370100201a4200370100200441a8026a410041840110d2041a41b80110212201450d084100210b20014100360200200120042903b8053702042001410c6a2014290300370200200141146a202c2903003702002001411c6a2025290300370200200141246a200441b8056a41206a2903003702002001412c6a200441b8056a41286a290300370200200141346a200441a8026a41840110d3041a2004410036027c200420013602780b201341246a211302400340200141086a210720012f0106220e4102742102417f210502400340024020020d00200e21050c020b200728020021092002417c6a2102200541016a2105200741046a21070240417f2009200a472009200a4b1b41016a0e03020001020b0b41012107203c2109203e21020c020b0240200b450d00200b417f6a210b200120054102746a41b8016a28020021010c010b0b2004200a36028c074100210b20462109203d2102410021070b2002200536020c200220013602042002200b3602002002200441f8006a3602082009203a3602002004200736028807024002402007450d00200428029007200428029807410c6c6a41346a21110c010b20042802a0072201200128020041016a360200200428028c072107200428029c0721020240024020042802940722012f01062205410b490d00200428029807212d2038420037010020244200370100201a41186a22314200370100201a41106a22294200370100201a41086a22344200370100201a4200370100200441a8026a410041840110d2041a41b8011021220e450d0a200e4100360200200e20042903b805370204200e410c6a2014290300370200200e41146a202c290300370200200e411c6a2025290300370200200e41246a200441b8056a41206a2226290300370200200e412c6a200441b8056a41286a2227290300370200200e41346a200441a8026a41840110d3042109201820014184016a2802003602002004200129027c3703a80220012802202115200e41086a200141246a20012f010641796a220541027410d304210a200920014188016a2005410c6c10d3042109200141063b0106200e20053b010620142018280200360200200420042903a8023703b8050240024020024107490d002002410274200a6a41686a200a200241796a220b4102746a220a200541ffff0371200b6b41027410d4041a200a20073602002002410c6c20096a220241b87f6a200241ac7f6a2211200e41066a22052f0100200b6b410c6c10d4041a0c010b200141086a20024102746a220941046a2009200141066a22052f010020026b41027410d4041a20092007360200200141346a2002410c6c6a2211410c6a201120052f010020026b410c6c10d4041a0b2011410036020820114204370200200520052f010041016a3b0100201720142802002202360200200441b8016a41086a221f2002360200200420042903b805220837038804200420083703b8012001280200220a450d0120012f010421100340201e201f280200360200200420042903b8013703e806201041ffff03712109024002400240200a2f01062201410b490d002038420037010020244200370100203142003701002029420037010020344200370100201a4200370100201720142903003703002019202c2903003703002016202529030037030020044188046a41206a2201202629030037030020044188046a41286a22022027290300370300200420042903b80537038804200441a8026a410041b40110d2041a41e80110212207450d0e2007410036020020072004290388043702042007410c6a2017290300370200200741146a20192903003702002007411c6a2016290300370200200741246a20012903003702002007412c6a2002290300370200200741346a200441a8026a41b40110d3042102200a41206a280200211b2018200a4184016a2802003602002004200a41fc006a2902003703a802200741086a200a41246a200a2f0106220541796a220141027410d304211c2002200a4188016a2001410c6c10d304211d200741b8016a200a41d4016a2005417a6a220b41027410d3042112200a41063b0106200720013b01060240200b450d00410021012012210203402002280200220520013b010420052007360200200241046a2102200b200141016a2201470d000b0b201420182802002201360200200420042903a80222083703b80520182001360200200420083703a802201041ffff037122024107490d01201c2009417a6a2202410274220b6a201c200941796a22014102746a220520072f010620016b41027410d4041a200520153602002009410c6c201d6a220541b87f6a200541ac7f6a220520072f010620016b410c6c10d4041a200541086a201e280200360200200520042903e806370200200720072f010641016a22053b01062009410274221020126a416c6a2012200b6a220b200541ffff0371220920026b41027410d4041a200b200e36020020092002490d02200720106a41a0016a2102034020022802002205200141016a22013b010420052007360200200241046a210220012009490d000c030b0b200a41086a2202200941016a220741027422056a20022009410274220b6a2202200120096b221041027410d4041a20022015360200200a2009410c6c6a220241c0006a200241346a22122010410c6c10d4041a2002413c6a201e280200360200201220042903e806370200200a200141016a22013b0106200b200a41b8016a22026a41086a200220056a2202200141ffff0371220520076b41027410d4041a2002200e360200200920054f0d05200a2007417f6a22014102746a41bc016a2102034020022802002207200141016a22013b01042007200a360200200241046a210220012005490d000c060b0b200a41086a2201200941016a221041027422056a20012009410274220b6a2201200a2f0106221220096b221c41027410d4041a20012015360200200a41346a2009410c6c6a2201410c6a2001201c410c6c10d4041a200141086a201e280200360200200120042903e806370200200a201241016a22013b0106200b200a41b8016a22126a41086a201220056a2212200141ffff0371220520106b41027410d4041a2012200e360200200220054f0d00200a200b6a41bc016a2101034020012802002202200941016a22093b01042002200a360200200141046a210120052009470d000b0b201f2018280200360200200420042903a8023703b8010240200a28020022010d002007210e201b21150c030b200a2f010421102001210a201b21152007210e0c000b0b200120024102746a2209410c6a200941086a2209200520026b41027410d4041a2009200736020020012002410c6c6a220741c0006a200741346a221120012f010620026b410c6c10d4041a2007413c6a410036020020114204370200200120012f010641016a3b01060c010b2038420037010020244200370100203142003701002029420037010020344200370100201a4200370100201720142903003703002019202c2903003703002016202529030037030020044188046a41206a2202202629030037030020044188046a41286a22072027290300370300200420042903b80537038804200441a8026a410041b40110d2041a41e80110212201450d082001410036020020012004290388043702042001410c6a2017290300370200200141146a20192903003702002001411c6a2016290300370200200141246a20022903003702002001412c6a2007290300370200200141346a200441a8026a41b40110d30421072001202d28020022023602b801202d2001360200202d202d28020441016a360204200241003b010420022001360200200720012f01062202410c6c6a220720042903b801370200200741086a201f280200360200200120024102746a41086a2015360200200141b8016a200241016a22024102746a200e360200200120023b0106200e20023b0104200e20013602000b202a202b290300370300200441a8026a41106a2202203529030037030020182036290300370300200420042903d8013703a802024020112802082201201141046a2207280200470d00200141016a22052001490d09200141017422092005200920054b1b2205ad42247e2208422088a70d092008a722094100480d090240024020010d002009102121010c010b2011280200200141246c2009102521010b2001450d082011200136020020072005360200201128020821010b2011280200200141246c6a220120042903a802370204200120373602002001410c6a2018290300370200200141146a20022903003702002001411c6a202a2903003702002011201128020841016a36020820132039470d000b0b0240203f41346a280200220b450d00203f28022c21012028200c1003220241086a290000370300200420022900003703b0072002102320182028290300370300200420042903b0073703a802202841e6bcc600ad4280808080e002841003220241086a290000370300200420022900003703b00720021023203d2028290300370300200420042903b00737038807200420373602e806202520221001220241186a290000370300202c200241106a2900003703002014200241086a290000370300200420022900003703b80520021023201620252903003703002019202c29030037030020172014290300370300200420042903b8053703880441c0001021220a450d06200a20042903a802370000200a200429038807370010200a200429038804370020200a41086a2018290300370000200a41186a203d290300370000200a41286a2017290300370000200a41306a2019290300370000200a41386a2016290300370000200441a8026a200a41c00010ac024100210720042802b002410020042802a80241014622181b210e200141086a210220042802ac022111200b410474220921050340200228020020076a2107200241106a2102200541706a22050d000b20042007200e6a3602b002200441013602a80220042011410020181b200b6a3602ac022004200a3602b805200441c0003602bc052047200441b8056a10ca02200a10232028200c1003220241086a290000370300200420022900003703b00720021023201e2028290300370300200420042903b0073703e806202841d4bcc600ad4280808080a002841003220241086a290000370300200420022900003703b00720021023203d2028290300370300200420042903b00737038807200420373602a802202520201001220241186a290000370300202c200241106a2900003703002014200241086a290000370300200420022900003703b80520021023204220252903003703002043202c29030037030020412014290300370300200420042903b8053703980141c00010212218450d06201820042903e806370000201841086a201e2903003700002018200429038807370010201841186a203d2903003700002018200429039801370020201841286a2041290300370000201841306a2043290300370000201841386a2042290300370000200441b8056a2018ad42808080808008842208100610a1010240024020042802b8052207450d0020042802c005210220042802bc0521050c010b200441003602b002200442013703a8024100200441a8026a105d20042802b002210220042802ac02210520042802a80221070b200420023602f006200420053602ec06200420073602e8060240024002400240024002400240024002400240024002402002450d00200441a8026a20072002200b106920042802a8024101460d0420042802ac02210a20042802b402220220042802b0022207460d0320042802f006200220076b6a2205200b4102746a220b417f4c0d0e200b0d014101210e0c020b200b200441e8066a105d034002402001410c6a2d000022024103714103460d00024002400240024020020e03000102000b410021070c020b410121070c010b410221070b200420073a00a8020240024020042802ec0620042802f0062202460d0020042802e80621050c010b200241016a22072002490d15200241017422052007200520074b1b22074100480d150240024020020d002007102121050c010b20042802e80620022007102521050b2005450d14200420073602ec06200420053602e80620042d00a802210720042802f00621020b2004200241016a3602f006200520026a20073a00000b2001280200210a200141086a2802002202200441e8066a105d0240024020042802ec06220520042802f00622076b2002490d0020042802e80621050c010b200720026a220b2007490d1420054101742207200b2007200b4b1b22074100480d140240024020050d002007102121050c010b20042802e80620052007102521050b2005450d13200420073602ec06200420053602e80620042802f00621070b200141106a21012004200720026a3602f006200520076a200a200210d3041a200941706a22090d000c090b0b200b1021220e450d100b2004200b36028c072004200e360288072004200536029007200420044188076a3602a802200a200441a8026a200210cb0220052002490d02200428029007220a2005490d0320042802f006220a2007490d04200428028807210b20042802e806210e2004200520026b22053602b0072004200a20076b220a360298012005200a470d05200b20026a200e20076a200510d3041a034002402001410c6a2d000022024103714103460d00024002400240024020020e03000102000b410021070c020b410121070c010b410221070b200420073a00a80202400240200428028c072004280290072202460d0020042802880721050c010b200241016a22072002490d13200241017422052007200520074b1b22074100480d130240024020020d002007102121050c010b20042802880720022007102521050b2005450d122004200736028c07200420053602880720042d00a802210720042802900721020b2004200241016a36029007200520026a20073a00000b2001280200210a200141086a280200220220044188076a105d02400240200428028c07220520042802900722076b2002490d0020042802880721050c010b200720026a220b2007490d1220054101742207200b2007200b4b1b22074100480d120240024020050d002007102121050c010b20042802880720052007102521050b2005450d112004200736028c07200420053602880720042802900721070b200141106a21012004200720026a36029007200520076a200a200210d3041a200941706a22090d000b2004280290072102200428028c072107200428028807210120042802ec06450d0720042802e80610230c070b2004200441e8066a3602a802200a200441a8026a200710cb02034002402001410c6a2d000022024103714103460d00024002400240024020020e03000102000b410021070c020b410121070c010b410221070b200420073a00a8020240024020042802ec0620042802f0062202460d0020042802e80621050c010b200241016a22072002490d12200241017422052007200520074b1b22074100480d120240024020020d002007102121050c010b20042802e80620022007102521050b2005450d11200420073602ec06200420053602e80620042d00a802210720042802f00621020b2004200241016a3602f006200520026a20073a00000b2001280200210a200141086a2802002202200441e8066a105d0240024020042802ec06220520042802f00622076b2002490d0020042802e80621050c010b200720026a220b2007490d1120054101742207200b2007200b4b1b22074100480d110240024020050d002007102121050c010b20042802e80620052007102521050b2005450d10200420073602ec06200420053602e80620042802f00621070b200141106a21012004200720026a3602f006200520076a200a200210d3041a200941706a2209450d060c000b0b20042802ec06450d0620042802e80610230c060b20022005103f000b2005200a103e000b2007200a103f000b200441b8056a41146a410d360200200441c4056a410e36020020044188046a41146a41033602002004420337028c0420044190c6c600360288042004410e3602bc052004200441b0076a3602b801200420044198016a3602d801200442043703b802200442013702ac02200441e4c6c6003602a8022004200441b8056a360298042004200441a8026a3602c8052004200441d8016a3602c0052004200441b8016a3602b80520044188046a41a0c7c6001037000b20042802f006210220042802ec06210720042802e80621010b2001450d0020082002ad4220862001ad8410022007450d00200110230b20181023410021010240024002400240024002402021422088a7220941014b0d0020090e020201020b20092102034020012002410176220720016a22052037204020054102746a280200491b2101200220076b220241014b0d000b0b02402037204020014102746a2802002202470d0041e1bec100ad4280808080c0048410070c050b2001203720024b6a220120094b0d010b20092021a7460d01202121080c020b418cb9c000411e41b096c500102d000b200941016a22022009490d0820094101742207200220022007491b220241ffffffff03712002470d08200241027422074100480d080240024020090d002007102121400c010b204020094102742007102521400b2040450d072002ad21080b204020014102746a220241046a2002200920016b41027410d4041a20022037360200200842ffffffff0f8320214280808080107c428080808070838421210b203f41f0016a223f2045470d000c020b0b1031000b20424200370300204342003703002041420037030020044200370398012028200c1003220141086a290000370300200420012900003703b0072001102320412028290300370300200420042903b00722083703e80620042008370398012028202e1003220141086a290000370300200420012900003703b00720011023203d20282903002208370300200420042903b007220c370388072023200c37000020482008370000201720412903003703002019204329030037030020162042290300370300200420042903980137038804200441003602b002200442013703a8022021422088a72201200441a8026a105d0240024020010d0020042802b002210a20042802ac02210920042802a80221020c010b2001410274210b410020042802b00222016b210720042802ac0221092040210503402005280200211802400240200920076a4104490d0020042802a80221020c010b200141046a22022001490d062009410174220a2002200a20024b1b220a4100480d060240024020090d00200a102121020c010b20042802a8022009200a102521020b2002450d052004200a3602ac02200420023602a802200a21090b200541046a21052004200141046a220a3602b002200220016a20183600002007417c6a2107200a2101200b417c6a220b0d000b0b2021a7210120044188046aad22214280808080800484200aad4220862002ad84100202402009450d00200210230b02402001450d00204010230b20042802800121092004280278210102400240200428027c22070d00200121020c010b2007210520012102034020022802b80121022005417f6a22050d000b0340200120012f01064102746a41b8016a28020021012007417f6a22070d000b0b200441c4026a20012f0106360200200441a8026a41186a4100360200200441bc026a2001360200200420093602c802200441003602b802200442003703b002200420023602ac02200441003602a802200441b8056a200441a8026a10a502024020042802bc052218450d00419ebdc600ad4280808080a0018421084181b8c100ad4280808080f00184210c034020042802c405210720042802c005210e20042802b8052105200441b0076a41086a220120081003220241086a290000370300200420022900003703b00720021023200441e8066a41086a22092001290300370300200420042903b0073703e8062001200c1003220241086a290000370300200420022900003703b0072002102320044188076a41086a220a2001290300370300200420042903b00737038807410410212201450d042001204436000020014104410810252202450d0420022005360004200441b8056a41186a22052002ad42808080808001841001220141186a290000370300200441b8056a41106a220b200141106a290000370300200441b8056a41086a2211200141086a290000370300200420012900003703b8052001102320044198016a41186a2201200529030037030020044198016a41106a2205200b29030037030020044198016a41086a22132011290300370300200420042903b805370398012002102341c0001021220b450d04200b20042903e806370000200b41086a2009290300370000200b200429038807370010200b41186a200a290300370000200b200429039801370020200b41286a2013290300370000200b41306a2005290300370000200b41386a2001290300370000200441003602c005200442013703b8052007200441b8056a105d02402007450d002018200741246c6a210a201821020340200228020021050240024020042802bc05220720042802c00522016b4104490d0020042802b80521070c010b200141046a22092001490d08200741017422012009200120094b1b22014100480d080240024020070d002001102121070c010b20042802b80520072001102521070b2007450d07200420013602bc05200420073602b80520042802c00521010b2004200141046a3602c005200720016a20053600002004200441b8056a36028804200241046a20044188046a106b200241246a2202200a470d000b0b20042802bc052101200bad428080808080088420043502c00542208620042802b8052202ad84100202402001450d00200210230b200b10230240200e450d00201810230b200441b8056a200441a8026a10a50220042802bc0522180d000b0b200441b8056a200441a8026a10a5020240034020042802bc052201450d01024020042802c005450d00200110230b200441b8056a200441a8026a10a5020c000b0b024020042802ac02220141e8f6c200460d0020012802002107200110232007450d0020072802002102200710232002450d00024020022802002201450d000340200210232001210220012802002207210120070d000b0b200210230b200441b8016a41186a221c4200370300200441b8016a41106a221d4200370300200441b8016a41086a221b4200370300200442003703b801200441b0076a41086a220e419ebdc600ad4280808080a0018422081003220141086a290000370300200420012900003703b00720011023201b200e290300370300200420042903b007220c370388072004200c3703b801200e41fcbcc600ad4280808080d00184222e1003220141086a290000370300200420012900003703b00720011023200441a8026a41086a2210200e290300220c370300200420042903b00722203703a80220062020370000200641086a2231200c37000020044198016a41086a2229201b29030037030020044198016a41106a2234201d29030037030020044198016a41186a2226201c290300370300200420042903b80137039801200441a8026a20044198016a412010c20220042802a8022201410420011b212441002115024020042902ac02420020011b222f422088a72238450d00202420384102746a212c20214280808080c000842122200441e8066aad4280808080c00084210c20044188076a41086a2102200441a8026a410672211241002115410021164100211a2024211803402015211e200e20081003220141086a290000370300200420012900003703b007200110232010200e290300370300200420042903b0073703a802200e41e6bcc600ad4280808080e0028422201003220141086a290000370300200420012900003703b007200110232002200e290300370300200420042903b00737038807200420182802003602e806200441b8056a41186a2207200c1001220141186a290000370300200441b8056a41106a2205200141106a290000370300200441b8056a41086a2209200141086a290000370300200420012900003703b8052001102320044188046a41186a220a200729030037030020044188046a41106a220b200529030037030020044188046a41086a22112009290300370300200420042903b8053703880441c00010212201450d04200120042903a80237000020012004290388073700102001200429038804370020200141086a2010290300370000200141186a2002290300370000200141286a2011290300370000200141306a200b290300370000200141386a200a290300370000200441a8026a200141c00010ac0220042802b002211320042802ac02211720042802a8022119200110234101210120174100201941014622191b21172013410020191b211f02402016450d00201720166a41e50049201f201a6a41a19c01497121010b201e41016a2115024002402017450d002001450d00200e20081003220141086a290000370300200420012900003703b007200110232010200e290300370300200420042903b0073703a802200e20201003220141086a290000370300200420012900003703b007200110232002200e290300370300200420042903b00737038807200420182802003602e8062007200c1001220141186a2900003703002005200141106a2900003703002009200141086a290000370300200420012900003703b80520011023200a2007290300370300200b200529030037030020112009290300370300200420042903b8053703880441c00010212201450d06200120042903a80237000020012004290388073700102001200429038804370020200141086a2010290300370000200141186a2002290300370000200141286a2011290300370000200141306a200b290300370000200141386a200a2903003700002001ad4280808080800884100520011023200e20081003220141086a290000370300200420012900003703b007200110232002200e290300370300200420042903b00737038807200e41d4bcc600ad4280808080a002841003220141086a290000370300200420012900003703b007200110232010200e290300370300200420042903b0073703a8022004201828020036028804200720221001220141186a2900003703002005200141106a2900003703002009200141086a290000370300200420012900003703b80520011023201c2007290300370300201d2005290300370300201b2009290300370300200420042903b8053703b80141c00010212201450d062001200429038807370000200120042903a802370010200120042903b801370020200141086a2002290300370000200141186a2010290300370000200141286a201b290300370000200141306a201d290300370000200141386a201c290300370000200441c0003602dc01200420013602d80120044188046a2001ad42808080808008842221100610a101024002402004280288042207450d00200428028c04210520042004280290043602ec06200420073602e806200441a8026a200441e8066a107f0240024020042802a8022219450d0020042902ac0221200c010b200441003602c005200442013703b8052004410c36028c072004200441d8016a360288072004200441b8056a3602b801200441013602bc02200442013702ac02200441a0f0c2003602a802200420044188076a3602b802200441b8016a41c893c500200441a8026a10301a20043502c00542208620043502b80584100720042802bc05450d0020042802b80510230b02402005450d00200710230b2019450d00202110052020422088a721072020a721250c010b4100212541042119410021070b20011023201920074104746a210a02400240024020070d00201921010c010b20192101034002402001410c6a2d000022114103470d00200141106a21010c020b200141046a280200210520012802002107200141086a280200210920042018280200220b36029801200420093602bc01200420073602b80120044188046a200441b8016a10960202402004280288044119460d00200441b8056a20044188046a41b00110d3041a4103210902400240024020114103710e03010200010b41002109410021140c010b200441a8026a20044198016a10c702200441e8066a41086a201241086a290100370300200441e8066a41106a201241106a290100370300200441e8066a41186a201241186a2f01003b0100200420122901003703e80620042801aa02210b20042f01a802211341012114410021090b200441a8026a200441b8056a41b00110d3041a200220042903e806370200200241086a200441e8066a41086a290300370200200241106a200441e8066a41106a290300370200200241186a200441e8066a41186a2903003702002004200b36028c07200420133b018a07200420143a008907200420093a008807200441d8016a200441a8026a20044188076a10bd010b02402005450d00200710230b200141106a2201200a470d000c020b0b2001200a460d0003402001410c6a2d00004103460d010240200141046a280200450d00200128020010230b200141106a2201200a470d000b0b02402025450d00201910230b201720166a221641e3004b0d01201f201a6a221a419f9c014b0d010b201841046a2218202c470d010b0b201e2038490d0020152038103f000b201c4200370300201d4200370300201b4200370300200442003703b801200e20081003220141086a290000370300200420012900003703b00720011023201b200e290300370300200420042903b007220837038807200420083703b801200e202e1003220141086a290000370300200420012900003703b007200110232010200e2903002208370300200420042903b007220c3703a8022006200c370000203120083700002029201b2903003703002034201d2903003703002026201c290300370300200420042903b80137039801200441003602b002200442013703a802203820156b2201200441a8026a105d0240024020010d0020042802b002210a20042802ac02210920042802a80221020c010b2038410274201541027422026b210b410020042802b00222016b2107202420026a210520042802ac02210903402005280200211802400240200920076a4104490d0020042802a80221020c010b200141046a22022001490d062009410174220a2002200a20024b1b220a4100480d060240024020090d00200a102121020c010b20042802a8022009200a102521020b2002450d052004200a3602ac02200420023602a802200a21090b200541046a21052004200141046a220a3602b002200220016a20183600002007417c6a2107200a2101200b417c6a220b0d000b0b20044198016aad4280808080800484200aad4220862002ad84100202402009450d00200210230b0240202fa7450d00202410230b2004280250210220042802482111200428024c210e20044198016a21130c010b200fa7450d03200d10230c030b200441b8016a41186a22094200370300200441b8016a41106a220a4200370300200441b8016a41086a22074200370300200442003703b801200441b0076a41086a2201419ebdc600ad4280808080a001841003220541086a290000370300200420052900003703b0072005102320072001290300370300200420042903b007220837038807200420083703b80120014195bdc600ad42808080809001841003220541086a290000370300200420052900003703b00720051023200441a8026a41086a20012903002208370300200420042903b007220c3703a8022006200c370000200641086a200837000020044198016a41086a200729030037030020044198016a41106a200a29030037030020044198016a41186a2009290300370300200420042903b80137039801200441003602b002200442013703a8022002200441a8026a105d0240024020020d0020042802b002210a20042802ac02210920042802a80221020c010b2002410274210b410020042802b00222016b210720042802ac0221092011210503402005280200211802400240200920076a4104490d0020042802a80221020c010b200141046a22022001490d042009410174220a2002200a20024b1b220a4100480d040240024020090d00200a102121020c010b20042802a8022009200a102521020b2002450d032004200a3602ac02200420023602a802200a21090b200541046a21052004200141046a220a3602b002200220016a20183600002007417c6a2107200a2101200b417c6a220b0d000b0b2013ad4280808080800484200aad4220862002ad84100202402009450d00200210230b0240200e450d00201110230b200041043a00000240200fa7450d00200d10230b2003107a200341046a280200450d03200328020010230c030b102a000b102c000b2003107a200341046a280200450d00200328020010230b200441c0076a24000bfa2d06057f017e017f017e047f047e230041e0126b22072400200741b8096a41186a22084200370300200741b8096a41106a22094200370300200741b8096a41086a220a4200370300200742003703b809200741e80d6a41086a220b41c4c0c600ad4280808080d00084220c1003220d41086a2900003703002007200d2900003703e80d200d1023200a200b290300370300200720072903e80d220e3703b8122007200e3703b809200b41c9c0c600ad4280808080e001841003220d41086a2900003703002007200d2900003703e80d200d1023200920072903e80d220e370300200741d8006a41086a220d200a290300370300200741d8006a41106a220f200e370300200741d8006a41186a2210200b2903003703002007200e37038805200720072903b809370358200741d0006a200741d8006a4120108e010240024002402007280254410020072802501b2002470d002008420037030020094200370300200a4200370300200742003703b809200b200c1003220241086a290000370300200720022900003703e80d20021023200a200b290300370300200720072903e80d220e3703b8122007200e3703b809200b418bcec300ad4280808080b001841003220241086a290000370300200720022900003703e80d2002102320074188056a41086a200b290300220e370300200720072903e80d220c370388052009200c370000200941086a200e370000200d200a290300370300200f200929030037030020102008290300370300200720072903b809370358200741a8126a200741d8006a412010ac0220072802a8124101460d01200041003a0000200041086a410e360200200041046a41f4a1c4003602000c020b200041003a0000200041086a4113360200200041046a41e1a1c4003602000c010b41d192c500210b411e210a024020072802ac12220941036a2004490d00200320044b0d00200920034b0d000240200420036b220b20044d0d0041ef92c500210b411b210a0c010b0240200320096b220a20034d0d00418a93c500210b4116210a0c010b0240200a41034d0d0041a093c500210b4115210a0c010b02400240024002400240024002400240200a0e0400010203000b200b4104490d040c060b200b41034f0d05200b41046a21020c040b200b41014b0d0441072102200b0e020301030b200b0d03410921020c020b410821020c010b200b21020b200741b8096a41186a22084200370300200741b8096a41106a22094200370300200741b8096a41086a220a4200370300200742003703b809200741e80d6a41086a220b41e691c600ad4280808080e000841003220d41086a2900003703002007200d2900003703e80d200d1023200a200b290300370300200720072903e80d3703b809200b418192c600ad4280808080e000841003220d41086a2900003703002007200d2900003703e80d200d1023200920072903e80d220e370300200741d8006a41086a2204200a290300370300200741d8006a41106a2203200e370300200741d8006a41186a220f200b2903003703002007200e37038805200720072903b809370358200741c8006a200741d8006a4120108e01200728024c2111200728024821122008420037030020094200370300200a4200370300200742003703b809200b41c4c0c600ad4280808080d000841003220d41086a2900003703002007200d2900003703e80d200d1023200a200b290300370300200720072903e80d3703b809200b418bcec300ad4280808080b001841003220d41086a2900003703002007200d2900003703e80d200d1023200920072903e80d220e3703002004200a2903003703002003200e370300200f200b2903003703002007200e37038805200720072903b809370358200741b8126a200741d8006a412010ac020240024020072802b8124101460d00410021100c010b410021102011410020121b220b200741b8126a41086a2802006b220a200b4b0d00200a4100200a41e807491b21100b200741e80d6a41086a220b41c4c0c600ad4280808080d000841003220a41086a2900003703002007200a2900003703e80d200a102320074198126a41086a2209200b290300370300200720072903e80d37039812200b4196cec300ad4280808080f000841003220a41086a2900003703002007200a2900003703e80d200a1023200741a8126a41086a220d200b290300370300200720072903e80d3703a812200720103602dc12200741e80d6a41186a2208200741dc126aad4280808080c000841001220a41186a290000370300200741e80d6a41106a2204200a41106a290000370300200b200a41086a2900003703002007200a2900003703e80d200a1023200741b8126a41186a220a2008290300370300200741b8126a41106a22082004290300370300200741b8126a41086a2204200b290300370300200720072903e80d3703b812024041c0001021220b450d00200b200729039812370000200b20072903a812370010200b20072903b812370020200b41086a2009290300370000200b41186a200d290300370000200b41286a2004290300370000200b41306a2008290300370000200b41386a200a290300370000200741b8096a200b10b00320072802b809210a200741e80d6a200741b8096a410472220941ac0410d3041a024002400240200a4103460d0020074188056a200741e80d6a41ac0410d3041a200b10232007200a3602b809200920074188056a41ac0410d3041a0c010b200b1023200741b8096a2010417f6a220b20104d200b10d20220072802b8094103470d00200741023602d0042007410236029804200741023602e003200741023602a803200741023602f002200741023602b8022007410236028002200741023602c8012007410236029001200741023602580c010b200741d8006a200741b8096a41b00410d3041a0b0240024002400240200741d8006a200241ff0171221241386c6a22032802004102460d00200341286a29030020055a200341306a290300220e20065a200e2006511b0d010b200141086a210f2002410f7121114100210b4100210a0240024003400240200741d8006a200b6a2209280200410246220d0d0041002009200d1b2209280200220d2001280200470d0002400240200d0d000240200941086a220d200f460d00200d200f412010d5040d030b20092802042001280204470d020c010b20092802042001280204470d010b024002400240200a41094b0d004100210902400240024002400240024002400240200a0e0a0a0900010203040506070a0b410221090c090b410321090c080b410421090c070b410521090c060b410621090c050b410721090c040b410821090c030b410921090c020b4182a2c40041c500200741b8096a41c8a2c40041d8a2c4001032000b410121090b41032104410321084103210d02400240024002400240024002400240024002400240024002400240024002400240024002400240024020110e0a0001020304050607080a000b410021084100210d4103210220090e0a0a0b0c0d0e0f101112130a0b4100210d410121084103210220090e0a090a0b0c0d0e0f101112090b4100210d410221084103210220090e0a08090a0b0c0d0e0f1011080b4100210d0c050b410121084101210d4103210220090e0a060708090a0b0c0d0e0f060b4101210d410221084103210220090e0a05060708090a0b0c0d0e050b4101210d0c020b410221084102210d4103210220090e0a030405060708090a0b0c030b4102210d0b410321080b4103210220090e0a00010203040506070809000b41002104410021020c080b41002102410121040c070b41002102410221040c060b410021020c050b41012104410121020c040b41012102410221040c030b410121020c020b410221040b410221020b200d20044b0d02200220084b0d020b200a41016a210a200b41386a220b41b004470d000b4200210e4200210c024020012802004101470d00200741386a200128020410f103200741c0006a290300210c2007290338210e0b200741b8096a200110f003200741206a20072802b809220a20072802c009109701200741306a2903002113200729032821142007280220210b024020072802bc09450d00200a10230b0240200520144200200b1b2214200e7c220e7d2215200556200620134200200b1b200c7c200e201454ad7c7d2005200e54ad7d220e200656200e2006511b0d000240024020012802004101460d00200741b8096a41186a200141206a290000370300200741b8096a41106a200141186a290000370300200741b8096a41086a200141106a2900003703002007200141086a2900003703b8090c010b200741b8096a200141046a10c7020b200741e80d6a200741b8096a2015200e10ad01200720072900e90d370388052007200741e80d6a41086a28000036008f05024020072d00e80d220b4104460d002000200b3a00002000200729038805370001200041086a200728008f053600000c0a0b200741e80d6a200110f00320072802e80d210b20073502f00d210c200720063703c009200720053703b809200c422086200bad84200741b8096aad42808080808002841002024020072802ec0d450d00200b10230b0240024020012802004101460d00200741b8096a41186a200141206a290000370300200741b8096a41106a200141186a290000370300200741b8096a41086a200141106a2900003703002007200141086a2900003703b8090c010b200741b8096a200141046a10c7020b200741e80d6a41186a200741b8096a41186a290300220c370300200741e80d6a41106a200741b8096a41106a2903002213370300200741e80d6a41086a200741b8096a41086a220b2903002214370300200720072903b80922163703e80d200741800a6a2006370300200741f8096a2005370300200741f0096a200e370300200741e8096a2015370300200b41053a0000200741c1096a2016370000200741c9096a2014370000200741d1096a2013370000200741d9096a200c370000200741e1096a200728008805360000200741e4096a2007418b056a280000360000200741103a00b809200741b8096a1099010b2003290310210c2003200129021037031020032903082113200320012902083703082003290300210e20032001290200370300200341186a220b2903002114200b200141186a290200370300200741d8006a201241386c6a220b41306a2006370200200b41286a2005370200200b41206a220b2902002106200b200141206a290200370200200ea7220b4102460d04200e422088a7210a200741e80d6a41206a2006370300200741e80d6a41186a20143703002007200e3703e80d200720133703f00d2007200c3703f80d200741f00d6a21092007280258220d4102460d03200d200b470d03200b4101460d01200741e0006a2009412010d5040d03200728025c200a460d040c030b200041003a0000200041086a4125360200200041046a41e8a2c4003602000c070b200728025c200a470d010c020b200041043a00000c050b0240200728029001220d4102460d00200d200b470d000240200b4101460d0020074198016a2009412010d5040d0120074194016a280200200a460d020c010b20074194016a280200200a460d010b024020072802c801220d4102460d00200d200b470d000240200b4101460d00200741d0016a2009412010d5040d01200741cc016a280200200a460d020c010b200741cc016a280200200a460d010b0240200728028002220d4102460d00200d200b470d000240200b4101460d0020074188026a2009412010d5040d0120074184026a280200200a460d020c010b20074184026a280200200a460d010b024020072802b802220d4102460d00200d200b470d000240200b4101460d00200741c0026a2009412010d5040d01200741bc026a280200200a460d020c010b200741bc026a280200200a460d010b024020072802f002220d4102460d00200d200b470d000240200b4101460d00200741f8026a2009412010d5040d01200741f4026a280200200a460d020c010b200741f4026a280200200a460d010b024020072802a803220d4102460d00200d200b470d000240200b4101460d00200741b0036a2009412010d5040d01200741ac036a280200200a460d020c010b200741ac036a280200200a460d010b024020072802e003220d4102460d00200d200b470d000240200b4101460d00200741e8036a2009412010d5040d01200741e4036a280200200a460d020c010b200741e4036a280200200a460d010b0240200728029804220d4102460d00200d200b470d000240200b4101460d00200741a0046a2009412010d5040d012007419c046a280200200a460d020c010b2007419c046a280200200a460d010b024020072802d004220d4102460d00200d200b470d000240200b4101460d00200741d8046a2009412010d5040d01200741d4046a280200200a460d020c010b200741d4046a280200200a460d010b200741b8096a200741e80d6a10f003200741086a20072802b809220b20072802c009220a109701200741186a29030021062007290310210c02402007290308220e4201520d00200aad422086200bad8410050b200ea7210a024020072802bc09450d00200b10230b200a4101470d000240024020072802e80d4101460d00200741b8096a41186a200741880e6a290300370300200741b8096a41106a200741e80d6a41186a290300370300200741b8096a41086a200741e80d6a41106a2903003703002007200741e80d6a41086a2903003703b8090c010b200741b8096a200741e80d6a41047210c7020b200741b8096a200c200610ae010240024020072802e80d4101460d00200741b8096a41186a200741880e6a290300370300200741b8096a41106a200741e80d6a41186a290300370300200741b8096a41086a200741e80d6a41106a2903003703002007200741e80d6a41086a2903003703b8090c010b200741b8096a200741e80d6a41047210c7020b20074188056a41186a200741b8096a41186a290300220e37030020074188056a41106a200741b8096a41106a290300220537030020074188056a41086a200741b8096a41086a220b2903002213370300200720072903b809221437038805200741f0096a2006370300200741e8096a200c370300200b41063a0000200741c1096a2014370000200741c9096a2013370000200741d1096a2005370000200741d9096a200e370000200741e1096a20072800a812360000200741e4096a200741ab126a280000360000200741103a00b809200741f8096a20072903b812370300200741800a6a200741b8126a41086a290300370300200741b8096a1099010b200741e80d6a41086a220b41c4c0c600ad4280808080d000841003220a41086a2900003703002007200a2900003703e80d200a1023200741b8126a41086a2209200b290300370300200720072903e80d3703b812200b4196cec300ad4280808080f000841003220a41086a2900003703002007200a2900003703e80d200a102320074188056a41086a220d200b290300370300200720072903e80d37038805200720103602a812200741e80d6a41186a2202200741a8126aad4280808080c000841001220a41186a290000370300200741e80d6a41106a2208200a41106a290000370300200b200a41086a2900003703002007200a2900003703e80d200a1023200741b8096a41186a2002290300370300200741b8096a41106a220a2008290300370300200741b8096a41086a2202200b290300370300200720072903e80d3703b80941c0001021220b450d00200b20072903b812370000200b200729038805370010200b20072903b809370020200b41086a2009290300370000200b41186a200d290300370000200b41286a2002290300370000200b41306a200a290300370000200b41386a200741b8096a41186a290300370000200741c0003602bc092007200b3602b809200741d8006a200741b8096a10b402200b1023200041043a00000c030b102a000b41b593c500210b4113210a0b200041003a0000200041086a200a360200200041046a200b3602000b200741e0126a24000ba30401037f20012d0000210202400240410110212203450d00200320023a000020012d0001210220034101410210252203450d00200320023a000120012d0002210220034102410410252203450d00200320023a0002200320012d00033a000320012d0004210220034104410810252203450d00200320023a0004200320012d00053a0005200320012d00063a0006200320012d00073a000720012d0008210220034108411010252203450d00200320023a0008200320012d00093a0009200320012d000a3a000a200320012d000b3a000b200320012d000c3a000c200320012d000d3a000d200320012d000e3a000e200320012d000f3a000f20012d0010210220034110412010252203450d00200320023a0010200320012d00113a0011200320012d00123a0012200320012d00133a0013200320012d00143a0014200320012d00153a0015200320012d00163a0016200320012d00173a0017200320012d00183a0018200320012d00193a0019200320012d001a3a001a200320012d001b3a001b200320012d001c3a001c200320012d001d3a001d200320012d001e3a001e200320012d001f3a001f024020034180b8c300460d00200328000041f0c2c98b06470d020b200328000421044108210102400240034020014120460d01200320016a2102200141016a210120022d0000450d000b410021010c010b20002004360204410121010b20002001360200200310230f0b102a000b20004100360200200310230b9d1004087f017e027f017e230041a0026b22022400200241c00036020c20022001360208200241106a2001ad4280808080800884100610a10102400240200228021022010d00200041033a00040c010b200228021421032002200241186a280200220436024c200220013602480240024020044104490d0020022004417c6a220536024c2002200141046a3602482005450d002001280000210620022004417b6a36024c2002200141056a36024820012d0004220541024b0d000240024002400240024020050e03000102000b41002105200241003a0098022004417b6a2107417a21080340024020072005470d00200541ff0171450d06200241003a0098020c060b200241f8016a20056a200120056a220941056a2d00003a00002002200420086a36024c2002200941066a3602482002200541016a22093a0098022008417f6a21082009210520094120470d000b200241d8016a41186a200241f8016a41186a290300370300200241d8016a41106a200241f8016a41106a290300370300200241d8016a41086a200241f8016a41086a290300370300200241b0016a41086a200241ef016a290000370300200241b0016a41106a200241f7016a2d00003a0000200220022903f8013703c801200220022900ff013700cf01200220022900e7013703b00120022903c801210a2002200241c8016a410b6a28000036007f200220022802d00136027c200241fc006a410b6a20022d00b4013a0000200220022802b0013600830120024190016a41086a2205200241bd016a280000360200200220022900b50137039001200241a0016a41086a2208200241fc006a41086a2802003602002002200229027c3703a001200420096b2204417b6a41034d0d04200241e8006a41086a2008280200360200200241d0006a41086a2005280200360200200241f8006a41026a2002418c016a41026a2d00003a0000200220022903a00137036820022002290390013703502002200441776a36024c2002200120096a220541096a360248200220022f008c013b0178200541056a2800002104410021050c020b41002105200241003a0098022004417b6a21092004417a6a21040340024020092005470d00200541ff0171450d05200241003a0098020c050b200241f8016a20056a200120056a220841056a2d00003a00002002200841066a3602482002200541016a22083a0098022002200436024c2004417f6a21042008210520084120470d000b200241d8016a41186a200241f8016a41186a290300370300200241d8016a41106a200241f8016a41106a290300370300200241d8016a41086a2209200241f8016a41086a2207290300370300200241b0016a41086a2205200241ef016a290000370300200241b0016a41106a2208200241f7016a2d00003a0000200220022903f8013703c801200220022900ff013700cf01200220022900e7013703b0012002418c016a41026a220b20022d00ca013a0000200220022f01c8013b018c0120022900cf01210a20022800cb012104200241a0016a41086a220c2005280200360200200220022903b0013703a00120024194016a220520082d00003a0000200220022802bc0136029001200241f8016a200241c8006a106d20022802f801450d03200920072802002208360200200241f8006a41026a200b2d00003a0000200241e8006a41086a200c280200360200200220022903f801220d3703d801200220022f018c013b0178200220022903a0013703682002200228029001360250200220052d00003a005420024187016a20083600002002200d37007f200241dc006a20024183016a2900003700002002200229007c370055410121050c010b200241d8016a200241c8006a106d20022802d8012204450d0220022902dc01210a200241d8016a200241c8006a106d20022802d801450d01200241e8006a41086a200241d8016a41086a28020036020041022105200241f8006a41026a200241b0016a41026a2d00003a0000200241d0006a41086a200241f8016a41086a290200370300200241d0006a41106a200241f8016a41106a280200360200200220022903d801370368200220022f00b0013b0178200220022902f8013703500b200241c4006a41026a200241f8006a41026a2d000022083a0000200241386a41086a2209200241e8006a41086a280200360200200241206a41086a2207200241d0006a41086a290300370300200241206a41106a220b200241d0006a41106a280200360200200241b0016a41026a220c20083a0000200220022f017822083b01442002200229036837033820022002290350370320200220083b01b001200241d8016a41086a22082009280200360200200220022903383703d801200241f8016a41106a2209200b280200360200200241f8016a41086a220b2007290300370300200220022903203703f801200020063602002000410c6a200a370000200041086a2004360000200020022f01b0013b0005200041076a200c2d00003a0000200041146a20022903d8013700002000411c6a2008280200360000200041206a20022903f801370000200041286a200b290300370000200041306a20092802003600000c020b200aa7450d00200410230b200241003602e001200242013703d8012002410c3602542002200241086a3602502002200241d8016a3602202002418c026a4101360200200242013702fc01200241a0f0c2003602f8012002200241d0006a36028802200241206a41c893c500200241f8016a10301a20023502e00142208620023502d801841007024020022802dc01450d0020022802d80110230b410321050b200020053a00042003450d00200110230b200241a0026a24000bf30401067f230041f0006b22022400200241d0006a41086a220341c4c0c600ad4280808080d000841003220441086a2900003703002002200429000037035020041023200241086a41086a2205200329030037030020022002290350370308200341cccdc300ad4280808080a001841003220441086a2900003703002002200429000037035020041023200241186a41086a22062003290300370300200220022903503703182002200036024c200241d0006a41186a2200200241cc006aad4280808080c000841001220441186a290000370300200241d0006a41106a2207200441106a2900003703002003200441086a2900003703002002200429000037035020041023200241286a41186a22042000290300370300200241286a41106a22002007290300370300200241286a41086a2207200329030037030020022002290350370328024041c00010212203450d00200320022903083700002003200229031837001020032002290328370020200341086a2005290300370000200341186a2006290300370000200341286a2007290300370000200341306a2000290300370000200341386a2004290300370000410410212204450d0020024204370254200220043602502001200241d0006a10f303200228025421042003ad4280808080800884200235025842208620022802502200ad84100202402004450d00200010230b200310230240024020012d0004220341014b0d00024020030e020200020b2001412c6a280200450d01200141286a28020010230c010b02402001410c6a280200450d00200141086a28020010230b200141186a280200450d00200141146a28020010230b200241f0006a24000f0b102a000bf61e09057f017e037f017e017f017e017f027e027f23004180016b22052400200541d0006a41086a220641a8bdc600ad42808080809001841003220741086a2900003703002005200729000037035020071023200541106a41086a2208200629030037030020052005290350370310200641e6bdc600ad4280808080d000841003220741086a2900003703002005200729000037035020071023200541206a41086a220720062903003703002005200529035037032020052001360250200541e0006a41186a2209200541d0006aad220a4280808080c000841001220641186a290000370300200541e0006a41106a220b200641106a290000370300200541e0006a41086a220c200641086a2900003703002005200629000037036020061023200541306a41186a220d2009290300370300200541306a41106a2209200b290300370300200541306a41086a220b200c29030037030020052005290360370330024002400240024041c00010212206450d00200620052903103700002006200529032037001020062005290330370020200641086a2008290300370000200641186a2007290300370000200641286a200b290300370000200641306a2009290300370000200641386a200d290300370000200541086a200641c000410141004100109001200528020821072006102302400240024002400240024002400240024020074101460d0020020d08200541306a41186a4200370300200541306a41106a220c4200370300200541306a41086a2207420037030020054200370330200541d0006a41086a220641a8bdc600ad42808080809001841003220841086a29000037030020052008290000370350200810232007200629030037030020052005290350220e3703102005200e3703302006419ebdc600ad4280808080a001841003220841086a2900003703002005200829000037035020081023200c2005290350220e370300200541e0006a41086a2007290300370300200541e0006a41106a200e370300200541e0006a41186a20062903003703002005200e37032020052005290330370360200541306a200541e0006a412010c20220052802302206410420061b210f2005290234420020061b220e4220882210a7220b41014b0d0141002106200b0e020302030b200041003a0000200041086a4118360200200041046a41b8b9c1003602000c0a0b41002106200b2107034020062007410176220820066a2209200f20094102746a28020020014b1b2106200720086b220741014b0d000b0b41b8b9c1002111200f20064102746a28020022072001460d04200620072001496a2206200b4b0d010b200b200ea7470d02200b41016a2207200b490d06200b4101742208200720072008491b220741ffffffff03712007470d062007410274220841004e0d010c060b418cb9c000411e41b096c500102d000b02400240200b0d0020081021210f0c010b200f200b41027420081025210f0b200f450d032007ad210e0b200f20064102746a220741046a2007200b20066b41027410d4041a20072001360200200e42ffffffff0f83210e201042017c42ffffffff0f832110410021110b200541306a41186a22094200370300200541306a41106a220b4200370300200541306a41086a2207420037030020054200370330200541d0006a41086a220641a8bdc600ad42808080809001841003220841086a290000370300200520082900003703502008102320072006290300370300200520052903502212370310200520123703302006419ebdc600ad4280808080a001841003220841086a2900003703002005200829000037035020081023200541206a41086a20062903002212370300200520052903502213370320200c2013370000200c41086a2012370000200541e0006a41086a2007290300370300200541e0006a41106a200b290300370300200541e0006a41186a20092903003703002005200529033037036002400240200f0d00200541e0006aad428080808080048410050c010b20054100360238200542013703302010a72207200541306a105d0240024020070d002005280238210c2005280234210b200528023021070c010b4100200528023822066b2108200f20074102746a21142005280234210b200f210903402009280200210d02400240200b20086a4104490d00200528023021070c010b200641046a22072006490d06200b410174220c2007200c20074b1b220c4100480d0602400240200b0d00200c102121070c010b2005280230200b200c102521070b2007450d052005200c36023420052007360230200c210b0b2005200641046a220c360238200720066a200d3600002008417c6a2108200c21062014200941046a2209470d000b0b200ea72106200541e0006aad4280808080800484200cad4220862007ad8410020240200b450d00200710230b2006450d00200f10230b2011450d00200041003a0000200041086a4118360200200041046a20113602000c030b2003280208210b2003280204210c200328020021082004280208210d2004280204210f20042802002109200541d0006a41086a2206419ebdc600ad4280808080a001841003220741086a2900003703002005200729000037035020071023200541106a41086a2214200629030037030020052005290350370310200641cbbcc600ad4280808080c000841003220741086a2900003703002005200729000037035020071023200541206a41086a220720062903003703002005200529035037032020052001360250200541e0006a41186a2203200a4280808080c000841001220641186a290000370300200541e0006a41106a2204200641106a290000370300200541e0006a41086a2211200641086a2900003703002005200629000037036020061023200541306a41186a22152003290300370300200541306a41106a22032004290300370300200541306a41086a220420112903003703002005200529036037033041c00010212206450d00200620052903103700002006200529032037001020062005290330370020200641086a2014290300370000200641186a2007290300370000200641286a2004290300370000200641306a2003290300370000200641386a2015290300370000200541c000360264200520063602602008200b200541e0006a108e02200610230240200c450d00200810230b200541d0006a41086a2206419ebdc600ad4280808080a001841003220741086a2900003703002005200729000037035020071023200541106a41086a2208200629030037030020052005290350370310200641cfbcc600ad4280808080d000841003220741086a2900003703002005200729000037035020071023200541206a41086a220720062903003703002005200529035037032020052001360250200541e0006a41186a220b200a4280808080c000841001220641186a290000370300200541e0006a41106a220c200641106a290000370300200541e0006a41086a2214200641086a2900003703002005200629000037036020061023200541306a41186a2203200b290300370300200541306a41106a220b200c290300370300200541306a41086a220c20142903003703002005200529036037033041c00010212206450d00200620052903103700002006200529032037001020062005290330370020200641086a2008290300370000200641186a2007290300370000200641286a200c290300370000200641306a200b290300370000200641386a2003290300370000200541c000360264200520063602602009200d200541e0006a108e02200610230240200f450d00200910230b200541306a41186a220f4200370300200541306a41106a22094200370300200541306a41086a2208420037030020054200370330200541d0006a41086a220641e691c600ad4280808080e000841003220741086a290000370300200520072900003703502007102320082006290300370300200520052903503703302006418192c600ad4280808080e000841003220741086a290000370300200520072900003703502007102320092005290350220e370300200541e0006a41086a220b2008290300370300200541e0006a41106a220c200e370300200541e0006a41186a220d20062903003703002005200e370320200520052903303703602005200541e0006a4120108e0120052802042104200528020021112006419ebdc600ad4280808080a001841003220741086a2900003703002005200729000037035020071023200541106a41086a2214200629030037030020052005290350370310200641f7b7c100ad4280808080a001841003220741086a2900003703002005200729000037035020071023200541206a41086a220320062903003703002005200529035037032020052001360250200d200a4280808080c00084220a1001220741186a290000370300200c200741106a290000370300200b200741086a2900003703002005200729000037036020071023200f200d2903003703002009200c2903003703002008200b2903003703002005200529036037033041c00010212207450d00200720052903103700002007200529032037001020072005290330370020200741086a2014290300370000200741186a2003290300370000200741286a2008290300370000200741306a2009290300370000200741386a200f290300370000200541002004410020111b2204417f6a2211201120044b1b3602602007ad4280808080800884200541e0006aad4280808080c00084100220071023200641a8bdc600ad42808080809001841003220741086a29000037030020052007290000370350200710232014200629030037030020052005290350370310200641e6bdc600ad4280808080d000841003220741086a2900003703002005200729000037035020071023200320062903003703002005200529035037032020052001360250200d200a1001220641186a290000370300200c200641106a290000370300200b200641086a2900003703002005200629000037036020061023200f200d2903003703002009200c2903003703002008200b2903003703002005200529036037033041c00010212206450d00200620052903103700002006200529032037001020062005290330370020200641086a200541106a41086a290300370000200641186a200541206a41086a290300370000200641286a200541306a41086a290300370000200641306a200541c0006a290300370000200641386a200541306a41186a290300370000410110212207450d00200720023a00002006ad42808080808008842007ad4280808080108410022007102320061023200041043a00000c030b102a000b102c000b0240200441046a280200450d00200428020010230b200341046a280200450d00200328020010230b20054180016a24000b9f95010c067f017e077f017e0b7f017e017f017e017f017e017f047e230022032104200341c0026b416071220324000240024002400240024002400240024002400240024002400240024002400240024002400240024020012d00000e080001020304050607000b20034194016a41013602002003420137028401200341bca3c50036028001200341043602a4022003419c87c6003602a0022003200341a0026a3602900120034180016a41a891c6001037000b200141186a2802002105200141146a28020021062001410c6a2802002107200141086a280200210820022d000120022d000072450d06200041023a000002402005450d00200610230b41012102410021052007450d11200810230c110b024020022d000120022d000072450d00200041023a00000c100b2000200141046a28020010bd020c0f0b024020022d000120022d000072450d00200041023a00000c0f0b200141046a2802002106200341d8006a4200370300200341d0006a22084200370300200341c0006a41086a220542003703002003420037034020034180026a41086a220241a8bdc600ad42808080809001841003220741086a290000370300200320072900003703800220071023200520022903003703002003200329038002220937036020032009370340200241b1bdc600ad4280808080b001841003220741086a2900003703002003200729000037038002200710232008200329038002220937030020032009370370200320032903403703202003200529030037032820032009370330200320022903003703382003200636028001200341206aad428080808080048420034180016aad4280808080c000841002200041043a00000c0e0b200141186a280200210a200141146a2802002105200141106a28020021062001410c6a280200210b200141086a2802002107200141046a280200210820032002411a6a2901003703382003200241026a29010037032020032002410a6a2901003703282003200241126a2901003703300240024020022d00014101470d0020022d000041ff0171450d010b200041023a00000c0d0b200341a0026a41186a22022003290338370300200341a0026a41106a220c2003290330370300200341a0026a41086a220d2003290328370300200320032903203703a00220034180016a200341a0026a4280a0e5b9c29101420010ad01200320032900810137038002200320034180016a41086a220e28000036008702024020032d008001220f4104460d002000200f3a00002000200329038002370001200041086a2003280087023600000c0d0b10be02210f2003200b36028802200320073602840220032008360280022003200a360288012003200536028401200320063602800141012105200341c0006a200f410120034180026a20034180016a10890220034180016a41186a200229030037030020034180016a41106a200c290300370300200e200d290300370300200320032903a0023703800120034180026a41086a220241a8bdc600ad42808080809001841003220741086a290000370300200320072900003703800220071023200341e0006a41086a2002290300370300200320032903800237036020024188b9c100ad4280808080f000841003220741086a290000370300200320072900003703800220071023200341f0006a41086a200229030037030020032003290380023703702003200f36022020034180026a41186a2206200341206aad4280808080c000841001220741186a29000037030020034180026a41106a2208200741106a2900003703002002200741086a290000370300200320072900003703800220071023200341c0006a41186a2006290300370300200341c0006a41106a2008290300370300200341c0006a41086a2002290300370300200320032903800237034041c00010212202450d0a20022003290360370000200241086a200341e0006a41086a29030037000020022003290370370010200241186a200341f0006a41086a29030037000020022003290340370020200241286a200341c0006a41086a290300370000200241306a200341d0006a290300370000200241386a200341c0006a41186a290300370000200341c00036028402200320023602800220034180016a20034180026a10c0012002102320034180016a41086a200f360200410021022003410036028401200341113a00800120034180016a109901200041043a00000c0e0b0240024020022d00000d004101210520022d00014101460d010b200041023a00000c0d0b200041043a0000410121020c0d0b02402002280200220541ff017141034622070d00200041023a00000c0c0b200241046a280200210820034180026a41086a220241a8bdc600ad42808080809001841003220641086a290000370300200320062900003703800220061023200341c0006a41086a220a20022903003703002003200329038002370340200241e6bdc600ad4280808080d000841003220641086a290000370300200320062900003703800220061023200341a0026a41086a220b200229030037030020032003290380023703a00220032008200520071b220636022020034180026a41186a2207200341206aad4280808080c000841001220541186a29000037030020034180026a41106a2208200541106a2900003703002002200541086a29000037030020032005290000370380022005102320034180016a41186a2205200729030037030020034180016a41106a2207200829030037030020034180016a41086a2208200229030037030020032003290380023703800141c00010212202450d0820022003290340370000200220032903a0023700102002200329038001370020200241086a200a290300370000200241186a200b290300370000200241286a2008290300370000200241306a2007290300370000200241386a2005290300370000200210bf022107200210230240200741ff01714102470d00200041003a0000200041086a410a360200200041046a418fb9c1003602000c0c0b41012105024020074101710d00200041003a0000200041086a4115360200200041046a4199b9c100360200410121020c0d0b20034180016a200610bd02200320032900810137038002200320034180016a41086a28000036008702024020032d00800122024104460d00200020023a00002000200329038002370001200041086a2003280087023600000c0c0b2003420037033820034200370330200342003703282003420037032020034180026a41086a220241a8bdc600ad42808080809001841003220541086a290000370300200320052900003703800220051023200320032903800222093703602003200937032020032002290300370328200241ebbdc600ad4280808080a001841003220541086a290000370300200320052900003703800220051023200341c0006a41086a2003290328370300200341c0006a41106a2003290380022209370300200341c0006a41186a200229030037030020032009370370200320093703302003200329032037034020034180016a200341c0006a10c0022003280280012202410420021b21100240200329028401420020021b2211422088a72212450d0020102012410c6c6a21132010211403400240201441086a2215280200220a450d00201428020021024100210541002107034002400240024020062002280200460d0020050d01410021050c020b200541016a21050c010b200720056b2208200a4f0d0720034180016a41206a220b20022005415c6c6a220841206a220f28020036020020034180016a41186a220c200841186a220d29020037030020034180016a41106a220e200841106a221629020037030020034180016a41086a2217200841086a22182902003703002003200829020037038001200241206a2219280200211a200241186a221b2902002109200241106a221c290200211d200241086a221e290200211f200820022902003702002018201f3702002016201d370200200d2009370200200f201a3602002019200b280200360200201b200c290300370200201c200e290300370200201e201729030037020020022003290380013702000b200241246a2102200a200741016a2207470d000b2005450d002015280200200a20056b2202490d00201520023602000b2014410c6a22142013470d000b0b200341206a4110722120200320103602800120032011370284010240024020100d002003420037033820034200370330200342003703282003420037032020034180026a41086a220241a8bdc600ad42808080809001841003220541086a290000370300200320052900003703800220051023200320032903800222093703602003200937032020032002290300370328200241ebbdc600ad4280808080a001841003220541086a290000370300200320052900003703800220051023200341f0006a41086a200229030022093703002003200329038002221d3703702020201d370000202041086a2009370000200341c0006a41086a2003290328370300200341d0006a2003290330370300200341d8006a200329033837030020032003290320370340200341c0006aad428080808080048410050c010b2011a721072003420037033820034200370330200342003703282003420037032020034180026a41086a220241a8bdc600ad42808080809001841003220541086a290000370300200320052900003703800220051023200320032903800222093703602003200937032020032002290300370328200241ebbdc600ad4280808080a001841003220541086a290000370300200320052900003703800220051023200341f0006a41086a200229030022093703002003200329038002221d3703702020201d370000202041086a2009370000200341c0006a41086a2003290328370300200341d0006a2003290330370300200341d8006a200329033837030020032003290320370340200341203602a4022003200341c0006a3602a00220034180016a200341a0026a107402402012450d002012410c6c21052010210203400240200241046a280200450d00200228020010230b2002410c6a2102200541746a22050d000b0b2007450d00201010230b2003420037033820034200370330200342003703282003420037032020034180026a41086a220241a8bdc600ad42808080809001841003220541086a290000370300200320052900003703800220051023200320032903800222093703602003200937032020032002290300370328200241bcbdc600ad4280808080f001841003220541086a290000370300200320052900003703800220051023200341f0006a41086a200229030022093703002003200329038002221d3703702020201d370000202041086a2009370000200341c0006a41086a2003290328370300200341c0006a41106a2003290330370300200341c0006a41186a20032903383703002003200329032037034020034180016a200341c0006a10c0022003280280012202410420021b21100240200329028401420020021b2211422088a72212450d0020102012410c6c6a21132010211403400240201441086a2215280200220a450d00201428020021024100210541002107034002400240024020062002280200460d0020050d01410021050c020b200541016a21050c010b200720056b2208200a4f0d0820034180016a41206a220b20022005415c6c6a220841206a220f28020036020020034180016a41186a220c200841186a220d29020037030020034180016a41106a220e200841106a221629020037030020034180016a41086a2217200841086a22182902003703002003200829020037038001200241206a2219280200211a200241186a221b2902002109200241106a221c290200211d200241086a221e290200211f200820022902003702002018201f3702002016201d370200200d2009370200200f201a3602002019200b280200360200201b200c290300370200201c200e290300370200201e201729030037020020022003290380013702000b200241246a2102200a200741016a2207470d000b2005450d002015280200200a20056b2202490d00201520023602000b2014410c6a22142013470d000b0b200320103602800120032011370284010240024020100d002003420037033820034200370330200342003703282003420037032020034180026a41086a220241a8bdc600ad42808080809001841003220541086a290000370300200320052900003703800220051023200320032903800222093703602003200937032020032002290300370328200241bcbdc600ad4280808080f001841003220541086a290000370300200320052900003703800220051023200341f0006a41086a200229030022093703002003200329038002221d3703702020201d370000202041086a2009370000200341c0006a41086a2003290328370300200341d0006a2003290330370300200341d8006a200329033837030020032003290320370340200341c0006aad428080808080048410050c010b2011a721072003420037033820034200370330200342003703282003420037032020034180026a41086a220241a8bdc600ad42808080809001841003220541086a290000370300200320052900003703800220051023200320032903800222093703602003200937032020032002290300370328200241bcbdc600ad4280808080f001841003220541086a290000370300200320052900003703800220051023200341f0006a41086a200229030022093703002003200329038002221d3703702020201d370000202041086a2009370000200341c0006a41086a2003290328370300200341d0006a2003290330370300200341d8006a200329033837030020032003290320370340200341203602a4022003200341c0006a3602a00220034180016a200341a0026a107402402012450d002012410c6c21052010210203400240200241046a280200450d00200228020010230b2002410c6a2102200541746a22050d000b0b2007450d00201010230b2003420037033820034200370330200342003703282003420037032020034180026a41086a220841a8bdc600ad428080808090018422091003220241086a2900003703002003200229000037038002200210232003200329038002221d3703602003201d37032020032008290300370328200841cbbdc600ad4280808080e00084221d1003220241086a290000370300200320022900003703800220021023200341f0006a41086a220b2008290300221f3703002003200329038002221137037020202011370000202041086a220c201f370000200341c0006a41086a220d2003290328370300200341d0006a220e2003290330370300200341d8006a221620032903383703002003200329032037034020034180016a200341c0006a10c1022003280280012202410420021b210f0240200329028401420020021b221f422088a7220a450d00200a412c6c2105200f21020340024020022802002006470d00200241246a22072802004102460d00200741003602000b2002412c6a2102200541546a22050d000b0b20034200370338200342003703302003420037032820034200370320200820091003220241086a2900003703002003200229000037038002200210232003200329038002220937036020032009370320200320082903003703282008201d1003220241086a290000370300200320022900003703800220021023200b200829030022093703002003200329038002221d3703702020201d370000200c2009370000200d2003290328370300200e2003290330370300201620032903383703002003200329032037034002400240200f0d00200341c0006aad428080808080048410050c010b20034100360288012003420137038001200a20034180016a105d0240200a450d00200f200a412c6c6a210b200f210503402005280200210802400240200328028401220720032802880122026b4104490d0020032802800121070c010b200241046a220a2002490d0d20074101742202200a2002200a4b1b22024100480d0d0240024020070d002002102121070c010b20032802800120072002102521070b2007450d0c2003200236028401200320073602800120032802880121020b2003200241046a36028801200720026a2008360000200541046a20034180016a10b8022005412c6a2205200b470d000b0b201fa721022003280284012105200341c0006aad42808080808004842003350288014220862003280280012207ad84100202402005450d00200710230b2002450d00200f10230b20034180026a41086a220241a8bdc600ad42808080809001841003220541086a290000370300200320052900003703800220051023200341e0006a41086a22072002290300370300200320032903800237036020024188b9c100ad4280808080f000841003220541086a290000370300200320052900003703800220051023200341f0006a41086a220820022903003703002003200329038002370370200320063602800120034180026a41186a220a20034180016aad4280808080c000841001220541186a29000037030020034180026a41106a220b200541106a2900003703002002200541086a2900003703002003200529000037038002200510232003200a2903003703382003200b29030037033020032002290300370328200320032903800237032041c00010212202450d0820022003290360370000200241086a200729030037000020022003290370370010200241186a200829030037000020022003290320370020200241286a2003290328370000200241306a2003290330370000200241386a200329033837000020034180016a200241c00010bc010240024020032d0080014101470d002002ad42808080808008841005200341a0026a41186a20034199016a2900002209370300200341a0026a41106a20034191016a290000221d370300200341a0026a41086a20034189016a290000221f37030020034180026a41186a200937030020034180026a41106a201d37030020034180026a41086a201f370300200320032900810122113703a0022003201137038002200320093703382003201d3703302003201f370328200320113703200c010b200341a0026a41186a20034199016a2900002209370300200341a0026a41106a20034191016a290000221d370300200341a0026a41086a20034189016a290000221f37030020034180026a41186a420037030020034180026a41106a420037030020034180026a41086a4200370300200320032900810122113703a0022003420037038002200320093703382003201d3703302003201f370328200320113703200b2002102320034180026a4280a0e5b9c29101420010ae0120034188016a20063602002003410036028401200341113a00800120034180016a109901200041043a00000c0b0b02402002280200220741ff017141034622060d00200041023a00000c0b0b200241046a2802002108200141046a280200210a20034180026a41086a220241a8bdc600ad42808080809001841003220541086a290000370300200320052900003703800220051023200341c0006a41086a220b20022903003703002003200329038002370340200241dbbdc600ad4280808080b001841003220541086a290000370300200320052900003703800220051023200341a0026a41086a220f200229030037030020032003290380023703a0022003200a36022020034180026a41186a220c200341206aad22114280808080c000841001220541186a29000037030020034180026a41106a220d200541106a2900003703002002200541086a29000037030020032005290000370380022005102320034180016a41186a2205200c29030037030020034180016a41106a220c200d29030037030020034180016a41086a220d200229030037030020032003290380023703800141c00010212202450d072008200720061b210620022003290340370000200220032903a0023700102002200329038001370020200241086a200b290300370000200241186a200f290300370000200241286a200d290300370000200241306a200c290300370000200241386a2005290300370000200341186a200241c000108e01200328021c210720032802182105200210230240024020054101470d0020072006460d010b20034180026a41086a220241a8bdc600ad42808080809001841003220541086a290000370300200320052900003703800220051023200341c0006a41086a220720022903003703002003200329038002370340200241dbbdc600ad4280808080b001841003220541086a290000370300200320052900003703800220051023200341a0026a41086a2208200229030037030020032003290380023703a0022003200636022020034180026a41186a220620114280808080c000841001220541186a29000037030020034180026a41106a220b200541106a2900003703002002200541086a29000037030020032005290000370380022005102320034180016a41186a2205200629030037030020034180016a41106a2206200b29030037030020034180016a41086a220b200229030037030020032003290380023703800141c00010212202450d0820022003290340370000200220032903a0023700102002200329038001370020200241086a2007290300370000200241186a2008290300370000200241286a200b290300370000200241306a2006290300370000200241386a20052903003700002003200a360280012002ad428080808080088420034180016aad4280808080c000841002200210230c070b20034180026a41086a220241c4c0c600ad4280808080d000841003220541086a290000370300200320052900003703800220051023200341c0006a41086a220720022903003703002003200329038002370340200241cccdc300ad4280808080a001841003220541086a29000037030020032005290000370380022005102320034180016a41086a220820022903003703002003200329038002370380012003200636022020034180026a41186a220b20114280808080c000841001220541186a29000037030020034180026a41106a220f200541106a2900003703002002200541086a290000370300200320052900003703800220051023200341a0026a41186a2205200b290300370300200341a0026a41106a220b200f290300370300200341a0026a41086a220f200229030037030020032003290380023703a00241c00010212202450d07200220032903403700002002200329038001370010200220032903a002370020200241086a2007290300370000200241186a2008290300370000200241286a200f290300370000200241306a200b290300370000200241386a200529030037000041012105200341106a200241c00041014100410010900120032802102107200210230240024020074101460d0020034180026a41086a220241c4c0c600ad4280808080d000841003220741086a290000370300200320072900003703800220071023200341206a41086a220820022903003703002003200329038002370320200241cccdc300ad4280808080a001841003220741086a290000370300200320072900003703800220071023200341c0006a41086a220b200229030037030020032003290380023703402003200a3602a00220034180026a41186a220f200341a0026aad4280808080c000841001220741186a29000037030020034180026a41106a220c200741106a2900003703002002200741086a29000037030020032007290000370380022007102320034180016a41186a2207200f29030037030020034180016a41106a220f200c29030037030020034180016a41086a220c200229030037030020032003290380023703800141c00010212202450d0920022003290320370000200241086a200829030037000020022003290340370010200241186a200b2903003700002002200329038001370020200241286a200c290300370000200241306a200f290300370000200241386a2007290300370000200341086a200241c000410141004100109001200328020821072002102320074101470d010b200041003a0000200041086a4122360200200041046a41d6cdc300360200410121020c0c0b20034180026a41086a220541a8bdc600ad428080808090018422091003220241086a290000370300200320022900003703800220021023200341c0006a41086a220720052903003703002003200329038002370340200541dbbdc600ad4280808080b001841003220241086a290000370300200320022900003703800220021023200341a0026a41086a2208200529030037030020032003290380023703a0022003200a36022020034180026a41186a220b20114280808080c000841001220241186a29000037030020034180026a41106a220f200241106a2900003703002005200241086a29000037030020032002290000370380022002102320034180016a41186a220c200b29030037030020034180016a41106a220b200f29030037030020034180016a41086a220f200529030037030020032003290380023703800141c00010212202450d0720022003290340370000200220032903a0023700102002200329038001370020200241086a2007290300370000200241186a2008290300370000200241286a200f290300370000200241306a200b290300370000200241386a200c2903003700002002ad428080808080088410052002102320034200370338200342003703302003420037032820034200370320200520091003220241086a290000370300200320022900003703800220021023200320032903800222093703602003200937032020032005290300370328200541ebbdc600ad4280808080a001841003220241086a29000037030020032002290000370380022002102320072003290328370300200341c0006a41106a2003290380022209370300200341c0006a41186a200529030037030020032009370370200320093703302003200329032037034020034180016a200341c0006a10c0022003280280012202410420021b21120240200329028401420020021b2221422088a72222450d0020122022410c6c6a21202012211503400240201541086a2213280200220b450d002015280200210241002105410021070340024002400240200620022802002208460d00200a2008460d0020050d01410021050c020b200541016a21050c010b200720056b2208200b4f0d0820034180016a41206a220f20022005415c6c6a220841206a220c28020036020020034180016a41186a220d200841186a220e29020037030020034180016a41106a2216200841106a221729020037030020034180016a41086a2218200841086a22192902003703002003200829020037038001200241206a221a280200211b200241186a221c2902002109200241106a221e290200211d200241086a2214290200211f200820022902003702002019201f3702002017201d370200200e2009370200200c201b360200201a200f280200360200201c200d290300370200201e20162903003702002014201829030037020020022003290380013702000b200241246a2102200b200741016a2207470d000b2005450d002013280200200b20056b2202490d00201320023602000b2015410c6a22152020470d000b0b200341206a4110722110200320123602800120032021370284010240024020120d002003420037033820034200370330200342003703282003420037032020034180026a41086a220241a8bdc600ad42808080809001841003220541086a290000370300200320052900003703800220051023200320032903800222093703602003200937032020032002290300370328200241ebbdc600ad4280808080a001841003220541086a290000370300200320052900003703800220051023200341f0006a41086a200229030022093703002003200329038002221d3703702010201d370000201041086a2009370000200341c0006a41086a2003290328370300200341d0006a2003290330370300200341d8006a200329033837030020032003290320370340200341c0006aad428080808080048410050c010b2021a721072003420037033820034200370330200342003703282003420037032020034180026a41086a220241a8bdc600ad42808080809001841003220541086a290000370300200320052900003703800220051023200320032903800222093703602003200937032020032002290300370328200241ebbdc600ad4280808080a001841003220541086a290000370300200320052900003703800220051023200341f0006a41086a200229030022093703002003200329038002221d3703702010201d370000201041086a2009370000200341c0006a41086a2003290328370300200341d0006a2003290330370300200341d8006a200329033837030020032003290320370340200341203602a4022003200341c0006a3602a00220034180016a200341a0026a107402402022450d002022410c6c21052012210203400240200241046a280200450d00200228020010230b2002410c6a2102200541746a22050d000b0b2007450d00201210230b2003420037033820034200370330200342003703282003420037032020034180026a41086a220241a8bdc600ad42808080809001841003220541086a290000370300200320052900003703800220051023200320032903800222093703602003200937032020032002290300370328200241bcbdc600ad4280808080f001841003220541086a290000370300200320052900003703800220051023200341f0006a41086a200229030022093703002003200329038002221d3703702010201d370000201041086a2009370000200341c0006a41086a2003290328370300200341c0006a41106a2003290330370300200341c0006a41186a20032903383703002003200329032037034020034180016a200341c0006a10c0022003280280012202410420021b21120240200329028401420020021b2221422088a72222450d0020122022410c6c6a21202012211503400240201541086a2213280200220b450d002015280200210241002105410021070340024002400240200620022802002208460d00200a2008460d0020050d01410021050c020b200541016a21050c010b200720056b2208200b4f0d0920034180016a41206a220f20022005415c6c6a220841206a220c28020036020020034180016a41186a220d200841186a220e29020037030020034180016a41106a2216200841106a221729020037030020034180016a41086a2218200841086a22192902003703002003200829020037038001200241206a221a280200211b200241186a221c2902002109200241106a221e290200211d200241086a2214290200211f200820022902003702002019201f3702002017201d370200200e2009370200200c201b360200201a200f280200360200201c200d290300370200201e20162903003702002014201829030037020020022003290380013702000b200241246a2102200b200741016a2207470d000b2005450d002013280200200b20056b2202490d00201320023602000b2015410c6a22152020470d000b0b200320123602800120032021370284010240024020120d002003420037033820034200370330200342003703282003420037032020034180026a41086a220241a8bdc600ad42808080809001841003220541086a290000370300200320052900003703800220051023200320032903800222093703602003200937032020032002290300370328200241bcbdc600ad4280808080f001841003220541086a290000370300200320052900003703800220051023200341f0006a41086a200229030022093703002003200329038002221d3703702010201d370000201041086a2009370000200341c0006a41086a2003290328370300200341d0006a2003290330370300200341d8006a200329033837030020032003290320370340200341c0006aad428080808080048410050c010b2021a721072003420037033820034200370330200342003703282003420037032020034180026a41086a220241a8bdc600ad42808080809001841003220541086a290000370300200320052900003703800220051023200320032903800222093703602003200937032020032002290300370328200241bcbdc600ad4280808080f001841003220541086a290000370300200320052900003703800220051023200341f0006a41086a200229030022093703002003200329038002221d3703702010201d370000201041086a2009370000200341c0006a41086a2003290328370300200341d0006a2003290330370300200341d8006a200329033837030020032003290320370340200341203602a4022003200341c0006a3602a00220034180016a200341a0026a107402402022450d002022410c6c21052012210203400240200241046a280200450d00200228020010230b2002410c6a2102200541746a22050d000b0b2007450d00201210230b2003420037033820034200370330200342003703282003420037032020034180026a41086a220841a8bdc600ad428080808090018422091003220241086a2900003703002003200229000037038002200210232003200329038002221d3703602003201d37032020032008290300370328200841cbbdc600ad4280808080e00084221d1003220241086a290000370300200320022900003703800220021023200341f0006a41086a220f2008290300221f3703002003200329038002222137037020102021370000201041086a220d201f370000200341c0006a41086a220e2003290328370300200341d0006a22162003290330370300200341d8006a221720032903383703002003200329032037034020034180016a200341c0006a10c1022003280280012202410420021b210c0240200329028401420020021b221f422088a7220b450d00200b412c6c2105200c2102034002400240200228020022072006460d00200a2007470d010b200241246a22072802004102460d00200741003602000b2002412c6a2102200541546a22050d000b0b20034200370338200342003703302003420037032820034200370320200820091003220241086a2900003703002003200229000037038002200210232003200329038002220937036020032009370320200320082903003703282008201d1003220241086a290000370300200320022900003703800220021023200f200829030022093703002003200329038002221d3703702010201d370000200d2009370000200e200329032837030020162003290330370300201720032903383703002003200329032037034002400240200c0d00200341c0006aad428080808080048410050c010b20034100360288012003420137038001200b20034180016a105d0240200b450d00200c200b412c6c6a210f200c210503402005280200210802400240200328028401220720032802880122026b4104490d0020032802800121070c010b200241046a220b2002490d0c20074101742202200b2002200b4b1b22024100480d0c0240024020070d002002102121070c010b20032802800120072002102521070b2007450d0b2003200236028401200320073602800120032802880121020b2003200241046a36028801200720026a2008360000200541046a20034180016a10b8022005412c6a2205200f470d000b0b201fa721022003280284012105200341c0006aad42808080808004842003350288014220862003280280012207ad84100202402005450d00200710230b2002450d00200c10230b2003420037033820034200370330200342003703282003420037032020034180026a41086a220241a8bdc600ad428080808090018422091003220541086a2900003703002003200529000037038002200510232003200329038002221d3703602003201d370320200320022903003703282002419ebdc600ad4280808080a00184221d1003220541086a290000370300200320052900003703800220051023200341f0006a41086a22072002290300221f3703002003200329038002222137037020102021370000201041086a220b201f370000200341c0006a41086a220f2003290328370300200341d0006a220c2003290330370300200341d8006a220d20032903383703002003200329032037034020034180016a200341c0006a412010c2022003280280012205410420051b220e200329028401420020051b221f422088a722082006200a10c30220034200370338200342003703302003420037032820034200370320200220091003220541086a2900003703002003200529000037038002200510232003200329038002220937036020032009370320200320022903003703282002201d1003220541086a2900003703002003200529000037038002200510232007200229030022093703002003200329038002221d3703702010201d370000200b2009370000200f2003290328370300200c2003290330370300200d20032903383703002003200329032037034002400240200e0d00200341c0006aad428080808080048410050c010b20034100360288012003420137038001200820034180016a105d0240024020080d00200328028801210f200328028401210b20032802800121050c010b410020032802880122026b2107200e20084102746a210d200328028401210b200e210803402008280200210c02400240200b20076a4104490d0020032802800121050c010b200241046a22052002490d0c200b410174220f2005200f20054b1b220f4100480d0c02400240200b0d00200f102121050c010b200328028001200b200f102521050b2005450d0b2003200f360284012003200536028001200f210b0b2003200241046a220f36028801200520026a200c3600002007417c6a2107200f2102200d200841046a2208470d000b0b201fa72102200341c0006aad4280808080800484200fad4220862005ad8410020240200b450d00200510230b2002450d00200e10230b20034180026a41086a220241a8bdc600ad428080808090018422091003220541086a290000370300200320052900003703800220051023200341c0006a41086a220720022903003703002003200329038002370340200241e6bdc600ad4280808080d00084221d1003220541086a290000370300200320052900003703800220051023200341a0026a41086a220f200229030037030020032003290380023703a0022003200636022020034180026a41186a220820114280808080c00084221f1001220541186a29000037030020034180026a41106a220b200541106a2900003703002002200541086a29000037030020032005290000370380022005102320034180016a41186a220c200829030037030020034180016a41106a220d200b29030037030020034180016a41086a220e200229030037030020032003290380023703800141c00010212205450d0720052003290340370000200520032903a0023700102005200329038001370020200541086a2007290300370000200541186a200f290300370000200541286a200e290300370000200541306a200d290300370000200541386a200c290300370000200510bf022117200220091003221641086a2900003703002003201629000037038002201610232007200229030037030020032003290380023703402002201d1003220741086a290000370300200320072900003703800220071023200f200229030037030020032003290380023703a0022003200a3602202008201f1001220741186a290000370300200b200741106a2900003703002002200741086a290000370300200320072900003703800220071023200c2008290300370300200d200b290300370300200e200229030037030020032003290380023703800141c00010212202450d0720022003290340370000200220032903a0023700102002200329038001370020200241086a200341c0006a41086a290300370000200241186a200341a0026a41086a290300370000200241286a20034180016a41086a290300370000200241306a20034190016a290300370000200241386a20034180016a41186a290300370000200210bf02210702400240201741ff01714102470d002002ad428080808080088410050c010b410110212208450d082008201741ff01714101463a00002002ad42808080808008842008ad428080808010841002200810230b2002102302400240200741ff01714102470d002005ad428080808080088410050c010b410110212202450d082002200741ff01714101463a00002005ad42808080808008842002ad428080808010841002200210230b2005102320034180026a41086a220241a8bdc600ad4280808080900184221d1003220541086a290000370300200320052900003703800220051023200341e0006a41086a22072002290300370300200320032903800237036020024188b9c100ad4280808080f00084221f1003220541086a290000370300200320052900003703800220051023200341f0006a41086a220e20022903003703002003200329038002370370200320063602800120034180026a41186a220820034180016aad22094280808080c0008422111001220541186a29000037030020034180026a41106a220b200541106a2900003703002002200541086a290000370300200320052900003703800220051023200320082903003703382003200b29030037033020032002290300370328200320032903800237032041c00010212205450d0720052003290360370000200541086a200729030037000020052003290370370010200541186a200e29030037000020052003290320370020200541286a2003290328370000200541306a2003290330370000200541386a200329033837000020034180016a200541c00010bc0120034189016a220f290000212120034191016a220c290000212320034199016a220d290000212420032d008001211720032900810121252002201d1003221641086a2900003703002003201629000037038002201610232007200229030037030020032003290380023703602002201f1003220741086a290000370300200320072900003703800220071023200e200229030037030020032003290380023703702003200a36028001200820111001220741186a290000370300200b200741106a2900003703002002200741086a290000370300200320072900003703800220071023200320082903003703382003200b29030037033020032002290300370328200320032903800237032041c00010212202450d0720022003290360370000200241086a200341e0006a41086a29030037000020022003290370370010200241186a200341f0006a41086a29030037000020022003290320370020200241286a2003290328370000200241306a2003290330370000200241386a200329033837000020034180016a200241c00010bc01200f290000211d200c290000211f200d2900002111200329008101212620032d0080012108200d20244200201741ff017141014622071b370000200c2023420020071b370000200f2021420020071b37000020032025420020071b37008101200341013a008001200341c0003602a402200320023602a00220034180016a4101722207200341a0026a10c00120021023200d20114200200841014622021b370000200c201f420020021b370000200f201d420020021b37000020032026420020021b37008101200341013a008001200341c0003602a402200320053602a0022007200341a0026a10c0012005102320034180026a41086a220241c4c0c600ad4280808080d00084221d1003220541086a290000370300200320052900003703800220051023200341206a41086a220720022903003703002003200329038002370320200241f8cdc300ad4280808080b00184221f1003220541086a290000370300200320052900003703800220051023200341c0006a41086a220f20022903003703002003200329038002370340200320063602800120034180026a41186a220820094280808080c0008422111001220541186a29000037030020034180026a41106a220b200541106a2900003703002002200541086a290000370300200320052900003703800220051023200341a0026a41186a220c2008290300370300200341a0026a41106a220d200b290300370300200341a0026a41086a220e200229030037030020032003290380023703a00241c00010212205450d072005200329032037000020052003290340370010200520032903a002370020200541086a2007290300370000200541186a200f290300370000200541286a200e290300370000200541306a200d290300370000200541386a200c2903003700002002201d1003221641086a2900003703002003201629000037038002201610232007200229030037030020032003290380023703202002201f1003220741086a290000370300200320072900003703800220071023200f200229030037030020032003290380023703402003200a36028001200820111001220741186a290000370300200b200741106a2900003703002002200741086a290000370300200320072900003703800220071023200c2008290300370300200d200b290300370300200e200229030037030020032003290380023703a00241c00010212202450d072002200329032037000020022003290340370010200220032903a002370020200241086a200341206a41086a290300370000200241186a200341c0006a41086a290300370000200241286a200341a0026a41086a290300370000200241306a200341b0026a290300370000200241386a200341a0026a41186a290300370000200341a0026a2005ad4280808080800884221d100610a10120034180016a2002ad4280808080800884221f100610a10102402003280280012207450d002003280284012108201d20034180016a41086a3502004220862007ad8410022008450d06200710230c060b201d10050c050b200141046a28020021022001411c6a280200210a20012d0001210b2003200141106a2802003602a802200320073602a402200320083602a0022003200a360288012003200536028401200320063602800120002002200b200341a0026a20034180016a10890241012102410021050c0a0b41a8f5c1002008200a102f000b41a8f5c1002008200a102f000b41a8f5c1002008200b102f000b41a8f5c1002008200b102f000b0240024020032802a0022207450d0020032802a4022108201f200341a8026a3502004220862007ad8410022008450d01200710230c010b201f10050b200210232005102320034180026a41086a220241c4c0c600ad4280808080d00084221d1003220541086a290000370300200320052900003703800220051023200341206a41086a22072002290300370300200320032903800237032020024183cec300ad4280808080800184221f1003220541086a290000370300200320052900003703800220051023200341c0006a41086a220f20022903003703002003200329038002370340200320063602800120034180026a41186a220820094280808080c0008422111001220541186a29000037030020034180026a41106a220b200541106a2900003703002002200541086a290000370300200320052900003703800220051023200341a0026a41186a220c2008290300370300200341a0026a41106a220d200b290300370300200341a0026a41086a220e200229030037030020032003290380023703a00241c00010212205450d012005200329032037000020052003290340370010200520032903a002370020200541086a2007290300370000200541186a200f290300370000200541286a200e290300370000200541306a200d290300370000200541386a200c2903003700002002201d1003221641086a2900003703002003201629000037038002201610232007200229030037030020032003290380023703202002201f1003220741086a290000370300200320072900003703800220071023200f200229030037030020032003290380023703402003200a36028001200820111001220741186a290000370300200b200741106a2900003703002002200741086a290000370300200320072900003703800220071023200c2008290300370300200d200b290300370300200e200229030037030020032003290380023703a00241c00010212202450d012002200329032037000020022003290340370010200220032903a002370020200241086a200341206a41086a290300370000200241186a200341c0006a41086a290300370000200241286a200341a0026a41086a290300370000200241306a200341b0026a290300370000200241386a200341a0026a41186a290300370000200341a0026a2005ad4280808080800884221d100610a10120034180016a2002ad4280808080800884221f100610a101024002402003280280012207450d002003280284012108201d20034180016a41086a3502004220862007ad8410022008450d01200710230c010b201d10050b0240024020032802a0022207450d0020032802a4022108201f200341a8026a3502004220862007ad8410022008450d01200710230c010b201f10050b2002102320051023200341a0026a41186a22074200370300200341a0026a41106a22084200370300200341a0026a41086a22054200370300200342003703a00220034180026a41086a220241c4c0c600ad4280808080d00084221f1003220b41086a2900003703002003200b29000037038002200b1023200520022903003703002003200329038002221d3703202003201d3703a002200241d7c0c600ad4280808080a0018422111003220b41086a2900003703002003200b29000037038002200b10232008200329038002221d37030020034180016a41086a220f200529030037030020034180016a41106a220d201d37030020034180016a41186a220e20022903003703002003201d370340200320032903a00237038001200341a0026a20034180016a412010c20220032802a002220b4104200b1b220c20032902a4024200200b1b2221422088a7220b2006200a10c302200742003703002008420037030020054200370300200342003703a0022002201f1003220641086a290000370300200320062900003703800220061023200520022903003703002003200329038002221d3703202003201d3703a002200220111003220641086a29000037030020032006290000370380022006102320072002290300221d370300200f2005290300370300200d200329038002221f370300200e201d3703002003201f370340200320032903a002370380010240200c0d002009428080808080048410050c010b200341003602a802200342013703a002200b200341a0026a105d02400240200b0d0020032802a802210a20032802a402210820032802a00221050c010b410020032802a80222026b2107200c200b4102746a210f20032802a4022108200c210603402006280200210b02400240200820076a4104490d0020032802a00221050c010b200241046a22052002490d052008410174220a2005200a20054b1b220a4100480d050240024020080d00200a102121050c010b20032802a0022008200a102521050b2005450d042003200a3602a402200320053602a002200a21080b2003200241046a220a3602a802200520026a200b3600002007417c6a2107200a2102200f200641046a2206470d000b0b2021a7210320094280808080800484200aad4220862005ad84100202402008450d00200510230b2003450d00200c10230b200041043a00000c030b102a000b102c000b02402005450d00200610230b41002102410121052007450d01200810230c010b41012105410121020b024020012d0000417f6a220341034b0d000240024020030e0401020200010b2002450d010240200141086a280200450d00200141046a28020010230b200141146a280200450d01200141106a28020010230c010b2005450d0002402001410c6a280200450d00200141086a28020010230b200141186a280200450d00200141146a2802001023200424000f0b200424000baead010b057f027e087f017e027f027e027f017e167f027e0e7f230041f0056b22002400200041b0036a41186a4200370300200041b0036a41106a22014200370300200041b0036a41086a22024200370300200042003703b003200041b0046a41086a220341fdf6c100ad42808080808002841003220441086a290000370300200020042900003703b0042004102320022003290300370300200020002903b0043703b003200341f18ac200ad4280808080a001841003220441086a290000370300200020042900003703b00420041023200120002903b0042205370300200041c0056a41086a2002290300370300200041c0056a41106a2005370300200041c0056a41186a20032903003703002000200537038803200020002903b0033703c005200041b0036a200041c0056a4120108c01024002400240024020002902b403420020002802b00322031b2206422088a7220741ffffff3f712007470d0020074105742202417f4c0d000240024020020d00410121080c010b200210212208450d020b2003410120031b21094100210a4100210b4100210c02402007450d00200741057421042008210320092102034020032002290000370000200341186a200241186a290000370000200341106a200241106a290000370000200341086a200241086a290000370000200341206a2103200241206a2102200441606a22040d000b200741057441606a41057641016a210c2007210b0b200041b0036a41186a220d4200370300200041b0036a41106a220e4200370300200041b0036a41086a22024200370300200042003703b003200041b0046a41086a220341fdf6c100ad42808080808002841003220441086a290000370300200020042900003703b0042004102320022003290300370300200020002903b0043703b003200341dea7c300ad4280808080f000841003220441086a290000370300200020042900003703b0042004102320004188036a41086a20032903002205370300200020002903b004220f370388032001200f370000200141086a2005370000200041c0056a41086a2002290300370300200041c0056a41106a200e290300370300200041c0056a41186a200d290300370300200020002903b0033703c005200041b0036a200041c0056a10fc010240024020002902b403420020002802b00322031b2205422088a7220241306c22040d00410121100c010b200441306d220a41ffffff3f71200a470d04200a41057422044100480d04200410212210450d020b2005a721112003410820031b210e0240024020020d00410021040c010b200241306c210d4100210420102103200e21020340200241086a2900002105200241106a290000210f20022900002112200341186a200241186a290000370000200341106a200f370000200341086a200537000020032012370000200441016a2104200341206a2103200241306a2102200d41506a220d0d000b0b02402011450d00200e10230b024002402006a7220320076b2004490d00200420076a210e0c010b200720046a220e2007490d0420034101742202200e2002200e4b1b220241ffffff3f712002470d042002410574220d4100480d040240024020030d00200d102121090c010b20092003410574200d102521090b2009450d022002ad21060b200920074105746a2010200441057410d3041a0240200a450d00201010230b200041b0036a41186a220d4200370300200041b0036a41106a22074200370300200041b0036a41086a22024200370300200042003703b003200041b0046a41086a220341fdf6c100ad42808080808002841003220441086a290000370300200020042900003703b0042004102320022003290300370300200020002903b0043703b003200341fb8ac200ad42808080809001841003220441086a290000370300200020042900003703b0042004102320004188036a41086a20032903002205370300200020002903b004220f370388032001200f370000200141086a2005370000200041c0056a41086a2002290300370300200041c0056a41106a2007290300370300200041c0056a41186a200d290300370300200020002903b0033703c005200041b0036a200041c0056a10fc01410021040240024020002902b403420020002802b00322031b2205422088a7220241306c220d0d0041012107410021010c010b200d41306d220141ffffff3f712001470d042001410574220d4100480d04200d10212207450d020b2005a721102003410820031b210a02402002450d00200241306c210d4100210420072103200a21020340200241086a2900002105200241106a290000210f20022900002112200341186a200241186a290000370000200341106a200f370000200341086a200537000020032012370000200441016a2104200341206a2103200241306a2102200d41506a220d0d000b0b02402010450d00200a10230b024002402006a72203200e6b2004490d00200642ffffffff0f8321132004200e6a21100c010b200e20046a2210200e490d04200341017422022010200220104b1b220241ffffff3f712002470d042002410574220d4100480d040240024020030d00200d102121090c010b20092003410574200d102521090b2009450d022002ad21130b2009200e4105746a2007200441057410d3041a02402001450d00200710230b200041b0046a41086a220341fdf6c100ad42808080808002841003220241086a290000370300200020022900003703b00420021023200041c0056a41086a22042003290300370300200020002903b0043703c005200341f0f6c100ad4280808080d001841003220241086a290000370300200020022900003703b0042002102320004188036a41086a220220032903002205370300200041b0036a41086a2004290300370300200041b0036a41186a2005370300200020002903b004220537038803200020002903c0053703b003200020053703c003200041c0056a200041b0036a10f701200041e0026a20002802c005220320002802c80510bc01024020002802c405450d00200310230b20004188036a41206a200041e0026a41206a2d00003a000020004188036a41186a200041e0026a41186a29030037030020004188036a41106a200041e0026a41106a2903003703002002200041e0026a41086a290300370300200020002903e00237038803200041b0036a20004188036a10fb020240024020002802d00322040d00410421144100210d410021150c010b200041c0056a41186a2203200041b0036a41186a290300370300200041c0056a41106a200041b0036a41106a290300370300200041c0056a41086a2202200041b0036a41086a290300370300200020002903b0033703c00520002902d4032105412c10212214450d02201420002903c0053702002014200537022420142004360220201441186a2003290300370200201441106a200041c0056a41106a2204290300370200201441086a2002290300370200200041c0056a41206a20004188036a41206a2d00003a0000200320004188036a41186a290300370300200420004188036a41106a290300370300200220004188036a41086a29030037030020002000290388033703c005200041b0036a200041c0056a10fb02024020002802d00322070d004101210d410121150c010b41022104412c21024101210d410121150340200041c0046a41186a200041b0036a41186a2903002205370300200041c0046a41106a200041b0036a41106a290300220f370300200041c0046a41086a200041b0036a41086a2903002212370300200020002903b00322063703c00420002902d4032116200041e0046a41186a22012005370300200041e0046a41106a220e200f370300200041e0046a41086a220a2012370300200020063703e0040240200d2015470d00200d41016a2203200d490d0620042003200420034b1b2215ad422c7e2205422088a70d062005a722034100480d0602400240200d0d002003102121140c010b201420022003102521140b2014450d040b201420026a220320002903e004370200200341186a2001290300370200200341106a200e290300370200200341086a200a290300370200200341246a2016370200200341206a2007360200200441026a21042002412c6a2102200d41016a210d200041b0036a200041c0056a10fb0220002802d00322070d000b0b2000420037028405200041e8f6c20036028005200d20106a2217ad42e0007e2205422088a70d002005a72218417f4c0d00410821190240024020180d004108211a4108211b0c010b20181021221a450d02201a211b0b410021114100211c024020104105742207450d002007410575221cad42d8007e2205422088a70d042005a722034100480d04200310212219450d020b02402010450d00200741606a211d200041e0036a2102200041d8036a211e2019210141002104200921030340200041e0026a41186a220e200341186a220a290000370300200041e0026a41106a2210200341106a2211290000370300200041e0026a41086a221f200341086a2220290000370300200020032900003703e002200041c0056a41186a200a290000370300200041c0056a41106a2011290000370300200041c0056a41086a2020290000370300200020032900003703c00520004180056a200041c0056a200410b502200041b0036a41086a4200370300200041b0036a41106a4200370300200041b0036a41186a4200370300200041b0036a41206a4200370300201e4200370300200241186a200e290300370000200241106a2010290300370000200241086a201f290300370000200220002903e002370000200042003703b0032001200041b0036a41d00010d304220141d0006a41003a0000200141d8006a2101200341206a2103200441016a2104200741606a22070d000b201d41057641016a21110b02402013500d00200910230b024002402017200d412c6c2203412c6d2202490d00201721210c010b201741017422042002200420024b1b2221ad42e0007e2205422088a70d042005a722024100480d040240024020170d0020021021211a0c010b201a201820021025211a0b201a450d02201a211b0b201420036a2122024002400240200d0d0041002123201421240c010b200041e0046a41106a211f20142103201a21254100212302400340200041c0046a41186a2202200341186a290200370300200041c0046a41106a2204200341106a290200370300200041c0046a41086a220d200341086a290200370300200020032902003703c0042003412c6a212420032802202226450d02200341286a2802002110200341246a2802002127200041e0026a41186a22282002290300370300200041e0026a41106a22292004290300370300200041e0026a41086a222a200d290300370300200020002903c0043703e002200041d0026a200041e0026a10fc022010ad42c8007e2205422088a70d042005a72203417f4c0d04200041d0026a41086a290300211620002903d00221130240024020030d004108211e0c010b20031021221e450d060b02400240024020100d0041002110410021200c010b202620104105746a211d41002120202621010340200141086a2900002105200141106a290000210f20012900002112200041b0036a41186a2209200141186a290000370300200041b0036a41106a2217200f370300200041b0036a41086a22182005370300200020123703b003200141206a210120004180056a2103200028028405210e024003402003280200220741086a210220072f0106220a4105742103410021040240024003402003450d01200041b0036a2002412010d504220d450d02200341606a2103200441016a2104200241206a2102200d417f4a0d000b2004417f6a210a0b200e450d02200e417f6a210e2007200a4102746a4194036a21030c010b0b2011200720044102746a41e8026a220228020022034d0d032019200341d8006c6a22032903202105200341286a290300210f200041e0046a41186a22074200370300201f4200370300200041e0046a41086a22044200370300200042003703e004200041b0046a41086a220341e483c300ad42808080808001841003220d41086a2900003703002000200d2900003703b004200d102320042003290300370300200020002903b0043703e004200341d1bcc000ad4280808080d001841003220d41086a2900003703002000200d2900003703b004200d1023200041b0056a41086a20032903002212370300200020002903b00422063703b005201f2006370000201f41086a2012370000200041c0056a41086a2004290300370300200041c0056a41106a201f290300370300200041c0056a41186a2007290300370300200020002903e0043703c005200041b8026a200041c0056a4120109701200041a8026a20002903c002200041b8026a41106a290300427f420010d9042011200228020022034d0d0520004198026a2013201620002903a802420020002802b80222041b221242012012420156200041a8026a41086a290300420020041b22124200522012501b22041b2012420020041b10d9042019200341d8006c6a220341286a427f200f20052000290398027c22122005542204ad7c220620042006200f54201220055a1b22041b3703002003427f201220041b37032020004188036a41186a2204200929030037030020004188036a41106a220d201729030037030020004188036a41086a22072018290300370300200020002903b00337038803200228020021020240024020202010460d00202021030c010b201041016a22032010490d0c2010410174220e2003200e20034b1b220ead42c8007e2205422088a70d0c2005a722034100480d0c0240024020100d0020031021211e0c010b201e201041c8006c20031025211e0b201e450d0a20102103200e21100b201e200341c8006c6a2203420037030020032002360220200341186a4200370300200341106a4200370300200341086a420037030020032000290388033702242003412c6a2007290300370200200341346a200d2903003702002003413c6a2004290300370200202041016a21200b2001201d470d000b0b02402027450d00202610230b20004190056a41186a220d202829030037030020004190056a41106a2207202929030037030020004190056a41086a2201202a290300370300200020002903e00237039005200041e0046a41186a220e4200370300201f4200370300200041e0046a41086a22024200370300200042003703e004200041b0046a41086a220341e483c300ad42808080808001841003220441086a290000370300200020042900003703b0042004102320022003290300370300200020002903b0043703e004200341d1bcc000ad4280808080d001841003220441086a290000370300200020042900003703b00420041023200041b0056a41086a20032903002205370300200020002903b004220f3703b005201f200f370000201f41086a2005370000200041c0056a41086a2002290300370300200041c0056a41106a201f290300370300200041c0056a41186a200e290300370300200020002903e0043703c00520004180026a200041c0056a4120109701200041f0016a20002903880220004180026a41106a290300427f420010d904200041e0016a2013201620002903f001420020002802800222031b220542012005420156200041f0016a41086a290300420020031b22054200522005501b22031b2005420020031b10d90420254200370308202520002903e00137030020254200370310202541186a4200370300202541286a42003703002025420137032020252020360238202520103602342025201e360230202520002903900537023c202541c4006a2001290300370200202541cc006a2007290300370200202541d4006a200d290300370200202341016a2123202541e0006a21252024210320242022470d010c040b0b41e4c0c60020032011102f000b41bcc1c60020032011102f000b20242022460d000340202441206a2802002202450d012024412c6a21030240202441246a280200450d00200210230b2003212420222003470d000b0b02402015450d00201410230b41c00710212209450d0141f0061021222b450d014100212841142129024002402011411420114114491b222a0d004114212c410021140c010b201941a87f6a2126201141d8006c2124201b202341e0006c6a21174114211d200041b0036a41186a2115200041b0036a41106a211e200041b0036a41086a21274100211441002125034002402011450d00202421022019210303400240200341d0006a2d00000d0002400240200341206a290300220f200341286a29030022128450450d0042002105427f210f427f21120c010b427f2105200041d0016a427f427f200f201210d904200041d0016a41086a290300211220002903d001210f0b2003200f37030020032012370308200341106a2005370300200341186a20053703000b200341d8006a2103200241a87f6a22020d000b0b201b210d02402023450d00024003400240200d2802382203450d00200341c8006c2104200d28023041206a210303402011200328020022024d0d0302402019200241d8006c6a22022d00500d0020022903202205200241286a290300220f84500d00200041b0036a200d290310200d41186a290300200d290300200d41086a2903002005200f10fd02200220022903002205427f2005427f20002903b80320002802b00341014622071b22127c220f200f2005542201200241086a220e2903002205427f201e29030020071b22067c2001ad7c220f200554200f2005511b22071b20122006845022011b370300200e2005427f200f20071b20011b3703000b200341c8006a2103200441b87f6a22040d000b0b200d41e0006a220d2017460d020c000b0b41bcc1c60020022011102f000b202541016a212520242103202621040340024020030d00201d212c0c030b200341a87f6a2103200441a8016a210d200441d8006a22022104200d2d00000d000b02402003450d00200241d8006a2104200241086a2903002105200241186a290300210f200241106a2903002112200229030021064100210d03400240200441d0006a2d00000d00200441186a2903002116200441106a2903002113200441086a290300212d2004290300212e200020023602c005200020043602b003202d2005200620052012200f202e202d2013201610fe0241ff017141014622021b2105202e200620021b21062016200f20021b210f2013201220021b2112200041b0036a200041c0056a20021b28020021020b200441d8006a21042003200d41d8006a220d470d000b20020d00201d212c0c020b200241013a005002402023450d002002410c6a211f200241306a2120201b21040340200441e0006a211802402004280238220d450d0020042802302103200d41c8006c210d034002400240201f2003460d00200341246a2020412010d5040d010b200441186a22072903002106200241086a22012903002105200429031021122002290300210f20022903102116200341186a200241186a220e290300370300200341106a2016370300200320054200200520067d200f201254ad7d2216200f20127d2213200f56201620055620162005511b220a1b20122006845022101b3703082003200f42002013200a1b20101b37030020012903002105200e290300210f2002290300211220042002290310370320200441286a200f37030020042012370310200720053703000b200341c8006a2103200d41b87f6a220d0d000b0b2018210420182017470d000b0b2015200241c8006a290000370300201e200241c0006a2900003703002027200241386a290000370300200020022900303703b003200241286a29030021052002290320210f024002402014201d460d00201d212c0c010b201d41016a2203201d490d06201d41017422022003200220034b1b222cad42307e2212422088a70d062012a722034100480d0602400240201d0d002003102121090c010b2009201d41306c2003102521090b2009450d04201d2114202c211d0b20272903002112201e29030021062015290300211620002903b00321132009201441306c6a2203200f37032020032013370300200341286a2005370300200341186a2016370300200341106a2006370300200341086a2012370300201441016a21142025202a470d000b0b02402023450d00201b202341e0006c6a2124201441306c211741142129200041c0056a41186a2118200041c0056a41106a211d200041c0056a41086a212541002128201b211f03402018201f41d4006a290000370300201d201f41cc006a2900003703002025201f41c4006a2900003703002000201f29003c3703c0050240201f2802382203450d00201f280230220a200341c8006c6a2120201f41106a211e41002110410421114100210e0340200a220141246a2104200141c8006a210a4100210d2017210220092103024003402002450d01024020042003460d0020032004412010d5042107200d41016a210d200241506a2102200341306a210320070d010b0b418094ebdc0321030240201e200110ff020d004100210202402001290310201f29032085200141186a290300201f41286a29030085844200520d00200041b0036a428094ebdc0342002001290300200141086a290300201e290300201e41086a29030010fd0220002802b0034101460d0120002903b803220f42ff93ebdc0356200041b0036a41106a29030022054200522005501b0d01200fa721020b200221030b200020033602b0032000418094ebdc033602b403200041b0036a2003418094ebdc034b4102746a2802002102200041b0036a41186a22042001413c6a290000370300200041b0036a41106a220d200141346a290000370300200041b0036a41086a22072001412c6a290000370300200020012900243703b00302400240200e2010460d00200e21030c010b201041016a22032010490d09201041017422012003200120034b1b2201ad42247e2205422088a70d092005a722034100480d090240024020100d002003102121110c010b2011201041246c2003102521110b2011450d0720102103200121100b2011200341246c6a220320002903b00337020020072903002105200d290300210f2004290300211220032002360220200341186a2012370200200341106a200f370200200341086a2005370200200e41016a210e0b200a2020470d000b024002400240200e450d0002400240200e41246c22040d00410021020c010b201141206a2103410021020340200328020020026a2102200341246a21032004415c6a22040d000b0b02404100418094ebdc0320026b22032003418094ebdc034b1b2201200e6e2203418094ebdc032003418094ebdc03491b2207450d00201141206a2103410021020340200e2002460d032000417f2003280200220420076a220d200d2004491b22043602b0032000418094ebdc033602b4032003200041b0036a2004418094ebdc034b4102746a280200360200200341246a2103200e200241016a2202470d000b0b024020012007200e6c6b2207450d00410021030340200e2003200e7022024d0d042000417f2011200241246c6a2202280220220441016a220d200d2004491b22043602b0032000418094ebdc033602b4032002200041b0036a2004418094ebdc034b4102746a280200360220200341016a22032007470d000b0b200041b0036a41186a22022018290300370300200041b0036a41106a2204201d290300370300200041b0036a41086a220d2025290300370300200020002903c0053703b003024020282029470d00202941016a22032029490d0a202941017422072003200720034b1b2203ad422c7e2205422088a70d0a2005a722074100480d0a0240024020290d0020071021212b0c010b202b2029412c6c20071025212b0b202b450d0820292128200321290b202b2028412c6c6a220320002903b003370200200d29030021052004290300210f200229030021122003200e3602282003201036022420032011360220200341186a2012370200200341106a200f370200200341086a2005370200202841016a21280c030b2010450d02201110230c020b41e4c0c6002002200e102f000b41e4c0c6002002200e102f000b201f41e0006a221f2024470d000b0b0240201c450d00201910230b02402023450d00202341e0006c2102201b41306a210303400240200341046a280200450d00200328020010230b200341e0006a2103200241a07f6a22020d000b0b02402021450d00201a10230b20002802800520002802840520002802880510ba020240024020090d0041012111200041013a00b4032000410c3a00b003200041b0036a109901200041c0056a21070c010b42002105200041b0036a41186a4200370300200041b0036a41106a222f42003703004108210d200041b0036a41086a22024200370300200042003703b003200041b0046a41086a220341fdf6c100ad42808080808002841003220441086a290000370300200020042900003703b0042004102320022003290300370300200020002903b004220f370388032000200f3703b003200341dea7c300ad4280808080f000841003220441086a290000370300200020042900003703b00420041023202f20002903b004220f370300200041c0056a41086a2002290300370300200041c0056a41106a200f370300200041c0056a41186a20032903003703002000200f37038803200020002903b0033703c005200041b0036a200041c0056a10fc01024020002802b0032203450d00200041c0056aad4280808080800484100520002902b40321052003210d0b41002122024002402005422088a7220341306c22020d0041012130410021310c010b200241306d223141ffffff3f712031470d05203141057422024100480d05200210212230450d030b2005a7210702402003450d00200341306c21044100212220302103200d21020340200241086a2900002105200241106a290000210f20022900002112200341186a200241186a290000370000200341106a200f370000200341086a200537000020032012370000202241016a2122200341206a2103200241306a2102200441506a22040d000b0b02402007450d00200d10230b42002105200041b0036a41186a22074200370300200041b0036a41106a220142003703004108210d200041b0036a41086a22024200370300200042003703b003200041b0046a41086a220341fdf6c100ad42808080808002841003220441086a290000370300200020042900003703b0042004102320022003290300370300200020002903b004220f370388032000200f3703b003200341fb8ac200ad42808080809001841003220441086a290000370300200020042900003703b0042004102320004188036a41086a2003290300220f370300200020002903b004221237038803202f2012370000202f41086a200f370000200041c0056a41086a2002290300370300200041c0056a41106a2001290300370300200041c0056a41186a2007290300370300200020002903b0033703c005200041b0036a200041c0056a10fc01024020002802b0032203450d00200041c0056aad4280808080800484100520002902b40321052003210d0b4100211b024002402005422088a7220341306c22020d0041012132410021330c010b200241306d223341ffffff3f712033470d05203341057422024100480d05200210212232450d030b2005a7210702402003450d00200341306c21044100211b20322103200d21020340200241086a2900002105200241106a290000210f20022900002112200341186a200241186a290000370000200341106a200f370000200341086a200537000020032012370000201b41016a211b200341206a2103200241306a2102200441506a22040d000b0b02402007450d00200d10230b024002400240201441306c2202450d00200921030340200341286a2903002105200341206a290300210f200041e0046a41186a200341186a290200370300200041e0046a41106a200341106a290200370300200041e0046a41086a200341086a290200370300200020032902003703e004200f2005844200520d02200341306a2103200241506a22020d000b0b41012118410021170240202c0d004100211d0c020b200910234100211d0c010b200041e0026a41086a2204200041e0046a41086a290300370300200041e0026a41106a220d200041e0046a41106a290300370300200041e0026a41186a2207200041e0046a41186a290300370300200020002903e004220537039005200020053703e002412010212218450d03201820002903e002370000201841186a2007290300370000201841106a200d290300370000201841086a20042903003700000240024020024130470d00410121174101211d0c010b200341306a21042009201441306c6a220741506a2101410121174101211d03402004210302400340200341286a2903002105200341206a290300210f200041e0046a41186a2202200341186a290200370300200041e0046a41106a2204200341106a290200370300200041e0046a41086a220d200341086a290200370300200020032902003703e004200f2005844200520d012007200341306a2203470d000c030b0b200041c0056a41086a200d2903002205370300200041c0056a41106a2004290300220f370300200041c0056a41186a20022903002212370300200020002903e00422063703c00520004190056a41186a220d201237030020004190056a41106a220e200f37030020004190056a41086a220a200537030020002006370390050240201d2017470d00201741016a22022017490d08201741017422042002200420024b1b221d41ffffff3f71201d470d08201d41057422024100480d080240024020170d002002102121180c010b201820174105742002102521180b2018450d060b200341306a2104201820174105746a2202200029039005370000200241186a200d290300370000200241106a200e290300370000200241086a200a290300370000201741016a211720012003470d000b0b202c450d00200910230b200042003702e402200041e8f6c2003602e00202402017450d002017410574210220182103034020004188036a41186a200341186a29000037030020004188036a41106a200341106a29000037030020004188036a41086a200341086a2900003703002000200329000037038803200041b0036a41186a4200370300200041b0036a41106a4200370300200041b0036a41086a4200370300200042003703b003200041003602d803200042083703d003200041c0056a200041e0026a20004188036a200041b0036a10b602024020002802e0052204450d0020002802e405450d00200410230b200341206a2103200241606a22020d000b0b02402028412c6c2203450d00202b20036a211e200041e0046a41106a211141e483c300ad42808080808001842116202b211003400240201028022841246c2203450d002010280220221f20036a21200340200041c0016a201010fc02200041c0016a41086a290300210f20002903c0012112200041e0046a41186a220d420037030020114200370300200041e0046a41086a22024200370300200042003703e004200041b0046a41086a220320161003220441086a290000370300200020042900003703b0042004102320022003290300370300200020002903b0043703e004200341d1bcc000ad4280808080d001841003220441086a290000370300200020042900003703b00420041023200041b0056a41086a20032903002205370300200020002903b00422063703b00520112006370000201141086a2005370000200041c0056a41086a2002290300370300200041c0056a41106a2011290300370300200041c0056a41186a200d290300370300200020002903e0043703c005200041a8016a200041c0056a412010970120004198016a20002903b001200041a8016a41106a290300427f420010d90420004188016a2012200f200029039801420020002802a80122031b22054201200542015620004198016a41086a290300420020031b22054200522005501b22031b2005420020031b10d904200041f8006a2000290388012205428094ebdc0380220f4200201f22013502202212420010d804200041f8006a41086a2903002000290378220620122005200f4280ec94a37c7e7c7e22052005428094ebdc038022054280ec94a37c7e7c4280cab5ee01562005a76aad7c2205200654ad7c210f200141246a211f200041e0026a210320002802e402210a024003402003280200220e41e8026a2104200e41086a2102200e2f010622194105742103417f210d024002400340024020030d002019210d0c020b20012002412010d5042207450d02200341606a2103200d41016a210d200441306a2104200241206a21022007417f4a0d000b0b200a450d02200a417f6a210a200e200d4102746a41f8066a21030c010b0b024020012010460d0020012010412010d504450d00200441106a2203427f2003290300221220057c220620062012542203200441186a22022903002212200f7c2003ad7c220620125420062012511b22031b3703002002427f200620031b37030020004188036a41186a220d201041186a29000037030020004188036a41106a2207201041106a29000037030020004188036a41086a2201201041086a29000037030020002010290000370388030240200441286a22022802002203200441246a220e280200470d00200341016a220a2003490d0b20034101742219200a2019200a4b1b220aad42307e2212422088a70d0b2012a722194100480d0b0240024020030d002019102121030c010b200441206a280200200341306c2019102521030b2003450d09200e200a360200200441206a2003360200200228020021030b200441206a280200200341306c6a220320002903880337030020032005370320200341186a200d290300370300200341106a2007290300370300200341086a2001290300370300200341286a200f3703002002200228020041016a3602000c010b2004427f2004290300221220057c220620062012542203200441086a22022903002212200f7c2003ad7c220620125420062012511b22031b3703002002427f200620031b370300200441106a2203427f2003290300221220057c220520052012542203200441186a22022903002205200f7c2003ad7c220f200554200f2005511b22031b3703002002427f200f20031b3703000b201f2020470d000b0b2010412c6a2210201e470d000b0b4108213420004190056a41086a200041e0026a41086a280200360200200020002903e002370390050240024020170d00410021354100212a0c010b201741057422034105752235ad42307e2205422088a70d052005a722024100480d05200210212234450d03201820036a211e200041e0046a41106a21114100212a41e483c300ad42808080808001842116203421012018210e0340200e41086a2900002105200e41106a290000210f200e2900002112200041b0036a41186a2219200e41186a290000370300200041b0036a41106a221f200f370300200041b0036a41086a22202005370300200020123703b003200e41206a210e20004190056a2103200028029405210a024003402003280200220741086a210220072f01062210410574210341002104024003402003450d01200041b0036a2002412010d504220d450d03200341606a2103200441016a2104200241206a2102200d417f4a0d000b2004417f6a21100b0240200a450d00200a417f6a210a200720104102746a41f8066a21030c010b0b41b580c20041da00419081c200104a000b20004188036a41186a220d201929030037030020004188036a41106a220a201f29030037030020004188036a41086a22102020290300370300200020002903b003370388032007200441306c6a22034180036a290300210f200341f8026a2903002112200041e0046a41186a2207420037030020114200370300200041e0046a41086a22024200370300200042003703e004200041b0046a41086a220320161003220441086a290000370300200020042900003703b0042004102320022003290300370300200020002903b0043703e004200341d1bcc000ad4280808080d001841003220441086a290000370300200020042900003703b00420041023200041b0056a41086a20032903002205370300200020002903b00422063703b00520112006370000201141086a2005370000200041c0056a41086a2002290300370300200041c0056a41106a2011290300370300200041c0056a41186a2007290300370300200020002903e0043703c005200041e0006a200041c0056a4120109701200041d0006a2000290368200041e0006a41106a290300427f420010d904200041c0006a20002903504200200028026022031b220542012005420156200041d0006a41086a290300420020031b22054200522005501b22031b2005420020031b2012200f10d804200141186a200d290300370300200141106a200a290300370300200141086a20102903003703002001200029038803370300200141286a200041c0006a41086a29030037030020012000290340370320202a41016a212a200141306a2101200e201e470d000b0b0240201d450d00201810230b4100213602400240202a410d202a410d491b22370d004108211141002126410021150c010b203741306c220310212211450d03024020030d0041002126203721150c010b203741306c210d41002104410021260340203420046a22032903002105200341086a290300210f200341106a2903002112200341186a2903002106201120046a220241286a200341286a290300370300200241206a200341206a290300370300200241186a2006370300200241106a2012370300200241086a200f37030020022005370300202641016a2126200d200441306a2204470d000b0240024020264115490d0020264101762238ad42307e2205422088a70d042005a72203417f4c0d040240024020030d00410821394108210a0c010b200310212239450d062039210a0b201141506a213a201141f07e6a213b410421204100213c410021244100211920262125034020252101410021254101210702402001417f6a2204450d000240024002400240024002402011200441306c6a200141306c220e20116a41a07f6a412010d5044100480d002001417e6a210d203b200e6a2103410021254100210203400240200d2002470d00200121070c080b200241016a2102200341306a2003412010d5042104200341506a21032004417f4a0d000b200241016a21072002417f7320016a21040c010b203b200e6a210302400340024020044101470d00410021040c020b2004417f6a2104200341306a2003412010d5042102200341506a210320024100480d000b0b20012004490d01200120264b0d03200120046b2207410176220d450d00203a200e6a21032011200441306c6a21020340200041b0036a41286a220e200241286a2210290300370300200041b0036a41206a221f200241206a221e290300370300200041b0036a41186a2217200241186a2218290300370300200041b0036a41106a221d200241106a2225290300370300200041b0036a41086a2214200241086a2223290300370300200020022903003703b003200341086a22152903002105200341106a2227290300210f200341186a221a2903002112200341206a221c2903002106200341286a222129030021162002200329030037030020102016370300201e2006370300201820123703002025200f370300202320053703002021200e290300370300201c201f290300370300201a20172903003703002027201d29030037030020152014290300370300200320002903b003370300200341506a2103200241306a2102200d417f6a220d0d000b0b024020040d00200421250c050b0240200741094d0d00200421250c050b200120264b0d01200120046b210d2011200441306c6a210e034020012004417f6a2225490d040240200120256b22074102490d002011200441306c6a22032011202541306c6a2204412010d504417f4a0d002004290300210520042003290300370300200041b0036a41286a2217200441286a2202290300370300200041b0036a41206a2218200441206a2210290300370300200041b0036a41186a221d200441186a221f290300370300200041b0036a41106a2214200441106a221e290300370300200041b0036a41086a2223200441086a22152903003703002015200341086a290300370300201e200341106a290300370300201f200341186a2903003703002010200341206a2903003703002002200341286a290300370300200020053703b0034101211e024020074103490d00200441e0006a200041b0036a412010d504417f4a0d0041022102200e210302400340200341286a200341d8006a290300370300200341206a200341d0006a290300370300200341186a200341c8006a290300370300200341106a200341c0006a290300370300200341086a200341386a2903003703002003200341306a2210290300370300200d2002460d01200341e0006a211f2002211e20102103200241016a2102201f200041b0036a412010d504417f4a0d020c000b0b2002211e0b2004201e41306c6a220320002903b003370300200341286a2017290300370300200341206a2018290300370300200341186a201d290300370300200341106a2014290300370300200341086a20232903003703000b2025450d05200e41506a210e200d41016a210d202521042007410a4f0d050c000b0b20042001103f000b20012004417f6a2225490d010b20012026103e000b20252001103f000b02402019203c470d00203c41016a2203203c490d09203c41017422022003200220034b1b220341ffffffff01712003470d09200341037422024100480d0902400240203c0d002002102121200c010b2020203c4103742002102521200b2020450d072003213c202421190b202020194103746a2203200736020420032025360200202441016a221921240240024020194102490d0002400340024002400240024020202019417f6a22244103746a2203280200450d00201941037420206a220d41746a2802002204200328020422024d0d000240201941024b0d0020192124410221192025450d080c090b20202019417d6a221e4103746a2802042203200220046a4d0d010240201941034b0d0020192124410321192025450d080c090b200d41646a280200200320046a4d0d01201921240c060b20194103490d012003280204210220202019417d6a221e4103746a28020421030b20032002490d010b2019417e6a211e0b0240024002400240024002402019201e41016a22144b2223450d002019201e4b2215450d012020201e4103746a2217280204222720172802006a2203202020144103746a2218280200221d490d02200320264b0d032011201d41306c6a22102018280204221f41306c22026a210d200341306c21042003201d6b2201201f6b2203201f4f0d042039200d200341306c220210d3041a200a20026a210702400240201f4101480d00200341014e0d010b200d2103200a21040c060b203a20046a2102200d210303402002200341506a220d200741506a22012001200d412010d504410048220e1b2204290300370300200241286a200441286a290300370300200241206a200441206a290300370300200241186a200441186a290300370300200241106a200441106a290300370300200241086a200441086a29030037030020072001200e1b210702402010200d2003200e1b2203490d00200a21040c070b200241506a2102200a2104200a2007490d000c060b0b41e4c0c60020142019102f000b41e4c0c600201e2019102f000b201d2003103f000b20032026103e000b20392010200210d3041a200a20026a210702400240201f4101480d002001201f4a0d010b20102103200a21040c010b201120046a210e200a21042010210303402003200d2004200d2004412010d50441004822011b2202290300370300200341286a200241286a290300370300200341206a200241206a290300370300200341186a200241186a290300370300200341106a200241106a290300370300200341086a200241086a2903003703002004200441306a20011b2104200341306a2103200d41306a200d20011b220d200e4f0d01200720044b0d000b0b20032004200720046b220220024130706b10d3041a02402015450d002017201d360200201741046a2027201f6a3602002023450d022018201841086a20192014417f736a41037410d4041a20242119202441014d0d030c010b0b41bcc1c600201e2019102f000b41aab9c000411d41b096c500102d000b20250d010b0b0240203c450d00202010230b2038450d01203910230c010b20264102490d002026417f6a2102202641306c20116a41506a21074101210403400240024002400240202620022203417f6a2202490d00202620026b22014102490d032011200341306c6a22032011200241306c6a220d412010d504417f4a0d03200d2903002105200d2003290300370300200041b0036a41286a2219200d41286a220e290300370300200041b0036a41206a221f200d41206a220a290300370300200041b0036a41186a2220200d41186a2210290300370300200041b0036a41106a221e200d41106a2217290300370300200041b0036a41086a2218200d41086a221d290300370300201d200341086a2903003703002017200341106a2903003703002010200341186a290300370300200a200341206a290300370300200e200341286a290300370300200020053703b0034101210320014103490d02200d41e0006a200041b0036a412010d504417f4a0d0241002101200721030340200341286a200341d8006a290300370300200341206a200341d0006a290300370300200341186a200341c8006a290300370300200341106a200341c0006a290300370300200341086a200341386a2903003703002003200341306a220a29030037030020042001220e460d02200e417f6a2101200341e0006a2110200a21032010200041b0036a412010d504417f4a0d020c000b0b20022026103f000b4102200e6b21030b200d200341306c6a220320002903b003370300200341286a2019290300370300200341206a201f290300370300200341186a2020290300370300200341106a201e290300370300200341086a20182903003703000b200741506a21072004417f6a210420020d000b0b203721150b024002402011202641306c6a221020116b22030d004101211d0c010b200341306e223641057422034100480d0520031021221d450d030b41002123410021040240201120104622270d002011202641306c6a210d41002104201d210320112102034020032002290000370000200341186a200241186a290000370000200341106a200241106a290000370000200341086a200241086a290000370000200441016a2104200341206a2103200d200241306a2202470d000b0b024002402034202a41306c6a2034203741306c6a6b22030d00410821170c010b200341306e212320034100480d05200310212217450d030b02400240202a410d4b0d004101211f4100210a2017210e4100212a0c010b203741306c202a41306c22036b210d200320346a41506a21034100210a201721020340200341086a2903002105200341106a290300210f200341186a290300211220032903002106200241286a200341286a290300370300200241206a200341206a290300370300200241186a2012370300200241106a200f370300200241086a200537030020022006370300200241306a2102200341506a2103200a41016a210a200d41306a220d0d000b2017200a41306c22036a210e024020030d004101211f4100212a0c010b200a41057422034100480d0520031021221f450d03200a212a0b4100210d02402017200e460d00201f210320172102034020032002290000370000200341186a200241186a290000370000200341106a200241106a290000370000200341086a200241086a290000370000200d41016a210d200341206a2103200e200241306a2202470d000b0b200041b0036a201d200420302022108003200041c4036a280200220141ffffff3f712001470d0120014105742219417f4c0d01200041c0036a280200212220002802bc03211420002802b403211a20002802b003211c0240024020190d00410121200c010b201910212220450d030b0240024020010d0041002103410021020c010b200141057421072020210320142102034020032002290000370000200341186a200241186a290000370000200341106a200241106a290000370000200341086a200241086a290000370000200341206a2103200241206a2102200741606a22070d000b200141057441606a41057641016a2102200121030b20202002201d200410810302402003450d00202010230b0240024020190d00410121180c010b201910212218450d030b0240024020010d0041002101410021030c010b200141057421042018210320142102034020032002290000370000200341186a200241186a290000370000200341106a200241106a290000370000200341086a200241086a290000370000200341206a2103200241206a2102200441606a22040d000b200141057441606a41057641016a21030b200041b0036a201f200d2032201b108003200041c4036a2802002104200041c0036a280200210720002802bc032102024020002802b403450d0020002802b00310230b02400240200120036b200441057422044105752219490d00200320196a2125200121240c010b200320196a22252003490d05200141017422192025201920254b1b222441ffffff3f712024470d05202441057422194100480d050240024020010d002019102121180c010b201820014105742019102521180b2018450d030b201820034105746a2002200410d3041a02402007450d00200210230b0240200c450d002008200c4105746a2119024020260d00200d41057421072008210d0340200d41086a2900002105200d41106a290000210f200d2900002112200041c0056a41186a200d41186a290000370300200041c0056a41106a200f370300200041c0056a41086a2005370300200020123703c005200d41206a210d20072102201f21030240024003402002450d01200041c0056a2003460d02200241606a21022003200041c0056a412010d5042104200341206a210320040d000c020b0b200041206a200041c0056a4280a094a58d1d420010ab012000290320200041206a41086a29030010ff010b200d2019470d000c020b0b200d410574211e20264101462120200821010340200141086a2900002105200141106a290000210f20012900002112200041c0056a41186a200141186a290000370300200041c0056a41106a200f370300200041c0056a41086a2005370300200020123703c00541002102024020200d0041002102202621040340200041b0036a41186a20112004410176220d20026a220741306c6a220341186a290000370300200041b0036a41106a200341106a290000370300200041b0036a41086a200341086a290000370300200020032900003703b00320072002200041b0036a200041c0056a412010d5044101481b21022004200d6b220441014b0d000b0b200141206a2101200041b0036a41186a2011200241306c6a220341186a290000370300200041b0036a41106a200341106a290000370300200041b0036a41086a200341086a290000370300200020032900003703b0030240200041b0036a200041c0056a412010d504450d00201e2102201f2103024003402002450d01200041c0056a2003460d02200241606a21022003200041c0056a412010d5042104200341206a210320040d000c020b0b200041306a200041c0056a4280a094a58d1d420010ab012000290330200041306a41086a29030010ff010b20012019470d000b0b0240200b450d00200810230b02402025450d0020254105742102201821030340200341086a2900002105200341106a290000210f20032900002112200041b0036a41186a200341186a290000370300200041b0036a41106a200f370300200041b0036a41086a2005370300200020123703b003200041106a200041b0036a4280a094a58d1d420010ab012000290310200041106a41086a29030010ff01200341206a2103200241606a22020d000b0b02402024450d00201810230b200041b0036a41186a220d4200370300200041b0036a41106a22074200370300200041b0036a41086a22024200370300200042003703b003200041b0046a41086a220341fdf6c100ad42808080808002841003220441086a290000370300200020042900003703b0042004102320022003290300370300200020002903b004220537038803200020053703b003200341dea7c300ad4280808080f000841003220441086a290000370300200020042900003703b0042004102320004188036a41086a20032903002205370300200020002903b004220f37038803202f200f370000202f41086a2005370000200041c0056a41086a2002290300370300200041c0056a41106a2007290300370300200041c0056a41186a200d290300370300200020002903b0033703c005200041003602b803200042013703b0032026200041b0036a105d024002402026450d002011210303402003200041b0036a1071200341286a2903002105200341206a290300210f0240024020002802b403220d20002802b80322026b4110490d0020002802b00321040c010b200241106a22042002490d08200d41017422022004200220044b1b22074100480d0802400240200d0d002007102121040c010b20002802b003200d2007102521040b2004450d06200020073602b403200020043602b00320002802b80321022007210d0b200420026a220720053700082007200f3700002000200241106a22023602b8032010200341306a2203470d000c020b0b20002802b803210220002802b403210d20002802b00321040b200041c0056aad428080808080048422122002ad4220862004ad8410020240200d450d00200410230b200041b0036a41186a220d4200370300200041b0036a41106a22074200370300200041b0036a41086a22024200370300200042003703b003200041b0046a41086a220341fdf6c100ad42808080808002841003220441086a290000370300200020042900003703b0042004102320022003290300370300200020002903b004220537038803200020053703b003200341fb8ac200ad42808080809001841003220441086a290000370300200020042900003703b0042004102320004188036a41086a20032903002205370300200020002903b004220f37038803202f200f370000202f41086a2005370000200041c0056a41086a2002290300370300200041c0056a41106a2007290300370300200041c0056a41186a200d290300370300200020002903b0033703c005200041003602b803200042013703b003200a200041b0036a105d02400240200a0d0020002802b803210220002802b403210d20002802b00321040c010b2017210303402003200041b0036a1071200341286a2903002105200341206a290300210f0240024020002802b403220d20002802b80322026b4110490d0020002802b00321040c010b200241106a22042002490d07200d41017422022004200220044b1b22074100480d0702400240200d0d002007102121040c010b20002802b003200d2007102521040b2004450d05200020073602b403200020043602b00320002802b80321022007210d0b200420026a220720053700082007200f3700002000200241106a22023602b803200e200341306a2203470d000b0b20122002ad4220862004ad8410020240200d450d00200410230b2026ad42307e2205422088a70d012005a72203417f4c0d010240024020030d00410821010c010b200310212201450d030b024002402027450d00410021040c010b2011202641306c6a210d4100210420012103201121020340200241086a2903002105200241106a290300210f200241186a290300211220022903002106200341286a200241286a290300370300200341206a200241206a290300370300200341186a2012370300200341106a200f370300200341086a200537030020032006370300200341306a2103200441016a2104200d200241306a2202470d000b0b2004ad42307e2205422088a70d012005a72203417f4c0d010240024020030d004108210e0c010b20031021220e450d030b4100210d0240200441306c2207450d004100210d200e2103200121020340200241086a2903002105200241106a290300210f200241186a290300211220022903002106200341286a200241286a290300370300200341206a200241206a290300370300200341186a2012370300200341106a200f370300200341086a200537030020032006370300200341306a2103200d41016a210d200241306a2102200741506a22070d000b0b200041c0036a200d360200200041b8036a200e3602002000410c3a00b003200041b0036a410c6a2004360200200041003a00b403200020002f00c0053b00b5032000200041c2056a2d00003a00b703200041b0036a10990102402026450d00200110230b02402022450d00201410230b0240201a450d00201c10230b0240202a450d00201f10230b02402023450d00201710230b02402036450d00201d10230b02402015450d00201110230b02402035450d00203410230b200028029805210720002802900521030240024020002802940522040d00200321020c010b2004210d20032102034020022802f8062102200d417f6a220d0d000b0340200320032f01064102746a41f8066a28020021032004417f6a22040d000b0b200041cc036a20032f0106360200200041c8036a4100360200200041c4036a2003360200200020073602d003200041003602c003200042003703b803200020023602b403200041003602b003200041b0036a10bb0202402033450d00203210230b02402031450d00203010230b02402028450d002028412c6c2102202b41206a210303400240200341046a280200450d00200328020010230b2003412c6a2103200241546a22020d000b0b41002111200041c0056a21072029450d00202b10230b200041b0036a41186a22044200370300200041b0036a41106a220d4200370300200041b0036a41086a22024200370300200042003703b003200041b0046a41086a220341fdf6c100ad428080808080028422051003220141086a290000370300200020012900003703b0042001102320022003290300370300200020002903b004220f370388032000200f3703b003200341f18ac200ad4280808080a001841003220141086a290000370300200020012900003703b00420011023200d20002903b004220f370300200041c0056a41086a22012002290300370300200041c0056a41106a220e200f370300200041c0056a41186a220a20032903003703002000200f37038803200020002903b0033703c0052007ad4280808080800484220f100520044200370300200d420037030020024200370300200042003703b003200320051003221041086a290000370300200020102900003703b0042010102320022003290300370300200020002903b004221237038803200020123703b003200341e4dcc200ad4280808080e0018422121003221041086a290000370300200020102900003703b0042010102320042003290300220637030020012002290300370300200e20002903b0042216370300200a20063703002000201637038803200020002903b0033703c005200041086a20074120108e0120002802082107200028020c211020044200370300200d420037030020024200370300200042003703b003200320051003220d41086a2900003703002000200d2900003703b004200d102320022003290300370300200020002903b004220537038803200020053703b003200320121003220d41086a2900003703002000200d2900003703b004200d102320042003290300220537030020012002290300370300200e20002903b0042212370300200a20053703002000201237038803200020002903b0033703c0052000201041016a410120071b3602b003200f200041b0036aad4280808080c0008410020240024020090d00200b450d042011410173450d010c040b2011450d030240202c450d00200910230b02402028450d002028412c6c2102202b41206a210303400240200341046a280200450d00200328020010230b2003412c6a2103200241546a22020d000b0b02402029450d00202b10230b200b450d030b200810230c020b1031000b102a000b200041f0056a24000f0b102c000b960303057f017e017f230041e0006b22012400200141206a41186a4200370300200141206a41106a22024200370300200141206a41086a2203420037030020014200370320200141d0006a41086a220441fdf6c100ad42808080808002841003220541086a29000037030020012005290000370350200510232003200429030037030020012001290350370320200441dea7c300ad4280808080f000841003220541086a2900003703002001200529000037035020051023200220012903502206370300200141086a2003290300370300200141106a2006370300200141186a20042903003703002001200637034020012001290320370300200141206a200110fc0120012802202203410820031b2107410021040240024002402001290224420020031b2206422088a7220341014b0d0020030e020201020b03402003410176220520046a220220042007200241306c6a2000412010d5044101481b2104200320056b220341014b0d000b0b2007200441306c6a2000412010d5044521040b02402006a7450d00200710230b200141e0006a240020040b960303057f017e017f230041e0006b22012400200141206a41186a4200370300200141206a41106a22024200370300200141206a41086a2203420037030020014200370320200141d0006a41086a220441fdf6c100ad42808080808002841003220541086a29000037030020012005290000370350200510232003200429030037030020012001290350370320200441fb8ac200ad42808080809001841003220541086a2900003703002001200529000037035020051023200220012903502206370300200141086a2003290300370300200141106a2006370300200141186a20042903003703002001200637034020012001290320370300200141206a200110fc0120012802202203410820031b2107410021040240024002402001290224420020031b2206422088a7220341014b0d0020030e020201020b03402003410176220520046a220220042007200241306c6a2000412010d5044101481b2104200320056b220341014b0d000b0b2007200441306c6a2000412010d5044521040b02402006a7450d00200710230b200141e0006a240020040b8f0201057f230041106b22032400024002400240200141046a2204417f4c0d000240024020040d00410121050c010b200410212205450d020b20034100360208200320043602042003200536020020012003105d0240024020032802042206200328020822056b2001490d00200328020021040c010b200520016a22042005490d03200641017422072004200720044b1b22074100480d030240024020060d002007102121040c010b200328020020062007102521040b2004450d022003200736020420032004360200200721060b200420056a2000200110d3041a2002290200200520016aad4220862004ad84100202402006450d00200410230b200341106a24000f0b1031000b102a000b102c000b850401077f230041306b22022400200241003602082002420137030020022002360210200141106a200241106a106b2001200210dc0120022002360210200141306a200241106a106b20022002360210200141d0006a200241106a106b200128020421032001410c6a28020022012002105d0240024002402001450d00200141246c21040340200241106a200310dd01200228021021050240024020022802042206200228020822016b20022802182207490d00200228020021060c010b200120076a22082001490d04200641017422012008200120084b1b22014100480d040240024020060d002001102121060c010b200228020020062001102521060b2006450d032002200136020420022006360200200228020821010b2002200120076a360208200620016a2005200710d3041a02402002280214450d00200510230b200341246a21032004415c6a22040d000b0b20022802042107200241106a41186a2203200235020842208620022802002204ad841001220141186a290000370300200241106a41106a2206200141106a290000370300200241106a41086a2205200141086a2900003703002002200129000037031020011023200041186a2003290300370000200041106a2006290300370000200041086a20052903003700002000200229031037000002402007450d00200410230b200241306a24000f0b102a000b102c000bef0401067f230041f0006b22022400200241086a220341e691c600ad4280808080e000841003220441086a2900003703002002200429000037030020041023200241286a41086a2205200329030037030020022002290300370328200341f891c600ad42808080809001841003220441086a2900003703002002200429000037030020041023200241386a41086a22062003290300370300200220022903003703382002200136026c200241186a2201200241ec006aad4280808080c000841001220441186a290000370300200241106a2207200441106a2900003703002003200441086a2900003703002002200429000037030020041023200241c8006a41186a22042001290300370300200241c8006a41106a22012007290300370300200241c8006a41086a2207200329030037030020022002290300370348024041c00010212203450d00200320022903283700002003200229033837001020032002290348370020200341086a2005290300370000200341186a2006290300370000200341286a2007290300370000200341306a2001290300370000200341386a20042903003700002002200341c00010c6022007200241096a2900003703002001200241116a2900003703002004200241196a290000370300200220022900013703480240024020022d00004101460d0020004200370000200041186a4200370000200041106a4200370000200041086a42003700000c010b20002002290348370000200041186a200241c8006a41186a290300370000200041106a200241c8006a41106a290300370000200041086a200241c8006a41086a2903003700000b20031023200241f0006a24000f0b102a000ba20f06017f017e057f017e057f017e230041f0016b2201240042002102200141e0006a41186a22034200370300200141e0006a41106a22044200370300200141e0006a41086a2205420037030020014200370360200141d0006a41086a220641bcc0c300ad4280808080a001841003220741086a29000037030020012007290000370350200710232005200629030037030020012001290350220837034020012008370360200641c6c0c300ad4280808080e000841003220741086a2900003703002001200729000037035020071023200420012903502208370300200141206a41086a2005290300370300200141206a41106a2008370300200141206a41186a2006290300370300200120083703402001200129036037032020014180016a200141206a412010bc0120012d0080012107200320014199016a290000370300200420014191016a290000370300200520014189016a29000037030020012001290081013703600240024020074101470d0020002001290360370000200041186a2003290300370000200041106a2004290300370000200041086a20052903003700000c010b20014180016a41186a420037030020014180016a41106a2209420037030020014180016a41086a220742003703002001420037038001200641e691c600ad4280808080e000841003220a41086a2900003703002001200a290000370350200a10232007200629030037030020012001290350370380012006419f92c600ad4280808080e000841003220a41086a2900003703002001200a290000370350200a102320092001290350220837030020052007290300370300200420083703002003200629030037030020012008370320200120012903800137036020014180016a200141e0006a10ad0302400240200128028001220a0d004104210a410021060c010b2001290284012202422088a721060b02400240200641246c2206450d002006415c6a2105200a210603400240024020062d00004101460d002005450d030c010b200641016a2800002103200641086a28020021072001200641106a280200360264200120073602600240200341c28289aa04460d0020050d010c030b20014180016a200141e0006a10c00320012d00800122054102460d02200141e4016a2802002109200128028401210b20014180016a41186a420037030020014180016a41106a220c420037030020014180016a41086a220342003703002001420037038001200141d0006a41086a220641c8f7c200ad4280808080f000841003220741086a2900003703002001200729000037035020071023200320062903003703002001200129035037038001200641d2a3c400ad4280808080a001841003220741086a2900003703002001200729000037035020071023200c20012903502208370300200141e0006a41086a2003290300370300200141e0006a41106a2008370300200141e0006a41186a200629030037030020012008370320200120012903800137036020014180016a200141e0006a4120108c012001280280012206410120061b2107410021030240200b200920054101711b2205200129028401420020061b2208422088a74f0d00200720054105746a2206450d00200141186a200641186a290000370300200141106a200641106a290000370300200141086a200641086a29000037030020012006290000370300410121030b02402008a7450d00200710230b2003450d0220014180016a41186a2207200141186a29030037030020014180016a41106a2209200141106a29030037030020014180016a41086a220b200141086a2903003703002001200129030037038001200141e0006a41186a220c4200370300200141e0006a41106a220d4200370300200141e0006a41086a2205420037030020014200370360200141d0006a41086a220641bcc0c300ad4280808080a001841003220341086a29000037030020012003290000370350200310232005200629030037030020012001290350220837034020012008370360200641c6c0c300ad4280808080e000841003220341086a2900003703002001200329000037035020031023200141c0006a41086a2006290300220837030020012001290350220e3703402004200e370000200441086a2008370000200141206a41086a2005290300370300200141206a41106a200d290300370300200141206a41186a200c29030037030020012001290360370320200141203602642001200141206a36026020014180016a200141e0006a10c001200041186a2007290300370000200041106a2009290300370000200041086a200b29030037000020002001290380013700000c030b200641246a21062005415c6a21050c000b0b20004200370000200041186a4200370000200041106a4200370000200041086a42003700000b02402002422088a72206450d00200641246c2105200a210603400240024020062d0000220341034b0d0002400240024020030e0404000102040b2006410c6a280200450d03200641086a28020010230c030b2006410c6a280200450d02200641086a28020010230c020b2006410c6a280200450d01200641086a28020010230c010b200641086a280200450d00200641046a28020010230b200641246a21062005415c6a22050d000b0b2002a7450d00200a10230b200141f0016a24000b9d0e09057f017e017f017e037f017e017f027e077f230041f0006b22012400200141306a41186a22024200370300200141306a41106a22034200370300200141306a41086a2204420037030020014200370330200141e0006a41086a220541b1a3c400ad4280808080f0008422061003220741086a29000037030020012007290000370360200710232004200529030037030020012001290360220837035020012008370330200541f0f1c400ad4280808080e002841003220741086a2900003703002001200729000037036020071023200320012903602208370300200141106a41086a22092004290300370300200141106a41106a220a2008370300200141106a41186a220b20052903003703002001200837035020012001290330370310200141306a200141106a10a9032001290338210c200128023421072001280230210d20024200370300200342003703002004420037030020014200370330200520061003220241086a29000037030020012002290000370360200210232004200529030037030020012001290360370330200541d9a9c400ad4280808080e001841003220241086a290000370300200120022900003703602002102320032001290360220837030020092004290300370300200a2008370300200b20052903003703002001200837035020012001290330370310200141306a200141106a4120108c01200d410020071b210a200c420020071b210e20012902344200200128023022051b210f2007410420071b210d2005410120051b210b2000280200211020002802042111024002400240024020002802082205450d00200f422088a72204450d002010200541246c6a21122004410574211320102102034020022802202109200241086a2900002108200241106a29000021062002290000210c200141306a41186a200241186a290000370300200141306a41106a2006370300200141306a41086a20083703002001200c370330200241246a21022013210741002104200b2105024002400340200141306a2005460d0120042005200141306a412010d50422004100476a21042000450d01200541206a2105200741606a22070d000c020b0b200a20096a2207200a490d000240200441016a2200200e422088a722054d0d000240200ea7220a20056b20002005200020054b1b221420056b22004f0d00200520006a22152005490d06200a41017422162015201620154b1b221541ffffffff03712015470d06201541027422164100480d0602400240200a0d0020161021210d0c010b200d200a41027420161025210d0b200d450d052015ad210e0b200d20054102746a210a0240024020004102490d00200a410020142005417f736a220041027410d2041a200d200520146a20056b4102746a417c6a210a200020056a21050c010b2000450d010b200a4100360200200541016a21050b200520044d0d05200d20044102746a2204200428020020096a360200200e42ffffffff0f832005ad42208684210e2007210a0b20022012470d000b0b02402011450d00201010230b0240200fa7450d00200b10230b2001200d3602042001200a3602002001200e37030802400240200d0d00200141306a41186a22004200370300200141306a41106a22024200370300200141306a41086a2204420037030020014200370330200141e0006a41086a220541b1a3c400ad4280808080f000841003220741086a29000037030020012007290000370360200710232004200529030037030020012001290360220837035020012008370330200541f0f1c400ad4280808080e002841003220741086a2900003703002001200729000037036020071023200141d0006a41086a2005290300220837030020012001290360220637035020032006370000200341086a2008370000200141106a41086a2004290300370300200141106a41106a2002290300370300200141106a41186a200029030037030020012001290330370310200141106aad428080808080048410050c010b200141306a41186a22004200370300200141306a41106a22024200370300200141306a41086a2204420037030020014200370330200141e0006a41086a220541b1a3c400ad4280808080f000841003220741086a29000037030020012007290000370360200710232004200529030037030020012001290360220837035020012008370330200541f0f1c400ad4280808080e002841003220741086a2900003703002001200729000037036020071023200141d0006a41086a2005290300220837030020012001290360220637035020032006370000200341086a2008370000200141106a41086a2004290300370300200141106a41106a2002290300370300200141106a41186a200029030037030020012001290330370310200141203602342001200141106a3602302001200141306a108204200d450d00200ea7450d00200d10230b200141f0006a24000f0b102a000b102c000b41bcc1c60020042005102f000b840701057f230041106b22032400200341003602082003420137030020022003105d0240024002402002450d00200241c4006c210403400240024020012d00004101460d0002400240200328020420032802082202460d00200328020021050c010b200241016a22052002490d06200241017422062005200620054b1b22064100480d060240024020020d002006102121050c010b200328020020022006102521050b2005450d052003200636020420032005360200200328020821020b2003200241016a360208200520026a41003a0000200141046a28020021060240024020032802042205200328020822026b4104490d00200328020021050c010b200241046a22072002490d06200541017422022007200220074b1b22024100480d060240024020050d002002102121050c010b200328020020052002102521050b2005450d052003200236020420032005360200200328020821020b2003200241046a360208200520026a20063600000c010b02400240200328020420032802082202460d00200328020021050c010b200241016a22052002490d05200241017422062005200620054b1b22064100480d050240024020020d002006102121050c010b200328020020022006102521050b2005450d042003200636020420032005360200200328020821020b2003200241016a360208200520026a41013a00002003200336020c200141016a2003410c6a106b0240200141216a2d00004101460d0002400240200328020420032802082202460d00200328020021050c010b200241016a22052002490d06200241017422062005200620054b1b22064100480d060240024020020d002006102121050c010b200328020020022006102521050b2005450d052003200636020420032005360200200328020821020b2003200241016a360208200520026a41003a00000c010b02400240200328020420032802082202460d00200328020021050c010b200241016a22052002490d05200241017422062005200620054b1b22064100480d050240024020020d002006102121050c010b200328020020022006102521050b2005450d042003200636020420032005360200200328020821020b2003200241016a360208200520026a41013a0000200141226a200310710b200141c4006a2101200441bc7f6a22040d000b0b20002003290300370200200041086a200341086a280200360200200341106a24000f0b102a000b102c000be50901057f024002402000280200220141174b0d000240024002400240024002400240024002400240024002400240024020010e18000f0f0f0f01020f030f04050f060708090a0b0f0f0c0f0d000b200041086a1095020f0b02402000410c6a2802002201450d0020002802042202200141f0006c6a2103034002402002410c6a2802002204450d0020022802042101200441246c210403400240024020012d0000220541034b0d0002400240024020050e0404000102040b2001410c6a280200450d03200141086a28020010230c030b2001410c6a280200450d02200141086a28020010230c020b2001410c6a280200450d01200141086a28020010230c010b200141086a280200450d00200141046a28020010230b200141246a21012004415c6a22040d000b0b200241f0006a21010240200241086a280200450d00200228020410230b2001210220012003470d000b0b200041086a280200450d0d200028020410230f0b0240200041086a2d00002201410f4b0d00410120017441bfbf03710d0d024020014106470d00200041106a280200450d0e2000410c6a28020010230f0b200041106a280200450d0d2000410c6a28020010230f0b200041146a280200450d0c200041106a28020010230f0b200041086a280200450d0b200028020410230f0b200041086a280200450d0a200028020410230f0b02402000410c6a280200450d00200041086a28020010230b02402000411c6a2802002204450d00200041146a28020021012004410c6c210403400240200141046a280200450d00200128020010230b2001410c6a2101200441746a22040d000b0b200041186a280200450d09200028021410230f0b02402000280204220141024b0d00024020010e030a000a0a0b200041086a2201280200109402200128020010230f0b2000412c6a2201280200109402200128020010230f0b200041086a2d0000416d6a220141014b0d070240024020010e020001000b200041106a280200450d082000410c6a28020010230f0b200041106a280200450d072000410c6a28020010230f0b20002d0004417f6a220141024b0d0602400240024020010e03000102000b2000410c6a280200450d08200041086a28020010230f0b200041086a2201280200109402200128020010230f0b2000410c6a2201280200109402200128020010230f0b20002d0004417f6a220141024b0d0502400240024020010e03000102000b2000410c6a280200450d07200041086a28020010230f0b200041086a2201280200109402200128020010230f0b2000410c6a2201280200109402200128020010230f0b200041086a2802004101470d04200041106a280200450d042000410c6a28020010230f0b20002d00044104470d032000410c6a280200450d03200041086a28020010230f0b200041046a2201107a200041086a280200450d02200128020010230f0b200041086a2d000022014105490d01024020014105470d00200041386a280200450d02200041346a28020010230c020b200041146a280200450d01200041106a28020010230f0b20002d0004417f6a220141034b0d000240024020010e0400020201000b0240200041106a280200450d002000410c6a28020010230b2000411c6a280200450d01200041186a28020010230f0b02402000410c6a280200450d00200041086a28020010230b200041186a280200450d00200041146a28020010230f0b0bb20201027f024002402000280200220141064b0d00024002400240024020010e0705050005010203050b200041086a280200450d04200028020410230f0b200041086a280200450d03200028020410230f0b02402000410c6a2802002202450d0020002802042101200241186c210203400240200141046a280200450d00200128020010230b0240200141106a280200450d002001410c6a28020010230b200141186a2101200241686a22020d000b0b200041086a280200450d02200028020410230f0b02402000410c6a2802002202450d00200028020421012002410c6c210203400240200141046a280200450d00200128020010230b2001410c6a2101200241746a22020d000b0b200041086a280200450d01200028020410230c010b200041086a280200450d00200028020410230f0b0ba69a0109077f017e037f037e017f057e027f027e137f230041c00b6b2202240002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024002400240024020012802042203450d00200128020022042d0000210520012003417f6a22063602042001200441016a360200200541184b0d1a20050e190102030405060708090a0b0c0d0e0f10111213141516171819010b200041193602000c3a0b2006450d3820042d0001210620012003417e6a22073602042001200441026a360200200641064b0d38410121080240024002400240024002400240024020060e0707000102030406070b200241e0086a2001106d20022802e0082205450d3f20022902e4082109410221080c060b20074108490d3e200429000221092001200341766a36020420012004410a6a360200410321080c050b200241e0086a2001106d20022802e0082205450d3d20022902e4082109410421080c040b200241086a2001106f20022802080d3c200128020441186e220a41186c2204417f4c0d24200228020c210b0240024020040d00410421050c010b200410212205450d260b0240200b450d00200241e8086a210c4100210841002104410021060340200241f0046a2001106d0240024020022802f0042207450d0020022902f4042109200241e0086a2001106d20022802e0080d012009a7450d00200710230b02402006450d002005210103400240200141046a280200450d00200128020010230b0240200141106a280200450d002001410c6a28020010230b200141186a2101200441686a22040d000b0b200a0d040c3f0b200641016a2103200c350200210d20022903e008210e02402006200a470d0020082003200820034b1b220aad42187e220f422088a70d29200fa722104100480d290240024020060d002010102121050c010b200520042010102521050b2005450d280b200520046a22062007360200200641146a200d3e02002006410c6a200e370200200641046a2009370200200841026a2108200441186a210420032106200b2003470d000b0b2005450d3c200bad422086200aad842109410521080c030b200241106a2001106f20022802100d3b2001280204410c6e220a410c6c2204417f4c0d232002280214210b0240024020040d00410421050c010b200410212205450d250b02400240200b450d004100210841002104410021060340200241e0086a2001106d20022802e008450d02200641016a2103200241f0046a41086a2207200241e0086a41086a280200360200200220022903e0083703f00402402006200a470d0020082003200820034b1b220aad420c7e2209422088a70d292009a7220c4100480d290240024020060d00200c102121050c010b20052004200c102521050b2005450d280b200520046a220620022903f004370200200641086a2007280200360200200841026a21082004410c6a210420032106200b2003470d000b0b2005450d3c200bad422086200aad842109410621080c030b02402006450d002005210103400240200141046a280200450d00200128020010230b2001410c6a2101200441746a22040d000b0b200a450d3b0b200510230c3a0b200241e0086a2001106d20022802e0082205450d3920022902e4082109410721080b20004100360200200041106a20093702002000410c6a2005360200200041086a2008360200200041186a200241900a6a41980110d3041a0c390b02402006450d0020012003417e6a3602042001200441026a3602000b200041193602000c380b2006450d3520042d0001210520012003417e6a22063602042001200441026a36020020050d352006450d3520042d0002210520012003417d6a22083602042001200441036a360200024002400240200541037122064103460d000240024020060e03030001030b2008450d3920042d0003210620012003417c6a3602042001200441046a3602002006410874200572220141ffff0371418002490d39200141fcff0371410276ad21090c030b20084103490d38200441056a2d0000210620042f0003210820012003417a6a3602042001200441066a3602002008200641107472410874200572220141808004490d382001410276ad21090c020b02402005410276220741044b0d000240024020070e050002020201000b20084104490d39200428000321052001200341796a3602042001200441076a3602002005418080808004490d392005ad21090c030b20084108490d38200429000321092001200341756a36020420012004410b6a360200200942ffffffffffffffff00560d020c380b200741046a220641084b0d372003417c6a2103200441046a2104410021054200210903402003417f460d382004417f6a310000210d20012003360204200120043602002003417f6a2103200441016a2104200d2005410374413871ad862009842109200541016a220541ff01712006490d000b2009427f412820074103746b413871ad88580d370c010b2005410276ad21090b20004102360200200041086a2009370300200041106a200241900a6a41a00110d3041a0c370b02402006450d0020012003417e6a3602042001200441026a3602000b200041193602000c360b02402006450d0020042d0001210520012003417e6a3602042001200441026a360200200541034b0d00024002400240024020050e0400010203000b200241e0086a200110970220022d00e0084102460d03200241f0046a41086a2203200241ec086a290200370300200241f0046a41106a2205200241f4086a290200370300200241f0046a41186a2206200241fc086a290200370300200220022902e4083703f00420022802e0082104200241186a20011098022002290318a70d03200241186a41106a29030021092002290320210d200241d0046a41186a2006290300370300200241d0046a41106a2005290300370300200241d0046a41086a2003290300370300200220022903f0043703d004410121010c360b200241e0086a200110970220022d00e0084102460d02200241f8046a200241ec086a290200370300200241f0046a41106a200241f4086a29020037030020024188056a200241fc086a290200370300200220022902e4083703f00420022802e0082104200241c8006a20011098022002290348a70d02200241c8006a41106a29030021092002290350210d200241306a20011098022002290330a70d02200241306a41106a290300211120022903382112200241d0046a41186a200241f0046a41186a290300370300200241d0046a41106a200241f0046a41106a290300370300200241d0046a41086a200241f0046a41086a290300370300200220022903f0043703d004410221010c350b200241e0086a200110970220022d00e0084102460d01200241b8076a41086a200241ec086a290200370300200241b8076a41106a200241f4086a290200370300200241b8076a41186a200241fc086a290200370300200220022902e4083703b80720022802e0082104200241e0086a200110970220022d00e0084102460d01200241f0046a41206a2203200241e0086a41206a280200360200200241f0046a41186a200241e0086a41186a290300370300200241f0046a41106a200241e0086a41106a290300370300200241f0046a41086a200241e0086a41086a290300370300200220022903e0083703f004200241e0006a20011098022002290360a70d01200241e0006a41106a29030021132002290368211420024198066a41186a200241b8076a41186a290300220937030020024198066a41106a200241b8076a41106a290300220d370300200241d0046a41086a200241b8076a41086a290300370300200241d0046a41106a200d370300200241d0046a41186a2009370300200220022903b8073703d004200241f0046a41086a2903002109200241f0046a41186a2903002111200241f0046a41106a29030021122003350200211520022903f004210d410321010c340b200241e0086a200110970220022d00e0084102460d00200241f0046a41086a2203200241ec086a290200370300200241f0046a41106a2205200241f4086a290200370300200241f0046a41186a2206200241fc086a290200370300200220022902e4083703f00420022802e0082104200241f8006a20011098022002290378a70d00200241f8006a41106a2903002109200229038001210d200241d0046a41086a2003290300370300200241d0046a41106a2005290300370300200241d0046a41186a2006290300370300200220022903f0043703d004410421010c330b200041193602000c350b02402006450d0020042d0001210520012003417e6a3602042001200441026a36020020050d0020024190016a2001106f2002280290010d00200128020441f0006e220741f0006c2204417f4c0d1c200228029401210a0240024020040d00410421080c010b200410212208450d1e0b02400240200a450d004100210641002105410021030340200241e0086a200110990220022802e408450d02200341016a2104200241f0046a200241e0086a41f00010d3041a024020032007470d0020062004200620044b1b2207ad42f0007e2209422088a70d222009a7220b4100480d220240024020030d00200b102121080c010b20082005200b102521080b2008450d210b200820056a200241f0046a41f00010d3041a200641026a2106200541f0006a210520042103200a2004470d000b0b2008450d012000200836020420004105360200200041086a200aad4220862007ad84370200200041106a200241900a6a41a00110d3041a0c360b02402003450d00200820056a210620082105034002402005410c6a2802002204450d0020052802042101200441246c210403400240024020012d0000220341034b0d0002400240024020030e0404000102040b2001410c6a280200450d03200141086a28020010230c030b2001410c6a280200450d02200141086a28020010230c020b2001410c6a280200450d01200141086a28020010230c010b200141086a280200450d00200141046a28020010230b200141246a21012004415c6a22040d000b0b200541f0006a21010240200541086a280200450d00200528020410230b2001210520062001470d000b0b2007450d00200810230b200041193602000c340b2006450d2f20042d0001210520012003417e6a22163602042001200441026a3602002005410f4b0d2f4104211702400240024002400240024002400240024002400240024002400240024020050e100001023d030405060708090a0b0c0d0e000b200241e0086a200110970220022d00e0084102460d3d200241fc086a310000210f200241f4086a290200210e200241ec086a290200210d20024180096a280200210b200241ff086a2d00002107200241fe086a2d0000210a200241fd086a2d0000210c20022902e408210920022802e008210620024198016a2001109802200229039801a70d3d20012802042204450d3d200241a8016a290300211820022903a0012119200128020022032d0000210820012004417f6a360204410121172001200341016a360200200841034f0d3d0c3c0b200241b0016a200110980220022903b001a70d3c200241c0016a290300210d20022903b8012109410221170c3b0b200241c8016a200110980220022903c801a70d3b200241d8016a290300210d20022903d0012109410321170c3a0b200241e0016a2001106f20022802e0010d3a20022802e401210642002109410521174200210d0c390b200241e8016a2001106f20022802e8010d39200128020441246e221a41246c2204417f4c0d2420022802ec0121170240024020040d00410421060c010b200410212206450d260b02402017450d004123210520024180096a2116200241f0086a211b41002108410021040340200241e0086a2001109702024020022d00e008220a4102470d00201a450d3c200610230c3c0b200441016a210320023100e708210920023300e508210d20023500e108210e2016310000210f201b290300211920022903f808211820022903e808211520022d008309210720022d008209210b20022d008109210c02402004201a470d0020082003200820034b1b221aad42247e2214422088a70d292014a722104100480d290240024020040d002010102121060c010b20062005415d6a2010102521060b2006450d280b200620056a220420073a00002004415e6a2207200e200d2009421086844220868422093e0000200441756a2210200f3c000820102018370000200441656a22102019370008201020153700002004417f6a200b3a00002004417e6a200c3a00002004415d6a200a3a0000200741066a20094230883c0000200741046a20094220883d0000200841026a2108200541246a21052003210420172003470d000b0b2006450d392017ad422086201aad8421094200210d410621170c380b410721170c370b2016450d3720042d0002210820012003417d6a3602042001200441036a360200200841034f0d37410821170c360b200241e0086a200110970220022d00e0084102460d36200241fc086a310000210f200241f4086a290200210e200241ec086a290200210d20024180096a280200210b200241ff086a2d00002107200241fe086a2d0000210a200241fd086a2d0000210c20022902e408210920022802e00821064200211941092117420021180c350b200241f0016a2001106f20022802f0010d3520022802f401210642002109410a21174200210d0c340b410b21170c330b410c21170c320b200241e0086a200110810120022802e0082206450d3220022902e40821094200210d410d21170c310b41002105200241003a0080092003417e6a21082003417d6a21030340024020082005470d00200541ff0171450d33200241003a0080090c330b200241e0086a20056a200420056a220641026a2d00003a0000200120033602042001200641036a3602002002200541016a22063a0080092003417f6a21032006210520064120470d000b20023502e008221920023301e40820023100e60842108684422086842209421888a721062009421088a721102009420888a7211a200241ff086a310000210f200241ef086a290000210d20022900f708210e20022900e70821092019a72108410e21170c300b410f21170c2f0b20164104490d2f2004280002210620012003417a6a3602042001200441066a360200200241e0086a2001107b20022802e008450d2f200241e8086a350200210d20022903e0082109411021170c2e0b02402006450d0020012003417e6a3602042001200441026a3602000b200041193602000c320b02402006450d0020042d0001210520012003417e6a3602042001200441026a36020020050d00200241b8076a200110e10120022d00b8074101460d0020024198066a200241b8076a41017241a00110d3041a200241b8076a2001106d20022802b80722010d120b200041193602000c310b024002402006450d0020042d0001210520012003417e6a3602042001200441026a36020020050d00200241f8016a2001106f20022802f801450d010b200041193602000c310b20022802fc0121012000410936020020002001360204200041086a200241900a6a41a80110d3041a0c300b02402006450d0020042d0001210520012003417e6a3602042001200441026a36020020050d00200241e0086a2001106d20022802e00822010d110b200041193602000c2f0b2006450d2820042d0001210520012003417e6a22063602042001200441026a36020020050d2820064104490d282004280002211720012003417a6a3602042001200441066a360200200241e0086a2001106d20022802e0082210450d28200241e8086a280200211620022802e408211a20024180026a2001106f2002280280020d272001280204410c6e220a410c6c2204417f4c0d15200228028402210b0240024020040d00410421080c010b200410212208450d170b02400240024002400240200b450d004100210641002104410021050340200241e0086a2001106d20022802e0082207450d02200541016a210320022902e408210902402005200a470d0020062003200620034b1b220aad420c7e220d422088a70d1e200da7220c4100480d1e0240024020050d00200c102121080c010b20082004200c102521080b2008450d1d0b200820046a22052007360200200541046a2009370200200641026a21062004410c6a210420032105200b2003470d000b0b2008450d2b2010450d2c200128020422034104490d0120012802002206280000210c20012003417c6a22043602042001200641046a36020020044104490d022006280004211b2001200341786a22073602042001200641086a36020041002104200241003a00a009200341776a2103034020072004460d04200241e0086a20046a200620046a220541086a2d00003a0000200120033602042001200541096a3602002002200441016a22053a00a0092003417f6a210320052104200541c000470d000b200541ff017141c000490d292010450d2c20024198096a3502002109200229039009210d200228029c092101200228028c09210420022d008a09210320022d008909210520022d0088092106200229038009210e20022903f808210f20022802f408210720022902ec08211920022802e808211c20022802e408211d20022802e008211e200020022d008b093a0053200020033a0052200020053a0051200020173602042000410b360200200041e0006a20093e0200200041d8006a200d370200200041e4006a2001360200200041d4006a2004360200200041d0006a20063a0000200041c8006a200e370200200041c0006a200f3702002000413c6a2007360200200041346a2019370200200041306a201c3602002000412c6a201d360200200041286a201e360200200041246a201b360200200041206a200c3602002000411c6a200b360200200041186a200a360200200041146a2008360200200041106a20163602002000410c6a201a360200200041086a2010360200200041e8006a200241900a6a41c80010d3041a0c320b02402005450d002008210103400240200141046a280200450d00200128020010230b2001410c6a2101200441746a22040d000b0b200a450d2a200810230c2a0b0240201a450d00201010230b0240200b450d00200b410c6c21042008210103400240200141046a280200450d00200128020010230b2001410c6a2101200441746a22040d000b0b200a0d280c2a0b0240201a450d00201010230b0240200b450d00200b410c6c21042008210103400240200141046a280200450d00200128020010230b2001410c6a2101200441746a22040d000b0b200a0d270c290b200441ff0171450d25200241003a00a0090c250b02402006450d0020012003417e6a3602042001200441026a3602000b200041193602000c2d0b02402006450d0020042d0001210520012003417e6a3602042001200441026a360200200541024b0d00024002400240024020050e03000102000b200241e0086a200110960220022802e0084119460d03200241900a6a200241e0086a41b00110d3041a41b00110212204450d182004200241900a6a41b00110d3041a410121010c020b200241900a6a20011097024102210120022d00900a4102460d02200241b0066a200241ac0a6a290200220d370300200241a8066a200241a40a6a29020022093703002002419c0a6a290200210f20022802900a210420022902940a210e0c010b200241900a6a200110970220022d00900a4102460d01200241c0076a2002419c0a6a290200370300200241c8076a200241a40a6a290200370300200241d0076a200241ac0a6a290200370300200220022902940a3703b80720022802900a2104200241e0086a200110960220022802e0084119460d01200241900a6a200241e0086a41b00110d3041a41b00110212203450d162003200241900a6a41b00110d3041a20024198066a41186a200241b8076a41186a290300220d37030020024198066a41106a200241b8076a41106a2903002209370300200241c0076a290300210f20022903b807210e410321010b200020013602042000410d360200200041246a200d3702002000411c6a2009370200200041146a200f3702002000410c6a200e3702002000412c6a2003360200200041086a2004360200200041306a200241f0046a41800110d3041a0c2d0b200041193602000c2c0b2006450d2120042d0001210520012003417e6a221a3602042001200441026a360200200541144b0d21410e210b0240024002400240024002400240024002400240024002400240024002400240024002400240024020050e15000102030405060708090a0b0c340d0e0f10111213000b41002105200241003a0080092003417e6a21082003417d6a21030340024020082005470d00200541ff0171450d36200241003a0080090c360b200241e0086a20056a200420056a220641026a2d00003a0000200120033602042001200641036a3602002002200541016a22063a0080092003417f6a21032006210520064120470d000b200241ff086a310000210d200241ef086a290000210f20022900f708210920022900e708210e20023502e008211520023301e408211420023100e608211320024188026a2001109802200229038802a70d3420024198026a2903002118200229039002211920152014201342108684422086842215420888a721072015421088a7210c2015421888a721062015a721104101210b0c330b200241a0026a2001106f20022802a0020d3320022802a40221064102210b0c320b200241a8026a2001106f20022802a8020d3220012802042204450d3220022802ac022106200128020022052d0000210320012004417f6a3602042001200541016a360200200341ff0071220741064b0d32200341077621104103210b0c310b200241b0026a2001106f20022802b0020d3120012802042204450d3120022802b4022106200128020022052d0000210320012004417f6a3602042001200541016a360200200341ff0071220741064b0d31200341077621104104210b0c300b201a4104490d302004280002210620012003417a6a3602042001200441066a3602004105210b0c2f0b41002105200241003a0080092003417e6a21082003417d6a21030340024020082005470d00200541ff0171450d31200241003a0080090c310b200241e0086a20056a200420056a220641026a2d00003a0000200120033602042001200641036a3602002002200541016a22063a0080092003417f6a21032006210520064120470d000b20023502e008221920023301e40820023100e60842108684422086842209421888a721062009421088a7210c2009420888a72107200241ff086a310000210d200241ef086a290000210f20022900f708210920022900e708210e2019a721104106210b0c2e0b41002105200241003a0080092003417e6a21082003417d6a21030340024020082005470d00200541ff0171450d30200241003a0080090c300b200241e0086a20056a200420056a220641026a2d00003a0000200120033602042001200641036a3602002002200541016a22063a0080092003417f6a21032006210520064120470d000b20023502e008221920023301e40820023100e60842108684422086842209421888a721062009421088a7210c2009420888a72107200241ff086a310000210d200241ef086a290000210f20022900f708210920022900e708210e2019a721104107210b0c2d0b41002105200241003a0080092003417e6a21082003417d6a21030340024020082005470d00200541ff0171450d2f200241003a0080090c2f0b200241e0086a20056a200420056a220641026a2d00003a0000200120033602042001200641036a3602002002200541016a22063a0080092003417f6a21032006210520064120470d000b20023502e008221920023301e40820023100e60842108684422086842209421888a721062009421088a7210c2009420888a72107200241ff086a310000210d200241ef086a290000210f20022900f708210920022900e708210e2019a721104108210b0c2c0b41002105200241003a0080092003417e6a2107417d21060340024020072005470d00200541ff0171450d2e200241003a0080090c2e0b200241e0086a20056a200420056a220841026a2d00003a00002001200320066a3602042001200841036a3602002002200541016a22083a0080092006417f6a21062008210520084120470d000b200320086b2203417e6a4104490d2c20023100e608211820023301e408211520023502e0082119200241ff086a310000210d200241ef086a290000210f20022900f708210920022900e708210e200420086a220441026a280000210a20012003417a6a22053602042001200441066a220836020020054104490d2c20192015201842108684422086842218421888a721062018421088a7210c2018420888a721072019a72110200835000021192001200341766a36020420012004410a6a360200420021184109210b0c2b0b41002105200241003a0080092003417e6a21082003417d6a21030340024020082005470d00200541ff0171450d2d200241003a0080090c2d0b200241e0086a20056a200420056a220641026a2d00003a0000200120033602042001200641036a3602002002200541016a22063a0080092003417f6a21032006210520064120470d000b20023502e008221920023301e40820023100e60842108684422086842209421888a721062009421088a7210c2009420888a72107200241ff086a310000210d200241ef086a290000210f20022900f708210920022900e708210e2019a72110410a210b0c2a0b200241b8026a2001106f20022802b8020d2a20022802bc022106410b210b0c290b201a4104490d292004280002210620012003417a6a3602042001200441066a360200410c210b0c280b41002105200241003a0080092003417e6a21082003417d6a21030340024020082005470d00200541ff0171450d2a200241003a0080090c2a0b200241e0086a20056a200420056a220641026a2d00003a0000200120033602042001200641036a3602002002200541016a22063a0080092003417f6a21032006210520064120470d000b20023502e008221920023301e40820023100e60842108684422086842209421888a721062009421088a7210c2009420888a72107200241ff086a310000210d200241ef086a290000210f20022900f708210920022900e708210e2019a72110410d210b0c270b41002105200241003a0080092003417e6a21082003417d6a21030340024020082005470d00200541ff0171450d29200241003a0080090c290b200241e0086a20056a200420056a220641026a2d00003a0000200120033602042001200641036a3602002002200541016a22063a0080092003417f6a21032006210520064120470d000b20023502e008221920023301e40820023100e60842108684422086842209421888a721062009421088a7210c2009420888a72107200241ff086a310000210d410f210b200241e0086a410f6a290000210f20022900f708210920022900e708210e2019a721100c260b41002105200241003a0080092003417e6a21072003417d6a21060340024020072005470d00200541ff0171450d28200241003a0080090c280b200241e0086a20056a200420056a220841026a2d00003a0000200120063602042001200841036a3602002002200541016a22083a0080092006417f6a21062008210520084120470d000b200241b8076a411f6a200241e0086a411f6a310000220d3c0000200241b8076a410f6a200241e0086a410f6a290000220f370000200220023100e60822193c00be07200220023301e40822183d01bc07200220023502e00822153e02b807200220022900f70822093700cf07200220022900e708220e3700bf072003417e6a2008460d26200420086a220441026a2d00002108200120063602042001200441036a360200200841064b0d26200f42807e83200f42ff018384210f20152018201942108684422086842219421888a721062019421088a7210c2019420888a721072019a721104110210b0c250b4111210b0c240b4112210b0c230b200241e0086a2001106d20022802e0082206450d2320022902e408210e4113210b0c220b200241e0086a2001106d20022802e0082206450d2220022902e408210e4114210b0c210b41002105200241003a0080092003417e6a21082003417d6a21030340024020082005470d00200541ff0171450d23200241003a0080090c230b200241e0086a20056a200420056a220641026a2d00003a0000200120033602042001200641036a3602002002200541016a22063a0080092003417f6a21032006210520064120470d000b20023502e008221920023301e40820023100e60842108684422086842209421888a721062009421088a7210c2009420888a72107200241ff086a310000210d200241ef086a290000210f20022900f708210920022900e708210e2019a721104115210b0c200b200241e0086a2001109a0220022d00e0084105470d0c200041193602000c2a0b200241e0086a2001109a0220022d00e0084105470d0c200041193602000c290b2006450d1c20042d0001210520012003417e6a360204410221032001200441026a360200200541054b0d1c0240024002400240024020050e06001201020304000b200241e0086a200110810120022802e0082204450d20200241e8086a280200210820022802e4082106200241c0026a200110980220022903c002a7450d102006450d20200410230c200b200241e0086a200110970220022d00e0084102460d1f200220022902e408220f37039806200241ec086a290200210d200241f4086a290200210e200241fc086a290200210920022802e0082104200228029c062108200fa72106410321030c100b410421030c0f0b410521030c0e0b200241e0086a200110970220022d00e0084102460d1c200220022902e408220f37039806200241ec086a290200210d200241f4086a290200210e200241fc086a290200210920022802e0082104200228029c062108200fa72106410621030c0d0b2006450d1a20042d0001210520012003417e6a3602042001200441026a360200200541044b0d1a0240024002400240024020050e050001020304000b41002105200241003a0080092003417e6a21082003417d6a21030340024020082005470d00200541ff0171450d20200241003a0080090c200b200241e0086a20056a200420056a220641026a2d00003a0000200120033602042001200641036a3602002002200541016a22063a0080092003417f6a21032006210520064120470d000b20023502e008221820023301e40820023100e60842108684422086842209421888a721012009421088a721042009420888a72103200241ff086a310000210e200241ef086a290000211920022900f708210f20022900e708210d2018a72105410121060c1d0b41002105200241003a0080092003417e6a21082003417d6a21030340024020082005470d00200541ff0171450d1f200241003a0080090c1f0b200241e0086a20056a200420056a220641026a2d00003a0000200120033602042001200641036a3602002002200541016a22063a0080092003417f6a21032006210520064120470d000b20023502e008221820023301e40820023100e60842108684422086842209421888a721012009421088a721042009420888a72103200241ff086a310000210e200241ef086a290000211920022900f708210f20022900e708210d2018a72105410221060c1c0b41002105200241003a008009410220036b21072003417d6a210603400240200720056a0d00200541ff0171450d1e200241003a0080090c1e0b200241e0086a20056a200420056a220841026a2d00003a0000200120063602042001200841036a3602002002200541016a22083a0080092006417f6a21062008210520084120470d000b200241ff086a310000210e200241ef086a290000211520022900f708210f20022900e708210d20023502e008210920023301e408211920023100e608211841002105200241003a008009200420086a2107200820036b41026a21032009201920184210868442208684211203400240200320056a0d00200541ff0171450d1e200241003a0080090c1e0b200241e0086a20056a200720056a220441026a2d00003a0000200120063602042001200441036a3602002002200541016a22043a0080092006417f6a21062004210520044120470d000b201542807e83201542ff018384211920023502e00820023301e40820023100e608421086844220868421092012421888a721012012421088a721042012420888a72103200241ff086a3100002113200241ef086a290000211520022900f708211420022900e70821182012a72105410321060c1b0b200241e0086a200110810120022802e0082201450d1b20022902e408210d410421060c1a0b41002105200241003a0080092003417e6a21082003417d6a21030340024020082005470d00200541ff0171450d1c200241003a0080090c1c0b200241e0086a20056a200420056a220641026a2d00003a0000200120033602042001200641036a3602002002200541016a22063a0080092003417f6a21032006210520064120470d000b200241f0046a411f6a200241e0086a411f6a3100003c0000200241f0046a410f6a200241e0086a410f6a290000370000200220022900f70837008705200241b8076a41186a200241f0046a41186a290300370300200241b8076a41106a200241f0046a41106a290300370300200220022900e7083700f704200241b8076a41086a200241f0046a41086a290300370300200220023100e6083c00f604200220023301e4083d01f404200220023502e0083e02f004200220022903f00422093703b807200241b8076a411f6a310000210e20022800bb07210120022d00ba07210420022d00b907210320022900c707211920022900bf07210d20022900cf07210f2009a72105410521060c190b02402006450d0020042d0001210520012003417e6a3602042001200441026a360200200541024b0d0002400240024020050e03000102000b200241d8026a200110980220022903d802a70d02200241e8026a290300210920022903e002210d200241e0086a200110970220022d00e0084102460d02200241f8046a200241ec086a29020037030020024180056a200241f4086a29020037030020024188056a200241fc086a290200370300200220022902e4083703f00420022802e0082101410121040c1a0b200241f0026a2001106f20022802f0020d0120022802f4022101200241f0046a41186a200241e0086a41186a290300370300200241f0046a41106a200241e0086a41106a290300370300200241f0046a41086a200241e0086a41086a290300370300200220022903e0083703f004410221040c190b200241f8026a2001106f20022802f8020d0020022802fc022101200241f0046a41186a200241e0086a41186a290300370300200241f0046a41106a200241e0086a41106a290300370300200241f0046a41086a200241e0086a41086a290300370300200220022903e0083703f004410321040c180b200041193602000c260b2006450d1520042d0001210520012003417e6a22063602042001200441026a360200200541014b0d1502400240024020050e020001000b41002105200241003a00b00a410220036b21072003417d6a210603400240200720056a0d00200541ff0171450d19200241003a00b00a0c190b200241900a6a20056a200420056a220841026a2d00003a0000200120063602042001200841036a3602002002200541016a22083a00b00a2006417f6a21062008210520084120470d000b200241af0a6a31000021152002419f0a6a290000210920022900a70a211820022900970a210d20023502900a210e20023301940a210f20023100960a211941002105200241003a00d10a200420086a2107200820036b41026a2103200e200f20194210868442208684210e03400240200320056a0d00200541ff0171450d19200241003a00d10a0c190b200241900a6a20056a200720056a220441026a2d00003a0000200120063602042001200441036a3602002002200541016a22043a00d10a2006417f6a210620042105200441c100470d000b20023502900a20023301940a20023100960a4210868442208684420886201542ff0183842119200d423888200942088684a7211e200d423088200942108684a7211d200d422888200942188684a7211c20023500cb0a200241cf0a6a330000422086842112200d422088a7211b200d421888a72116200d421088a72117200d420888a7211a200e421888a72107200e421088a72108200e420888a721052009423888a7211f2009423088a721202009422888a721212009422088a721222009421888a721232009421088a721242009420888a72125200e42ffffffffffffffff0083220f423088a7210c200f422888a7210b200f422088a7210a200241b70a6a2900002114200241a70a6a290000210f20022900af0a2113200229009f0a211520022800c70a212620022800c30a212720022800bf0a212820022900970a2111200da72110200ea721062009a721294101212a0c010b2006450d1620042d0002210620012003417d6a22053602042001200441036a3602002005450d1620042d0003210520012003417c6a22083602042001200441046a3602002008450d1620042d0004210820012003417b6a22073602042001200441056a3602002007450d1620042d0005210720012003417a6a220a3602042001200441066a360200200a450d1620042d0006210a2001200341796a220b3602042001200441076a360200200b450d1620042d0007210b2001200341786a220c3602042001200441086a360200200c450d1620042d0008210c2001200341776a22103602042001200441096a3602002010450d1620042d000921102001200341766a221a36020420012004410a6a360200201a450d1620042d000a211a2001200341756a221736020420012004410b6a3602002017450d1620042d000b21172001200341746a221636020420012004410c6a3602002016450d1620042d000c21162001200341736a221b36020420012004410d6a360200201b450d1620042d000d211b2001200341726a221c36020420012004410e6a360200201c450d1620042d000e211c2001200341716a221d36020420012004410f6a360200201d450d1620042d000f211d2001200341706a221e3602042001200441106a360200201e450d1620042d0010211e20012003416f6a22293602042001200441116a3602002029450d1620042d0011212920012003416e6a22253602042001200441126a3602002025450d1620042d0012212520012003416d6a22243602042001200441136a3602002024450d1620042d0013212420012003416c6a22233602042001200441146a3602002023450d1620042d0014212320012003416b6a22223602042001200441156a3602002022450d1620042d0015212220012003416a6a221f3602042001200441166a360200201f410f4d0d162004411e6a29000021192004290016211820012003415a6a221f3602042001200441266a360200201f450d1620042d0026212b2001200341596a222c3602042001200441276a360200202b41014b0d16420021114102212a0240202b0e020100010b202c4110490d162004412f6a290000210f200429002721152001200341496a221f3602042001200441376a360200201f4110490d162004413f6a2900002114200429003721132001200341b97f6a221f3602042001200441c7006a360200201f4104490d16200428004721282001200341b57f6a3602042001200441cb006a360200420121110b2000201f3a001f200020203a001e200020213a001d200020233a001b200020243a001a200020253a00192000201e3a00172000201d3a00162000201c3a0015200020163a0013200020173a00122000201a3a00112000200c3a000f2000200b3a000e2000200a3a000d200020083a000b200020053a000a200020063a000920004114360200200041d0006a2014370200200041c8006a2013370200200041c0006a200f370200200041386a2015370200200041286a2019370200200041206a2018370200200041e4006a2012370200200041e0006a2026360200200041dc006a2027360200200041d8006a2028360200200041306a20113702002000411c6a20223a0000200041186a20293a0000200041146a201b3a0000200041106a20103a00002000410c6a20073a0000200041086a202a3a0000200041a8016a200241e0086a41386a290300370300200041a0016a200241e0086a41306a29030037030020004198016a200241e0086a41286a29030037030020004190016a200241e0086a41206a29030037030020004188016a200241e0086a41186a29030037030020004180016a200241e0086a41106a290300370300200041f8006a200241e0086a41086a290300370300200041f0006a20022903e0083703000c250b02402006450d0020042d0001210520012003417e6a3602042001200441026a36020020050d00200241e0086a200110820120022802e00822010d0b0b200041193602000c240b024002402006450d0020042d0001210520012003417e6a3602042001200441026a3602002005450d010b200041193602000c240b20004116360200200041046a200241900a6a41ac0110d3041a0c230b2006450d1020042d0001210520012003417e6a3602042001200441026a360200200541054b0d1002400240024002400240024020050e06000102030405000b20024188036a2001106f2002280288030d15200228028c03210420024180036a2001106f2002280280030d152002280284032103410121010c160b200241c0036a2001106f20022802c0030d1420022802c4032104200241b8036a2001106f20022802b8030d1420022802bc032103200241b0036a2001106f20022802b0030d1420022802b4032105200241a8036a2001106f20022802a8030d1420022802ac03210620024190036a2001109802200229039003a70d142002290398032109200241b8076a41106a20024190036a41106a290300370300200220093703c007200220063602b807410221010c150b200241f0036a2001106f20022802f0030d1320022802f4032104200241e8036a2001106f20022802e8030d1320022802ec032103200241e0036a2001106f20022802e0030d1320022802e4032105200241c8036a200110980220022903c803a70d13200241d8036a2903002109200220022903d0033703b807200220093703c007410321010c140b200241e0086a200110970220022d00e0084102460d12200241c8076a200241fc086a3100003c00002002200241f4086a2902003703c007200220024180096a2802003602cc072002200241ff086a2d00003a00cb072002200241fd086a2f00003b00c9072002200241ec086a2902003703b80720022902e4082209422088a7210520022802e00821042009a72103410421010c130b20024180046a2001106f2002280280040d112002280284042108200241f8036a2001106f20022802f8030d1120022802fc03210641002103200241003a0080092001280204417f6a2104024003402004417f460d01200241e0086a20036a200128020022052d00003a0000200120043602042001200541016a3602002002200341016a22053a0080092004417f6a21042005210320054120470d000b200241e0086a411f6a3100002109200241ef086a290000210e20022900f708210f20022900e708210d20023502e008211920023301e408211820023100e6082115200241e0086a2001106d20022802e008450d12200241f0046a411f6a220120093c0000200241b8076a41086a200f370300200241c8076a20012d00003a0000200220083602cc072002200e3703b807200d422088a7210520192018201542108684422086842209421888a721042009421088a721072009420888a7210a200241e0086a41086a280200210820022903e008210f200da721032009a7210b410521010c130b200341ff0171450d11200241003a0080090c110b20024188046a2001106f2002280288040d10200228028c042104200241e0086a2001106d20022802e0082203450d102002200241e8086a2802003602b80720022802e4082105410621014200210f410021080c110b2006450d0e20042d0001210520012003417e6a22253602042001200441026a36020041062106200541064b0d0e024002400240024002400240024020050e0700010206031204000b20024190046a2001106f2002280290040d1420012802042203450d142002280294042108200128020022052d0000210420012003417f6a3602042001200541016a360200200441014b0d14410021100240024020040e020100010b410121100b200241e0086a2001106d20022802e0082207450d14200241e8086a2204280200210c20022802e408210a200241e0086a2001106d20022802e0080d04200a450d14200710230c140b20024198046a2001106f2002280298040d13200228029c042108410221060c100b20254104490d122004280002210820012003417a6a3602042001200441066a360200410321060c0f0b200241a0046a2001106f20022802a0040d1120022802a404210b41002104200241003a00800920012802042108417f2103034020082004460d10200241e0086a20046a200128020022062d00003a00002001200820036a3602042001200641016a3602002002200441016a22053a0080092003417f6a21032005210420054120470d000b200241f0046a411f6a200241e0086a411f6a3100003c0000200241f0046a410f6a200241e0086a410f6a290000370000200220023100e6083c00f604200220023301e4083d01f404200220023502e0083e02f004200220022900f70837008705200220022900e7083700f70441002104200241003a008009200820056b2107200820036a21030340024020072004470d00200441ff0171450d13200241003a0080090c130b200241e0086a20046a200620046a220541016a2d00003a0000200120033602042001200541026a3602002002200441016a22053a0080092003417f6a21032005210420054120470d000b200241b8076a41186a200241f0046a41186a290300370300200241b8076a41106a200241f0046a41106a290300370300200241b8076a41086a200241f0046a41086a290300370300200220022903f00422153703b80720023502e00820023301e40820023100e608421086844220868442088620023100d70784210e200241ef086a2900002218422088a7211e2018421888a721172018421088a721162018420888a72129200241ff086a310000211920022900f708210f20022900e708210920022800bb07210820022d00ba07211c20022d00b907211d20022800d307211b20022900cb07210d20022800c707210c20022800c307210a20022800bf0721072015a721102018a7211a410521060c0e0b200241a8046a2001106f20022802a8040d1020022802ac042108410721060c0d0b2004280200211b20022903e008210d410121064100211a4100210b0c0c0b200241e0086a2001106d20022802e0082208450d0e200241e8086a280200210a20022802e4082107200241e0086a2001106d20022802e008220c450d0d20022902e408210d4200210f41042106420021190c0b0b200041193602000c200b200220022902bc073703900a200241900a6a41086a20024198066a41a00110d3041a200241e0086a200241900a6a41a80110d3041a200241f0046a200241e0086a41a80110d3041a2000200136020420004108360200200041086a200241f0046a41a80110d3041a0c1f0b200041086a20022902e408370200200020013602042000410a360200200041106a200241900a6a41a00110d3041a0c1e0b200241f0046a41206a200241e0086a41206a2903002209370300200241f0046a41186a200241e0086a41186a290300220d370300200241f0046a41106a200241e0086a41106a290300220e370300200241f0046a41086a200241e0086a41086a290300220f370300200220022903e00822193703f0042000410f360200200020193702042000410c6a200f370200200041146a200e3702002000411c6a200d370200200041246a20093702002000412c6a200241900a6a41840110d3041a0c1d0b200241f0046a41206a200241e0086a41206a2903002209370300200241f0046a41186a200241e0086a41186a290300220d370300200241f0046a41106a200241e0086a41106a290300220e370300200241f0046a41086a200241e0086a41086a290300220f370300200220022903e00822193703f00420004110360200200020193702042000410c6a200f370200200041146a200e3702002000411c6a200d370200200041246a20093702002000412c6a200241900a6a41840110d3041a0c1c0b200241d0026a290300210e20022903c802210d410121030b20004111360200200041206a200e370200200041186a200d370200200041286a2009370200200041146a2008360200200041106a20063602002000410c6a2004360200200041086a2003360200200041306a200241900a6a41800110d3041a0c1a0b200041086a20022902e4083702002000200136020420004115360200200041106a200241900a6a41a00110d3041a0c190b1031000b102a000b102c000b200020173a0037200020163a0036200020293a00352000201c3a00072000201d3a0006200020103a0005200020063a000420004118360200200041c4006a20193e02002000413c6a200f370200200041c8006a200b360200200041386a201e360200200041346a201a3a00002000412c6a2009370200200041246a200e370200200041206a201b360200200041186a200d370200200041146a200c360200200041106a200a3602002000410c6a2007360200200041086a2008360200200041cc006a200241900a6a41e40010d3041a0c150b200441ff0171450d01200241003a0080090c010b2007450d00200810230b200041193602000c120b200041193602000c110b20024198066a41106a200241b8076a41106a290300220937030020024198066a41086a200241b8076a41086a290300220d370300200220022903b807220e37039806200041146a2005360200200041106a20033602002000410c6a2004360200200020073a000b2000200a3a000a2000200b3a0009200041086a20013a000020004117360200200041186a200e370200200041206a200d370200200041286a20093702002000413c6a2008360200200041346a200f370200200041306a2006360200200041c0006a200241900a6a41f00010d3041a0c100b200041193602000c0f0b200241b8076a41186a200241f0046a41186a290300220e370300200241b8076a41106a200241f0046a41106a290300220f370300200241b8076a41086a200241f0046a41086a2903002219370300200220022903f00422183703b807200041386a2009370200200041306a200d3702002000410c6a2001360200200041086a200436020020004113360200200041106a2018370200200041186a2019370200200041206a200f370200200041286a200e370200200041c0006a200241900a6a41f00010d3041a0c0e0b200020093e0025200020043a0007200020033a0006200020053a0005200020063a0004200041123602002000412b6a20094230883c0000200041296a20094220883d0000200041c4006a20133c00002000413c6a2014370000200041346a20153700002000412c6a2018370000200041246a200e3c00002000411c6a200f370000200041146a20193700002000410c6a200d370000200041086a2001360000200041c8006a200241900a6a41e80010d3041a0c0d0b200041193602000c0c0b200041193602000c0b0b200020083a00292000200c3a000b200020073a000a200020103a00092000410e360200200041386a2018370200200041306a2019370200200041286a200d3c0000200041206a20093702002000412c6a200a360200200041186a200f370200200041106a200e3702002000410c6a2006360200200041086a200b3a0000200041c0006a200241900a6a41f00010d3041a0c0a0b200041193602000c090b0240201a450d00201010230b0240200b450d00200b410c6c21042008210103400240200141046a280200450d00200128020010230b2001410c6a2101200441746a22040d000b0b200a450d020b200810230c010b201a450d00201010230b200041193602000c050b200020073a002b2000200a3a002a2000200c3a0029200020103a000b2000201a3a000a200020083a000920004106360200200041386a2018370200200041306a2019370200200041286a200f3c0000200041206a200e370200200041186a200d370200200041106a20093702002000412c6a200b3602002000410c6a2006360200200041086a20173a0000200041c0006a200241900a6a41f00010d3041a0c040b200041193602000c030b200241b0046a41186a200241d0046a41186a290300220e370300200241b0046a41106a200241d0046a41106a290300220f370300200241b0046a41086a200241d0046a41086a2903002219370300200220022903d00422183703b004200041e0006a2013370200200041d8006a2014370200200041c8006a2011370200200041c0006a2012370200200041386a2009370200200041306a200d3702002000410c6a2004360200200041086a200136020020004104360200200041106a2018370200200041186a2019370200200041206a200f370200200041286a200e370200200041d0006a2015370200200041e8006a200241900a6a41c80010d3041a0c020b200041193602000c010b200041193602000b200241c00b6a24000bf40601067f230041f0006b21020240024002400240024002400240024002400240024020012802042203450d00200128020022042d0000210520012003417f6a2206360204410121072001200441016a360200200541f001490d0a200541847e6a220541034b0d0420050e0401020803010b200041023a00000f0b20064102490d0320042f0001210520012003417d6a3602042001200441036a360200200541ef014b0d04200041023a00000f0b20064104490d042004280001210520012003417b6a3602042001200441056a36020041012107200541ffff034b0d07200041023a00000f0b41002105200241003a00682003417f6a21062003417e6a210302400340024020062005470d000240200541ff0171450d00200241003a00680b410121010c020b200241c8006a20056a200420056a220741016a2d00003a0000200120033602042001200741026a3602002002200541016a22073a00682003417f6a21032007210520074120470d000b200241c6006a20022d004a3a0000200241306a200241d7006a290000370300200241386a200241df006a290000370300200241c0006a200241e7006a2d00003a0000200220022f01483b01442002200229004f370328200228004b2105410021010b200241246a41026a2203200241c4006a41026a2d00003a0000200241086a41086a2207200241286a41086a290300370300200241086a41106a2204200241286a41106a290300370300200241086a41186a2206200241286a41186a2d00003a0000200220022f01443b0124200220022903283703082001450d05200041023a00000f0b200041023a00000f0b200041023a00000f0b410121070c030b200041023a00000f0b0240200641044f0d00200041023a00000f0b200041023a000020012003417b6a3602042001200441056a3602000f0b200241286a41026a20032d00003a0000200241c8006a41086a2007290300370300200241c8006a41106a2004290300370300200241c8006a41186a20062d00003a0000200220022f01243b012820022002290308370348410021070b200020073a0000200020022f01283b0001200041046a2005360200200041086a2002290348370200200041036a2002412a6a2d00003a0000200041106a200241c8006a41086a290300370200200041186a200241c8006a41106a290300370200200041206a200241c8006a41186a2802003602000bde0506067f017e017f017e017f017e230041206b220224000240024020012802042203450d00200128020022042d0000210520012003417f6a22063602042001200441016a360200024002400240200541037122074103460d0002400240024020070e03000102000b2005410276ad21080c040b410121072006450d0220042d0001210620012003417e6a3602042001200441026a3602002006410874200572220141ffff0371418002490d02200141fcff0371410276ad21080c030b4101210720064103490d01200441036a2d0000210620042f0001210920012003417c6a3602042001200441046a3602002009200641107472410874200572220141808004490d012001410276ad21080c020b024020054102762209410c4b0d0002400240024020090e0d00030303010303030303030302000b20064104490d052004350001210820012003417b6a3602042001200441056a36020020084280808080045421074200210a0c060b20064108490d04200429000121082001200341776a3602042001200441096a3602002008428080808080808080015421074200210a0c050b20064110490d03200441096a290000210a2004290001210820012003416f6a3602042001200441116a360200200a428080808080808080015421070c040b200941046a220641104b0d022003417e6a2103200441026a21044100210541012107200241186a210b420021084200210a03402003417f460d01200241106a2004417f6a3100004200200541037441f8007110d60420012003360204200120043602002003417f6a2103200441016a2104200b290300200a84210a20022903102008842108200541016a220541ff01712006490d000b2002427f427f41e80020094103746b41f8007110d7042008200229030058200a200241086a290300220c58200a200c511b21070c030b0c020b4200210a410021070c010b410121070b20002008370308200041106a200a37030020002007ad370300200241206a24000b9f0a03077f037e057f230041d0026b2202240041002103200241003a00c8022001280204417f6a210402400240024003402004417f460d01200241a8026a20036a200128020022052d00003a0000200120043602042001200541016a3602002002200341016a22053a00c8022004417f6a21042005210320054120470d000b200241e8006a41086a200241a8026a41086a290300370300200241e8006a41106a200241a8026a41106a290300370300200241e8006a41186a200241a8026a41186a290300370300200220022903a80237036820022001106f2002280200450d01200041003602040c020b0240200341ff0171450d00200241003a00c8020b200041003602040c010b2002280204210641002104200241003a00c80220012802042107417f21030240034020072004460d01200241a8026a20046a200128020022082d00003a00002001200720036a3602042001200841016a3602002002200441016a22053a00c8022003417f6a21032005210420054120470d000b200241a8016a41086a200241a8026a41086a2903002209370300200241a8016a41106a200241a8026a41106a290300220a370300200241a8016a41186a200241a8026a41186a290300220b37030020024188016a41086a200937030020024188016a41106a200a37030020024188016a41186a200b370300200220022903a80222093703a801200220093703880141002104200241003a00c802200720056b210c200720036a210303400240200c2004470d000240200441ff0171450d00200241003a00c8020b200041003602040c030b200241a8026a20046a200820046a220541016a2d00003a0000200120033602042001200541026a3602002002200441016a22053a00c8022003417f6a21032005210420054120470d000b200241e8016a41086a200241a8026a41086a2903002209370300200241e8016a41106a200241a8026a41106a290300220a370300200241e8016a41186a200241a8026a41186a290300220b370300200241c8016a41086a22042009370300200241c8016a41106a2203200a370300200241c8016a41186a2205200b370300200220022903a80222093703e801200220093703c801200241a8026a2001107e024020022802a8022201450d00200241c8006a41086a2208200241e8006a41086a290300370300200241c8006a41106a2207200241e8006a41106a290300370300200241c8006a41186a220c200241e8006a41186a290300370300200241286a41086a220d20024188016a41086a290300370300200241286a41106a220e20024188016a41106a290300370300200241286a41186a220f20024188016a41186a29030037030020022002290368370348200220022903880137032820022902ac022109200241086a41186a22102005290300370300200241086a41106a22052003290300370300200241086a41086a22032004290300370300200220022903c801370308200020093702082000200136020420002006360200200041106a2002290348370200200041186a2008290300370200200041206a2007290300370200200041286a200c290300370200200041306a2002290328370200200041386a200d290300370200200041c0006a200e290300370200200041c8006a200f290300370200200041e8006a2010290300370200200041e0006a2005290300370200200041d8006a2003290300370200200041d0006a20022903083702000c020b200041003602040c010b0240200441ff0171450d00200241003a00c8020b200041003602040b200241d0026a24000b8d0902067f047e230041a0036b220224000240024002400240024002400240024002400240024020012802042203450d00200128020022042d0000210520012003417f6a3602042001200441016a360200200541034b0d0620050e0401020304010b200041053a00000c090b200241206a200110810120022802200d03200041053a00000c080b200241c0006a20011096020240024020022802404119460d00200241f0016a200241c0006a41b00110d3041a41b001102122050d010c080b200041053a00000c080b2005200241f0016a41b00110d3042105200041023a0000200020022f00103b0001200041036a200241106a41026a2d00003a0000200041046a2005360200200041086a2002290220370200200041106a200241206a41086a290200370200200041186a200241206a41106a290200370200200041206a200241206a41186a2902003702000c070b20022001106f20022802000d0420022802042105200241c0006a200110960220022802404119460d04200241f0016a200241c0006a41b00110d3041a41b00110212201450d052001200241f0016a41b00110d3042101200041033a0000200020022f00103b0001200041036a200241126a2d00003a0000200041086a2001360200200041046a20053602002000410c6a2002290220370200200041146a200241206a41086a2902003702002000411c6a200241306a290200370200200041246a200241386a2802003602000c060b41002105200241003a0090022003417f6a21062003417e6a21030340024020062005470d00200541ff0171450d04200241003a0090020c040b200241f0016a20056a200420056a220741016a2d00003a0000200120033602042001200741026a3602002002200541016a22073a0090022003417f6a21032007210520074120470d000b200241c0006a41186a200241f0016a41186a290300370300200241c0006a41106a200241f0016a41106a290300370300200241c0006a41086a200241f0016a41086a290300370300200220022903f001370340200241086a2001106f20022802080d0220012802042203450d02200228020c2104200128020022072d0000210520012003417f6a3602042001200741016a360200200541014b0d02410021010240024020050e020100010b410121010b200241206a41186a200241c0006a41186a2903002208370300200241206a41106a200241c0006a41106a2903002209370300200241206a41086a200241c0006a41086a290300220a37030020022002290340220b370320200041043a00002000200b370001200041096a200a370000200041116a2009370000200041196a2008370000200041246a2004360200200041216a20013a00000c050b200241cb006a200241206a41086a28020036000020022002290320370043200041013a000020002002290040370001200041086a200241c7006a290000370000200041106a20022902f001370200200041186a200241f0016a41086a290200370200200041206a200241f0016a41106a2902003702000c040b200041053a00000c030b200041053a00000c020b200041053a00000c010b102a000b200241a0036a24000bd90303027f017e027f02402001450d00034020002802e40121002001417f6a22010d000b0b02402002450d004100210341002101034002400240200120002f01064f0d0020002001410c6c6a220441e4006a2902002105200441e0006a2802002104200141016a21010c010b02400240200028020022010d002003ad210541002106410021010c010b20003301044220862003ad842105410121060b200010232005a72103024002402005422088a7220720012f01064f0d00200121040c010b034002400240200128020022040d002003ad2105410021040c010b200641016a210620013301044220862003ad8421050b200110232005a72103200421012005422088a7220720042f01064f0d000b0b200741027420046a41e8016a280200210020042007410c6c6a220141e4006a2902002105200141e0006a280200210402402006417f6a2201450d00034020002802e40121002001417f6a22010d000b0b410021010b2004450d012002417f6a210202402005a7450d00200410230b20020d000b0b0240200041e8f6c200460d0020002802002101200010232001450d0020012802002104200110232004450d00024020042802002201450d000340200410232001210420012802002200210120000d000b0b200410230b0bde7305057f037e077f037e037f23004180036b22012400200141c8006a41186a4200370300200141c8006a41106a22024200370300200141c8006a41086a2203420037030020014200370348200141c8016a41086a220441eaa1c100ad4280808080f001841003220541086a290000370300200120052900003703c8012005102320032004290300370300200120012903c80122063703800220012006370348200441f9a1c100ad4280808080d001841003220541086a290000370300200120052900003703c80120051023200220012903c8012206370300200141e0026a41086a2003290300370300200141e0026a41106a2006370300200141e0026a41186a20042903003703002001200637038002200120012903483703e002200141203602cc012001200141e0026a3602c80120014180026a200141e0026aad220742808080808004842208100610a1010240024020012802800222030d0041022104200141023602d4020c010b2001280284022105200120014180026a41086a28020022043602e401200120033602e0010240024020044104490d002001200341046a3602e00120012004417c6a22093602e40120094104490d00200328000021092001200441786a3602e4012001200341086a3602e0012003280004210a200141c8006a200141e0016a106e2001280248220b450d00200129024c210641002104200141003a004802400240024020012802e401220c450d002001200c417f6a220d3602e401200120012802e001220e41016a3602e001200e2d00004101460d010b0c010b200d4104490d002001200c417b6a3602e4012001200e41056a3602e001200e280001210f410121040b2001200f3602d802200120063702cc022001200b3602c8022001200a3602c402200120093602c0020c010b200141003602a802200142013703a0022001410c3602f4012001200141c8016a3602f0012001200141a0026a3602dc01200141dc006a41013602002001420137024c200141a0f0c2003602482001200141f0016a360258200141dc016a41c893c500200141c8006a10301a20013502a80242208620013502a002841007024020012802a402450d0020012802a00210230b410221040b200120043602d4022005450d00200310230b200141c8006a41106a2203200141c0026a41106a2205280200360200200141c8006a41086a2209200141c0026a41086a220a290300370300200120012903c002370348024002400240024002400240024002400240024020044102460d00200141a0026a41106a20032802002203360200200141a0026a41086a200929030022103703002001200129034822063703a00220052003360200200a2010370300200141d8026a200f360200200120063703c002200120043602d40202402006a722032000470d000240024020044101460d00200141d0026a280200220fad42287e2206422088a70d042006a72203417f4c0d0420012802c802210420012802c402210b0240024020030d004108210a0c010b20031021220a450d090b410021050240200f450d00200f41286c210941002105200a21030340200441086a2903002106200441106a2903002110200441186a290300211120042903002112200341206a200441206a290300370300200341186a2011370300200341106a2010370300200341086a200637030020032012370300200341286a2103200541016a2105200441286a2104200941586a22090d000b0b200141f0026a200b360200200141e0026a410c6a2005360200200141e0026a41086a200f3602002001200a3602e402200141003602e002200141c8006a200141e0026a109d022001418b026a200141c8006a41086a2802003600002001200129034837008302200141c8006a410c6a20014187026a290000370000200141c6a4b9da04360049200141023a0048200120012900800237004d200141c8006a109e02200f450d01200a10230c010b200141d0026a280200220aad42287e2206422088a70d032006a72203417f4c0d0320012802c802210420012802c402210c0240024020030d004108210b0c010b20031021220b450d080b02400240200a0d00410021050c010b200a41286c210941002105200b21030340200441086a2903002106200441106a2903002110200441186a290300211120042903002112200341206a200441206a290300370300200341186a2011370300200341106a2010370300200341086a200637030020032012370300200341286a2103200541016a2105200441286a2104200941586a22090d000b0b200141f4026a200c360200200141f0026a2005360200200141e0026a410c6a200a360200200141e0026a41086a200b3602002001200f3602e402200141013602e002200141c8006a200141e0026a109d022001418b026a200141c8006a41086a2802003600002001200129034837008302200141c8006a410c6a20014187026a290000370000200141c6a4b9da04360049200141023a0048200120012900800237004d200141c8006a109e02200a450d00200b10230b20012802c00221030b024020012802c40220036a2000470d00200141143602e402200141d6a1c1003602e002200141013a00482001200141c0026a41086a220336024c200141c8006a200141e0026a1070200141c8006a41086a22042003290000370300200141c8006a41106a2205200341086a2800003602002001410036024c200141063a0048200141c8006a109901200141c8006a41186a220f4200370300200542003703002004420037030020014200370348200141c8016a41086a220341eaa1c100ad4280808080f001841003220941086a290000370300200120092900003703c8012009102320042003290300370300200120012903c80122063703800220012006370348200341f9a1c100ad4280808080d001841003220941086a290000370300200120092900003703c8012009102320014180026a41086a20032903002206370300200120012903c80122103703800220022010370000200241086a2006370000200141e0026a41086a2004290300370300200141e0026a41106a2005290300370300200141e0026a41186a200f290300370300200120012903483703e002200810050c010b200141cc026a280200450d0020012802c80210230b200141c8006a41186a22094200370300200141c8006a41106a220f4200370300200141c8006a41086a2203420037030020014200370348200141c8016a41086a220441eaa1c100ad4280808080f001841003220541086a290000370300200120052900003703c8012005102320032004290300370300200120012903c8012206370380022001200637034820044186a2c100ad4280808080d000841003220541086a290000370300200120052900003703c8012005102320014180026a41086a20042903002206370300200120012903c80122103703800220022010370000200241086a2006370000200141e0026a41086a2003290300370300200141e0026a41106a200f290300370300200141e0026a41186a2009290300370300200120012903483703e00220014120360284022001200141e0026a36028002200141a0026a2008100610a10120012802a0022204450d03200141a0026a41086a280200210520012802a402210941002103200141003a00480240024002402005450d0020042d0000220f41034b0d00024002400240200f0e0405000102050b2005417f6a4108490d0220042900012106410121030c040b410221030c020b2005417f6a4108490d0020042900012106410321030c020b200141003602c802200142013703c0022001410c3602f401200120014180026a3602f0012001200141c0026a3602e001200141dc006a41013602002001420137024c200141a0f0c2003602482001200141f0016a360258200141e0016a41c893c500200141c8006a10301a20013502c80242208620013502c002841007024020012802c402450d0020012802c00210230b410421030b0b02402009450d00200410230b2003417f6a220441024b0d0320040e03020301020b1031000b2006422088a7210402402006a722032000470d00200141043602e002200120043602e402200141c8006a200141e0026a109d022001418b026a200141d0006a2802003600002001200129034837008302200141d4006a20014187026a290000370000200141c6a4b9da04360049200141023a0048200120012900800237004d200141c8006a109e020b200420036a2000470d01200141003602c002200141c8006a41186a22094200370300200141c8006a41106a22004200370300200141c8006a41086a2203420037030020014200370348200141c8016a41086a220441eaa1c100ad4280808080f001841003220541086a290000370300200120052900003703c8012005102320032004290300370300200120012903c8012206370380022001200637034820044186a2c100ad4280808080d000841003220541086a290000370300200120052900003703c8012005102320014180026a41086a20042903002206370300200120012903c80122103703800220022010370000200241086a2006370000200141e0026a41086a2003290300370300200141e0026a41106a2000290300370300200141e0026a41186a2009290300370300200120012903483703e002200141c8006a200141c0026a109f022008200135025042208620012802482204ad8410020240200128024c450d00200410230b2001410236024c200141063a0048200141c8006a1099010c010b2006422088a7210402402006a722032000470d00200141033602e002200120043602e402200141c8006a200141e0026a109d022001418b026a200141d0006a2802003600002001200129034837008302200141d4006a20014187026a290000370000200141c6a4b9da04360049200141023a0048200120012900800237004d200141c8006a109e020b200420036a2000470d00200141023602c002200141c8006a41186a22094200370300200141c8006a41106a22004200370300200141c8006a41086a2203420037030020014200370348200141c8016a41086a220441eaa1c100ad4280808080f001841003220541086a290000370300200120052900003703c8012005102320032004290300370300200120012903c8012206370380022001200637034820044186a2c100ad4280808080d000841003220541086a290000370300200120052900003703c8012005102320014180026a41086a20042903002206370300200120012903c80122103703800220022010370000200241086a2006370000200141e0026a41086a2003290300370300200141e0026a41106a2000290300370300200141e0026a41186a2009290300370300200120012903483703e002200141c8006a200141c0026a109f022008200135025042208620012802482204ad8410020240200128024c450d00200410230b2001410136024c200141063a0048200141c8006a1099010b200141c8006a41186a22054200370300200141c8006a41106a220e4200370300200141c8006a41086a2203420037030020014200370348200141e0016a41086a220441ad92c500ad428080808090018422101003220941086a290000370300200120092900003703e0012009102320032004290300370300200120012903e001370348200441b692c500ad4280808080e000841003220941086a290000370300200120092900003703e00120091023200e20012903e0012206370300200141e0026a41086a22022003290300370300200141e0026a41106a22002006370300200141e0026a41186a220f2004290300370300200120063703c002200120012903483703e002200141c0006a200141e0026a4120108e012001280244210d02402001280240220a4101470d002007428080808080048410050b20054200370300200e42003703002003420037030020014200370348200420101003220941086a290000370300200120092900003703e0012009102320032004290300370300200120012903e001370348200441a099c300ad4280808080b001841003220941086a290000370300200120092900003703e00120091023200141c0026a41086a20042903002206370300200120012903e00122103703c002200e2010370000200e41086a2006370000200220032903003703002000200e290300370300200f2005290300370300200120012903483703e00202400240200141e0026a10e701220441ff01714102460d0020044101710d010b410410212203450d0120034100360200200141c8006a41186a22024200370300200141c8006a41106a22004200370300200141c8006a41086a2205420037030020014200370348200141e0016a41086a220441ad92c500ad42808080809001841003220941086a290000370300200120092900003703e0012009102320052004290300370300200120012903e001370348200441c694c500ad4280808080b001841003220941086a290000370300200120092900003703e00120091023200141c0026a41086a20042903002206370300200120012903e00122103703c002200e2010370000200e41086a2006370000200141e0026a41086a2005290300370300200141e0026a41106a2000290300370300200141e0026a41186a2002290300370300200120012903483703e00220014100360250200142013703484101200141c8006a105d2003280200210202400240200128024c2209200128025022056b4104490d00200128024821040c010b200541046a22042005490d06200941017422002004200020044b1b22004100480d060240024020090d002000102121040c010b200128024820092000102521040b2004450d022001200036024c20012004360248200021090b2001200541046a2200360250200420056a20023600002007428080808080048422062000ad4220862004ad84100202402009450d00200410230b20031023410410212203450d0120034100360200200141c8006a41186a22024200370300200141c8006a41106a22004200370300200141c8006a41086a2205420037030020014200370348200141e0016a41086a220441ad92c500ad42808080809001841003220941086a290000370300200120092900003703e0012009102320052004290300370300200120012903e001370348200441d194c500ad4280808080c001841003220941086a290000370300200120092900003703e00120091023200141c0026a41086a20042903002210370300200120012903e00122113703c002200e2011370000200e41086a2010370000200141e0026a41086a2005290300370300200141e0026a41106a2000290300370300200141e0026a41186a2002290300370300200120012903483703e00220014100360250200142013703484101200141c8006a105d2003280200210202400240200128024c2209200128025022056b4104490d00200128024821040c010b200541046a22042005490d06200941017422002004200020044b1b22004100480d060240024020090d002000102121040c010b200128024820092000102521040b2004450d022001200036024c20012004360248200021090b2001200541046a2200360250200420056a200236000020062000ad4220862004ad84100202402009450d00200410230b20031023200141c8006a41186a22054200370300200141c8006a41106a22094200370300200141c8006a41086a2203420037030020014200370348200141e0016a41086a220441ad92c500ad428080808090018422101003220241086a290000370300200120022900003703e0012002102320032004290300370300200120012903e001370348200441dd94c500ad4280808080e000841003220241086a290000370300200120022900003703e00120021023200141c0026a41086a220020042903002211370300200120012903e00122123703c002200e2012370000200e41086a220f2011370000200141e0026a41086a220b2003290300370300200141e0026a41106a220c2009290300370300200141e0026a41186a22132005290300370300200120012903483703e002200141003602482006200141c8006aad22114280808080c00084100220054200370300200942003703002003420037030020014200370348200420101003220241086a290000370300200120022900003703e0012002102320032004290300370300200120012903e001370348200441a099c300ad4280808080b001841003220241086a290000370300200120022900003703e00120021023200020042903002210370300200120012903e00122123703c002200e2012370000200f2010370000200b2003290300370300200c200929030037030020132005290300370300200120012903483703e002200141013a0048200620114280808080108410020b200141c8006a41186a22054200370300200141c8006a41106a22094200370300200141c8006a41086a2203420037030020014200370348200141e0016a41086a220441ad92c500ad428080808090018422061003220241086a290000370300200120022900003703e0012002102320032004290300370300200120012903e001370348200441c694c500ad4280808080b001841003220241086a290000370300200120022900003703e00120021023200141c0026a41086a220020042903002210370300200120012903e00122113703c002200e2011370000200e41086a220f2010370000200141e0026a41086a220b2003290300370300200141e0026a41106a220c2009290300370300200141e0026a41186a22142005290300370300200120012903483703e002200141c8006a200141e0026a10800202400240200128024822130d004104211341002115420021110c010b200129024c2211422088a721150b20054200370300200942003703002003420037030020014200370348200420061003220241086a290000370300200120022900003703e0012002102320032004290300370300200120012903e001370348200441d194c500ad4280808080c001841003220241086a290000370300200120022900003703e00120021023200020042903002206370300200120012903e00122103703c002200e2010370000200f2006370000200b2003290300370300200c200929030037030020142005290300370300200120012903483703e002200141c8006a200141e0026a1080020240024020012802482202450d00200120023602a002200129024c2210422088a7210b0c010b41042102200141043602a0024100210b420021100b02400240024002400240200a0d002015417f6a220420154f0d01200420154b0d01201320044102746a280200210d0b201541002015419c7f6a22042004201541016a4b1b2214490d012014450d03201320144102746a210c200bad21062013210a0340200a2802002100024002400240024002402006a7220f41014b0d0041002104200f0e020201020b41002104200f2103034020042003410176220520046a22092000200220094102746a280200491b2104200320056b220341014b0d000b0b20002002200441027422036a2802002205460d022004200020054b6a21040c010b410021040b20012004360248419c95c500412e200141c8006a41cc95c50041dc95c5001032000b20062004ad580d03200220036a2203200341046a2004417f73200f6a41027410d4041a201042ffffffff0f83200f417f6a220bad422086842110200a41046a220a200c460d042006427f7c210620012802a00221020c000b0b41e394c5004126418c95c500104a000b41f0b8c000411c41b096c500102d000b41aab9c000411d41b096c500102d000b201142ffffffff0f8321060240201520146b2204450d0002402014450d002013201320144102746a200441027410d4041a2010422088a7210b0b20062004ad4220868421060b20012802a002210241002104024002400240024002400240200b41014b0d00200b0e020201020b200b2103034020042003410176220520046a2209200d200220094102746a280200491b2104200320056b220341014b0d000b0b0240200d200220044102746a2802002203460d002004200d20034b6a21040b200b2004490d010b200b2010a7470d02200b41016a2203200b490d07200b41017422052003200520034b1b220341ffffffff03712003470d072003410274220541004e0d010c070b418cb9c000411e41b096c500102d000b02400240200b0d002005102121020c010b2002200b4102742005102521020b2002450d01200120023602a0022003ad21100b200220044102746a220341046a2003200b20046b41027410d4041a2003200d360200024020064220882211a722032006a7470d00200341016a22042003490d052011a722094101742205200420042005491b220441ffffffff03712004470d05200441027422054100480d050240024020030d002005102121130c010b201320094102742005102521130b2013450d012006422088a721032004ad21060b201320034102746a200d3602000240200b41016a220c0d0041ec95c50041c30041b096c500102d000b200c200c41017622044d0d0120012802a002220520044102746a280200210d0240200c4101710d00200c2004417f6a22044d0d03200520044102746a280200200d6a410176210d0b200141c8006a41186a22024200370300200141c8006a41106a22004200370300200141c8006a41086a2205420037030020014200370348200141e0016a41086a220441ad92c500ad42808080809001841003220941086a290000370300200120092900003703e0012009102320052004290300370300200120012903e001370348200441c694c500ad4280808080b001841003220941086a290000370300200120092900003703e00120091023200141c0026a41086a20042903002211370300200120012903e00122123703c002200e2012370000200e41086a2011370000200141e0026a41086a2005290300370300200141e0026a41106a2000290300370300200141e0026a41186a2002290300370300200120012903483703e0022001410036025020014201370348200341016a2215200141c8006a105d0240024020150d0020012802502100200128024c2102200128024821030c010b4100200128025022046b2105200341027441046a210f200128024c21022013210903402009280200210a02400240200220056a4104490d00200128024821030c010b200441046a22032004490d07200241017422002003200020034b1b22004100480d070240024020020d002000102121030c010b200128024820022000102521030b2003450d032001200036024c20012003360248200021020b200941046a21092001200441046a2200360250200320046a200a3600002005417c6a210520002104200f417c6a220f0d000b0b2006a721042007428080808080048422062000ad4220862003ad84100202402002450d00200310230b02402004450d00201310230b20012802a0022113200141c8006a41186a22094200370300200141c8006a41106a22024200370300200141c8006a41086a2203420037030020014200370348200141e0016a41086a220441ad92c500ad42808080809001841003220541086a290000370300200120052900003703e0012005102320032004290300370300200120012903e001370348200441d194c500ad4280808080c001841003220541086a290000370300200120052900003703e00120051023200141c0026a41086a20042903002211370300200120012903e00122123703c002200e2012370000200e41086a2011370000200141e0026a41086a2003290300370300200141e0026a41106a2002290300370300200141e0026a41186a2009290300370300200120012903483703e0022001420137034820014100360250200c200141c8006a105d200b41027441046a21004100200128025022046b21052010a7210b200128024c21022013210903402009280200210a02400240200220056a4104490d00200128024821030c010b200441046a22032004490d062002410174220f2003200f20034b1b220f4100480d060240024020020d00200f102121030c010b20012802482002200f102521030b2003450d022001200f36024c20012003360248200f21020b200941046a21092001200441046a220f360250200320046a200a3600002005417c6a2105200f21042000417c6a22000d000b2006200fad4220862003ad84100202402002450d00200310230b0240200b450d00201310230b200141c8006a41186a22094200370300200141c8006a41106a22034200370300200141c8006a41086a2204420037030020014200370348200141e0016a41086a220541ad92c500ad42808080809001841003220241086a290000370300200120022900003703e0012002102320042005290300370300200120012903e001370348200541dd94c500ad4280808080e000841003220241086a290000370300200120022900003703e00120021023200141c0026a41086a20052903002210370300200120012903e00122113703c002200e2011370000200e41086a2010370000200141e0026a41086a22022004290300370300200141e0026a41106a22002003290300370300200141e0026a41186a220f2009290300370300200120012903483703e0022001200d3602482006200141c8006aad22114280808080c0008410020240201541e500470d0020094200370300200342003703002004420037030020014200370348200541e691c600ad4280808080e000841003220a41086a2900003703002001200a2900003703e001200a102320042005290300370300200120012903e0013703482005418192c600ad4280808080e000841003220a41086a2900003703002001200a2900003703e001200a1023200320012903e00122063703002002200429030037030020002006370300200f2005290300370300200120063703c002200120012903483703e002200141386a200141e0026a4120108e010b20094200370300200342003703002004420037030020014200370348200141f0016a41086a220541b1a3c400ad4280808080f0008422101003220941086a290000370300200120092900003703f0012009102320042005290300370300200120012903f00122063703c00220012006370348200541e6a4c400ad4280808080f0018422121003220941086a290000370300200120092900003703f00120091023200320012903f00122063703002002200429030037030020002006370300200f2005290300370300200120063703c002200120012903483703e002200141306a200141e0026a41204101410041001090010240024020012802304101470d00200141e0026a21000c010b200141c8006a41186a22024200370300200141c8006a41106a22094200370300200141c8006a41086a2205420037030020014200370348200141f0016a41086a220441ad92c500ad42808080809001841003220041086a290000370300200120002900003703f0012000102320052004290300370300200120012903f001370348200441b9c0c300ad428080808030841003220041086a290000370300200120002900003703f00120001023200920012903f0012206370300200141e0026a41086a220f2005290300370300200141e0026a41106a220a2006370300200141e0026a41186a220b2004290300370300200120063703c002200120012903483703e002200141206a200141e0026a10e601200129032821062001280220210c20024200370300200942003703002005420037030020014200370348200420101003220041086a290000370300200120002900003703f0012000102320052004290300370300200120012903f00122103703c00220012010370348200420121003220041086a290000370300200120002900003703f00120001023200141c0026a41086a20042903002210370300200120012903f00122123703c00220032012370000200341086a2010370000200f2005290300370300200a2009290300370300200b2002290300370300200120012903483703e002200120064200200c1b37034820074280808080800484201142808080808001841002200141e0026a21000b200141c8006a41186a22094200370300200141c8006a41106a22054200370300200141c8006a41086a2203420037030020014200370348200141f0016a41086a220441bcc0c300ad4280808080a0018422101003220241086a290000370300200120022900003703f0012002102320032004290300370300200120012903f00122063703c00220012006370348200441c6c0c300ad4280808080e000841003220241086a290000370300200120022900003703f00120021023200520012903f0012206370300200141e0026a41086a220f2003290300370300200141e0026a41106a220a2006370300200141e0026a41186a220b2004290300370300200120063703c002200120012903483703e0022000ad42808080808004842206100520094200370300200542003703002003420037030020014200370348200420101003220241086a290000370300200120022900003703f0012002102320032004290300370300200120012903f00122103703c00220012010370348200441bcdfc300ad4280808080c001841003220241086a290000370300200120022900003703f00120021023200920042903002210370300200f2003290300370300200a20012903f0012212370300200b2010370300200120123703c002200120012903483703e0022006100510a002210620094200370300200542003703002003420037030020014200370348200441e691c600ad4280808080e000841003220941086a290000370300200120092900003703f0012009102320032004290300370300200120012903f001370348200441cca4c600ad4280808080b002841003220941086a290000370300200120092900003703f00120091023200520012903f0012210370300200141c0026a41086a2003290300370300200141c0026a41106a2010370300200141c0026a41186a2004290300370300200120103703e002200120012903483703c002200141186a200141c0026a4120108e01200141086a200128021c410020012802181b22044180e59af70020044180e59af7004b22031b4180e59af700200420031b6bad221042002010420010d804201042a8c30180211042092001290308221242808090bbbad6adf00d7f20012903102012423f87521b211202400240200441ffe49af7004b0d0042ffffffffffffffffff00428080808080808080807f2006201020127d22127d22104200531b20102006427f5522042012427f554720042010427f5547711b22064280ec94a37c20064280ec94a37c551b21100c010b42ffffffffffffffffff00428080808080808080807f2006201020127c22127c22104200531b20102006427f5522042012427f554620042010427f5547711b21100b200141c8006a41186a22024200370300200141c8006a41106a22034200370300200141c8006a41086a2204420037030020014200370348200141f0016a41086a220541e483c300ad42808080808001841003220941086a290000370300200120092900003703f0012009102320042005290300370300200120012903f001370348200541c484c300ad42808080809002841003220941086a290000370300200120092900003703f00120091023200320012903f0012206370300200141e0026a41086a22002004290300370300200141e0026a41106a220f2006370300200141e0026a41186a220a2005290300370300200120063703c002200120012903483703e0022001201037034820074280808080800484221020114280808080800184100220024200370300200342003703002004420037030020014200370348200141c0026a41086a220541ad92c500ad42808080809001841003220941086a290000370300200120092900003703c0022009102320042005290300370300200120012903c00237034820054195bdc600ad42808080809001841003220941086a290000370300200120092900003703c00220091023200320012903c002220637030020002004290300370300200f2006370300200a2005290300370300200120063703a002200120012903483703e002200141e0026a10e701220441ff01714102460d03201010052004410171450d03200141c8006a41186a4200370300200141c8006a41106a22094200370300200141c8006a41086a2203420037030020014200370348200141c8016a41086a220441ee8fc300ad4280808080c000841003220541086a290000370300200120052900003703c8012005102320032004290300370300200120012903c80122063703e00220012006370348200441a099c300ad4280808080b001841003220541086a290000370300200120052900003703c80120051023200920012903c8012206370300200141c0026a41086a2003290300370300200141c0026a41106a2006370300200141c0026a41186a2004290300370300200120063703e002200120012903483703c002200141c8006a200141c0026a10a102024020012d004822044102460d00200141c0026aad22064280808080800484100520014180026a41086a200141d1006a29000037030020014180026a41106a200141d9006a29000037030020014180026a41186a200141e1006a29000037030020012001290049370380020240200441037122044103460d0020040e03010001010b200141a0026a41186a20014180026a41186a290300370300200141a0026a41106a20014180026a41106a290300370300200141a0026a41086a20014180026a41086a29030037030020012001290380023703a002200141c8006a41186a22024200370300200141c8006a41106a22004200370300200141c8006a41086a2203420037030020014200370348200141c8016a41086a220441ee8fc300ad4280808080c0008422101003220541086a290000370300200120052900003703c8012005102320032004290300370300200120012903c80122123703e002200120123703482004419c98c300ad4280808080c001841003220541086a290000370300200120052900003703c80120051023200141e0026a41086a220520042903002212370300200120012903c80122073703e00220092007370000200941086a2012370000200141c0026a41086a2003290300370300200141c0026a41106a2000290300370300200141c0026a41186a2002290300370300200120012903483703c0022001200141c0026a4120108e012001280204210a2001280200210b200520101003220f41086a2900003703002001200f2900003703e002200f1023200141e0016a41086a220c2005290300370300200120012903e0023703e001200441f098c300ad42808080809002841003220f41086a2900003703002001200f2900003703c801200f1023200141f0016a41086a220f2004290300370300200120012903c8013703f0012001200a4100200b1b220a3602c002200220064280808080c000841001220441186a2900003703002000200441106a2900003703002003200441086a2900003703002001200429000037034820041023200141e0026a41186a220b2002290300370300200141e0026a41106a2202200029030037030020052003290300370300200120012903483703e00241c00010212204450d01200420012903e001370000200420012903f001370010200420012903e002370020200441086a200c290300370000200441186a200f290300370000200441286a2005290300370000200441306a2002290300370000200441386a200b290300370000200141c8006a200441c00010a202200129024c211020012802482103200410232003410120031b2105024002402010420020031b2210422088a72204418002490d00412010212203450d03200320012903a002370000200341186a200141a0026a41186a290300370000200341106a200141a0026a41106a290300370000200341086a200141a0026a41086a290300370000200141f0016a41086a220241ee8fc300ad4280808080c000841003220441086a290000370300200120042900003703f00120041023200141e0016a41086a22002002290300370300200120012903f0013703e001200141c8016a41086a220f41f098c300ad42808080809002841003220441086a290000370300200120042900003703c801200410232002200f290300370300200120012903c8013703f0012001200a41016a220f360248200141c0026a41186a220a20114280808080c000841001220441186a290000370300200141c0026a41106a220b200441106a290000370300200141c0026a41086a220c200441086a290000370300200120042900003703c00220041023200141e0026a41186a220e200a290300370300200141e0026a41106a220a200b290300370300200141e0026a41086a220b200c290300370300200120012903c0023703e00241c00010212204450d03200420012903e001370000200420012903f001370010200420012903e002370020200441086a2000290300370000200441186a2002290300370000200441286a200b290300370000200441306a200a290300370000200441386a200e290300370000200141c8006a2003410110a3022004ad4280808080800884200135025042208620012802482202ad8410020240200128024c450d00200210230b2004102320031023200141c8006a41186a22004200370300200141c8006a41106a220a4200370300200141c8006a41086a2203420037030020014200370348200141c8016a41086a220441ee8fc300ad4280808080c000841003220241086a290000370300200120022900003703c8012002102320032004290300370300200120012903c80122123703e002200120123703482004419c98c300ad4280808080c001841003220241086a290000370300200120022900003703c80120021023200141e0026a41086a20042903002212370300200120012903c80122073703e00220092007370000200941086a2012370000200141c0026a41086a2003290300370300200141c0026a41106a200a290300370300200141c0026a41186a2000290300370300200120012903483703c0022001200f3602482006428080808080048420114280808080c0008410022010a721030c010b200141c8006a41186a200141a0026a41186a290300370300200141c8006a41106a200141a0026a41106a290300370300200141c8006a41086a200141a0026a41086a290300370300200120012903a002370348024002402010a722032004460d00200441016a210f0c010b20044101742203200441016a220f200f2003491b220341057422094100480d070240024020040d002009102121050c010b200520044105742009102521050b2005450d030b200520044105746a22042001290348370000200441186a200141c8006a41186a2209290300370000200441106a200141c8006a41106a2202290300370000200441086a200141c8006a41086a2200290300370000200141c0026a41086a220b41ee8fc300ad4280808080c000841003220441086a290000370300200120042900003703c00220041023200141e0016a41086a220c200b290300370300200120012903c0023703e001200141c8016a41086a220b41f098c300ad42808080809002841003220441086a290000370300200120042900003703c80120041023200141f0016a41086a220e200b290300370300200120012903c8013703f0012001200a3602c002200920064280808080c000841001220441186a2900003703002002200441106a2900003703002000200441086a2900003703002001200429000037034820041023200141e0026a41186a220a2009290300370300200141e0026a41106a22092002290300370300200141e0026a41086a22022000290300370300200120012903483703e00241c00010212204450d02200420012903e001370000200420012903f001370010200420012903e002370020200441086a200c290300370000200441186a200e290300370000200441286a2002290300370000200441306a2009290300370000200441386a200a290300370000200141c8006a2005200f10a3022004ad4280808080800884200135025042208620012802482209ad8410020240200128024c450d00200910230b200410230b2003450d00200510230b20014180036a24000f0b102a000b41e4c0c6002004200c102f000b41e4c0c6002004200c102f000b41fabdc300412b41b096c500102d000b102c000be20c03047f017e027f230041106b2202240020024100360208200242013703000240024002402001280200220341044b0d000240024002400240024020030e050001020304000b410110212203450d05200242818080801037020420022003360200200341013a0000200128020421042001410c6a28020022032002105d02402003450d002004200341286c6a21050340200420021071200441206a29030021060240024020022802042207200228020822036b4108490d00200228020021070c010b200341086a22082003490d09200741017422032008200320084b1b22034100480d090240024020070d002003102121070c010b200228020020072003102521070b2007450d082002200336020420022007360200200228020821030b2002200341086a360208200720036a20063700002005200441286a2204470d000b0b200141106a28020021070240024020022802042204200228020822036b4104490d00200228020021040c010b200341046a22082003490d07200441017422032008200320084b1b22034100480d070240024020040d002003102121040c010b200228020020042003102521040b2004450d062002200336020420022004360200200228020821030b2002200341046a360208200420036a20073600000c040b410110212203450d04200242818080801037020420022003360200200341023a0000200128020421070240024020022802042204200228020822036b4104490d00200228020021040c010b200341046a22082003490d06200441017422052008200520084b1b22084100480d060240024020040d002008102121040c010b200228020020042008102521040b2004450d0520022008360204200220043602000b2002200341046a360208200420036a200736000020012802082104200141106a28020022032002105d02402003450d002004200341286c6a21050340200420021071200441206a29030021060240024020022802042207200228020822036b4108490d00200228020021070c010b200341086a22082003490d08200741017422032008200320084b1b22034100480d080240024020070d002003102121070c010b200228020020072003102521070b2007450d072002200336020420022007360200200228020821030b2002200341086a360208200720036a20063700002005200441286a2204470d000b0b200141146a28020021070240024020022802042204200228020822036b4104490d00200228020021040c010b200341046a22082003490d06200441017422032008200320084b1b22034100480d060240024020040d002003102121040c010b200228020020042003102521040b2004450d052002200336020420022004360200200228020821030b2002200341046a360208200420036a20073600000c030b410110212203450d03200242818080801037020420022003360200200341033a0000200141086a29030021060240024020022802042207200228020822036b4108490d00200341086a2104200228020021070c010b200341086a22042003490d05200741017422082004200820044b1b22084100480d050240024020070d002008102121070c010b200228020020072008102521070b2007450d0420022008360204200220073602000b20022004360208200720036a20063700000c020b410110212203450d02200242818080801037020420022003360200200341043a0000200128020421070240024020022802042204200228020822036b4104490d00200228020021040c010b200341046a22082003490d04200441017422012008200120084b1b22084100480d040240024020040d002008102121040c010b200228020020042008102521040b2004450d0320022008360204200220043602000b2002200341046a360208200420036a20073600000c010b410110212203450d01200242818080801037020420022003360200200341053a0000200128020421080240024020022802042207200228020822036b4104490d00200341046a2104200228020021070c010b200341046a22042003490d03200741017422012004200120044b1b22014100480d030240024020070d002001102121070c010b200228020020072001102521070b2007450d0220022001360204200220073602000b20022004360208200720036a20083600000b20002002290300370200200041086a200241086a280200360200200241106a24000f0b102a000b102c000bdc0a07017f017e057f017e027f017e047f230041f0006b2201240042002102200141386a41186a22034200370300200141386a41106a22044200370300200141386a41086a2205420037030020014200370338200141e0006a41086a220641e691c600ad4280808080e000841003220741086a290000370300200120072900003703602007102320052006290300370300200120012903603703382006419f92c600ad4280808080e000841003220741086a2900003703002001200729000037036020071023200420012903602208370300200141086a41086a2005290300370300200141086a41106a2008370300200141086a41186a20062903003703002001200837032820012001290338370308200141386a200141086a10ad0302400240200128023822090d00410421094100210a410021060c010b200129023c2202422088a7210a2002a721060b200141386a41206a2207200041206a2802003602002003200041186a2902003703002004200041106a2902003703002005200041086a29020037030020012000290200370338024002400240200a2006470d000240200a2002a7470d00200a41016a2200200a490d03200a41017422052000200520004b1bad220842247e220b422088a70d03200ba722004100480d0302400240200a0d002000102121090c010b2009200a41246c2000102521090b2009450d0220024280808080708320088421020b2002422088a7210a0b2009200a41246c6a22002001290338370200200041206a2007280200360200200041186a200141386a41186a2205290300370200200041106a200141386a41106a2206290300370200200041086a200141386a41086a220029030037020020054200370300200642003703002000420037030020014200370338200141e0006a41086a220541e691c600ad4280808080e000841003220441086a290000370300200120042900003703602004102320002005290300370300200120012903603703382005419f92c600ad4280808080e000841003220441086a2900003703002001200429000037036020041023200620012903602208370300200141086a41086a2000290300370300200141086a41106a2008370300200141086a41186a200529030037030020012008370328200120012903383703082001410036026820014201370360200a41016a220c200141e0006a105d02400240200c200a4f0d002001280268210520012802642103200128026021040c010b2009200c41246c6a210d2001280264210320012802682100200921060340200141386a200610dd012001280238210e02400240200320006b20012802402207490d00200020076a2105200128026021040c010b200020076a22052000490d04200341017422042005200420054b1b220f4100480d040240024020030d00200f102121040c010b20012802602003200f102521040b2004450d032001200f36026420012004360260200f21030b200641246a210620012005360268200420006a200e200710d3041a0240200128023c450d00200e10230b20052100200d2006470d000b0b200141086aad42808080808004842005ad4220862004ad84100202402003450d00200410230b0240200c450d00200a41246c41246a21052009210003400240024020002d0000220641034b0d0002400240024020060e0404000102040b2000410c6a280200450d03200041086a28020010230c030b2000410c6a280200450d02200041086a28020010230c020b2000410c6a280200450d01200041086a28020010230c010b200041086a280200450d00200041046a28020010230b200041246a21002005415c6a22050d000b0b02402002a7450d00200910230b200141f0006a24000f0b102a000b102c000b8c0201037f024002400240024002400240024020012802000e0400010203000b41012102410110212201450d05200141003a0000410121030c040b410110212202450d04200241013a00002001280204210320024101410510252202450d042002200336000120012802082104410a210320024105410a10252201450d04200120043600050c020b41012102410110212201450d03200141023a0000410121030c020b410110212202450d02200241033a00002001280204210320024101410510252202450d022002200336000120012802082104410a210320024105410a10252201450d02200120043600050b410921020b2000200236020820002003360204200020013602000f0b102a000b8c0402057f027e23004180016b22002400200041286a41186a4200370300200041286a41106a22014200370300200041286a41086a2202420037030020004200370328200041f0006a41086a220341e483c300ad42808080808001841003220441086a29000037030020002004290000370370200410232002200329030037030020002000290370370328200341c484c300ad42808080809002841003220441086a2900003703002000200429000037037020041023200120002903702205370300200041086a41086a2002290300370300200041086a41106a2005370300200041086a41186a200329030037030020002005370348200020002903283703082000412036025c2000200041086a360258200041c8006a200041086aad4280808080800484100610a10102400240200028024822030d00420021050c010b200028024c210202400240200041c8006a41086a2802004108490d0020032900002106420121050c010b20004100360278200042013703702000410c3602642000200041d8006a3602602000200041f0006a36026c2000413c6a41013602002000420137022c200041a0f0c2003602282000200041e0006a360238200041ec006a41c893c500200041286a10301a2000350278422086200035027084100702402000280274450d00200028027010230b420021050b2002450d00200310230b20004180016a2400200642002005a71b0bd80402067f047e230041f0006b220224002002412036020c20022001360208200241106a2001ad4280808080800484100610a10102400240200228021022030d00200041023a00000c010b2002280214210402400240200241186a2802002205450d0020032d0000220641014b0d00410021010240024020060e020100010b41002101200241003a0068200341016a21072005417f6a21060340024020062001470d00200141ff0171450d03200241003a00680c030b200241c8006a20016a200720016a2d00003a00002002200141016a22053a00682005210120054120470d000b200241206a41186a200241c8006a41186a290300370300200241206a41106a200241c8006a41106a290300370300200241206a41086a200241c8006a41086a29030037030020022002290348370320410121010b200241c8006a41186a200241206a41186a2903002208370300200241c8006a41106a200241206a41106a2903002209370300200241c8006a41086a200241206a41086a290300220a37030020022002290320220b370348200041196a2008370000200041116a2009370000200041096a200a3700002000200b3700010c010b20024100360228200242013703202002410c3602442002200241086a3602402002200241206a36026c200241dc006a41013602002002420137024c200241a0f0c2003602482002200241c0006a360258200241ec006a41c893c500200241c8006a10301a2002350228422086200235022084100702402002280224450d00200228022010230b410221010b200020013a00002004450d00200310230b200241f0006a24000bdf06010c7f23004190016b220324002003200236021420032001360210200341186a2002ad4220862001ad84100610a10102400240200328021822040d00200041003602000c010b200328021c21052003200341206a28020036023c20032004360238200341086a200341386a106f024002400240024020032802080d0002400240200328023c22014160712202417f4c0d00200328020c210602400240200141057622070d00410121080c010b200210212208450d020b02402006450d004100210903402001210a200341003a0088012009220b41016a2109410021010240024002400340200a2001460d01200341e8006a20016a200328023822022d00003a00002003200241016a3602382003200141016a22023a0088012002210120024120470d000b200341c8006a41186a220c200341e8006a41186a290300370300200341c8006a41106a220d200341e8006a41106a290300370300200341c8006a41086a220e200341e8006a41086a290300370300200320032903683703482007200b470d020240200b41017422012009200120094b1b220741ffffff3f712007470d002007410574220141004e0d020b102c000b2003410036023c0240200141ff0171450d00200341003a0088010b200341003602282007450d07200810230c070b02400240200b0d002001102121080c010b2008200b4105742001102521080b2008450d040b200a20026b21012008200b4105746a220b2003290348370000200b41186a200c290300370000200b41106a200d290300370000200b41086a200e29030037000020092006470d000b200341306a20063602002003200736022c200320083602282003200a20026b36023c0c050b200341306a20063602002003200736022c2003200836022820080d040c030b1031000b102a000b200341003602280b20034100360250200342013703482003410c36022c2003200341106a3602282003200341c8006a360244200341fc006a41013602002003420137026c200341a0f0c2003602682003200341286a360278200341c4006a41c893c500200341e8006a10301a2003350250422086200335024884100720004100360200200328024c450d01200328024810230c010b20002003290328370200200041086a200341286a41086a2802003602000b2005450d00200410230b20034190016a24000bed2401057f230041106b22032400200341003602082003420137030020022003105d0240024002402002450d00200120024105746a2104034020012d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a0000200141016a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a0000200141026a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a0000200141036a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a0000200141046a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a0000200141056a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a0000200141066a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a0000200141076a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a0000200141086a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a0000200141096a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a00002001410a6a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a00002001410b6a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a00002001410c6a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a00002001410d6a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a00002001410e6a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a00002001410f6a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a0000200141106a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a0000200141116a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a0000200141126a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a0000200141136a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a0000200141146a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a0000200141156a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a0000200141166a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a0000200141176a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a0000200141186a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a0000200141196a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a00002001411a6a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a00002001411b6a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a00002001411c6a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a00002001411d6a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a00002001411e6a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a00002001411f6a2d0000210502400240200328020420032802082202460d00200328020021060c010b200241016a22062002490d04200241017422072006200720064b1b22074100480d040240024020020d002007102121060c010b200328020020022007102521060b2006450d0320032007360204200320063602000b2003200241016a360208200620026a20053a0000200141206a22012004470d000b0b20002003290300370200200041086a200341086a280200360200200341106a24000f0b102a000b102c000bd308030d7f017e017f230041a0016b2202240002400240024020012802202203450d0020012003417f6a36022020012802082104200128020c2205200128020422062f01064f0d01200241186a2207200620054105746a220341206a290000370300200241106a2208200341186a290000370300200241086a2209200341106a2900003703002002200341086a290000370300200241206a41286a220a2006200541306c6a22034190036a290300370300200241206a41206a220b20034188036a290300370300200241206a41186a220c20034180036a290300370300200241206a41106a220d200341f8026a290300370300200241206a41086a220e200341f0026a290300370300200341e8026a290300210f2001200541016a36020c20012004360208200120063602042002200f370320200241d0006a41186a2007290300370300200241d0006a41106a2008290300370300200241d0006a41086a200929030037030020022002290300370350200241d0006a41286a200e290300370300200241d0006a41306a200d29030037030020024188016a200c29030037030020024190016a200b29030037030020024198016a200a290300370300200220022903203703702000200241d0006a41d00010d3041a0c020b200041003602400c010b2001280200210702400240200628020022030d002004ad210f410021030c010b200741016a210720063301044220862004ad84210f0b20061023200fa7210502400240200f422088a7220420032f01064f0d00200321060c010b034002400240200328020022060d002005ad210f410021060c010b200741016a210720033301044220862005ad84210f0b20031023200fa7210520062103200f422088a7220420062f01064f0d000b0b200241186a2208200620044105746a220341206a290000370300200241106a2209200341186a290000370300200241086a220a200341106a2900003703002002200341086a290000370300200241206a41286a220b2006200441306c6a22034190036a290300370300200241206a41206a220c20034188036a290300370300200241206a41186a220d20034180036a290300370300200241206a41106a220e200341f8026a290300370300200241206a41086a2210200341f0026a2903003703002002200341e8026a290300370320200441027420066a41fc066a280200210302402007417f6a2206450d00034020032802f80621032006417f6a22060d000b0b2001410036020c200120053602082001200336020420014100360200200241d0006a41186a2008290300370300200241d0006a41106a2009290300370300200241d0006a41086a200a290300370300200241d0006a41286a2010290300370300200241d0006a41306a200e29030037030020024188016a200d29030037030020024190016a200c29030037030020024198016a200b29030037030020022002290300370350200220022903203703702000200241d0006a41d00010d3041a0b200241a0016a24000bff0303067f017e027f230041206b2202240002400240024020012802202203450d0020012003417f6a36022020012802082104200128020c2203200128020422052f01064f0d012000200520034102746a41086a28020036020020052003410c6c6a2206413c6a2802002107200641346a29020021082001200341016a36020c2001200436020820012005360204200020083702042000410c6a20073602000c020b200041003602040c010b2001280200210602400240200528020022030d002004ad2108410021030c010b200641016a210620053301044220862004ad8421080b200510232008a72104024002402008422088a7220720032f01064f0d00200321050c010b034002400240200328020022050d002004ad2108410021050c010b200641016a210620033301044220862004ad8421080b200310232008a72104200521032008422088a7220720052f01064f0d000b0b200741027420056a220341086a2802002109200241106a41086a220a20052007410c6c6a2205413c6a2802003602002002200541346a290200370310200341bc016a280200210302402006417f6a2205450d00034020032802b80121032005417f6a22050d000b0b2001410036020c20012004360208200120033602042001410036020020002009360200200020022903103702042000410c6a200a2802003602000b200241206a24000b1300200041013602042000418ca2c1003602000b3400200041eaa1c10036020420004100360200200041146a4107360200200041106a418ca3c100360200200041086a420f3702000b2c01017f02404108102122020d00102a000b20004288808080800137020420002002360200200242003700000b2201017f230041106b220224002002410036020020002002109f02200241106a24000bdf6e08087f017e037f017e057f027e057f047e230041d0036b2205240002400240024002400240410810212206450d0020062001200241c0016c6a22073602042006200136020002400240024002400240024020000d0020054188026a41186a2208420037030020054188026a41106a2209420037030020054188026a41086a220a42003703002005420037038802200541d8006a41086a220b41eaa1c100ad4280808080f001841003220c41086a2900003703002005200c290000370358200c1023200a200b29030037030020052005290358220d370398032005200d37038802200b41d8a9c100ad4280808080c001841003220c41086a2900003703002005200c290000370358200c102320092005290358220d370300200541d8016a41086a220e200a290300370300200541d8016a41106a220f200d370300200541d8016a41186a2210200b2903003703002005200d3703980320052005290388023703d801200541c8006a200541d8016a10e60120052903502111200528024821122008420037030020094200370300200a42003703002005420037038802200b41c8f7c200ad4280808080f000841003220c41086a2900003703002005200c290000370358200c1023200a200b2903003703002005200529035837038802200b41e893c200ad4280808080c001841003220c41086a2900003703002005200c290000370358200c102320092005290358220d370300200e200a290300370300200f200d3703002010200b2903003703002005200d3703980320052005290388023703d801200541c0006a200541d8016a4120108e012011420020121b2005280244410020052802401b10ab02200610230c010b0240024020020d00200610234108210c4100210a4100210b0c010b2006200141c0016a3602002005200141226a29000037018a0220052001412a6a29000037019202200541b8026a41086a220b2005290390023703002005200141326a29000037019a02200541b8026a41106a220a20052903980237030020052001413a6a2800003601a20220052001413e6a2f00003b01a602200541b8026a41186a220920052903a002370300200520012f00203b01880220052005290388023703b802200541d8016a41186a220c2009290300370300200541d8016a41106a2209200a290300370300200541d8016a41086a220a200b290300370300200520052903b8023703d80120054198036a41186a200c29030037030020054198036a41106a200929030037030020054198036a41086a200a290300370300200520052903d80137039803200628020420062802006b41c0016e41016a220b41286c220a417f4c0d02200a1021220c450d06200c200529039803370300200c4201370320200c41186a20054198036a41186a2213290300370300200c41106a20054198036a41106a2214290300370300200c41086a20054198036a41086a2215290300370300024002402006280200220a2006280204470d004101210a0c010b2006200a41c0016a3602002005200a41226a29000037018a022005200a412a6a29000037019202200541b8026a41086a22082005290390023703002005200a41326a29000037019a02200541b8026a41106a220e2005290398023703002005200a413a6a2800003601a2022005200a413e6a2f00003b01a602200541b8026a41186a220f20052903a002370300200541003a00a8022005200a41216a2d00003a0089022005200a2d00203a00880220052005290388023703b802200541d8016a41186a2210200f290300370300200541d8016a41106a2212200e290300370300200541d8016a41086a22162008290300370300200520052903b8023703d8014102210a41c8002109034020132010290300220d370300201420122903002211370300201520162903002217370300200520052903d801221837039803200541e8006a41186a2219200d370300200541e8006a41106a221a2011370300200541e8006a41086a221b20173703002005201837036802400240200a417f6a200b460d00200b211c0c010b200628020420062802006b41c0016e200b6a41016a221c200b490d08200b410174221d201c201d201c4b1b221cad42287e220d422088a70d08200da7221d4100480d0802400240200b0d00201d1021210c0c010b200c200b41286c201d1025210c0b200c450d090b200c20096a221d41606a220b2005290368370300201b290300210d201a290300211120192903002117201d4201370300200b41186a2017370300200b41106a2011370300200b41086a200d37030002402006280200220b2006280204470d00201c210b0c020b2006200b41c0016a3602002005200b41226a29000037018a022005200b412a6a2900003701920220082005290390023703002005200b41326a29000037019a02200e2005290398023703002005200b413a6a2800003601a2022005200b413e6a2f00003b01a602200f20052903a002370300200541003a00a8022005200b41216a2d00003a0089022005200b2d00203a00880220052005290388023703b8022010200f2903003703002012200e29030037030020162008290300370300200520052903b8023703d801200941286a2109200a41016a210a201c210b0c000b0b200610230b20054188026a41186a420037030020054188026a41106a2209420037030020054188026a41086a220842003703002005420037038802200541d8006a41086a220641eaa1c100ad4280808080f001841003220e41086a2900003703002005200e290000370358200e10232008200629030037030020052005290358220d370398032005200d37038802200641a8a9c100ad4280808080f000841003220e41086a2900003703002005200e290000370358200e102320092005290358220d370300200541d8016a41086a2008290300370300200541d8016a41106a200d370300200541d8016a41186a20062903003703002005200d3703980320052005290388023703d80120054188026a200541d8016a412010ac02024002402005280288024101460d002005200a360290022005200b36028c022005200c36028802200541d8016a20054188026a41004100200510ad02200541d8016aad4280808080800484210d0c010b200541d8016aad4280808080800484220d1005200529028c0221112005200a360290022005200b36028c022005200c36028802200541d8016a20054188026a2011a741012011422088a710ad020b20054188026a41186a220c420037030020054188026a41106a220a420037030020054188026a41086a220642003703002005420037038802200541d8006a41086a220b41eaa1c100ad4280808080f0018422111003220841086a29000037030020052008290000370358200810232006200b290300370300200520052903582217370398032005201737038802200b41d8a9c100ad4280808080c0018422171003220841086a290000370300200520082900003703582008102320054198036a41086a2212200b290300221837030020052005290358221e370398032009201e370000200941086a22162018370000200541d8016a41086a22082006290300370300200541d8016a41106a220e200a290300370300200541d8016a41186a220f200c29030037030020052005290388023703d801200541306a200541d8016a10e6012005280230211920052903382118200c4200370300200a4200370300200642003703002005420037038802200b20111003221041086a29000037030020052010290000370358201010232006200b290300370300200520052903582211370398032005201137038802200b20171003221041086a29000037030020052010290000370358201010232012200b290300221137030020052005290358221737039803200920173700002016201137000020082006290300370300200e200a290300370300200f200c29030037030020052005290388023703d8012005201842017c420120191b221137038802200d20054188026aad42808080808001841002200c4200370300200a4200370300200642003703002005420037038802200b41c8f7c200ad4280808080f000841003220941086a29000037030020052009290000370358200910232006200b2903003703002005200529035837038802200b41e893c200ad4280808080c001841003220941086a2900003703002005200929000037035820091023200a2005290358220d37030020082006290300370300200e200d370300200f200b2903003703002005200d3703980320052005290388023703d801200541286a200541d8016a4120108e012011200528022c410020052802281b10ab020b41081021220b450d04200b2007360204200b2001360200410810212206450d0420062003200441c0016c6a22043602042006200336020020054188016a200b41d8aec10010880120054198016a200641e8b0c1001088012005280290012109200528028c0121122005280288012110200541a8016a41086a20054198016a41086a28020036020020052005290398013703a801200541d8026a41186a220a4200370300200541d8026a41106a221d4200370300200541d8026a41086a22064200370300200542003703d802200541e8006a41086a220b41ee8fc300ad4280808080c00084220d1003220c41086a2900003703002005200c290000370368200c10232006200b2903003703002005200529036822113703f802200520113703d802200b418c96c300ad4280808080a0018422171003220c41086a2900003703002005200c290000370368200c1023201d20052903682211370300200541b8026a41086a220c2006290300370300200541b8026a41106a22082011370300200541b8026a41186a220e200b290300370300200520113703f802200520052903d8023703b802200541186a200541b8026a10e60102402005290320420020052802181b221842017c22112018540d00200a4200370300201d420037030020064200370300200542003703d802200b200d1003220f41086a2900003703002005200f290000370368200f10232006200b2903003703002005200529036822183703f802200520183703d802200b20171003220f41086a2900003703002005200f290000370368200f1023200541f8026a41086a2216200b29030022173703002005200529036822183703f802201d2018370000201d41086a22192017370000200c20062903003703002008201d290300370300200e200a290300370300200520052903d8023703b8022005201137038802200541b8026aad4280808080800484221e20054188026aad221f42808080808001841002200a4200370300201d420037030020064200370300200542003703d802200b200d1003220f41086a2900003703002005200f290000370368200f10232006200b29030037030020052005290368220d3703f8022005200d3703d802200b41c0bcc600ad4280808080b001841003220f41086a2900003703002005200f290000370368200f10232016200b290300220d3703002005200529036822173703f802201d20173700002019200d370000200c20062903003703002008201d290300370300200e200a290300370300200520052903d8023703b80220054100360290022005420137038802200920054188026a105d02402009450d002010200941286c6a210c201021060340200620054188026a1071200641206a290300210d02400240200528028c02220a200528029002220b6b4108490d00200528028802210a0c010b200b41086a2209200b490d07200a410174220b2009200b20094b1b220b4100480d0702400240200a0d00200b1021210a0c010b200528028802200a200b1025210a0b200a450d082005200b36028c022005200a36028802200528029002210b0b2005200b41086a36029002200a200b6a200d370000200c200641286a2206470d000b0b200528028c02210b201e2005350290024220862005280288022206ad8410020240200b450d00200610230b02402012450d00201010230b0240201142017c22172011540d00200541b8026a41186a4200370300200541b8026a41106a22154200370300200541b8026a41086a22064200370300200542003703b802200541e8006a41086a220b41ee8fc300ad4280808080c000841003220a41086a2900003703002005200a290000370368200a10232006200b29030037030020052005290368220d3703f8022005200d3703b802200b41f497c300ad4280808080e001841003220a41086a2900003703002005200a290000370368200a102320152005290368220d37030020054198036a41086a200629030037030020054198036a41106a200d37030020054198036a41186a200b2903003703002005200d3703f802200520052903b8023703980320054188026a20054198036a10ae0220052d0088022106200541e8006a41186a220a200541a1026a290000370300200541e8006a41106a220920054199026a290000370300200b20054191026a29000037030020052005290089023703680240024020064101460d00200541d8016a41186a4200370300200541d8016a41106a4200370300200541d8016a41086a4200370300200542003703d8010c010b200541d8016a41186a200a290300370300200541d8016a41106a2009290300370300200541d8016a41086a200b290300370300200520052903683703d8010b200541b8026a41186a220a4200370300200541b8026a41106a22094200370300200541b8026a41086a22064200370300200542003703b802200541e8006a41086a220b41ee8fc300ad4280808080c00084220d1003220c41086a2900003703002005200c290000370368200c10232006200b2903003703002005200529036822113703f802200520113703b802200b419c98c300ad4280808080c0018422111003220c41086a2900003703002005200c290000370368200c1023200541f8026a41086a220c200b29030022183703002005200529036822203703f80220152020370000201541086a220e201837000020054198036a41086a220f200629030037030020054198036a41106a2210200929030037030020054198036a41186a2212200a290300370300200520052903b80237039803200541106a20054198036a4120108e012005280214211620052802102119200a42003703002009420037030020064200370300200542003703b802200b200d1003220841086a29000037030020052008290000370368200810232006200b29030037030020052005290368220d3703f8022005200d3703b802200b20111003220841086a2900003703002005200829000037036820081023200c200b290300220d3703002005200529036822113703f80220152011370000200e200d370000200f2006290300370300201020092903003703002012200a290300370300200520052903b80237039803200541003602880220054198036aad4280808080800484201f4280808080c000841002200541f8026a41186a200541d8016a41186a290300370300200541f8026a41106a200541d8016a41106a290300370300200c200541d8016a41086a290300370300200520052903d8013703f802417f2016410020191b221a41016a220b200b201a491b410d744128722214417f4c0d0220141021221c450d06201c20052903f802370000201c2017370020201c41186a200541f8026a41186a290300370000201c41106a200541f8026a41106a290300370000201c41086a200541f8026a41086a290300370000200541d8006aad4280808080c00084211141282113410021064100211b410021194100210b02400240034002400240024002400240200b450d002012200a470d010b0340200b21092006201a4f0d02200541d8006a41086a220a41ee8fc300ad4280808080c000841003220b41086a2900003703002005200b290000370358200b1023200541c0036a41086a220c200a290300370300200520052903583703c003200541e8006a41086a220a41f098c300ad42808080809002841003220b41086a2900003703002005200b290000370368200b1023200541b8016a41086a2208200a290300370300200520052903683703b80120052006360258200541b8026a41186a220e20111001220b41186a290000370300200541b8026a41106a220f200b41106a290000370300200541b8026a41086a2210200b41086a2900003703002005200b2900003703b802200b1023200541e8006a41186a2212200e290300370300200541e8006a41106a220e200f290300370300200a2010290300370300200520052903b80237036841c0001021220b450d0e200b20052903c003370000200b20052903b801370010200b2005290368370020200b41086a200c290300370000200b41186a2008290300370000200b41286a200a290300370000200b41306a200e290300370000200b41386a2012290300370000200541b8026a200b41c00010a202024020052802b802220a450d00200bad428080808080088410050b20052902bc02210d200b1023200a4101200a1b220b450d02200d4200200a1b220d422088a7210a02402009450d002016450d00201910230b200641016a2106200da72116200b2119200b211b200a450d000b200b200a4105746a2112200b211b200b2119200b210a0b20054198036a41186a200a41186a220929000037030020054198036a41106a200a41106a220c29000037030020054198036a41086a200a41086a22082900003703002005200a290000370398032008290000210d200c2900002117200a2900002118200541d8026a41186a220c2009290000370300200541d8026a41106a22092017370300200541d8026a41086a2208200d370300200520183703d802200541b8026a41186a220e200c290300370300200541b8026a41106a220f2009290300370300200541b8026a41086a22102008290300370300200520052903d8023703b802201420136b411f4d0d012014210c0c020b02402009450d002016450d00201b10230b200541e8006a41186a220f2013ad422086201cad841001220641186a290000370300200541e8006a41106a2210200641106a290000370300200541e8006a41086a220b200641086a290000370300200520062900003703682006102320054188026a41186a2208200f29030037030020054188026a41106a220e201029030037030020054188026a41086a2216200b290300370300200520052903683703880202402014450d00201c10230b200541b8026a41186a22094200370300200541b8026a41106a220c4200370300200541b8026a41086a220a4200370300200542003703b802200b41ee8fc300ad4280808080c00084220d1003220641086a2900003703002005200629000037036820061023200a200b2903003703002005200529036822113703f802200520113703b802200b41f497c300ad4280808080e0018422111003220641086a2900003703002005200629000037036820061023200541f8026a41086a2212200b29030022173703002005200529036822183703f80220152018370000201541086a201737000020054198036a41086a200a29030037030020054198036a41106a200c29030037030020054198036a41186a2009290300370300200520052903b80237039803200541203602fc02200520054198036a3602f80220054188026a200541f8026a10c001200541b8016a41186a200541d8016a41186a2903002217370300200541b8016a41106a200541d8016a41106a2903002218370300200541b8016a41086a200541d8016a41086a2903002220370300200520052903d80122213703b80120082017370300200e2018370300201620203703002005202137038802200541d8026a41186a22084200370300200541d8026a41106a220e4200370300200541d8026a41086a22064200370300200542003703d802200b200d1003221641086a29000037030020052016290000370368201610232006200b2903003703002005200529036822173703f802200520173703d802200b419097c300ad4280808080a001841003221641086a29000037030020052016290000370368201610232012200b29030022173703002005200529036822183703f802201d2018370000201d41086a22192017370000200a2006290300370300200c200e29030037030020092008290300370300200520052903d8023703b802200541203602dc012005200541b8026a3602d80120054188026a200541d8016a10af0220084200370300200e420037030020064200370300200542003703d802200b200d1003221641086a29000037030020052016290000370368201610232006200b29030037030020052005290368220d3703f8022005200d3703d802200b20111003221641086a29000037030020052016290000370368201610232012200b290300220d3703002005200529036822113703f802201d20113700002019200d370000200a2006290300370300200c200e29030037030020092008290300370300200520052903d8023703b80220054188026a200541b8026a10ae0220052d0088022106200f200541a1026a290000370300201020054199026a290000370300200b20054191026a290000370300200520052900890237036820064101460d0320054190036a420037030020054188036a420037030020054180036a4200370300200542003703f8020c040b201341206a22092013490d092014410174220c2009200c20094b1b220c4100480d090240024020140d00200c1021211c0c010b201c2014200c1025211c0b201c450d0a0b200a41206a210a201c20136a220920052903b802370000200941186a200e290300370000200941106a200f290300370000200941086a2010290300370000201341206a2113200c21140c000b0b200541f8026a41186a200541e8006a41186a290300370300200541f8026a41106a200541e8006a41106a290300370300200541f8026a41086a200541e8006a41086a290300370300200520052903683703f8020b200541d8016a41086a220b200541a8016a41086a280200360200200541d8016a41246a200541f8026a41186a290300370200200541d8016a411c6a200541f8026a41106a290300370200200541d8016a41146a200541f8026a41086a290300370200200520052903a801220d3703d801200520052903f8023702e401200541b4026a20054180026a28020036020020054188026a41246a200541f8016a29030037020020054188026a411c6a200541d8016a41186a29030037020020054188026a41146a200541d8016a41106a29030037020020054188026a410c6a200b2903003702002005200d37028c02200541003602880220054198036a20054188026a10b002200541e3026a20054198036a41086a28020036000020052005290398033700db0220054198036a410c6a200541df026a290000370000200541c28289aa0436009903200541023a009803200520052900d80237009d0320054198036a109e0202402005280288020d0020054188026a41086a280200450d00200528028c0210230b410810212206450d062006200736020420062001360200410810212214450d06201420043602042014200336020020054188026a41186a420037030020054188026a41106a2215420037030020054188026a41086a220a42003703002005420037038802200541d8006a41086a220b41e691c600ad4280808080e000841003220941086a2900003703002005200929000037035820091023200a200b2903003703002005200529035837038802200b418192c600ad4280808080e000841003220941086a290000370300200520092900003703582009102320152005290358220d370300200541d8016a41086a200a290300370300200541d8016a41106a220c200d370300200541d8016a41186a2208200b2903003703002005200d3703b80120052005290388023703d801200541086a200541d8016a4120108e012005280208210e200528020c210f200541d8026a41186a22104200370300200541d8026a41106a22124200370300200541d8026a41086a220a4200370300200542003703d802200b41d0a0c100ad42808080808001841003220941086a2900003703002005200929000037035820091023200a200b29030037030020052005290358220d3703682005200d3703d802200b41b7c1c000ad42808080808001841003220941086a2900003703002005200929000037035820091023200541c0036a41086a200b290300220d3703002005200529035822113703c003201d2011370000201d41086a200d370000200541b8026a41086a200a290300370300200541b8026a41106a220a2012290300370300200541b8026a41186a22092010290300370300200520052903d8023703b8022005200f41b0096a41b009200e1b36028802201e201f4280808080c00084100202402006280200220b2006280204470d0020061023410121084100210a4100210b0c050b2006200b41c0016a3602002005200b41e2006a29000037018a022005200b41ea006a29000037019202200541b8026a41086a220e2005290390023703002005200b41f2006a29000037019a02200a2005290398023703002005200b41fa006a2800003601a2022005200b41fe006a2f00003b01a602200920052903a0023703002005200b41e0006a2f00003b01880220052005290388023703b80220082009290300370300200c200a290300370300200541d8016a41086a220b200e290300370300200520052903b8023703d801200541f8026a41186a2008290300370300200541f8026a41106a200c290300370300200541f8026a41086a2209200b290300370300200520052903d8013703f8024101210a200628020420062802006b41c0016e41016a220b41057410212208450d06200820052903f802370000200841186a200541f8026a41186a290300370000200841106a200541f8026a41106a290300370000200841086a2009290300370000200628020022092006280204460d032006200941c0016a3602002005200941e2006a29000037018a022005200941ea006a29000037019202200541b8026a41086a220e2005290390023703002005200941f2006a29000037019a02200541b8026a41106a220f2005290398023703002005200941fa006a2800003601a2022005200941fe006a2f00003b01a602200541b8026a41186a221020052903a0023703002005200941e0006a2f00003b01880220052005290388023703b802200541d8016a41186a22122010290300370300200541d8016a41106a2216200f290300370300200541d8016a41086a2219200e290300370300200520052903b8023703d8014102210a4120210c034020054198036a41186a2012290300220d37030020054198036a41106a2016290300221137030020054198036a41086a20192903002217370300200520052903d801221837039803200541e8006a41186a221a200d370300200541e8006a41106a221b2011370300200541e8006a41086a221c20173703002005201837036802400240200a417f6a200b460d00200b21090c010b200628020420062802006b41c0016e200b6a41016a2209200b490d07200b41017422132009201320094b1b220941ffffff3f712009470d07200941057422134100480d0702400240200b0d002013102121080c010b2008200b4105742013102521080b2008450d080b2008200c6a220b2005290368370000200b41186a201a290300370000200b41106a201b290300370000200b41086a201c29030037000002402006280200220b2006280204470d002009210b0c050b2006200b41c0016a3602002005200b41e2006a29000037018a022005200b41ea006a29000037019202200e2005290390023703002005200b41f2006a29000037019a02200f2005290398023703002005200b41fa006a2800003601a2022005200b41fe006a2f00003b01a602201020052903a0023703002005200b41e0006a2f00003b01880220052005290388023703b802201220102903003703002016200f2903003703002019200e290300370300200520052903b8023703d801200c41206a210c200a41016a210a2009210b0c000b0b41eba7c30041c90041c4a8c300104a000b41eba7c30041c90041b4a8c300104a000b1031000b200610230b200541d8026a41186a220e4200370300200541d8026a41106a220f4200370300200541d8026a41086a22094200370300200542003703d802200541d8006a41086a220641d0a0c100ad42808080808001841003220c41086a2900003703002005200c290000370358200c10232009200629030037030020052005290358220d3703682005200d3703d802200641bfc1c000ad4280808080c000841003220c41086a2900003703002005200c290000370358200c1023200541c0036a41086a2006290300220d3703002005200529035822113703c003201d2011370000201d41086a200d370000200541b8026a41086a2009290300370300200541b8026a41106a200f290300370300200541b8026a41186a200e290300370300200520052903d8023703b80220054100360290022005420137038802200a20054188026a105d0240200a450d00200a410574210a200821060340200620054188026a1071200641206a2106200a41606a220a0d000b0b200528028c022106201e200535029002422086200528028802220aad84100202402006450d00200a10230b0240200b450d00200810230b20141023410810212206450d012006200736020420062001360200410810212213450d01201320043602042013200336020002400240024002402000450d0002402006280200220b2006280204470d00200610234100210b410121084100210a0c030b2006200b41c0016a3602002005200b4182016a29000037018a022005200b418a016a29000037019202200541b8026a41086a220a2005290390023703002005200b4192016a29000037019a02200541b8026a41106a22092005290398023703002005200b419a016a2800003601a2022005200b419e016a2f00003b01a602200541b8026a41186a220c20052903a0023703002005200b4180016a2f00003b01880220052005290388023703b802200541d8016a41186a220b200c290300370300200541d8016a41106a220c2009290300370300200541d8016a41086a2209200a290300370300200520052903b8023703d801200541f8026a41186a220e200b290300370300200541f8026a41106a220f200c290300370300200541f8026a41086a220c2009290300370300200520052903d8013703f8024101210a200628020420062802006b41c0016e41016a220b41057410212208450d05200820052903f802370000200841186a200e290300370000200841106a200f290300370000200841086a200c290300370000200628020022092006280204460d012006200941c0016a360200200520094182016a29000037018a0220052009418a016a29000037019202200541b8026a41086a220e200529039002370300200520094192016a29000037019a02200541b8026a41106a220f20052903980237030020052009419a016a2800003601a20220052009419e016a2f00003b01a602200541b8026a41186a221020052903a002370300200520094180016a2f00003b01880220052005290388023703b802200541d8016a41186a22122010290300370300200541d8016a41106a2216200f290300370300200541d8016a41086a2219200e290300370300200520052903b8023703d8014102210a4120210c034020054198036a41186a2012290300220d37030020054198036a41106a2016290300221137030020054198036a41086a20192903002217370300200520052903d801221837039803200541e8006a41186a221a200d370300200541e8006a41106a221b2011370300200541e8006a41086a221c20173703002005201837036802400240200a417f6a200b460d00200b21090c010b200628020420062802006b41c0016e200b6a41016a2209200b490d06200b410174221d2009201d20094b1b220941ffffff3f712009470d062009410574221d4100480d0602400240200b0d00201d102121080c010b2008200b410574201d102521080b2008450d070b2008200c6a220b2005290368370000200b41186a201a290300370000200b41106a201b290300370000200b41086a201c29030037000002402006280200220b2006280204470d002009210b0c030b2006200b41c0016a3602002005200b4182016a29000037018a022005200b418a016a29000037019202200e2005290390023703002005200b4192016a29000037019a02200f2005290398023703002005200b419a016a2800003601a2022005200b419e016a2f00003b01a602201020052903a0023703002005200b4180016a2f00003b01880220052005290388023703b802201220102903003703002016200f2903003703002019200e290300370300200520052903b8023703d801200c41206a210c200a41016a210a2009210b0c000b0b20131023200610230c020b200610230b20054188026a41186a220e420037030020054188026a41106a220f420037030020054188026a41086a220942003703002005420037038802200541d8006a41086a2206419ebdc600ad4280808080a001841003220c41086a2900003703002005200c290000370358200c1023200920062903003703002005200529035837038802200641c0bcc600ad4280808080b001841003220c41086a2900003703002005200c290000370358200c1023200541b8016a41086a2006290300220d3703002005200529035822113703b80120152011370000201541086a200d370000200541d8016a41086a2009290300370300200541d8016a41106a200f290300370300200541d8016a41186a200e29030037030020052005290388023703d80120054100360290022005420137038802200a20054188026a105d0240200a450d00200a410574210a200821060340200620054188026a1071200641206a2106200a41606a220a0d000b0b200528028c022106200541d8016aad4280808080800484200535029002422086200528028802220aad84100202402006450d00200a10230b0240200b450d00200810230b201310230b410810212206450d0120062007360204200620013602002000450d02024020020d0020061023410121084100210a4100210b0c050b2006200141c0016a3602002005200141a2016a29000037018a022005200141aa016a29000037019202200541b8026a41086a220b2005290390023703002005200141b2016a29000037019a02200541b8026a41106a220a2005290398023703002005200141ba016a2800003601a2022005200141be016a2f00003b01a602200541b8026a41186a220920052903a0023703002005200141a0016a2f00003b01880220052005290388023703b802200541d8016a41186a220c2009290300370300200541d8016a41106a2209200a290300370300200541d8016a41086a220a200b290300370300200520052903b8023703d801200541f8026a41186a220e200c290300370300200541f8026a41106a220c2009290300370300200541f8026a41086a2209200a290300370300200520052903d8013703f8024101210a200628020420062802006b41c0016e41016a220b41057410212208450d01200820052903f802370000200841186a200e290300370000200841106a200c290300370000200841086a2009290300370000200628020022092006280204460d032006200941c0016a3602002005200941a2016a29000037018a022005200941aa016a29000037019202200541b8026a41086a220e2005290390023703002005200941b2016a29000037019a02200541b8026a41106a220f2005290398023703002005200941ba016a2800003601a2022005200941be016a2f00003b01a602200541b8026a41186a221020052903a0023703002005200941a0016a2f00003b01880220052005290388023703b802200541d8016a41186a22122010290300370300200541d8016a41106a2216200f290300370300200541d8016a41086a2219200e290300370300200520052903b8023703d8014102210a4120210c034020054198036a41186a2012290300220d37030020054198036a41106a2016290300221137030020054198036a41086a20192903002217370300200520052903d801221837039803200541e8006a41186a221a200d370300200541e8006a41106a221b2011370300200541e8006a41086a221c20173703002005201837036802400240200a417f6a200b460d00200b21090c010b200628020420062802006b41c0016e200b6a41016a2209200b490d02200b410174221d2009201d20094b1b220941ffffff3f712009470d022009410574221d4100480d0202400240200b0d00201d102121080c010b2008200b410574201d102521080b2008450d030b2008200c6a220b2005290368370000200b41186a201a290300370000200b41106a201b290300370000200b41086a201c29030037000002402006280200220b2006280204470d002009210b0c050b2006200b41c0016a3602002005200b41a2016a29000037018a022005200b41aa016a29000037019202200e2005290390023703002005200b41b2016a29000037019a02200f2005290398023703002005200b41ba016a2800003601a2022005200b41be016a2f00003b01a602201020052903a0023703002005200b41a0016a2f00003b01880220052005290388023703b802201220102903003703002016200f2903003703002019200e290300370300200520052903b8023703d801200c41206a210c200a41016a210a2009210b0c000b0b102c000b102a000b200610230c020b200610230b20054188026a41186a420037030020054188026a41106a220e420037030020054188026a41086a220942003703002005420037038802200541d8006a41086a220641d8a0c100ad4280808080a002841003220c41086a2900003703002005200c290000370358200c10232009200629030037030020052005290358220d370398032005200d37038802200641bfc1c000ad4280808080c000841003220c41086a2900003703002005200c290000370358200c1023200e2005290358220d370300200541d8016a41086a2009290300370300200541d8016a41106a200d370300200541d8016a41186a20062903003703002005200d3703980320052005290388023703d80120054100360290022005420137038802200a20054188026a105d0240200a450d00200a410574210a200821060340200620054188026a1071200641206a2106200a41606a220a0d000b0b200528028c022106200541d8016aad4280808080800484200535029002422086200528028802220aad84100202402006450d00200a10230b200b450d00200810230b200541d0036a24000be10301077f230041f0006b22022400200241d0006a41086a220341eaa1c100ad4280808080f001841003220441086a2900003703002002200429000037035020041023200241086a41086a22052003290300370300200220022903503703082003418caac100ad4280808080c001841003220441086a2900003703002002200429000037035020041023200241186a41086a220620032903003703002002200229035037031820022000370348200241d0006a41186a2207200241c8006aad42808080808001841001220441186a290000370300200241d0006a41106a2208200441106a2900003703002003200441086a2900003703002002200429000037035020041023200241286a41186a22042007290300370300200241286a41106a22072008290300370300200241286a41086a2208200329030037030020022002290350370328024041c000102122030d00102a000b200320022903083700002003200229031837001020032002290328370020200341086a2005290300370000200341186a2006290300370000200341286a2008290300370000200341306a2007290300370000200341386a2004290300370000200220013602502003ad4280808080800884200241d0006aad4280808080c00084100220031023200241f0006a24000bb70201037f230041d0006b220324002003200236020420032001360200200341086a2002ad4220862001ad84100610a10102400240200328020822010d00200041003602000c010b200341106a2802002102200328020c2104200341003602380240024020024104490d0020012800002105200341003602382002417c714104460d00200041086a200128000436020020002005360204200041013602000c010b20034100360220200342013703182003410c36022c200320033602282003200341186a360234200341cc006a41013602002003420137023c200341a0f0c2003602382003200341286a360248200341346a41c893c500200341386a10301a2003350220422086200335021884100720004100360200200328021c450d00200328021810230b2004450d00200110230b200341d0006a24000bbd1305067f017e027f037e057f23004180016b22052400200541c0006a41186a22064200370300200541c0006a41106a22074200370300200541c0006a41086a2208420037030020054200370340200541f0006a41086a220941eaa1c100ad4280808080f001841003220a41086a2900003703002005200a290000370370200a10232008200929030037030020052005290370220b3703602005200b370340200941f9a1c100ad4280808080d001841003220a41086a2900003703002005200a290000370370200a102320072005290370220b370300200541206a41086a220a2008290300370300200541206a41106a220c200b370300200541206a41186a220d20092903003703002005200b37036020052005290340370320200541186a200541206a4120410141004100109001024002400240024002400240024020052802184101470d00410d210941b2a1c1002108410221070c010b20064200370300200742003703002008420037030020054200370340200941e691c600ad4280808080e000841003220641086a290000370300200520062900003703702006102320082009290300370300200520052903703703402009418192c600ad4280808080e000841003220641086a290000370300200520062900003703702006102320072005290370220b370300200a2008290300370300200c200b370300200d20092903003703002005200b37036020052005290340370320200541106a200541206a4120108e012005280214410020052802101b210a024020034101460d00200541206a210d0c030b200541c0006a41186a22064200370300200541c0006a41106a220c4200370300200541c0006a41086a2208420037030020054200370340200541f0006a41086a220941eaa1c100ad4280808080f00184220e1003220d41086a2900003703002005200d290000370370200d10232008200929030037030020052005290370220b3703602005200b37034020094194a9c100ad4280808080a00184220f1003220d41086a2900003703002005200d290000370370200d1023200541e0006a41086a220d2009290300220b37030020052005290370221037036020072010370000200741086a2211200b370000200541206a41086a22122008290300370300200541206a41106a2213200c290300370300200541206a41186a2214200629030037030020052005290340370320200541086a200541206a4120108e012005280208450d01200528020c200a4d0d014107210941aba1c1002108410321070b20004183183b0100200041086a2009360200200041046a2008360200200041026a20073a0000200141046a280200450d02200128020010230c020b20064200370300200c420037030020084200370300200542003703402009200e1003221541086a29000037030020052015290000370370201510232008200929030037030020052005290370220b3703602005200b3703402009200f1003221541086a2900003703002005201529000037037020151023200d2009290300220b370300200520052903702210370360200720103700002011200b370000201220082903003703002013200c29030037030020142006290300370300200520052903403703202005200a20024101746a360240200541206aad4280808080800484200541c0006aad4280808080c000841002200541206a210d0b20012802082108200128020421112001280200210c200541c0006a41186a22124200370300200541c0006a41106a22134200370300200541c0006a41086a2201420037030020054200370340200541f0006a41086a220941eaa1c100ad4280808080f001841003220641086a29000037030020052006290000370370200610232001200929030037030020052005290370220b3703602005200b370340200941f9a1c100ad4280808080d001841003220641086a2900003703002005200629000037037020061023200541e0006a41086a2009290300220b37030020052005290370221037036020072010370000200741086a200b370000200541206a41086a2001290300370300200541206a41106a2013290300370300200541206a41186a2012290300370300200520052903403703202005410036024820054201370340410410212209450d012005410436024420052005280248220741046a36024820052009360240200920076a200a3600000240024020052802442207200528024822096b4104490d00200528024021070c010b200941046a22012009490d03200741017422092001200920014b1b22094100480d030240024020070d002009102121070c010b200528024020072009102521070b2007450d022005200936024420052007360240200528024821090b2005200941046a360248200720096a20023600002008200541c0006a105d02402008450d00200c200841286c6a210a200c210803402008200541c0006a1071200841206a290300210b0240024020052802442207200528024822096b4108490d00200528024021070c010b200941086a22012009490d05200741017422092001200920014b1b22094100480d050240024020070d002009102121070c010b200528024020072009102521070b2007450d042005200936024420052007360240200528024821090b2005200941086a360248200720096a200b370000200a200841286a2208470d000b0b20052802442108200528024821090240024020034101460d000240024020082009460d00200528024021080c010b200941016a22082009490d05200941017422072008200720084b1b22074100480d050240024020090d002007102121080c010b200528024020092007102521080b2008450d042005200736024420052008360240200528024821090b2005200941016a360248200820096a41003a00000c010b0240024020082009460d00200528024021080c010b200941016a22082009490d04200941017422072008200720084b1b22074100480d040240024020090d002007102121080c010b200528024020092007102521080b2008450d032005200736024420052008360240200528024821090b2005200941016a360248200820096a41013a00000240024020052802442208200528024822096b4104490d00200528024021080c010b200941046a22072009490d04200841017422092007200920074b1b22094100480d040240024020080d002009102121080c010b200528024020082009102521080b2008450d032005200936024420052008360240200528024821090b2005200941046a360248200820096a20043600000b20052802442109200dad4280808080800484200535024842208620052802402208ad84100202402009450d00200810230b02402011450d00200c10230b200041043a00000b20054180016a24000f0b102a000b102c000bd60302057f047e230041f0006b220224002002412036020c20022001360208200241106a2001ad4280808080800484100610a10102400240200228021022030d00200041003a00000c010b200241186a28020021042002280214210541002101200241003a006802400340024020042001470d000240200141ff0171450d00200241003a00680b4100210120024100360228200242013703202002410c3602442002200241086a3602402002200241206a36026c200241dc006a41013602002002420137024c200241a0f0c2003602482002200241c0006a360258200241ec006a41c893c500200241c8006a10301a200235022842208620023502208410072002280224450d02200228022010230c020b200241c8006a20016a200320016a2d00003a00002002200141016a22063a00682006210120064120470d000b200241206a41186a200241c8006a41186a2903002207370300200241206a41106a200241c8006a41106a2903002208370300200241206a41086a200241c8006a41086a290300220937030020022002290348220a370320200041196a2007370000200041116a2008370000200041096a20093700002000200a370001410121010b200020013a00002005450d00200310230b200241f0006a24000bc30301027f20002d000021020240410110212203450d00200320023a000020002d0001210220034101410210252203450d00200320023a000120002d0002210220034102410410252203450d00200320023a0002200320002d00033a000320002d0004210220034104410810252203450d00200320023a0004200320002d00053a0005200320002d00063a0006200320002d00073a000720002d0008210220034108411010252203450d00200320023a0008200320002d00093a0009200320002d000a3a000a200320002d000b3a000b200320002d000c3a000c200320002d000d3a000d200320002d000e3a000e200320002d000f3a000f20002d0010210220034110412010252203450d00200320023a0010200320002d00113a0011200320002d00123a0012200320002d00133a0013200320002d00143a0014200320002d00153a0015200320002d00163a0016200320002d00173a0017200320002d00183a0018200320002d00193a0019200320002d001a3a001a200320002d001b3a001b200320002d001c3a001c200320002d001d3a001d200320002d001e3a001e200320002d001f3a001f20012902002003ad42808080808004841002200310230f0b102a000b990403047f017e027f230041106b22022400200241003602082002420137030020012802002103410110212104024002400240024020034101460d002004450d02200242818080801037020420022004360200200441013a0000200128020421032001410c6a28020022042002105d02402004450d002003200441286c6a21050340200320021071200341206a29030021060240024020022802042207200228020822046b4108490d00200228020021070c010b200441086a22082004490d06200741017422042008200420084b1b22044100480d060240024020070d002004102121070c010b200228020020072004102521070b2007450d052002200436020420022007360200200228020821040b2002200441086a360208200720046a20063700002005200341286a2203470d000b0b200141106a200210ba030c010b2004450d01200242818080801037020420022004360200200441023a0000200128020421070240024020022802042203200228020822046b4104490d00200228020021030c010b200441046a22082004490d03200341017422052008200520084b1b22084100480d030240024020030d002008102121030c010b200228020020032008102521030b2003450d0220022008360204200220033602000b2002200441046a360208200320046a20073600000b20002002290300370200200041086a200241086a280200360200200241106a24000f0b102a000b102c000b290020004101360204200041086a200128020420012802006b41c0016e2201360200200020013602000bf40101047f230041d0006b21020240200128020022032001280204470d00200041003602000f0b2001200341c0016a3602002002200341c2006a29000037012a2002200341ca006a290000370132200241106a220120022903303703002002200341d2006a29000037013a200241186a220420022903383703002002200341da006a2800003601422002200341de006a2f00003b0146200241206a220520022903403703002002200341c0006a2f00003b01282002200229032837030820002003360200200020022903083700042000410c6a2001290300370000200041146a20042903003700002000411c6a20052903003700000b8406020e7f047e230041b0016b22032400024002402001280200220420012802042205460d002001200441c0016a22063602002003200429004237018a012003200429004a37019201200341e8006a41086a22072003290390013703002003200429005237019a01200341e8006a41106a22082003290398013703002003200428005a3601a201200320042f005e3b01a601200341e8006a41186a220920032903a001370300200320042f00403b0188012003200329038801370368200341c8006a41186a220a2009290300370300200341c8006a41106a220b2008290300370300200341c8006a41086a220c200729030037030020032003290368370348200341286a41186a220d200a290300370300200341286a41106a220e200b290300370300200341286a41086a220f200c29030037030020032003290348370328200541c07e6a211002400340200341086a41186a200d2903002211370300200341086a41106a200e2903002212370300200341086a41086a200f290300221337030020032003290328221437030820034188016a41186a201137030020034188016a41106a201237030020034188016a41086a201337030020032014370388012002450d0120102004460d022001200641c0016a22053602002003200629004237018a012003200629004a3701920120072003290390013703002003200629005237019a0120082003290398013703002003200628005a3601a201200320062f005e3b01a601200920032903a001370300200320062f00403b0188012003200329038801370368200a2009290300370300200b2008290300370300200c200729030037030020032003290368370348200d200a290300370300200e200b290300370300200f200c29030037030020032003290348370328200441c0016a21042002417f6a2102200521060c000b0b2000200436020020002003290388013702042000410c6a20034190016a290300370200200041146a20034198016a2903003702002000411c6a200341a0016a2903003702000c010b200041003602000b200341b0016a24000bd44b02057f027e230041106b2202240020024100360208200242013703002000280200210341011021210402400240024002400240024020034102470d002004450d02200242818080801037020420022004360200200441003a0000200228020821040c010b2004450d01200242818080801037020420022004360200200441013a00000240024020002802004101460d0002400240200228020420022802082204460d00200228020021030c010b200441016a22032004490d05200441017422052003200520034b1b22054100480d050240024020040d002005102121030c010b200228020020042005102521030b2003450d0420022005360204200220033602000b2002200441016a360208200320046a41003a0000200041086a2002107120022000280204220536020c2002410c6a21060c010b02400240200228020420022802082204460d00200228020021030c010b200441016a22032004490d04200441017422052003200520034b1b22054100480d040240024020040d002005102121030c010b200228020020042005102521030b2003450d0320022005360204200220033602000b2002200441016a360208200320046a41013a000020022000280204220536020c2002410c6a21060b0240024020022802042203200228020822046b4104490d00200228020021030c010b200441046a22052004490d03200341017422042005200420054b1b22044100480d030240024020030d002004102121030c010b200228020020032004102521030b2003450d02200220043602042002200336020020062802002105200228020821040b2002200441046a360208200320046a2005360000200041306a2903002107200029032821080240024020022802042203200228020822046b4110490d00200228020021030c010b200441106a22052004490d03200341017422042005200420054b1b22044100480d030240024020030d002004102121030c010b200228020020032004102521030b2003450d022002200436020420022003360200200228020821040b200320046a22032007370008200320083700002002200441106a22043602080b200228020421030240024020002802384102460d000240024020032004460d00200228020021030c010b200441016a22032004490d04200441017422052003200520034b1b22054100480d040240024020040d002005102121030c010b200228020020042005102521030b2003450d032002200536020420022003360200200228020821040b2002200441016a360208200320046a41013a00000240024020002802384101460d0002400240200228020420022802082204460d00200228020021030c010b200441016a22032004490d06200441017422052003200520034b1b22054100480d060240024020040d002005102121030c010b200228020020042005102521030b2003450d052002200536020420022003360200200228020821040b2002200441016a360208200320046a41003a0000200041c0006a2002107120022000413c6a280200220536020c2002410c6a21060c010b02400240200228020420022802082204460d00200228020021030c010b200441016a22032004490d05200441017422052003200520034b1b22054100480d050240024020040d002005102121030c010b200228020020042005102521030b2003450d042002200536020420022003360200200228020821040b2002200441016a360208200320046a41013a00002002200028023c220536020c2002410c6a21060b0240024020022802042203200228020822046b4104490d00200228020021030c010b200441046a22052004490d04200341017422042005200420054b1b22044100480d040240024020030d002004102121030c010b200228020020032004102521030b2003450d03200220043602042002200336020020062802002105200228020821040b2002200441046a360208200320046a2005360000200041e8006a2903002107200029036021080240024020022802042203200228020822046b4110490d00200228020021030c010b200441106a22052004490d04200341017422042005200420054b1b22044100480d040240024020030d002004102121030c010b200228020020032004102521030b2003450d032002200436020420022003360200200228020821040b200320046a22032007370008200320083700002002200441106a22043602080c010b0240024020032004460d00200228020021030c010b200441016a22032004490d03200441017422052003200520034b1b22054100480d030240024020040d002005102121030c010b200228020020042005102521030b2003450d022002200536020420022003360200200228020821040b2002200441016a360208200320046a41003a0000200228020821040b200228020421030240024020002802704102460d000240024020032004460d00200228020021030c010b200441016a22032004490d04200441017422052003200520034b1b22054100480d040240024020040d002005102121030c010b200228020020042005102521030b2003450d032002200536020420022003360200200228020821040b2002200441016a360208200320046a41013a00000240024020002802704101460d0002400240200228020420022802082204460d00200228020021030c010b200441016a22032004490d06200441017422052003200520034b1b22054100480d060240024020040d002005102121030c010b200228020020042005102521030b2003450d052002200536020420022003360200200228020821040b2002200441016a360208200320046a41003a0000200041f8006a200210712002200041f4006a280200220536020c2002410c6a21060c010b02400240200228020420022802082204460d00200228020021030c010b200441016a22032004490d05200441017422052003200520034b1b22054100480d050240024020040d002005102121030c010b200228020020042005102521030b2003450d042002200536020420022003360200200228020821040b2002200441016a360208200320046a41013a000020022000280274220536020c2002410c6a21060b0240024020022802042203200228020822046b4104490d00200228020021030c010b200441046a22052004490d04200341017422042005200420054b1b22044100480d040240024020030d002004102121030c010b200228020020032004102521030b2003450d03200220043602042002200336020020062802002105200228020821040b2002200441046a360208200320046a2005360000200041a0016a290300210720002903980121080240024020022802042203200228020822046b4110490d00200228020021030c010b200441106a22052004490d04200341017422042005200420054b1b22044100480d040240024020030d002004102121030c010b200228020020032004102521030b2003450d032002200436020420022003360200200228020821040b200320046a22032007370008200320083700002002200441106a22043602080c010b0240024020032004460d00200228020021030c010b200441016a22032004490d03200441017422052003200520034b1b22054100480d030240024020040d002005102121030c010b200228020020042005102521030b2003450d022002200536020420022003360200200228020821040b2002200441016a360208200320046a41003a0000200228020821040b200228020421030240024020002802a8014102460d000240024020032004460d00200228020021030c010b200441016a22032004490d04200441017422052003200520034b1b22054100480d040240024020040d002005102121030c010b200228020020042005102521030b2003450d032002200536020420022003360200200228020821040b2002200441016a360208200320046a41013a00000240024020002802a8014101460d0002400240200228020420022802082204460d00200228020021030c010b200441016a22032004490d06200441017422052003200520034b1b22054100480d060240024020040d002005102121030c010b200228020020042005102521030b2003450d052002200536020420022003360200200228020821040b2002200441016a360208200320046a41003a0000200041b0016a200210712002200041ac016a280200220536020c2002410c6a21060c010b02400240200228020420022802082204460d00200228020021030c010b200441016a22032004490d05200441017422052003200520034b1b22054100480d050240024020040d002005102121030c010b200228020020042005102521030b2003450d042002200536020420022003360200200228020821040b2002200441016a360208200320046a41013a0000200220002802ac01220536020c2002410c6a21060b0240024020022802042203200228020822046b4104490d00200228020021030c010b200441046a22052004490d04200341017422042005200420054b1b22044100480d040240024020030d002004102121030c010b200228020020032004102521030b2003450d03200220043602042002200336020020062802002105200228020821040b2002200441046a360208200320046a2005360000200041d8016a290300210720002903d00121080240024020022802042203200228020822046b4110490d00200228020021030c010b200441106a22052004490d04200341017422042005200420054b1b22044100480d040240024020030d002004102121030c010b200228020020032004102521030b2003450d032002200436020420022003360200200228020821040b200320046a22032007370008200320083700002002200441106a22043602080c010b0240024020032004460d00200228020021030c010b200441016a22032004490d03200441017422052003200520034b1b22054100480d030240024020040d002005102121030c010b200228020020042005102521030b2003450d022002200536020420022003360200200228020821040b2002200441016a360208200320046a41003a0000200228020821040b200228020421030240024020002802e0014102460d000240024020032004460d00200228020021030c010b200441016a22032004490d04200441017422052003200520034b1b22054100480d040240024020040d002005102121030c010b200228020020042005102521030b2003450d032002200536020420022003360200200228020821040b2002200441016a360208200320046a41013a00000240024020002802e0014101460d0002400240200228020420022802082204460d00200228020021030c010b200441016a22032004490d06200441017422052003200520034b1b22054100480d060240024020040d002005102121030c010b200228020020042005102521030b2003450d052002200536020420022003360200200228020821040b2002200441016a360208200320046a41003a0000200041e8016a200210712002200041e4016a280200220536020c2002410c6a21060c010b02400240200228020420022802082204460d00200228020021030c010b200441016a22032004490d05200441017422052003200520034b1b22054100480d050240024020040d002005102121030c010b200228020020042005102521030b2003450d042002200536020420022003360200200228020821040b2002200441016a360208200320046a41013a0000200220002802e401220536020c2002410c6a21060b0240024020022802042203200228020822046b4104490d00200228020021030c010b200441046a22052004490d04200341017422042005200420054b1b22044100480d040240024020030d002004102121030c010b200228020020032004102521030b2003450d03200220043602042002200336020020062802002105200228020821040b2002200441046a360208200320046a200536000020004190026a290300210720002903880221080240024020022802042203200228020822046b4110490d00200228020021030c010b200441106a22052004490d04200341017422042005200420054b1b22044100480d040240024020030d002004102121030c010b200228020020032004102521030b2003450d032002200436020420022003360200200228020821040b200320046a22032007370008200320083700002002200441106a22043602080c010b0240024020032004460d00200228020021030c010b200441016a22032004490d03200441017422052003200520034b1b22054100480d030240024020040d002005102121030c010b200228020020042005102521030b2003450d022002200536020420022003360200200228020821040b2002200441016a360208200320046a41003a0000200228020821040b20022802042103024002402000280298024102460d000240024020032004460d00200228020021030c010b200441016a22032004490d04200441017422052003200520034b1b22054100480d040240024020040d002005102121030c010b200228020020042005102521030b2003450d032002200536020420022003360200200228020821040b2002200441016a360208200320046a41013a0000024002402000280298024101460d0002400240200228020420022802082204460d00200228020021030c010b200441016a22032004490d06200441017422052003200520034b1b22054100480d060240024020040d002005102121030c010b200228020020042005102521030b2003450d052002200536020420022003360200200228020821040b2002200441016a360208200320046a41003a0000200041a0026a2002107120022000419c026a280200220536020c2002410c6a21060c010b02400240200228020420022802082204460d00200228020021030c010b200441016a22032004490d05200441017422052003200520034b1b22054100480d050240024020040d002005102121030c010b200228020020042005102521030b2003450d042002200536020420022003360200200228020821040b2002200441016a360208200320046a41013a00002002200028029c02220536020c2002410c6a21060b0240024020022802042203200228020822046b4104490d00200228020021030c010b200441046a22052004490d04200341017422042005200420054b1b22044100480d040240024020030d002004102121030c010b200228020020032004102521030b2003450d03200220043602042002200336020020062802002105200228020821040b2002200441046a360208200320046a2005360000200041c8026a290300210720002903c00221080240024020022802042203200228020822046b4110490d00200228020021030c010b200441106a22052004490d04200341017422042005200420054b1b22044100480d040240024020030d002004102121030c010b200228020020032004102521030b2003450d032002200436020420022003360200200228020821040b200320046a22032007370008200320083700002002200441106a22043602080c010b0240024020032004460d00200228020021030c010b200441016a22032004490d03200441017422052003200520034b1b22054100480d030240024020040d002005102121030c010b200228020020042005102521030b2003450d022002200536020420022003360200200228020821040b2002200441016a360208200320046a41003a0000200228020821040b200228020421030240024020002802d0024102460d000240024020032004460d00200228020021030c010b200441016a22032004490d04200441017422052003200520034b1b22054100480d040240024020040d002005102121030c010b200228020020042005102521030b2003450d032002200536020420022003360200200228020821040b2002200441016a360208200320046a41013a00000240024020002802d0024101460d0002400240200228020420022802082204460d00200228020021030c010b200441016a22032004490d06200441017422052003200520034b1b22054100480d060240024020040d002005102121030c010b200228020020042005102521030b2003450d052002200536020420022003360200200228020821040b2002200441016a360208200320046a41003a0000200041d8026a200210712002200041d4026a280200220536020c2002410c6a21060c010b02400240200228020420022802082204460d00200228020021030c010b200441016a22032004490d05200441017422052003200520034b1b22054100480d050240024020040d002005102121030c010b200228020020042005102521030b2003450d042002200536020420022003360200200228020821040b2002200441016a360208200320046a41013a0000200220002802d402220536020c2002410c6a21060b0240024020022802042203200228020822046b4104490d00200228020021030c010b200441046a22052004490d04200341017422042005200420054b1b22044100480d040240024020030d002004102121030c010b200228020020032004102521030b2003450d03200220043602042002200336020020062802002105200228020821040b2002200441046a360208200320046a200536000020004180036a290300210720002903f80221080240024020022802042203200228020822046b4110490d00200228020021030c010b200441106a22052004490d04200341017422042005200420054b1b22044100480d040240024020030d002004102121030c010b200228020020032004102521030b2003450d032002200436020420022003360200200228020821040b200320046a22032007370008200320083700002002200441106a22043602080c010b0240024020032004460d00200228020021030c010b200441016a22032004490d03200441017422052003200520034b1b22054100480d030240024020040d002005102121030c010b200228020020042005102521030b2003450d022002200536020420022003360200200228020821040b2002200441016a360208200320046a41003a0000200228020821040b20022802042103024002402000280288034102460d000240024020032004460d00200228020021030c010b200441016a22032004490d04200441017422052003200520034b1b22054100480d040240024020040d002005102121030c010b200228020020042005102521030b2003450d032002200536020420022003360200200228020821040b2002200441016a360208200320046a41013a0000024002402000280288034101460d0002400240200228020420022802082204460d00200228020021030c010b200441016a22032004490d06200441017422052003200520034b1b22054100480d060240024020040d002005102121030c010b200228020020042005102521030b2003450d052002200536020420022003360200200228020821040b2002200441016a360208200320046a41003a000020004190036a2002107120022000418c036a280200220536020c2002410c6a21060c010b02400240200228020420022802082204460d00200228020021030c010b200441016a22032004490d05200441017422052003200520034b1b22054100480d050240024020040d002005102121030c010b200228020020042005102521030b2003450d042002200536020420022003360200200228020821040b2002200441016a360208200320046a41013a00002002200028028c03220536020c2002410c6a21060b0240024020022802042203200228020822046b4104490d00200228020021030c010b200441046a22052004490d04200341017422042005200420054b1b22044100480d040240024020030d002004102121030c010b200228020020032004102521030b2003450d03200220043602042002200336020020062802002105200228020821040b2002200441046a360208200320046a2005360000200041b8036a290300210720002903b00321080240024020022802042203200228020822046b4110490d00200228020021030c010b200441106a22052004490d04200341017422042005200420054b1b22044100480d040240024020030d002004102121030c010b200228020020032004102521030b2003450d032002200436020420022003360200200228020821040b200320046a22032007370008200320083700002002200441106a22043602080c010b0240024020032004460d00200228020021030c010b200441016a22032004490d03200441017422052003200520034b1b22054100480d030240024020040d002005102121030c010b200228020020042005102521030b2003450d022002200536020420022003360200200228020821040b2002200441016a360208200320046a41003a0000200228020821040b200228020421030240024020002802c0034102460d000240024020032004460d00200228020021030c010b200441016a22032004490d04200441017422052003200520034b1b22054100480d040240024020040d002005102121030c010b200228020020042005102521030b2003450d032002200536020420022003360200200228020821040b2002200441016a360208200320046a41013a00000240024020002802c0034101460d0002400240200228020420022802082204460d00200228020021030c010b200441016a22032004490d06200441017422052003200520034b1b22054100480d060240024020040d002005102121030c010b200228020020042005102521030b2003450d052002200536020420022003360200200228020821040b2002200441016a360208200320046a41003a0000200041c8036a200210712002200041c4036a280200220536020c2002410c6a21060c010b02400240200228020420022802082204460d00200228020021030c010b200441016a22032004490d05200441017422052003200520034b1b22054100480d050240024020040d002005102121030c010b200228020020042005102521030b2003450d042002200536020420022003360200200228020821040b2002200441016a360208200320046a41013a0000200220002802c403220536020c2002410c6a21060b0240024020022802042203200228020822046b4104490d00200228020021030c010b200441046a22052004490d04200341017422042005200420054b1b22044100480d040240024020030d002004102121030c010b200228020020032004102521030b2003450d03200220043602042002200336020020062802002105200228020821040b2002200441046a360208200320046a2005360000200041f0036a290300210720002903e80321080240024020022802042203200228020822046b4110490d00200228020021030c010b200441106a22052004490d04200341017422042005200420054b1b22044100480d040240024020030d002004102121030c010b200228020020032004102521030b2003450d032002200436020420022003360200200228020821040b200320046a22032007370008200320083700002002200441106a22043602080c010b0240024020032004460d00200228020021030c010b200441016a22032004490d03200441017422052003200520034b1b22054100480d030240024020040d002005102121030c010b200228020020042005102521030b2003450d022002200536020420022003360200200228020821040b2002200441016a360208200320046a41003a0000200228020821040b200228020421030240024020002802f8034102460d000240024020032004460d00200228020021030c010b200441016a22032004490d04200441017422052003200520034b1b22054100480d040240024020040d002005102121030c010b200228020020042005102521030b2003450d032002200536020420022003360200200228020821040b2002200441016a360208200320046a41013a00000240024020002802f8034101460d0002400240200228020420022802082204460d00200228020021030c010b200441016a22032004490d06200441017422052003200520034b1b22054100480d060240024020040d002005102121030c010b200228020020042005102521030b2003450d052002200536020420022003360200200228020821040b2002200441016a360208200320046a41003a000020004180046a200210712002200041fc036a280200220536020c2002410c6a21060c010b02400240200228020420022802082204460d00200228020021030c010b200441016a22032004490d05200441017422052003200520034b1b22054100480d050240024020040d002005102121030c010b200228020020042005102521030b2003450d042002200536020420022003360200200228020821040b2002200441016a360208200320046a41013a0000200220002802fc03220536020c2002410c6a21060b0240024020022802042203200228020822046b4104490d00200228020021030c010b200441046a22052004490d04200341017422042005200420054b1b22044100480d040240024020030d002004102121030c010b200228020020032004102521030b2003450d03200220043602042002200336020020062802002105200228020821040b2002200441046a360208200320046a2005360000200041a8046a290300210720002903a00421080240024020022802042204200228020822036b4110490d00200228020021000c010b200341106a22002003490d04200441017422032000200320004b1b22054100480d040240024020040d002005102121000c010b200228020020042005102521000b2000450d03200220053602042002200036020020022802082103200521040b200020036a22052007370008200520083700002002200341106a22033602080c010b0240024020032004460d00200228020021000c010b200441016a22002004490d03200441017422032000200320004b1b22034100480d030240024020040d002003102121000c010b200228020020042003102521000b2000450d022002200336020420022000360200200228020821040b2002200441016a360208200020046a41003a00002002280208210320022802042104200228020021000b20012902002003ad4220862000ad84100220040d020c030b102a000b102c000b200010230b200241106a24000bac1b03087f047e107f23004180056b22032400200341d0006a41186a200141186a290000370300200341d0006a41106a200141106a290000370300200341d0006a41086a200141086a290000370300200320012900003703500240024002402000280200220441e8f6c200460d00200028020421050c010b41002105200341c0016a410041e00210d2041a200341b8016a22014100360200200341b0016a2206420037030020034190016a41186a420037030020034190016a41106a420037030020034190016a41086a4200370300200342003703900141940310212204450d01200441003b010620044100360200200441086a200341c0016a41e00210d3041a20044190036a200128020036020020044188036a200629030037020020044180036a200341a8016a290300370200200441f8026a200341a0016a290300370200200441f0026a20034190016a41086a29030037020020042003290390013702e80220004100360204200020043602000b024002400340200441086a2106200441066a210720042f010622084105742101410021090240024003402001450d01200341d0006a2006412010d504220a450d02200141606a2101200941016a2109200641206a2106200a417f4a0d000b2009417f6a21080b2005450d022005417f6a2105200420084102746a4194036a28020021040c010b0b200420094102746a41e8026a20023602000c010b200341086a41186a200341d0006a41186a2201290300220b370300200341086a41106a200341d0006a41106a2206290300220c370300200341086a41086a200341d0006a41086a2209290300220d37030020032003290350220e3703082000200028020841016a3602082001200b3703002006200c3703002009200d3703002003200e37035002400240024020072f01002205410b490d00200341c0016a410041e00210d2041a200341b8016a22014100360200200341b0016a2206420037030020034190016a41186a420037030020034190016a41106a420037030020034190016a41086a420037030020034200370390014194031021220f450d04200f41003b0106200f4100360200200f41086a200341c0016a41e00210d3042109200f4190036a2001280200360200200f4188036a2006290300370200200f4180036a20034190016a41186a290300370200200f41f8026a20034190016a41106a290300370200200f41f0026a20034190016a41086a290300370200200f2003290390013702e802200320042f00c8013b018c012003200441ca016a2d00003a008e01200441cb016a2800002110200441cf016a2800002111200441d3016a2800002112200441d7016a28000021132003200441e0016a29000037007d200320042900db0137037820042802800321142009200441e8016a20042f010641796a220141057410d3042109200f41e8026a20044184036a200141027410d304210a200441063b0106200f20013b0106200320032f018c013b0174200320032d008e013a007620032003290378370390012003200329007d3700950120084107490d01200f41066a210720092008417a6a22054105746a2009200841796a22064105746a2209200141ffff037120066b41057410d4041a200941186a200341d0006a41186a290300370000200941106a200341d0006a41106a290300370000200941086a200341d0006a41086a29030037000020092003290350370000200a20054102746a2109200a20064102746a21010c020b200441086a220a200841016a22004105746a200a20084105746a220a200520086b41057410d4041a200a41186a2001290300370000200a41106a2006290300370000200a41086a2009290300370000200a2003290350370000200441e8026a220120004102746a200120084102746a220120042f010620086b41027410d4041a20012002360200200420042f010641016a3b01060c020b200441086a2201200841016a22064105746a200120084105746a220120072f010020086b41057410d4041a200141186a200341d0006a41186a290300370000200141106a200341d0006a41106a290300370000200141086a200341d0006a41086a29030037000020012003290350370000200441e8026a220920084102746a2101200920064102746a2109200821060b2009200120072f010020066b41027410d4041a20012002360200200720072f010041016a3b0100200341f0006a41026a221520032d007622013a00002003413c6a41026a221620013a000020032003290095013700452003200329039001370340200320032f017422013b01702003200329004537002d20032003290340370328200320013b013c024020042802002205450d0020042f01042107200341c0016a41027221170340201520162d00003a0000200320032f013c3b0170200320032903283703502003200329002d370055200741ffff0371210402400240024020052f01062201410b490d002017410041be0310d2041a41c4031021220a450d06200a4100360200200a41046a200341c0016a41c00310d3041a200320052f00c8013b018c012003200541ca016a2d00003a008e012003200541db016a2900003703782003200541e0016a29000037007d200541cb016a2800002118200541cf016a2800002119200541d3016a280000211a200541d7016a280000211b20054180036a280200211c200a41086a200541e8016a20052f0106220641796a220141057410d304211d200a41e8026a20054184036a200141027410d304211e200a4194036a200541b0036a2006417a6a220841027410d3042102200541063b0106200a20013b010602402008450d00410021012002210603402006280200220920013b01042009200a360200200641046a21062008200141016a2201470d000b0b200320032d008e0122013a0076200320032f018c0122063b017420032003290378370390012003200329007d37009501200341c0006a41026a220820013a0000200320063b014020032003290390013703c00120032003290095013700c501200741ffff037122064107490d01201d2004417a6a22094105746a201d200441796a22014105746a2206200a2f010620016b41057410d4041a200641186a20032900553700002006201336000f2006201236000b2006201136000720062010360003200641026a20152d00003a0000200620032f01703b000020062003290350370013201e200941027422066a201e20014102746a2207200a2f0106221020016b41027410d4041a20072014360200200a201041016a22073b01062004410274221020026a416c6a200220066a2206200741ffff0371220420096b41027410d4041a2006200f36020020042009490d02200a20106a41fc026a2106034020062802002209200141016a22013b01042009200a360200200641046a210620012004490d000c030b0b200541086a2206200441016a22094105746a200620044105746a2206200120046b41057410d4041a200641186a20032900553700002006201336000f2006201236000b2006201136000720062010360003200641026a200341f0006a41026a2d00003a0000200620032f01703b000020062003290350370013200541e8026a2201200941027422066a20012004410274220a6a220120052f0106220820046b41027410d4041a200120143602002005200841016a22013b0106200a20054194036a22046a41086a200420066a2206200141ffff0371220a20096b41027410d4041a2006200f360200200741ffff0371200a4f0d0420052009417f6a22014102746a4198036a2106034020062802002209200141016a22013b010420092005360200200641046a21062001200a490d000c050b0b200541086a2201200441016a22074105746a200120044105746a220120052f010620046b41057410d4041a200141186a20032900553700002001201336000f2001201236000b2001201136000720012010360003200141026a20152d00003a0000200120032f01703b000020012003290350370013200541e8026a2209200741027422026a2009200441027422016a220920052f0106221020046b41027410d4041a200920143602002005201041016a22093b0106200120054194036a22106a41086a201020026a2202200941ffff0371220920076b41027410d4041a2002200f360200200620094f0d00200520016a4198036a2101034020012802002206200441016a22043b010420062005360200200141046a210120092004470d000b0b201620082d00003a0000200320032f01403b013c200320032903c001370328200320032900c50137002d0240200528020022010d0020182110201b2113201a211220192111200a210f201c21140c020b20052f0104210720182110201b2113201a21122019211120012105201c2114200a210f0c000b0b200341c0016a410272410041be0310d2041a41c40310212201450d0120014100360200200141046a200341c0016a41c00310d3041a20012000280200220636029403200020013602002000200028020441016a360204200641003b010420062001360200200120012f010622094105746a220641086a20032f013c3b00002006410a6a2003413c6a41026a2d00003a0000200641176a2013360000200641136a20123600002006410f6a20113600002006410b6a20103600002006411b6a2003290328370000200641206a200329002d37000020014194036a200941016a22064102746a200f360200200120094102746a41e8026a2014360200200120063b0106200f20063b0104200f20013602000b20034180056a24000f0b102a000bf62803087f057e277f230041d00c6b22042400200441e0016a41186a200241186a290000370300200441e0016a41106a200241106a290000370300200441e0016a41086a200241086a290000370300200420022900003703e0010240024002402001280200220541e8f6c200460d00200128020421060c010b41002106200441c0026a410041e00210d2041a200441a8056a410041900410d2041a41f80610212205450d01200541003b010620054100360200200541086a200441c0026a41e00210d3041a200541e8026a200441a8056a41900410d3041a20014100360204200120053602000b024002400340200541086a2107200541066a210820052f0106220941057421024100210a0240024003402002450d01200441e0016a2007412010d504220b450d02200241606a2102200a41016a210a200741206a2107200b417f4a0d000b200a417f6a21090b2006450d022006417f6a2106200520094102746a41f8066a28020021050c010b0b2005200a41306c6a22024180036a2207290300210c2003290300210d2003290308210e2003290310210f2007200341186a290300370300200241f8026a220729030021102007200f370300200241f0026a2207290300210f2007200e370300200241e8026a2207290300210e2007200d370300200441a8056a41086a220720024190036a220a290300370300200420024188036a22022903003703a80520022003290320370300200a200341286a290300370300200441c0026a41086a22022007290300370300200420042903a805220d3703c002200041186a200c370300200020103703102000200f3703082000200e3703002000200d370320200041286a20022903003703000c010b200441186a2202200441e0016a41186a2207290300370300200441106a200441e0016a41106a220a290300220c370300200441086a200441e0016a41086a220b290300220d370300200420042903e001220e3703002001200128020841016a360208200441f8006a41106a2206200c370300200441f8006a41086a2211200d370300200441f8006a41186a221220022903003703002004200e370378200441e0016a41286a2213200341286a290300370300200441e0016a41206a2214200341206a2903003703002007200341186a290300370300200a200341106a290300370300200b200341086a290300370300200420032903003703e00102400240024020082f01002203410b490d00200441c0026a410041e00210d2041a200441a8056a410041900410d2041a41f80610212215450d04201541003b010620154100360200201541086a200441c0026a41e00210d3042107201541e8026a200441a8056a41900410d304210a200441a8056a41086a220b20054190056a290300370300200441a8056a41106a220320054198056a290300370300200441a8056a41186a2206200541a0056a290300370300200441a8056a41206a2211200541a8056a290300370300200441a8056a41286a2212200541b0056a290300370300200420052900db013703a8022004200541e0016a2900003700ad0220042005290388053703a805200420052f00c8013b01bc022004200541ca016a2d00003a00be02200541cb016a2800002116200541cf016a2800002117200541d3016a2800002118200541d7016a28000021192007200541e8016a20052f010641796a220241057410d3042107200a200541b8056a200241306c10d304210a200541063b0106201520023b0106200420042f01bc023b01a402200420042d00be023a00a602200420042903a80237039002200420042900ad0237009502200441c0026a41286a2012290300370300200441c0026a41206a2011290300370300200441c0026a41186a2006290300370300200441c0026a41106a2003290300370300200441c0026a41086a200b290300370300200420042903a8053703c0020240024020094107490d00200941057420076a41c07e6a2007200941796a220b4105746a2207200241ffff0371200b6b41057410d4041a200741186a200441f8006a41186a290300370000200741106a200441f8006a41106a290300370000200741086a200441f8006a41086a29030037000020072004290378370000200941306c200a6a220241e07d6a200241b07d6a2202201541066a22082f0100200b6b41306c10d4041a200241286a200441e0016a41286a290300370300200241206a200441e0016a41206a290300370300200241186a200441e0016a41186a290300370300200241106a200441e0016a41106a290300370300200241086a200441e0016a41086a290300370300200220042903e0013703000c010b200541086a20094105746a220241206a200220082f010020096b41057410d4041a200241186a200441f8006a41186a290300370000200241106a200441f8006a41106a290300370000200241086a200441f8006a41086a29030037000020022004290378370000200541e8026a200941306c6a220241306a200220082f010020096b41306c10d4041a200241286a200441e0016a41286a290300370300200241206a200441e0016a41206a290300370300200241186a200441e0016a41186a290300370300200241106a200441e0016a41106a290300370300200241086a200441e0016a41086a290300370300200220042903e0013703000b200820082f010041016a3b0100200441c8016a41026a220220042d00a6023a000020044198016a41086a221a200441c0026a41086a221b29030037030020044198016a41106a221c200441c0026a41106a221d29030037030020044198016a41186a221e200441c0026a41186a221f29030037030020044198016a41206a2220200441c0026a41206a222129030037030020044198016a41286a2222200441c0026a41286a2223290300370300200420042f01a4023b01c8012004200429039002370368200420042900950237006d200420042903c00237039801200441386a41286a22242022290300370300200441386a41206a22252020290300370300200441386a41186a2226201e290300370300200441386a41106a2227201c290300370300200441386a41086a2228201a290300370300200441346a41026a222920022d00003a00002004200429039801370338200420042903683703202004200429006d370025200420042f01c8013b013420052802002203450d0120052f01042114200441a8056a410272212a0340200441dc016a41026a222b20292d00003a0000200420042f01343b01dc01200420042903203703682004200429002537006d200441e0016a41286a222c2024290300370300200441e0016a41206a222d2025290300370300200441e0016a41186a222e2026290300370300200441e0016a41106a222f2027290300370300200441e0016a41086a22302028290300370300200420042903383703e001201441ffff0371210502400240024020032f01062202410b490d00202a410041a20710d2041a41a8071021220b450d08200b4100360200200b41046a200441a8056a41a40710d3041a200420032f00c8013b01bc022004200341ca016a2d00003a00be02200420032900db013703a8022004200341e0016a2900003700ad02200341cb016a2800002131200341cf016a2800002132200341d3016a2800002133200341d7016a2800002134200441a8056a41286a2209200341b0056a290300370300200441a8056a41206a2208200341a8056a290300370300200441a8056a41186a2211200341a0056a290300370300200441a8056a41106a221220034198056a290300370300200441a8056a41086a221320034190056a29030037030020042003290388053703a805200b41086a200341e8016a20032f0106220741796a220241057410d3042135200b41e8026a200341b8056a200241306c10d3042136200b41f8066a20034194076a2007417a6a220641027410d3042137200341063b0106200b20023b010602402006450d00410021022037210703402007280200220a20023b0104200a200b360200200741046a21072006200241016a2202470d000b0b2023200929030037030020212008290300370300201f2011290300370300201d2012290300370300201b2013290300370300200420042903a8053703c002200420042f01bc023b01a402200420042d00be023a00a602200420042903a80237039002200420042900ad0237009502200441a4056a41026a220620042d00a6023a0000200420042f01a4023b01a4052004200429039002370378200420042900950237007d20092023290300370300200820212903003703002011201f2903003703002012201d2903003703002013201b290300370300200420042903c0023703a805201441ffff037122074107490d0120352005417a6a220a4105746a2035200541796a22024105746a2207200b2f010620026b41057410d4041a200741186a200429006d3700002007201936000f2007201836000b2007201736000720072016360003200741026a202b2d00003a0000200720042f01dc013b000020072004290368370013200541306c20366a220741e07d6a200741b07d6a2207200b2f0106221420026b41306c10d4041a200741286a202c290300370300200741206a202d290300370300200741186a202e290300370300200741106a202f290300370300200741086a2030290300370300200720042903e001370300200b201441016a22073b01062005410274221620376a416c6a2037200a4102746a2214200741ffff03712205200a6b41027410d4041a201420153602002005200a490d02200b20166a41e0066a210703402007280200220a200241016a22023b0104200a200b360200200741046a210720022005490d000c030b0b200341086a2207200541016a220a4105746a200720054105746a2207200220056b220b41057410d4041a2007201936000f2007201836000b2007201736000720072016360003200741026a200441dc016a41026a2d00003a0000200720042f01dc013b000020072004290368370013200741186a200429006d3700002003200541306c6a22074198036a200741e8026a2206200b41306c10d4041a20074190036a20044188026a29030037030020074188036a20044180026a29030037030020074180036a200441e0016a41186a290300370300200741f8026a200441f0016a290300370300200741f0026a200441e0016a41086a290300370300200620042903e0013703002003200241016a22023b01062005410274200341f8066a22076a41086a2007200a4102746a2207200241ffff0371200a6b41027410d4041a20072015360200201441ffff037120032f010622024f0d052015200a3b010420152003360200200a20024f0d052002417f6a210b2003200a417f6a22024102746a4180076a210703402007280200220a200241026a3b0104200a2003360200200741046a2107200b200241016a2202470d000c060b0b200341086a2202200541016a220a4105746a200220054105746a220220032f0106221420056b223741057410d4041a2002201936000f2002201836000b2002201736000720022016360003200241026a202b2d00003a0000200220042f01dc013b000020022004290368370013200241186a200429006d370000200341e8026a200541306c6a220241306a2002203741306c10d4041a200241286a202c290300370300200241206a202d290300370300200241186a202e290300370300200241106a202f290300370300200241086a2030290300370300200220042903e0013703002003201441016a22023b010620054102742237200341f8066a22146a41086a2014200a4102746a2214200241ffff0371200a6b41027410d4041a20142015360200200720032f0106220a4f0d00200320376a41fc066a2102034020022802002207200541016a22053b010420072003360200200241046a2102200a2005470d000b0b200441d8016a41026a220220062d00003a0000201a2013290300370300201c2012290300370300201e20112903003703002020200829030037030020222009290300370300200420042f01a4053b01d801200420042903783703c8012004200429007d3700cd01200420042903a8053703980120242022290300370300202520202903003703002026201e2903003703002027201c2903003703002028201a290300370300202920022d00003a00002004200429039801370338200420042903c801370320200420042900cd01370025200420042f01d8013b01340240200328020022020d0020312116203421192033211820322117200b21150c030b20032f010421142031211620342119203321182032211720022103200b21150c000b0b200520094105746a220241286a200241086a2201200320096b41057410d4041a200241206a2012290300370000200241186a2006290300370000200241106a2011290300370000200120042903783700002005200941306c6a22024198036a200241e8026a220320052f010620096b41306c10d4041a20024190036a201329030037030020024188036a201429030037030020024180036a2007290300370300200241f8026a200a290300370300200241f0026a200b290300370300200320042903e001370300200520052f010641016a3b01060c010b200441a8056a410272410041a20710d2041a41a80710212202450d0220024100360200200241046a200441a8056a41a40710d3041a2002200128020022073602f806200120023602002001200128020441016a360204200741003b010420072002360200200220022f0106220a4105746a220741086a20042f01343b00002007410a6a200441346a41026a2d00003a0000200741176a2019360000200741136a20183600002007410f6a20173600002007410b6a20163600002007411b6a2004290320370000200741206a20042900253700002002200a41306c6a220741e8026a2004290338370300200741f0026a200441386a41086a290300370300200741f8026a200441c8006a29030037030020074180036a200441d0006a29030037030020074188036a200441386a41206a29030037030020074190036a200441e0006a290300370300200241f8066a200a41016a22074102746a2015360200200220073b010620152002360200201520073b01040b200041003602200b200441d00c6a24000f0b102a000bcc1207027f017e057f027e017f017e0a7f230041b0036b2202240020002802102203200328020041016a36020020002902142104200028020c2103200028020821052000280200210620002802042100200241f0016a41086a2207200141086a280200360200200220012902003703f001024002400240024020002f01062201410b490d00200241d0026a410272410041da0010d2041a200241386a410041840110d2041a41e40110212208450d0320084100360200200841046a200241d0026a41dc0010d3041a200841e0006a200241386a41840110d3042107200241386a41086a2209200041b0016a280200360200200220002902a8013703382000413c6a330000210a2000413e6a310000210b20002d003f210c2000350038210d200841086a200041c0006a20002f010641796a220141037410d304210e2007200041b4016a2001410c6c10d3042107200041063b0106200820013b0106200241d0026a41086a2009280200360200200220022903383703d002200d200a200b4210868442208684210a0240024020034107490d002003410374200e6a41506a200e200341796a22094103746a220e200141ffff037120096b41037410d4041a200e20043700002003410c6c20076a220341b87f6a200341ac7f6a2203200841066a22012f010020096b410c6c10d4041a200341086a200241f0016a41086a280200360200200320022903f0013702000c010b200041086a20034103746a220741086a2007200041066a22012f010020036b41037410d4041a20072004370000200041e0006a2003410c6c6a2207410c6a200720012f010020036b410c6c10d4041a200741086a200241f0016a41086a280200360200200720022903f0013702000b200120012f010041016a3b0100200241286a41086a220f200241d0026a41086a22102802002203360200200241086a221120033602002002200c3a0017200220022903d00222043703282002200a3e02102002200a4230883c00162002200a4220883d011420022004370300200229031021042000280200220c450d0120002f01042112200241d0026a410272211303402002200641016a22063602202002200c360224200f201128020036020020022002290300370328201241ffff03712109024002400240200c2f01062200410b490d002013410041da0010d2041a200241f0016a200241d0026a41dc0010d3041a200241386a410041b40110d2041a41940210212207450d0720074100360200200741046a200241f0016a41dc0010d3041a200741e0006a200241386a41b40110d3042103200c41386a290000210a200241386a41086a2214200c41b0016a2802003602002002200c41a8016a290200370338200741086a200c41c0006a200c2f0106220141796a220041037410d30421152003200c41b4016a2000410c6c10d3042116200741e4016a200c4180026a2001417a6a220e41027410d3042117200c41063b0106200720003b01060240200e450d00410021002017210303402003280200220120003b010420012007360200200341046a2103200e200041016a2200470d000b0b20102014280200220036020020022002290338220b3703d002201420003602002002200b370338201241ffff037122034107490d0120152009417a6a22034103746a2015200941796a22004103746a220120072f010620006b41037410d4041a200120043700002009410c6c20166a220141b87f6a200141ac7f6a220120072f0106220e20006b410c6c10d4041a200141086a200f280200360200200120022903283702002007200e41016a22013b01062009410274221220176a416c6a201720034102746a220e200141ffff0371220920036b41027410d4041a200e200836020020092003490d02200720126a41cc016a2103034020032802002201200041016a22003b010420012007360200200341046a210320002009490d000c030b0b200c41086a2201200941016a22034103746a200120094103746a2201200020096b220741037410d4041a20012004370000200c2009410c6c6a220141ec006a200141e0006a220e2007410c6c10d4041a200141e8006a200241286a41086a280200360200200e2002290328370200200c200041016a22003b01062009410274200c41e4016a22016a41086a200120034102746a2201200041ffff0371220720036b41027410d4041a20012008360200201241ffff037120074f0d05200c2003417f6a22004102746a41e8016a2103034020032802002201200041016a22003b01042001200c360200200341046a210320002007490d000c060b0b200c41086a2200200941016a220e4103746a200020094103746a2200200c2f0106220120096b221241037410d4041a20002004370000200c41e0006a2009410c6c6a2200410c6a20002012410c6c10d4041a200041086a200f28020036020020002002290328370200200c200141016a22003b010620094102742217200c41e4016a22016a41086a2001200e4102746a2212200041ffff03712201200e6b41027410d4041a20122008360200200320014f0d00200c20176a41e8016a2100034020002802002203200941016a22093b01042003200c360200200041046a210020012009470d000b0b200241106a41086a2014280200220036020020112000360200200220022903382204370310200220043703000240200c28020022000d0020072108200a21040c030b200c2f010421122000210c200a2104200721080c000b0b200020034103746a220941106a200941086a2209200120036b41037410d4041a2009200437000020002003410c6c6a220141ec006a200141e0006a220920002f010620036b410c6c10d4041a200141e8006a2007280200360200200920022903f001370200200020002f010641016a3b01060c010b200241d0026a410272410041da0010d2041a200241f0016a200241d0026a41dc0010d3041a200241386a410041b40110d2041a41940210212200450d0120004100360200200041046a200241f0016a41dc0010d3041a200041e0006a200241386a41b40110d30421012000200528020022033602e401200520003602002005200528020441016a360204200341003b010420032000360200200120002f01062203410c6c6a22012002290300370200200020034103746a41086a2004370000200141086a200241086a280200360200200041e4016a200341016a22034102746a2008360200200020033b0106200820033b0104200820003602000b200241b0036a24000f0b102a000bbe0601037f200141046a2802002102200141086a280200210302400240024020002802204102470d000240024020022003460d00200128020021000c010b200341016a22002003490d03200341017422022000200220004b1b22024100480d030240024020030d002002102121000c010b200128020020032002102521000b2000450d0220012000360200200141046a2002360200200141086a28020021030b200141086a200341016a360200200020036a41003a00000f0b0240024020022003460d00200128020021020c010b200341016a22022003490d02200341017422042002200420024b1b22044100480d020240024020030d002004102121020c010b200128020020032004102521020b2002450d0120012002360200200141046a2004360200200141086a28020021030b200141086a2204200341016a360200200220036a41013a0000200020011071024020002802204101460d0002400240200141046a28020020042802002203460d00200128020021000c010b200341016a22002003490d03200341017422022000200220004b1b22024100480d030240024020030d002002102121000c010b200128020020032002102521000b2000450d0220012000360200200141046a2002360200200141086a28020021030b200141086a200341016a360200200020036a41003a00000f0b02400240200141046a28020020042802002203460d00200128020021020c010b200341016a22022003490d02200341017422042002200420024b1b22044100480d020240024020030d002004102121020c010b200128020020032004102521020b2002450d0120012002360200200141046a2004360200200141086a28020021030b200141086a2204200341016a360200200220036a41013a00002000280224210202400240200141046a2802002200200428020022036b4104490d00200128020021000c010b200341046a22042003490d02200041017422032004200320044b1b22034100480d020240024020000d002003102121000c010b200128020020002003102521000b2000450d0120012000360200200141046a2003360200200141086a28020021030b200141086a200341046a360200200020036a20023600000f0b102a000b102c000b130020004104360204200041f8b2c1003602000b8b0303017f017e027f02402001450d00034020002802940321002001417f6a22010d000b0b02402002450d00410021034100210103402002417f6a210202400240200120002f01064f0d00200141016a21010c010b02400240200028020022010d002003ad210441002105410021010c010b20003301044220862003ad842104410121050b200010232004a72103024002402004422088a7220620012f01064f0d00200121000c010b034002400240200128020022000d002003ad2104410021000c010b200541016a210520013301044220862003ad8421040b200110232004a72103200021012004422088a7220620002f01064f0d000b0b200641027420006a4198036a280200210002402005417f6a2201450d00034020002802940321002001417f6a22010d000b0b410021010b20020d000b0b0240200041e8f6c200460d0020002802002101200010232001450d0020012802002100200110232000450d00024020002802002201450d000340200010232001210020012802002203210120030d000b0b200010230b0bab0101037f230041d0006b220124002001200010a4020240200141c0006a2802002202450d00034002402001280244450d00200210230b2001200010a402200128024022020d000b0b02402000280204220241e8f6c200460d0020022802002103200210232003450d0020032802002100200310232000450d00024020002802002202450d000340200010232002210020022802002203210220030d000b0b200010230b200141d0006a24000b02000bab1f07057f017e047f017e027f037e017f23004180016b22022400200241d0006a41086a220341a8bdc600ad42808080809001841003220441086a2900003703002002200429000037035020041023200241106a41086a2205200329030037030020022002290350370310200341e6bdc600ad4280808080d000841003220441086a2900003703002002200429000037035020041023200241206a41086a220420032903003703002002200229035037032020022001360250200241e0006a41186a2206200241d0006aad22074280808080c000841001220341186a290000370300200241e0006a41106a2208200341106a290000370300200241e0006a41086a2209200341086a2900003703002002200329000037036020031023200241306a41186a220a2006290300370300200241306a41106a22062008290300370300200241306a41086a22082009290300370300200220022903603703300240024041c00010212203450d00200320022903103700002003200229032037001020032002290330370020200341086a2005290300370000200341186a2004290300370000200341286a2008290300370000200341306a2006290300370000200341386a200a2903003700000240200310bf02220441ff01714102470d0020031023200041086a410a360200200041046a41aeb9c100360200200041003a00000c020b2003ad42808080808008841005200310234101210b024002402004410171450d00200241306a21050c010b200241e0006a41186a4200370300200241e0006a41106a22084200370300200241e0006a41086a2204420037030020024200370360200241d0006a41086a220341a8bdc600ad42808080809001841003220541086a29000037030020022005290000370350200510232004200329030037030020022002290350220c3703102002200c3703602003419ebdc600ad4280808080a001841003220541086a290000370300200220052900003703502005102320082002290350220c370300200241306a41086a2004290300370300200241306a41106a200c370300200241306a41186a20032903003703002002200c37032020022002290360370330200241e0006a200241306a412010c20220022802602204410420041b210d41aeb9c100210e41002103024002400240024002402002290264420020041b220c422088220fa7220941014b0d0020090e020201020b20092104034020032004410176220520036a2206200d20064102746a28020020014b1b2103200420056b220441014b0d000b0b200d20034102746a22042802002001470d00200320094f0d012004200441046a2003417f7320096a41027410d4041a200c42ffffffff0f83210c200f427f7c42ffffffff0f83210f4100210b2001210e0b200241e0006a41186a22064200370300200241e0006a41106a22094200370300200241e0006a41086a2204420037030020024200370360200241d0006a41086a220341a8bdc600ad42808080809001841003220541086a290000370300200220052900003703502005102320042003290300370300200220022903502210370310200220103703602003419ebdc600ad4280808080a001841003220541086a2900003703002002200529000037035020051023200241206a41086a2003290300221037030020022002290350221137032020082011370000200841086a2010370000200241306a41086a2004290300370300200241306a41106a2009290300370300200241306a41186a20062903003703002002200229036037033002400240200d0d00200241306aad428080808080048410050c010b2002410036026820024201370360200fa72203200241e0006a105d0240024020030d002002280268210420022802642108200228026021050c010b200d20034102746a21122002280264210820022802682103200d210603402006280200210902400240200820036b4104490d00200341046a2104200228026021050c010b200341046a22042003490d05200841017422052004200520044b1b220a4100480d050240024020080d00200a102121050c010b20022802602008200a102521050b2005450d072002200a36026420022005360260200a21080b20022004360268200520036a2009360000200421032012200641046a2206470d000b0b200ca72103200241306aad42808080808004842004ad4220862005ad84100202402008450d00200510230b2003450d00200d10230b200241306a2105200b450d02200041003a0000200041086a410a360200200041046a200e3602000c040b41aab9c000411d41b096c500102d000b102c000b200241d0006a41086a2204419ebdc600ad4280808080a00184220c1003220341086a2900003703002002200329000037035020031023200241106a41086a220a200429030037030020022002290350370310200441cbbcc600ad4280808080c000841003220341086a2900003703002002200329000037035020031023200241206a41086a220d20042903003703002002200229035037032020022001360250200241e0006a41186a220620074280808080c00084220f1001220341186a290000370300200241e0006a41106a2208200341106a290000370300200241e0006a41086a2209200341086a2900003703002002200329000037036020031023200241306a41186a22122006290300370300200241306a41106a220b2008290300370300200241306a41086a220e20092903003703002002200229036037033041c00010212203450d00200320022903103700002003200229032037001020032002290330370020200341086a200a290300370000200341186a200d290300370000200341286a200e290300370000200341306a200b290300370000200341386a20122903003700002003ad42808080808008841005200310232004200c1003220341086a2900003703002002200329000037035020031023200a200429030037030020022002290350370310200441cfbcc600ad4280808080d000841003220341086a2900003703002002200329000037035020031023200d200429030037030020022002290350370320200220013602502006200f1001220341186a2900003703002008200341106a2900003703002009200341086a290000370300200220032900003703602003102320122006290300370300200b2008290300370300200e20092903003703002002200229036037033041c00010212203450d00200320022903103700002003200229032037001020032002290330370020200341086a200241106a41086a2204290300370000200341186a200241206a41086a2206290300370000200341286a200241306a41086a2209290300370000200341306a200241306a41106a220a290300370000200341386a200241306a41186a220d2903003700002003ad4280808080800884100520031023200241d0006a41086a2203419ebdc600ad4280808080a001841003220841086a29000037030020022008290000370350200810232004200329030037030020022002290350370310200341f7b7c100ad4280808080a001841003220841086a2900003703002002200829000037035020081023200620032903003703002002200229035037032020022001360250200241e0006a41186a220820074280808080c000841001220341186a290000370300200241e0006a41106a2212200341106a290000370300200241e0006a41086a220b200341086a2900003703002002200329000037036020031023200d2008290300370300200a20122903003703002009200b2903003703002002200229036037033041c00010212203450d0020032002290310370000200341086a200429030037000020032002290320370010200341186a200629030037000020032005290000370020200341286a200541086a290000370000200341306a200541106a290000370000200341386a200541186a290000370000200241086a200341c000108e010240024020022802084101460d00200310230c010b200228020c21052003ad4280808080800884100520031023200241306a41186a4200370300200241306a41106a22084200370300200241306a41086a2203420037030020024200370330200241d0006a41086a220441e691c600ad4280808080e000841003220641086a290000370300200220062900003703502006102320032004290300370300200220022903503703302004418192c600ad4280808080e000841003220641086a290000370300200220062900003703502006102320082002290350220c370300200241e0006a41086a22092003290300370300200241e0006a41106a220a200c370300200241e0006a41186a220d20042903003703002002200c370320200220022903303703602002200241e0006a4120108e0120052002280204410020022802001b22124f0d000340200220013602342002200541016a22053602302004419ebdc600ad4280808080a001841003220341086a2900003703002002200329000037035020031023200241106a41086a220620042903003703002002200229035037031020044181b8c100ad4280808080f001841003220341086a2900003703002002200329000037035020031023200241206a41086a2208200429030037030020022002290350370320200241e0006a200241306a10c40241c00010212203450d02200320022903103700002003200229032037001020032002290360370020200341086a2006290300370000200341186a2008290300370000200341286a2009290300370000200341306a200a290300370000200341386a200d2903003700002003ad428080808080088410052003102320122005470d000b0b200241d0006a41086a220341a8bdc600ad42808080809001841003220441086a2900003703002002200429000037035020041023200241106a41086a2205200329030037030020022002290350370310200341e6bdc600ad4280808080d000841003220441086a2900003703002002200429000037035020041023200241206a41086a220420032903003703002002200229035037032020022001360250200241e0006a41186a220620074280808080c000841001220341186a290000370300200241e0006a41106a2201200341106a290000370300200241e0006a41086a2208200341086a2900003703002002200329000037036020031023200241306a41186a22092006290300370300200241306a41106a22062001290300370300200241306a41086a220120082903003703002002200229036037033041c00010212203450d00200320022903103700002003200229032037001020032002290330370020200341086a2005290300370000200341186a2004290300370000200341286a2001290300370000200341306a2006290300370000200341386a20092903003700002003ad4280808080800884100520031023200041043a00000c010b102a000b20024180016a24000ba20405057f017e017f027e047f230041f0006b22002400200041306a41186a22014200370300200041306a41106a22024200370300200041306a41086a2203420037030020004200370330200041e0006a41086a220441a8bdc600ad428080808090018422051003220641086a29000037030020002006290000370360200610232003200429030037030020002000290360220737035020002007370330200441d1bdc600ad4280808080a0018422081003220641086a2900003703002000200629000037036020061023200220002903602207370300200041106a41086a22062003290300370300200041106a41106a22092007370300200041106a41186a220a20042903003703002000200737035020002000290330370310200041086a200041106a4120108e01200028020c210b2000280208210c20014200370300200242003703002003420037030020004200370330200420051003220241086a29000037030020002002290000370360200210232003200429030037030020002000290360220737035020002007370330200420081003220241086a290000370300200020022900003703602002102320012004290300220737030020062003290300370300200920002903602205370300200a200737030020002005370350200020002903303703102000200b41e807200c1b220441016a360230200041106aad4280808080800484200041306aad4280808080c000841002200041f0006a240020040b960201047f230041d0006b22012400200141c00036020420012000360200200141086a2000ad4280808080800884100610a10102400240200128020822020d00410221000c010b200128020c210302400240200141106a280200450d0020022d0000220441014b0d0041002100024020040e020200020b410121000c010b20014100360220200142013703182001410c36022c200120013602282001200141186a360234200141cc006a41013602002001420137023c200141a0f0c2003602382001200141286a360248200141346a41c893c500200141386a10301a200135022042208620013502188410070240200128021c450d00200128021810230b410221000b2003450d00200210230b200141d0006a240020000bae0a050c7f017e037f037e037f230041d0016b220224002002412036021c20022001360218200241206a2001ad4280808080800484100610a10102400240200228022022030d00200041003602000c010b200228022421042002200241286a28020036024420022003360240200241106a200241c0006a106f02400240024002400240024020022802100d000240024002402002280244410c6e2205410c6c2201417f4c0d00200228021421060240024020010d00410421070c010b200110212207450d020b02402006450d0041002108410021090340200241086a200241c0006a106f20022802080d082002280244220141246e220a41246c220b417f4c0d02200228020c210c02400240200b0d004104210d0c010b200b1021220d450d040b200aad210e02400240200c450d004100210f034020014104490d0a200f41016a210f20022001417c6a221036024420022002280240220a41046a360240200a280000211141002101200241003a00c8010340024020102001470d0020024100360244200141ff0171450d0c200241003a00c8010c0c0b200241a8016a20016a200a20016a220b41046a2d00003a00002002200b41056a3602402002200141016a220b3a00c801200b2101200b4120470d000b200241e8006a41086a200241a8016a41086a2903002212370300200241e8006a41106a200241a8016a41106a2903002213370300200241e8006a41186a200241a8016a41186a2903002214370300200241c8006a41086a220a2012370300200241c8006a41106a22152013370300200241c8006a41186a2216201437030020022010200b6b2201360244200220022903a8012212370368200220123703480240200ea7200e422088a7220b470d00200b41016a2210200b490d08200b4101742217201020102017491bad221242247e2213422088a70d082013a722104100480d0802400240200b0d0020101021210d0c010b200d200b41246c20101025210d0b200d450d07200e42808080807083201284210e0b200d200b41246c6a220b2011360200200b2002290348370204200b410c6a200a290300370200200b41146a2015290300370200200b411c6a2016290300370200200e4280808080107c210e200f200c470d000c020b0b200d450d090b200941016a2101024020052009470d002009410174220b2001200b20014b1b2205ad420c7e2212422088a70d052012a7220b4100480d050240024020090d00200b102121070c010b20072009410c6c200b102521070b2007450d040b20072009410c6c6a220b200e370204200b200d3602002008410c6a21082001210920012006470d000b200241386a200636020020022005360234200220073602300c050b200241386a2006360200200220053602342002200736023020070d040c070b1031000b102a000b102c000b200241003602300c030b20002002290330370200200041086a200241306a41086a2802003602000c030b200ea7450d00200d10230b2002410036023002402009450d002007210103400240200141046a280200450d00200128020010230b2001410c6a2101200841746a22080d000b0b2005450d00200710230b200241003602900120024201370388012002410c36026c2002200241186a360268200220024188016a360248200241bc016a4101360200200242013702ac01200241a0f0c2003602a8012002200241e8006a3602b801200241c8006a41c893c500200241a8016a10301a20023502900142208620023502880184100720004100360200200228028c01450d0020022802880110230b2004450d00200310230b200241d0016a24000b820b02117f037e230041c0026b220224002002412036020c20022001360208200241106a2001ad4280808080800484100610a10102400240200228021022030d00200041003602000c010b200228021421042002200241186a280200360234200220033602302002200241306a106f02400240024002400240024020022802000d0002400240024020022802342205412c6e2206412c6c2201417f4c0d00200228020421070240024020010d00410421080c010b200110212208450d020b02402007450d0041002109034020054104490d0820022005417c6a220a36023420022002280230220b41046a2201360230200a450d08200b280000210c20022005417b6a220d3602342002200141016a36023020012d0000220141014b0d084102210e0240024020010e020100010b41002101200241003a00b8022005417b6a210d417a210a03400240200d2001470d00200141ff0171450d0a200241003a00b8020c0a0b20024198026a20016a200b20016a220e41056a2d00003a000020022005200a6a3602342002200e41066a3602302002200141016a220e3a00b802200a417f6a210a200e2101200e4120470d000b200241f8016a41186a220f20024198026a41186a290300370300200241f8016a41106a221020024198026a41106a290300370300200241f8016a41086a221120024198026a41086a29030037030020022002290398023703f801200d200e460d0820022005200a6a220d3602342002200b200e6a220141066a220b360230200141056a2d0000220a41014b0d08024002400240200a0e020100010b200d4104490d0a20022005200e6b41766a220d36023420022001410a6a360230200b28000021124101210e0c010b4100210e0b200241b8016a41086a2011290300221337030020024198016a41186a200f29030037030020024198016a41106a201029030037030020024198016a41086a2013370300200220022903f80122133703b80120022013370398010b200941016a210a200241d8006a41086a20024198016a41086a2903002213370300200241d8006a41106a20024198016a41106a2903002214370300200241d8006a41186a20024198016a41186a2903002215370300200241386a41086a22052013370300200241386a41106a220b2014370300200241386a41186a220f20153703002002200229039801221337035820022013370338024020062009470d0020094101742201200a2001200a4b1b2206ad422c7e2213422088a70d052013a722014100480d050240024020090d002001102121080c010b20082009412c6c2001102521080b2008450d040b20082009412c6c6a2201200c360200200120022903383702042001410c6a2005290300370200200141146a200b2903003702002001411c6a200f290300370200200141286a2012360200200141246a200e360200200d2105200a2109200a2007470d000b200241286a200736020020022006360224200220083602200c050b200241286a2007360200200220063602242002200836022020080d040c070b1031000b102a000b102c000b200241003602200c030b20002002290320370200200041086a200241206a41086a2802003602000c030b200241b8016a41186a200241d8016a41186a290300370300200241b8016a41106a200241d8016a41106a2903003703000b200241003602202006450d00200810230b2002410036028002200242013703f8012002410c3602dc012002200241086a3602d8012002200241f8016a3602b801200241ac026a41013602002002420137029c02200241a0f0c200360298022002200241d8016a3602a802200241b8016a41c893c50020024198026a10301a20023502800242208620023502f8018410072000410036020020022802fc01450d0020022802f80110230b2004450d00200310230b200241c0026a24000bbb0201017f230041e0006b220324002003200236020c20032001360208200341106a2002ad4220862001ad84100610a10102400240200328021022010d00200041003602000c010b200328021421022003200341106a41086a28020036022420032001360220200341c8006a200341206a107b024002402003280248450d0020002003290348370200200041086a200341c8006a41086a2802003602000c010b20034100360230200342013703282003410c36023c2003200341086a3602382003200341286a360244200341dc006a41013602002003420137024c200341a0f0c2003602482003200341386a360258200341c4006a41c893c500200341c8006a10301a2003350230422086200335022884100720004100360200200328022c450d00200328022810230b2002450d00200110230b200341e0006a24000bc11101197f41002104024002400240200141014b0d0020010e020201020b20012105034020042005410176220620046a2207200020074102746a28020020024b1b2104200520066b220541014b0d000b0b4100210502400240200020044102746a28020022062002470d00410021080c010b200420062002496a2104410121080b41012109024002400240200141014b0d0020010e020201020b4100210520012106034020052006410176220720056a220a2000200a4102746a28020020034b1b2105200620076b220641014b0d000b0b0240200020054102746a28020022062003470d00410021090c010b200520062003496a21050b024002400240024020080d002009450d04200420014f0d0120042105200321020c030b2009450d010c030b41e8b8c10020042001102f000b20052001490d004190b8c10020052001102f000b200020054102746a2002360200024020014115490d00024002402001410176220b41ffffffff0371200b470d00200b4102742204417f4c0d0002400240024020040d004104210c410421030c010b20041021220c450d01200c21030b2000417c6a210d200041746a210e4100210f4100211041042111410021082001211203402012210a41002112410121070240200a417f6a2213450d00024002400240024002400240200020134102746a280200200a410274221420006a41786a2802002205490d00200a417e6a2109200e20146a210641002112410021040340024020092004470d00200a21070c080b200441016a21042005200628020022074f21022006417c6a21062007210520020d000b200441016a21072004417f73200a6a21040c010b200e20146a21062013210402400340024020044101470d00410021040c020b2004417f6a21042005200628020022074921022006417c6a21062007210520020d000b0b200a2004490d01200a20014b0d03200a20046b22074101762202450d00200020044102746a2105200d20146a21060340200528020021092005200628020036020020062009360200200541046a21052006417c6a21062002417f6a22020d000b0b024020040d00200421120c050b0240200741094d0d00200421120c050b200a20014b0d01200020044102746a21090340200a2004417f6a2212490d040240200a20126b22074102490d00200020044102746a22062802002205200020124102746a221428020022154f0d0020142005360200024020074103490d0020132102200921052014280208221420154f0d00034020052014360200200541046a210620042002417f6a2202460d01200541086a211420062105201428020022142015490d000b0b200620153602000b2012450d052009417c6a2109201221042007410a4f0d050c000b0b2004200a103f000b200a2004417f6a2212490d010b200a2001103e000b2012200a103f000b024020082010470d0002400240201041016a22042010490d00201041017422052004200520044b1b220441ffffffff01712004470d002004410374220541004e0d010b102c000b0240024020100d002005102121110c010b201120104103742005102521110b2011450d0220042110200f21080b201120084103746a2204200736020420042012360200200f41016a2208210f024020084102490d0002400340024002400240024020112008417f6a220f4103746a2204280200450d00200841037420116a220741746a2802002206200428020422054d0d000240200841024b0d002008210f410221082012450d0b0c080b20112008417d6a22134103746a2802042204200520066a4d0d010240200841034b0d002008210f410321082012450d0b0c080b200741646a280200200420066a4d0d012008210f0c060b20084103490d012004280204210520112008417d6a22134103746a28020421040b20042005490d010b2008417e6a21130b0240024002400240024002402008201341016a22164b2217450d00200820134b2218450d01201120134103746a2219280204221a20192802006a2204201120164103746a221b280200221c490d02200420014b0d032000201c4102746a2209201b280204221541027422056a21072004410274210a2004201c6b220220156b220420154f0d04200c20072004410274220510d3041a200320056a21060240024020154101480d00200441014e0d010b20072105200321040c060b200d200a6a210a200721050340200a2005417c6a22042006417c6a2207200728020020042802004922021b2802003602002006200720021b2106024020092004200520021b2205490d00200321040c070b200a417c6a210a2003210420032006490d000c060b0b41e4c0c60020162008102f000b41e4c0c60020132008102f000b201c2004103f000b20042001103e000b200c2009200510d3041a200320056a21060240024020154101480d00200220154a0d010b20092105200321040c010b2000200a6a21142003210420092105034020052007280200220a20042802002202200a200249220a1b3602002004200441046a200a1b2104200541046a2105200741046a2007200a1b220720144f0d01200620044b0d000b0b20052004200620046b417c7110d3041a02402018450d002019201c360200201941046a201a20156a3602002017450d02201b201b41086a20082016417f736a41037410d4041a200f2108200f41014d0d030c010b0b41bcc1c60020132008102f000b41aab9c000411d41b096c500102d000b2012450d030c000b0b102a000b1031000b02402010450d00201110230b200b450d01200c10230f0b20014102490d002001417f6a2104200020014102746a21074100210a034002400240024020042205417f6a220420014b0d00200120046b22064102490d02200020054102746a22052802002202200020044102746a220328020022094f0d022003200236020020064103490d01200a2106200721022003280208220320094f0d01034020022205417c6a20033602002006417f6a2206450d02200541046a2202280200220320094f0d020c000b0b20042001103f000b200520093602000b200a41016a210a2007417c6a210720040d000b0b0bcf0101057f230041206b220224000240410410212203450d00200320012802003600002001280204210120034104410810252203450d0020032001360004200241186a22042003ad42808080808001841001220141186a290000370300200241106a2205200141106a290000370300200241086a2206200141086a2900003703002002200129000037030020011023200041186a2004290300370000200041106a2005290300370000200041086a20062903003700002000200229030037000020031023200241206a24000f0b102a000be00b07067f017e037f027e087f027e037f230041f0006b22012400200141d0006a41186a22024200370300200141d0006a41106a22034200370300200141d0006a41086a2204420037030020014200370350200141086a220541a8bdc600ad42808080809001841003220641086a29000037030020012006290000370300200610232004200529030037030020012001290300220737034020012007370350200541cbbdc600ad4280808080e000841003220641086a2900003703002001200629000037030020061023200320012903002207370300200141206a41086a22082004290300370300200141206a41106a22092007370300200141206a41186a220a20052903003703002001200737034020012001290350370320200141d0006a200141206a10c1022001280250210620012902542107200242003703002003420037030020044200370300200142003703502005419ebdc600ad4280808080a001841003220341086a29000037030020012003290000370300200310232004200529030037030020012001290300220b3703402001200b370350200541c0bcc600ad4280808080b001841003220341086a290000370300200120032900003703002003102320022005290300220b3703002008200429030037030020092001290300220c370300200a200b3703002001200c370340200120012903503703202007420020061b220c422088a7210a200141d0006a200141206a108f0120012902544200200128025022051b2207422088210b02402007a7450d002005410120051b10230b200ba721044100210d4100210e0240200a450d002004417f6a200a6e210e0b2006410420061b210f02400240024002400240024020040d0041042108410021050c010b02400240200441ffffffff01712004470d00200441037422054100480d002005102122080d01102a000b102c000b0240200e450d00200e200a6c210941002105200821060340410021020240200920054d0d002005200e6e2202200a4f0d04200f2002412c6c6a2802002103410121020b20062002360200200641046a2003360200200641086a21062004200541016a2205470d000b2004210d0c010b2004210620082105034020054100360200200541086a21052006417f6a22060d000b2004210d200421050b200141206a4185bfc100411410cd0241002106200141d0006a41186a220e41204100412020044102746b2202200241204b1b22026bad422086200141206a20026aad841001220241186a290000370300200141d0006a41106a2210200241106a290000370300200141d0006a41086a2211200241086a2900003703002001200229000037035020021023200141186a2212200e2903002207370300200141106a22132010290300220b370300200141086a221420112903002215370300200120012903502216370300200141206a41186a22172007370300200141206a41106a2218200b370300200141206a41086a221920153703002001201637032041002004417f6a2202200220044b1b2209450d032001ad4280808080800484210b034002402006411c71220241046a220341204d0d0020034120103e000b200120026a2800002004410120041b220a70210302402002411c470d00200e200b1001220241186a2900003703002010200241106a2900003703002011200241086a29000037030020012002290000370350200210232012200e2903003703002013201029030037030020142011290300370300200120012903503703000b200a417f6a220220054f0d02200320054f0d03200820024103746a220229020021072002200820034103746a220329020037020020032007370200200641046a21062004417f6a21042009417f6a22090d000c040b0b41e4c0c6002002200a102f000b41a8f5c10020022005102f000b41b8f5c10020032005102f000b200020053602082000200d360204200020083602002000200129032037000c200041146a20192903003700002000411c6a2018290300370000200041246a20172903003700000240200ca7450d00200f10230b200141f0006a24000bd50302047f047e230041f0006b220324002003200236020c20032001360208200341106a2002ad4220862001ad84100610a10102400240200328021022040d00200041003a00000c010b200341186a28020021052003280214210641002101200341003a006802400340024020052001470d000240200141ff0171450d00200341003a00680b4100210120034100360228200342013703202003410c3602442003200341086a3602402003200341206a36026c200341dc006a41013602002003420137024c200341a0f0c2003602482003200341c0006a360258200341ec006a41c893c500200341c8006a10301a200335022842208620033502208410072003280224450d02200328022010230c020b200341c8006a20016a200420016a2d00003a00002003200141016a22023a00682002210120024120470d000b200341206a41186a200341c8006a41186a2903002207370300200341206a41106a200341c8006a41106a2903002208370300200341206a41086a200341c8006a41086a290300220937030020032003290348220a370320200041196a2007370000200041116a2008370000200041096a20093700002000200a370001410121010b200020013a00002006450d00200410230b200341f0006a24000b990301057f230041d0006b22022400200241f0003a000802400240410110212203450d00200341f0003a0000200241e1003a000820034101410210252203450d00200341e1003a0001200241f2003a000820034102410410252204450d00200441f2003a0002200441e1003a0003200128020021014108210320044104410810252205450d0020052001360004200241003a004820052106410021040340200241003a0008200241086a20062003410047220110d3041a024020030d00200241003a00080b20032001490d02200241286a20046a20022d00083a00002002200441016a22043a0048200320016b2103200620016a210620044120470d000b200241086a41186a2203200241286a41186a290300370300200241086a41106a2204200241286a41106a290300370300200241086a41086a2201200241286a41086a2903003703002002200229032837030820051023200041186a2003290300370000200041106a2004290300370000200041086a200129030037000020002002290308370000200241d0006a24000f0b102a000b20012003103f000bc70501047f23004190026b220324002003200241e00110d304220241e0016a41186a200141186a290000370300200241e0016a41106a200141106a290000370300200241e0016a41086a200141086a290000370300200220012900003703e001410021012002410036028802200242013703800202400240024020022d0000220341024b0d00024002400240024020030e03000102000b410110212201450d042002428180808010370284022002200136028002200141013a0000200241086a20024180026a10e0010c020b410110212201450d032002428180808010370284022002200136028002200141023a0000200220024180026a36028c0220024101722002418c026a106b0c010b410110212201450d022002428180808010370284022002200136028002200141033a0000200220024180026a36028c0220024101722002418c026a106b0b20022802840221010b200228028002210302400240200120022802880222046b4120490d00200441206a2105200121060c010b200441206a22052004490d02200141017422062005200620054b1b22064100480d020240024020010d002006102121030c010b200320012006102521030b2003450d010b200320046a220120022903e001370000200141186a200241e0016a41186a290300370000200141106a200241e0016a41106a290300370000200141086a200241e0016a41086a290300370000200020053602082000200636020420002003360200024020022d00000d000240200241206a280200450d002002411c6a28020010230b02402002412c6a280200450d00200241286a28020010230b02402002413c6a2802002203450d00200241346a28020021012003410474210303400240200141046a280200450d00200128020010230b200141106a2101200341706a22030d000b0b200241386a280200450d00200228023410230b20024190026a24000f0b102a000b102c000bd0370b077f017e027f027e067f027e0d7f017e047f017e067f230041c0036b220324002002280200210420034190026a41086a22054189bdc600ad4280808080c001841003220641086a290000370300200320062900003703900220061023200341f0026a41086a2207200529030037030020032003290390023703f002200541deb5c600ad42808080808002841003220641086a290000370300200320062900003703900220061023200341b0026a41086a2208200529030037030020032003290390023703b00220032004413270220936022020034180036a41186a2206200341206aad220a4280808080c000841001220541186a29000037030020034180036a41106a2204200541106a29000037030020034180036a41086a220b200541086a290000370300200320052900003703800320051023200341a0036a41186a22052006290300370300200341a0036a41106a220c2004290300370300200341a0036a41086a2204200b29030037030020032003290380033703a0030240024041c00010212206450d00200620032903f002370000200620032903b002370010200620032903a003370020200641086a2007290300370000200641186a2008290300370000200641286a2004290300370000200641306a200c290300370000200641386a2005290300370000200341c0003602142003200636021020034190026a2006ad4280808080800884220d100610a1010240024002402003280290022207450d00200328029402210b200320034198026a28020022053602f402200320073602f0020240024020054104490d002003200741046a3602f00220032005417c6a22043602f40220044104490d002007350000210e2003200541786a22083602f4022003200741086a3602f00241002105200341003a00400340024020082005470d00200341003602f402200541ff0171450d02200341003a00400c020b200341206a20056a200720056a220441086a2d00003a00002003200441096a3602f0022003200541016a22043a00402004210520044120470d000b200341b0026a41086a200341206a41086a290300370300200341b0026a41106a200341206a41106a290300370300200341b0026a41186a200341206a41186a2903003703002003200820046b3602f402200320032903203703b002200341206a200341f0026a107b20032802202204450d0020032802242108200341206a200341f0026a10810102402003280220220f0d002008450d01200410230c010b200341a0036a41086a200341b0026a41086a290300370300200341a0036a41106a200341b0026a41106a2903003703002003280224210c410021050c010b41002104200341003602b802200342013703b0022003410c3602a4032003200341106a3602a0032003200341b0026a3602800341012105200341346a410136020020034201370224200341a0f0c2003602202003200341a0036a36023020034180036a41c893c500200341206a10301a20033502b80242208620033502b002841007024020032802b402450d0020032802b00210230b0b0240200b450d00200710230b2005450d010b200610230c010b200d1005200610232004450d0020034190026a41086a22054189bdc600ad4280808080c001841003220641086a290000370300200320062900003703900220061023200341f0026a41086a2207200529030037030020032003290390023703f002200541eeb5c600ad4280808080d002841003220641086a290000370300200320062900003703900220061023200341b0026a41086a2206200529030037030020032003290390023703b0022003200e3e022020034180036a41186a220b200a4280808080c000841001220541186a29000037030020034180036a41106a2210200541106a29000037030020034180036a41086a2211200541086a290000370300200320052900003703800320051023200341a0036a41186a2212200b290300370300200341a0036a41106a220b2010290300370300200341a0036a41086a2210201129030037030020032003290380033703a00341c00010212205450d01200520032903f002370000200520032903b002370010200520032903a003370020200541086a2007290300370000200541186a2006290300370000200541286a2010290300370000200541306a200b290300370000200541386a20122903003700002005ad428080808080088410082005102302402008450d00200410230b200c450d00200f10230b200341206a41186a4200370300200341206a41106a22074200370300200341206a41086a220642003703002003420037032020034190026a41086a220541c8f7c200ad4280808080f000841003220441086a290000370300200320042900003703900220041023200620052903003703002003200329039002370320200541d2a3c400ad4280808080a001841003220441086a2900003703002003200429000037039002200410232007200329039002220d370300200341b0026a41086a2006290300370300200341b0026a41106a200d370300200341b0026a41186a20052903003703002003200d3703a003200320032903203703b002200341206a200341b0026a4120108c010240024020032802202205450d0020032003290224370204200320053602000c010b20034100360208200342013703000b02402002411c6a2802002205200120052001491b2213450d002002280214211420034190026aad4280808080c000842115200a42808080808004842116200341a0036a41106a210f20034180036a41106a2117200341f8016a2118200341d8016a2119200341b8016a211a200341f8006a211b200341206a41386a211c200341206a412c6a211d200341b0026a41286a211e200341b0026a41306a211f410021200240034020034100360218200342013703102000202041f0016c6a22082802e4012106200841e8016a280200210420034180036a41186a222142003703002017420037030020034180036a41086a22224200370300200342003703800320034190026a41086a221141b1a3c400ad4280808080f00084220e1003220541086a29000037030020032005290000370390022005102320222011290300370300200320032903900237038003201141d9a9c400ad4280808080e001841003220541086a290000370300200320052900003703900220051023200341206a41086a22232011290300220d3703002003200329039002222437032020172024370000201741086a200d370000200341b0026a41086a22252022290300370300200341b0026a41106a22262017290300370300200341b0026a41186a2227202129030037030020032003290380033703b002200341a0036a200341b0026a4120108c010240024020032802a00322050d00410021010c010b20032902a403220d422088a72101200da7450d00200510230b202041016a2128200341a0036a41186a22124200370300200f4200370300200341a0036a41086a22104200370300200342003703a0032011200e1003220541086a290000370300200320052900003703900220051023201020112903003703002003200329039002220d3703b0022003200d3703a003201141f0f1c400ad4280808080e0028422241003220541086a29000037030020032005290000370390022005102320252011290300220d370300200320032903900222293703b002200f2029370000200f41086a222a200d37000020232010290300370300200341206a41106a222b200f290300370300200341206a41186a222c2012290300370300200320032903a003370320200341b0026a200341206a10a90320032802b002210720032802b402210520032903b802210d2003200436022420032006360220200d420020051b210d200341003602282007410020051b21072005410420051b210c2003200341106a3602302003200336022c02400340410221060240200341206a10830141ff017122044102460d0020032003280228220541016a3602282004410171450d0141012106200328022c220b28020820054d0d00200328023021042012200b28020020054105746a220b41186a290000370300200f200b41106a2900003703002010200b41086a2900003703002003200b2900003703a00302400240200441046a222d2802002004280208220b460d002004280200212e0c010b200b41016a222e200b490d08200b410174222f202e202f202e4b1b222f41ffffff3f71202f470d08202f410574222e4100480d0802400240200b0d00202e1021212e0c010b2004280200200b410574202e1025212e0b202e450d072004202e360200202d202f3602002004280208210b0b202e200b4105746a220b20032903a003370000200b41186a2012290300370000200b41106a200f290300370000200b41086a20102903003700002004200428020841016a3602080b0240200641ff01714102460d00200520014f0d01200741146a22042007490d010240200541016a2207200d422088a722064d0d000240200da7220b20066b20072006200720064b1b222e20066b22074f0d00200620076a222f2006490d09200b410174222d202f202d202f4b1b222f41ffffffff0371202f470d09202f410274222d4100480d0902400240200b0d00202d1021210c0c010b200c200b410274202d1025210c0b200c450d08202fad210d0b200c20064102746a210b0240024020074102490d00200b4100202e2006417f736a220741027410d2041a200c2006202e6a20066b4102746a417c6a210b200720066a21060c010b2007450d010b200b4100360200200641016a21060b200620054d0d02200c20054102746a2205200528020041146a360200200d42ffffffff0f832006ad42208684210d200421070c010b0b2003200c3602840320032007360280032003200d3703880320124200370300200f420037030020104200370300200342003703a0032011200e1003220541086a290000370300200320052900003703900220051023201020112903003703002003200329039002220e3703b0022003200e3703a003201120241003220541086a29000037030020032005290000370390022005102320252011290300220e370300200320032903900222243703b002200f2024370000202a200e37000020232010290300370300202b200f290300370300202c2012290300370300200320032903a00337032002400240200c0d00201610050c010b200341203602b4022003200341206a3602b00220034180036a200341b0026a108204200c450d00200da7450d00200c10230b200828021021072012200841d0006a290000370300200f200841c8006a2900003703002010200841c0006a2900003703002025200841e0006a2903003703002026200841e8006a2903003703002027200841f0006a290300370300200341b0026a41206a2201200841f8006a290300370300201e20084180016a290300370300201f20084188016a290300370300200341b0026a41386a220b20084190016a290300370300200320082900383703a003200320082903583703b0022008411c6a2802002205417f4c0d02200828021421060240024020050d00410121040c010b200510212204450d050b20042006200510d304210c200841286a2802002204ad42247e220d422088a70d02200da72206417f4c0d02200841206a280200212e0240024020060d004104212f0c010b20061021222f450d050b202f202e200610d304212e2011200841a0016a29030037030020034190026a41106a222f200841a8016a29030037030020034190026a41186a222d200841b0016a290300370300200320082903980137039002200841086a290300210d2008290300210e200341f0026a2008412c6a1078202120122903003703002017200f29030037030020222010290300370300200320032903a00337038003201d20032903f002370200201d41086a200341f0026a41086a22062802003602002003200d3703282003200e37032020032004360248200320043602442003202e3602402003200536023c200320053602382003200c36023420032007360230201c200329038003370300201c41086a2022290300370300201c41106a2017290300370300201c41186a2021290300370300201b41386a200b290300370300201b41306a201f290300370300201b41286a201e290300370300201b41206a2001290300370300201b41186a2027290300370300201b41106a2026290300370300201b41086a2025290300370300201b20032903b002370300201a41186a202d290300370300201a41106a202f290300370300201a41086a2011290300370300201a200329039002370300201941186a200841d0016a290300370300201941106a200841c8016a290300370300201941086a200841c0016a290300370300201920082903b801370300201841086a200341106a41086a280200360200201820032903103702002003410036028c02200342013702840220114189bdc600ad4280808080c001841003220541086a2900003703002003200529000037039002200510232006201129030037030020032003290390023703f002201141eeb5c600ad4280808080d002841003220541086a2900003703002003200529000037039002200510232025201129030037030020032003290390023703b0022003200228020036029002202120151001220541186a2900003703002017200541106a2900003703002022200541086a29000037030020032005290000370380032005102320122021290300370300200f20172903003703002010202229030037030020032003290380033703a00341c00010212204450d04200420032903f002370000200420032903b002370010200420032903a003370020200441086a2006290300370000200441186a2025290300370000200441286a2010290300370000200441306a200f290300370000200441386a2012290300370000201420204105746a22052d00002107410110212206450d04200620073a000020052d0001210720064101410210252206450d04200620073a000120052d0002210720064102410410252206450d04200620073a0002200620052d00033a000320052d0004210720064104410810252206450d04200620073a0004200620052d00053a0005200620052d00063a0006200620052d00073a000720052d0008210720064108411010252206450d04200620073a0008200620052d00093a0009200620052d000a3a000a200620052d000b3a000b200620052d000c3a000c200620052d000d3a000d200620052d000e3a000e200620052d000f3a000f20052d0010210720064110412010252206450d04200620073a0010200620052d00113a0011200620052d00123a0012200620052d00133a0013200620052d00143a0014200620052d00153a0015200620052d00163a0016200620052d00173a0017200620052d00183a0018200620052d00193a0019200620052d001a3a001a200620052d001b3a001b200620052d001c3a001c200620052d001d3a001d200620052d001e3a001e200620052d001f3a001f20112006ad42808080808004841014220541086a2900003703002003200529000037039002200510232025201129030037030020032003290390023703b00220061023200441c00041800110252204450d04200420032903b002370040200441c8006a2025290300370000200341003602b802200342013703b002200341206a200341b0026a10e00120032802f80121052003280280022206200341b0026a105d02402006450d002006410574210603402005200341b0026a1071200541206a2105200641606a22060d000b0b2003280284022105200328028c022206200341b0026a105d02402006450d002006410574210603402005200341b0026a1071200541206a2105200641606a22060d000b0b20032802b40221052004ad4280808080800a8420033502b80242208620032802b0022206ad84100202402005450d00200610230b2004102302402003280238450d00200328023410230b02402003280244450d00200328024010230b024020032802542206450d00200328024c21052006410474210603400240200541046a280200450d00200528020010230b200541106a2105200641706a22060d000b0b02402003280250450d00200328024c10230b024020032802fc01450d0020032802f80110230b0240200328028802450d0020032802840210230b20282120202820134f0d030c010b0b41bcc1c60020052006102f000b1031000b20034190026a41086a22054189bdc600ad4280808080c001841003220641086a290000370300200320062900003703900220061023200341f0026a41086a2204200529030037030020032003290390023703f002200541deb5c600ad42808080808002841003220641086a290000370300200320062900003703900220061023200341b0026a41086a2206200529030037030020032003290390023703b0022003200936022020034180036a41186a2207200a4280808080c000841001220541186a29000037030020034180036a41106a2201200541106a29000037030020034180036a41086a2208200541086a290000370300200320052900003703800320051023200341a0036a41186a22052007290300370300200341a0036a41106a22072001290300370300200341a0036a41086a2201200829030037030020032003290380033703a00341c0001021220b450d00200b20032903f002370000200b20032903b002370010200b20032903a003370020200b41086a2004290300370000200b41186a2006290300370000200b41286a2001290300370000200b41306a2007290300370000200b41386a2005290300370000200341003602282003420137032020022802002106410410212205450d002003410436022420032003280228220441046a36022820032005360220200520046a2006360000200228020421040240024020032802242206200328022822056b4104490d00200328022021060c010b200541046a22072005490d02200641017422052007200520074b1b22054100480d020240024020060d002005102121060c010b200328022020062005102521060b2006450d012003200536022420032006360220200328022821050b2003200541046a360228200620056a2004360000200241206a200341206a10ba0320022802082106200241106a2802002205200341206a105d02402005450d00200541027421070340200628020021010240024020032802242204200328022822056b4104490d00200328022021040c010b200541046a22082005490d04200441017422052008200520084b1b22054100480d040240024020040d002005102121040c010b200328022020042005102521040b2004450d032003200536022420032004360220200328022821050b200641046a21062003200541046a360228200420056a20013600002007417c6a22070d000b0b20022802142105200228021c2206200341206a105d02402006450d002006410574210603402003200341206a3602b0022005200341b0026a106b200541206a2105200641606a22060d000b0b20032802242105200bad4280808080800884200335022842208620032802202206ad84100202402005450d00200610230b200b102302402003280204450d00200328020010230b02402002410c6a280200450d00200228020810230b0240200241186a280200450d00200228021410230b200341c0036a24000f0b102a000b102c000b3c01017f02404108102122020d00102a000b200220002802003600002002200028020436000420012902002002ad42808080808001841002200210230b8d0301027f230041e0006b22032400200341003a0005024002402000413f4b0d0041012104200341013a0005200320004102743a00000c010b02400240200041808001490d0020004180808080044f0d0141042104200341043a0005200320004102744102723602000c020b41022104200341023a0005200320004102744101723b01000c010b41052104200341053a0005200341033a0000200320003600010b024002402001280200220028020822012002490d0020002802002100200320023602082003200436020c20042002470d0120002003200210d3041a200341e0006a24000f0b20022001103e000b200341286a41146a410d360200200341346a410e360200200341106a41146a41033602002003420337021420034190c6c6003602102003410e36022c2003200341086a36024020032003410c6a360244200342043703582003420137024c200341e4c6c6003602482003200341286a3602202003200341c8006a3602382003200341c4006a3602302003200341c0006a360228200341106a41a0c7c6001037000bb00201037f23004180016b220224002000280200210002400240024002400240200128020022034110710d002000280200210420034120710d012004ad2001103921000c020b20002802002104410021000340200220006a41ff006a2004410f712203413072200341d7006a2003410a491b3a00002000417f6a2100200441047622040d000b20004180016a22044181014f0d02200141cc88c0004102200220006a4180016a410020006b103c21000c010b410021000340200220006a41ff006a2004410f712203413072200341376a2003410a491b3a00002000417f6a2100200441047622040d000b20004180016a22044181014f0d02200141cc88c0004102200220006a4180016a410020006b103c21000b20024180016a240020000f0b2004418001103f000b2004418001103f000be01a03047f017e2b7f230041c00d6b220324002003200236020c20032001360208200341206a41186a22044200370300200341206a41106a22024200370300200341206a41086a2201420037030020034200370320200341800d6a41086a220541e691c600ad4280808080e000841003220641086a290000370300200320062900003703800d2006102320012005290300370300200320032903800d3703202005418192c600ad4280808080e000841003220641086a290000370300200320062900003703800d20061023200220032903800d2207370300200341a00d6a41086a22082001290300370300200341a00d6a41106a22092007370300200341a00d6a41186a220a200529030037030020032007370310200320032903203703a00d2003200341a00d6a4120108e012003280204210b2003280200210c20044200370300200242003703002001420037030020034200370320200541a797c500ad42808080808003841003220641086a290000370300200320062900003703800d2006102320012005290300370300200320032903800d370320200541bf97c500ad4280808080e001841003220641086a290000370300200320062900003703800d20061023200220032903800d22073703002008200129030037030020092007370300200a200529030037030020032007370310200320032903203703a00d200341206a200341a00d6a4120108c0120032802202201410120011b210d024002402003290224420020011b2207422088a722020d0020004200370000200041186a4200370000200041106a4200370000200041086a42003700000c010b200341206a410041e00c10d2041a200b417f6a41d100704130200c1b2101200d41206a210e200d20024105746a210f410021104100211141002112410021134100211441002115410021164100211741002118410021194100211a4100211b4100211c4100211d4100211e4100211f410021204100212141002122410021234100212441002125410021264100212741002128410021294100212a4100212b4100212c4100212d4100212e4100210c200d21024100212f41d100213002400340202f210420022106024002402001450d00200141016a21012006210203400240200f2002470d00200d21020b2002220641206a21022001417f6a22010d000b20060d010c030b02402006200f460d00200641206a21020c010b200e2102200d21060b0240024002400240200328020c220141056a220b417f4c0d002003280208213102400240200b450d00200b10212232450d034100212f200341003602a80d2003200b3602a40d200320323602a00d0c010b200341003602a80d2003200b3602a40d200341013602a00d410110212232450d02200341013602a40d200320323602a00d20032802a80d212f0b2003202f41016a3602a80d2032202f6a20043a00002001200341a00d6a105d0240024020032802a40d223220032802a80d220b6b2001490d0020032802a00d21320c010b200b20016a222f200b490d032032410174220b202f200b202f4b1b220b4100480d030240024020320d00200b102121320c010b20032802a00d2032200b102521320b2032450d022003200b3602a40d200320323602a00d20032802a80d210b0b2003200b20016a3602a80d2032200b6a2031200110d3041a2003200341a00d6a3602102006200341106a106b20032802a40d2106200a20033502a80d42208620032802a00d222fad841001220141186a2900003703002009200141106a2900003703002008200141086a290000370300200320012900003703a00d20011023200341800d6a41186a220b200a290300370300200341800d6a41106a2232200929030037030020052008290300370300200320032903a00d3703800d02402006450d00202f10230b2030417f6a2130200441016a212f200341206a20044103704105746a220120032903800d370000200141186a200b290300370000200141106a2032290300370000200141086a20052903003700004100210603402004200441036e220b417d6c6a4102470d04200341206a20066a220141df006a2d0000220c2001411f6a2d0000223271200c2032722001413f6a2d000071722127200141de006a2d0000220c2001411e6a2d0000223271200c2032722001413e6a2d000071722126200141dd006a2d0000220c2001411d6a2d0000223271200c2032722001413d6a2d000071722125200141dc006a2d0000220c2001411c6a2d0000223271200c2032722001413c6a2d000071722124200141db006a2d0000220c2001411b6a2d0000223271200c2032722001413b6a2d000071722123200141da006a2d0000220c2001411a6a2d0000223271200c2032722001413a6a2d000071722122200141d9006a2d0000220c200141196a2d0000223271200c203272200141396a2d000071722121200141d8006a2d0000220c200141186a2d0000223271200c203272200141386a2d000071722120200141d7006a2d0000220c200141176a2d0000223271200c203272200141376a2d00007172211f200141d6006a2d0000220c200141166a2d0000223271200c203272200141366a2d00007172211e200141d5006a2d0000220c200141156a2d0000223271200c203272200141356a2d00007172211d200141d4006a2d0000220c200141146a2d0000223271200c203272200141346a2d00007172211c200141d3006a2d0000220c200141136a2d0000223271200c203272200141336a2d00007172211b200141d2006a2d0000220c200141126a2d0000223271200c203272200141326a2d00007172211a200141d1006a2d0000220c200141116a2d0000223271200c203272200141316a2d000071722119200141d0006a2d0000220c200141106a2d0000223271200c203272200141306a2d000071722118200141cf006a2d0000220c2001410f6a2d0000223271200c2032722001412f6a2d000071722117200141ce006a2d0000220c2001410e6a2d0000223271200c2032722001412e6a2d000071722116200141cd006a2d0000220c2001410d6a2d0000223271200c2032722001412d6a2d000071722115200141cc006a2d0000220c2001410c6a2d0000223271200c2032722001412c6a2d000071722114200141cb006a2d0000220c2001410b6a2d0000223271200c2032722001412b6a2d000071722113200141ca006a2d0000220c2001410a6a2d0000223271200c2032722001412a6a2d000071722112200141c9006a2d0000220c200141096a2d0000223271200c203272200141296a2d000071722111200141c8006a2d0000220c200141086a2d0000223271200c203272200141286a2d000071722110200141c7006a2d0000220c200141076a2d0000223271200c203272200141276a2d000071722128200141c6006a2d0000220c200141066a2d0000223271200c203272200141266a2d000071722129200141c5006a2d0000220c200141056a2d0000223271200c203272200141256a2d00007172212a200141c4006a2d0000220c200141046a2d0000223271200c203272200141246a2d00007172212b200141c3006a2d0000220c200141036a2d0000223271200c203272200141236a2d00007172212c200141c2006a2d0000220c200141026a2d0000223271200c203272200141226a2d00007172212d200141c1006a2d0000220c200141016a2d0000223271200c203272200141216a2d00007172212e200141c0006a2d0000220c20012d0000223271200c203272200141206a2d00007172210c200641800c460d04200341206a2006200b410574200441096e41e0006c6b6a6a220141ff006a20273a0000200141fe006a20263a0000200141fd006a20253a0000200141fc006a20243a0000200141fb006a20233a0000200141fa006a20223a0000200141f9006a20213a0000200141f8006a20203a0000200141f7006a201f3a0000200141f6006a201e3a0000200141f5006a201d3a0000200141f4006a201c3a0000200141f3006a201b3a0000200141f2006a201a3a0000200141f1006a20193a0000200141f0006a20183a0000200141ef006a20173a0000200141ee006a20163a0000200141ed006a20153a0000200141ec006a20143a0000200141eb006a20133a0000200141ea006a20123a0000200141e9006a20113a0000200141e8006a20103a0000200141e7006a20283a0000200141e6006a20293a0000200141e5006a202a3a0000200141e4006a202b3a0000200141e3006a202c3a0000200141e2006a202d3a0000200141e1006a202e3a0000200141e0006a200c3a0000200b2104200641e0006a220641e00c470d000c040b0b1031000b102a000b102c000b4100210120300d000b0b200020273a001f200020263a001e200020253a001d200020243a001c200020233a001b200020223a001a200020213a0019200020203a00182000201f3a00172000201e3a00162000201d3a00152000201c3a00142000201b3a00132000201a3a0012200020193a0011200020183a0010200020173a000f200020163a000e200020153a000d200020143a000c200020133a000b200020123a000a200020113a0009200020103a0008200020283a0007200020293a00062000202a3a00052000202b3a00042000202c3a00032000202d3a00022000202e3a00012000200c3a00000b02402007a7450d00200d10230b200341c00d6a24000be51805097f017e027f027e057f23004190016b2202240041042103024002400240024002400240024020012802004118460d00410021040c010b41002104200141046a22052d00004105470d00200141c8006a280200210620024180016a41086a220441a8bdc600ad42808080809001841003220341086a290000370300200220032900003703800120031023200241306a41086a220720042903003703002002200229038001370330200441e6bdc600ad4280808080d000841003220341086a290000370300200220032900003703800120031023200241106a41086a2203200429030037030020022002290380013703102002200636028001200241e0006a41186a220620024180016aad4280808080c000841001220441186a290000370300200241e0006a41106a2208200441106a290000370300200241e0006a41086a2209200441086a2900003703002002200429000037036020041023200241c0006a41186a220a2006290300370300200241c0006a41106a22062008290300370300200241c0006a41086a220820092903003703002002200229036037034041c00010212204450d01200420022903303700002004200229031037001020042002290340370020200441086a2007290300370000200441186a2003290300370000200441286a2008290300370000200441306a2006290300370000200441386a200a290300370000200410bf0221032004102302400240200341ff01714102460d0020034101710d010b200041800e3b0001200041013a0000200041036a41013a00000c060b200241e0006a41186a4200370300200241e0006a41106a220a4200370300200241e0006a41086a220342003703002002420037036020024180016a41086a220441a8bdc600ad42808080809001841003220641086a290000370300200220062900003703800120061023200320042903003703002002200229038001220b3703302002200b370360200441bcbdc600ad4280808080f001841003220641086a290000370300200220062900003703800120061023200a200229038001220b370300200241c0006a41086a2003290300370300200241c0006a41106a200b370300200241c0006a41186a20042903003703002002200b37033020022002290360370340200241e0006a200241c0006a10c00220022802602204410420041b210c024002400240024002402002290264420020041b220b422088a72204450d002004417f6a210d0c010b02400240200ba7450d004100210d0c010b410c1021220c450d06200b422088a7210d4201210b0b200c200d410c6c6a2204410036020820044204370200200d41016a2204200d490d01200b42ffffffff0f832004ad42208684210b0b200241e0006a41186a22074200370300200241e0006a41106a22084200370300200241e0006a41086a220342003703002002420037036020024180016a41086a220441a8bdc600ad42808080809001841003220641086a290000370300200220062900003703800120061023200320042903003703002002200229038001220e3703302002200e370360200441b1bdc600ad4280808080b001841003220641086a290000370300200220062900003703800120061023200241306a41086a2004290300220e3703002002200229038001220f370330200a200f370000200a41086a200e370000200241c0006a41086a2003290300370300200241c0006a41106a2008290300370300200241c0006a41186a200729030037030020022002290360370340200241086a200241c0006a4120108e0102400240200c200d410c6c6a221041086a22112802002204200228020c410020022802081b4f0d00201028020021090240200441014b0d00024020040e020300030b20012802482108410021030c040b2001280248210841002103034020032004410176220620036a220720082009200741246c6a280200491b2103200420066b220441014b0d000c040b0b200041800c3b0001200041013a0000200041036a41003a00000c080b20012802482108410021060c020b41bcc1c600200d4100102f000b024020082009200341246c6a2802002204460d002003200820044b6a21060c010b200041800e3b0001200041013a0000200041036a41003a00000c050b200241e0006a200810cf020240200228026022120d00200041800e3b0001200041013a0000200041036a41013a00000c050b20022802642113200241e0006a41186a2207200241e0006a41086a22033502004220862012ad841001220441186a290000370300200241e0006a41106a2208200441106a2900003703002003200441086a2900003703002002200429000037036020041023200241106a41186a2007290300370300200241106a41106a2008290300370300200241106a41086a2003290300370300200220022903603703100240200241106a200541216a2214460d00200241106a2014412010d504450d0020004180063b0001200041013a0000200041036a41003a00002013450d05201210230c050b2007200541196a2900003703002008200541116a2900003703002003200541096a29000037030020022005290001370360201128020022042006490d022001280248210302402004200c200d410c6c6a41046a2201280200470d00200441016a22072004490d04200441017422082007200820074b1b2208ad42247e220e422088a70d04200ea722074100480d040240024020040d002007102121070c010b2010280200200441246c2007102521070b2007450d0220102007360200200120083602000b2010280200200641246c6a220141246a2001200420066b41246c10d4041a20012003360200200120022903603702042001410c6a200241e0006a41086a2203290300370200200141146a200241e0006a41106a22062903003702002001411c6a200241e0006a41186a22072903003702002011200441016a3602002007420037030020064200370300200342003703002002420037036020024180016a41086a220141a8bdc600ad42808080809001841003220441086a290000370300200220042900003703800120041023200320012903003703002002200229038001220e3703302002200e370360200141bcbdc600ad4280808080f001841003220441086a290000370300200220042900003703800120041023200241306a41086a2001290300220e3703002002200229038001220f370330200a200f370000200a41086a200e370000200241c0006a41086a2003290300370300200241c0006a41106a2006290300370300200241c0006a41186a2007290300370300200220022903603703402002410036026820024201370360200b422088a7220a200241e0006a105d0240200a450d00200c200a410c6c6a2105200c210903402009280200210420092802082201200241e0006a105d02402001450d002004200141246c6a21080340200428020021060240024020022802642203200228026822016b4104490d00200228026021030c010b200141046a22072001490d08200341017422012007200120074b1b22014100480d080240024020030d002001102121030c010b200228026020032001102521030b2003450d062002200136026420022003360260200228026821010b2002200141046a360268200320016a2006360000200441046a200241e0006a1071200441246a22042008470d000b0b2009410c6a22092005470d000b0b20022802642101200241c0006aad4280808080800484200235026842208620022802602204ad84100202402001450d00200410230b0240200a450d00200a410c6c2104200c210103400240200141046a280200450d00200128020010230b2001410c6a2101200441746a22040d000b0b0240200ba7450d00200c10230b410c10212203450d0120024100360268200242013703602002200241e0006a36028001201420024180016a106b200241c0006a41086a2002280268220136020020022002290360220b370340200341086a20013602002003200b370200410121042013450d00201210230b200041003a0000200041306a41013a00002000412c6a2004360200200041286a2004360200200041246a2003360200200041206a4100360200200041186a4204370300200041106a427f370300200041086a4200370300200041316a2002280060360000200041346a200241e3006a2800003600000c040b102a000b418cb9c000411e41b096c500102d000b102c000b0240200b422088a72201450d002001410c6c2104200c210103400240200141046a280200450d00200128020010230b2001410c6a2101200441746a22040d000b0b200ba7450d00200c10230b20024190016a24000bf70301067f230041f0006b22022400200241d0006a41086a2203419ebdc600ad4280808080a001841003220441086a2900003703002002200429000037035020041023200241086a41086a2205200329030037030020022002290350370308200341cfbcc600ad4280808080d000841003220441086a2900003703002002200429000037035020041023200241186a41086a22062003290300370300200220022903503703182002200136024c200241d0006a41186a2201200241cc006aad4280808080c000841001220441186a290000370300200241d0006a41106a2207200441106a2900003703002003200441086a2900003703002002200429000037035020041023200241286a41186a22042001290300370300200241286a41106a22012007290300370300200241286a41086a2207200329030037030020022002290350370328024041c00010212203450d00200320022903083700002003200229031837001020032002290328370020200341086a2005290300370000200341186a2006290300370000200341286a2007290300370000200341306a2001290300370000200341386a2004290300370000200241d0006a200341c00010d00202400240200228025022040d00200041003602000c010b20002002290254370204200020043602000b20031023200241f0006a24000f0b102a000bbb0201017f230041e0006b220324002003200236020c20032001360208200341106a2002ad4220862001ad84100610a10102400240200328021022010d00200041003602000c010b200328021421022003200341106a41086a28020036022420032001360220200341c8006a200341206a106d024002402003280248450d0020002003290348370200200041086a200341c8006a41086a2802003602000c010b20034100360230200342013703282003410c36023c2003200341086a3602382003200341286a360244200341dc006a41013602002003420137024c200341a0f0c2003602482003200341386a360258200341c4006a41c893c500200341c8006a10301a2003350230422086200335022884100720004100360200200328022c450d00200328022810230b2002450d00200110230b200341e0006a24000ba14910067f017e047f017e087f017e017f017e057f017e027f017e027f027e057f047e230041d00b6b22012400200141a8056a41186a22024200370300200141a8056a41106a22034200370300200141a8056a41086a22044200370300200142003703a805200141a00b6a41086a2205419ebdc600ad4280808080a001841003220641086a290000370300200120062900003703a00b2006102320042005290300370300200120012903a00b22073703b00a200120073703a80520054195bdc600ad42808080809001841003220641086a290000370300200120062900003703a00b20061023200320012903a00b2207370300200141f8006a41086a22082004290300370300200141f8006a41106a22092007370300200141f8006a41186a220a2005290300370300200120073703b00a200120012903a805370378200141a8056a200141f8006a412010c20202400240024002400240024002400240024020012802a805220b450d000240024020012902ac05220c422088a7220d0d004100210e200b210f0c010b200b41046a210f200b28020021104101210e0b200141a8056a41186a22114200370300200141a8056a41106a22124200370300200141a8056a41086a22134200370300200142003703a805200141a00b6a41086a221441a8bdc600ad428080808090018422151003220541086a290000370300200120052900003703a00b2005102320132014290300370300200120012903a00b22073703b00a200120073703a805201441cbbdc600ad4280808080e000841003220541086a290000370300200120052900003703a00b20051023200141b00a6a41086a221620142903002207370300200120012903a00b22173703b00a20032017370000200341086a22182007370000200141f8006a41086a22192013290300370300200141f8006a41106a221a2012290300370300200141f8006a41186a221b2011290300370300200120012903a805370378200141a8056a200141f8006a10c10220012802a8052205410420051b221c20012902ac05420020051b221d422088a72205412c6c6a211e201c210602402005450d00200b200d4102746a211f200141f8006aad42808080808004842120201c2106034020062205280200212120112005411c6a2902003703002012200541146a29020037030020132005410c6a290200370300200120052902043703a8052005412c6a2106200541246a280200220d4103460d01200541286a2802002122200141e8096a41186a20112903002207370300200141e8096a41106a20122903002217370300200141e8096a41086a20132903002223370300200120012903a80522243703e809200141b00b6a41186a22052007370300200141b00b6a41106a22252017370300200141b00b6a41086a22262023370300200120243703b00b02400240024002400240200e4101470d0020102021460d010b200d4101470d03200141c00a6a41186a220d2005290300370300200141c00a6a41106a22272025290300370300200141c00a6a41086a22252026290300370300200120012903b00b3703c00a202241024b0d03201142003703002012420037030020134200370300200142003703a805201420151003220541086a290000370300200120052900003703a00b2005102320132014290300370300200120012903a00b22073703b00a200120073703a805201441ebbdc600ad4280808080a0018422171003220541086a290000370300200120052900003703a00b20051023201620142903002207370300200120012903a00b22233703b00a200320233700002018200737000020192013290300370300201a2012290300370300201b2011290300370300200120012903a805370378200141a8056a200141f8006a10c00220012802a805210520012902ac052107201b200d290300370300201a202729030037030020192025290300370300200120012903c00a3703782005410420051b21282007420020051b2207422088a722254103490d01200742ffffffff0f8342808080803084210720254103460d02202841246a21052025410c6c415c6a210d03400240200541046a280200450d00200528020010230b2005410c6a2105200d41746a220d0d000c030b0b0240200f201f470d004100210e201f210f0c030b200f28020021104101210e200f41046a210f0c020b02402007a7220520256b410320256b22294f0d00202520296a220d2025490d0d20054101742226200d2026200d4b1bad2207420c7e2223422088a70d0d2023a7220d4100480d0d0240024020050d00200d102121280c010b20282005410c6c200d102521280b2028450d0c0b20282025410c6c6a21050240024020294102490d002025417e6a210d034020054204370200200541086a41003602002005410c6a2105202541016a2125200d41016a2226200d4f21272026210d20270d000b2029450d010b2005410036020820054204370200200742ffffffff0f83202541016aad4220868421070c010b200742ffffffff0f832025ad4220868421070b20222007422088a722264f0d042011201b2903003703002012201a29030037030020132019290300370300200120012903783703a80520282022410c6c6a220d41086a21250240200d2802082205200d41046a2227280200470d00200541016a22222005490d0c200541017422292022202920224b1b2222ad42247e2223422088a70d0c2023a722294100480d0c0240024020050d002029102121050c010b200d280200200541246c2029102521050b2005450d0b20272022360200200d2005360200202528020021050b200d280200200541246c6a220520012903a805370204200520213602002005410c6a2013290300370200200541146a20122903003702002005411c6a20112903003702002025202528020041016a360200200120283602a00a200120073702a40a201142003703002012420037030020134200370300200142003703a805201420151003220541086a290000370300200120052900003703a00b2005102320132014290300370300200120012903a00b22233703b00a200120233703a805201420171003220541086a290000370300200120052900003703a00b20051023201620142903002217370300200120012903a00b22233703b00a200320233700002018201737000020192013290300370300201a2012290300370300201b2011290300370300200120012903a805370378024020280d00202010050c010b2007a72125200141203602ac052026410c6c210d2001200141f8006a3602a805200141a00a6a200141a8056a10742028210503400240200541046a280200450d00200528020010230b2005410c6a2105200d41746a220d0d000b2025450d00202810230b2006201e470d000b201e21060b200ca72113201da72111201e20066b2105024003402005450d01200541546a2105200641246a210d2006412c6a2106200d2802004103470d000b0b02402011450d00201c10230b2013450d00200b10230b200242003703002003420037030020044200370300200142003703a805200141d8096a41086a220541c4c0c600ad4280808080d000841003220641086a290000370300200120062900003703d8092006102320042005290300370300200120012903d8093703a8052005418bcec300ad4280808080b001841003220641086a290000370300200120062900003703d80920061023200320012903d80922073703002008200429030037030020092007370300200a2005290300370300200120073703c00a200120012903a805370378200141b00b6a200141f8006a412010ac02024020012802b00b4101470d002000200141b80b6a2802006b220641e7074b0d00200620004b0d00200141d8096a41086a220541c4c0c600ad4280808080d000841003220d41086a2900003703002001200d2900003703d809200d1023200141b00b6a41086a22132005290300370300200120012903d8093703b00b20054196cec300ad4280808080f000841003220d41086a2900003703002001200d2900003703d809200d1023200141c00a6a41086a220d2005290300370300200120012903d8093703c00a20012006360278200141e8096a41186a2211200141f8006aad4280808080c000841001220541186a290000370300200141e8096a41106a2212200541106a290000370300200141e8096a41086a2225200541086a290000370300200120052900003703e80920051023200141a8056a41186a22262011290300370300200141a8056a41106a22112012290300370300200141a8056a41086a22122025290300370300200120012903e8093703a80541c00010212205450d07200520012903b00b370000200520012903c00a370010200520012903a805370020200541086a2013290300370000200541186a200d290300370000200541286a2012290300370000200541306a2011290300370000200541386a2026290300370000200141f0006a200541c0004101410041001090012001280270210d20051023200d4101460d00200141a8056a2006417f6a220520064d200510d2020240024020012802a8054103470d00200141023602f004200141023602b8042001410236028004200141023602c8032001410236029003200141023602d802200141023602a002200141023602e801200141023602b001200141023602780c010b200141f8006a200141a8056a41b00410d3041a0b200141d8096a41086a220541c4c0c600ad4280808080d000841003220d41086a2900003703002001200d2900003703d809200d1023200141b00b6a41086a22132005290300370300200120012903d8093703b00b20054196cec300ad4280808080f000841003220d41086a2900003703002001200d2900003703d809200d1023200141c00a6a41086a220d2005290300370300200120012903d8093703c00a200120063602a00b200141e8096a41186a2206200141a00b6aad4280808080c000841001220541186a290000370300200141e8096a41106a2211200541106a290000370300200141e8096a41086a2212200541086a290000370300200120052900003703e80920051023200141a8056a41186a22252006290300370300200141a8056a41106a22062011290300370300200141a8056a41086a22112012290300370300200120012903e8093703a80541c00010212205450d07200520012903b00b370000200520012903c00a370010200520012903a805370020200541086a2013290300370000200541186a200d290300370000200541286a2011290300370000200541306a2006290300370000200541386a2025290300370000200141c0003602ac05200120053602a805200141f8006a200141a8056a10b402200510230b200141a8056a41186a22114200370300200141a8056a41106a220d4200370300200141a8056a41086a22064200370300200142003703a805200141d8096a41086a22054189bdc600ad4280808080c001841003221341086a290000370300200120132900003703d8092013102320062005290300370300200120012903d8093703a80520054195bdc600ad428080808090018422171003221341086a290000370300200120132900003703d80920131023200d20012903d8092207370300200141f8006a41086a22122006290300370300200141f8006a41106a22252007370300200141f8006a41186a22262005290300370300200120073703c00a200120012903a805370378200141f8006aad222a4280808080800484100520114200370300200d420037030020064200370300200142003703a8052005419ebdc600ad4280808080a001841003221341086a290000370300200120132900003703d8092013102320062005290300370300200120012903d8093703a805200520171003221341086a290000370300200120132900003703d80920131023200d20012903d8092207370300201220062903003703002025200737030020262005290300370300200120073703c00a200120012903a805370378200141e8006a200141f8006a412041014100410010900120012802684101470d0120004180a305700d05200141a8056a10d302200141d8006a200141a8056a10a70120014200200141d8006a41086a2903002217200129035822074280c8afa02554ad7d222320074280b8d0df5a7c22242007562023201756200742ffc7afa025561b22051b22073703900a20014200202420051b22173703880a200141a8056a41186a221b2007370300200141a8056a41106a221f2017370300200141a8056a41086a221041013a00002001410e3a00a805200141a8056a10990141002122200141003a009f0a200142003703a80a200142003703a00a201b4200370300201f420037030020104200370300200142003703a805200141b00a6a41086a22064183f8c100ad428080808080018422171003220541086a290000370300200120052900003703b00a2005102320102006290300370300200120012903b00a22073703c00a200120073703a805200641c8aec200ad4280808080900184222b1003220541086a290000370300200120052900003703b00a20051023201f20012903b00a2207370300200141f8006a41086a22042010290300370300200141f8006a41106a22162007370300200141f8006a41186a22192006290300370300200120073703c00a200120012903a805370378200141a8056a200141f8006a10800220012802a8052205410420051b210b20012902ac05420020051b222c422088222da72203450d04200141a8056aad4280808080c000842120202a4280808080c000842115200141b1056a2128200141f8006a41c0006a211e20014198016a211a200b210d410021140340200d2802002113200620171003220541086a290000370300200120052900003703b00a20051023200141a00b6a41086a22112006290300370300200120012903b00a3703a00b200641d5a7c300ad428080808090018422231003220541086a290000370300200120052900003703b00a20051023200141d8096a41086a22122006290300370300200120012903b00a3703d80920012013360278200141e8096a41186a222520151001220541186a290000370300200141e8096a41106a2226200541106a290000370300200141e8096a41086a2227200541086a290000370300200120052900003703e80920051023200141b00b6a41186a22212025290300370300200141b00b6a41106a220f2026290300370300200141b00b6a41086a220e2027290300370300200120012903e8093703b00b41c00010212205450d07200520012903a00b370000200541086a2011290300370000200520012903d809370010200541186a2012290300370000200520012903b00b370020200541286a200e290300370000200541306a200f290300370000200541386a2021290300370000200141a8056a200510fe0120012903a8052107200141f8006a201041e00010d3041a02400240024020074201520d00200141c00a6a200141f8006a41e00010d3041a20051023200141f8006a200141c00a6a41e00010d3041a024020012903880a220c2001290378221d542205200141880a6a41086a2903002207200429030022245420072024511b0d002001200c201d7d3703880a2001200720247d2005ad7d3703900a200620171003220541086a290000370300200120052900003703b00a2005102320112006290300370300200120012903b00a3703a00b200620231003220541086a290000370300200120052900003703b00a2005102320122006290300370300200120012903b00a3703d809200120133602a805202520201001220541186a2900003703002026200541106a2900003703002027200541086a290000370300200120052900003703e8092005102320212025290300370300200f2026290300370300200e2027290300370300200120012903e8093703b00b41c00010212205450d0b200520012903a00b370000200541086a2011290300370000200520012903d809370010200541186a2012290300370000200520012903b00b370020200541286a200e290300370000200541306a200f290300370000200541386a20212903003700002005ad4280808080800884100520051023201a200129038801201929030010ae01200141c8006a201e20012903782004290300109601200141a00a6a41086a2205427f20052903002207200141c8006a41086a2903007c20012903a00a222320012903487c22242023542205ad7c22232005202320075420232007511b22051b3703002001427f202420051b3703a00a20012903782107200141a8056a41386a20042903003703002028201e290000370000202841086a201e41086a290000370000202841106a201e41106a290000370000202841186a201e41186a290000370000200120073703d805200141023a00b0052001410e3a00a805200120133602d405200141a8056a109901202241016a21220c030b200141013a009f0a20220d01410021220c020b20051023202241016a21220c010b201420226b220520034f0d04200d20224102746b220528020021132005200d280200360200200d20133602000b200d41046a210d2003201441016a2214460d040c000b0b41bcc1c60020222026102f000b41c6b7c100413141b096c500102d000b41a8f5c10020052003102f000b2022417f6a20034f0d00202c42ffffffff0f83200320226bad222d42208684212c0b201b4200370300201f420037030020104200370300200142003703a805200620171003220541086a290000370300200120052900003703b00a2005102320102006290300370300200120012903b00a22073703c00a200120073703a8052006202b1003220541086a290000370300200120052900003703b00a20051023200141c00a6a41086a20062903002207370300200120012903b00a22173703c00a201f2017370000201f41086a2007370000200420102903003703002016201f2903003703002019201b290300370300200120012903a80537037802400240200b0d00202a428080808080048410050c010b200141003602b005200142013703a805202da72206200141a8056a105d0240024020060d0020012802b005211220012802ac05211120012802a80521060c010b410020012802b00522056b210d200b20064102746a212620012802ac052111200b2113034020132802002125024002402011200d6a4104490d0020012802a80521060c010b200541046a22062005490d06201141017422122006201220064b1b22124100480d060240024020110d002012102121060c010b20012802a80520112012102521060b2006450d05200120123602ac05200120063602a805201221110b2001200541046a22123602b005200620056a2025360000200d417c6a210d201221052026201341046a2213470d000b0b202ca72105202a42808080808004842012ad4220862006ad84100202402011450d00200610230b2005450d00200b10230b024020012d009f0a0d00200141a8056a41186a220d4200370300200141a8056a41106a22134200370300200141a8056a41086a22064200370300200142003703a805200141b00a6a41086a220541e483c300ad428080808080018422171003221141086a290000370300200120112900003703b00a2011102320062005290300370300200120012903b00a22073703b00b200120073703a805200541d1bcc000ad4280808080d0018422231003221141086a290000370300200120112900003703b00a20111023201320012903b00a2207370300200141f8006a41086a22252006290300370300200141f8006a41106a22262007370300200141f8006a41186a22272005290300370300200120073703b00b200120012903a805370378200141306a200141f8006a4120109701200141306a41106a29030021072001290338212420012802302111200d42003703002013420037030020064200370300200142003703a805200520171003221241086a290000370300200120122900003703b00a2012102320062005290300370300200120012903b00a22173703b00b200120173703a805200520231003221241086a290000370300200120122900003703b00a20121023200d2005290300221737030020252006290300370300202620012903b00a222337030020272017370300200120233703b00b200120012903a80537037820012007420020111b3703b00520012024420020111b3703a805202a4280808080800484200141a8056aad42808080808002841002200d420037030020134200370300200641043a00002001410e3a00a805200141a8056a1099010b200141c00a6a10d302200141a8056a200141c00a6a20012903a00a2207200141a00a6a41086a290300221741024100109f010240024020012802a8050d00200141a8056a41106a290300212420012903b0052123200141e8096a41186a220d4200370300200141e8096a41106a22054200370300200141e8096a41086a22134200370300200142003703e809200141b00a6a41086a220641e483c300ad428080808080018422201003221141086a290000370300200120112900003703b00a2011102320132006290300370300200120012903b00a22153703a00b200120153703e809200641d1bcc000ad4280808080d00184222a1003221141086a290000370300200120112900003703b00a20111023200520012903b00a2215370300200141b00b6a41086a2013290300370300200141b00b6a41106a22132015370300200141b00b6a41186a22112006290300370300200120153703d809200120012903e8093703b00b2001200141b00b6a4120109701201720247d2007202354ad7d202420177d2023200754ad7d20232007582024201758202420175122061b22121b212c200720237d202320077d20121b211d200141106a2903004200200128020022121b21152001290308420020121b210c024002402023200756202420175620061b0d00200d420037030020054200370300200141e8096a41086a22124200370300200142003703e809200141b00a6a41086a220620201003222541086a290000370300200120252900003703b00a2025102320122006290300370300200120012903b00a22073703a00b200120073703e8092006202a1003222541086a290000370300200120252900003703b00a20251023200141d8096a41086a20062903002207370300200120012903b00a22173703d80920052017370000200541086a2007370000200141b00b6a41086a2012290300370300201320052903003703002011200d290300370300200120012903e8093703b00b2001427f2015202c7c200c201d7c2217200c542205ad7c22072005200720155420072015511b22051b370380012001427f201720051b370378200141f8006a21050c010b200d420037030020054200370300200141e8096a41086a22124200370300200142003703e809200141b00a6a41086a220620201003222541086a290000370300200120252900003703b00a2025102320122006290300370300200120012903b00a22073703a00b200120073703e8092006202a1003222541086a290000370300200120252900003703b00a20251023200141d8096a41086a20062903002207370300200120012903b00a22173703d80920052017370000200541086a2007370000200141b00b6a41086a2012290300370300201320052903003703002011200d290300370300200120012903e8093703b00b200142002015202c7d200c201d54ad7d2207200c201d7d2217200c56200720155620072015511b22051b3703800120014200201720051b370378200141f8006a21050b200141b00b6aad42808080808004842005ad428080808080028410020c010b419d8ac200ad4280808080a009841007200141a8056a41186a220d4200370300200141a8056a41106a22134200370300200141a8056a41086a22064200370300200142003703a805200141b00a6a41086a220541e483c300ad428080808080018422241003221141086a290000370300200120112900003703b00a2011102320062005290300370300200120012903b00a22233703b00b200120233703a805200541d1bcc000ad4280808080d0018422151003221141086a290000370300200120112900003703b00a20111023201320012903b00a2223370300200141f8006a41086a22122006290300370300200141f8006a41106a22252023370300200141f8006a41186a22262005290300370300200120233703b00b200120012903a805370378200141186a200141f8006a4120109701200141186a41106a29030021232001290320210c20012802182111200d42003703002013420037030020064200370300200142003703a805200520241003221341086a290000370300200120132900003703b00a2013102320062005290300370300200120012903b00a22243703b00b200120243703a805200520151003221341086a290000370300200120132900003703b00a20131023200d2005290300222437030020122006290300370300202520012903b00a221537030020262024370300200120153703b00b200120012903a8053703782001427f2023420020111b222320177c200c420020111b221720077c22242017542205ad7c22072005200720235420072023511b22051b3703b0052001427f202420051b3703a805202a4280808080800484200141a8056aad428080808080028410020b20012903880a2107200141c0056a200141880a6a41086a290300370300200141b8056a2007370300200141a8056a41086a41053a00002001410e3a00a805200141a8056a1099010b2000109c02200141d00b6a24000f0b102a000b102c000bb10401057f23004190096b2203240002400240024020010d00200041033602000c010b200341086a41086a220141c4c0c600ad4280808080d000841003220441086a2900003703002003200429000037030820041023200341e8086a41086a22052001290300370300200320032903083703e80820014196cec300ad4280808080f000841003220441086a2900003703002003200429000037030820041023200341f8086a41086a22062001290300370300200320032903083703f8082003200236028c09200341086a41186a22022003418c096aad4280808080c000841001220441186a290000370300200341086a41106a2207200441106a2900003703002001200441086a2900003703002003200429000037030820041023200341b8046a41186a22042002290300370300200341b8046a41106a22022007290300370300200341b8046a41086a22072001290300370300200320032903083703b80441c00010212201450d01200120032903e808370000200120032903f808370010200120032903b804370020200141086a2005290300370000200141186a2006290300370000200141286a2007290300370000200141306a2002290300370000200141386a2004290300370000200341086a200110b00320032802082104200341b8046a200341086a41047241ac0410d3041a0240024020044103470d00200041033602000c010b20002004360200200041046a200341b8046a41ac0410d3041a0b200110230b20034190096a24000f0b102a000ba50301067f230041306b22012400200141ed003a002f02400240410110212202450d00200241ed003a0000200141ef003a002f20024101410210252202450d00200241ef003a0001200141e4003a002f20024102410410252202450d00200241e4003a0002200241ec003a0003200141f0003a002f20024104410810252202450d00200241f0003a0004200241f9003a00052002412f3a0006200241f4003a0007200141f2003a002f20024108411010252203450d00200341f2003a0008200341f3003a0009200341f2003a000a200341f9003a000b200141003a0028410c210220032104410021050340200141003a002f2001412f6a20042002410047220610d3041a024020020d00200141003a002f0b20022006490d02200141086a20056a20012d002f3a00002001200541016a22053a0028200220066b2102200420066a210420054120470d000b20002001290308370000200041186a200141086a41186a290300370000200041106a200141086a41106a290300370000200041086a200141086a41086a29030037000020031023200141306a24000f0b102a000b20062002103f000ba39c010c067f017e047f027e057f017e097f077e0e7f017e017f077e230022012102200141e0066b41607122012400200141a0046a41186a4200370300200141a0046a41106a22034200370300200141a0046a41086a22044200370300200142003703a004200141a8056a41086a220541a8bdc600ad42808080809001841003220641086a290000370300200120062900003703a8052006102320042005290300370300200120012903a80522073703e803200120073703a004200541bcbdc600ad4280808080f001841003220641086a290000370300200120062900003703a80520061023200320012903a8052207370300200141a0066a41086a2004290300370300200141a0066a41106a2007370300200141a0066a41186a2005290300370300200120073703e803200120012903a0043703a006200141a0046a200141a0066a10c0024104210820012802a0042205410420051b210402400240024002400240024020012902a404420020051b2207422088a7220541024f0d00410021094100210a0c010b200428020821092004280204210a2004280200210820042004410c6a2005417f6a2206410c6c10d4041a200742ffffffff0f832006ad42208684210741012105200641014b0d010b03400240024020052007a7460d002007422088a721060c010b200541016a22062005490d052005410174220b2006200b20064b1bad220c420c7e220d422088a70d05200da722064100480d050240024020050d002006102121040c010b20042005410c6c2006102521040b2004450d032007422088210d200c2107200da7220621050b20042005410c6c6a2205410036020820054204370200200742ffffffff0f83200641016a2205ad42208684210720054102490d000b0b200120043602f805200120073702fc050240024020040d00200141a0046a41186a220b4200370300200141a0046a41106a220e4200370300200141a0046a41086a22044200370300200142003703a004200141a8056a41086a220541a8bdc600ad42808080809001841003220641086a290000370300200120062900003703a8052006102320042005290300370300200120012903a80522073703e803200120073703a004200541bcbdc600ad4280808080f001841003220641086a290000370300200120062900003703a80520061023200141e8036a41086a20052903002207370300200120012903a805220c3703e8032003200c370000200341086a2007370000200141a0066a41086a2004290300370300200141a0066a41106a200e290300370300200141a0066a41186a200b290300370300200120012903a0043703a006200141a0066aad428080808080048410050c010b2007a7210e200141a0046a41186a220f4200370300200141a0046a41106a22104200370300200141a0046a41086a22064200370300200142003703a004200141a8056a41086a220541a8bdc600ad42808080809001841003220b41086a2900003703002001200b2900003703a805200b102320062005290300370300200120012903a805220c3703e8032001200c3703a004200541bcbdc600ad4280808080f001841003220b41086a2900003703002001200b2900003703a805200b1023200141e8036a41086a2005290300220c370300200120012903a805220d3703e8032003200d370000200341086a200c370000200141a0066a41086a2006290300370300200141a0066a41106a2010290300370300200141a0066a41186a200f290300370300200120012903a0043703a006200141203602a4042001200141a0066a3602a004200141f8056a200141a0046a107402402007422088a72205450d002005410c6c21062004210503400240200541046a280200450d00200528020010230b2005410c6a2105200641746a22060d000b0b200e450d00200410230b200141a0046a41186a220b4200370300200141a0046a41106a220e4200370300200141a0046a41086a22044200370300200142003703a004200141a8056a41086a220541a8bdc600ad42808080809001841003220641086a290000370300200120062900003703a8052006102320042005290300370300200120012903a80522073703e803200120073703a004200541ebbdc600ad4280808080a001841003220641086a290000370300200120062900003703a80520061023200141e8036a41086a20052903002207370300200120012903a805220c3703e8032003200c370000200341086a2007370000200141a0066a41086a2004290300370300200141a0066a41106a200e290300370300200141a0066a41186a200b290300370300200120012903a0043703a006200141a0046a200141a0066a10c00220012902a404420020012802a00422041b2207422088a72211410c6c21052004410420041b221041746a2104410121060240034020062112024020050d00410021060c020b200541746a2105201241016a2106200441146a210b2004410c6a220e2104200b280200220b450d000b200141f8056a41086a200e2802002205410c6a29020037030020014188066a200541146a290200370300200120052902043703f8052005411c6a29020021132005280200210f2005200541246a200b417f6a220441246c10d4041a200e41086a2004360200410121060b200120103602c803200120073702cc030240024020100d00200141a0046a41186a220e4200370300200141a0046a41106a22104200370300200141a0046a41086a22044200370300200142003703a004200141a8056a41086a220541a8bdc600ad42808080809001841003220b41086a2900003703002001200b2900003703a805200b102320042005290300370300200120012903a80522073703e803200120073703a004200541ebbdc600ad4280808080a001841003220b41086a2900003703002001200b2900003703a805200b1023200141e8036a41086a20052903002207370300200120012903a805220c3703e8032003200c370000200341086a2007370000200141a0066a41086a2004290300370300200141a0066a41106a2010290300370300200141a0066a41186a200e290300370300200120012903a0043703a006200141a0066aad428080808080048410050c010b2007a7210e200141a0046a41186a22144200370300200141a0046a41106a22154200370300200141a0046a41086a22044200370300200142003703a004200141a8056a41086a220541a8bdc600ad42808080809001841003220b41086a2900003703002001200b2900003703a805200b102320042005290300370300200120012903a80522073703e803200120073703a004200541ebbdc600ad4280808080a001841003220b41086a2900003703002001200b2900003703a805200b1023200141e8036a41086a20052903002207370300200120012903a805220c3703e8032003200c370000200341086a2007370000200141a0066a41086a2004290300370300200141a0066a41106a2015290300370300200141a0066a41186a2014290300370300200120012903a0043703a006200141203602a4042001200141a0066a3602a004200141c8036a200141a0046a107402402011450d002011410c6c21042010210503400240200541046a280200450d00200528020010230b2005410c6a2105200441746a22040d000b0b200e450d00201010230b200141d0056a41086a220b200141f8056a41086a220e290300370300200141d0056a41106a2210200141f8056a41106a2211290300370300200120012903f8053703d0054100211502402006450d00200941246c2105200821040340024020050d00410121150c020b2005415c6a210520042802002106200441246a21042006200f470d000b0b200141a0046a41186a22144200370300200141a0046a41106a22164200370300200141a0046a41086a22044200370300200142003703a004200141a8056a41086a220541a8bdc600ad42808080809001841003220641086a290000370300200120062900003703a8052006102320042005290300370300200120012903a80522073703e803200120073703a0042005419ebdc600ad4280808080a001841003220641086a290000370300200120062900003703a80520061023200141e8036a41086a20052903002207370300200120012903a805220c3703e8032003200c370000200341086a2007370000200141a0066a41086a2004290300370300200141a0066a41106a2016290300370300200141a0066a41186a2014290300370300200120012903a0043703a006200141a0046a200141a0066a412010c20220012802a004210520012902a4042107200e200b29030037030020112010290300370300200120012903d0053703f8052005410420051b21172007420020051b2207a721182008200941246c22056a21160240024002400240024002402007422088a7220b41027422064102752204200541246d6a22052004490d00200520156a221920054f0d010b201720066a211a2001200f3602a406200120153602a006200120012903f8053703a806200120014180066a2903003702b0062001200141f8056a41106a2903003703b80641282104410021194104211b4100211c410021112008210e201721140240410041ff01710e03020300020b410021050c030b4100211c0240024020190d004104211b41002119410421050c010b2019ad422c7e2207422088a70d072007a722054100480d0720051021221b450d05201b21050b2001200f3602a406200120153602a006200120012903f8053703a806200120014180066a2903003702b006200120014188066a2903003703b8060240200b450d00200b4102742206417c6a410276210e201b21052017210403402004280200210b200541246a41023602002005200b3602002005412c6a2105200441046a21042006417c6a22060d000b200e41016a211c0b02402018450d00201710230b024020162008460d00200141b8046a2106200141b0046a210b200141a8046a210e2008210403402004280200210f20062004411c6a290200370300200b200441146a290200370300200e2004410c6a2902003703002001200441046a2902003703a0042005200f360200200541046a20012903a0043702002005410c6a200e290300370200200541146a200b2903003702002005411c6a2006290300370200200541246a42013702002005412c6a2105201c41016a211c200441246a22042016470d000b0b0240200a450d00200810230b20012903a806210c20012903b006210d20012903b806211d20012903a0062107200141003602a0042007a74101470d032007422088a7210420012903b804211e20012903b004211f20012903a804212020012903a00421070340201e2121201f21222020212320052004360200200541046a200c370200200541286a2012360200200541246a41013602002005411c6a20133702002005410c6a200d370200200541146a201d370200200141003602a0042005412c6a2105201c41016a211c2007a721062007422088a7210420012903b804211e20012903b004211f20012903a804212020012903a00421072023210c2022210d2021211d20064101460d000c040b0b410121050c010b410221050b034002400240024002400240024002400240024020050e03000104040b200141003602a00420012903b806210d200120012903b8043703b80620012903b006210c200120012903b0043703b00620012903a8062107200120012903a8043703a80620012903a006211d200120012903a004221e3703a006201da74101470d04201d422088a7210f201ea721150c010b0240024002400240201141ff01710e03010200010b2016200e470d04410221110c020b0240201a2014470d0002402016200e470d00410221110c030b200e41146a290200210d200e410c6a290200210c200e411c6a290200211f200e29020421074101211041022111200e2105200e41246a210e0c080b410221104100211120142105201441046a21140c070b201a2014470d05410121110b200141003602a00420012903b806210d200120012903b8043703b80620012903b006210c200120012903b0043703b00620012903a8062107200120012903a8043703a80620012903a006211d200120012903a004221e3703a006201da74101470d03201d422088a7210f201ea721150b410121104102210b2013211d201221090c050b200e41146a290200210d200e410c6a290200210c200e411c6a290200211f200e29020421074101211041022111200e2105200e41246a210e0c030b024002400240201141ff01710e03010200010b2016200e460d02200e41146a290200210d200e410c6a290200210c200e411c6a290200211d200e2902042107200e280200210f410021094101210b41022111200e41246a210e410121100c050b0240201a2014470d002016200e460d02200e41146a290200210d200e410c6a290200210c200e411c6a290200211d200e2902042107200e280200210f410021094101210b41022111200e41246a210e410121100c050b2014280200210f410221104101210b41002111201441046a21140c040b201a2014460d002014280200210f4102211041012111201441046a21144101210b0c030b02402018450d00201710230b200a450d04200810230c040b410221104101211120142105202021072021210c2022210d201441046a21140b2005280200210f4100210b20072120200c2121200d2122201f211d410021090b0240201c2019470d000240024002400240200b0e03010200010b201541014621050c020b0240024002400240201141ff01710e03010200010b2016200e6b41246d21050c020b417f201a20146b41027522052016200e6b41246d6a220620062005491b21050c010b201a20146b41027521050b417f200520154101466a220620062005491b21050c010b024002400240201141ff01710e03010200010b2016200e6b41246d21050c020b417f201a20146b41027522052016200e6b41246d6a220620062005491b21050c010b201a20146b41027521050b2019417f200541016a220620062005491b6a22052019490d05201941017422062005200620054b1b2205ad422c7e221e422088a70d05201ea722064100480d050240024020190d0020061021211b0c010b201b2019412c6c20061025211b0b201b450d03200521190b201b20046a220520093602002005415c6a2206200c370208200620073702002005417c6a2010360200200541746a201d370200200541586a200f360200200641106a200d3702002004412c6a2104201c41016a211c024002400240200b41ff01710e03000102000b410121050c020b410221050c010b410021050c000b0b02400240201c4115490d0002400240201c4101762224ad422c7e2207422088a70d002007a72205417f4c0d000240024020050d0041042125410421090c010b200510212225450d05202521090b201b41546a2126201b412c6a2127201b41fc7e6a212841042115410021294100211841002114201c210a0340200a210f4100210a4101210e0240200f417f6a2206450d00024002400240024002400240201b2006412c6c6a280200200f412c6c2211201b6a41a87f6a2802002205490d00200f417e6a2110202820116a21064100210a410021040340024020102004470d00200f210e0c080b200441016a210420052006280200220b4f210e200641546a2106200b2105200e0d000b200441016a210e2004417f73200f6a21060c010b202820116a210402400340024020064101470d00410021060c020b2006417f6a210620052004280200220b49210e200441546a2104200b2105200e0d000b0b200f2006490d01200f201c4b0d03200f20066b220e410176220b450d00201b2006412c6c6a2105202620116a21040340200141a0046a41286a2210200541286a2211280200360200200141a0046a41206a2212200541206a2216290200370300200141a0046a41186a221a200541186a2208290200370300200141a0046a41106a2217200541106a220a290200370300200141a0046a41086a222a200541086a222b290200370300200120052902003703a004200441086a222c2902002107200441106a222d290200210c200441186a222e290200210d200441206a222f290200211d200441286a2230280200213120052004290200370200201120313602002016201d3702002008200d370200200a200c370200202b200737020020302010280200360200202f2012290300370200202e201a290300370200202d2017290300370200202c202a290300370200200420012903a0043702002005412c6a2105200441546a2104200b417f6a220b0d000b0b024020060d002006210a0c050b0240200e41094d0d002006210a0c050b200f201c4b0d01200f20066b210b20272006412c6c6a21100340200f2006417f6a220a490d040240200f200a6b220e4102490d00201b2006412c6c6a2205280200201b200a412c6c6a220628020022164f0d00200141a0046a41206a221a200641246a290200370300200141a0046a41186a22082006411c6a290200370300200141a0046a41106a2217200641146a290200370300200141a0046a41086a222a2006410c6a29020037030020062902042107200641286a200541286a280200360200200120073703a004200641206a200541206a290200370200200641186a200541186a290200370200200641106a200541106a290200370200200641086a200541086a29020037020020062005290200370200410121040240200e4103490d00200628025820164f0d00410221112010211203402012220541546a22042005290200370200200441286a200541286a280200360200200441206a200541206a290200370200200441186a200541186a290200370200200441106a200541106a290200370200200441086a200541086a290200370200200b20112204460d01200441016a21112005412c6a22122802002016490d000b0b2005201636020020062004412c6c6a220520012903a004370204200541246a201a2903003702002005411c6a2008290300370200200541146a20172903003702002005410c6a202a2903003702000b200a450d05201041546a2110200b41016a210b200a2106200e410a4f0d050c000b0b2006200f103f000b200f2006417f6a220a490d010b200f201c103e000b200a200f103f000b024020142029470d00202941016a22052029490d08202941017422042005200420054b1b220541ffffffff01712005470d08200541037422044100480d080240024020290d002004102121150c010b201520294103742004102521150b2015450d0620052129201821140b201520144103746a2205200e3602042005200a360200201841016a22142118024020144102490d0002400340024002400240024020152014417f6a22184103746a2205280200450d00201441037420156a220b41746a2802002206200528020422044d0d000240201441024b0d002014211841022114200a450d0a0c080b20152014417d6a22164103746a2802042205200420066a4d0d010240201441034b0d002014211841032114200a450d0a0c080b200b41646a280200200520066a4d0d01201421180c060b20144103490d012005280204210420152014417d6a22164103746a28020421050b20052004490d010b2014417e6a21160b0240024002400240024002402014201641016a222a4b222b450d00201420164b222c450d01201520164103746a221a280204222d201a2802006a22052015202a4103746a22082802002217490d022005201c4b0d03201b2017412c6c6a221120082802042212412c6c22046a210b2005412c6c2106200520176b220f20126b220520124f0d042025200b2005412c6c220410d3041a200920046a210e0240024020124101480d00200541014e0d010b200b2105200921060c060b202620066a2104200b210503402004200541546a220b200e41546a220f200f280200200b2802004922101b2206290200370200200441286a200641286a280200360200200441206a200641206a290200370200200441186a200641186a290200370200200441106a200641106a290200370200200441086a200641086a290200370200200e200f20101b210e02402011200b200520101b2205490d00200921060c070b200441546a2104200921062009200e490d000c060b0b41e4c0c600202a2014102f000b41e4c0c60020162014102f000b20172005103f000b2005201c103e000b20252011200410d3041a200920046a210e0240024020124101480d00200f20124a0d010b20112105200921060c010b201b20066a2110200921062011210503402005200b2006200b280200200628020049220f1b2204290200370200200541286a200441286a280200360200200541206a200441206a290200370200200541186a200441186a290200370200200541106a200441106a290200370200200541086a200441086a29020037020020062006412c6a200f1b21062005412c6a2105200b412c6a200b200f1b220b20104f0d01200e20064b0d000b0b20052006200e20066b22042004412c706b10d3041a0240202c450d00201a2017360200201a41046a202d20126a360200202b450d022008200841086a2014202a417f736a41037410d4041a20182114201841014d0d030c010b0b41bcc1c60020162014102f000b41aab9c000411d41b096c500102d000b200a450d020c000b0b1031000b02402029450d00201510230b2024450d01202510230c010b201c4102490d00201c417f6a2106201b201c412c6c6a210f4101210e03400240024002400240201c20062205417f6a2206490d00201c20066b22044102490d03201b2005412c6c6a2205280200201b2006412c6c6a220b28020022114f0d03200141a0046a41206a2214200b41246a290200370300200141a0046a41186a2212200b411c6a290200370300200141a0046a41106a2215200b41146a290200370300200141a0046a41086a2216200b410c6a290200370300200b2902042107200b41286a200541286a280200360200200120073703a004200b41206a200541206a290200370200200b41186a200541186a290200370200200b41106a200541106a290200370200200b41086a200541086a290200370200200b20052902003702004101211020044103490d02200b28025820114f0d0241002110200f210403402004220541546a22042005290200370200200441286a200541286a280200360200200441206a200541206a290200370200200441186a200541186a290200370200200441106a200541106a290200370200200441086a200541086a290200370200200e20102209460d022009417f6a21102005412c6a220428020020114f0d020c000b0b2006201c103f000b410220096b21100b20052011360200200b2010412c6c6a220520012903a004370204200541246a20142903003702002005411c6a2012290300370200200541146a20152903003702002005410c6a20162903003702000b200f41546a210f200e417f6a210e20060d000b0b200141a0046a41186a220b4200370300200141a0046a41106a220e4200370300200141a0046a41086a22044200370300200142003703a004200141a8056a41086a220541a8bdc600ad42808080809001841003220641086a290000370300200120062900003703a8052006102320042005290300370300200120012903a80522073703e803200120073703a004200541cbbdc600ad4280808080e000841003220641086a290000370300200120062900003703a80520061023200141e8036a41086a20052903002207370300200120012903a805220c3703e8032003200c370000200341086a2007370000200141a0066a41086a2004290300370300200141a0066a41106a200e290300370300200141a0066a41186a200b290300370300200120012903a0043703a006200141003602a804200142013703a004201c200141a0046a105d0240201c450d00201b201c412c6c6a210f201b210403402004280200210b0240024020012802a404220620012802a80422056b4104490d0020012802a00421060c010b200541046a220e2005490d0520064101742205200e2005200e4b1b22054100480d050240024020060d002005102121060c010b20012802a00420062005102521060b2006450d03200120053602a404200120063602a00420012802a80421050b2001200541046a3602a804200620056a200b360000200441046a200141a0046a10b8022004412c6a2204200f470d000b0b20012802a4042105200141a0066aad2232428080808080048420013502a80442208620012802a0042204ad84100202402005450d00200410230b02402019450d00201b10230b200010d502200141a0046a41186a4200370300200141a0046a41106a220b4200370300200141a0046a41086a22044200370300200142003703a004200141a8056a41086a2205419ebdc600ad4280808080a001841003220641086a290000370300200120062900003703a8052006102320042005290300370300200120012903a8053703a00420054195bdc600ad42808080809001841003220641086a290000370300200120062900003703a80520061023200b20012903a8052207370300200141a0066a41086a2004290300370300200141a0066a41106a2007370300200141a0066a41186a2005290300370300200120073703f805200120012903a0043703a0062032428080808080048410050240200041c0f000700d00108b020b02400240200041c0930670450d00200141f8056a21270c010b200141a0046a41186a4200370300200141a0046a41106a220b4200370300200141a0046a41086a22044200370300200142003703a004200141a8056a41086a220541a6a3c500ad42808080809001841003220641086a290000370300200120062900003703a8052006102320042005290300370300200120012903a80522073703d005200120073703a00420054180edc500ad4280808080d002841003220641086a290000370300200120062900003703a80520061023200b20012903a8052207370300200141f8056a41086a2004290300370300200141f8056a41106a2007370300200141f8056a41186a2005290300370300200120073703d005200120012903a0043703f8050240024002400240200141f8056a10e701220541ff01714102460d00200141f8056aad4280808080800484100520054101710d010b200141a0046a200010d60220012d00a0044104460d01200141a0066a200010d7020c020b200141a0046a200010d70220012d00a0044104460d00200141a0066a200010d6020c010b200141043a00a0060b200141f8056a21270b200141a0046a41186a22094200370300200141a0046a41106a22304200370300200141a0046a41086a220b4200370300200142003703a004200141a8056a41086a220541a6a3c500ad4280808080900184220c1003220441086a290000370300200120042900003703a80520041023200b2005290300370300200120012903a80522073703d005200120073703a00420054190eac500ad4280808080d001841003220441086a290000370300200120042900003703a80520041023203020012903a8052207370300200141f8056a41086a2216200b290300370300200141f8056a41106a221a2007370300200141f8056a41186a22082005290300370300200120073703d005200120012903a0043703f805200141c0036a20274120108e0120012802c403210620012802c003210e2009420037030020304200370300200b4200370300200142003703a0042005200c1003220441086a290000370300200120042900003703a80520041023200b2005290300370300200120012903a80522073703d005200120073703a004200541f8e9c500ad4280808080f001841003220441086a290000370300200120042900003703a805200410232009200529030022073703002016200b290300370300201a20012903a805220c370300200820073703002001200c3703d005200120012903a0043703f805200141b8036a20274120108e014100213302400240024020064100200e1b220520012802bc03410020012802b8031b22064f0d00200141a0046a4104722104200141c9046a21100340200141a0046a200510d802024020012d00c804220f4103460d00200141a0066a41086a200441086a2902002207370300200141a0066a41106a200441106a290200220c370300200141a0066a41186a200441186a290200220d370300200141a0066a41206a200441206a280200220e360200200141c8036a41026a2211201041026a2d00003a000020012004290200221d3703a006200120102f00003b01c80320012802a0042114200b20073703002030200c3703002009200d370300200141a0046a41206a2212200e3602002001201d3703a004200141e8036a41026a221520112d00003a0000200120012f01c8033b01e8034103210e024020142000470d00200141f8056a41206a201228020036020020082009290300370300201a20302903003703002016200b29030037030020014190046a41026a20152d00003a0000200120012903a0043703f805200120012f01e8033b01900420052117200f210e0b200e4103470d030b2006200541016a2205470d000b0b41042124410021040c010b200141d0056a41206a200141f8056a41206a2802002204360200200141d0056a41186a200141f8056a41186a2903002207370300200141d0056a41106a200141f8056a41106a290300220c370300200141d0056a41086a200141f8056a41086a290300220d37030020014188046a41026a220b20014190046a41026a2d00003a0000200141a8056a41086a220f200d370300200141a8056a41106a2210200c370300200141a8056a41186a22092007370300200141a8056a41206a22112004360200200120012903f80522073703d005200120012f0190043b018804200120073703a805200141a4056a41026a2214200b2d00003a0000200120012f0188043b01a405413010212224450d01410121042024200036020420242017360200202420012903a8053702082024200e3a002c202420012f01a4053b002d202441106a200f290300370200202441186a2010290300370200202441206a2009290300370200202441286a20112802003602002024412f6a20142d00003a000041012133200541016a220520064f0d00200141a0046a4104722104200141c9046a210f02400340200141a0046a200510d802024020012d00c804220e4103460d00200141a0066a41086a200441086a2902002207370300200141a0066a41106a200441106a290200220c370300200141a0066a41186a200441186a290200220d370300200141a0066a41206a200441206a280200220b360200200141c8036a41026a2210200f41026a2d00003a000020012004290200221d3703a0062001200f2f00003b01c80320012802a0042109200141a0046a41086a22112007370300200141a0046a41106a2214200c370300200141a0046a41186a2212200d370300200141a0046a41206a2215200b3602002001201d3703a004200141e8036a41026a221620102d00003a0000200120012f01c8033b01e8034103210b024020092000470d00200141f8056a41206a2015280200360200200141f8056a41186a2012290300370300200141f8056a41106a2014290300370300200141f8056a41086a201129030037030020014190046a41026a20162d00003a0000200120012903a0043703f805200120012f01e8033b0190042005211a200e210b0b200b4103470d020b2006200541016a2205470d000b41012104410121330c010b200141d0056a41206a222f200141f8056a41206a22172802002204360200200141d0056a41186a2231200141f8056a41186a220a2903002207370300200141d0056a41106a2225200141f8056a41106a2218290300220c370300200141d0056a41086a2229200141f8056a41086a221b290300220d37030020014188046a41026a222e20014190046a41026a222a2d00003a0000200141a8056a41086a221c200d370300200141a8056a41106a222b200c370300200141a8056a41186a222c2007370300200141a8056a41206a222d2004360200200120012903f80522073703d005200120012f0190043b018804200120073703a805200141a4056a41026a2219202e2d00003a0000200120012f0188043b01a405200541016a2105200141a0046a410472210e200141c9046a211041012104410121330340200141a0046a41086a2214201c290300370300200141a0046a41106a2212202b290300370300200141a0046a41186a2215202c290300370300200141a0046a41206a2216202d280200360200200141a0066a41026a220920192d00003a0000200120012903a8053703a004200120012f01a4053b01a006024020332004470d00200441016a220f2004490d0520044101742211200f2011200f4b1b2233ad42307e2207422088a70d052007a7220f4100480d050240024020040d00200f102121240c010b2024200441306c200f102521240b2024450d030b2024200441306c6a220f2000360204200f201a36020020162802002111201529030021072012290300210c2014290300210d20012903a004211d200f412c6a200b3a0000200f41086a201d370200200f41106a200d370200200f41186a200c370200200f41206a2007370200200f41286a2011360200200f412d6a20012f01a0063b0000200f412f6a20092d00003a0000200441016a2104200520064f0d0102400340200141a0046a200510d802024020012d00c804220f4103460d00200141a0066a41086a200e41086a2902002207370300200141a0066a41106a200e41106a290200220c370300200141a0066a41186a200e41186a290200220d370300200141a0066a41206a200e41206a280200220b360200200141c8036a41026a2209201041026a2d00003a00002001200e290200221d3703a006200120102f00003b01c80320012802a0042111201420073703002012200c3703002015200d3703002016200b3602002001201d3703a004200141e8036a41026a220820092d00003a0000200120012f01c8033b01e8034103210b024020112000470d0020172016280200360200200a201529030037030020182012290300370300201b2014290300370300202a20082d00003a0000200120012903a0043703f805200120012f01e8033b0190042005211a200f210b0b200b4103470d020b2006200541016a2205470d000c030b0b202f2017280200220f3602002031200a290300220737030020252018290300220c3703002029201b290300220d370300202e202a2d00003a0000201c200d370300202b200c370300202c2007370300202d200f360200200120012903f80522073703d005200120012f0190043b018804200120073703a8052019202e2d00003a0000200120012f0188043b01a405200541016a21050c000b0b2024200441306c6a21280240024020040d002024211c0c010b2027ad42808080808004842134200141a0046a4104722105200141f8056a41106a212c200141a0046a41186a21122024211c0340201c220441086a28020021312004280200210b2012200441246a290200370300200141a0046a41106a22152004411c6a290200370300200141a0046a41086a2214200441146a29020037030020012004410c6a2902003703a004200441306a211c2004412c6a2d0000221a4103460d01200141c8036a41186a20122903002207370300200141c8036a41106a2015290300220c370300200141c8036a41086a2014290300220d370300200120012903a004221d3703c803200141e8036a41186a22252007370300200141e8036a41106a2229200c370300200141e8036a41086a2226200d3703002001201d3703e803200141a0066a200b10d90220012802a00621100240024020012802a80622040d00420021224200212342002135420021364200211e420021200c010b2004410574210e4200211e2010210442002120420021354200213642002122420021230340200141a8036a200410a601200141a8036a41086a290300210c20012903a803210720052004290000370000200541086a200441086a290000370000200541106a200441106a290000370000200541186a200441186a2900003700002001200b3602a004200141a0036a200141a0046a10da0220012d00a00341017121060240024020012d00a103220f0d00200141e0026a2007200c420a420010d90420012903e002220d2107200141e0026a41086a290300221d210c0c010b20014180036a200c4200200fad220d420010d80420014190036a20074200200d420010d804200141f0026a420042002007420010d804427f20014190036a41086a290300220d20012903800320012903f0027c7c221d20012903880320012903f80284420052201d200d5472220f1b211d427f200129039003200f1b210d0b200441206a21044200201d20061b20367c4200200d20061b221320357c2235201354ad7c2136201d420020061b20237c200d420020061b220d20227c2222200d54ad7c2123200c20207c2007201e7c221e200754ad7c2120200e41606a220e0d000b0b024020012802a406450d00201010230b200141a0066a200b10d90220012802a00621160240024020012802a80622040d0042002113420021374200211f420021384200211d420021210c010b2004410574210e4200211d20162104420021214200211f420021384200211342002137034020052004290000370000200541086a200441086a2206290000370000200541106a200441106a220f290000370000200541186a200441186a22102900003700002001200b3602a004200141d8026a200141a0046a10da0220012d00d802210920012d00d9022111201220102900003703002015200f29000037030020142006290000370300200120042900003703a004200141b8026a200b200141a0046a2011411010db02200141b8026a41186a29030020217c20012903c8022207201d7c221d200754ad7c21214200200141b8026a41086a2903002207200941017122061b20387c420020012903b802220c20061b220d201f7c221f200d54ad7c21382007420020061b20377c200c420020061b220720137c2213200754ad7c2137200441206a2104200e41606a220e0d000b0b024020012802a406450d00201610230b200141f8056a41186a22194200370300202c4200370300200141f8056a41086a222d4200370300200142003703f805200141a8056a41086a222b41e483c300ad42808080808001841003220441086a290000370300200120042900003703a80520041023202d202b290300370300200120012903a8053703f805202b41d1bcc000ad4280808080d001841003220441086a290000370300200120042900003703a805200410232014202b2903002207370300200120012903a805220c3703a004202c200c370000202c41086a22032007370000200141d0056a41086a2209202d290300370300200141d0056a41106a2211202c290300370300200141d0056a41186a22162019290300370300200120012903f8053703d005200141a0026a200141d0056a4120109701200141a0026a41106a290300420020012802a00222041b210720012903a802420020041b210c02400240201d201e7c220d420288202120207c200d201d54ad7c221d423e8684221e201d420288222084500d00201e200d852020201d8584500d00410021040240034020014190026a200d201d200441046a41fe007110d704200441026a2104200129039002221e20014190026a41086a290300222084500d01201e200d852020201d858450450d000b0b20014180026a200d201d200441fe007110d70420012903800220014180026a41086a29030084211e42002120024020040d00201e420052ad211e0c020b201e420052ad211e0340200141e0016a200d201d41002004417e6a2206200620044b1b220441ff007110d704200141f0016a201e420186223942018422212020420186201e423f888422202021202010d8042039202120012903f00120012903e00156200141f0016a41086a290300221e200141e0016a41086a290300223a56201e203a511b1b211e20040d000c020b0b42002120200d201d84420052ad211e0b02400240200c4202882007423e8684220d2007420288221d84500d00200d200c85201d20078584500d004100210402400340200141d0016a200c2007200441046a41fe007110d704200441026a210420012903d001220d200141d0016a41086a290300221d84500d01200d200c85201d2007858450450d000b0b200141c0016a200c2007200441fe007110d70420012903c001200141c0016a41086a29030084210d4200211d024020040d00200d420052ad210d0c020b200d420052ad210d0340200141a0016a200c200741002004417e6a2206200620044b1b220441ff007110d704200141b0016a200d42018622394201842221201d420186200d423f8884221d2021201d10d8042039202120012903b00120012903a00156200141b0016a41086a290300220d200141a0016a41086a290300223a56200d203a511b1b210d20040d000c020b0b4200211d200c200784420052ad210d0b02400240024002400240201e20208450450d00410021100c010b203820367c201f20357c220c201f54ad7c211f203720237c201320227c2207201354ad7c2113024002400240201a0e03010200010b2007200c562013201f562013201f511b21100c020b0340200141d0006a200c201f201e202010d904200d2222201d2223844200510d04200141d0006a41086a290300210d2001290350211d200141c0006a200720132022202310d90441012110201d2001290340223554200d200141c0006a41086a290300222154200d20215122041b0d0202402035201d542021200d5420041b450d00410021100c030b200141306a201d200d201e202010d804200141206a203520212022202310d804024020072001290320220d7d221d2013200141206a41086a2903007d2007200d54ad7d222184500d00201f200141306a41086a2903007d2135200c20012903302207542104200c20077d210d201e210720202113201d211e202121202022210c2023211f200d20352004ad7d221d84500d030c010b0b410021100c010b034020202121201e2122200d201d844200510d0220014180016a200720132022202110d90420014190016a200c201f200d201d10d90441012110200129039001222320012903800122355420014190016a41086a290300221e20014180016a41086a290300222054201e20205122041b0d01024020352023542020201e5420041b450d00410021100c020b200141f0006a2023201e200d201d10d804200141e0006a203520202022202110d804024020072001290360221e7d22202013200141e0006a41086a2903007d2007201e54ad7d22238450450d00410021100c020b201f200141f0006a41086a2903007d2135200c20012903702207542104200c20077d211e200d2107201d21132020210d2023211d2022210c2021211f201e20352004ad7d2220844200520d000b0b200141a0046a200b10d90220012802a004212e20012802a404212f20012802a8042204450d02202e2004410574220a6a212a202e210402400340200141a0066a41186a2206200441186a221a290000370300200141a0066a41106a220e200441106a2208290000370300200141a0066a41086a220f200441086a2217290000370300200120042900003703a00620042900002107200541186a2218201a29000037000020052007370000200541086a221a2017290000370000200541106a221720082900003700002001200b3602a004200141186a200141a0046a10da022009200f2903003703002011200e29030037030020162006290300370300200120012903a0063703d0050240201020012d001841017145734101470d0020012d00192108200441206a21040c020b200441206a2104200a41606a220a0d000c040b0b0340200141a8056a41186a20162903002207370300200141a8056a41106a2011290300220c370300202b2009290300220d370300200120012903d005221d3703a805201220073703002015200c3703002014200d370300200142e4cab5fbb6ccdcb0e300370388042001201d3703a00420014188046a200141a0046a200841187441187541027441d4b0c0006a280200418084076c20006a10a9012004202a460d03024003402006200441186a2208290000370300200e200441106a220a290000370300200f200441086a221b290000370300200120042900003703a0062001200b3602a004201b2900002107200a290000210c2004290000210d201820082900003700002017200c370000201a20073700002005200d370000200141106a200141a0046a10da022009200f2903003703002011200e29030037030020162006290300370300200120012903a0063703d005201020012d001041017145730d01202a200441206a2204470d000c050b0b20012d00112108200441206a21040c000b0b41a0c0c300411941a4cbc300102d000b41a0c0c300411941a4cbc300102d000b0240202f450d00202e10230b200b10dc020240024020100d002001200b3602ac04200141053a00a804200141093a00a004200141a0046a1099010c010b2001200b3602ac04200141043a00a804200141093a00a004200141a0046a10990102400240024002402031450d00200141a0066a41186a221a2025290300370300200141a0066a41106a22082029290300370300200141a0066a41086a22172026290300370300200120012903e8033703a00620194200370300202c4200370300202d4200370300200142003703f805202b41a6a3c500ad4280808080900184220c1003220441086a290000370300200120042900003703a80520041023202d202b290300370300200120012903a8053703f805202b41b7b6c500ad4280808080d00184220d1003220441086a290000370300200120042900003703a805200410232014202b2903002207370300200120012903a805221d3703a004202c201d370000200320073700002009202d2903003703002011202c29030037030020162019290300370300200120012903f8053703d005203120006a211120014190046a200141d0056a10dd02024020012802900422100d00410421104100210a420021070c030b2001290294042207a7210a4100210402402007422088a7221641014b0d0020160e020302030b20162106034020042006410176220e20046a220f20112010200f41286c6a280200491b21042006200e6b220641014b0d000c020b0b201220252903003703002015202929030037030020142026290300370300200120012903e8033703a004200141a0066a200141a0046a200b10de020c030b024020112010200441286c6a2802002206460d002004201120064b6a21040b2012201a2903003703002015200829030037030020142017290300370300200120012903a0063703a004200420164d0d01418cb9c000411e41b096c500102d000b2012201a2903003703002015200829030037030020142017290300370300200120012903a0063703a00441002116410021040b02402016200a470d0020162007a7470d00201641016a22062016490d062016410174220e2006200e20064b1bad220742287e221d422088a70d06201da722064100480d060240024020160d002006102121100c010b2010201641286c2006102521100b2010450d040b2010200441286c6a220641286a2006201620046b41286c10d4041a20062011360200200620012903a0043702042006410c6a2014290300370200200641146a20152903003702002006411c6a20122903003702002006200b360224201242003703002015420037030020144200370300200142003703a004202b200c1003220441086a290000370300200120042900003703a805200410232014202b290300370300200120012903a805220c3703d0052001200c3703a004202b200d1003220441086a290000370300200120042900003703a805200410232009202b290300220c370300200120012903a805220d3703d0052030200d370000203041086a200c370000202d2014290300370300202c201529030037030020192012290300370300200120012903a0043703f805024020100d00203410050c010b200141203602a404200120273602a0042010201641016a200141a0046a10ba012007a7450d00201010230b201c2028470d000b2028211c0b2028201c6b2105024003402005450d01200541506a2105201c412c6a2104201c41306a211c20042d00004103470d000b0b02402033450d00202410230b200141f8056a41186a4200370300200141f8056a41106a220b4200370300200141f8056a41086a22044200370300200142003703f805200141a8056a41086a220541a6a3c500ad42808080809001841003220641086a290000370300200120062900003703a8052006102320042005290300370300200120012903a8053703f805200541b7b6c500ad4280808080d001841003220641086a290000370300200120062900003703a80520061023200b20012903a8052207370300200141d0056a41086a2004290300370300200141d0056a41106a2007370300200141d0056a41186a2005290300370300200120073703a004200120012903f8053703d005200141a0046a200141d0056a10dd0220012802a0042205410420051b2109024020012902a404420020051b221d422088a72211450d002009201141286c6a210b41002104200141a0046a41186a210e200141a0046a41106a210f200141a0046a41086a21102009210502400340024020052802002000460d0020040d020c030b200541246a2802002106200541046a29000021072005410c6a290000210c200541146a290000210d200e2005411c6a290000370300200f200d3703002010200c370300200120073703a004200141a0066a200141a0046a200610de02200441016a2104200b200541286a2205470d000b0b200420114b0d02200141a0046a41186a220e4200370300200141a0046a41106a220f4200370300200141a0046a41086a22064200370300200142003703a004200141a8056a41086a220541a6a3c500ad42808080809001841003220b41086a2900003703002001200b2900003703a805200b102320062005290300370300200120012903a80522073703d005200120073703a004200541b7b6c500ad4280808080d001841003220b41086a2900003703002001200b2900003703a805200b1023200141d0056a41086a20052903002207370300200120012903a805220c3703d0052030200c370000203041086a2007370000200141f8056a41086a2006290300370300200141f8056a41106a200f290300370300200141f8056a41186a200e290300370300200120012903a0043703f805200141003602a804200142013703a004201120046b2205200141a0046a105d02402005450d002009201141286c6a210f2009200441286c6a210403402004280200210b0240024020012802a404220620012802a80422056b4104490d0020012802a00421060c010b200541046a220e2005490d0620064101742205200e2005200e4b1b22054100480d060240024020060d002005102121060c010b20012802a00420062005102521060b2006450d04200120053602a404200120063602a00420012802a80421050b2001200541046a3602a804200620056a200b3600002001200141a0046a3602a006200441046a2206200141a0066a106b200441246a280200210b0240024020012802a404220420012802a80422056b4104490d0020012802a00421040c010b200541046a220e2005490d0620044101742205200e2005200e4b1b22054100480d060240024020040d002005102121040c010b20012802a00420042005102521040b2004450d04200120053602a404200120043602a00420012802a80421050b2001200541046a3602a804200420056a200b360000200641246a2204200f470d000b0b20012802a40421052027ad428080808080048420013502a80442208620012802a0042204ad8410022005450d00200410230b0240201da7450d00200910230b200141a0046a41186a220e4200370300200141a0046a41106a22064200370300200141a0046a41086a22044200370300200142003703a004200141a8056a41086a220541eaa1c100ad4280808080f00184220c1003220b41086a2900003703002001200b2900003703a805200b102320042005290300370300200120012903a80522073703f805200120073703a004200541c0bcc600ad4280808080b00184220d1003220b41086a2900003703002001200b2900003703a805200b1023200620012903a8052207370300200141a0066a41086a220b2004290300370300200141a0066a41106a220f2007370300200141a0066a41186a22102005290300370300200120073703f805200120012903a0043703a006200141086a200141a0066a4120410141004100109001024020012802084101470d00200e42003703002006420037030020044200370300200142003703a0042005200c1003220941086a290000370300200120092900003703a8052009102320042005290300370300200120012903a80522073703f805200120073703a0042005200d1003220941086a290000370300200120092900003703a80520091023200141f8056a41086a20052903002207370300200120012903a805220c3703f8052006200c370000200641086a2007370000200b2004290300370300200f20062903003703002010200e290300370300200120012903a0043703a006200141203602cc032001200141a0066a3602c803200141d0056a203242808080808004842207100610a1010240024020012802d0052205450d0020012802d40521062001200141d8056a2802003602ec03200120053602e803200141a0046a200141e8036a106e0240024020012802a0042204450d0020012902a404210c0c010b410021042001410036028006200142013703f8052001410c3602ac052001200141c8036a3602a8052001200141f8056a36029004200141b4046a4101360200200142013702a404200141a0f0c2003602a0042001200141a8056a3602b00420014190046a41c893c500200141a0046a10301a20013502800642208620013502f805841007024020012802fc05450d0020012802f80510230b0b02402006450d00200510230b2004450d00200710052001200c3702a404200120043602a0040c010b200141003602a804200142083703a0040b200141143602fc05200141d6a1c1003602f805200141013a00a0062001200141a0046a3602a406200141a0066a200141f8056a107020012802a404450d0020012802a00410230b200010df02200224000f0b102a000b20042011103f000b102c000bbd6e0d067f017e067f027e077f037e037f017e077f047e097f047e0a7f230022012102200141c0146b41607122012400200141f8096a41186a4200370300200141f8096a41106a22034200370300200141f8096a41086a22044200370300200142003703f809200141b0146a41086a220541c4c0c600ad4280808080d000841003220641086a290000370300200120062900003703b0142006102320042005290300370300200120012903b014220737038814200120073703f8092005418bcec300ad4280808080b001841003220641086a290000370300200120062900003703b01420061023200320012903b0142207370300200141980a6a41086a2004290300370300200141980a6a41106a2007370300200141980a6a41186a2005290300370300200120073703c80e200120012903f8093703980a20014190016a200141980a6a412010ac02200041a08d066e2108024002400240024002402001280290014101470d002001290294012207422088a741e8076a2000470d00200141980a6a4101410010cd0220012802980a2106200141b0146a41086a220541c4c0c600ad4280808080d000841003220441086a290000370300200120042900003703b01420041023200141f8126a41086a22092005290300370300200120012903b0143703f81220054196cec300ad4280808080f000841003220441086a290000370300200120042900003703b0142004102320014188136a41086a22042005290300370300200120012903b014370388132001200641e807703602c80e200141c0056a41186a2206200141c80e6aad4280808080c000841001220541186a290000370300200141c0056a41106a220a200541106a290000370300200141c0056a41086a220b200541086a290000370300200120052900003703c0052005102320014198136a41186a220c200629030037030020014198136a41106a2206200a29030037030020014198136a41086a220a200b290300370300200120012903c0053703981341c00010212205450d01200520012903f812370000200541086a20092903003700002005200129038813370010200541186a20042903003700002005200129039813370020200541286a200a290300370000200541306a2006290300370000200541386a200c290300370000200141980a6a200510b00320012802980a2104200141c80e6a200141980a6a41047241ac0410d3041a0240024020044103460d00200141c0056a200141c80e6a41ac0410d3041a2005102320014190016a410472200141c0056a41ac0410d3041a0c010b20051023410221042001410236028805200141023602d0042001410236029804200141023602e003200141023602a803200141023602f002200141023602b8022001410236028002200141023602c8010b2007a7210d2001200436029001200141980a6aad220e4280808080c0008421074100210441c4c0c600ad4280808080d00084210f0340200141b0146a41086a2205200f1003220641086a290000370300200120062900003703b0142006102320014188146a41086a22092005290300370300200120012903b0143703881420054196cec300ad4280808080f000841003220641086a290000370300200120062900003703b01420061023200141c80e6a41086a22062005290300370300200120012903b0143703c80e200120043602980a200141c0056a41186a220a20071001220541186a290000370300200141c0056a41106a220b200541106a290000370300200141c0056a41086a220c200541086a290000370300200120052900003703c00520051023200141f8096a41186a2210200a290300370300200141f8096a41106a220a200b290300370300200141f8096a41086a220b200c290300370300200120012903c0053703f80941c00010212205450d022005200129038814370000200520012903c80e370010200520012903f809370020200541086a2009290300370000200541186a2006290300370000200541286a200b290300370000200541306a200a290300370000200541386a20102903003700002005ad4280808080800884100520051023200441016a220441e807470d000b200141f8096a41186a22094200370300200141f8096a41106a220a4200370300200141f8096a41086a22044200370300200142003703f809200141b0146a41086a220541c4c0c600ad4280808080d000841003220641086a290000370300200120062900003703b0142006102320042005290300370300200120012903b014220737038814200120073703f8092005418bcec300ad4280808080b001841003220641086a290000370300200120062900003703b01420061023200141c80e6a41086a20052903002207370300200120012903b014220f3703c80e2003200f370000200341086a2007370000200141980a6a41086a2004290300370300200141980a6a41106a200a290300370300200141980a6a41186a2009290300370300200120012903f8093703980a200e428080808080048410052001280290012105200141c80e6a20014190016a41047241ac0410d3041a20054103460d00200120053602980a200141980a6a410472200141c80e6a41ac0410d3041a200141c80e6a2109200141980a6a2105200141f8006a41106a210a0240024002400240034002400240024020092005460d0020052802002104200541386a2206210520044102460d0320014190016a200641486a220b10f003200141f8006a20012802900122052001280298012204109701200a290300210f200129038001210e0240200129037822074201520d002004ad4220862005ad8410050b2007a721040240200128029401450d00200510230b2006210520044101470d03200b2802004101460d0120014190016a41186a200641506a220541186a29000037030020014190016a41106a200541106a29000037030020014190016a41086a200541086a29000037030020012005290000370390010c020b20014190016a200141980a6a41b00410d3041a200141b8066a4200370300200141b0066a420037030020014198066a420037030020014190066a4200370300200141c0056a41386a4200370300200141c0056a41306a4200370300200141c0056a41186a4200370300200141a8066a410036020020014188066a4100360200200141c0056a41286a4100360200200142003703d005200142013703a0062001420137038006200142013703e005200141003602c805200142013703c005410021040340024020014190016a200441386c6a22052802004102460d00200141e8006a200541286a290300200541306a2903002004410873410f714102744184c0c6006a350200420010d804410110212206450d0a200141e8006a41086a29030021072001290368210f200620043a0000200141c0056a20044105746a2205410472210902402005280204450d00200528020010230b20094101360200200520063602002005200f37031020054101360208200541186a20073703000b02402004450d00200141c0056a20044105746a221141086a21122011410472210c201141106a210641002109200141c0056a21050340024020042009220a41016a22096b220b20044d0d00411b210541ef92c50021040c0f0b0240200a41024d0d004115210541a093c50021040c0f0b024002400240024002400240200a0e03000102000b200b4103490d030c120b200b41014b0d114107210a200b0e020301030b4109210a200b0d100c020b4108210a0c010b200b41046a210a0b0240024020014190016a200a41ff017141386c6a220b2802004102460d00200141d8006a200b41286a290300200b41306a290300200a410873410f714102744184c0c6006a350200420010d804200541106a290300220f20012903587c2207200629030058200541186a290300200141d8006a41086a2903007c2007200f54ad7c220f200641086a290300220e58200f200e511b0d01200541086a280200220b417f4c0d0a02400240200b0d00410121100c010b20052802002113200b10212210450d0e20102013200b10d3041a0b200b4101742213200b41016a2214201320144b1b22134100480d0e02400240200b0d002013102121100c010b2010200b2013102521100b2010450d0d2010200b6a200a3a00000240200c280200450d00201128020010230b20062007370300200c201336020020112010360200201220143602002006200f3703080c010b200541106a220b290300220e200629030058200541186a22102903002207200641086a290300220f582007200f511b0d00200541086a280200220a417f4c0d0902400240200a0d00410121130c010b20052802002114200a10212213450d0d20132014200a10d3041a20102903002107200b290300210e0b0240200c280200450d00201128020010230b2006200e370300200c200a360200201120133602002012200a360200200620073703080b200541206a210520042009470d000b0b200441016a22044104470d000b20012802a806211520012802a406211420012802a0062113024020012802c405450d0020012802c00510230b024020012802e405450d0020012802e00510230b0240200128028406450d0020012802800610230b0240024020150d004100211541082116410021060c010b201541ffffff1f712015470d0a201541067422054100480d0a200510212216450d09200141c0056a410872210941002106201621050340201320066a2d0000220a410a460d01200142013703c00520014190016a200a41386c6a2204280200220b4102460d0641002004200b4102461b2204290310210f200420012903d0053703102004290308210e200420012903c80537030820042903002107200420012903c0053703002004290328211720044200370328200441186a220b2903002118200b20012903d805370300200441306a220b2903002119200b42003703002001200f3703d0052001200e3703c805200120073703c005200120183703d8052004290320210f20014188146a41106a2210200941106a29020037030020014188146a41086a2211200941086a2902003703002001200929020037038814410021042007422088a7220c210b02402007a70d0010be02210b200141e0136a41106a2010290300370300200141e0136a41086a201129030037030020012001290388143703e013410121040b2005201937030820052017370300200541146a200c360200200541106a2004360200200141e0136a41106a2903002107200141e0136a41086a290300210e20012903e01321172005413c6a200a3a0000200541186a2017370300200541206a200e370300200541286a2007370300200541386a200b360200200541306a200f3703002005413d6a20012f00c0053b00002005413f6a200141c0056a41026a2d00003a0000200541c0006a21052015200641016a2206470d000b0b02402014450d00201310230b200141f8096a41186a221a4200370300200141f8096a41106a221b4200370300200141f8096a41086a221c4200370300200142003703f809200141b0146a41086a221041c4c0c600ad4280808080d00084221d1003220541086a290000370300200120052900003703b01420051023201c2010290300370300200120012903b01422073703f812200120073703f809201041c9c0c600ad4280808080e001841003220541086a290000370300200120052900003703b0142005102320014188136a41086a221e20102903002207370300200120012903b014220f370388132003200f370000200341086a221f200737000020014198136a41086a2220201c29030037030020014198136a41106a2221201b29030037030020014198136a41186a2222201a290300370300200120012903f80937039813200141d0006a20014198136a4120108e012001419c016a2001280254410020012802501b36020020014190016a41086a222341023a0000200141103a009001201620064106746a212420014190016a10990120060d03201621110c060b20014190016a2006414c6a10c7020b20014190016a200e200f10ae01200621050c000b0b20014190016aad22074280808080c00084212520074280808080800284212620014198136aad42808080808004842127200141c0056aad42808080808004842128200d20086b2229200d4b212a20014190016a41106a211320014188146a410472212b20014190016a410572212c20014193016a212d20014190016a41186a212e20014190016a41206a212f20014190016a41286a21302016211103402011220541086a29030021072005290300210e200528021021042013200541246a290200370300202e2005412c6a290200370300202f200541346a28020036020020232005411c6a2902003703002001200541146a29020037039001200541c0006a211120044102460d03200141b8136a41086a2023290300220f370300200141b8136a41106a20132903002217370300200141b8136a41186a202e2903002218370300200141b8136a41206a202f2802002209360200200120012903900122193703b81320052d003c213120052802382106200141e0136a41206a22052009360200200141e0136a41186a22092018370300200141e0136a41106a220a2017370300200141e0136a41086a220b200f370300200120193703e013200120063602841402400240024020040d00200141286a200610f10342002117420021180240200e2001290328220f7d2219200e562007200141286a41086a2903007d200e200f54ad7d220f200756200f2007511b0d0020014188146a20014184146a10c70220014198136a20014188146a2019200f41084101109f01024020012802981322050d00202e420037030020134200370300202342003703002001420037039001201041e483c300ad428080808080018422181003220441086a290000370300200120042900003703b0142004102320232010290300370300200120012903b01422173703f8092001201737039001201041d1bcc000ad4280808080d0018422321003220441086a290000370300200120042900003703b01420041023201c20102903002217370300200120012903b01422333703f80920132033370000201341086a220a2017370000200141c0056a41086a220b2023290300370300200141c0056a41106a220c2013290300370300200141c0056a41186a2214202e29030037030020012001290390013703c005200141106a200141c0056a4120109701200141106a41106a290300213320012903182134200128021021042021290300213520012903a0132117202e420037030020134200370300202342003703002001420037039001201020181003220941086a290000370300200120092900003703b0142009102320232010290300370300200120012903b01422183703f8092001201837039001201020321003220941086a290000370300200120092900003703b01420091023201c20102903002218370300200120012903b01422323703f80920132032370000200a2018370000200b2023290300370300200c20132903003703002014202e29030037030020012001290390013703c005200142002033420020041b221820357d2034420020041b2232201754ad7d2233203220177d2217203256203320185620332018511b22041b3703980120014200201720041b370390012028202610020b20192117200f211820054101460d030b20302007370300202e20183703002001200e3703b001200120173703a0012001200636029c01200120313a009901200141043a009801200141103a00900120014190016a1099010c010b20014188146a41206a2236200528020036020020014188146a41186a2237200929030037030020014188146a41106a2238200a29030037030020014188146a41086a2239200b290300370300200120012903e0133703881420014198136a202b200e200741084101109f01024020012802981322050d00202e420037030020134200370300202342003703002001420037039001201041e483c300ad428080808080018422171003220441086a290000370300200120042900003703b0142004102320232010290300370300200120012903b014220f3703f8092001200f37039001201041d1bcc000ad4280808080d0018422181003220441086a290000370300200120042900003703b01420041023201c2010290300220f370300200120012903b01422193703f80920132019370000201341086a220a200f370000200141c0056a41086a220b2023290300370300200141c0056a41106a220c2013290300370300200141c0056a41186a2214202e29030037030020012001290390013703c005200141386a200141c0056a4120109701200141386a41106a290300211920012903402132200128023821042021290300213320012903a013210f202e420037030020134200370300202342003703002001420037039001201020171003220941086a290000370300200120092900003703b0142009102320232010290300370300200120012903b01422173703f8092001201737039001201020181003220941086a290000370300200120092900003703b01420091023201c20102903002217370300200120012903b01422183703f80920132018370000200a2017370000200b2023290300370300200c20132903003703002014202e29030037030020012001290390013703c005200142002019420020041b221720337d2032420020041b2218200f54ad7d22192018200f7d220f201856201920175620192017511b22041b3703980120014200200f20041b370390012028202610020b20054101460d01201a4200370300201b4200370300201c4200370300200142003703f8092010201d1003220541086a290000370300200120052900003703b01420051023201c2010290300370300200120012903b014220f3703f8122001200f3703f809201041d7c0c600ad4280808080a0018422181003220541086a290000370300200120052900003703b01420051023201e2010290300220f370300200120012903b01422173703881320032017370000201f200f3700002020201c2903003703002021201b2903003703002022201a290300370300200120012903f8093703981320014190016a20014198136a412010c20202400240024020012802900122120d0041002105410421124200210f410021040c010b4100210502400240200129029401220f4220882217a7220b41014b0d0041002104200b0e020201020b200b2104034020052004410176220920056a220a20062012200a4102746a280200491b2105200420096b220441014b0d000b0b2006201220054102746a2802002204460d0102402005200620044b6a2204200b4b0d00200b21050c010b418cb9c000411e41b096c500102d000b02402005200fa7470d00200541016a22092005490d0a2005410174220a2009200a20094b1b220941ffffffff03712009470d0a2009410274220a4100480d0a0240024020050d00200a102121120c010b20122005410274200a102521120b2012450d092009ad210f0b201220044102746a220941046a2009200520046b41027410d4041a20092006360200200f42ffffffff0f83200541016aad221742208684210f0b201a4200370300201b4200370300201c4200370300200142003703f8092010201d1003220541086a290000370300200120052900003703b01420051023201c2010290300370300200120012903b01422193703f812200120193703f809201020181003220541086a290000370300200120052900003703b01420051023201e20102903002218370300200120012903b01422193703881320032019370000201f20183700002020201c2903003703002021201b2903003703002022201a290300370300200120012903f809370398130240024020120d00202710050c010b200141003602980120014201370390012017a7220420014190016a105d0240024020040d00200128029801210b200128029401210a20012802900121040c010b410020012802980122056b2106201220044102746a2114200128029401210a2012210903402009280200210c02400240200a20066a4104490d0020012802900121040c010b200541046a22042005490d0c200a410174220b2004200b20044b1b220b4100480d0c02400240200a0d00200b102121040c010b200128029001200a200b102521040b2004450d0b2001200b360294012001200436029001200b210a0b2001200541046a220b36029801200420056a200c3600002006417c6a2106200b21052014200941046a2209470d000b0b200fa721052027200bad4220862004ad8410020240200a450d00200410230b2005450d00201210230b2001280284142104200128028814210520014190016a41c0006a20073703002013202b290000370000201341086a202b41086a290000370000201341186a202b41186a290000370000200141103a009001201341106a202b41106a2900003700002001200e3703c8012001200536029c0141032106200141033a009801200120043602c001200120313a00990120014190016a10990102400240024002402031410f710e0a00000000010101020203000b410021060c020b410121060c010b410221060b2010201d1003220541086a290000370300200120052900003703b01420051023200141f8126a41086a223a2010290300370300200120012903b0143703f812201041d0cec300ad4280808080c001841003220541086a290000370300200120052900003703b01420051023201e2010290300370300200120012903b0143703881320012006200d6a223b36029001200141c0056a41186a223c20251001220541186a290000370300200141c0056a41106a223d200541106a290000370300200141c0056a41086a223e200541086a290000370300200120052900003703c00520051023201a203c290300370300201b203d290300370300201c203e290300370300200120012903c0053703f80941c00010212212450d07201220012903f8123700002012200129038813370010201220012903f809370020201241086a203a290300370000201241186a201e290300370000201241286a201c290300370000201241306a201b290300370000201241386a201a29030037000020014190016a201241c00010c202024002400240200128029001223f0d00410021054200210f4104213f0c010b200129029401220f422088a72205200fa7470d010b02402005200fa7470d00200541016a22062005490d0a200541017422092006200920064b1b220641ffffffff03712006470d0a200641027422094100480d0a0240024020050d0020091021213f0c010b203f200541027420091025213f0b203f450d09200f428080808070832006ad84210f0b200f422088a721050b203f200541027422096a200436020002400240203f0d002012ad428080808080088410050c010b20014100360298012001420137039001200541016a220520014190016a105d0240024020050d00200128029801210b200128029401210a20012802900121040c010b410020012802980122056b2106203f20096a41046a2114200128029401210a203f210903402009280200210c02400240200a20066a4104490d0020012802900121040c010b200541046a22042005490d0c200a410174220b2004200b20044b1b220b4100480d0c02400240200a0d00200b102121040c010b200128029001200a200b102521040b2004450d0b2001200b360294012001200436029001200b210a0b2001200541046a220b36029801200420056a200c3600002006417c6a2106200b21052014200941046a2209470d000b0b200fa721052012ad4280808080800884200bad4220862004ad8410020240200a450d00200410230b2005450d00203f10230b201210232010201d1003220541086a290000370300200120052900003703b01420051023203a2010290300370300200120012903b0143703f812201041f8cdc300ad4280808080b001841003220541086a290000370300200120052900003703b01420051023201e2010290300370300200120012903b014370388132001200128028414220636029001203c20251001220541186a290000370300203d200541106a290000370300203e200541086a290000370300200120052900003703c00520051023201a203c290300370300201b203d290300370300201c203e290300370300200120012903c0053703f80941c00010212205450d07200520012903f8123700002005200129038813370010200520012903f809370020200541086a203a290300370000200541186a201e290300370000200541286a201c290300370000200541306a201b290300370000200541386a201a290300370000200141c000360294012001200536029001202b20014190016a10c00120051023202d41206a2036280200360000202d41186a2037290300370000202d41106a2038290300370000202d41086a2039290300370000202d200129038814370000203e2023290000370300203d2013290000370300203c202e290000370300200141c0056a411f6a220520014190016a411f6a29000037000020012001290090013703c005200141003a0094012001203b36029001202c20012903c005370000202c41086a203e290300370000202c41106a203d290300370000202c41186a203c290300370000202c411f6a2005290000370000200620014190016a1088020b202a0d004103210a4103210902400240024002400240024002400240024002402031410f710e0a00010203040506070809000b4100210a410021090c080b410021094101210a0c070b410021094102210a0c060b410021090c050b4101210a410121090c040b410121094102210a0c030b410121090c020b4102210a0b410221090b2010201d1003220541086a290000370300200120052900003703b01420051023200141f8126a41086a2010290300370300200120012903b0143703f81220104183cec300ad42808080808001841003220541086a290000370300200120052900003703b01420051023201e2010290300370300200120012903b014370388132001200636029001200141c0056a41186a220420251001220541186a290000370300200141c0056a41106a2206200541106a290000370300200141c0056a41086a220b200541086a290000370300200120052900003703c00520051023201a2004290300370300201b2006290300370300201c200b290300370300200120012903c0053703f80941c00010212231450d06202920096a2104203120012903f8123700002031200129038813370010203120012903f8093700204108210c203141086a200141f8126a41086a290300370000203141186a20014188136a41086a290300370000203141286a200141f8096a41086a290300370000203141306a201b290300370000203141386a201a29030037000020014190016a203110b7030240024020012802900122050d00410021064200210f0c010b200129029401220f422088a721062005210c0b02400240200420064b0d00200621050c010b0240200fa7220520066b200420066b22144f0d00200620146a220b2006490d0920054101742212200b2012200b4b1b220b41ffffffff0071200b470d09200b41047422124100480d090240024020050d0020121021210c0c010b200c200541047420121025210c0b200c450d08200f42808080807083200bad84210f0b200c200f422088a722054104746a210b02400240024020144102490d00200b410020042006417f736a221441047410d2041a200c2005200d6a20096a200820066a6b4104746a41706a210b201420056a21050c010b2014450d010b200b4200370308200b4200370300200541016a21050b200f42ffffffff0f832005ad42208684210f0b0240024020042029200a6a220a4b0d00200441047421060340024002400240200520044b0d0020042005470d0102402005200fa7470d00200541016a22092005490d0e2005410174220b2009200b20094b1b220941ffffffff00712009470d0e2009410474220b4100480d0e0240024020050d00200b1021210c0c010b200c2005410474200b1025210c0b200c450d0d200f422088a721052009ad210f0b200c20054104746a220920073703082009200e370300200f42ffffffff0f83200541016a2205ad42208684210f0c020b200c20066a220920092903002217200e2017200e56200941086a2209290300221720075620172007511b220b1b370300200920172007200b1b3703000c010b200141a4016a41013602002001420137029401200141bca3c50036029001200141043602c405200141dccec3003602c0052001200141c0056a3602a00120014190016a41a891c6001037000b200641106a21062004200a492109200441016a210420090d000c020b0b200c0d002031ad42808080808008841005203110230c010b20014100360298012001420137039001200520014190016a105d02400240200541047422040d002001280298012105200128029401210a200128029001210b0c010b410020012802980122056b2109200c20046a2114200128029001210b2001280294012106200c21040340200441086a29030021072004290300210e02400240200620096a410f4d0d002006210a0c010b200541106a220a2005490d0a20064101742212200a2012200a4b1b220a4100480d0a0240024020060d00200a1021210b0c010b200b2006200a1025210b0b200b450d090b200b20056a220620073700082006200e370000200941706a2109200541106a2105200a21062014200441106a2204470d000b2001200a3602940120012005360298012001200b360290010b200fa721042031ad42808080808008842005ad422086200bad8410020240200a450d00200b10230b02402004450d00200c10230b203110230b20112024470d000b202421110c020b4196e7c200413341cce7c200104a000b1031000b202420116b2105024003402005450d01200541406a210520112802102104201141c0006a211120044102470d000b0b2015450d00201610230b0240200841e0f2796c410020006b470d00200141a40a6a2008360200200141980a6a41086a220941003a0000200141103a00980a200141980a6a109901200141f8096a41186a220a4200370300200141f8096a41106a220b4200370300200141f8096a41086a22044200370300200142003703f809200141b0146a41086a220541c4c0c600ad4280808080d000841003220641086a290000370300200120062900003703b0142006102320042005290300370300200120012903b014220737038814200120073703f809200541d7c0c600ad4280808080a001841003220641086a290000370300200120062900003703b01420061023200141c80e6a41086a20052903002207370300200120012903b014220f3703c80e2003200f370000200341086a200737000020092004290300370300200141980a6a41106a200b290300370300200141980a6a41186a200a290300370300200120012903f8093703980a20014190016a200141980a6a412010c202410421112001280290012205410420051b220a200129029401420020051b2207422088a741027422046a2106200a210502400340024020040d0041002113410021090c020b2001200528020022093602980a2004417c6a2104200541046a2105200141980a6a10f203450d000b410410212211450d02201120093602004101210941012113034020062005460d012001200528020022043602980a200541046a2105200141980a6a10f203450d00024020132009470d00200941016a220b2009490d052009410174220c200b200c200b4b1b221341ffffffff03712013470d052013410274220b4100480d050240024020090d00200b102121110c010b20112009410274200b102521110b2011450d040b201120094102746a2004360200200941016a21090c000b0b02402007a7450d00200a10230b200141f8096a41186a220a4200370300200141f8096a41106a220b4200370300200141f8096a41086a22044200370300200142003703f809200141b0146a41086a220541c4c0c600ad4280808080d000841003220641086a290000370300200120062900003703b0142006102320042005290300370300200120012903b014220737038814200120073703f809200541d7c0c600ad4280808080a001841003220641086a290000370300200120062900003703b01420061023200141c80e6a41086a20052903002207370300200120012903b014220f3703c80e2003200f370000200341086a2007370000200141980a6a41086a2004290300370300200141980a6a41106a200b290300370300200141980a6a41186a200a290300370300200120012903f8093703980a0240024020110d00200141980a6aad428080808080048410050c010b20014100360298012001420137039001200920014190016a105d0240024020090d00200128029801210b200128029401210a20012802900121040c010b2009410274210c410020012802980122056b2106200128029401210a2011210903402009280200211002400240200a20066a4104490d0020012802900121040c010b200541046a22042005490d06200a410174220b2004200b20044b1b220b4100480d0602400240200a0d00200b102121040c010b200128029001200a200b102521040b2004450d052001200b360294012001200436029001200b210a0b200941046a21092001200541046a220b36029801200420056a20103600002006417c6a2106200b2105200c417c6a220c0d000b0b200141980a6aad4280808080800484200bad4220862004ad8410020240200a450d00200410230b2013450d00201110230b200141b0146a41086a220541c4c0c600ad4280808080d000841003220441086a290000370300200120042900003703b0142004102320014188146a41086a22062005290300370300200120012903b01437038814200541d0cec300ad4280808080c001841003220441086a290000370300200120042900003703b01420041023200141c80e6a41086a22042005290300370300200120012903b0143703c80e200120083602980a200141c0056a41186a2209200141980a6aad22074280808080c000841001220541186a290000370300200141c0056a41106a220a200541106a290000370300200141c0056a41086a220b200541086a290000370300200120052900003703c00520051023200141f8096a41186a220c2009290300370300200141f8096a41106a2209200a290300370300200141f8096a41086a220a200b290300370300200120012903c0053703f80941c00010212205450d012005200129038814370000200520012903c80e370010200520012903f809370020200541086a2006290300370000200541186a2004290300370000200541286a200a290300370000200541306a2009290300370000200541386a200c290300370000200141980a6a200541c00010c2020240024020012802980a221e450d002005ad42808080808008841005200129029c0a21170c010b420021174104211e0b2005102302402017422088a72205450d002005410274211120074280808080c000842107201e210903402009280200210a200141b0146a41086a220441c4c0c600ad4280808080d00084220f1003220541086a290000370300200120052900003703b01420051023200141f8126a41086a22062004290300370300200120012903b0143703f812200441cccdc300ad4280808080a00184220e1003220541086a290000370300200120052900003703b0142005102320014188136a41086a22132004290300370300200120012903b014370388132001200a3602980a200141c0056a41186a220b20071001220541186a290000370300200141c0056a41106a220c200541106a290000370300200141c0056a41086a2210200541086a290000370300200120052900003703c0052005102320014198136a41186a2214200b29030037030020014198136a41106a2212200c29030037030020014198136a41086a22032010290300370300200120012903c0053703981341c00010212205450d03200520012903f812370000200541086a20062903003700002005200129038813370010200541186a20132903003700002005200129039813370020200541286a2003290300370000200541306a2012290300370000200541386a2014290300370000200141980a6a2005108702024020012d009c0a220641034622130d0020012802c00a210820012802c40a210020012802a00a212e20012802a40a211c20012802a80a211b20012802ac0a213120012802b00a212320012802b40a211a0b2005102341012114024002402006410371417e6a220541014b0d000240024020050e020100010b20130d020240200641014b0d00024020060e020400040b2000450d03200810230c030b0240201c450d00202e10230b2023450d02203110230c020b2001201b360298012001201c360294012001202e360290012001201a3602a00a2001202336029c0a200120313602980a200141c80e6a200a410020014190016a200141980a6a1089022004200f1003220541086a290000370300200120052900003703b0142005102320014188146a41086a22142004290300370300200120012903b014370388142004200e1003220541086a290000370300200120052900003703b01420051023200141c80e6a41086a22122004290300370300200120012903b0143703c80e2001200a3602980a200b20071001220541186a290000370300200c200541106a2900003703002010200541086a290000370300200120052900003703c00520051023200141f8096a41186a2204200b290300370300200141f8096a41106a220a200c290300370300200141f8096a41086a220b2010290300370300200120012903c0053703f80941c00010212205450d052005200129038814370000200520012903c80e370010200520012903f809370020200541086a2014290300370000200541186a2012290300370000200541286a200b290300370000200541306a200a290300370000200541386a20042903003700002005ad42808080808008841005200510234100211420130d010b0240200641024b0d000240024020060e03030100030b2014450d020240201c450d00202e10230b2023450d02203110230c020b2000450d01200810230c010b0240201c450d00202e10230b2023450d00203110230b200941046a21092011417c6a22110d000b0b2017a7450d00201e10230b200224000f0b102a000b102c000b4113210541b593c50021040b2001200536028c142001200436028814419dcec300412220014188146a41fccbc30041c0cec3001032000b9a0606057f017e017f017e097f017e230041f0016b22022400200241c0006a41186a22034200370300200241c0006a41106a22044200370300200241c0006a41086a2205420037030020024200370340200241f0006a41086a220641a6a3c500ad428080808090018422071003220841086a29000037030020022008290000370370200810232005200629030037030020022002290370220937036020022009370340200641eab6c500ad4280808080c001841003220841086a2900003703002002200829000037037020081023200420022903702209370300200241206a41086a220a2005290300370300200241206a41106a220b2009370300200241206a41186a220c20062903003703002002200937036020022002290340370320200241f0006a200241206a10a803410321080240024020022d009001220d4103470d00200041086a410b360200200041046a41eea3c500360200200041902a3b00010c010b200241206aad428080808080048422091005200241086a220e2006290300370300200241106a220f200241f0006a41106a2210290300370300200241186a2211200241f0006a41186a22122903003703002002200229037037030020034200370300200442003703002005420037030020024200370340200620071003220841086a2900003703002002200829000037037020081023200520062903003703002002200229037022073703602002200737034020064180edc500ad4280808080d002841003220841086a2900003703002002200829000037037020081023200241e0006a41086a2006290300220737030020022002290370221337036020042013370000200441086a2007370000200a2005290300370300200b2004290300370300200c200329030037030020022002290340370320200241013a00702009200241f0006aad428080808010841002200641023a0000200241093a0070200241f0006a109901201220112903003703002010200f2903003703002006200e29030037030020022002290300370370200141c093066a200241f0006a200d4180840710ac04410421080b200020083a0000200241f0016a24000ba52004067f027e117f097e230022022103200241a0046b41607122022400200241e0006a41186a4200370300200241e0006a41106a22044200370300200241e0006a41086a220542003703002002420037036020024180046a41086a220641a6a3c500ad42808080809001841003220741086a29000037030020022007290000370380042007102320052006290300370300200220022903800422083703a00320022008370360200641d6b6c500ad4280808080b001841003220741086a29000037030020022007290000370380042007102320042002290380042208370300200241c0006a41086a2005290300370300200241c0006a41106a2008370300200241c0006a41186a2006290300370300200220083703c00320022002290360370340200241203602f4012002200241c0006a3602f001200241f8016a200241c0006aad42808080808004842209100610a1010240024002400240024020022802f801220a0d004100210b0c010b20022802fc01210c2002200241f8016a41086a28020036029c022002200a36029802200241386a20024198026a106f02400240024020022802380d000240200228029c02220d41c4006e220e41c4006c2206417f4c0d00200228023c210f0240024020060d004104210b0c010b20061021220b450d060b0240200f450d0041002110034002400240200d4104490d002002200d417c6a220736029c022002200228029802221141046a360298022011280000211241002106200241003a008001024002400340024020072006470d002002410036029c02200641ff01710d020c030b200241e0006a20066a201120066a220541046a2d00003a00002002200541056a360298022002200641016a22053a0080012005210620054120470d000b200241c0036a41086a2213200241e0006a41086a2214290300370300200241c0036a41106a2215200241e0006a41106a2216290300370300200241c0036a41186a2217200241e0006a41186a22182903003703002002200720056b36029c02200220022903603703c00341002106200241003a008001201120056a21192005200d6b41046a210d03400240200d20066a0d002002410036029c02200641ff0171450d030c020b200241e0006a20066a201920066a221141046a2d00003a00002002201141056a360298022002200641016a22113a0080012007417f6a21072011210620114120470d000b200241e0036a41086a22062014290300370300200241e0036a41106a22112016290300370300200241e0036a41186a22192018290300370300200241a0036a41086a221a2013290300370300200241a0036a41106a22132015290300370300200241a0036a41186a221520172903003703002002200720056b220d36029c02200220022903603703e003200220022903c0033703a00320182015290300370300201620132903003703002014201a290300370300200220022903a00337036020024180046a41186a201929030037030020024180046a41106a201129030037030020024180046a41086a2006290300370300200220022903e00337038004410021062012211a0c030b200241003a0080010b4100210d0b410121060b20024180036a41086a2207200241e0006a41086a29030037030020024180036a41106a2211200241e0006a41106a29030037030020024180036a41186a2219200241e0006a41186a290300370300200241e0026a41086a221220024180046a41086a290300370300200241e0026a41106a221420024180046a41106a290300370300200241e0026a41186a221620024180046a41186a290300370300200220022903603703800320022002290380043703e00202402006450d002002410036028802200e450d05200b10230c050b201041016a2105200241c0026a41186a22182019290300370300200241c0026a41106a22192011290300370300200241c0026a41086a22112007290300370300200241a0026a41086a22072012290300370300200241a0026a41106a22122014290300370300200241a0026a41186a2214201629030037030020022002290380033703c002200220022903e0023703a0020240200e2010470d00201041017422062005200620054b1b220ead42c4007e2208422088a70d0a2008a722064100480d0a0240024020100d0020061021210b0c010b200b201041c4006c20061025210b0b200b450d080b200b201041c4006c6a2206201a360200200620022903c0023702042006410c6a2011290300370200200641146a20192903003702002006411c6a2018290300370200200620022903a0023702242006412c6a2007290300370200200641346a20122903003702002006413c6a2014290300370200200521102005200f470d000b0b20024190026a200f3602002002200e36028c022002200b36028802200b450d02200229028c0221080c030b1031000b20024100360288020b4100210b200241003602880420024201370380042002410c3602e4032002200241f0016a3602e003200220024180046a3602c003200241f4006a410136020020024201370264200241a0f0c2003602602002200241e0036a360270200241c0036a41c893c500200241e0006a10301a2002350288044220862002350280048410070240200228028404450d0020022802800410230b0b200c450d00200a10230b200b4104200b1b2119024020084200200b1b221b422088a72211450d00200241e0006a201928020010ad0402400240200228027022060d004200211c4200211d0c010b200241286a2002290360200241e0006a41086a290300200241f8006a350200420010d804200241286a41086a290300211d2002290328211c2002280274450d00200610230b0240024020114101470d002002201c37036041002106200241003602702002201d3703680c010b201941c4006a2106201141c4006c41bc7f6a21052019ad422086211e4201211f0340200241e0006a200628020010ad0402400240200228027022070d0042002120420021080c010b200241186a2002290360200241e0006a41086a2903002002350278420010d804200241186a41086a2903002108200229031821202002280274450d00200710230b0240201c202056201d200856201d2008511b0d002006ad422086201f84211e2020211c2008211d0b200641c4006a2106201f42017c211f200541bc7f6a22050d000b2002201c3703602002201d3703682002201ea72206360270201e428080808010540d010b200620114f0d022019200641c4006c6a220641186a2207290200211d20192011417f6a220541c4006c6a220d41c0006a2802002111200d41206a290200211f200d41286a2902002120200d41306a290200211c200d41386a290200211e200d2902002121200d2902082108200d29021021222007200d41186a290200370200200629021021232006202237021020062902082122200620083702082006290200210820062021370200200641386a201e370200200641306a201c370200200641286a2020370200200641206a220728020021122007201f370200200641c0006a20113602002002202337037020022022370368200220083703602002201d370378200241e0036a41186a200228027c360200200241e0036a41106a2002290274370300200241e0036a41086a200229026c370300200220022902643703e003200241e0006a41186a22104200370300200241e0006a41106a220b4200370300200241e0006a41086a220742003703002002420037036020024180046a41086a220641a6a3c500ad42808080809001841003221141086a290000370300200220112900003703800420111023200720062903003703002002200229038004221d3703a0032002201d370360200641d6b6c500ad4280808080b001841003221141086a290000370300200220112900003703800420111023200241c0036a41086a2006290300221d3703002002200229038004221f3703c0032004201f370000200441086a201d370000200241c0006a41086a2007290300370300200241c0006a41106a200b290300370300200241c0006a41186a20102903003703002002200229036037034020024100360268200242013703602005200241e0006a105d02402005450d00201921060340200628020021110240024020022802642207200228026822056b4104490d00200228026021070c010b200541046a22102005490d06200741017422052010200520104b1b22054100480d060240024020070d002005102121070c010b200228026020072005102521070b2007450d042002200536026420022007360260200228026821050b2002200541046a360268200720056a20113600002002200241e0006a36028004200641046a20024180046a106b200641246a200241e0006a1071200641c4006a2206200d470d000b0b200228026421062009200235026842208620022802602205ad84100202402006450d00200510230b2008a721110240201ba7450d00201910230b20024180046a41086a220641a6a3c500ad42808080809001841003220541086a290000370300200220052900003703800420051023200241a0036a41086a2207200629030037030020022002290380043703a003200641e1b6c500ad42808080809001841003220541086a290000370300200220052900003703800420051023200241c0036a41086a2210200629030037030020022002290380043703c003200220113602800320024180046a41186a220d20024180036aad4280808080c000841001220541186a29000037030020024180046a41106a220b200541106a2900003703002006200541086a290000370300200220052900003703800420051023200241e0006a41186a2205200d290300370300200241e0006a41106a220d200b290300370300200241e0006a41086a220b2006290300370300200220022903800437036041c00010212206450d01200620022903a003370000200620022903c00337001020062002290360370020200641086a2007290300370000200641186a2010290300370000200641286a200b290300370000200641306a200d290300370000200641386a2005290300370000200241e0006a200610a703024020022802702207450d002006ad428080808080088410050b200241e8006a2903002108200241f8006a28020021102002290360211d2002280274210d2006102302402007450d00024020104105742205450d002007210603402006201d200810ae01200641206a2106200541606a22050d000b0b20024188016a200837030020024180016a201d370300200241e0006a41186a22062010360200200241f4006a200d360200200241e0006a41106a22052007360200200241ec006a2011360200200241e0006a41086a220741013a0000200241093a0060200241e0006a1099012006200241e0036a41186a2802003602002005200241e0036a41106a2903003703002007200241e0036a41086a290300370300200220022903e0033703602002201236027c200141c093066a200241e0006a41004180840710ac040b200041043a0000200324000f0b20004183203b0100200041086a410b360200200041046a41eea3c500360200200041026a41153a00000240201ba7450d00201910230b200324000f0b102a000b41bcc1c60020062011102f000b102c000bca0a02087f037e230041b0016b2202240020024188016a41086a220341a6a3c500ad42808080809001841003220441086a290000370300200220042900003703880120041023200241086a41086a22052003290300370300200220022903880137030820034180a6c500ad42808080808002841003220441086a290000370300200220042900003703880120041023200241e0006a41086a22062003290300370300200220022903880137036020022001360250200241286a41186a2201200241d0006aad4280808080c000841001220441186a290000370300200241286a41106a2207200441106a290000370300200241286a41086a2208200441086a290000370300200220042900003703282004102320024188016a41186a2204200129030037030020024188016a41106a22092007290300370300200320082903003703002002200229032837038801024002400240024041c00010212201450d0020012002290308370000200120022903603700102001200229038801370020200141086a2005290300370000200141186a2006290300370000200141286a2003290300370000200141306a2009290300370000200141386a2004290300370000200241c00036024c20022001360248200241d0006a2001ad4280808080800884100610a1010240200228025022050d00410321030c040b20022802542108200241d8006a28020022094104490d012005280000210741002103200241003a00a8012009417c6a21060340024020062003470d00200341ff0171450d03200241003a00a8010c030b20024188016a20036a200520036a41046a2d00003a00002002200341016a22043a00a8012004210320044120470d000b200241286a41186a20024188016a41186a290300370300200241286a41106a20024188016a41106a290300370300200241286a41086a20024188016a41086a29030037030020022002290388013703282009417c6a2004460d01200520046a220641046a2d0000220341034f0d01200920046b417b6a41034d0d01200241e0006a41086a200241286a41086a290300220a370300200241e0006a41106a200241286a41106a290300220b370300200241e0006a41186a200241286a41186a290300220c370300200241dc006a41026a220920024185016a41026a2d00003a0000200241086a41086a200a370300200241086a41106a200b370300200241086a41186a200c37030020022002290328220a370360200220022f0085013b015c2002200a370308200641056a2800002104200241286a41026a20092d00003a0000200220022f015c3b01280c020b102a000b20024100360268200242013703602002410c36022c2002200241c8006a3602282002200241e0006a3602082002419c016a41013602002002420137028c01200241a0f0c200360288012002200241286a36029801200241086a41c893c50020024188016a10301a2002350268422086200235026084100702402002280264450d00200228026010230b410321030b2008450d00200510230b20024188016a41086a2205200241086a41086a29030037030020024188016a41106a2206200241086a41106a29030037030020024188016a41186a2208200241086a41186a290300370300200241e0006a41026a2209200241286a41026a2d00003a00002002200229030837038801200220022f01283b0160024020034103460d0020002004360204200020073602002000200229038801370208200020022f01603b0029200041106a2005290300370200200041186a2006290300370200200041206a20082903003702002000412b6a20092d00003a00000b200020033a002820011023200241b0016a24000bff0301067f230041f0006b22022400200241d0006a41086a220341a6a3c500ad42808080809001841003220441086a2900003703002002200429000037035020041023200241086a41086a2205200329030037030020022002290350370308200341cdb6c500ad42808080809001841003220441086a2900003703002002200429000037035020041023200241186a41086a22062003290300370300200220022903503703182002200136024c200241d0006a41186a2201200241cc006aad4280808080c000841001220441186a290000370300200241d0006a41106a2207200441106a2900003703002003200441086a2900003703002002200429000037035020041023200241286a41186a22042001290300370300200241286a41106a22012007290300370300200241286a41086a2207200329030037030020022002290350370328024041c00010212203450d00200320022903083700002003200229031837001020032002290328370020200341086a2005290300370000200341186a2006290300370000200341286a2007290300370000200341306a2001290300370000200341386a2004290300370000200241d0006a200341c000108c010240024020022802502204450d0020002002290254370204200020043602000c010b20004100360208200042013702000b20031023200241f0006a24000f0b102a000b850701067f23004190016b22022400200241206a200141206a280200360200200241186a200141186a290200370300200241106a200141106a290200370300200241086a200141086a29020037030020022001290200370300200241e8006a41086a220141a6a3c500ad42808080809001841003220341086a2900003703002002200329000037036820031023200241286a41086a20012903003703002002200229036837032820014190a6c500ad4280808080e000841003220341086a2900003703002002200329000037036820031023200241386a41086a2001290300370300200220022903683703380240410410212203450d0020024284808080c00037026c20022003360268200320022802003600002002410472200241e8006a1071200228026c2104200241e8006a41186a2205200235027042208620022802682206ad841001220341186a290000370300200241e8006a41106a2207200341106a2900003703002001200341086a2900003703002002200329000037036820031023200241c8006a41186a2005290300370300200241c8006a41106a2007290300370300200241c8006a41086a20012903003703002002200229036837034802402004450d00200610230b41c00010212201450d00200120022903283700002001200229033837001020012002290348370020200141086a200241286a41086a290300370000200141186a200241386a41086a290300370000200141286a200241c8006a41086a2204290300370000200141306a200241d8006a290300370000200141386a200241c8006a41186a290300370000200241c00036022c20022001360228200241c8006a2001ad4280808080800884100610a10102400240200228024822030d0041002103410021040c010b200228024c2107024002402004280200450d0020032d0000220441ff0071220541064b0d00200441077621040c010b20024100360270200242013703682002410c36023c2002200241286a3602382002200241e8006a36028c01200241146a410136020020024201370204200241a0f0c2003602002002200241386a3602102002418c016a41c893c500200210301a200235027042208620023502688410070240200228026c450d00200228026810230b410221040b02402007450d00200310230b4100200520044102461b2103200441017121040b20011023200020033a0001200020043a000020024190016a24000f0b102a000b8f0f04017f047e137f087e230041a0046b2205240002400240024020040d00420021064200210742002108420021090c010b20054180046a41086a220a41a6a3c500ad42808080809001841003220b41086a2900003703002005200b29000037038004200b102320054198036a41086a220c200a290300370300200520052903800437039803200a4195a3c500ad42808080809002841003220b41086a2900003703002005200b29000037038004200b1023200541a8036a41086a200a2903002206370300200541b0026a41086a220a200c290300370300200541b0026a41186a220b2006370300200520052903800422063703a80320052005290398033703b002200520063703c002200541e8016a200541b0026a10f701200541b0026a20052802e801220c20052802f00110bc01024020052802ec01450d00200c10230b20054198016a41086a200a290300220637030020054198016a41106a200541b0026a41106a290300220737030020054198016a41186a200b290300220837030020054198016a41206a200541b0026a41206a220d2d0000220a3a0000200520052903b002220937039801200541c0016a41206a200a3a0000200541c0016a41186a2008370300200541c0016a41106a2007370300200541c0016a41086a2006370300200520093703c001200541e8016a200541c0016a10ae044200210842002109420021064200210720052d00a8024107460d002004417f6a210e200541b8036a410472210c200541b0026a41c0006a210f200541b0026a41186a211042002106420021074200210842002109034020102007370300200520063703c002200520083703b002200520093703b802200d200541e8016a41c10010d304210b02400240200f2002460d00200f2002412010d5040d010b200c200b290200370200200c41086a200b41086a2211290200370200200c41106a200b41106a2212290200370200200c41186a200b41186a2213290200370200200520013602b80320054180046a41086a220441a6a3c500ad42808080809001841003220a41086a2900003703002005200a29000037038004200a102320054198036a41086a2214200429030037030020052005290380043703980320044190a6c500ad4280808080e000841003220a41086a2900003703002005200a29000037038004200a1023200541a8036a41086a2215200429030037030020052005290380043703a80341041021220a450d0320054284808080c000370284042005200a36028004200a20052802b803360000200c20054180046a1071200528028404211620054180046a41186a22172005350288044220862005280280042218ad841001220a41186a29000037030020054180046a41106a2219200a41106a2900003703002004200a41086a2900003703002005200a29000037038004200a1023200541e0036a41186a221a2017290300370300200541e0036a41106a221b2019290300370300200541e0036a41086a221c200429030037030020052005290380043703e00302402016450d00201810230b41c0001021220a450d03200a200529039803370000200a20052903a803370010200a20052903e003370020200a41086a2014290300370000200a41186a2015290300370000200a41286a201c290300370000200a41306a201b290300370000200a41386a201a29030037000020054190016a200a41c0004101410041001090012005280290012114200a102320144101460d0020052d009003210a2017201329000037030020192012290000370300200420112900003703002005200b2900003703800420054180016a20054180046a10a60120054180016a41086a290300211d200529038001211e02400240200a2003200a200341ff0171491b220a41ff01710d002005201e201d420a420010d904200541b8036a41186a2017290300370300200541b8036a41106a2019290300370300200541b8036a41086a200429030037030020052005290380043703b803200541106a2001200541b8036a4100200e10db02200541106a41186a290300211f200541106a41086a2903002120200529032021212005290310212220052903002223211e200541086a2903002224211d0c010b200541c0006a201d4200200aad42ff01832223420010d804200541d0006a201e42002023420010d804200541b8036a41186a2017290300370300200541b8036a41106a2019290300370300200541b8036a41086a200429030037030020052005290380043703b803200541e0006a2001200541b8036a200a200e10db02200541306a42004200201e420010d804427f200541d0006a41086a2903002223200529034020052903307c7c221f2005290348200529033884420052201f20235472220a1b2124427f2005290350200a1b2123200541e0006a41186a290300211f200541e0006a41086a290300212020052903702121200529036021220b201d20077c201e20067c2207201e54ad7c201f7c200720217c2206200754ad7c2107202420097c202320087c2209202354ad7c20207c200920227c2208200954ad7c21090b200541e8016a200541c0016a10ae0420052d00a8024107470d000b0b2000200637031020002008370300200041186a200737030020002009370308200541a0046a24000f0b102a000bd21309027f017e047f017e057f027e027f017e017f230041c0016b22012400200141a0016a41086a220241a6a3c500ad428080808090018422031003220441086a290000370300200120042900003703a00120041023200141386a41086a22052002290300370300200120012903a00137033820024180a6c500ad42808080808002841003220441086a290000370300200120042900003703a00120041023200141c8006a41086a22062002290300370300200120012903a001370348200120003602a001200141f8006a41186a2207200141a0016aad22084280808080c000841001220441186a290000370300200141f8006a41106a2209200441106a290000370300200141f8006a41086a220a200441086a2900003703002001200429000037037820041023200141d8006a41186a220b2007290300370300200141d8006a41106a220c2009290300370300200141d8006a41086a220d200a29030037030020012001290378370358024041c00010212204450d00200420012903383700002004200129034837001020042001290358370020200441086a2005290300370000200441186a2006290300370000200441286a200d290300370000200441306a200c290300370000200441386a200b2903003700002004ad4280808080800884100520041023200b4200370300200c4200370300200d420037030020014200370358200220031003220441086a290000370300200120042900003703a00120041023200d2002290300370300200120012903a00122033703382001200337035820024190eac500ad4280808080d00184220e1003220441086a290000370300200120042900003703a00120041023200c20012903a0012203370300200a200d29030037030020092003370300200720022903003703002001200337034820012001290358370378200141106a200141f8006a4120108e0102402001280214410020012802101b22042000470d00200141d8006a41186a22074200370300200141d8006a41106a22094200370300200141d8006a41086a2202420037030020014200370358200141a0016a41086a220441a6a3c500ad42808080809001841003220d41086a2900003703002001200d2900003703a001200d102320022004290300370300200120012903a001220337033820012003370358200441f8e9c500ad4280808080f001841003220d41086a2900003703002001200d2900003703a001200d1023200141c8006a41086a20042903002203370300200120012903a001220f370348200c200f370000200c41086a2003370000200141f8006a41086a2002290300370300200141f8006a41106a2009290300370300200141f8006a41186a200729030037030020012001290358370378200141086a200141f8006a4120108e0120012802082102200128020c210d200041016a220410af0421072004200d410020021b220d4f0d0020070d000340200441016a220410af0421022004200d4f0d012002450d000b0b200141d8006a41186a22074200370300200141d8006a41106a22094200370300200141d8006a41086a220d420037030020014200370358200141a0016a41086a220241a6a3c500ad428080808090018422031003220a41086a2900003703002001200a2900003703a001200a1023200d2002290300370300200120012903a001220f3703382001200f3703582002200e1003220a41086a2900003703002001200a2900003703a001200a1023200141c8006a41086a220a2002290300220e370300200120012903a001220f370348200c200f370000200c41086a200e370000200141f8006a41086a220c200d290300370300200141f8006a41106a220b2009290300370300200141f8006a41186a2205200729030037030020012001290358370378200120043602a001200141f8006aad428080808080048420084280808080c0008422081002200220031003220441086a290000370300200120042900003703a00120041023200141386a41086a22062002290300370300200120012903a001370338200241cdb6c500ad42808080809001841003220441086a290000370300200120042900003703a00120041023200a2002290300370300200120012903a001370348200120003602a001200520081001220441186a290000370300200b200441106a290000370300200c200441086a2900003703002001200429000037037820041023200720052903003703002009200b290300370300200d200c2903003703002001200129037837035841c00010212204450d00200420012903383700002004200129034837001020042001290358370020200441086a2006290300370000200441186a200a290300370000200441286a200d290300370000200441306a2009290300370000200441386a20072903003700002004ad4280808080800884100520041023200141f8006a200010d902200128027c21102001280278211102402001280280012204450d0020044105742107200141f8006a410472210d41a6a3c500ad42808080809001842112201121020340200141186a41186a200241186a2900002203370300200141186a41106a200241106a2900002208370300200141186a41086a200241086a290000220e37030020012002290000220f370318200d200f370200200d41086a200e370200200d41106a2008370200200d41186a200337020020012000360278200141a0016a41086a220420121003220c41086a2900003703002001200c2900003703a001200c1023200141386a41086a22092004290300370300200120012903a00137033820044190a6c500ad4280808080e000841003220c41086a2900003703002001200c2900003703a001200c1023200141c8006a41086a220a2004290300370300200120012903a00137034841041021220c450d0220014284808080c0003702a4012001200c3602a001200c2001280278360000200d200141a0016a107120012802a401210b200141a0016a41186a220520013502a80142208620012802a0012213ad841001220c41186a290000370300200141a0016a41106a2206200c41106a2900003703002004200c41086a2900003703002001200c2900003703a001200c1023200141d8006a41186a220c2005290300370300200141d8006a41106a22052006290300370300200141d8006a41086a22062004290300370300200120012903a0013703580240200b450d00201310230b41c00010212204450d02200241206a2102200420012903383700002004200129034837001020042001290358370020200441086a2009290300370000200441186a200a290300370000200441286a2006290300370000200441306a2005290300370000200441386a200c2903003700002004ad4280808080800884100520041023200741606a22070d000b0b02402010450d00201110230b200141c0016a24000f0b102a000b810802107f017e230041a0016b220224002002412036020c20022001360208200241106a2001ad4280808080800484100610a10102400240200228021022030d00200041003602000c010b200228021421042002200241186a280200360234200220033602302002200241306a106f0240024002400240024020022802000d000240024002402002280234220541286e220641286c2201417f4c0d00200228020421070240024020010d00410421080c010b200110212208450d020b02402007450d0041002109034020054104490d07200941016a210a20022005417c6a220b36023420022002280230220c41046a360230200c280000210d41002101200241003a00980103400240200b2001470d0020024100360234200141ff0171450d09200241003a0098010c090b200241f8006a20016a200c20016a220e41046a2d00003a00002002200e41056a3602302002200141016a220e3a009801200e2101200e4120470d000b200241d8006a41086a220b200241f8006a41086a290300370300200241d8006a41106a220f200241f8006a41106a290300370300200241d8006a41186a2210200241f8006a41186a2903003703002002200229037837035820022005200e6b2205417c6a220136023420014104490d07200241386a41086a2211200b290300370300200241386a41106a220b200f290300370300200241386a41186a220f2010290300370300200220022903583703382002200541786a22053602342002200c200e6a220141086a360230200141046a280000210e024020062009470d0020094101742201200a2001200a4b1b2206ad42287e2212422088a70d052012a722014100480d050240024020090d002001102121080c010b2008200941286c2001102521080b2008450d040b2008200941286c6a2201200d360200200120022903383702042001410c6a2011290300370200200141146a200b2903003702002001411c6a200f2903003702002001200e360224200a2109200a2007470d000b200241286a200736020020022006360224200220083602200c050b200241286a2007360200200220063602242002200836022020080d040c060b1031000b102a000b102c000b200241003602200c020b20002002290320370200200041086a200241206a41086a2802003602000c020b200241003602202006450d00200810230b20024100360260200242013703582002410c36023c2002200241086a3602382002200241d8006a3602202002418c016a41013602002002420137027c200241a0f0c2003602782002200241386a36028801200241206a41c893c500200241f8006a10301a2002350260422086200235025884100720004100360200200228025c450d00200228025810230b2004450d00200310230b200241a0016a24000bfe0a05067f057e017f017e017f230041f0036b2203240020034198026a41086a220441a6a3c500ad42808080809001841003220541086a290000370300200320052900003703980220051023200341c8036a41086a2206200429030037030020032003290398023703c803200441c4b6c500ad42808080809001841003220541086a290000370300200320052900003703980220051023200341d0006a41086a22072004290300370300200320032903980237035020034198026a2001109101024002400240024041c00010212205450d00200520032903c803370000200520032903503700102005200329009802370020200541086a2006290300370000200541186a2007290300370000200541286a2004290000370000200541306a20034198026a41106a2208290000370000200541386a20034198026a41186a220629000037000020034198026a200510b203024020032802a8022204450d002005ad428080808080088410050b200341d0006a41086a200341bc026a2902002209370300200341d0006a41106a200341c4026a290200220a370300200341d0006a41186a200341cc026a290200220b3703002003200341b4026a290200220c37035020034198026a41086a2207290300210d2006280200210e200329039802210f20032802ac0221102006200b3703002008200a370300200720093703002003200c3703980202402004450d00200341106a41186a20034198026a41186a290300370300200341106a41106a20034198026a41106a290300370300200341106a41086a200729030037030020032003290398023703100b20051023024020040d0020034198026a41086a410e3a0000200341c4026a200236020020012900002109200341093a00980220034198026a41096a2009370000200341a9026a200141086a290000370000200341b1026a200141106a290000370000200341b9026a200141186a29000037000020034198026a109901200041086a410f360200200041046a4199a4c500360200200041026a41123a000020004183203b01000c040b200341306a41186a2205200341106a41186a290300370300200341306a41106a2206200341106a41106a290300370300200341306a41086a2207200341106a41086a290300370300200320032903103703302003200e360284022003200436028002200341d0006a20034180026a10960220032802504119460d01200341306a200f200d10ae01200341f0026a200d370300200341e8026a200f37030020034198026a41086a2208410c3a0000200341c1026a2003290330370000200341c9026a2007290300370000200341d1026a2006290300370000200341d9026a200529030037000020034198026a41096a22062001290000370000200341a9026a200141086a29000037000020034198026a41196a200141106a290000370000200341b9026a200141186a290000370000200341093a00980220034198026a10990120034198026a200341d0006a41b00110d3041a200341003b01c80320034188026a20034198026a200341c8036a10bd0120032d008802210120034198026a410c6a200236020041042105200620014104463a0000200841073a0000200341093a00980220034198026a1099010c020b102a000b2003200341306a200f200d10ab012003290300200341086a29030010ff0120034198026a41086a410d3a0000200341c4026a2002360200200341a9026a200141086a29000037000020034198026a41196a200141106a290000370000200341b9026a200141186a29000037000020012900002109200341093a00980220034198026a41096a200937000020034198026a109901200041086a410f360200200041046a41f9a3c50036020020004190283b0001410321050b200020053a00002010450d00200410230b200341f0036a24000bd7c4010b057f017e017f017e047f027e097f017e1d7f037e057f230041800a6b2201240010f4020240024002400240024002400240024020004101460d00200141d8026a41186a22024200370300200141d8026a41106a22034200370300200141d8026a41086a22044200370300200142003703d802200141d8046a41086a220541ee8fc300ad4280808080c0008422061003220741086a290000370300200120072900003703d8042007102320042005290300370300200120012903d8042208370368200120083703d802200541ec96c300ad4280808080b001841003220741086a290000370300200120072900003703d80420071023200320012903d804220837030020014198036a41086a2207200429030037030020014198036a41106a2209200837030020014198036a41186a220a2005290300370300200120083703a007200120012903d80237039803200141d8006a20014198036a10e601200129036021082001280258210b200242003703002003420037030020044200370300200142003703d802200520061003220c41086a2900003703002001200c2900003703d804200c102320042005290300370300200120012903d804220d3703682001200d3703d8022005418c96c300ad4280808080a001841003220c41086a2900003703002001200c2900003703d804200c102320022005290300220d37030020072004290300370300200920012903d804220e370300200a200d3703002001200e3703a007200120012903d80237039803200141c8006a20014198036a10e6012001280248210c2001290350210d200242003703002003420037030020044200370300200142003703d802200520061003220341086a290000370300200120032900003703d8042003102320042005290300370300200120012903d8042206370368200120063703d802200541d096c300ad4280808080b001841003220341086a290000370300200120032900003703d8042003102320022005290300220637030020072004290300370300200920012903d804220e370300200a20063703002001200e3703a007200120012903d80237039803200141386a20014198036a10e601420020084200200b1b22062001290340420020012802381b200d42e0127e4200200c1b7c7d220820082006561b42e012540d00200141c0086a41186a22034200370300200141c0086a41106a220f4200370300200141c0086a41086a22024200370300200142003703c008200541c8f7c200ad4280808080f0008422061003220c41086a2900003703002001200c2900003703d804200c102320022005290300370300200120012903d804220837039803200120083703c008200541e893c200ad4280808080c00184220d1003220c41086a2900003703002001200c2900003703d804200c1023200f20012903d8042208370300200141a0076a41086a220b2002290300370300200141a0076a41106a22102008370300200141a0076a41186a221120052903003703002001200837039803200120012903c0083703a007200141306a200141a0076a4120108e01200128023421122001280230211320034200370300200f420037030020024200370300200142003703c008200520061003220c41086a2900003703002001200c2900003703d804200c102320022005290300370300200120012903d804220837039803200120083703c008200541fc93c200ad4280808080d001841003220c41086a2900003703002001200c2900003703d804200c1023200320052903002208370300200b2002290300370300201020012903d804220e370300201120083703002001200e37039803200120012903c0083703a007200141a0076a10e701211420034200370300200f420037030020024200370300200142003703c008200420061003220541086a290000370300200120052900003703d8022005102320022004290300370300200120012903d8023703c0082004200d1003220541086a290000370300200120052900003703d80220051023200f20012903d80222083703002007200229030037030020092008370300200a2004290300370300200120083703a007200120012903c00837039803200141286a20014198036a4120108e01200128022c21152001280228211620034200370300200f420037030020024200370300200142003703c008200441d0a0c100ad42808080808001841003220541086a290000370300200120052900003703d8022005102320022004290300370300200120012903d8023703c008200441bfc1c000ad4280808080c000841003220541086a290000370300200120052900003703d8022005102320032004290300220837030020072002290300370300200920012903d802220d370300200a20083703002001200d3703a007200120012903c00837039803200141c0086a20014198036a108f0120012802c008211720012902c408211820034200370300200f420037030020024200370300200142003703c008200420061003220541086a290000370300200120052900003703d8022005102320022004290300370300200120012903d8023703c008200441d2a3c400ad4280808080a001841003220541086a290000370300200120052900003703d8022005102320032004290300220637030020072002290300370300200920012903d8022208370300200a2006370300200120083703a007200120012903c00837039803200141c0086a20014198036a4120108c0120012802c0082205410120051b210b20012902c408420020051b2206a721190240024002402006422088a72205450d00200b2005410574221a6a211b200141fc026a211c200141c0086a41206a2103200141b0026a410472210920014188026a410472210441002107410221050340200141a8016a41186a200b20076a220241186a2900002206370300200141a8016a41106a200241106a2900002208370300200141a8016a41086a200241086a290000220d37030020012002290000220e3703a8012004200e370200200441086a200d370200200441106a2008370200200441186a200637020020012005417e6a220c360288024100210a0240200c2004108d010d00200141b0026a41206a20014188026a41206a280200360200200141b0026a41186a20014188026a41186a290300370300200141b0026a41106a20014188026a41106a290300370300200141b0026a41086a20014188026a41086a29030037030020012001290388023703b002200141c8016a41186a220a200941186a2210290000370300200141c8016a41106a221d200941106a2211290000370300200141c8016a41086a221e200941086a221f290000370300200120092900003703c801200141c0086a41186a220c2010290000370300200141c0086a41106a22102011290000370300200141c0086a41086a2211201f290000370300200120092900003703c008200141d8026a200141c0086a10f502200141e8016a41186a221f200a290300370300200141e8016a41106a2220201d290300370300200141e8016a41086a221d201e290300370300200120012903c8013703e80120012802f802220a450d00200320012903d802370300200341186a200141d8026a41186a290300370300200341106a200141d8026a41106a290300370300200341086a200141d8026a41086a290300370300200c201f290300370300201020202903003703002011201d290300370300200141e8006a41086a221d201c41086a280200360200200120012903e8013703c0082001201c29020037036820014198036a41386a221e200141c0086a41386a29030037030020014198036a41306a221f200141c0086a41306a29030037030020014198036a41286a2220200141c0086a41286a29030037030020014198036a41206a2221200329030037030020014198036a41186a2222200c29030037030020014198036a41106a220c201029030037030020014198036a41086a22102011290300370300200120012903c00837039803200141d8046a41386a201e290300370300200141d8046a41306a201f290300370300200141d8046a41286a2020290300370300200141d8046a41206a2021290300370300200141d8046a41186a2022290300370300200141d8046a41106a200c290300370300200141d8046a41086a201029030037030020012001290398033703d80420014188036a41086a201d28020036020020012001290368370388030b200141a0076a41086a200141d8046a41086a290300370300200141a0076a41106a200141d8046a41106a290300370300200141a0076a41186a200141d8046a41186a290300370300200141a0076a41206a200141d8046a41206a290300370300200141a0076a41286a200141d8046a41286a290300370300200141a0076a41306a200141d8046a41306a290300370300200141a0076a41386a200141d8046a41386a29030037030020014198016a41086a20014188036a41086a280200360200200120012903d8043703a007200120012903880337039801200a0d02200541016a2105201a200741206a2207470d000b0b41002123200141003602a00120014208370398014108211d02402019450d00200b10230b4100210a0c010b20014180066a41386a2204200141a0076a41386a29030037030020014180066a41306a2209200141a0076a41306a29030037030020014180066a41286a220c200141a0076a41286a29030037030020014180066a41206a2210200141a0076a41206a29030037030020014180066a41186a2211200141a0076a41186a29030037030020014180066a41106a221d200141a0076a41106a29030037030020014180066a41086a221e200141a0076a41086a29030037030020014188016a41086a221f20014198016a41086a280200360200200120012903a00737038006200120012903980137038801200141f8006a41086a2220201f2802003602002001200129038801370378200141c0086a41086a221f201e290300370300200141c0086a41106a221e201d290300370300200141c0086a41186a221c2011290300370300200141c0086a41206a22112010290300370300200141c0086a41286a2210200c290300370300200141c0086a41306a220c2009290300370300200141c0086a41386a2209200429030037030020012001290380063703c00820014198036a41086a22042020280200360200200120012903783703980341d0001021221d450d07201d20012903c008370300201d200a360240201d200129039803370244201d41386a2009290300370300201d41306a200c290300370300201d41286a2010290300370300201d41206a2011290300370300201d41186a201c290300370300201d41106a201e290300370300201d41086a201f290300370300201d41cc006a20042802003602000240024002400240201a41606a2007470d004101210a0c010b200241206a2104201a20076b41606a2111200141fc026a211c200141b0026a410472210920014188026a41047221020340200141a8016a41186a200441186a2207290000370300200141a8016a41106a200441106a220a290000370300200141a8016a41086a200441086a220c290000370300200120042900003703a80120012005417f6a221036028802200c2900002106200a29000021082004290000210d200241186a2007290000370000200241106a2008370000200241086a20063700002002200d37000041002107024020102002108d010d00200141b0026a41206a20014188026a41206a280200360200200141b0026a41186a20014188026a41186a290300370300200141b0026a41106a20014188026a41106a290300370300200141b0026a41086a20014188026a41086a29030037030020012001290388023703b002200141c8016a41186a2207200941186a220c290000370300200141c8016a41106a221a200941106a2210290000370300200141c8016a41086a221e200941086a221f290000370300200120092900003703c801200141c0086a41186a220a200c290000370300200141c0086a41106a220c2010290000370300200141c0086a41086a2210201f290000370300200120092900003703c008200141d8026a200141c0086a10f502200141e8016a41186a221f2007290300370300200141e8016a41106a2220201a290300370300200141e8016a41086a221a201e290300370300200120012903c8013703e80120012802f8022207450d00200320012903d802370300200341186a200141d8026a41186a290300370300200341106a200141d8026a41106a290300370300200341086a200141d8026a41086a290300370300200a201f290300370300200c20202903003703002010201a290300370300200141e8006a41086a221a201c41086a280200360200200120012903e8013703c0082001201c29020037036820014198036a41386a221e200141c0086a41386a29030037030020014198036a41306a221f200141c0086a41306a29030037030020014198036a41286a2220200141c0086a41286a29030037030020014198036a41206a2221200141c0086a41206a29030037030020014198036a41186a2222200a29030037030020014198036a41106a220a200c29030037030020014198036a41086a220c2010290300370300200120012903c00837039803200141d8046a41386a201e290300370300200141d8046a41306a201f290300370300200141d8046a41286a2020290300370300200141d8046a41206a2021290300370300200141d8046a41186a2022290300370300200141d8046a41106a200a290300370300200141d8046a41086a200c29030037030020012001290398033703d80420014188036a41086a201a28020036020020012001290368370388030b200141a0076a41086a200141d8046a41086a290300370300200141a0076a41106a200141d8046a41106a290300370300200141a0076a41186a200141d8046a41186a290300370300200141a0076a41206a200141d8046a41206a290300370300200141a0076a41286a200141d8046a41286a290300370300200141a0076a41306a200141d8046a41306a290300370300200141a0076a41386a200141d8046a41386a29030037030020014198016a41086a20014188036a41086a280200360200200120012903d8043703a00720012001290388033703980120070d02200441206a21044101210a200541016a2105201141606a22110d000b0b410121230c010b20014180066a41386a2224200141a0076a41386a221f29030037030020014180066a41306a2225200141a0076a41306a222029030037030020014180066a41286a2226200141a0076a41286a221c29030037030020014180066a41206a2227200141a0076a41206a222129030037030020014180066a41186a2228200141a0076a41186a222229030037030020014180066a41106a2229200141a0076a41106a222a29030037030020014180066a41086a222b200141a0076a41086a222c29030037030020014188016a41086a222d20014198016a41086a222e280200360200200120012903a00737038006200120012903980137038801200141f8006a41086a222f202d2802003602002001200129038801370378200441206a2104200141fc026a2130200141b0026a410472210920014188026a41047221024101210a410121230340200141c0086a41086a2211202b290300370300200141c0086a41106a221a2029290300370300200141c0086a41186a221e2028290300370300200141c0086a41206a22312027290300370300200141c0086a41286a22322026290300370300200141c0086a41306a22332025290300370300200141c0086a41386a2234202429030037030020012001290380063703c00820014198036a41086a2235202f280200360200200120012903783703980302402023200a470d00200a41016a220c200a490d0b200a4101742210200c2010200c4b1b2223ad42d0007e2206422088a70d0b2006a7220c4100480d0b02400240200a0d00200c1021211d0c010b201d200a41d0006c200c1025211d0b201d450d0a0b201d200a41d0006c6a220c20012903c008370300201a2903002106201e29030021082031290300210d2032290300210e203329030021362034290300213720112903002138200c2007360240200c41086a2038370300200c41386a2037370300200c41306a2036370300200c41286a200e370300200c41206a200d370300200c41186a2008370300200c41106a2006370300200c200129039803370244200c41cc006a2035280200360200200a41016a210a2004201b460d010340200141a8016a41186a200441186a2207290000370300200141a8016a41106a200441106a220c290000370300200141a8016a41086a200441086a2210290000370300200120042900003703a801200120053602880220102900002106200c29000021082004290000210d200241186a2007290000370000200241106a2008370000200241086a20063700002002200d37000041002107024020052002108d010d00200141b0026a41206a20014188026a41206a280200360200200141b0026a41186a20014188026a41186a290300370300200141b0026a41106a20014188026a41106a290300370300200141b0026a41086a20014188026a41086a29030037030020012001290388023703b002200141c8016a41186a2207200941186a220c290000370300200141c8016a41106a2210200941106a2239290000370300200141c8016a41086a223a200941086a223b290000370300200120092900003703c801201e200c290000370300201a20392900003703002011203b290000370300200120092900003703c008200141d8026a200141c0086a10f502200141e8016a41186a220c2007290300370300200141e8016a41106a22392010290300370300200141e8016a41086a2210203a290300370300200120012903c8013703e80120012802f8022207450d00200320012903d802370300200341186a200141d8026a41186a290300370300200341106a200141d8026a41106a290300370300200341086a200141d8026a41086a290300370300201e200c290300370300201a203929030037030020112010290300370300200141e8006a41086a220c203041086a280200360200200120012903e8013703c0082001203029020037036820014198036a41386a2210203429030037030020014198036a41306a2239203329030037030020014198036a41286a223a203229030037030020014198036a41206a223b203129030037030020014198036a41186a223c201e29030037030020014198036a41106a223d201a29030037030020352011290300370300200120012903c00837039803200141d8046a41386a2010290300370300200141d8046a41306a2039290300370300200141d8046a41286a203a290300370300200141d8046a41206a203b290300370300200141d8046a41186a203c290300370300200141d8046a41106a203d290300370300200141d8046a41086a203529030037030020012001290398033703d80420014188036a41086a200c28020036020020012001290368370388030b202c200141d8046a41086a290300370300202a200141d8046a41106a2903003703002022200141d8046a41186a2903003703002021200141d8046a41206a290300370300201c200141d8046a41286a2903003703002020200141d8046a41306a290300370300201f200141d8046a41386a290300370300202e20014188036a41086a280200360200200120012903d8043703a007200120012903880337039801024020070d00200541016a2105201b200441206a2204460d030c010b0b2024201f290300370300202520202903003703002026201c29030037030020272021290300370300202820222903003703002029202a290300370300202b202c290300370300202d202e280200360200200120012903a00737038006200120012903980137038801202f202d2802003602002001200129038801370378200441206a2104200541016a21050c000b0b02402019450d00200b10230b2001200a3602a0012001202336029c012001201d360298010b200141c0086a41186a22074200370300200141c0086a41106a22094200370300200141c0086a41086a22024200370300200142003703c008200141d8026a41086a220541c8f7c200ad4280808080f0008422061003220441086a290000370300200120042900003703d8022004102320022005290300370300200120012903d8023703c008200541e893c200ad4280808080c0018422081003220441086a290000370300200120042900003703d80220041023200141a0076a41086a22032005290300220d370300200120012903d802220e3703a007200f200e370000200f41086a2220200d37000020014198036a41086a2211200229030037030020014198036a41106a221a200929030037030020014198036a41186a221e2007290300370300200120012903c00837039803200141206a20014198036a4120108e012001280224210c2001280220210b200541d0a0c100ad4280808080800184220d1003220441086a290000370300200120042900003703d80220041023200141d8046a41086a221f2005290300370300200120012903d8023703d80420054194fcc000ad4280808080a002841003220441086a290000370300200120042900003703d8022004102320032005290300370300200120012903d8023703a0072001200c4100200b1b36029803200141e8016a41186a220c20014198036aad4280808080c000841001220441186a290000370300200141e8016a41106a220b200441106a290000370300200141e8016a41086a2210200441086a290000370300200120042900003703e801200410232007200c2903003703002009200b29030037030020022010290300370300200120012903e8013703c00841c00010212204450d06200420012903d804370000200420012903a007370010200420012903c008370020200441086a201f290300370000200441186a2003290300370000200441286a2002290300370000200441306a2009290300370000200441386a20072903003700002004ad4280808080800884100820041023200742003703002009420037030020024200370300200142003703c008200520061003220441086a290000370300200120042900003703d8022004102320022005290300370300200120012903d8023703c008200520081003220441086a290000370300200120042900003703d80220041023200320052903002206370300200120012903d80222083703a007200f20083700002020200637000020112002290300370300201a2009290300370300201e2007290300370300200120012903c00837039803200141186a20014198036a4120108e01200128021c2107200128021821092005200d1003220441086a290000370300200120042900003703d80220041023201f2005290300370300200120012903d8023703d804200541ecc4c000ad4280808080e001841003220441086a290000370300200120042900003703d8022004102320022005290300370300200120012903d8023703c00820012007410020091b3602a007200c200141a0076aad220e4280808080c000841001220541186a290000370300200b200541106a2900003703002010200541086a290000370300200120052900003703e80120051023201e200c290300370300201a200b29030037030020112010290300370300200120012903e8013703980341c00010212205450d062018420020171b210d200520012903d804370000200520012903c0083700102005200129039803370020200541086a200141d8046a41086a290300370000200541186a200141c0086a41086a2204290300370000200541286a20014198036a41086a290300370000200541306a20014198036a41106a290300370000200541386a20014198036a41186a2903003700002005ad4280808080800884100820051023024002400240024002400240024002400240200a450d00200141c0086a20014198016a1077200141a3036a2004280200360000200120012903c00837009b03200141073a00c008200141cc086a20014198036a41076a290000370000200141023a00c40820012001290098033700c508200141c0086a109901200141b0026a41106a20014198016a41086a2802003602002001200d422088a722233602b40220012015410020161b220a3602b00220012001290398013703b80220014188036a200141b0026a41086a1077200128029003210c200128028c0321192001280288032130410410212235450d0f2035200a36000020014284808080c000370284062001203536028006200141d8026a41086a220541c4f7c100ad42808080808001841003220441086a290000370300200120042900003703d80220041023200141a0076a41086a22022005290300370300200120012903d8023703a007200541dca0c200ad4280808080a002841003220441086a290000370300200120042900003703d80220041023200141d8046a41086a22042005290300370300200120012903d8023703d804200141c8016a41c5b5c20010f60241c00010212205450d0f200520012903a007370000200541086a2002290300370000200520012903d804370010200541186a2004290300370000200520012903c801370020200541286a200141c8016a41086a290300370000200541306a200141d8016a290300370000200541386a200141c8016a41186a290300370000200141c0086a200541c00010d00220012902c408210620012802c00821042005102320012006420020041b22084220883e029c0320012004410120041b221036029803200141106a20014198036a106f2001280214210b41002109024020012802100d00200128029c03220541246e220341246c2204417f4c0d0b0240024020040d00410421090c010b200410212209450d110b200b450d0041002111034002400240024020054104490d00201141016a211a20012005417c6a220236029c032001200128029803220741046a360298032007280000211d41002105200141003a00e00802400340200141003a00c80120022005460d01200141c0086a20056a200720056a220441046a2d00003a00002001200441056a360298032001200541016a22043a00e0082004210520044120470d000b200141e8016a41086a2207200141c0086a41086a290300370300200141e8016a41106a221e200141c0086a41106a290300370300200141e8016a41186a221f200141c0086a41186a290300370300200120012903c0083703e8012001200220046b220536029c0320032011470d0320114101742204201a2004201a4b1b2203ad42247e2206422088a70d162006a7220441004e0d020c160b2001410036029c03200541ff0171450d00200141003a00e0080b024020030d00410021090c040b20091023410021090c030b0240024020110d002004102121090c010b2009201141246c2004102521090b2009450d120b2009201141246c6a2204201d360200200420012903e8013702042004410c6a2007290300370200200441146a201e2903003702002004411c6a201f290300370200201a2111201a200b470d000b0b200141c0086a20014180066a10f70220014198036a20012802c008220420012802c808108c012001280298032105200129029c032106024020012802c408450d00200410230b2006420020051b210602402008a7450d00201010230b2003410020091b21202009410420091b21032005410120051b21392006a7211f200c450d01200b410020091b210b2006422088a7212a2030200c41d0006c6a212c200141c0086a410c6a2110200141c0086a41306a2111200141c0086a41206a211a200141d8046a41c4006a211c200141a0056a213a4100213b2030210c0340200141c0086a41386a2204200c220541386a2903003703002011200541306a290300370300200141c0086a41286a2202200541286a290300370300201a200541206a290300370300200141c0086a41186a2209200541186a290300370300200141c0086a41106a221d200541106a290300370300200141c0086a41086a221e200541086a290300370300200141e8006a41086a2207200541cc006a280200360200200120052903003703c0082001200541c4006a290200370368200541d0006a210c200541c0006a2802002205450d0320014180066a41386a2221200429030037030020014180066a41306a2204201129030037030020014180066a41286a2222200229030037030020014180066a41206a2202201a29030037030020014180066a41186a221b200929030037030020014180066a41106a2209201d29030037030020014180066a41086a221d201e29030037030020014188016a41086a221e2007280200360200200120012903c008370380062001200129036837038801200141d8046a41386a2021290300370300200141d8046a41306a22212004290300370300200141d8046a41286a2022290300370300200141d8046a41206a22222002290300370300200141d8046a41186a201b290300370300200141d8046a41106a2009290300370300200141d8046a41086a201d29030037030020012001290380063703d8042001200536029805201c200129038801370200201c41086a201e280200360200410410212202450d102002200a360000201041002900c5b542370000201041086a41002900cdb54237000020014284808080c0003702c408200120023602c0082001200141d8046a3602dc08410810212205450d102001420837029c032001200536029803201020014198036a10e301410420014198036a105d02400240200128029c03220420012802a00322056b4104490d0020012802980321040c010b200541046a22092005490d12200441017422052009200520094b1b22054100480d120240024020040d002005102121040c010b20012802980320042005102521040b2004450d112001200536029c03200120043602980320012802a00321050b2001200541046a3602a003200420056a2002280000360000200141d8046a20014198036a1071200120223602d802200141d8026a20014198036a10db01200120213602d802200141d8026a20014198036a10db012001280298052105203a280200220420014198036a105d02402004450d00200441306c21040340200541106a20014198036a1071200120053602d802200541306a2105200141d8026a20014198036a10db01200441506a22040d000b0b200128029c032104200141e8016a41186a220920013502a0034220862001280298032221ad841001220541186a290000370300200141e8016a41106a221d200541106a290000370300200141e8016a41086a221e200541086a290000370300200120052900003703e80120051023200141a0076a41186a22222009290300370300200141a0076a41106a221b201d290300370300200141a0076a41086a222e201e290300370300200120012903e8013703a00702402004450d00202110230b20021023200141d8026a41086a220941c4f7c100ad428080808080018422061003220541086a290000370300200120052900003703d8022005102320014188026a41086a22042009290300370300200120012903d80237038802200941ccf7c100ad4280808080f0008422081003220541086a290000370300200120052900003703d8022005102320072009290300370300200120012903d802370368200141d8026a200141a0076a10910141c00010212205450d10200520012903880237000020052001290368370010200520012903d802370020200541086a2004290300370000200541186a2007290300370000200541286a2009290300370000200541306a200141d8026a41106a221d290300370000200541386a200141d8026a41186a221e290300370000200141086a200541c00041014100410010900120012802082102200510230240024020024101470d00200128029c05450d0120012802980510230c010b20014198036a200141d8046a41d00010d3041a200141c0086a20014198036a41d00010d3041a20014100360298092001420137039009200920061003220541086a290000370300200120052900003703d8022005102320042009290300370300200120012903d80237038802200920081003220541086a290000370300200120052900003703d8022005102320072009290300370300200120012903d802370368200141d8026a200141a0076a10910141c00010212202450d11200220012903880237000020022001290368370010200220012903d802370020200241086a2004290300370000200241186a2007290300370000200241286a2009290300370000200241306a201d290300370000200241386a201e290300370000200141003602a0032001420137039803200141c0086a20014198036a10712001201a3602d802200141d8026a20014198036a10db01200120113602d802200141d8026a20014198036a10db012001280280092105200128028809220420014198036a105d02402004450d00200441306c21040340200541106a20014198036a1071200120053602d802200541306a2105200141d8026a20014198036a10db01200441506a22040d000b0b2001280290092105200128029809220420014198036a105d02402004450d00200441057421040340200520014198036a1071200541206a2105200441606a22040d000b0b200128029c0321052002ad428080808080088420013502a0034220862001280298032204ad84100202402005450d00200410230b200210230240200128028409450d0020012802800910230b0240200128029409450d0020012802900910230b20014198036a41186a2221202229030037030020014198036a41106a2222201b29030037030020014198036a41086a221b202e290300370300200120012903a0073703980341002105024002400240200b41014b0d000240200b0e020002000b200141a8016a41186a2021290300370300200141a8016a41106a2022290300370300200141a8016a41086a201b29030037030020012001290398033703a801410021050c020b200b2104034020052004410176220220056a22072003200741246c6a280200200a4b1b2105200420026b220441014b0d000b0b02402003200541246c6a2802002204200a460d0020052004200a496a21050b200141a8016a41186a2021290300370300200141a8016a41106a2022290300370300200141a8016a41086a201b29030037030020012001290398033703a801200b20054f0d00418cb9c000411e41b096c500102d000b0240200b2020470d00202041016a22042020490d13202041017422022004200220044b1b2204ad42247e2206422088a70d132006a722024100480d130240024020200d002002102121030c010b2003202041246c2002102521030b2003450d12200421200b2003200541246c6a220441246a2004200b20056b41246c10d4041a2004200a3602002004411c6a200141a8016a41186a290300370200200441146a200141a8016a41106a2903003702002004410c6a200141a8016a41086a290300370200200420012903a801370204201e2021290300370300201d20222903003703002009201b29030037030020012001290398033703d80202400240202a201f460d00202a21050c010b201f41016a2205201f490d13201f41017422042005200420054b1b220441ffffff3f712004470d13200441057422054100480d1302400240201f0d002005102121390c010b2039201f4105742005102521390b2039450d12201f21052004211f0b200b41016a210b203920054105746a220520012903d802370000200541186a201e290300370000200541106a201d290300370000200541086a20092903003700004101213b202a41016a212a0b200c202c470d000b202c210c0c020b200141013a00c408200141073a00c008200141c0086a1099012023450d07201d10230c070b2019450d01203010230c010b0240200c202c460d000340200c41c0006a2802002204450d01200c41d0006a21050240200c41c4006a280200450d00200410230b2005210c202c2005470d000b0b02402019450d00203010230b203b410171450d000240202a450d00202a4105742104203921050340200141c0086a200510f80220012802800922020d03200541206a2105200441606a22040d000b0b41082110410021114100211a0c020b203510230240201f450d00203910230b2020450d02200310230c020b200141d8046a41386a2210200141c0086a41386a2207290300370300200141d8046a41306a2221200141c0086a41306a220c290300370300200141d8046a41286a2222200141c0086a41286a2211290300370300200141d8046a41206a221b200141c0086a41206a221a290300370300200141d8046a41186a222c200141c0086a41186a221d290300370300200141d8046a41106a222e200141c0086a41106a221e290300370300200141d8046a41086a223a200141c0086a41086a221c290300370300200141d8026a41086a223b200141c0086a41cc006a290200370300200141d8026a41106a2230200141c0086a41d4006a290200370300200141d8026a41186a2219200141c0086a41dc006a280200360200200120012903c0083703d804200120014184096a22092902003703d80220014180066a41086a223c203a29030037030020014180066a41106a223a202e29030037030020014180066a41186a222e202c29030037030020014180066a41206a222c201b29030037030020014180066a41286a221b202229030037030020014180066a41306a2222202129030037030020014180066a41386a22212010290300370300200141a0076a41086a2210203b290300370300200141a0076a41106a223b2030290300370300200141a0076a41186a22302019280200360200200120012903d80437038006200120012903d8023703a007201c203c290300370300201e203a290300370300201d202e290300370300201a202c2903003703002011201b290300370300200c20222903003703002007202129030037030020012001290380063703c00820014198036a41086a2221201029030037030020014198036a41106a2222203b29030037030020014198036a41186a221b2030280200360200200120012903a0073703980341e00010212210450d0a201020012903c008370300201020023602402010200129039803370244201041386a2007290300370300201041306a200c290300370300201041286a2011290300370300201041206a201a290300370300201041186a201d290300370300201041106a201e290300370300201041086a201c290300370300201041cc006a2021290300370200201041d4006a2022290300370200201041dc006a201b280200360200024020044120470d00410121114101211a0c010b200541206a211c2039202a4105746a220241606a2130410121114101211a0340201c210502400340200141c0086a200510f80220012802800922040d012002200541206a2205470d000c030b0b200141d8046a41386a2207200141c0086a41386a2221290300370300200141d8046a41306a221c200141c0086a41306a2222290300370300200141d8046a41286a2219200141c0086a41286a221b290300370300200141d8046a41206a223c200141c0086a41206a222c290300370300200141d8046a41186a220c200141c0086a41186a222e290300370300200141d8046a41106a221d200141c0086a41106a223a290300370300200141d8046a41086a221e200141c0086a41086a223b290300370300200141d8026a41086a223d200941086a290200370300200141d8026a41106a2215200941106a290200370300200141d8026a41186a2216200941186a280200360200200120012903c0083703d804200120092902003703d80220014198036a41086a2231201e29030037030020014198036a41106a2232201d29030037030020014198036a41186a2233200c29030037030020014198036a41206a2234203c29030037030020014198036a41286a223c201929030037030020014198036a41306a2219201c29030037030020014198036a41386a221c2007290300370300200141a0076a41086a2207203d290300370300200141a0076a41106a223d2015290300370300200141a0076a41186a22152016280200360200200120012903d80437039803200120012903d8023703a007203b2031290300370300203a2032290300370300202e2033290300370300202c2034290300370300201b203c290300370300202220192903003703002021201c29030037030020012001290398033703c008201e2007290300370300201d203d290300370300200c2015280200360200200120012903a0073703d8040240201a2011470d00201141016a22072011490d0d2011410174221a2007201a20074b1b221aad42e0007e2206422088a70d0d2006a722074100480d0d0240024020110d002007102121100c010b2010201141e0006c2007102521100b2010450d0c0b200541206a211c2010201141e0006c6a220720012903c008370300200741106a203a290300370300200741086a203b2903003703002022290300210620212903002108201b2903002118202c2903002136202e2903002137200741c0006a2004360200200741186a2037370300200741206a2036370300200741286a2018370300200741386a2008370300200741306a2006370300200741c4006a20012903d804370200200741cc006a201e290300370200200741d4006a201d290300370200200741dc006a200c280200360200201141016a211120302005470d000b0b200141e0086a200b360200200141dc086a2020360200200141d0086a202aad422086201fad84370300200120393602cc0820014284808080c0003702c408200120353602c008200120033602d808200141003602a0032001420137039803200b20014198036a105d0240200b450d002003200b41246c6a210c2003210403402004280200210702400240200128029c03220220012802a00322056b4104490d0020012802980321020c010b200541046a22092005490d0d200241017422052009200520094b1b22054100480d0d0240024020020d002005102121020c010b20012802980320022005102521020b2002450d0c2001200536029c03200120023602980320012802a00321050b2001200541046a3602a003200220056a2007360000200120014198036a3602d804200441046a200141d8046a106b200441246a2204200c470d000b0b20012802a0032107200128029c0321092001280298032102200141d8026a41086a220541c4f7c100ad42808080808001841003220441086a290000370300200120042900003703d80220041023200141a0076a41086a220c2005290300370300200120012903d8023703a007200541dca0c200ad4280808080a002841003220441086a290000370300200120042900003703d80220041023200141d8046a41086a22042005290300370300200120012903d8023703d804200141c8016a41c5b5c20010f60241c00010212205450d09200520012903a007370000200541086a200c290300370000200520012903d804370010200541186a2004290300370000200520012903c801370020200541286a200141c8016a41086a290300370000200541306a200141d8016a290300370000200541386a200141c8016a41186a290300370000200141c00036029c0320012005360298032002200720014198036a108e022005102302402009450d00200210230b200141d8046a200141c0086a10f70220013502e004210620012802d8042102200141003602a0032001420137039803202a20014198036a105d0240202a450d00202a4105742104203921050340200120014198036a3602a0072005200141a0076a106b200541206a2105200441606a22040d000b0b200128029c03210520064220862002ad8420013502a0034220862001280298032204ad84100202402005450d00200410230b024020012802dc04450d00200210230b203510230240201f450d00203910230b02402020450d00200310230b20100d010b20012802b80221020240200141c0026a2802002205450d00200541d0006c2104200241c0006a210503400240200541046a280200450d00200528020010230b200541d0006a2105200441b07f6a22040d000b0b200141bc026a280200450d01200210230c010b410410212205450d072005200a360000200141c8086a4284808080c00037030041002102200141d0086a41002900c5b542370300200141d8086a41002900cdb542370300200120053602c408200141043a00c008200141c0086a10990102402023410a6e417f7320116a220420114b0d002001418094ebdc033602c408200120234101202341014b1b2205200441036c220420052004491b2005418094ebdc036e22044101200441014b1b22046ead428094ebdc037e200520046ead8042ffffffff0f834280bbb0217e428094ebdc0380a722053602c008200141c0086a2005418094ebdc034b4102746a28020021020b024002402011450d00201141ffffffff03712011470d0a201141027422054100480d0a200510212207450d092011210420072105034020052002360200200541046a21052004417f6a22040d000b2010201120072011200a10f90202402011450d00200710230b2011450d01201141e0006c2104201041d4006a210503400240200541706a280200450d002005416c6a28020010230b02402005280200450d002005417c6a28020010230b200541e0006a2105200441a07f6a22040d000c020b0b2010410041044100200a10f9020b0240201a450d00201010230b20012802b80221020240200141c0026a2802002205450d00200541d0006c2104200241c0006a210503400240200541046a280200450d00200528020010230b200541d0006a2105200441b07f6a22040d000b0b200141bc026a280200450d00200210230b0240200da7450d002017410120171b10230b200141c0086a41186a22074200370300200141c0086a41106a22094200370300200141c0086a41086a22044200370300200142003703c008200141d8046a41086a220541c8f7c200ad4280808080f000841003220241086a290000370300200120022900003703d8042002102320042005290300370300200120012903d804220637039803200120063703c008200541e78ac200ad4280808080a001841003220241086a290000370300200120022900003703d8042002102320014198036a41086a20052903002206370300200120012903d804220837039803200f2008370000200f41086a2006370000200141a0076a41086a2004290300370300200141a0076a41106a2009290300370300200141a0076a41186a2007290300370300200120012903c0083703a007200141203602ec012001200141a0076a3602e801200141b0026a200e42808080808004842206100610a1014100211b0240024020012802b00222090d00410021070c010b20012802b402210a2001200141b0026a41086a28020036028c022001200936028802200120014188026a106f02400240024020012802000d00200128028c02220241c0016e220b41c0016c2205417f4c0d052001280204210c0240024020050d00410121070c010b200510212207450d0b0b0240200c450d00200141c0086a41206a2111200141d8046a410172211a410021030340200141003a00f804200341016a211041002105024002400240024002400340200141003a00c80120022005460d01200141d8046a20056a20012802880222042d00003a00002001200441016a360288022001200541016a22043a00f8042004210520044120470d000b200141d8026a41086a2205200141d8046a41086a290300370300200141d8026a41106a221d200141d8046a41106a290300370300200141d8026a41186a221e200141d8046a41186a290300370300200120012903d8043703d8022001200220046b36028c02200141d8046a20014188026a10e10120012d00d8044101460d01200141c0086a41186a201e290300370300200141c0086a41106a201d290300370300200141c0086a41086a2005290300370300200120012903d8023703c0082011201a41a00110d3041a20014198036a200141c0086a41c00110d3041a200b2003470d04200341017422052010200520104b1b220bad42c0017e2208422088a70d122008a722054100480d1220030d022005102121070c030b2001410036028c02200541ff0171450d00200141003a00f8040b2001410036028006200b450d06200710230c060b2007200341c0016c2005102521070b2007450d0d0b2007200341c0016c6a20014198036a41c00110d3041a2010200c460d01200128028c022102201021030c000b0b20014188066a200c3602002001200b3602840620012007360280062007450d0120012902840621080c020b20014100360280060b41002107200141003602a00320014201370398032001410c3602dc042001200141e8016a3602d804200120014198036a36028006200141d4086a4101360200200142013702c408200141a0f0c2003602c0082001200141d8046a3602d00820014180066a41c893c500200141c0086a10301a20013502a0034220862001350298038410070240200128029c03450d0020012802980310230b0b200a450d00200910230b4101211f02402008420020071b220d422088a7221e41c0016c2209450d00200941c0016e221b4105741021221f450d070b201441ff0171210a2007410120071b211a410021020240201e450d00201e41c0016c210741002102201f2105201a2104034020052004290000370000200541186a200441186a290000370000200541106a200441106a290000370000200541086a200441086a290000370000200241016a2102200541206a2105200441c0016a2104200741c07e6a22070d000b0b200a410247210a200141c0086a41186a22034200370300200141c0086a41106a220c4200370300200141c0086a41086a22044200370300200142003703c008200141d8046a41086a220541c8f7c200ad4280808080f000841003220741086a290000370300200120072900003703d8042007102320042005290300370300200120012903d804220837039803200120083703c008200541d2a3c400ad4280808080a001841003220741086a290000370300200120072900003703d8042007102320014198036a41086a20052903002208370300200120012903d804220e37039803200f200e370000200f41086a2008370000200141a0076a41086a2004290300370300200141a0076a41106a200c290300370300200141a0076a41186a2003290300370300200120012903c0083703a007200141003602c808200142013703c0082002200141c0086a105d02402002450d0020024105742104201f210503402005200141c0086a1071200541206a2105200441606a22040d000b0b2014200a71211c20012802c4082105200620013502c80842208620012802c0082204ad84100202402005450d00200410230b0240201c450d00200141c0086a41186a22074200370300200141c0086a41106a220a4200370300200141c0086a41086a22044200370300200142003703c008200141d8046a41086a220541c8f7c200ad4280808080f000841003220241086a290000370300200120022900003703d8042002102320042005290300370300200120012903d804220837039803200120083703c008200541ec94c200ad4280808080a002841003220241086a290000370300200120022900003703d8042002102320014198036a41086a20052903002208370300200120012903d804220e37039803200f200e370000200f41086a2008370000200141a0076a41086a2004290300370300200141a0076a41106a200a290300370300200141a0076a41186a2007290300370300200120012903c0083703a007200141c0086a200141a0076a10800220012802c0082205450d002006100520012802c408450d00200510230b201a20096a21074101212e200141c0086a201241016a410120131b222110fa020240024020012802c008222c0d00200141c0086a41186a4200370300200141c0086a41106a22094200370300200141c0086a41086a22044200370300200142003703c008200141d8046a41086a220541c8f7c200ad4280808080f000841003220241086a290000370300200120022900003703d8042002102320042005290300370300200120012903d8043703c008200541d2a3c400ad4280808080a001841003220241086a290000370300200120022900003703d80420021023200920012903d804220837030020014198036a41086a200429030037030020014198036a41106a200837030020014198036a41186a2005290300370300200120083703a007200120012903c00837039803200141c0086a20014198036a4120108c0120012902c408420020012802c00822051b21082005410120051b213a4100212c410021220c010b200141c8086a3502002108200141d0086a2802002109200141cc086a280200210220012802c408212a0240200141d4086a2802002205450d00200541d0006c2104200241c0006a210503400240200541046a280200450d00200528020010230b200541d0006a2105200441b07f6a22040d000b0b02402009450d00200210230b2008422086202aad842108410121224100212e202c213a0b200141c0086a41186a22094200370300200141c0086a41106a220a4200370300200141c0086a41086a22044200370300200142003703c008200141d8046a41086a220541c8f7c200ad4280808080f000841003220241086a290000370300200120022900003703d8042002102320042005290300370300200120012903d804220e370398032001200e3703c008200541e893c200ad4280808080c001841003220241086a290000370300200120022900003703d8042002102320014198036a41086a2005290300220e370300200120012903d804221837039803200f2018370000200f41086a200e370000200141a0076a41086a2004290300370300200141a0076a41106a200a290300370300200141a0076a41186a2009290300370300200120012903c0083703a007200120213602c0082006200141c0086aad220e4280808080c000841002200120223a00c801200120073602ec012001201a3602e8012001200141e8016a36028c022001200141c8016a3602880241002110024002402008422088a7220541057422040d004101211d4100213b0c010b2004410575223bad42c0017e2218422088a70d082018a722044100480d0820041021221d450d070b2008a7211702402005450d002005410574220441606a4105762135200141c0086a41206a210b20014180066a4180016a211420014180066a41e0006a213920014180066a41c0006a212020014180066a41206a211120014198036a4101722110201d2102203a21050340200141d8026a41186a2207200541186a290000370300200141d8026a41106a2209200541106a290000370300200141d8026a41086a220a200541086a290000370300200120052900003703d802200141b0026a200141d8026a10eb0120014198036a20012802b002220c20012802b80210ec0120012d0098032103200141d8046a201041a00110d3041a0240024020034101470d00200141a0076a200141d8046a41a00110d3041a024020012802b402450d00200c10230b20014180066a200141a0076a41a00110d3041a0c010b024020012802b402450d00200c10230b20014180066a410041a00110d2041a0b02402001280288022d00000d00200128028c02220c2802002203200c280204460d00200c200341c0016a3602000240024020014180066a200341206a220c460d00200c20014180066a412010d5040d010b02402011200341c0006a220c460d00200c2011412010d5040d010b02402020200341e0006a220c460d00200c2020412010d5040d010b0240203920034180016a220c460d00200c2039412010d5040d010b2014200341a0016a2203460d0120032014412010d504450d010b20012802880241013a00000b200541206a2105200141c0086a41186a2007290300370300200141c0086a41106a2009290300370300200141c0086a41086a200a290300370300200120012903d8023703c008200b20014180066a41a00110d3041a2002200141c0086a41c00110d30441c0016a2102200441606a22040d000b203541016a21100b02402017450d00203a10230b2010ad42c0017e2208422088a70d012008a72205417f4c0d0120012d00c80121200240024020050d00410121110c010b200510212211450d070b4100210302402010450d00201d201041c0016c6a210b200141c0086a41a0016a2104200141c0086a4180016a2102200141c0086a41e0006a2107200141c0086a41c0006a2109200141c0086a41206a210a410021032011210c201d21050340200141c0086a41186a200541186a290000370300200141c0086a41106a200541106a290000370300200141c0086a41086a200541086a290000370300200120052900003703c008200a41186a200541386a290000370000200a41106a200541306a290000370000200a41086a200541286a290000370000200a200541206a2900003700002009200541c0006a290000370000200941086a200541c8006a290000370000200941106a200541d0006a290000370000200941186a200541d8006a2900003700002007200541e0006a290000370000200741086a200541e8006a290000370000200741106a200541f0006a290000370000200741186a200541f8006a290000370000200220054180016a290000370000200241086a20054188016a290000370000200241106a20054190016a290000370000200241186a20054198016a2900003700002004200541a0016a290000370000200441086a200541a8016a290000370000200441186a200541b8016a290000370000200441106a200541b0016a290000370000200341016a2103200c200141c0086a41c00110d30441c0016a210c200541c0016a2205200b470d000b0b200141c0086a41186a22074200370300200141c0086a41106a22094200370300200141c0086a41086a22044200370300200142003703c008200141d8046a41086a220541c8f7c200ad4280808080f000841003220241086a290000370300200120022900003703d8042002102320042005290300370300200120012903d804220837039803200120083703c008200541e78ac200ad4280808080a001841003220241086a290000370300200120022900003703d8042002102320014198036a41086a20052903002208370300200120012903d804221837039803200f2018370000200f41086a2008370000200141a0076a41086a2004290300370300200141a0076a41106a2009290300370300200141a0076a41186a2007290300370300200120012903c0083703a007200141003602c808200142013703c0082003200141c0086a105d02402003450d002011200341c0016c6a21042011210503402005200141c0086a1071200541206a200141c0086a1071200541c0006a200141c0086a1071200541e0006a200141c0086a107120054180016a200141c0086a1071200541a0016a200141c0086a1071200541c0016a22052004470d000b0b20012802c4082105200620013502c80842208620012802c0082204ad84100202402005450d00200410230b02402010450d00201110230b200141c0086a41186a22074200370300200141c0086a41106a22094200370300200141c0086a41086a22044200370300200142003703c008200141d8046a41086a220541c8f7c200ad4280808080f000841003220241086a290000370300200120022900003703d8042002102320042005290300370300200120012903d804220837039803200120083703c008200541fc93c200ad4280808080d001841003220241086a290000370300200120022900003703d8042002102320014198036a41086a20052903002208370300200120012903d804221837039803200f2018370000200f41086a2008370000200141a0076a41086a2004290300370300200141a0076a41106a2009290300370300200141a0076a41186a2007290300370300200120012903c0083703a007200120203a00c0082006200e428080808010841002200120213602c408200141053a00c008200141c0086a109901201c201a201e201d201010aa020240203b450d00201d10230b0240202a450d00202e2022720d00202c10230b0240201b450d00201f10230b200da7450d00201a10230b200141c0086a41186a4200370300200141c0086a41106a22074200370300200141c0086a41086a22044200370300200142003703c008200141e8006a41086a220541bcc0c300ad4280808080a001841003220241086a290000370300200120022900003703682002102320042005290300370300200120012903683703c008200541dfcfc300ad4280808080e000841003220241086a290000370300200120022900003703682002102320072001290368220637030020014198036a41086a200429030037030020014198036a41106a200637030020014198036a41186a20052903003703002001200637038802200120012903c00837039803200141c0086a20014198036a10e80120012802c0082205410420051b21070240024020012902c408420020051b2206422088a7220941c4006c22050d00410021040c010b200720056a2102410021042007210502400340024020052d00004101460d00200541046a28020020004f0d020b200441016a21042002200541c4006a2205470d000b0b200420094b0d020b200642ffffffff0f8321060240200920046b2205450d0002402004450d0020072007200441c4006c6a200541c4006c10d4041a0b2005ad42208620068421060b20014198036a41186a420037030020014198036a41106a2204420037030020014198036a41086a220242003703002001420037039803200141e8006a41086a220541bcc0c300ad4280808080a001841003220941086a2900003703002001200929000037036820091023200220052903003703002001200129036822083703d8042001200837039803200541dfcfc300ad4280808080e000841003220941086a2900003703002001200929000037036820091023200420012903682208370300200141c0086a41086a2002290300370300200141c0086a41106a2008370300200141c0086a41186a2005290300370300200120083703d80220012001290398033703c00820014198036a20072006422088a7109302200141c0086aad4280808080800484220820013502a0034220862001280298032202ad8410022006a721050240200128029c03450d00200210230b02402005450d00200710230b20014198036a41186a2207420037030020014198036a41106a2209420037030020014198036a41086a220242003703002001420037039803200141e8006a41086a220541bcc0c300ad4280808080a001841003220a41086a2900003703002001200a290000370368200a1023200220052903003703002001200129036822063703d8042001200637039803200541bcdfc300ad4280808080c001841003220a41086a2900003703002001200a290000370368200a1023200141d8026a41086a220a2005290300220637030020012001290368220d3703d8022004200d370000200441086a2006370000200141c0086a41086a22032002290300370300200141c0086a41106a220c2009290300370300200141c0086a41186a220b200729030037030020012001290398033703c008200141003a00c8012008200141c8016aad220d42808080801084100220014198036a109102200b2007290300370300200c20092903003703002003200229030037030020012001290398033703c008412410212204450d05200420012903c00837000020044114360220200441186a200b290300370000200441106a200c290300370000200441086a200329030037000020014281808080103702dc04200120043602d804200141d8046a109202200b2007290300370300200c20092903003703002003200229030037030020012001290398033703c008200141c0086a10b60110f402200141d8026a41186a220c4200370300200141d8026a41106a22044200370300200a4200370300200142003703d802200541e691c600ad4280808080e000841003220341086a2900003703002001200329000037036820031023200a2005290300370300200120012903683703d8022005418792c600ad4280808080a001841003220341086a29000037030020012003290000370368200310232004200129036822063703002002200a2903003703002009200637030020072005290300370300200120063703d804200120012903d80237039803200141c0086a20014198036a412010c60220012d00c0082105200c200141d9086a2900003703002004200141d1086a290000370300200a200141c9086a290000370300200120012900c1083703d8020240024020054101460d00200141c0016a4200370300200141b8016a4200370300200141b0016a4200370300200142003703a8010c010b200141a8016a41186a200141d8026a41186a290300370300200141a8016a41106a200141d8026a41106a290300370300200141a8016a41086a200141d8026a41086a290300370300200120012903d8023703a8010b42002106200141e8016a41186a4200370300200141e8016a41106a22054200370300200141e8016a41086a22024200370300200142003703e801200141e8006a41086a220441a797c500ad42808080808003841003220741086a290000370300200120072900003703682007102320022004290300370300200120012903683703e801200441bf97c500ad4280808080e001841003220741086a2900003703002001200729000037036820071023200520012903682208370300200141c8016a41086a2002290300370300200141c8016a41106a2008370300200141c8016a41186a2004290300370300200120083703a007200120012903e8013703c801200141c0086a200141c8016a4120108c01024020012802c00822020d0041012102410021040c040b20012902c4082206422088a7220441d100490d03200141e8016a41186a2207200141a8016a41186a290300370300200141e8016a41106a2209200141a8016a41106a290300370300200141e8016a41086a220a200141a8016a41086a290300370300200120012903a8013703e8012000417f6a41d10070220320044f0d02200220034105746a220420012903e801370000200441186a2007290300370000200441106a2009290300370000200441086a200a2903003700000c040b1031000b41f0b8c000411c41b096c500102d000b41bcc1c60020032004102f000b200141c8016a41186a2207200141a8016a41186a290300370300200141c8016a41106a2209200141a8016a41106a290300370300200141c8016a41086a220a200141a8016a41086a290300370300200120012903a8013703c801024020042006a7470d0020042006422088a7470d0020044101742203200441016a220c2003200c4b1b2203410574220c4100480d030240024020040d00200c102121020c010b20022004410574200c102521020b2002450d022006428080808070832003ad8421060b20022006422088a74105746a220420012903c801370000200441186a2007290300370000200441106a2009290300370000200441086a200a29030037000020064280808080107c21060b200141e8016a41186a220a4200370300200141e8016a41106a22034200370300200141e8016a41086a22074200370300200142003703e801200141e8006a41086a220441a797c500ad42808080808003841003220941086a290000370300200120092900003703682009102320072004290300370300200120012903683703e801200441bf97c500ad4280808080e001841003220941086a2900003703002001200929000037036820091023200141a0076a41086a2004290300220837030020012001290368220e3703a0072005200e370000200541086a2008370000200141c8016a41086a2007290300370300200141c8016a41106a2003290300370300200141c8016a41186a200a290300370300200120012903e8013703c8010240024020020d00200d428080808080048410050c010b200141003602c808200142013703c0082006422088a72205200141c0086a105d02402005450d00200541057421042002210503402001200141c0086a36029803200520014198036a106b200541206a2105200441606a22040d000b0b20012802c4082105200d428080808080048420013502c80842208620012802c0082204ad84100202402005450d00200410230b2006a7450d00200210230b200141800a6a24000f0b102a000b102c000b1300200041013602042000419cbfc1003602000b34002000419ebdc60036020420004100360200200041146a4109360200200041106a4188c0c100360200200041086a420a3702000b2c01017f02404108102122020d00102a000b20024200370000200042888080808001370204200020023602000b1300200041073602042000418cd2c1003602000b3400200041a8bdc60036020420004100360200200041146a4109360200200041106a41c0e6c100360200200041086a42093702000b4001017f230041206b22022400200241186a4200370300200241106a4200370300200241086a4200370300200242003703002000200210e602200241206a24000bc00301027f20012d000021020240410110212203450d00200320023a000020012d0001210220034101410210252203450d00200320023a000120012d0002210220034102410410252203450d00200320023a0002200320012d00033a000320012d0004210220034104410810252203450d00200320023a0004200320012d00053a0005200320012d00063a0006200320012d00073a000720012d0008210220034108411010252203450d00200320023a0008200320012d00093a0009200320012d000a3a000a200320012d000b3a000b200320012d000c3a000c200320012d000d3a000d200320012d000e3a000e200320012d000f3a000f20012d0010210220034110412010252203450d00200320023a0010200320012d00113a0011200320012d00123a0012200320012d00133a0013200320012d00143a0014200320012d00153a0015200320012d00163a0016200320012d00173a0017200320012d00183a0018200320012d00193a0019200320012d001a3a001a200320012d001b3a001b200320012d001c3a001c200320012d001d3a001d200320012d001e3a001e200320012d001f3a001f200042a08080808004370204200020033602000f0b102a000b2d01017f02404104102122020d00102a000b20004284808080c00037020420002002360200200241e8073600000bf20402047f017e230041f0006b220324002003200136020c20032002360208200341306a41086a2204419ebdc600ad4280808080a001841003220141086a2900003703002003200129000037033020011023200341106a41086a220520042903003703002003200329033037031020044181b8c100ad4280808080f001841003220141086a2900003703002003200129000037033020011023200341206a41086a2206200429030037030020032003290330370320200341306a200341086a10c402024041c00010212201450d00200120032903103700002001200329032037001020012003290030370020200141086a2005290300370000200141186a2006290300370000200141286a2004290000370000200141306a200341c0006a290000370000200141386a200341306a41186a290000370000200341c00036025420032001360250200341106a2001ad4280808080800884100610a10102400240200328021022050d00410021040c010b200328021421062003200341186a28020036025c20032005360258200341306a200341d8006a1080010240024020032802302204450d00200329023421070c010b4100210420034100360228200342013703202003410c3602642003200341d0006a3602602003200341206a36026c200341c4006a410136020020034201370234200341a0f0c2003602302003200341e0006a360240200341ec006a41c893c500200341306a10301a2003350228422086200335022084100702402003280224450d00200328022010230b0b2006450d00200510230b2001102302402004450d0020002007370208200020023602000b20002004360204200341f0006a24000f0b102a000bc21301147f23004180026b220424000240024020014115490d0041012105410121060240024002400340200121072000210820052006714101732109024002400240024002400240034002400240024002402003450d00024020054101710d002000200110ea022003417f6a21030b2001410276220a41036c210b200a410174210c4100210d024020014132490d00200b200b417f6a220e2000200b4102746a280200220f2000200e4102746a280200221049220d1b2211200b41016a2212200e200b200d1b200020124102746a280200220b2010200f200d1b220e4922101b200b200e20101b200020114102746a2802004922131b210b200c200c417f6a220e2000200c4102746a28020022112000200e4102746a280200221249220f1b2214200c4101722215200e200c200f1b200020154102746a280200220c20122011200f1b220e4922111b200c200e20111b200020144102746a2802004922141b210c200a200a417f6a22122000200a4102746a2802002215200020124102746a280200220649220e1b2216200a41016a22172012200a200e1b200020174102746a280200220a20062015200e1b22154922121b200a201520121b200020164102746a2802004922151b210a41024101200e1b200e20121b20156a200f6a20116a20146a200d6a20106a20136a210d0b200d2000200c4102746a280200220f2000200a4102746a280200221049220e6a2000200b4102746a280200220d2010200f200e1b22114922106a210f200d201120101b2000200c200a200e1b220d4102746a280200490d01200b200a200c200e1b20101b210d0c020b2000200110eb020c0f0b200f41016a220f410c490d0002402001410176220b450d00200020014102746a417c6a210a2000210c0340200c280200210e200c200a280200360200200a200e360200200c41046a210c200a417c6a210a200b417f6a220b0d000b0b2001200d417f736a210d4101210a0c010b200f45210a0b0240200a452009724101710d002000200110ec020d0d0b2002450d02200d20014f0d01024020022802002000200d4102746a220a280200220c4f0d0020002108200121070c040b2000280200210b2000200c360200200a200b3602002000417c6a2110200041046a21112000280200210d4100210c2001210b03400240200c200b417f6a220e4f0d002011200c4102746a210a0340200d200a280200490d01200a41046a210a200e200c41016a220c470d000b200e210c0b2010200b4102746a210a02400340200c200b417f6a220b4f0d01200a280200210e200a417c6a220f210a200d200e490d000b2011200c4102746a220a2802002112200a200e360200200f41046a2012360200200c41016a210c0c010b0b2000200d36020002402001200c41016a220a490d002000200a4102746a21002001200a6b220141154f0d010c0c0b0b200a2001103f000b41f4f5c100200d2001102f000b2007450d010b200d20074f0d012008280200210a20082008200d4102746a220c280200360200200c200a360200200841046a210f20082802002111410021142007417f6a220d450d02200f210a0340200a28020020114f0d03200a41046a210a200d201441016a2214470d000b200d21140c020b41a8f5c10041004100102f000b41b8f5c100200d2007102f000b200820074102746a210c200d210b02400340200c210e200b220a20144d22060d01200a417f6a210b200e417c6a220c28020020114f0d000b0b0240200a2014490d00200d200a490d0241800121054100210b410021014100210c410021104180012109200f20144102746a2216210d03400240200e200d6b220a4183084b22130d00200a410276220a41807f6a200a2001200b492010200c49220f7222001b210a02402000450d002009200a200f1b2109200a2005200f1b21050c010b200a200a41017622096b21050b02402010200c470d00024020090d002004220c21100c010b4100210a20042210210c200d210f0340200c200a3a0000200c200f28020020114f6a210c200f41046a210f2009200a41016a220a470d000b0b02402001200b470d00024020050d0020044180016a220b21010c010b200e417c6a210a4100210f20044180016a2201210b0340200b200f3a0000200b200a2802002011496a210b200a417c6a210a2005200f41016a220f470d000b0b0240200b20016b220a200c20106b220f200f200a4b1b2212450d00200d20102d00004102746a220a2802002115200a200e20012d0000417f734102746a280200360200024020124101460d004100210a0340200e2001200a6a220f2d0000417f734102746a200d2010200a6a41016a22002d00004102746a280200360200200d20002d00004102746a200e200f41016a2d0000417f734102746a280200360200200a41026a210f200a41016a2200210a200f2012490d000b200120006a2101201020006a21100b200e20012d0000417f734102746a2015360200200141016a2101201041016a21100b200e20054102746b200e2001200b461b210e200d20094102746a200d2010200c461b210d20130d000b024002402010200c4f0d00200e210a0340200d200c417f6a220c2d00004102746a220b280200210e200b200a417c6a220a280200360200200a200e3602002010200c490d000c020b0b200d210a2001200b4f0d000340200a280200210c200a200e200b417f6a220b2d0000417f734102746a220d280200360200200d200c360200200a41046a210a2001200b490d000b0b200820113602002007200a20166b41027620146a22014d0d032008200820014102746a220a280200360200200a2011360200200720016b220c450d04200c20012001200c4b1b210b2007410376210e200a41046a2100024002402001200c417f6a220c490d002000200c200a200310e902200821000c010b200820012002200310e902200a2102200c21010b200b200e4f2105200141154f0d010c050b0b2014200a103f000b200a200d103e000b41b8f5c10020012007102f000b41c8f5c100411c41e4f5c100102d000b20014102490d00200041746a210e4102210d4101210a0340200a41016a210c02402000200a4102746a2210280200220b2000200a417f6a22114102746a220f28020022124f0d002010201236020002402011450d00200b2000200a417e6a22104102746a221128020022124f0d00200f2012360200024020100d002011210f0c010b0240200b2000200a417d6a220a4102746a220f2802002210490d002011210f0c010b20112010360200200a450d00200d210f200e210a02400340200b200a28020022104f0d01200a41046a2010360200200a417c6a210a200f41016a2210200f4921112010210f2011450d000b0b200a41046a210f0b200f200b3602000b200d417f6a210d200e41046a210e200c210a200c2001470d000b0b20044180026a24000bf30201067f02400240024020014108490d00200141017641feffffff07712202417f6a220320014f0d022001410d74200173220441117620047322044105742004732205417f2001417f6a677622067122044100200120042001491b6b220420014f0d01200020034102746a220328020021072003200020044102746a220428020036020020042007360200024020022001490d00200221030c030b2005410d7420057322044111762004732204410574200473220520067122044100200120042001491b6b220420014f0d01200020024102746a220328020021072003200020044102746a2204280200360200200420073602002002410172220320014f0d022005410d742005732204411176200473220441057420047320067122044100200120042001491b6b220420014f0d01200020034102746a220128020021022001200020044102746a2200280200360200200020023602000b0f0b41b8f5c10020042001102f000b41a8f5c10020032001102f000bc70301067f024020014101762202450d0003402002417f6a2202210302400240024003402003410174220441017221050240200441026a220420014f0d00200520014f0d0220042005200020054102746a280200200020044102746a280200491b21050b200520014f0d03200320014f0d02200020034102746a22032802002204200020054102746a220628020022074f0d032003200736020020062004360200200521030c000b0b41d0f6c10020052001102f000b41e0f6c10020032001102f000b20020d000b0b0240024020014102490d002001210403402004417f6a220420014f0d02200028020021052000200020044102746a2203280200360200200320053602004100210302400240024003402003410174220641017221050240200641026a220620044f0d00200520044f0d0220062005200020054102746a280200200020064102746a280200491b21050b200520044f0d03200320044f0d02200020034102746a22032802002206200020054102746a220728020022024f0d032003200236020020072006360200200521030c000b0b41d0f6c10020052004102f000b41e0f6c10020032004102f000b200441014b0d000b0b0f0b41b8f5c10020042001102f000b8a05010f7f2001417d6a2102200041086a21032000416c6a21042001417f6a2105200041046a2106410021072001413249210841012109024003400240024020092001490d004100210a0c010b4101210a20002009410274220b6a220c280200220d200c417c6a280200490d002006200b6a210a03404101210c20052009460d03200941016a2109200a280200220c200d4f210b200a41046a210a200c210d200b0d000b2009200149210a0b2009200146210c20080d0120092001460d0102400240024002402009417f6a220d20014f0d00200a450d012000200d4102746a220c280200210b200c20002009410274220e6a220a280200220d360200200a200b360200024020094102490d00200d20002009417e6a220b4102746a220f28020022104f0d00200c201036020002400240200b0d00200f210c0c010b0240200d20002009417d6a220b4102746a220c2802002210490d00200f210c0c010b200f2010360200200b450d00200d200a41706a280200220f4f0d002004200e6a2110024003402010220c41086a200f360200200b417f6a220b450d01200c417c6a2110200d200c280200220f490d000b0b200c41046a210c0b200c200d3602000b200741016a2107200120096b220b4102490d03200a280204220f200a280200220c4f0d03200a41046a210d200a200f360200200b4103490d02200a280208220f200c4f0d02200d200f3602000240200b41044f0d00200a41086a210d0c030b200220096b210a2003200e6a210d0340200d41046a220b280200220e200c4f0d03200d200e360200200b210d200a417f6a220a0d000b200b210d0c020b41a8f5c100200d2001102f000b41b8f5c10020092001102f000b200d200c3602000b20074105470d000b4100210c0b200c0be52003167f037e067f230041c0026b220424000240024020014115490d0041012105410121060240024002400340200121072000210820052006714101732109024002400240024002400240034002400240024002402003450d00024020054101710d002000200110ee022003417f6a21030b2001410276220a41036c210b200a410174210c4100210d024020014132490d00200a200a417f6a220d2000200a4105746a2000200d4105746a412010d504220e410048220f1b2210200a41016a2211200d200a200f1b220a200020114105746a2000200a4105746a412010d50441004822111b220a2000200a4105746a200020104105746a412010d50422104100481b210a200c200c417f6a220d2000200c4105746a2000200d4105746a412010d504221241004822131b2214200c4101722215200d200c20131b220c200020154105746a2000200c4105746a412010d50422134100481b220c2000200c4105746a200020144105746a412010d50422144100481b210c200b200b417f6a220d2000200b4105746a2000200d4105746a412010d504221541004822161b2217200b41016a2218200d200b20161b220b200020184105746a2000200b4105746a412010d504220d4100481b220b2000200b4105746a200020174105746a412010d50422164100481b210b41024101200f1b200e411f7620111b2010411f766a2012411f766a2013411f766a2014411f766a2015411f766a200d411f766a2016411f766a210d0b2000200c4105746a2000200a4105746a412010d504220f411f76200d6a2000200b4105746a2000200a200c200f410048220f1b220e4105746a412010d5042210411f766a210d2000200b200e20104100481b220b4105746a2000200c200a200f1b22194105746a412010d504417f4c0d01200b21190c020b2000200110ef020c0f0b200d41016a220d410c490d0002402001410176220b450d00200020014105746a41606a210a2000210c0340200441206a41186a220d200c41186a220f290000370300200441206a41106a220e200c41106a2210290000370300200441206a41086a2211200c41086a22122900003703002004200c290000370320200a41086a2213290000211a200a41106a2214290000211b200a41186a2215290000211c200c200a290000370000200f201c3700002010201b3700002012201a3700002015200d2903003700002014200e29030037000020132011290300370000200a2004290320370000200a41606a210a200c41206a210c200b417f6a220b0d000b0b20012019417f736a21194101210a0c010b200d45210a0b0240200a452009724101710d002000200110f0020d0d0b2002450d02201920014f0d0102402002200020194105746a220a412010d50441004e0d0020002108200121070c040b200441206a41186a2212200041186a220e290000370300200441206a41106a2213200041106a2210290000370300200441206a41086a2214200041086a221129000037030020042000290000370320200a41086a220c290000211a200a41106a220b290000211b200a41186a220d290000211c2000200a290000370000200e201c3700002010201b3700002011201a370000200d2012290300370000200b2013290300370000200c2014290300370000200a2004290320370000200441c0016a41186a2217200e290000370300200441c0016a41106a22182010290000370300200441c0016a41086a22192011290000370300200420002900003703c001200041606a2115200041206a21164100210c2001210b03400240200c200b417f6a220d4f0d002016200c4105746a210a0340200441c0016a200a412010d504417f4c0d01200a41206a210a200d200c41016a220c470d000b200d210c0b2015200b4105746a210a02400340200c200b417f6a220b4f0d01200441c0016a200a412010d504210d200a41606a220f210a200d4100480d000b20122016200c4105746a220a41186a220d2900003703002013200a41106a221d2900003703002014200a41086a22062900003703002004200a290000370320200f41286a221e290000211a200f41306a221f290000211b200f41386a2220290000211c200a200f41206a220f290000370000200d201c370000201d201b3700002006201a37000020202012290300370000201f2013290300370000201e2014290300370000200f2004290320370000200c41016a210c0c010b0b200020042903c001370000200e2017290300370000201020182903003700002011201929030037000002402001200c41016a220a490d002000200a4105746a21002001200a6b220141154f0d010c0c0b0b200a2001103f000b41f4f5c10020192001102f000b2007450d010b201920074f0d01200441206a41186a2216200841186a221e290000370300200441206a41106a2217200841106a221f290000370300200441206a41086a2218200841086a222029000037030020042008290000370320200820194105746a220a41086a220c290000211a200a41106a220b290000211b200a41186a220d290000211c2008200a290000370000201e201c370000201f201b3700002020201a370000200d2016290300370000200b2017290300370000200c2018290300370000200a2004290320370000200441186a2205201e290000370300200441106a2209201f290000370300200441086a2221202029000037030020042008290000370300200841206a21014100211d2007417f6a220d450d022001210a0340200a2004412010d50441004e0d03200a41206a210a200d201d41016a221d470d000b200d211d0c020b41a8f5c10041004100102f000b41b8f5c10020192007102f000b200820074105746a210c200d210b02400340200c2100200b220a201d4d22060d01200a417f6a210b200041606a220c2004412010d504417f4a0d000b0b0240200a201d490d00200d200a490d0241800121144100210f410021124100210d4100211141800121152001201d4105746a2222210103400240200020016b220a419fc0004b22190d00200a410576220a41807f6a200a2012200f492011200d49220c72220b1b210a0240200b450d002015200a200c1b2115200a2014200c1b21140c010b200a200a41017622156b21140b02402011200d470d00024020150d00200441c0006a220d21110c010b4100210a200441c0006a2211210d2001210c0340200d200a3a0000200d200c2004412010d504417f73411f766a210d200c41206a210c2015200a41016a220a470d000b0b02402012200f470d00024020140d00200441c0016a220f21120c010b200041606a210a4100210c200441c0016a2212210f0340200f200c3a0000200f200a2004412010d504411f766a210f200a41606a210a2014200c41016a220c470d000b0b0240200f20126b220a200d20116b220c200c200a4b1b2213450d002016200120112d00004105746a220a41186a2900003703002017200a41106a2900003703002018200a41086a2900003703002004200a290000370320200120112d00004105746a220a200020122d0000417f734105746a220c290000370000200a41186a200c41186a290000370000200a41106a200c41106a290000370000200a41086a200c41086a290000370000024020134101460d004100210a034020002012200a6a220e2d0000417f734105746a220c20012011200a6a41016a22102d00004105746a220b290000370000200c41186a200b41186a290000370000200c41106a200b41106a290000370000200c41086a200b41086a290000370000200120102d00004105746a220c2000200e41016a2d0000417f734105746a220b290000370000200c41186a200b41186a290000370000200c41106a200b41106a290000370000200c41086a200b41086a290000370000200a41026a210c200a41016a220b210a200c2013490d000b2012200b6a21122011200b6a21110b200020122d0000417f734105746a220a2004290320370000200a41186a2016290300370000200a41106a2017290300370000200a41086a2018290300370000201241016a2112201141016a21110b200020144105746b20002012200f461b2100200120154105746a20012011200d461b210120190d000b024002402011200d4f0d002000210a034020162001200d417f6a220d2d00004105746a220c41186a220b2900003703002017200c41106a220f2900003703002018200c41086a22002900003703002004200c290000370320200a41606a220a41086a220e290000211a200a41106a2210290000211b200a41186a2212290000211c200c200a290000370000200b201c370000200f201b3700002000201a3700002012201629030037000020102017290300370000200e2018290300370000200a20042903203700002011200d490d000c020b0b2001210a2012200f4f0d000340200f417f6a220f2d0000210c2016200a41186a220b2900003703002017200a41106a220d2900003703002018200a41086a22012900003703002004200a2900003703202000200c417f734105746a220c41086a220e290000211a200c41106a2210290000211b200c41186a2211290000211c200a200c290000370000200b201c370000200d201b3700002001201a3700002011201629030037000020102017290300370000200e2018290300370000200c2004290320370000200a41206a210a2012200f490d000b0b20082004290300370000201e2005290300370000201f2009290300370000202020212903003700002007200a20226b410576201d6a22014d0d032016201e2900003703002017201f2900003703002018202029000037030020042008290000370320200820014105746a220a41086a220c290000211a200a41106a220b290000211b200a41186a220d290000211c2008200a290000370000201e201c370000201f201b3700002020201a370000200d2016290300370000200b2017290300370000200c2018290300370000200a2004290320370000200720016b220c450d04200c20012001200c4b1b210b2007410376210d200a41206a2100024002402001200c417f6a220c490d002000200c200a200310ed02200821000c010b200820012002200310ed02200a2102200c21010b200b200d4f2105200141154f0d010c050b0b201d200a103f000b200a200d103e000b41b8f5c10020012007102f000b41c8f5c100411c41e4f5c100102d000b20014102490d00200041606a210f4101210b0340200b410574210a200b417f6a210c200b41016a210b02402000200a6a220a2000200c4105746a220d412010d504417f4a0d00200441c0016a41186a220e200a41186a2210290000370300200441c0016a41106a2211200a41106a2212290000370300200441c0016a41086a2213200a41086a22142900003703002004200a2900003703c001200a200d2900003700002014200d41086a2900003700002012200d41106a2900003700002010200d41186a2900003700004100210d0240200c450d00200f210a03400240200441c0016a200a412010d5044100480d00200c210d0c020b200a41206a200a290000370000200a41386a200a41186a290000370000200a41306a200a41106a290000370000200a41286a200a41086a290000370000200a41606a210a200c417f6a220c0d000b0b2000200d4105746a220a20042903c001370000200a41186a200e290300370000200a41106a2011290300370000200a41086a20132903003700000b200f41206a210f200b2001470d000b0b200441c0026a24000beb050a067f017e017f017e017f017e017f017e017f017e230041206b2202240002400240024020014108490d00200141017641feffffff07712203417f6a220420014f0d022001410d74200173220541117620057322054105742005732206417f2001417f6a677622077122054100200120052001491b6b220520014f0d01200020044105746a22042900002108200020054105746a220541086a2209290000210a200541106a220b290000210c200541186a220d290000210e20042005290000370000200441186a220f2900002110200f200e370000200441106a220f290000210e200f200c370000200441086a2204290000210c2004200a370000200d2010370000200b200e3700002009200c37000020052008370000024020032001490d00200321040c030b2006410d7420067322054111762005732205410574200573220620077122054100200120052001491b6b220520014f0d01200020034105746a22042900002108200020054105746a220541086a2209290000210a200541106a220b290000210c200541186a220d290000210e20042005290000370000200441186a220f2900002110200f200e370000200441106a220f290000210e200f200c370000200441086a2204290000210c2004200a370000200d2010370000200b200e3700002009200c370000200520083700002003410172220420014f0d022006410d742006732205411176200573220541057420057320077122054100200120052001491b6b220520014f0d01200020044105746a22012900002108200020054105746a220041086a2205290000210a200041106a2204290000210c200041186a2203290000210e20012000290000370000200141186a220629000021102006200e370000200141106a2206290000210e2006200c370000200141086a2201290000210c2001200a370000200320103700002004200e3700002005200c370000200020083700000b200241206a24000f0b41b8f5c10020052001102f000b41a8f5c10020042001102f000be90609067f017e017f017e017f027e017f017e027f230041206b22022400024020014101762203450d0003402003417f6a2203210402400240024003402004410174220541017221060240200541026a220520014f0d00200620014f0d0220052006200020064105746a200020054105746a412010d5044100481b21060b200620014f0d03200420014f0d02200020044105746a2204200020064105746a2205412010d50441004e0d03200541086a22072900002108200541106a2209290000210a200541186a220b290000210c2004290000210d20042005290000370000200441186a220e290000210f200e200c370000200441106a220e290000210c200e200a370000200441086a2204290000210a20042008370000200b200f3700002009200c3700002007200a3700002005200d370000200621040c000b0b41d0f6c10020062001102f000b41e0f6c10020042001102f000b20030d000b0b0240024020014102490d002001210703402007417f6a220720014f0d02200241186a2209200041186a2204290000370300200241106a220b200041106a2205290000370300200241086a220e200041086a2203290000370300200020074105746a220641086a2900002108200641106a290000210a200641186a290000210c2000290000210d200020062900003700002004200c3700002005200a370000200320083700002002200d37030041002105024002400240034020062002290300370000200641186a2009290300370000200641106a200b290300370000200641086a200e2903003700002005410174220641017221040240200641026a220620074f0d00200420074f0d0220062004200020044105746a200020064105746a412010d5044100481b21040b200420074f0d03200520074f0d02200020054105746a2205200020044105746a2206412010d50441004e0d032009200541186a2203290000370300200b200541106a2210290000370300200e200541086a2211290000370300200641086a2900002108200641106a290000210a200641186a290000210c2005290000210d200520062900003700002003200c3700002010200a370000201120083700002002200d370300200421050c000b0b41d0f6c10020042007102f000b41e0f6c10020052007102f000b200741014b0d000b0b200241206a24000f0b41b8f5c10020072001102f000bdb08030a7f017e0a7f230041c0006b22022400200041a07f6a21032001417f6a2104200141324921054101210641002107024003400240024020062001490d00410021080c010b41012108200020064105746a2209200941606a412010d5044100480d0003404101210a20042006460d03200641016a2106200941206a220a2009412010d5042108200a21092008417f4a0d000b200620014921080b2006200146210a20050d0120062001460d0102400240024002402006417f6a220920014f0d002008450d0120002006410574220b6a220a290000210c200a200020094105746a22092900003700002009200c370000200a41086a220d290000210c200d200941086a220e290000370000200e200c370000200a41106a220f290000210c200f200941106a22102900003700002010200c370000200a41186a2211290000210c2011200941186a22122900003700002012200c37000020064102490d03200920002006417e6a22084105746a2213412010d504417f4a0d032009290000210c20092013290000370000200241206a41186a22142012290000370300200241206a41106a22152010290000370300200241206a41086a2216200e290000370300200e201341086a2900003700002010201341106a2900003700002012201341186a2900003700002002200c3703204100210e2008450d022003200b6a210903400240200241206a2009412010d5044100480d002008210e0c040b200941206a2009290000370000200941386a200941186a290000370000200941306a200941106a290000370000200941286a200941086a290000370000200941606a21092008417f6a22080d000c030b0b41a8f5c10020092001102f000b41b8f5c10020062001102f000b2000200e4105746a22092002290320370000200941186a2014290300370000200941106a2015290300370000200941086a20162903003700000b200741016a21070240200120066b22104102490d00200a41206a2209200a412010d504417f4a0d00200a290000210c200a2009290000370000200241206a41186a22122011290000370300200241206a41106a2213200f290000370300200241206a41086a220b200d290000370300200d200941086a290000370000200f200941106a2900003700002011200941186a2900003700002002200c3703204101210d024020104103490d00200a41c0006a200241206a412010d504417f4a0d00410321084102210e0340200a200e4105746a220941606a220d2009290000370000200d41186a200941186a290000370000200d41106a200941106a290000370000200d41086a200941086a290000370000024020082010490d00200e210d0c020b20084105742109200e210d2008210e200841016a2108200a20096a200241206a412010d5044100480d000b0b200a200d4105746a22092002290320370000200941186a2012290300370000200941106a2013290300370000200941086a200b2903003700000b20074105470d000b4100210a0b200241c0006a2400200a0bc30405057f017e017f017e067f230041f0016b22022400024002402000280200220320002802044f0d00200028020c2104200141086a210520024190016a4102722106024003402000200341016a36020020024190016a2000280208280200220310a40120022d0090014101460d012002290091012107200241086a2003106d20022802082208450d01200229020c210920022007370300024002402001280200220a41e8f6c200460d002001280204210b0c010b2006410041da0010d2041a200241086a410041840110d2041a41e4011021220a450d044100210b200a4100360200200a41046a20024190016a41dc0010d3041a200a41e0006a200241086a41840110d3041a200141003602042001200a3602000b024002400340200a41086a210c200a2f0106220d41037421034100210e024003402003450d012002200c410810d504220f450d03200341786a2103200e41016a210e200c41086a210c200f417f4a0d000b200e417f6a210d0b0240200b450d00200b417f6a210b200a200d4102746a41e4016a280200210a0c010b0b2002200737021c200220053602182002200d360214200220013602102002200a36020c2002410036020820022009370294012002200836029001200241086a20024190016a10b7020c010b200a200e410c6c6a220341e4006a220c280200210e200c2009370200200341e0006a220c2802002103200c20083602002003450d00200e450d00200310230b200028020022032000280204490d000c020b0b200441013a00000b200241f0016a24000f0b102a000b860803037f017e037f23004190016b220224000240024020012d00004101460d00200041003b0001200041013a0000200041036a41003a00000c010b200241106a200141016a108102200241206a200141216a2002280210220320022802181082020240024020022d00200d00200041800e3b0001200041013a0000200041036a41003a00000c010b200241386a41106a200241316a280000360200200241386a41086a200241296a29000037030020022002290021370338200241f0006a41086a2204418289c200ad4280808080e0008422051003220141086a2900003703002002200129000037037020011023200241d0006a41086a2206200429030037030020022002290370370350200420051003220141086a2900003703002002200129000037037020011023200241e0006a41086a2207200429030037030020022002290370370360200241f0006a200241386a1083020240024041c00010212201450d00200120022903503700002001200229036037001020012002290070370020200141086a2006290300370000200141186a2007290300370000200141286a2004290000370000200141306a200241f0006a41106a290000370000200141386a200241f0006a41186a290000370000200241086a200141c0004101410041001090012002280208210420011023024020044101470d00410c10212201450d01200241f0006a41106a200241386a41086a29030037030020024188016a200241386a41106a280200360200200241063602742002418889c20036027020022002290338370378410a10212204450d012002420a370264200220043602604106200241e0006a105d0240024020022802642207200228026822046b4106490d00200441066a2106200228026021070c010b200441066a22062004490d03200741017422082006200820064b1b22084100480d030240024020070d002008102121070c010b200228026020072008102521070b2007450d0220022008360264200220073602600b20022006360268200720046a220441002800888942360000200441046a41002f008c89423b0000200241f0006a41086a200241e0006a10df01200241d0006a41086a20022802682204360200200220022903602205370350200141086a200436020020012005370200200041306a41013a0000200041286a428180808010370200200041246a2001360200200041206a4100360200200041186a4204370300200041106a427f370300200041086a42e400370300200041316a2002280060360000200041346a200241e3006a280000360000200041003a00002002280214450d04200310230c040b200041800e3b0001200041013a0000200041036a41013a00000c020b102a000b102c000b2002280214450d00200310230b20024190016a24000ba80503017f017e027f23004190016b22032400024020012002101a2204422088a72201450d002004a722022d0000220541014b0d002001417f6a210602400240024020050e020001000b41002101200341003a008801200241016a21050340024020062001470d00200141ff0171450d04200341003a0088010c040b200341c8006a20016a200520016a2d00003a00002003200141016a22023a00880120022101200241c000470d000b200341106a200341d1006a290000370300200341186a200341d9006a290000370300200341206a200341e1006a290000370300200341286a200341e9006a290000370300200341306a200341f1006a290000370300200341386a200341f9006a2900003703002003413f6a20034180016a2900003700002003200329004937030820032d00482101410021020c010b2006450d0120022d0001220141034f0d01200341086a41376a200341c8006a41376a290000370000200341086a41306a200341c8006a41306a290000370300200341086a41286a200341c8006a41286a290000370300200341086a41206a200341c8006a41206a290000370300200341086a41186a200341c8006a41186a290000370300200341086a41106a200341c8006a41106a290000370300200341086a41086a200341c8006a41086a29000037030020032003290048370308410121020b200020013a0001200020023a0000200041026a20032903083700002000410a6a200341106a290300370000200041126a200341186a2903003700002000411a6a200341206a290300370000200041226a200341286a2903003700002000412a6a200341306a290300370000200041326a200341386a290300370000200041396a2003413f6a29000037000020034190016a24000f0b41e8c9c600412e200341c8006a419ccbc6004198cac6001032000b8a1e0a057f017e037f017e017f027e017f017e047f027e23004190046b22002400200041b8036a41186a4200370300200041b8036a41106a22014200370300200041b8036a41086a22024200370300200042003703b803200041f8026a41086a220341ee8fc300ad4280808080c000841003220441086a290000370300200020042900003703f8022004102320022003290300370300200020002903f80222053703e001200020053703b803200341a099c300ad4280808080b001841003220441086a290000370300200020042900003703f80220041023200120002903f8022205370300200041e8036a41086a2002290300370300200041e8036a41106a2005370300200041e8036a41186a2003290300370300200020053703e001200020002903b8033703e803200041f0016a200041e8036a10a1020240024020002d00f0014102470d00200041f0016a41186a4200370300200041f0016a41106a22064200370300200041f0016a41086a22024200370300200042003703f001200341e691c600ad4280808080e000841003220441086a290000370300200020042900003703f8022004102320022003290300370300200020002903f8023703f0012003419f92c600ad4280808080e000841003220441086a290000370300200020042900003703f80220041023200620002903f802220537030020004180016a41086a200229030037030020004180016a41106a200537030020004180016a41186a200329030037030020002005370318200020002903f00137038001200041b8036a20004180016a10ad030240024020002802b80322030d0041002107200041003602880120004204370380014102210620004180016a21080c010b200020002902bc0322053702840120002003360280012005a7210720004180016a210802402005422088a72202450d00200241246c210202400340024020032d00004101470d00200341016a2800002104200341086a28020021062000200341106a2802003602bc03200020063602b803200441c28289aa04470d00200041f0016a200041b8036a10c00320002d00f00122064102470d020b200341246a21032002415c6a2202450d020c000b0b200020002800f401360073200020002800f101360270200041f8016a2903002105200041186a20004180026a41d80010d3041a200041d8026a29030021090c010b410221060b2008280200210a024020082802082203450d00200341246c2102200a210303400240024020032d0000220441034b0d0002400240024020040e0404000102040b2003410c6a280200450d03200341086a28020010230c030b2003410c6a280200450d02200341086a28020010230c020b2003410c6a280200450d01200341086a28020010230c010b200341086a280200450d00200341046a28020010230b200341246a21032002415c6a22020d000b0b02402007450d00200a10230b200020002802703602d801200020002800733600db0120004180016a200041186a41d80010d3041a0240024020064102470d0041002102200041e8036a21080c010b200020002802d8013602f002200020002800db013600f302200020053703e802200041f0016a20004180016a41d80010d3041a200020093703e002200041b8036a41186a22044200370300200041b8036a41106a22084200370300200041b8036a41086a22024200370300200042003703b803200041f8026a41086a220341ee8fc300ad4280808080c0008422091003220a41086a2900003703002000200a2900003703f802200a102320022003290300370300200020002903f802220b3703e0012000200b3703b803200341d096c300ad4280808080b00184220c1003220a41086a2900003703002000200a2900003703f802200a1023200041e0016a41086a220d2003290300220b370300200020002903f802220e3703e0012001200e370000200141086a220f200b370000200041e8036a41086a220a2002290300370300200041e8036a41106a22072008290300370300200041e8036a41186a22102004290300370300200020002903b8033703e803200041086a200041e8036a10e601024002402000280208450d002000290310500d00200041e8036aad4280808080800484210b200041e8036a21080c010b200041e8026a200041e0026a20064101461b290300210b200442003703002008420037030020024200370300200042003703b803200320091003221141086a290000370300200020112900003703f8022011102320022003290300370300200020002903f802220e3703e0012000200e3703b8032003200c1003221141086a290000370300200020112900003703f80220111023200d2003290300220e370300200020002903f802220c3703e0012001200c370000200f200e370000200a20022903003703002007200829030037030020102004290300370300200020002903b8033703e8032000200b3703b803200041e8036aad4280808080800484220b200041b8036aad42808080808001841002200442003703002008420037030020024200370300200042003703b803200320091003221141086a290000370300200020112900003703f8022011102320022003290300370300200020002903f802220e3703e0012000200e3703b803200341c0bcc600ad4280808080b001841003221141086a290000370300200020112900003703f80220111023200d2003290300220e370300200020002903f802220c3703e0012001200c370000200f200e370000200a20022903003703002007200829030037030020102004290300370300200020002903b8033703e803200041b8036a200041e8036a10b60320002902bc03210e20002802b8032111200442003703002008420037030020024200370300200042003703b803200320091003221241086a290000370300200020122900003703f8022012102320022003290300370300200020002903f80222093703e001200020093703b8032003419097c300ad4280808080a001841003221241086a290000370300200020122900003703f80220121023200d20032903002209370300200020002903f802220c3703e0012001200c370000200f2009370000200a20022903003703002007200829030037030020102004290300370300200020002903b8033703e803200041b8036a200041e8036a10ae0220002d00b80321032010200041d1036a2900003703002007200041c9036a290000370300200a200041c1036a290000370300200020002900b9033703e8032011410820111b21020240024020034101460d00200041b0036a4200370300200041a8036a4200370300200041a0036a420037030020004200370398030c010b20004198036a41186a200041e8036a41186a29030037030020004198036a41106a200041e8036a41106a29030037030020004198036a41086a200041e8036a41086a290300370300200020002903e803370398030b200041f8026a41086a20004198036a41086a2903002209370300200041f8026a41106a20004198036a41106a290300220c370300200041f8026a41186a20004198036a41186a2903002213370300200020002903980322143703f802200041b8036a41086a2203200e420020111b370300200041b8036a41106a2014370300200041b8036a41186a2009370300200041d8036a200c370300200041e0036a2013370300200020023602bc03200041003602b803200041e8036a200041b8036a10b002200041a3036a200041e8036a41086a280200360000200020002903e80337009b03200041f4036a2000419f036a290000370000200041c28289aa043600e903200041023a00e80320002000290098033700ed03200041e8036a109e02024020002802b8030d002003280200450d0020002802bc0310230b200041e8036a21080b200041e8026a200041e0026a20064101461b2903002109200041b8036a41186a220a4200370300200041b8036a41106a22074200370300200041b8036a41086a22024200370300200042003703b803200041f8026a41086a220341ee8fc300ad4280808080c000841003220441086a290000370300200020042900003703f8022004102320022003290300370300200020002903f802220e3703e0012000200e3703b803200341ec96c300ad4280808080b001841003220441086a290000370300200020042900003703f80220041023200041e0016a41086a2003290300220e370300200020002903f802220c3703e0012001200c370000200141086a200e370000200041e8036a41086a2002290300370300200041e8036a41106a2007290300370300200041e8036a41186a200a290300370300200020002903b8033703e803200020093703b803200b200041b8036aad428080808080018410024100210220060d0020004198036a41086a200041f0016a41086a29030037030020004198036a41106a200041f0016a41106a2d00003a0000200020002800f30236007b200020002802f002360278200020002903f00137039803410121020b200041f0016a41086a2005370300200041f0016a41106a200029039803370300200041f0016a41186a20004198036a41086a29030037030020004190026a20004198036a41106a2d00003a0000200020023a00f001200020002802783600f1012000200028007b3600f401200041b8036a41186a220a4200370300200041b8036a41106a22074200370300200041b8036a41086a22044200370300200042003703b803200041f8026a41086a220341ee8fc300ad4280808080c000841003220641086a290000370300200020062900003703f8022006102320042003290300370300200020002903f80222053703e001200020053703b803200341a099c300ad4280808080b001841003220641086a290000370300200020062900003703f80220061023200041e0016a41086a20032903002205370300200020002903f80222093703e00120012009370000200141086a2005370000200041e8036a41086a2004290300370300200041e8036a41106a2007290300370300200041e8036a41186a200a290300370300200020002903b8033703e803410110212203450d01200042013702840120002003360280010240024020020d002000410136028801200341003a00000c010b2000410136028801200341013a0000200041f0016a41017220004180016a10ba030b20002802840121032008ad42808080808004842000350288014220862000280280012202ad8410022003450d00200210230b20004190046a24000f0b102a000bbe0701067f23004190016b22022400200241d0006a41086a220341b1a3c400ad4280808080f000841003220441086a2900003703002002200429000037035020041023200241386a41086a2205200329030037030020022002290350370338200341dfa4c400ad4280808080f000841003220441086a2900003703002002200429000037035020041023200241186a41086a2206200329030037030020022002290350370318200241d0006a2001109101024041c00010212204450d00200420022903383700002004200229031837001020042002290050370020200441086a2005290300370000200441186a2006290300370000200441286a2003290000370000200441306a200241d0006a41106a2205290000370000200441386a200241d0006a41186a2206290000370000200241c00036024c20022004360248200241386a2004ad4280808080800884100610a10102400240200228023822010d00410021030c010b200228023c21072002200241386a41086a280200360284012002200136028001200241d0006a20024180016a10a0030240024020022802702203450d00200241186a41186a200241d0006a41186a290300370300200241186a41106a200241d0006a41106a290300370300200241186a41086a200241d0006a41086a290300370300200241086a41086a200241fc006a28020036020020022002290350370318200220022902743703080c010b4100210320024100360220200242013703182002410c36020c2002200241c8006a3602082002200241186a36028c01200241e4006a410136020020024201370254200241a0f0c2003602502002200241086a3602602002418c016a41c893c500200241d0006a10301a20023502204220862002350218841007200228021c450d00200228021810230b2007450d00200110230b200241d0006a41086a2201200241186a41086a2903003703002005200241186a41106a2903003703002006200241186a41186a290300370300200241386a41086a2205200241086a41086a2802003602002002200229031837035020022002290308370338024002402003450d002000200229035037030020002003360220200041246a2002290338370200200041186a200241d0006a41186a290300370300200041106a200241d0006a41106a290300370300200041086a20012903003703002000412c6a20052802003602000c010b2000420037030020004208370320200041186a4200370300200041106a4200370300200041086a4200370300200041286a41003602000b2004102320024190016a24000f0b102a000b920301057f230041206b2202240020012d000021030240410110212204450d00200420033a000020012d0001210320044101410210252204450d00200420033a000120012d0002210320044102410410252204450d00200420033a0002200420012d00033a000320012d0004210320044104410810252204450d00200420033a0004200420012d00053a0005200420012d00063a0006200420012d00073a000720012d0008210320044108411010252204450d00200420033a0008200420012d00093a0009200420012d000a3a000a200420012d000b3a000b200420012d000c3a000c200420012d000d3a000d200420012d000e3a000e200420012d000f3a000f200241186a22032004ad42808080808002841001220141186a290000370300200241106a2205200141106a290000370300200241086a2206200141086a2900003703002002200129000037030020011023200041186a2003290300370000200041106a2005290300370000200041086a20062903003700002000200229030037000020041023200241206a24000f0b102a000b8c0601077f230041d0006b22022400200241306a41086a220341c4f7c100ad42808080808001841003220441086a2900003703002002200429000037033020041023200241206a41086a220520032903003703002002200229033037032020034198a0c200ad4280808080e002841003220441086a2900003703002002200429000037033020041023200241086a2206200329030037030020022002290330370300200241306a41c5b5c20010f602024002400240024041c00010212204450d00200420022903203700002004200229030037001020042002290030370020200441086a2005290300370000200441186a2006290300370000200441286a2003290000370000200441306a200241c0006a290000370000200441386a200241306a41186a2900003700002001280208220341046a2205417f4c0d01200128020021070240024020050d00410121010c010b200510212201450d010b2002410036023820022005360234200220013602302003200241306a105d0240024020022802342206200228023822016b2003490d00200228023021050c010b200120036a22052001490d03200641017422082005200820054b1b22084100480d030240024020060d002008102121050c010b200228023020062008102521050b2005450d012002200836023420022005360230200821060b200520016a2007200310d3041a200241306a41186a2207200120036aad4220862005ad841001220341186a290000370300200241306a41106a2201200341106a290000370300200241306a41086a2208200341086a2900003703002002200329000037033020031023200241186a2007290300370300200241106a2001290300370300200241086a20082903003703002002200229033037030002402006450d00200510230b200441c000418001102522040d030b102a000b1031000b102c000b20042002290300370040200441d8006a200241186a290300370000200441d0006a200241106a290300370000200441c8006a200241086a29030037000020004280818080800c37020420002004360200200241d0006a24000bee0c020e7f017e23004180026b22022400200241a0016a41086a220341c4f7c100ad42808080808001841003220441086a290000370300200220042900003703a00120041023200241086a22052003290300370300200220022903a001370300200341ccf7c100ad4280808080f000841003220441086a290000370300200220042900003703a00120041023200241e0006a41086a22042003290300370300200220022903a001370360200241a0016a2001109101024041c00010212201450d002001200229030037000020012002290360370010200120022900a001370020200141086a2005290300370000200141186a2004290300370000200141286a2003290000370000200141306a200241a0016a41106a2206290000370000200141386a200241a0016a41186a2207290000370000200241c00036024420022001360240200241c8006a2001ad4280808080800884100610a10102400240200228024822050d00410021030c010b200228024c21082002200241d0006a280200220936025c2002200536025841002103200241003a00200240024002400340024020092003470d002002410036025c200341ff0171450d02200241003a00200c020b200220036a200520036a22042d00003a00002002200441016a3602582002200341016a22043a00202004210320044120470d000b200241e0016a41086a220a200241086a220b290300370300200241e0016a41106a220c200241106a220d290300370300200241e0016a41186a220e200241186a220f290300370300200220022903003703e0012002200920046b36025c2002200241d8006a10a00320022802202203450d00200241a0016a41186a2209200e290300370300200241a0016a41106a220e200c290300370300200241a0016a41086a220c200a290300370300200241a0016a41286a220a200b290300370300200241a0016a41306a220b200d290300370300200241a0016a41386a220d200f290300370300200220022903e0013703a001200220022903003703c001200241246a2802002104200241286a220f2903002110200241e0006a41086a200c290300370300200241e0006a41106a200e290300370300200241e0006a41186a2009290300370300200241e0006a41206a220920022903c001370300200241e0006a41286a220c200a290300370300200241e0006a41306a220a200b290300370300200241e0006a41386a220b200d290300370300200220022903a001370360200241a0016a200241d8006a10810120022802a0010d012004450d00200310230b4100210320024100360268200242013703602002410c3602042002200241c0006a3602002002200241e0006a3602e001200241b4016a4101360200200242013702a401200241a0f0c2003602a001200220023602b001200241e0016a41c893c500200241a0016a10301a2002350268422086200235026084100702402002280264450d00200228026010230b0c010b200241e0016a41086a200241a0016a41086a280200360200200241086a200241e0006a41086a290300370300200241106a200241e0006a41106a290300370300200241186a200241e0006a41186a290300370300200241206a2009290300370300200f200c290300370300200241306a200a290300370300200241386a200b290300370300200220022903a0013703e001200220022903603703000b2008450d00200510230b200241a0016a41086a2205200241086a2903003703002006200241106a2903003703002007200241186a290300370300200241a0016a41206a2209200241206a290300370300200241a0016a41286a200241286a290300370300200241a0016a41306a200241306a290300370300200241a0016a41386a200241386a290300370300200220022903003703a001200241e0006a41086a2206200241e0016a41086a280200360200200220022903e00137036002402003450d00200020022903a00137030020002004360244200041c8006a2010370200200041386a200241a0016a41386a290300370300200041306a200241a0016a41306a290300370300200041286a200241a0016a41286a290300370300200041206a2009290300370300200041186a200241a0016a41186a290300370300200041106a200241a0016a41106a290300370300200041086a2005290300370300200041d8006a2006280200360200200041d0006a20022903603702000b200020033602402001102320024180026a24000f0b102a000ba24312057f017e017f017e027f027e047f017e067f017e077f027e027f017e067f027e017f027e230041f0036b22052400200541c8036a41186a22064200370300200541c8036a41106a22074200370300200541c8036a41086a22084200370300200542003703c80320054188036a41086a220941b1a3c400ad4280808080f00084220a1003220b41086a2900003703002005200b29000037038803200b1023200820092903003703002005200529038803220c3703c8022005200c3703c803200941e8f2c400ad4280808080b002841003220b41086a2900003703002005200b29000037038803200b10232007200529038803220c37030020054198036a41086a220b200829030037030020054198036a41106a220d200c37030020054198036a41186a220e20092903003703002005200c3703d802200520052903c80337039803200541203602ec01200520054198036a3602e80120054188026a20054198036aad220f42808080808004842210100610a1010240024020052802880222110d00410021120c010b200528028c0221130240024020054188026a41086a2802004104490d0020112800002114410121120c010b41002112200541003602b002200542013703a8022005410c36028c032005200541e8016a360288032005200541a8026a3602d802200541dc036a4101360200200542013702cc03200541a0f0c2003602c803200520054188036a3602d803200541d8026a41c893c500200541c8036a10301a20053502b00242208620053502a802841007024020052802ac02450d0020052802a80210230b0b2013450d00201110230b200642003703002007420037030020084200370300200542003703c8032009200a1003221141086a290000370300200520112900003703880320111023200820092903003703002005200529038803220c3703c8022005200c3703c80320094194f1c400ad4280808080a001841003221141086a290000370300200520112900003703880320111023200541d8026a41086a22132009290300220c370300200520052903880322153703d80220072015370000200741086a2216200c370000200b2008290300370300200d2007290300370300200e2006290300370300200520052903c80337039803200541e0016a20054198036a4120108e0120052802e401211720052802e0012118200642003703002007420037030020084200370300200542003703c8032009200a1003221141086a290000370300200520112900003703880320111023200820092903003703002005200529038803220a3703c8022005200a3703c803200941ccf1c400ad4280808080b003841003221141086a29000037030020052011290000370388032011102320132009290300220a3703002005200529038803220c3703d8022007200c3700002016200a370000200b2008290300370300200d2007290300370300200e2006290300370300200520052903c80337039803200541d8016a20054198036a4120108e012017410020181b2219211702400240024020052802dc01410020052802d8011b20044d0d00200541c8036a41186a220b4200370300200541c8036a41106a220d4200370300200541c8036a41086a22084200370300200542003703c80320054188036a41086a220941b1a3c400ad4280808080f000841003220641086a290000370300200520062900003703880320061023200820092903003703002005200529038803220a3703c8022005200a3703c803200941a8f4c400ad4280808080a001841003220641086a290000370300200520062900003703880320061023200541d8026a41086a2009290300220a3703002005200529038803220c3703d8022007200c370000200741086a200a37000020054198036a41086a200829030037030020054198036a41106a200d29030037030020054198036a41186a200b290300370300200520052903c80337039803200541c8036a20054198036a10b30320052802c8032209410420091b220b20052902cc03420020091b220a422088a741037422096a210803402009450d02200941786a21092008417c6a2106200841786a2108200628020020044b0d000b200b20096a2802002117200aa7450d00200b10230b200541c8036a41186a22184200370300200541c8036a41106a221a4200370300200541c8036a41086a22164200370300200542003703c80320054188036a41086a221b41b1a3c400ad4280808080f00084221c1003220941086a2900003703002005200929000037038803200910232016201b2903003703002005200529038803220a3703c8022005200a3703c803201b41d0f6c400ad4280808080e00284220a1003220941086a290000370300200520092900003703880320091023200541d8026a41086a221d201b290300220c370300200520052903880322153703d80220072015370000200741086a221e200c37000020054198036a41086a2213201629030037030020054198036a41106a221f201a29030037030020054198036a41186a22202018290300370300200520052903c80337039803200541d0016a20054198036a4120108e0120052802d401210820052802d001210620184200370300201a420037030020164200370300200542003703c803201b201c1003220941086a2900003703002005200929000037038803200910232016201b2903003703002005200529038803220c3703c8022005200c3703c803201b200a1003220941086a290000370300200520092900003703880320091023201d201b290300220a3703002005200529038803220c3703d8022007200c370000201e200a37000020132016290300370300201f201a29030037030020202018290300370300200520052903c8033703980320052008201920064101461b3602c8032010200541c8036aad4280808080c00084100220032001200120034b1b2221450d014100201941646a2209200920194b1b21222014410020121b212320054188036aad4280808080c000842124200f42808080808002842125201941016a21262000211141002127034020184200370300201a420037030020164200370300200542003703c803201b201c1003220941086a2900003703002005200929000037038803200910232016201b2903003703002005200529038803220a3703c8022005200a3703c803201b41c8eec400ad4280808080d001841003220941086a290000370300200520092900003703880320091023201d201b290300220a3703002005200529038803220c3703d8022007200c370000201e200a37000020132016290300370300201f201a29030037030020202018290300370300200520052903c80337039803200541c8036a20054198036a4120108c0120052902cc03420020052802c80322091b220a422088a741057421082027220641016a2127200220064102746a210e2000200641e0006c6a210b2009410120091b220d210902400340024020080d00410021040c020b4101210420112009460d012009200b412010d5042106200841606a2108200941206a210920060d000b0b0240200aa7450d00200d10230b024020040d00200e2802002109200542003703d002200542003703c802200541c0016a200b290320220a200b41286a290300428094ebdc03420010d904200541a0016a200b290330220c200b41386a290300428094ebdc03420010d904200541b0016a20052903c0012210200541c0016a41086a290300220f4280ec94a37c427f10d804200541f0006a2010200f2009ad2215420010d80420054190016a20052903a0012210200541a0016a41086a290300220f4280ec94a37c427f10d80420054180016a2010200f2015420010d804200542003703e002200542003703d802200c2005290390017c20157e2210428094ebdc0380210c02400240024002400240024020052903704200200a20052903b0017c20157e220a200a428094ebdc0380220a4280ec94a37c7e7c4280cab5ee0156200aa76a2208ad7d85200541f0006a41086a29030042002008410047ad7d8584500d00200529038001210a20054180016a41086a290300212820054188026a2017200b1083042005280288022108200520052802900222063602ec01200520083602e801200541a8026a2006ad4220862008ad84100610a1010240024020052802a80222060d004200210f0c010b20052802ac0221040240024020052802b002220d4104490d00200d417c6a410f4d0d00200628000021294201210f0c010b200541003602d003200542013703c8032005410c36028c032005200541e8016a360288032005200541c8036a3602ec03200541013602ac032005420137029c03200541a0f0c20036029803200520054188036a3602a803200541ec036a41c893c50020054198036a10301a20053502d00342208620053502c803841007024020052802cc03450d0020052802c80310230b4200210f0b2004450d00200610230b0240200528028c02450d00200810230b200920294100200f4200521b22034d0d0620054198036a2017200b10830420053502a003210f2005280298032106411010212208450d032008200936000020084110412010252209450d032009200a2010200c4280ec94a37c7e7c4280cab5ee0156200ca76aad7c220c3700042009410c6a2028200c200a54ad7c220a370000200f4220862006ad842009ad4280808080c002841002200910230240200528029c03450d00200610230b200541a8026a200b10880420052802b002450d0120054188026a41106a200541a8026a41106a28020036020020054188026a41086a200541a8026a41086a290300370300200520052903a802370388020c020b20054200370390032005420037038803200542003703f001200542003703e801200541a8026a200b1088040240024020052802b002450d0020054188026a41106a200541a8026a41106a28020036020020054188026a41086a200541a8026a41086a290300370300200520052903a802370388020c010b200541003602d803200542043703d003200520223602cc03200541003602c803200b200541c8036a10890420054188026a41106a20052802d80336020020054188026a41086a20052903d003370300200520052903c803370388020b2013200529038802370200201341086a20054188026a41086a290300370200201341106a20054188026a41106a280200360200200541003a00c0032005200b36029c032005202236029803200520233602bc032005200541e8016a3602b803200520054188036a3602b403200541c8036a20054198036a2017109e04024020052802d0034102460d0020052802c803220d20052802a003470d00410021090240202620052802a40322064d0d00024020052802b003220820052802ac03470d00200841016a22092008490d07200841017422042009200420094b1b220941ffffffff03712009470d07200941027422044100480d070240024020080d002004102121040c010b20052802a80320084102742004102521040b2004450d05200520093602ac03200520043602a8030b20052802a803220941046a2009200841027410d4041a2009202620066b360200200520263602a403410121092005200841016a3602b0032005200d41016a220d3602a0030b200520093a00c003200b108704200b1085040240200b108a0341ff017122084102460d002008410171450d001093040b2009450d0020052802a403210e02400240024020052802b0032201450d0020052802a80321082001410274210441002106200e210902400340200920224d0d01200641016a2106200920082802006b2109200841046a21082004417c6a22040d000c020b0b200120064f0d010b2005200e2022200e20224b1b3602a4030c010b2005200e2022200e20224b1b3602a403200520063602b00341000d00200d20016b200d20066b4f0d00410020016b210903402016200b41086a290200370300201a200b41106a2902003703002018200b41186a2902003703002005200b2902003703c8032005200d20096a3602e803200541c8036a108a042006200941016a22096a0d000b0b200b20131089040b20052802ac03450d0520052802a80310230c050b200541003602d803200542043703d003200520223602cc03200541003602c803200b200541c8036a10890420054188026a41106a20052802d80336020020054188026a41086a20052903d003370300200520052903c803370388020b2013200529038802370200201341086a222a20054188026a41086a222b290300370200201341106a222c20054188026a41106a222d280200360200200541003a00c0032005200b36029c032005202236029803200520233602bc032005200541d8026a3602b8032005200541c8026a3602b403200541e8006a20054198036a2017200c200a109f0420052802a003210e02400240024020052802684101470d00200528026c2208200e460d010b20052d00c00321090c010b02400240202620052802a40322094d0d00024020052802b003220620052802ac03470d00200641016a22042006490d062006410174220d2004200d20044b1b220441ffffffff03712004470d062004410274220d4100480d060240024020060d00200d1021210d0c010b20052802a8032006410274200d1025210d0b200d450d04200520043602ac032005200d3602a8030b20052802a803220441046a2004200641027410d4041a2004202620096b360200200520263602a403410121092005200641016a3602b0032005200841016a22083602a0030c010b20052d00c00321090b200520093a00c003200b108704200b1085040240200b108a0341ff017122064102460d002006410171450d001093040b2008210e0b0240200941ff0171450d0020052802a4032101200528029803210d02400240024020052802b0032212450d0020052802a8032108201241027421044100210620012109024003402009200d4d0d01200641016a2106200920082802006b2109200841046a21082004417c6a22040d000c020b0b201220064f0d010b20052001200d2001200d4b1b3602a4030c010b20052001200d2001200d4b1b3602a403200520063602b00341000d00200e20126b200e20066b4f0d00410020126b2108200528029c0321090340200941086a290000210a200941106a290000210c200929000021102018200941186a290000370300201a200c3703002016200a370300200520103703c8032005200e20086a3602e803200541c8036a108a042006200841016a22086a0d000b0b200528029c0320131089040b024020052802ac03450d0020052802a80310230b4200210a200542003703900320054200370388030240024002400240200b41c8006a220928020022080d00410821120c010b2008ad220a42307e220c422088a70d05200ca722084100480d05200810212212450d03200928020022090d010b4200210f420021280c010b200b41c0006a2802002201200941306c6a212e2003ad212f0340200542003703f001200542003703e801200541c0006a2001290300220f200141086a290300428094ebdc03420010d904200541306a2005290340220c200541c0006a41086a29030022104280ec94a37c427f10d804200541206a200c2010202f420010d804200541106a200c20102015420010d80420054198036a2017200141106a220d108404200541d0006a200528029803220820052802a0031097014200200541106a41086a29030020052903102210200f20052903307c220f20157e220c200c428094ebdc0380220c4280ec94a37c7e7c4280cab5ee0156200ca76aad7c220c201054ad7c2210200541206a41086a29030020052903202228200f202f7e220f200f428094ebdc0380220f4280ec94a37c7e7c4280cab5ee0156200fa76aad7c220f202854ad7c7d200c200f54ad7d2228200c200f7d220f200c56202820105620282010511b22091b21104200200f20091b210c200541d0006a41106a290300210f20052903582128200528025021090240200528029c03450d00200810230b200541c8036a2017200d10840420052802c803210820053502d003213020052028420020091b2228200c7c220c370398032005200f420020091b20107c200c202854ad7c22103703a00320304220862008ad8420251002024020052802cc03450d00200810230b200541a8026a200d1088040240024020052802b002450d00202d200541a8026a41106a280200360200202b200541a8026a41086a290300370300200520052903a802370388020c010b200541003602d803200542043703d003200520223602cc03200541003602c803200d200541c8036a108904202d20052802d803360200202b20052903d003370300200520052903c803370388020b2013200529038802370200202a202b290300370200202c202d280200360200200541003a00c0032005200d36029c032005202236029803200520233602bc032005200541e8016a3602b803200520054188036a3602b403200541086a20054198036a2017200c2010109f0420052802a003210302400240024020052802084101470d00200528020c22062003460d010b20052d00c00321090c010b02400240202620052802a40322094d0d00024020052802b003220820052802ac03470d00200841016a22042008490d082008410174220e2004200e20044b1b220441ffffffff03712004470d082004410274220e4100480d080240024020080d00200e1021210e0c010b20052802a8032008410274200e1025210e0b200e450d06200520043602ac032005200e3602a8030b20052802a803220441046a2004200841027410d4041a2004202620096b360200200520263602a403410121092005200841016a3602b0032005200641016a22033602a0030c010b20052d00c0032109200621030b200520093a00c003200d108704200d1085040b0240200941ff0171450d0020052802a4032114200528029803210e02400240024020052802b0032231450d0020052802a8032108203141027421044100210620142109024003402009200e4d0d01200641016a2106200920082802006b2109200841046a21082004417c6a22040d000c020b0b203120064f0d010b20052014200e2014200e4b1b3602a4030c010b20052014200e2014200e4b1b3602a403200520063602b00341000d00200320316b200320066b4f0d00410020316b2108200528029c0321090340200941086a290000210c200941106a29000021102009290000210f2018200941186a290000370300201a20103703002016200c3703002005200f3703c8032005200320086a3602e803200541c8036a108a042006200841016a22086a0d000b0b200528029c0320131089040b024020052802ac03450d0020052802a80310230b200d41086a290000210c200d29000021102020200d41186a290000370300201f200d41106a2900003703002013200c3703002005201037039803200541e8016a41086a290300210c20052903e801211002400240200a422088220fa72209200aa7460d00200921080c010b200941016a22062009490d05200fa722084101742204200620062004491bad220a42307e220f422088a70d05200fa722064100480d050240024020090d002006102121120c010b2012200941306c2006102521120b2012450d030b2013290300210f201f29030021282020290300213020052903980321322012200841306c6a2209201037032020092032370300200941286a200c370300200941186a2030370300200941106a2028370300200941086a200f370300200a42ffffffff0f83200841016aad42208684210a200141306a2201202e470d000b201b2903002128200529038803210f0b200541c8026a41086a220e290300211020052903c8022115200541e8016a41086a2209200b41086a290300370300200541e8016a41106a2208200b41106a290300370300200541e8016a41186a2206200b41186a2903003703002005200b2903003703e8012012450d03201d290300212f20052903d802213020054188026a41186a22012006290300370300202d2008290300370300202b2009290300370300200520052903e80137038802200b280258220441ffffff3f712004470d0120044105742206417f4c0d01200b28025021090240024020060d004101210d0c010b20061021220d450d010b0240024020040d0041002104410021030c010b200d2108034020082009290000370000200841186a200941186a290000370000200841106a200941106a290000370000200841086a200941086a290000370000200841206a2108200941206a2109200641606a22060d000b200441057441606a41057641016a21030b200541a8026a41186a22142001290300370300200541a8026a41106a2201202d290300370300200541a8026a41086a222d202b29030037030020052005290388023703a802201b201c1003220941086a290000370300200520092900003703880320091023200e201b29030037030020052005290388033703c802201b41f0a9c400ad42808080808002841003220941086a290000370300200520092900003703880320091023201d201b29030037030020052005290388033703d8022005201936028803202020241001220941186a290000370300201f200941106a2900003703002013200941086a29000037030020052009290000370398032009102320182020290300370300201a201f2903003703002016201329030037030020052005290398033703c80341c00010212206450d00200620052903c802370000200620052903d802370010200620052903c8033700204108210b200641086a200541c8026a41086a290300370000200641186a200541d8026a41086a290300370000200641286a200541c8036a41086a290300370000200641306a201a290300370000200641386a201829030037000020054198036a200610b50302400240200528029803220e0d00410021084200210c410021090c010b200529029c03220c422088a72108200ca72109200e210b0b20202014290300370300201f20012903003703002013202d290300370300200520052903a80237039803024020082009470d0002402008200ca7470d00200841016a22092008490d042008410174220e2009200e20094b1bad223242d8007e2233422088a70d042033a722094100480d040240024020080d0020091021210b0c010b200b200841d8006c20091025210b0b200b450d02200c42808080807083203284210c0b200c422088a721080b200b200841d8006c220e6a22092015200f7c220f3703102009202f370308200920303703002009200d36022c20092012360220200941186a201020287c200f201554ad7c370300200941346a2003360200200941306a2004360200200941246a200a3702002009200529039803370338200941c0006a2013290300370300200941c8006a201f290300370300200941d0006a20202903003703000240200b0d002006ad42808080808008841005200610230c040b20054198036a200b200841016a22091096042006ad428080808080088420053502a0034220862005280298032208ad8410020240200528029c03450d00200810230b200ca7210402402009450d00200b41306a2109200e41d8006a210803400240200941746a280200450d00200941706a28020010230b02402009280200450d002009417c6a28020010230b200941d8006a2109200841a87f6a22080d000b0b02402004450d00200b10230b200610230c030b102a000b1031000b102c000b201141e0006a211120272021490d000c020b0b200aa7450d00200b10230b200541f0036a24000bf694020f057f017e017f017e097f017e037f017e017f027e017f037e017f157e167f230041e00e6b22022400200241a00e6a41186a22034200370300200241a00e6a41106a22044200370300200241a00e6a41086a22054200370300200242003703a00e200241e80c6a41086a220641b1a3c400ad4280808080f0008422071003220841086a290000370300200220082900003703e80c2008102320052006290300370300200220022903e80c22093703b80d200220093703a00e200641ccf1c400ad4280808080b003841003220841086a290000370300200220082900003703e80c20081023200420022903e80c2209370300200241880b6a41086a220a2005290300370300200241880b6a41106a220b2009370300200241880b6a41186a220c2006290300370300200220093703d80d200220022903a00e3703880b200241c80a6a200241880b6a4120108e0120022802cc0a210d20022802c80a210e200342003703002004420037030020054200370300200242003703a00e200620071003220841086a290000370300200220082900003703e80c2008102320052006290300370300200220022903e80c22093703b80d200220093703a00e200641c0f2c400ad42808080808001841003220841086a290000370300200220082900003703e80c20081023200320062903002209370300200a2005290300370300200b20022903e80c2207370300200c2009370300200220073703d80d200220022903a00e3703880b02400240024002404100200241880b6a10ab032206200641ff01714104461b41ff0171220641034b0d00024020060e0400020103000b2001200d4100200e1b6b220620014b0d00200641064f0d020b200041003602000c020b200241a00e6a41186a22084200370300200241a00e6a41106a220a4200370300200241a00e6a41086a22054200370300200242003703a00e200241e80c6a41086a220641b1a3c400ad4280808080f000841003220341086a290000370300200220032900003703e80c2003102320052006290300370300200220022903e80c22093703b80d200220093703a00e200641c0f2c400ad42808080808001841003220341086a290000370300200220032900003703e80c20031023200241d80d6a41086a20062903002209370300200220022903e80c22073703d80d20042007370000200441086a2009370000200241880b6a41086a2005290300370300200241880b6a41106a200a290300370300200241880b6a41186a2008290300370300200220022903a00e3703880b200241880b6aad428080808080048410050b200241e80b6a41186a4200370300200241e80b6a41106a220f420037030041082110200241e80b6a41086a22054200370300200242003703e80b200241e80c6a41086a220641c8f7c200ad4280808080f000841003220441086a290000370300200220042900003703e80c2004102320052006290300370300200220022903e80c3703e80b200641d2a3c400ad4280808080a001841003220441086a290000370300200220042900003703e80c20041023200f20022903e80c2209370300200241880b6a41086a2005290300370300200241880b6a41106a2009370300200241880b6a41186a2006290300370300200220093703d80d200220022903e80b3703880b200241e80b6a200241880b6a4120108c01410021114100211202400240024020022902ec0b420020022802e80b22061b2209422088a722054105742204450d0020044105752212ad42d0007e2207422088a70d022007a722044100480d02200410212210450d010b2009a7210d2006410120061b210c02402005450d002005410574220441606a210e200241e80b6a41206a210620102103200c21050340200541086a2900002109200541106a290000210720052900002113200241880b6a41186a2208200541186a290000370300200241880b6a41106a220a2007370300200241880b6a41086a220b2009370300200220133703880b200241b00b6a200241880b6a10f502200241e80b6a41186a2008290300370300200241e80b6a41106a200a290300370300200241e80b6a41086a200b290300370300200620022903b00b370300200641086a200241b00b6a41086a290300370300200641106a200241b00b6a41106a290300370300200641186a200241b00b6a41186a290300370300200641206a200241b00b6a41206a290300370300200641286a200241b00b6a41286a290300370300200220022903880b3703e80b2003200241e80b6a41d00010d30441d0006a2103200541206a2105200441606a22040d000b200e41057641016a21110b0240200d450d00200c10230b200241880b6a41186a22044200370300200241880b6a41106a22144200370300200241880b6a41086a22054200370300200242003703880b200241e80c6a41086a220641b1a3c400ad4280808080f0008422091003220341086a290000370300200220032900003703e80c2003102320052006290300370300200220022903e80c22073703b80d200220073703880b200641f0f1c400ad4280808080e002841003220341086a290000370300200220032900003703e80c20031023201420022903e80c2207370300200241e80b6a41086a22032005290300370300200241e80b6a41106a22082007370300200241e80b6a41186a220a2006290300370300200220073703d80d200220022903880b3703e80b200241b00b6a200241e80b6a10a903410021150240024020022802b40b22160d004104211642002117410021180c010b200241e80b6aad4280808080800484100520022802b00b211820022903b80b21170b200a42003703002008420037030020034200370300200242003703e80b200641ad92c500ad42808080809001841003220b41086a2900003703002002200b2900003703e80c200b102320032006290300370300200220022903e80c3703e80b200641b9c0c300ad428080808030841003220b41086a2900003703002002200b2900003703e80c200b1023200241d80d6a41086a220b20062903002207370300200220022903e80c22133703d80d200f2013370000200f41086a200737000020052003290300370300201420082903003703002004200a290300370300200220022903e80b3703880b200241b80a6a200241880b6a10e60120022903c00a210720022802b80a210d200442003703002014420037030020054200370300200242003703880b200620091003220c41086a2900003703002002200c2900003703e80c200c102320052006290300370300200220022903e80c22133703b80d200220133703880b200641e6a4c400ad4280808080f0018422131003220c41086a2900003703002002200c2900003703e80c200c1023200b20062903002219370300200220022903e80c221a3703d80d2014201a370000201441086a220e20193700002003200529030037030020082014290300370300200a2004290300370300200220022903880b3703e80b200241a80a6a200241e80b6a10e60120022903b00a211920022802a80a211b200442003703002014420037030020054200370300200242003703880b200620091003220c41086a2900003703002002200c2900003703e80c200c102320052006290300370300200220022903e80c22093703b80d200220093703880b200620131003220c41086a2900003703002002200c2900003703e80c200c1023200b20062903002209370300200220022903e80c22133703d80d20142013370000200e20093700002003200529030037030020082014290300370300200a2004290300370300200220022903880b3703e80b200220074200200d1b22093703b00b200241e80b6aad221c4280808080800484221d200241b00b6aad221e428080808080018410020240200920194200201b1b7d2213500d00200241e80b6a41186a22044200370300200241e80b6a41106a22034200370300200241e80b6a41086a22054200370300200242003703e80b200241e80c6a41086a220641b1a3c400ad4280808080f0008422091003220841086a290000370300200220082900003703e80c2008102320052006290300370300200220022903e80c3703e80b200641d9a9c400ad4280808080e001841003220841086a290000370300200220082900003703e80c20081023200241d80d6a41086a220d20062903002207370300200220022903e80c22193703d80d200f2019370000200f41086a221f2007370000200241880b6a41086a22082005290300370300200241880b6a41106a220a2003290300370300200241880b6a41186a220b2004290300370300200220022903e80b3703880b200241e80b6a200241880b6a4120108c0120022802e80b210c20022902ec0b2119200b4200370300200a420037030020084200370300200242003703880b200620091003220e41086a2900003703002002200e2900003703e80c200e102320082006290300370300200220022903e80c22093703b80d200220093703880b200641e7a9c400ad42808080809001841003220e41086a2900003703002002200e2900003703e80c200e1023200d20062903002209370300200220022903e80c22073703d80d20142007370000201441086a2009370000200520082903003703002003200a2903003703002004200b290300370300200220022903880b3703e80b200241900a6a200241e80b6a4120109701200241900a6a41106a290300211a20022903980a212020022802900a210e200442003703002003420037030020054200370300200242003703e80b200641e483c300ad42808080808001841003221b41086a2900003703002002201b2900003703e80c201b102320052006290300370300200220022903e80c3703e80b200641d1bcc000ad4280808080d001841003221b41086a2900003703002002201b2900003703e80c201b1023200d20062903002209370300200220022903e80c22073703d80d200f2007370000201f200937000020082005290300370300200a2003290300370300200b2004290300370300200220022903e80b3703880b200241f8096a200241880b6a4120109701200241e8096a20022903800a420020022802f80922061b2207200241f8096a41106a290300420020061b2209428094ebdc03420010d904200241c8096a20204200200e1b201a4200200e1b20194200200c1b22214220882222420010d804200241d8096a20022903e8092220200241e8096a41086a29030022234280ec94a37c427f10d8042009200241c8096a41086a290300221920022903c809221a200756201920095620192009511b22061b21092007201a20061b211920022903d80920077c211a2022a721032013428086ebc7f5002013428086ebc7f500541b421f8042ffffffff0f83428094ebdc037e429880b5e503802122200c4101200c1b211f4100210541d87d2106024002400340200241b8096a20202023200641a089c1006a3502002207420010d8042005201920022903b80922132007201a7e22072007428094ebdc038022074280ec94a37c7e7c4280cab5ee01562007a76aad7c22075a2009200241b8096a41086a2903002007201354ad7c22135a200920135122041b6a21052019200754200920135420041b0d01200641086a22060d000b200241a8096a2020202342e8aafa0b420010d804200241b0096a29030020022903a8092207201a42e8aafa0b7e22092009428094ebdc038022094280ec94a37c7e7c4280cab5ee01562009a76aad7c2209200754ad7c21130c010b02402005417f6a220620054d0d00200241a8086a2020202342c0f0f50b420010d804200241b0086a29030020022903a8082207201a42c0f0f50b7e201a42288022094280ec94a37c7e7c4280cab5ee01562009a76aad7c2209200754ad7c21130c010b02400240200641244b0d0020024198096a202020232006410374220441f886c1006a2802002208ad2207420010d804200241f8086a201920022903980922132007201a7e22072007428094ebdc038022074280ec94a37c7e7c4280cab5ee01562007a76aad7c22072019200756200920024198096a41086a2903002007201354ad7c22135620092013511b22061b22242007201920061b22077d22192009201320061b2013200920061b7d2024200754ad7d41002005410374220a41f886c1006a280200220520086b2208200820054b1b22054101200541014b1bad2209420010d904200241e8086a20022903f8082207200241f8086a41086a29030022242009420010d80420024188096a20202023200441fc86c1006a2802002205ad2225420010d804200241b8086a20244200200a41fc86c1006a28020022042005200420054b22081b2005200420081b6bad2213420010d804200241d8086a200742002013420010d804200241c8086a420042002007420010d804427f427f200241d8086a41086a290300220720022903b80820022903c8087c7c222420022903c00820022903d0088442005220242007547222081b2224427f20022903d80820081b2207201920022903e8087d20137e2009807c22092007542208ad7c221320082013202454200920075a1b22081b2119427f200920081b211320024188096a41086a29030020022903880922092025201a7e22072007428094ebdc038022074280ec94a37c7e7c4280cab5ee01562007a76aad7c2207200954ad7c21092006200420054d730d014200200920197d2007201354ad7d2219200720137d2224200756201920095620192009511b22061b21134200202420061b21090c020b41a889c20020064125102f000b427f200920197c200720137c22192007542206ad7c22072006200720095420072009511b22061b2113427f201920061b21090b42002126200241e8076a202020234280c2d72f420010d804200241d8076a20022903e8072219201a4280c2d72f7e201a420a8022074280ec94a37c7e7c4280cab5ee01562007a76aad7c2207200241e8076a41086a2903002007201954ad7c428094ebdc03420010d90420024198086a20092013428094ebdc03420010d904200241c8076a20022903d8072213200241d8076a41086a29030022194280ec94a37c427f10d804200241b8076a201320192022420010d80420024188086a200229039808221320024198086a41086a29030022194280ec94a37c427f10d804200241f8076a201320192022420010d8042022200720022903c8077c7e2227428094ebdc0380212820022903b8072129200241b8076a41086a290300212a202220092002290388087c7e2207428094ebdc038021090240024020030d004200212b0c010b201f20034105746a210e20162017422088a74102746a210d200241a8076a20022903f8072213200720094280ec94a37c7e7c4280cab5ee01562009a76aad7c2209200241f8076a41086a2903002009201354ad7c428094ebdc03420010d90420024198076a20022903a807222c200241a8076a41086a290300222d4280ec94a37c427f10d80420184101201841014b1b220a418094ebdc036e22064101200641014b1b210b20092002290398077c212e200241880b6a41106a2118420021264200212b20162103201f21080240024002400240024003402003200d460d060240024020032802002206450d0020024188076a202c202d200a2006200a2006491b200b6ead428094ebdc037e200a200b6ead8042ffffffff0f832209420010d804200241e80c6a41086a220641b1a3c400ad4280808080f000841003220541086a290000370300200220052900003703e80c20051023200241b80d6a41086a22042006290300370300200220022903e80c3703b80d200641d2a3c400ad4280808080a001841003220541086a290000370300200220052900003703e80c20051023200241d80d6a41086a22052006290300370300200220022903e80c3703d80d200241880b6a20081091012009202e7e2213428094ebdc03802109200229038807210720024188076a41086a290300211941c00010212206450d0a20192007201320094280ec94a37c7e7c4280cab5ee01562009a76aad7c2209200754ad7c2107200620022903b80d370000200641086a2004290300370000200620022903d80d370010200641186a2005290300370000200620022903880b370020200641286a200241880b6a41086a290300370000200641306a2018290300370000200641386a200241880b6a41186a290300370000200241c0003602c40e200220063602c00e200241880b6a2006ad4280808080800884100610a1010240024020022802880b22050d00410021040c010b200228028c0b211b200220022802900b3602e40a200220053602e00a20024180076a200241e00a6a106f024002402002280280070d00200228028407210c410121040c010b200241003602b80b200242013703b00b2002410c3602fc0d2002200241c00e6a3602f80d2002200241b00b6a3602a00e200241013602fc0b200242013702ec0b200241a0f0c2003602e80b2002200241f80d6a3602f80b200241a00e6a41c893c500200241e80b6a10301a20023502b80b42208620023502b00b841007024020022802b40b450d0020022802b00b10230b410021040b201b450d00200510230b42002113200241f0066a20092007428094ebdc03420010d904200241e0066a20022903f0062219200241f0066a41086a290300221a4280ec94a37c427f10d804200241d0066a2019201a200c410020041bad2220420010d80420061023200242003703b80b200242003703b00b024002404200200920022903d00622192020200920022903e0067c7e221a201a428094ebdc0380221a4280ec94a37c7e7c4280cab5ee0156201aa76aad7c222f7d221a201a2009562007200241d0066a41086a290300202f201954ad7c22307d2009202f54ad7d220920075620092007511b22061b22314200200920061b22328450450d00420021090c010b200241e80b6a200810f502200241c0066a20022903e80b220942012009420156200241e80b6a41086a29030022094200522009501b22061b22132009420020061b2209428094ebdc03420010d90420022802880c210c200241c0066a41086a290300213320022903c0062134024020022802900c2206450d00200241b0066a2013200920344201203442015620334200522033501b22051b221a2033420020051b222010d90420024190066a20312032428094ebdc03420010d904200241a0066a20312032428094ebdc03420010da0420022903b006220742ffffffff0f56200241b0066a41086a29030022194200522019501b0d032007a7450d05200c200641306c6a2104200742ffffffff0f83212320024190066a41086a2903002122200229039006212420022903a0062125200c2106034020024180066a20132006290300220720132007542009200641086a29030022075420092007511b22051b2009200720051b201a202010d904200229038006220742808080801054410020024180066a41086a290300501b450d0a200241d8056a20242022200742ffffffff0f83428094ebdc037e20238042ffffffff0f832207420010d804200241e8056a200641106a20022903d8052219200720257e22072007428094ebdc038022074280ec94a37c7e7c4280cab5ee01562007a76aad7c2207200241d8056a41086a2903002007201954ad7c108b04200241b00b6a20022903e80520022903f005200241e8056a41106a29030010a603200641306a22062004470d000b0b200241b8056a2013200920344201203442015620334200522033501b22061b221a2033420020061b222010d90420022903b8052207428080808010544100200241b8056a41086a290300501b450d05200241a8056a201320022903f80b221920132019542009200241e80b6a41186a29030022195420092019511b22061b2009201920061b201a202010d90420022903a8052209428080808010544100200241a8056a41086a290300501b450d062007a7450d0720024198056a20312032428094ebdc03420010d90420024188056a200229039805221320024198056a41086a29030022194280ec94a37c427f10d804200241f8046a20132019200942ffffffff0f83428094ebdc037e200742ffffffff0f838042ffffffff0f832209420010d80420022903f8042207200920312002290388057c7e22092009428094ebdc038022094280ec94a37c7e7c4280cab5ee01562009a76aad7c2213200754ad2109200241f8046a41086a29030021070240200228028c0c450d00200c10230b200720097c21090b200241e0046a20082013202f7c2207200920307c2007201354ad7c108b04200241b00b6a20022903e00420022903e804200241e0046a41106a29030010a603427f202b200241b00b6a41086a2903007c202620022903b00b7c22072026542206ad7c220920062009202b542009202b511b22061b212b427f200720061b21260b200341046a2103200841206a2208200e470d010c070b0b2002411136028c0b2002419c92c5003602880b419990c50041e000200241880b6a41f093c50041fc90c5001032000b200241c8056a2013200c290300220720132007542009200c41086a29030022075420092007511b22061b2009200720061b201a202010d90420022903c805428080808010544100200241c8056a41086a290300501b450d03418090c5004119418c92c500102d000b2002411136028c0b2002419c92c5003602880b419990c50041e000200241880b6a41f093c50041fc90c5001032000b2002411136028c0b2002419c92c5003602880b419990c50041e000200241880b6a41f093c50041fc91c5001032000b418090c5004119418c92c500102d000b2002411136028c0b2002419c92c5003602880b419990c50041e000200241880b6a41f093c50041fc91c5001032000b202a2029202720284280ec94a37c7e7c4280cab5ee01562028a76aad7c2209202954ad7c210702402017a7450d00201610230b200241e80b6a41186a202b370300200241e80b6a41106a2026370300200241e80b6a41086a41003a0000200241900c6a42002007202b7d2009202654ad7d2213200920267d2219200956201320075620132007511b22061b2207370300200241e80b6a41206a4200201920061b2213370300200241033a00e80b200241e80b6a109901200241c8046a2026202b108203200241c8046a41106a290300211920022903d004211a02400240024020022903c8042209a7450d00200241980d6a41186a22044200370300200241980d6a41106a22034200370300200241980d6a41086a22054200370300200242003703980d200241e80c6a41086a220641e483c300ad428080808080018422201003220841086a290000370300200220082900003703e80c2008102320052006290300370300200220022903e80c22093703a00e200220093703980d200641d1bcc000ad4280808080d0018422231003220841086a290000370300200220082900003703e80c20081023200320022903e80c2209370300200241f80c6a41086a220a2005290300370300200241f80c6a41106a220b2009370300200241f80c6a41186a220c2006290300370300200220093703d80d200220022903980d3703f80c200241b0046a200241f80c6a4120109701200241b0046a41106a290300210920022903b804212220022802b0042108200442003703002003420037030020054200370300200242003703980d200620201003220341086a290000370300200220032900003703e80c2003102320052006290300370300200220022903e80c22203703a00e200220203703980d200620231003220341086a290000370300200220032900003703e80c20031023200420062903002220370300200a2005290300370300200b20022903e80c2223370300200c2020370300200220233703d80d200220022903980d3703f80c2002427f2009420020081b220920197c2022420020081b2219201a7c221a2019542206ad7c22192006201920095420192009511b22061b3703f00b2002427f201a20061b3703e80b200241e80b6a2106200241f80c6a21050c010b2009500d01200241980d6a41186a22044200370300200241980d6a41106a22034200370300200241980d6a41086a22054200370300200242003703980d200241e80c6a41086a220641e483c300ad428080808080018422201003220841086a290000370300200220082900003703e80c2008102320052006290300370300200220022903e80c22093703a00e200220093703980d200641d1bcc000ad4280808080d0018422231003220841086a290000370300200220082900003703e80c20081023200320022903e80c2209370300200241f80c6a41086a220a2005290300370300200241f80c6a41106a220b2009370300200241f80c6a41186a220c2006290300370300200220093703d80d200220022903980d3703f80c20024198046a200241f80c6a412010970120024198046a41106a290300210920022903a00421222002280298042108200442003703002003420037030020054200370300200242003703980d200620201003220341086a290000370300200220032900003703e80c2003102320052006290300370300200220022903e80c22203703a00e200220203703980d200620231003220341086a290000370300200220032900003703e80c20031023200420062903002220370300200a2005290300370300200b20022903e80c2223370300200c2020370300200220233703d80d200220022903980d3703f80c2002427f2009420020081b220920197c2022420020081b2219201a7c221a2019542206ad7c22192006201920095420192009511b22061b3703f00b2002427f201a20061b3703e80b200241e80b6a2106200241f80c6a21050b2005ad42808080808004842006ad428080808080028410020b200241e80b6a41186a22044200370300200241e80b6a41106a22034200370300200241e80b6a41086a22064200370300200242003703e80b200241e80c6a41086a220541e483c300ad428080808080018422201003220841086a290000370300200220082900003703e80c2008102320062005290300370300200220022903e80c22093703b00b200220093703e80b200541d1bcc000ad4280808080d0018422231003220841086a290000370300200220082900003703e80c20081023200241d80d6a41086a220b20052903002209370300200220022903e80c22193703d80d200f2019370000200f41086a220c2009370000200241880b6a41086a220d2006290300370300200241880b6a41106a220e2003290300370300200241880b6a41186a221b2004290300370300200220022903e80b3703880b20024180046a200241880b6a412010970120024180046a41106a290300210920022903880421192002280280042108200442003703002003420037030020064200370300200242003703e80b200520201003220a41086a2900003703002002200a2900003703e80c200a102320062005290300370300200220022903e80c221a3703b00b2002201a3703e80b200520231003220a41086a2900003703002002200a2900003703e80c200a1023200b2005290300221a370300200220022903e80c22223703d80d200f2022370000200c201a370000200d2006290300370300200e2003290300370300201b2004290300370300200220022903e80b3703880b2002427f2009420020081b220920077c2019420020081b221920137c22222019542208ad7c221a2008201a200954201a2009511b22081b3703f00b2002427f202220081b3703e80b200241880b6aad4280808080800484201c4280808080800284221a1002024002402019427f85201320081b22132009427f85200720081b2209844200520d00200241980d6a41186a22034200370300200241980d6a41106a22084200370300200241980d6a41086a22044200370300200242003703980d200520201003220a41086a2900003703002002200a2900003703e80c200a102320042005290300370300200220022903e80c22093703a00e200220093703980d200620231003220541086a290000370300200220052900003703e80b20051023200820022903e80b2209370300200241f80c6a41086a220a2004290300370300200241f80c6a41106a220b2009370300200241f80c6a41186a220c2006290300370300200220093703d80d200220022903980d3703f80c200241e8036a200241f80c6a4120109701200241e8036a41106a290300210920022903f003210720022802e8032105200342003703002008420037030020044200370300200242003703980d200620201003220841086a290000370300200220082900003703e80b2008102320042006290300370300200220022903e80b22133703a00e200220133703980d200620231003220841086a290000370300200220082900003703e80b20081023200320062903002213370300200a2004290300370300200b20022903e80b2219370300200c2013370300200220193703d80d200220022903980d3703f80c20022009420020051b3703f00b20022007420020051b3703e80b200241f80c6aad4280808080800484201a10020c010b200241e80b6a10d302200241e80b6a201320091095012004200937030020032013370300200641063a00002002410e3a00e80b200241e80b6a1099010b410121152021a7450d00201f10230b200241880b6a41186a22044200370300200241880b6a41106a22034200370300200241880b6a41086a22054200370300200242003703880b200241e80c6a41086a220641b1a3c400ad4280808080f0008422091003220841086a290000370300200220082900003703e80c2008102320052006290300370300200220022903e80c22073703b80d200220073703880b20064194f1c400ad4280808080a0018422071003220841086a290000370300200220082900003703e80c20081023200241d80d6a41086a220820062903002213370300200220022903e80c22193703d80d20142019370000201441086a220a2013370000200241e80b6a41086a220b2005290300370300200241e80b6a41106a220c2003290300370300200241e80b6a41186a220d2004290300370300200220022903880b3703e80b200241e0036a200241e80b6a4120108e0120022802e403211b20022802e0032118200442003703002003420037030020054200370300200242003703880b200620091003220e41086a2900003703002002200e2900003703e80c200e102320052006290300370300200220022903e80c22133703b80d200220133703880b200620071003220e41086a2900003703002002200e2900003703e80c200e1023200820062903002207370300200220022903e80c22133703d80d20142013370000200a2007370000200b2005290300370300200c2003290300370300200d2004290300370300200220022903880b3703e80b2002201b410020181b221b41016a22353602b00b201d201e4280808080c0008422071002200442003703002003420037030020054200370300200242003703880b200620091003220e41086a2900003703002002200e2900003703e80c200e102320052006290300370300200220022903e80c22133703b80d200220133703880b200641ccf1c400ad4280808080b0038422131003220e41086a2900003703002002200e2900003703e80c200e1023200820062903002219370300200220022903e80c221a3703d80d2014201a370000200a2019370000200b2005290300370300200c2003290300370300200d2004290300370300200220022903880b3703e80b200241d8036a200241e80b6a4120108e01200442003703002003420037030020054200370300200242003703880b200620091003220e41086a2900003703002002200e2900003703e80c200e102320052006290300370300200220022903e80c22193703b80d200220193703880b200620131003220e41086a2900003703002002200e2900003703e80c200e1023200820062903002213370300200220022903e80c22193703d80d20142019370000200a2013370000200b2005290300370300200c2003290300370300200d2004290300370300200220022903880b3703e80b200220013602b00b201d20071002200442003703002003420037030020054200370300200242003703880b200620091003220e41086a2900003703002002200e2900003703e80c200e102320052006290300370300200220022903e80c22093703b80d200220093703880b200641a8f4c400ad4280808080a001841003220e41086a2900003703002002200e2900003703e80c200e1023200820062903002209370300200220022903e80c22073703d80d20142007370000200a2009370000200b2005290300370300200c2003290300370300200d2004290300370300200220022903880b3703e80b200241b00b6a200241e80b6a10b30320022802b00b2206410420061b2136024020022902b40b420020061b22094220882207a722062009a7470d00200641016a22052006490d022007a722034101742204200520052004491b220541ffffffff01712005470d02200541037422044100480d020240024020060d002004102121360c010b203620034103742004102521360b2036450d012009422088a721062005ad21090b203620064103746a2205200136020420052035360200200942ffffffff0f832113200641016a21370240024002400240024002400240024002402035411d4f0d0020132037ad4220868421130c010b2037450d00201b41656a2105200641ffffffff017141016a21044100211f2036210602400340200628020020054f0d01200641086a21062004201f41016a221f470d000b0b2037201f490d010240201f450d00201f4103742118201c4280808080c0008421092036211b0340201b2802002101200241e80c6a41086a220541b1a3c400ad4280808080f0008422071003220641086a290000370300200220062900003703e80c20061023200241a00e6a41086a22042005290300370300200220022903e80c3703a00e200541f5a4c400ad4280808080b002841003220641086a290000370300200220062900003703e80c20061023200241d80d6a41086a22032005290300370300200220022903e80c3703d80d200220013602e80b200241980d6a41186a220820091001220641186a290000370300200241980d6a41106a220a200641106a290000370300200241980d6a41086a220b200641086a290000370300200220062900003703980d20061023200241f80c6a41186a220c2008290300370300200241f80c6a41106a220d200a290300370300200241f80c6a41086a220e200b290300370300200220022903980d3703f80c41c00010212206450d0a200620022903a00e370000200641086a2004290300370000200620022903d80d370010200641186a2003290300370000200620022903f80c370020200641286a200e290300370000200641306a200d290300370000200641386a200c2903003700002006ad4280808080800884100820061023200520071003220641086a290000370300200220062900003703e80c2006102320042005290300370300200220022903e80c3703a00e20054188a5c400ad4280808080b002841003220641086a290000370300200220062900003703e80c2006102320032005290300370300200220022903e80c3703d80d200220013602e80b200820091001220641186a290000370300200a200641106a290000370300200b200641086a290000370300200220062900003703980d20061023200c2008290300370300200d200a290300370300200e200b290300370300200220022903980d3703f80c41c00010212206450d0a201b41086a211b200620022903a00e370000200641086a2004290300370000200620022903d80d370010200641186a2003290300370000200620022903f80c370020200641286a200e290300370000200641306a200d290300370000200641386a200c2903003700002006ad4280808080800884100820061023201841786a22180d000b0b2037201f6b221b450d000240201f450d0020362036201f4103746a201b41037410d4041a0b20362802042101200241f80c6a41186a4200370300200241f80c6a41106a220e4200370300200241f80c6a41086a22054200370300200242003703f80c200241e80c6a41086a220641c8f7c200ad4280808080f000841003220441086a290000370300200220042900003703e80c2004102320052006290300370300200220022903e80c22093703a00e200220093703f80c20064187b8c000ad4280808080b001841003220441086a290000370300200220042900003703e80c20041023200e20022903e80c2209370300200241b80d6a41086a2005290300370300200241b80d6a41106a2009370300200241b80d6a41186a2006290300370300200220093703d80d200220022903f80c3703b80d200241e80b6a200241b80d6a412010ac024101210620022902ec0b21190240024020022802e80b22054101460d00200541014621060c010b2019422088a722182001200120184b1b220d2019a72205490d000240200d20054d0d00201c4280808080c00084210941c8f7c200ad4280808080f0008421070340200241e80c6a41086a220620071003220441086a290000370300200220042900003703e80c20041023200241a00e6a41086a22032006290300370300200220022903e80c3703a00e200641cff7c200ad4280808080a002841003220441086a290000370300200220042900003703e80c20041023200241d80d6a41086a22042006290300370300200220022903e80c3703d80d200220053602e80b200241980d6a41186a220820091001220641186a290000370300200241980d6a41106a220a200641106a290000370300200241980d6a41086a220b200641086a290000370300200220062900003703980d20061023200241f80c6a41186a220c2008290300370300200241f80c6a41106a2208200a290300370300200241f80c6a41086a220a200b290300370300200220022903980d3703f80c41c00010212206450d0b200620022903a00e370000200641086a2003290300370000200620022903d80d370010200641186a2004290300370000200620022903f80c370020200641286a200a290300370000200641306a2008290300370000200641386a200c2903003700002006ad4280808080800884100520061023200d200541016a2205470d000b0b20012018492106201942808080807083200dad8421190b201bad4220862109200220193702ec0b200220063602e80b0240024020060d00200241f80c6a41186a22034200370300200241f80c6a41106a22084200370300200241f80c6a41086a22054200370300200242003703f80c200241e80c6a41086a220641c8f7c200ad4280808080f000841003220441086a290000370300200220042900003703e80c2004102320052006290300370300200220022903e80c22073703a00e200220073703f80c20064187b8c000ad4280808080b001841003220441086a290000370300200220042900003703e80c20041023200241d80d6a41086a20062903002207370300200220022903e80c22193703d80d200e2019370000200e41086a2007370000200241b80d6a41086a2005290300370300200241b80d6a41106a2008290300370300200241b80d6a41186a2003290300370300200220022903f80c3703b80d200241b80d6aad428080808080048410050c010b200241f80c6a41186a22034200370300200241f80c6a41106a22084200370300200241f80c6a41086a22054200370300200242003703f80c200241e80c6a41086a220641c8f7c200ad4280808080f000841003220441086a290000370300200220042900003703e80c2004102320052006290300370300200220022903e80c22073703a00e200220073703f80c20064187b8c000ad4280808080b001841003220441086a290000370300200220042900003703e80c20041023200241d80d6a41086a20062903002207370300200220022903e80c22193703d80d200e2019370000200e41086a2007370000200241b80d6a41086a2005290300370300200241b80d6a41106a2008290300370300200241b80d6a41186a2003290300370300200220022903f80c3703b80d200241203602b40b2002200241b80d6a3602b00b200241e80b6a410472200241b00b6a10ca020b201320098421130b200241880b6a41186a22034200370300200241880b6a41106a22084200370300200241880b6a41086a22054200370300200242003703880b200241e80c6a41086a220641b1a3c400ad4280808080f000841003220441086a290000370300200220042900003703e80c2004102320052006290300370300200220022903e80c22093703b80d200220093703880b200641a8f4c400ad4280808080a001841003220441086a290000370300200220042900003703e80c20041023200241d80d6a41086a20062903002209370300200220022903e80c22073703d80d20142007370000201441086a2009370000200241e80b6a41086a2005290300370300200241e80b6a41106a2008290300370300200241e80b6a41186a2003290300370300200220022903880b3703e80b0240024020360d00201d10050c010b200241003602b80b200242013703b00b2013422088a72206200241b00b6a105d0240024020060d0020022802b80b210320022802b40b210420022802b00b21050c010b203620064103746a210c20022802b40b210420022802b80b21032036210803402008280200210a02400240200420036b4104490d00200341046a210620022802b00b21050c010b200341046a22062003490d0c200441017422052006200520064b1b220b4100480d0c0240024020040d00200b102121050c010b20022802b00b2004200b102521050b2005450d0b2002200b3602b40b200220053602b00b200b21040b200220063602b80b200520036a200a360000200841046a280200210a0240200420066b41034b0d00200641046a22032006490d0c2004410174220b2003200b20034b1b22034100480d0c0240024020040d002003102121050c010b200520042003102521050b2005450d0b200220033602b40b200220053602b00b200321040b2002200641046a22033602b80b200520066a200a360000200841086a2208200c470d000b0b2013a72106201d2003ad4220862005ad84100202402004450d00200510230b2006450d00203610230b200241003602d80a200242043703d00a200241e80c6a41086a220641b1a3c400ad4280808080f000841003220541086a290000370300200220052900003703e80c20051023200241b00b6a41086a22042006290300370300200220022903e80c3703b00b200641c2a3c400ad42808080808002841003220541086a290000370300200220052900003703e80c20051023200241d80d6a41086a20062903002209370300200241e80b6a41086a2004290300370300200241e80b6a41186a2009370300200220022903e80c22093703d80d200220022903b00b3703e80b200220093703f80b200241b00b6a200241e80b6a10f701200241e00a6a20022802b00b220620022802b80b10bc01024020022802b40b450d00200610230b200241880b6a410c6a200241e00a6a41086a290300370200200241880b6a41146a200241e00a6a41106a290300370200200241880b6a411c6a200241e00a6a41186a290300370200200241880b6a41246a200241e00a6a41206a2d00003a0000200220022903e00a37028c0b2002200241d00a6a3602880b200241e80b6a200241880b6a410472108c04410121380240024020022802e80b4101460d0041002137410021390c010b200241b00b6a41206a200241e80b6a41246a280200360200200241b00b6a41186a200241e80b6a411c6a22062902002209370300200241b00b6a41106a200241e80b6a41146a22052902002207370300200241b00b6a41086a200241e80b6a410c6a22042902002213370300200220022902ec0b22193703b00b200241a00e6a41186a22032009370300200241a00e6a41106a22082007370300200241a00e6a41086a220a2013370300200220193703a00e200241f80c6a41186a220b2006290200370300200241f80c6a41106a22062005290200370300200241f80c6a41086a220c2004290200370300200220022902ec0b3703f80c412010212205450d08200520022903a00e370000200541186a2003290300370000200541106a2008290300370000200541086a200a290300370000200241b80d6a41086a200c2903002209370300200241b80d6a41106a20062903002207370300200241b80d6a41186a200b2903002213370300200220022903f80c22193703b80d20022802880b2106200241980d6a41186a2013370300200241980d6a41106a2007370300200241980d6a41086a2009370300200220193703980d024020062802082204200641046a280200470d00200441016a22032004490d0a200441017422082003200820034b1b2203ad422c7e2209422088a70d0a2009a722084100480d0a0240024020040d002008102121040c010b20062802002004412c6c2008102521040b2004450d0920062004360200200641046a2003360200200628020821040b200241980d6a41086a2903002109200241980d6a41106a2903002107200241980d6a41186a290300211320022903980d211920062802002004412c6c6a22044281808080103702242004200536022020042019370200200441186a2013370200200441106a2007370200200441086a2009370200410121372006200628020841016a360208200241c00e6a41086a2206200241a00e6a41086a290300370300200241c00e6a41106a2205200241a00e6a41106a290300370300200241c00e6a41186a2204200241a00e6a41186a290300370300200220022903a00e3703c00e412010212238450d08203820022903c00e370000203841186a2004290300370000203841106a2005290300370000203841086a2006290300370000200241b00b6a41206a200241880b6a41206a290300370300200241b00b6a41186a200241880b6a41186a290300370300200241b00b6a41106a200241880b6a41106a290300370300200241b00b6a41086a200241880b6a41086a290300370300200220022903880b3703b00b200241e80b6a200241b00b6a4104722236108c04024020022802e80b4101460d00410121390c010b200241e80b6a41047221054102210a4120210841012137410121390340200241f80d6a41206a200541206a280200360200200241f80d6a41186a200541186a22062902002209370300200241f80d6a41106a200541106a22042902002207370300200241f80d6a41086a200541086a220329020022133703002002200529020022193703f80d200241a00e6a41186a220b2009370300200241a00e6a41106a220c2007370300200241a00e6a41086a220d2013370300200220193703a00e200241f80c6a41186a220e2006290000370300200241f80c6a41106a22062004290000370300200241f80c6a41086a221b2003290000370300200220052900003703f80c412010212204450d09200420022903a00e370000200441186a200b290300370000200441106a200c290300370000200441086a200d290300370000200241b80d6a41086a201b2903002209370300200241b80d6a41106a20062903002207370300200241b80d6a41186a200e2903002213370300200220022903f80c22193703b80d20022802b00b2106200241980d6a41186a220e2013370300200241980d6a41106a221b2007370300200241980d6a41086a22012009370300200220193703980d024020062802082203200641046a2218280200470d00200341016a221f2003490d0b2003410174223a201f203a201f4b1b221fad422c7e2209422088a70d0b2009a7223a4100480d0b0240024020030d00203a102121030c010b20062802002003412c6c203a102521030b2003450d0a200620033602002018201f360200200628020821030b20012903002109201b2903002107200e290300211320022903980d211920062802002003412c6c6a22034281808080103702242003200436022020032019370200200341186a2013370200200341106a2007370200200341086a20093702002006200628020841016a360208200241d80d6a41086a2206200d290300370300200241d80d6a41106a2204200c290300370300200241d80d6a41186a2203200b290300370300200220022903a00e3703d80d200241c00e6a41186a220b2003290300370300200241c00e6a41106a22032004290300370300200241c00e6a41086a22042006290300370300200220022903d80d3703c00e024020372039470d00203741016a22062037490d0b200a2006200a20064b1b223941ffffff3f712039470d0b203941057422064100480d0b0240024020370d002006102121380c010b203820082006102521380b2038450d0a0b203820086a220620022903c00e370000200641186a200b290300370000200641106a2003290300370000200641086a2004290300370000200241e80b6a2036108c04200a41026a210a200841206a2108203741016a213720022802e80b4101460d000b0b200241e80c6a41086a220641b1a3c400ad4280808080f000841003220541086a290000370300200220052900003703e80c20051023200241b00b6a41086a22042006290300370300200220022903e80c3703b00b200641a1a3c400ad42808080808002841003220541086a290000370300200220052900003703e80c20051023200241d80d6a41086a20062903002209370300200241e80b6a41086a22062004290300370300200220022903e80c22073703d80d200241e80b6a41106a22052007370000200541086a2009370000200220022903b00b3703e80b200241b00b6a200241e80b6a10f701200241e80b6a20022802b00b220520022802b80b10bc01024020022802b40b450d00200510230b200241f80d6a41086a20062903002209370300200241f80d6a41106a200241e80b6a41106a223b2903002207370300200241f80d6a41186a200241e80b6a41186a223c2903002213370300200241f80d6a41206a200241e80b6a41206a223d2d000022063a0000200220022903e80b22193703f80d200241880b6a41206a20063a0000200241880b6a41186a2013370300200241880b6a41106a2007370300200241880b6a41086a2009370300200220193703880b200241e80b6a200241880b6a108d04024020022d00980c4102460d000340200241b00b6a41286a200241e80b6a41286a280200360200200241b00b6a41206a203d290300370300200241b00b6a41186a223e203c290300370300200241b00b6a41106a223f203b290300370300200241b00b6a41086a2240200241e80b6a41086a290300370300200220022903e80b3703b00b203d280200213a0240200229028c0c2220422088a7220b450d0020022802940c213641002103203a21054100210802400340200241e80c6a41086a220641b1a3c400ad4280808080f000841003220441086a290000370300200220042900003703e80c20041023200241a00e6a41086a220a2006290300370300200220022903e80c3703a00e2006419ba5c400ad4280808080d001841003220441086a290000370300200220042900003703e80c20041023200241d80d6a41086a22042006290300370300200220022903e80c3703d80d200241980d6a200510910141c00010212206450d0c200620022903a00e370000200641086a200a290300370000200620022903d80d370010200641186a2004290300370000200620022903980d370020200641286a200241980d6a41086a290300370000200641306a200241980d6a41106a290300370000200641386a200241980d6a41186a290300370000200241a00e6a200610ae0320022903a00e211320022902ac0e211920022802a80e2104200610232019200720041b21072013200920041b2109024002400240024002402004450d002009422088a7210602402007a7450d00200410230b20362006490d010b20030d01410021030c020b200341016a21030c010b200820036b2206200b4f0d01200241f80c6a41186a2204200520034105746b220641186a220a290000370300200241f80c6a41106a220c200641106a220d290000370300200241f80c6a41086a220e200641086a221b290000370300200220062900003703f80c200541086a22012900002113200541106a22182900002119200541186a221f290000211a20062005290000370000200a201a370000200d2019370000201b2013370000201f20042903003700002018200c2903003700002001200e290300370000200520022903f80c3700000b200541206a2105200b200841016a2208460d020c010b0b41a8f5c1002006200b102f000b2003417f6a200b4f0d00202042ffffffff0f83200b20036bad4220868421200b200241c00e6a41186a2206203e290300370300200241c00e6a41106a2205203f290300370300200241c00e6a41086a22042040290300370300200220022903b00b3703c00e203a450d01200241b80d6a41186a22032006290300370300200241b80d6a41106a22082005290300370300200241b80d6a41086a220a2004290300370300200220022903c00e3703b80d0240024020022802d80a220520022802d40a460d0020022802d00a21060c010b200541016a22062005490d0b200541017422042006200420064b1b2204ad422c7e2213422088a70d0b2013a722064100480d0b0240024020050d002006102121060c010b20022802d00a2005412c6c2006102521060b2006450d0a200220043602d40a200220063602d00a0b200a2903002113200829030021192003290300211a20022903b80d212320062005412c6c6a220620203702242006203a36022020062023370200200641186a201a370200200641106a2019370200200641086a20133702002002200541016a3602d80a200241e80b6a200241880b6a108d0420022d00980c4102470d000b0b200241880b6a41186a22044200370300200241880b6a41106a22034200370300200241880b6a41086a22054200370300200242003703880b200241e80c6a41086a220641b1a3c400ad4280808080f0008422091003220841086a290000370300200220082900003703e80c2008102320052006290300370300200220022903e80c22073703b80d200220073703880b20064180eec400ad4280808080e001841003220841086a290000370300200220082900003703e80c20081023200241d80d6a41086a220a20062903002207370300200220022903e80c22133703d80d20142013370000201441086a220b2007370000200241e80b6a41086a220c2005290300370300200241e80b6a41106a220d2003290300370300200241e80b6a41186a220e2004290300370300200220022903880b3703e80b200241d0036a200241e80b6a4120108e0120022802d403214120022802d0032142200442003703002003420037030020054200370300200242003703880b200620091003220841086a290000370300200220082900003703e80c2008102320052006290300370300200220022903e80c22093703b80d200220093703880b20064198eec400ad4280808080d002841003220841086a290000370300200220082900003703e80c20081023200a20062903002209370300200220022903e80c22073703d80d20142007370000200b2009370000200c2005290300370300200d2003290300370300200e2004290300370300200220022903880b3703e80b200241c8036a200241e80b6a4120108e0120022802cc03210620022802c803210520022802d00a214320022802d40a214420022802d80a211f2002420037028c0b200241e8f6c2003602880b201f20376a223aad42e0007e2209422088a70d032009a72236417f4c0d034108211b0240024020360d0041082145410821460c010b203610212245450d08204521460b4100210d41002147024020374105742203450d0020034105752247ad42d8007e2209422088a70d092009a722044100480d0920041021221b450d080b2006410420051b223d41014b213e02402037450d00200341606a2137200241980c6a2105200241900c6a2118201b210841002104203821060340200241c00e6a41186a220a200641186a220b290000370300200241c00e6a41106a220c200641106a220d290000370300200241c00e6a41086a220e200641086a2201290000370300200220062900003703c00e200241b00b6a41186a200b290000370300200241b00b6a41106a200d290000370300200241b00b6a41086a2001290000370300200220062900003703b00b200241880b6a200241b00b6a200410b502200241e80b6a41086a4200370300200241e80b6a41106a4200370300200241e80b6a41186a4200370300200241e80b6a41206a420037030020184200370300200541186a200a290300370000200541106a200c290300370000200541086a200e290300370000200520022903c00e370000200242003703e80b2008200241e80b6a41d00010d304220841d0006a41003a0000200841d8006a2108200641206a2106200441016a2104200341606a22030d000b203741057641016a210d0b203d4101203e1b210602402039450d00203810230b024002400240200d2006490d0002400240203a201f412c6c2206412c6d2205490d00203a21480c010b203a41017422042005200420054b1b2248ad42e0007e2209422088a70d0c2009a722054100480d0c02400240203a0d002005102121450c010b204520362005102521450b2045450d0b204521460b204320066a21490240201f0d004100213f2043213d0c050b200241980d6a41106a210120432106204521394100213f0340200241c00e6a41186a2205200641186a290200370300200241c00e6a41106a2204200641106a290200370300200241c00e6a41086a2203200641086a290200370300200220062902003703c00e2006412c6a213d2006280220223e450d05200641286a280200210e200641246a2802002140200241b00b6a41186a223b2005290300370300200241b00b6a41106a223c2004290300370300200241b00b6a41086a224a2003290300370300200220022903c00e3703b00b200241b8036a200241b00b6a108e04200ead42c8007e2209422088a70d072009a72206417f4c0d07200241b8036a41086a290300211a20022903b80321200240024020060d004108211f0c010b20061021221f450d0c0b02400240200e0d004100210e410021180c010b203e200e4105746a213841002118203e210a0340200a41086a2900002109200a41106a2900002107200a2900002113200241e80b6a41186a2236200a41186a290000370300200241e80b6a41106a22372007370300200241e80b6a41086a223a2009370300200220133703e80b200a41206a210a200241880b6a2106200228028c0b210b024003402006280200220841086a210520082f0106220c4105742106410021040240024003402006450d01200241e80b6a2005412010d5042203450d02200641606a2106200441016a2104200541206a21052003417f4a0d000b2004417f6a210c0b200b450d02200b417f6a210b2008200c4102746a4194036a21060c010b0b200d200820044102746a41e8026a220528020022064d0d05201b200641d8006c6a22062903202109200641286a2903002107200241980d6a41186a2208420037030020014200370300200241980d6a41086a22044200370300200242003703980d200241e80c6a41086a220641e483c300ad42808080808001841003220341086a290000370300200220032900003703e80c2003102320042006290300370300200220022903e80c3703980d200641d1bcc000ad4280808080d001841003220341086a290000370300200220032900003703e80c20031023200241d80d6a41086a20062903002213370300200220022903e80c22193703d80d20012019370000200141086a2013370000200241f80c6a41086a2004290300370300200241f80c6a41106a2001290300370300200241f80c6a41186a2008290300370300200220022903980d3703f80c200241a0036a200241f80c6a412010970120024190036a20022903a803200241a0036a41106a290300427f420010d904200d200528020022064d0d0620024180036a2020201a200229039003420020022802a00322041b22134201201342015620024190036a41086a290300420020041b22134200522013501b22041b2013420020041b10d904201b200641d8006c6a220641286a427f200720092002290380037c22132009542204ad7c221920042019200754201320095a1b22041b3703002006427f201320041b370320200241b80d6a41186a22042036290300370300200241b80d6a41106a22032037290300370300200241b80d6a41086a2208203a290300370300200220022903e80b3703b80d20052802002105024002402018200e460d00201821060c010b200e41016a2206200e490d10200e410174220b2006200b20064b1b220bad42c8007e2209422088a70d102009a722064100480d1002400240200e0d0020061021211f0c010b201f200e41c8006c20061025211f0b201f450d0f200e2106200b210e0b201f200641c8006c6a2206420037030020062005360220200641186a4200370300200641106a4200370300200641086a4200370300200620022903b80d3702242006412c6a2008290300370200200641346a20032903003702002006413c6a2004290300370200201841016a21180b200a2038470d000b0b02402040450d00203e10230b200241a00e6a41186a2203203b290300370300200241a00e6a41106a2208203c290300370300200241a00e6a41086a220a204a290300370300200220022903b00b3703a00e200241980d6a41186a220b420037030020014200370300200241980d6a41086a22054200370300200242003703980d200241e80c6a41086a220641e483c300ad42808080808001841003220441086a290000370300200220042900003703e80c2004102320052006290300370300200220022903e80c3703980d200641d1bcc000ad4280808080d001841003220441086a290000370300200220042900003703e80c20041023200241d80d6a41086a20062903002209370300200220022903e80c22073703d80d20012007370000200141086a2009370000200241f80c6a41086a2005290300370300200241f80c6a41106a2001290300370300200241f80c6a41186a200b290300370300200220022903980d3703f80c200241e8026a200241f80c6a4120109701200241d8026a20022903f002200241e8026a41106a290300427f420010d904200241c8026a2020201a20022903d802420020022802e80222061b220942012009420156200241d8026a41086a290300420020061b22094200522009501b22061b2009420020061b10d90420394200370308203920022903c80237030020394200370310203941186a4200370300203941286a420037030020394201370320203920183602382039200e3602342039201f360230203920022903a00e37023c203941c4006a200a290300370200203941cc006a2008290300370200203941d4006a2003290300370200203f41016a213f203941e0006a2139203d2106203d2049470d000c060b0b02402047450d00201b10230b0240203a450d00204510230b20022802880b200228028c0b20022802900b10ba020240201f450d00201f412c6c2105204341206a210603400240200641046a280200450d00200628020010230b2006412c6a2106200541546a22050d000b0b2044450d07204310230c070b41e4c0c6002006200d102f000b41bcc1c6002006200d102f000b41f0b8c000411c41b096c500102d000b203d2049460d000340203d41206a2802002205450d01203d412c6a21060240203d41246a280200450d00200510230b2006213d20492006470d000b0b2041410020421b213902402044450d00204310230b2039ad42307e2209422088a70d002009a72206417f4c0d000240024020060d00410821360c010b200610212236450d050b2039412c6c2206417f4c0d000240024020060d00410421490c010b200610212249450d050b4100213d02400240200d2039200d2039491b22410d00203921444100213b0c010b201b41a87f6a2140200d41d8006c213e2046203f41e0006c6a211f200241c00e6a41186a213c200241c00e6a41106a214a200241c00e6a41086a21432039213a4100213b4100213803400240200d450d00203e2105201b210603400240200641d0006a2d00000d0002400240200641206a2903002207200641286a29030022138450450d0042002109427f2107427f21130c010b427f2109200241b8026a427f427f2007201310d904200241b8026a41086a290300211320022903b80221070b2006200737030020062013370308200641106a2009370300200641186a20093703000b200641d8006a2106200541a87f6a22050d000b0b204621030240203f450d0002400340024020032802382206450d00200641c8006c2104200328023041206a21060340200d200628020022054d0d030240201b200541d8006c6a22052d00500d0020052903202209200541286a290300220784500d00200241e80b6a2003290310200341186a2903002003290300200341086a2903002009200710fd02200520052903002209427f2009427f20022903f00b20022802e80b41014622081b22137c22072007200954220a200541086a220b2903002209427f200241e80b6a41106a29030020081b22197c200aad7c220720095420072009511b22081b201320198450220a1b370300200b2009427f200720081b200a1b3703000b200641c8006a2106200441b87f6a22040d000b0b200341e0006a2203201f460d020c000b0b41bcc1c6002005200d102f000b203841016a2138203e2106204021040340024020060d00203a21440c030b200641a87f6a2106200441a8016a2103200441d8006a2205210420032d00000d000b02402006450d00200541d8006a2104200541086a2903002109200541186a2903002107200541106a2903002113200529030021194100210303400240200441d0006a2d00000d00200441186a290300211a200441106a2903002120200441086a290300212320042903002122200220053602b00b200220043602e80b202320092019200920132007202220232020201a10fe0241ff017141014622051b21092022201920051b2119201a200720051b21072020201320051b2113200241e80b6a200241b00b6a20051b28020021050b200441d8006a21042006200341d8006a2203470d000b20050d00203a21440c020b200541013a00500240203f450d002005410c6a2101200541306a2118204621040340200441e0006a2137024020042802382203450d0020042802302106200341c8006c210303400240024020012006460d00200641246a2018412010d5040d010b200441186a22082903002119200541086a220a290300210920042903102113200529030021072005290310211a200641186a200541186a220b290300370300200641106a201a370300200620094200200920197d2007201354ad7d221a200720137d2220200756201a200956201a2009511b220c1b201320198450220e1b3703082006200742002020200c1b200e1b370300200a2903002109200b29030021072005290300211320042005290310370320200441286a200737030020042013370310200820093703000b200641c8006a2106200341b87f6a22030d000b0b203721042037201f470d000b0b203c200541c8006a290000370300204a200541c0006a2900003703002043200541386a290000370300200220052900303703c00e200541286a29030021092005290320210702400240203b203a460d00203a21440c010b203a41016a2206203a490d08203a41017422052006200520064b1b2244ad42307e2213422088a70d082013a722064100480d0802400240203a0d002006102121360c010b2036203a41306c2006102521360b2036450d07203a213b2044213a0b20432903002113204a2903002119203c290300211a20022903c00e21202036203b41306c6a2206200737032020062020370300200641286a2009370300200641186a201a370300200641106a2019370300200641086a2013370300203b41016a213b20382041470d000b0b0240203f450d002046203f41e0006c6a2140203b41306c2137200241b00b6a41186a213a200241b00b6a41106a2138200241b00b6a41086a213e4100213d204621010340203a200141d4006a2900003703002038200141cc006a290000370300203e200141c4006a2900003703002002200129003c3703b00b024020012802382206450d002001280230220c200641c8006c6a2118200141106a211f4100210d4104210e4100210b0340200c220a41246a2104200a41c8006a210c410021032037210520362106024003402005450d01024020042006460d0020062004412010d5042108200341016a2103200541506a2105200641306a210620080d010b0b418094ebdc0321060240201f200a10ff020d00410021050240200a290310200129032085200a41186a290300200141286a29030085844200520d00200241e80b6a428094ebdc034200200a290300200a41086a290300201f290300201f41086a29030010fd0220022802e80b4101460d0120022903f00b220742ff93ebdc0356200241e80b6a41106a29030022094200522009501b0d012007a721050b200521060b200220063602e80b2002418094ebdc033602ec0b200241e80b6a2006418094ebdc034b4102746a2802002105200241d80d6a41186a2204200a413c6a290000370300200241d80d6a41106a2203200a41346a290000370300200241d80d6a41086a2208200a412c6a2900003703002002200a2900243703d80d02400240200b200d460d00200b21060c010b200d41016a2206200d490d0b200d410174220a2006200a20064b1b220aad42247e2209422088a70d0b2009a722064100480d0b02400240200d0d0020061021210e0c010b200e200d41246c20061025210e0b200e450d0a200d2106200a210d0b200e200641246c6a220620022903d80d37020020082903002109200329030021072004290300211320062005360220200641186a2013370200200641106a2007370200200641086a2009370200200b41016a210b0b200c2018470d000b024002400240200b450d0002400240200b41246c22040d00410021050c010b200e41206a2106410021050340200628020020056a2105200641246a21062004415c6a22040d000b0b02404100418094ebdc0320056b22062006418094ebdc034b1b220a200b6e2206418094ebdc032006418094ebdc03491b2208450d00200e41206a2106410021050340200b2005460d032002417f2006280200220420086a220320032004491b22043602e80b2002418094ebdc033602ec0b2006200241e80b6a2004418094ebdc034b4102746a280200360200200641246a2106200b200541016a2205470d000b0b0240200a2008200b6c6b2208450d00410021060340200b2006200b7022054d0d042002417f200e200541246c6a2205280220220441016a220320032004491b22043602e80b2002418094ebdc033602ec0b2005200241e80b6a2004418094ebdc034b4102746a280200360220200641016a22062008470d000b0b200241e80b6a41186a2205203a290300370300200241e80b6a41106a22042038290300370300200241e80b6a41086a2203203e290300370300200220022903b00b3703e80b0240203d2039470d00203941016a22062039490d0c203941017422082006200820064b1b2206ad422c7e2209422088a70d0c2009a722084100480d0c0240024020390d002008102121490c010b20492039412c6c2008102521490b2049450d0b2039213d200621390b2049203d412c6c6a220620022903e80b3702002003290300210920042903002107200529030021132006200b3602282006200d3602242006200e360220200641186a2013370200200641106a2007370200200641086a2009370200203d41016a213d0c030b200d450d02200e10230c020b41e4c0c6002005200b102f000b41e4c0c6002005200b102f000b200141e0006a22012040470d000b0b02402047450d00201b10230b0240203f450d00203f41e0006c2105204641306a210603400240200641046a280200450d00200628020010230b200641e0006a2106200541a07f6a22050d000b0b02402048450d00204510230b20022802880b200228028c0b20022802900b10ba022036450d024100213c02400240203b41306c22060d0041012143410021470c010b200641306e224741057422054100480d06200510212243450d050b02402036203620066a460d00203b41306c21044100213c2043210620362105034020062005290000370000200641186a200541186a290000370000200641106a200541106a290000370000200641086a200541086a290000370000203c41016a213c200641206a2106200541306a2105200441506a22040d000b0b200242003702c40e200241e8f6c2003602c00e0240203c450d00203c4105742105204321060340200241880b6a41186a200641186a290000370300200241880b6a41106a200641106a290000370300200241880b6a41086a200641086a290000370300200220062900003703880b200241e80b6a41186a4200370300200241e80b6a41106a4200370300200241e80b6a41086a4200370300200242003703e80b200241003602900c200242083703880c200241b00b6a200241c00e6a200241880b6a200241e80b6a10b602024020022802d00b2204450d0020022802d40b450d00200410230b200641206a2106200541606a22050d000b0b0240203d412c6c2206450d00204920066a211f200241980d6a41106a210e41e483c300ad4280808080800184211a2049210d03400240200d28022841246c2206450d00200d280220220120066a21180340200241a8026a200d108e04200241a8026a41086a290300210720022903a8022113200241980d6a41186a22034200370300200e4200370300200241980d6a41086a22054200370300200242003703980d200241e80c6a41086a2206201a1003220441086a290000370300200220042900003703e80c2004102320052006290300370300200220022903e80c3703980d200641d1bcc000ad4280808080d001841003220441086a290000370300200220042900003703e80c20041023200241d80d6a41086a20062903002209370300200220022903e80c22193703d80d200e2019370000200e41086a2009370000200241f80c6a41086a2005290300370300200241f80c6a41106a200e290300370300200241f80c6a41186a2003290300370300200220022903980d3703f80c20024190026a200241f80c6a412010970120024180026a20022903980220024190026a41106a290300427f420010d904200241f0016a20132007200229038002420020022802900222061b22094201200942015620024180026a41086a290300420020061b22094200522009501b22061b2009420020061b10d904200241e0016a20022903f0012209428094ebdc0380220742002001220a3502202213420010d804200241e0016a41086a29030020022903e00122192013200920074280ec94a37c7e7c7e22092009428094ebdc038022094280ec94a37c7e7c4280cab5ee01562009a76aad7c2209201954ad7c2107200a41246a2101200241c00e6a210620022802c40e210c024003402006280200220b41e8026a2104200b41086a2105200b2f0106221b4105742106417f2103024002400340024020060d00201b21030c020b200a2005412010d5042208450d02200641606a2106200341016a2103200441306a2104200541206a21052008417f4a0d000b0b200c450d02200c417f6a210c200b20034102746a41f8066a21060c010b0b0240200a200d460d00200a200d412010d504450d00200441106a2206427f2006290300221320097c221920192013542206200441186a2205290300221320077c2006ad7c221920135420192013511b22061b3703002005427f201920061b370300200241b80d6a41186a2203200d41186a290000370300200241b80d6a41106a2208200d41106a290000370300200241b80d6a41086a220a200d41086a2900003703002002200d2900003703b80d0240200441286a22052802002206200441246a220b280200470d00200641016a220c2006490d0c2006410174221b200c201b200c4b1b220cad42307e2213422088a70d0c2013a7221b4100480d0c0240024020060d00201b102121060c010b200441206a280200200641306c201b102521060b2006450d0b200b200c360200200441206a2006360200200528020021060b200a2903002113200829030021192003290300212020022903b80d2123200441206a280200200641306c6a2206200937032020062023370300200641286a2007370300200641186a2020370300200641106a2019370300200641086a20133703002005200528020041016a3602000c010b2004427f2004290300221320097c221920192013542206200441086a2205290300221320077c2006ad7c221920135420192013511b22061b3703002005427f201920061b370300200441106a2206427f2006290300221320097c220920092013542206200441186a2205290300220920077c2006ad7c220720095420072009511b22061b3703002005427f200720061b3703000b20012018470d000b0b200d412c6a220d201f470d000b0b20022802c80e210e20022802c40e210820022802c00e2105200241e80b6a41186a220a4200370300200241e80b6a41106a220b4200370300200241e80b6a41086a22044200370300200242003703e80b200241e80c6a41086a220641b1a3c400ad4280808080f000841003220341086a290000370300200220032900003703e80c2003102320042006290300370300200220022903e80c3703e80b200641d9a9c400ad4280808080e001841003220341086a290000370300200220032900003703e80c20031023200241d80d6a41086a20062903002209370300200220022903e80c22073703d80d200f2007370000200f41086a2009370000200241880b6a41086a2004290300370300200241880b6a41106a200b290300370300200241880b6a41186a200a290300370300200220022903e80b3703880b200241e80b6a200241880b6a4120108c0120022902ec0b420020022802e80b22061b210702402006410120061b220d450d002007422088a72206450d002006410574210a41b1a3c400ad4280808080f000842109200241980b6a210c200d21040340200241e80c6a41086a220620091003220341086a290000370300200220032900003703e80c20031023200241b80d6a41086a220b2006290300370300200220022903e80c3703b80d200641dfa4c400ad4280808080f000841003220341086a290000370300200220032900003703e80c20031023200241d80d6a41086a22032006290300370300200220022903e80c3703d80d200241880b6a200410910141c00010212206450d06200441206a2104200620022903b80d370000200641086a200b290300370000200620022903d80d370010200641186a2003290300370000200620022903880b370020200641286a200241880b6a41086a290300370000200641306a200c290300370000200641386a200241880b6a41186a2903003700002006ad4280808080800884100520061023200a41606a220a0d000b0b02402007a7450d00200d10230b0240024020080d00200521060c010b2008210420052106034020062802f80621062004417f6a22040d000b0340200520052f01064102746a41f8066a28020021052008417f6a22080d000b0b200241cc0b6a20052f0106360200200241b00b6a41186a4100360200200241c40b6a20053602002002200e3602d00b200241003602c00b200242003703b80b200220063602b40b200241003602b00b200241e80b6a200241b00b6a10a4020240200241e80b6a41c0006a280200223a0d00427f2125427f21220c020b200241980d6a41106a2103200241e80b6a41106a211f200241e80b6a41386a2145200241e80b6a41286a2146427f2125427f21220340200241a00e6a41086a200241e80b6a41086a22062903002209370300200241a00e6a41106a201f2903002207370300200241a00e6a41186a200241e80b6a41186a22372903002213370300200220022903e80b22193703a00e204529030021232046290300212420022802ac0c214a20022802b00c210a20022903980c212b20022903880c212f200241c00e6a41186a2013370300200241c00e6a41106a2007370300200241c00e6a41086a2009370300200220193703c00e20374200370300201f420037030020064200370300200242003703e80b200241e80c6a41086a220441e483c300ad4280808080800184221a1003220541086a290000370300200220052900003703e80c2005102320062004290300370300200220022903e80c3703e80b200441d1bcc000ad4280808080d0018422201003220541086a290000370300200220052900003703e80c20051023200241d80d6a41086a221820042903002209370300200220022903e80c22073703d80d200f2007370000200f41086a220b2009370000200241880b6a41086a223e2006290300370300200241880b6a41106a223f201f290300370300200241880b6a41186a22402037290300370300200220022903e80b3703880b200241c8016a200241880b6a4120109701200241a0016a20022903d001200241c8016a41106a290300427f420010d90420022802c801210520374200370300201f420037030020064200370300200242003703e80b2004201a1003220841086a290000370300200220082900003703e80c2008102320062004290300370300200220022903e80c3703e80b200420201003220841086a290000370300200220082900003703e80c20081023201820042903002209370300200220022903e80c22073703d80d200f2007370000200b2009370000203e2006290300370300203f201f29030037030020402037290300370300200220022903e80b3703880b200241b0016a200241880b6a412010970120024190016a20022903b801200241b0016a41106a290300427f420010d904200241f0006a20022903a001420020051b220942012009420156200241a0016a41086a290300420020051b22094200522009501b22061b2009420020061b202f202410d80420024180016a200229039001420020022802b00122061b22094201200942015620024190016a41086a290300420020061b22094200522009501b22061b2009420020061b202b202310d804200a41306c220c41306d2106200241f0006a41086a290300212b20024180016a41086a29030021234100210b2002290370212f20022903800121244100213b410821380240200c450d002006ad42307e2209422088a70d072009a722054100480d07200510212238450d062006213b0b0240203a200c6a203a460d004100210b20382106203a21050340200541286a2903002107200541206a2903002113200241b80d6a41186a220d200541186a290300370300200241b80d6a41106a220e200541106a290300370300200241b80d6a41086a221b200541086a290300370300200220052903003703b80d200241980d6a41186a2201420037030020034200370300200241980d6a41086a22084200370300200242003703980d2004201a1003220a41086a2900003703002002200a2900003703e80c200a102320082004290300370300200220022903e80c3703980d200420201003220a41086a2900003703002002200a2900003703e80c200a1023201820042903002209370300200220022903e80c22193703d80d20032019370000200341086a2009370000200241f80c6a41086a2008290300370300200241f80c6a41106a2003290300370300200241f80c6a41186a2001290300370300200220022903980d3703f80c200241d8006a200241f80c6a4120109701200241c8006a2002290360200241d8006a41106a290300427f420010d904200241386a20022903484200200228025822081b220942012009420156200241c8006a41086a290300420020081b22094200522009501b22081b2009420020081b2013200710d8042006200241386a41086a29030037030820062002290338370300200641106a20022903b80d370300200641186a201b290300370300200641206a200e290300370300200641286a200d290300370300200641306a2106200b41016a210b200541306a2105200c41506a220c0d000b0b0240204a450d00203a10230b200bad42307e2209422088a70d012009a72206417f4c0d010240024020060d004108210c0c010b20061021220c450d060b02400240200b0d00410021080c010b2038200b41306c6a210a41002108200c2106203821050340200620052903003703002006200541086a290300370308200641106a200541106a290300370300200641186a200541186a290300370300200641206a200541206a290300370300200641286a200541286a290300370300200641306a2106200841016a2108200541306a2205200a470d000b0b2037202b3703002002202f3703f80b200220243703e80b200220083602900c2002200b36028c0c2002200c3602880c200220233703f00b200441b1a3c400ad4280808080f000841003220641086a290000370300200220062900003703e80c20061023200241b80d6a41086a22052004290300370300200220022903e80c3703b80d200441dfa4c400ad4280808080f000841003220641086a290000370300200220062900003703e80c2006102320182004290300370300200220022903e80c3703d80d200241880b6a200241c00e6a10910141c00010212204450d05200420022903b80d370000200441086a2005290300370000200420022903d80d370010200441186a2018290300370000200420022903880b370020200441286a203e290300370000200441306a203f290300370000200441386a2040290300370000200241003602900b200242013703880b2002200241e80b6a3602d80d200241d80d6a200241880b6a10db012002201f3602d80d200241d80d6a200241880b6a10db0120022802880c210620022802900c2205200241880b6a105d02402005450d00200541306c21050340200641106a200241880b6a1071200220063602d80d200641306a2106200241d80d6a200241880b6a10db01200541506a22050d000b0b200228028c0b21062004ad428080808080088420023502900b42208620022802880b2205ad84100202402006450d00200510230b202420255421062023202251210520232022542108200410230240200228028c0c450d0020022802880c10230b2006200820051b21060240203b450d00203810230b2023202220061b21222024202520061b2125200241e80b6a200241b00b6a10a40220022802a80c223a450d020c000b0b1031000b200241b00b6a10bb02200241880b6a41186a22044200370300200241880b6a41106a22034200370300200241880b6a41086a22054200370300200242003703880b200241e80c6a41086a220641b1a3c400ad4280808080f0008422091003220841086a290000370300200220082900003703e80c2008102320052006290300370300200220022903e80c22073703b80d200220073703880b200641e7a9c400ad42808080809001841003220841086a290000370300200220082900003703e80c20081023200241d80d6a41086a220a20062903002207370300200220022903e80c22133703d80d20142013370000201441086a220b2007370000200241e80b6a41086a220c2005290300370300200241e80b6a41106a220d2003290300370300200241e80b6a41186a220e2004290300370300200220022903880b3703e80b200220223703b80b200220253703b00b201d201e42808080808002841002200442003703002003420037030020054200370300200242003703880b200620091003220841086a290000370300200220082900003703e80c2008102320052006290300370300200220022903e80c22093703b80d200220093703880b200641d9a9c400ad4280808080e001841003220841086a290000370300200220082900003703e80c20081023200a20062903002209370300200220022903e80c22073703d80d20142007370000200b2009370000200c2005290300370300200d2003290300370300200e2004290300370300200220022903880b3703e80b200241003602b80b200242013703b00b203c200241b00b6a105d0240203c450d00203c41057421052043210603402006200241b00b6a1071200641206a2106200541606a22050d000b0b20022802b40b2106201d20023502b80b42208620022802b00b2205ad84100202402006450d00200510230b203cad21090240203d450d00203d412c6c2105204941206a210603400240200641046a280200450d00200628020010230b2006412c6a2106200541546a22050d000b0b200942208621092047ad210702402039450d00204910230b200920078421342044450d01203610230c010b200241880b6a41186a22034200370300200241880b6a41106a22084200370300200241880b6a41086a22054200370300200242003703880b200241e80c6a41086a220641b1a3c400ad4280808080f000841003220441086a290000370300200220042900003703e80c2004102320052006290300370300200220022903e80c22093703b80d200220093703880b200641e7a9c400ad42808080809001841003220441086a290000370300200220042900003703e80c20041023200241d80d6a41086a20062903002209370300200220022903e80c22073703d80d20142007370000201441086a2009370000200241e80b6a41086a2005290300370300200241e80b6a41106a2008290300370300200241e80b6a41186a2003290300370300200220022903880b3703e80b200241206a200241e80b6a4120109701410021430b200241880b6a41186a224a4200370300200241880b6a41106a22494200370300200241880b6a41086a223c4200370300200242003703880b200241e80c6a41086a223b41b1a3c400ad4280808080f0008422331003220641086a290000370300200220062900003703e80c20061023203c203b290300370300200220022903e80c22093703b80d200220093703880b203b41d0f6c400ad4280808080e0028422311003220641086a290000370300200220062900003703e80c20061023200241d80d6a41086a2246203b2903002209370300200220022903e80c22073703d80d20142007370000201441086a22472009370000200241e80b6a41086a2244203c290300370300200241e80b6a41106a22412049290300370300200241e80b6a41186a2242204a290300370300200220022903880b3703e80b200241186a200241e80b6a4120108e01200228021c21450240200228021822484101470d00024020454100203541646a2206200620354b1b22404f0d00201c4280808080c00084212f200241e80b6a41386a210f200241e80b6a41246a210841b1a3c400ad4280808080f0008421262045213e0340200241e80c6a41086a220620261003220541086a290000370300200220052900003703e80c20051023200241b80d6a41086a22042006290300370300200220022903e80c3703b80d200641f0a9c400ad42808080808002841003220541086a290000370300200220052900003703e80c20051023200241d80d6a41086a22052006290300370300200220022903e80c3703d80d2002203e3602e80b200241980d6a41186a2203202f1001220641186a290000370300200241980d6a41106a220a200641106a290000370300200241980d6a41086a220b200641086a290000370300200220062900003703980d20061023200241880b6a41186a220c2003290300370300200241880b6a41106a220d200a290300370300200241880b6a41086a220a200b290300370300200220022903980d3703880b41c00010212206450d03200620022903b80d370000200641086a2004290300370000200620022903d80d370010200641186a2005290300370000200620022903880b370020200641286a200a290300370000200641306a200d290300370000200641386a200c290300370000200241e80b6a200610b5030240024020022802e80b223f450d002006ad4280808080800884100520022902ec0b212b0c010b4200212b4108213f0b20061023203f202b422088a7220641d8006c6a210e203f210302402006450d000340200c200341186a290300370300200d200341106a290300370300200a200341086a2903003703002003280220210b20032903002109200241e80b6a41206a221b200341c4006a290200370300200241e80b6a41286a2201200341cc006a290200370300200241e80b6a41306a2218200341d4006a280200360200200241e80b6a41086a22062003412c6a290200370300200241e80b6a41106a2205200341346a290200370300200241e80b6a41186a22042003413c6a290200370300200220093703880b2002200341246a2902003703e80b200341d8006a2103200b450d01200241f80d6a41186a221f200c290300370300200241f80d6a41106a2236200d290300370300200241f80d6a41086a2237200a290300370300200241b00b6a41086a223a2006290300370300200241b00b6a41106a22382005290300370300200241b00b6a41186a22392004290300370300200241b00b6a41206a223d201b290300370300200241b00b6a41286a221b2001290300370300200241b00b6a41306a22012018280200360200200220022903880b3703f80d200220022903e80b3703b00b2004201f2903003703002005203629030037030020062037290300370300200820022903b00b370200200841086a203a290300370200200841106a2038290300370200200841186a2039290300370200200841206a203d290300370200200841286a201b290300370200200841306a2001280200360200200220022903f80d3703e80b2002200b3602880c200242003703e80a200242003703e00a200220042903003703900b200220052903003703880b200f20022903e80b2006290300200241880b6a200241e00a6a108f04024020022802900c2205450d0020022802880c2106200541306c210503402006200641206a290300200641286a290300200241880b6a200241e00a6a108f04200641306a2106200541506a22050d000b0b200241e00a6a41086a290300212320022903e00a2122024020022903880b2207200a290300220984500d00200228029c0c2205450d0020022802940c2106200241086a202220072022200754202320095420232009511b22041b22242023200920041b22252005ad420010d90420054105742105200241086a41086a29030021132002290308211a202421092025210703402006201a20092009201a56200720135620072013511b22041b22192013200720041b2220109501200720207d2009201954ad7d2107200920197d2109200641206a2106200541606a22050d000b427f202320257d2022202454ad7d221320077c202220247d220720097c22192007542206ad7c22092006200920135420092013511b22061b2123427f201920061b21220b2022202310ff010240200228028c0c450d0020022802880c10230b024020022802980c450d0020022802940c10230b2003200e470d000b200e21030b202ba7210a02402003200e460d000340200341206a2802002205450d01200341306a28020021062003412c6a28020021040240200341246a280200450d00200510230b200341d8006a210302402006450d00200410230b200e2003470d000b0b203e41016a213e0240200a450d00203f10230b203e2040470d000b0b20452040204520404b1b21450b204a420037030020494200370300203c4200370300200242003703880b203b20331003220641086a290000370300200220062900003703e80c20061023203c203b290300370300200220022903e80c22093703b80d200220093703880b203b20311003220641086a290000370300200220062900003703e80c200610232046203b2903002209370300200220022903e80c22073703d80d20142007370000204720093700002044203c290300370300204120492903003703002042204a290300370300200220022903880b3703e80b0240024020480d00201d10050c010b200220453602b00b201d201e4280808080c0008410020b024020152017a745720d00201610230b024020430d002000410036020002402011450d00201141d0006c2105201041c0006a210603400240200641046a280200450d00200628020010230b200641d0006a2106200541b07f6a22050d000b0b2012450d03201010230c030b2000203437020420002043360200200041146a2011360200200041106a20123602002000410c6a20103602000c020b102a000b102c000b200241e00e6a24000bc10903037f047e047f23002202210320024180036b41607122022400200141186a22042900002105200420022903f80137000020012900102106200120022903f00137001020012900082107200120022903e801370008200241003a00e00120012900002108200120022903e0013700002002200537039801200220063703900120022007370388012002200837038001200141206a2d00002109200241e0016a41176a220a2005370000200241e0016a41106a220b200229009101370300200241e0016a41086a220420022900890137030020022002290081013703e001024002402008a741ff01714101460d00200041003602200c010b200241186a41176a200a290000370000200241186a41106a200b290300370300200241186a41086a2004290300370300200220022903e001370318200220093a0037200441fdf6c100ad42808080808002841003220941086a290000370300200220092900003703e00120091023200241d0026a41086a2004290300370300200220022903e0013703d0022004418df7c100ad4280808080f000841003220941086a290000370300200220092900003703e00120091023200241386a41086a2004290300370300200220022903e001370338200241e0016a200241186a109101024041c00010212204450d00200420022903d00237000020042002290338370010200420022900e001370020200441086a200241d0026a41086a2209290300370000200441186a200241386a41086a290300370000200441286a200241e0016a41086a220a290000370000200441306a200241e0016a41106a220b290000370000200441386a200241e0016a41186a220c290000370000200242c080808080083702d401200220043602d001200241e0016a200410f601024020022d00ec014102470d00200241003602c802200242013703c002200241d0026a41146a410f360200200241dc026a410c360200200241103602ec02200241fdf6c1003602e8022002410c3602d402200241073602f4022002418df7c1003602f0022002200241d0016a3602e0022002200241f0026a3602d8022002200241e8026a3602d0022002200241c0026a3602fc02200241386a41146a41033602002002420337023c20024190b4c6003602382002200241d0026a360248200241fc026a41c893c500200241386a10301a20023502c80242208620023502c00284100720004100360220024020022802c402450d0020022802c00210230b20022802d401450d0220022802d0011023200324000f0b20024180016a200241e0016a41d00010d3041a200410232009200a280200360200200220022903e0013703d002200241386a2002418c016a41c20010d3041a200141206a200241f9006a2d00003a0000200141186a200241f1006a290000370000200141106a200241e9006a290000370000200141086a200241e1006a29000037000020012002290059370000200c200241186a41186a2903002205370300200b200241186a41106a2903002208370300200a200241186a41086a2903002206370300200020022903182207370200200041086a2006370200200041106a2008370200200041186a2005370200200220073703e001200041206a20022903d002370200200041286a2009280200360200200324000f0b102a000b200324000bfa0202057f027e230041e0006b22022400200241c0006a41086a220341fdf6c100ad42808080808002841003220441086a2900003703002002200429000037034020041023200241206a41086a22052003290300370300200220022903403703202003418982c200ad4280808080f000841003220441086a2900003703002002200429000037034020041023200241306a41086a2206200329030037030020022002290340370330200241c0006a2001109101024041c000102122040d00102a000b200420022903203700002004200229033037001020042002290040370020200441086a2005290300370000200441186a2006290300370000200441286a2003290000370000200441306a200241c0006a41106a290000370000200441386a200241c0006a41186a290000370000200241086a200441c000109701200241086a41106a290300210720022903102108200228020821032004102320002007420020031b37030820002008420020031b370300200241e0006a24000b8f2d07017f017e017f027e017f027e187f23004180036b2207240002400240024002402001200284500d002003200484500d004201210820074198016a200320012003200156200420025620042002511b22091b220a2004200220091b220b20054201200542015620064200522006501b220c1b220520064200200c1b220610d90420074188016a200729039801220d20074198016a41086a290300220e2005200610d8042002200420091b21022001200320091b2104200a20072903880185200b20074188016a41086a290300858450450d01200d210a200e210b420021060c020b20004100360200200041106a4200370300200041086a42003703000c020b200741f8006a200420022005200610d904200741e8006a20072903782201200741f8006a41086a29030022032005200610d8044200200620042007290368852002200741e8006a41086a29030085845022091b21064201200520091b21082003200220091b21022001200420091b21040b200741386a200b42002004420010d804200741c8006a20024200200a420010d804200741d8006a200a42002004420010d804024002400240024002400240024002400240024002400240024002400240200b420052200242005271200729034042005272200729035042005272200741d8006a41086a2903002201200729033820072903487c7c2203200154724101470d00411010212209450d0d2009200a3e020c2009200a4220883e02082009200b3e02042009200b4220883e020020074284808080c00037029c02200720093602980220074198026a10c704200741a8016a41086a20072802a00236020020072007290398023703a801411010212209450d0d200920043e020c200920044220883e0208200920023e0204200920024220883e020020074284808080c00037029c02200720093602980220074198026a10c704200741b8016a41086a20072802a00236020020072007290398023703b801411010212209450d0d20092008a7220f36020c200920084220883e0208200920063e0204200920064220883e020020074284808080c00037029c02200720093602980220074198026a10c70420072802a0022110200728029c0221112007280298022112200741f0026a41086a200741b8016a41086a280200360200200720072903b8013703f00220074198026a41086a200741a8016a41086a280200360200200720072903a80137039802200741c8016a20074198026a200741f0026a10c904024020072802f402450d0020072802f00210230b200741c8016a10c70420104101460d0120072802cc01211320072802c80121142010450d0a2012280200450d0a024020072802d0012215450d002014280200450d0b201520104d0d0b200720103602d401201520106b221641016a22174101201741014b1b221841ffffffff03712018470d0320184102742209417f4c0d030240024020090d00410421190c010b200910272219450d0f0b201041ffffffff03712010470d032010410274221a417f4c0d0302400240201a0d004104211b0c010b201a1027221b450d0f0b410221094101210f2012280200220c67221c211d0240200c41ffffffff034b0d0041022109201c210c4101210f034020094101200c4101711b200f6c210f200c41034b211e200920096c2109200c410176221d210c201e0d000b0b200720153602f802200720133602f402200720143602f00241041021220c450d0e200c20094101201d4101461b200f6c220f360200200742818080801037029c022007200c36029802200741d8016a200741f0026a20074198026a10c904200c102302400240201a0d00410421090c010b201a10212209450d0f0b20092012201041027410d3042109200720103602f802200720103602f402200720093602f002410410212209450d0e2009200f360200200742818080801037029c022007200936029802200741e8016a200741f0026a20074198026a10c904200910230240024020072802d40120176a220920072802e001220c4d0d00024002402009200c6b22090d004104210f410021090c010b200941ffffffff03712009470d022009410274220f4100480d02200f1021220f450d11200f4100200941027410d2041a0b20072802d801211d2009211e0240200c450d002009200c6a221e2009490d0220094101742214201e2014201e4b1b221e41ffffffff0371201e470d02201e41027422144100480d020240024020090d0020141021210f0c010b200f200941027420141025210f0b200f450d110b200f20094102746a201d200c41027410d3041a2009200c6a2109024020072802dc01450d00201d10230b200720093602e0012007201e3602dc012007200f3602d8010b200741e8016a10c7040240024002400240024002400240024002400240034020072016221f3602f401024020072802e001220920072802d401220c201f6a220f417f736a221e2009490d0041e4c0c600201e2009102f000b0240024002400240024002400240024002400240024002400240024020092009200f6b220f4d0d0020072802f00122092009200c6b220c4d0d0120072802e801200c4102746a35020022024200510d02201f201f4100476b211620072802d8012209201e4102746a35020021012009200f4102746a3502002104200741003602f80120072004200142208684200280220137038002200741003602880220072004200120027e7d42ffffffff0f83370390022007200741f4016a3602ac022007200741d8016a3602a8022007200741d4016a3602a4022007200741e8016a3602a002200720074188026a36029c022007200741f8016a3602980220074198026a10ca041a034020072802880241016a41004c0d04024020072903900242ffffffff0f560d0020074198026a10ca040d010b0b2007290380022102200720072802d40120072802f40122096a3602f402200720093602f0022007200741d8016a3602fc02200741023a00f802200741b0026a200741f0026a10cd0420072802f001220941ffffffff03712009470d1d2009410274220c417f4c0d1d20072802e801210f02400240200c0d004104211e0c010b200c1021221e450d290b201e200f200c10d304210c200720093602e802200720093602e4022007200c3602e002410810212209450d2820092002a72220360204200920024220883e020020074282808080203702f402200720093602f002200741c0026a200741e0026a200741f0026a10c9042009102320072802b802222120072802c8022222202120224b1b22144101201441014b1b220c41ffffffff0371200c470d1d200c410274220f417f4c0d1d20072802b402212320072802b002212402400240200f0d00410421250c010b200f10272225450d290b2014450d062022417f6a221a20224b211520072802c00221262021417f6a221720214b0d04200c417f6a21092025200f6a417c6a211d4100210f4200210203404100211e024020212017200f6b22134d0d004100211e201320174b0d00202420134102746a280200211e0b201ead21044100211e024020150d002022201a200f6b22134d0d002013201a4b0d00202620134102746a280200211e0b024002402004201ead22037d22012004560d00200120027d220a2001560d00200a42ffffffff0f832104420021020c010b20044280808080108420027d20037d2104420121020b200c20094d0d09201d20043e0200201d417c6a211d2009417f6a2109200f41016a220f2014490d000c060b0b41e4c0c600200f2009102f000b41e4c0c600200c2009102f000b41d0c2c600411941ccc1c600102d000b4186c3c6004118200741f0026a41a0c3c60041b0c3c6001032000b200c417f6a21092025200f6a417c6a211e4100211d4200210203404100210f024020150d004100210f2022201a201d6b22134d0d004100210f2013201a4b0d00202620134102746a280200210f0b024002404200200fad22017d22044200520d00200420027d22032004560d00200342ffffffff0f832104420021020c010b428080808010200220017c7d2104420121020b200c20094d0d04201e20043e0200201e417c6a211e2009417f6a2109201d41016a221d2014490d000b0b41012113200250450d010b410021130b02402023450d00202410230b20072802d401221e20072802f401220f6a2215201e490d05200f20154f0d01200f417f7321090340200c200c200f6a20096a221d4d0d03200920072802e00122146a220f20094f0d0420072802d801200f4102746a2025201d4102746a2802003602002009417f6a210920072802f401210f201e417f6a221e0d000c050b0b41bcc1c6002009200c102f000b201e450d020c030b41e4c0c60020222021202220214b1b22074101200741014b1b200f6a20096a200c102f000b41bcc1c600200f2014102f000b200c200c2015417f7322096a200f6a220f4d0d0220072802e001220c20096a2209200c4f0d0320072802d80120094102746a2025200f4102746a28020036020020072802f401210f0b2018200f417f736a220920184f0d03201920094102746a202036020002402013450d00201820072802f401417f736a220920184f0d05201920094102746a22092009280200417f6a36020020072802f401210920072802d401210c200741023a00f8022007200c20096a3602f402200720093602f0022007200741d8016a3602fc02200741d0026a200741f0026a10cd0420072802f001220941ffffffff03712009470d102009410274220c417f4c0d1020072802e801210f02400240200c0d004104211e0c010b200c1021221e450d1c0b201e200f200c10d304210c200720093602f802200720093602f4022007200c3602f002200741e0026a200741f0026a200741d0026a10c804024020072802d401220920072802f40122146a220c2009490d00024002402014200c4f0d00200c417f73210920072802e002211320072802e802210f2014211e0340200f200f201e6a20096a221e4d0d0a200920072802e00122156a221d20094f0d0b20072802d801201d4102746a2013201e4102746a280200360200200941016a210920072802f401211e2014200c417f6a220c490d000c020b0b20090d0120072802e802210f2014211e0b201e2014417f7322096a220c200f6a221e200c4f0d0920072802e001220c20096a2209200c4f0d0a20072802d80120094102746a20072802e002201e4102746a2802003602000b024020072802e402450d0020072802e00210230b20072802d402450d0020072802d00210230b20251023024020072802c402450d0020072802c00210230b201f0d000b0240201c450d004101210920072802d401220c4101460d134100200c6b2114201c411f7121134100201c6b411f7121152010410274201b6a417c6a210c417f210903400240200920072802e001221e6a220f2009490d0041e4c0c600200f201e102f000b201e200f417f6a221d4d0d0a201020096a221e20104f0d0b200c20072802d801221e201d4102746a280200201574201e200f4102746a28020020137672360200200c417c6a210c20142009417f6a2209460d130c000b0b20072802e001211020072802dc01210f20072802d801211e201b1023410021090c130b41e4c0c600200f200c102f000b41bcc1c6002009200c102f000b41bcc1c60020092018102f000b41e4c0c60020092018102f000b41e4c0c600201e200f102f000b41bcc1c600201d2015102f000b41e4c0c600201e200f102f000b41bcc1c6002009200c102f000b41e4c0c600200f417f6a201e102f000b41bcc1c600201e2010102f000b102c000b41e4c0c60041004100102f000b200741286a200729035820032008200610d90420004100360200200041106a200741286a41086a290300370300200041086a20072903283703000c0e0b20074198026a41086a200741c8016a41086a280200221d360200200720072903c80137039802201d4101201d41014b1b221e41ffffffff0371201e470d00201e4102742209417f4c0d000240024020090d004104211a0c010b20091027221a450d0c0b201d450d02201d417f6a2114201a201e201d6b22134102746a210c200f4101200f41014b1bad21024200210441002109200728029802210f0340201e201320096a22154d0d02200c2004422086200f35020084220420028022013e020020142009460d03200c41046a210c200f41046a210f2004200120027e7d2104201d200941016a22094b0d000b41e4c0c6002009201d102f000b1031000b41bcc1c6002015201e102f000b2007201e3602f8022007201e3602f4022007201a3602f002200728029c02450d0720072802980210230c070b20072802d40121090b20072802e001220c200c20096b220f4d0d012010201020096b22094d0d02201b20094102746a20072802d801200f4102746a280200201c411f7176360200410121092010210f201b211e0b024020072802ec01450d0020072802e80110230b2009450d0320072802dc01450d0320072802d80110230c030b41e4c0c600200f200c102f000b41bcc1c60020092010102f000b4100211902402013450d00201410230b0b410410212209450d012009410036020041041021220c450d01200c41003602004101211d0240024020190d002009211941012118200c211e4101210f410121100c010b20091023200c10230b2007201836028002200720183602fc01200720193602f801200720103602a0022007200f36029c022007201e3602980220074198026a10c704420021020240024020072802a00222094105744180014d0d00421d21040c010b4100211d024020090d00420021040c010b200728029802220c200941027422096a417c6a220f280200211e0240200c200f470d00201ead21040c010b200c41786a210f201ead2104200741206a211e4120210c420021020340200741186a200f20096a3502004200200c41e0007110d604201e29030020027c2007290318220220047c2204200254ad7c2102200c41206a210c2009417c6a22094104470d000b0b0240200728029c02450d0020072802980210230b201d0d020240200420084201882006423f8684562002200642018822045620022004511b450d0020074188026a41086a200741f8016a41086a280200360200200720072903f80137038802411010212209450d0220094280808080103702082009420037020020074284808080c00037029c02200720093602980220074198026a10c704200741f0026a41086a20072802a00236020020072007290398023703f002200741f8016a20074188026a200741f0026a10c80420072802f402450d0020072802f00210230b200741f0026a41086a200741f8016a41086a280200360200200720072903f8013703f0020b200741f0026a10c70420074198026a41086a2209200741f0026a41086a280200360200200720072903f0023703980220074198026a10c7044200210202400240200928020022094105744180014d0d00421d21044101211d0c010b4100211d024020090d00420021040c010b200728029802220c200941027422096a417c6a220f280200211e0240200c200f470d00201ead21040c010b200c41786a210f201ead2104200741106a211e4120210c420021020340200741086a200f20096a3502004200200c41e0007110d604201e29030020027c2007290308220220047c2204200254ad7c2102200c41206a210c2009417c6a22094104470d000b0b0240200728029c02450d0020072802980210230b02400240201d0d00200041106a2002370300200041086a2004370300410021090c010b20004184c5c600360204200041086a4119360200410121090b200020093602002011450d02201210230c020b102a000b200720043e029c02200741e9c2c6003602980241b4c4c600412f20074198026a41e4c4c60041f4c4c6001032000b20074180036a24000bd30201037f230041d0006b220824000240024002402002200685200320078584500d00200220038450450d01410121090c020b417f20002004852001200585844200522000200454200120055420012005511b1b21090c010b0240200620078450450d0041ff0121090c010b200841206a2000200110ce04200841306a2006200710ce04200841c0006a41086a2209200841206a41086a220a280200360200200820082903203703402008200841c0006a200841306a10c90402402008280234450d00200828023010230b200841206a2004200510ce04200841306a2002200310ce042009200a28020036020020082008290320370340200841106a200841c0006a200841306a10c90402402008280234450d00200828023010230b2008200841106a10cb04210902402008280214450d00200828021010230b2008280204450d00200828020010230b200841d0006a240020090beb0203017f047e017f230041d0006b2202240002400240200029031022032001290310220485200041186a2903002205200141186a29030022068584500d00200241206a2000290300200041086a29030010ce04200241306a2004200610ce04200241c0006a41086a2200200241206a41086a2207280200360200200220022903203703402002200241c0006a200241306a10c90402402002280234450d00200228023010230b200241206a2001290300200141086a29030010ce04200241306a2003200510ce042000200728020036020020022002290320370340200241106a200241c0006a200241306a10c90402402002280234450d00200228023010230b2002200241106a10cb04210002402002280214450d00200228021010230b200041ff0171210002402002280204450d00200228020010230b20004521000c010b2000290300200129030085200041086a290300200141086a29030085845021000b200241d0006a240020000ba208010c7f230041206b220524002003410020041b21062001410020021b2107200341206a200320041b2108200141206a200120021b2109200120024105746a2102200320044105746a21044100210a4100210b4101210c4100210d4100210e4101210f024002400340024002402006450d0002400240024003402007450d01024020062007460d0020062007412010d50422010d030b41002008200820044622011b210641002009200920024622031b21072008200841206a20011b21082009200941206a20031b21092006450d040c000b0b200541186a2201200641186a290000370300200541106a2203200641106a290000370300200541086a2210200641086a290000370300200520062900003703000240200b200a470d00200a41016a2207200a490d07200a41017422062007200620074b1b220b41ffffff3f71200b470d07200b41057422074100480d0702400240200a0d0020071021210c0c010b200c200a41057420071025210c0b200c450d060b200c200a4105746a22072005290300370000200741186a2001290300370000200741106a2003290300370000200741086a20102903003700002008200841206a200820044622061b2101410021074100200820061b21060c010b2001417f4a0d02200541186a2201200641186a290000370300200541106a2203200641106a290000370300200541086a2210200641086a290000370300200520062900003703000240200b200a470d00200a41016a2206200a490d06200a410174220b2006200b20064b1b220b41ffffff3f71200b470d06200b41057422064100480d0602400240200a0d0020061021210c0c010b200c200a41057420061025210c0b200c450d050b200c200a4105746a22062005290300370000200641186a2001290300370000200641106a2003290300370000200641086a20102903003700002008200841206a200820044622061b21014100200820061b21060b200a41016a210a200121080c020b4100210620070d002000200c36020c2000200d3602082000200e3602042000200f360200200041146a200a360200200041106a200b360200200541206a24000f0b200541186a2201200741186a290000370300200541106a2203200741106a290000370300200541086a2210200741086a290000370300200520072900003703000240200e200d470d00200d41016a2207200d490d03200d410174220e2007200e20074b1b220e41ffffff3f71200e470d03200e41057422074100480d0302400240200d0d0020071021210f0c010b200f200d41057420071025210f0b200f450d020b200f200d4105746a22072005290300370000200741186a2001290300370000200741106a2003290300370000200741086a201029030037000041002009200920024622011b2107200d41016a210d2009200941206a20011b21090c000b0b102a000b102c000b8c1008087f027e047f017e057f027e017f057e230022042105200441a0016b41607122042400024002400240200141ffffff3f712001470d0020014105742206417f4c0d000240024020060d00410121070c010b200610212207450d020b410021084100210602402001450d002001410574210820072106034020062000290000370000200641186a200041186a290000370000200641106a200041106a290000370000200641086a200041086a290000370000200641206a2106200041206a2100200841606a22080d000b200141057441606a41057641016a2106200121080b200420063602102004200836020c2004200736020820072006410041202006676b10ed02200441e0006a41186a22094200370300200441e0006a41106a220a4200370300200441e0006a41086a220b420037030020044200370360200441286a41086a220841afa9c300ad4280808080b00284220c1003220041086a2900003703002004200029000037032820001023200b200829030037030020042004290328370360200841d5a7c300ad42808080809001841003220041086a2900003703002004200029000037032820001023200a2004290328220d370300200441c0006a41086a220e200b290300370300200441c0006a41106a220f200d370300200441c0006a41186a221020082903003703002004200d3703900120042004290360370340200441e0006a200441c0006a4120108c0120042802602200410120001b21112004290264420020001b2212422088a72200450d0220004105742113200441e0006a4114722114200441e0006a4108722115200441c0006a410c722116200441e0006a410c6a2117201121060340200641086a290000210d200641106a2900002118200629000021192009200641186a290000370300200a2018370300200b200d370300200420193703602008200c1003220041086a2900003703002004200029000037032820001023200441186a41086a2201200829030037030020042004290328370318200841e5a7c300ad4280808080e000841003220041086a290000370300200420002900003703282000102320044190016a41086a220720082903003703002004200429032837039001200441c0006a200441e0006a10910141c00010212200450d0220002004290318370000200020042903900137001020002004290040370020200041086a2001290300370000200041186a2007290300370000200041286a200e290000370000200041306a200f290000370000200041386a2010290000370000200441e0006a200010f3012008201741086a290200370300200441286a41106a221a201741106a28020036020020042017290200370328024020042802682201450d002004290360210d20162004290328370200201641086a2008290300370200201641106a201a2802003602002004200d3703400b20042001360248200441003602682004290358211920042004290378221b3703582004290350211c20042004290370221d3703502004290340211e2004200429036022183703402004290348210d20042004290368221f370348201fa7210102400240200da7221a0d00201f210d201d211c201b21190c010b2004201e3703602004200d3703682004201c370370200420193703782004201a201ca74105746a3602342004201a3602302004200d422088a736022c2004201a3602282004200441086a36023820044190016a200441286a108701201541086a200728020036020020152004290390013702002004201c422088a7221a2019422088a74105746a3602342004201a36023020042019a736022c2004201a3602282004200441086a36023820044190016a200441286a108701201441086a200728020036020020142004290390013702002004290368210d20042903602118200429037821192004290370211c02402001450d00201ba721070240201f422088a7450d00200110230b2007450d00201d422088a710230b200420183703402004200d3703482004201c37035020042019370358200da721010b200420183703602004200d3703682004201c370370200da72107200420193703780240024020010d002000ad428080808080088410050c010b200441c00036022c20042000360228200441e0006a200441286a10f2010b02402007450d002019a721010240200d422088a7450d00200710230b2001450d00201c422088a710230b200641206a210620001023201341606a22130d000c030b0b1031000b102a000b02402012a7450d00201110230b200441c0006a41186a4200370300200441c0006a41106a22014200370300200441c0006a41086a2206420037030020044200370340200441286a41086a220041afa9c300ad4280808080b002841003220841086a29000037030020042008290000370328200810232006200029030037030020042004290328220d3703182004200d370340200041dea7c300ad4280808080f000841003220841086a290000370300200420082900003703282008102320012004290328220d370300200441e0006a41086a2006290300370300200441e0006a41106a200d370300200441e0006a41186a20002903003703002004200d370390012004200429034037036020044100360248200442013703402003200441c0006a105d02402003450d002003410574210003402002200441c0006a1071200241206a2102200041606a22000d000b0b20042802442100200441e0006aad4280808080800484200435024842208620042802402206ad84100202402000450d00200610230b0240200428020c450d00200428020810230b200524000be90408027f017e037f017e017f027e037f017e23004180016b2203240020012002844200522204ad2105024020040d00200341c0006a41186a22064200370300200341c0006a41106a22074200370300200341c0006a41086a2208420037030020034200370340200341f0006a41086a220441e483c300ad428080808080018422091003220a41086a2900003703002003200a290000370370200a10232008200429030037030020032003290370220b3703602003200b370340200441d1bcc000ad4280808080d00184220c1003220a41086a2900003703002003200a290000370370200a102320072003290370220b370300200341206a41086a220d2008290300370300200341206a41106a220e200b370300200341206a41186a220f20042903003703002003200b37036020032003290340370320200341086a200341206a4120109701200341086a41106a290300210b200329031021102003280208210a20064200370300200742003703002008420037030020034200370340200420091003220741086a290000370300200320072900003703702007102320082004290300370300200320032903702209370360200320093703402004200c1003220741086a2900003703002003200729000037037020071023200620042903002209370300200d2008290300370300200e2003290370220c370300200f20093703002003200c370360200320032903403703202003200b4200200a1b370348200320104200200a1b370340200341206aad4280808080800484200341c0006aad428080808080028410020b2000200137030820002005370300200041106a200237030020034180016a24000bfb1503077f027e057f230041206b2202240002400240024041ca0210212203450d00200242ca0237020420022003360200200341003b0000200241023602080240024020012903684202520d0020022802002103024020022802044102470d0020034102410410252203450d0320024104360204200220033602000b200341043a00022002200228020841016a3602080c010b20022802002103024020022802044102470d0020034102410410252203450d0220024104360204200220033602000b20034184013a00022002200228020841016a3602082001200210da01024020012d0024220341024b0d0002400240024020030e03000102000b02400240200228020420022802082203460d00200228020021040c010b200341016a22042003490d07200341017422052004200520044b1b22054100480d070240024020030d002005102121040c010b200228020020032005102521040b2004450d052002200536020420022004360200200228020821030b2002200341016a360208200420036a41003a0000200141256a2106410021040340200620046a2d0000210702400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d08200341017422082005200820054b1b22084100480d080240024020030d002008102121050c010b200228020020032008102521050b2005450d062002200836020420022005360200200228020821030b2002200341016a360208200520036a20073a0000200441016a220441c000470d000c030b0b02400240200228020420022802082203460d00200228020021040c010b200341016a22042003490d06200341017422052004200520044b1b22054100480d060240024020030d002005102121040c010b200228020020032005102521040b2004450d042002200536020420022004360200200228020821030b2002200341016a360208200420036a41013a0000200141256a2106410021040340200620046a2d0000210702400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d07200341017422082005200820054b1b22084100480d070240024020030d002008102121050c010b200228020020032008102521050b2005450d052002200836020420022005360200200228020821030b2002200341016a360208200520036a20073a0000200441016a220441c000470d000c020b0b02400240200228020420022802082203460d00200228020021040c010b200341016a22042003490d05200341017422052004200520044b1b22054100480d050240024020030d002005102121040c010b200228020020032005102521040b2004450d032002200536020420022004360200200228020821030b2002200341016a360208200420036a41023a0000412521040340200120046a2d0000210702400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d06200341017422082005200820054b1b22084100480d060240024020030d002008102121050c010b200228020020032008102521050b2005450d042002200836020420022005360200200228020821030b2002200341016a360208200520036a20073a0000200441016a220441e600470d000b0b0240024020012903684201510d0002400240200228020420022802082203460d00200228020021040c010b200341016a22042003490d06200341017422052004200520044b1b22054100480d060240024020030d002005102121040c010b200228020020032005102521040b2004450d042002200536020420022004360200200228020821030b2002200341016a360208200420036a41003a00000c010b200141f8006a29030020012903702209420c88220a4201200a4201561b80210a0240024020022802042204200228020822036b4102490d00200228020021040c010b200341026a22052003490d05200441017422032005200320054b1b22034100480d050240024020040d002003102121040c010b200228020020042003102521040b2004450d032002200336020420022004360200200228020821030b2002200341026a360208200420036a200aa741047420097aa7417f6a22034101200341014b1b2203410f2003410f491b723b00000b20014190016a200210dc01200220014180016a360210200241106a200210db010b20014198016a200210d7012002280208210320024100360218200242013703102003417e6a200241106a105d2002280208220441014d0d01200228021821012002280214210b2002280210210720024100360208200228020021030240024002400240024002402004417e6a2208450d00410221062001450d04200320072d00003a00004101210c2002200228020841016a36020820014101460d04200720016a210d200320072d00013a00012002200228020841016a36020841022106200741026a21052001417e6a220e0d014100210e0c020b0240024002402002280204220420014f0d00200441017422052001200520014b1b22054100480d0a0240024020040d002005102121030c010b200320042005102521030b2003450d082002200536020420022003360200200228020821060c010b410021062001450d010b200320066a220420072d00003a0000024020014101470d00200641016a21060c010b2001417f6a2105200741016a2103200441016a21040340200420032d00003a0000200441016a2104200341016a21032005417f6a22050d000b200620016a21060b20022006360208410221060c020b024002402002280204220320046b200e490d00200228020021030c010b2004200e6a22062004490d07200341017422042006200420064b1b22044100480d070240024020030d002004102121030c010b200228020020032004102521030b2003450d0520022004360204200220033602000b200320016a200341026a200810d4041a0240200120022802082203460d00200120036b21062001417e6a2104200228020020036a210c410021030340024020042003470d00200121060c040b200c20036a20052d00003a00002002200228020841016a360208200541016a21052006200341016a2203470d000b200d20056b220e0d004100210e4101210c200121060c010b200e4100480d0620012106200e1021220c450d040b0240200d2005460d00200c20052d00003a00004101210f02400240200541016a2203200d470d00200c41016a21010c010b200c41016a21042007200120056b6a21050340200420032d00003a0000200441016a2104200d200341016a2203470d000b2005450d01200c20056a21012005210f0b0240024020022802042203200820066a22046b200f490d00200228020021030c010b2004200f6a22052004490d07200341017422042005200420054b1b22044100480d070240024020030d002004102121030c010b200228020020032004102521030b2003450d0520022004360204200220033602000b20032006200f6a220d6a200320066a200810d4041a0240200d20022802082203460d00200228020020036a21042006200f6a20036b2105200c2103034020012003460d01200420032d00003a00002002200228020841016a360208200341016a2103200441016a21042005417f6a22050d000b0b200d21060b200e450d00200c10230b2008450d010b0240200620022802082203460d002002280200220420036a200420066a200810d4041a0b2002200820036a3602080b0240200b450d00200710230b20002002290300370200200041086a200241086a280200360200200241206a24000f0b102a000b41f0b8c000411c41b096c500102d000b102c000b130020004101360204200041848bc2003602000ba90603067f017e077f230041106b2203240002400240024002400240200241046a2204417f4c0d000240024020040d00410121050c010b200410212205450d040b20034100360208200320043602042003200536020020022003105d0240024020032802042206200328020822046b2002490d00200328020021070c010b200420026a22052004490d05200641017422082005200820054b1b22054100480d050240024020060d002005102121070c010b200328020020062005102521070b2007450d042003200536020420032007360200200521060b200720046a2001200210d3041a200420026a2201ad4220862007ad84100b220229000021092002102320032009370300200720016a210a200141086a220b20014f0d01200341086a210c20032108410021024100210b410121042007210d41002105034020024101742101200c200841016a220e6b210f034020082d0000210802402002200b470d00200f210b024002400240200541ff01710e03010200010b200a200d6b210b0c010b417f200f200a200d6b6a220b200b200f491b210b0b2002417f200b41016a22102010200b491b6a220b2002490d072001200b2001200b4b1b220b4100480d070240024020020d00200b102121040c010b20042002200b102521040b2004450d060b200420026a20083a0000024002400240024002400240200541ff01710e03010300010b200a200d460d010c040b0240200e200c460d00410021050c030b200a200d470d030b200241016a21020c070b41012105200e200c470d00200241016a21020c060b200241016a2102200e21080c020b200241016a210241022105200141026a2101200d220841016a210d0c000b0b0b1031000b410121040240200b450d00200b4100480d03200b10212204450d020b410021020340200420026a200320026a2d00003a0000200241016a22024108470d000b024020010d00410821020c010b200420026a2105410021020340200520026a200720026a2d00003a00002001200241016a2202470d000b200a20076b41086a21020b200020023602082000200b3602042000200436020002402006450d00200710230b200341106a24000f0b102a000b102c000b3400200041c8f7c20036020420004100360200200041146a4107360200200041106a41e48ec200360200200041086a42073702000b2c01017f02404104102122020d00102a000b20004284808080c00037020420002002360200200241003600000b130020004101360204200041dc9bc2003602000bfa0101057f230041106b2202240002400240411110212203450d002002421137020420022003360200410d2002105d0240024020022802042204200228020822036b410d490d002003410d6a2105200228020021040c010b2003410d6a22052003490d02200441017422062005200620054b1b22064100480d020240024020040d002006102121040c010b200228020020042006102521040b2004450d0120022006360204200220043602000b20022005360208200420036a220341002900cd8e42370000200341056a41002900d28e4237000020002002290300370200200041086a2002280208360200200241106a24000f0b102a000b102c000bcd1208057f017e037f017e017f017e047f027e230041f0006b22012400200141c8006a41186a4200370300200141c8006a41106a22024200370300200141c8006a41086a2203420037030020014200370348200141386a41086a220441c8f7c200ad4280808080f000841003220541086a29000037030020012005290000370338200510232003200429030037030020012001290338370348200441d2a3c400ad4280808080a001841003220541086a2900003703002001200529000037033820051023200220012903382206370300200141086a41086a2003290300370300200141086a41106a2006370300200141086a41186a20042903003703002001200637032820012001290348370308200141c8006a200141086a4120108c0120012802482204410120041b2107410221080240024002400240200129024c420020041b2206422088a72204450d002004410574210541002103200721040240034020002004460d01200320042000412010d50422024100476a21032002450d01200441206a2104200541606a22050d000c020b0b200141c8006a41186a4200370300200141c8006a41106a22094200370300200141c8006a41086a2200420037030020014200370348200141386a41086a220441c8f7c200ad4280808080f000841003220541086a29000037030020012005290000370338200510232000200429030037030020012001290338220a3703282001200a370348200441ec94c200ad4280808080a002841003220541086a290000370300200120052900003703382005102320092001290338220a370300200141086a41086a2000290300370300200141086a41106a200a370300200141086a41186a20042903003703002001200a37032820012001290348370308200141c8006a200141086a10800220012802482200410420001b210b410021040240024002400240200129024c420020001b220a422088220ca7220d41014b0d00200d0e020201020b200d2100034020042000410176220520046a22022003200b20024102746a280200491b2104200020056b220041014b0d000b0b4100210802402003200b20044102746a2802002200470d004100210e0c020b2004200320004b6a21040b200141c8006a41186a220f4200370300200141c8006a41106a22104200370300200141c8006a41086a2205420037030020014200370348200141386a41086a220041c8f7c200ad4280808080f000841003220241086a29000037030020012002290000370338200210232005200029030037030020012001290338220c3703282001200c370348200041d2a3c400ad4280808080a001841003220241086a2900003703002001200229000037033820021023200141286a41086a2000290300220c37030020012001290338221137032820092011370000200941086a200c370000200141086a41086a2005290300370300200141086a41106a2010290300370300200141086a41186a200f29030037030020012001290348370308200141386a200141086aad4280808080800484100610a101024002400240024020012802382205450d00200128023c21022001200028020036024c200120053602482001200141c8006a106f20012802000d01200128020421000c020b2001420037024c20014101360248200141c8006a107221000c020b410021000b2002450d00200510230b20002000418094ebdc036e22054180ec94a37c6c6aad4280fd87d1007e2212428094ebdc038021112004200d4b0d020240200d200aa7470d00200d41016a2200200d490d05200d4101742202200020002002491b220041ffffffff03712000470d05200041027422024100480d0502400240200d0d0020021021210b0c010b200b200d41027420021025210b0b200b450d042000ad210a0b200b20044102746a220041046a2000200d20046b41027410d4041a200020033602004101210e200a42ffffffff0f83200d41016a2204ad220c42208684210a200420054180fd87d1006c2011a76a201220114280ec94a37c7e7c4280cab5ee01566a4b21080b200141c8006a41186a22024200370300200141c8006a41106a220d4200370300200141c8006a41086a2200420037030020014200370348200141386a41086a220441c8f7c200ad4280808080f000841003220541086a29000037030020012005290000370338200510232000200429030037030020012001290338221137032820012011370348200441ec94c200ad4280808080a002841003220541086a2900003703002001200529000037033820051023200141286a41086a2004290300221137030020012001290338221237032820092012370000200941086a2011370000200141086a41086a2000290300370300200141086a41106a200d290300370300200141086a41186a20022903003703002001200129034837030802400240200b0d00200141086aad428080808080048410050c010b2001410036025020014201370348200ca72200200141c8006a105d0240024020000d0020012802502109200128024c210d200128024821000c010b4100200128025022046b2105200b20004102746a2110200128024c210d200b210203402002280200210f02400240200d20056a4104490d00200128024821000c010b200441046a22002004490d07200d41017422092000200920004b1b22094100480d0702400240200d0d002009102121000c010b2001280248200d2009102521000b2000450d062001200936024c200120003602482009210d0b2001200441046a2209360250200020046a200f3600002005417c6a2105200921042010200241046a2202470d000b0b200aa72104200141086aad42808080808004842009ad4220862000ad8410020240200d450d00200010230b2004450d00200b10230b200e450d00200141086a41086a2003ad37030020014102360208200141c8006a200141086a109d022001290348210a200141d8006a2001280250360200200141c8006a41086a200a370300200141c6a4b9da04360049200141023a0048200141c8006a109e02410110212204450d02200441023a000020044101410510252204450d0220042003360001200141d4006a4285808080d000370200200141d0006a2004360200200141c28289aa04360049200120012f00383b004d200141023a00482001200141386a41026a2d00003a004f200141c8006a109e020b02402006a7450d00200710230b200141f0006a240020080f0b418cb9c000411e41b096c500102d000b102a000b102c000b3400200041c4f7c10036020420004100360200200041146a4103360200200041106a41b49dc200360200200041086a42083702000b4d01027f230041106b2202240002404104102122030d00102a000b200242043702042002200336020041002002105d200041086a200228020836020020002002290300370200200241106a24000b130020004103360204200041eca4c2003602000b340020004183f8c10036020420004100360200200041146a4103360200200041106a41fcabc200360200200041086a42083702000b130020004104360204200041f4afc2003602000b2e01017f02404104102122020d00102a000b20004284808080c0003702042000200236020020024180a3053600000b3901017f02404110102122020d00102a000b20024200370008200242808095e789c604370000200042908080808002370204200020023602000b2e01017f02404104102122020d00102a000b20004284808080c00037020420002002360200200241d086033600000bb12305017f037e087f017e037f230041900d6b22022400420221030240024002400240024002400240200129036822044202520d00200241106a20014198016a41b00110d3041a0c010b2002418e026a200141246a41c20010d3041a200241d0026a41086a20014188016a290300370300200241d0026a41106a20014190016a290300370300200220014180016a2903003703d002200141f8006a2903002103200129037021052001280204210620012d00002107200241f00c6a41026a2208200141036a2d00003a000020024188036a41086a2209200141106a29020037030020024188036a41106a220a200141186a29020037030020024188036a41186a220b200141206a280200360200200220012f00013b01f00c200220012902083703880302400240024020074101460d00200241a00c6a41026a20082d00003a0000200241c0076a41086a2009290300370300200241c0076a41106a200a290300370300200241c0076a41186a200b2d00003a0000200220022f01f00c3b01a00c20022002290388033703c0070c010b200241f8086a200641067610bf0120022802f8082107024002402002280280092006413f7122064b0d00410021080c010b200241a00c6a41026a200720064105746a220641026a2d00003a0000200241c8076a2006410f6a290000370300200241d0076a200641176a290000370300200241d8076a2006411f6a2d00003a0000200220062f00003b01a00c200220062900073703c00720062800032106410121080b024020022802fc08450d00200710230b20080d00410121070c010b200241f8086a41026a200241a00c6a41026a2d00003a000020024188036a41086a200241c0076a41086a29030037030020024188036a41106a200241c0076a41106a29030037030020024188036a41186a200241c0076a41186a2d00003a0000200220022f01a00c3b01f808200220022903c00737038803410021070b200241800c6a41026a2208200241f8086a41026a2d00003a000020024188066a41086a220920024188036a41086a29030037030020024188066a41106a220a20024188036a41106a29030037030020024188066a41186a220b20024188036a41186a2d00003a0000200220022f01f8083b01800c20022002290388033703880602402007450d00200041013b0001200041013a0000200041036a41003a000020014198016a10c1010c060b200241f7026a2009290300370000200241ff026a200a29030037000020024187036a200b2d00003a0000200220022f01800c3b01e802200220063600eb0220022002290388063700ef02200220082d00003a00ea02200241f8086a20014198016a41b00110d3041a200241a80a6a41106a200241d0026a41106a290300370300200241a80a6a41086a200241d0026a41086a290300370300200220022903d0023703a80a41002106200241f00c6a4100109002200241c00b6a41086a200241fb0c6a290000370300200241c00b6a41106a200241830d6a290000370300200241d50b6a200241f00c6a41186a2209290000370000200220022900f30c3703c00b20022f01f00c210c20022d00f20c210d200241a00c6a41186a4200370300200241a00c6a41106a220a4200370300200241a00c6a41086a22074200370300200242003703a00c200241e00c6a41086a220141e691c600ad4280808080e000841003220841086a290000370300200220082900003703e00c2008102320072001290300370300200220022903e00c220e3703c00c2002200e3703a00c2001418192c600ad4280808080e000841003220841086a290000370300200220082900003703e00c20081023200a20022903e00c220e370300200241f00c6a41086a2007290300370300200241f00c6a41106a200e370300200920012903003703002002200e3703d00c200220022903a00c3703f00c200241086a200241f00c6a4120108e01024020044201520d0020054200510d02200228020c410020022802081b2101417f21062001ad220e20032003200e541b220e200e20037d2005827d220e42ffffffff0f560d00200ea721060b200241e00c6a41086a220141e691c600ad4280808080e000841003220741086a290000370300200220072900003703e00c20071023200241c00c6a41086a22082001290300370300200220022903e00c3703c00c200141f891c600ad42808080809001841003220741086a290000370300200220072900003703e00c20071023200241d00c6a41086a22072001290300370300200220022903e00c3703d00c200220063602e00c200241f00c6a41186a2209200241e00c6aad4280808080c000841001220141186a290000370300200241f00c6a41106a220a200141106a290000370300200241f00c6a41086a220b200141086a290000370300200220012900003703f00c20011023200241a00c6a41186a220f2009290300370300200241a00c6a41106a2209200a290300370300200241a00c6a41086a220a200b290300370300200220022903f00c3703a00c41c00010212201450d02200120022903c00c370000200141086a2008290300370000200120022903d00c370010200141186a2007290300370000200120022903a00c370020200141286a200a290300370000200141306a2009290300370000200141386a200f2903003700002002200141c0004101410041001090012002280200210720011023024020074101460d00200241e00b6a41156a200241800c6a41156a290000370000200241e00a6a41086a200241a00b6a41086a290000370300200241e00a6a41106a200241a00b6a41106a290000370300200241e00a6a41156a200241a00b6a41156a290000370000200241c00a6a41156a200241800b6a41156a290000370000200220022900a00b3703e00a200241f8086a10c101200041036a41003a0000200041800a3b0001200041013a00000c060b200241f00c6a2006109002200241800c6a41156a2201200241880d6a290000370000200241800c6a41106a2206200241830d6a290000370300200241e00b6a41086a2207200241fb0c6a290000370300200241e00b6a41106a22082006290300370300200241e00b6a41156a22062001290000370000200220022900f30c3703e00b20022f01f00c210120022d00f20c2109200241a00b6a41156a220a200241c00b6a41156a290000370000200241a00b6a41106a220b200241c00b6a41106a290300370300200241a00b6a41086a220f200241c00b6a41086a290300370300200220022903c00b3703a00b200241800b6a41156a22102006290000370000200241800b6a41106a22062008290300370300200241800b6a41086a22082007290300370300200220022903e00b3703800b200241e00a6a41156a2207200a290000370000200241e00a6a41106a220a200b290300370300200241e00a6a41086a220b200f290300370300200220022903a00b3703e00a200241c00a6a41156a220f2010290000370000200241c00a6a41106a22102006290300370300200241c00a6a41086a22062008290300370300200220022903800b3703c00a200241d0056a41156a22082007290000370000200241d0056a41106a2207200a290300370300200241d0056a41086a220a200b290300370300200220022903e00a3703d005200241b0056a41156a220b200f290000370000200241b0056a41106a220f2010290300370300200241b0056a41086a22102006290300370300200220022903c00a3703b005200241f0056a41106a2206200241a80a6a41106a290300370300200241f0056a41086a2211200241a80a6a41086a290300370300200220022903a80a3703f005200241c0076a41046a200241f8086a41b00110d3041a20024188066a200241c0076a41b40110d3041a20024188036a20024188066a41046a41b00110d3041a200241ee046a200c200d41107472220c4110763a0000200241ec046a220d200c3b0100200241c8046a2003370300200241c0046a2005370300200241d0046a220c20022903f005370300200241d8046a2011290300370300200241e0046a22112006290300370300200241ef046a20022903d005370000200241f7046a200a290300370000200241ff046a200729030037000020024184056a2008290000370000200220043703b804200241e8073602e8042002418e056a20093a00002002418c056a220720013b01002002418f056a20022903b00537000020024197056a20102903003700002002419f056a200f290300370000200241a4056a200b290000370000410410212201450d02200242043702c407200220013602c00720024188036a200241c0076a10d7010240024020022903b8044201510d000240024020022802c40720022802c8072201460d0020022802c00721060c010b200141016a22062001490d06200141017422082006200820064b1b22084100480d060240024020010d002008102121060c010b20022802c00720012008102521060b2006450d05200220083602c407200220063602c00720022802c80721010b2002200141016a3602c807200620016a41003a00000c010b20022903c80420022903c0042203420c882204420120044201561b8021040240024020022802c407220620022802c80722016b4102490d0020022802c00721060c010b200141026a22082001490d05200641017422012008200120084b1b22014100480d050240024020060d002001102121060c010b20022802c00720062001102521060b2006450d04200220013602c407200220063602c00720022802c80721010b2002200141026a3602c807200620016a2004a741047420037aa7417f6a22014101200141014b1b2201410f2001410f491b723b00000b2011200241c0076a10dc012002200c3602880620024188066a200241c0076a10db0120022802e80421080240024020022802c407220620022802c80722016b4104490d0020022802c00721060c010b200141046a22092001490d04200641017422012009200120094b1b22014100480d040240024020060d002001102121060c010b20022802c00720062001102521060b2006450d03200220013602c407200220063602c00720022802c80721010b2002200141046a3602c807200620016a20083600002002200241c0076a36028806200d20024188066a106b2002200241c0076a36028806200720024188066a106b20022802c007210120022802c40721070240024020022802c80722064180024b0d002002418e026a20012006200241e8026a10940321060c010b200241f00c6a41186a22082006ad4220862001ad841001220641186a290000370300200241f00c6a41106a2209200641106a290000370300200241f00c6a41086a220a200641086a290000370300200220062900003703f00c20061023200241a00c6a41186a2008290300370300200241a00c6a41106a2009290300370300200241a00c6a41086a200a290300370300200220022903f00c3703a00c2002418e026a200241a00c6a4120200241e8026a10940321060b02402007450d00200110230b2006450d04200241e8016a41086a200241e8026a41086a290300370300200241e8016a41106a200241e8026a41106a290300370300200241e8016a41186a200241e8026a41186a290300370300200241c0016a41086a200241c8046a290300370300200241c0016a41106a200241d0046a290300370300200241c0016a41186a200241d8046a290300370300200241e0016a200241e0046a290300370300200220022903e8023703e8012002200241c0046a2903003703c00120022903b8042103200241106a20024188036a41b00110d3041a0b200041086a20022903e801370300200041286a2003370300200041306a20022903c001370300200041206a200241e8016a41186a290300370300200041186a200241e8016a41106a290300370300200041106a200241e8016a41086a290300370300200041386a200241c0016a41086a290300370300200041c0006a200241c0016a41106a290300370300200041c8006a200241c0016a41186a290300370300200041d0006a200241c0016a41206a290300370300200041d8006a200241106a41b00110d3041a200041003a0000200241900d6a24000f0b41e0cfc600411941fccfc600102d000b102a000b102c000b20004180083b0001200041013a0000200041036a41003a000020024188036a10c1010b200241900d6a24000b9e0501037f230041b0016b22042400024002400240024020002d00000e03000102000b200441206a41186a200341186a290000370300200441206a41106a200341106a290000370300200441206a41086a200341086a29000037030020042003290000370320200041016a2002ad4220862001ad84200441206a100a41014621000c020b200441206a41186a200341186a290000370300200441206a41106a200341106a290000370300200441206a41086a200341086a29000037030020042003290000370320200041016a2002ad4220862001ad84200441206a100441014621000c010b20044190016a41186a22052002ad4220862001ad841001220141186a29000037030020044190016a41106a2202200141106a29000037030020044190016a41086a2206200141086a290000370300200420012900003703900120011023200441186a2005290300370300200441106a2002290300370300200441086a2006290300370300200420042903900137030041012101200441206a200041016a200410bf034100210020042d00200d00200441c8006a41206a200441c1006a2d00003a0000200441c8006a41186a200441396a290000370300200441c8006a41106a200441316a290000370300200441c8006a41086a200441296a290000370300200420042900213703482005200441c8006aad42808080809004841001220041186a2900003703002002200041106a2900003703002006200041086a290000370300200420002900003703900120001023200441f0006a41186a2005290300370300200441f0006a41106a2002290300370300200441f0006a41086a200629030037030020042004290390013703700240200441f0006a2003460d00200441f0006a2003412010d5044521010b200121000b200441b0016a240020000b130020004102360204200041d8b5c2003602000b34002000418289c20036020420004100360200200041146a4103360200200041106a41e0b8c200360200200041086a42063702000b130020004101360204200041b0bdc2003602000ba70201057f230041106b2202240002400240412510212203450d00200242253702042002200336020041212002105d0240024020022802042204200228020822036b4121490d00200341216a2105200228020021040c010b200341216a22052003490d02200441017422062005200620054b1b22064100480d020240024020040d002006102121040c010b200228020020042006102521040b2004450d0120022006360204200220043602000b20022005360208200420036a220341002900a08941370000200341106a41002900b08941370000200341186a41002900b88941370000200341206a41002d00c089413a0000200341086a41002900a8894137000020002002290300370200200041086a2002280208360200200241106a24000f0b102a000b102c000b130020004106360204200041d0bec2003602000b3400200041fdf6c10036020420004100360200200041146a4106360200200041106a41a0d8c200360200200041086a42103702000b1300200041053602042000419ce1c2003602000b2e01017f02404104102122020d00102a000b20004284808080c00037020420002002360200200241c0f0003600000b2c01017f02404104102122020d00102a000b20004284808080c00037020420002002360200200241073600000b2c01017f02404104102122020d00102a000b20004284808080c000370204200020023602002002410d3600000b3801017f02404110102122020d00102a000b2002420037000820024280e8eda1ba01370000200042908080808002370204200020023602000b860705017f047e087f057e017f23004180026b22022400200241c0006a2001109802024002402002290340a7450d00200041003602200c010b200241c0006a41106a290300210320022903482104200241286a200110980202402002290328a7450d00200041003602200c010b200241286a41106a290300210520022903302106200241206a2001106f024002400240024020022802200d00200128020441306e220741306c2208417f4c0d02200228022421090240024020080d004108210a0c010b20081021220a450d040b02402009450d004100210b0340200241003a00f801200b220c41016a210b2001280204417f6a21084100210d024002400240024003402008417f460d01200241d8016a200d6a2001280200220e2d00003a0000200120083602042001200e41016a3602002002200d41016a220e3a00f8012008417f6a2108200e210d200e4120470d000b200241b8016a41186a2208200241d8016a41186a290300370300200241b8016a41106a220d200241d8016a41106a290300370300200241b8016a41086a220e200241d8016a41086a290300370300200220022903d8013703b801200241086a20011098022002290308a70d01200241086a41106a290300210f20022903102110200241f8006a41086a200e2903002211370300200241f8006a41106a200d2903002212370300200241f8006a41186a20082903002213370300200241d8006a41086a220d2011370300200241d8006a41106a220e2012370300200241d8006a41186a22142013370300200220022903b8012211370378200220113703582007200c470d030240200c4101742208200b2008200b4b1b2207ad42307e2211422088a70d002011a7220841004e0d030b102c000b200d41ff0171450d00200241003a00f8010b200241f8006a41086a20024198016a41086a2903003703002007450d04200a10230c040b02400240200c0d0020081021210a0c010b200a200c41306c20081025210a0b200a450d060b200a200c41306c6a2208200f3703082008201037030020082002290358370310200841186a200d290300370300200841206a200e290300370300200841286a2014290300370300200b2009470d000b0b200a0d010b200041003602200c030b20002004370300200020073602242000200a3602202000200637031020002003370308200041286a2009360200200041186a20053703000c020b1031000b102a000b20024180026a24000b130020004103360204200041cce4c2003602000b13002000410236020420004194e6c2003602000b13002000410e360204200041dce7c2003602000bfb0505027f027e017f027e027f230041a0016b220224002000280200210002400240024002400240024002400240200128020022034110710d00200041086a29030021042000290300210520034120710d0220054290ce005441002004501b450d012005a72103412721000c060b200041086a2903002105200029030021044180012100024003402000450d01200241206a20006a417f6a2004a7410f712203413072200341d7006a2003410a491b3a00002000417f6a210020044204882005423c8684220420054204882205844200520d000b0b20004181014f0d02200141cc88c0004102200241206a20006a41800120006b103c21000c060b41272100200241186a21060340200241106a200520044290ce00420010d9042002200229031022072006290300220842f0b17f427f10d804200241206a20006a2203417c6a200520022903007ca7220941ffff037141e4006e220a41017441e682c0006a2f00003b00002003417e6a200a419c7f6c20096a41ffff037141017441e682c0006a2f00003b0000200542ffc1d72f56210320044200522109200450210a2000417c6a2100200721052008210420032009200a1b0d000c040b0b4180012100024003402000450d01200241206a20006a417f6a2005a7410f712203413072200341376a2003410a491b3a00002000417f6a210020054204882004423c8684220520044204882204844200520d000b0b20004181014f0d01200141cc88c0004102200241206a20006a41800120006b103c21000c040b2000418001103f000b2000418001103f000b2007a721030b02400240200341e3004a0d00200321090c010b200241206a2000417e6a22006a2003200341ffff037141e4006e2209419c7f6c6a41ffff037141017441e682c0006a2f00003b00000b024002402009410a480d00200241206a2000417e6a22006a200941017441e682c0006a2f00003b00000c010b200241206a2000417f6a22006a200941306a3a00000b200141bccbc6004100200241206a20006a412720006b103c21000b200241a0016a240020000bc51303017f077e057f230041b0036b220624002001210720022108024020042902002209428080808080e03f83500d00200641e0016a2005ad420042c0843d420010d804200641d0016a2009a72204418094ebdc032004418094ebdc03491bad420042e807420010d804200641e0016a41086a290300200641d0016a41086a2903007c20062903e001220820062903d0017c2207200854ad7c210810a002220a21090240200a427f550d00428080808080808080807f4200200a7d200a428080808080808080807f511b21090b200641b0016a20072008428094ebdc03420010d904200641a0016a20062903b001220b200641b0016a41086a290300220c4280ec94a37c427f10d804200620092009428094ebdc0380220d4280ec94a37c7e7ca722043602a0022006418094ebdc033602a40220064190016a200b200c200641a0026a2004418094ebdc034b4102746a3502002209420010d804200641c0016a20072008200d420010d804427f427f2008200641c0016a41086a29030020064190016a41086a290300200629039001220b2009200720062903a0017c7e22092009428094ebdc038022094280ec94a37c7e7c4280cab5ee01562009a76aad7c2209200b54ad7c7c20062903c001220b20097c2209200b54ad7c220b7c200720097c220c200754ad7c42002008200b7d2007200954ad7d220b200720097d2209200756200b200856200b2008511b22041b200a42005522051b220a200c4200200920041b20051b22074280c2d72f7c22082007542204ad7c220920042009200a54200820075a1b22041b220720027c427f200820041b220820017c22092008542204ad7c22082004200820075420082007511b22041b2108427f200920041b21070b200641a0026a200320072008410141112001200284501b4100109f010240024020062802a0024101470d0020004180023b0001200041013a0000200041036a41003a00000c010b200641f8006a20062903a802200641a0026a41106a290300108203200641f8006a41106a290300210120062903800121020240024020062903782209a7450d00200641c0006a200242004204420010d804200641306a420042002002420010d804200641d0006a2006290340200641c0006a41086a2903002209200142028620062903307c7c220a4205420010d90442b3e6cc99b3e6cc99332006290350200142ffffffffffffffff3f83200152200629033842005272200a2009547222031b220920022002200956200142b3e6cc99b3e6cc9933200641d0006a41086a29030020031b22095620012009511b22031b220a2009200120031b220910ff01200641e0006a2002200a7d200120097d2002200a54ad7d108203200641e0006a41106a290300210220062903682101024020062903602209a7450d00200641f0016a109102200641a0026a109102200641a0026a20012002109501200641d8026a2002370300200641d0026a2001370300200641a0026a41086a41043a0000200641a9026a20062903f001370000200641b1026a200641f0016a41086a290300370000200641b9026a20064180026a290300370000200641c1026a20064188026a290300370000200641023a00a002200641a0026a1099010c020b2009500d01200641a0026a41186a22054200370300200641a0026a41106a220e4200370300200641a0026a41086a22044200370300200642003703a002200641a0036a41086a220341e483c300ad4280808080800184220a1003220f41086a2900003703002006200f2900003703a003200f102320042003290300370300200620062903a003220937039002200620093703a002200341d1bcc000ad4280808080d00184220b1003220f41086a2900003703002006200f2900003703a003200f1023200e20062903a0032209370300200641f0016a41086a22102004290300370300200641f0016a41106a22112009370300200641f0016a41186a221220032903003703002006200937039002200620062903a0023703f001200641186a200641f0016a4120109701200641186a41106a29030021092006290320210c2006280218210f20054200370300200e420037030020044200370300200642003703a0022003200a1003220e41086a2900003703002006200e2900003703a003200e102320042003290300370300200620062903a003220a370390022006200a3703a0022003200b1003220e41086a2900003703002006200e2900003703a003200e102320052003290300220a37030020102004290300370300201120062903a003220b3703002012200a3703002006200b37039002200620062903a0023703f0012006420020094200200f1b220920027d200c4200200f1b2202200154ad7d220a200220017d2201200256200a200956200a2009511b22031b3703a80220064200200120031b3703a002200641f0016aad4280808080800484200641a0026aad428080808080028410020c010b2009500d00200641a0026a41186a22054200370300200641a0026a41106a220e4200370300200641a0026a41086a22044200370300200642003703a002200641a0036a41086a220341e483c300ad4280808080800184220a1003220f41086a2900003703002006200f2900003703a003200f102320042003290300370300200620062903a003220937039002200620093703a002200341d1bcc000ad4280808080d00184220b1003220f41086a2900003703002006200f2900003703a003200f1023200e20062903a0032209370300200641f0016a41086a22102004290300370300200641f0016a41106a22112009370300200641f0016a41186a221220032903003703002006200937039002200620062903a0023703f0012006200641f0016a4120109701200641106a29030021092006290308210c2006280200210f20054200370300200e420037030020044200370300200642003703a0022003200a1003220e41086a2900003703002006200e2900003703a003200e102320042003290300370300200620062903a003220a370390022006200a3703a0022003200b1003220e41086a2900003703002006200e2900003703a003200e102320052003290300220a37030020102004290300370300201120062903a003220b3703002012200a3703002006200b37039002200620062903a0023703f0012006420020094200200f1b220920017d200c4200200f1b2201200254ad7d220a200120027d2202200156200a200956200a2009511b22031b3703a80220064200200220031b3703a002200641f0016aad4280808080800484200641a0026aad428080808080028410020b200041003a0000200041306a41013a0000200041286a4200370300200041206a4280808080c000370300200041186a4204370300200041106a427f370300200041086a2007427f2008501b3703000b200641b0036a24000bae0a04037f027e057f017e23004190016b220424004101210502402001a722064101470d002000427f2000290300220720027c220820082007542205200041086a2209290300220720037c2005ad7c220820075420082007511b22051b3703002009427f200820051b370300410021050b0240024020014201560d00024020060e020200020b2005450d01200441d0006a41186a22064200370300200441d0006a41106a22094200370300200441d0006a41086a220542003703002004420037035020044180016a41086a220041e483c300ad428080808080018422071003220a41086a2900003703002004200a29000037038001200a1023200520002903003703002004200429038001220137037020042001370350200041d1bcc000ad4280808080d0018422081003220a41086a2900003703002004200a29000037038001200a102320092004290380012201370300200441306a41086a220b2005290300370300200441306a41106a220c2001370300200441306a41186a220d20002903003703002004200137037020042004290350370330200441186a200441306a4120109701200441186a41106a29030021012004290320210e2004280218210a20064200370300200942003703002005420037030020044200370350200020071003220941086a290000370300200420092900003703800120091023200520002903003703002004200429038001220737037020042007370350200020081003220941086a290000370300200420092900003703800120091023200620002903002207370300200b2005290300370300200c2004290380012208370300200d200737030020042008370370200420042903503703302004427f20014200200a1b220120037c200e4200200a1b220320027c22072003542200ad7c22022000200220015420022001511b22001b3703582004427f200720001b370350200441306aad4280808080800484200441d0006aad428080808080028410020c010b200441d0006a41186a22064200370300200441d0006a41106a22094200370300200441d0006a41086a220542003703002004420037035020044180016a41086a220041e483c300ad428080808080018422071003220a41086a2900003703002004200a29000037038001200a1023200520002903003703002004200429038001220137037020042001370350200041d1bcc000ad4280808080d0018422081003220a41086a2900003703002004200a29000037038001200a102320092004290380012201370300200441306a41086a220b2005290300370300200441306a41106a220c2001370300200441306a41186a220d200029030037030020042001370370200420042903503703302004200441306a4120109701200441106a29030021012004290308210e2004280200210a20064200370300200942003703002005420037030020044200370350200020071003220941086a290000370300200420092900003703800120091023200520002903003703002004200429038001220737037020042007370350200020081003220941086a290000370300200420092900003703800120091023200620002903002207370300200b2005290300370300200c2004290380012208370300200d200737030020042008370370200420042903503703302004427f20014200200a1b220120037c200e4200200a1b220320027c22072003542200ad7c22022000200220015420022001511b22001b3703582004427f200720001b370350200441306aad4280808080800484200441d0006aad428080808080028410020b20044190016a24000bf50202037f037e230041e0006b22022400200241c00036020c20022001360208200241106a2001ad4280808080800884100610a10102400240200228021022010d00200041003602100c010b200228021421032002200241106a41086a2802002204360224200220013602200240024020044110490d002002200441706a3602242002200141106a360220200141086a290000210520012900002106200241c8006a200241206a10810120022802482204450d00200229024c2107200020053703082000200637030020002007370214200020043602100c010b20024100360230200242013703282002410c36023c2002200241086a3602382002200241286a360244200241dc006a41013602002002420137024c200241a0f0c2003602482002200241386a360258200241c4006a41c893c500200241c8006a10301a2002350230422086200235022884100720004100360210200228022c450d00200228022810230b2003450d00200110230b200241e0006a24000b800401057f230041f0006b220224002002412036020c20022001360208200241106a2001ad4280808080800484100610a10102400240200228021022030d00200041033a00200c010b200241186a28020021042002280214210541002101200241003a0068024002400340024020042001470d00200141ff0171450d02200241003a00680c020b200241c8006a20016a200320016a2d00003a00002002200141016a22063a00682006210120064120470d000b200241286a41186a200241c8006a41186a290300370300200241286a41106a200241c8006a41106a290300370300200241286a41086a200241c8006a41086a2903003703002002200229034837032820042006460d00200320066a2d0000220141034f0d0020002002290328370000200041186a200241286a41186a290300370000200041106a200241286a41106a290300370000200041086a200241286a41086a2903003700000c010b20024100360230200242013703282002410c3602242002200241086a3602202002200241286a36026c200241dc006a41013602002002420137024c200241a0f0c2003602482002200241206a360258200241ec006a41c893c500200241c8006a10301a200235023042208620023502288410070240200228022c450d00200228022810230b410321010b200020013a00202005450d00200310230b200241f0006a24000bd90201047f230041e0006b220224002002412036020c20022001360208200241106a2001ad4280808080800484100610a10102400240200228021022010d00200041003602040c010b200228021421032002200241186a2802002204360224200220013602200240024020044104490d0020022004417c6a3602242002200141046a36022020012800002104200241c8006a200241206a107b20022802482205450d002000200229024c37020820002005360204200020043602000c010b20024100360230200242013703282002410c36023c2002200241086a3602382002200241286a360244200241dc006a41013602002002420137024c200241a0f0c2003602482002200241386a360258200241c4006a41c893c500200241c8006a10301a2002350230422086200235022884100720004100360204200228022c450d00200228022810230b2003450d00200110230b200241e0006a24000b8f0c03087f017e037f230041e0016b22022400200241c00036020420022001360200200241086a2001ad4280808080800884100610a10102400240200228020822030d00200041023a00210c010b200241106a2802002104200228020c210541002101200241003a00d8012004417e6a2106024002400340024020042001470d00200141ff0171450d02200241003a00d8010c020b200241b8016a20016a200320016a2d00003a00002002200141016a22073a00d8012006417f6a21062007210120074120470d000b20024198016a41186a200241b8016a41186a29030037030020024198016a41106a200241b8016a41106a29030037030020024198016a41086a200241b8016a41086a290300370300200220022903b8013703980120042007460d00200320076a22082d0000220941074f0d00200241186a41186a20024198016a41186a290300370300200241186a41106a20024198016a41106a290300370300200241186a41086a20024198016a41086a29030037030020022002290398013703182004417f6a2007460d00200841016a2d0000220141014b0d00200420076b210702400240024020010e020100010b41002101200241003a00d8012007417e6a21040340024020042001470d00200141ff0171450d04200241003a00d8010c040b200241b8016a20016a200820016a41026a2d00003a00002002200141016a22073a00d8012007210120074120470d000b200241f8006a41086a200241b8016a41086a290300220a370300200241d8006a41186a200241b8016a41186a290300370300200241d8006a41106a200241b8016a41106a290300370300200241d8006a41086a200a370300200220022903b801220a3703782002200a370358200620076b2106200820076a41026a2104410121080c010b200841026a21042007417e6a2106410021080b200241386a41186a200241d8006a41186a290300370300200241386a41106a200241d8006a41106a290300370300200241386a41086a200241d8006a41086a290300370300200220022903583703382006450d0020042d0000220141014b0d00410021070240024020010e020100010b41002101200241003a00d801200441016a21042006417f6a21060340024020062001470d00200141ff0171450d03200241003a00d8010c030b200241b8016a20016a200420016a2d00003a00002002200141016a22073a00d8012007210120074120470d000b200241f8006a41086a200241b8016a41086a290300220a370300200241d8006a41186a200241b8016a41186a290300370300200241d8006a41106a200241b8016a41106a290300370300200241d8006a41086a200a370300200220022903b801220a3703782002200a370358410121070b20024198016a41186a2201200241d8006a41186a29030037030020024198016a41106a2206200241d8006a41106a29030037030020024198016a41086a2204200241d8006a41086a290300370300200241b8016a41086a220b200241386a41086a290300370300200241b8016a41106a220c200241386a41106a290300370300200241b8016a41186a220d200241386a41186a2903003703002002200229035837039801200220022903383703b801200041186a200241186a41186a290300370000200041106a200241186a41106a290300370000200041086a200241186a41086a29030037000020002002290318370000200020083a0021200020093a0020200041c2006a20073a0000200020022903b8013700222000412a6a200b290300370000200041326a200c2903003700002000413a6a200d290300370000200041c3006a200229039801370000200041cb006a2004290300370000200041d3006a2006290300370000200041db006a20012903003700000c010b200241003602a00120024201370398012002410c36027c20022002360278200220024198016a360258200241cc016a4101360200200242013702bc01200241a0f0c2003602b8012002200241f8006a3602c801200241d8006a41c893c500200241b8016a10301a20023502a001422086200235029801841007200041023a0021200228029c01450d0020022802980110230b2005450d00200310230b200241e0016a24000b810201037f230041d0006b220124002001412036020420012000360200200141086a2000ad4280808080800484100610a10102400240200128020822020d00410421000c010b200128020c210302400240200141106a280200450d0020022d000022004104490d010b20014100360220200142013703182001410c36022c200120013602282001200141186a360234200141cc006a41013602002001420137023c200141a0f0c2003602382001200141286a360248200141346a41c893c500200141386a10301a200135022042208620013502188410070240200128021c450d00200128021810230b410421000b2003450d00200210230b200141d0006a240020000bdb0201047f230041e0006b22022400200241c00036020c20022001360208200241106a2001ad4280808080800884100610a10102400240200228021022010d00200041003602040c010b200228021421032002200241186a2802002204360224200220013602200240024020044104490d0020022004417c6a3602242002200141046a36022020012800002104200241c8006a200241206a10810120022802482205450d002000200229024c37020820002005360204200020043602000c010b20024100360230200242013703282002410c36023c2002200241086a3602382002200241286a360244200241dc006a41013602002002420137024c200241a0f0c2003602482002200241386a360258200241c4006a41c893c500200241c8006a10301a2002350230422086200235022884100720004100360204200228022c450d00200228022810230b2003450d00200110230b200241e0006a24000bae0201037f230041e0006b220224002002412036020c20022001360208200241106a2001ad4280808080800484100610a10102400240200228021022010d00200041003602000c010b200228021421032002200241186a28020036022420022001360220200241c8006a200241206a107e0240024020022802482204450d002000200229024c370204200020043602000c010b20024100360230200242013703282002410c36023c2002200241086a3602382002200241286a360244200241dc006a41013602002002420137024c200241a0f0c2003602482002200241386a360258200241c4006a41c893c500200241c8006a10301a2002350230422086200235022884100720004100360200200228022c450d00200228022810230b2003450d00200110230b200241e0006a24000b850301057f230041e0006b22022400200241c00036020c20022001360208200241106a2001ad4280808080800884100610a10102400240200228021022010d00200041003602080c010b200228021421032002200241186a2802002204360224200220013602200240024020044104490d002002200141046a36022020022004417c6a220536022420054104490d00200128000021052002200441786a3602242002200141086a36022020012800042104200241c8006a200241206a107b20022802482206450d002000200229024c37020c2000200636020820002004360204200020053602000c010b20024100360230200242013703282002410c36023c2002200241086a3602382002200241286a360244200241dc006a41013602002002420137024c200241a0f0c2003602482002200241386a360258200241c4006a41c893c500200241c8006a10301a2002350230422086200235022884100720004100360208200228022c450d00200228022810230b2003450d00200110230b200241e0006a24000b960e030d7f017e037f230041a0026b22022400200241c00036020c20022001360208200241106a2001ad4280808080800884100610a10102400240200228021022010d00200041023a00100c010b200228021421032002200241106a41086a28020036026c20022001360268200241f8016a200241e8006a10810102400240024020022802f8012204450d0020022802fc01210502400240200228026c22064104490d00200241f8016a41086a280200210720022006417c6a220836026c20022002280268220941046a220a3602680240024002402008450d002009280000210b20022006417b6a220c36026c2002200a41016a360268200a2d0000220d41014b0d0041002108200d0e020201020b2005450d040c030b410121080b200241f4006a41026a200241d8016a41026a2d00003a0000200220022f00d8013b01740240200c450d0020022006417a6a220c36026c2002200a41026a220d360268200a2d0001220a41014b0d004100210e02400240200a0e020100010b4100210a200241003a0098022006417a6a210e4179210c03400240200e200a470d00200a41ff0171450d03200241003a0098020c030b200241f8016a200a6a2009200a6a220d41066a2d00003a000020022006200c6a36026c2002200d41076a3602682002200a41016a220d3a009802200c417f6a210c200d210a200d4120470d000b200241b8016a41086a200241f8016a41086a290300220f37030020024198016a41186a200241f8016a41186a29030037030020024198016a41106a200241f8016a41106a29030037030020024198016a41086a200f370300200220022903f801220f3703b8012002200f370398012006200d6b417a6a210c2009200d6a41066a210d4101210e0b200241f8006a41186a20024198016a41186a290300370300200241f8006a41106a20024198016a41106a290300370300200241f8006a41086a20024198016a41086a2903003703002002200229039801370378200c450d002002200c417f6a36026c2002200d41016a360268200d2d0000220a41014b0d004100210602400240200a0e020100010b4100210a200241003a009802200c417f6a2109200c417e6a2106034002402009200a470d00200a41ff0171450d03200241003a00980220050d050c060b200241f8016a200a6a200d200a6a220c41016a2d00003a00002002200c41026a3602682002200a41016a220c3a0098022002200636026c2006417f6a2106200c210a200c4120470d000b200241b8016a41086a200241f8016a41086a290300220f37030020024198016a41186a200241f8016a41186a29030037030020024198016a41106a200241f8016a41106a29030037030020024198016a41086a200f370300200220022903f801220f3703b8012002200f37039801410121060b200241206a41186a220a20024198016a41186a290300370300200241206a41106a220c20024198016a41106a290300370300200241206a41086a220d20024198016a41086a290300370300200241c0006a41086a2209200241f8006a41086a290300370300200241c0006a41106a2210200241f8006a41106a290300370300200241c0006a41186a2211200241f8006a41186a290300370300200220022903980137032020022002290378370340200241e4006a41026a2212200241f4006a41026a2d00003a0000200220022f01743b016420084102460d042000200b36020c200020073602082000200536020420002004360200200241b8016a41026a220420122d00003a0000200241f8016a41086a22052009290300370300200241f8016a41106a22092010290300370300200241f8016a41186a22072011290300370300200241d8016a41086a220b200d290300370300200241d8016a41106a220d200c290300370300200241d8016a41186a220c200a290300370300200220022f01643b01b801200220022903403703f801200220022903203703d801200220022f011e3b019801200041136a20042d00003a0000200020022f01b8013b0011200041146a200e3a0000200041156a20022903f8013700002000411d6a2005290300370000200041256a20092903003700002000412d6a2007290300370000200041356a20063a0000200041366a20022903d8013700002000413e6a200b290300370000200041c6006a200d290300370000200041ce006a200c290300370000200041d6006a20022f0198013b00000c050b20050d010c020b2005450d010b200410230b410221080b200241003602e001200242013703d8012002410c3602bc012002200241086a3602b8012002200241d8016a360298012002418c026a4101360200200242013702fc01200241a0f0c2003602f8012002200241b8016a3602880220024198016a41c893c500200241f8016a10301a20023502e00142208620023502d80184100720022802dc01450d0020022802d80110230b200020083a00102003450d00200110230b200241a0026a24000bdd0c040b7f027e017f017e230041900f6b22022400200241c00036020420022001360200200241086a2001ad4280808080800884100610a10102400240200228020822030d00200041033602000c010b200241086a41086a2802002104200228020c2105200241003a00f8082003210641002107024002400240024003400240024002402004450d0020062d0000220141014b0d002004417f6a2108200641016a21090240024002400240024020010e020100010b2008450d01200641026a21092004417e6a210120062d0001220a41014b0d02024002400240200a0e020001000b41002101200241003a00e0092004417e6a210a03400240200a2001470d00200620016a41026a2109200141ff0171450d05200241003a00e0090c050b200241c0096a20016a200620016a41026a2d00003a00002002200141016a22093a00e0092009210120094120470d000b200241f00e6a41186a220a200241c0096a41186a290300370300200241f00e6a41106a220b200241c0096a41106a290300370300200241f00e6a41086a220c200241c0096a41086a290300370300200220022903c0093703f00e200620096a21060240200420096b2209417e6a220141034b0d00200641026a21094102210a0c060b200641026a2800002108200241d00e6a41186a200a290300370300200241d00e6a41106a200b290300370300200241d00e6a41086a200c290300370300200220022903f00e3703d00e2009417a6a2101200641066a21094100210a0c010b200141034d0d0320062800022108200241d00e6a41186a200241c0096a41186a290200370300200241d00e6a41106a200241c0096a41106a290200370300200241d00e6a41086a200241c0096a41086a290200370300200220022902c0093703d00e2004417a6a2101200641066a21094101210a0b200241b00e6a41086a2206200241d00e6a41086a290300370300200241b00e6a41106a2204200241d00e6a41106a290300370300200241b00e6a41186a220b200241d00e6a41186a290300370300200220022903d00e3703b00e20014110490d02200941086a290000210d2009290000210e200241c0096a41186a200b290300370300200241c0096a41106a2004290300370300200241c0096a41086a2006290300370300200220022903b00e3703c009200941106a2109200141706a21012008210f0c030b20024180096a41186a200241a0096a41186a29030037030020024180096a41106a200241a0096a41106a29030037030020024180096a41086a200241a0096a41086a290300370300200220022903a009370380094102210a200821040c050b410021010b4102210a0b200241f00d6a41086a2206200241c0096a41086a290300370300200241f00d6a41106a2204200241c0096a41106a290300370300200241f00d6a41186a2208200241c0096a41186a290300370300200220022903c0093703f00d200a4102470d010b20024180096a41186a200241a0096a41186a290300370300200741ff0171450d03200241003a00f8080c030b200241a0096a41186a2008290300221037030020024180096a41086a200629030037030020024180096a41106a200429030037030020024180096a41186a2010370300200220022903f00d37038009200121040b20092106200241c8046a200741386c6a2201200a360200200141086a200229038009370200200141106a20024180096a41086a290300370200200141186a20024180096a41106a290300370200200141206a20024180096a41186a290300370200200141306a200d370200200141286a200e3702002001200f3602042002200741016a22013a00f808200121072001410a470d000b20022802c8042106200241c0096a200241c8046a41047241ac0410d3041a200141ff017141094b0d010b410321060c010b200241186a200241c0096a41ac0410d3041a20064103460d00200241c8046a200241186a41ac0410d3041a200041046a200241c8046a41ac0410d3041a0c010b200241003602c809200242013703c0092002410c36021c200220023602182002200241c0096a3602f00e200241dc046a4101360200200242013702cc04200241a0f0c2003602c8042002200241186a3602d804200241f00e6a41c893c500200241c8046a10301a20023502c80942208620023502c00984100720022802c409450d0020022802c00910230b200020063602002005450d00200310230b200241900f6a24000bbe0b030a7f017e027f23004190026b22022400200241c00036020c20022001360208200241106a2001ad4280808080800884100610a10102400240200228021022030d00200041023a00040c010b200228021421042002200241186a280200360264200220033602602002200241e0006a106f4102210502400240024020022802000d0020022802642201450d002002280204210620022001417f6a220736026420022002280260220841016a220936026020082d0000220141014b0d004100210a0240024020010e020100010b41002101200241003a0088020340024020072001470d0020024100360264200141ff0171450d03200241003a0088020c030b200241e8016a20016a200820016a220b41016a2d00003a00002002200b41026a3602602002200141016a220b3a008802200b2101200b4120470d000b200241a8016a41086a200241e8016a41086a290300220c37030020024188016a41186a200241e8016a41186a29030037030020024188016a41106a200241e8016a41106a29030037030020024188016a41086a200c37030020022007200b6b2207360264200220022903e801220c3703a8012002200c370388014101210a2008200b6a41016a21090b200241e8006a41186a20024188016a41186a290300370300200241e8006a41106a20024188016a41106a290300370300200241e8006a41086a20024188016a41086a29030037030020022002290388013703682007450d0020022007417f6a22073602642002200941016a36026020092d0000220141014b0d004100210b0240024020010e020100010b41002101200241003a0088020340024020072001470d0020024100360264200141ff0171450d03200241003a0088020c030b200241e8016a20016a200920016a220b41016a2d00003a00002002200b41026a3602602002200141016a220b3a008802200b2101200b4120470d000b200241a8016a41086a200241e8016a41086a290300220c37030020024188016a41186a200241e8016a41186a29030037030020024188016a41106a200241e8016a41106a29030037030020024188016a41086a200c37030020022007200b6b360264200220022903e801220c3703a8012002200c370388014101210b0b200241206a41186a220120024188016a41186a290300370300200241206a41106a220520024188016a41106a290300370300200241206a41086a220720024188016a41086a290300370300200241c0006a41086a2208200241e8006a41086a290300370300200241c0006a41106a2209200241e8006a41106a290300370300200241c0006a41186a220d200241e8006a41186a290300370300200220022903880137032020022002290368370340200a4102470d01200a21050b200241003602d001200242013703c8012002410c3602ac012002200241086a3602a8012002200241c8016a36028801200241fc016a4101360200200242013702ec01200241a0f0c2003602e8012002200241a8016a3602f80120024188016a41c893c500200241e8016a10301a20023502d00142208620023502c80184100720022802cc01450d0120022802c80110230c010b200241e8016a41186a220e200d290300370300200241e8016a41106a220d2009290300370300200241e8016a41086a22092008290300370300200241c8016a41086a22082007290300370300200241c8016a41106a22072005290300370300200241c8016a41186a22052001290300370300200220022903403703e801200220022903203703c801200220022f011e3b01a80120002006360200200020022903e8013700052000410d6a2009290300370000200041156a200d2903003700002000411d6a200e290300370000200041256a200b3a0000200041266a20022903c8013700002000412e6a2008290300370000200041366a20072903003700002000413e6a2005290300370000200041c6006a20022f01a8013b0000200a21050b200020053a00042004450d00200310230b20024190026a24000bbd0603097f027e017f230041a0016b22022400200241c00036020c20022001360208200241106a2001ad4280808080800884100610a10102400240200228021022030d00200041003602100c010b200228021421042002200241106a41086a28020036024420022003360240200241c8006a200241c0006a106d0240024020022802482205450d00200241c8006a41086a2802002106200228024c210741002101200241003a009801200228024421080240024002400240034020082001460d01200241f8006a20016a200228024022092d00003a00002002200941016a3602402002200141016a220a3a009801200a2101200a4120470d000b200241d8006a41086a200241f8006a41086a290300370300200241d8006a41106a200241f8006a41106a290300370300200241d8006a41186a200241f8006a41186a2903003703002002200229037837035820022008200a6b220136024420014110490d012002200941116a3602402002200141706a220a360244200a41044f0d032007450d040c020b200241003602440240200141ff0171450d00200241003a0098010b20070d010c030b2007450d020b200510230c010b200941096a290000210b2009290001210c200241206a41086a220a200241d8006a41086a290300370300200241206a41106a2208200241d8006a41106a290300370300200241206a41186a220d200241d8006a41186a290300370300200220022903583703202002200941156a36024020022001416c6a3602442005450d00200928001121012000200c37030020002007360214200020053602102000200b370308200041186a20063602002000411c6a20022903203702002000413c6a2001360200200041246a200a2903003702002000412c6a2008290300370200200041346a200d2903003702000c010b20024100360260200242013703582002410c3602242002200241086a3602202002200241d8006a3602482002418c016a41013602002002420137027c200241a0f0c2003602782002200241206a36028801200241c8006a41c893c500200241f8006a10301a2002350260422086200235025884100720004100360210200228025c450d00200228025810230b2004450d00200310230b200241a0016a24000bd205010d7f230041e0006b220224002002412036020c20022001360208200241106a2001ad4280808080800484100610a10102400240200228021022030d00200041003602000c010b200228021421042002200241186a280200360224200220033602202002200241206a106f024002400240024020022802000d0002400240200228022422054178712201417f4c0d002002280204210602400240200541037622070d00410421080c010b200110212208450d020b02402006450d00410021094100210a4100210b03402002410036022802400240024020054104490d0020022005417c6a220536022420022002280220220141046a3602202001280000210c2002410036022820054104490d00200b41016a210d20022005417c6a22053602242002200141086a36022020012800042101200b2007470d0202402009200d2009200d4b1b220741ffffffff01712007470d002007410374220e41004e0d020b102c000b200241003602482007450d07200810230c070b02400240200b0d00200e102121080c010b2008200a200e102521080b2008450d040b2008200a6a220b200c360200200b41046a2001360200200941026a2109200a41086a210a200d210b2006200d470d000b200241d0006a20063602002002200736024c200220083602480c050b200241d0006a20063602002002200736024c2002200836024820080d040c030b1031000b102a000b200241003602480b20024100360230200242013703282002410c36023c2002200241086a3602382002200241286a360244200241dc006a41013602002002420137024c200241a0f0c2003602482002200241386a360258200241c4006a41c893c500200241c8006a10301a2002350230422086200235022884100720004100360200200228022c450d01200228022810230c010b20002002290348370200200041086a200241c8006a41086a2802003602000b2004450d00200310230b200241e0006a24000bdf0808057f047e057f027e017f017e017f017e230041f0016b22022400200241c00036026420022001360260200241e8006a2001ad4280808080800884100610a10102400240200228026822030d00200041003602200c010b200228026c21042002200241f0006a280200220536029c01200220033602980141002101200241003a00e801024002400340024020052001470d002002410036029c01200141ff0171450d02200241003a00e8010c020b200241c8016a20016a200320016a22062d00003a00002002200641016a360298012002200141016a22063a00e8012006210120064120470d000b200241a8016a41086a200241c8016a41086a290300370300200241a8016a41106a200241c8016a41106a290300370300200241a8016a41186a200241c8016a41186a290300370300200220022903c8013703a8012002200520066b36029c01200241c8006a20024198016a1098022002290348a70d00200241c8006a41106a290300210720022903502108200241306a20024198016a1098022002290330a70d00200241306a41106a29030021092002290338210a200241286a20024198016a106f20022802280d00024002400240200228029c0141186e220b41186c2201417f4c0d00200228022c210c0240024020010d004108210d0c010b20011021220d450d020b0240200c450d00200241106a41106a210e4100210f41002105410021060340200241106a20024198016a109802024002402002290310a70d00200e290300211020022903182111200241086a20024198016a106f2002280208450d010b200b450d06200d10230c060b200641016a2101200228020c211202402006200b470d00200f2001200f20014b1b220bad42187e2213422088a70d052013a722144100480d050240024020060d0020141021210d0c010b200d200520141025210d0b200d450d040b200d20056a2206201037030820062011370300200641106a2012360200200f41026a210f200541186a210520012106200c2001470d000b0b200d450d03200241f8006a41186a200241a8016a41186a2903002210370300200241f8006a41106a200241a8016a41106a2903002211370300200241f8006a41086a200241a8016a41086a2903002213370300200220022903a8012215370378200041186a20093703002000200a37031020002007370308200020083703002000200cad422086200bad843702242000200d3602202000412c6a2015370200200041346a20133702002000413c6a2011370200200041c4006a20103702000c040b1031000b102a000b102c000b200241003602b001200242013703a8012002410c36027c2002200241e0006a3602782002200241a8016a3602a401200241dc016a4101360200200242013702cc01200241a0f0c2003602c8012002200241f8006a3602d801200241a4016a41c893c500200241c8016a10301a20023502b00142208620023502a8018410072000410036022020022802ac01450d0020022802a80110230b2004450d00200310230b200241f0016a24000b830b040f7f027e037f037e230041c0016b22022400200241c00036020c20022001360208200241106a2001ad4280808080800884100610a10102400240200228021022030d00200041003602000c010b200228021421042002200241186a280200360234200220033602302002200241306a106f02400240024002400240024002400240024002400240024020022802000d002002280234220541d8006e220641d8006c2201417f4c0d02200228020421070240024020010d00410821080c010b200110212208450d040b2007450d01410021094100210a0340200241003a00b801200a41016a210b4100210102400240034020052001460d0120024198016a20016a2002280230220c2d00003a00002002200c41016a3602302002200141016a220d3a00b801200d2101200d4120470d000b200241f8006a41086a220e20024198016a41086a290300370300200241f8006a41106a220f20024198016a41106a290300370300200241f8006a41186a221020024198016a41186a290300370300200220022903980137037820022005200d6b2201360234200141104f0d010c0c0b20024100360234200141ff0171450d0b200241003a00b8010c0b0b2002200c41116a3602302002200141706a360234200c41096a2900002111200c290001211220024198016a200241306a108601200228029801220d450d0a20022802a0012113200228029c01210c20024198016a200241306a1081012002280298012205450d09200228029c012114024020022802342201410f4b0d0020140d080c090b20022802a0012115200241d8006a41086a200e2903002216370300200241d8006a41106a200f2903002217370300200241d8006a41186a20102903002218370300200241386a41086a220e2016370300200241386a41106a220f2017370300200241386a41186a221020183703002002200229037822163703582002200141706a36023420022002280230220141106a36023020022016370338200141086a29000021162001290000211702402006200a470d00200a4101742201200b2001200b4b1b2206ad42d8007e2218422088a70d062018a722014100480d0602400240200a0d002001102121080c010b2008200a41d8006c2001102521080b2008450d050b2008200a41d8006c6a2201201737031020012011370308200120123703002001200536022c2001200d360220200141186a2016370300200141346a2015360200200141306a2014360200200141286a2013360200200141246a200c36020020012002290338370338200141c0006a200e290300370300200141c8006a200f290300370300200141d0006a20102903003703000240200b2007470d00200241286a200736020020022006360224200220083602200c070b200941d8006a210920022802342105200b210a0c000b0b200241003602200c090b200241286a2007360200200220063602242002200836022020080d030c080b1031000b102a000b102c000b20002002290320370200200041086a200241206a41086a2802003602000c050b200510230b200c450d01200d10230c010b200c450d00200d10230b200241003602200240200a450d00200841306a210103400240200141746a280200450d00200141706a28020010230b02402001280200450d002001417c6a28020010230b200141d8006a2101200941a87f6a22090d000b0b2006450d00200810230b2002410036028001200242013703782002410c36025c2002200241086a3602582002200241f8006a360238200241ac016a41013602002002420137029c01200241a0f0c200360298012002200241d8006a3602a801200241386a41c893c50020024198016a10301a200235028001422086200235027884100720004100360200200228027c450d00200228027810230b2004450d00200310230b200241c0016a24000bcc07020e7f047e230041a0016b220224002002412036020c20022001360208200241106a2001ad4280808080800484100610a10102400240200228021022030d00200041003602000c010b200228021421042002200241186a280200360234200220033602302002200241306a106f024002400240024020022802000d00024002402002280234220541286e220641286c2201417f4c0d00200228020421070240024020010d00410821080c010b200110212208450d020b02402007450d00410021090340200241003a0098012009220a41016a2109410021010240024002400240034020052001460d01200241f8006a20016a2002280230220b2d00003a00002002200b41016a3602302002200141016a220c3a009801200c2101200c4120470d000b200241d8006a41086a220d200241f8006a41086a290300370300200241d8006a41106a220e200241f8006a41106a290300370300200241d8006a41186a220f200241f8006a41186a2903003703002002200229037837035820022005200c6b220136023420014108490d01200241386a41086a220c200d290300370300200241386a41106a220d200e290300370300200241386a41186a220e200f290300370300200220022903583703382002200b41096a3602302002200141786a2205360234200b29000121102006200a470d030240200a41017422012009200120094b1b2206ad42287e2211422088a70d002011a7220141004e0d030b102c000b20024100360234200141ff0171450d00200241003a0098010b200241003602202006450d07200810230c070b02400240200a0d002001102121080c010b2008200a41286c2001102521080b2008450d040b2008200a41286c6a22012002290338370300200c2903002111200d2903002112200e290300211320012010370320200141186a2013370300200141106a2012370300200141086a201137030020092007470d000b200241286a200736020020022006360224200220083602200c050b200241286a2007360200200220063602242002200836022020080d040c030b1031000b102a000b200241003602200b20024100360260200242013703582002410c36023c2002200241086a3602382002200241d8006a3602202002418c016a41013602002002420137027c200241a0f0c2003602782002200241386a36028801200241206a41c893c500200241f8006a10301a2002350260422086200235025884100720004100360200200228025c450d01200228025810230c010b20002002290320370200200041086a200241206a41086a2802003602000b2004450d00200310230b200241a0016a24000bb305020b7f027e230041e0006b22022400200241c00036020c20022001360208200241106a2001ad4280808080800884100610a10102400240200228021022030d00200041003602000c010b200228021421042002200241186a280200360224200220033602202002200241206a106f024002400240024020022802000d0002400240200228022422054170712201417f4c0d002002280204210602400240200541047622070d00410821080c010b200110212208450d020b02402006450d00410021094100210a4100210b034002400240024020054110490d00200b41016a210120022002280220220c41106a360220200c41086a290000210d200c290000210e200b2007470d02024020092001200920014b1b220741ffffffff00712007470d002007410474220b41004e0d020b102c000b20024100360248200220053602242007450d07200810230c070b02400240200a0d00200b102121080c010b2008200a200b102521080b2008450d040b200541706a21052008200a6a220b200d370308200b200e370300200941026a2109200a41106a210a2001210b20062001470d000b200241d0006a20063602002002200736024c20022008360248200220053602240c050b200241d0006a20063602002002200736024c2002200836024820080d040c030b1031000b102a000b200241003602480b20024100360230200242013703282002410c36023c2002200241086a3602382002200241286a360244200241dc006a41013602002002420137024c200241a0f0c2003602482002200241386a360258200241c4006a41c893c500200241c8006a10301a2002350230422086200235022884100720004100360200200228022c450d01200228022810230c010b20002002290348370200200041086a200241c8006a41086a2802003602000b2004450d00200310230b200241e0006a24000b130020004105360204200041e4f7c2003602000b3400200041a080c30036020420004100360200200041146a4101360200200041106a41b480c300360200200041086a42133702000bdb2601067f20002d000021020240024002400240200141046a2203280200200141086a22042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0001210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0002210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0003210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0004210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0005210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0006210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0007210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0008210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0009210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d000a210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d000b210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d000c210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d000d210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d000e210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d000f210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0010210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0011210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0012210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0013210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0014210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0015210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0016210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0017210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0018210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d0019210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d001a210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d001b210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d001c210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d001d210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d001e210202400240200328020020042802002205460d00200128020021060c010b200541016a22062005490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121060c010b200128020020052007102521060b2006450d0120012006360200200141046a2007360200200141086a28020021050b2004200541016a360200200620056a20023a000020002d001f210502400240200328020020042802002200460d00200128020021030c010b200041016a22032000490d02200041017422062003200620034b1b22064100480d020240024020000d002006102121030c010b200128020020002006102521030b2003450d0120012003360200200141046a2006360200200141086a28020021000b2004200041016a360200200320006a20053a00000f0b102a000b102c000b3400200041e483c30036020420004100360200200041146a4101360200200041106a41ec83c300360200200041086a42083702000b130020004102360204200041f084c3003602000b3501017f02404110102122020d00102a000b20024200370008200242c0843d370000200042908080808002370204200020023602000bba0201037f23004180016b220224002000280200210002400240024002400240200128020022034110710d0020002d0000210420034120710d012004ad42ff01832001103921000c020b20002d00002104410021000340200220006a41ff006a2004410f712203413072200341d7006a2003410a491b3a00002000417f6a21002004410476410f7122040d000b20004180016a22044181014f0d02200141cc88c0004102200220006a4180016a410020006b103c21000c010b410021000340200220006a41ff006a2004410f712203413072200341376a2003410a491b3a00002000417f6a21002004410476410f7122040d000b20004180016a22044181014f0d02200141cc88c0004102200220006a4180016a410020006b103c21000b20024180016a240020000f0b2004418001103f000b2004418001103f000bbd0303017f017e027f230041d0006b22032400024020012002101b2204422088a72201450d002004a722022d0000220541014b0d002001417f6a210602400240024020050e020001000b41002101200341003a0049200241016a21050340024020062001470d00200141ff0171450d04200341003a00490c040b200341286a20016a200520016a2d00003a00002003200141016a22023a00492002210120024121470d000b200341106a200341316a290000370300200341186a200341396a290000370300200341206a200341c1006a2900003703002003200329002937030820032d00282101410021020c010b2006450d0120022d0001220141034f0d01200341086a41186a200341286a41186a290000370300200341086a41106a200341286a41106a290000370300200341086a41086a200341286a41086a29000037030020032003290028370308410121020b200020013a0001200020023a0000200041026a20032903083700002000410a6a200341106a290300370000200041126a200341186a2903003700002000411a6a200341206a290300370000200341d0006a24000f0b41e8c9c600412e200341286a419ccbc6004198cac6001032000bd20903067f017e057f230041f0016b22022400024002400240024002400240024020012802042203450d00200128020022042d0000210520012003417f6a22063602042001200441016a3602002005417f6a220541014b0d0520050e020102010b200041023a00000c050b20064104490d012004280001210720012003417b6a22053602042001200441056a36020020054108490d02200429000521082001200341736a36020420012004410d6a36020041002105200241003a00b001410d20036b2109200341726a210603400240200920056a0d000240200541ff0171450d00200241003a00b0010b200041023a00000c060b20024190016a20056a200420056a220a410d6a2d00003a0000200120063602042001200a410e6a3602002002200541016a220a3a00b0012006417f6a2106200a2105200a4120470d000b200241f0006a41186a20024190016a41186a290300370300200241f0006a41106a20024190016a41106a290300370300200241f0006a41086a20024190016a41086a290300370300200220022903900137037041002105200241003a00d0012004200a6a2109200a20036b410d6a210a03400240200a20056a0d000240200541ff0171450d00200241003a00d0010b200041023a00000c060b20024190016a20056a200920056a2204410d6a2d00003a00002001200636020420012004410e6a3602002002200541016a22043a00d0012006417f6a210620042105200441c000470d000b200241106a41386a220120024190016a41386a290300370300200241106a41306a220520024190016a41306a290300370300200241106a41286a220620024190016a41286a290300370300200241106a41206a220420024190016a41206a290300370300200241106a41186a220a20024190016a41186a290300370300200241106a41106a220320024190016a41106a290300370300200241106a41086a220920024190016a41086a290300370300200241d0006a41086a220b200241f0006a41086a290300370300200241d0006a41106a220c200241f0006a41106a290300370300200241d0006a41186a220d200241f0006a41186a290300370300200220022903900137031020022002290370370350200041003a000020002002290350370001200041096a200b290300370000200041116a200c290300370000200041196a200d290300370000200041216a2002290310370000200041296a2009290300370000200041316a2003290300370000200041396a200a290300370000200041c1006a2004290300370000200041c9006a2006290300370000200041d1006a2005290300370000200041d9006a2001290300370000200041e3006a2002410f6a2d00003a0000200041e1006a20022f000d3b0000200041e8006a2008370300200041e4006a20073602000c040b0240024020064104490d002004280001210620012003417b6a22053602042001200441056a360200200541084f0d010b200041023a00000c040b200041013a0000200020022f00103b0001200429000521082001200341736a36020420012004410d6a360200200041086a2008370300200041046a2006360200200041036a200241126a2d00003a0000200041106a20024190016a41e00010d3041a0c030b200041023a00000c020b200041023a00000c010b200041023a00000b200241f0016a24000b3400200041ee8fc30036020420004100360200200041146a4109360200200041106a41f48fc300360200200041086a42043702000b990101017f0240410110212202450d00200241003a000020024101410210252202450d00200241003a000120024102410410252202450d00200241003b000220024104410810252202450d002002410036000420024108411010252202450d002002420037000820024110412010252202450d002002420037001820024200370010200042a08080808004370204200020023602000f0b102a000b130020004102360204200041a4a2c3003602000b2d01017f02404108102122020d00102a000b20004288808080800137020420002002360200200242f02e3700000b2d01017f02404108102122020d00102a000b20004288808080800137020420002002360200200242e0123700000b130020004104360204200041c4a9c3003602000b3400200041c2a7c30036020420004100360200200041146a4105360200200041106a4198b4c300360200200041086a42133702000b3400200041afa9c30036020420004100360200200041146a4105360200200041106a4198b4c300360200200041086a42133702000b850401037f230041106b2202240020012d000021030240410110212204450d00200420033a000020012d0001210320044101410210252204450d00200420033a000120012d0002210320044102410410252204450d00200420033a0002200420012d00033a000320012d0004210320044104410810252204450d00200420033a0004200420012d00053a0005200420012d00063a0006200420012d00073a000720012d0008210320044108411010252204450d00200420033a0008200420012d00093a0009200420012d000a3a000a200420012d000b3a000b200420012d000c3a000c200420012d000d3a000d200420012d000e3a000e200420012d000f3a000f20012d0010210320044110412010252204450d00200420033a0010200420012d00113a0011200420012d00123a0012200420012d00133a0013200420012d00143a0014200420012d00153a0015200420012d00163a0016200420012d00173a0017200420012d00183a0018200420012d00193a0019200420012d001a3a001a200420012d001b3a001b200420012d001c3a001c200420012d001d3a001d200420012d001e3a001e200420012d001f3a001f200241086a22032004ad42808080808004841003220141086a2900003703002002200129000037030020011023200041086a20032903003700002000200229030037000020041023200241106a24000f0b102a000b13002000410636020420004184b8c3003602000bd71002077f027e230041106b22022400200241003602082002420137030041082002105d024002400240024020022802042203200228020822046b4108490d00200441086a2105200228020021030c010b200441086a22052004490d02200341017422062005200620054b1b22064100480d020240024020030d002006102121030c010b200228020020032006102521030b2003450d0120022006360204200220033602000b20022005360208200320046a42f0deb1db968cd9b7f400370000410f2002105d0240024020022802042205200228020822066b410f490d002006410f6a2104200228020021030c010b2006410f6a22042006490d02200541017422032004200320044b1b22074100480d020240024020050d002007102121030c010b200228020020052007102521030b2003450d012002200736020420022003360200200721050b20022004360208200320066a220641002900c58541370000200641076a41002900cc854137000002400240200520046b4104490d00200441046a21060c010b200441046a22062004490d02200541017422072006200720064b1b22074100480d020240024020050d002007102121030c010b200320052007102521030b2003450d0120022007360204200220033602000b20022006360208200320046a41023600000240024020022802042203200228020822046b4104490d00200228020021030c010b200441046a22052004490d02200341017422062005200620054b1b22054100480d020240024020030d002005102121030c010b200228020020032005102521030b2003450d0120022005360204200220033602000b2002200441046a360208200320046a41e8073600000240024020022802042203200228020822046b4104490d00200228020021030c010b200441046a22052004490d02200341017422062005200620054b1b22054100480d020240024020030d002005102121030c010b200228020020032005102521030b2003450d0120022005360204200220033602000b2002200441046a360208200320046a4100360000410c2002105d41d485c1002104034020042d0000210602400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d03200341017422072005200720054b1b22074100480d030240024020030d002007102121050c010b200228020020032007102521050b2005450d0220022007360204200220053602000b2002200341016a360208200520036a20063a0000200441016a2d0000210602400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d03200341017422072005200720054b1b22074100480d030240024020030d002007102121050c010b200228020020032007102521050b2005450d0220022007360204200220053602000b2002200341016a360208200520036a20063a0000200441026a2d0000210602400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d03200341017422072005200720054b1b22074100480d030240024020030d002007102121050c010b200228020020032007102521050b2005450d0220022007360204200220053602000b2002200341016a360208200520036a20063a0000200441036a2d0000210602400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d03200341017422072005200720054b1b22074100480d030240024020030d002007102121050c010b200228020020032007102521050b2005450d0220022007360204200220053602000b2002200341016a360208200520036a20063a0000200441046a2d0000210602400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d03200341017422072005200720054b1b22074100480d030240024020030d002007102121050c010b200228020020032007102521050b2005450d0220022007360204200220053602000b2002200341016a360208200520036a20063a0000200441056a2d0000210602400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d03200341017422072005200720054b1b22074100480d030240024020030d002007102121050c010b200228020020032007102521050b2005450d0220022007360204200220053602000b2002200341016a360208200520036a20063a0000200441066a2d0000210602400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d03200341017422072005200720054b1b22074100480d030240024020030d002007102121050c010b200228020020032007102521050b2005450d0220022007360204200220053602000b2002200341016a360208200520036a20063a0000200441076a2d0000210602400240200228020420022802082203460d00200228020021050c010b200341016a22052003490d03200341017422072005200720054b1b22074100480d030240024020030d002007102121050c010b200228020020032007102521050b2005450d0220022007360204200220053602000b2002200341016a360208200520036a20063a0000200441086a28020021060240024020022802042205200228020822036b4104490d00200228020021050c010b200341046a22072003490d03200541017422082007200820074b1b22074100480d030240024020050d002007102121050c010b200228020020052007102521050b2005450d0220022007360204200220053602000b2002200341046a360208200520036a20063600002004410c6a220441e486c100470d000b200235020821092002350200210a200241106a2400200a2009422086840f0b102a000b102c000b951d03057f017e037f230041f00a6b22022400024002402001450d00200220003602100c010b200241013602100b20022001360214200241a8086a200241106a1099020240024020022802ac082203450d00200241a8086a410c6a280200210120022802b008210420022802a8082100200241d0046a200241a8086a41106a41e00010d3041a200241a8086a200241106a107c20022802a8080d0102402001450d00200141246c21002003210103400240024020012d0000220541034b0d0002400240024020050e0404000102040b2001410c6a280200450d03200141086a28020010230c030b2001410c6a280200450d02200141086a28020010230c020b2001410c6a280200450d01200141086a28020010230c010b200141086a280200450d00200141046a28020010230b200141246a21012000415c6a22000d000b0b2004450d00200310230b200241bc086a4102360200200241dc046a4104360200200242023702ac08200241fcbac3003602a808200241043602d404200241f4bac3003602d004200241003602fc02200241bccbc6003602f8022002200241d0046a3602b8082002200241f8026a3602d804200241a8086a418cbbc3001037000b200241f8026a41086a2205200241a8086a41086a280200360200200220022903a8083703f802200241a8086a200241d0046a41e00010d3041a200241286a200241a8086a41e00010d3041a200241186a41086a22062005280200360200200220022903f80237031820024188016a410c6a200136020020024188016a41086a20043602002002200336028c01200220003602880120024188016a41106a200241286a41e00010d304210120024180026a2006280200360200200220022903183703f80120024188016a10cd03024002402002280288012200450d00200241a8086a2000417f6a109002200241a8086a2001412010d5040d000240024020024180026a28020022030d004100210341042104410021010c010b024002402003ad420c7e2207422088a70d002007a722014100480d0020022802f80121002001102122040d01102a000b102c000b200341c8026c210520034103742106200421010340200241a8086a2000108303200141086a200241a8086a41086a280200360200200120022903a8083702002001410c6a2101200041c8026a2100200541b87d6a22050d000b200641786a41037641016a21010b200220013602d804200220033602d404200220043602d004200241a8086a200241d0046a10ce030240200241d8016a2201200241a8086a412010d504450d0041decbc600ad4280808080e0018410072001ad4280808080800484100c200241a8086aad4280808080800484100c0b02402001200241a8086a412010d5040d00200241fc016a280200210820022802f8012106200228028002210520024188026a20024188016a41f00010d3041a2006200541c8026c6a2100200228028802210920062101024002402005450d0020024198076a4104722103200241d0046a41f0006a21042006210102400340200241c0076a200141e80010d3041a200141e8006a2903002107200241f8026a200141f0006a41d80110d3041a20074203510d01200241d0046a200241c0076a41e80010d3041a200220073703b8052004200241f8026a41d80110d3041a200241a8086a200241d0046a10830320022802b0082105024020022802ac08450d0020022802a80810230b200241a8086a200241d0046a41c80210d3041a200241003602a80720024198076a200241a8086a2005200241a8076a10cf0320022d0098074101460d03024020022d009c074104460d00200241a8086a41086a200341086a280200360200200220032902003703a808200241a8086a10be010b200141c8026a22012000470d000b200021010c010b200141c8026a21010b20012000460d03200241c0096a2105200241a8086a41f0006a21030340200241f8026a200141e80010d3041a200141e8006a2903002107200241a8086a200141f0006a41d80110d3041a20074203510d04200241c0076a200241f8026a41e80010d3041a200241d0046a200241a8086a41d80110d3041a200241a8086a200241c0076a41e80010d3041a20022007370390092003200241d0046a41d80110d3041a20051073200141c8026a22012000470d000c040b0b200241086a20022f00990720022d009b074110747210d0032002280208200228020c41b096c500102d000b41e997c500412441b096c500102d000b41cd97c500411c41b096c500102d000b02402008450d00200610230b200241d691c6004110108e01200228020421030240200228020022044101470d0041d691c600ad428080808080028410050b200241a8086a41186a4200370300200241a8086a41106a22064200370300200241a8086a41086a22014200370300200242003703a808200241d0046a41086a220041e691c600ad4280808080e000841003220541086a290000370300200220052900003703d0042005102320012000290300370300200220022903d0043703a808200241f8026a41086a220841b0a4c600ad4280808080e001841003220541086a290000370300200220052900003703f80220051023200620022903f802220737030020002001290300370300200241d0046a41106a2007370300200241d0046a41186a2008290300370300200220073703c007200220022903a8083703d00420022003410020041b3602a808200241d0046aad4280808080800484200241a8086aad4280808080c000841002200910d102200241a8086a10d103200220024188026a410c6a28020022033602b807200228028c0221062002200241a8086a410c6a28020022013602bc07024020032001470d0002402003450d0020022802ac08210841002105418da3c400ad4280808080c002842107034002400240024002400240024002400240200620056a22012d00002204200820056a22002d0000470d000240024002400240024020040e050001020304000b20012000460d09200141016a200041016a412010d5040d040c090b024020012000460d00200141016a280000200041016a280000470d040b200141106a2802002204200041106a280200470d03200141086a2802002209200041086a280200220a460d072009200a200410d5040d030c070b024020012000460d00200141016a280000200041016a280000470d030b200141106a2802002204200041106a280200470d02200141086a2802002209200041086a280200220a460d052009200a200410d5040d020c050b024020012000460d00200141016a280000200041016a280000470d020b200141106a2802002204200041106a280200470d01200141086a2802002209200041086a280200220a460d032009200a200410d5040d010c030b2001410c6a28020022042000410c6a280200470d00200141046a2802002209200041046a280200220a460d012009200a200410d504450d010b20071007200241d0046a200110dd0120023502d80442208620022802d0042204ad84100c024020022802d404450d00200410230b200241d0046a200010dd0120023502d80442208620022802d0042204ad84100c024020022802d404450d00200410230b20012d000020002d00002204470d0520040e050403020100040b2001410c6a28020022042000410c6a280200470d04200141046a2802002201200041046a2802002200460d0520012000200410d5040d040c050b024020012000460d00200141016a280000200041016a280000470d040b200141106a2802002204200041106a280200470d03200141086a2802002201200041086a2802002200460d0420012000200410d504450d040c030b024020012000460d00200141016a280000200041016a280000470d030b200141106a2802002204200041106a280200470d02200141086a2802002201200041086a2802002200460d0320012000200410d5040d020c030b024020012000460d00200141016a280000200041016a280000470d020b200141106a2802002204200041106a280200470d01200141086a2802002201200041086a2802002200460d0220012000200410d5040d010c020b20012000460d01200141016a200041016a412010d504450d010b419898c500412741b096c500102d000b200541246a21052003417f6a22030d000b0b024020024188026a41306a2201200241a8086a41306a2200412010d504450d0041decbc600ad4280808080e0018410072001ad4280808080800484100c2000ad4280808080800484100c0b024020012000412010d504450d0041bf98c500412841b096c500102d000b024020022802b4082200450d0020022802ac082101200041246c210003400240024020012d0000220541034b0d0002400240024020050e0404000102040b2001410c6a280200450d03200141086a28020010230c030b2001410c6a280200450d02200141086a28020010230c020b2001410c6a280200450d01200141086a28020010230c010b200141086a280200450d00200141046a28020010230b200141246a21012000415c6a22000d000b0b0240200241b0086a280200450d0020022802ac0810230b02402002280294022200450d00200228028c022101200041246c210003400240024020012d0000220541034b0d0002400240024020050e0404000102040b2001410c6a280200450d03200141086a28020010230c030b2001410c6a280200450d02200141086a28020010230c020b2001410c6a280200450d01200141086a28020010230c010b200141086a280200450d00200141046a28020010230b200141246a21012000415c6a22000d000b0b024020024190026a280200450d00200228028c0210230b200241f00a6a240042010f0b200241f8026a41146a410d360200200241f8026a410c6a410e360200200241c0076a41146a4103360200200242033702c40720024190c6c6003602c0072002410e3602fc022002200241b8076a3602a8072002200241bc076a36029807200242043703e004200242013702d4042002419098c5003602d0042002200241f8026a3602d0072002200241d0046a36028803200220024198076a360280032002200241a8076a3602f802200241c0076a41a891c6001037000bc818070c7f027e017f017e037f017e027f230041f0006b22012400024002400240024002402000410c6a28020041246c22020d004104210341002104410021050c010b200028020421064104210341002104410021050340024020062d00004101470d00200641106a2802002207417f4c0d03200641086a2802002108200641016a28000021090240024020070d004101210a0c010b20071021220a450d050b200a2008200710d304210a200141d0006a41086a220b200141086a29020037030020012001290200370350024020042005470d00200541016a22082005490d062005410174220c2008200c20084b1b2208ad42247e220d422088a70d06200da7220c4100480d060240024020050d00200c102121030c010b2003200541246c200c102521030b2003450d05200821050b2003200441246c6a220820073602102008200736020c2008200a36020820082009360001200841013a0000200820012903503702142008411c6a200b290300370200200441016a21040b200641246a21062002415c6a22020d000b0b2001410036025041d691c600ad4280808080800284200141d0006aad220e4280808080c000841002200141186a22074200370300200141106a220f4200370300200141086a2208420037030020014200370300200141c0006a41086a220641e691c600ad4280808080e0008422101003220241086a29000037030020012002290000370340200210232008200629030037030020012001290340220d3703202001200d3703002006418192c600ad4280808080e000841003220241086a2900003703002001200229000037034020021023200f2001290340220d370300200141d0006a41086a22092008290300370300200141d0006a41106a220a200d370300200141d0006a41186a220b20062903003703002001200d37033020012001290300370350200120002802002211360200200e4280808080800484220e2001ad4280808080c00084100220074200370300200f42003703002008420037030020014200370300200620101003220241086a29000037030020012002290000370340200210232008200629030037030020012001290340220d3703202001200d3703002006419f92c600ad4280808080e000841003220241086a290000370300200120022900003703402002102320072006290300220d37030020092008290300370300200a20012903402210370300200b200d370300200120103703302001200129030037035020014100360248200142013703402004200141c0006a105d0240024020040d00200128024821082001280244210a200128024021020c010b2003200441246c6a21122001280244210a200128024821062003210703402001200710dd012001280200210b02400240200a20066b20012802082209490d00200620096a2108200128024021020c010b200620096a22082006490d05200a41017422022008200220084b1b220c4100480d0502400240200a0d00200c102121020c010b2001280240200a200c102521020b2002450d042001200c36024420012002360240200c210a0b200741246a210720012008360248200220066a200b200910d3041a02402001280204450d00200b10230b2008210620122007470d000b0b200041106a2113200e2008ad4220862002ad8410020240200a450d00200210230b200141186a22074200370300200141106a22024200370300200141086a2208420037030020014200370300200141c0006a41086a220641e691c600ad4280808080e00084220d1003220941086a290000370300200120092900003703402009102320082006290300370300200120012903402210370320200120103703002006418792c600ad4280808080a001841003220941086a2900003703002001200929000037034020091023200141306a41086a221220062903002210370300200120012903402214370330200f2014370000200f41086a22152010370000200141d0006a41086a220a2008290300370300200141d0006a41106a220b2002290300370300200141d0006a41186a220c200729030037030020012001290300370350200141203602042001200141d0006a3602002013200110af022006200d1003220941086a2900003703002001200929000037034020091023200141206a41086a2216200629030037030020012001290340370320200641f891c600ad42808080809001841003220941086a2900003703002001200929000037034020091023201220062903003703002001200129034037033020012011417f6a360240200c200141c0006aad4280808080c000841001220941186a290000370300200b200941106a290000370300200a200941086a29000037030020012009290000370350200910232007200c2903003703002002200b2903003703002008200a2903003703002001200129035037030041c00010212209450d01200920012903203700002009200129033037001020092001290300370020200941086a2016290300370000200941186a2012290300370000200941286a2008290300370000200941306a2002290300370000200941386a200729030037000020012009360250200141c0003602542013200141d0006a10af0220091023200742003703002002420037030020084200370300200142003703002006200d1003220941086a290000370300200120092900003703402009102320082006290300370300200120012903402210370320200120103703002006419192c600ad4280808080e001841003220941086a2900003703002001200929000037034020091023201220062903002210370300200120012903402214370330200f201437000020152010370000200a2008290300370300200b2002290300370300200c200729030037030020012001290300370350200141203602042001200141d0006a360200200041d0006a200110af02200742003703002002420037030020084200370300200142003703002006200d1003220941086a29000037030020012009290000370340200910232008200629030037030020012001290340221037032020012010370300200641c893c600ad4280808080e000841003220941086a2900003703002001200929000037034020091023201220062903002210370300200120012903402214370330200f201437000020152010370000200a2008290300370300200b2002290300370300200c200729030037030020012001290300370350200e1005200742003703002002420037030020084200370300200142003703002006200d1003220941086a29000037030020012009290000370340200910232008200629030037030020012001290340221037032020012010370300200641e8a6c600ad4280808080a001841003220941086a2900003703002001200929000037034020091023201220062903002210370300200120012903402214370330200f201437000020152010370000200a2008290300370300200b2002290300370300200c200729030037030020012001290300370350200e10052006200d1003220941086a29000037030020012009290000370340200910232016200629030037030020012001290340370320200641ce93c600ad4280808080b001841003220941086a29000037030020012009290000370340200910232012200629030037030020012001290340370330200c42011001220641186a290000370300200b200641106a290000370300200a200641086a29000037030020012006290000370350200610232007200c2903003703002002200b2903003703002008200a2903003703002001200129035037030041c00010212206450d01200620012903203700002006200129033037001020062001290300370020200641086a200141206a41086a290300370000200641186a200141306a41086a290300370000200641286a200141086a290300370000200641306a200141106a290300370000200641386a200141186a2903003700002006ad4280808080800884100820061023200028020010d40210a50410a50402402004450d00200441246c21082003210603400240024020062d0000220741034b0d0002400240024020070e0404000102040b2006410c6a280200450d03200641086a28020010230c030b2006410c6a280200450d02200641086a28020010230c020b2006410c6a280200450d01200641086a28020010230c010b200641086a280200450d00200641046a28020010230b200641246a21062008415c6a22080d000b0b02402005450d00200310230b200141f0006a24000f0b1031000b102a000b102c000b8404010b7f230041206b220224002001280200210320012802082104200241003602082002420137030020042002105d024002400240024020040d002002280208210520022802042106200228020021070c010b20032004410c6c6a21082003210903402009280200210a200941086a280200220b2002105d02400240200228020422062002280208220c6b200b490d00200228020021070c010b200c200b6a2207200c490d04200641017422052007200520074b1b22054100480d040240024020060d002005102121070c010b200228020020062005102521070b2007450d032002200536020420022007360200200521060b2002200c200b6a22053602082007200c6a200a200b10d3041a2009410c6a22092008470d000b0b200241186a22092005ad4220862007ad84101f220b41186a290000370300200241106a220c200b41106a290000370300200241086a220a200b41086a2900003703002002200b290000370300200b1023200041186a2009290300370000200041106a200c290300370000200041086a200a2903003700002000200229030037000002402006450d00200710230b02402004450d002004410c6c21092003210b03400240200b41046a280200450d00200b28020010230b200b410c6a210b200941746a22090d000b0b0240200141046a280200450d00200310230b200241206a24000f0b102a000b102c000bc42805097f077e027f017e027f230041d0086b22042400200441b8046a200141c80210d3041a200441b0026a200441b8046a1093034101210502400240024020042d00b0024101470d00200020042f00b1023b0001200041013a0000200041036a20042d00b3023a000020032802002106410021000c010b200441306a200441b0026a41086a41800210d3041a024002400240024002400240024002400240024020032802002206450d00200341086a280200210720032802042108200441286a41d691c6004110108e01200428022c21092004280228210a200441b8046a41086a220b41e691c600ad4280808080e000841003220141086a290000370300200420012900003703b8042001102320044188076a41086a200b290300370300200420042903b80437038807200441a8076a41086a220541b8a5c600ad4280808080d001841003220141086a290000370300200420012900003703a8072001102320044198076a41086a2005290300370300200420042903a8073703980741002105200420094100200a1b3602b002200441b8046a41186a2209200441b0026aad4280808080c000841001220141186a290000370300200441b8046a41106a220a200141106a290000370300200b200141086a290000370300200420012900003703b80420011023200441c8076a41186a220c2009290300370300200441c8076a41106a2209200a290300370300200441c8076a41086a200b290300370300200420042903b8043703c80741c00010212201450d0120012004290388073700002001200429039807370010200120042903c807370020200141086a20044188076a41086a290300370000200141186a20044198076a41086a290300370000200141286a200441c8076a41086a290300370000200141306a2009290300370000200141386a200c290300370000200441c0003602bc04200420013602b80420062007200441b8046a108e02200110232008450d00200610230b20044180076a200441306a41d0006a10e501200441b8046a200441306a41800210d3041a200429038007210d02400240024020042903d804220e4202520d00024010a604220141ff01714102460d0020014180feff0771410876210b0c0b0b024010a604220141ff01714102460d0020014180feff0771410876210b0c0b0b10a6041a024010a604220141ff01714102460d0020014180feff0771410876210b0c0b0b024010a604220141ff01714102460d0020014180feff0771410876210b0c0b0b4100210920042802880541756a220141094b0d0920010e0a01090909090909090902010b20044190086a41186a200441b8046a41186a29030037030020044190086a41106a200441b8046a41106a29030037030020044190086a41086a200441b8046a41086a290300370300200420042903b80437039008024020042802880541696a41024f0d0041002101418704210b0c070b200441f8046a290300210f200441f0046a290300211020044180056a280200210b20042903e004211110a6041a024010a604220141ff01714102460d0020014180feff0771410876210b0c070b200441b0026a41186a4200370300200441b0026a41106a22074200370300200441b0026a41086a22084200370300200442003703b002200441c0086a41086a220141e691c600ad4280808080e0008422121003220941086a290000370300200420092900003703c0082009102320082001290300370300200420042903c0083703b0022001418192c600ad4280808080e000841003220941086a290000370300200420092900003703c00820091023200720042903c0082213370300200441c8076a41086a2008290300370300200441c8076a41106a2013370300200441c8076a41186a2001290300370300200420133703b008200420042903b0023703c807200441206a200441c8076a4120108e010240200e4201520d0020114200510d040b200120121003220841086a290000370300200420082900003703c0082008102320044198076a41086a2001290300370300200420042903c00837039807200141ec91c600ad4280808080c001841003220841086a290000370300200420082900003703c00820081023200441b0086a41086a2001290300370300200420042903c0083703b008200441b0026a20044190086a10910141c00010212201450d022001200429039807370000200120042903b008370010200120042903b002370020200141086a20044198076a41086a290300370000200141186a200441b0086a41086a290300370000200141286a200441b0026a41086a290300370000200141306a200441c0026a290300370000200141386a200441b0026a41186a290300370000200441186a200141c000108e01200428021c21082004280218210920011023410021012008410020091b2208200b470d04200441c0086a41086a220141e691c600ad4280808080e00084220e1003220841086a290000370300200420082900003703c00820081023200441a8076a41086a2001290300370300200420042903c0083703a807200141ec91c600ad4280808080c001841003220841086a290000370300200420082900003703c0082008102320044188076a41086a2001290300370300200420042903c00837038807200441c8076a20044190086a10910141c00010212201450d02200120042903a807370000200141086a200441a8076a41086a2903003700002001200429038807370010200141186a20044188076a41086a290300370000200120042903c807370020200141286a200441c8076a41086a220a290300370000200141306a200441c8076a41106a2214290300370000200141386a200441c8076a41186a22152903003700002004200b41016a3602b0022001ad4280808080800884200441b0026aad22164280808080c000842211100220011023200441b0026a41186a22174200370300200441b0026a41106a220c4200370300200441b0026a41086a22094200370300200442003703b002200441b0086a41086a2208200e1003220141086a290000370300200420012900003703b0082001102320092008290300370300200420042903b0083703b002200441c0086a41086a220b41f0a4c600ad428080808080028422121003220141086a290000370300200420012900003703c0082001102320044198076a41086a200b290300220e370300200420042903c00822133703980720072013370000200741086a200e370000200a20092903003703002014200c29030037030020152017290300370300200420042903b0023703c807200441106a200441c8076a4120108e01410021014106210b417f2004280214410020042802101b220720026a221820182007491b220742808080c0f588fe064280808080f28ba809200d4280808080f01f835022181b220e200e428094ebdc0380220e4280ec94a37c7e7c4280cab5ee0156200ea76a4b0d0620174200370300200c420037030020094200370300200442003703b002200841e691c600ad4280808080e0008422131003220141086a290000370300200420012900003703b0082001102320092008290300370300200420042903b008220e3703a8072004200e3703b002200820121003220141086a290000370300200420012900003703b00820011023200c20042903b008220e370300200a20092903003703002014200e370300201520082903003703002004200e3703a807200420042903b0023703c807200420073602b002200441c8076aad42808080808004842212201110022015420037030020144200370300200a4200370300200442003703c807200820131003220141086a290000370300200420012900003703b00820011023200a2008290300370300200420042903b0083703c807200841cca4c600ad4280808080b0028422111003220141086a290000370300200420012900003703b00820011023201420042903b008220e3703002009200a290300370300200c200e370300201720082903003703002004200e37038807200420042903c8073703b002200441086a200441b0026a4120108e0141002101417f200428020c410020042802081b22084180afd0e502418094ebdc0320181b2207200da7220920072009491b6a220920092008491b220820074b0d06200441b0026a41186a22094200370300200441b0026a41106a220a4200370300200441b0026a41086a220b4200370300200442003703b002200441b0086a41086a220120131003220741086a290000370300200420072900003703b00820071023200b2001290300370300200420042903b008220e3703a8072004200e3703b002200120111003220741086a290000370300200420072900003703b00820071023200441a8076a41086a2001290300220e370300200420042903b00822133703a807200c2013370000200c41086a200e370000200441c8076a41086a200b290300370300200441c8076a41106a200a290300370300200441c8076a41186a2009290300370300200420042903b0023703c807200420083602b002201220164280808080c0008410022004200d3703c807200441b0026a2010200f20044190086a200441c8076a200210a50302400240024020042d00b0024101460d00200441dc026a2802002102200441d8026a280200210a200441d4026a2802002107200441cc026a280200210c200928020021080240200441d0026a2802002201450d002001410c6c210b2008210103400240200141046a280200450d00200128020010230b2001410c6a2101200b41746a220b0d000b0b0240200c450d00200810230b02402002450d002002410c6c210b2007210103400240200141046a280200450d00200128020010230b2001410c6a2101200b41746a220b0d000b0b200a450d01200710230c010b20042d00b10222014102470d010b200441b0026a200441b8046a41d0006a10ce02024020042d00b0024101460d00200441dc026a2802002102200441d8026a2802002109200441d4026a2802002107200441cc026a280200210a200441c8026a28020021080240200441d0026a2802002201450d002001410c6c210b2008210103400240200141046a280200450d00200128020010230b2001410c6a2101200b41746a220b0d000b0b0240200a450d00200810230b02402002450d002002410c6c210b2007210103400240200141046a280200450d00200128020010230b2001410c6a2101200b41746a220b0d000b0b2009450d09200710230c090b20042d00b10222014102460d080b20042f01b202210b0c060b200441b0026a2004418c056a108b01024020042d00b0024101460d00200441dc026a2802002102200441d8026a280200210a200441d4026a2802002107200441cc026a280200210c200441c8026a28020021080240200441d0026a2802002201450d002001410c6c210b2008210103400240200141046a280200450d00200128020010230b2001410c6a2101200b41746a220b0d000b0b0240200c450d00200810230b02402002450d002002410c6c210b2007210103400240200141046a280200450d00200128020010230b2001410c6a2101200b41746a220b0d000b0b200a450d08200710230c080b20042d00b10222014102460d070c040b200441b0026a20044190056a10f202024020042d00b0024101460d00200441dc026a2802002102200441d8026a280200210a200441d4026a2802002107200441cc026a280200210c200441c8026a28020021080240200441d0026a2802002201450d002001410c6c210b2008210103400240200141046a280200450d00200128020010230b2001410c6a2101200b41746a220b0d000b0b0240200c450d00200810230b02402002450d002002410c6c210b2007210103400240200141046a280200450d00200128020010230b2001410c6a2101200b41746a220b0d000b0b200a450d07200710230c070b20042d00b10222014102460d060c030b102a000b41e0cfc600411941fccfc600102d000b410341022008200b4b1b210b0c010b20042f01b20241087420017221010c040b200b410874200141ff01717221010c030b200441f0076a41186a20044190086a41186a290300370300200441f0076a41106a20044190086a41106a290300370300200441f0076a41086a20044190086a41086a29030037030020042004290390083703f007410121090b200441a8076a41186a2207200441f0076a41186a2201290300370300200441a8076a41106a2208200441f0076a41106a220b290300370300200441a8076a41086a220a200441f0076a41086a2202290300370300200420042903f0073703a807200441b0026a20044188056a41b00110d3041a20044190086a41186a220c200729030037030020044190086a41106a2214200829030037030020044190086a41086a2207200a290300370300200420042903a807370390084102210802402009450d002001200c290300370300200b20142903003703002002200729030037030020042004290390083703f007410121080b200441d2076a2002290300370100200441da076a200b290300370100200441e2076a2001290300370100200420083a00c907200420042903f0073701ca07200441003a00c80720044190086a200441b0026a200441c8076a10bd012007280200210120043500910821132004330095082111200431009708210f200431009008210e200441cc046a200d370200200441b8046a41106a2001360200200441b8046a41086a200d200e20132011200f4210868442208684420886842213200e4204511b3703002004200e4204523602bc04200441003a00b804200441b8046a109901200441d691c6004110108e012004200428020441016a410120042802001b3602b80441d691c600ad4280808080800284200441b8046aad4280808080c0008410022000410c6a2001360200200041046a2013370200200041003a00002006450d032005450d03200341046a280200450d03200610230c030b200b410874200141ff01717221010b20044188056a10c101200041036a20014110763a0000200020013b0001200041013a000020054521000b20000d002006450d00200341046a280200450d00200610230b200441d0086a24000beb0101027f20014180feff077141087621020240024020014101710d00411f21034198cec60021010240024002400240024002400240200241ff01710e080006010203040508000b4120210341f8cdc60021010c070b412721034198cdc60021010c060b411721034181cdc60021010c050b41e2ccc60021010c040b4126210341bcccc60021010c030b412b21034191ccc60021010c020b4139210341bfcdc60021010c010b411f210341b9cfc600210102400240200241ff01710e03000102000b41c100210341f8cec60021010c010b41c100210341b7cec60021010b20002003360204200020013602000bf71e09057f017e017f017e027f017e017f027e077f230041f0016b22012400200141a8016a41186a22024200370300200141a8016a41106a22034200370300200141a8016a41086a22044200370300200142003703a801200141c8016a41086a220541e691c600ad4280808080e0008422061003220741086a290000370300200120072900003703c8012007102320042005290300370300200120012903c801220837039801200120083703a801200541b0a4c600ad4280808080e001841003220741086a290000370300200120072900003703c80120071023200320012903c8012208370300200141f8006a41086a22072004290300370300200141f8006a41106a22092008370300200141f8006a41186a220a200529030037030020012008370350200120012903a801370378200141f8006aad220b428080808080048422081005200242003703002003420037030020044200370300200142003703a801200520061003220c41086a2900003703002001200c2900003703c801200c102320042005290300370300200120012903c801220d370398012001200d3703a801200541cca4c600ad4280808080b002841003220c41086a2900003703002001200c2900003703c801200c102320022005290300220d37030020072004290300370300200920012903c801220e370300200a200d3703002001200e370350200120012903a80137037820081005200242003703002003420037030020044200370300200142003703a801200520061003220c41086a2900003703002001200c2900003703c801200c102320042005290300370300200120012903c801220d370398012001200d3703a801200541f0a4c600ad42808080808002841003220c41086a2900003703002001200c2900003703c801200c102320022005290300220d37030020072004290300370300200920012903c801220e370300200a200d3703002001200e370350200120012903a80137037820081005200242003703002003420037030020044200370300200142003703a801200520061003220c41086a2900003703002001200c2900003703c801200c102320042005290300370300200120012903c801220d370398012001200d3703a8012005418192c600ad4280808080e000841003220c41086a2900003703002001200c2900003703c801200c102320022005290300220d37030020072004290300370300200920012903c801220e370300200a200d3703002001200e370350200120012903a801370378200141086a200141f8006a4120108e01200128020c210f0240200128020822104101470d00200810050b200242003703002003420037030020044200370300200142003703a801200520061003220c41086a2900003703002001200c2900003703c801200c102320042005290300370300200120012903c801220637039801200120063703a8012005418792c600ad4280808080a001841003220c41086a2900003703002001200c2900003703c801200c1023200141d0006a41086a20052903002206370300200120012903c801220d3703502003200d370000200341086a20063700002007200429030037030020092003290300370300200a2002290300370300200120012903a801370378200141c8016a200141f8006a412010c6020240024020012d00c8014101460d00200141106a41086a4200370300200141106a41106a4200370300200141106a41186a4200370300200141a8016a41186a200141e1016a290000370300200141a8016a41106a200141d9016a290000370300200141a8016a41086a200141d1016a290000370300200120012900c9013703a801200142003703100c010b20081005200141a8016a41186a200141e1016a2900002206370300200141a8016a41106a200141d9016a290000220d370300200141a8016a41086a200141d1016a290000220e370300200141106a41086a200e370300200141106a41106a200d370300200141106a41186a2006370300200120012900c90122063703a801200120063703100b200141a8016a41186a22024200370300200141a8016a41106a22074200370300200141a8016a41086a22044200370300200142003703a801200141c8016a41086a220541e691c600ad4280808080e00084220d1003220941086a290000370300200120092900003703c8012009102320042005290300370300200120012903c801220637039801200120063703a8012005419f92c600ad4280808080e000841003220941086a290000370300200120092900003703c80120091023200141d0006a41086a221120052903002206370300200120012903c801220e3703502003200e370000200341086a22122006370000200141f8006a41086a22132004290300370300200141f8006a41106a22142007290300370300200141f8006a41186a22152002290300370300200120012903a801370378200141c8016a200141f8006a10ad030240024020012802c80122090d0041042109420021060c010b2008100520012902cc0121060b200f410020101b210a200242003703002007420037030020044200370300200142003703a8012005200d1003220c41086a2900003703002001200c2900003703c801200c102320042005290300370300200120012903c801220d370398012001200d3703a8012005419192c600ad4280808080e001841003220c41086a2900003703002001200c2900003703c801200c102320112005290300220d370300200120012903c801220e3703502003200e3700002012200d370000201320042903003703002014200729030037030020152002290300370300200120012903a801370378200141c8016a200141f8006a412010c6020240024020012d00c8014101460d00200141306a41086a4200370300200141306a41106a4200370300200141306a41186a4200370300200141a8016a41186a200141e1016a290000370300200141a8016a41106a200141d9016a290000370300200141a8016a41086a200141d1016a290000370300200120012900c9013703a801200142003703300c010b20081005200141a8016a41186a200141e1016a2900002208370300200141a8016a41106a200141d9016a290000220d370300200141a8016a41086a200141d1016a290000220e370300200141306a41086a200e370300200141306a41106a200d370300200141306a41186a2008370300200120012900c90122083703a801200120083703300b0240024002400240200a41fb01490d00200a41857e6a2203450d00200141c8016a41086a220541e691c600ad4280808080e000841003220441086a290000370300200120042900003703c8012004102320014198016a41086a22022005290300370300200120012903c80137039801200541f891c600ad42808080809001841003220441086a290000370300200120042900003703c80120041023200141d0006a41086a22072005290300370300200120012903c80137035020012003360278200141c8016a41186a2203200b4280808080c000841001220441186a290000370300200141c8016a41106a220c200441106a2900003703002005200441086a290000370300200120042900003703c80120041023200141a8016a41186a22042003290300370300200141a8016a41106a2203200c290300370300200141a8016a41086a220c2005290300370300200120012903c8013703a80141c00010212205450d01200520012903980137000020052001290350370010200520012903a801370020200541086a2002290300370000200541186a2007290300370000200541286a200c290300370000200541306a2003290300370000200541386a20042903003700002005ad42808080808008841005200510230b1012210841002105200141003a00e8012008422088a721022008a722072104034020022005460d03200141c8016a20056a20042d00003a00002001200541016a22033a00e801200441016a21042003210520034120470d000b200141d0006a41086a200141c8016a41086a290300370300200141d0006a41106a200141c8016a41106a290300370300200141d0006a41186a200141c8016a41186a290300370300200120012903c80137035002402002450d00200710230b200141003602d001200142013703c8012001200141c8016a3602a801200141106a200141a8016a106b20012802cc01210520014198016a20013502d00142208620012802c8012204ad84101310a10102402005450d00200410230b02402001280298012203450d00200141a0016a2802002102200128029c01210c41002105200141003a00e8010340024020022005470d000240200541ff0171450d00200141003a00e8010b41e3b2c600412c200141c8016a41dc92c60041a0b3c6001032000b200141c8016a20056a200320056a2d00003a00002001200541016a22043a00e8012004210520044120470d000b200141f8006a41086a200141c8016a41086a22042903002208370300200141f8006a41106a200141c8016a41106a2202290300220d370300200141f8006a41186a200141c8016a41186a2207290300220e370300200120012903c801220b370378200420083703002002200d3703002007200e3703002001200b3703c801200141a8016a41026a220f200141f5006a41026a2d00003a0000200120012f00753b01a8010240024020064220882208a722052006a7460d002006210d0c010b200541016a22102005490d032008a74101742211201020102011491bad220d42247e2208422088a70d032008a722104100480d030240024020050d002010102121090c010b2009200541246c2010102521090b2009450d0220064220882208a721050b2009200541246c6a220541003a0000200520012903c801370001200541096a2004290300370000200541116a2002290300370000200541196a2007290300370000200520012f01a8013b0021200541236a200f2d00003a00002008422086200d42ffffffff0f83844280808080107c2106200c450d00200310230b200020012903103700102000200a36020020002001290350370030200041286a200141106a41186a290300370000200041206a200141106a41106a290300370000200041186a200141106a41086a290300370000200041386a200141d0006a41086a290300370000200041c0006a200141d0006a41106a290300370000200041c8006a200141d0006a41186a290300370000200041086a200637020020002009360204200041e8006a200141306a41186a290300370000200041e0006a200141306a41106a290300370000200041d8006a200141306a41086a29030037000020002001290330370050200141f0016a24000f0b102a000b102c000b0240200541ff0171450d00200141003a00e8010b41e3b2c600412c200141c8016a41dc92c6004190b3c6001032000ba20301027f23004180026b22022400024002402001450d00200220003602000c010b200241013602000b20022001360204200241f8006a20021099020240200228027c450d00200241086a200241f8006a41f00010d3041a200241086a10cd030240200241086a410c6a2802002200450d00200228020c2101200041246c210003400240024020012d0000220341034b0d0002400240024020030e0404000102040b2001410c6a280200450d03200141086a28020010230c030b2001410c6a280200450d02200141086a28020010230c020b2001410c6a280200450d01200141086a28020010230c010b200141086a280200450d00200141046a28020010230b200141246a21012000415c6a22000d000b0b0240200241106a280200450d00200228020c10230b20024180026a240042010f0b200241f4016a41043602002002411c6a41023602002002420237020c200241fcbac300360208200241043602ec01200241c4bbc3003602e801200241003602fc01200241bccbc6003602f8012002200241e8016a3602182002200241f8016a3602f001200241086a418cbbc3001037000bc82a020c7f017e230041d0006b22022400200241003602282002420137032002400240410410212203450d0020024284808080c00037022420022003360220200341edcad18b0636000002400240200228022420022802282203460d00200228022021040c010b200341016a22042003490d02200341017422052004200520044b1b22054100480d020240024020030d002005102121040c010b200228022020032005102521040b2004450d0120022005360224200220043602200b2002200341016a360228200420036a410a3a0000411b200241206a105d41c489c100210603402006280204210720062802082205200241206a105d0240024020022802242203200228022822086b2005490d00200228022021040c010b200820056a22042008490d03200341017422092004200920044b1b22094100480d030240024020030d002009102121040c010b200228022020032009102521040b2004450d022002200936022420022004360220200921030b2002200820056a2209360228200420086a2007200510d3041a02400240200628020c4102470d00024020032009470d00200341016a22052003490d05200341017422082005200820054b1b22054100480d050240024020030d002005102121040c010b200420032005102521040b2004450d0420022005360224200220043602200b2002200941016a360228200420096a41003a00000c010b024020032009470d00200341016a22052003490d04200341017422082005200820054b1b22054100480d040240024020030d002005102121040c010b200420032005102521040b2004450d0320022005360224200220043602200b2002200941016a360228200420096a41013a00000240200628020c4101460d00200241306a20062802101103002002280234210820022802382203200241206a105d0240024020022802242205200228022822046b2003490d00200228022021050c010b200420036a22092004490d05200541017422072009200720094b1b22094100480d050240024020050d002009102121050c010b200228022020052009102521050b2005450d0420022009360224200220053602200b2002200420036a360228200520046a2008200310d3041a200228024021050240200228023c4101460d0020052002280244200241206a105f0c020b200520022802482203200241206a105f02402003450d00200341d8006c21084100210403400240200520046a220341346a280200450d002003413c6a280200450d00200341386a28020010230b0240200341c4006a280200450d00200341cc006a280200450d00200341c8006a28020010230b2008200441d8006a2204470d000b0b2002280244450d01200510230c010b2006280214210820062802182203200241206a105d0240024020022802242205200228022822046b2003490d00200228022021050c010b200420036a22092004490d04200541017422072009200720094b1b22094100480d040240024020050d002009102121050c010b200228022020052009102521050b2005450d0320022009360224200220053602200b2002200420036a360228200520046a2008200310d3041a200628022021030240200628021c4101460d002003200641246a280200200241206a105f0c010b20032006280228200241206a105f0b200228022421042002280228210302400240200628022c4102470d000240024020042003460d00200228022021040c010b200341016a22042003490d05200341017422052004200520044b1b22054100480d050240024020030d002005102121040c010b200228022020032005102521040b2004450d0420022005360224200220043602200b2002200341016a360228200420036a41003a00000c010b0240024020042003460d00200228022021040c010b200341016a22042003490d04200341017422052004200520044b1b22054100480d040240024020030d002005102121040c010b200228022020032005102521040b2004450d0320022005360224200220043602200b2002200341016a360228200420036a41013a00000240200628022c4101460d00200241186a200628023011030020022802182104200228021c2203200241206a105d2003450d012003412c6c21092004411c6a21030340200341686a28020021072003416c6a2802002204200241206a105d0240024020022802242208200228022822056b2004490d00200228022021080c010b200520046a220a2005490d062008410174220b200a200b200a4b1b220a4100480d060240024020080d00200a102121080c010b20022802202008200a102521080b2008450d052002200a360224200220083602200b2002200520046a360228200820056a2007200410d3041a200341706a200241206a105c2003200241206a105e2003412c6a2103200941546a22090d000c020b0b2006280230210420062802382203200241206a105d2003450d002003412c6c21092004411c6a21030340200341686a28020021072003416c6a2802002204200241206a105d0240024020022802242208200228022822056b2004490d00200228022021080c010b200520046a220a2005490d052008410174220b200a200b200a4b1b220a4100480d050240024020080d00200a102121080c010b20022802202008200a102521080b2008450d042002200a360224200220083602200b2002200520046a360228200820056a2007200410d3041a200341706a200241206a105c2003200241206a105e2003412c6a2103200941546a22090d000b0b200228022421042002280228210302400240200628023c4102470d000240024020042003460d00200228022021040c010b200341016a22042003490d05200341017422052004200520044b1b22054100480d050240024020030d002005102121040c010b200228022020032005102521040b2004450d0420022005360224200220043602200b2002200341016a360228200420036a41003a00000c010b0240024020042003460d00200228022021040c010b200341016a22042003490d04200341017422052004200520044b1b22054100480d040240024020030d002005102121040c010b200228022020032005102521040b2004450d0320022005360224200220043602200b2002200341016a360228200420036a41013a00000240200628023c4101460d00200241106a20062802401103002002280210210420022802142203200241206a105d2003450d012003412c6c21092004411c6a21030340200341686a28020021072003416c6a2802002204200241206a105d0240024020022802242208200228022822056b2004490d00200228022021080c010b200520046a220a2005490d062008410174220b200a200b200a4b1b220a4100480d060240024020080d00200a102121080c010b20022802202008200a102521080b2008450d052002200a360224200220083602200b2002200520046a360228200820056a2007200410d3041a200341706a200241206a105e2003200241206a105e2003412c6a2103200941546a22090d000c020b0b2006280240210420062802482203200241206a105d2003450d002003412c6c21092004411c6a21030340200341686a28020021072003416c6a2802002204200241206a105d0240024020022802242208200228022822056b2004490d00200228022021080c010b200520046a220a2005490d052008410174220b200a200b200a4b1b220a4100480d050240024020080d00200a102121080c010b20022802202008200a102521080b2008450d042002200a360224200220083602200b2002200520046a360228200820056a2007200410d3041a200341706a200241206a105e2003200241206a105e2003412c6a2103200941546a22090d000b0b02400240200628024c4101460d00200241086a20062802501103002002280208210b200228020c2203200241206a105d2003450d01200341386c210c410021080340200b20086a220341046a2802002107200341086a2802002204200241206a105d0240024020022802242209200228022822056b2004490d00200228022021090c010b200520046a220a2005490d062009410174220d200a200d200a4b1b220a4100480d060240024020090d00200a102121090c010b20022802202009200a102521090b2009450d052002200a360224200220093602200b2002200520046a360228200920056a2007200410d3041a200341106a2802002107200341146a2802002204200241206a105d0240024020022802242209200228022822056b2004490d00200228022021090c010b200520046a220a2005490d062009410174220d200a200d200a4b1b220a4100480d060240024020090d00200a102121090c010b20022802202009200a102521090b2009450d052002200a360224200220093602200b2002200520046a360228200920056a2007200410d3041a02400240200341186a2802004101460d00200241306a2003411c6a280200200341206a28020028020c1102002002280230210720022802382204200241206a105d0240024020022802242209200228022822056b2004490d00200228022021090c010b200520046a220a2005490d082009410174220d200a200d200a4b1b220a4100480d080240024020090d00200a102121090c010b20022802202009200a102521090b2009450d072002200a360224200220093602200b2002200520046a360228200920056a2007200410d3041a2002280234450d01200710230c010b2003411c6a2802002107200341246a2802002204200241206a105d0240024020022802242209200228022822056b2004490d00200228022021090c010b200520046a220a2005490d072009410174220d200a200d200a4b1b220a4100480d070240024020090d00200a102121090c010b20022802202009200a102521090b2009450d062002200a360224200220093602200b2002200520046a360228200920056a2007200410d3041a0b200341286a200241206a105e200c200841386a2208470d000c020b0b2006280250210b20062802582203200241206a105d2003450d00200341386c210c410021080340200b20086a220341046a2802002107200341086a2802002204200241206a105d0240024020022802242209200228022822056b2004490d00200228022021090c010b200520046a220a2005490d052009410174220d200a200d200a4b1b220a4100480d050240024020090d00200a102121090c010b20022802202009200a102521090b2009450d042002200a360224200220093602200b2002200520046a360228200920056a2007200410d3041a200341106a2802002107200341146a2802002204200241206a105d0240024020022802242209200228022822056b2004490d00200228022021090c010b200520046a220a2005490d052009410174220d200a200d200a4b1b220a4100480d050240024020090d00200a102121090c010b20022802202009200a102521090b2009450d042002200a360224200220093602200b2002200520046a360228200920056a2007200410d3041a02400240200341186a2802004101460d00200241306a2003411c6a280200200341206a28020028020c1102002002280230210720022802382204200241206a105d0240024020022802242209200228022822056b2004490d00200228022021090c010b200520046a220a2005490d072009410174220d200a200d200a4b1b220a4100480d070240024020090d00200a102121090c010b20022802202009200a102521090b2009450d062002200a360224200220093602200b2002200520046a360228200920056a2007200410d3041a2002280234450d01200710230c010b2003411c6a2802002107200341246a2802002204200241206a105d0240024020022802242209200228022822056b2004490d00200228022021090c010b200520046a220a2005490d062009410174220d200a200d200a4b1b220a4100480d060240024020090d00200a102121090c010b20022802202009200a102521090b2009450d052002200a360224200220093602200b2002200520046a360228200920056a2007200410d3041a0b200341286a200241206a105e200c200841386a2208470d000b0b02400240200628025c4101460d00200220062802601103002002280200210420022802042203200241206a105d2003450d012003411c6c21092004410c6a21030340200341786a28020021072003417c6a2802002204200241206a105d0240024020022802242208200228022822056b2004490d00200228022021080c010b200520046a220a2005490d062008410174220b200a200b200a4b1b220a4100480d060240024020080d00200a102121080c010b20022802202008200a102521080b2008450d052002200a360224200220083602200b2002200520046a360228200820056a2007200410d3041a2003200241206a105e2003411c6a2103200941646a22090d000c020b0b2006280260210420062802682203200241206a105d2003450d002003411c6c21092004410c6a21030340200341786a28020021072003417c6a2802002204200241206a105d0240024020022802242208200228022822056b2004490d00200228022021080c010b200520046a220a2005490d052008410174220b200a200b200a4b1b220a4100480d050240024020080d00200a102121080c010b20022802202008200a102521080b2008450d042002200a360224200220083602200b2002200520046a360228200820056a2007200410d3041a2003200241206a105e2003411c6a2103200941646a22090d000b0b200641ec006a220641a8a0c100470d000b02400240024002400240024002402002280228220341046a2204417f4c0d002002280224210720022802202109024002402004450d00200410212205450d092003413f4b0d01200520034102743a0000410121080c080b41012104410110212205450d08200541033a0000410521080c030b200341808001490d052003418080808004490d040c010b1031000b200541033a00002004417f6a41044f0d01200441017422084105200841054b1b22084100480d060b20052004200810252205450d04200821040b20052003360001410521080c020b0240200441034b0d00200441017422084104200841044b1b22084100480d0420052004200810252205450d03200821040b20052003410274410272360000410421080c010b0240200441014b0d0020052004200441017422084102200841024b1b220810252205450d02200821040b41022108200520034102744101723b00000b0240200420086b20034f0d00200820036a22062008490d022004410174220a2006200a20064b1b22064100480d0220052004200610252205450d010b200520086a2009200310d3041a200820036aad4220862005ad84210e02402007450d00200910230b200241d0006a2400200e0f0b102a000b102c000bde0601057f23004190086b22022400024002402001450d00200220003602000c010b200241013602000b20022001360204200241b8056a2002107d02400240024020022903a0064203510d00200241186a200241b8056a41c80210d3041a200241e0026a200241186a41c80210d3041a200241a8056a200241e0026a10830320022802b0052101200241b8056a200241e0026a41c80210d3041a20024188086a20022802b005360200200220022903a80537038008200241086a200241b8056a200120024180086a10cf034101410220022d000841014622031b220010212201450d01200241003602c005200220003602bc05200220013602b8050240024020030d00200141003a000041022103200241023602c005024020022d000c22044104470d00200141003a00010c020b41012105200141013a00010240024002400240024020040e0400010203000b410021050b200220053a00e002410221040c020b41022104200241023a00e002410221050c010b200241033a00e0024104210020014102410410252201450d04200141033a000220024284808080303702bc05200220013602b805200220022d000d22033a00e002024041010d0041000d0641034101742200410341016a2204200020044b1b22004100480d060240024041030d002000102121010c010b200141032000102521010b2001450d05200220003602bc05200220013602b8050b2002410341016a22043602c005200141036a20033a0000200220022d000e22053a00e0020b024020002004470d0041000d0520004101742203200041016a2206200320064b1b22034100480d050240024020000d002003102121010c010b200120002003102521010b2001450d04200220033602bc05200220013602b8050b2002200441016a22033602c005200120046a20053a00000c010b200141013a0000200241013602c005200241086a410172200241b8056a10d50320022802c005210320022802b80521010b20024190086a24002003ad4220862001ad840f0b200241246a4104360200200241f4026a4102360200200242023702e402200241fcbac3003602e0022002410436021c200241dcbbc3003602182002410036020c200241bccbc6003602082002200241186a3602f0022002200241086a360220200241e0026a418cbbc3001037000b102a000b102c000ba00b01057f230041106b22022400200141046a2802002103200141086a2802002104024002400240024020002d00004101460d000240024020032004460d00200128020021050c010b200441016a22032004490d04200441017422052003200520034b1b22034100480d040240024020040d002003102121050c010b200128020020042003102521050b2005450d0320012005360200200141046a2003360200200141086a28020021040b200141086a2206200441016a36020041002103200520046a41003a000002400240024002400240024002400240024020002d00010e080700010203040506070b200241013a000f410121030c070b410221030c050b410321030c040b410421030c030b410521030c020b410621030c010b200241073a000f02400240200141046a28020020062802002204460d00200128020021030c010b200441016a22032004490d06200441017422052003200520034b1b22054100480d060240024020040d002005102121030c010b200128020020042005102521030b2003450d0520012003360200200141046a2005360200200141086a28020021040b200141086a200441016a360200200320046a41073a000020002d000221030b200220033a000f0b02400240200141046a280200200141086a2802002204460d00200128020021000c010b200441016a22002004490d04200441017422052000200520004b1b22054100480d040240024020040d002005102121000c010b200128020020042005102521000b2000450d0320012000360200200141046a2005360200200141086a28020021040b200141086a200441016a360200200020046a20033a00000c010b0240024020032004460d00200128020021030c010b200441016a22032004490d03200441017422052003200520034b1b22054100480d030240024020040d002005102121030c010b200128020020042005102521030b2003450d0220012003360200200141046a2005360200200141086a28020021040b200141086a200441016a360200200320046a41013a000020002d0001220441024b0d0002400240024020040e03000102000b02400240200141046a280200200141086a2802002204460d00200128020021000c010b200441016a22002004490d05200441017422032000200320004b1b22034100480d050240024020040d002003102121000c010b200128020020042003102521000b2000450d0420012000360200200141046a2003360200200141086a28020021040b200141086a200441016a360200200020046a41003a00000c020b02400240200141046a280200200141086a2802002204460d00200128020021000c010b200441016a22002004490d04200441017422032000200320004b1b22034100480d040240024020040d002003102121000c010b200128020020042003102521000b2000450d0320012000360200200141046a2003360200200141086a28020021040b200141086a200441016a360200200020046a41013a00000c010b02400240200141046a280200200141086a2802002204460d00200128020021030c010b200441016a22032004490d03200441017422052003200520034b1b22054100480d030240024020040d002005102121030c010b200128020020042005102521030b2003450d0220012003360200200141046a2005360200200141086a28020021040b200141086a2205200441016a360200200320046a41023a000020002d0002210302400240200141046a28020020052802002204460d00200128020021000c010b200441016a22002004490d03200441017422052000200520004b1b22054100480d030240024020040d002005102121000c010b200128020020042005102521000b2000450d0220012000360200200141046a2005360200200141086a28020021040b200141086a200441016a360200200020046a20033a00000b200241106a24000f0b102a000b102c000bf51207077f017e017f027e057f017e067f23004190026b22022400200241186a41d691c6004110108e01200228021c21030240200228021822044101470d0041d691c600ad428080808080028410050b200241206a41186a22054200370300200241206a41106a22064200370300200241206a41086a2207420037030020024200370320200241b0016a41086a220841e691c600ad4280808080e0008422091003220a41086a2900003703002002200a2900003703b001200a102320072008290300370300200220022903b001370320200841b0a4c600ad4280808080e00184220b1003220a41086a2900003703002002200a2900003703b001200a1023200620022903b001220c370300200241d0016a41086a220d2007290300370300200241d0016a41106a220a200c370300200241d0016a41186a220e20082903003703002002200c37038002200220022903203703d00120022003410020041b360220200241d0016aad4280808080800484200241206aad4280808080c0008410022005420037030020064200370300200742003703002002420037032020024180026a41086a220f20091003220341086a2900003703002002200329000037038002200310232007200f2903003703002002200229038002370320200f418192c600ad4280808080e000841003220341086a2900003703002002200329000037038002200310232006200229038002220c370300200d2007290300370300200a200c370300200e200f2903003703002002200c3703b001200220022903203703d001200241106a200241d0016a4120108e012002280214410020022802101b10d10220054200370300200642003703002007420037030020024200370320200f20091003220341086a2900003703002002200329000037038002200310232007200f2903003703002002200229038002220c3703f0012002200c370320200f200b1003220341086a2900003703002002200329000037038002200310232006200229038002220c370300200d2007290300370300200a200c370300200e200f2903003703002002200c3703f001200220022903203703d001200241086a200241d0016a4120108e010240024002400240200228020c410020022802081b22100d0041042111410021100c010b2010ad420c7e220c422088a70d01200ca7220a4100480d01200a10212211450d0220024180026aad4280808080c00084210b4100210341e691c600ad4280808080e00084211220112104034020024180026a41086a220a20121003221341086a29000037030020022013290000370380022013102320024190016a41086a2214200a290300370300200220022903800237039001200a41b8a5c600ad4280808080d001841003221341086a290000370300200220132900003703800220131023200241b0016a41086a2213200a29030037030020022002290380023703b0012002200336028002200241206a41186a2215200b1001220a41186a290000370300200241206a41106a2216200a41106a290000370300200241206a41086a2217200a41086a2900003703002002200a290000370320200a1023200241d0016a41186a22182015290300370300200241d0016a41106a22152016290300370300200241d0016a41086a22162017290300370300200220022903203703d00141c0001021220a450d03200341016a2103200a200229039001370000200a41086a2014290300370000200a20022903b001370010200a41186a2013290300370000200a20022903d001370020200a41286a2016290300370000200a41306a2015290300370000200a41386a2018290300370000200241206a200a41c00010d002024020022802202213450d00200aad428080808080088410050b2002290224210c200a1023200441046a200c420020131b37020020042013410120131b3602002004410c6a210420102003470d000b0b20022010360228200220103602242002201136022020024190016a200241206a10ce03200241b0016a41186a20024190016a41186a290300370300200241b0016a41106a20024190016a41106a290300370300200820024190016a41086a29030037030020022002290390013703b00120054200370300200241206a41106a220a42003703002007420037030020024200370320200f20091003220341086a2900003703002002200329000037038002200310232007200f2903003703002002200229038002220c3703f0012002200c370320200f419192c600ad4280808080e001841003220341086a290000370300200220032900003703800220031023200241f0016a41086a200f290300220c3703002002200229038002220b3703f0012006200b370000200641086a200c370000200d2007290300370300200241d0016a41106a200a290300370300200e2005290300370300200220022903203703d001200241203602242002200241d0016a360220200241b0016a200241206a10af02200241206a10d103200241003602b801200242013703b0012002200241b0016a3602d001200a200241d0016a106b200241206a200241b0016a10dc012002200241b0016a3602d001200241d0006a200241d0016a106b2002200241b0016a3602d001200241f0006a200241d0016a106b200228022421042002412c6a280200220a200241b0016a105d0240200a450d00200a41246c21150340200241d0016a200410dd0120022802d00121140240024020022802b401221320022802b801220a6b20022802d8012203490d0020022802b00121130c010b200a20036a2216200a490d032013410174220a2016200a20164b1b220a4100480d030240024020130d00200a102121130c010b20022802b0012013200a102521130b2013450d042002200a3602b401200220133602b00120022802b801210a0b2002200a20036a3602b8012013200a6a2014200310d3041a024020022802d401450d00201410230b200441246a21042015415c6a22150d000b0b20023502b801422086210c20023502b001210b0240200228022c2203450d002002280224210a200341246c2103034002400240200a2d0000220441034b0d0002400240024020040e0404000102040b200a410c6a280200450d03200a41086a28020010230c030b200a410c6a280200450d02200a41086a28020010230c020b200a410c6a280200450d01200a41086a28020010230c010b200a41086a280200450d00200a41046a28020010230b200a41246a210a2003415c6a22030d000b0b200c200b84210c0240200241286a280200450d00200228022410230b20024190026a2400200c0f0b102c000b102a000bf31205017f017e027f017e077f230041f0026b22022400024002402001450d00200220003602180c010b200241013602180b2002200136021c200241106a200241186a106f024020022802100d00200228021421012002200241186a3602d001200241003a00e002200242003702fc01200241e8f6c2003602f80120022001360234200241003602302002200241e0026a36023c2002200241d0016a360238200241306a200241f8016a10f10220022802f801210120022902fc012103024020022d00e002450d0020012003a72003422088a7109b020c010b2001450d002002200337022420022001360220200241306a200241206a1068024002400240024020022802304101460d00200241306a41086a22002903002103200241306a41186a4200370300200241306a41106a220442003703002000420037030020024200370330200241d0016a41086a220141ad92c500ad42808080809001841003220541086a290000370300200220052900003703d0012005102320002001290300370300200220022903d001370330200141b9c0c300ad428080808030841003220541086a290000370300200220052900003703d00120051023200420022903d0012206370300200241f8016a41086a2000290300370300200241f8016a41106a2006370300200241f8016a41186a2001290300370300200220063703e002200220022903303703f8012002200241f8016a10e601200229030821062002280200210041c80210212207450d012007200241f8016a41e80010d304220842023703682008410236029801200820022903d001370370200841f8006a200129030037030020084180016a200241d0016a41106a29030037030020084188016a200241d0016a41186a29030037030020084190016a200241f0016a29030037030020082003200642b8177c42b81720001b220620032006561b3703a001200841a8016a200241306a41a00110d3041a200241206a210120022802242109024003402001280200220a41086a2100200a2f0106220b4103742101410021050240024003402001450d0141aaa1c5002000410810d5042204450d02200141786a2101200541016a2105200041086a21002004417f4a0d000b2005417f6a210b0b024020090d004101210c0c030b2009417f6a2109200a200b4102746a41e4016a21010c010b0b4101210c200a41e0006a2005410c6c6a22012802084104490d002001280200280000210a200241306a41186a4200370300200241306a41106a22044200370300200241306a41086a2200420037030020024200370330200241d0016a41086a220141ad92c500ad42808080809001841003220541086a290000370300200220052900003703d0012005102320002001290300370300200220022903d001370330200141c694c500ad4280808080b001841003220541086a290000370300200220052900003703d00120051023200420022903d0012203370300200241f8016a41086a2000290300370300200241f8016a41106a2003370300200241f8016a41186a2001290300370300200220033703e002200220022903303703f801200241306a200241f8016a10800220022802302201410420011b2100024002402002290234420020011b2203422088a72201417f6a220520014d0d002003a70d010c020b0240200520014f0d00200020054102746a2201450d002001280200210102402003a7450d00200010230b2001200a460d02200841c80241900510252207450d04200741c8026a200241f8016a41e80010d3041a200742023703b0032007200a3602e403200741093602e003200720022903d0013703b803200741c0036a200241d8016a290300370300200741c8036a200241e0016a290300370300200741d0036a200241e8016a290300370300200741d8036a200241f0016a290300370300200741f0036a200241306a41a00110d3041a4102210c0c020b2003a7450d010b200010230b200241206a21012002280224210a024003402001280200220841086a210020082f01062209410374210141002105024003402001450d0141ddb6c1002000410810d5042204450d03200141786a2101200541016a2105200041086a21002004417f4a0d000b2005417f6a21090b0240200a450d00200a417f6a210a200820094102746a41e4016a21010c010b0b419cb7c100412a418cb7c100104a000b200220082005410c6c6a220141e8006a2802003602fc012002200141e0006a2802003602f801200241306a200241f8016a10820120022802302204450d02200229023421032007200c41c8026c2200200c4101742201200c41016a2205200120054b1b41c8026c1025220d450d01200d20006a200241f8016a41e80010d30422014202370368200120022903d001370370200141f8006a200241d8016a29030037030020014180016a200241e0016a29030037030020014188016a200241e8016a29030037030020014190016a200241f0016a290300370300200141a0016a20033703002001419c016a20043602002001411536029801200141a8016a200241306a41a00110d3041a200228022020022802242002280228109b022002410036028002200242013703f8012005200241f8016a105d200041c8026a210b20022802fc01210a2002280280022101200d21050340200241306a20051083032002280230210902400240200a20016b20022802382208490d00200120086a210020022802f80121040c010b200120086a22002001490d05200a41017422042000200420004b1b22074100480d0502400240200a0d002007102121040c010b20022802f801200a2007102521040b2004450d03200220073602fc01200220043602f8012007210a0b2002200036028002200420016a2009200810d3041a02402002280234450d00200910230b200541c8026a210520002101200b41b87d6a220b0d000b200d4198016a2101200c41c8026c41c8026a21052000ad4220862004ad842103034020011073200141c8026a2101200541b87d6a22050d000b200d1023200241f0026a240020030f0b200220022902343703f80141b1ccc3004128200241f8016a41fccbc30041dcccc3001032000b102a000b2002412936023420024181c8c60036023041e5b6c1004125200241306a41f8b8c100418cb7c1001032000b102c000b20024184026a4104360200200241c4006a410236020020024202370234200241fcbac300360230200241043602fc01200241f4bbc3003602f801200241003602d401200241bccbc6003602d0012002200241f8016a3602402002200241d0016a36028002200241306a418cbbc3001037000bf12c06087f017e0a7f027e017f037e230041c0026b22022400024002402001450d00200220003602180c010b200241013602180b2002200136021c200241d0006a200241186a1099020240024020022802542203450d00200241dc006a280200210420022802582105200241d0006a200241186a107c200228025022060d0102402004450d00200441246c21002003210103400240024020012d0000220741034b0d0002400240024020070e0404000102040b2001410c6a280200450d03200141086a28020010230c030b2001410c6a280200450d02200141086a28020010230c020b2001410c6a280200450d01200141086a28020010230c010b200141086a280200450d00200141046a28020010230b200141246a21012000415c6a22000d000b0b2005450d00200310230b200241e4016a4104360200200241e4006a410236020020024202370254200241fcbac300360250200241043602dc0120024190bcc3003602d80120024100360244200241bccbc6003602402002200241d8016a3602602002200241c0006a3602e001200241d0006a418cbbc3001037000b200241d8006a280200210820022802542109200241106a200241186a106f0240024020022802100d00200228021421012002200241186a360240200241003a0030200242003702dc01200241e8f6c2003602d80120022001360254200241003602502002200241306a36025c2002200241c0006a360258200241d0006a200241d8016a10f10220022802d801210120022902dc01210a024020022d0030450d002001200aa7200a422088a7109b020c010b20010d010b200241e4016a4104360200200241e4006a410236020020024202370254200241fcbac300360250200241043602dc0120024190bcc3003602d80120024100360244200241bccbc6003602402002200241d8016a3602602002200241c0006a3602e001200241d0006a418cbbc3001037000b2002200a37022420022001360220200241013b013c20024200370234200241e8f6c200360230200241306a41086a210b02400240024002402008450d002006200841c8026c6a210c200241d8016a410272210d200241d0006a41106a210e2006210f024002400240024002400340200f41e8006a2903004202520d0602400240200f2802980141024722100d00200f2903a001210a200241206a2101200228022421110240024002400240024002400240024003402001280200221241086a210020122f010622134103742101410021070240024003402001450d0141f9c7c6002000410810d5042214450d02200141786a2101200741016a2107200041086a21002014417f4a0d000b2007417f6a21130b2011450d022011417f6a2111201220134102746a41e4016a21010c010b0b201241e0006a2007410c6c6a220128020841074b0d014181c8c6002113201542808080807083422984a721110c020b41aac8c6002113201542808080807083421c84a721110c010b200a42f02e8020012802002900002215510d014131211141bd8fc30021130b0240024020022d003d450d0041a1a2c5002101413121000c010b200228023020022802342002280238109b0220024200370234200241e8f6c200360230200242e2c289abb68edbb7f40037034041002101200241d8016a410272410041da0010d2041a200241d0006a410041840110d2041a41e40110212214450d1020144100360200201441046a200241d8016a41dc0010d3041a201441e0006a200241d0006a41840110d3041a200241003602342002201436023020142f0106220f4103742112417f2100024002400340024020122001470d00200f21000c020b200241c0006a201420016a41086a410810d5042207450d02200141086a2101200041016a21002007417f4a0d000b0b200242e2c289abb68edbb7f4003702642002200b3602602002200036025c20022014360254200241003602502002200241306a360258201141046a2200417f4c0d03024002402000450d00200010212201450d13200220003602bc02200220013602d801200241003602b8022011413f4b0d01200120114102743a0000410121070c100b200241003602bc02200241003602b80241012100200241013602d801410110212201450d12200141033a0000200241013602bc02200220013602d801200241013602b802410521070c0b0b201141808001490d0d2011418080808004490d0c0c080b41f4a1c5002101412d21000b200220003602542002200136025041b2a1c5004122200241d0006a41d4a1c50041e4a1c5001032000b20100d04200f2903a0012116200241d0006a200241206a10680240024020022802504101470d002002350258210a20022802542117410121100c010b2002290358210a200241d0006a41186a22144200370300200e4200370300200241d0006a41086a2200420037030020024200370350200241d8016a41086a220141ad92c500ad42808080809001841003220741086a290000370300200220072900003703d8012007102320002001290300370300200220022903d801370350200141b9c0c300ad428080808030841003220741086a290000370300200220072900003703d80120071023200241c0006a41086a20012903002218370300200220022903d8012219370340200e2019370000200e41086a201837000020012000290300370300200241d8016a41106a200e290300370300200241d8016a41186a2014290300370300200220022903503703d8012002200241d8016a10e60102402016200a42b0ea017c560d00410021102016200229030842b8177c42b81720022802001b220a540d010c060b201a42808080807083422584210a41012110418cccc30021170b024020022d003d450d004131210141a1a2c50021000c040b02402010450d00200228023020022802342002280238109b0220024200370234200241e8f6c200360230200242f4d2b59bc7ae98b8303703400c020b20022802302112200242f4d2b59bc7ae98b830370340201241e8f6c200460d01200228023421110c020b1031000b200d410041da0010d2041a200241d0006a410041840110d2041a41e40110212212450d0c4100211120124100360200201241046a200241d8016a41dc0010d3041a201241e0006a200241d0006a41840110d3041a20024100360234200220123602300b02400340201241086a210020122f01062213410374210141002107024003402001450d01200241c0006a2000410810d5042214450d03200141786a2101200741016a2107200041086a21002014417f4a0d000b2007417f6a21130b02402011450d002011417f6a2111201220134102746a41e4016a28020021120c010b0b200242f4d2b59bc7ae98b8303702642002200b3602602002201336025c20022012360254200241003602502002200241306a360258200241003602e001200242013703d8014101102121010240024020100d002001450d0e200141003a000020024281808080103702dc01200220013602d80120014101410910252201450d0e2001200a3700012002428980808090013702dc01200220013602d8010c010b2001450d0d200141013a000020024281808080103702dc01200220013602d801200aa72201200241d8016a105d0240024020022802dc01220720022802e00122006b2001490d0020022802d80121070c010b200020016a22142000490d0f200741017422122014201220144b1b22144100480d0f0240024020070d002014102121070c010b20022802d80120072014102521070b2007450d0e200220143602dc01200220073602d8010b2002200020016a3602e001200720006a2017200110d3041a0b200241c0006a41086a200241d8016a41086a280200360200200220022903d801370340200241d0006a200241c0006a10b702200220103a003d200241003a003c200a211a2010450d02200241d8016a41086a200241306a41086a290300370300200220022903303703d8010c0b0b412d210141f4a1c50021000b200220003602502002200136025441b2a1c5004122200241d0006a41d4a1c50041e4a1c5001032000b200f41c8026a220f200c470d010c070b0b200141033a0000200241013602b8022000417f6a41034b0d01200041017422074105200741054b1b22074100480d080b20012000200710252201450d06200220073602bc02200220013602d801200721000b20012011360001410521070c020b0240200041034b0d00200041017422074104200741044b1b22074100480d0620012000200710252201450d05200220073602bc02200220013602d801200721000b20012011410274410272360000410421070c010b0240200041014b0d0020012000200041017422074102200741024b1b220710252201450d04200220073602bc02200220013602d801200721000b41022107200120114102744101723b00000b200220073602b8020240200020076b20114f0d00200720116a22142007490d04200041017422122014201220144b1b22144100480d0420012000201410252201450d03200220143602bc02200220013602d8010b2002200720116a3602b802200120076a2013201110d3041a200220022802d801360240200220022802bc02360244200220022802b802360248200241d0006a200241c0006a10b70220024180023b013c200241d8016a41086a200241306a41086a290300370300200220022903303703d8010c010b200241d8016a41086a200b290300370300200220022903303703d8010b200228022020022802242002280228109b0202402004450d00200441246c21002003210103400240024020012d0000220741034b0d0002400240024020070e0404000102040b2001410c6a280200450d03200141086a28020010230c030b2001410c6a280200450d02200141086a28020010230c020b2001410c6a280200450d01200141086a28020010230c010b200141086a280200450d00200141046a28020010230b200141246a21012000415c6a22000d000b0b02402005450d00200310230b02402008450d00200841c8026c210020064198016a2101034020011073200141c8026a2101200041b87d6a22000d000b0b02402009450d00200610230b200241003602582002420137035020022d00e4012100410110212201450d002002410136025420022002280258220741016a36025820022001360250200120076a20003a000020022d00e501210702400240200228025420022802582201460d00200228025021000c010b200141016a22002001490d02200141017422142000201420004b1b22144100480d020240024020010d002014102121000c010b200228025020012014102521000b2000450d012002201436025420022000360250200228025821010b2002200141016a360258200020016a20073a000020022802e001200241d0006a105d20022802d80122072100024020022802dc012214450d002014210120072100034020002802e40121002001417f6a22010d000b0b0240024020022802e00122130d00410021010c010b200241d8016a210c41002114034002400240201420002f01064f0d0020002014410c6c6a41e0006a2112200020144103746a41086a2101201441016a21140c010b02400240200028020022010d00201642808080807083200cad84211641002107410021010c010b2000330104422086200cad842116410121070b201621152016210a02402016422088a7220020012f0106490d000340200a221542ffffffff0f83210a200741016a210720012f01042200200128020022012f01064f0d000b0b20012000410c6c6a2114200120004103746a2111200041027420016a41e8016a28020021002015a7210c02402007417f6a2201450d00034020002802e40121002001417f6a22010d000b0b201441e0006a2112201141086a2101410021140b20012d0000210f02400240200228025420022802582207460d00200228025021110c010b200741016a22112007490d04200741017422102011201020114b1b22104100480d040240024020070d002010102121110c010b200228025020072010102521110b2011450d032002201036025420022011360250200228025821070b2002200741016a360258201120076a200f3a000020012d0001210f02400240200228025420022802582207460d00200228025021110c010b200741016a22112007490d04200741017422102011201020114b1b22104100480d040240024020070d002010102121110c010b200228025020072010102521110b2011450d032002201036025420022011360250200228025821070b2002200741016a360258201120076a200f3a000020012d0002210f02400240200228025420022802582207460d00200228025021110c010b200741016a22112007490d04200741017422102011201020114b1b22104100480d040240024020070d002010102121110c010b200228025020072010102521110b2011450d032002201036025420022011360250200228025821070b2002200741016a360258201120076a200f3a000020012d0003210f02400240200228025420022802582207460d00200228025021110c010b200741016a22112007490d04200741017422102011201020114b1b22104100480d040240024020070d002010102121110c010b200228025020072010102521110b2011450d032002201036025420022011360250200228025821070b2002200741016a360258201120076a200f3a000020012d0004210f02400240200228025420022802582207460d00200228025021110c010b200741016a22112007490d04200741017422102011201020114b1b22104100480d040240024020070d002010102121110c010b200228025020072010102521110b2011450d032002201036025420022011360250200228025821070b2002200741016a360258201120076a200f3a000020012d0005210f02400240200228025420022802582207460d00200228025021110c010b200741016a22112007490d04200741017422102011201020114b1b22104100480d040240024020070d002010102121110c010b200228025020072010102521110b2011450d032002201036025420022011360250200228025821070b2002200741016a360258201120076a200f3a000020012d0006210f02400240200228025420022802582207460d00200228025021110c010b200741016a22112007490d04200741017422102011201020114b1b22104100480d040240024020070d002010102121110c010b200228025020072010102521110b2011450d032002201036025420022011360250200228025821070b2002200741016a360258201120076a200f3a000020012d0007211102400240200228025420022802582201460d00200228025021070c010b200141016a22072001490d042001410174220f2007200f20074b1b220f4100480d040240024020010d00200f102121070c010b20022802502001200f102521070b2007450d032002200f36025420022007360250200228025821010b2002200141016a360258200720016a20113a00002012280200211120122802082201200241d0006a105d0240024020022802542212200228025822076b2001490d00200228025021120c010b200720016a220f2007490d0420124101742207200f2007200f4b1b22074100480d040240024020120d002007102121120c010b200228025020122007102521120b2012450d032002200736025420022012360250200228025821070b2002200720016a360258201220076a2011200110d3041a2013417f6a22130d000b20022802e001210120022802dc01211420022802d80121070b2002350250210a20023502582115200720142001109b02200241c0026a2400200a2015422086840f0b102a000b102c000b5602017f027e230041306b2202240020024101410010cd0220024100360228200242013703202002200241206a36022c20022002412c6a106b2002350228210320023502202104200241306a240020042003422086840bb24405077f027e027f047e067f230041c00e6b22022400024002402001450d00200220003602200c010b200241013602200b20022001360224200241f8076a200241206a107d024002400240024002400240024020022903e0084203510d00200241e0006a200241f8076a41c80210d3041a200241a8036a200241e0006a41c80210d3041a200241f8076a200241a8036a1083032002280280082103024020022802fc07450d0020022802f80710230b200241f8076a200241a8036a41c80210d3041a200241f0056a200241f8076a10930341012100024020022d00f0054101470d00200220022d00f3053a002b200220022f00f1053b0029200241013a00280c050b200241f8076a200241f0056a41086a41800210d3041a200241c00a6a200241c8086a220410e501024002400240024002402002290398084202520d00200241286a41206a22014200370300200241286a41186a22004280808080c000370300200241013a0050200242043703382002427f37033020024200370328200241f0056a41206a22034200370300200241f0056a41186a22054280808080c000370300200241013a00980620024204370380062002427f3703f805200242003703f005200241a80b6a200241286a200241f0056a10db03200241286a41286a2206200241a80b6a41286a2903003703002001200241a80b6a41206a2903003703002000200241a80b6a41186a290300370300200241286a41106a2207200241a80b6a41106a290300370300200241286a41086a2208200241a80b6a41086a290300370300200220022903a80b3703282003420037030020054280808080c000370300200241013a00980620024204370380062002427f3703f805200242003703f005200241d80b6a200241286a200241f0056a10db032006200241d80b6a41286a2903003703002001200241d80b6a41206a2903003703002000200241d80b6a41186a2903003703002007200241d80b6a41106a2903003703002008200241d80b6a41086a290300370300200220022903d80b3703282003420037030020054280808080c000370300200241013a00980620024204370380062002427f3703f805200242003703f005200241880c6a200241286a200241f0056a10db032006200241880c6a41286a2903003703002001200241880c6a41206a2903003703002000200241880c6a41186a2903003703002007200241880c6a41106a2903003703002008200241880c6a41086a290300370300200220022903880c3703282003420037030020054280808080c000370300200241013a00980620024204370380062002427f3703f805200242003703f005200241b80c6a200241286a200241f0056a10db032006200241b80c6a41286a2903003703002001200241b80c6a41206a2903003703002000200241b80c6a41186a2903003703002007200241b80c6a41106a2903003703002008200241b80c6a41086a290300370300200220022903b80c3703282003420037030020054280808080c000370300200241013a00980620024204370380062002427f3703f805200242003703f005200241f00c6a200241286a200241f0056a10db032006200241f00c6a41286a2903003703002001200241f00c6a41206a2903003703002000200241f00c6a41186a2903003703002007200241f00c6a41106a2903003703002008200241f00c6a41086a290300370300200220022903f00c3703282003420037030020054280808080c000370300200241013a00980620024204370380062002427f3703f805200242003703f005200241a00d6a200241286a200241f0056a10db032006200241a00d6a41286a2903003703002001200241a00d6a41206a2903003703002000200241a00d6a41186a2903003703002007200241a00d6a41106a2903003703002008200241a00d6a41086a290300370300200220022903a00d3703282003420037030020054280808080c000370300200241013a00980620024204370380062002427f3703f805200242003703f005200241d00d6a200241286a200241f0056a10db032006200241d00d6a41286a2903003703002001200241d00d6a41206a2903003703002000200241d00d6a41186a2903003703002007200241d00d6a41106a2903003703002008200241d00d6a41086a290300370300200220022903d00d3703282003420037030020054280808080c000370300200241013a00980620024204370380062002427f3703f805200242003703f005200241800e6a200241286a200241f0056a10db03200241840b6a2200200241800e6a41086a290300370200200220022903800e3702fc0a200241940e6a2802002107200241800e6a41186a2802002101200241800e6a41206a2802002108200241a40e6a280200210320022802900e2105200228029c0e210620022903a80e2109200241c80a6a41086a2000290200370300200220022902fc0a3703c80a20022802c80841756a220041094b0d0120000e0a02010101010101010103020b20022903c00a210a200241800e6a41206a4200370300200241800e6a41186a22004280808080c000370300200242043703900e427f21092002427f3703880e200242003703800e200241013a00a80e200220022800d00d3602a00d2002200241d30d6a2800003600a30d024020022802c80841696a41014b0d00200241023a002b200241800e3b0029200241013a00280c080b200241f0056a41206a22054200370300200241f0056a41186a22014280808080c0003703002002419c066a20022800a30d360000200241013a00980620024204370380062002427f3703f805200242003703f005200220022802a00d36009906200241c80a6a200241800e6a200241f0056a10db03200241286a41286a2206200241c80a6a41286a290300370300200241286a41206a2207200241c80a6a41206a290300370300200241286a41186a2208200241c80a6a41186a290300370300200241286a41106a220b200241c80a6a41106a290300370300200241286a41086a220c200241c80a6a41086a290300370300200220022903c80a3703282005420037030020014280808080c000370300200241013a00980620024204370380062002427f3703f805200242003703f005200241f80a6a200241286a200241f0056a10db032006200241f80a6a41286a2903003703002007200241f80a6a41206a2903003703002008200241f80a6a41186a290300370300200b200241f80a6a41106a290300370300200c200241f80a6a41086a290300370300200220022903f80a3703282005420037030020014280808080c000370300200241013a00980620024204370380062002427f3703f805200242003703f005200241a80b6a200241286a200241f0056a10db032006200241a80b6a41286a2903003703002007200241a80b6a41206a2903003703002008200241a80b6a41186a290300370300200b200241a80b6a41106a290300370300200c200241a80b6a41086a290300370300200220022903a80b37032820014200370300200241f0056a41106a22074200370300200241f0056a41086a22054200370300200242003703f005200241b00e6a41086a220141e691c600ad4280808080e00084220d1003220641086a290000370300200220062900003703b00e2006102320052001290300370300200220022903b00e3703f0052001418192c600ad4280808080e000841003220641086a290000370300200220062900003703b00e20061023200720022903b00e220e370300200241800e6a41086a22062005290300370300200241800e6a41106a2205200e370300200020012903003703002002200e3703d00d200220022903f0053703800e200241186a200241800e6a4120108e01200228021c410020022802181bad210e02402002290398084201520d0020022903a00822094200510d06200e200241a8086a290300220f200f200e541b221020097c2010200f7d2009827d21090b200241f0056a41206a4200370300200241f0056a41186a4280808080c000370300200241013a0098062002420437038006200242003703f005200242002009200e7d220e200e2009561b3703f805200241d80b6a200241286a200241f0056a10db03200241800e6a41286a200241d80b6a41286a290300370300200241800e6a41206a200241d80b6a41206a290300370300200241800e6a41186a200241d80b6a41186a2903003703002005200241d80b6a41106a2903003703002006200241d80b6a41086a290300370300200220022903d80b3703800e2001200d1003220041086a290000370300200220002900003703b00e20001023200241a00d6a41086a2001290300370300200220022903b00e3703a00d200141ec91c600ad4280808080c001841003220041086a290000370300200220002900003703b00e20001023200241f00c6a41086a2001290300370300200220022903b00e3703f00c200241d00d6a200241f8076a10910141c00010212201450d09200120022903a00d370000200120022903f00c370010200120022900d00d370020200141086a200241a00d6a41086a290300370000200141186a200241f00c6a41086a290300370000200141286a200241d00d6a41086a290000370000200141306a200241e00d6a290000370000200141386a200241d00d6a41186a290000370000200241106a200141c000108e012002280214210020022802102105200110230240024020022802c00822012000410020051b2208490d00410c10212205450d0b410410212200450d0b2002420437022c20022000360228200241f8076a200241286a107102400240200228022c2206200228023022006b4104490d00200228022821070c010b200041046a22072000490d0d200641017422002007200020074b1b22004100480d0d0240024020060d002000102121070c010b200228022820062000102521070b2007450d0c2002200036022c20022007360228200228023021000b410421062002200041046a360230200720006a2001360000200241d00d6a41086a2200200228023022073602002002200229032822093703d00d200541086a200736020020052009370200410021070240200820014f0d00410c10212206450d0c410410212207450d0c2002420437022c20022007360228200241f8076a200241286a107102400240200228022c2208200228023022076b4104490d00200228022821080c010b200741046a220b2007490d0e20084101742207200b2007200b4b1b22074100480d0e0240024020080d002007102121080c010b200228022820082007102521080b2008450d0d2002200736022c20022008360228200228023021070b2002200741046a360230200820076a2001417f6a360000200241d00d6a41086a200228023022013602002002200229032822093703d00d200641086a200136020020062009370200410121070b200241f0056a41206a428180808010370300200241f0056a41186a200736020020024184066a20073602002002419c066a200241bb0c6a280000360000200241013a0098062002200536028c0620022006360280062002427f3703f805200220022800b80c360099062002200a42ffffffff0f833703f005200241880c6a200241800e6a200241f0056a10db03200241800e6a41286a200241880c6a41286a290300370300200241800e6a41206a200241880c6a41206a290300370300200241800e6a41186a2207200241880c6a41186a290300370300200241800e6a41106a200241880c6a41106a290300370300200241800e6a41086a200241880c6a41086a290300370300200220022903880c3703800e200241d00d6a41186a22084200370300200241d00d6a41106a2205420037030020004200370300200242003703d00d200241f00c6a41086a220641e691c600ad4280808080e00084220e1003220141086a290000370300200220012900003703f00c2001102320002006290300370300200220022903f00c3703d00d200241b00e6a41086a220641f0a4c600ad42808080808002841003220141086a290000370300200220012900003703b00e20011023200520022903b00e2209370300200241286a41086a2000290300370300200241286a41106a22012009370300200241286a41186a220b2006290300370300200220093703a00d200220022903d00d370328200241086a200241286a4120108e010240417f200228020c410020022802081b220020036a220620062000491b4280808080f28ba80942808080c0f588fe06200a422088a7221141ff017122061b22092009428094ebdc038022094280ec94a37c7e7c4280cab5ee01562009a76a4b0d00200b420037030020014200370300200241286a41086a220b420037030020024200370328200241f00c6a41086a2200200e1003220c41086a2900003703002002200c2900003703f00c200c1023200b2000290300370300200220022903f00c370328200041cca4c600ad4280808080b002841003220c41086a2900003703002002200c2900003703f00c200c1023200120022903f00c2209370300200241d00d6a41086a220c200b2903003703002005200937030020082000290300370300200220093703a00d200220022903283703d00d2002200241d00d6a4120108e01417f2002280204410020022802001b2200418094ebdc034180afd0e50220061b2201200aa7220520012005491b6a220520052000491b20014d0d020b200241003a002b200241800c3b0029200241013a002820022802900e2103024020072802002201450d002001410c6c21002003210103400240200141046a280200450d00200128020010230b2001410c6a2101200041746a22000d000b0b0240200241940e6a280200450d00200310230b200228029c0e21030240200241a40e6a2802002201450d002001410c6c21002003210103400240200141046a280200450d00200128020010230b2001410c6a2101200041746a22000d000b0b200241a00e6a280200450d09200310230c090b200241003a002b20024180063b0029200241013a002820022802900e21030240200241980e6a2802002201450d002001410c6c21002003210103400240200141046a280200450d00200128020010230b2001410c6a2101200041746a22000d000b0b0240200241940e6a280200450d00200310230b200228029c0e21030240200241a40e6a2802002201450d002001410c6c21002003210103400240200141046a280200450d00200128020010230b2001410c6a2101200041746a22000d000b0b200241a00e6a280200450d08200310230c080b200241f0056a41206a22004200370300200241f0056a41186a22054280808080c0003703002002419c066a200241ec0c6a2800003600002002420437038006200220022800e90c36009906200241013a0098062002427f3703f8052002427f200a42ffffffff0f83201141ff01714101461b3703f005200241b80c6a200241800e6a200241f0056a10db03200241d00d6a41286a2206200241b80c6a41286a290300370300200241d00d6a41206a2207200241b80c6a41206a290300370300200241d00d6a41186a2201200241b80c6a41186a290300370300200241d00d6a41106a2208200241b80c6a41106a290300370300200c200241b80c6a41086a290300370300200220022903b80c3703d00d2002200a370328200241f0056a20022903b008200241b8086a290300200241f8076a200241286a200310a503024020022d00f0054101470d00200220022d00f3053a002b200220022f00f1053b0029200241013a002820022802e00d2103024020012802002201450d002001410c6c21002003210103400240200141046a280200450d00200128020010230b2001410c6a2101200041746a22000d000b0b0240200241e40d6a280200450d00200310230b20022802ec0d21030240200241f40d6a2802002201450d002001410c6c21002003210103400240200141046a280200450d00200128020010230b2001410c6a2101200041746a22000d000b0b200241f00d6a280200450d08200310230c080b200241800e6a41286a200241f0056a41306a2203290300370300200241800e6a41206a200241f0056a41286a290300370300200241800e6a41186a2000290300370300200241800e6a41106a2005290300370300200241800e6a41086a2200200241f0056a41106a290300370300200220022903f8053703800e200241f00c6a200241d00d6a200241800e6a10db032006200241f00c6a41286a2903003703002007200241f00c6a41206a2903003703002001200241f00c6a41186a2903003703002008200241f00c6a41106a290300370300200241d00d6a41086a200241f00c6a41086a290300370300200220022903f00c3703d00d200241f0056a200410ce02024020022d00f0054101470d00200220022d00f3053a002b200220022f00f1053b0029200241013a002820022802e00d21030240200241e80d6a2802002201450d002001410c6c21002003210103400240200141046a280200450d00200128020010230b2001410c6a2101200041746a22000d000b0b0240200241e40d6a280200450d00200310230b20022802ec0d21030240200241f40d6a2802002201450d002001410c6c21002003210103400240200141046a280200450d00200128020010230b2001410c6a2101200041746a22000d000b0b200241f00d6a280200450d08200310230c080b200241800e6a41286a2003290300370300200241800e6a41206a200241f0056a41286a290300370300200241800e6a41186a200241f0056a41206a290300370300200241800e6a41106a200241f0056a41186a2903003703002000200241f0056a41106a290300370300200220022903f8053703800e200241a00d6a200241d00d6a200241800e6a10db03200241286a41086a20022903a00d370300200241286a41106a200241a00d6a41086a290300370300200241286a41186a200241a00d6a41106a290300370300200241286a41206a200241a00d6a41186a290300370300200241286a41286a200241a00d6a41206a290300370300200241286a41306a200241a00d6a41286a290300370300200241003a00280c070b200241003a00f305418102210020024181023b00f105200241013a00f0050c050b200241f0056a200241cc086a108b010c010b200241f0056a200241d0086a10f2020b024020022d00f0054101470d0020022f00f10520022d00f3054110747221000c030b200241a00d6a41286a2200200241f0056a41306a290300370300200241a00d6a41206a220b200241f0056a41286a220c290300370300200241a00d6a41186a2211200241f0056a41206a2212290300370300200241a00d6a41106a2213200241f0056a41186a2214290300370300200241a00d6a41086a2215200241f0056a41106a2216290300370300200220022903f8053703a00d200241800e6a41086a200241c80a6a41086a290300370300200241a40e6a2003360200200241800e6a41206a2008360200200241800e6a41186a2001360200200241940e6a2007360200200220022903c80a3703800e200220093703a80e2002200636029c0e200220053602900e200c20002903003703002012200b2903003703002014201129030037030020162013290300370300200241f0056a41086a2015290300370300200220022903a00d3703f005200241d00d6a200241800e6a200241f0056a10db03200241286a41086a20022903d00d370300200241286a41106a200241d00d6a41086a290300370300200241286a41186a200241d00d6a41106a290300370300200241286a41206a200241d00d6a41186a290300370300200241286a41286a200241d00d6a41206a290300370300200241286a41306a200241d00d6a41286a290300370300200241003a00280c030b200241ec006a4104360200200241bc036a4102360200200242023702ac03200241fcbac3003602a80320024104360264200241a8bcc300360260200241003602f405200241bccbc6003602f0052002200241e0006a3602b8032002200241f0056a360268200241a8036a418cbbc3001037000b41e0cfc600411941fccfc600102d000b200241013a0028200220003b0029200220004110763a002b02402001450d002001410c6c21002005210103400240200141046a280200450d00200128020010230b2001410c6a2101200041746a22000d000b0b02402007450d00200510230b02402003450d002003410c6c21002006210103400240200141046a280200450d00200128020010230b2001410c6a2101200041746a22000d000b0b2008450d00200610230b200410c10120022d002821000b410110212201450d00200242013702fc07200220013602f80702400240200041ff01714101460d002002410136028008200141003a0000200241306a2903002109024020022802fc072200417f6a41074b0d00200041017422034109200341094b1b22034100480d0420012000200310252201450d03200220033602fc07200220013602f8070b200241093602800820012009370001200241c0006a2802002100200241c8006a2802002201200241f8076a105d02402001450d0020002001410c6c6a2108034020002802002106200041086a2802002201200241f8076a105d0240024020022802fc07220520022802800822036b2001490d0020022802f80721050c010b200320016a22072003490d06200541017422042007200420074b1b22074100480d060240024020050d002007102121050c010b20022802f80720052007102521050b2005450d05200220073602fc07200220053602f8070b2002200320016a36028008200520036a2006200110d3041a2000410c6a22002008470d000b0b200241cc006a2802002100200241d4006a2802002201200241f8076a105d0240024020010d0020022802fc07210620022802800821080c010b20002001410c6c6a2104034020002802002107200041086a2802002201200241f8076a105d0240024020022802fc07220620022802800822036b2001490d0020022802f80721050c010b200320016a22052003490d06200641017422082005200820054b1b22084100480d060240024020060d002008102121050c010b20022802f80720062008102521050b2005450d05200220083602fc07200220053602f807200821060b2002200320016a220836028008200520036a2007200110d3041a2000410c6a22002004470d000b0b200241386a290300210902400240200620086b4108490d0020022802f80721010c010b200841086a22012008490d04200641017422002001200020014b1b22004100480d040240024020060d002000102121010c010b20022802f80720062000102521010b2001450d03200220003602fc07200220013602f8070b2002200841086a36028008200120086a2009370000200241d8006a2d00002105024020022802fc072002280280082200470d00200041016a22032000490d04200041017422062003200620034b1b22034100480d040240024020000d002003102121010c010b200120002003102521010b2001450d03200220033602fc07200220013602f8070b2002200041016a220336028008200120006a20053a00000c010b2002410136028008200141013a0000200241286a410172200241f8076a10d503200228028008210320022802f80721010b2003ad4220862001ad842109024020022d00280d000240200241c8006a2802002200450d00200241c0006a28020021012000410c6c210003400240200141046a280200450d00200128020010230b2001410c6a2101200041746a22000d000b0b0240200241c4006a280200450d00200228024010230b0240200241d4006a2802002200450d00200241cc006a28020021012000410c6c210003400240200141046a280200450d00200128020010230b2001410c6a2101200041746a22000d000b0b200241d0006a280200450d00200228024c10230b200241c00e6a240020090f0b102a000b102c000bc60505017f027e077f017e017f230041206b220324002002290300210420012903002105200141106a210620022802102107024002400240024002400240200141146a2802002208200141186a28020022096b200241186a280200220a490d00200628020021080c010b2009200a6a220b2009490d022008410174220c200b200c200b4b1b220bad420c7e220d422088a70d02200da7220c4100480d020240024020080d00200c102121080c010b20062802002008410c6c200c102521080b2008450d0120012008360210200141146a200b3602000b20082009410c6c6a2007200a410c6c10d3041a200141186a2009200a6a36020020024100360218200341086a200641086a280200360200200320062902003703002001411c6a2106200228021c210b02400240200141206a2802002208200141246a28020022096b200241246a280200220a490d00200628020021080c010b2009200a6a220c2009490d022008410174220e200c200e200c4b1b220cad420c7e220d422088a70d02200da7220e4100480d020240024020080d00200e102121080c010b20062802002008410c6c200e102521080b2008450d012001200836021c200141206a200c3602000b427f200520047c220420042005541b210520082009410c6c6a200b200a410c6c10d3041a200141246a2009200a6a36020020024100360224200341106a41086a200641086a28020036020020032006290200370310200229030822042001290308220d200d2004561b210420012d0028450d024101210120022d0028450d020c030b102a000b102c000b410021010b20002005370300200020032903003702102000200329031037021c200020013a002820002004370308200041186a200341086a280200360200200041246a200341106a41086a2802003602000240200241146a280200450d00200710230b0240200241206a280200450d00200b10230b200341206a24000bbb3b07047f017e047f017e037f027e1a7f230041f0036b2202240002400240024002400240024002400240024020014104490d0020002800002103410041002802fcd0462200410120001b3602fcd0460240200041014b0d000240024020000e020001000b4100418caec000360284d146410041bccbc600360280d146410041023602fcd0460c010b034041002802fcd0464101460d000b0b100d4101470d06200241a8016a41186a4200370300200241a8016a41106a22044200370300200241a8016a41086a22014200370300200242003703a801200241186a41086a220041d0a0c100ad42808080808001841003220541086a290000370300200220052900003703182005102320012000290300370300200220022903183703a801200041b7c1c000ad42808080808001841003220541086a2900003703002002200529000037031820051023200420022903182206370300200241d8006a41086a2001290300370300200241d8006a41106a2006370300200241d8006a41186a20002903003703002002200637039801200220022903a801370358200241086a200241d8006a4120108e01200228020c21002002280208210141002105200241a8016a410041fac4c000ad4280808080e00384100e10a1012000410020011b21010240024020022802a80122000d00410121040c010b20022902ac012206422088a72205450d0320002d0000220441014b0d032005417f6a2105410021070240024020040e020100010b410121070b20054104490d032000280001210502400240024020070d0020052003460d0141002104200520034f0d02410121040c020b4101210420052001490d010b410021040b200021050b200120034f0d012004450d01410110212200450d07200041003a000020004101410510252200450d0720002003360001200220053602582002200637025c200241a8016a200241d8006a10b90120022802ac012101410041fac4c000ad4280808080e0038420023502b00142208620022802a8012207ad842000ad4280808080d00084100f210402402001450d00200710230b02402005450d002006a7450d00200510230b200010234101210820044101470d0620022003360210200241a8016a41186a4200370300200241a8016a41106a22094200370300200241a8016a41086a22014200370300200242003703a801200241186a41086a220041d0a0c100ad42808080808001841003220541086a290000370300200220052900003703182005102320012000290300370300200220022903183703a801200041bfc1c000ad4280808080c000841003220541086a2900003703002002200529000037031820051023200920022903182206370300200241d8006a41086a2001290300370300200241d8006a41106a2006370300200241d8006a41186a20002903003703002002200637039801200220022903a801370358200241a8016a200241d8006a108f0120022802a801210a20022902ac01210b200241a8016a41e9dabdf30610dd0320022802a801210320022802ac0121070240024020022802b00122010d004100210c4100210d0c010b20014105742200410575220c41ffffff3f71200c470d0920004100480d09200010212208450d08200320006a210e20014105742104410021000340200320006a22012900002106200141086a290000210f200141106a2900002110200820006a220541186a200141186a290000370000200541106a2010370000200541086a200f370000200520063700002004200041206a2200470d000b200e20036b41606a41057641016a210d0b02402007450d00200310230b200d4115490d0402404101450d00200d41017622114105742200417f4c0d00200010212212450d08200841606a2113200841a07f6a211441042115410021164100211741002118200d2119034020192107410021194101210402402007417f6a2205450d00024002400240024002400240200820054105746a2007410574220e20086a41406a412010d5044100480d002007417e6a21032014200e6a210041002119410021010340024020032001470d00200721040c080b200141016a2101200041206a2000412010d5042105200041606a21002005417f4a0d000b200141016a21042001417f7320076a21050c010b2014200e6a210002400340024020054101470d00410021050c020b2005417f6a2105200041206a2000412010d5042101200041606a210020014100480d000b0b20072005490d012007200d4b0d03200720056b22044101762203450d002013200e6a2100200820054105746a21010340200241a8016a41186a220e200141186a221a290000370300200241a8016a41106a221b200141106a221c290000370300200241a8016a41086a221d200141086a221e290000370300200220012900003703a801200041086a221f2900002106200041106a2220290000210f200041186a2219290000211020012000290000370000201a2010370000201c200f370000201e20063700002019200e2903003700002020201b290300370000201f201d290300370000200020022903a801370000200041606a2100200141206a21012003417f6a22030d000b0b024020050d00200521190c050b0240200441094d0d00200521190c050b2007200d4b0d01200720056b2103200820054105746a210e034020072005417f6a2219490d040240200720196b22044102490d00200820054105746a2200200820194105746a2205412010d504417f4a0d00200241a8016a41186a221d200541186a2201290000370300200241a8016a41106a221e200541106a221a290000370300200241a8016a41086a221f200541086a221b290000370300200220052900003703a80120052000290000370000201b200041086a290000370000201a200041106a2900003700002001200041186a2900003700004101211c024020044103490d00200541c0006a200241a8016a412010d504417f4a0d0041022101200e210002400340200041186a200041386a290000370000200041106a200041306a290000370000200041086a200041286a2900003700002000200041206a221a29000037000020032001460d01200041c0006a211b2001211c201a2100200141016a2101201b200241a8016a412010d504417f4a0d020c000b0b2001211c0b2005201c4105746a220020022903a801370000200041186a201d290300370000200041106a201e290300370000200041086a201f2903003700000b2019450d05200e41606a210e200341016a2103201921052004410a4f0d050c000b0b20052007103f000b20072005417f6a2219490d010b2007200d103e000b20192007103f000b024020182016470d00201641016a22002016490d0b201641017422012000200120004b1b220041ffffffff01712000470d0b200041037422014100480d0b0240024020160d002001102121150c010b201520164103742001102521150b2015450d0a20002116201721180b201520184103746a2200200436020420002019360200201741016a22182117024020184102490d0002400340024002400240024020152018417f6a22174103746a2200280200450d00201841037420156a220341746a2802002205200028020422014d0d000240201841024b0d0020182117410221182019450d0d0c080b20152018417d6a221d4103746a2802042200200120056a4d0d010240201841034b0d0020182117410321182019450d0d0c080b200341646a280200200020056a4d0d01201821170c060b20184103490d012000280204210120152018417d6a221d4103746a28020421000b20002001490d010b2018417e6a211d0b0240024002400240024002402018201d41016a22214b2222450d002018201d4b2223450d012015201d4103746a221e2802042224201e2802006a2200201520214103746a221f2802002220490d022000200d4b0d03200820204105746a221b201f280204221c41057422016a210320004105742105200020206b2207201c6b2200201c4f0d04201220032000410574220110d304221a20016a210402400240201c4101480d00200041014e0d010b20032100201a21010c060b201320056a21052003210003402005200041606a2203200441606a220720072003412010d504410048220e1b2201290000370000200541186a200141186a290000370000200541106a200141106a290000370000200541086a200141086a29000037000020042007200e1b21040240201b20032000200e1b2200490d00201a21010c070b200541606a2105201a2101201a2004490d000c060b0b41e4c0c60020212018102f000b41e4c0c600201d2018102f000b20202000103f000b2000200d103e000b2012201b200110d304221a20016a210402400240201c4101480d002007201c4a0d010b201b2100201a21010c010b200820056a210e201a2101201b2100034020002003200120032001412010d50441004822071b2205290000370000200041186a200541186a290000370000200041106a200541106a290000370000200041086a200541086a2900003700002001200141206a20071b2101200041206a2100200341206a200320071b2203200e4f0d01200420014b0d000b0b20002001200420016b41607110d3041a02402023450d00201e2020360200201e41046a2024201c6a3602002022450d02201f201f41086a20182021417f736a41037410d4041a20172118201741014d0d030c010b0b41bcc1c600201d2018102f000b41aab9c000411d41b096c500102d000b2019450d050c000b0b1031000b200241e4006a4104360200200241bc016a4102360200200242023702ac01200241fcbac3003602a8012002410436025c200241c4bcc3003602582002410036021c200241bccbc6003602182002200241d8006a3602b8012002200241186a360260200241a8016a418cbbc3001037000b2000450d042006a7450d04200510230c040b02402006a7450d00200010230b41f4b3c000ad4280808080d0058410070c030b02402016450d00201510230b2011450d01201210230c010b200d4102490d002008200d417f6a22014105746a21044101210503400240024002400240200d20012200417f6a2201490d00200d20016b22074102490d03200820004105746a2200200820014105746a2203412010d504417f4a0d03200241a8016a41186a2218200341186a220e290000370300200241a8016a41106a221c200341106a221a290000370300200241a8016a41086a2215200341086a221b290000370300200220032900003703a80120032000290000370000201b200041086a290000370000201a200041106a290000370000200e200041186a2900003700004101210020074103490d02200341c0006a200241a8016a412010d504417f4a0d0241002107200421000340200041186a200041386a290000370000200041106a200041306a290000370000200041086a200041286a2900003700002000200041206a221a29000037000020052007220e460d02200e417f6a2107200041c0006a211b201a2100201b200241a8016a412010d504417f4a0d020c000b0b2001200d103f000b4102200e6b21000b200320004105746a220020022903a801370000200041186a2018290300370000200041106a201c290300370000200041086a20152903003700000b200441606a21042005417f6a210520010d000b0b41012100200a4101200a1b2117200b4200200a1b2206a721230240024002402006422088a722010d0041002105410021010c010b201720014105746a211b200241c0026a2125200241e9026a211e200241a8016a410272211f410121214100211941002120410021072017210402400340024002400240200d41014b0d004101210041002105410021010240200d0e020600060b0340200241a8016a41186a200441186a290000370300200241a8016a41106a200441106a290000370300200241a8016a41086a200441086a290000370300200220042900003703a8012008200241a8016a412010d504450d02200741016a2107201b200441206a2204470d000c050b0b0340200241a8016a41186a200441186a290000370300200241a8016a41106a200441106a290000370300200241a8016a41086a200441086a290000370300200220042900003703a80141002100200d210103402001410176220520006a22032000200820034105746a200241a8016a412010d5044101481b2100200120056b220141014b0d000b200441206a2104200820004105746a200241a8016a412010d504450d02200741016a21072004201b460d040c000b0b200441206a2104410021000b0240200d20004b0d0041e4c0c6002000200d102f000b20022007360214200241a8016a41186a22054200370300200241a8016a41106a22034200370300200241a8016a41086a22014200370300200242003703a801200241186a41086a221d41c8f7c200ad4280808080f0008422101003220e41086a2900003703002002200e290000370318200e10232001201d290300370300200220022903183703a801201d41d2a3c400ad4280808080a001841003220e41086a2900003703002002200e290000370318200e102320024198016a41086a2218201d290300220637030020022002290318220f370398012009200f370000200941086a221c2006370000200241d8006a41086a22122001290300370300200241d8006a41106a22162003290300370300200241d8006a41186a22132005290300370300200220022903a801370358200241a8016a200241d8006a4120108c0120022802a801220e4101200e1b211a024002400240200720022902ac014200200e1b2206422088a7490d002006a7450d01201a10230c010b2007201a20074105746a108d01210e02402006a7450d00201a10230b200e0d010b200241a8016a10de030240024002400240024020022802a801220a450d0020022802bc01212420022802b801212620022802b401211420022802b001212220022802ac01212720022802102111200542003703002003420037030020014200370300200242003703a801201d20101003220e41086a2900003703002002200e290000370318200e10232001201d290300370300200220022903183703a801201d41e893c200ad4280808080c001841003220e41086a2900003703002002200e290000370318200e10232018201d290300220637030020022002290318220f370398012009200f370000201c2006370000201220012903003703002016200329030037030020132005290300370300200220022903a8013703582002200241d8006a4120108e0120022802042128200228020021292002280214212a200242013703a801200241003602b001410410212201450d0b20024284808080c0003702ac01200220013602a801200120113600002022200241a8016a105d0240024020022802ac01220520022802b00122016b2022490d0020022802a80121050c010b200120226a22032001490d0d2005410174220e2003200e20034b1b22034100480d0d0240024020050d002003102121050c010b20022802a80120052003102521050b2005450d0c200220033602ac01200220053602a8010b2002200120226a3602b001200520016a200a202210d3041a2024200241a8016a105d2024450d0120142024410c6c6a211520142105034020052802002118200541086a2802002201200241a8016a105d0240024020022802ac01220e20022802b00122036b2001490d0020022802a801211a0c010b200320016a221a2003490d0e200e410174221c201a201c201a4b1b221c4100480d0e02400240200e0d00201c1021211a0c010b20022802a801200e201c1025211a0b201a450d0d2002201c3602ac012002201a3602a801201c210e0b2002200320016a221c3602b001201a20036a2018200110d3041a2005410c6a22052015470d000c030b0b410221030c020b20022802ac01210e20022802b001211c0b02400240200e201c6b4104490d0020022802a80121010c010b201c41046a2201201c490d0a200e41017422052001200520014b1b22054100480d0a02400240200e0d002005102121010c010b20022802a801200e2005102521010b2001450d09200220053602ac01200220013602a8012005210e0b2002201c41046a22053602b0012001201c6a2028410020291b221a36000002400240200e20056b41034d0d00200e21030c010b200541046a22032005490d0a200e41017422182003201820034b1b22034100480d0a02400240200e0d002003102121010c010b2001200e2003102521010b2001450d09200220033602ac01200220013602a8010b200120056a202a360000200241a8016a41e9dabdf306200820004105746a2001201c41086a10df0320022d00a8014101460d0102402003450d00200110230b02402027450d00200a10230b02402024450d002024410c6c21012014210003400240200041046a280200450d00200028020010230b2000410c6a2100200141746a22010d000b0b410121032026450d00201410230b4100210102402023450d00201710230b20212100201921050c050b201d201f41086a290000370300200241186a41106a2200201f41106a290000370300200241186a41186a2205201f41186a290000370300200241186a41206a220e201f41206a290000370300200241186a41286a2218201f41286a290000370300200241186a41306a221c201f41306a290000370300200241186a41376a2215201f41376a2900003700002002201f29000037031820022d00a901212802402003450d00200110230b200241d8006a41376a22012015290000370000200241d8006a41306a2203201c290300370300200241d8006a41286a221c2018290300370300200241d8006a41206a2218200e29030037030020132005290300370300201620002903003703002012201d29030037030020022002290318370358024041002802f8d0464103490d00200241123602a4012002411236029c012002200241106a3602a0012002200241146a360298014100280284d14621004100280280d146210541002802fcd046210e200241b2033602e801200242e0808080103703e001200241c0c5c0003602dc01200242103702d401200241b0c5c0003602d001200242023703c801200242023703b80120024198c5c0003602b401200241083602b001200241a8c5c0003602ac01200241033602a801200041bcb0c000200e410246220e1b2802102100200220024198016a3602c401200541d4b0c000200e1b200241a8016a20001102000b201e2002290358370000201e41086a2012290300370000201e41106a2016290300370000201e41186a2013290300370000201e41206a2018290300370000201e41286a201c290300370000201e41306a2003290300370000201e41376a2001290000370000200220283a00e8022002202a3602e4022002201a3602e002200220243602dc02200220263602d802200220143602d402200220223602d002200220273602cc022002200a3602c802200220113602c4022002410b3602c002200242023703900220024198016a200241a8016a108303200228029801200228029c0120022802a00110e0032100202510c101024020192020470d00201941016a22012019490d08201941017422052001200520014b1b22014100480d080240024020190d002001102121210c010b202120192001102521210b2021450d07200121190b202120206a4103410420001b3a0000202041016a21200b200741016a21072021210020192105202021012004201b460d020c000b0b2021210020192105202021010b02402023450d00201710230b4104210302400240024002402001450d00024020002d00002207417c6a220441014b0d0020040e020201020b200721030b20050d010c020b0240024020014101470d00410421030c010b20002d00012203417c6a220441014b0d0041042103024020040e020001000b4102210403402004450d07024020012004470d00410421030c020b200020046a2107200441016a21044104210320072d000022074104460d000b20074105460d00200721030b2005450d010b200010230b4101210120034104470d0020022802102101410110212200450d02200041013a000020004101410510252200450d0220002001360001410041fac4c000ad4280808080e003842000ad4280808080d00084101020001023200c450d01200810230c010b0240200c450d00200810230b02402001200545720d00200010230b412e210541a1b4c000210020024198016a2101024002400240024020030e0400010203000b412d210541f4b3c0002100200241186a21010c020b411f210541d5b3c0002100200241d8006a21010c010b41a7b3c0002100200241a8016a21010b20012005360204200120003602002005ad4220862000ad8410070b200241f0036a240042010f0b102a000b102c000b820503017f017e0a7f230041e0006b220224002002200136020c20022002410c6a101822034220883e0214200220033e02102002200241106a106f024020022802000d0002400240200228021422044160712205417f4c0d002002280204210602400240200441057622010d00410121070c010b200510212207450d020b2001ad2103024002402006450d0041002108034020042109200241003a0058200841016a210841002101024002400240034020092001460d01200241386a20016a200228021022052d00003a00002002200541016a3602102002200141016a22053a00582005210120054120470d000b200241186a41186a220a200241386a41186a290300370300200241186a41106a220b200241386a41106a290300370300200241186a41086a220c200241386a41086a290300370300200220022903383703182003a72003422088a72201470d020240200141016a22042001490d002001410174220d20042004200d491b220441ffffff3f712004470d002004410574220d41004e0d020b102c000b200241003602140240200141ff0171450d00200241003a00580b2003a7450d07200710230c070b0240024020010d00200d102121070c010b20072001410574200d102521070b2007450d052003428080808070832004ad8421030b200920056b2104200720014105746a22012002290318370000200141186a200a290300370000200141106a200b290300370000200141086a200c29030037000020034280808080107c210320082006470d000b2002200920056b3602140c010b2007450d030b2000200337020420002007360200200241e0006a24000f0b1031000b102a000b41e8c9c600412e200241386a41d8c9c60041d8c8c6001032000bd00405017f017e0b7f017e017f230041206b22012400200110172202a7220336020820012002422088a7220436020c02402004450d0020032d0000210520012004417f6a36020c2001200341016a360208200541014b0d00024002400240024002400240024020050e020001000b200141106a200141086a106d20012802102206450d06200141186a2802002107200128021421082001200141086a106f20012802000d05200128020c410c6e2209410c6c2203417f4c0d022001280204210a0240024020030d004104210b0c010b20031021220b450d040b02400240200a450d004100210c41002104410021050340200141106a200141086a106d2001280210220d450d02200541016a210320012902142102024020052009470d00200c2003200c20034b1b2209ad420c7e220e422088a70d08200ea7220f4100480d080240024020050d00200f1021210b0c010b200b2004200f1025210b0b200b450d070b200b20046a2205200d360200200541046a2002370200200c41026a210c2004410c6a210420032105200a2003470d000b0b200b450d0620060d020c070b02402005450d00200b210303400240200341046a280200450d00200328020010230b2003410c6a2103200441746a22040d000b0b2009450d05200b10230c050b410021060b2000200836020420002006360200200041146a200a360200200041106a20093602002000410c6a200b360200200041086a2007360200200141206a24000f0b1031000b102a000b102c000b2008450d00200610230b41e8c9c600412e200141106a419ccbc6004198cac6001032000b930402017f017e23004190016b22052400200520013602040240200541046a20022004ad4220862003ad8410192206422088a72201450d002006a722042d0000220341014b0d00410021020240024020030e020100010b41002102200541003a008801200441016a21042001417f6a21010340024020012002470d00200241ff0171450d03200541003a0088010c030b200541c8006a20026a200420026a2d00003a00002005200241016a22033a00880120032102200341c000470d000b200541086a41386a200541c8006a41386a290300370300200541086a41306a200541c8006a41306a290300370300200541086a41286a200541c8006a41286a290300370300200541086a41206a200541c8006a41206a290300370300200541086a41186a200541c8006a41186a290300370300200541086a41106a200541c8006a41106a290300370300200541086a41086a200541c8006a41086a29030037030020052005290348370308410121020b200020023a000020002005290308370001200041096a200541106a290300370000200041116a200541186a290300370000200041196a200541206a290300370000200041216a200541286a290300370000200041296a200541306a290300370000200041316a200541386a290300370000200041396a200541c0006a29030037000020054190016a24000f0b41e8c9c600412e200541c8006a419ccbc6004198cac6001032000b7b03017f017e017f230041106b220324000240024002402002ad4220862000ad8410162204428080808010540d00410121022004a72d0000220541014b0d0020050e020102010b41e8c9c600412e200341086a419ccbc6004198cac6001032000b410021020b02402001450d00200010230b200341106a240020020b910302057f027e230041e0006b22022400200241206a41186a4200370300200241206a41106a22034200370300200241206a41086a2204420037030020024200370320200241d0006a41086a2205419ebdc600ad4280808080a001841003220641086a29000037030020022006290000370350200610232004200529030037030020022002290350370320200541c0bcc600ad4280808080b001841003220641086a2900003703002002200629000037035020061023200320022903502207370300200241086a2004290300370300200241106a2007370300200241186a20052903003703002002200737034020022002290320370300200241206a2002108f01200228022021052002290224210720024100360228200242013703202007420020051b2207422088a72204200241206a105d2005410120051b210602402004450d00200441057421042006210503402005200241206a1071200541206a2105200441606a22040d000b0b2002350228422086200235022084210802402007a7450d00200610230b200241e0006a240020080bce04020b7f017e230041306b22022400200210c502200228020421032002280200210420022802082105200241003602082002420137030020052002105d02400240024002402005450d00200541037421062004210703400240024020072802004101460d0002400240200228020420022802082208460d00200228020021050c010b200841016a22052008490d06200841017422092005200920054b1b22094100480d060240024020080d002009102121050c010b200228020020082009102521050b2005450d0520022009360204200220053602000b2002200841016a220a360208200520086a41003a00000c010b024002402002280204220920022802082208460d00200228020021050c010b200841016a22052008490d05200841017422092005200920054b1b22094100480d050240024020080d002009102121050c010b200228020020082009102521050b2005450d0420022009360204200220053602000b2002200841016a220b360208200520086a41013a0000200741046a280200210c024002402009200b6b4104490d00200841056a210a0c010b200b41046a220a200b490d0520094101742208200a2008200a4b1b22084100480d050240024020090d002008102121050c010b200520092008102521050b2005450d0420022008360204200220053602000b2002200a3602082005200b6a200c3600000b200741086a2107200641786a22060d000c040b0b2002280208210a200228020021050c020b102a000b102c000b200aad4220862005ad84210d02402003450d00200410230b200241306a2400200d0bbe0404057f017e037f017e230041e0006b22022400200241206a41186a4200370300200241206a41106a22034200370300200241206a41086a2204420037030020024200370320200241d0006a41086a220541a8bdc600ad42808080809001841003220641086a29000037030020022006290000370350200610232004200529030037030020022002290350370320200541cbbdc600ad4280808080e000841003220641086a2900003703002002200629000037035020061023200320022903502207370300200241086a2004290300370300200241106a2007370300200241186a20052903003703002002200737034020022002290320370300200241206a200210c102200228022021052002290224210720024100360228200242013703202007420020051b2207422088a72204200241206a105d2005410420051b21080240024002402004450d0020082004412c6c6a2109200821040340200428020021030240024020022802242206200228022822056b4104490d00200228022021060c010b200541046a220a2005490d0420064101742205200a2005200a4b1b22054100480d040240024020060d002005102121060c010b200228022020062005102521060b2006450d032002200536022420022006360220200228022821050b2002200541046a360228200620056a2003360000200441046a200241206a10b8022004412c6a22042009470d000b0b2002350228422086200235022084210b02402007a7450d00200810230b200241e0006a2400200b0f0b102a000b102c000b8d0703017f027e067f230041d0006b2202240002400240024020014104490d00200220002800002200360218200241306a200241186a10c702200241086a200241306a10a701200241086a41086a290300210320022903082104200241306a200010cf02200241306a41086a28020021012002280234210520022802302106410110212200450d012002428180808010370234200220003602300240024020060d0041002101200041003a000042808080801021030c010b200041013a00002001200241306a105d0240024020022802342200200228023822076b2001490d00200228023021000c010b200720016a22082007490d04200041017422092008200920084b1b22084100480d040240024020000d002008102121000c010b200228023020002008102521000b2000450d0320022008360234200220003602300b2002200720016a360238200020076a2006200110d3041a0240024020022802342207200228023822086b4110490d00200841106a21010c010b200841106a22012008490d04200741017422092001200920014b1b22094100480d040240024020070d002009102121000c010b200020072009102521000b2000450d032002200936023420022000360230200921070b200020086a22082003370008200820043700002002200136023802400240200720016b410f4d0d00200721080c010b200141106a22082001490d04200741017422092008200920084b1b22084100480d040240024020070d002008102121000c010b200020072008102521000b2000450d0320022008360234200220003602300b200020016a22074200370008200742003700002002200141106a22073602380240200820076b410f4b0d00200741106a22092007490d042008410174220a2009200a20094b1b22094100480d040240024020080d002009102121000c010b200020082009102521000b2000450d0320022009360234200220003602300b200020076a22074200370008200742003700002002200141206a22013602382001ad4220862103200621010b20032000ad84210302402006450d002005450d00200110230b200241d0006a240020030f0b200241246a4104360200200241c4006a410236020020024202370234200241fcbac3003602302002410436021c200241dcbcc3003602182002410036022c200241bccbc6003602282002200241186a3602402002200241286a360220200241306a418cbbc3001037000b102a000b102c000bb30502057f017e230041f0006b220224000240024020014104490d0020002800002103200241d0006a41086a2200419ebdc600ad4280808080a001841003220141086a2900003703002002200129000037035020011023200241086a41086a2204200029030037030020022002290350370308200041cbbcc600ad4280808080c000841003220141086a2900003703002002200129000037035020011023200241186a41086a22052000290300370300200220022903503703182002200336024c200241d0006a41186a2203200241cc006aad4280808080c000841001220141186a290000370300200241d0006a41106a2206200141106a2900003703002000200141086a2900003703002002200129000037035020011023200241286a41186a22012003290300370300200241286a41106a22032006290300370300200241286a41086a220620002903003703002002200229035037032841c00010212200450d01200020022903083700002000200229031837001020002002290328370020200041086a2004290300370000200041186a2005290300370000200041286a2006290300370000200041306a2003290300370000200041386a2001290300370000200241d0006a200041c00010d00202400240200228025022010d0041002101200241003602280c010b20022002290254220737022c200220013602282007a74521030b20001023200241d0006a200241286a10b9012002350258422086200235025084210702402001450d0020034101710d00200110230b200241f0006a240020070f0b200241346a4104360200200241e4006a410236020020024202370254200241fcbac3003602502002410436022c200241f4bcc3003602282002410036021c200241bccbc6003602182002200241286a3602602002200241186a360230200241d0006a418cbbc3001037000b102a000ba21003097f017e017f23004180016b2202240002400240024020014104490d00024020014104460d002000410120011b22032d0004220441014b0d0020032800002100410021050240024020040e020100010b2001417b6a4104490d0120032800052106410121050b200241d0006a41086a2201419ebdc600ad4280808080a001841003220341086a2900003703002002200329000037035020031023200241106a41086a2204200129030037030020022002290350370310200141f7b7c100ad4280808080a001841003220341086a2900003703002002200329000037035020031023200241c0006a41086a220320012903003703002002200229035037034020022000360250200241e0006a41186a2207200241d0006aad4280808080c000841001220141186a290000370300200241e0006a41106a2208200141106a290000370300200241e0006a41086a2209200141086a2900003703002002200129000037036020011023200241206a41186a220a2007290300370300200241206a41106a22072008290300370300200241206a41086a220820092903003703002002200229036037032041c00010212201450d02200120022903103700002001200229034037001020012002290320370020200141086a2004290300370000200141186a2003290300370000200141286a2008290300370000200141306a2007290300370000200141386a200a290300370000200241086a200141c000108e01200228020c210320022802082104200110230240024020040d004100210a0c010b200241e0006a41186a4200370300200241e0006a41106a22084200370300200241e0006a41086a2204420037030020024200370360200241d0006a41086a220141e691c600ad4280808080e000841003220741086a290000370300200220072900003703502007102320042001290300370300200220022903503703602001418192c600ad4280808080e000841003220741086a290000370300200220072900003703502007102320082002290350220b370300200241206a41086a2004290300370300200241206a41106a200b370300200241206a41186a20012903003703002002200b370340200220022903603703202002200241206a4120108e01410021094104210a02402006410020051b2201417f200341016a220520052003491b2203200120034b1b22012002280204410020022802001b2203490d004100210c0c010b200241e0006a2000200110e802200141016a21010240200228026422050d000340024020012003490d004100210c0c030b200241e0006a2000200110e802200141016a210120022802642205450d000b0b2002290368210b2002280260210641101021220a450d03200a200b370208200a2005360204200a2006360200024020012003490d00410121094101210c0c010b410121094101210c0340200241e0006a2000200110e80202400340200141016a2101200228026422050d01200120034f0d03200241e0006a2000200110e8020c000b0b2002290368210b200228026021040240200c2009470d00200941016a22062009490d06200941017422072006200720064b1b220c41ffffffff0071200c470d06200c41047422064100480d060240024020090d0020061021210a0c010b200a200941047420061025210a0b200a450d050b200a20094104746a2206200536020420062004360200200641086a200b370200200941016a210920012003490d000b0b410110212201450d0220024281808080103702642002200136026002400240200a0d00200141003a00000c010b200141013a00002009200241e0006a105d2009450d00200a20094104746a2108200a21070340200728020021030240024020022802642200200228026822016b4104490d00200228026021000c010b200141046a22052001490d06200041017422012005200120054b1b22014100480d060240024020000d002001102121000c010b200228026020002001102521000b2000450d052002200136026420022000360260200228026821010b2002200141046a360268200020016a200336000020072802042100200728020c2201200241e0006a105d02402001450d002000200141246c6a21040340200028020021050240024020022802642203200228026822016b4104490d00200228026021030c010b200141046a22062001490d08200341017422012006200120064b1b22014100480d080240024020030d002001102121030c010b200228026020032001102521030b2003450d072002200136026420022003360260200228026821010b2002200141046a360268200320016a20053600002002200241e0006a360220200041046a200241206a106b200041246a22002004470d000b0b200741106a22072008470d000b0b2002350268422086200235026084210b0240200a450d0002402009450d0020094104742100200a41046a210103400240200141046a280200450d00200128020010230b200141106a2101200041706a22000d000b0b200c450d00200a10230b20024180016a2400200b0f0b2002412c6a4104360200200241f4006a410236020020024202370264200241fcbac300360260200241043602242002418cbdc30036022020024100360254200241bccbc6003602502002200241206a3602702002200241d0006a360228200241e0006a418cbbc3001037000b2002412c6a4104360200200241f4006a410236020020024202370264200241fcbac300360260200241043602242002418cbdc30036022020024100360254200241bccbc6003602502002200241206a3602702002200241d0006a360228200241e0006a418cbbc3001037000b102a000b102c000bd71b06097f017e057f017e117f017e230041b00d6b22022400024002402001450d00200220003602080c010b200241013602080b2002200136020c200241d0026a200241086a107c024002400240024020022802d0022203450d002003200241d0026a41086a280200220141c8026c6a210420022802d402210502400240024020010d00200321060c010b200241d0026a4198016a210720024194096a2108200241f8076a4198016a2109200241d0026a41f0006a210a200321060340200241e8016a200641e80010d3041a2006290368210b200241106a200641f0006a41d80110d3041a200641c8026a2106200b4203510d01200241d0026a200241e8016a41e80010d3041a2002200b3703b803200a200241106a41d80110d3041a200241e8076a200241d0026a108303200220022802f0073602e407200220022802e807220c3602e00720024198056a200241e0076a107d024002402002290380064203520d00024020022802ec07450d00200c10230b20071094020c010b200241f8076a20024198056a41c80210d3041a0240024020022802900922014115460d00410121004100210d0c010b200228029c09220041f0016c220141f0016d210e200228029409210f20022802980921100240024020010d004108210d4200210b0c010b200ead220b42d8017e2211422088a70d092011a7220e4100480d09200e1021220d450d080b200f20016a2112410021130240024020000d00200f210e0c010b200f2101200d210002400340200241e00b6a41106a2214200141106a280200360200200241e00b6a41086a2215200141086a290300370300200220012903003703e00b200141146a280200210e200141186a28020021162001411c6a2802002117200141206a2802002118200141246a2802002119200141286a280200211a2001412c6a280200211b200141306a280200211c200141346a280200211d200241c00a6a200141386a41a00110d3041a200e450d01200141ec016a280200211e200141e4016a280200211f200141d8016a2802002120200141dc016a2802002121200241980d6a41086a22222015290300370300200241980d6a41106a22152014280200360200200220022903e00b3703980d200241f80b6a200241c00a6a41a00110d3041a02402021450d00202010230b0240201e450d00201f10230b200020022903980d370300200041106a2015280200360200200041086a2022290300370300200041346a201d360200200041306a201c3602002000412c6a201b360200200041286a201a360200200041246a2019360200200041206a20183602002000411c6a2017360200200041186a2016360200200041146a200e360200200041386a200241f80b6a41a00110d3041a200041d8016a2100201341016a2113200141f0016a22012012470d000b2012210e0c010b200141f0016a210e0b2013ad211102402012200e460d000340200e2802142217450d01200e41ec016a2802002114200e41dc016a2802002115200e41346a2802002101200e41306a2802002116200e41246a2802002100200e2802e4012118200e2802d8012119200e28022c2113200e280220211a0240200e41186a280200450d00201710230b02402000450d00201a10230b02402001450d00200141047421002013210103400240200141046a280200450d00200128020010230b200141106a2101200041706a22000d000b0b02402016450d00201310230b02402015450d00201910230b200e41f0016a210e02402014450d00201810230b200e2012470d000b0b2011422086211102402010450d00200f10230b200b20118421234100210020022802900921010b0240024020014115470d002000450d012008107a200228029809450d0120022802940910230c010b20091094020b024020022802ec07450d00200c10230b2007109402200d0d030b20062004470d000b200421060b4100210d0b20062004460d0120024190096a2101200241f8076a41f0006a21000340200241d0026a200641e80010d3041a200641e8006a290300210b200241f8076a200641f0006a41d80110d3041a200b4203510d02200241106a200241d0026a41e80010d3041a20024198056a200241f8076a41d80110d3041a200241f8076a200241106a41e80010d3041a2002200b3703e008200020024198056a41d80110d3041a20011073200641c8026a22062004470d000c020b0b200241a4056a41043602002002418c086a4102360200200242023702fc07200241fcbac3003602f8072002410436029c052002419cbdc3003602980520024100360214200241bccbc600360210200220024198056a360288082002200241106a3602a005200241f8076a418cbbc3001037000b02402005450d00200310230b410110212201450d0020024281808080103702fc07200220013602f80702400240200d0d00200141003a00000c010b200141013a00002023422088a72201200241f8076a105d2001450d00200d200141d8016c6a2117200d211203402012280210210e0240024020022802fc07220020022802800822016b4104490d0020022802f80721000c010b200141046a22062001490d04200041017422012006200120064b1b22014100480d040240024020000d002001102121000c010b20022802f80720002001102521000b2000450d03200220013602fc07200220003602f80720022802800821010b201241d8016a21162002200141046a36028008200020016a200e360000201241386a200241f8076a107120124198016a211541d80021000340201220006a2d000021060240024020022802fc072002280280082201460d0020022802f807210e0c010b200141016a220e2001490d0520014101742213200e2013200e4b1b22134100480d050240024020010d0020131021210e0c010b20022802f807200120131025210e0b200e450d04200220133602fc072002200e3602f80720022802800821010b2002200141016a36028008200e20016a20063a0000200041016a2200419801470d000b201228021421062012411c6a2802002201200241f8076a105d0240024020022802fc07220e20022802800822006b2001490d0020022802f807210e0c010b200020016a22132000490d04200e41017422002013200020134b1b22004100480d0402400240200e0d0020001021210e0c010b20022802f807200e20001025210e0b200e450d03200220003602fc072002200e3602f80720022802800821000b2002200020016a36028008200e20006a2006200110d3041a2012280220210020122802282201200241f8076a105d02402001450d002000200141246c6a21140340200028020021060240024020022802fc07220e20022802800822016b4104490d0020022802f807210e0c010b200141046a22132001490d06200e41017422012013200120134b1b22014100480d0602400240200e0d0020011021210e0c010b20022802f807200e20011025210e0b200e450d05200220013602fc072002200e3602f80720022802800821010b2002200141046a36028008200e20016a20063600002002200241f8076a36029805200041046a20024198056a106b200041246a22002014470d000b0b201241086a290300210b201229030021110240024020022802fc07220020022802800822016b4110490d0020022802f80721000c010b200141106a220e2001490d0420004101742201200e2001200e4b1b22014100480d040240024020000d002001102121000c010b20022802f80720002001102521000b2000450d03200220013602fc07200220003602f80720022802800821010b200020016a2200200b370008200020113700002002200141106a360280082002200241f8076a36029805201520024198056a106b201228022c2101201241346a2802002200200241f8076a105d02402000450d0020004104742113034002402001410c6a2d000022004103714103460d004100210602400240024020000e03020001020b410121060c010b410221060b0240024020022802fc072002280280082200460d0020022802f807210e0c010b200041016a220e2000490d0720004101742214200e2014200e4b1b22144100480d070240024020000d0020141021210e0c010b20022802f807200020141025210e0b200e450d06200220143602fc072002200e3602f80720022802800821000b2002200041016a36028008200e20006a20063a00000b20012802002114200141086a2802002200200241f8076a105d0240024020022802fc072206200228028008220e6b2000490d0020022802f80721060c010b200e20006a2215200e490d062006410174220e2015200e20154b1b220e4100480d060240024020060d00200e102121060c010b20022802f8072006200e102521060b2006450d052002200e3602fc07200220063602f807200228028008210e0b200141106a21012002200e20006a360280082006200e6a2014200010d3041a201341706a22130d000b0b2002200241f8076a36029805201241b8016a20024198056a106b2016211220162017470d000b0b20023502800842208620023502f80784210b0240200d450d0002402023422088a72201450d00200d200141d8016c6a2106200d210e03400240200e41186a280200450d00200e28021410230b0240200e41246a280200450d00200e28022010230b0240200e41346a2802002200450d00200e28022c21012000410474210003400240200141046a280200450d00200128020010230b200141106a2101200041706a22000d000b0b200e41d8016a21010240200e41306a280200450d00200e28022c10230b2001210e20012006470d000b0b2023a7450d00200d10230b200241b00d6a2400200b0f0b102a000b102c000b940703067f067e017f230041e0006b220224002002411436020c200241d6a1c100360208200241106a41d6a1c100ad4280808080c00284100610a101024002400240024020022802102203450d00200228021421042002200241186a2802002205360224200220033602200240024002402005450d0020022005417f6a3602242002200341016a36022020032d00002105200241c8006a200241206a106e20022802482206450d00200228024c2107200541ff01714101460d012007450d00200610230b20024100360230200242013703282002410c36023c2002200241086a3602382002200241286a36024441012105200241dc006a41013602002002420137024c200241a0f0c2003602482002200241386a360258200241c4006a41c893c500200241c8006a10301a200235023042208620023502288410070240200228022c450d00200228022810230b410221070c010b200241d0006a3502004220862007ad84210841012107410021050b02402004450d00200310230b20050d0020074101460d01024020062802082205ad220942287e220a422088a70d00200aa72204417f4c0d00200628020021030240024020040d00410821060c010b200410212206450d040b0240024020050d004200210a0c010b200541286c21044200210a200621050340200341086a2903002108200341106a290300210b200341186a290300210c2003290300210d200541206a200341206a290300370300200541186a200c370300200541106a200b370300200541086a20083703002005200d370300200541286a2105200a4280808080107c210a200341286a2103200441586a22040d000b0b200a20098421080c020b1031000b42002108410821060b20024100360250200242013703482008422088a72203200241c8006a105d02402003450d002006200341286c6a210e2006210503402005200241c8006a1071200541206a290300210a02400240200228024c2204200228025022036b4108490d00200228024821040c010b200341086a22072003490d04200441017422032007200320074b1b22034100480d040240024020040d002003102121040c010b200228024820042003102521040b2004450d032002200336024c20022004360248200228025021030b2002200341086a360250200420036a200a370000200e200541286a2205470d000b0b2002350250422086200235024884210a02402008a7450d00200610230b200241e0006a2400200a0f0b102a000b102c000baf0e06057f017e017f017e037f017e230041c0016b22022400200241086a41186a22034200370300200241086a41106a22044200370300200241086a41086a2205420037030020024200370308200241f8006a41086a220641ee8fc300ad4280808080c0008422071003220841086a29000037030020022008290000370378200810232005200629030037030020022002290378220937035820022009370308200641c0bcc600ad4280808080b001841003220841086a2900003703002002200829000037037820081023200420022903782209370300200241a0016a41086a220a2005290300370300200241a0016a41106a220b2009370300200241a0016a41186a220c200629030037030020022009370358200220022903083703a001200241086a200241a0016a10b60320022802082108200229020c210920034200370300200442003703002005420037030020024200370308200620071003220441086a290000370300200220042900003703782004102320052006290300370300200220022903782207370358200220073703082006419097c300ad4280808080a001841003220441086a2900003703002002200429000037037820041023200320062903002207370300200a2005290300370300200b2002290378220d370300200c20073703002002200d370358200220022903083703a001200241f8006a200241a0016a10ae0220022d00782106200c20024191016a290000370300200b20024189016a290000370300200a20024181016a290000370300200220022900793703a0012009420020081b21092008410820081b21050240024020064101460d00200241d8006a41186a4200370300200241d8006a41106a4200370300200241d8006a41086a4200370300200242003703580c010b200241d8006a41186a200c290300370300200241d8006a41106a200b290300370300200241d8006a41086a200a290300370300200220022903a0013703580b2002412c6a2009370200200241086a41186a42043703002002413c6a200241d8006a41086a290300370200200241c4006a200241e8006a290300370200200241cc006a200241d8006a41186a2903003702002002200536022820024201370318200242e012370310200242f02e37030820022002290358370234200241013a005420024100360280012002420137037802400240410810212206450d002002410836027c2002200228028001220541086a3602800120022006360278200620056a42f02e3700002002290310210902400240200228027c220520022802800122066b4108490d00200228027821050c010b200641086a22082006490d02200541017422062008200620084b1b22064100480d020240024020050d002006102121050c010b200228027820052006102521050b2005450d012002200636027c2002200536027820022802800121060b2002200641086a36028001200520066a20093700002002290318210902400240200228027c220520022802800122066b4108490d00200228027821050c010b200641086a22082006490d02200541017422062008200620084b1b22064100480d020240024020050d002006102121050c010b200228027820052006102521050b2005450d012002200636027c2002200536027820022802800121060b2002200641086a36028001200520066a20093700002002290320210902400240200228027c220520022802800122066b4108490d00200228027821050c010b200641086a22082006490d02200541017422062008200620084b1b22064100480d020240024020050d002006102121050c010b200228027820052006102521050b2005450d012002200636027c2002200536027820022802800121060b2002200641086a36028001200520066a200937000020022802282105200241086a41286a2802002206200241f8006a105d02402006450d002005200641286c6a210b03402005200241f8006a1071200541206a290300210902400240200228027c220820022802800122066b4108490d00200228027821080c010b200641086a220a2006490d0420084101742206200a2006200a4b1b22064100480d040240024020080d002006102121080c010b200228027820082006102521080b2008450d032002200636027c2002200836027820022802800121060b2002200641086a36028001200820066a2009370000200b200541286a2205470d000b0b200241346a200241f8006a10ba0320022d0054210802400240200228027c2002280280012206460d00200228027821050c010b200641016a22052006490d022006410174220a2005200a20054b1b220a4100480d020240024020060d00200a102121050c010b20022802782006200a102521050b2005450d012002200a36027c2002200536027820022802800121060b2002200641016a36028001200520066a20083a000020023502800142208620023502788421090240200228022c450d00200228022810230b200241c0016a240020090f0b102a000b102c000bd80904057f017e097f017e230041b0016b2202240020024188016a41186a420037030020024188016a41106a2203420037030020024188016a41086a220442003703002002420037038801200241e8006a41086a220541d8a0c100ad4280808080a002841003220641086a2900003703002002200629000037036820061023200420052903003703002002200229036837038801200541bfc1c000ad4280808080c000841003220641086a2900003703002002200629000037036820061023200320022903682207370300200241106a41086a2004290300370300200241106a41106a2007370300200241106a41186a2005290300370300200220073703302002200229038801370310200241203602442002200241106a360240200241c8006a200241106aad4280808080800484100610a1010240024002400240200228024822080d00410021030c010b200228024c21092002200241c8006a41086a28020036025c20022008360258200241086a200241d8006a106f02400240024020022802080d00200228025c22054160712204417f4c0d04200228020c210a024002402005410576220b0d00410121030c010b200410212203450d060b0240200a450d004100210c034020052106200241003a00a801200c220d41016a210c41002105024002400240034020062005460d0120024188016a20056a200228025822042d00003a00002002200441016a3602582002200541016a22043a00a8012004210520044120470d000b200241e8006a41186a220e20024188016a41186a290300370300200241e8006a41106a220f20024188016a41106a290300370300200241e8006a41086a221020024188016a41086a2903003703002002200229038801370368200b200d470d020240200d4101742205200c2005200c4b1b220b41ffffff3f71200b470d00200b410574220541004e0d020b102c000b2002410036025c0240200541ff0171450d00200241003a00a8010b20024100360230200b450d05200310230c050b02400240200d0d002005102121030c010b2003200d4105742005102521030b2003450d080b200620046b21052003200d4105746a220d2002290368370000200d41186a200e290300370000200d41106a200f290300370000200d41086a2010290300370000200c200a470d000b200241386a200a3602002002200b360234200220033602302002200620046b36025c200229023421070c030b200241386a200a3602002002200b360234200220033602302003450d01200229023421070c020b200241003602300b4100210320024100360270200242013703682002410c3602342002200241c0006a3602302002200241e8006a3602642002419c016a41013602002002420137028c01200241a0f0c200360288012002200241306a36029801200241e4006a41c893c50020024188016a10301a200235027042208620023502688410070240200228026c450d00200228026810230b0b2009450d00200810230b200241003602900120024201370388012007420020031b2207422088a7220520024188016a105d2003410120031b210602402005450d0020054105742104200621050340200520024188016a1071200541206a2105200441606a22040d000b0b20023502900142208620023502880184211102402007a7450d00200610230b200241b0016a240020110f0b1031000b102a000bd40d03017f017e077f230041e0026b220224000240024020010d002002200136020c200241013602080c010b20022001417f6a36020c2002200041016a36020820002d0000220141014b0d00410021000240024020010e020100010b200241106a200241086a106d20022802102200450d01200229021421030b0240024002400240024020000d00410021040c010b2003422088a72201417f4c0d010240024020010d00410121040c010b200110212204450d030b20042000200110d3041a0b200241b0026a41086a2001360200200220013602b402200220043602b002200241e7e485f30636029002200241106a200241b0026a10b90120022802142105200241106a41186a220620024190026a200235021842208620022802102207ad841011220841186a290000370300200241106a41106a2209200841106a290000370300200241106a41086a220a200841086a2900003703002002200829000037031020081023200241b0016a41186a2006290300370300200241b0016a41106a2009290300370300200241b0016a41086a200a290300370300200220022903103703b00102402005450d00200710230b02402004450d002001450d00200410230b410021080240024020000d00410021040c010b2003422088a72201417f4c0d010240024020010d00410121040c010b200110212204450d030b20042000200110d3041a0b200241186a220520013602002002200136021420022004360210200241d0016a41e2c289ab06200241106a10ec030240024020000d000c010b2003422088a72201417f4c0d010240024020010d00410121080c010b200110212208450d030b20082000200110d3041a0b200520013602002002200136021420022008360210200241f0016a41e9dabdf306200241106a10ec03410021080240024020000d00410021040c010b2003422088a72201417f4c0d010240024020010d00410121040c010b200110212204450d030b20042000200110d3041a0b200241106a41086a22052001360200200220013602142002200436021020024190026a41f0c2c98b06200241106a10ec030240024020000d000c010b2003422088a72201417f4c0d010240024020010d00410121080c010b200110212208450d030b20082000200110d3041a0b200241d0026a41086a2001360200200220013602d402200220083602d002200241b0026a41e1ea91cb06200241d0026a10ec032005200241b0016a41086a290300370300200241106a41106a200241b0016a41106a290300370300200241106a41186a200241b0016a41186a290300370300200241386a200241d0016a41086a290300370300200241c0006a200241d0016a41106a290300370300200241c8006a200241d0016a41186a290300370300200241d8006a200241f0016a41086a290300370300200241e0006a200241f0016a41106a290300370300200241e8006a200241f0016a41186a290300370300200220022903b001370310200220022903d001370330200220022903f00137035020024188016a20024190026a41186a29030037030020024180016a20024190026a41106a290300370300200241f8006a20024190026a41086a29030037030020024198016a200241b0026a41086a290300370300200241a0016a200241b0026a41106a290300370300200241a8016a200241b0026a41186a2903003703002002200229039002370370200220022903b00237039001200241003602b802200242013703b002200241106a200241b0026a1071200241306a200241b0026a1071200241d0006a200241b0026a1071200241f0006a200241b0026a107120024190016a200241b0026a107120022802b802210120022802b402210520022802b002210402402000450d002003a7450d00200010230b200141046a2200417f4c0d000240024020000d00410121080c010b200010212208450d020b2002410036021820022000360214200220083602102001200241106a105d0240024020022802142208200228021822006b2001490d00200228021021080c010b200020016a22062000490d03200841017422092006200920064b1b22064100480d030240024020080d002006102121080c010b200228021020082006102521080b2008450d0220022006360214200220083602100b200820006a2004200110d3041a200020016aad4220862008ad84210302402005450d00200410230b200241e0026a240020030f0b1031000b102a000b102c000b200241bc026a4104360200200241246a410236020020024202370214200241fcbac300360210200241043602b402200241b0bdc3003602b0022002410036029402200241bccbc600360290022002200241b0026a360220200220024190026a3602b802200241106a418cbbc3001037000b810201057f230041306b22032400200341086a200241086a280200360200200320022902003703002003200136020c200341106a200310b90120032802142101200341106a41186a22042003410c6a200335021842208620032802102205ad841015220241186a290000370300200341106a41106a2206200241106a290000370300200341106a41086a2207200241086a2900003703002003200229000037031020021023200041186a2004290300370000200041106a2006290300370000200041086a20072903003700002000200329031037000002402001450d00200510230b024020032802002200450d002003280204450d00200010230b200341306a24000bbd0503037f047e027f23004190016b2202240041002103200241003a00482000410120011b2104024002400240034020012003460d01200241286a20036a200420036a2d00003a00002002200341016a22003a00482000210320004120470d000b200241086a41186a200241286a41186a22012903002205370300200241086a41106a200241286a41106a22042903002206370300200241086a41086a200241286a41086a22002903002207370300200220022903282208370308200241d0006a41186a2005370300200241d0006a41106a2006370300200241d0006a41086a200737030020022008370350200041e691c600ad4280808080e000841003220341086a2900003703002002200329000037032820031023200241f0006a41086a2209200029030037030020022002290328370370200041ec91c600ad4280808080c001841003220341086a290000370300200220032900003703282003102320024180016a41086a220a20002903003703002002200229032837038001200241286a200241d0006a10910141c000102122030d010c020b0240200341ff0171450d00200241003a00480b2002413c6a4102360200200241dc006a41043602002002420237022c200241fcbac30036022820024104360254200241d0bdc3003602502002410036020c200241bccbc6003602082002200241d0006a3602382002200241086a360258200241286a418cbbc3001037000b20032002290370370000200320022903800137001020032002290028370020200341086a2009290300370000200341186a200a290300370000200341286a2000290000370000200341306a2004290000370000200341386a20012900003700002002200341c000108e01200228020421002002280200210120031023410410212203450d0020032000410020011b36000020024190016a24002003ad4280808080c000840f0b102a000bbc0803027f077e017f23004190066b22022400024002402001450d00200220003602600c010b200241013602600b20022001360264200241c0036a200241e0006a107d0240024002400240024020022903a8044203510d00200241e8006a200241c0036a41c80210d3041a200228026422014104490d0320022802602200280000210320022001417c6a3602642002200041046a360260200241c0036a200241e8006a41c80210d3041a20024188066a200241d8046a220010e5012002290388062204a721012004428080808080e03f8350450d0142002104420021050c020b200241bc036a4104360200200241fc006a41023602002002420237026c200241fcbac300360268200241043602b403200241e8bdc3003602b0032002410036028c06200241bccbc600360288062002200241b0036a360278200220024188066a3602b803200241e8006a418cbbc3001037000b200241d0006a2003ad420042c0843d420010d804200241c0006a2001418094ebdc032001418094ebdc03491bad420042e807420010d804200241d0006a41086a290300200241c0006a41086a2903007c2002290350220520022903407c2204200554ad7c210510a0022206210702402006427f550d00428080808080808080807f420020067d2006428080808080808080807f511b21070b200241206a20042005428094ebdc03420010d904200241106a20022903202208200241206a41086a29030022094280ec94a37c427f10d804200220072007428094ebdc0380220a4280ec94a37c7e7ca722033602b0032002418094ebdc033602b403200220082009200241b0036a2003418094ebdc034b4102746a3502002207420010d804200241306a20042005200a420010d804427f2005200241306a41086a290300200241086a290300200229030022082007200420022903107c7e22072007428094ebdc038022074280ec94a37c7e7c4280cab5ee01562007a76aad7c2207200854ad7c7c2002290330220820077c2207200854ad7c22087c200420077c2209200454ad7c4200200520087d2004200754ad7d2208200420077d2207200456200820055620082005511b22031b2006420055220b1b220520094200200720031b200b1b22044280c2d72f7c22072004542203ad7c220620032006200554200720045a1b22031b2105427f200720031b21040b20022d008c062103200010c101410410212200450d012000200136000020004104410810252201450d01200120033a000420014108411510252201450d01200120043700052001410d6a200537000020024190066a24002001ad4280808080d002840f0b200241bc036a4104360200200241d4036a4102360200200242023702c403200241fcbac3003602c003200241043602b403200241e8bdc3003602b0032002410036028c06200241bccbc600360288062002200241b0036a3602d003200220024188066a3602b803200241c0036a418cbbc3001037000b102a000b0900200042043702000baa0601067f230041e0006b22022400200241c0006a41086a220341c4c0c600ad4280808080d000841003220441086a2900003703002002200429000037034020041023200241086a2003290300370300200220022903403703002003418dcfc300ad4280808080f001841003220441086a2900003703002002200429000037034020041023200241106a41086a2003290300370300200220022903403703102002410036024820024201370340200128020021044101102121030240024002400240024020044101460d002003450d02200242818080801037024420022003360240200341003a0000200141086a200241c0006a1071200220012802042204360220200241206a21050c010b2003450d01200242818080801037024420022003360240200341013a0000200220012802042204360220200241206a21050b0240024020022802442201200228024822036b4104490d00200228024021010c010b200341046a22042003490d02200141017422032004200320044b1b22034100480d020240024020010d002003102121010c010b200228024020012003102521010b2001450d01200220033602442002200136024020052802002104200228024821030b2002200341046a360248200120036a200436000020022802442101200241c0006a41186a2204200235024842208620022802402206ad841001220341186a290000370300200241c0006a41106a2205200341106a290000370300200241c0006a41086a2207200341086a2900003703002002200329000037034020031023200241206a41186a2004290300370300200241206a41106a2005290300370300200241206a41086a20072903003703002002200229034037032002402001450d00200610230b41c000102122030d020b102a000b102c000b200320022903003700002003200229031037001020032002290320370020200042c0808080800837020420002003360200200341086a200241086a290300370000200341186a200241106a41086a290300370000200341286a200241206a41086a290300370000200341306a200241306a290300370000200341386a200241206a41186a290300370000200241e0006a24000ba40502067f047e230041f0006b22022400200241d0006a41086a220341c4c0c600ad4280808080d000841003220441086a2900003703002002200429000037035020041023200241086a41086a220520032903003703002002200229035037030820034183cec300ad42808080808001841003220441086a2900003703002002200429000037035020041023200241186a41086a22062003290300370300200220022903503703182002200136024c200241d0006a41186a2201200241cc006aad4280808080c000841001220441186a290000370300200241d0006a41106a2207200441106a2900003703002003200441086a2900003703002002200429000037035020041023200241286a41186a22042001290300370300200241286a41106a22012007290300370300200241286a41086a2207200329030037030020022002290350370328024041c00010212203450d00200320022903083700002003200229031837001020032002290328370020200341086a2005290300370000200341186a2006290300370000200341286a2007290300370000200341306a2001290300370000200341386a2004290300370000200241d0006a200310b703200229025421082002280250210420031023420021092008420020041b2208a721062004410820041b2105024002402008422088a722040d00024020060d00420021080c020b2005102342002109420021080c010b200541086a290300210820052903002109024020044101460d00200541106a2103200441047441706a210403402008200341086a290300220a20092003290300220b562008200a562008200a511b22011b21082009200b20011b2109200341106a2103200441706a22040d000b0b2006450d00200510230b2000200937030020002008370308200241f0006a24000f0b102a000b902508067f017e037f027e017f027e047f037e23004190026b2201240020014180026a41086a220241c4c0c600ad4280808080d000841003220341086a290000370300200120032900003703800220031023200141d8006a41086a22042002290300370300200120012903800237035820024183cec300ad42808080808001841003220341086a290000370300200120032900003703800220031023200141f8006a41086a2203200229030037030020012001290380023703782001200028020022053602800220014198016a41186a220620014180026aad22074280808080c000841001220241186a29000037030020014198016a41106a2208200241106a29000037030020014198016a41086a2209200241086a290000370300200120022900003703980120021023200141d0016a41186a220a2006290300370300200141d0016a41106a22062008290300370300200141d0016a41086a2208200929030037030020012001290398013703d0010240024041c00010212202450d002002200129035837000020022001290378370010200220012903d001370020200241086a2004290300370000200241186a2003290300370000200241286a2008290300370000200241306a2006290300370000200241386a200a29030037000020014198016a200210b703200129029c01210b2001280298012103200210232003410820031b21040240024002400240200b420020031b220c422088a7220d41014b0d00200d0e020201020b200441086a290300210e2004290300210f2004200441106a2206200d41047441706a10d404211020014180026a41086a220241c4c0c600ad4280808080d000841003220341086a290000370300200120032900003703800220031023200141d8006a41086a22042002290300370300200120012903800237035820024183cec300ad42808080808001841003220341086a290000370300200120032900003703800220031023200141d0016a41086a2203200229030037030020012001290380023703d001200120002802003602800220014198016a41186a220820074280808080c000841001220241186a29000037030020014198016a41106a2209200241106a29000037030020014198016a41086a220a200241086a290000370300200120022900003703980120021023200141f8006a41186a22022008290300370300200141f8006a41106a22082009290300370300200141f8006a41086a2209200a290300370300200120012903980137037841c00010212211450d0320112001290358370000201120012903d00137001020112001290378370020201141086a2004290300370000201141186a2003290300370000201141286a2009290300370000201141306a2008290300370000201141386a2002290300370000200141003602a0012001420137039801200d417f6a221220014198016a105d02400240201241047422020d0020012802a0012102200128029c012109200128029801210a0c010b201020026a2105410020012802a00122026b2108200128029801210a200128029c012104201021030340200341086a29030021072003290300210b02400240200420086a410f4d0d00200421090c010b200241106a22092002490d07200441017422132009201320094b1b22094100480d070240024020040d0020091021210a0c010b200a200420091025210a0b200a450d060b200a20026a220420073700082004200b370000200841706a2108200241106a2102200921042005200341106a2203470d000b2001200936029c01200120023602a0012001200a360298010b2011ad42808080808008842002ad422086200aad84100202402009450d00200a10230b20111023201041086a2903002107200ca721042010290300210b024020124101460d00200d41047441606a210203402007200641086a290300220c200b20062903002214562007200c562007200c511b22031b2107200b201420031b210b200641106a2106200241706a22020d000b0b02402004450d00201010230b41012102200f200b7d220c200f56200e20077d200f200b54ad7d2207200e562007200e511b0d02200141f8006a200010c702200141206a200141f8006a200c2007109601200141206a41086a290300210b2001290320210c20014198016a41186a2206420037030020014198016a41106a2208420037030020014198016a41086a22044200370300200142003703980120014180026a41086a220341e483c300ad428080808080018422141003220941086a29000037030020012009290000370380022009102320042003290300370300200120012903800222073703f0012001200737039801200341d1bcc000ad4280808080d00184220e1003220941086a29000037030020012009290000370380022009102320082001290380022207370300200141d0016a41086a220a2004290300370300200141d0016a41106a22052007370300200141d0016a41186a22132003290300370300200120073703f00120012001290398013703d001200141086a200141d0016a4120109701200141086a41106a29030021072001290310210f200128020821092006420037030020084200370300200442003703002001420037039801200320141003220841086a29000037030020012008290000370380022008102320042003290300370300200120012903800222143703f00120012014370398012003200e1003220841086a290000370300200120082900003703800220081023200620032903002214370300200a20042903003703002005200129038002220e370300201320143703002001200e3703f00120012001290398013703d0012001427f200b2007420020091b22077c200c200f420020091b220b7c220c200b542203ad7c220b2003200b200754200b2007511b22031b3703a0012001427f200c20031b37039801200141d0016aad428080808080048420014198016aad428080808080028410020c020b20014180026a41086a220241c4c0c600ad4280808080d000841003220341086a290000370300200120032900003703800220031023200141d8006a41086a220620022903003703002001200129038002370358200241cccdc300ad4280808080a001841003220341086a290000370300200120032900003703800220031023200141d0016a41086a2203200229030037030020012001290380023703d001200120053602800220014198016a41186a220820074280808080c000841001220241186a29000037030020014198016a41106a2209200241106a29000037030020014198016a41086a220a200241086a290000370300200120022900003703980120021023200141f8006a41186a22132008290300370300200141f8006a41106a22082009290300370300200141f8006a41086a2209200a290300370300200120012903980137037841c00010212202450d0220022001290358370000200220012903d00137001020022001290378370020200241086a2006290300370000200241186a2003290300370000200241286a2009290300370000200241306a2008290300370000200241386a201329030037000020014198016a2002108702024020012d009c01220641034622030d002002ad428080808080088410050b200141c4016a280200210820014198016a41286a2802002113200141b0016a2802002109200141ac016a2802002111200141a4016a280200210a200141a0016a280200210d200210230240024020030d000240200641014b0d00024020060e020300030b2008450d02201310230c020b0240200a450d00200d10230b2009450d01201110230c010b20014198016a200510bd020b20014180026a41086a220241c4c0c600ad4280808080d000841003220341086a290000370300200120032900003703800220031023200141d8006a41086a220620022903003703002001200129038002370358200241f8cdc300ad4280808080b001841003220341086a290000370300200120032900003703800220031023200141d0016a41086a2203200229030037030020012001290380023703d001200120053602800220014198016a41186a220820074280808080c000841001220241186a29000037030020014198016a41106a2209200241106a29000037030020014198016a41086a220a200241086a290000370300200120022900003703980120021023200141f8006a41186a22052008290300370300200141f8006a41106a22082009290300370300200141f8006a41086a2209200a290300370300200120012903980137037841c00010212202450d0220022001290358370000200220012903d00137001020022001290378370020200241086a2006290300370000200241186a2003290300370000200241286a2009290300370000200241306a2008290300370000200241386a200529030037000020014198016a200241c00010bc010240024020012d0098014101470d002002ad42808080808008841005200141d0016a41186a200141b1016a290000220b370300200141d0016a41106a200141a9016a2900002214370300200141d0016a41086a200141a1016a290000220e370300200141d8006a41186a200b370300200141d8006a41106a2014370300200141d8006a41086a200e3703002001200129009901220f3703d001200141f8006a41186a200b370300200141f8006a41106a2014370300200141f8006a41086a200e3703002001200f3703582001200f3703780c010b200141d0016a41186a200141b1016a290000220b370300200141d0016a41106a200141a9016a2900002214370300200141d0016a41086a200141a1016a290000220e370300200141d8006a41186a4200370300200141d8006a41106a4200370300200141d8006a41086a42003703002001200129009901220f3703d001200141f8006a41186a200b370300200141f8006a41106a2014370300200141f8006a41086a200e370300200142003703582001200f3703780b20021023200141c8006a200141d8006a2004290300200441086a290300109601200141c8006a41086a29030021142001290348210e20014198016a41186a2206420037030020014198016a41106a2208420037030020014198016a41086a22034200370300200142003703980120014180026a41086a220241e483c300ad4280808080800184220f1003220941086a290000370300200120092900003703800220091023200320022903003703002001200129038002220b3703f0012001200b37039801200241d1bcc000ad4280808080d0018422151003220941086a2900003703002001200929000037038002200910232008200129038002220b370300200141d0016a41086a22092003290300370300200141d0016a41106a2213200b370300200141d0016a41186a221120022903003703002001200b3703f00120012001290398013703d001200141306a200141d0016a4120109701200141306a41106a290300210b200129033821162001280230210a20064200370300200842003703002003420037030020014200370398012002200f1003220541086a290000370300200120052900003703800220051023200320022903003703002001200129038002220f3703f0012001200f37039801200220151003220541086a29000037030020012005290000370380022005102320062002290300220f37030020092003290300370300201320012903800222153703002011200f370300200120153703f00120012001290398013703d0012001427f2014200b4200200a1b220b7c200e20164200200a1b22147c220e201454220aad7c2214200a2014200b542014200b511b220a1b3703a0012001427f200e200a1b37039801200141d0016aad428080808080048420014198016aad42808080808002841002200241c4c0c600ad4280808080d000841003220a41086a2900003703002001200a29000037038002200a1023200141d8006a41086a22052002290300370300200120012903800237035820024183cec300ad42808080808001841003220a41086a2900003703002001200a29000037038002200a10232009200229030037030020012001290380023703d0012001200028020036028002200620074280808080c000841001220241186a2900003703002008200241106a2900003703002003200241086a290000370300200120022900003703980120021023200141f8006a41186a220a2006290300370300200141f8006a41106a22062008290300370300200141f8006a41086a22082003290300370300200120012903980137037841c00010212202450d0220022001290358370000200220012903d00137001020022001290378370020200241086a2005290300370000200241186a2009290300370000200241286a2008290300370000200241306a2006290300370000200241386a200a2903003700002002ad42808080808008841005200210230b41002102200ca7450d00200410230b20014190026a240020020f0b102a000b102c000bac0b01067f230041106b22022400200028020021030240024002400240200141046a2802002204200141086a28020022056b4104490d00200128020021040c010b200541046a22062005490d02200441017422052006200520064b1b22054100480d020240024020040d002005102121040c010b200128020020042005102521040b2004450d0120012004360200200141046a2005360200200141086a28020021050b200141086a200541046a360200200420056a2003360000024020002d0004220541024b0d0002400240024020050e03000102000b02400240200141046a280200200141086a2802002205460d00200128020021040c010b200541016a22042005490d05200541017422032004200320044b1b22034100480d050240024020050d002003102121040c010b200128020020052003102521040b2004450d0420012004360200200141046a2003360200200141086a28020021050b200141086a2203200541016a360200200420056a41003a00002000410c6a200110712000280208210402400240200141046a2802002205200328020022006b4104490d00200128020021050c010b200041046a22032000490d05200541017422002003200020034b1b22004100480d050240024020050d002000102121050c010b200128020020052000102521050b2005450d0420012005360200200141046a2000360200200141086a28020021000b200141086a200041046a360200200520006a20043600000c020b02400240200141046a280200200141086a2802002205460d00200128020021040c010b200541016a22042005490d04200541017422032004200320044b1b22034100480d040240024020050d002003102121040c010b200128020020052003102521040b2004450d0320012004360200200141046a2003360200200141086a28020021050b200141086a2203200541016a360200200420056a41013a00002002200136020c200041056a2002410c6a106b20002802282106200041306a28020022002001105d02400240200141046a2802002204200328020022056b2000490d00200128020021040c010b200520006a22032005490d04200441017422052003200520034b1b22054100480d040240024020040d002005102121040c010b200128020020042005102521040b2004450d0320012004360200200141046a2005360200200141086a28020021050b200141086a200520006a360200200420056a2006200010d3041a0c010b02400240200141046a280200200141086a2802002205460d00200128020021040c010b200541016a22042005490d03200541017422032004200320044b1b22034100480d030240024020050d002003102121040c010b200128020020052003102521040b2004450d0220012004360200200141046a2003360200200141086a28020021050b200141086a2206200541016a360200200420056a41023a000020002802082107200041106a28020022052001105d02400240200141046a2802002203200628020022046b2005490d00200128020021030c010b200420056a22062004490d03200341017422042006200420064b1b22044100480d030240024020030d002004102121030c010b200128020020032004102521030b2003450d0220012003360200200141046a2004360200200141086a28020021040b200141086a2206200420056a360200200320046a2007200510d3041a200028021421032000411c6a28020022002001105d02400240200141046a2802002204200628020022056b2000490d00200128020021040c010b200520006a22062005490d03200441017422052006200520064b1b22054100480d030240024020040d002005102121040c010b200128020020042005102521040b2004450d0220012004360200200141046a2005360200200141086a28020021050b200141086a200520006a360200200420056a2003200010d3041a0b200241106a24000f0b102a000b102c000bd90401077f230041f0006b22022400200241d0006a41086a220341e5cfc300ad4280808080f000841003220441086a2900003703002002200429000037035020041023200241086a41086a2205200329030037030020022002290350370308200341f7cfc300ad4280808080f000841003220441086a2900003703002002200429000037035020041023200241186a41086a22062003290300370300200220022903503703182002200036024c200241d0006a41186a2200200241cc006aad4280808080c000841001220441186a290000370300200241d0006a41106a2207200441106a2900003703002003200441086a2900003703002002200429000037035020041023200241286a41186a22042000290300370300200241286a41106a22082007290300370300200241286a41086a2207200329030037030020022002290350370328024041c00010212200450d00200020022903083700002000200229031837001020002002290328370020200041086a2005290300370000200041186a2006290300370000200041286a2007290300370000200041306a2008290300370000200041386a2004290300370000200128020021052001280208210320024100360258200242013703502003200241d0006a105d02402003450d00200341057421042005210303402003200241d0006a1071200341206a2103200441606a22040d000b0b200228025421032000ad4280808080800884200235025842208620022802502204ad84100202402003450d00200410230b200010230240200141046a280200450d00200510230b200241f0006a24000f0b102a000b3400200041e5cfc30036020420004100360200200041146a4102360200200041106a4180d0c300360200200041086a42073702000b13002000410136020420004188d2c3003602000b3400200041ad92c50036020420004100360200200041146a4102360200200041106a41e8d5c300360200200041086a42093702000b13002000410136020420004198d8c3003602000b2d01017f02404108102122020d00102a000b20004288808080800137020420002002360200200242b8173700000b130020004101360204200041bcdbc3003602000b3400200041bcc0c30036020420004100360200200041146a4103360200200041106a41c8dcc300360200200041086a420a3702000b130020004106360204200041b0e0c3003602000b3400200041c4c0c60036020420004100360200200041146a4109360200200041106a41dcfdc300360200200041086a42053702000bb30101027f230041d0006b22022400200241033a000c0240410110212203450d00200341003a0000200041086a41013602002002410136024420022003360240200020022903403702000240024041000d00024020022d000c0e0402000102020b200241346a280200450d01200241306a28020010230c010b0240200241146a280200450d00200241106a28020010230b200241206a280200450d002002411c6a28020010230b200241d0006a24000f0b102a000b4b01027f230041106b2202240002404101102122030d00102a000b200341003a0000200041086a4101360200200241013602042002200336020020002002290300370200200241106a24000b130020004107360204200041a09cc4003602000b0d0020014194a7c600410210400be80201087f230041106b2202240020024100360208200242013703002000280200210302400240410410212204450d002004200336000020024284808080c00037020420022004360200200028020421052000410c6a28020022002002105d0240024020000d002002280208210420022802042106200228020021030c010b20004102742107200228020421062002280208210003402005280200210802400240200620006b4104490d00200041046a2104200228020021030c010b200041046a22042000490d04200641017422032004200320044b1b22094100480d040240024020060d002009102121030c010b200228020020062009102521030b2003450d032002200936020420022003360200200921060b200541046a210520022004360208200320006a2008360000200421002007417c6a22070d000b0b20012902002004ad4220862003ad84100202402006450d00200310230b200241106a24000f0b102a000b102c000b850401067f230041f0006b22032400200341d0006a41086a220441b1a3c400ad4280808080f000841003220541086a2900003703002003200529000037035020051023200341086a41086a2206200429030037030020032003290350370308200441f5a4c400ad4280808080b002841003220541086a2900003703002003200529000037035020051023200341186a41086a22072004290300370300200320032903503703182003200136024c200341d0006a41186a2201200341cc006aad4280808080c000841001220541186a290000370300200341d0006a41106a2208200541106a2900003703002004200541086a2900003703002003200529000037035020051023200341286a41186a22052001290300370300200341286a41106a22012008290300370300200341286a41086a2208200429030037030020032003290350370328024041c00010212204450d00200420032903083700002004200329031837001020042003290328370020200441086a2006290300370000200441186a2007290300370000200441286a2008290300370000200441306a2001290300370000200441386a2005290300370000200341d0006a200210c903200441c00041800110252204450d0020042003290050370040200441c8006a200341d8006a29000037000020004280818080800a37020420002004360200200341f0006a24000f0b102a000b850401067f230041f0006b22032400200341d0006a41086a220441b1a3c400ad4280808080f000841003220541086a2900003703002003200529000037035020051023200341086a41086a220620042903003703002003200329035037030820044188a5c400ad4280808080b002841003220541086a2900003703002003200529000037035020051023200341186a41086a22072004290300370300200320032903503703182003200136024c200341d0006a41186a2201200341cc006aad4280808080c000841001220541186a290000370300200341d0006a41106a2208200541106a2900003703002004200541086a2900003703002003200529000037035020051023200341286a41186a22052001290300370300200341286a41106a22012008290300370300200341286a41086a2208200429030037030020032003290350370328024041c00010212204450d00200420032903083700002004200329031837001020042003290328370020200441086a2006290300370000200441186a2007290300370000200441286a2008290300370000200441306a2001290300370000200441386a2005290300370000200341d0006a200210c903200441c00041800110252204450d0020042003290050370040200441c8006a200341d8006a29000037000020004280818080800a37020420002004360200200341f0006a24000f0b102a000b951106027f017e027f017e067f027e230041d0036b2201240041b1a3c400ad4280808080f0008410032202290008210320022800042104200228000021052002102341b8a3c400ad4280808080a00184100322022900082106200228000421072002280000210820021023200141b8026a20001091010240024002400240024002400240024041c00010212202450d00200220063700182002200736001420022008360010200220033700082002200436000420022005360000200220012900b802370020200241286a200141c0026a290000370000200241306a200141c8026a290000370000200241386a200141d0026a290000370000200141b8026a200210af03024020012d00c802220541024622000d002002ad428080808080088410050b20012802bc02210720012802b80221082001200141cc026a41c40010d304220141c4006a200141c40010d3041a20000d0320014188016a200141c4006a41c20010d3041a200141aa016a210441002100024020012d00a9014101470d0041b1a3c400ad4280808080f00084100322002900082103200028000421092000280000210a2000102341b8a3c400ad4280808080a001841003220029000821062000280004210b2000280000210c20001023200141b8026a200410910141c00010212200450d01200020063700182000200b3600142000200c36001020002003370008200020093600042000200a360000200020012900b802370020200041286a200141c0026a290000370000200041306a200141c8026a290000370000200041386a200141d0026a2900003700000b20012d0088014101470d0141b1a3c400ad4280808080f00084100322042900082103200428000421092004280000210a2004102341b8a3c400ad4280808080a001841003220429000821062004280004210b2004280000210c20041023200141b8026a20014188016a41017210910141c000102122040d020b102a000b024020012d00a9014101460d0041b1a3c400ad4280808080f00084100322042900002103200429000821062004102341a1a3c400ad428080808080028410032204290000210d2004290008210e20041023200141d0026a200e3702002001200d3702c802200120063702c002200120033702b802200141e0016a200141b8026a10f70120013502e80142208620012802e0012204ad84100520012802e401450d04200410230c040b41b1a3c400ad4280808080f00084100322092900002103200929000821062009102341a1a3c400ad428080808080028410032209290000210d2009290008210e20091023200141d0026a200e3702002001200d3702c802200120063702c002200120033702b802200141e0016a200141b8026a10f70120012802e0012109200120012802e8013602bc02200120093602b8022004200141b8026a10c00120012802e401450d03200910230c030b200420063700182004200b3600142004200c36001020042003370008200420093600042004200a360000200420012900b802370020200441286a200141b8026a41086a290000370000200441306a200141b8026a41106a290000370000200441386a200141b8026a41186a290000370000200142c080808080083702d401200120043602d001200141e0016a200410af03024020012d00f0014102470d0020014100360298032001420137039003200141a0036a41146a410f360200200141ac036a410c360200200141073602bc03200141b1a3c4003602b8032001410c3602a4032001410a3602c403200141b8a3c4003602c0032001200141d0016a3602b0032001200141c0036a3602a8032001200141b8036a3602a003200120014190036a3602cc03200141b8026a41146a4103360200200142033702bc02200141ecb4c6003602b8022001200141a0036a3602c802200141cc036a41c893c500200141b8026a10301a200135029803422086200135029003841007200128029403450d0220012802900310230c020b200141b8026a200141e0016a41d80010d3041a2001418d036a200141a9016a220941206a2d00003a000020014185036a200941186a290000370000200141fd026a200941106a290000370000200141f5026a200941086a290000370000200141ed026a2009290000370000200141c0003602a403200120043602a003200141b8026a200141a0036a10860420012802bc02450d0120012802b80210230c010b0c030b024020012802d401450d0020012802d00110230b410121090c010b41002104410021090b0240024020000d004100210a0c010b200142c080808080083702d401200120003602d001200141e0016a200010af030240024020012d00f0014102470d0020014100360298032001420137039003200141a0036a41146a410f360200200141ac036a410c360200200141073602bc03200141b1a3c4003602b8032001410c3602a4032001410a3602c403200141b8a3c4003602c0032001200141d0016a3602b0032001200141c0036a3602a8032001200141b8036a3602a003200120014190036a3602cc03200141b8026a41146a4103360200200142033702bc0220014190b4c6003602b8022001200141a0036a3602c802200141cc036a41c893c500200141b8026a10301a200135029803422086200135029003841007200128029403450d0120012802900310230c010b200141b8026a200141e0016a41d80010d3041a200141ec026a200141a8016a2d00003a0000200141e4026a200141a0016a290300370200200141dc026a20014198016a290300370200200141d4026a20014190016a29030037020020012001290388013702cc02200141c0003602a403200120003602a003200141b8026a200141a0036a10860420012802bc02450d0020012802b80210230b024020012802d401450d0020012802d00110230b4101210a0b02402009200445720d00200410230b0240200045200a720d00200010230b20074521000b20021023024020054102460d0020004101710d00200810230b200141d0036a24000bcb0301057f230041106b22022400200241003602082002420137030020002802002103200028020822042002105d02402004450d00200441057421040340200320021071200341206a2103200441606a22040d000b0b200028020c2105024002400240024020022802042204200228020822036b4104490d00200228020021040c010b200341046a22062003490d02200441017422032006200320064b1b22034100480d020240024020040d002003102121040c010b200228020020042003102521040b2004450d012002200336020420022004360200200228020821030b2002200341046a360208200420036a200536000020002d0010210502400240200228020420022802082203460d00200228020021040c010b200341016a22042003490d02200341017422062004200620044b1b22064100480d020240024020030d002006102121040c010b200228020020032006102521040b2004450d012002200636020420022004360200200228020821030b2002200341016a360208200420036a20053a0000200041146a200210f901200228020421032001290200200235020842208620022802002204ad84100202402003450d00200410230b200241106a24000f0b102a000b102c000ba91502067f017e230041c0036b22012400200141e0016a41086a220241b1a3c400ad4280808080f000841003220341086a290000370300200120032900003703e00120031023200141d0006a41086a22042002290300370300200120012903e001370350200241d2a3c400ad4280808080a001841003220341086a290000370300200120032900003703e0012003102320014180026a41086a22032002290300370300200120012903e00137038002200141c8026a200010910102400240024002400240024041c00010212202450d00200220012903503700002002200129038002370010200220012900c802370020200241086a2004290300370000200241186a2003290300370000200241286a200141c8026a41086a290000370000200241306a200141d8026a290000370000200241386a200141c8026a41186a290000370000200141c8026a200210b103024020012d00cc02220041024622030d002002ad428080808080088410050b2001410d6a200141c8026a41057241c30010d3041a200141d0006a2001410d6a41c30010d3041a20030d05200120003a00980120014198016a410172200141d0006a41c10010d3042105200141ba016a210441002103024020012d00b9014101470d00200141e0016a41086a220341b1a3c400ad4280808080f000841003220041086a290000370300200120002900003703e0012000102320014190036a41086a22062003290300370300200120012903e00137039003200341d2a3c400ad4280808080a001841003220041086a290000370300200120002900003703e0012000102320014180026a41086a22002003290300370300200120012903e00137038002200141c8026a200410910141c00010212203450d0120032001290390033700002003200129038002370010200320012900c802370020200341086a2006290300370000200341186a2000290300370000200341286a200141c8026a41086a290000370000200341306a200141d8026a290000370000200341386a200141c8026a41186a29000037000020012d00980121000b200041ff01714101470d01200141e0016a41086a220041b1a3c400ad4280808080f000841003220441086a290000370300200120042900003703e0012004102320014190036a41086a22062000290300370300200120012903e00137039003200041d2a3c400ad4280808080a001841003220441086a290000370300200120042900003703e0012004102320014180026a41086a22042000290300370300200120012903e00137038002200141c8026a200510910141c000102122000d020b102a000b024020012d00b9014101460d00200141e0016a41086a220041b1a3c400ad4280808080f000841003220441086a290000370300200120042900003703e0012004102320014190036a41086a22052000290300370300200120012903e00137039003200041c2a3c400ad42808080808002841003220441086a290000370300200120042900003703e0012004102320014180026a41086a20002903002207370300200141c8026a41086a2005290300370300200141e0026a2007370300200120012903e00122073703800220012001290390033703c802200120073703d80220014180026a200141c8026a10f7012001350288024220862001280280022200ad841005200128028402450d02200010230c020b200141e0016a41086a220041b1a3c400ad4280808080f000841003220541086a290000370300200120052900003703e0012005102320014190036a41086a22062000290300370300200120012903e00137039003200041c2a3c400ad42808080808002841003220541086a290000370300200120052900003703e0012005102320014180026a41086a20002903002207370300200141c8026a41086a2006290300370300200141e0026a2007370300200120012903e00122073703800220012001290390033703c802200120073703d80220014180026a200141c8026a10f701200128028002210020012001280288023602cc02200120003602c8022004200141c8026a10c001200128028402450d01200010230c010b20002001290390033700002000200129038002370010200020012900c802370020200041086a2006290300370000200041186a2004290300370000200041286a200141c8026a41086a290000370000200041306a200141c8026a41106a290000370000200041386a200141c8026a41186a290000370000200142c080808080083702f401200120003602f00120014180026a200010b1030240024020012d0084024102470d00200141003602e801200142013703e00120014190036a41146a410f3602002001419c036a410c360200200141073602ac03200141b1a3c4003602a8032001410c360294032001410a3602b403200141d2a3c4003602b0032001200141f0016a3602a0032001200141b0036a360298032001200141a8036a360290032001200141e0016a3602bc03200141c8026a41146a4103360200200142033702cc02200141ecb4c6003602c802200120014190036a3602d802200141bc036a41c893c500200141c8026a10301a20013502e80142208620013502e00184100720012802e401450d0120012802e00110230c010b200141c8026a20014180026a41c80010d3041a2001418d036a200141b9016a220441206a2d00003a000020014185036a200441186a290000370000200141fd026a200441106a290000370000200141f5026a200441086a290000370000200141ed026a200429000037000020014100360298032001420137039003200141c8026a20014190036a10dc01200141c8026a41047220014190036a10f90120012802940321042000ad42808080808008842001350298034220862001280290032205ad8410022004450d00200510230b024020012802f401450d0020012802f00110230b410121040c010b41002100410021040b0240024020030d00410021050c010b200142c080808080083702f401200120033602f00120014180026a200310b1030240024020012d0084024102470d00200141003602e801200142013703e00120014190036a41146a410f3602002001419c036a410c360200200141073602ac03200141b1a3c4003602a8032001410c360294032001410a3602b403200141d2a3c4003602b0032001200141f0016a3602a0032001200141b0036a360298032001200141a8036a360290032001200141e0016a3602bc03200141c8026a41146a4103360200200142033702cc0220014190b4c6003602c802200120014190036a3602d802200141bc036a41c893c500200141c8026a10301a20013502e80142208620013502e00184100720012802e401450d0120012802e00110230c010b200141c8026a20014180026a41c80010d3041a200141ec026a200141b8016a2d00003a0000200141e4026a200141b0016a290300370200200141dc026a200141a8016a290300370200200141d4026a200141a0016a29030037020020012001290398013702cc0220014100360298032001420137039003200141c8026a20014190036a10dc01200141c8026a41047220014190036a10f90120012802940321052003ad42808080808008842001350298034220862001280290032206ad8410022005450d00200610230b024020012802f401450d0020012802f00110230b410121050b02402004200045720d00200010230b2003452005720d00200310230b20021023200141c0036a24000be20201057f230041c0006b22022400200241206a41086a220341b1a3c400ad4280808080f000841003220441086a2900003703002002200429000037032020041023200241086a22052003290300370300200220022903203703002003419ba5c400ad4280808080d001841003220441086a2900003703002002200429000037032020041023200241106a41086a2206200329030037030020022002290320370310200241206a2001109101024041c00010212204450d00200420022903003700002004200229031037001020042002290020370020200441086a2005290300370000200441186a2006290300370000200441286a2003290000370000200441306a200241306a290000370000200441386a200241206a41186a290000370000200241206a200410ae03024020022802282203450d002000200229022c37020c200020022903203702000b2000200336020820041023200241c0006a24000f0b102a000bbe0501087f230041c0006b22022400200241206a41086a220341b1a3c400ad4280808080f000841003220441086a2900003703002002200429000037032020041023200241086a22052003290300370300200220022903203703002003419ba5c400ad4280808080d001841003220441086a2900003703002002200429000037032020041023200241106a41086a2204200329030037030020022002290320370310200241206a20001091010240024041c00010212206450d00200620022903003700002006200229031037001020062002290020370020200641086a2005290300370000200641186a2004290300370000200641286a2003290000370000200641306a200241306a290000370000200641386a200241206a41186a290000370000200241003602282002420137032020012802002104410410212203450d0020024284808080c00037022420022003360220200320043600002001280204210420034104410810252203450d00200242888080808001370224200320043600042002200336022020012802082104200141106a2802002201200241206a105d0240024020010d002002280228210720022802242105200228022021030c010b200141027421084100200228022822016b21002002280224210503402004280200210902400240200520006a4104490d00200228022021030c010b200141046a22032001490d04200541017422072003200720034b1b22074100480d040240024020050d002007102121030c010b200228022020052007102521030b2003450d032002200736022420022003360220200721050b200441046a21042002200141046a2207360228200320016a20093600002000417c6a2100200721012008417c6a22080d000b0b2006ad42808080808008842007ad4220862003ad84100202402005450d00200310230b20061023200241c0006a24000f0b102a000b102c000bb00501067f230041e0006b22012400200141c0006a41086a220241b1a3c400ad4280808080f000841003220341086a2900003703002001200329000037034020031023200141086a200229030037030020012001290340370300200241a8a5c400ad42808080809001841003220341086a2900003703002001200329000037034020031023200141106a41086a200229030037030020012001290340370310024002400240410410212202450d0020014204370244200120023602402000200141c0006a1071200028022021030240024020012802442200200128024822026b4104490d00200128024021000c010b200241046a22042002490d02200041017422022004200220044b1b22024100480d020240024020000d002002102121000c010b200128024020002002102521000b2000450d012001200236024420012000360240200128024821020b2001200241046a360248200020026a200336000020012802442100200141c0006a41186a2203200135024842208620012802402205ad841001220241186a290000370300200141c0006a41106a2204200241106a290000370300200141c0006a41086a2206200241086a2900003703002001200229000037034020021023200141206a41186a2003290300370300200141206a41106a2004290300370300200141206a41086a20062903003703002001200129034037032002402000450d00200510230b41c000102122020d020b102a000b102c000b200220012903003700002002200129031037001020022001290320370020200241086a200141086a290300370000200241186a200141106a41086a290300370000200241286a200141206a41086a290300370000200241306a200141306a290300370000200241386a200141206a41186a2903003700002002ad4280808080800884100520021023200141e0006a24000bf10e04057f017e197f027e230041f0026b22042400200441a0026a41086a220541b1a3c400ad4280808080f000841003220641086a290000370300200420062900003703a00220061023200441386a41086a22072005290300370300200420042903a00237033820054180aac400ad4280808080d000841003220641086a290000370300200420062900003703a00220061023200441e0016a41086a22062005290300370300200420042903a0023703e001200441a0016a20011091010240024002400240024041c00010212205450d0020052004290338370000200520042903e001370010200520042900a001370020200541086a2007290300370000200541186a2006290300370000200541286a200441a0016a41086a290000370000200541306a200441b0016a290000370000200541386a200441a0016a41186a290000370000200441c00036027c20042005360278200441386a2005ad4280808080800884100610a101024020042802382206450d00200428023c210802400240200441c0006a280200450d0020062d000022074103490d010b200441003602e801200442013703e0012004410c36020c2004200441f8006a3602082004200441e0016a3602c001200441b4026a4101360200200442013702a402200441a0f0c2003602a0022004200441086a3602b002200441c0016a41c893c500200441a0026a10301a20043502e80142208620043502e001841007024020042802e401450d0020042802e00110230b410321070b02402008450d00200610230b20074103470d020b200510230c020b102a000b200510230240024020070e03020001020b200441a0026a20012002200310a80120043502a0024201852102200441b0026a2903002109200441a8026a29030021030c030b200441a0026a200110900420042d00a0024101470d01200441f8016a200441b9026a290000370300200441e0016a41106a200441b1026a290000370300200441e0016a41086a200441a9026a290000370300200420042900a1023703e001200441386a200441e0016a2002200310a80120043502384201852102200441386a41106a2903002109200441386a41086a29030021030c020b200441f8006a200110900420042d00784101470d00200441c0016a41186a220720044191016a290000370300200441c0016a41106a220520044189016a290000370300200441c0016a41086a220620044181016a290000370300200420042900793703c001200441a0026a200441c0016a10ea01200441a0016a41186a22082007290300370300200441a0016a41106a22072005290300370300200441a0016a41086a220a2006290300370300200420042903c0013703a00120042802c002220b450d00200441e0016a41186a220c2008290300370300200441e0016a41106a220d2007290300370300200441e0016a41086a220e200a290300370300200441e0016a41286a2207200441a0026a41086a2208290300370300200441e0016a41306a220a200441a0026a41106a220f290300370300200441e0016a41386a2210200441a0026a41186a2211290300370300200441086a41286a2212200441ec026a2213280200360200200441086a41206a2214200441e4026a2215290200370300200441086a41186a2216200441dc026a2217290200370300200441086a41106a2218200441d4026a2219290200370300200441086a41086a221a200441cc026a221b290200370300200420042903a0013703e001200420042903a00237038002200420042902c402370308200441386a41386a221c2010290300370300200441386a41306a221d200a290300370300200441386a41286a221e2007290300370300200441386a41206a221f200429038002370300200441386a41186a2220200c290300370300200441386a41106a2221200d290300370300200441386a41086a2222200e290300370300200420042903e0013703382010201c290300370300200a201d2903003703002007201e290300370300200441e0016a41206a221c201f290300370300200c2020290300370300200d2021290300370300200e2022290300370300200420042903383703e001200441f8006a41186a2020290300370300200441f8006a41106a2021290300370300200441f8006a41086a20222903003703002004200429033837037820112010290300370300200f200a290300370300200820072903003703002004200b3602c0022004201c2903003703a002200441c4026a22072004290308370200201b201a2903003702002019201829030037020020172016290300370200201520142903003702002013201228020036020020112903002109200f200f290300222320027c22243703002011200920037c2024202354ad7c37030020082903002109200420042903a002222320027c22243703a0022008200920037c2024202354ad7c370300200441c0016a20012002200310a80120043502c00121022005290300210920062903002103200441f8006a200441a0026a10910402402007280200450d0020042802c00210230b200242018521020c010b420021020b2000200337030820002002370300200041106a2009370300200441f0026a24000bcc0803037f047e037f230022022103200241a0026b41607122022400200141186a220429000021052004200229039801370000200129001021062001200229039001370010200129000821072001200229038801370008200241003a00800120012900002108200120022903800137000020022005370338200220063703302002200737032820022008370320200141206a2d0000210920024180016a41176a220a200537000020024180016a41106a220b200229003137030020024180016a41086a220420022900293703002002200229002137038001024002402008a741ff01714101460d00200041003602000c010b200241176a200a290000370000200241106a200b290300370300200241086a20042903003703002002200229038001370300200220093a001f200441b1a3c400ad4280808080f000841003220941086a290000370300200220092900003703800120091023200241f0016a41086a200429030037030020022002290380013703f001200441d2a3c400ad4280808080a001841003220941086a290000370300200220092900003703800120091023200241206a41086a2004290300370300200220022903800137032020024180016a2002109101024041c00010212204450d00200420022903f001370000200420022903203700102004200229008001370020200441086a200241f0016a41086a290300370000200441186a200241206a41086a290300370000200441286a20024180016a41086a290000370000200441306a20024180016a41106a290000370000200441386a20024180016a41186a290000370000200242c080808080083702742002200436027020024180016a200410b103024020022d0084014102470d00200241003602e801200242013703e001200241f0016a41146a410f360200200241fc016a410c3602002002410736028c02200241b1a3c400360288022002410c3602f4012002410a36029402200241d2a3c400360290022002200241f0006a36028002200220024190026a3602f801200220024188026a3602f0012002200241e0016a36029c02200241206a41146a41033602002002420337022420024190b4c6003602202002200241f0016a3602302002419c026a41c893c500200241206a10301a20023502e80142208620023502e00184100720004100360200024020022802e401450d0020022802e00110230b2002280274450d0220022802701023200324000f0b200228028001210920041023200241206a20024180016a41047241c20010d3041a200141206a200241e1006a2d00003a0000200141186a200241d9006a290000370000200141106a200241d1006a290000370000200141086a200241c9006a29000037000020012002290041370000200020022903003700042000410c6a200241086a290300370000200041146a200241106a2903003700002000411c6a200241186a29030037000020004101360200200041246a2009360200200324000f0b102a000b200324000be10903037f047e047f230022022103200241a0036b41607122022400200141186a220429000021052004200229039802370000200129001021062001200229039002370010200129000821072001200229038802370008200241003a0080022001290000210820012002290380023700002002200537039801200220063703900120022007370388012002200837038001200141206a2d0000210920024180026a41176a220a200537000020024180026a41106a220b20022900910137030020024180026a41086a2204200229008901370300200220022900810137038002024002402008a741ff01714101460d00200041023a00300c010b200241186a41176a200a290000370000200241186a41106a200b290300370300200241186a41086a20042903003703002002200229038002370318200220093a0037200441b1a3c400ad4280808080f000841003220941086a290000370300200220092900003703800220091023200241f0026a41086a200429030037030020022002290380023703f002200441b8a3c400ad4280808080a001841003220941086a290000370300200220092900003703800220091023200241386a41086a2004290300370300200220022903800237033820024180026a200241186a109101024041c00010212204450d00200420022903f002370000200420022903383700102004200229008002370020200441086a200241f0026a41086a2209290300370000200441186a200241386a41086a290300370000200441286a20024180026a41086a220a290000370000200441306a20024180026a41106a220b290000370000200441386a20024180026a41186a220c290000370000200242c080808080083702f401200220043602f00120024180026a200410af03024020022d0090024102470d00200241003602e802200242013703e002200241f0026a41146a410f360200200241fc026a410c3602002002410736028c03200241b1a3c400360288032002410c3602f4022002410a36029403200241b8a3c400360290032002200241f0016a36028003200220024190036a3602f802200220024188036a3602f0022002200241e0026a36029c03200241386a41146a41033602002002420337023c20024190b4c6003602382002200241f0026a3602482002419c036a41c893c500200241386a10301a20023502e80242208620023502e002841007200041023a0030024020022802e402450d0020022802e00210230b20022802f401450d0220022802f0011023200324000f0b20024180016a20024180026a41d80010d3041a20041023200241f0026a41106a2204200b2802003602002009200a29030037030020022002290380023703f002200241386a20024194016a41c20010d3041a200141206a200241f9006a2d00003a0000200141186a200241f1006a290000370000200141106a200241e9006a290000370000200141086a200241e1006a29000037000020012002290059370000200c200241186a41186a2903002205370300200b200241186a41106a2903002208370300200a200241186a41086a2903002206370300200020022903182207370200200041086a2006370200200041106a2008370200200041186a20053702002002200737038002200041206a20022903f002370200200041286a2009290300370200200041306a2004280200360200200324000f0b102a000b200324000bf00302047f027e230041c0016b22022400200241086a20011090040240024020022d00084101470d0020024180016a41186a200241216a29000037030020024180016a41106a200241196a29000037030020024180016a41086a200241116a2900003703002002200229000937038001200241306a41086a220341b1a3c400ad4280808080f000841003220141086a2900003703002002200129000037033020011023200241a0016a41086a22042003290300370300200220022903303703a001200341d9a4c400ad4280808080e000841003220141086a2900003703002002200129000037033020011023200241b0016a41086a22052003290300370300200220022903303703b001200241306a20024180016a109101024041c00010212201450d00200120022903a001370000200120022903b00137001020012002290030370020200141086a2004290300370000200141186a2005290300370000200141286a2003290000370000200141306a200241306a41106a290000370000200141386a200241306a41186a2203290000370000200241306a200110b40320032903002106200229034021072002280254210420022802502103200110232003450d012004450d02200310230c020b102a000b42002107420021060b2000200737030020002006370308200241c0016a24000bb21105017f047e017f057e047f230041c0026b22052400200541a0016a20001090040240024020052d00a0014101470d00200541306a41186a200541b9016a290000370300200541c0006a200541b1016a290000370300200541306a41086a200541a9016a290000370300200520052900a101370330200541a0016a200541306a10ea0120052802c001450d00200541d0006a200541a0016a41d00010d3041a200541d0006a41086a290300210620052903502107024002402005290360220820012008200154200541d0006a41186a290300220920025420092002511b220a1b220b20092002200a1b220c8450450d002007210d2006210e0c010b200541e8006a220a2009200c7d2008200b54ad7d220f37030020052008200b7d220d37036002400240200d4280c8afa02556200f420052200f501b450d00200b2108200c21090c010b200a420037030020054200370360200f20027c200d20017c2201200d54ad7c21020b20054200200620097d2007200854ad7d220b200720087d220f200756200b200656200b2006511b220a1b220e37035820054200200f200a1b220d370350200220097d2001200854ad7d2102200120087d21010b02400240024002400240200541f8006a28020022100d004100210a410021100c010b2005280270210a201041186c21114100211003400240200a2903002208200120012008562002200a41086a221229030022095620022009511b22131b220b2009200220131b220c84500d00200a2008200b7d220d370300200a2009200c7d2008200b54ad7d220f37030802400240200d4280c8afa02556200f420052200f501b450d002001210f200b2108200c21090c010b200a4200370308200a42003703002002200f7c2001200d7c220f200154ad7c21020b200541d0006a41086a221342002013290300220120097d2005290350220b200854ad7d220c200b20087d220d200b56200c200156200c2001511b22131b220e37030020054200200d20131b220d370350200220097d200f200854ad7d2102200f20087d210120122903002109200a29030021080b024020082009844200520d00200a41186a210a201041016a2110201141686a22110d010b0b2005280278220a2010490d010b200541003602780240200a20106b220a450d0002402010450d00200528027022132013201041186c6a200a41186c10d4041a200541d8006a290300210e2005290350210d0b2005200a3602780b42002007200d7d220820082007562006200e7d2007200d54ad7d220920065620092006511b220a1b220842002009200a1b22098450450d010c020b41f0b8c000411c41b096c500102d000b200541a0016a41086a221041e483c300ad42808080808001841003220a41086a2900003703002005200a2900003703a001200a1023200541a0026a41086a22132010290300370300200520052903a0013703a002201041debcc000ad4280808080b001841003220a41086a2900003703002005200a2900003703a001200a1023200541b0026a41086a22112010290300370300200520052903a0013703b002200541a0016a200010910141c0001021220a450d02200a20052903a002370000200a20052903b002370010200a20052900a001370020200a41086a2013290300370000200a41186a2011290300370000200a41286a2010290000370000200a41306a200541a0016a41106a290000370000200a41386a200541a0016a41186a290000370000200541186a200a41c000109701200541186a41106a29030021022005290320210120052802182110200a102320002001420020101b22012008200120012008562002420020101b220b200956200b2009511b220a1b22027d200b2009200b200a1b220c7d2001200254ad7d109a0102400240200820027d220b2009200c7d2008200254ad7d220f844200520d002004427f2004290300220220087c22012001200254220a200441086a2210290300220220097c200aad7c220120025420012002511b220a1b3703002010427f2001200a1b3703000c010b200541a0016a41086a221041e483c300ad42808080808001841003220a41086a2900003703002005200a2900003703a001200a1023200541a0026a41086a22132010290300370300200520052903a0013703a002201041e9bcc000ad4280808080f001841003220a41086a2900003703002005200a2900003703a001200a1023200541b0026a41086a22112010290300370300200520052903a0013703b002200541a0016a200010910141c0001021220a450d03200a20052903a002370000200a20052903b002370010200a20052900a001370020200a41086a2013290300370000200a41186a2011290300370000200a41286a2010290000370000200a41306a200541a0016a41106a290000370000200a41386a200541a0016a41186a2900003700002005200a41c000109701200541106a29030021012005290308210d20052802002110200a10232000200d420020101b220d200b200d200d200b562001420020101b220e200f56200e200f511b220a1b22017d200e200f200e200a1b22067d200d200154ad7d109d012004427f2004290300220d200120027c220e7c22022002200d54220a200441086a221029030022022006200c7c200e200154ad7c7c200aad7c220c200254200c2002511b220a1b3703002010427f200c200a1b370300200b20017d2202200f20067d200b200154ad7d220f84500d00200342002003290300220120027d220b200b200156200341086a220a290300220b200f7d2001200254ad7d2202200b562002200b511b22101b370300200a4200200220101b3703000b200541306a200541d0006a109104200541d8016a2009370300200541d0016a2008370300200541a0016a41086a41013a0000200541a9016a2000290000370000200541b1016a200041086a290000370000200541b9016a200041106a290000370000200541c1016a200041186a290000370000200541033a00a001200541a0016a1099010b200541f4006a280200450d00200528027010230b200541c0026a24000f0b102a000be00301047f230041f0006b22022400200241086a41086a220341b1a3c400ad4280808080f000841003220441086a2900003703002002200429000037030820041023200241306a41086a2205200329030037030020022002290308370330200341d3a4c400ad4280808080e000841003220441086a2900003703002002200429000037030820041023200241c0006a41086a2204200329030037030020022002290308370340200241d0006a2001109101024041c00010212203450d00200320022903303700002003200229034037001020032002290350370020200341086a2005290300370000200341186a2004290300370000200341286a200241d0006a41086a2205290300370000200341306a200241e0006a2204290300370000200341386a200241d0006a41186a2201290300370000200241086a200341c00010bc012005200241086a41096a2900003703002004200241086a41116a2900003703002001200241086a41196a290000370300200220022900093703500240024020022d00084101460d00200041003a00000c010b200041013a000020002002290350370001200041096a200241d8006a290300370000200041116a2004290300370000200041196a20012903003700000b20031023200241f0006a24000f0b102a000bb20401067f230041d0006b22022400200242f3e885db96cddbb320370308200241086a2001412c6a22032001290300200141086a290300417f411f10aa01200241306a41086a220441b1a3c400ad4280808080f000841003220541086a2900003703002002200529000037033020051023200241106a41086a2206200429030037030020022002290330370310200441d9a4c400ad4280808080e000841003220541086a2900003703002002200529000037033020051023200241206a41086a2207200429030037030020022002290330370320200241306a2000109101024041c00010212205450d00200520022903103700002005200229032037001020052002290030370020200541086a2006290300370000200541186a2007290300370000200541286a2004290000370000200541306a200241306a41106a290000370000200541386a200241306a41186a29000037000020024100360238200242013703302003200241306a107120022001360220200241206a200241306a10db012002200141106a360220200241206a200241306a10db0120012802202104200141286a2802002201200241306a105d02402001450d002004200141186c6a2101034020022004360220200241206a200241306a10db01200441106a200241306a10dc012001200441186a2204470d000b0b200228023421042005ad4280808080800884200235023842208620022802302201ad84100202402004450d00200110230b20051023200241d0006a24000f0b102a000b13002000411036020420004188aac4003602000bc90405057f017e017f027e037f230041e0006b22002400200041206a41186a22014200370300200041206a41106a22024200370300200041206a41086a2203420037030020004200370320200041d0006a41086a220441b1a3c400ad4280808080f0008422051003220641086a29000037030020002006290000370350200610232003200429030037030020002000290350220737034020002007370320200441c0f2c400ad428080808080018422081003220641086a2900003703002000200629000037035020061023200220002903502207370300200041086a22092003290300370300200041106a220a2007370300200041186a220b200429030037030020002007370340200020002903203703000240024002404100200010ab032206200641ff01714104461b41ff0171417f6a220641024b0d0020060e03010001010b20014200370300200242003703002003420037030020004200370320200420051003220641086a29000037030020002006290000370350200610232003200429030037030020002000290350220737034020002007370320200420081003220641086a2900003703002000200629000037035020061023200041c0006a41086a2004290300220737030020002000290350220537034020022005370000200241086a200737000020092003290300370300200a2002290300370300200b200129030037030020002000290320370300410110212204450d01200441013a00002000ad42808080808004842004ad428080808010841002200410230b200041e0006a24000f0b102a000b3400200041b1a3c40036020420004100360200200041146a411a360200200041106a4190dcc400360200200041086a42073702000b5301017f0240411010212202450d00200242003700082002420037000020024110412010252202450d0020024200370010200042a0808080800437020420002002360200200241186a42003700000f0b102a000bfc0503027f027e047f230041106b22032400200341003602082003420137030020022003105d0240024002402002450d002001200241d8006c6a21040340200141386a20031071200141086a2903002105200129030021060240024020032802042207200328020822026b4110490d00200328020021070c010b200241106a22082002490d04200741017422022008200220084b1b22024100480d040240024020070d002002102121070c010b200328020020072002102521070b2007450d032003200236020420032007360200200328020821020b200720026a22072005370008200720063700002003200241106a36020820012802202102200128022822072003105d02402007450d002002200741306c6a21090340200220031071200241286a2903002105200241206a29030021060240024020032802042208200328020822076b4110490d00200328020021080c010b200741106a220a2007490d0620084101742207200a2007200a4b1b22074100480d060240024020080d002007102121080c010b200328020020082007102521080b2008450d052003200736020420032008360200200328020821070b200820076a22082005370008200820063700002003200741106a3602082009200241306a2202470d000b0b200128022c2102200141346a28020022072003105d02402007450d00200741057421070340200220031071200241206a2102200741606a22070d000b0b200141186a2903002105200129031021060240024020032802042207200328020822026b4110490d00200328020021070c010b200241106a22082002490d04200741017422022008200220084b1b22024100480d040240024020070d002002102121070c010b200328020020072002102521070b2007450d032003200236020420032007360200200328020821020b200720026a22072005370008200720063700002003200241106a360208200141d8006a22012004470d000b0b20002003290300370200200041086a200341086a280200360200200341106a24000f0b102a000b102c000b6701027f230041106b22022400200241003602082002420137030002404104102122030d00102a000b2003410036000020024284808080c0003702042002200336020041002002105d200041086a200228020836020020002002290300370200200241106a24000b8c0201037f230041c0006b22022400200241186a4200370300200241106a22034200370300200241086a4200370300200241286a22044100360200200242003703002002420837032020024100360238200242013703302002200236023c2002413c6a200241306a10db012002200336023c2002413c6a200241306a10db012002280220210320042802002204200241306a105d02402004450d00200441306c21040340200341106a200241306a10712002200336023c200341306a21032002413c6a200241306a10db01200441506a22040d000b0b20002002290330370200200041086a200241306a41086a28020036020002402002280224450d00200228022010230b200241c0006a24000be20101047f230041106b220224002002410036020c0240410110212203450d0002400240200228020c2204413f4b0d00200320044102743a0000410121050c010b0240200441808001490d0002402004418080808004490d00200341033a0000200228020c21044105210520034101410510252203450d03200320043600010c020b4104210520034101410410252203450d02200320044102744102723600000c010b4102210520034101410210252203450d01200320044102744101723b00000b200020053602082000200536020420002003360200200241106a24000f0b102a000b2c01017f02404104102122020d00102a000b20004284808080c00037020420002002360200200241043600000b1300200041023602042000419489c5003602000b2c01017f02404104102122020d00102a000b20004284808080c000370204200020023602002002411c3600000b2c01017f02404104102122020d00102a000b20004284808080c00037020420002002360200200241063600000bbd0101057f2001280208210302402001410c6a280200220420024d0d0002400240200141186a2802002205450d00200141106a2802002101200541027421062003417f6a2103034002402004200128020022076b220520024b0d00200420024b0d030b200141046a21012003417f6a2103200521042006417c6a22060d000b0b200041023602080f0b2000200736020c2000410136020820002005ad4220862003ad843702000f0b2000410036020820002004ad4220862003ad843702000bc71604027f037e057f047e230041e0026b22052400200541c8016a20012002109e040240024020052802d0014102470d00410021020c010b20052802c80121062001280204220241086a2900002107200241106a290000210820022900002109200541c8016a41186a200241186a290000370300200541c8016a41106a2008370300200541c8016a41086a2007370300200520093703c801200520063602e801200541b0026a41086a220241b1a3c400ad4280808080f000841003220a41086a2900003703002005200a2900003703b002200a1023200541f0016a41086a2002290300370300200520052903b0023703f001200241a8a5c400ad42808080809001841003220a41086a2900003703002005200a2900003703b002200a102320054180026a41086a2002290300370300200520052903b0023703800202400240410410212202450d00200542043702b402200520023602b002200541c8016a200541b0026a107120052802e801210b0240024020052802b402220a20052802b80222026b4104490d0020052802b002210a0c010b200241046a220c2002490d02200a4101742202200c2002200c4b1b22024100480d0202400240200a0d0020021021210a0c010b20052802b002200a20021025210a0b200a450d01200520023602b4022005200a3602b00220052802b80221020b2005200241046a3602b802200a20026a200b36000020052802b402210a200541b0026a41186a220b20053502b80242208620052802b002220dad841001220241186a290000370300200541b0026a41106a220c200241106a290000370300200541b0026a41086a220e200241086a290000370300200520022900003703b0022002102320054190026a41186a200b29030037030020054190026a41106a200c29030037030020054190026a41086a200e290300370300200520052903b002370390020240200a450d00200d10230b41c00010212202450d00200220052903f00137000020022005290380023700102002200529039002370020200241086a200541f0016a41086a290300370000200241186a20054180026a41086a220b290300370000200241286a20054190026a41086a290300370000200241306a20054190026a41106a290300370000200241386a20054190026a41186a290300370000200541c0003602d402200520023602d00220054180026a2002ad4280808080800884100610a10102400240200528028002220a0d004200210f0c010b200528028402210c02400240200b280200220b4110490d00200b4170714110460d00200a41186a2900002108200a41086a2900002110200a2900102107200a29000021094201210f0c010b200541003602980220054201370390022005410c3602f4012005200541d0026a3602f001200520054190026a3602dc02200541c4026a4101360200200542013702b402200541a0f0c2003602b0022005200541f0016a3602c002200541dc026a41c893c500200541b0026a10301a2005350298024220862005350290028410070240200528029402450d0020052802900210230b4200210f0b200c450d00200a10230b2002102320084200200f42005222021b21082007420020021b21070240024002402009420020021b220f2003542010420020021b220920045420092004511b0d00200f20038520092004858450450d02200541b8016a20032004428094ebdc03420010d904200541a8016a20052903b8012209200541b8016a41086a290300220f4280ec94a37c427f10d80420054198016a2009200f20013502242210420010d80420054188016a4200200529039801220f201020052903a80120037c7e22092009428094ebdc038022094280ec94a37c7e7c4280cab5ee01562009a76aad7c220920077d2210201020095620054198016a41086a2903002009200f54ad7c220f20087d2009200754ad7d2209200f562009200f511b22021b220f4200200920021b428094ebdc03420010d904200541f8006a200529038801220920054188016a41086a29030022104280ec94a37c427f10d804200541e8006a200920104280cab5ee01420010d804200541e8006a41086a29030020052903682210200f20052903787c22094280cab5ee017e428094ebdc03824280cab5ee01562009420188a76aad7c2209201054ad7c210f410021020c010b200541c8006a20032004428094ebdc03420010d904200541d8006a20032004428094ebdc03420010da04200541386a2005290348200541c8006a41086a29030020013502242210420010d804200541286a420020052903382211201020052903587e22102010428094ebdc038022104280ec94a37c7e7c4280cab5ee01562010a76aad7c221020077d22122012201056200541386a41086a2903002010201154ad7c221120087d2010200754ad7d221020115620102011511b22021b22114200201020021b428094ebdc03420010d904200541186a20052903282210200541286a41086a29030022124280ec94a37c427f10d804200541086a201020124280cab5ee01420010d804200141206a28020022022003200f7d221020022903007c2212370300200241086a2202200420097d2003200f54ad7d20022903007c2012201054ad7c370300200541086a41086a2903002005290308220f201120052903187c22094280cab5ee017e428094ebdc03824280cab5ee01562009420188a76aad7c2209200f54ad7c210f410121020b024002402009200f84500d00200128021c22022002290300221020097c2211370300200241086a22022002290300200f7c2011201054ad7c3703002008200f7c200720097c2209200754ad7c2108200921070c010b2002450d010b200141013a0028200541b0026a41086a220241b1a3c400ad4280808080f000841003220141086a290000370300200520012900003703b00220011023200541f0016a41086a2002290300370300200520052903b0023703f001200241a8a5c400ad42808080809001841003220141086a290000370300200520012900003703b0022001102320054180026a41086a2002290300370300200520052903b00237038002410410212202450d01200542043702b402200520023602b002200541c8016a200541b0026a107120052802e801210a0240024020052802b402220120052802b80222026b4104490d0020052802b00221010c010b200241046a220b2002490d0320014101742202200b2002200b4b1b22024100480d030240024020010d002002102121010c010b20052802b00220012002102521010b2001450d02200520023602b402200520013602b00220052802b80221020b2005200241046a3602b802200120026a200a36000020052802b4022101200541b0026a41186a220a20053502b80242208620052802b002220ead841001220241186a290000370300200541b0026a41106a220b200241106a290000370300200541b0026a41086a220c200241086a290000370300200520022900003703b0022002102320054190026a41186a200a29030037030020054190026a41106a200b29030037030020054190026a41086a200c290300370300200520052903b0023703900202402001450d00200e10230b41c00010212202450d01200220052903f00137000020022005290380023700102002200529039002370020200241086a200541f0016a41086a290300370000200241186a20054180026a41086a290300370000200241286a20054190026a41086a290300370000200241306a20054190026a41106a290300370000200241386a20054190026a41186a290300370000411010212201450d01200120033700002001200437000820014110412010252201450d0120012007370010200141186a20083700002002ad42808080808008842001ad4280808080800484100220011023200210230b410121020c020b102a000b102c000b2000200636020420002002360200200541e0026a24000bc70201057f230041c0006b22022400200241206a41086a220341b1a3c400ad4280808080f000841003220441086a2900003703002002200429000037032020041023200241086a2205200329030037030020022002290320370300200341d3a4c400ad4280808080e000841003220441086a2900003703002002200429000037032020041023200241106a41086a2206200329030037030020022002290320370310200241206a2000109101024041c000102122040d00102a000b200420022903003700002004200229031037001020042002290020370020200441086a2005290300370000200441186a2006290300370000200441286a2003290000370000200441306a200241306a290000370000200441386a200241206a41186a290000370000200241c000360224200220043602202001200241206a10c00120041023200241c0006a24000bb80302057f017e230041c0006b22022400200241206a41086a220341b1a3c400ad4280808080f000841003220441086a2900003703002002200429000037032020041023200241086a220520032903003703002002200229032037030020034180aac400ad4280808080d000841003220441086a2900003703002002200429000037032020041023200241106a41086a2206200329030037030020022002290320370310200241206a2000109101024041c00010212204450d00200420022903003700002004200229031037001020042002290020370020200441086a2005290300370000200441186a2006290300370000200441286a2003290000370000200441306a200241306a290000370000200441386a200241206a41186a29000037000002400240200141ff0171220341024d0d004101210342002107410121010c010b024002400240024020030e03000102000b410021010c020b410121010c010b410221010b200220013a0020410110212203450d01200320013a00004100210142808080801021070b2004ad428080808080088420072003ad841002024020010d00200310230b20041023200241c0006a24000f0b102a000b130020004109360204200041ac8bc5003602000ba70301047f230041106b22022400200028020021002002410036020c02400240024002402001418001490d002001418010490d012001418080044f0d0220022001413f71418001723a000e20022001410676413f71418001723a000d20022001410c76410f7141e001723a000c410321010c030b200220013a000c410121010c020b20022001413f71418001723a000d20022001410676411f7141c001723a000c410221010c010b20022001413f71418001723a000f2002200141127641f001723a000c20022001410676413f71418001723a000e20022001410c76413f71418001723a000d410421010b0240024002400240200041046a2802002203200041086a28020022046b2001490d00200028020021030c010b200420016a22052004490d02200341017422042005200420054b1b22044100480d020240024020030d002004102121030c010b200028020020032004102521030b2003450d0120002003360200200041046a2004360200200041086a28020021040b200041086a200420016a360200200320046a2002410c6a200110d3041a200241106a240041000f0b102a000b102c000b6301017f230041206b2202240020022000280200360204200241086a41106a200141106a290200370300200241086a41086a200141086a29020037030020022001290200370308200241046a41c893c500200241086a10302101200241206a240020010bac0405057f017e017f027e047f230041f0006b22002400200041306a41186a22014200370300200041306a41106a22024200370300200041306a41086a2203420037030020004200370330200041e0006a41086a220441e691c600ad4280808080e0008422051003220641086a29000037030020002006290000370360200610232003200429030037030020002000290360220737035020002007370330200441cca4c600ad4280808080b0028422081003220641086a2900003703002000200629000037036020061023200220002903602207370300200041106a41086a22062003290300370300200041106a41106a22092007370300200041106a41186a220a20042903003703002000200737035020002000290330370310200041086a200041106a4120108e01200028020c210b2000280208210c20014200370300200242003703002003420037030020004200370330200420051003220241086a29000037030020002002290000370360200210232003200429030037030020002000290360220737035020002007370330200420081003220241086a290000370300200020022900003703602002102320012004290300220737030020062003290300370300200920002903602205370300200a200737030020002005370350200020002903303703102000200b4100200c1b2204418094ebdc032004418094ebdc03491b360230200041106aad4280808080800484200041306aad4280808080c000841002200041f0006a24000b040041020b1300200041013602042000419c99c5003602000b130020004102360204200041f09ac5003602000b2d01017f02404104102122020d00102a000b20004284808080c00037020420002002360200200241e5003600000b3400200041a797c50036020420004100360200200041146a4101360200200041106a41bc9dc500360200200041086a42183702000b1300200041023602042000418ca0c5003602000bbd0c05057f017e017f027e057f230041f0016b22042400200441086a41186a22054200370300200441086a41106a22064200370300200441086a41086a2207420037030020044200370308200441d0016a41086a220841a6a3c500ad428080808090018422091003220a41086a2900003703002004200a2900003703d001200a102320072008290300370300200420042903d001220b3703282004200b370308200841f8e9c500ad4280808080f00184220c1003220a41086a2900003703002004200a2900003703d001200a1023200620042903d001220b370300200441c8006a41086a220d2007290300370300200441c8006a41106a220a200b370300200441c8006a41186a220e20082903003703002004200b370338200420042903083703482004200441c8006a4120108e012004280204210f2004280200211020054200370300200642003703002007420037030020044200370308200820091003221141086a290000370300200420112900003703d0012011102320072008290300370300200420042903d001220b3703282004200b3703082008200c1003221141086a290000370300200420112900003703d0012011102320052008290300220b370300200d2007290300370300200a20042903d001220c370300200e200b3703002004200c370338200420042903083703482004200f410020101b221141016a3602d001200441c8006aad4280808080800484200441d0016aad4280808080c000841002200a200141086a290000370300200e200141106a290000370300200441c8006a41206a200141186a2900003703002004200336024c20042000360248200420023a007020042001290000370350200820091003220141086a290000370300200420012900003703d00120011023200441286a41086a220a2008290300370300200420042903d00137032820084180a6c500ad42808080808002841003220141086a290000370300200420012900003703d00120011023200441386a41086a220e2008290300370300200420042903d001370338200420113602cc01200441d0016a41186a2200200441cc016aad4280808080c000841001220141186a290000370300200441d0016a41106a2203200141106a2900003703002008200141086a290000370300200420012900003703d00120011023200520002903003703002006200329030037030020072008290300370300200420042903d0013703080240024041c00010212208450d00200820042903283700002008200429033837001020082004290308370020200841086a200a290300370000200841186a200e290300370000200841286a2007290300370000200841306a2006290300370000200841386a2005290300370000200441003602d801200442013703d00120042802482101410410212207450d00200441043602d401200420042802d801220541046a3602d801200420073602d001200720056a20013600002004200441d0016a360208200441d0006a200441086a106b024020042d0070220741024b0d00024002400240024020070e03000102000b410021010c020b410121010c010b410221010b200420013a00080240024020042802d40120042802d8012207460d0020042802d00121050c010b200741016a22052007490d03200741017422062005200620054b1b22064100480d030240024020070d002006102121050c010b20042802d00120072006102521050b2005450d02200420063602d401200420053602d00120042802d80121070b2004200741016a3602d801200520076a20013a00000b200428024c21050240024020042802d401220120042802d80122076b4104490d0020042802d00121010c010b200741046a22062007490d02200141017422072006200720064b1b22074100480d020240024020010d002007102121010c010b20042802d00120012007102521010b2001450d01200420073602d401200420013602d00120042802d80121070b2004200741046a3602d801200120076a200536000020042802d40121072008ad428080808080088420043502d80142208620042802d0012201ad84100202402007450d00200110230b20081023200441d4006a2011360200200441d0006a41033a0000200441093a0048200441c8006a41096a20023a0000200441c8006a109901200441f0016a24000f0b102a000b102c000bc80401087f230041f0006b22022400200241d0006a41086a220341a6a3c500ad42808080809001841003220441086a2900003703002002200429000037035020041023200241086a41086a2205200329030037030020022002290350370308200341e1b6c500ad42808080809001841003220441086a2900003703002002200429000037035020041023200241186a41086a22062003290300370300200220022903503703182002200136024c200241d0006a41186a2201200241cc006aad4280808080c000841001220441186a290000370300200241d0006a41106a2207200441106a2900003703002003200441086a2900003703002002200429000037035020041023200241286a41186a22082001290300370300200241286a41106a22092007290300370300200241286a41086a2201200329030037030020022002290350370328024041c00010212204450d00200420022903083700002004200229031837001020042002290328370020200441086a2005290300370000200441186a2006290300370000200441286a2001290300370000200441306a2009290300370000200441386a2008290300370000200241d0006a200410a703200120032903003703002006200241d0006a411c6a2802003602002002200229035037032820022002290264370318024020022802602203450d002000200229032837030020002002290318370214200041086a200241286a41086a2903003703002000411c6a200241186a41086a2802003602000b2000200336021020041023200241f0006a24000f0b102a000b8e0a03037f047e067f230022022103200241c0036b41607122022400200141186a22042900002105200420022903b80237000020012900102106200120022903b00237001020012900082107200120022903a802370008200241003a00a00220012900002108200120022903a002370000200220053703b801200220063703b001200220073703a801200220083703a001200141206a2d00002109200241a0026a41176a220a2005370000200241a0026a41106a220b20022900b101370300200241a0026a41086a220420022900a901370300200220022900a1013703a002024002402008a741ff01714101460d00200041073a00400c010b200241106a41176a200a290000370000200241106a41106a200b290300370300200241106a41086a2004290300370300200220022903a002370310200220093a002f200441a6a3c500ad42808080809001841003220941086a290000370300200220092900003703a00220091023200241306a41086a2004290300370300200220022903a002370330200441afa3c500ad4280808080b001841003220941086a290000370300200220092900003703a00220091023200241d8006a41086a2004290300370300200220022903a002370358200241a0026a200241106a109101024041c00010212204450d002004200229033037000020042002290358370010200420022900a002370020200441086a200241306a41086a2209290300370000200441186a200241d8006a41086a290300370000200441286a200241a0026a41086a220a290000370000200441306a200241a0026a41106a220b290000370000200441386a200241a0026a41186a220c290000370000200242c08080808008370294022002200436029002200241a0026a200410aa03024020022d00c1024102470d00200241003602a0032002420137039803200241306a41146a410f3602002002413c6a410c360200200241093602ac03200241a6a3c5003602a8032002410c3602342002410b3602b403200241afa3c5003602b003200220024190026a3602402002200241b0036a3602382002200241a8036a360230200220024198036a3602bc03200241d8006a41146a41033602002002420337025c20024190b4c6003602582002200241306a360268200241bc036a41c893c500200241d8006a10301a20023502a003422086200235029803841007200041073a00400240200228029c03450d0020022802980310230b200228029402450d022002280290021023200324000f0b200241a0016a200241a0026a41e30010d3041a20041023200241306a41206a2204200241a0026a41206a2d00003a0000200241306a41186a220d200c290300370300200241306a41106a220e200b2903003703002009200a290300370300200220022903a002370330200241d8006a200241c1016a41c20010d3041a200141206a200241d8006a41c1006a2d00003a0000200141186a20024191016a290000370000200141106a20024189016a290000370000200141086a20024181016a29000037000020012002290079370000200c200241106a41186a290300370300200b200241106a41106a290300370300200a200241106a41086a290300370300200220022903103703a002200241a0026a41286a2009290300370300200241a0026a41306a200e290300370300200241a0026a41386a200d290300370300200241e0026a20042d00003a0000200220022903303703c0022000200241a0026a41c10010d3041a200324000f0b102a000b200324000bda0301067f230041f0006b22012400200141d0006a41086a220241a6a3c500ad42808080809001841003220341086a2900003703002001200329000037035020031023200141086a41086a220420022903003703002001200129035037030820024180a6c500ad42808080808002841003220341086a2900003703002001200329000037035020031023200141186a41086a22052002290300370300200120012903503703182001200036024c200141d0006a41186a2200200141cc006aad4280808080c000841001220341186a290000370300200141d0006a41106a2206200341106a2900003703002002200341086a2900003703002001200329000037035020031023200141286a41186a22032000290300370300200141286a41106a22002006290300370300200141286a41086a2206200229030037030020012001290350370328024041c000102122020d00102a000b200220012903083700002002200129031837001020022001290328370020200241086a2004290300370000200241186a2005290300370000200241286a2006290300370000200241306a2000290300370000200241386a20032903003700002001200241c0004101410041001090012001280200210320021023200141f0006a240020034101460b130020004115360204200041f8b6c5003602000b3400200041a6a3c50036020420004100360200200041146a4110360200200041106a419cddc500360200200041086a42093702000bf80201057f230041c0006b22022400200241206a4200370300200241186a4200370300200241086a41086a4200370300200241003a0028200242003703082002410036023820024201370330200241086a200241306a107102400240024020022d0028220341064b0d000240024002400240024002400240024020030e0700010203040506000b410021040c060b410121040c050b410221040c040b410321040c030b410421040c020b410521040c010b410621040b200220043a003f02400240200228023420022802382203460d00200228023021050c010b200341016a22052003490d03200341017422062005200620054b1b22064100480d030240024020030d002006102121050c010b200228023020032006102521050b2005450d022002200636023420022005360230200228023821030b2002200341016a360238200520036a20043a00000b20002002290330370200200041086a200241306a41086a280200360200200241c0006a24000f0b102a000b102c000b3f01017f230041106b22022400200241003602082002420137030041002002105d200041086a200228020836020020002002290300370200200241106a24000b6f01027f230041d0006b22022400200241003602100240410110212203450d00200341003a0000200041086a4101360200200241013602442002200336024020002002290340370200024020022802102200450d002002280214450d00200010230b200241d0006a24000f0b102a000b130020004107360204200041b0fcc5003602000b2e01017f02404104102122020d00102a000b20004284808080c00037020420002002360200200241c093063600000b2d01017f02404104102122020d00102a000b20004284808080c00037020420002002360200200241880e3600000b3801017f02404110102122020d00102a000b2002420037000820024280a094a58d1d370000200042908080808002370204200020023602000b2e01017f02404104102122020d00102a000b20004284808080c000370204200020023602002002418084073600000bf01604097f017e017f017e230041a0016b22052400024002400240024002400240200210af04450d0020054180016a41086a220641a6a3c500ad42808080809001841003220741086a290000370300200520072900003703800120071023200541186a41086a2006290300370300200520052903800137031820064190a6c500ad4280808080e000841003220741086a290000370300200520072900003703800120071023200541e0006a41086a20062903003703002005200529038001370360410410212207450d0420054284808080c00037028401200520073602800120072002360000200120054180016a1071200528028401210820054180016a41186a2209200535028801422086200528028001220aad841001220741186a29000037030020054180016a41106a220b200741106a2900003703002006200741086a290000370300200520072900003703800120071023200541286a41186a2009290300370300200541286a41106a200b290300370300200541286a41086a2006290300370300200520052903800137032802402008450d00200a10230b41c00010212206450d04200620052903183700002006200529036037001020062005290328370020200641086a200541186a41086a2208290300370000200641186a200541e0006a41086a2209290300370000200641286a200541286a41086a220b290300370000200641306a200541286a41106a220a290300370000200641386a200541286a41186a220c290300370000200541086a200641c000410141004100109001200528020821072006102320074101460d032005200136021420054180016a41086a220641a6a3c500ad42808080809001841003220741086a290000370300200520072900003703800120071023200820062903003703002005200529038001370318200641cdb6c500ad42808080809001841003220741086a2900003703002005200729000037038001200710232009200629030037030020052005290380013703602005200236024820054180016a41186a220d200541c8006aad220e4280808080c000841001220741186a29000037030020054180016a41106a220f200741106a2900003703002006200741086a290000370300200520072900003703800120071023200c200d290300370300200a200f290300370300200b2006290300370300200520052903800137032841c00010212206450d04200620052903183700002006200529036037001020062005290328370020200641086a200541186a41086a290300370000200641186a200541e0006a41086a290300370000200641286a200541286a41086a2207290300370000200641306a200541386a290300370000200641386a200541286a41186a290300370000200541286a2006ad42808080808008842210100610a1012005280228220b450d0120072802002107200528022c210a0c020b20004190263b0001200041086a4111360200200041046a4188a4c500360200410321060c040b20054100360288012005420137038001410020054180016a105d2005280288012107200528028401210a200528028001210b0b200520073602502005200a36024c2005200b3602480240024002400240024002402007450d0020054180016a200b2007410110692005280280014101470d01200528024c450d04200528024810230c040b4101200541c8006a105d2005280214200541c8006a10710c010b200528028401210c0240024002400240024002402005418c016a280200220720054188016a280200220b460d0020052802502007200b6b6a220a41046a220d417f4c0d0102400240200d0d004101210f0c010b200d1021220f450d0c0b2005200d36021c2005200f3602182005200a3602202005200541186a36028001200c20054180016a200710cb02200a2007490d022005280220220c200a490d032005280250220c200b490d042005280218210d2005280248210f2005200a20076b220a3602582005200c200b6b220c36025c200a200c470d05200d20076a200f200b6a200a10d3041a2005280214200541186a10712005280220210b200528021c210a20052802182107200528024c450d07200528024810230c070b2005200541c8006a36028001200c20054180016a200b10cb022005280214200541c8006a10710c050b1031000b2007200a103f000b200a200c103e000b200b200c103f000b200541286a41146a410d360200200541346a410e360200200541e0006a41146a41033602002005420337026420054190c6c6003602602005410e36022c2005200541d8006a3602782005200541dc006a36027c20054204370390012005420137028401200541e4c6c600360280012005200541286a360270200520054180016a3602382005200541fc006a3602302005200541f8006a360228200541e0006a41a0c7c6001037000b2005280250210b200528024c210a200528024821070b2007450d002010200bad4220862007ad841002200a450d01200710230c010b2006102320054180016a41086a220641a6a3c500ad42808080809001841003220741086a290000370300200520072900003703800120071023200541186a41086a220b20062903003703002005200529038001370318200641cdb6c500ad42808080809001841003220741086a290000370300200520072900003703800120071023200541e0006a41086a220a200629030037030020052005290380013703602005200236024820054180016a41186a220c200e4280808080c000841001220741186a29000037030020054180016a41106a220d200741106a2900003703002006200741086a290000370300200520072900003703800120071023200541286a41186a2207200c290300370300200541286a41106a220c200d290300370300200541286a41086a220d2006290300370300200520052903800137032841c00010212206450d02200620052903183700002006200529036037001020062005290328370020200641086a200b290300370000200641186a200a290300370000200641286a200d290300370000200641306a200c290300370000200641386a200729030037000020054100360288012005420137038001410120054180016a105d200528021420054180016a107120052802840121072006ad4280808080800884200535028801422086200528028001220bad8410022007450d00200b10230b200610230b20054180016a41086a220641a6a3c500ad42808080809001841003220741086a29000037030020052007290000370380012007102320082006290300370300200520052903800137031820064190a6c500ad4280808080e000841003220741086a290000370300200520072900003703800120071023200920062903003703002005200529038001370360410410212206450d0020054284808080c00037028401200520063602800120062002360000200120054180016a1071200528028401210220054180016a41186a22072005350288014220862005280280012209ad841001220641186a29000037030020054180016a41106a2201200641106a29000037030020054180016a41086a2208200641086a290000370300200520062900003703800120061023200541286a41186a2007290300370300200541286a41106a2001290300370300200541286a41086a2008290300370300200520052903800137032802402002450d00200910230b41c00010212206450d00200620052903183700002006200529036037001020062005290328370020200641086a200541186a41086a290300370000200641186a200541e0006a41086a290300370000200641286a200541286a41086a290300370000200641306a200541386a290300370000200641386a200541286a41186a290300370000410110212202450d00200241807f410020031b2004723a00002006ad42808080808008842002ad4280808080108410022002102320061023410421060c010b102a000b200020063a0000200541a0016a24000bff0201047f230041e0006b22012400200141186a200041186a290000370300200141106a200041106a290000370300200141086a200041086a29000037030020012000290000370300200141c0006a41086a220241a6a3c500ad42808080809001841003220041086a2900003703002001200029000037034020001023200141206a41086a2203200229030037030020012001290340370320200241a4ecc500ad4280808080d000841003220041086a2900003703002001200029000037034020001023200141306a41086a2204200229030037030020012001290340370330200141c0006a2001109101024041c000102122000d00102a000b200020012903203700002000200129033037001020002001290040370020200041086a2003290300370000200041186a2004290300370000200041286a2002290000370000200041306a200141c0006a41106a290000370000200041386a200141c0006a41186a2900003700002000ad4280808080800884100520001023200141e0006a24000bf60702067f027e230041e0006b22022400200241186a200041186a290000370300200241106a200041106a290000370300200241086a200041086a29000037030020022000290000370300200241c0006a41086a220341a6a3c500ad42808080809001841003220041086a2900003703002002200029000037034020001023200241206a41086a2204200329030037030020022002290340370320200341c4b6c500ad42808080809001841003220041086a2900003703002002200029000037034020001023200241306a41086a2205200329030037030020022002290340370330200241c0006a200210910102400240024041c00010212200450d00200020022903203700002000200229033037001020002002290040370020200041086a2004290300370000200041186a2005290300370000200041286a2003290000370000200041306a200241c0006a41106a290000370000200041386a200241c0006a41186a290000370000200141186a280200220341186a2204417f4c0d010240024020040d00410121050c010b200410212205450d01200128021821030b200241003602482002200436024420022005360240200128021021062003200241c0006a105d0240024020022802442205200228024822046b2003490d00200228024021050c010b200420036a22072004490d03200541017422042007200420074b1b22044100480d030240024020050d002004102121050c010b200228024020052004102521050b2005450d012002200436024420022005360240200228024821040b2002200420036a360248200520046a2006200310d3041a2001411c6a200241c0006a1071200141086a2903002108200129030021090240024020022802442205200228024822046b4110490d00200228024021030c010b200441106a22032004490d03200541017422042003200420034b1b22064100480d030240024020050d002006102121030c010b200228024020052006102521030b2003450d01200220063602442002200336024020022802482104200621050b200320046a22062008370008200620093700002002200441106a2204360248200128023c21060240200520046b41034b0d00200441046a22072004490d03200541017422042007200420074b1b22044100480d030240024020050d002004102121030c010b200320052004102521030b2003450d012002200436024420022003360240200228024821040b2002200441046a360248200320046a2006360000200228024421032000ad4280808080800884200235024842208620022802402204ad84100202402003450d00200410230b200010230240200141146a280200450d00200128021010230b200241e0006a24000f0b102a000b1031000b102c000b130020004116360204200041c887c6003602000be40401057f230041106b2202240002400240024002402000280280014101460d0002400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d04200341017422052004200520044b1b22054100480d040240024020030d002005102121040c010b200128020020032005102521040b2004450d0320012004360200200141046a2005360200200141086a28020021030b200141086a2205200341016a360200200420036a41003a0000200028028401210602400240200141046a2802002204200528020022036b4104490d00200128020021040c010b200341046a22052003490d04200441017422032005200320054b1b22034100480d040240024020040d002003102121040c010b200128020020042003102521040b2004450d0320012004360200200141046a2003360200200141086a28020021030b200141086a200341046a360200200420036a20063600000c010b02400240200141046a280200200141086a2802002203460d00200128020021040c010b200341016a22042003490d03200341017422052004200520044b1b22054100480d030240024020030d002005102121040c010b200128020020032005102521040b2004450d0220012004360200200141046a2005360200200141086a28020021030b200141086a200341016a360200200420036a41013a00000b2000200110e201200028028801210320004190016a28020022002001105d02402000450d002000410574210003402002200136020c20032002410c6a106b200341206a2103200041606a22000d000b0b200241106a24000f0b102a000b102c000bb60201027f024020002d0000417c6a220141084b0d000240024002400240024020010e09000501020503050504000b200041086a280200450d04200041046a28020010230c040b200041046a2802000d032000410c6a280200450d03200041086a28020010230c030b200041046a2d00004102490d020240200041106a2802002201450d00200141d0006c2102200041086a28020041c0006a210103400240200141046a280200450d00200128020010230b200141d0006a2101200241b07f6a22020d000b0b2000410c6a280200450d02200028020810230c020b200041086a2d00004101470d01200041146a280200450d01200041106a28020010230c010b200041046a2d00000d002000410c6a280200450d00200041086a28020010230b02402000418c016a280200450d0020002802880110230b0b130020004107360204200041dc93c6003602000b3400200041e691c60036020420004100360200200041146a410d360200200041106a419c9bc600360200200041086a42063702000b5401017f230041206b22022400200241003602082002420837030020024100360218200242013703104100200241106a105d200041086a20022802183602002000200229031037020020021079200241206a24000b7101017f230041306b22022400200241186a4200370300200241106a4200370300200241086a42003703002002420037030020024100360228200242013703202002200241206a36022c20022002412c6a106b200041086a200228022836020020002002290320370200200241306a24000b2b01017f02404101102122020d00102a000b200042818080801037020420002002360200200241003a00000b13002000410136020420004184b6c6003602000b340020004189bdc60036020420004100360200200041146a4103360200200041106a41c0b7c600360200200041086a420c3702000ba30201077f0240024002400240200041086a2802002201450d00410020014102746b2102417f210320002802002204210503402002450d01200341016a2103200241046a210220052802002106200541046a21052006450d000b4100200641004741016a41017122056b2003460d002001200520036a2207490d012001200641004741016a4101716b20036b220541ffffffff03712005470d0220054102742203417f4c0d020240024020030d00410421030c010b200310212203450d040b2003200420074102746a4104200641004741016a41017141027420026a6b10d30421020240200041046a280200450d00200028020010230b20002002360200200041086a2005360200200041046a20053602000b0f0b20072001103f000b1031000b102a000bbb0403067f017e097f02400240024002400240200141086a2802002203200241086a2802002204200320044b1b220541016a22064101200641014b1b220741ffffffff03712007470d0020074102742206417f4c0d000240024020060d00410421080c010b200610272208450d020b024020050d00420021090c040b2004417f6a220a20044b210b2002280200210c2003417f6a220d20034b0d022001280200210e20082007417f6a22024102746a210f410021064200210903404100211002402003200d20066b22114d0d00410021102011200d4b0d00200e20114102746a28020021100b410021110240200b0d002004200a20066b22124d0d002012200a4b0d00200c20124102746a28020021110b200720024d0d05200f20092010ad7c2011ad7c22093e0200200f417c6a210f2002417f6a210220094220882109200641016a22062005490d000c040b0b1031000b102a000b20082007417f6a22024102746a21104100210f420021090340410021060240200b0d00410021062004200a200f6b22114d0d00410021062011200a4b0d00200c20114102746a28020021060b200720024d0d02201020092006ad7c22093e02002010417c6a21102002417f6a210220094220882109200f41016a220f2005490d000b0b024020072005417f736a220220074f0d00200020073602082000200736020420002008360200200820024102746a20093e02000240200141046a280200450d00200128020010230b0f0b41bcc1c60020022007102f000b41bcc1c60020022007102f000bbb04030d7f017e017f02400240200241086a2802002203200141086a28020022046a22054101200541014b1b220641ffffffff03712006470d0020064102742205417f4c0d0002400240024020050d00410421070c010b200510272207450d010b2004450d022001280200210802400240024020030d0020082004417f6a22054102746a210320072006417f6a22024102746a21090340200420054d0d0302402003280200450d00200620024d0d03200941003602000b2003417c6a21032009417c6a21092002417f6a21022005417f6a2205417f470d000c060b0b200641027420076a417c6a210a200341027420022802006a417c6a210b4100210c2006210d03402004200c417f736a220520044f0d020240200820054102746a220e280200220f450d0042002110417f2105200a2102200b2109024003402006200d20056a22114d0d0120022009350200200fad7e20107c20023502007c22103e0200201042208821100240200320056a0d002006200c20036a417f736a220220064f0d05200720024102746a20103e02000c030b2002417c6a21022009417c6a2109200e280200210f20032005417f6a22056a22112003490d000b41e4c0c60020112003102f000b41e4c0c60020112006102f000b200a417c6a210a200d417f6a210d200c41016a220c2004460d050c000b0b41bcc1c60020022006102f000b41e4c0c60020052004102f000b102a000b1031000b2000200636020820002006360204200020073602000240200141046a280200450d00200128020010230b0bca0302097f017e230041106b2201240002400240024002400240024002402000280200220228020041016a41004c0d002000280204220328020041016a41004c0d012000280208220441086a28020022054101200028020c22062802006b22076a220820054f0d02200720002802142802006b22052000280210220741086a28020022006a220920054f0d03024002402002290308220a42ffffffff0f560d0041002100200a200428020020084102746a3502007e2003290308422086200728020020094102746a35020084580d010b20022802000d052002410036020020022002290308427f7c370308200441086a2802002200200020062802006b22024d0d0620032802000d07200428020020024102746a350200210a200341003602002003200a20032903087c370308410121000b200141106a240020000f0b4186c3c6004118200141086a41a0c3c60041b0c3c6001032000b4186c3c6004118200141086a41a0c3c60041b0c3c6001032000b41e4c0c60020082005102f000b41e4c0c60020092000102f000b4183c4c6004110200141086a4194c4c60041a4c4c6001032000b41e4c0c60020022000102f000b4183c4c6004110200141086a4194c4c60041a4c4c6001032000b9e0301087f200028020822024102742103410021042000280200220521000240024003402003450d012004417f6a21042003417c6a210320002802002106200041046a21002006450d000b410121072004417f73200641004741016a4101716a21080c010b41002107410020046b21080b200128020822094102742103410021042001280200220121000240024003402003450d012004417f6a21042003417c6a210320002802002106200041046a21002006450d000b410021032004417f73200641004741016a4101716a21000c010b410020046b2100410121030b024020070d00410020034101736b0f0b4101210402400240024020030d0020022008490d0120092000490d02417f200220086b2203200920006b22064720032006491b22040d0020062003200320064b1b2107200120004102746a2103200520084102746a2100417f210103400240200141016a22012007490d0041000f0b2003280200210420002802002106200341046a2103200041046a2100417f200620044720062004491b2204450d000b0b20040f0b20082002103f000b20002009103f000b100020002802002000280204200110570bfb05010d7f200128000c21022001280204210320012802002104024002400240024002400240024020012d000822054102470d00200320044f0d010c020b20054101710d010b4100210602400240024002404100200320046b2201200120034b1b220741016a220120074f0d000240200420034b200520054102461b22014102460d002001410171450d004104210841002101410021060c070b2003417f732109200241086a210a41002107200321054104210841002106410021010340200920016a220b200a280200220c6a220d200b4f0d022004200549210b2002280200200d4102746a280200210d024020012006470d002006417f417f41002005200b6b220c20046b220e200e200c4b1b220c41016a220e200e200c491b4100200b1b220c41016a220e200e200c491b6a220c2006490d052006410174220e200c200e200c4b1b220c41ffffffff0371200c470d05200c410274220e4100480d050240024020060d00200e102121080c010b20082006410274200e102521080b2008450d04200c21060b200820076a200d360200200741046a21072005417f6a2105200141016a2101200b0d000c070b0b024020010d00410421080c050b200141ffffffff03712001470d02200141027422064100480d02200610212208450d01200121060c040b41e4c0c600200120036b200c6a417f6a200c102f000b102a000b102c000b41042108410021060b410021012003200449200520054102461b4101710d0002400240200320044d0d002003417f732101200241086a210d200821052003210703402001200d280200220c6a220b20014f0d0420052002280200200b4102746a280200360200200141016a2101200541046a210520042007417f6a2207490d000b200320046b41016a21010c010b20032004470d0141012101200821050b200241086a28020022072004417f736a220420074f0d022005200228020020044102746a2802003602000b2000200136020820002006360204200020083602000f0b41e4c0c600200b200c102f000b41e4c0c60020042007102f000b7301027f230041106b2203240002404110102122040d00102a000b200420013e020c200420014220883e0208200420023e0204200420024220883e020020034284808080c00037020420032004360200200310c704200041086a200328020836020020002003290300370200200341106a24000b1c00200128021841c6c8c600410f2001411c6a28020028020c1100000bb00301047f230041c0006b220224002000280200210341012100024020012802184191adc000410c2001411c6a28020028020c1100000d0002400240200328020822000d0020032802002200200328020428020c11040042e4aec285979ba58811520d012002200036020c2002411336021420022002410c6a36021020012802182104200128021c2105410121002002413c6a41013602002002420237022c200241a0adc0003602282002200241106a36023820042005200241286a10300d020c010b2002200036020c2002410836021420022002410c6a36021020012802182104200128021c2105410121002002413c6a41013602002002420237022c200241a0adc0003602282002200241106a36023820042005200241286a10300d010b200328020c2100200241106a41146a4101360200200241106a410c6a410136020020022000410c6a3602202002200041086a360218200241043602142002200036021020012802182100200128021c2101200241286a41146a41033602002002420337022c200241b0adc0003602282002200241106a36023820002001200241286a103021000b200241c0006a240020000b21002000417f6a41ff01712002ad4220862001ad842004ad4220862003ad8410000b2c01017f02402002450d00200021030340200320013a0000200341016a21032002417f6a22020d000b0b20000b3601017f02402002450d00200021030340200320012d00003a0000200341016a2103200141016a21012002417f6a22020d000b0b20000b7101017f0240024020012000490d002002450d01200021030340200320012d00003a0000200141016a2101200341016a21032002417f6a22020d000c020b0b2002450d002001417f6a21012000417f6a21030340200320026a200120026a2d00003a00002002417f6a22020d000b0b20000b4a01037f4100210302402002450d000240034020002d0000220420012d00002205470d01200041016a2100200141016a21012002417f6a2202450d020c000b0b200420056b21030b20030b5701017e02400240200341c000710d002003450d012001410020036b413f71ad8820022003413f71ad220486842102200120048621010c010b20012003413f71ad862102420021010b20002001370300200020023703080b5701017e02400240200341c000710d002003450d0120012003413f71ad2204882002410020036b413f71ad86842101200220048821020c010b20022003413f71ad882101420021020b20002001370300200020023703080b7501027e200020034220882205200142208822067e200320027e7c200420017e7c200342ffffffff0f832203200142ffffffff0f8322017e2204422088200320067e7c22034220887c200342ffffffff0f83200520017e7c22034220887c37030820002003422086200442ffffffff0f83843703000b3e01017f230041106b2205240020052001200220032004410010db04200529030021012000200541086a29030037030820002001370300200541106a24000b4c01017f230041206b22052400200542003703182005420037031020052001200220032004200541106a10db04200529031021012000200529031837030820002001370300200541206a24000be20502037f067e230041306b2206240002400240024002400240024002400240024002402002500d002003500d012004500d02200479a7200279a76b2207413f4b0d0341ff0020076b2108200741016a21070c080b02402004500d0020050d040c060b024002402005450d0020034200510d0620054200370308200520012003823703000c010b20034200510d050b200120038021010c060b2004500d030240024002402001500d0020047b4201510d01200479a7200279a76b2207413e4b0d0241ff0020076b2108200741016a21070c090b02402005450d0020054200370300200520022004823703080b200220048021010c070b02402005450d002005200137030020052004427f7c2002833703080b200220047a423f838821010c060b2005450d040c020b024020037b4201510d0041bf7f200379a7200279a76b22076b2108200741c1006a21070c060b02402005450d002005420037030820052003427f7c2001833703000b20034201510d06200641206a2001200220037aa710d704200641286a2903002102200629032021010c060b2005450d020b2005200137030020052002370308420021010c020b00000b420021010b420021020c010b200620012002200841ff007110d604200641106a20012002200741ff007110d704200641086a2903002102200641106a41086a2903002109200629030021012006290310210a0240024020070d004200210b4200210c0c010b4200210c4200210d03402009420186200a423f8884220b200b427f8520047c200a4201862002423f8884220a427f85220b20037c200b54ad7c423f87220b2004837d200a200b200383220e54ad7d2109200a200e7d210a420020024201862001423f8884842102200d2001420186842101200b420183220b210d2007417f6a22070d000b0b02402005450d002005200a370300200520093703080b200c20024201862001423f8884842102200b20014201868421010b2000200137030020002002370308200641306a24000b0ba2d1060300418080c0000bf7d0066361706163697479206f766572666c6f770000002400100017000000ea020000050000007372632f6c6962616c6c6f632f7261775f7665632e727300cb001000460000005a010000130000001400000004000000040000001500000016000000170000006120666f726d617474696e6720747261697420696d706c656d656e746174696f6e2072657475726e656420616e206572726f720018000000000000000100000019000000b8001000130000003b020000050000007372632f6c6962616c6c6f632f666d742e72732f72757374632f636161323331643939386135653835336337626131343535643761303562353030646639643633632f7372632f6c6962636f72652f666d742f6d6f642e7273000000340110002000000054011000120000001800000000000000010000001a000000696e646578206f7574206f6620626f756e64733a20746865206c656e20697320206275742074686520696e646578206973203030303130323033303430353036303730383039313031313132313331343135313631373138313932303231323232333234323532363237323832393330333133323333333433353336333733383339343034313432343334343435343634373438343935303531353235333534353535363537353835393630363136323633363436353636363736383639373037313732373337343735373637373738373938303831383238333834383538363837383838393930393139323933393439353936393739383939000068021000060000006e021000220000005002100018000000720a0000050000007372632f6c6962636f72652f736c6963652f6d6f642e7273696e64657820206f7574206f662072616e676520666f7220736c696365206f66206c656e67746820b002100016000000c60210000d0000005002100018000000780a000005000000736c69636520696e64657820737461727473206174202062757420656e6473206174205b2e2e2e5dba0310000b0000006216100016000000f903100001000000a4031000160000003e08000009000000401610000e0000004e161000040000005216100010000000f903100001000000a403100016000000420800000500000063616c6c656420604f7074696f6e3a3a756e77726170282960206f6e206120604e6f6e65602076616c756500a403100016000000530800000e000000ba0310000b000000c503100026000000eb03100008000000f303100006000000f903100001000000a40310001600000055080000050000007372632f6c6962636f72652f7374722f6d6f642e72736279746520696e64657820206973206e6f742061206368617220626f756e646172793b20697420697320696e7369646520202862797465732029206f6620606000004a0410000200000034041000160000007e0400002800000034041000160000007204000028000000340410001600000073040000280000007372632f6c6962636f72652f666d742f6d6f642e72732e2e30780000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000000000000000f8030000000000000000000000000000000000000000000000000000000000000000feffffffffbfb6000000000000000000ff070000000000f8ffff0000010000000000000000000000c09f9f3d0000000002000000ffffff0700000000000000000000c0ff01000000000000f80f20201010004a0000007012100000020000701410003a00000000010203040506070809080a0b0c0d0e0f10111213140215161718191a1b1c1d1e1f2002020202020202020202210202020202020202020202020202222324252602270228020202292a2b022c2d2e2f300202310202023202020202020202023302023402020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202023502360237020202020202020238023902020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202023a3b3c020202023d02023e3f4041424344454602020247020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202024802020202020202020202024902020202023b020001020202020302020202040205060202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020207020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020200010305050606030706080809110a1c0b190c140d120e0d0f0410031212130916011705180219031a071c021d011f1620032b042c022d0b2e01300331023201a702a902aa04ab08fa02fb05fd04fe03ff09ad78798b8da23057588b8c901c1ddd0e0f4b4cfbfc2e2f3f5c5d5fb5e2848d8e9192a9b1babbc5c6c9cadee4e5ff00041112293134373a3b3d494a5d848e92a9b1b4babbc6cacecfe4e500040d0e11122931343a3b4546494a5e646584919b9dc9cecf0d112945495764658d91a9b4babbc5c9dfe4e5f0040d1145496465808184b2bcbebfd5d7f0f183858ba4a6bebfc5c7cecfdadb4898bdcdc6cecf494e4f57595e5f898e8fb1b6b7bfc1c6c7d71116175b5cf6f7feff800d6d71dedf0e0f1f6e6f1c1d5f7d7eaeafbbbcfa16171e1f46474e4f585a5c5e7e7fb5c5d4d5dcf0f1f572738f747596972f5f262e2fa7afb7bfc7cfd7df9a409798308f1fc0c1ceff4e4f5a5b07080f10272feeef6e6f373d3f42459091feff536775c8c9d0d1d8d9e7feff00205f2282df048244081b04061181ac0e80ab351e1580e003190801042f043404070301070607110a500f1207550802041c0a090308030703020303030c0405030b06010e15053a0311070605100757070207150d500443032d03010411060f0c3a041d255f206d046a2580c80582b0031a0682fd035907150b1709140c140c6a060a061a0659072b05460a2c040c040103310b2c041a060b0380ac060a061f414c042d0374083c030f033c0738082b0582ff1118082f112d032010210f808c048297190b158894052f053b07020e180980b030740c80d61a0c0580ff0580b605240c9bc60ad23010848d033709815c1480b80880c73035040a06380846080c06740b1e035a0459098083181c0a16094808808a06aba40c170431a10481da26070c050580a511816d1078282a064c04808d0480be031b030f0d0006010103010402080809020a050b02100111041205131114021502170219041c051d0824016a036b02bc02d102d40cd509d602d702da01e005e102e802ee20f004f906fa020c273b3e4e4f8f9e9e9f060709363d3e56f3d0d104141836375657bd35cecfe01287898e9e040d0e11122931343a4546494a4e4f64655a5cb6b71b1ca8a9d8d909379091a8070a3b3e66698f926f5feeef5a629a9b2728559da0a1a3a4a7a8adbabcc4060b0c151d3a3f4551a6a7cccda007191a22253e3fc5c604202325262833383a484a4c50535556585a5c5e606365666b73787d7f8aa4aaafb0c0d00c72a3a4cbcc6e6f5e227b0503042d036504012f2e80821d03310f1c0424091e052b0544040e2a80aa06240424042808340b018090813709160a088098390363080930160521031b05014038044b052f040a070907402027040c0936033a051a07040c07504937330d33072e080a81261f808128082a808617094e041e0f430e19070a0647092709750b3f412a063b050a0651060105100305808b602048080a80a65e22450b0a060d1339070a362c041080c03c64530c0180a0451b4808531d398107460a1d03474937030e080a0639070a81361980c7320d839b66750b80c48abc842f8fd18247a1b98239072a040260260a460a28051382b05b654b0439071140041c97f80882f3a50d811f3103110408818c89046b050d03090710936080f60a73086e1746809a140c570919808781470385420f1585502b80d52d031a040281703a0501850080d7294c040a04028311444c3d80c23c06010455051b3402810e2c04640c560a0d035d033d391d0d2c040907020e06809a83d60a0d030b05740c59070c140c0438080a0628081e527703310380a60c14040305030d06856a000000900f1000200000001a000000280000007372632f6c6962636f72652f756e69636f64652f7072696e7461626c652e7273001010002000000027000000190000000010100020000000280000002000000000101000200000002a0000001900000000101000200000002b0000001800000000101000200000002c000000200000007372632f6c6962636f72652f756e69636f64652f626f6f6c5f747269652e72730000c0fbef3e00000000000e0000000000000000000000000000f8fffbffffff0700000000000014fe21fe000c00000002000000000000501e2080000c00004006000000000000108639020000002300be2100000c0000fc02000000000000d01e20c0000c0000000400000000000040012080000000000011000000000000c0c13d60000c0000000200000000000090443060000c00000003000000000000581e2080000c00000000845c8000000000000000000000f207807f000000000000000000000000f21f003f000000000000000000030000a002000000000000fe7fdfe0fffeffffff1f40000000000000000000000000e0fd66000000c301001e006420002000000000000000e00000000000001c0000001c0000000c0000000c00000000000000b03f40fe0f200000000000380000000000006000000000020000000000008701040e00008009000000000000407fe51ff89f000000000000ff7f0f0000000000f0170400000000f80f00030000003c3b00000000000040a303000000000000f0cf000000f7fffd211003fffffffffffffffb00100000000000000000ffffffff01000000000000800300000000000000008000000000ffffffff0000000000fc00000000000600000000000000000080f73f000000c0000000000000000000000300440800006000000030000000ffff038000000000c03f000080ff030000000000070000000000c833000000002000000000000000007e660008100000000000100000000000009dc1020000000030400000000000202100000000004000000000ffff0000ffff00000000000000000001000000020003000000000000000000000000000000000000000000000000000004000005000000000000000006000000000000000007000008090a000b0c0d0e0f000010111200001314151600001718191a1b001c0000001d0000000000001e1f202100000000002200230024252600000000270000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002829000000000000000000000000000000002a2b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000002d2e00002f0000000000000000000000000000000000000000000000000000000000003031320000000000000000000000000000000000000000003300000029000000000000340000000000000000000000000000000000000000000000350036000000000000000000000000000000000000000000000000000037380000383838390000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000001000000000000000000c0076ef0000000000087000000006000000000000000f0000000c0ff01000000000002000000000000ff7f0000000000008003000000000078060700000080ef1f000000000000000800030000000000c07f001e000000000000000000000080d34000000080f8070000030000000000005801008000c01f1f0000000000000000ff5c00004000000000000000000000f9a50d000000000000000000000000803cb00100003000000000000000000000f8a70100000000000000000000000028bf00000000e0bc0f0000000000000080ff060000f00c01000000fe0700000000f87980007e0e0000000000fc7f03000000000000000000007fbf0000fcfffffc6d000000000000007eb4bf000000000000000000a3000000000000000000000018000000000000001f000000000000007f0000800000000000000080070000000000000000600000000000000000a0c307f8e70f0000003c00001c00000000000000ffffffffffff7ff8ffffffffff1f2000100000f8feff00007ffffff9db0700000000000000f0000000007f0000000000f00700000000000000000000ffffffffffffffffffffffffffffffffffff0000626567696e203c3d20656e642028203c3d2029207768656e20736c6963696e672060206973206f7574206f6620626f756e6473206f662060426f72726f774572726f72426f72726f774d75744572726f7270616e69636b656420617420000000c916100001000000ca16100003000000bca5110000000000c816100001000000c8161000010000003a27272c20202020202c20001b0000000c000000040000001c0000001d0000001e0000002c0a00001400000004000000040000001f00000020000000210000000a5d5b0018000000000000000100000022000000230000002400000014000000040000000400000025000000260000002700000000000000941710001000000000000000a4171000010000000000000000000000ac171000010000000000000000000000b41710000f00000000000000c4171000020000000000000000000000d4171000010000000000000045787472696e73696353756363657373f11710000c000000fd1710002500000045787472696e7369634661696c65640004a611000d000000f11710000c000000dc1710001500000020416e2065787472696e736963206661696c65642e4469737061746368496e666f20416e2065787472696e73696320636f6d706c65746564207375636365737366756c6c792e00001800000000000000010000002800000029000000240000001800000000000000010000002800000029000000240000000000000001000000020000000400000008000000100000002000000000000000f41810000e00000000000000041910000100000000000000000000000c191000010000000000000000000000141910000600000000000000bca511000000000000000000000000001c191000010000000000000000000000241910000700000000000000bca511000000000000000000000000002c19100001000000000000004e6577417574686f7269746965730000f45310000d000000831910002400000050617573656400005c19100027000000526573756d65640034191000280000002043757272656e7420617574686f726974792073657420686173206265656e20726573756d65642e2043757272656e7420617574686f726974792073657420686173206265656e207061757365642e204e657720617574686f726974792073657420686173206265656e206170706c6965642e4f6666636861696e206572726f723a206665746368696e67206e6574776f726b207374617465206661696c6564214f6666636861696e206572726f723a207369676e696e67206661696c6564214f6666636861696e206572726f723a206465636f64696e6720576f726b6572537461747573206661696c6564214f6666636861696e206572726f723a207375626d697474696e67207472616e73616374696f6e206661696c65642100000000007c1a10000700000000000000841a1000020000000000000000000000941a100002000000000000004f6666656e6365002e90100004000000329010000e000000a41a100055000000f91a10004e00000020546865726520697320616e206f6666656e6365207265706f72746564206f662074686520676976656e20606b696e64602068617070656e656420617420746865206073657373696f6e5f696e6465786020616e6420286b696e642d7370656369666963292074696d6520736c6f742e2054686973206576656e74206973206e6f74206465706f736974656420666f72206475706c696361746520736c61736865732e0000000000741b10000a000000000000009c131100010000000000000000000000801b100002000000000000004e657753657373696f6e0000901b100055000000e51b100022000000204e65772073657373696f6e206861732068617070656e65642e204e6f746520746861742074686520617267756d656e74206973207468652073657373696f6e20696e6465782c206e6f742074686520626c6f636b206e756d626572206173207468652074797065206d6967687420737567676573742e53746f72656452616e676574696d737461703054696d657374616d7020696e686572656e742064617461206973206e6f742070726f76696465642e496e76616c69642074696d657374616d7020696e686572656e74206461746120656e636f64696e672e4572726f72617373657274696f6e206661696c65643a20656e64203c3d206c656e617373657274696f6e206661696c65643a20696e646578203c3d206c656e617373657274696f6e206661696c65643a20696e646578203c206c656e526571756972655375646f000000000000581d10000500000000000000601d1000010000000000000000000000681d1000010000000000000000000000a4b910000a00000000000000e8561100010000000000000000000000701d1000010000000000000000000000781d10000a00000000000000601d1000010000000000000000000000681d1000010000000000000053756469640000002c9d110004000000be1d100018000000821d10003c0000005375646f4173446f6e6520546865207375646f6572206a757374207377697463686564206964656e746974793b20746865206f6c64206b657920697320737570706c6965642e2041207375646f206a75737420746f6f6b20706c6163652e446561644163636f756e744578697374696e6756657374696e675363686564756c654b656570416c6976654578697374656e7469616c4465706f736974496e73756666696369656e7442616c616e63654f766572666c6f774c69717569646974795265737472696374696f6e7356657374696e6742616c616e6365546f74616c49737375616e63654672656542616c616e6365526573657276656442616c616e63654c6f636b73000000000000005c1f10000a0000000000000068131100020000000000000000000000681f1000010000000000000000000000701f10000d0000000000000068131100020000000000000000000000801f1000010000000000000000000000881f10000800000000000000901f1000040000000000000000000000b01f1000010000000000000000000000b81f10000a00000000000000d4e21000030000000000000000000000c41f1000010000000000000000000000d07d1000070000000000000068131100020000000000000000000000cc1f100001000000000000004e65774163636f756e7400007f2010001b0000005265617065644163636f756e7400000068201000170000005472616e73666572135811000900000013581100090000001c581100070000001c581100070000003c2010002c00000042616c616e636553657400000b20100031000000d41f10003700000020536f6d6520616d6f756e7420776173206465706f73697465642028652e672e20666f72207472616e73616374696f6e2066656573292e20412062616c616e6365207761732073657420627920726f6f74202877686f2c20667265652c207265736572766564292e205472616e7366657220737563636565646564202866726f6d2c20746f2c2076616c75652c2066656573292e20416e206163636f756e7420776173207265617065642e2041206e6577206163636f756e742077617320637265617465642e4475706c696361746564486561727462656174496e76616c69644b6579476f7373697041744b65797300000000004821100011000000000000005c211000010000000000000000000000642110000100000000000000000000006c2110000700000000000000bca51100000000000000000000000000742110000100000000000000000000007c2110000b00000000000000882110000100000000000000000000009021100001000000000000004865617274626561745265636569766564000000612210000b0000003122100030000000416c6c476f6f6400fc21100035000000536f6d654f66666c696e6500e421100018000000982110004c0000002041742074686520656e64206f66207468652073657373696f6e2c206174206c65617374206f6e63652076616c696461746f722077617320666f756e6420746f206265206f66666c696e652e5665633c4964656e74696669636174696f6e5475706c653e2041742074686520656e64206f66207468652073657373696f6e2c206e6f206f6666656e63652077617320636f6d6d69747465642e2041206e657720686561727462656174207761732072656365697665642066726f6d2060417574686f72697479496460417574686f726974794964417574686f726564426c6f636b737061726974792f696d2d6f6e6c696e652d776f726b65722d73746174757320231000080000002823100020000000696d6f6e6c696e6570616c6c65745f696d5f6f6e6c696e652f686f6d652f6261737469616e2f2e636172676f2f6769742f636865636b6f7574732f7375627374726174652d376530383433336434633337306132312f643032666233352f6672616d652f696d2d6f6e6c696e652f7372632f6c69622e72735b696e6465783a205d205265706f7274696e6720696d2d6f6e6c696e6520617420626c6f636b3a2000000000cc2310000400000000000000d0231000010000000000000000000000e82310000a00000000000000000000003824100007000000000000004024100001000000000000000000000058241000090000000000000000000000a02410000700000000000000a8241000020000000000000000000000d82410000b000000000000007375646f00000000466e110008000000000000001626100010000000832610004e000000bca51100000000009525100034000000bca51100000000001c6711000b0000002767110008000000aa94100019000000c925100018000000e1251000350000002f6711000c0000007365745f6b65790000000000df8c110003000000000000009022110023000000262610005d000000bca51100000000009525100034000000bca51100000000001c6711000b0000002767110008000000aa94100019000000c3941000110000002f6711000c0000007375646f5f617300000000001dc010000300000000000000902211002300000000000000466e11000800000000000000162610001000000030251000540000008425100011000000bca51100000000009525100034000000bca51100000000001c6711000b0000002767110008000000aa94100019000000c925100018000000e1251000350000002f6711000c0000002041757468656e7469636174657320746865207375646f206b657920616e64206469737061746368657320612066756e6374696f6e2063616c6c207769746820605369676e656460206f726967696e2066726f6d206120676976656e206163636f756e742e20546865206469737061746368206f726967696e20666f7220746869732063616c6c206d757374206265205f5369676e65645f2e202d204f6e6520444220777269746520286576656e74292e202d20556e6b6e6f776e20776569676874206f662064657269766174697665206070726f706f73616c6020657865637574696f6e2e426f783c543a3a50726f706f73616c3e2041757468656e74696361746573207468652063757272656e74207375646f206b657920616e6420736574732074686520676976656e204163636f756e7449642028606e6577602920617320746865206e6577207375646f206b65792e2041757468656e7469636174657320746865207375646f206b657920616e64206469737061746368657320612066756e6374696f6e2063616c6c20776974682060526f6f7460206f726967696e2e00000000000000738c1100030000000000000000000000149211000c00000000000000000000000000000000000000000000000000000000000000bca511002c27100000000000000000003c2710000100000000000000010000001800000000000000010000002a00000044271000210000002054686520604163636f756e74496460206f6620746865207375646f206b65792e000000000000001828100008000000000000002028100002000000000000000000000050281000190000000000000000000000182910000b00000000000000242910000300000000000000000000006c2910000d0000000000000000000000d42910000e00000000000000e42910000300000000000000000000002c2a10000200000000000000000000003c2a1000130000000000000020281000020000000000000000000000502a100006000000000000007472616e7366657200000000b3f910000400000000000000902211002300000000000000806e11000500000000000000a92b100013000000832d100036000000bca5110000000000b92d100042000000fb2d100048000000432e100045000000882e10002d000000bca5110000000000b52e100046000000bca51100000000001c6711000b000000fb2e10004c000000472f1000330000007a2f10005a000000bca5110000000000d42f100013000000bca5110000000000e72f1000540000003b3010004b0000008630100035000000bb30100037000000f23010005600000048311000520000009a3110003e000000bca51100000000002f6711000c0000007365745f62616c616e636500000000001dc0100003000000000000009022110023000000000000006f2d10000800000000000000a92b10001300000000000000772d10000c00000000000000a92b100013000000bc2b100025000000bca5110000000000e12b100048000000292c1000420000006b2c100046000000b12c100040000000bca5110000000000f12c10002d000000bca51100000000001c6711000b0000001e2d1000200000003e2d1000310000002f6711000c000000666f7263655f7472616e73666572000000000000a32b10000600000000000000902211002300000000000000b3f910000400000000000000902211002300000000000000806e11000500000000000000a92b100013000000442b100054000000982b10000b0000007472616e736665725f6b6565705f616c69766500802a100054000000d42a100010000000bca5110000000000e42a10002f000000bca5110000000000132b1000310000002053616d6520617320746865205b607472616e73666572605d2063616c6c2c206275742077697468206120636865636b207468617420746865207472616e736665722077696c6c206e6f74206b696c6c20746865206f726967696e206163636f756e742e20393925206f66207468652074696d6520796f752077616e74205b607472616e73666572605d20696e73746561642e205b607472616e73666572605d3a207374727563742e4d6f64756c652e68746d6c236d6574686f642e7472616e736665722045786163746c7920617320607472616e73666572602c2065786365707420746865206f726967696e206d75737420626520726f6f7420616e642074686520736f75726365206163636f756e74206d6179206265207370656369666965642e736f75726365436f6d706163743c543a3a42616c616e63653e20536574207468652062616c616e636573206f66206120676976656e206163636f756e742e20546869732077696c6c20616c74657220604672656542616c616e63656020616e642060526573657276656442616c616e63656020696e2073746f726167652e2069742077696c6c20616c736f2064656372656173652074686520746f74616c2069737375616e6365206f66207468652073797374656d202860546f74616c49737375616e636560292e20496620746865206e65772066726565206f722072657365727665642062616c616e63652069732062656c6f7720746865206578697374656e7469616c206465706f7369742c2069742077696c6c20726573657420746865206163636f756e74206e6f6e63652028606672616d655f73797374656d3a3a4163636f756e744e6f6e636560292e20546865206469737061746368206f726967696e20666f7220746869732063616c6c2069732060726f6f74602e202d20496e646570656e64656e74206f662074686520617267756d656e74732e202d20436f6e7461696e732061206c696d69746564206e756d626572206f6620726561647320616e64207772697465732e6e65775f667265656e65775f7265736572766564205472616e7366657220736f6d65206c697175696420667265652062616c616e636520746f20616e6f74686572206163636f756e742e20607472616e73666572602077696c6c207365742074686520604672656542616c616e636560206f66207468652073656e64657220616e642072656365697665722e2049742077696c6c2064656372656173652074686520746f74616c2069737375616e6365206f66207468652073797374656d2062792074686520605472616e73666572466565602e204966207468652073656e6465722773206163636f756e742069732062656c6f7720746865206578697374656e7469616c206465706f736974206173206120726573756c74206f6620746865207472616e736665722c20746865206163636f756e742077696c6c206265207265617065642e20546865206469737061746368206f726967696e20666f7220746869732063616c6c206d75737420626520605369676e65646020627920746865207472616e736163746f722e202d20446570656e64656e74206f6e20617267756d656e747320627574206e6f7420637269746963616c2c20676976656e2070726f70657220696d706c656d656e746174696f6e7320666f72202020696e70757420636f6e6669672074797065732e205365652072656c617465642066756e6374696f6e732062656c6f772e202d20497420636f6e7461696e732061206c696d69746564206e756d626572206f6620726561647320616e642077726974657320696e7465726e616c6c7920616e64206e6f20636f6d706c657820636f6d7075746174696f6e2e2052656c617465642066756e6374696f6e733a2020202d2060656e737572655f63616e5f77697468647261776020697320616c776179732063616c6c656420696e7465726e616c6c792062757420686173206120626f756e64656420636f6d706c65786974792e2020202d205472616e7366657272696e672062616c616e63657320746f206163636f756e7473207468617420646964206e6f74206578697374206265666f72652077696c6c20636175736520202020202060543a3a4f6e4e65774163636f756e743a3a6f6e5f6e65775f6163636f756e746020746f2062652063616c6c65642e2020202d2052656d6f76696e6720656e6f7567682066756e64732066726f6d20616e206163636f756e742077696c6c2074726967676572202020202060543a3a4475737452656d6f76616c3a3a6f6e5f756e62616c616e6365646020616e642060543a3a4f6e4672656542616c616e63655a65726f3a3a6f6e5f667265655f62616c616e63655f7a65726f602e2020202d20607472616e736665725f6b6565705f616c6976656020776f726b73207468652073616d652077617920617320607472616e73666572602c206275742068617320616e206164646974696f6e616c2020202020636865636b207468617420746865207472616e736665722077696c6c206e6f74206b696c6c20746865206f726967696e206163636f756e742e00000000511e10000d0000000000000000000000903310000a00000000000000000000000000000000000000000000000000000000000000bca511004034100000000000000000009c331000010000000000000001000000000000007d9d1000070000000101000000000000149211000c00000000000000a43310002b00000000000000000000000000000000000000bca51100d03310000000000000000000e0331000010000000000000000000000000000005e1e10000b0000000101000000000000149211000c00000000000000903310000a00000000000000000000000000000000000000bca51100403410000000000000000000e83310000b000000000000000100000000000000691e10000f0000000101000000000000149211000c00000000000000903310000a00000000000000000000000000000000000000bca51100403410000000000000000000503410000b000000000000000100000000000000781e1000050000000101000000000000149211000c00000000000000a83410002c00000000000000000000000000000000000000bca51100d43410000000000000000000e4341000010000000000000001000000543a3a42616c616e63650000213a10002600000056657374696e675363686564756c653c543a3a42616c616e63652c20543a3a426c6f636b4e756d6265723e001800000000000000010000002b000000eb391000360000006b37100027000000bca51100000000009237100050000000e23710005d0000003f38100055000000943810004f000000e3381000510000003439100015000000bca5110000000000493910005d000000a6391000450000001800000000000000010000002c0000001a3510005d0000007735100027000000bca51100000000009e3510005b000000f935100049000000bca5110000000000423610005d0000009f3610002d000000bca5110000000000cc3610005900000025371000460000005665633c42616c616e63654c6f636b3c543a3a42616c616e63652c20543a3a426c6f636b4e756d6265723e3e1800000000000000010000002d000000ec3410002e00000020416e79206c6971756964697479206c6f636b73206f6e20736f6d65206163636f756e742062616c616e6365732e2054686520616d6f756e74206f66207468652062616c616e6365206f66206120676976656e206163636f756e7420746861742069732065787465726e616c6c792072657365727665643b20746869732063616e207374696c6c2067657420736c61736865642c20627574206765747320736c6173686564206c617374206f6620616c6c2e20546869732062616c616e63652069732061202772657365727665272062616c616e63652074686174206f746865722073756273797374656d732075736520696e206f7264657220746f2073657420617369646520746f6b656e73207468617420617265207374696c6c20276f776e65642720627920746865206163636f756e7420686f6c6465722c20627574207768696368206172652073757370656e6461626c652e205768656e20746869732062616c616e63652066616c6c732062656c6f77207468652076616c7565206f6620604578697374656e7469616c4465706f736974602c207468656e2074686973202772657365727665206163636f756e74272069732064656c657465643a207370656369666963616c6c792c2060526573657276656442616c616e6365602e20606672616d655f73797374656d3a3a4163636f756e744e6f6e63656020697320616c736f2064656c6574656420696620604672656542616c616e63656020697320616c736f207a65726f2028697420616c736f206765747320636f6c6c617073656420746f207a65726f2069662069742065766572206265636f6d6573206c657373207468616e20604578697374656e7469616c4465706f736974602e2920546865202766726565272062616c616e6365206f66206120676976656e206163636f756e742e205468697320697320746865206f6e6c792062616c616e63652074686174206d61747465727320696e207465726d73206f66206d6f7374206f7065726174696f6e73206f6e20746f6b656e732e20497420616c6f6e65206973207573656420746f2064657465726d696e65207468652062616c616e6365207768656e20696e2074686520636f6e747261637420657865637574696f6e20656e7669726f6e6d656e742e205768656e20746869732062616c616e63652066616c6c732062656c6f77207468652076616c7565206f6620604578697374656e7469616c4465706f736974602c207468656e20746865202763757272656e74206163636f756e74272069732064656c657465643a207370656369666963616c6c7920604672656542616c616e6365602e20467572746865722c2074686520604f6e4672656542616c616e63655a65726f602063616c6c6261636b20697320696e766f6b65642c20676976696e672061206368616e636520746f2065787465726e616c206d6f64756c657320746f20636c65616e2075702064617461206173736f6369617465642077697468207468652064656c65746564206163636f756e742e20606672616d655f73797374656d3a3a4163636f756e744e6f6e63656020697320616c736f2064656c657465642069662060526573657276656442616c616e63656020697320616c736f207a65726f2028697420616c736f206765747320636f6c6c617073656420746f207a65726f2069662069742065766572206265636f6d6573206c657373207468616e20604578697374656e7469616c4465706f736974602e20496e666f726d6174696f6e20726567617264696e67207468652076657374696e67206f66206120676976656e206163636f756e742e2054686520746f74616c20756e6974732069737375656420696e207468652073797374656d2e0000000000011e10001200000000000000903310000a00000000000000bca51100f03a10000000000000000000003b1000010000000000000000000000083b10000b00000000000000903310000a00000000000000bca51100283b10000000000000000000143b10000100000000000000000000001c3b10000b00000000000000903310000a00000000000000bca51100283b10000000000000000000383b100001000000000000001800000000000000010000002e0000008c3b1000350000005472616e7366657246656500673b1000250000004372656174696f6e466565001800000000000000010000002f000000403b100027000000205468652066656520726571756972656420746f2063726561746520616e206163636f756e742e205468652066656520726571756972656420746f206d616b652061207472616e736665722e20546865206d696e696d756d20616d6f756e7420726571756972656420746f206b65657020616e206163636f756e74206f70656e2e00000000000000f03b10000900000000000000fc3b1000020000000000000000000000bca51100000000000000000068656172746265617400000000000000f03b100009000000000000002c3c10001900000000000000453c10000a000000000000004f3c10002f0000004865617274626561743c543a3a426c6f636b4e756d6265723e5f7369676e61747572653c543a3a417574686f7269747949642061732052756e74696d654170705075626c69633e3a3a5369676e6174757265000000000000b7201000080000000000000000000000989211000e00000000000000000000000000000000000000000000000000000000000000bca51100503e10000000000000000000e03d100001000000000000000100000000000000bf201000040000000000000000000000e83d10001300000000000000000000000000000000000000000000000000000000000000bca51100fc3d100000000000000000000c3e100001000000000000000100000000000000143e10001200000002010100000000000d1411000c00000000000000263e10000900000000000000e28c11000700000000000000bca51100303e10000000000000000000403e1000020000000000000000000000000000006c2210000e00000002010100000000000d1411000c00000000000000988a10000e000000000000003e9211000300000000000000bca51100503e10000000000000000000603e1000020000000000000001000000773f1000280000005665633c543a3a417574686f7269747949643e001800000000000000010000002d000000433f10003400000052656365697665644865617274626561747341757468496e6465780018000000000000000100000030000000e73e100039000000203f10002300000018000000000000000100000031000000703e100045000000b53e10003200000020466f7220656163682073657373696f6e20696e6465782c207765206b6565702061206d617070696e67206f662060543a3a56616c696461746f7249646020746f20746865206e756d626572206f6620626c6f636b7320617574686f7265642062792074686520676976656e20617574686f726974792e20466f7220656163682073657373696f6e20696e6465782c207765206b6565702061206d617070696e67206f66206041757468496e6465786020746f20606f6666636861696e3a3a4f70617175654e6574776f726b5374617465602e205468652063757272656e7420736574206f66206b6579732074686174206d61792069737375652061206865617274626561742e2054686520626c6f636b206e756d626572207768656e2077652073686f756c6420676f737369702e0000000000c71c10000b00000000000000bc3f10000100000000000000c43f1000200000002053656e646572206d75737420626520746865205375646f206163636f756e7400000000ad2010000a000000000000001c4010000100000000000000000000009a201000130000000000000024401000010000000000000042401000190000002c40100016000000204475706c696361746564206865617274626561742e204e6f6e206578697374656e74207075626c6963206b65792e0000000000431e10000e000000000000003c4110000100000000000000000000002e1e1000150000000000000044411000010000000000000000000000261e100008000000000000004c411000010000000000000000000000131e1000130000000000000054411000010000000000000000000000011e100012000000000000005c411000010000000000000000000000f81d1000090000000000000064411000010000000000000000000000e11d100017000000000000006c411000010000000000000000000000d61d10000b000000000000007441100001000000000000009e421000270000006c421000320000004f4210001d000000314210001e000000f64110003b000000d2411000240000009f411000330000007c411000230000002042656e6566696369617279206163636f756e74206d757374207072652d657869737420412076657374696e67207363686564756c6520616c72656164792065786973747320666f722074686973206163636f756e74205472616e736665722f7061796d656e7420776f756c64206b696c6c206163636f756e742056616c756520746f6f206c6f7720746f20637265617465206163636f756e742064756520746f206578697374656e7469616c206465706f7369742042616c616e636520746f6f206c6f7720746f2073656e642076616c756520476f7420616e206f766572666c6f7720616674657220616464696e67204163636f756e74206c6971756964697479207265737472696374696f6e732070726576656e74207769746864726177616c2056657374696e672062616c616e636520746f6f206869676820746f2073656e642076616c75657061726974792d706f6c6b61646f74df6acb689907609b0200000037e397fc7c91f5e40100000040fe3ad401f8959a04000000d2bc9897eed08f1501000000f78b278be53f454c01000000af2c0297a23e6d3d02000000ed99c5acb25eedf502000000cbca25e39f14238701000000687ad44ad37f03c201000000ab3c0572291feb8b01000000bc9d89904f5b923f0100000037c8bb1350a9a2a8010000006772616e62616265696d6f6e70617261617564690000000040787d010065cd1d00e1f505d85aae1ec0542205b0508f1f38e4750488467020d853e903603c5121d0bf760338323222a8591903402013236039cd02480ef423a82a8f0268f8d42470955c02b8dab525c05a3302d8c4962648bd1102e0b27727a855f601e8a05828e8fedf0180773929c0cacd01586d1a2af8f1be019053fb2a50d8b201d00edc2be0fca80138edbc2c48f2a001e06d9d2d80669a01c80d7e2e500f9501c0575e2f08b6900140323f30e0278d0148202031b0418a0108a3ff3120e8870120bedf32f0fb85013856c03398698401f0fda03478218301b8d87f35d8178201d8c26036183d8101b8223e37508d800188d21c38c8fc7f0168b5f93898877f01a829d139d8297f0120d6ab3ab8db7e0168ae803b389d7e0100ca9a3b68957e0150617920444f547320746f2074686520506f6c6b61646f74206163636f756e743a00000000000000e68811000600000000000000320000000000000000000000000000000000000000000000000000000000000033000000000000000000000000000000340000000000000000000000000000003500000000000000000000000000000035000000000000000000000000000000a74b11001800000000000000360000000000000000000000000000000000000000000000000000000200000000000000000000000000000002000000000000000000000000000000000000003500000000000000000000000000000035000000000000000000000000000000eec7100004000000000000003700000000000000000000000000000000000000000000000000000000000000350000000000000000000000020000000000000000000000000000000000000038000000000000000000000000000000350000000000000000000000000000002d491100090000000000000039000000000000000000000000000000000000000000000000000000000000003a000000000000000000000002000000000000000000000000000000000000003b00000000000000000000000000000035000000000000000000000000000000e5e7100007000000000000003c00000000000000000000000000000000000000000000000000000000000000350000000000000000000000000000003d0000000000000000000000000000003500000000000000000000000000000035000000000000000000000000000000e4c1100008000000000000003e000000000000000000000000000000000000000000000000000000000000003f0000000000000000000000000000004000000000000000000000000000000041000000000000000000000000000000420000000000000000000000000000002850100012000000000000004300000000000000000000000000000000000000000000000000000002000000000000000000000000000000020000000000000000000000000000000000000044000000000000000000000000000000350000000000000000000000000000003ce010000a00000000000000450000000000000000000000000000000000000000000000000000000000000046000000000000000000000002000000000000000000000000000000000000003500000000000000000000000000000047000000000000000000000000000000b111110007000000000000004800000000000000000000000000000000000000000000000000000000000000490000000000000000000000000000004a0000000000000000000000000000004b0000000000000000000000000000004c000000000000000000000000000000c47b100008000000000000004d00000000000000000000000000000000000000000000000000000000000000350000000000000000000000000000004e0000000000000000000000000000003500000000000000000000000000000035000000000000000000000000000000c8bb100007000000000000004f00000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000005100000000000000000000000000000052000000000000000000000000000000530000000000000000000000000000003a5010000f0000000200000000000000000000000000000000000000000000000000000000000000000000005400000000000000000000000200000000000000000000000000000000000000550000000000000000000000000000005600000000000000000000000000000049501000070000000000000057000000000000000000000000000000000000000000000000000000000000005800000000000000000000000000000059000000000000000000000000000000350000000000000000000000000000005a0000000000000000000000000000005050100008000000000000005b000000000000000000000000000000000000000000000000000000000000005c0000000000000000000000000000005d000000000000000000000000000000350000000000000000000000000000005e0000000000000000000000000000005850100012000000020000000000000000000000000000000000000000000000000000000000000000000000350000000000000000000000020000000000000000000000000000000000000035000000000000000000000000000000350000000000000000000000000000006a50100004000000000000005f0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000610000000000000000000000000000003500000000000000000000000000000062000000000000000000000000000000a651110009000000000000006300000000000000000000000000000000000000000000000000000000000000640000000000000000000000000000006500000000000000000000000000000066000000000000000000000000000000670000000000000000000000000000006e50100007000000000000006800000000000000000000000000000000000000000000000000000000000000690000000000000000000000000000006a000000000000000000000000000000350000000000000000000000000000006b0000000000000000000000000000007550100012000000000000006c00000000000000000000000000000000000000000000000000000000000000690000000000000000000000000000006a000000000000000000000000000000350000000000000000000000000000006b0000000000000000000000000000008750100011000000000000006d000000000000000000000000000000000000000000000000000000000000006e0000000000000000000000000000006f0000000000000000000000000000007000000000000000000000000000000071000000000000000000000000000000985010001300000000000000720000000000000000000000000000000000000000000000000000000000000073000000000000000000000000000000740000000000000000000000000000003500000000000000000000000000000035000000000000000000000000000000037c100008000000000000007500000000000000000000000000000000000000000000000000000000000000760000000000000000000000000000007700000000000000000000000000000078000000000000000000000000000000790000000000000000000000000000008284100006000000000000007a000000000000000000000000000000000000000000000000000000000000007b0000000000000000000000000000007c0000000000000000000000000000007d000000000000000000000000000000350000000000000000000000000000009e9e11000a000000000000007e000000000000000000000000000000000000000000000000000000000000007f000000000000000000000002000000000000000000000000000000000000003500000000000000000000000000000035000000000000000000000000000000899e11000c0000000000000080000000000000000000000000000000000000000000000000000000000000008100000000000000000000000200000000000000000000000000000000000000350000000000000000000000000000003500000000000000000000000000000044a011000500000000000000820000000000000000000000000000000000000000000000000000000000000083000000000000000000000000000000840000000000000000000000000000003500000000000000000000000000000035000000000000000000000000000000a89e1100090000000000000085000000000000000000000000000000000000000000000000000000000000008600000000000000000000000000000087000000000000000000000000000000350000000000000000000000000000003500000000000000000000005472616e73616374696f6e5061796d656e7446696e616c697479547261636b65724772616e647061496d4f6e6c696e65417574686f72697479446973636f766572795375646f436f756e63696c546563686e6963616c436f6d6d6974746565456c656374696f6e7350687261676d656e546563686e6963616c4d656d62657273686970546f6f536f6f6e4368616e676550656e64696e67526573756d654661696c656450617573654661696c65643a6772616e6470615f617574686f7269746965734772616e64706146696e616c69747950656e64696e674368616e6765537461746500000000003851100012000000000000004c5110000100000000000000000000006451100001000000000000007265706f72745f6d69736265686176696f72000000000000855110000700000000000000e28c1100070000006c51100019000000205265706f727420736f6d65206d69736265686176696f722e5f7265706f727400000000409e11000b0000000000000000000000f45310000d00000000000000000000000000000000000000000000000000000000000000bca51100045410000000000000000000145410000400000000000000010000000000000006511000050000000000000000000000345410001b00000000000000000000000000000000000000000000000000000000000000bca511005054100000000000000000006054100001000000000000000100000000000000f95010000d0000000000000000000000685410002300000000000000000000000000000000000000000000000000000000000000bca511001855100000000000000000008c54100001000000000000000000000000000000945410000a0000000000000000000000989211000e00000000000000000000000000000000000000000000000000000000000000bca51100185510000000000000000000a054100001000000000000000000000000000000a8541000070000000000000000000000af5410002000000000000000000000000000000000000000000000000000000000000000bca51100185510000000000000000000d054100001000000000000000000000000000000d85410000c0000000000000000000000e45410000500000000000000000000000000000000000000000000000000000000000000bca51100ec5410000000000000000000fc541000020000000000000001000000000000000c5510000c0000000101000000000000e454100005000000000000000d1411000c00000000000000000000000000000000000000bca5110018551000000000000000000028551000010000000000000000000000417574686f726974794c6973740000001800000000000000010000002d000000d05610000b000000bca5110000000000db56100058000000335710002500000053746f72656453746174653c543a3a426c6f636b4e756d6265723e0018000000000000000100000088000000ac5610002400000053746f72656450656e64696e674368616e67653c543a3a426c6f636b4e756d6265723e007b561000310000004e657874466f7263656400004c5610002f0000005374616c6c656428543a3a426c6f636b4e756d6265722c20543a3a426c6f636b4e756d6265722900285610002400000043757272656e745365744964536574496400000018000000000000000100000089000000a055100057000000f755100031000000536574496453657373696f6e1800000000000000010000002b00000030551000700000002041206d617070696e672066726f6d206772616e6470612073657420494420746f2074686520696e646578206f6620746865202a6d6f737420726563656e742a2073657373696f6e20666f7220776869636820697473206d656d62657273207765726520726573706f6e7369626c652e20546865206e756d626572206f66206368616e6765732028626f746820696e207465726d73206f66206b65797320616e6420756e6465726c79696e672065636f6e6f6d696320726573706f6e736962696c69746965732920696e20746865202273657422206f66204772616e6470612076616c696461746f72732066726f6d2067656e657369732e20607472756560206966207765206172652063757272656e746c79207374616c6c65642e206e65787420626c6f636b206e756d6265722077686572652077652063616e20666f7263652061206368616e67652e2050656e64696e67206368616e67653a20287369676e616c65642061742c207363686564756c6564206368616e6765292e205374617465206f66207468652063757272656e7420617574686f72697479207365742e20444550524543415445442054686973207573656420746f2073746f7265207468652063757272656e7420617574686f72697479207365742c20776869636820686173206265656e206d6967726174656420746f207468652077656c6c2d6b6e6f776e204752414e4450415f415554484f52495445535f4b455920756e686173686564206b65792e8a00000008000000040000008b0000008c00000000000000000000008d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008a00000008000000040000008b0000008c00000000000000000000008d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000cb5010000b00000000000000e8591000020000000000000000000000bf5010000c00000000000000f8591000020000000000000000000000b25010000d00000000000000085a1000010000000000000000000000ab5010000700000000000000105a10000100000000000000f15a100042000000335b10002a000000835a100045000000c85a100029000000485a10003b000000185a1000300000002043616e6e6f74207369676e616c20666f72636564206368616e676520736f20736f6f6e206166746572206c6173742e20417474656d707420746f207369676e616c204752414e445041206368616e67652077697468206f6e6520616c72656164792070656e64696e672e20417474656d707420746f207369676e616c204752414e44504120726573756d65207768656e2074686520617574686f72697479207365742069736e2774207061757365642028656974686572206c697665206f7220616c72656164792070656e64696e6720726573756d65292e20417474656d707420746f207369676e616c204752414e445041207061757365207768656e2074686520617574686f72697479207365742069736e2774206c697665202865697468657220706175736564206f7220616c72656164792070656e64696e67207061757365292e6e6577686561647350617261636861696e20686561647320636f756c64206e6f74206265206465636f6465642e0000f89d1100480000006e030000140000004e6f2070617261636861696e20686561647320666f756e6420696e20696e686572656e7420646174612e50617261636861696e206865616473206d7573742062652075706461746564206f6e636520696e2074686520626c6f636b57617465726d61726b73556e726f75746564496e6772657373205c100047000000d3000000240000002f686f6d652f6261737469616e2f70726f6a656374732f7061726974792f706f6c6b61646f74322f72756e74696d652f636f6d6d6f6e2f7372632f7265676973747261722e727300205c100047000000d2000000220000008a00000008000000040000008e000000446562746f7273696e76616c6964206964696e76616c69642070617261746872656164206964496e76616c696420696450617261636861696e20616c72656164792065786973747350617261636861696e206865616473206d7573742062652075706461746564206f6e6c79206f6e636520696e2074686520626c6f636b546f6f206d616e792070617261636861696e2063616e646964617465736e6f2076616c696461746f722067726f757020666f722070617261636861696e4e6f7420656e6f7567682076616c6964697479206174746573746174696f6e73546865206e756d626572206f66206174746573746174696f6e73206578636565647320746865206e756d626572206f6620617574686f7269746965734e6f7420656e6f7567682076616c696469747920766f746573417474657374696e672076616c696461746f72206e6f74206f6e207468697320636861696e27732076616c69646174696f6e20647574792e43616e6469646174652076616c6964697479206174746573746174696f6e207369676e6174757265206973206261642e457874726120756e7461676765642076616c696469747920766f74657320616c6f6e6720776974682063616e64696461746563616e646964617465206f7574206f66206f7264657263616e64696461746520666f7220756e726567697374657265642070617261636861696e207b7d696e76616c696420636f6c6c61746f724d65737361676573206164646564207768656e2071756575652066756c6c626164206d657373616765206f726967696e45677265737320726f75746573206f7574206f66206f7264657220627920494403170a2e7597b7b7e3d84c05391d139a62b157e78786d8c082f29dcf4c11131450617261636861696e20726f7574696e6720746f2073656c66456d707479207472696520726f6f7420696e636c75646564526f7574696e6720746f206e6f6e2d6578697374656e742070617261636861696e6f7264657265645f6e656564735f646973706174636820636f6e7461696e732069643f2176616c696461746f725f726f6c655f706169727300000000000000c85f10000900000000000000d45f10000100000000000000000000005c9b110001000000000000007365745f686561647300000000000000ec5f10000500000000000000f15f10001600000068656164735665633c417474657374656443616e6469646174653e0000000000409e11000b0000000000000000000000206310001000000000000000000000000000000000000000000000000000000000000000bca5110050771000000000000000000030631000010000000000000001000000000000004b9e1100040000000101000000000000fe9f11000600000000000000e28c11000700000000000000000000000000000000000000bca5110040631000000000000000000038631000010000000000000000000000000000004f9e1100050000000101000000000000fe9f11000600000000000000e28c11000700000000000000000000000000000000000000bca511004063100000000000000000005063100001000000000000000000000000000000f75b10000a0000000101000000000000fe9f11000600000000000000989211000e00000000000000000000000000000000000000bca511005863100000000000000000006863100003000000000000000000000000000000015c10000f0000000101000000000000806310001800000000000000986310001300000000000000000000000000000000000000bca51100ac6310000000000000000000bc63100004000000000000000000000000000000549e1100120000000101000000000000fe9f11000600000000000000dc6310001200000000000000000000000000000000000000bca51100f063100000000000000000000064100002000000000000000100000000000000669e1100160000000101000000000000fe9f11000600000000000000106410000a00000000000000000000000000000000000000bca511001c64100000000000000000002c641000030000000000000001000000000000007c9e11000d00000000000000000000000c0211000b00000000000000000000000000000000000000000000000000000000000000bca511005077100000000000000000004464100001000000000000000100000000000000959e11000900000000000000000000000c0211000b00000000000000000000000000000000000000000000000000000000000000bca511004c64100000000000000000005c6410000400000000000000000000005665633c56616c696461746f7249643ee668100025000000c068100026000000180000000000000001000000300000008d681000330000001800000000000000010000002b000000a76710003f000000e667100050000000366810005700000028543a3a426c6f636b4e756d6265722c20506172614964295665633c285061726149642c2048617368293e001800000000000000010000002b000000de66100055000000bca5110000000000336710005300000086671000210000005665633c5570776172644d6573736167653e00001800000000000000010000002d0000006566100047000000ac66100032000000287533322c207533322900001800000000000000010000008f0000007f65100051000000d065100056000000266610003f0000003b651000440000001800000000000000010000002b0000007c64100059000000d56410004d000000bca5110000000000226510001900000020536f6d65206966207468652070617261636861696e20686561647320676574207570646174656420696e207468697320626c6f636b2c20616c6f6e672077697468207468652070617261636861696e20494473207468617420646964207570646174652e204f72646572656420696e207468652073616d652077617920617320607265676973747261723a3a416374697665602028692e652e20627920506172614964292e204e6f6e65206966206e6f742079657420757064617465642e20546865206f726465726564206c697374206f662050617261496473207468617420686176652061206052656c6179446973706174636851756575656020656e7472792e2053697a65206f6620746865206469737061746368207175657565732e205365706172617465642066726f6d2061637475616c206461746120696e206f7264657220746f2061766f696420636f73746c79206465636f64696e67207768656e20636865636b696e6720726563656970742076616c69646974792e204669727374206974656d20696e207475706c652069732074686520636f756e74206f66206d65737361676573097365636f6e642069662074686520746f74616c206c656e6774682028696e20627974657329206f6620746865206d657373616765207061796c6f6164732e204d6573736167657320726561647920746f2062652064697370617463686564206f6e746f207468652072656c617920636861696e2e204974206973207375626a65637420746f20604d41585f4d4553534147455f434f554e546020616e64206057415445524d41524b5f4d4553534147455f53495a45602e20556e726f7574656420696e67726573732e204d6170732028426c6f636b4e756d6265722c20746f5f636861696e2920706169727320746f205b2866726f6d5f636861696e2c206567726573735f726f6f74295d2e205468657265206d617920626520616e20656e74727920756e6465722028692c20702920696e2074686973206d617020666f722065766572792069206265747765656e207468652070617261636861696e27732077617465726d61726b20616e64207468652063757272656e7420626c6f636b2e205468652077617465726d61726b2068656967687473206f66207468652070617261636861696e7320726567697374657265642061742070726573656e742e20466f722065766572792070617261636861696e2c20746869732069732074686520626c6f636b206865696768742066726f6d20776869636820616c6c206d6573736167657320746172676574696e6720746861742070617261636861696e2068617665206265656e2070726f6365737365642e2043616e20626520604e6f6e6560206f6e6c79206966207468652070617261636861696e20646f65736e27742065786973742e20546865206865616473206f66207468652070617261636861696e7320726567697374657265642061742070726573656e742e205468652070617261636861696e7320726567697374657265642061742070726573656e742e20416c6c20617574686f72697469657327206b65797320617420746865206d6f6d656e742e0000000000406a10000d00000000000000506a1000040000000000000000000000b06a1000020000000000000000000000c06a10000f00000000000000d06a1000010000000000000000000000e86a1000010000000000000000000000f06a10001000000000000000006b1000010000000000000000000000186b1000050000000000000000000000406b10001300000000000000546b1000020000000000000000000000846b1000040000000000000000000000a46b10001100000000000000b86b1000030000000000000000000000006c1000050000000000000000000000286c10001500000000000000bca51100000000000000000000000000406c1000070000000000000000000000786c100004000000000000007c6c1000010000000000000000000000946c1000080000000000000072656769737465725f7061726100000000000000e9721000020000000000000065f710000f0000000000000034731000040000000000000038731000080000000000000074f710000400000000000000e28c11000700000000000000fef810001100000000000000e28c110007000000eb721000260000001173100023000000646572656769737465725f706172610000000000e9721000020000000000000065f710000f000000c4721000250000007365745f7468726561645f636f756e7400000000bf72100005000000000000003e921100030000002872100050000000bca51100000000007872100026000000bca51100000000009e7210002100000072656769737465725f70617261746872656164000000000074f710000400000000000000e28c11000700000000000000fef810001100000000000000e28c1100070000005e71100029000000bca51100000000008771100053000000da7110004e00000073656c6563745f70617261746872656164000000000000003e711000030000000000000065f710000f000000000000004171100009000000000000004a7110000a00000000000000547110000a00000000000000a6921100070000004170100041000000bca51100000000008270100050000000d2701000570000002971100015000000646572656769737465725f70617261746872656164000000066f100032000000bca5110000000000386f100048000000bca5110000000000806f100056000000d66f100051000000277010001a0000007377617000000000016f1000050000000000000065f710000f000000d46c1000590000002d6d100059000000866d100057000000bca5110000000000dd6d100058000000356e100050000000856e100056000000db6e100026000000205377617020612070617261636861696e207769746820616e6f746865722070617261636861696e206f7220706172617468726561642e20546865206f726967696e206d7573742062652061206050617261636861696e602e2054686520737761702077696c6c2068617070656e206f6e6c7920696620746865726520697320616c726561647920616e206f70706f7369746520737761702070656e64696e672e204966207468657265206973206e6f742c2074686520737761702077696c6c2062652073746f72656420696e207468652070656e64696e67207377617073206d61702c20726561647920666f722061206c6174657220636f6e6669726d61746f727920737761702e20546865206050617261496460732072656d61696e206d617070656420746f207468652073616d652068656164206461746120616e6420636f646520736f2065787465726e616c20636f64652063616e2072656c79206f6e20605061726149646020746f2062652061206c6f6e672d7465726d206964656e746966696572206f662061206e6f74696f6e616c202270617261636861696e222e20486f77657665722c207468656972207363686564756c696e6720696e666f2028692e652e2077686574686572207468657927726520612070617261746872656164206f722070617261636861696e292c2061756374696f6e20696e666f726d6174696f6e20616e64207468652061756374696f6e206465706f736974206172652073776974636865642e6f7468657220446572656769737465722061207061726174687265616420616e6420726574726965766520746865206465706f7369742e204d7573742062652073656e742066726f6d2061206050617261636861696e60206f726967696e2077686963682069732063757272656e746c79206120706172617468726561642e20456e737572652074686174206265666f72652063616c6c696e672074686973207468617420616e792066756e647320796f752077616e7420656d70746965642066726f6d2074686520706172617468726561642773206163636f756e74206973206d6f766564206f75743b20616674657220746869732069742077696c6c20626520696d706f737369626c6520746f207265747269657665207468656d2028776974686f757420676f7665726e616e636520696e74657276656e74696f6e292e20506c61636520612062696420666f722061207061726174687265616420746f2062652070726f6772657373656420696e20746865206e65787420626c6f636b2e20546869732069732061206b696e64206f66207370656369616c207472616e73616374696f6e20746861742073686f756c642062652068656176696c79207072696f726974697a656420696e20746865207472616e73616374696f6e20706f6f6c206163636f7264696e6720746f20746865206076616c7565603b206f6e6c792060546872656164436f756e7460206f66207468656d206d61792062652070726573656e74656420696e20616e792073696e676c6520626c6f636b2e5f69645f636f6c6c61746f72436f6c6c61746f7249645f686561645f686173682052656769737465722061207061726174687265616420666f7220696d6d656469617465207573652e204d7573742062652073656e742066726f6d2061205369676e6564206f726967696e20746861742069732061626c6520746f206861766520506172617468726561644465706f7369742072657365727665642e2060636f64656020616e642060696e697469616c5f686561645f646174616020617265207573656420746f20696e697469616c697a6520746865207061726174687265616427732073746174652e20526573657420746865206e756d626572206f6620706172617468726561647320746861742063616e2070617920746f206265207363686564756c656420696e20612073696e676c6520626c6f636b2e202d2060636f756e74603a20546865206e756d626572206f662070617261746872656164732e204d7573742062652063616c6c65642066726f6d20526f6f74206f726967696e2e636f756e74204465726567697374657220612070617261636861696e207769746820676976656e206964696420526567697374657220612070617261636861696e207769746820676976656e20636f64652e204661696c7320696620676976656e20494420697320616c726561647920757365642e696e666f50617261496e666f000000009e9e11000a00000000000000000000000c0211000b00000000000000000000000000000000000000000000000000000000000000bca51100507710000000000000000000bca5110000000000000000000100000000000000b19e11000b00000000000000000000003e9211000300000000000000000000000000000000000000000000000000000000000000bca511005876100000000000000000006876100001000000000000000100000000000000bc9e11000f0000000000000000000000707610001e00000000000000000000000000000000000000000000000000000000000000bca511005077100000000000000000009076100002000000000000000100000000000000cb9e1100060000000000000000000000a07610002e00000000000000000000000000000000000000000000000000000000000000bca51100507710000000000000000000d076100006000000000000000100000000000000d19e11000a0000000000000000000000fe9f11000600000000000000000000000000000000000000000000000000000000000000bca511000077100000000000000000001077100002000000000000000100000000000000db9e11000b0000000101000000000000fe9f11000600000000000000fe9f11000600000000000000000000000000000000000000bca511002077100000000000000000003077100001000000000000000000000000000000e69e1100050000000101000000000000fe9f11000600000000000000387310000800000000000000000000000000000000000000bca511003877100000000000000000004877100001000000000000000000000000000000eb9e11000a0000000000000000000000707610001e00000000000000000000000000000000000000000000000000000000000000bca511005077100000000000000000006077100001000000000000000100000000000000885c1000070000000101000000000000fe9f11000600000000000000149211000c00000000000000000000000000000000000000bca511006877100000000000000000007877100001000000000000000100000018000000000000000100000031000000787a10002d0000005665633c5665633c285061726149642c20436f6c6c61746f724964293e3e0000d8791000540000002c7a10004c0000005665633c285061726149642c204f7074696f6e3c28436f6c6c61746f7249642c20526574726961626c65293e293e00008c78100057000000e3781000580000003b791000560000009179100034000000bca5110000000000c57910001300000018000000000000000100000090000000287810004f00000077781000150000001800000000000000010000002b0000000f781000190000001800000000000000010000002b000000e57710002a0000001800000000000000010000002d000000ab7710003a0000001800000000000000010000002a000000807710002b0000002055736572732077686f20686176652070616964206120706172617468726561642773206465706f736974205468652063757272656e7420717565756520666f7220706172617468726561647320746861742073686f756c6420626520726574726965642e204d6170206f6620616c6c20726567697374657265642070617261746872656164732f636861696e732e2050656e64696e672073776170206f7065726174696f6e732e20546865206e65787420756e75736564205061726149642076616c75652e2053746172742074686973206869676820696e206f7264657220746f206b656570206c6f77206e756d6265727320666f722073797374656d2d6c6576656c20636861696e732e2050617261746872656164732f636861696e73207363686564756c656420666f7220657865637574696f6e207468697320626c6f636b2e2049662074686520636f6c6c61746f72204944206973207365742c207468656e206120706172746963756c617220636f6c6c61746f722068617320616c7265616479206265656e2063686f73656e20666f7220746865206e65787420626c6f636b2c20616e64206e6f206f7468657220636f6c6c61746f72206d61792070726f766964652074686520626c6f636b2e20496e2074686973206361736520776520616c6c6f772074686520706f73736962696c697479206f662074686520636f6d62696e6174696f6e206265696e67207265747269656420696e2061206c6174657220626c6f636b2c206578707265737365642062792060526574726961626c65602e204f726465726564206279205061726149642e20416e206172726179206f6620746865207175657565206f6620736574206f662074687265616473207363686564756c656420666f722074686520636f6d696e6720626c6f636b733b206f72646572656420627920617363656e64696e6720706172612049442e2054686572652063616e206265206e6f206475706c696361746573206f66207061726120494420696e2065616368206c697374206974656d2e20546865206e756d626572206f66207468726561647320746f207363686564756c652070657220626c6f636b2e00000074a01100480000000e0200002300000074a01100480000000f02000023000000617373657274696f6e206661696c65643a206d6964203c3d206c656eb0a31100490000000a00000009000000047b1000490000008e0200001d0000002f72757374632f636161323331643939386135653835336337626131343535643761303562353030646639643633632f7372632f6c6962636f72652f736c6963652f736f72742e7273000000047b100049000000a100000030000000047b100049000000a400000030000000486561644f66566f7465734f6650687261676d656e456c656374696f6e566f7465734f664475706c6963617465644b65794e6f4173736f63696174656456616c696461746f724964496e76616c696450726f6f664f6666656e6365735265706f727473496e76616c696450726f706f73616c496e646578496e73756666696369656e7450726f706f7365727342616c616e636554726561737572790000000000d85511000800000000000000407d1000010000000000000000000000487d1000010000000000000000000000507d10000800000000000000587d1000010000000000000000000000607d1000010000000000000000000000687d10000700000000000000707d1000030000000000000000000000887d1000010000000000000000000000907d10000800000000000000987d1000020000000000000000000000a87d1000010000000000000000000000b07d10000500000000000000587d1000010000000000000000000000b87d1000010000000000000000000000c07d10000800000000000000587d1000010000000000000000000000c87d1000010000000000000000000000d07d10000700000000000000587d1000010000000000000000000000d87d10000100000000000000b0c710000d000000f67e10000e0000005370656e64696e671c58110007000000bc7e10003a0000004177617264656400b0c710000d0000001c5811000700000013581100090000009c7e10002000000052656a6563746564b0c710000d0000001c581100070000006f7e10002d0000004275726e740000004c7e100023000000526f6c6c6f766572007e10004c0000004465706f73697400e07d10002000000020536f6d652066756e64732068617665206265656e206465706f73697465642e205370656e64696e67206861732066696e69736865643b20746869732069732074686520616d6f756e74207468617420726f6c6c73206f76657220756e74696c206e657874207370656e642e20536f6d65206f66206f75722066756e64732068617665206265656e206275726e742e20412070726f706f73616c207761732072656a65637465643b2066756e6473207765726520736c61736865642e20536f6d652066756e64732068617665206265656e20616c6c6f63617465642e205765206861766520656e6465642061207370656e6420706572696f6420616e642077696c6c206e6f7720616c6c6f636174652066756e64732e204e65772070726f706f73616c2e00000000307f10000700000000000000387f1000030000000000000000000000507f10000100000000000000436c61696d6564001358110009000000737f10000f0000001c58110007000000587f10001b00000020536f6d656f6e6520636c61696d656420736f6d6520444f54732e457468657265756d41646472657373496e76616c69644f726967696e496e73756666696369656e7443616e64696461746546756e647352756e6e65725375626d69744d656d6265725375626d69744475706c69636174656443616e6469646174655265706f727453656c664d7573744265566f746572556e61626c65546f506179426f6e644c6f7742616c616e63654d6178696d756d566f7465734578636565646564546f6f4d616e79566f7465734e6f566f746573556e61626c65546f566f7465656e74697265206e65775f7365742077617320676976656e20746f206275696c645f737570706f72745f6d61703b20656e20656e747279206d757374206265206372656174656420666f722065616368206974656d3b2071656400a080100069000000a7020000230000002f686f6d652f6261737469616e2f2e636172676f2f6769742f636865636b6f7574732f7375627374726174652d376530383433336434633337306132312f643032666233352f6672616d652f656c656374696f6e732d70687261676d656e2f7372632f6c69622e72735374616b654f6600000000ec8110000700000000000000f4811000010000000000000000000000fc8110000200000000000000000000000c8210000900000000000000bca5110000000000000000000000000018821000010000000000000000000000208210000c00000000000000e85611000100000000000000000000002c8210000200000000000000000000003c8210000f00000000000000e85611000100000000000000000000004c821000010000000000000000000000548210000d00000000000000648210000300000000000000000000007c82100002000000000000004e65775465726d006984100019000000c3831000550000001884100051000000456d7074795465726d0000008d831000360000004d656d6265724b69636b65642f83100051000000808310000d0000004d656d62657252656e6f756e636564000783100028000000566f7465725265706f72746564000000135811000900000013581100090000002c9d1100040000008c82100058000000e482100023000000204120766f7465722028666972737420656c656d656e742920776173207265706f72746564202862797420746865207365636f6e6420656c656d656e742920776974682074686520746865207265706f7274206265696e67207375636365737366756c206f72206e6f742028746869726420656c656d656e74292e2041206d656d626572206861732072656e6f756e6365642074686569722063616e6469646163792e2041206d656d62657220686173206265656e2072656d6f7665642e20546869732073686f756c6420616c7761797320626520666f6c6c6f7765642062792065697468657220604e65775465726d60206f742060456d7074795465726d602e204e6f20286f72206e6f7420656e6f756768292063616e64696461746573206578697374656420666f72207468697320726f756e642e2041206e6577207465726d2077697468206e6577206d656d626572732e205468697320696e64696361746573207468617420656e6f7567682063616e6469646174657320657869737465642c206e6f74207468617420656e6f756768206861766520686173206265656e20656c65637465642e2054686520696e6e65722076616c7565206d757374206265206578616d696e656420666f72207468697320707572706f73652e5665633c284163636f756e7449642c2042616c616e6365293e436c61696d73636c61696d7319457468657265756d205369676e6564204d6573736167653a0ab88410006500000033000000120000002f686f6d652f6261737469616e2f2e636172676f2f6769742f636865636b6f7574732f7375627374726174652d376530383433336434633337306132312f643032666233352f7072696d6974697665732f72756e74696d652f7372632f63757276652e7273496e636f6e73697374656e74207374617465202d20636f756c646e277420736574746c6520696d62616c616e636520666f722066756e6473207370656e742062792074726561737572795175657565644b65797343616e6469646174657352756e6e657273557000000000b08510000800000000000000b8851000020000000000000000000000e88510000a000000000000007365745f6b65797300000000948c11000400000000000000418710000700000000000000488710000500000000000000e28c11000700000038861000390000007186100048000000b986100031000000bca5110000000000ea86100035000000bca51100000000001c6711000b0000001f871000220000004a671100160000002f6711000c0000002053657473207468652073657373696f6e206b6579287329206f66207468652066756e6374696f6e2063616c6c657220746f20606b6579602e20416c6c6f777320616e206163636f756e7420746f20736574206974732073657373696f6e206b6579207072696f7220746f206265636f6d696e6720612076616c696461746f722e205468697320646f65736e27742074616b652065666665637420756e74696c20746865206e6578742073657373696f6e2e20546865206469737061746368206f726967696e206f6620746869732066756e6374696f6e206d757374206265207369676e65642e202d204f286c6f67206e2920696e206e756d626572206f66206163636f756e74732e543a3a4b65797370726f6f663a73657373696f6e3a6b6579734e6578744b657973000000000000d21111000a0000000000000000000000cc8910001300000000000000000000000000000000000000000000000000000000000000bca51100acae10000000000000000000e089100001000000000000000100000000000000e88910000c00000000000000000000000d1411000c00000000000000000000000000000000000000000000000000000000000000bca5110074ae10000000000000000000f489100001000000000000000100000000000000fc8910000d00000000000000000000002c9d11000400000000000000000000000000000000000000000000000000000000000000bca511000c8a100000000000000000001c8a100002000000000000000100000000000000678510000a00000000000000000000002c8a10001e00000000000000000000000000000000000000000000000000000000000000bca511004c8a100000000000000000005c8a1000020000000000000001000000000000006c8a10001200000000000000000000007f1f11000800000000000000000000000000000000000000000000000000000000000000bca51100acae10000000000000000000808a1000030000000000000001000000000000005a871000080000000205010000000000e28c11000700000000000000988a10000e00000000000000418710000700000000000000bca51100a88a10000000000000000000b88a100004000000000000000000000000000000d88a1000080000000205010000000000e28c11000700000000000000e08a10001400000000000000988a10000e00000000000000bca51100009010000000000000000000f48a10000400000000000000000000005665633c543a3a56616c696461746f7249643e00bb8d10001f00000043757272656e74496e6465789d8d10001e0000005175657565644368616e6765640000001800000000000000010000002b000000268d10004e000000748d1000290000005665633c28543a3a56616c696461746f7249642c20543a3a4b657973293e00001800000000000000010000002d0000009f8c10004f000000ee8c10003800000044697361626c656456616c696461746f72730000328c100020000000bca5110000000000528c10004d000000543a3a56616c696461746f72496400001800000000000000010000002b0000000b8c100027000000bca51100000000005d8b100056000000b38b1000580000004b65794f776e6572284b65795479706549642c205665633c75383e29148b100049000000bca51100000000005d8b100056000000b38b10005800000020546865206f776e6572206f662061206b65792e20546865207365636f6e64206b65792069732074686520604b657954797065496460202b2074686520656e636f646564206b65792e20546865206669727374206b657920697320616c77617973206044454455505f4b45595f5052454649586020746f206861766520616c6c20746865206461746120696e207468652073616d65206272616e6368206f662074686520747269652e20486176696e6720616c6c206461746120696e207468652073616d65206272616e63682073686f756c642070726576656e7420736c6f77696e6720646f776e206f7468657220717565726965732e20546865206e6578742073657373696f6e206b65797320666f7220612076616c696461746f722e20496e6469636573206f662064697361626c65642076616c696461746f72732e205468652073657420697320636c6561726564207768656e20606f6e5f73657373696f6e5f656e64696e67602072657475726e732061206e657720736574206f66206964656e7469746965732e2054686520717565756564206b65797320666f7220746865206e6578742073657373696f6e2e205768656e20746865206e6578742073657373696f6e20626567696e732c207468657365206b6579732077696c6c206265207573656420746f2064657465726d696e65207468652076616c696461746f7227732073657373696f6e206b6579732e20547275652069662074686520756e6465726c79696e672065636f6e6f6d6963206964656e746974696573206f7220776569676874696e6720626568696e64207468652076616c696461746f727320686173206368616e67656420696e20746865207175657565642076616c696461746f72207365742e2043757272656e7420696e646578206f66207468652073657373696f6e2e205468652063757272656e7420736574206f662076616c696461746f72732e000000000000148e10001000000000000000248e10000500000000000000bca511002c8e100000000000000000003c8e1000020000000000000044454455505f4b45595f505245464958265b75385d000000180000000000000001000000910000004c8e100059000000a58e10000d0000002055736564206173206669727374206b657920666f7220604e6578744b6579736020616e6420604b65794f776e65726020746f2070757420616c6c20746865206461746120696e746f207468652073616d65206272616e6368206f662074686520747269652e000000000000cc7b1000070000000101000000000000bc8f10000d00000000000000c98f10003400000000000000000000000000000000000000bca511000090100000000000000000001090100001000000000000000000000000000000189010001600000002010100000000002e9010000400000000000000329010000e00000000000000409010001200000000000000bca51100acae1000000000000000000054901000010000000000000001000000000000005c9010001200000001010000000000002e9010000400000000000000e28c11000700000000000000000000000000000000000000bca51100709010000000000000000000809010000600000000000000010000005265706f727449644f663c543e4f6666656e636544657461696c733c543a3a4163636f756e7449642c20543a3a4964656e74696669636174696f6e5475706c653e0000001800000000000000010000002b0000001992100052000000436f6e63757272656e745265706f727473496e6465784b696e644f706171756554696d65536c6f745665633c5265706f727449644f663c543e3e0000cf9110004a0000005265706f72747342794b696e64496e646578000018000000000000000100000092000000b090100044000000bca5110000000000f49010002f000000bca51100000000002391100052000000759110005a00000020456e756d65726174657320616c6c207265706f727473206f662061206b696e6420616c6f6e672077697468207468652074696d6520746865792068617070656e65642e20416c6c207265706f7274732061726520736f72746564206279207468652074696d65206f66206f6666656e63652e204e6f74652074686174207468652061637475616c2074797065206f662074686973206d617070696e6720697320605665633c75383e602c207468697320697320626563617573652076616c756573206f6620646966666572656e7420747970657320617265206e6f7420737570706f7274656420617420746865206d6f6d656e7420736f2077652061726520646f696e6720746865206d616e75616c2073657269616c697a6174696f6e2e204120766563746f72206f66207265706f727473206f66207468652073616d65206b696e6420746861742068617070656e6564206174207468652073616d652074696d6520736c6f742e20546865207072696d61727920737472756374757265207468617420686f6c647320616c6c206f6666656e6365207265636f726473206b65796564206279207265706f7274206964656e746966696572732e0000000000f09210000d000000000000000093100002000000000000000000000030931000090000000000000000000000789310000f0000000000000088931000010000000000000000000000a0931000070000000000000000000000d8931000100000000000000088931000010000000000000000000000e8931000080000000000000070726f706f73655f7370656e6400000000000000806e11000500000000000000856e11001500000000000000f09510000b0000000000000090221100230000001e9510004b000000699510004d000000b695100015000000bca51100000000001c6711000b0000002767110008000000aa94100019000000cb951000250000002f6711000c00000072656a6563745f70726f706f73616c0000000000139510000b0000000000000025d7100016000000d49410003f000000bca51100000000001c6711000b0000002767110008000000aa941000190000009c671100100000002f6711000c000000617070726f76655f70726f706f73616c28941000570000007f9410002b000000bca51100000000001c6711000b0000002767110008000000aa94100019000000c3941000110000002f6711000c00000020417070726f766520612070726f706f73616c2e2041742061206c617465722074696d652c207468652070726f706f73616c2077696c6c20626520616c6c6f636174656420746f207468652062656e656669636961727920616e6420746865206f726967696e616c206465706f7369742077696c6c2062652072657475726e65642e202d204c696d697465642073746f726167652072656164732e202d204f6e65204442206368616e67652e2052656a65637420612070726f706f736564207370656e642e20546865206f726967696e616c206465706f7369742077696c6c20626520736c61736865642e70726f706f73616c5f69642050757420666f727761726420612073756767657374696f6e20666f72207370656e64696e672e2041206465706f7369742070726f706f7274696f6e616c20746f207468652076616c756520697320726573657276656420616e6420736c6173686564206966207468652070726f706f73616c2069732072656a65637465642e2049742069732072657475726e6564206f6e6365207468652070726f706f73616c20697320617761726465642e202d204f6e65204442206368616e67652c206f6e6520657874726120444220656e7472792e62656e6566696369617279000000000014d910000d0000000000000000000000b0c710000d00000000000000000000000000000000000000000000000000000000000000bca5110074ae100000000000000000000497100001000000000000000100000000000000d5d31000090000000101000000000000b0c710000d000000000000000c9710002400000000000000000000000000000000000000bca51100309710000000000000000000409710000100000000000000000000000000000048971000090000000000000000000000519710001200000000000000000000000000000000000000000000000000000000000000bca51100acae1000000000000000000064971000010000000000000001000000c99710002900000050726f706f73616c3c543a3a4163636f756e7449642c2042616c616e63654f663c543e3e1800000000000000010000002b000000aa9710001f000000417070726f76616c735665633c50726f706f73616c496e6465783e006c9710003e0000002050726f706f73616c20696e646963657320746861742068617665206265656e20617070726f76656420627574206e6f742079657420617761726465642e2050726f706f73616c7320746861742068617665206265656e206d6164652e204e756d626572206f662070726f706f73616c7320746861742068617665206265656e206d6164652e000000000000d49810000c00000000000000e09810000700000000000000bca51100e89810000000000000000000f8981000020000000000000000000000089910001300000000000000368011000c00000000000000bca511001c99100000000000000000002c991000010000000000000000000000349910000b00000000000000989211000e00000000000000bca5110040991000000000000000000050991000010000000000000000000000589910000400000000000000e09810000700000000000000bca511005c99100000000000000000006c991000010000000000000050726f706f73616c426f6e645065726d696c6c00180000000000000001000000930000002c9a100055000000819a10004400000050726f706f73616c426f6e644d696e696d756d0018000000000000000100000094000000da991000520000005370656e64506572696f640018000000000000000100000095000000b8991000220000004275726e1800000000000000010000003100000074991000440000002050657263656e74616765206f662073706172652066756e64732028696620616e7929207468617420617265206275726e7420706572207370656e6420706572696f642e20506572696f64206265747765656e2073756363657373697665207370656e64732e204d696e696d756d20616d6f756e74206f662066756e647320746861742073686f756c6420626520706c6163656420696e2061206465706f73697420666f72206d616b696e6720612070726f706f73616c2e204672616374696f6e206f6620612070726f706f73616c27732076616c756520746861742073686f756c6420626520626f6e64656420696e206f7264657220746f20706c616365207468652070726f706f73616c2e20416e2061636365707465642070726f706f73616c2067657473207468657365206261636b2e20412072656a65637465642070726f706f73616c20646f6573206e6f742e696d2d6f6e6c696e653a6f66666c696e00000000000000309b10000500000000000000389b1000020000000000000000000000689b1000010000000000000000000000709b10000a000000000000007c9b1000030000000000000000000000c49b10000100000000000000636c61696d00000000000000b3f910000400000000000000149211000c00000000000000409c10001200000000000000529c10000e000000329c10000e0000006d696e745f636c61696d0000000000001dc010000300000000000000737f10000f00000000000000806e11000500000000000000368011000c00000000000000ee9b10001000000000000000fe9b100034000000cc9b100022000000204164642061206e657720636c61696d2c20696620796f752061726520726f6f742e76657374696e675f7363686564756c654f7074696f6e3c2842616c616e63654f663c543e2c2042616c616e63654f663c543e2c20543a3a426c6f636b4e756d626572293e204d616b65206120636c61696d2e657468657265756d5f7369676e617475726545636473615369676e61747572650000000082841000060000000101000000000000737f10000f00000000000000368011000c00000000000000000000000000000000000000bca51100689d10000000000000000000bca5110000000000000000000000000000000000789d1000050000000000000000000000368011000c00000000000000000000000000000000000000000000000000000000000000bca5110094ae10000000000000000000bca51100000000000000000001000000000000007d9d1000070000000101000000000000737f10000f00000000000000849d10002c00000000000000000000000000000000000000bca51100b09d10000000000000000000c09d10000400000000000000000000001800000000000000010000002b000000546f74616c56657374696e672842616c616e63654f663c543e2c2042616c616e63654f663c543e2c20543a3a426c6f636b4e756d626572291800000000000000010000002b000000e09d10001e000000fe9d100043000000419e1000390000007a9e1000330000002056657374696e67207363686564756c6520666f72206120636c61696d2e2046697273742062616c616e63652069732074686520746f74616c20616d6f756e7420746861742073686f756c642062652068656c6420666f722076657374696e672e205365636f6e642062616c616e636520697320686f77206d7563682073686f756c6420626520756e6c6f636b65642070657220626c6f636b2e2054686520626c6f636b206e756d626572206973207768656e207468652076657374696e672073686f756c642073746172742e00000000000000e89e10000600000000000000248e10000500000000000000bca51100f09e10000000000000000000009f10000100000000000000507265666978000018000000000000000100000096000000089f10004500000020546865205072656669782074686174206973207573656420696e207369676e656420457468657265756d206d6573736167657320666f722074686973206e6574776f726b00000000000000cc5f1100040000000000000058a0100002000000000000000000000088a010000f000000000000000000000000a110000c00000000000000bca511000000000000000000000000000ca1100007000000000000000000000044a11000140000000000000058a1100001000000000000000000000070a110000d0000000000000000000000d8a110001000000000000000bca51100000000000000000000000000e8a110000d000000000000000000000050a210001200000000000000bca5110000000000000000000000000064a21000090000000000000000000000fcbc10000d00000000000000aca21000010000000000000000000000c4a210000d000000000000000000000018ac10000500000000000000a87511001100000000000000806e11000500000000000000856e1100150000007eaa100041000000bca5110000000000bfaa100014000000d3aa100012000000e5aa10002b000000bca511000000000010ab10005700000067ab100057000000beab100028000000bca51100000000001c6711000b00000087a410000b00000072aa10000c000000e6ab1000320000002f6711000c00000072656d6f76655f766f7465722aaa100048000000bca51100000000001c6711000b00000087a410000b00000072aa10000c0000006ba810000d0000002f6711000c0000007265706f72745f646566756e63745f766f7465720000000024aa10000600000000000000902211002300000078a8100057000000cfa810005700000026a9100017000000bca51100000000003da91000220000005fa9100053000000b2a910002d000000bca51100000000001c6711000b00000087a410000b000000dfa91000450000006ba810000d0000002f6711000c0000007375626d69745f63616e64696461637929a710001e000000bca511000000000047a710001900000060a710003b0000009ba710004b000000e6a71000550000003ba810000d000000bca51100000000001c6711000b00000087a410000b00000048a81000230000006ba810000d0000002f6711000c00000072656e6f756e63655f63616e6469646163790000bfa410005400000013a510001000000023a510005000000073a510003d000000b0a510005600000006a610002100000027a61000530000007aa6100056000000d0a6100059000000000000001dc01000030000000000000090221100230000002ca310005700000083a3100020000000bca5110000000000a3a3100056000000f9a310003d000000bca511000000000036a4100051000000bca51100000000001c6711000b00000087a410000b00000092a4100016000000a8a41000170000002f6711000c0000002052656d6f7665206120706172746963756c6172206d656d6265722066726f6d20746865207365742e20546869732069732065666665637469766520696d6d6564696174656c7920616e642074686520626f6e64206f6620746865206f7574676f696e67206d656d62657220697320736c61736865642e20496620612072756e6e65722d757020697320617661696c61626c652c207468656e2074686520626573742072756e6e65722d75702077696c6c2062652072656d6f76656420616e64207265706c6163657320746865206f7574676f696e67206d656d6265722e204f74686572776973652c2061206e65772070687261676d656e20726f756e6420697320737461727465642e204e6f74652074686174207468697320646f6573206e6f7420616666656374207468652064657369676e6174656420626c6f636b206e756d626572206f6620746865206e65787420656c656374696f6e2e20232323232053746174652052656164733a204f28646f5f70687261676d656e29205772697465733a204f28646f5f70687261676d656e292052656e6f756e6365206f6e65277320696e74656e74696f6e20746f20626520612063616e64696461746520666f7220746865206e65787420656c656374696f6e20726f756e642e203320706f74656e7469616c206f7574636f6d65732065786973743a202d20606f726967696e6020697320612063616e64696461746520616e64206e6f7420656c656374656420696e20616e79207365742e20496e207468697320636173652c2074686520626f6e64206973202020756e72657365727665642c2072657475726e656420616e64206f726967696e2069732072656d6f76656420617320612063616e6469646174652e202d20606f726967696e6020697320612063757272656e742072756e6e65722075702e20496e207468697320636173652c2074686520626f6e6420697320756e72657365727665642c2072657475726e656420616e642020206f726967696e2069732072656d6f76656420617320612072756e6e65722e202d20606f726967696e6020697320612063757272656e74206d656d6265722e20496e207468697320636173652c2074686520626f6e6420697320756e726573657276656420616e64206f726967696e20697320202072656d6f7665642061732061206d656d6265722c20636f6e73657175656e746c79206e6f74206265696e6720612063616e64696461746520666f7220746865206e65787420726f756e6420616e796d6f72652e20202053696d696c617220746f205b6072656d6f76655f766f746572605d2c206966207265706c6163656d656e742072756e6e657273206578697374732c20746865792061726520696d6d6564696174656c7920757365642e205375626d6974206f6e6573656c6620666f722063616e6469646163792e20412063616e6469646174652077696c6c206569746865723a2020202d204c6f73652061742074686520656e64206f6620746865207465726d20616e6420666f7266656974207468656972206465706f7369742e2020202d2057696e20616e64206265636f6d652061206d656d6265722e204d656d626572732077696c6c206576656e7475616c6c7920676574207468656972207374617368206261636b2e2020202d204265636f6d6520612072756e6e65722d75702e2052756e6e6572732d75707320617265207265736572766564206d656d6265727320696e2063617365206f6e65206765747320666f72636566756c6c79202020202072656d6f7665642e2052656164733a204f284c6f674e2920476976656e204e2063616e646964617465732e205772697465733a204f283129205265706f727420607461726765746020666f72206265696e6720616e20646566756e637420766f7465722e20496e2063617365206f6620612076616c6964207265706f72742c20746865207265706f727465722069732072657761726465642062792074686520626f6e6420616d6f756e74206f662060746172676574602e204f74686572776973652c20746865207265706f7274657220697473656c662069732072656d6f76656420616e6420746865697220626f6e6420697320736c61736865642e204120646566756e637420766f74657220697320646566696e656420746f2062653a2020202d206120766f7465722077686f73652063757272656e74207375626d697474656420766f7465732061726520616c6c20696e76616c69642e20692e652e20616c6c206f66207468656d20617265206e6f20202020206c6f6e67657220612063616e646964617465206e6f7220616e20616374697665206d656d6265722e2052656164733a204f284e4c6f674d2920676976656e204d2063757272656e742063616e6469646174657320616e64204e20766f74657320666f722060746172676574602e7461726765742052656d6f766520606f726967696e60206173206120766f7465722e20546869732072656d6f76657320746865206c6f636b20616e642072657475726e732074686520626f6e642e2052656164733a204f28312920566f746520666f72206120736574206f662063616e6469646174657320666f7220746865207570636f6d696e6720726f756e64206f6620656c656374696f6e2e205468652060766f746573602073686f756c643a2020202d206e6f7420626520656d7074792e2020202d206265206c657373207468616e20746865206e756d626572206f662063616e646964617465732e2055706f6e20766f74696e672c206076616c75656020756e697473206f66206077686f6027732062616c616e6365206973206c6f636b656420616e64206120626f6e6420616d6f756e742069732072657365727665642e2049742069732074686520726573706f6e736962696c697479206f66207468652063616c6c657220746f206e6f7420706c61636520616c6c206f662074686569722062616c616e636520696e746f20746865206c6f636b20616e64206b65657020736f6d6520666f722066757274686572207472616e73616374696f6e732e205772697465733a204f28562920676976656e2060566020766f7465732e205620697320626f756e6465642062792031362e766f74657300000000000000ded3100007000000000000000000000030ae10002100000000000000000000000000000000000000000000000000000000000000bca51100acae1000000000000000000054ae1000010000000000000001000000000000007b85100009000000000000000000000030ae10002100000000000000000000000000000000000000000000000000000000000000bca51100acae100000000000000000005cae10000100000000000000010000000000000064ae10000e00000000000000000000003e9211000300000000000000000000000000000000000000000000000000000000000000bca5110074ae1000000000000000000084ae1000010000000000000001000000000000008d7b1000070000000101010000000000149211000c00000000000000a87511001100000000000000000000000000000000000000bca51100acae100000000000000000008cae10000100000000000000010000000000000009811000070000000101000000000000149211000c00000000000000368011000c00000000000000000000000000000000000000bca5110094ae10000000000000000000a4ae100001000000000000000100000000000000718510000a0000000000000000000000a87511001100000000000000000000000000000000000000000000000000000000000000bca51100acae10000000000000000000bcae10000200000000000000010000005665633c28543a3a4163636f756e7449642c2042616c616e63654f663c543e293e00000060b010003c0000000eb0100052000000456c656374696f6e526f756e6473000018000000000000000100000031000000beaf1000500000007eaf1000400000001800000000000000010000002c00000065af1000190000001800000000000000010000002d000000ccae10005900000025af100040000000205468652070726573656e742063616e646964617465206c6973742e20536f72746564206261736564206f6e206163636f756e742069642e20412063757272656e74206d656d6265722063616e206e6576657220656e746572207468697320766563746f7220616e6420697320616c7761797320696d706c696369746c7920617373756d656420746f20626520612063616e6469646174652e204c6f636b6564207374616b65206f66206120766f7465722e20566f746573206f66206120706172746963756c617220766f7465722c20776974682074686520726f756e6420696e646578206f662074686520766f7465732e2054686520746f74616c206e756d626572206f6620766f746520726f756e6473207468617420686176652068617070656e65642c206578636c7564696e6720746865207570636f6d696e67206f6e652e205468652063757272656e742072756e6e6572735f75702e20536f72746564206261736564206f6e206c6f7720746f2068696768206d657269742028776f72736520746f20626573742072756e6e6572292e205468652063757272656e7420656c6563746564206d656d626572736869702e20536f72746564206261736564206f6e206163636f756e742069642e00000000b4b110000d00000000000000368011000c00000000000000bca51100c4b110000000000000000000bca51100000000000000000000000000d4b110000a00000000000000368011000c00000000000000bca51100e0b110000000000000000000bca51100000000000000000000000000f0b110000e000000000000003e9211000300000000000000bca5110000b210000000000000000000bca5110000000000000000000000000010b2100010000000000000003e9211000300000000000000bca5110020b210000000000000000000bca5110000000000000000000000000030b210000c00000000000000989211000e00000000000000bca511003cb210000000000000000000bca51100000000000000000043616e646964616379426f6e6400000018000000000000000100000097000000566f74696e67426f6e64000018000000000000000100000098000000446573697265644d656d626572730000180000000000000001000000990000004465736972656452756e6e65727355701800000000000000010000009a0000005465726d4475726174696f6e1800000000000000010000009b00000000000000b87b10000c00000000000000a0b21000010000000000000000000000a17b10001700000000000000a8b21000010000000000000000000000947b10000d00000000000000b0b210000100000000000000fab2100019000000d2b2100028000000b8b210001a0000002052656769737465726564206475706c6963617465206b65792e204e6f206173736f6369617465642076616c696461746f7220494420666f72206163636f756e742e20496e76616c6964206f776e6572736869702070726f6f662e0000000000e77b10001c000000000000004cb31000010000000000000000000000d37b1000140000000000000054b31000010000000000000077b310001f0000005cb310001b000000204e6f2070726f706f73616c206174207468617420696e6465782e2050726f706f73657227732062616c616e636520697320746f6f206c6f772e6e6f6e652076616c756573206172652066696c7465726564206f757420696e2070726576696f7573206c6f6769633b207165640000009ce7100043000000280300002500000000000000298010000c0000000000000064b510000100000000000000000000002280100007000000000000006cb51000010000000000000000000000168010000c0000000000000074b510000100000000000000000000000280100014000000000000007cb51000010000000000000000000000f87f10000a0000000000000084b51000010000000000000000000000e97f10000f000000000000008cb51000010000000000000000000000de7f10000b0000000000000094b51000010000000000000000000000d47f10000a000000000000009cb51000010000000000000000000000c17f10001300000000000000a4b51000010000000000000000000000b57f10000c00000000000000acb51000010000000000000000000000a97f10000c00000000000000b4b510000100000000000000000000008f7f10001a00000000000000bcb51000010000000000000000000000827f10000d00000000000000c4b51000010000000000000000000000e8c310000900000000000000ccb51000010000000000000086b710003100000060b71000260000003eb710002200000017b7100027000000e5b6100032000000c6b610001f000000b5b6100011000000a1b610001400000080b61000210000005db61000230000003ab610002300000014b6100026000000e2b5100032000000d4b510000e000000204e6f742061206d656d6265722e204f726967696e206973206e6f7420612063616e6469646174652c206d656d626572206f7220612072756e6e65722075702e2043616e64696461746520646f6573206e6f74206861766520656e6f7567682066756e64732e2052756e6e65722063616e6e6f742072652d7375626d69742063616e6469646163792e204d656d6265722063616e6e6f742072652d7375626d69742063616e6469646163792e204475706c6963617465642063616e646964617465207375626d697373696f6e2e2043616e6e6f74207265706f72742073656c662e204d757374206265206120766f7465722e20566f7465722063616e206e6f742070617920766f74696e6720626f6e642e2043616e6e6f7420766f74652077697468207374616b65206c657373207468616e206d696e696d756d2062616c616e63652e2043616e6e6f7420766f7465206d6f7265207468616e206d6178696d756d20616c6c6f7765642e2043616e6e6f7420766f7465206d6f7265207468616e2063616e646964617465732e204d75737420766f746520666f72206174206c65617374206f6e652063616e6469646174652e2043616e6e6f7420766f7465207768656e206e6f2063616e64696461746573206f72206d656d626572732065786973742e496e76616c696420457468657265756d207369676e6174757265457468657265756d206164647265737320686173206e6f20636c61696d4c6f676963206572726f723a20506f74206c657373207468616e2074686520746f74616c206f6620636c61696d732100000028b810001a0000004552524f523a20436f72727570746564207374617465206174200000000000004cb910000b00000000000000bca5110000000000000000000000000058b9100001000000000000000000000060b910000d00000000000000bca5110000000000000000000000000070b9100001000000000000000000000078b910000e00000000000000bca5110000000000000000000000000088b9100001000000000000000000000090b910000c00000000000000bca511000000000000000000000000009cb91000010000000000000000000000a4b910000a00000000000000bca51100000000000000000000000000b0b91000010000000000000000000000b8b910000500000000000000c0b91000010000000000000000000000c8b9100001000000000000004d656d626572416464656400f5ba1000390000004d656d62657252656d6f766564000000baba10003b0000004d656d6265727353776170706564000083ba1000370000004d656d6265727352657365743dba1000460000004b65794368616e67656400001bba10002200000044756d6d79000000ecb910002f000000d0b910001c000000205068616e746f6d206d656d6265722c206e6576657220757365642e73705f7374643a3a6d61726b65723a3a5068616e746f6d446174613c284163636f756e7449642c204576656e74293e204f6e65206f6620746865206d656d6265727327206b657973206368616e6765642e20546865206d656d62657273686970207761732072657365743b2073656520746865207472616e73616374696f6e20666f722077686f20746865206e6577207365742069732e2054776f206d656d62657273207765726520737761707065643b2073656520746865207472616e73616374696f6e20666f722077686f2e2054686520676976656e206d656d626572207761732072656d6f7665643b2073656520746865207472616e73616374696f6e20666f722077686f2e2054686520676976656e206d656d626572207761732061646465643b2073656520746865207472616e73616374696f6e20666f722077686f2e50726576696f7573206d617463682061726d206d61746368657320616e7974696e67206c657373207468616e20325e33303b2071656400000000000000000000000078bb10003d000000736869667465642073756666696369656e74206269747320726967687420746f206c656164206f6e6c79206c656164696e67207a65726f733b207165640000000000000000000000000000000000000053657373696f6e486973746f726963616c53657373696f6e7300000000000000c0bc10000a00000000000000ccbc1000010000000000000000000000e4bc1000030000000000000000000000fcbc10000d00000000000000ccbc10000100000000000000000000000cbd100003000000000000000000000024bd10000b0000000000000030bd100002000000000000000000000060bd100003000000000000000000000078bd10000d0000000000000088bd1000010000000000000000000000a0bd1000040000000000000000000000c0bd10000a00000000000000ccbd1000010000000000000000000000e4bd100003000000000000006164645f6d656d6265720000000000001dc010000300000000000000149211000c000000d1bf10001f000000bca5110000000000f0bf10002d00000072656d6f76655f6d656d6265720000007dbf100024000000bca5110000000000a1bf100030000000737761705f6d656d626572000000000074bf10000600000000000000149211000c000000000000007abf10000300000000000000149211000c00000016bf100030000000bca511000000000046bf10002e00000072657365745f6d656d62657273000000000000000fbf10000700000000000000a8751100110000006fbe100056000000c5be10001b000000bca5110000000000e0be10002f0000006368616e67655f6b6579000000000000df8c11000300000000000000149211000c000000fcbd100036000000bca511000000000032be10003d0000002053776170206f7574207468652073656e64696e67206d656d62657220666f7220736f6d65206f74686572206b657920606e6577602e204d6179206f6e6c792062652063616c6c65642066726f6d20605369676e656460206f726967696e206f6620612063757272656e74206d656d6265722e204368616e676520746865206d656d6265727368697020746f2061206e6577207365742c20646973726567617264696e6720746865206578697374696e67206d656d626572736869702e204265206e69636520616e64207061737320606d656d6265727360207072652d736f727465642e204d6179206f6e6c792062652063616c6c65642066726f6d206052657365744f726967696e60206f7220726f6f742e6d656d626572732053776170206f7574206f6e65206d656d626572206072656d6f76656020666f7220616e6f746865722060616464602e204d6179206f6e6c792062652063616c6c65642066726f6d2060537761704f726967696e60206f7220726f6f742e72656d6f76656164642052656d6f76652061206d656d626572206077686f602066726f6d20746865207365742e204d6179206f6e6c792062652063616c6c65642066726f6d206052656d6f76654f726967696e60206f7220726f6f742e204164642061206d656d626572206077686f6020746f20746865207365742e204d6179206f6e6c792062652063616c6c65642066726f6d20604164644f726967696e60206f7220726f6f742e77686f496e7374616e6365314d656d626572736869700000000000ded31000070000000000000000000000a87511001100000000000000000000000000000000000000000000000000000000000000bca511008cc0100000000000000000009cc010000100000000000000010000001800000000000000010000002d000000a4c0100032000000205468652063757272656e74206d656d626572736869702c2073746f72656420617320616e206f726465726564205665632e566563746f72206361706163697479206f766572666c6f7700008ec1100056000000770200000900000046c110001300000074c110001a00000046c110001300000059c110001b000000617373657274696f6e206661696c65643a2062697473203c3d20726573756c742e6c656e28294361706163697479206f766572666c6f773a20206f766572666c6f777320616c6c6f636174696f6e2073697a6520206f766572666c6f7773206d6178696d756d206c656e677468202f686f6d652f6261737469616e2f2e636172676f2f72656769737472792f7372632f6769746875622e636f6d2d316563633632393964623965633832332f6269747665632d302e31352e322f7372632f7665632e727342616c616e6365730000000044c2100011000000000000000000000055c210000a00000000000000000000000000000000000000000000000000000000000000bca5110060c210000000000000000000bca511000000000000000000010000004e6578744665654d756c7469706c6965724d756c7469706c696572001800000000000000010000008900000000000000e0c210001200000000000000368011000c00000000000000bca51100f4c21000000000000000000004c310000100000000000000000000000cc310001200000000000000368011000c00000000000000bca5110020c31000000000000000000030c3100001000000000000005472616e73616374696f6e4261736546656500001800000000000000010000002f0000007bc31000370000005472616e73616374696f6e4279746546656500001800000000000000010000009c00000038c3100043000000205468652066656520746f206265207061696420666f72206d616b696e672061207472616e73616374696f6e3b20746865207065722d6279746520706f7274696f6e2e205468652066656520746f206265207061696420666f72206d616b696e672061207472616e73616374696f6e3b2074686520626173652e416c72656164794d656d626572416c7265616479496e697469616c697a65644475706c6963617465566f746557726f6e67496e6465784e6f744d656d62657200000000000000d85511000800000000000000fcc410000400000000000000000000001cc510000200000000000000000000002cc51000050000000000000034c510000500000000000000000000005cc510000200000000000000000000006cc51000080000000000000074c510000100000000000000000000007cc5100001000000000000000000000084c510000b0000000000000074c5100001000000000000000000000090c5100001000000000000000000000098561100080000000000000098c51000020000000000000000000000a8c51000010000000000000000000000b0c510000e0000000000000098c51000020000000000000000000000c0c5100001000000000000001358110009000000b0c710000d000000fc9c11000400000042c710000b0000004dc7100053000000a0c7100010000000566f7465640000001358110009000000fc9c1100040000002c9d11000400000042c710000b00000042c710000b000000bac6100042000000fcc6100046000000417070726f766564fc9c11000400000089c6100031000000446973617070726f7665640054c6100035000000fc9c1100040000002c9d11000400000013c61000410000004d656d62657245786563757465640000c8c510004b00000020412073696e676c65206d656d6265722064696420736f6d6520616374696f6e3b2060626f6f6c6020697320747275652069662072657475726e656420776974686f7574206572726f722e2041206d6f74696f6e207761732065786563757465643b2060626f6f6c6020697320747275652069662072657475726e656420776974686f7574206572726f722e2041206d6f74696f6e20776173206e6f7420617070726f76656420627920746865207265717569726564207468726573686f6c642e2041206d6f74696f6e2077617320617070726f76656420627920746865207265717569726564207468726573686f6c642e2041206d6f74696f6e2028676976656e20686173682920686173206265656e20766f746564206f6e20627920676976656e206163636f756e742c206c656176696e6720612074616c6c79202879657320766f74657320616e64206e6f20766f74657320676976656e20726573706563746976656c7920617320604d656d626572436f756e7460292e4d656d626572436f756e742041206d6f74696f6e2028676976656e20686173682920686173206265656e2070726f706f7365642028627920676976656e206163636f756e742920776974682061207468726573686f6c642028676976656e20604d656d626572436f756e7460292e50726f706f73616c496e64657874696d657374616d702073657420696e20626c6f636b20646f65736e2774206d6174636820736c6f7420696e207365616c426162650000000000000ccb10000a00000000000000000000002d8d11000300000000000000000000000000000000000000000000000000000000000000bca5110078cb1000000000000000000018cb100001000000000000000100000000000000409e11000b000000000000000000000020cb10002700000000000000000000000000000000000000000000000000000000000000bca51100f0db1000000000000000000048cb10000100000000000000010000000000000050cb10000b00000000000000000000002d8d11000300000000000000000000000000000000000000000000000000000000000000bca5110078cb100000000000000000005ccb1000020000000000000001000000000000006ccb10000b00000000000000000000002d8d11000300000000000000000000000000000000000000000000000000000000000000bca5110078cb1000000000000000000088cb10000100000000000000010000000000000090cb10000a00000000000000000000009acb10000800000000000000000000000000000000000000000000000000000000000000bca5110004cc10000000000000000000a4cb10000a000000000000000100000000000000f4cb10000e00000000000000000000009acb10000800000000000000000000000000000000000000000000000000000000000000bca5110004cc1000000000000000000014cc1000010000000000000001000000000000001ccc10000c00000000000000000000003e9211000300000000000000000000000000000000000000000000000000000000000000bca51100e0db1000000000000000000028cc10000900000000000000010000000000000070cc10001100000001010000000000003e921100030000000000000081cc10000d00000000000000000000000000000000000000bca5110090cc10000000000000000000bca5110000000000000000000100000000000000a0cc10000b0000000000000000000000abcc10000800000000000000000000000000000000000000000000000000000000000000bca51100b4cc10000000000000000000c4cc100002000000000000000000000045706f6368496e64657800000fd11000150000005665633c28417574686f7269747949642c2042616265417574686f72697479576569676874293e00f4d010001b00000047656e65736973536c6f740092d010003e000000d0d010002400000043757272656e74536c6f7400180000000000000001000000890000007dd010001500000052616e646f6d6e6573735b75383b2033325d0000b7ce10002e000000bca5110000000000e5ce10000b000000bca5110000000000f0ce10004100000031cf10003e0000006fcf100045000000b4cf100045000000f9cf1000410000003ad01000430000004e65787452616e646f6d6e65737300001800000000000000010000009d000000a0ce1000170000005365676d656e74496e6465785bcd10001f000000bca51100000000007acd10003d000000b7cd100040000000f7cd100025000000bca51100000000001cce10003b00000057ce10004200000099ce100007000000556e646572436f6e737472756374696f6e5665633c5b75383b2033325d3e00001800000000000000010000002d000000496e697469616c697a65644d61796265567266001800000000000000010000002b000000d4cc10004000000014cd1000470000002054656d706f726172792076616c75652028636c656172656420617420626c6f636b2066696e616c697a6174696f6e292077686963682069732060536f6d6560206966207065722d626c6f636b20696e697469616c697a6174696f6e2068617320616c7265616479206265656e2063616c6c656420666f722063757272656e7420626c6f636b2e2052616e646f6d6e65737320756e64657220636f6e737472756374696f6e2e205765206d616b6520612074726164656f6666206265747765656e2073746f7261676520616363657373657320616e64206c697374206c656e6774682e2057652073746f72652074686520756e6465722d636f6e737472756374696f6e2072616e646f6d6e65737320696e207365676d656e7473206f6620757020746f2060554e4445525f434f4e535452554354494f4e5f5345474d454e545f4c454e475448602e204f6e63652061207365676d656e7420726561636865732074686973206c656e6774682c20776520626567696e20746865206e657874206f6e652e20576520726573657420616c6c207365676d656e747320616e642072657475726e20746f206030602061742074686520626567696e6e696e67206f662065766572792065706f63682e204e6578742065706f63682072616e646f6d6e6573732e205468652065706f63682072616e646f6d6e65737320666f7220746865202a63757272656e742a2065706f63682e20232053656375726974792054686973204d555354204e4f54206265207573656420666f722067616d626c696e672c2061732069742063616e20626520696e666c75656e6365642062792061206d616c6963696f75732076616c696461746f7220696e207468652073686f7274207465726d2e204974204d4159206265207573656420696e206d616e792063727970746f677261706869632070726f746f636f6c732c20686f77657665722c20736f206c6f6e67206173206f6e652072656d656d626572732074686174207468697320286c696b652065766572797468696e6720656c7365206f6e2d636861696e29206974206973207075626c69632e20466f72206578616d706c652c2069742063616e20626520757365642077686572652061206e756d626572206973206e656564656420746861742063616e6e6f742068617665206265656e2063686f73656e20627920616e206164766572736172792c20666f7220707572706f7365732073756368206173207075626c69632d636f696e207a65726f2d6b6e6f776c656467652070726f6f66732e2043757272656e7420736c6f74206e756d6265722e2054686520736c6f74206174207768696368207468652066697273742065706f63682061637475616c6c7920737461727465642e2054686973206973203020756e74696c2074686520666972737420626c6f636b206f662074686520636861696e2e2043757272656e742065706f636820617574686f7269746965732e2043757272656e742065706f636820696e6465782e0000000094d110000d000000000000002d8d11000300000000000000bca51100a4d110000000000000000000b4d11000020000000000000000000000c4d11000110000000000000098eb10000900000000000000bca51100d8d110000000000000000000e8d11000050000000000000045706f63684475726174696f6e0000001800000000000000010000009e00000040d310004300000083d310003f0000004578706563746564426c6f636b54696d650000001800000000000000010000009f00000010d210004100000051d210004400000095d2100041000000d6d210004200000018d310002800000020546865206578706563746564206176657261676520626c6f636b2074696d6520617420776869636820424142452073686f756c64206265206372656174696e6720626c6f636b732e2053696e636520424142452069732070726f626162696c6973746963206974206973206e6f74207472697669616c20746f20666967757265206f7574207768617420746865206578706563746564206176657261676520626c6f636b2074696d652073686f756c64206265206261736564206f6e2074686520736c6f74206475726174696f6e20616e642074686520736563757269747920706172616d657465722060636020287768657265206031202d20636020726570726573656e7473207468652070726f626162696c697479206f66206120736c6f74206265696e6720656d707479292e20546865206e756d626572206f66202a2a736c6f74732a2a207468617420616e2065706f63682074616b65732e20576520636f75706c652073657373696f6e7320746f2065706f6368732c20692e652e2077652073746172742061206e65772073657373696f6e206f6e636520746865206e65772065706f636820626567696e732e496e7374616e636532436f6c6c65637469766550726f706f73616c734d656d62657273566f74696e6765706f636820696e64696365732077696c6c206e6576657220726561636820325e3634206265666f726520746865206465617468206f662074686520756e6976657273653b2071656454d410005b0000004b0100001b00000054d410005b00000053010000200000002f686f6d652f6261737469616e2f2e636172676f2f6769742f636865636b6f7574732f7375627374726174652d376530383433336434633337306132312f643032666233352f6672616d652f626162652f7372632f6c69622e7273496e7374616e636531436f6c6c65637469766500000000000074d510000b0000000000000080d5100001000000000000000000000098d51000040000000000000000000000b8d510000700000000000000c0d51000010000000000000000000000d8d51000030000000000000000000000145f11000700000000000000f0d5100002000000000000000000000020d61000040000000000000000000000cc5f1100040000000000000040d6100003000000000000000000000088d6100004000000000000007365745f6d656d626572730000000000b8d810000b00000000000000a87511001100000037d81000540000008bd8100017000000bca5110000000000a2d8100016000000657865637574650000000000466e11000800000000000000b1d710001e000000cfd710003d000000bca51100000000000cd810002b0000000000000094d7100009000000000000009dd710001400000000000000466e11000800000000000000b1d710001e0000001c6711000b00000042d710002400000066d710002e0000002f6711000c00000000000000466e11000800000000000000a6921100070000000000000020d71000050000000000000025d7100016000000000000003bd7100007000000000000002c9d1100040000001c6711000b000000a8d6100023000000cbd61000550000002f6711000c000000202d20426f756e6465642073746f72616765207265616420616e64207772697465732e202d2057696c6c20626520736c696768746c792068656176696572206966207468652070726f706f73616c20697320617070726f766564202f20646973617070726f7665642061667465722074686520766f74652e696e646578436f6d706163743c50726f706f73616c496e6465783e617070726f7665202d20426f756e6465642073746f7261676520726561647320616e64207772697465732e202d20417267756d656e7420607468726573686f6c6460206861732062656172696e67206f6e207765696768742e7468726573686f6c64436f6d706163743c4d656d626572436f756e743e426f783c3c542061732054726169743c493e3e3a3a50726f706f73616c3e20446973706174636820612070726f706f73616c2066726f6d2061206d656d626572207573696e672074686520604d656d62657260206f726967696e2e204f726967696e206d7573742062652061206d656d626572206f662074686520636f6c6c6563746976652e205365742074686520636f6c6c6563746976652773206d656d62657273686970206d616e75616c6c7920746f20606e65775f6d656d62657273602e204265206e69636520746f2074686520636861696e20616e642070726f76696465206974207072652d736f727465642e20526571756972657320726f6f74206f726967696e2e6e65775f6d656d6265727300f4d910002400000050726f706f73616c4f663c542061732054726169743c493e3e3a3a50726f706f73616c00c1d9100033000000566f7465733c543a3a4163636f756e7449643e0094d910002d00000050726f706f73616c436f756e7400000082d910001200000034d910004e000000205468652063757272656e74206d656d62657273206f662074686520636f6c6c6563746976652e20546869732069732073746f72656420736f7274656420286a7573742062792076616c7565292e2050726f706f73616c7320736f206661722e20566f746573206f6e206120676976656e2070726f706f73616c2c206966206974206973206f6e676f696e672e2041637475616c2070726f706f73616c20666f72206120676976656e20686173682c20696620697427732063757272656e742e2054686520686173686573206f6620746865206163746976652070726f706f73616c732e00000000d5d31000090000000000000000000000144f11000c00000000000000000000000000000000000000000000000000000000000000bca51100f0db10000000000000000000c4d8100001000000000000000100000000000000ccd810000a0000000101000000000000a69211000700000000000000d6d810001900000000000000000000000000000000000000bca51100d0db10000000000000000000f0d8100001000000000000000000000000000000e5d31000060000000101000000000000a69211000700000000000000f8d810001300000000000000000000000000000000000000bca51100d0db100000000000000000000cd910000100000000000000000000000000000014d910000d00000000000000000000003e9211000300000000000000000000000000000000000000000000000000000000000000bca51100e0db1000000000000000000024d9100001000000000000000100000000000000ded31000070000000000000000000000a87511001100000000000000000000000000000000000000000000000000000000000000bca51100f0db100000000000000000002cd910000100000000000000010000001800000000000000010000002b000000180000000000000001000000310000001800000000000000010000002d0000007061726100000000e8c310000900000000000000acdc1000010000000000000000000000b95211001100000000000000b4dc1000010000000000000000000000e95211000f00000000000000bcdc1000010000000000000000000000dec310000a00000000000000c4dc1000010000000000000000000000d1c310000d00000000000000ccdc1000010000000000000000000000bfc310001200000000000000d4dc1000010000000000000059dd10001800000039dd10002000000025dd10001400000014dd100011000000fddc100017000000dcdc100021000000204d656d626572732061726520616c726561647920696e697469616c697a656421204475706c696361746520766f74652069676e6f726564204d69736d61746368656420696e6465782050726f706f73616c206d757374206578697374204475706c69636174652070726f706f73616c73206e6f7420616c6c6f776564204163636f756e74206973206e6f742061206d656d626572000000b7dd10000d0000009cdd10001b000000a00d1100020000005251110043000000520200000100000042616420696e70757420646174612070726f766964656420746f20657865637574655f626c6f636bccdd100010000000696e697469616c697a655f626c6f636be4dd10000f0000006170706c795f65787472696e73696300fcdd100013000000696e686572656e745f65787472696e736963730018de10000f000000636865636b5f696e686572656e74730030de10001400000076616c69646174655f7472616e73616374696f6e4cde10000f0000006f6666636861696e5f776f726b65720064de10001000000070617261636861696e5f7374617475737cde10000e00000070617261636861696e5f636f6465000094de100007000000696e677265737300a4de1000090000006765745f6865616473000000b8de10001500000067656e65726174655f73657373696f6e5f6b657973000000d8de10000d0000006163636f756e745f6e6f6e6365000000f0de10000a00000071756572795f696e666f54696d657374616d70206d7573742062652075706461746564206f6e636520696e2074686520626c6f636b0000000000000054df10000f0000000000000064df100002000000000000000000000074df100004000000000000004e65774163636f756e74496e6465780013581100090000000fe010000c00000094df100022000000bca5110000000000b6df100041000000f7df1000180000002041206e6577206163636f756e7420696e646578207761732061737369676e65642e2054686973206576656e74206973206e6f7420747269676765726564207768656e20616e206578697374696e6720696e64657820697320726561737369676e656420746f20616e6f7468657220604163636f756e744964602e4163636f756e74496e6465780000000000617474656d707420746f20646976696465206279207a65726f4e6f77417574686f7273686970417574686f724f6c64556e636c65556e636c65416c7265616479496e636c75646564546f6f48696768556e636c6547656e65736973556e636c65546f6f4d616e79556e636c6573556e636c6573416c7265616479536574496e76616c6964556e636c65506172656e740000000000e4e110000e00000000000000f4e11000010000000000000000000000fce1100001000000000000000000000004e210000e0000000000000014e210000300000000000000000000002ce210000200000000000000000000003ce210000d000000000000004ce2100001000000000000000000000054e210000100000000000000000000005ce21000090000000000000068e2100004000000000000000000000088e2100001000000000000000000000090e210000a000000000000009ce21000040000000000000000000000bce21000020000000000000000000000cce210000800000000000000d4e21000030000000000000000000000ece21000020000000000000000000000fce210000a000000000000006813110002000000000000000000000008e3100001000000000000004e65774c65617365506572696f64000077e510000b00000082e510002100000041756374696f6e537461727465640000d2e410000c00000077e510000b0000005b5911000b000000dee410005300000031e510004600000041756374696f6e436c6f736564000000d2e410000c000000a3e410002f000000576f6e4465706c6f790000008fe410001400000031e4100009000000fe9f1100060000001c581100070000003ae4100055000000576f6e52656e6577616c0000fe9f11000600000031e41000090000001c581100070000001c58110007000000b0e3100031000000e1e3100050000000526573657276656413581100090000001c581100070000001c5811000700000048e31000530000009be3100015000000556e7265736572766564000010e31000380000002046756e6473207765726520756e72657365727665642073696e636520626964646572206973206e6f206c6f6e676572206163746976652e2046756e6473207765726520726573657276656420666f7220612077696e6e696e67206269642e2046697273742062616c616e63652069732074686520657874726120616d6f756e742072657365727665642e205365636f6e642069732074686520746f74616c2e20416e206578697374696e672070617261636861696e20776f6e2074686520726967687420746f20636f6e74696e75652e2046697273742062616c616e63652069732074686520657874726120616d6f756e7420726573657665642e205365636f6e642069732074686520746f74616c20616d6f756e742072657365727665642e536c6f7452616e676520536f6d656f6e6520776f6e2074686520726967687420746f206465706c6f7920612070617261636861696e2e2042616c616e636520616d6f756e7420697320646564756374656420666f72206465706f7369742e4e65774269646465723c4163636f756e7449643e20416e2061756374696f6e20656e6465642e20416c6c2066756e6473206265636f6d6520756e72657365727665642e41756374696f6e496e64657820416e2061756374696f6e20737461727465642e2050726f76696465732069747320696e64657820616e642074686520626c6f636b206e756d6265722077686572652069742077696c6c20626567696e20746f20636c6f736520616e6420746865206669727374206c6561736520706572696f64206f662074686520717561647275706c657420746861742069732061756374696f6e65642e4c65617365506572696f642041206e6577206c6561736520706572696f6420697320626567696e6e696e672e00b4e5100048000000bb0100002d0000002f72757374632f636161323331643939386135653835336337626131343535643761303562353030646639643633632f7372632f6c6962636f72652f6f70732f61726974682e72738a0000000800000004000000a000000054696d657374616d7020746f6f2066617220696e2066757475726520746f206163636570744765747320616e64206465636f6465732074696d657374616d7020696e686572656e7420646174610000006ce6100060000000c90000001f0000002f686f6d652f6261737469616e2f2e636172676f2f6769742f636865636b6f7574732f7375627374726174652d376530383433336434633337306132312f643032666233352f6672616d652f74696d657374616d702f7372632f6c69622e72734f6e626f617264696e6763616e2774207377617020616e20756e6465706c6f7965642070617261636861696e4f6666626f617264696e674465706f7369747341756374696f6e496e666f57696e6e696e676069203c2034603b20606a203c2069603b20606a202b2031203c2034603b20716564009ce7100043000000120300001d0000004f6e626f617264517565756564e71000290000006561726c69657220726573697a65206d65616e73206974206d757374206265203e3d20693b207165645265736572766564416d6f756e74732f686f6d652f6261737469616e2f70726f6a656374732f7061726974792f706f6c6b61646f74322f72756e74696d652f636f6d6d6f6e2f7372632f736c6f74732e7273556e636c6573496e64696365734e657874456e756d536574456e756d536574000000000000ece710000b0000000000000000000000b0e810000f00000000000000000000000000000000000000000000000000000000000000bca51100f40111000000000000000000c0e8100001000000000000000100000000000000f7e71000070000000101000000000000b0e810000f00000000000000a87511001100000000000000000000000000000000000000bca511007c0311000000000000000000c8e81000010000000000000001000000543a3a4163636f756e74496e64657800e6e810001f000000d0e81000160000002054686520656e756d65726174696f6e20736574732e20546865206e657874206672656520656e756d65726174696f6e207365742e0000000000000034e91000030000000000000038e9100001000000000000000000000050e9100009000000000000007365740000000000d2ea10000300000000000000d5ea10001200000098e9100016000000bca5110000000000aee910005600000004ea100036000000bca51100000000003aea1000510000008bea100011000000bca51100000000009cea10003600000020536574207468652063757272656e742074696d652e20546869732063616c6c2073686f756c6420626520696e766f6b65642065786163746c79206f6e63652070657220626c6f636b2e2049742077696c6c2070616e6963206174207468652066696e616c697a6174696f6e2070686173652c20696620746869732063616c6c206861736e2774206265656e20696e766f6b656420627920746861742074696d652e205468652074696d657374616d702073686f756c642062652067726561746572207468616e207468652070726576696f7573206f6e652062792074686520616d6f756e742073706563696669656420627920604d696e696d756d506572696f64602e20546865206469737061746368206f726967696e20666f7220746869732063616c6c206d7573742062652060496e686572656e74602e6e6f77436f6d706163743c543a3a4d6f6d656e743e000000000039e0100003000000000000000000000098eb10000900000000000000000000000000000000000000000000000000000000000000bca51100a4eb10000000000000000000b4eb100001000000000000000100000000000000959e11000900000000000000000000002c9d11000400000000000000000000000000000000000000000000000000000000000000bca51100c8ef10000000000000000000bceb1000010000000000000001000000543a3a4d6f6d656e7400000018000000000000000100000089000000f1eb100024000000c4eb10002d00000020446964207468652074696d657374616d7020676574207570646174656420696e207468697320626c6f636b3f2043757272656e742074696d6520666f72207468652063757272656e7420626c6f636b2e0000000000000050ec10000d0000000000000098eb10000900000000000000bca5110060ec1000000000000000000070ec100004000000000000004d696e696d756d506572696f64000000180000000000000001000000a100000090ec10005a000000eaec10005a00000044ed1000590000009ded10001c00000020546865206d696e696d756d20706572696f64206265747765656e20626c6f636b732e204265776172652074686174207468697320697320646966666572656e7420746f20746865202a65787065637465642a20706572696f6420746861742074686520626c6f636b2070726f64756374696f6e206170706172617475732070726f76696465732e20596f75722063686f73656e20636f6e73656e7375732073797374656d2077696c6c2067656e6572616c6c7920776f726b2077697468207468697320746f2064657465726d696e6520612073656e7369626c6520626c6f636b2074696d652e20652e672e20466f7220417572612c2069742077696c6c20626520646f75626c65207468697320706572696f64206f6e2064656661756c742073657474696e67732e00000000000000e8ed10000a00000000000000f4ed10000100000000000000000000000cee100001000000000000007365745f756e636c65730000000000002dee10000a0000000000000037ee10000e00000014ee1000190000002050726f76696465206120736574206f6620756e636c65732e6e65775f756e636c65735665633c543a3a4865616465723e00000000000000dfe7100006000000000000000000000050ef10003a00000000000000000000000000000000000000000000000000000000000000bca511008cef100000000000000000009cef10000100000000000000010000000000000046e01000060000000000000000000000149211000c00000000000000000000000000000000000000000000000000000000000000bca51100a4ef10000000000000000000b4ef100001000000000000000000000000000000bcef10000c00000000000000000000002c9d11000400000000000000000000000000000000000000000000000000000000000000bca51100c8ef10000000000000000000d8ef10000100000000000000010000005665633c556e636c65456e7472794974656d3c543a3a426c6f636b4e756d6265722c20543a3a486173682c20543a3a4163636f756e7449643e3e00001800000000000000010000002d00000028f01000070000001800000000000000010000002b0000000ff0100019000000446964536574556e636c65731800000000000000010000002b000000e0ef10002f000000205768657468657220756e636c6573207765726520616c72656164792073657420696e207468697320626c6f636b2e20417574686f72206f662063757272656e7420626c6f636b2e20556e636c6573000000000038f110000b0000000000000044f1100002000000000000000000000074f110000500000000000000000000009cf110000300000000000000a0f1100005000000000000000000000018f2100010000000000000000000000098f210000900000000000000a4f2100004000000000000000000000004f310000f00000000000000000000007cf310000f000000000000008cf31000010000000000000000000000a4f31000050000000000000000000000ccf310000f00000000000000dcf310000400000000000000000000003cf4100007000000000000000000000074f4100015000000000000008cf41000020000000000000000000000bcf410000c000000000000006e65775f61756374696f6e0000000000bffe10000800000000000000584d11001700000000000000c7fe10001200000000000000bafc100019000000b3fd100016000000bca5110000000000c9fd1000550000001efe10004a00000068fe1000570000006269640000000000e4f810000300000000000000e7f810000e000000000000008efc10000d000000000000009bfc10001500000000000000b0fc10000a00000000000000bafc10001900000000000000d3fc10000900000000000000bafc10001900000000000000dcfc10000600000000000000856e110015000000e2fc10005300000035fd10000b000000bca51100000000000bfa10005700000062fa100050000000bca511000000000040fd10005600000096fd10001d000000b2fa10005400000006fb10001b00000021fb10005300000074fb100043000000b7fb10005100000074fb10004300000008fc1000530000005bfc1000330000006269645f72656e6577000000000000008efc10000d000000000000009bfc10001500000000000000b0fc10000a00000000000000bafc10001900000000000000d3fc10000900000000000000bafc10001900000000000000dcfc10000600000000000000856e110015000000b7f9100054000000bca511000000000041f910002a000000bca51100000000000bfa10005700000062fa100050000000bca5110000000000b2fa10005400000006fb10001b00000021fb10005300000074fb100043000000b7fb10005100000074fb10004300000008fc1000530000005bfc1000330000007365745f6f6666626f617264696e670000000000b3f91000040000000000000090221100230000000ff9100032000000bca511000000000041f910002a000000bca51100000000006bf91000480000006669785f6465706c6f795f646174610000000000e4f810000300000000000000e7f810000e000000000000005ef71000070000000000000065f710000f00000000000000f5f810000900000000000000a69211000700000000000000fef810001100000000000000e28c11000700000078f710004b000000bca5110000000000c3f7100032000000f5f710002c00000021f810004000000061f8100047000000a8f810003c000000656c61626f726174655f6465706c6f795f64617461000000000000005ef71000070000000000000065f710000f0000000000000074f710000400000000000000e28c1100070000001cf510001d000000bca511000000000039f51000530000008cf5100031000000bca5110000000000bdf510005800000015f610005100000066f6100059000000bca5110000000000bff610001b000000daf610003f00000019f7100045000000204e6f74652061206e65772070617261636861696e277320636f64652e2054686973206d7573742062652063616c6c656420616674657220606669785f6465706c6f795f646174616020616e642060636f646560206d7573742062652074686520707265696d616765206f66207468652060636f64655f68617368602070617373656420746865726520666f72207468652073616d652060706172615f6964602e2054686973206d61792062652063616c6c6564206265666f7265206f722061667465722074686520626567696e6e696e67206f66207468652070617261636861696e2773206669727374206c6561736520706572696f642e2049662063616c6c6564206265666f7265207468656e207468652070617261636861696e2077696c6c206265636f6d65206163746976652061742074686520666972737420626c6f636b206f6620697473207374617274696e67206c6561736520706572696f642e2049662061667465722c207468656e2069742077696c6c206265636f6d652061637469766520696d6d6564696174656c7920616674657220746869732063616c6c2e202d20605f6f726967696e6020697320697272656c6576616e742e202d2060706172615f696460206973207468652070617261636861696e2049442077686f736520636f64652077696c6c20626520656c61626f72617465642e202d2060636f6465602069732074686520707265696d616765206f662074686520726567697374657265642060636f64655f6861736860206f662060706172615f6964602e706172615f6964436f6d706163743c5061726149643e636f64652053657420746865206465706c6f7920696e666f726d6174696f6e20666f722061207375636365737366756c2062696420746f206465706c6f792061206e65772070617261636861696e2e202d20606f726967696e60206d75737420626520746865207375636365737366756c20626964646572206163636f756e742e202d20607375626020697320746865207375622d626964646572204944206f6620746865206269646465722e202d2060706172615f696460206973207468652070617261636861696e20494420616c6c6f7474656420746f207468652077696e6e696e67206269646465722e202d2060636f64655f6861736860206973207468652068617368206f66207468652070617261636861696e2773205761736d2076616c69646174696f6e2066756e6374696f6e2e202d2060696e697469616c5f686561645f6461746160206973207468652070617261636861696e277320696e697469616c206865616420646174612e737562436f6d706163743c53756249643e636f64655f68617368696e697469616c5f686561645f646174612053657420746865206f66662d626f617264696e6720696e666f726d6174696f6e20666f7220612070617261636861696e2e20546865206f726967696e202a6d7573742a20626520612070617261636861696e206163636f756e742e202d20606465737460206973207468652064657374696e6174696f6e206163636f756e7420746f2072656365697665207468652070617261636861696e2773206465706f7369742e64657374204d616b652061206e6577206269642066726f6d20612070617261636861696e206163636f756e7420666f722072656e6577696e67207468617420287072652d6578697374696e67292070617261636861696e2e204d756c7469706c652073696d756c74616e656f757320626964732066726f6d207468652073616d65206269646465722061726520616c6c6f776564206f6e6c79206173206c6f6e6720617320616c6c206163746976652062696473206f7665726c61702065616368206f746865722028692e652e20617265206d757475616c6c79206578636c7573697665292e20426964732063616e6e6f742062652072656461637465642e202d206061756374696f6e5f696e646578602069732074686520696e646578206f66207468652061756374696f6e20746f20626964206f6e2e2053686f756c64206a757374206265207468652070726573656e742076616c7565206f66206041756374696f6e436f756e746572602e202d206066697273745f736c6f746020697320746865206669727374206c6561736520706572696f6420696e646578206f66207468652072616e676520746f20626964206f6e2e205468697320697320746865206162736f6c757465206c6561736520706572696f6420696e6465782076616c75652c206e6f7420616e2061756374696f6e2d7370656369666963206f66667365742e202d20606c6173745f736c6f746020697320746865206c617374206c6561736520706572696f6420696e646578206f66207468652072616e676520746f20626964206f6e2e205468697320697320746865202d2060616d6f756e74602069732074686520616d6f756e7420746f2062696420746f2062652068656c64206173206465706f73697420666f72207468652070617261636861696e2073686f756c6420746865206269642077696e2e205468697320616d6f756e742069732068656c64207468726f7567686f7574207468652072616e67652e61756374696f6e5f696e646578436f6d706163743c41756374696f6e496e6465783e66697273745f736c6f74436f6d706163743c4c65617365506572696f644f663c543e3e6c6173745f736c6f74616d6f756e74204d616b652061206e6577206269642066726f6d20616e206163636f756e742028696e636c7564696e6720612070617261636861696e206163636f756e742920666f72206465706c6f79696e672061206e65772070617261636861696e2e202d20607375626020697320746865207375622d6269646465722049442c20616c6c6f77696e6720666f72206d756c7469706c6520636f6d706574696e67206269647320746f206265206d6164652062792028616e642066756e64656420627929207468652073616d65206163636f756e742e204372656174652061206e65772061756374696f6e2e20546869732063616e206f6e6c792068617070656e207768656e2074686572652069736e277420616c726561647920616e2061756374696f6e20696e2070726f677265737320616e64206d6179206f6e6c792062652063616c6c65642062792074686520726f6f74206f726967696e2e20416363657074732074686520606475726174696f6e60206f6620746869732061756374696f6e20616e642074686520606c656173655f706572696f645f696e64657860206f662074686520696e697469616c206c6561736520706572696f64206f662074686520666f757220746861742061726520746f2062652061756374696f6e65642e6475726174696f6e6c656173655f706572696f645f696e6465780000000000000049a011000e0000000000000000000000d2e410000c00000000000000000000000000000000000000000000000000000000000000bca51100f40111000000000000000000040211000100000000000000010000000000000057a011000a00000000000000000000000c0211000b00000000000000000000000000000000000000000000000000000000000000bca511007c0311000000000000000000180211000200000000000000010000000000000003e71000080000000101000000000000fe9f11000600000000000000280211001100000000000000000000000000000000000000bca511007c03110000000000000000003c0211000d0000000000000001000000000000000be710000b0000000000000000000000a40211002200000000000000000000000000000000000000000000000000000000000000bca51100c80211000000000000000000d80211000500000000000000000000000000000016e71000070000000101000000000000989211000e00000000000000000311000e00000000000000000000000000000000000000bca5110010031100000000000000000020031100030000000000000000000000000000008de710000f0000000101000000000000380311001400000000000000368011000c00000000000000000000000000000000000000bca511004c03110000000000000000005c0311000200000000000000000000000000000050e710000c00000001010000000000006c03110010000000000000000c0211000b00000000000000000000000000000000000000bca511007c03110000000000000000008c03110002000000000000000100000000000000cce610000a0000000101000000000000fe9f110006000000000000009c0311003c00000000000000000000000000000000000000bca51100d80311000000000000000000e803110004000000000000000000000000000000f8e610000b0000000101000000000000fe9f11000600000000000000149211000c00000000000000000000000000000000000000bca5110008041100000000000000000018041100020000000000000001000000180000000000000001000000310000005f0c1100360000005665633c5061726149643e00c20b110053000000150c11004a0000005665633c42616c616e63654f663c543e3e000000f7081100570000004e09110014000000bca51100000000006209110059000000bb091100540000000f0a11002c000000bca51100000000003b0a110058000000930a11002d000000bca5110000000000c00a110054000000140b1100570000006b0b110057000000284c65617365506572696f644f663c543e2c20543a3a426c6f636b4e756d6265722900001800000000000000010000002b000000bd0711003e000000bca5110000000000fb071100510000004c08110054000000a00811005700000057696e6e696e67446174613c543e0000180000000000000001000000a2000000cb06110057000000220711005400000076071100470000004269646465723c543a3a4163636f756e7449643e1800000000000000010000002b000000710611004c000000bd0611000e0000004c65617365506572696f644f663c543e1800000000000000010000002d000000dc05110059000000350611003c000000284c65617365506572696f644f663c543e2c20496e636f6d696e6750617261636861696e3c543a3a4163636f756e7449642c20543a3a486173683e29180000000000000001000000a3000000cf0411005300000022051100490000006b05110056000000c10511001b0000001800000000000000010000002a0000002804110059000000810411004e000000204f66662d626f617264696e67206163636f756e743b2063757272656e63792068656c64206f6e206465706f73697420666f72207468652070617261636861696e206765747320706c616365642068657265206966207468652070617261636861696e2067657473206f66662d626f61726465643b20692e652e20697473206c6561736520706572696f6420697320757020616e642069742069736e27742072656e657765642e205468652061637475616c206f6e2d626f617264696e6720696e666f726d6174696f6e2e204f6e6c7920657869737473207768656e206f6e65206f662074686520666f6c6c6f77696e6720697320747275653a202d204974206973206265666f726520746865206c6561736520706572696f642074686174207468652070617261636861696e2073686f756c64206265206f6e2d626f61726465642e202d205468652066756c6c206f6e2d626f617264696e6720696e666f726d6174696f6e20686173206e6f7420796574206265656e2070726f766964656420616e64207468652070617261636861696e206973206e6f74207965742064756520746f206265206f66662d626f61726465642e2054686520736574206f662050617261204944732074686174206861766520776f6e20616e64206e65656420746f206265206f6e2d626f617264656420617420616e207570636f6d696e67206c656173652d706572696f642e205468697320697320636c6561726564206f7574206f6e2074686520666972737420626c6f636b206f6620746865206c6561736520706572696f642e20416d6f756e74732063757272656e746c7920726573657276656420696e20746865206163636f756e7473206f662074686520626964646572732063757272656e746c792077696e6e696e6720287375622d2972616e6765732e205468652077696e6e696e67206269647320666f722065616368206f66207468652031302072616e676573206174206561636820626c6f636b20696e207468652066696e616c20456e64696e6720506572696f64206f66207468652063757272656e742061756374696f6e2e20546865206d61702773206b65792069732074686520302d626173656420696e64657820696e746f2074686520456e64696e6720506572696f642e2054686520666972737420626c6f636b206f662074686520656e64696e6720706572696f6420697320303b20746865206c6173742069732060456e64696e67506572696f64202d2031602e20496e666f726d6174696f6e2072656c6174696e6720746f207468652063757272656e742061756374696f6e2c206966207468657265206973206f6e652e20546865206669727374206974656d20696e20746865207475706c6520697320746865206c6561736520706572696f6420696e646578207468617420746865206669727374206f662074686520666f757220636f6e746967756f7573206c6561736520706572696f6473206f6e2061756374696f6e20697320666f722e20546865207365636f6e642069732074686520626c6f636b206e756d626572207768656e207468652061756374696f6e2077696c6c2022626567696e20746f20656e64222c20692e652e2074686520666972737420626c6f636b206f662074686520456e64696e6720506572696f64206f66207468652061756374696f6e2e20566172696f757320616d6f756e7473206f6e206465706f73697420666f7220656163682070617261636861696e2e20416e20656e74727920696e20604d616e616765644964736020696d706c6965732061206e6f6e2d2064656661756c7420656e74727920686572652e205468652061637475616c20616d6f756e74206c6f636b6564206f6e2069747320626568616c6620617420616e792074696d6520697320746865206d6178696d756d206974656d20696e2074686973206c6973742e20546865206669727374206974656d20696e20746865206c6973742069732074686520616d6f756e74206c6f636b656420666f72207468652063757272656e74204c6561736520506572696f642e20466f6c6c6f77696e67206974656d732061726520666f72207468652073756273657175656e74206c6561736520706572696f64732e205468652064656661756c742076616c75652028616e20656d707479206c6973742920696d706c6965732074686174207468652070617261636861696e206e6f206c6f6e6765722065786973747320286f72206e65766572206578697374656429206173206661722061732074686973206d6f64756c6520697320636f6e6365726e65642e20496620612070617261636861696e20646f65736e2774206578697374202a7965742a20627574206973207363686564756c656420746f20657869737420696e20746865206675747572652c207468656e2069742077696c6c206265206c6566742d7061646465642077697468206f6e65206f72206d6f7265207a65726f657320746f2064656e6f74652074686520666163742074686174206e6f7468696e672069732068656c64206f6e206465706f73697420666f7220746865206e6f6e2d6578697374656e7420636861696e2063757272656e746c792c206275742069732068656c6420617420736f6d6520706f696e7420696e20746865206675747572652e204f726465726564206c697374206f6620616c6c2060506172614964602076616c756573207468617420617265206d616e616765642062792074686973206d6f64756c652e205468697320696e636c7564657320636861696e73207468617420617265206e6f7420796574206465706c6f7965642028627574206861766520776f6e20616e2061756374696f6e20696e2074686520667574757265292e20546865206e756d626572206f662061756374696f6e7320746861742068617665206265656e207374617274656420736f206661722e000000ffffff1f630d110016000000790d110016000000300d11002d0000005d0d110003000000600d11000300000001000000000000002000000000000000030000000000000003000000000000000300000001000000010000002000000008000000030000000000000000000000020000000300000001000000020000002000000000000000030000000000000003000000000000000300000042697450747220726567696f6e2063616e6e6f7420777261702074686520616464726573732073706163653a20202b20203d204269745074722063616e6e6f7420616464726573732020626974733b20746865206d6178696d756d2069732000bca5110000000000a00d1100020000003a2054696d657374616d70206d7573742062652075706461746564206f6e6c79206f6e636520696e2074686520626c6f636b54696d657374616d70206d75737420696e6372656d656e74206279206174206c65617374203c4d696e696d756d506572696f643e206265747765656e2073657175656e7469616c20626c6f636b73000000009de010001200000000000000e40e11000100000000000000000000008de010001000000000000000ec0e110001000000000000000000000080e010000d00000000000000f40e110001000000000000000000000074e010000c00000000000000fc0e110001000000000000000000000068e010000c00000000000000040f110001000000000000000000000054e0100014000000000000000c0f11000100000000000000000000004ce010000800000000000000140f11000100000000000000d10f110023000000b00f1100210000009f0f110011000000890f110016000000690f1100200000004a0f11001f0000001c0f11002e0000002054686520756e636c652069736e277420726563656e7420656e6f75676820746f20626520696e636c756465642e2054686520756e636c6520697320616c726561647920696e636c756465642e2054686520756e636c6520697320746f6f206869676820696e20636861696e2e2054686520756e636c652069732067656e657369732e20546f6f206d616e7920756e636c65732e20556e636c657320616c72656164792073657420696e2074686520626c6f636b2e2054686520756e636c6520706172656e74206e6f7420696e2074686520636861696e2e61756374696f6e20616c726561647920696e2070726f67726573736c6561736520706572696f6420696e20706173746163636f756e74206973206e6f7420612070617261636861696e6e6f7420612070617261636861696e206f726967696e70617261636861696e206964206e6f7420696e206f6e626f617264696e6770617261636861696e206e6f742072656769737465726564206279206f726967696e616c72656164792072656769737465726564636f6465206e6f7420646f65736e277420636f72726573706f6e6420746f20686173686465706c6f792064617461206e6f74207965742066697865646e6f742063757272656e742061756374696f6e6e6f7420616e2061756374696f6e61727261792068617320534c4f545f52414e47455f434f554e54206974656d733b20696e646578206e65766572207265616368657320746861742076616c75653b2071656400180000000000000001000000a40000009ce7100043000000c3020000360000006269646465722077696e6e696e67206e6f6e2d696e74657273656374696e672072616e67654469676573744974656d206e6f7420657175616c486561644f664e6f6d696e61746f72735374616b696e674e6f6d696e61746f7273486561644f6656616c696461746f727356616c696461746f72734e6f4d6f72654368756e6b73496e73756666696369656e7456616c7565496e76616c6964536c617368496e6465784475706c6963617465496e646578456d70747954617267657473416c7265616479506169726564416c7265616479426f6e6465644e6f7453746173684e6f74436f6e74726f6c6c6572426f6e6465644c65646765725374616b65727343757272656e74457261537461727456616c696461746f72536c617368496e4572614e6f6d696e61746f72536c617368496e457261536c617368696e675370616e735370616e536c6173680000000000000038131100060000000000000040131100020000000000000000000000501311000200000000000000000000006013110005000000000000006813110002000000000000000000000078131100010000000000000000000000801311001a000000000000009c131100010000000000000000000000a4131100020000000000000052657761726400001c581100070000001c581100070000006214110054000000b614110023000000536c61736800000013581100090000001c5811000700000019141100490000004f6c64536c617368696e675265706f727444697363617264656400000d1411000c000000b413110047000000fb1311001200000020416e206f6c6420736c617368696e67207265706f72742066726f6d2061207072696f72206572612077617320646973636172646564206265636175736520697420636f756c64206e6f742062652070726f6365737365642e53657373696f6e496e646578204f6e652076616c696461746f722028616e6420697473206e6f6d696e61746f72732920686173206265656e20736c61736865642062792074686520676976656e20616d6f756e742e20416c6c2076616c696461746f72732068617665206265656e207265776172646564206279207468652066697273742062616c616e63653b20746865207365636f6e64206973207468652072656d61696e6465722066726f6d20746865206d6178696d756d20616d6f756e74206f66207265776172642e43757272656e74456c6563746564536c6f745374616b65556e6170706c696564536c6173686573506179656500000000000000c81711000400000000000000cc171100030000000000000000000000141811000f00000000000000000000008c1811000a0000000000000098181100010000000000000000000000b01811000e00000000000000000000002019110006000000000000002819110001000000000000000000000040191100170000000000000000000000f81911001100000000000000bca511000000000000000000000000000c1a11001000000000000000000000008c1a11000800000000000000941a1100010000000000000000000000ac1a11000b0000000000000000000000041b110008000000000000000c1b1100010000000000000000000000241b11000b00000000000000000000007c1b11000500000000000000bca51100000000000000000000000000841b11000b0000000000000000000000dc1b11000900000000000000e81b1100010000000000000000000000001c11000b0000000000000000000000581c11000e00000000000000681c1100010000000000000000000000801c11000b0000000000000000000000d81c11001300000000000000ec1c1100010000000000000000000000041d11000100000000000000000000000c1d11000d00000000000000bca511000000000000000000000000001c1d1100050000000000000000000000441d11000d00000000000000bca51100000000000000000000000000541d1100060000000000000000000000841d11001100000000000000981d1100010000000000000000000000b01d1100010000000000000000000000b81d11000d00000000000000c81d1100010000000000000000000000e01d1100010000000000000000000000e81d11001400000000000000bca51100000000000000000000000000fc1d1100050000000000000000000000241e110015000000000000003c1e11000200000000000000000000006c1e11000700000000000000626f6e6400000000862211000a00000000000000902211002300000000000000806e11000500000000000000856e110015000000000000003623110005000000000000003b231100110000000e2c110059000000672c110021000000bca5110000000000882c11004c000000bca5110000000000d42c110049000000bca51100000000001c6711000b0000001d2d1100350000002767110008000000522d11001a000000bca51100000000006c2d11005b000000c72d1100490000002f6711000c000000626f6e645f6578747261000000000000002c11000e00000000000000856e110015000000da2a110059000000332b11000d000000bca5110000000000402b110054000000942b110059000000ed2b110013000000bca51100000000009f21110055000000bca51100000000001c6711000b000000f42111003a0000002767110008000000366e1100100000002f6711000c000000756e626f6e64000000000000806e11000500000000000000856e110015000000ff2611005500000054271100400000009427110049000000bca5110000000000dd271100520000002f28110030000000bca51100000000005f2811004f000000ae2811004f000000fd2811003f000000bca5110000000000e122110055000000bca51100000000003c29110026000000bca51100000000001c6711000b00000062291100500000002e22110026000000b2291100590000000b2a11005c000000672a110069000000366e110010000000d02a11000a00000077697468647261775f756e626f6e646564000000f82411004b000000bca5110000000000432511004d0000009025110013000000bca5110000000000e122110055000000bca5110000000000a32511001b000000bca51100000000001c6711000b000000be251100550000001326110051000000642611003d000000a12611005e00000054221100320000002f6711000c00000076616c696461746500000000e52411000500000000000000ea2411000e000000ab2411003a000000bca51100000000006821110037000000bca5110000000000e122110055000000bca51100000000001c6711000b000000f42111003a0000002e2211002600000054221100320000002f6711000c0000006e6f6d696e617465000000007c241100070000000000000083241100280000009323110044000000bca51100000000006821110037000000bca5110000000000e122110055000000bca51100000000001c6711000b000000d723110049000000202411002600000046241100360000002f6711000c0000006368696c6c0000004c23110032000000bca51100000000006821110037000000bca5110000000000e122110055000000bca51100000000001c6711000b000000f42111003a0000007e2311001500000054221100320000002f6711000c0000007365745f7061796565000000000000003623110005000000000000003b23110011000000b32211002e000000bca51100000000006821110037000000bca5110000000000e122110055000000bca51100000000001c6711000b000000f42111003a0000002e2211002600000054221100320000002f6711000c0000007365745f636f6e74726f6c6c6572000000000000862211000a0000000000000090221100230000004421110024000000bca51100000000006821110037000000bca51100000000009f21110055000000bca51100000000001c6711000b000000f42111003a0000002e2211002600000054221100320000002f6711000c0000007365745f76616c696461746f725f636f756e740000000000df8c11000300000000000000382111000c0000001821110020000000666f7263655f6e6f5f65726173000000ec2011002c000000bca51100000000001c6711000b000000dc201100100000002f6711000c000000666f7263655f6e65775f6572610000006120110053000000b420110028000000bca51100000000001c6711000b000000dc201100100000002f6711000c0000007365745f696e76756c6e657261626c657300000000000000572011000a00000000000000a8751100110000002420110033000000666f7263655f756e7374616b65000000000000001f2011000500000000000000149211000c000000dc1f110043000000666f7263655f6e65775f6572615f616c77617973871f110041000000bca51100000000001c6711000b000000c81f1100140000002f6711000c00000063616e63656c5f64656665727265645f736c61736800000000000000671f110003000000000000006a1f11000800000000000000721f11000d000000000000007f1f110008000000a41e110051000000f51e11001c000000111f110041000000bca51100000000001c6711000b000000521f1100150000002f6711000c0000002043616e63656c20656e6163746d656e74206f66206120646566657272656420736c6173682e2043616e2062652063616c6c6564206279206569746865722074686520726f6f74206f726967696e206f72207468652060543a3a536c61736843616e63656c4f726967696e602e2070617373696e67207468652065726120616e6420696e6469636573206f662074686520736c617368657320666f7220746861742065726120746f206b696c6c2e202d204f6e652073746f726167652077726974652e657261457261496e646578736c6173685f696e64696365735665633c7533323e20466f72636520746865726520746f2062652061206e6577206572612061742074686520656e64206f662073657373696f6e7320696e646566696e6974656c792e202d204f6e652073746f7261676520777269746520466f72636520612063757272656e74207374616b657220746f206265636f6d6520636f6d706c6574656c7920756e7374616b65642c20696d6d6564696174656c792e737461736820536574207468652076616c696461746f72732077686f2063616e6e6f7420626520736c61736865642028696620616e79292e76616c696461746f727320466f72636520746865726520746f2062652061206e6577206572612061742074686520656e64206f6620746865206e6578742073657373696f6e2e20416674657220746869732c2069742077696c6c20626520726573657420746f206e6f726d616c20286e6f6e2d666f7263656429206265686176696f75722e202d204e6f20617267756d656e74732e20466f72636520746865726520746f206265206e6f206e6577206572617320696e646566696e6974656c792e2054686520696465616c206e756d626572206f662076616c696461746f72732e436f6d706163743c7533323e202852652d297365742074686520636f6e74726f6c6c6572206f6620612073746173682e20456666656374732077696c6c2062652066656c742061742074686520626567696e6e696e67206f6620746865206e657874206572612e20546865206469737061746368206f726967696e20666f7220746869732063616c6c206d757374206265205f5369676e65645f206279207468652073746173682c206e6f742074686520636f6e74726f6c6c65722e202d20496e646570656e64656e74206f662074686520617267756d656e74732e20496e7369676e69666963616e7420636f6d706c65786974792e202d20436f6e7461696e732061206c696d69746564206e756d626572206f662072656164732e202d2057726974657320617265206c696d6974656420746f2074686520606f726967696e60206163636f756e74206b65792e636f6e74726f6c6c65723c543a3a4c6f6f6b7570206173205374617469634c6f6f6b75703e3a3a536f75726365202852652d2973657420746865207061796d656e742074617267657420666f72206120636f6e74726f6c6c65722e20546865206469737061746368206f726967696e20666f7220746869732063616c6c206d757374206265205f5369676e65645f2062792074686520636f6e74726f6c6c65722c206e6f74207468652073746173682e706179656552657761726444657374696e6174696f6e204465636c617265206e6f2064657369726520746f206569746865722076616c6964617465206f72206e6f6d696e6174652e202d20436f6e7461696e73206f6e6520726561642e204465636c617265207468652064657369726520746f206e6f6d696e6174652060746172676574736020666f7220746865206f726967696e20636f6e74726f6c6c65722e202d20546865207472616e73616374696f6e277320636f6d706c65786974792069732070726f706f7274696f6e616c20746f207468652073697a65206f66206074617267657473602c2077686963682069732063617070656420617420604d41585f4e4f4d494e4154494f4e53602e202d20426f74682074686520726561647320616e642077726974657320666f6c6c6f7720612073696d696c6172207061747465726e2e746172676574735665633c3c543a3a4c6f6f6b7570206173205374617469634c6f6f6b75703e3a3a536f757263653e204465636c617265207468652064657369726520746f2076616c696461746520666f7220746865206f726967696e20636f6e74726f6c6c65722e707265667356616c696461746f7250726566732052656d6f766520616e7920756e6c6f636b6564206368756e6b732066726f6d207468652060756e6c6f636b696e67602071756575652066726f6d206f7572206d616e6167656d656e742e205468697320657373656e7469616c6c7920667265657320757020746861742062616c616e636520746f206265207573656420627920746865207374617368206163636f756e7420746f20646f2077686174657665722069742077616e74732e2053656520616c736f205b6043616c6c3a3a756e626f6e64605d2e202d20436f756c6420626520646570656e64656e74206f6e2074686520606f726967696e6020617267756d656e7420616e6420686f77206d7563682060756e6c6f636b696e6760206368756e6b732065786973742e2020497420696d706c6965732060636f6e736f6c69646174655f756e6c6f636b656460207768696368206c6f6f7073206f76657220604c65646765722e756e6c6f636b696e67602c2077686963682069732020696e6469726563746c7920757365722d636f6e74726f6c6c65642e20536565205b60756e626f6e64605d20666f72206d6f72652064657461696c2e202d20436f6e7461696e732061206c696d69746564206e756d626572206f662072656164732c20796574207468652073697a65206f6620776869636820636f756c64206265206c61726765206261736564206f6e20606c6564676572602e205363686564756c65206120706f7274696f6e206f662074686520737461736820746f20626520756e6c6f636b656420726561647920666f72207472616e73666572206f75742061667465722074686520626f6e6420706572696f6420656e64732e2049662074686973206c656176657320616e20616d6f756e74206163746976656c7920626f6e646564206c657373207468616e20543a3a43757272656e63793a3a6d696e696d756d5f62616c616e636528292c207468656e20697420697320696e6372656173656420746f207468652066756c6c20616d6f756e742e204f6e63652074686520756e6c6f636b20706572696f6420697320646f6e652c20796f752063616e2063616c6c206077697468647261775f756e626f6e6465646020746f2061637475616c6c79206d6f7665207468652066756e6473206f7574206f66206d616e6167656d656e7420726561647920666f72207472616e736665722e204e6f206d6f7265207468616e2061206c696d69746564206e756d626572206f6620756e6c6f636b696e67206368756e6b73202873656520604d41585f554e4c4f434b494e475f4348554e4b5360292063616e20636f2d657869737473206174207468652073616d652074696d652e20496e207468617420636173652c205b6043616c6c3a3a77697468647261775f756e626f6e646564605d206e65656420746f2062652063616c6c656420666972737420746f2072656d6f766520736f6d65206f6620746865206368756e6b732028696620706f737369626c65292e2053656520616c736f205b6043616c6c3a3a77697468647261775f756e626f6e646564605d2e202d20496e646570656e64656e74206f662074686520617267756d656e74732e204c696d697465642062757420706f74656e7469616c6c79206578706c6f697461626c6520636f6d706c65786974792e202d20456163682063616c6c20287265717569726573207468652072656d61696e646572206f662074686520626f6e6465642062616c616e636520746f2062652061626f766520606d696e696d756d5f62616c616e6365602920202077696c6c2063617573652061206e657720656e74727920746f20626520696e73657274656420696e746f206120766563746f722028604c65646765722e756e6c6f636b696e676029206b65707420696e2073746f726167652e202020546865206f6e6c792077617920746f20636c65616e207468652061666f72656d656e74696f6e65642073746f72616765206974656d20697320616c736f20757365722d636f6e74726f6c6c656420766961206077697468647261775f756e626f6e646564602e203c2f7765696768743e2041646420736f6d6520657874726120616d6f756e742074686174206861766520617070656172656420696e207468652073746173682060667265655f62616c616e63656020696e746f207468652062616c616e636520757020666f72207374616b696e672e20557365207468697320696620746865726520617265206164646974696f6e616c2066756e647320696e20796f7572207374617368206163636f756e74207468617420796f75207769736820746f20626f6e642e20556e6c696b65205b60626f6e64605d206f72205b60756e626f6e64605d20746869732066756e6374696f6e20646f6573206e6f7420696d706f736520616e79206c696d69746174696f6e206f6e2074686520616d6f756e7420746861742063616e2062652061646465642e6d61785f6164646974696f6e616c2054616b6520746865206f726967696e206163636f756e74206173206120737461736820616e64206c6f636b207570206076616c756560206f66206974732062616c616e63652e2060636f6e74726f6c6c6572602077696c6c20626520746865206163636f756e74207468617420636f6e74726f6c732069742e206076616c756560206d757374206265206d6f7265207468616e2074686520606d696e696d756d5f62616c616e636560207370656369666965642062792060543a3a43757272656e6379602e20546865206469737061746368206f726967696e20666f7220746869732063616c6c206d757374206265205f5369676e65645f20627920746865207374617368206163636f756e742e202d20496e646570656e64656e74206f662074686520617267756d656e74732e204d6f64657261746520636f6d706c65786974792e202d20546872656520657874726120444220656e74726965732e204e4f54453a2054776f206f66207468652073746f726167652077726974657320286053656c663a3a626f6e646564602c206053656c663a3a7061796565602920617265205f6e657665725f20636c65616e656420756e6c6573732074686520606f726967696e602066616c6c732062656c6f77205f6578697374656e7469616c206465706f7369745f20616e6420676574732072656d6f76656420617320647573742e00000000003711000e00000000000000000000003e9211000300000000000000000000000000000000000000000000000000000000000000bca51100903b110000000000000000001037110001000000000000000100000000000000183711001500000000000000000000003e9211000300000000000000000000000000000000000000000000000000000000000000bca511003037110000000000000000004037110001000000000000000100000000000000483711000d0000000000000000000000a87511001100000000000000000000000000000000000000000000000000000000000000bca51100503a11000000000000000000583711000300000000000000010000000000000053121100060000000101000000000000149211000c00000000000000149211000c00000000000000000000000000000000000000bca51100a43711000000000000000000703711000100000000000000000000000000000059121100060000000101000000000000149211000c00000000000000783711002900000000000000000000000000000000000000bca51100a43711000000000000000000b43711000100000000000000000000000000000000151100050000000101000000000000149211000c000000000000003b2311001100000000000000000000000000000000000000bca51100bc3711000000000000000000cc37110001000000000000000100000000000000d21111000a0000000101010000000000149211000c00000000000000ea2411000e00000000000000000000000000000000000000bca51100d43711000000000000000000e437110001000000000000000100000000000000b81111000a0000000101010000000000149211000c00000000000000ec3711001900000000000000000000000000000000000000bca5110008381100000000000000000018381100040000000000000000000000000000005f121100070000000101000000000000149211000c00000000000000383811002400000000000000000000000000000000000000bca511005c38110000000000000000006c38110004000000000000000100000000000000d91411000e0000000000000000000000a87511001100000000000000000000000000000000000000000000000000000000000000bca51100503a110000000000000000008c38110001000000000000000100000000000000943811000a00000000000000000000006a1f11000800000000000000000000000000000000000000000000000000000000000000bca51100903b11000000000000000000a038110001000000000000000100000000000000661211000f0000000000000000000000a83811000b00000000000000000000000000000000000000000000000000000000000000bca51100b43811000000000000000000c438110001000000000000000100000000000000cc3811001b00000000000000000000000d1411000c00000000000000000000000000000000000000000000000000000000000000bca51100903b11000000000000000000e838110001000000000000000100000000000000f0381100160000000000000000000000063911000900000000000000000000000000000000000000000000000000000000000000bca511001039110000000000000000002039110001000000000000000100000000000000e7141100090000000000000000000000368011000c00000000000000000000000000000000000000000000000000000000000000bca51100c03911000000000000000000283911000300000000000000010000000000000040391100080000000000000000000000483911000700000000000000000000000000000000000000000000000000000000000000bca511005039110000000000000000006039110001000000000000000100000000000000683911001300000000000000000000007b3911000700000000000000000000000000000000000000000000000000000000000000bca511008439110000000000000000009439110003000000000000000100000000000000ac391100130000000000000000000000368011000c00000000000000000000000000000000000000000000000000000000000000bca51100c03911000000000000000000d039110002000000000000000100000000000000f01411001000000001010000000000006a1f11000800000000000000e03911002f00000000000000000000000000000000000000bca51100103a11000000000000000000203a110001000000000000000100000000000000283a11000a0000000000000000000000323a11001d00000000000000000000000000000000000000000000000000000000000000bca51100503a11000000000000000000603a110001000000000000000100000000000000751211001300000002010300000000006a1f11000800000000000000149211000c00000000000000683a11001700000000000000bca51100803a11000000000000000000903a110002000000000000000000000000000000881211001300000002010300000000006a1f11000800000000000000149211000c00000000000000368011000c00000000000000bca51100a03a11000000000000000000b03a1100010000000000000000000000000000009b1211000d0000000101000000000000149211000c00000000000000b83a11001700000000000000000000000000000000000000bca51100d03a11000000000000000000e03a110001000000000000000000000000000000a8121100090000000101000000000000e83a110023000000000000000b3b11002200000000000000000000000000000000000000bca51100303b11000000000000000000403b110002000000000000000100000000000000503b11001600000000000000000000006a1f11000800000000000000000000000000000000000000000000000000000000000000bca51100683b11000000000000000000783b110001000000000000000000000000000000803b11000e00000000000000000000003e9211000300000000000000000000000000000000000000000000000000000000000000bca51100903b11000000000000000000a03b110001000000000000000100000056616c696461746f72436f756e740000674411002a0000004d696e696d756d56616c696461746f72436f756e74000000180000000000000001000000a50000001744110050000000496e76756c6e657261626c657300000043431100560000009943110053000000ec4311002b00000003431100400000005374616b696e674c65646765723c543a3a4163636f756e7449642c2042616c616e63654f663c543e3e0000001800000000000000010000002b000000b2421100510000001800000000000000010000002b0000007942110039000000180000000000000001000000a600000028421100510000004e6f6d696e6174696f6e733c543a3a4163636f756e7449643e0000001800000000000000010000002b0000004c41110059000000bca5110000000000a54111004d000000f2411100360000004578706f737572653c543a3a4163636f756e7449642c2042616c616e63654f663c543e3e180000000000000001000000a70000008f40110053000000e240110046000000bca51100000000002841110024000000504011003f00000043757272656e74457261000039401100170000004d6f6d656e744f663c543e00180000000000000001000000890000001b4011001e00000043757272656e74457261537461727453657373696f6e496e64657800e73f11003400000043757272656e74457261506f696e74734561726e6564457261506f696e747300180000000000000001000000a8000000a43f110043000000283f11004c000000bca5110000000000743f110030000000466f726365457261466f7263696e67001800000000000000010000002b000000e13e110047000000536c6173685265776172644672616374696f6e50657262696c6c0000180000000000000001000000310000006a3e11003e000000bca5110000000000a83e11003900000043616e63656c6564536c6173685061796f7574001800000000000000010000002c000000ea3d1100450000002f3e11003b0000005665633c556e6170706c696564536c6173683c543a3a4163636f756e7449642c2042616c616e63654f663c543e3e3e001800000000000000010000002d000000b93d110031000000426f6e646564457261735665633c28457261496e6465782c2053657373696f6e496e646578293e001800000000000000010000002d000000703d1100490000002850657262696c6c2c2042616c616e63654f663c543e29001800000000000000010000002b000000033d110051000000543d11001c0000001800000000000000010000002b000000ab3c110058000000736c617368696e673a3a536c617368696e675370616e73001800000000000000010000002b000000883c11002300000028543a3a4163636f756e7449642c20736c617368696e673a3a5370616e496e64657829736c617368696e673a3a5370616e5265636f72643c42616c616e63654f663c543e3e000000180000000000000001000000a90000000b3c11004f0000005a3c11002e0000004561726c69657374556e6170706c696564536c61736800001800000000000000010000002b000000cc3b11003f00000053746f7261676556657273696f6e000018000000000000000100000031000000a83b110024000000205468652076657273696f6e206f662073746f7261676520666f7220757067726164652e20546865206561726c696573742065726120666f72207768696368207765206861766520612070656e64696e672c20756e6170706c69656420736c6173682e205265636f72647320696e666f726d6174696f6e2061626f757420746865206d6178696d756d20736c617368206f6620612073746173682077697468696e206120736c617368696e67207370616e2c2061732077656c6c20617320686f77206d7563682072657761726420686173206265656e2070616964206f75742e20536c617368696e67207370616e7320666f72207374617368206163636f756e74732e20416c6c20736c617368696e67206576656e7473206f6e206e6f6d696e61746f72732c206d61707065642062792065726120746f20746865206869676865737420736c6173682076616c7565206f6620746865206572612e20416c6c20736c617368696e67206576656e7473206f6e2076616c696461746f72732c206d61707065642062792065726120746f20746865206869676865737420736c6173682070726f706f7274696f6e20616e6420736c6173682076616c7565206f6620746865206572612e2041206d617070696e672066726f6d207374696c6c2d626f6e646564206572617320746f207468652066697273742073657373696f6e20696e646578206f662074686174206572612e20416c6c20756e6170706c69656420736c61736865732074686174206172652071756575656420666f72206c617465722e2054686520616d6f756e74206f662063757272656e637920676976656e20746f207265706f7274657273206f66206120736c617368206576656e74207768696368207761732063616e63656c65642062792065787472616f7264696e6172792063697263756d7374616e6365732028652e672e20676f7665726e616e6365292e205468652070657263656e74616765206f662074686520736c617368207468617420697320646973747269627574656420746f207265706f72746572732e205468652072657374206f662074686520736c61736865642076616c75652069732068616e646c6564206279207468652060536c617368602e205472756520696620746865206e6578742073657373696f6e206368616e67652077696c6c2062652061206e657720657261207265676172646c657373206f6620696e6465782e2054686520616d6f756e74206f662062616c616e6365206163746976656c79206174207374616b6520666f7220656163682076616c696461746f7220736c6f742c2063757272656e746c792e2054686973206973207573656420746f20646572697665207265776172647320616e642070756e6973686d656e74732e205265776172647320666f72207468652063757272656e74206572612e205573696e6720696e6469636573206f662063757272656e7420656c6563746564207365742e205468652073657373696f6e20696e646578206174207768696368207468652063757272656e742065726120737461727465642e20546865207374617274206f66207468652063757272656e74206572612e205468652063757272656e742065726120696e6465782e205468652063757272656e746c7920656c65637465642076616c696461746f7220736574206b65796564206279207374617368206163636f756e742049442e204e6f6d696e61746f727320666f72206120706172746963756c6172206163636f756e74207468617420697320696e20616374696f6e207269676874206e6f772e20596f752063616e27742069746572617465207468726f7567682076616c696461746f727320686572652c2062757420796f752063616e2066696e64207468656d20696e207468652053657373696f6e206d6f64756c652e2054686973206973206b6579656420627920746865207374617368206163636f756e742e20546865206d61702066726f6d206e6f6d696e61746f72207374617368206b657920746f2074686520736574206f66207374617368206b657973206f6620616c6c2076616c696461746f727320746f206e6f6d696e6174652e204e4f54453a206973207072697661746520736f20746861742077652063616e20656e73757265207570677261646564206265666f726520616c6c207479706963616c2061636365737365732e204469726563742073746f7261676520415049732063616e207374696c6c2062797061737320746869732070726f74656374696f6e2e20546865206d61702066726f6d202877616e6e616265292076616c696461746f72207374617368206b657920746f2074686520707265666572656e636573206f6620746861742076616c696461746f722e2057686572652074686520726577617264207061796d656e742073686f756c64206265206d6164652e204b657965642062792073746173682e204d61702066726f6d20616c6c2028756e6c6f636b6564292022636f6e74726f6c6c657222206163636f756e747320746f2074686520696e666f20726567617264696e6720746865207374616b696e672e204d61702066726f6d20616c6c206c6f636b65642022737461736822206163636f756e747320746f2074686520636f6e74726f6c6c6572206163636f756e742e20416e792076616c696461746f72732074686174206d6179206e6576657220626520736c6173686564206f7220666f726369626c79206b69636b65642e20497427732061205665632073696e63652074686579277265206561737920746f20696e697469616c697a6520616e642074686520706572666f726d616e636520686974206973206d696e696d616c2028776520657870656374206e6f206d6f7265207468616e20666f757220696e76756c6e657261626c65732920616e64207265737472696374656420746f20746573746e6574732e204d696e696d756d206e756d626572206f66207374616b696e67207061727469636970616e7473206265666f726520656d657267656e637920636f6e646974696f6e732061726520696d706f7365642e2054686520696465616c206e756d626572206f66207374616b696e67207061727469636970616e74732e00000000000000044511000e000000000000000d1411000c00000000000000bca51100144511000000000000000000244511000100000000000000000000002c4511000f000000000000006a1f11000800000000000000bca511003c45110000000000000000004c451100010000000000000053657373696f6e735065724572610000180000000000000001000000aa0000008d4511001c000000426f6e64696e674475726174696f6e00180000000000000001000000ab0000005445110039000000204e756d626572206f6620657261732074686174207374616b65642066756e6473206d7573742072656d61696e20626f6e64656420666f722e204e756d626572206f662073657373696f6e7320706572206572612e00000000000000461211000d00000000000000a84611000100000000000000000000003e1211000800000000000000b0461100010000000000000000000000311211000d00000000000000b8461100010000000000000000000000241211000d00000000000000c0461100010000000000000000000000181211000c00000000000000c84611000100000000000000000000000a1211000e00000000000000d0461100010000000000000000000000f91111001100000000000000d8461100010000000000000000000000e81111001100000000000000e0461100010000000000000000000000dc1111000c00000000000000e84611000100000000000000e04711001a000000cb47110015000000b247110019000000944711001e0000007b471100190000006a4711001100000048471100220000001547110033000000f0461100250000002043616e206e6f74207363686564756c65206d6f726520756e6c6f636b206368756e6b732e2043616e206e6f7420626f6e6420776974682076616c7565206c657373207468616e206d696e696d756d2062616c616e63652e20536c617368207265636f726420696e646578206f7574206f6620626f756e64732e204475706c696361746520696e6465782e20546172676574732063616e6e6f7420626520656d7074792e20436f6e74726f6c6c657220697320616c7265616479207061697265642e20537461736820697320616c726561647920626f6e6465642e204e6f742061207374617368206163636f756e742e204e6f74206120636f6e74726f6c6c6572206163636f756e742e000000000000617474656d707420746f20646976696465206279207a65726f71202f2028712f246d617829203c202832202a20246d6178292e204d6163726f2070726576656e747320616e792074797065206265696e672063726561746564207468617420646f6573206e6f74207361746973667920746869733b207165640000008c4811006d0000005d000000270000002f686f6d652f6261737469616e2f2e636172676f2f6769742f636865636b6f7574732f7375627374726174652d376530383433336434633337306132312f643032666233352f7072696d6974697665732f61726974686d657469632f7372632f7065725f7468696e67732e72730000008c4811006d00000064000000270000008c4811006d0000006f000000210000004661696c656420746f20636f6e7665727454696d657374616d7055706461746542616448696e74416c726561647955706461746564496e76616c69642072616e676520666f7220746869732061756374696f6e72616e676520656e6473206265666f726520697420626567696e7372616e676520626567696e7320746f6f206561726c7972616e676520626567696e7320746f6f206c61746572616e676520656e647320746f6f206c6174651400000004000000040000002500000026000000ac000000140000000400000004000000ad0000008a0000000800000004000000a0000000496e646578200000104a11000200000075380000004a110006000000244a110022000000206973206e6f7420612076616c696420706f736974696f6e20666f72207479706520526563656e7448696e74734f72646572656448696e74734d656469616e616c77617973206174206c65617374206f6e6520726563656e742073616d706c653b20716564000000404b1100670000006d0000002b000000726563656e7420616e64206f72646572656420636f6e7461696e207468652073616d65206974656d733b20716564000014000000040000000400000012000000404b110067000000780000001b0000007072756e696e672064696374617465642062792077696e646f775f73697a6520776869636820697320616c776179732073617475726174656420617420313b2071656400b88811001e00000002000000020000002f686f6d652f6261737469616e2f2e636172676f2f6769742f636865636b6f7574732f7375627374726174652d376530383433336434633337306132312f643032666233352f6672616d652f66696e616c6974792d747261636b65722f7372632f6c69622e727352616e646f6d6e657373436f6c6c656374697665466c697052616e646f6d4d6174657269616c506172656e7420686173682073686f756c642062652076616c69642e5472616e73616374696f6e207472696520726f6f74206d7573742062652076616c69642e000000674c110032000000446967657374206974656d206d757374206d6174636820746861742063616c63756c617465642e53746f7261676520726f6f74206d757374206d6174636820746861742063616c63756c617465642e4e756d626572206f6620646967657374206974656d73206d757374206d6174636820746861742063616c63756c617465642e00000000000000c84c11000a00000000000000d44c1100010000000000000000000000ec4c1100020000000000000066696e616c5f68696e74000000000000544d11000400000000000000584d110017000000fc4c11003d000000394d11001b0000002048696e7420746861742074686520617574686f72206f66207468697320626c6f636b207468696e6b732074686520626573742066696e616c697a656420626c6f636b2069732074686520676976656e206e756d6265722e68696e74436f6d706163743c543a3a426c6f636b4e756d6265723e0000000000e04d11000a00000000000000989211000e00000000000000bca51100ec4d11000000000000000000fc4d1100010000000000000000000000044e11000d00000000000000989211000e00000000000000bca51100144e11000000000000000000244e1100010000000000000057696e646f7753697a650000180000000000000001000000ae000000734e1100460000005265706f72744c6174656e6379000000180000000000000001000000900000002c4e110047000000205468652064656c617920616674657220776869636820706f696e74207468696e6773206265636f6d6520737573706963696f75732e2044656661756c7420697320313030302e20546865206e756d626572206f6620726563656e742073616d706c657320746f206b6565702066726f6d207468697320636861696e2e2044656661756c74206973203130312e00000000000000bf4b11000e0000000000000000000000144f11000c00000000000000000000000000000000000000000000000000000000000000bca51100204f11000000000000000000304f11000300000000000000010000005665633c543a3a486173683e1800000000000000010000002d000000484f110058000000a04f110058000000f84f11001100000020536572696573206f6620626c6f636b20686561646572732066726f6d20746865206c61737420383120626c6f636b73207468617420616374732061732072616e646f6d2073656564206d6174657269616c2e205468697320697320617272616e67656420617320612072696e672062756666657220776974682060626c6f636b5f6e756d626572202520383160206265696e672074686520696e64657820696e746f20746865206056656360206f6620746865206f6c6465737420686173682e00000000000000434911000e00000000000000445011000100000000000000000000003c49110007000000000000004c5011000100000000000000785011003200000054501100240000002046696e616c697a6564206865696768742061626f766520626c6f636b206e756d6265722046696e616c2068696e74206d7573742062652075706461746564206f6e6c79206f6e636520696e2074686520626c6f636b66696e616c6e756d5468657265206973206f6e6c79206f6e6520666174616c206572726f723b207165648a00000008000000040000008e00000052511100430000000202000001000000496e686572656e7420776974682073616d65206964656e74696669657220616c726561647920657869737473214e6f206f74686572206572726f72732061726520616363657074656420616674657220616e2068617264206572726f72212f686f6d652f6261737469616e2f70726f6a656374732f7061726974792f706f6c6b61646f74322f72756e74696d652f706f6c6b61646f742f7372632f6c69622e7273486561644f6644656c65676174696f6e7344656d6f637261637944656c65676174696f6e730000c45111002a000000696e7465726e616c206572726f723a20656e746572656420756e726561636861626c6520636f64653a204e6f6e6557616974696e67507265696d616765496e76616c69645265666572656e64756d496e76616c6964507265696d6167654d697373696e67496d6d696e656e744561726c794e6f74496d6d696e656e744475706c6963617465507265696d6167654e6f7444656c65676174656457726f6e6750726f7879416c726561647950726f7879416c72656164795665746f65644e6f50726f706f73616c496e76616c6964486173684e6f7453696d706c654d616a6f7269747950726f706f73616c426c61636b6c69737465644475706c696361746550726f706f73616c416c726561647943616e63656c6564426164496e6465784e6f7450726f787950726f706f73616c4d697373696e6756616c75654c6f775265666572656e64756d496e666f4f66566f74654f66000000000000d85511000800000000000000e0551100020000000000000000000000f0551100010000000000000000000000f855110006000000000000000056110003000000000000000000000018561100010000000000000000000000205611000e00000000000000bca511000000000000000000000000003056110001000000000000000000000038561100070000000000000040561100020000000000000000000000505611000100000000000000000000005856110006000000000000006056110001000000000000000000000068561100010000000000000000000000705611000900000000000000605611000100000000000000000000007c5611000100000000000000000000008456110009000000000000006056110001000000000000000000000090561100010000000000000000000000985611000800000000000000a0561100020000000000000000000000b0561100010000000000000000000000b85611000900000000000000c4561100020000000000000000000000d4561100010000000000000000000000dc5611000b00000000000000e8561100010000000000000000000000f0561100010000000000000000000000f856110006000000000000000057110003000000000000000000000018571100010000000000000000000000205711000d000000000000003057110003000000000000000000000048571100010000000000000000000000505711000c00000000000000305711000300000000000000000000005c571100010000000000000000000000f95111000f000000000000006457110002000000000000000000000074571100010000000000000000000000195211000f00000000000000645711000200000000000000000000007c571100010000000000000000000000845711000e0000000000000094571100040000000000000000000000b4571100010000000000000050726f706f736564f05a1100090000001c58110007000000075b1100300000005461626c65640000f05a1100090000001c58110007000000f95a11000e000000b95a11003700000045787465726e616c5461626c65640000935a1100260000005374617274656400a95811000f000000865a11000d0000006e5a1100180000005061737365640000a95811000f000000425a11002c0000004e6f74506173736564000000165a11002c00000043616e63656c6c6564000000f5591100210000004578656375746564a95811000f0000002c9d110004000000d85911001d00000044656c65676174656400000013581100090000001358110009000000a059110038000000556e64656c656761746564001358110009000000665911003a0000005665746f656400001358110009000000fc9c1100040000005b5911000b0000003559110026000000507265696d6167654e6f746564000000fc9c11000400000013581100090000001c58110007000000fd58110038000000507265696d61676555736564b858110045000000fc9c110004000000a95811000f00000066581100430000002358110043000000507265696d6167655265617065640000fc9c11000400000013581100090000001c581100070000001358110009000000bc571100570000002041207265676973746572656420707265696d616765207761732072656d6f76656420616e6420746865206465706f73697420636f6c6c6563746564206279207468652072656170657220286c617374206974656d292e4163636f756e74496442616c616e636520412070726f706f73616c20636f756c64206e6f7420626520657865637574656420626563617573652069747320707265696d61676520776173206d697373696e672e20412070726f706f73616c20636f756c64206e6f7420626520657865637574656420626563617573652069747320707265696d6167652077617320696e76616c69642e5265666572656e64756d496e64657820412070726f706f73616c20707265696d616765207761732072656d6f76656420616e6420757365642028746865206465706f736974207761732072657475726e6564292e20412070726f706f73616c277320707265696d61676520776173206e6f7465642c20616e6420746865206465706f7369742074616b656e2e20416e2065787465726e616c2070726f706f73616c20686173206265656e207665746f65642e426c6f636b4e756d62657220416e206163636f756e74206861732063616e63656c6c656420612070726576696f75732064656c65676174696f6e206f7065726174696f6e2e20416e206163636f756e74206861732064656c65676174656420746865697220766f746520746f20616e6f74686572206163636f756e742e20412070726f706f73616c20686173206265656e20656e61637465642e2041207265666572656e64756d20686173206265656e2063616e63656c6c65642e20412070726f706f73616c20686173206265656e2072656a6563746564206279207265666572656e64756d2e20412070726f706f73616c20686173206265656e20617070726f766564206279207265666572656e64756d2e2041207265666572656e64756d2068617320626567756e2e566f74655468726573686f6c6420416e2065787465726e616c2070726f706f73616c20686173206265656e207461626c65642e2041207075626c69632070726f706f73616c20686173206265656e207461626c656420666f72207265666572656e64756d20766f74652e50726f70496e6465785665633c4163636f756e7449643e2041206d6f74696f6e20686173206265656e2070726f706f7365642062792061207075626c6963206163636f756e742e44697370617463685175657565507265696d61676573566f74657273466f725075626c696350726f70734465706f7369744f664e65787445787465726e616c000000000000145f110007000000000000001c5f11000200000000000000000000004c5f11000600000000000000000000007c5f11000600000000000000845f11000100000000000000000000009c5f1100060000000000000000000000cc5f11000400000000000000d05f110002000000000000000000000000601100070000000000000000000000386011000a00000000000000d05f1100020000000000000000000000446011000700000000000000000000007c60110010000000000000008c601100010000000000000000000000a4601100020000000000000000000000b46011001000000000000000c4601100010000000000000000000000dc601100020000000000000000000000ec6011001900000000000000c460110001000000000000000000000008611100050000000000000000000000306111001800000000000000c460110001000000000000000000000048611100050000000000000000000000706111000a000000000000007c611100030000000000000000000000c46111000900000000000000000000000c6211000d00000000000000c46011000100000000000000000000001c6211000100000000000000000000002462110011000000000000003862110001000000000000000000000050621100010000000000000000000000586211000d00000000000000686211000100000000000000000000008062110001000000000000000000000088621100090000000000000094621100010000000000000000000000ac621100050000000000000000000000d46211000c00000000000000bca51100000000000000000000000000e0621100050000000000000000000000086311000c0000000000000094621100010000000000000000000000146311000500000000000000000000003c631100080000000000000044631100020000000000000000000000746311000500000000000000000000009c6311000a00000000000000bca51100000000000000000000000000a8631100050000000000000000000000d06311001600000000000000bca51100000000000000000000000000e8631100010000000000000000000000f06311000d0000000000000000641100010000000000000000000000186411000200000000000000000000002864110016000000000000000064110001000000000000000000000040641100020000000000000000000000506411000d00000000000000c460110001000000000000000000000060641100050000000000000070726f706f73650000000000b76a11000d00000000000000a69211000700000000000000806e11000500000000000000856e1100150000000e6e110028000000bca51100000000001c6711000b0000002767110008000000606e1100200000002f6711000c0000007365636f6e64000000000000466e110008000000000000004e6e1100120000000e6e110028000000bca51100000000001c6711000b0000002767110008000000366e1100100000002f6711000c000000766f7465000000003f6811000900000000000000486811001800000000000000cc5f110004000000000000000a6e1100040000008e6d11004d000000db6d11002f000000bca51100000000001c6711000b00000027671100080000006f6d11001f0000002f6711000c00000070726f78795f766f74650000dd6c110054000000316d11003e000000bca51100000000001c6711000b00000027671100080000006f6d11001f0000002f6711000c000000656d657267656e63795f63616e63656c000000003f6811000900000000000000a95811000f000000896c1100540000007d6c11000c00000065787465726e616c5f70726f706f736500000000b76a11000d00000000000000a692110007000000316c11004c0000007d6c11000c00000065787465726e616c5f70726f706f73655f6d616a6f72697479000000c36b110056000000196c110018000000bca5110000000000496b1100530000009c6b11002700000065787465726e616c5f70726f706f73655f64656661756c74d66a110052000000286b110021000000bca5110000000000496b1100530000009c6b110027000000666173745f747261636b000000000000b76a11000d00000000000000a69211000700000000000000c46a11000d00000000000000989211000e00000000000000d16a11000500000000000000989211000e0000008f68110054000000e3681100590000003c6911003b000000bca5110000000000776911003e000000b5691100580000000d6a110026000000336a110055000000886a11002f0000007665746f5f65787465726e616c000000606811002f00000063616e63656c5f7265666572656e64756d000000000000003f681100090000000000000048681100180000002a6811001500000063616e63656c5f71756575656400000000000000256811000500000000000000a95811000f000000fd671100280000007365745f70726f787900000000000000f86711000500000000000000149211000c000000d267110026000000bca51100000000001c6711000b0000004a671100160000002f6711000c00000072657369676e5f70726f7879ac67110026000000bca51100000000001c6711000b0000009c671100100000002f6711000c00000072656d6f76655f70726f78797667110026000000bca51100000000001c6711000b0000009c671100100000002f6711000c00000064656c656761746500000000606711000200000000000000149211000c00000000000000626711000a000000000000006c6711000a0000003b6711000f000000bca51100000000001c6711000b0000004a671100160000002f6711000c000000756e64656c656761746500000b67110011000000bca51100000000001c6711000b00000027671100080000002f6711000c000000636c6561725f7075626c69635f70726f706f73616c730000cb661100400000006e6f74655f707265696d61676500000000000000bb6611001000000000000000e28c1100070000001a6611005800000072661100490000006e6f74655f696d6d696e656e745f707265696d61676500009c65110051000000ed6511002d000000726561705f707265696d616765000000886411003d000000bca5110000000000c5641100540000001965110057000000706511002c0000002052656d6f766520616e20657870697265642070726f706f73616c20707265696d61676520616e6420636f6c6c65637420746865206465706f7369742e20546869732077696c6c206f6e6c7920776f726b2061667465722060566f74696e67506572696f646020626c6f636b732066726f6d207468652074696d6520746861742074686520707265696d61676520776173206e6f7465642c2069662069742773207468652073616d65206163636f756e7420646f696e672069742e2049662069742773206120646966666572656e74206163636f756e742c207468656e206974276c6c206f6e6c7920776f726b20616e206164646974696f6e616c2060456e6163746d656e74506572696f6460206c617465722e2052656769737465722074686520707265696d61676520666f7220616e207570636f6d696e672070726f706f73616c2e2054686973207265717569726573207468652070726f706f73616c20746f20626520696e207468652064697370617463682071756575652e204e6f206465706f736974206973206e65656465642e2052656769737465722074686520707265696d61676520666f7220616e207570636f6d696e672070726f706f73616c2e205468697320646f65736e27742072657175697265207468652070726f706f73616c20746f20626520696e207468652064697370617463682071756575652062757420646f657320726571756972652061206465706f7369742c2072657475726e6564206f6e636520656e61637465642e656e636f6465645f70726f706f73616c205665746f20616e6420626c61636b6c697374207468652070726f706f73616c20686173682e204d7573742062652066726f6d20526f6f74206f726967696e2e20556e64656c656761746520766f74652e2023203c7765696768743e202d204f2831292e2023203c2f7765696768743e2044656c656761746520766f74652e202d204f6e6520657874726120444220656e7472792e746f636f6e76696374696f6e436f6e76696374696f6e20436c656172207468652070726f78792e2043616c6c6564206279207468652073746173682e202d204f6e6520444220636c6561722e20436c656172207468652070726f78792e2043616c6c6564206279207468652070726f78792e205370656369667920612070726f78792e2043616c6c6564206279207468652073746173682e70726f78792043616e63656c20612070726f706f73616c2071756575656420666f7220656e6163746d656e742e77686963682052656d6f76652061207265666572656e64756d2e7265665f696e646578436f6d706163743c5265666572656e64756d496e6465783e205665746f20616e6420626c61636b6c697374207468652065787465726e616c2070726f706f73616c20686173682e205363686564756c65207468652063757272656e746c792065787465726e616c6c792d70726f706f736564206d616a6f726974792d63617272696573207265666572656e64756d20746f206265207461626c656420696d6d6564696174656c792e204966207468657265206973206e6f2065787465726e616c6c792d70726f706f736564207265666572656e64756d2063757272656e746c792c206f72206966207468657265206973206f6e6520627574206974206973206e6f742061206d616a6f726974792d63617272696573207265666572656e64756d207468656e206974206661696c732e202d206070726f706f73616c5f68617368603a205468652068617368206f66207468652063757272656e742065787465726e616c2070726f706f73616c2e202d2060766f74696e675f706572696f64603a2054686520706572696f64207468617420697320616c6c6f77656420666f7220766f74696e67206f6e20746869732070726f706f73616c2e20496e6372656173656420746f20202060456d657267656e6379566f74696e67506572696f646020696620746f6f206c6f772e202d206064656c6179603a20546865206e756d626572206f6620626c6f636b20616674657220766f74696e672068617320656e64656420696e20617070726f76616c20616e6420746869732073686f756c64206265202020656e61637465642e205468697320646f65736e277420686176652061206d696e696d756d20616d6f756e742e70726f706f73616c5f68617368766f74696e675f706572696f6464656c6179205363686564756c652061206e656761746976652d7475726e6f75742d62696173207265666572656e64756d20746f206265207461626c6564206e657874206f6e6365206974206973206c6567616c20746f207363686564756c6520616e2065787465726e616c207265666572656e64756d2e20556e6c696b65206065787465726e616c5f70726f706f7365602c20626c61636b6c697374696e6720686173206e6f20656666656374206f6e207468697320616e64206974206d6179207265706c6163652061207072652d7363686564756c6564206065787465726e616c5f70726f706f7365602063616c6c2e205363686564756c652061206d616a6f726974792d63617272696573207265666572656e64756d20746f206265207461626c6564206e657874206f6e6365206974206973206c6567616c20746f207363686564756c6520616e2065787465726e616c207265666572656e64756d2e205363686564756c652061207265666572656e64756d20746f206265207461626c6564206f6e6365206974206973206c6567616c20746f207363686564756c6520616e2065787465726e616c207265666572656e64756d2e205363686564756c6520616e20656d657267656e63792063616e63656c6c6174696f6e206f662061207265666572656e64756d2e2043616e6e6f742068617070656e20747769636520746f207468652073616d6520566f746520696e2061207265666572656e64756d206f6e20626568616c66206f6620612073746173682e2049662060766f74652e69735f6179652829602c2074686520766f746520697320746f20656e616374207468652070726f706f73616c3b20206f7468657277697365206974206973206120766f746520746f206b65657020746865207374617475732071756f2e202d204f6e65204442206368616e67652c206f6e6520444220656e7472792e20566f746520696e2061207265666572656e64756d2e2049662060766f74652e69735f6179652829602c2074686520766f746520697320746f20656e616374207468652070726f706f73616c3b206f7468657277697365206974206973206120766f746520746f206b65657020746865207374617475732071756f2e566f74652050726f706f736520612073656e73697469766520616374696f6e20746f2062652074616b656e2e202d204f6e6520444220656e7472792e70726f706f73616c436f6d706163743c50726f70496e6465783e202d2054776f204442206368616e6765732c206f6e6520444220656e7472792e76616c7565436f6d706163743c42616c616e63654f663c543e3e0000000000001c7411000f0000000000000000000000f05a11000900000000000000000000000000000000000000000000000000000000000000bca511002075110000000000000000002c74110001000000000000000100000000000000565b11000b0000000000000000000000347411002700000000000000000000000000000000000000000000000000000000000000bca51100bc75110000000000000000005c74110001000000000000000100000000000000445b1100090000000101000000000000a69211000700000000000000647411003500000000000000000000000000000000000000bca511009c7411000000000000000000ac74110002000000000000000000000000000000615b1100090000000101000000000000f05a11000900000000000000bc7411002100000000000000000000000000000000000000bca51100e07411000000000000000000f074110001000000000000000000000000000000f87411000f0000000000000000000000a95811000f00000000000000000000000000000000000000000000000000000000000000bca511002075110000000000000000000875110001000000000000000100000000000000107511000d0000000000000000000000a95811000f00000000000000000000000000000000000000000000000000000000000000bca51100207511000000000000000000307511000200000000000000010000000000000000531100100000000101000000000000a95811000f00000000000000407511002700000000000000000000000000000000000000bca511002c76110000000000000000006875110001000000000000000000000000000000375b11000d0000000000000000000000707511002f00000000000000000000000000000000000000000000000000000000000000bca51100bc7511000000000000000000a0751100010000000000000001000000000000004d5b1100090000000101000000000000a95811000f00000000000000a87511001100000000000000000000000000000000000000bca51100bc7511000000000000000000cc7511000100000000000000010000000000000010531100060000000101000000000000d47511001f000000000000000a6e11000400000000000000000000000000000000000000bca51100f47511000000000000000000047611000400000000000000010000000000000024761100050000000101000000000000149211000c00000000000000149211000c00000000000000000000000000000000000000bca511002c76110000000000000000003c76110002000000000000000000000000000000af5111000b0000000101010000000000149211000c000000000000004c7611001a00000000000000000000000000000000000000bca511006876110000000000000000007876110001000000000000000100000000000000807611001500000000000000000000002c9d11000400000000000000000000000000000000000000000000000000000000000000bca511004c771100000000000000000098761100020000000000000001000000000000006a5b11000c0000000000000000000000a87611001800000000000000000000000000000000000000000000000000000000000000bca51100c07611000000000000000000d076110004000000000000000000000000000000f0761100090000000101000000000000a69211000700000000000000f97611002300000000000000000000000000000000000000bca511001c77110000000000000000002c771100020000000000000000000000000000003c7711000d0000000101000000000000a692110007000000000000002c9d11000400000000000000000000000000000000000000bca511004c77110000000000000000005c7711000100000000000000010000005075626c696350726f70436f756e7400f37d11003d0000005665633c2850726f70496e6465782c20543a3a486173682c20543a3a4163636f756e744964293e00ab7d110048000000285665633c75383e2c20543a3a4163636f756e7449642c2042616c616e63654f663c543e2c20543a3a426c6f636b4e756d62657229000000180000000000000001000000af0000001a7d110058000000727d1100390000002842616c616e63654f663c543e2c205665633c543a3a4163636f756e7449643e29000000180000000000000001000000a2000000f97c1100210000005265666572656e64756d436f756e7400ad7c11004c0000004c6f77657374556e62616b6564000000180000000000000001000000310000002d7c110049000000767c1100370000005265666572656e64756d496e666f3c543a3a426c6f636b4e756d6265722c20543a3a486173683e00007c11002d0000005665633c28543a3a426c6f636b4e756d6265722c20543a3a486173682c205265666572656e64756d496e646578293e00b07b1100500000005665633c543a3a4163636f756e7449643e0000001800000000000000010000002d000000877b110029000000285265666572656e64756d496e6465782c20543a3a4163636f756e74496429001800000000000000010000002b000000487a110058000000a07a110053000000f37a1100570000004a7b11003d00000050726f78790000001800000000000000010000002b000000da7911004c000000267a11002200000028543a3a4163636f756e7449642c20436f6e76696374696f6e290000180000000000000001000000b00000008a791100500000004c6173745461626c656457617345787465726e616c0000002a79110056000000807911000a00000028543a3a486173682c20566f74655468726573686f6c64291800000000000000010000002b0000003c781100560000009278110055000000e778110029000000107911001a000000426c61636b6c69737428543a3a426c6f636b4e756d6265722c205665633c543a3a4163636f756e7449643e29180000000000000001000000a2000000ae77110054000000027811003a00000043616e63656c6c6174696f6e730000001800000000000000010000002b000000647711004a000000205265636f7264206f6620616c6c2070726f706f73616c7320746861742068617665206265656e207375626a65637420746f20656d657267656e63792063616e63656c6c6174696f6e2e2041207265636f7264206f662077686f207665746f656420776861742e204d6170732070726f706f73616c206861736820746f206120706f737369626c65206578697374656e7420626c6f636b206e756d6265722028756e74696c207768656e206974206d6179206e6f742062652072657375626d69747465642920616e642077686f207665746f65642069742e20546865207265666572656e64756d20746f206265207461626c6564207768656e6576657220697420776f756c642062652076616c696420746f207461626c6520616e2065787465726e616c2070726f706f73616c2e20546869732068617070656e73207768656e2061207265666572656e64756d206e6565647320746f206265207461626c656420616e64206f6e65206f662074776f20636f6e646974696f6e7320617265206d65743a202d20604c6173745461626c656457617345787465726e616c60206973206066616c7365603b206f72202d20605075626c696350726f70736020697320656d7074792e205472756520696620746865206c617374207265666572656e64756d207461626c656420776173207375626d69747465642065787465726e616c6c792e2046616c7365206966206974207761732061207075626c69632070726f706f73616c2e2047657420746865206163636f756e742028616e64206c6f636b20706572696f64732920746f20776869636820616e6f74686572206163636f756e742069732064656c65676174696e6720766f74652e2057686f2069732061626c6520746f20766f746520666f722077686f6d2e2056616c7565206973207468652066756e642d686f6c64696e67206163636f756e742c206b65792069732074686520766f74652d7472616e73616374696f6e2d73656e64696e67206163636f756e742e204765742074686520766f746520696e206120676976656e207265666572656e64756d206f66206120706172746963756c617220766f7465722e2054686520726573756c74206973206d65616e696e6766756c206f6e6c792069662060766f746572735f666f726020696e636c756465732074686520766f746572207768656e2063616c6c6564207769746820746865207265666572656e64756d2028796f75276c6c20676574207468652064656661756c742060566f7465602076616c7565206f7468657277697365292e20496620796f7520646f6e27742077616e7420746f20636865636b2060766f746572735f666f72602c207468656e20796f752063616e20616c736f20636865636b20666f722073696d706c65206578697374656e636520776974682060566f74654f663a3a657869737473602066697273742e204765742074686520766f7465727320666f72207468652063757272656e742070726f706f73616c2e205175657565206f66207375636365737366756c207265666572656e646120746f20626520646973706174636865642e2053746f726564206f72646572656420627920626c6f636b206e756d6265722e20496e666f726d6174696f6e20636f6e6365726e696e6720616e7920676976656e207265666572656e64756d2e20546865206c6f77657374207265666572656e64756d20696e64657820726570726573656e74696e6720616e20756e62616b6564207265666572656e64756d2e20457175616c20746f20605265666572656e64756d436f756e74602069662074686572652069736e2774206120756e62616b6564207265666572656e64756d2e20546865206e6578742066726565207265666572656e64756d20696e6465782c20616b6120746865206e756d626572206f66207265666572656e6461207374617274656420736f206661722e2054686f73652077686f2068617665206c6f636b65642061206465706f7369742e204d6170206f662068617368657320746f207468652070726f706f73616c20707265696d6167652c20616c6f6e6720776974682077686f207265676973746572656420697420616e64207468656972206465706f7369742e2054686520626c6f636b206e756d6265722069732074686520626c6f636b20617420776869636820697420776173206465706f73697465642e20546865207075626c69632070726f706f73616c732e20556e736f727465642e20546865207365636f6e64206974656d206973207468652070726f706f73616c277320686173682e20546865206e756d626572206f6620287075626c6963292070726f706f73616c7320746861742068617665206265656e206d61646520736f206661722e00000000b87f11000f00000000000000989211000e00000000000000bca51100c87f11000000000000000000d87f1100050000000000000000000000008011000c00000000000000989211000e00000000000000bca511009c80110000000000000000000c801100010000000000000000000000148011000c00000000000000989211000e00000000000000bca511009c801100000000000000000020801100010000000000000000000000288011000e00000000000000368011000c00000000000000bca51100448011000000000000000000548011000100000000000000000000005c8011001500000000000000989211000e00000000000000bca51100748011000000000000000000848011000100000000000000000000008c8011000d00000000000000989211000e00000000000000bca511009c8011000000000000000000ac801100010000000000000000000000b48011001300000000000000368011000c00000000000000bca51100c88011000000000000000000d88011000100000000000000456e6163746d656e74506572696f6400180000000000000001000000b1000000718211005c000000bca5110000000000cd8211004c000000198311005a00000073831100270000004c61756e6368506572696f643882110039000000566f74696e67506572696f640a8211002e0000004d696e696d756d4465706f73697442616c616e63654f663c543e000018000000000000000100000097000000bd8111004d000000456d657267656e6379566f74696e67506572696f64000000180000000000000001000000b2000000828111003b000000436f6f6c6f6666506572696f64000000180000000000000001000000b30000002a81110058000000507265696d616765427974654465706f736974001800000000000000010000002f000000e08011004a0000002054686520616d6f756e74206f662062616c616e63652074686174206d757374206265206465706f7369746564207065722062797465206f6620707265696d6167652073746f7265642e20506572696f6420696e20626c6f636b7320776865726520616e2065787465726e616c2070726f706f73616c206d6179206e6f742062652072652d7375626d6974746564206166746572206265696e67207665746f65642e204d696e696d756d20766f74696e6720706572696f6420616c6c6f77656420666f7220616e20656d657267656e6379207265666572656e64756d2e20546865206d696e696d756d20616d6f756e7420746f20626520757365642061732061206465706f73697420666f722061207075626c6963207265666572656e64756d2070726f706f73616c2e20486f77206f6674656e2028696e20626c6f636b732920746f20636865636b20666f72206e657720766f7465732e20486f77206f6674656e2028696e20626c6f636b7329206e6577207075626c6963207265666572656e646120617265206c61756e636865642e20546865206d696e696d756d20706572696f64206f66206c6f636b696e6720616e642074686520706572696f64206265747765656e20612070726f706f73616c206265696e6720617070726f76656420616e6420656e61637465642e2049742073686f756c642067656e6572616c6c792062652061206c6974746c65206d6f7265207468616e2074686520756e7374616b6520706572696f6420746f20656e73757265207468617420766f74696e67207374616b657273206861766520616e206f70706f7274756e69747920746f2072656d6f7665207468656d73656c7665732066726f6d207468652073797374656d20696e207468652063617365207768657265207468657920617265206f6e20746865206c6f73696e672073696465206f66206120766f74652e0000a4831100230000005f5f5068616e746f6d4974656d2073686f756c64206e6576657220626520757365642e0000000000f8521100080000000000000030861100010000000000000000000000e95211000f0000000000000038861100010000000000000000000000e1521100080000000000000040861100010000000000000000000000d9521100080000000000000048861100010000000000000000000000ca5211000f0000000000000050861100010000000000000000000000b9521100110000000000000058861100010000000000000000000000a6521100130000000000000060861100010000000000000000000000955211001100000000000000688611000100000000000000000000008a5211000b0000000000000070861100010000000000000000000000805211000a0000000000000078861100010000000000000000000000735211000d0000000000000080861100010000000000000000000000675211000c00000000000000888611000100000000000000000000005d5211000a0000000000000090861100010000000000000000000000515211000c0000000000000098861100010000000000000000000000405211001100000000000000a0861100010000000000000000000000355211000b00000000000000a8861100010000000000000000000000305211000500000000000000b0861100010000000000000000000000285211000800000000000000b8861100010000000000000000000000195211000f00000000000000c0861100010000000000000000000000085211001100000000000000c8861100010000000000000000000000f95111000f00000000000000d0861100010000000000000000000000ee5111000b00000000000000d88611000100000000000000998811000e0000008188110018000000758811000c000000678811000e00000041881100260000002b88110016000000108811001b000000e58711002b000000d88711000d000000c3871100150000009c871100270000008c87110010000000808711000c000000728711000e0000005b871100170000004e8711000d000000448711000a0000003b8711000900000028871100130000000687110022000000f586110011000000e086110015000000204e6f2070726f706f73616c732077616974696e6720496e76616c696420707265696d61676520566f746520676976656e20666f7220696e76616c6964207265666572656e64756d20507265696d616765206e6f7420666f756e6420496d6d696e656e7420546f6f206561726c79204e6f7420696d6d696e656e7420507265696d61676520616c7265616479206e6f746564204e6f742064656c6567617465642057726f6e672070726f787920416c726561647920612070726f7879204964656e74697479206d6179206e6f74207665746f20612070726f706f73616c207477696365204e6f2065787465726e616c2070726f706f73616c20496e76616c69642068617368204e6578742065787465726e616c2070726f706f73616c206e6f742073696d706c65206d616a6f726974792050726f706f73616c207374696c6c20626c61636b6c69737465642050726f706f73616c20616c7265616479206d6164652043616e6e6f742063616e63656c207468652073616d652070726f706f73616c20747769636520556e6b6e6f776e20696e646578204e6f7420612070726f78792050726f706f73616c20646f6573206e6f742065786973742056616c756520746f6f206c6f7700b88811001e00000005000000320000003c3a3a636f72653a3a6d6163726f733a3a70616e6963206d6163726f733e3a65787472696e7369635f696e64657853797374656d4163636f756e744e6f6e6365426c6f636b486173684e756d626572506172656e744861736845787472696e73696373526f6f744469676573744d6f7265206174746573746174696f6e732063616e206265206164646564206f6e6c79206f6e636520696e206120626c6f636b2e000000180000000000000001000000190000007c891100180000009489110009000000426974536c6963652063616e6e6f7420616464726573732020656c656d656e7473000000b089110014000000c489110004000000496e646578206f7574206f662072616e67653a20203e3d204576656e74734576656e74546f7069637300000000000000108b11000a00000000000000bca511000000000000000000000000001c8b1100010000000000000000000000248b110006000000000000002c8b1100010000000000000000000000448b11000100000000000000000000004c8b11000e000000000000005c8b1100010000000000000000000000748b11000100000000000000000000007c8b11000800000000000000848b11000100000000000000000000009c8b1100010000000000000000000000a48b11000b00000000000000b08b1100010000000000000000000000c88b1100010000000000000000000000d08b11000c00000000000000dc8b1100010000000000000000000000f48b1100010000000000000000000000fc8b11000b00000000000000088c1100010000000000000000000000208c1100010000000000000066696c6c5f626c6f636b0000528d11004800000072656d61726b0000000000004b8d11000700000000000000e28c110007000000308d11001b0000007365745f686561705f7061676573000000000000288d110005000000000000002d8d110003000000e98c11003f0000007365745f636f646500000000df8c11000300000000000000e28c110007000000cd8c1100120000007365745f73746f726167650000000000bb8c11000500000000000000c08c11000d000000a08c11001b0000006b696c6c5f73746f7261676500000000948c11000400000000000000988c110008000000768c11001e0000006b696c6c5f70726566697800000000006d8c11000600000000000000738c110003000000288c110045000000204b696c6c20616c6c2073746f72616765206974656d7320776974682061206b657920746861742073746172747320776974682074686520676976656e207072656669782e7072656669784b6579204b696c6c20736f6d65206974656d732066726f6d2073746f726167652e6b6579735665633c4b65793e2053657420736f6d65206974656d73206f662073746f726167652e6974656d735665633c4b657956616c75653e2053657420746865206e657720636f64652e6e65775665633c75383e2053657420746865206e756d626572206f6620706167657320696e2074686520576562417373656d626c7920656e7669726f6e6d656e74277320686561702e7061676573753634204d616b6520736f6d65206f6e2d636861696e2072656d61726b2e5f72656d61726b20412062696720646973706174636820746861742077696c6c20646973616c6c6f7720616e79206f74686572207472616e73616374696f6e20746f20626520696e636c756465642e000000000000ec8811000c0000000101000000000000149211000c00000000000000209211000800000000000000000000000000000000000000bca511007c93110000000000000000002892110001000000000000000100000000000000309211000e00000000000000000000003e9211000300000000000000000000000000000000000000000000000000000000000000bca5110080921100000000000000000044921100010000000000000000000000000000004c9211001300000000000000000000005f9211000600000000000000000000000000000000000000000000000000000000000000bca511008092110000000000000000006892110001000000000000000000000000000000709211001000000000000000000000003e9211000300000000000000000000000000000000000000000000000000000000000000bca511008092110000000000000000009092110001000000000000000000000000000000f8881100090000000101000000000000989211000e00000000000000a69211000700000000000000000000000000000000000000bca51100f09211000000000000000000b092110001000000000000000100000000000000b89211000d00000001010000000000003e9211000300000000000000e28c11000700000000000000000000000000000000000000bca51100c89211000000000000000000d89211000100000000000000010000000000000001891100060000000000000000000000989211000e00000000000000000000000000000000000000000000000000000000000000bca511007c9311000000000000000000e092110001000000000000000100000000000000078911000a0000000000000000000000a69211000700000000000000000000000000000000000000000000000000000000000000bca51100f09211000000000000000000e892110001000000000000000100000000000000118911000e0000000000000000000000a69211000700000000000000000000000000000000000000000000000000000000000000bca51100f0921100000000000000000000931100010000000000000001000000000000001f891100060000000000000000000000089311000b00000000000000000000000000000000000000000000000000000000000000bca511001493110000000000000000002493110001000000000000000100000000000000c88911000600000000000000000000002c9311002300000000000000000000000000000000000000000000000000000000000000bca511005093110000000000000000006093110001000000000000000100000000000000689311000a0000000000000000000000729311000a00000000000000000000000000000000000000000000000000000000000000bca511007c93110000000000000000008c93110001000000000000000100000000000000ce8911000b0000000201010000000000949311000200000000000000a69211000700000000000000969311002100000000000000bca51100b89311000000000000000000c89311000d0000000000000001000000543a3a4163636f756e744964543a3a496e646578449911001f00000045787472696e736963436f756e74753332000000169911002e000000416c6c45787472696e73696373576569676874576569676874000000d198110045000000416c6c45787472696e736963734c656e1800000000000000010000002b0000008198110050000000543a3a426c6f636b4e756d626572543a3a486173680000005b9811002600000045787472696e73696344617461000000180000000000000001000000920000000c9811004f000000ca97110042000000ae9711001c000000180000000000000001000000b400000069971100450000004469676573744f663c543e001800000000000000010000002d0000002d9711003c0000005665633c4576656e745265636f72643c543a3a4576656e742c20543a3a486173683e3e00180000000000000001000000b500000005971100280000004576656e74436f756e744576656e74496e64657818000000000000000100000031000000d79611002e00000028295665633c28543a3a426c6f636b4e756d6265722c204576656e74496e646578293e001800000000000000010000002d00000030941100490000007994110025000000bca51100000000009e9411004b000000e99411002a000000bca511000000000013951100540000006795110051000000b895110039000000bca5110000000000f19511005300000044961100530000009796110040000000204d617070696e67206265747765656e206120746f7069632028726570726573656e74656420627920543a3a486173682920616e64206120766563746f72206f6620696e6465786573206f66206576656e747320696e2074686520603c4576656e74733c543e3e60206c6973742e20546865206669727374206b657920736572766573206e6f20707572706f73652e2054686973206669656c64206973206465636c6172656420617320646f75626c655f6d6170206a75737420666f7220636f6e76656e69656e6365206f66207573696e67206072656d6f76655f707265666978602e20416c6c20746f70696320766563746f727320686176652064657465726d696e69737469632073746f72616765206c6f636174696f6e7320646570656e64696e67206f6e2074686520746f7069632e205468697320616c6c6f7773206c696768742d636c69656e747320746f206c6576657261676520746865206368616e67657320747269652073746f7261676520747261636b696e67206d656368616e69736d20616e6420696e2063617365206f66206368616e67657320666574636820746865206c697374206f66206576656e7473206f6620696e7465726573742e205468652076616c756520686173207468652074797065206028543a3a426c6f636b4e756d6265722c204576656e74496e646578296020626563617573652069662077652075736564206f6e6c79206a7573742074686520604576656e74496e64657860207468656e20696e20636173652069662074686520746f70696320686173207468652073616d6520636f6e74656e7473206f6e20746865206e65787420626c6f636b206e6f206e6f74696669636174696f6e2077696c6c20626520747269676765726564207468757320746865206576656e74206d69676874206265206c6f73742e20546865206e756d626572206f66206576656e747320696e2074686520604576656e74733c543e60206c6973742e204576656e7473206465706f736974656420666f72207468652063757272656e7420626c6f636b2e20446967657374206f66207468652063757272656e7420626c6f636b2c20616c736f2070617274206f662074686520626c6f636b206865616465722e2045787472696e7369637320726f6f74206f66207468652063757272656e7420626c6f636b2c20616c736f2070617274206f662074686520626c6f636b206865616465722e2048617368206f66207468652070726576696f757320626c6f636b2e205468652063757272656e7420626c6f636b206e756d626572206265696e672070726f6365737365642e205365742062792060657865637574655f626c6f636b602e2045787472696e73696373206461746120666f72207468652063757272656e7420626c6f636b20286d61707320616e2065787472696e736963277320696e64657820746f206974732064617461292e204d6170206f6620626c6f636b206e756d6265727320746f20626c6f636b206861736865732e20546f74616c206c656e6774682028696e2062797465732920666f7220616c6c2065787472696e736963732070757420746f6765746865722c20666f72207468652063757272656e7420626c6f636b2e20546f74616c2077656967687420666f7220616c6c2065787472696e736963732070757420746f6765746865722c20666f72207468652063757272656e7420626c6f636b2e20546f74616c2065787472696e7369637320636f756e7420666f72207468652063757272656e7420626c6f636b2e2045787472696e73696373206e6f6e636520666f72206163636f756e74732e4e6f646520697320636f6e6669677572656420746f20757365207468652073616d6520686173683b2071656400b09911005d000000a30200001c000000b09911005d000000ab020000110000002f686f6d652f6261737469616e2f2e636172676f2f6769742f636865636b6f7574732f7375627374726174652d376530383433336434633337306132312f643032666233352f6672616d652f73797374656d2f7372632f6c69622e7273000000289a110023000000bca51100000000004b9a11001e0000004552524f523a20436f727275707465642073746174653a206c696e6b6564206d6170203a206e6578742076616c756520646f65736e277420657869737420617420000000289a110023000000bca5110000000000849a1100220000003a2070726576696f75732076616c756520646f65736e2774206578697374206174200000289a110023000000bca5110000000000c09a11001e0000003a20686561642076616c756520646f65736e277420657869737420617420526563656e7450617261426c6f636b7350617261426c6f636b4174746573746174696f6e730000000000309b11001100000000000000449b11000100000000000000000000005c9b110001000000000000006d6f72655f6174746573746174696f6e7300000000000000a99b11000500000000000000ae9b110010000000649b1100450000002050726f766964652063616e64696461746520726563656970747320666f722070617261636861696e732c20696e20617363656e64696e67206f726465722062792069642e5f6d6f72654d6f72654174746573746174696f6e73000000000000de9a1100100000000101000000000000989211000e00000000000000c89c11001100000000000000000000000000000000000000bca51100dc9c11000000000000000000ec9c110002000000000000000000000000000000ee9a1100150000000201000000000000989211000e00000000000000fc9c11000400000000000000009d11001400000000000000bca51100149d11000000000000000000249d110001000000000000000000000000000000959e11000900000000000000000000002c9d11000400000000000000000000000000000000000000000000000000000000000000bca51100309d11000000000000000000bca51100000000000000000001000000496e636c75646564426c6f636b733c543e0000001800000000000000010000002b0000006a9d11003c000000a69d11003300000048617368426c6f636b4174746573746174696f6e733c543e1800000000000000010000002b000000409d11002a000000626f6f6c1800000000000000010000002b000000204174746573746174696f6e73206f6e206120726563656e742070617261636861696e20626c6f636b2e2041206d617070696e672066726f6d206d6f64756c617220626c6f636b206e756d62657220286e2025204174746573746174696f6e506572696f642920746f2073657373696f6e20696e64657820616e6420746865206c697374206f662063616e646964617465206861736865732e3a6865617070616765733a636f6465f89d110048000000b6020000200000002f686f6d652f6261737469616e2f70726f6a656374732f7061726974792f706f6c6b61646f74322f72756e74696d652f636f6d6d6f6e2f7372632f70617261636861696e732e7273417574686f726974696573436f6465486561647352656c61794469737061746368517565756552656c61794469737061746368517565756553697a654e6565647344697370617463684174746573746174696f6e7344696455706461746550617261636861696e73526567697374726172546872656164436f756e7453656c6563746564546872656164734163746976654e65787446726565496450656e64696e675377617050617261735265747279517565756500000000000000509f11001400000000000000649f11000100000000000000000000006c9f1100010000000000000000000000749f11001600000000000000649f11000100000000000000000000008c9f110001000000000000005061726174687265616452656769737465726564fe9f110006000000c99f110035000000506172617468726561644465726567697374657265640000949f110035000000205468652070617261746872656164206f662074686520737570706c696564204944207761732064652d726567697374657265642e204120706172617468726561642077617320726567697374657265643b20697473206e657720494420697320737570706c6965642e50617261496402000000010000000100000001000000010000000100000001000000010000000100000002000000030000000400000001000000020000000300000001000000536c6f747341756374696f6e436f756e7465724d616e6167656449647300000074a0110048000000e70a00000a0000002f72757374632f636161323331643939386135653835336337626131343535643761303562353030646639643633632f7372632f6c6962636f72652f736c6963652f6d6f642e727374a0110048000000ed0a00000e000000dca011006a000000440000000d0000002f686f6d652f6261737469616e2f2e636172676f2f6769742f636865636b6f7574732f7375627374726174652d376530383433336434633337306132312f643032666233352f7072696d6974697665732f61726974686d657469632f7372632f62696775696e742e727300000000000000000000617474656d707420746f20646976696465206279207a65726f63616e6e6f74206669742061206e756d62657220696e746f2075313238616c7265616479206d757461626c7920626f72726f7765640000180000000000000001000000b6000000c0a111004300000013030000090000002f72757374632f636161323331643939386135653835336337626131343535643761303562353030646639643633632f7372632f6c6962636f72652f63656c6c2e7273616c726561647920626f72726f77656400180000000000000001000000b7000000c0a1110043000000610300000900000072656d696e646572206f6620646976206279206320697320616c77617973206c657373207468616e20633b20716564008a0000000800000004000000a00000009da2110071000000680000001b000000726573756c742063616e6e6f742066697420696e20753132382f686f6d652f6261737469616e2f2e636172676f2f6769742f636865636b6f7574732f7375627374726174652d376530383433336434633337306132312f643032666233352f7072696d6974697665732f61726974686d657469632f7372632f68656c706572735f3132386269742e7273000028a311002d00000055a311000c00000061a3110003000000617373657274696f6e206661696c65643a2060286c656674203d3d20726967687429600a20206c6566743a2060602c0a2072696768743a2060603a206ca311003400000064657374696e6174696f6e20616e6420736f7572636520736c69636573206861766520646966666572656e74206c656e67746873b0a3110049000000120000000d0000002f72757374632f636161323331643939386135653835336337626131343535643761303562353030646639643633632f7372632f6c6962636f72652f6d6163726f732f6d6f642e727362616265736c6f74436f756c64206e6f74206465636f64652072657175657374656420696e686572656e742074797065214241424520696e686572656e742064617461206e6f7420666f756e643c7761736d3a73747269707065643e00000068a411006f000000cb0000000d0000002f686f6d652f6261737469616e2f2e636172676f2f6769742f636865636b6f7574732f7375627374726174652d376530383433336434633337306132312f643032666233352f7072696d6974697665732f72756e74696d652d696e746572666163652f7372632f696d706c732e72730018000000000000000100000019000000486f737420746f207761736d2076616c7565732061726520656e636f64656420636f72726563746c793b20716564000028a511007100000004010000090000002f686f6d652f6261737469616e2f2e636172676f2f6769742f636865636b6f7574732f7375627374726174652d376530383433336434633337306132312f643032666233352f7072696d6974697665732f72756e74696d652d696e746572666163652f7372632f706173735f62792e727300000018000000000000000100000019000000bca511000000000072756e74696d650052756e74696d65206d656d6f7279206578686175737465642e2041626f7274696e6748617368206e6f7420657175616c426164206f726967696e43616e206e6f74206c6f6f6b757044697370617463684572726f725472616e73616374696f6e20776f756c642065786861757374732074686520626c6f636b206c696d6974735472616e73616374696f6e2068617320616e20616e6369656e7420626972746820626c6f636b5472616e73616374696f6e20686173206120626164207369676e61747572655472616e73616374696f6e206973206f757464617465645472616e73616374696f6e2077696c6c2062652076616c696420696e2074686520667574757265496e6162696c69747920746f2070617920736f6d6520666565732028652e672e206163636f756e742062616c616e636520746f6f206c6f77295472616e73616374696f6e2063616c6c206973206e6f74206578706563746564496e76616c69645472616e73616374696f6e20637573746f6d206572726f72436f756c64206e6f742066696e6420616e20756e7369676e65642076616c696461746f7220666f722074686520756e7369676e6564207472616e73616374696f6e436f756c64206e6f74206c6f6f6b757020696e666f726d6174696f6e20726571756972656420746f2076616c696461746520746865207472616e73616374696f6e556e6b6e6f776e5472616e73616374696f6e20637573746f6d206572726f720000000000000000617474656d707420746f20646976696465206279207a65726f0000000ca811006b0000005f0000002b0000002f686f6d652f6261737469616e2f2e636172676f2f6769742f636865636b6f7574732f7375627374726174652d376530383433336434633337306132312f643032666233352f7072696d6974697665732f72756e74696d652f7372632f67656e657269632f6572612e72730041f8d0c6000b080000000000000000004180d1c6000b0880a811002418100000a8f802046e616d65019ff802dc0400196578745f6c6f6767696e675f6c6f675f76657273696f6e5f3101206578745f68617368696e675f626c616b65325f3235365f76657273696f6e5f3102196578745f73746f726167655f7365745f76657273696f6e5f31031e6578745f68617368696e675f74776f785f3132385f76657273696f6e5f3104236578745f63727970746f5f737232353531395f7665726966795f76657273696f6e5f31051b6578745f73746f726167655f636c6561725f76657273696f6e5f3106196578745f73746f726167655f6765745f76657273696f6e5f31071d6578745f6d6973635f7072696e745f757466385f76657273696f6e5f3108226578745f73746f726167655f636c6561725f7072656669785f76657273696f6e5f3109206578745f68617368696e675f6b656363616b5f3235365f76657273696f6e5f310a236578745f63727970746f5f656432353531395f7665726966795f76657273696f6e5f310b1d6578745f68617368696e675f74776f785f36345f76657273696f6e5f310c1c6578745f6d6973635f7072696e745f6865785f76657273696f6e5f310d236578745f6f6666636861696e5f69735f76616c696461746f725f76657273696f6e5f310e286578745f6f6666636861696e5f6c6f63616c5f73746f726167655f6765745f76657273696f6e5f310f346578745f6f6666636861696e5f6c6f63616c5f73746f726167655f636f6d706172655f616e645f7365745f76657273696f6e5f3110286578745f6f6666636861696e5f6c6f63616c5f73746f726167655f7365745f76657273696f6e5f3111256578745f63727970746f5f656432353531395f67656e65726174655f76657273696f6e5f31121a6578745f73746f726167655f726f6f745f76657273696f6e5f3113226578745f73746f726167655f6368616e6765735f726f6f745f76657273696f6e5f3114206578745f68617368696e675f626c616b65325f3132385f76657273696f6e5f3115256578745f63727970746f5f737232353531395f67656e65726174655f76657273696f6e5f3116296578745f6f6666636861696e5f7375626d69745f7472616e73616374696f6e5f76657273696f6e5f3117246578745f6f6666636861696e5f6e6574776f726b5f73746174655f76657273696f6e5f3118286578745f63727970746f5f737232353531395f7075626c69635f6b6579735f76657273696f6e5f3119216578745f63727970746f5f737232353531395f7369676e5f76657273696f6e5f311a2c6578745f63727970746f5f736563703235366b315f65636473615f7265636f7665725f76657273696f6e5f311b376578745f63727970746f5f736563703235366b315f65636473615f7265636f7665725f636f6d707265737365645f76657273696f6e5f311c1e6578745f616c6c6f6361746f725f6d616c6c6f635f76657273696f6e5f311d1c6578745f616c6c6f6361746f725f667265655f76657273696f6e5f311e1a6578745f73746f726167655f726561645f76657273696f6e5f311f2a6578745f747269655f626c616b65325f3235365f6f7264657265645f726f6f745f76657273696f6e5f31201c6578745f6d6973635f7072696e745f6e756d5f76657273696f6e5f31210c5f5f727573745f616c6c6f63220a5f5f72675f616c6c6f63230e5f5f727573745f6465616c6c6f63240c5f5f72675f6465616c6c6f63250e5f5f727573745f7265616c6c6f63260c5f5f72675f7265616c6c6f6327135f5f727573745f616c6c6f635f7a65726f656428115f5f72675f616c6c6f635f7a65726f65642909686173685f746573742a33616c6c6f633a3a616c6c6f633a3a68616e646c655f616c6c6f635f6572726f723a3a68373335643863366463383732363563392b08727573745f6f6f6d2c34616c6c6f633a3a7261775f7665633a3a63617061636974795f6f766572666c6f773a3a68636134376138636436353263636561352d29636f72653a3a70616e69636b696e673a3a70616e69633a3a68393065313431316434353232303833382e25616c6c6f633a3a666d743a3a666f726d61743a3a68376261343830333732323632343364642f36636f72653a3a70616e69636b696e673a3a70616e69635f626f756e64735f636865636b3a3a68353561373664633531333632626364383023636f72653a3a666d743a3a77726974653a3a68666139306134623932336433626536323148616c6c6f633a3a7261775f7665633a3a5261775665633c542c413e3a3a616c6c6f636174655f696e3a3a7b7b636c6f737572657d7d3a3a68303236386364663862346239653937623233636f72653a3a6f7074696f6e3a3a6578706563745f6e6f6e655f6661696c65643a3a68616130306134336133366235376365613330636f72653a3a7074723a3a7265616c5f64726f705f696e5f706c6163653a3a6830373365306231313131653763636333343a3c266d7574205720617320636f72653a3a666d743a3a57726974653e3a3a77726974655f7374723a3a6838326665313964313563326436303064353b3c266d7574205720617320636f72653a3a666d743a3a57726974653e3a3a77726974655f636861723a3a6833393564643235346235663461393836363a3c266d7574205720617320636f72653a3a666d743a3a57726974653e3a3a77726974655f666d743a3a6839346362383161303032643230386265372d636f72653a3a70616e69636b696e673a3a70616e69635f666d743a3a6863366332653533366232313037313536384e636f72653a3a666d743a3a6e756d3a3a696d703a3a3c696d706c20636f72653a3a666d743a3a446973706c617920666f72207533323e3a3a666d743a3a6830343437353431636262316334333639392f636f72653a3a666d743a3a6e756d3a3a696d703a3a666d745f7536343a3a68613239373734353333326462343961643a11727573745f626567696e5f756e77696e643b313c5420617320636f72653a3a616e793a3a416e793e3a3a747970655f69643a3a68623038393762303061353161333765373c35636f72653a3a666d743a3a466f726d61747465723a3a7061645f696e74656772616c3a3a68313130326661316362383238386162383d43636f72653a3a666d743a3a466f726d61747465723a3a7061645f696e74656772616c3a3a77726974655f7072656669783a3a68656166306636393662666463373034363e34636f72653a3a736c6963653a3a736c6963655f696e6465785f6c656e5f6661696c3a3a68303065356632316665623433633437323f36636f72653a3a736c6963653a3a736c6963655f696e6465785f6f726465725f6661696c3a3a6839363032376266303934306661323039402c636f72653a3a666d743a3a466f726d61747465723a3a7061643a3a6866343662633565653937613737393836412e636f72653a3a7374723a3a736c6963655f6572726f725f6661696c3a3a683438613638393830373164626664396142323c265420617320636f72653a3a666d743a3a446973706c61793e3a3a666d743a3a6833613431363932653632623039303132434a3c636f72653a3a6f70733a3a72616e67653a3a52616e67653c4964783e20617320636f72653a3a666d743a3a44656275673e3a3a666d743a3a683532353466346334326565656534303144323c6368617220617320636f72653a3a666d743a3a44656275673e3a3a666d743a3a6834313161656334343839623663656530453d636f72653a3a756e69636f64653a3a626f6f6c5f747269653a3a426f6f6c547269653a3a6c6f6f6b75703a3a68383134613631373165353366346138384649636f72653a3a666d743a3a6e756d3a3a3c696d706c20636f72653a3a666d743a3a446562756720666f72207573697a653e3a3a666d743a3a68313166623163373361316331396464634734636f72653a3a666d743a3a417267756d656e7456313a3a73686f775f7573697a653a3a686532626365333433656439613861653648453c636f72653a3a63656c6c3a3a426f72726f774572726f7220617320636f72653a3a666d743a3a44656275673e3a3a666d743a3a686531643835313062393665666636363849483c636f72653a3a63656c6c3a3a426f72726f774d75744572726f7220617320636f72653a3a666d743a3a44656275673e3a3a666d743a3a68353664383734326361623732353666374a2e636f72653a3a6f7074696f6e3a3a6578706563745f6661696c65643a3a68623334303233363962653632383766624b303c265420617320636f72653a3a666d743a3a44656275673e3a3a666d743a3a68613035393130393833313938366139394c323c265420617320636f72653a3a666d743a3a446973706c61793e3a3a666d743a3a68373338313466383433336164616630334d533c636f72653a3a666d743a3a6275696c646572733a3a5061644164617074657220617320636f72653a3a666d743a3a57726974653e3a3a77726974655f7374723a3a68333565643461363334343862323966394e2e636f72653a3a736c6963653a3a6d656d6368723a3a6d656d6368723a3a68303035366530646435643364656334664f30636f72653a3a7074723a3a7265616c5f64726f705f696e5f706c6163653a3a6835303334626565353366666236643466502f636f72653a3a666d743a3a57726974653a3a77726974655f636861723a3a6833623166666134653131363666623664512e636f72653a3a666d743a3a57726974653a3a77726974655f666d743a3a6834663566383836366462303336323366523a3c266d7574205720617320636f72653a3a666d743a3a57726974653e3a3a77726974655f7374723a3a6833343932333732316639663563623832533b3c266d7574205720617320636f72653a3a666d743a3a57726974653e3a3a77726974655f636861723a3a6864396535343762346465316366643461543a3c266d7574205720617320636f72653a3a666d743a3a57726974653e3a3a77726974655f666d743a3a68356166633239303435623131626664655537636f72653a3a666d743a3a6275696c646572733a3a44656275675365743a3a656e7472793a3a686462363536656565306135626163373756443c636f72653a3a666d743a3a417267756d656e747320617320636f72653a3a666d743a3a446973706c61793e3a3a666d743a3a683366376132326665636630313666623757313c73747220617320636f72653a3a666d743a3a44656275673e3a3a666d743a3a6861663036626266323063633139333832588001636f72653a3a7374723a3a7472616974733a3a3c696d706c20636f72653a3a736c6963653a3a536c696365496e6465783c7374723e20666f7220636f72653a3a6f70733a3a72616e67653a3a52616e67653c7573697a653e3e3a3a696e6465783a3a7b7b636c6f737572657d7d3a3a6863613763303833376563353065643035594d636f72653a3a666d743a3a6e756d3a3a696d703a3a3c696d706c20636f72653a3a666d743a3a446973706c617920666f722075383e3a3a666d743a3a68666630393633646336393465386633345a4a636f72653a3a666d743a3a6e756d3a3a3c696d706c20636f72653a3a666d743a3a557070657248657820666f72206933323e3a3a666d743a3a68626562363632633132313066383565615b3e3c636f72653a3a666d743a3a4572726f7220617320636f72653a3a666d743a3a44656275673e3a3a666d743a3a68316337666566386564386562383731615c693c6672616d655f6d657461646174613a3a4465636f6465446966666572656e743c422c4f3e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a656e636f64655f746f3a3a68373034383832653062656630643637615d6c3c7061726974795f7363616c655f636f6465633a3a636f6d706163743a3a436f6d706163743c543e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a656e636f64655f746f3a3a68383561363434316166373333363764375e693c6672616d655f6d657461646174613a3a4465636f6465446966666572656e743c422c4f3e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a656e636f64655f746f3a3a68626166393637363331313933303537325f483c5b545d206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a656e636f64655f746f3a3a6864373961383536663566663637363236604d3c6672616d655f737570706f72743a3a64656275673a3a52756e74696d654c6f67676572206173206c6f673a3a4c6f673e3a3a656e61626c65643a3a683762323139646337323138663231656461493c6672616d655f737570706f72743a3a64656275673a3a52756e74696d654c6f67676572206173206c6f673a3a4c6f673e3a3a6c6f673a3a683831376133376666323163383832376162323c265420617320636f72653a3a666d743a3a446973706c61793e3a3a666d743a3a6837323964336562376430666332336662633a3c266d7574205720617320636f72653a3a666d743a3a57726974653e3a3a77726974655f7374723a3a6835303833623161326230323836303734643a3c266d7574205720617320636f72653a3a666d743a3a57726974653e3a3a77726974655f666d743a3a683239653663396431363562393834623765383c6c6f673a3a4e6f704c6f67676572206173206c6f673a3a4c6f673e3a3a656e61626c65643a3a686566313339633261343535313561333566343c6c6f673a3a4e6f704c6f67676572206173206c6f673a3a4c6f673e3a3a6c6f673a3a683632313061653530646661336364353967363c6c6f673a3a4e6f704c6f67676572206173206c6f673a3a4c6f673e3a3a666c7573683a3a6865303839646639656531306432396366683a70616c6c65745f74696d657374616d703a3a657874726163745f696e686572656e745f646174613a3a686466336261353463366637333362666169497061726974795f7363616c655f636f6465633a3a656e636f64655f617070656e643a3a657874726163745f6c656e6774685f646174613a3a68633232343364356561636630343637336a49706f6c6b61646f745f7072696d6974697665733a3a70617261636861696e3a3a43616e646964617465526563656970743a3a686173683a3a68333866303537353931383462613339646b437061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653a3a7573696e675f656e636f6465643a3a68313264616637643936646263633533616c7d7061726974795f7363616c655f636f6465633a3a636f6465633a3a696e6e65725f7475706c655f696d706c3a3a3c696d706c207061726974795f7363616c655f636f6465633a3a636f6465633a3a4465636f646520666f72202851302c205230293e3a3a6465636f64653a3a68363530353663393265326165316561366d543c616c6c6f633a3a7665633a3a5665633c543e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a4465636f64653e3a3a6465636f64653a3a68396637353836323137616365613061616e543c616c6c6f633a3a7665633a3a5665633c543e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a4465636f64653e3a3a6465636f64653a3a68326232613131393765313165623335616f6b3c7061726974795f7363616c655f636f6465633a3a636f6d706163743a3a436f6d706163743c7533323e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a4465636f64653e3a3a6465636f64653a3a683237363839316538646239326164616470437061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653a3a7573696e675f656e636f6465643a3a683661346662303938313936666236393071463c58206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a656e636f64655f746f3a3a683362346235663363313831666166616672393c54206173206672616d655f737570706f72743a3a7472616974733a3a4c656e3e3a3a6c656e3a3a68626330626166626166363334373730377330636f72653a3a7074723a3a7265616c5f64726f705f696e5f706c6163653a3a6866653366343666393630306132376134744a3c58206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a7573696e675f656e636f6465643a3a6831383834623133646534626166346337752d616c6c6f633a3a7665633a3a5665633c543e3a3a696e736572743a3a683662393232376332336536323738346376403c616c6c6f633a3a7665633a3a5665633c543e20617320636f72653a3a666d743a3a44656275673e3a3a666d743a3a683232323330333263326565323837333377443c616c6c6f633a3a7665633a3a5665633c543e20617320636f72653a3a636c6f6e653a3a436c6f6e653e3a3a636c6f6e653a3a683263376131623837626132353861343878443c616c6c6f633a3a7665633a3a5665633c543e20617320636f72653a3a636c6f6e653a3a436c6f6e653e3a3a636c6f6e653a3a686561383533383362376163393764316379463c616c6c6f633a3a7665633a3a5665633c543e20617320636f72653a3a6f70733a3a64726f703a3a44726f703e3a3a64726f703a3a68333938353031353731613063353265637a463c616c6c6f633a3a7665633a3a5665633c543e20617320636f72653a3a6f70733a3a64726f703a3a44726f703e3a3a64726f703a3a68383865633933316166636232383433637b543c616c6c6f633a3a7665633a3a5665633c543e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a4465636f64653e3a3a6465636f64653a3a68303462303832363866656632303562637c543c616c6c6f633a3a7665633a3a5665633c543e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a4465636f64653e3a3a6465636f64653a3a68306664653064656636303232306566337d9c013c73705f72756e74696d653a3a67656e657269633a3a756e636865636b65645f65787472696e7369633a3a556e636865636b656445787472696e7369633c416464726573732c43616c6c2c5369676e61747572652c45787472613e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a4465636f64653e3a3a6465636f64653a3a68323536346436613939653334383763367e543c616c6c6f633a3a7665633a3a5665633c543e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a4465636f64653e3a3a6465636f64653a3a68313137313864623864323366656233317f543c616c6c6f633a3a7665633a3a5665633c543e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a4465636f64653e3a3a6465636f64653a3a68313438373931303861663535353636358001543c616c6c6f633a3a7665633a3a5665633c543e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a4465636f64653e3a3a6465636f64653a3a68333230373330356165363036376164658101543c616c6c6f633a3a7665633a3a5665633c543e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a4465636f64653e3a3a6465636f64653a3a68336232326539333664326637623263668201543c616c6c6f633a3a7665633a3a5665633c543e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a4465636f64653e3a3a6465636f64653a3a683532303535633734333533313733303783015d3c6269747665633a3a736c6963653a3a497465723c432c543e20617320636f72653a3a697465723a3a7472616974733a3a6974657261746f723a3a4974657261746f723e3a3a6e6578743a3a68646534393937326337623766623337318401383c2a636f6e7374205420617320636f72653a3a666d743a3a506f696e7465723e3a3a666d743a3a68373564663937373833623931333364368501356269747665633a3a7665633a3a4269745665633c432c543e3a3a63617061636974793a3a68353937613239663538653932336136648601543c616c6c6f633a3a7665633a3a5665633c543e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a4465636f64653e3a3a6465636f64653a3a68663833353664323138363639626532648701513c616c6c6f633a3a7665633a3a5665633c543e20617320616c6c6f633a3a7665633a3a53706563457874656e643c542c493e3e3a3a66726f6d5f697465723a3a68306631616362633163656231326664628801513c616c6c6f633a3a7665633a3a5665633c543e20617320616c6c6f633a3a7665633a3a53706563457874656e643c542c493e3e3a3a66726f6d5f697465723a3a68323935343130396564346164356439648901513c616c6c6f633a3a7665633a3a5665633c543e20617320616c6c6f633a3a7665633a3a53706563457874656e643c542c493e3e3a3a66726f6d5f697465723a3a68383063353464366530383131356531318a0130636f72653a3a7074723a3a7265616c5f64726f705f696e5f706c6163653a3a68303139383331363230353131306132668b016b3c70616c6c65745f696d5f6f6e6c696e653a3a4d6f64756c653c543e2061732073705f72756e74696d653a3a7472616974733a3a56616c6964617465556e7369676e65643e3a3a76616c69646174655f756e7369676e65643a3a68323761333033363862636262666232348c01386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a68333535363234393162336330613262648d013d70616c6c65745f696d5f6f6e6c696e653a3a4d6f64756c653c543e3a3a69735f6f6e6c696e655f6175783a3a68633931353339393430363034643639308e01386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a68316162346638363464636265633365338f01386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a683531326539633139323165613038326190014373705f696f3a3a73746f726167653a3a65787465726e5f686f73745f66756e6374696f6e5f696d706c733a3a726561643a3a68666566333930363066633666336338649101437061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653a3a7573696e675f656e636f6465643a3a683562653565383434623536376132653992014b636f72653a3a666d743a3a6e756d3a3a3c696d706c20636f72653a3a666d743a3a446562756720666f72207533323e3a3a666d743a3a68343761393063386664363462376361612e31383693013970616c6c65745f7375646f3a3a4d6f64756c653c543e3a3a63616c6c5f66756e6374696f6e733a3a683833356136366136333230306236323994013b70616c6c65745f7375646f3a3a4d6f64756c653c543e3a3a73746f726167655f6d657461646174613a3a68376566656135366231373061316631339501446672616d655f737570706f72743a3a7472616974733a3a43757272656e63793a3a7265736f6c76655f6372656174696e673a3a686430323661613265366135613563333296018d013c70616c6c65745f62616c616e6365733a3a4d6f64756c653c542c493e206173206672616d655f737570706f72743a3a7472616974733a3a43757272656e63793c3c54206173206672616d655f73797374656d3a3a54726169743e3a3a4163636f756e7449643e3e3a3a6465706f7369745f6372656174696e673a3a68653232643365623039343461343361329701386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6864353565623134343935383438616430980183013c70616c6c65745f696e64696365733a3a4d6f64756c653c543e206173206672616d655f73797374656d3a3a4f6e4e65774163636f756e743c3c54206173206672616d655f73797374656d3a3a54726169743e3a3a4163636f756e7449643e3e3a3a6f6e5f6e65775f6163636f756e743a3a68316662396236346165363065326136359901416672616d655f73797374656d3a3a4d6f64756c653c543e3a3a6465706f7369745f6576656e745f696e64657865643a3a68623064356435393130633432396262649a014170616c6c65745f62616c616e6365733a3a4d6f64756c653c542c493e3a3a7365745f667265655f62616c616e63653a3a68353563613530313030656364636361639b013870616c6c65745f7374616b696e673a3a4d6f64756c653c543e3a3a6b696c6c5f73746173683a3a68373638626461366430376465383432399c01456672616d655f737570706f72743a3a7472616974733a3a4f6e556e62616c616e6365643a3a6f6e5f756e62616c616e6365643a3a68663233396636633662353634653836319d014570616c6c65745f62616c616e6365733a3a4d6f64756c653c542c493e3a3a7365745f72657365727665645f62616c616e63653a3a68343439613736633439363232666331389e01776672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6d61703a3a3c696d706c206672616d655f737570706f72743a3a73746f726167653a3a53746f726167654d61703c4b2c563e20666f7220473e3a3a72656d6f76653a3a68393130653461336666393638623066379f0185013c70616c6c65745f62616c616e6365733a3a4d6f64756c653c542c493e206173206672616d655f737570706f72743a3a7472616974733a3a43757272656e63793c3c54206173206672616d655f73797374656d3a3a54726169743e3a3a4163636f756e7449643e3e3a3a77697468647261773a3a6837396261373264353930393762303865a00190013c70616c6c65745f62616c616e6365733a3a4d6f64756c653c542c493e206173206672616d655f737570706f72743a3a7472616974733a3a43757272656e63793c3c54206173206672616d655f73797374656d3a3a54726169743e3a3a4163636f756e7449643e3e3a3a656e737572655f63616e5f77697468647261773a3a6837363963393432333662366232643036a1017c3c73705f72756e74696d655f696e746572666163653a3a706173735f62793a3a436f6465633c543e2061732073705f72756e74696d655f696e746572666163653a3a706173735f62793a3a506173734279496d706c3c543e3e3a3a66726f6d5f6666695f76616c75653a3a6837303537666337633531303133353333a201303c265420617320636f72653a3a666d743a3a44656275673e3a3a666d743a3a6835383437616237376364363664336165a3013670616c6c65745f62616c616e6365733a3a4d6f64756c653c542c493e3a3a6c6f636b733a3a6835666564333730353031333336666263a401483c5b543b205f5d206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a4465636f64653e3a3a6465636f64653a3a6865326566653439393833396234333466a501776672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6d61703a3a3c696d706c206672616d655f737570706f72743a3a73746f726167653a3a53746f726167654d61703c4b2c563e20666f7220473e3a3a696e736572743a3a6838323934636162613337616439346635a6018a013c70616c6c65745f62616c616e6365733a3a4d6f64756c653c542c493e206173206672616d655f737570706f72743a3a7472616974733a3a43757272656e63793c3c54206173206672616d655f73797374656d3a3a54726169743e3a3a4163636f756e7449643e3e3a3a746f74616c5f62616c616e63653a3a6839663933313061383662333465653464a70189013c70616c6c65745f62616c616e6365733a3a4d6f64756c653c542c493e206173206672616d655f737570706f72743a3a7472616974733a3a43757272656e63793c3c54206173206672616d655f73797374656d3a3a54726169743e3a3a4163636f756e7449643e3e3a3a667265655f62616c616e63653a3a6864333739626662323865333135326662a80192013c70616c6c65745f62616c616e6365733a3a4d6f64756c653c542c493e206173206672616d655f737570706f72743a3a7472616974733a3a43757272656e63793c3c54206173206672616d655f73797374656d3a3a54726169743e3a3a4163636f756e7449643e3e3a3a6465706f7369745f696e746f5f6578697374696e673a3a6832373734346534633764393437306231a90190013c70616c6c65745f62616c616e6365733a3a4d6f64756c653c542c493e206173206672616d655f737570706f72743a3a7472616974733a3a4c6f636b61626c6543757272656e63793c3c54206173206672616d655f73797374656d3a3a54726169743e3a3a4163636f756e7449643e3e3a3a657874656e645f6c6f636b3a3a6865343238663138393230633362373935aa018d013c70616c6c65745f62616c616e6365733a3a4d6f64756c653c542c493e206173206672616d655f737570706f72743a3a7472616974733a3a4c6f636b61626c6543757272656e63793c3c54206173206672616d655f73797374656d3a3a54726169743e3a3a4163636f756e7449643e3e3a3a7365745f6c6f636b3a3a6865363563313632336232376666366161ab0195013c70616c6c65745f62616c616e6365733a3a4d6f64756c653c542c493e206173206672616d655f737570706f72743a3a7472616974733a3a52657365727661626c6543757272656e63793c3c54206173206672616d655f73797374656d3a3a54726169743e3a3a4163636f756e7449643e3e3a3a736c6173685f72657365727665643a3a6838343062663566336637633434663038ac019a013c70616c6c65745f62616c616e6365733a3a4d6f64756c653c542c493e206173206672616d655f737570706f72743a3a7472616974733a3a52657365727661626c6543757272656e63793c3c54206173206672616d655f73797374656d3a3a54726169743e3a3a4163636f756e7449643e3e3a3a726570617472696174655f72657365727665643a3a6833393532393263643936653866653137ad018e013c70616c6c65745f62616c616e6365733a3a4d6f64756c653c542c493e206173206672616d655f737570706f72743a3a7472616974733a3a52657365727661626c6543757272656e63793c3c54206173206672616d655f73797374656d3a3a54726169743e3a3a4163636f756e7449643e3e3a3a726573657276653a3a6861323363396333643236346335613731ae0190013c70616c6c65745f62616c616e6365733a3a4d6f64756c653c542c493e206173206672616d655f737570706f72743a3a7472616974733a3a52657365727661626c6543757272656e63793c3c54206173206672616d655f73797374656d3a3a54726169743e3a3a4163636f756e7449643e3e3a3a756e726573657276653a3a6862363234393731633364613136333263af013f70616c6c65745f62616c616e6365733a3a4d6f64756c653c542c493e3a3a63616c6c5f66756e6374696f6e733a3a6866646135646137303865383561663666b0014170616c6c65745f62616c616e6365733a3a4d6f64756c653c542c493e3a3a73746f726167655f6d657461646174613a3a6862366536326236343038363365613861b101723c70616c6c65745f62616c616e6365733a3a5f5f476574427974655374727563744672656542616c616e63653c542c493e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6837396634346233613432373532643938b2014a70616c6c65745f62616c616e6365733a3a4d6f64756c653c542c493e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a6864663537383363303436303837333534b3019c013c70616c6c65745f62616c616e6365733a3a4d6f64756c653c542c493e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a4372656174696f6e46656544656661756c74427974654765747465723c542c493e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6861336636333833313164306134356163b401a3013c70616c6c65745f62616c616e6365733a3a4d6f64756c653c542c493e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a4578697374656e7469616c4465706f73697444656661756c74427974654765747465723c542c493e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6839623836346664643966353231643161b5013e70616c6c65745f696d5f6f6e6c696e653a3a4d6f64756c653c543e3a3a63616c6c5f66756e6374696f6e733a3a6865323431353233343236343763313630b6013f70616c6c65745f696d5f6f6e6c696e653a3a4d6f64756c653c543e3a3a6e6f74655f617574686f72736869703a3a6839386463336466376561336139376233b7014070616c6c65745f696d5f6f6e6c696e653a3a4d6f64756c653c543e3a3a73746f726167655f6d657461646174613a3a6864343337343532343331366331356361b801783c70616c6c65745f696d5f6f6e6c696e653a3a5f5f476574427974655374727563745265636569766564486561727462656174733c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6865313338333537393438363335623865b9013c7061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653a3a656e636f64653a3a6833613337643162613131303734393264ba01437061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653a3a7573696e675f656e636f6465643a3a6833646332316337393937343032616431bb01573c70616c6c65745f7375646f3a3a43616c6c3c543e2061732073705f72756e74696d653a3a7472616974733a3a446973706174636861626c653e3a3a64697370617463683a3a6833336533643534323264393833643161bc01386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6838373361383263363335306362636136bd01593c706f6c6b61646f745f72756e74696d653a3a43616c6c2061732073705f72756e74696d653a3a7472616974733a3a446973706174636861626c653e3a3a64697370617463683a3a6832333462323335316433653233656531be01563c73705f72756e74696d653a3a44697370617463684572726f722061732073705f72756e74696d653a3a7472616974733a3a5072696e7461626c653e3a3a7072696e743a3a6831313337336661333163323732363138bf013670616c6c65745f696e64696365733a3a4d6f64756c653c543e3a3a656e756d5f7365743a3a6838373336633561323166653563663766c0014a3c58206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a7573696e675f656e636f6465643a3a6833326163313364316430633836313132c10130636f72653a3a7074723a3a7265616c5f64726f705f696e5f706c6163653a3a6866653366343666393630306132376134c2015c3c70616c6c65745f7375646f3a3a4d6f64756c653c543e206173206672616d655f6d657461646174613a3a4d6f64756c654572726f724d657461646174613e3a3a6d657461646174613a3a6830386438353132313465363266663665c30185013c70616c6c65745f62616c616e6365733a3a4d6f64756c653c542c493e206173206672616d655f737570706f72743a3a7472616974733a3a43757272656e63793c3c54206173206672616d655f73797374656d3a3a54726169743e3a3a4163636f756e7449643e3e3a3a7472616e736665723a3a6836616638656334326562393934613933c401613c70616c6c65745f696d5f6f6e6c696e653a3a4d6f64756c653c543e206173206672616d655f6d657461646174613a3a4d6f64756c654572726f724d657461646174613e3a3a6d657461646174613a3a6833363066303933353362353464306261c501623c70616c6c65745f62616c616e6365733a3a4d6f64756c653c542c493e206173206672616d655f6d657461646174613a3a4d6f64756c654572726f724d657461646174613e3a3a6d657461646174613a3a6865663036303834376465326639303962c60144706f6c6b61646f745f72756e74696d653a3a52756e74696d653a3a5f5f6d6f64756c655f6576656e74735f73797374656d3a3a6864353831653064316631336538333632c70145706f6c6b61646f745f72756e74696d653a3a52756e74696d653a3a5f5f6d6f64756c655f6576656e74735f696e64696365733a3a6839656532353465346130623831383637c80146706f6c6b61646f745f72756e74696d653a3a52756e74696d653a3a5f5f6d6f64756c655f6576656e74735f62616c616e6365733a3a6862306436316139336563363236663938c90145706f6c6b61646f745f72756e74696d653a3a52756e74696d653a3a5f5f6d6f64756c655f6576656e74735f7374616b696e673a3a6866343633373039323062666639393037ca0146706f6c6b61646f745f72756e74696d653a3a52756e74696d653a3a5f5f6d6f64756c655f6576656e74735f6f6666656e6365733a3a6866326561343439653334653130313935cb0145706f6c6b61646f745f72756e74696d653a3a52756e74696d653a3a5f5f6d6f64756c655f6576656e74735f73657373696f6e3a3a6865323464646661613933613666643636cc0145706f6c6b61646f745f72756e74696d653a3a52756e74696d653a3a5f5f6d6f64756c655f6576656e74735f6772616e6470613a3a6831386232613363636335643438343366cd0147706f6c6b61646f745f72756e74696d653a3a52756e74696d653a3a5f5f6d6f64756c655f6576656e74735f696d5f6f6e6c696e653a3a6865343834383262666362313837343339ce0142706f6c6b61646f745f72756e74696d653a3a52756e74696d653a3a5f5f6d6f64756c655f6576656e74735f7375646f3a3a6831613130336632383331663832633734cf0147706f6c6b61646f745f72756e74696d653a3a52756e74696d653a3a5f5f6d6f64756c655f6576656e74735f64656d6f63726163793a3a6865623433323730353638363264623532d00152706f6c6b61646f745f72756e74696d653a3a52756e74696d653a3a5f5f6d6f64756c655f6576656e74735f636f6c6c6563746976655f496e7374616e6365313a3a6837396432663165376235626137353333d10150706f6c6b61646f745f72756e74696d653a3a52756e74696d653a3a5f5f6d6f64756c655f6576656e74735f656c656374696f6e735f70687261676d656e3a3a6831323432666439396462386433346237d20152706f6c6b61646f745f72756e74696d653a3a52756e74696d653a3a5f5f6d6f64756c655f6576656e74735f6d656d626572736869705f496e7374616e6365313a3a6862306333653962313664663931613739d30146706f6c6b61646f745f72756e74696d653a3a52756e74696d653a3a5f5f6d6f64756c655f6576656e74735f74726561737572793a3a6831343735306633653064646534663837d40144706f6c6b61646f745f72756e74696d653a3a52756e74696d653a3a5f5f6d6f64756c655f6576656e74735f636c61696d733a3a6839343965353634376637633166663531d50143706f6c6b61646f745f72756e74696d653a3a52756e74696d653a3a5f5f6d6f64756c655f6576656e74735f736c6f74733a3a6862353639393364313766663162383535d60147706f6c6b61646f745f72756e74696d653a3a52756e74696d653a3a5f5f6d6f64756c655f6576656e74735f7265676973747261723a3a6866646630303930373864633238313137d70176706f6c6b61646f745f72756e74696d653a3a5f3a3a3c696d706c207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f646520666f7220706f6c6b61646f745f72756e74696d653a3a43616c6c3e3a3a656e636f64655f746f3a3a6861333531623538613866373862623430d8013f7061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653a3a656e636f64655f746f3a3a6833646331333539363861376130356533d901303c265420617320636f72653a3a666d743a3a44656275673e3a3a666d743a3a6864373263343166386136396431613231da017d3c70616c6c65745f696e64696365733a3a616464726573733a3a416464726573733c4163636f756e7449642c4163636f756e74496e6465783e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a656e636f64655f746f3a3a6861343462343866616666633761366234db01723c7061726974795f7363616c655f636f6465633a3a636f6d706163743a3a436f6d706163745265663c753132383e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a656e636f64655f746f3a3a6862373137393130386564313931303532dc016f3c7061726974795f7363616c655f636f6465633a3a636f6d706163743a3a436f6d706163745265663c543e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a656e636f64655f746f3a3a6839333463373538623833373762386234dd016f3c73705f72756e74696d653a3a67656e657269633a3a6469676573743a3a4469676573744974656d3c486173683e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a656e636f64653a3a6863373330343639323665613136306663de017d70616c6c65745f636f6c6c6563746976653a3a5f3a3a3c696d706c207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f646520666f722070616c6c65745f636f6c6c6563746976653a3a43616c6c3c542c493e3e3a3a656e636f64655f746f3a3a6864613130383864376161316463366435df01463c58206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a656e636f64655f746f3a3a6865626661353736343430316337653466e0019e01706f6c6b61646f745f7072696d6974697665733a3a70617261636861696e3a3a5f3a3a3c696d706c207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f646520666f7220706f6c6b61646f745f7072696d6974697665733a3a70617261636861696e3a3a43616e646964617465526563656970743e3a3a656e636f64655f746f3a3a6836623365356230323965363865643066e1017a706f6c6b61646f745f72756e74696d653a3a5f3a3a3c696d706c207061726974795f7363616c655f636f6465633a3a636f6465633a3a4465636f646520666f7220706f6c6b61646f745f72756e74696d653a3a53657373696f6e4b6579733e3a3a6465636f64653a3a6865646236363932363237633836356664e20177706f6c6b61646f745f72756e74696d653a3a5f3a3a3c696d706c207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f646520666f7220706f6c6b61646f745f72756e74696d653a3a4576656e743e3a3a656e636f64655f746f3a3a6864646632383330343466313630303631e3014b3c5b543b205f5d206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a656e636f64655f746f3a3a6831303738323835303162346135303635e4018e0170616c6c65745f636f6c6c6563746976653a3a5f3a3a3c696d706c207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f646520666f722070616c6c65745f636f6c6c6563746976653a3a5261774576656e743c486173682c4163636f756e7449642c493e3e3a3a656e636f64655f746f3a3a6839306638376435346431363635666661e501693c706f6c6b61646f745f72756e74696d653a3a43616c6c206173206672616d655f737570706f72743a3a776569676874733a3a4765744469737061746368496e666f3e3a3a6765745f64697370617463685f696e666f3a3a6864346161386434336337626334306361e601386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6862643666623262393738393564626133e701386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6830376431333936346533323265383137e801386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6864616461323061653835653533333735e9015a3c70616c6c65745f7374616b696e673a3a43616c6c3c543e2061732073705f72756e74696d653a3a7472616974733a3a446973706174636861626c653e3a3a64697370617463683a3a6837366136653237653863616463336230ea013470616c6c65745f7374616b696e673a3a4d6f64756c653c543e3a3a6c65646765723a3a6838383432303063333066623933626566eb01706672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a646f75626c655f6d61703a3a53746f72616765446f75626c654d61703a3a73746f726167655f646f75626c655f6d61705f66696e616c5f6b65793a3a6835396332363036626138396338616662ec01386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6833333065613265343531323233326161ed01706672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a646f75626c655f6d61703a3a53746f72616765446f75626c654d61703a3a73746f726167655f646f75626c655f6d61705f66696e616c5f6b65793a3a6863633962366263343764613961643239ee015c3c70616c6c65745f64656d6f63726163793a3a43616c6c3c543e2061732073705f72756e74696d653a3a7472616974733a3a446973706174636861626c653e3a3a64697370617463683a3a6833303832623038326337623337323336ef015f3c70616c6c65745f636f6c6c6563746976653a3a43616c6c3c542c493e2061732073705f72756e74696d653a3a7472616974733a3a446973706174636861626c653e3a3a64697370617463683a3a6831636237303835393132366235333239f0012b616c6c6f633a3a736c6963653a3a6d657267655f736f72743a3a6866616435323335366661386332336631f1014b6672616d655f737570706f72743a3a7472616974733a3a4368616e67654d656d626572733a3a7365745f6d656d626572735f736f727465643a3a6862353936633936343562396465626231f2014a3c58206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a7573696e675f656e636f6465643a3a6836346664643731383633323434353139f301386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6861343439386432393964626432316132f401396672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a74616b653a3a6864363238366139383962663437393530f5014170616c6c65745f656c656374696f6e735f70687261676d656e3a3a4d6f64756c653c543e3a3a69735f766f7465723a3a6862376336393132663030343066376434f601386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6835353231383330333037396261363334f70133616c6c6f633a3a736c6963653a3a3c696d706c205b545d3e3a3a636f6e6361743a3a6866383038383662643464636261323637f801cc016672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6c696e6b65645f6d61703a3a5f3a3a3c696d706c207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f646520666f72206672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6c696e6b65645f6d61703a3a456e636f64654c696b654c696e6b6167653c504b65792c4e4b65792c4b65793e3e3a3a656e636f64655f746f3a3a6836393938616561366238343238633166f901b8016672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6c696e6b65645f6d61703a3a5f3a3a3c696d706c207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f646520666f72206672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6c696e6b65645f6d61703a3a4c696e6b6167653c4b65793e3e3a3a656e636f64655f746f3a3a6862353563333433343238626164323836fa014870616c6c65745f656c656374696f6e735f70687261676d656e3a3a4d6f64756c653c543e3a3a646f5f72656d6f76655f766f7465723a3a6865373738306335623833363639303138fb015270616c6c65745f656c656374696f6e735f70687261676d656e3a3a4d6f64756c653c543e3a3a72656d6f76655f616e645f7265706c6163655f6d656d6265723a3a6831613336643462633338396538643231fc01386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6864653238653461316535643363356565fd0199013c70616c6c65745f636f6c6c6563746976653a3a4d6f64756c653c542c493e206173206672616d655f737570706f72743a3a7472616974733a3a4368616e67654d656d626572733c3c54206173206672616d655f73797374656d3a3a54726169743e3a3a4163636f756e7449643e3e3a3a6368616e67655f6d656d626572735f736f727465643a3a6863346435326463303938613930366665fe01386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6865633434306134386534323036343035ff01456672616d655f737570706f72743a3a7472616974733a3a4f6e556e62616c616e6365643a3a6f6e5f756e62616c616e6365643a3a68653463313362313436323465336232318002386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a683238326466343063353238346634303781024a3c58206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a7573696e675f656e636f6465643a3a683165333932653831303336373264333982024a706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a636c61696d733a3a4d6f64756c653c543e3a3a6574685f7265636f7665723a3a686332313931633137396330633934613583024a3c58206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a7573696e675f656e636f6465643a3a683735303938663566313663633562353184024c706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a70617261636861696e733a3a4d6f64756c653c543e3a3a7365745f68656164733a3a6838623331316431623965393838666439850248706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a736c6f74733a3a4d6f64756c653c543e3a3a68616e646c655f6269643a3a686330613862303139353431623836646586024a3c58206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a7573696e675f656e636f6465643a3a68333064626634623566656135643962638702386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a68653564363565393062303064316139618802776672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6d61703a3a3c696d706c206672616d655f737570706f72743a3a73746f726167653a3a53746f726167654d61703c4b2c563e20666f7220473e3a3a696e736572743a3a68613965316438663632383265656561308902a9013c706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a7265676973747261723a3a4d6f64756c653c543e20617320706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a7265676973747261723a3a5265676973747261723c3c54206173206672616d655f73797374656d3a3a54726169743e3a3a4163636f756e7449643e3e3a3a72656769737465725f706172613a3a68336439383035326364356664353633628a026e3c706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a7265676973747261723a3a43616c6c3c543e2061732073705f72756e74696d653a3a7472616974733a3a446973706174636861626c653e3a3a64697370617463683a3a68396131346463613461336130323538378b024470616c6c65745f656c656374696f6e735f70687261676d656e3a3a4d6f64756c653c543e3a3a646f5f70687261676d656e3a3a68663434323432343630353033303032378c024270616c6c65745f656c656374696f6e735f70687261676d656e3a3a4d6f64756c653c543e3a3a69735f6d656d6265723a3a68373238376134393230353934393461318d024270616c6c65745f656c656374696f6e735f70687261676d656e3a3a4d6f64756c653c543e3a3a69735f72756e6e65723a3a68303935386562333039356136666234398e02437061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653a3a7573696e675f656e636f6465643a3a68333961383435633332383137653535368f02437061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653a3a7573696e675f656e636f6465643a3a68373437313038366266343364376135349002366672616d655f73797374656d3a3a4d6f64756c653c543e3a3a626c6f636b5f686173683a3a683039653664653737623337363834653091023770616c6c65745f617574686f72736869703a3a4d6f64756c653c543e3a3a617574686f723a3a683661353965663830333839333333616692023b70616c6c65745f7374616b696e673a3a4d6f64756c653c543e3a3a7265776172645f62795f6964733a3a683431366434663334653338373863653293023c7061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653a3a656e636f64653a3a6838376162656666303266333965326530940234636f72653a3a7074723a3a7265616c5f64726f705f696e5f706c6163653a3a68666533663436663936303061323761342e323237950230636f72653a3a7074723a3a7265616c5f64726f705f696e5f706c6163653a3a6836623234333031383961303261616261960273706f6c6b61646f745f72756e74696d653a3a5f3a3a3c696d706c207061726974795f7363616c655f636f6465633a3a636f6465633a3a4465636f646520666f7220706f6c6b61646f745f72756e74696d653a3a43616c6c3e3a3a6465636f64653a3a683861623366386263643564623638393897027a3c70616c6c65745f696e64696365733a3a616464726573733a3a416464726573733c4163636f756e7449642c4163636f756e74496e6465783e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a4465636f64653e3a3a6465636f64653a3a683766613936643239613663303938366698026c3c7061726974795f7363616c655f636f6465633a3a636f6d706163743a3a436f6d706163743c753132383e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a4465636f64653e3a3a6465636f64653a3a68613536313939383661396164363034329902723c73705f72756e74696d653a3a67656e657269633a3a6865616465723a3a4865616465723c4e756d6265722c486173683e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a4465636f64653e3a3a6465636f64653a3a68363762373036346166363834363362369a027a70616c6c65745f636f6c6c6563746976653a3a5f3a3a3c696d706c207061726974795f7363616c655f636f6465633a3a636f6465633a3a4465636f646520666f722070616c6c65745f636f6c6c6563746976653a3a43616c6c3c542c493e3e3a3a6465636f64653a3a68646535656134636230363062323137669b02613c616c6c6f633a3a636f6c6c656374696f6e733a3a62747265653a3a6d61703a3a42547265654d61703c4b2c563e20617320636f72653a3a6f70733a3a64726f703a3a44726f703e3a3a64726f703a3a68343961653161316336303636336664399c026f3c285475706c65456c656d656e74302c205475706c65456c656d656e7431292061732073705f72756e74696d653a3a7472616974733a3a4f6e46696e616c697a653c426c6f636b4e756d6265723e3e3a3a6f6e5f66696e616c697a653a3a68343331366164333230396464633364639d023c7061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653a3a656e636f64653a3a68363932356233663232323364316265639e02376672616d655f73797374656d3a3a4d6f64756c653c543e3a3a6465706f7369745f6c6f673a3a68303062623465343530323536326431639f023c7061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653a3a656e636f64653a3a6832326665646430626564303930303161a002766672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a76616c75653a3a3c696d706c206672616d655f737570706f72743a3a73746f726167653a3a53746f7261676556616c75653c543e20666f7220473e3a3a6765743a3a6865383539636332656438383331376432a102386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6830356466643635353464393137333934a202386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6833636365366137656566343064653535a3023c7061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653a3a656e636f64653a3a6834653732626630326337363730653366a402723c616c6c6f633a3a636f6c6c656374696f6e733a3a62747265653a3a6d61703a3a496e746f497465723c4b2c563e20617320636f72653a3a697465723a3a7472616974733a3a6974657261746f723a3a4974657261746f723e3a3a6e6578743a3a6834666564666333616663313338623737a502723c616c6c6f633a3a636f6c6c656374696f6e733a3a62747265653a3a6d61703a3a496e746f497465723c4b2c563e20617320636f72653a3a697465723a3a7472616974733a3a6974657261746f723a3a4974657261746f723e3a3a6e6578743a3a6837653735326464643437643237373365a6023c70616c6c65745f6772616e6470613a3a4d6f64756c653c543e3a3a63616c6c5f66756e6374696f6e733a3a6862353966303635666361326339613039a7023e70616c6c65745f6772616e6470613a3a4d6f64756c653c543e3a3a73746f726167655f6d657461646174613a3a6863316662366231393833313838313231a802703c70616c6c65745f6772616e6470613a3a5f5f4765744279746553747275637443757272656e7453657449643c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6836643435353938633861643533306534a902693c70616c6c65745f6772616e6470613a3a5f5f4765744279746553747275637453746174653c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6833323766653239646264333862396164aa0297013c285475706c65456c656d656e74302c205475706c65456c656d656e74312c205475706c65456c656d656e74322c205475706c65456c656d656e74332c205475706c65456c656d656e7434292061732070616c6c65745f73657373696f6e3a3a53657373696f6e48616e646c65723c4149643e3e3a3a6f6e5f6e65775f73657373696f6e3a3a6830633037323338346461356233336266ab02776672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6d61703a3a3c696d706c206672616d655f737570706f72743a3a73746f726167653a3a53746f726167654d61703c4b2c563e20666f7220473e3a3a696e736572743a3a6838303537663563373065663930616634ac02386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6862613765363162346564636330643532ad023d70616c6c65745f6772616e6470613a3a4d6f64756c653c543e3a3a7363686564756c655f6368616e67653a3a6834393636663563343037663831613266ae02386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6865323838336434613964336439363634af02437061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653a3a7573696e675f656e636f6465643a3a6839343033626436313332396361626234b0023c7061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653a3a656e636f64653a3a6836353330356330616465633639393439b102683c636f72653a3a697465723a3a61646170746572733a3a4d61703c492c463e20617320636f72653a3a697465723a3a7472616974733a3a6974657261746f723a3a4974657261746f723e3a3a73697a655f68696e743a3a6831313366386364326631643531333436b202633c636f72653a3a697465723a3a61646170746572733a3a4d61703c492c463e20617320636f72653a3a697465723a3a7472616974733a3a6974657261746f723a3a4974657261746f723e3a3a6e6578743a3a6836663064623663336666616432346433b3023e636f72653a3a697465723a3a7472616974733a3a6974657261746f723a3a4974657261746f723a3a6e74683a3a6838306533363236613666343836393664b4024a3c58206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a7573696e675f656e636f6465643a3a6833363164653231656535343163373530b50248616c6c6f633a3a636f6c6c656374696f6e733a3a62747265653a3a6d61703a3a42547265654d61703c4b2c563e3a3a696e736572743a3a6862633464316632333833386432633038b60248616c6c6f633a3a636f6c6c656374696f6e733a3a62747265653a3a6d61703a3a42547265654d61703c4b2c563e3a3a696e736572743a3a6863333861383765643063353763313664b7024b616c6c6f633a3a636f6c6c656374696f6e733a3a62747265653a3a6d61703a3a566163616e74456e7472793c4b2c563e3a3a696e736572743a3a6831393763326137313032623732343434b8025c3c636f72653a3a6f7074696f6e3a3a4f7074696f6e3c543e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a656e636f64655f746f3a3a6865393734656234633761613062343634b9025f3c70616c6c65745f6772616e6470613a3a4d6f64756c653c543e206173206672616d655f6d657461646174613a3a4d6f64756c654572726f724d657461646174613e3a3a6d657461646174613a3a6837373434623561333034373633383534ba02613c616c6c6f633a3a636f6c6c656374696f6e733a3a62747265653a3a6d61703a3a42547265654d61703c4b2c563e20617320636f72653a3a6f70733a3a64726f703a3a44726f703e3a3a64726f703a3a6831323461646266386237656534356635bb02613c616c6c6f633a3a636f6c6c656374696f6e733a3a62747265653a3a6d61703a3a496e746f497465723c4b2c563e20617320636f72653a3a6f70733a3a64726f703a3a44726f703e3a3a64726f703a3a6837636334383731643061623036663333bc0230636f72653a3a7074723a3a7265616c5f64726f705f696e5f706c6163653a3a6830356238656631356433613161303133bd02ab013c706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a7265676973747261723a3a4d6f64756c653c543e20617320706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a7265676973747261723a3a5265676973747261723c3c54206173206672616d655f73797374656d3a3a54726169743e3a3a4163636f756e7449643e3e3a3a646572656769737465725f706172613a3a6833656665363064636235313437386666be02a2013c706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a7265676973747261723a3a4d6f64756c653c543e20617320706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a7265676973747261723a3a5265676973747261723c3c54206173206672616d655f73797374656d3a3a54726169743e3a3a4163636f756e7449643e3e3a3a6e65775f69643a3a6838643534306262663662386437643334bf02386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6865643961396536623630303537313432c002386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6834303262303439613330643333316533c102386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6864306365303265323737353237356434c202386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6861333437306261393763363366613432c3024d706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a7265676973747261723a3a737761705f6f7264657265645f6578697374656e63653a3a6833623039393661393233366439363534c4024a3c58206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a7573696e675f656e636f6465643a3a6862633963363236653563363635376466c50258706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a70617261636861696e733a3a4d6f64756c653c543e3a3a63616c63756c6174655f647574795f726f737465723a3a6863353661653130333136393237336138c602386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6838623732306531636663363464313766c7024873705f72756e74696d653a3a7472616974733a3a4163636f756e744964436f6e76657273696f6e3a3a696e746f5f6163636f756e743a3a6866613336313962343531353639303065c80260706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a70617261636861696e733a3a4d6f64756c653c543e3a3a636865636b5f63616e646964617465733a3a7b7b636c6f737572657d7d3a3a6838626637633231383137336131393033c90252706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a6174746573746174696f6e733a3a4d6f64756c653c543e3a3a6e6f74655f696e636c756465643a3a6830396231376434316638323036623338ca024a3c58206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a7573696e675f656e636f6465643a3a6837636264383065346334353165613433cb02703c7061726974795f7363616c655f636f6465633a3a636f6d706163743a3a436f6d706163743c543e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a7573696e675f656e636f6465643a3a6833313234313433623638636231366464cc02303c265420617320636f72653a3a666d743a3a44656275673e3a3a666d743a3a6830396161646164363563326135316632cd0290013c70616c6c65745f72616e646f6d6e6573735f636f6c6c6563746976655f666c69703a3a4d6f64756c653c543e206173206672616d655f737570706f72743a3a7472616974733a3a52616e646f6d6e6573733c3c54206173206672616d655f73797374656d3a3a54726169743e3a3a486173683e3e3a3a72616e646f6d3a3a6837346436306631636364616462653663ce0283013c706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a7265676973747261723a3a4c696d697450617261746872656164436f6d6d6974733c543e2061732073705f72756e74696d653a3a7472616974733a3a5369676e6564457874656e73696f6e3e3a3a76616c69646174653a3a6835363031376262336366343335386639cf0251706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a70617261636861696e733a3a4d6f64756c653c543e3a3a70617261636861696e5f686561643a3a6863363166643061636564646135643263d002386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6866636263386337646361663937303264d1026f3c285475706c65456c656d656e74302c205475706c65456c656d656e7431292061732073705f72756e74696d653a3a7472616974733a3a4f6e46696e616c697a653c426c6f636b4e756d6265723e3e3a3a6f6e5f66696e616c697a653a3a6864333836333534346136653235323963d20234636f72653a3a6f7074696f6e3a3a4f7074696f6e3c543e3a3a616e645f7468656e3a3a6865623962383765343064653063353862d3024873705f72756e74696d653a3a7472616974733a3a4163636f756e744964436f6e76657273696f6e3a3a696e746f5f6163636f756e743a3a6866646163386435666335306631383630d402733c285475706c65456c656d656e74302c205475706c65456c656d656e7431292061732073705f72756e74696d653a3a7472616974733a3a4f6e496e697469616c697a653c426c6f636b4e756d6265723e3e3a3a6f6e5f696e697469616c697a653a3a6865383735623165303438356130656234d5029a013c706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a736c6f74733a3a4d6f64756c653c543e2061732073705f72756e74696d653a3a7472616974733a3a4f6e496e697469616c697a653c3c54206173206672616d655f73797374656d3a3a54726169743e3a3a426c6f636b4e756d6265723e3e3a3a6f6e5f696e697469616c697a653a3a6831633465316463633561666565303834d6023f70616c6c65745f64656d6f63726163793a3a4d6f64756c653c543e3a3a6c61756e63685f65787465726e616c3a3a6832373462343034323266356130633761d7023d70616c6c65745f64656d6f63726163793a3a4d6f64756c653c543e3a3a6c61756e63685f7075626c69633a3a6830643134396462303631646633376337d8023f70616c6c65745f64656d6f63726163793a3a4d6f64756c653c543e3a3a7265666572656e64756d5f696e666f3a3a6838666234386531393634316530336262d9023a70616c6c65745f64656d6f63726163793a3a4d6f64756c653c543e3a3a766f746572735f666f723a3a6836333531333036646562663161336564da023770616c6c65745f64656d6f63726163793a3a4d6f64756c653c543e3a3a766f74655f6f663a3a6834633638623662613538313035376165db023f70616c6c65745f64656d6f63726163793a3a4d6f64756c653c543e3a3a64656c6567617465645f766f7465733a3a6837353661376564306638363664616630dc024070616c6c65745f64656d6f63726163793a3a4d6f64756c653c543e3a3a636c6561725f7265666572656e64756d3a3a6863643532643939343432656232653736dd02386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6834396639383966323930643835303738de023e70616c6c65745f64656d6f63726163793a3a4d6f64756c653c543e3a3a656e6163745f70726f706f73616c3a3a6835353239383435623434343732363964df02733c285475706c65456c656d656e74302c205475706c65456c656d656e7431292061732073705f72756e74696d653a3a7472616974733a3a4f6e496e697469616c697a653c426c6f636b4e756d6265723e3e3a3a6f6e5f696e697469616c697a653a3a6830333666333834383936393339386562e00251706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a70617261636861696e733a3a4d6f64756c653c543e3a3a63616c6c5f66756e6374696f6e733a3a6866386231333734626236376634343338e10253706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a70617261636861696e733a3a4d6f64756c653c543e3a3a73746f726167655f6d657461646174613a3a6861383734346631626333313539333861e2028f013c706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a70617261636861696e733a3a5f5f4765744279746553747275637452656c61794469737061746368517565756553697a653c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6864383835346665313362646635623833e30250706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a7265676973747261723a3a4d6f64756c653c543e3a3a63616c6c5f66756e6374696f6e733a3a6832346561333937626239613365646138e40252706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a7265676973747261723a3a4d6f64756c653c543e3a3a73746f726167655f6d657461646174613a3a6833373031346438383465326134363237e5027f3c706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a7265676973747261723a3a5f5f47657442797465537472756374446562746f72733c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6866366638626665633734636464326430e6027873705f636f72653a3a63727970746f3a3a5f3a3a3c696d706c207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f646520666f722073705f636f72653a3a63727970746f3a3a4163636f756e74496433323e3a3a656e636f64653a3a6864653261653538333039366638656163e70282013c706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a7265676973747261723a3a5f5f476574427974655374727563744e6578744672656549643c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6837316335636364313665346561343036e80268636f72653a3a6f70733a3a66756e6374696f6e3a3a696d706c733a3a3c696d706c20636f72653a3a6f70733a3a66756e6374696f6e3a3a466e4d75743c413e20666f7220266d757420463e3a3a63616c6c5f6d75743a3a6863353934653762663165323363663835e9022d636f72653a3a736c6963653a3a736f72743a3a726563757273653a3a6830633034643931663064386134633534ea0234636f72653a3a736c6963653a3a736f72743a3a627265616b5f7061747465726e733a3a6838343136303338346333353661363538eb022e636f72653a3a736c6963653a3a736f72743a3a68656170736f72743a3a6863313862333139613934333761383830ec023c636f72653a3a736c6963653a3a736f72743a3a7061727469616c5f696e73657274696f6e5f736f72743a3a6833333534616237313263313830386631ed022d636f72653a3a736c6963653a3a736f72743a3a726563757273653a3a6865356566396635323939646462303232ee0234636f72653a3a736c6963653a3a736f72743a3a627265616b5f7061747465726e733a3a6836333232346361623636653363363931ef022e636f72653a3a736c6963653a3a736f72743a3a68656170736f72743a3a6833663931656534613765323539663533f0023c636f72653a3a736c6963653a3a736f72743a3a7061727469616c5f696e73657274696f6e5f736f72743a3a6865333034366364383562613463616263f1026f3c636f72653a3a697465723a3a61646170746572733a3a526573756c745368756e743c492c453e20617320636f72653a3a697465723a3a7472616974733a3a6974657261746f723a3a4974657261746f723e3a3a7472795f666f6c643a3a6862363734356637623262316565653934f2027a3c706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a636c61696d733a3a4d6f64756c653c543e2061732073705f72756e74696d653a3a7472616974733a3a56616c6964617465556e7369676e65643e3a3a76616c69646174655f756e7369676e65643a3a6861346135373334313761386430386161f3025573705f696f3a3a63727970746f3a3a65787465726e5f686f73745f66756e6374696f6e5f696d706c733a3a736563703235366b315f65636473615f7265636f7665723a3a6864653838373835373262666238363365f4023870616c6c65745f626162653a3a4d6f64756c653c543e3a3a646f5f696e697469616c697a653a3a6861386337646263666162643836626235f5023570616c6c65745f7374616b696e673a3a4d6f64756c653c543e3a3a7374616b6572733a3a6833373433356665306537643663326536f6024a3c58206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a7573696e675f656e636f6465643a3a6861633766616265333362383465393238f702706672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a646f75626c655f6d61703a3a53746f72616765446f75626c654d61703a3a73746f726167655f646f75626c655f6d61705f66696e616c5f6b65793a3a6836303636326130663666323035326564f80268636f72653a3a6f70733a3a66756e6374696f6e3a3a696d706c733a3a3c696d706c20636f72653a3a6f70733a3a66756e6374696f6e3a3a466e4d75743c413e20666f7220266d757420463e3a3a63616c6c5f6d75743a3a6861313136336265373935346665643361f902f4013c70616c6c65745f7374616b696e673a3a4d6f64756c653c543e2061732073705f7374616b696e673a3a6f6666656e63653a3a4f6e4f6666656e636548616e646c65723c3c54206173206672616d655f73797374656d3a3a54726169743e3a3a4163636f756e7449642c283c542061732070616c6c65745f73657373696f6e3a3a54726169743e3a3a56616c696461746f7249642c203c542061732070616c6c65745f73657373696f6e3a3a686973746f726963616c3a3a54726169743e3a3a46756c6c4964656e74696669636174696f6e293e3e3a3a6f6e5f6f6666656e63653a3a6833626539663734643339636532363262fa023970616c6c65745f7374616b696e673a3a4d6f64756c653c543e3a3a6e65775f73657373696f6e3a3a6832643363633335306438653639303063fb0285013c6672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6c696e6b65645f6d61703a3a456e756d657261746f723c4b2c562c463e20617320636f72653a3a697465723a3a7472616974733a3a6974657261746f723a3a4974657261746f723e3a3a6e6578743a3a6865636435356630366134383534323739fc024870616c6c65745f656c656374696f6e735f70687261676d656e3a3a4d6f64756c653c543e3a3a6c6f636b65645f7374616b655f6f663a3a6835363364356464333232653266663333fd024673705f61726974686d657469633a3a68656c706572735f3132386269743a3a6d756c7469706c795f62795f726174696f6e616c3a3a6864666439643134623761363164626637fe02533c73705f61726974686d657469633a3a726174696f6e616c3132383a3a526174696f6e616c31323820617320636f72653a3a636d703a3a4f72643e3a3a636d703a3a6861333433626366366561376335336563ff02583c73705f61726974686d657469633a3a726174696f6e616c3132383a3a526174696f6e616c31323820617320636f72653a3a636d703a3a5061727469616c45713e3a3a65713a3a683635356132623830376136613131363580034d6672616d655f737570706f72743a3a7472616974733a3a4368616e67654d656d626572733a3a636f6d707574655f6d656d626572735f646966663a3a6863663236316335393034313866303130810399013c70616c6c65745f636f6c6c6563746976653a3a4d6f64756c653c542c493e206173206672616d655f737570706f72743a3a7472616974733a3a4368616e67654d656d626572733c3c54206173206672616d655f73797374656d3a3a54726169743e3a3a4163636f756e7449643e3e3a3a6368616e67655f6d656d626572735f736f727465643a3a68313965363736636239336561353163628203743c70616c6c65745f62616c616e6365733a3a696d62616c616e6365733a3a4e65676174697665496d62616c616e63653c542c493e206173206672616d655f737570706f72743a3a7472616974733a3a54727944726f703e3a3a7472795f64726f703a3a683565663538323664373563303262316683039c013c73705f72756e74696d653a3a67656e657269633a3a756e636865636b65645f65787472696e7369633a3a556e636865636b656445787472696e7369633c416464726573732c43616c6c2c5369676e61747572652c45787472613e206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a656e636f64653a3a686132316639373335633638323234323684033c70616c6c65745f73657373696f6e3a3a4d6f64756c653c543e3a3a63616c6c5f66756e6374696f6e733a3a686137656365663537383464666665363385034a3c58206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a7573696e675f656e636f6465643a3a683737303936353763346636383036643886033e70616c6c65745f73657373696f6e3a3a4d6f64756c653c543e3a3a73746f726167655f6d657461646174613a3a68306432323437343337623461653463328703703c70616c6c65745f73657373696f6e3a3a5f5f4765744279746553747275637443757272656e74496e6465783c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a686337653633343439353336663538646488034770616c6c65745f73657373696f6e3a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a686462356636306538306232373533653689039c013c70616c6c65745f73657373696f6e3a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a44454455505f4b45595f50524546495844656661756c74427974654765747465723c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a68363133623661613763373063636532398a033570616c6c65745f73657373696f6e3a3a4d6f64756c653c543e3a3a64697361626c653a3a68613339343366326466613364623163638b033f70616c6c65745f6f6666656e6365733a3a4d6f64756c653c543e3a3a73746f726167655f6d657461646174613a3a68666139613064313437353966363932658c03773c70616c6c65745f6f6666656e6365733a3a5f5f476574427974655374727563745265706f72747342794b696e64496e6465783c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a68633336383961643934323439343432338d033d70616c6c65745f74726561737572793a3a4d6f64756c653c543e3a3a63616c6c5f66756e6374696f6e733a3a68306335363964616637366566333536338e033f70616c6c65745f74726561737572793a3a4d6f64756c653c543e3a3a73746f726167655f6d657461646174613a3a68303430376634663736396432383338398f034870616c6c65745f74726561737572793a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a6863323864366662643535653666396434900398013c70616c6c65745f74726561737572793a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a5370656e64506572696f6444656661756c74427974654765747465723c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a68316565353137343236356162326331379103a0013c70616c6c65745f74726561737572793a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a50726f706f73616c426f6e644d696e696d756d44656661756c74427974654765747465723c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6835386439613130643338303161333833920399013c70616c6c65745f74726561737572793a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a50726f706f73616c426f6e6444656661756c74427974654765747465723c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a686435316538393034653133346266356393039f013c73705f72756e74696d653a3a67656e657269633a3a756e636865636b65645f65787472696e7369633a3a556e636865636b656445787472696e7369633c416464726573732c43616c6c2c5369676e61747572652c45787472613e2061732073705f72756e74696d653a3a7472616974733a3a436865636b61626c653c4c6f6f6b75703e3e3a3a636865636b3a3a68626361663962373037623561636634669403553c73705f72756e74696d653a3a4d756c74695369676e61747572652061732073705f72756e74696d653a3a7472616974733a3a5665726966793e3a3a7665726966793a3a683236663131643539623331386539353895034d706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a636c61696d733a3a4d6f64756c653c543e3a3a63616c6c5f66756e6374696f6e733a3a683939373134353437383162306564383696034f706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a636c61696d733a3a4d6f64756c653c543e3a3a73746f726167655f6d657461646174613a3a6836326634383161316434353639613565970358706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a636c61696d733a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a68356332383566626363636439336162629803a3013c706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a636c61696d733a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a50726566697844656661756c74427974654765747465723c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a683431363761626462313939623738383199034770616c6c65745f656c656374696f6e735f70687261676d656e3a3a4d6f64756c653c543e3a3a63616c6c5f66756e6374696f6e733a3a68383264613962646238643430343734399a034970616c6c65745f656c656374696f6e735f70687261676d656e3a3a4d6f64756c653c543e3a3a73746f726167655f6d657461646174613a3a68656364336266643137303234653134649b035270616c6c65745f656c656374696f6e735f70687261676d656e3a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a68333332333462396661323137626466369c03a3013c70616c6c65745f656c656374696f6e735f70687261676d656e3a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a5465726d4475726174696f6e44656661756c74427974654765747465723c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a68346165643466323861643834656631369d03a7013c70616c6c65745f656c656374696f6e735f70687261676d656e3a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a4465736972656452756e6e657273557044656661756c74427974654765747465723c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a68396662303165313462316261313537639e03a5013c70616c6c65745f656c656374696f6e735f70687261676d656e3a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a446573697265644d656d6265727344656661756c74427974654765747465723c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a68393936326434656462363235656263339f03a1013c70616c6c65745f656c656374696f6e735f70687261676d656e3a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a566f74696e67426f6e6444656661756c74427974654765747465723c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6837373130303930383237663532383433a003860170616c6c65745f7374616b696e673a3a5f3a3a3c696d706c207061726974795f7363616c655f636f6465633a3a636f6465633a3a4465636f646520666f722070616c6c65745f7374616b696e673a3a4578706f737572653c4163636f756e7449642c42616c616e63653e3e3a3a6465636f64653a3a6865636364316531383939343265643262a1035f3c70616c6c65745f73657373696f6e3a3a4d6f64756c653c543e206173206672616d655f6d657461646174613a3a4d6f64756c654572726f724d657461646174613e3a3a6d657461646174613a3a6836663134633231623032653839333135a203603c70616c6c65745f74726561737572793a3a4d6f64756c653c543e206173206672616d655f6d657461646174613a3a4d6f64756c654572726f724d657461646174613e3a3a6d657461646174613a3a6866383463326433373464613861356663a3036a3c70616c6c65745f656c656374696f6e735f70687261676d656e3a3a4d6f64756c653c543e206173206672616d655f6d657461646174613a3a4d6f64756c654572726f724d657461646174613e3a3a6d657461646174613a3a6838336362333534396339613533333732a403303c265420617320636f72653a3a666d743a3a44656275673e3a3a666d743a3a6831626131656230383165616363353566a5037d3c70616c6c65745f7472616e73616374696f6e5f7061796d656e743a3a4368617267655472616e73616374696f6e5061796d656e743c543e2061732073705f72756e74696d653a3a7472616974733a3a5369676e6564457874656e73696f6e3e3a3a76616c69646174653a3a6865633234346661633865616438626534a603426672616d655f737570706f72743a3a7472616974733a3a496d62616c616e63653a3a6d617962655f73756273756d653a3a6862363233393463643131333063386436a703386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6830303039383934363933616663346431a803386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6831303065336561356537653931383032a903386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6831393836376465663237326563636533aa03386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6831656235356238343337613938366266ab03386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6832353266636233656637653864353230ac03386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6832366463653462393838313030366564ad03386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6834633762613363373534636130366539ae03386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6836393634643166333835313165323334af03386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6837643735643465306131323635353965b003386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6838396163356239663837316633373130b103386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6838616635373538643037373565393865b203386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6839353833333937343638373532333266b303386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6839383331623131386661353430363833b403386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6861663333646538333937623864323765b503386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6863336239353738343563363261623534b603386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6863356430386332376338353135356366b703386672616d655f737570706f72743a3a73746f726167653a3a756e6861736865643a3a6765743a3a6865383065313038653034323535393765b8034170616c6c65745f6d656d626572736869703a3a4d6f64756c653c542c493e3a3a63616c6c5f66756e6374696f6e733a3a6862353231346530316466356634646534b9034370616c6c65745f6d656d626572736869703a3a4d6f64756c653c542c493e3a3a73746f726167655f6d657461646174613a3a6866363165353932663937653833613561ba034b3c5b543b205f5d206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a656e636f64655f746f3a3a6837613439326565393865663166316635bb034a70616c6c65745f7472616e73616374696f6e5f7061796d656e743a3a4d6f64756c653c543e3a3a73746f726167655f6d657461646174613a3a6838333437386232633232393236383530bc035370616c6c65745f7472616e73616374696f6e5f7061796d656e743a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a6864643136663064316265343063643565bd03aa013c70616c6c65745f7472616e73616374696f6e5f7061796d656e743a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a5472616e73616374696f6e4279746546656544656661756c74427974654765747465723c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6834326434653634393966623831356234be03303c265420617320636f72653a3a666d743a3a44656275673e3a3a666d743a3a6831396233353866363963643166393433bf036073705f696f3a3a63727970746f3a3a65787465726e5f686f73745f66756e6374696f6e5f696d706c733a3a736563703235366b315f65636473615f7265636f7665725f636f6d707265737365643a3a6866376531323234636439383932363037c003910173705f636f6e73656e7375735f626162653a3a6469676573743a3a5f3a3a3c696d706c207061726974795f7363616c655f636f6465633a3a636f6465633a3a4465636f646520666f722073705f636f6e73656e7375735f626162653a3a6469676573743a3a526177426162655072654469676573743e3a3a6465636f64653a3a6832326264313439333838643164636662c1033b70616c6c65745f626162653a3a4d6f64756c653c543e3a3a73746f726167655f6d657461646174613a3a6864613831613365393935326533336439c2036b3c70616c6c65745f626162653a3a5f5f4765744279746553747275637452616e646f6d6e6573733c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6866383637396636343431666133313164c3034470616c6c65745f626162653a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a6837653132336133636136313335613138c4039a013c70616c6c65745f626162653a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a4578706563746564426c6f636b54696d6544656661756c74427974654765747465723c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6834393664393561373461383931303564c50396013c70616c6c65745f626162653a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a45706f63684475726174696f6e44656661756c74427974654765747465723c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6837343937313538363237356466643466c6034170616c6c65745f636f6c6c6563746976653a3a4d6f64756c653c542c493e3a3a63616c6c5f66756e6374696f6e733a3a6835613138353261643137663630653966c7034370616c6c65745f636f6c6c6563746976653a3a4d6f64756c653c542c493e3a3a73746f726167655f6d657461646174613a3a6837383231366366356163663965313961c8034370616c6c65745f636f6c6c6563746976653a3a4d6f64756c653c542c493e3a3a73746f726167655f6d657461646174613a3a6839663665386465656263666166386234c9034a3c58206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a7573696e675f656e636f6465643a3a6833303031366335633464313862666164ca03643c70616c6c65745f636f6c6c6563746976653a3a4d6f64756c653c542c493e206173206672616d655f6d657461646174613a3a4d6f64756c654572726f724d657461646174613e3a3a6d657461646174613a3a6831663431353933613837626237313834cb030c436f72655f76657273696f6ecc0312436f72655f657865637574655f626c6f636bcd03726672616d655f6578656375746976653a3a4578656375746976653c53797374656d2c426c6f636b2c436f6e746578742c556e7369676e656456616c696461746f722c416c6c4d6f64756c65733e3a3a696e697469616c697a655f626c6f636b3a3a6838343535306435383033633235663035ce035373705f696f3a3a747269653a3a65787465726e5f686f73745f66756e6374696f6e5f696d706c733a3a626c616b65325f3235365f6f7264657265645f726f6f743a3a6836623763616131306632653863306536cf037a6672616d655f6578656375746976653a3a4578656375746976653c53797374656d2c426c6f636b2c436f6e746578742c556e7369676e656456616c696461746f722c416c6c4d6f64756c65733e3a3a6170706c795f65787472696e7369635f776974685f6c656e3a3a6864623932613339613838663363643861d003363c5420617320636f72653a3a636f6e766572743a3a496e746f3c553e3e3a3a696e746f3a3a6838663964393539306566653663633362d103346672616d655f73797374656d3a3a4d6f64756c653c543e3a3a66696e616c697a653a3a6839616362613434303430636663373563d20315436f72655f696e697469616c697a655f626c6f636bd303114d657461646174615f6d65746164617461d4031c426c6f636b4275696c6465725f6170706c795f65787472696e736963d503aa0173705f72756e74696d653a3a7472616e73616374696f6e5f76616c69646974793a3a5f3a3a3c696d706c207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f646520666f722073705f72756e74696d653a3a7472616e73616374696f6e5f76616c69646974793a3a5472616e73616374696f6e56616c69646974794572726f723e3a3a656e636f64655f746f3a3a6833306330313461316461303632353737d6031b426c6f636b4275696c6465725f66696e616c697a655f626c6f636bd70320426c6f636b4275696c6465725f696e686572656e745f65787472696e73696373d8031c426c6f636b4275696c6465725f636865636b5f696e686572656e7473d90318426c6f636b4275696c6465725f72616e646f6d5f73656564da032b5461676765645472616e73616374696f6e51756575655f76616c69646174655f7472616e73616374696f6edb035373705f72756e74696d653a3a7472616e73616374696f6e5f76616c69646974793a3a56616c69645472616e73616374696f6e3a3a636f6d62696e655f776974683a3a6864373365616334313136393131653366dc03214f6666636861696e576f726b65724170695f6f6666636861696e5f776f726b6572dd035173705f696f3a3a63727970746f3a3a65787465726e5f686f73745f66756e6374696f6e5f696d706c733a3a737232353531395f7075626c69635f6b6579733a3a6863363865306532656331383733393034de034d73705f696f3a3a6f6666636861696e3a3a65787465726e5f686f73745f66756e6374696f6e5f696d706c733a3a6e6574776f726b5f73746174653a3a6832366536353838346463656530346564df034a73705f696f3a3a63727970746f3a3a65787465726e5f686f73745f66756e6374696f6e5f696d706c733a3a737232353531395f7369676e3a3a6861366634656435386435323164343062e0035273705f696f3a3a6f6666636861696e3a3a65787465726e5f686f73745f66756e6374696f6e5f696d706c733a3a7375626d69745f7472616e73616374696f6e3a3a6834373564303062396534356434376463e1031850617261636861696e486f73745f76616c696461746f7273e2031950617261636861696e486f73745f647574795f726f73746572e3031f50617261636861696e486f73745f6163746976655f70617261636861696e73e4031e50617261636861696e486f73745f70617261636861696e5f737461747573e5031c50617261636861696e486f73745f70617261636861696e5f636f6465e6031550617261636861696e486f73745f696e6772657373e7031750617261636861696e486f73745f6765745f6865616473e8031e4772616e6470614170695f6772616e6470615f617574686f726974696573e90315426162654170695f636f6e66696775726174696f6eea0321417574686f72697479446973636f766572794170695f617574686f726974696573eb032153657373696f6e4b6579735f67656e65726174655f73657373696f6e5f6b657973ec03920173705f6170706c69636174696f6e5f63727970746f3a3a737232353531393a3a3c696d706c2073705f6170706c69636174696f6e5f63727970746f3a3a7472616974733a3a52756e74696d655075626c696320666f722073705f636f72653a3a737232353531393a3a5075626c69633e3a3a67656e65726174655f706169723a3a6865666534616431303537363361386339ed031d4163636f756e744e6f6e63654170695f6163636f756e745f6e6f6e6365ee03205472616e73616374696f6e5061796d656e744170695f71756572795f696e666fef036f3c706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a736c6f74733a3a4d6f64756c653c543e206173206672616d655f6d657461646174613a3a4d6f64756c654572726f724d657461646174613e3a3a6d657461646174613a3a6866353439333130363361633432316136f0035c6672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6d61703a3a53746f726167654d61703a3a73746f726167655f6d61705f66696e616c5f6b65793a3a6866333962323431663033666663646633f1034a706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a736c6f74733a3a4d6f64756c653c543e3a3a6465706f7369745f68656c643a3a6861373966306438363966386135313665f20368636f72653a3a6f70733a3a66756e6374696f6e3a3a696d706c733a3a3c696d706c20636f72653a3a6f70733a3a66756e6374696f6e3a3a466e4d75743c413e20666f7220266d757420463e3a3a63616c6c5f6d75743a3a6836393532633630326166393164643335f30380017061726974795f7363616c655f636f6465633a3a636f6465633a3a696e6e65725f7475706c655f696d706c3a3a3c696d706c207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f646520666f72202851302c205230293e3a3a656e636f64655f746f3a3a6831383331303536333966326237656638f403776672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6d61703a3a3c696d706c206672616d655f737570706f72743a3a73746f726167653a3a53746f726167654d61703c4b2c563e20666f7220473e3a3a696e736572743a3a6834326562616237633534333830656261f5033e70616c6c65745f696e64696365733a3a4d6f64756c653c543e3a3a73746f726167655f6d657461646174613a3a6865636136393532383465663538303536f6033e70616c6c65745f74696d657374616d703a3a4d6f64756c653c543e3a3a63616c6c5f66756e6374696f6e733a3a6861333431623138646566343662316134f7034070616c6c65745f74696d657374616d703a3a4d6f64756c653c543e3a3a73746f726167655f6d657461646174613a3a6837643835336436653363623138316135f8034970616c6c65745f74696d657374616d703a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a6861386131386631373430366632636263f9039b013c70616c6c65745f74696d657374616d703a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a4d696e696d756d506572696f6444656661756c74427974654765747465723c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6863373464303135383661393133346639fa033f70616c6c65745f617574686f72736869703a3a4d6f64756c653c543e3a3a63616c6c5f66756e6374696f6e733a3a6832393034336433666465656639386636fb034170616c6c65745f617574686f72736869703a3a4d6f64756c653c543e3a3a73746f726167655f6d657461646174613a3a6862306135666239323064633436353966fc034c706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a736c6f74733a3a4d6f64756c653c543e3a3a63616c6c5f66756e6374696f6e733a3a6838336332663932373433303337653330fd034e706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a736c6f74733a3a4d6f64756c653c543e3a3a73746f726167655f6d657461646174613a3a6835376638343566633564396465363332fe037e3c706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a736c6f74733a3a5f5f476574427974655374727563744f6e626f617264696e673c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6866323464313861353238346135613734ff037b3c706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a736c6f74733a3a5f5f4765744279746553747275637457696e6e696e673c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a68363963303636666363343836653166648004623c70616c6c65745f617574686f72736869703a3a4d6f64756c653c543e206173206672616d655f6d657461646174613a3a4d6f64756c654572726f724d657461646174613e3a3a6d657461646174613a3a68373039313735393461393937353335378104303c282920617320636f72653a3a666d743a3a44656275673e3a3a666d743a3a683334356135333438313962316431303782044a3c58206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a7573696e675f656e636f6465643a3a68613261376131346463613938643831638304706672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a646f75626c655f6d61703a3a53746f72616765446f75626c654d61703a3a73746f726167655f646f75626c655f6d61705f66696e616c5f6b65793a3a68313731643535373331383263666664638404706672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a646f75626c655f6d61703a3a53746f72616765446f75626c654d61703a3a73746f726167655f646f75626c655f6d61705f66696e616c5f6b65793a3a6835613265323135633162343966663363850484016672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6c696e6b65645f6d61703a3a3c696d706c206672616d655f737570706f72743a3a73746f726167653a3a53746f726167654c696e6b65644d61703c4b2c563e20666f7220473e3a3a72656d6f76653a3a68343365386364623330303634386432648604437061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653a3a7573696e675f656e636f6465643a3a6835326564383231346363613632346130870484016672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6c696e6b65645f6d61703a3a3c696d706c206672616d655f737570706f72743a3a73746f726167653a3a53746f726167654c696e6b65644d61703c4b2c563e20666f7220473e3a3a72656d6f76653a3a68646335393333303536613264343735398804746672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6d61703a3a3c696d706c206672616d655f737570706f72743a3a73746f726167653a3a53746f726167654d61703c4b2c563e20666f7220473e3a3a6765743a3a68663361326636613866613165616434308904776672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6d61703a3a3c696d706c206672616d655f737570706f72743a3a73746f726167653a3a53746f726167654d61703c4b2c563e20666f7220473e3a3a696e736572743a3a68303331346136396434393832663032628a04776672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6d61703a3a3c696d706c206672616d655f737570706f72743a3a73746f726167653a3a53746f726167654d61703c4b2c563e20666f7220473e3a3a72656d6f76653a3a68346433316539643661633037636264398b043970616c6c65745f7374616b696e673a3a4d6f64756c653c543e3a3a6d616b655f7061796f75743a3a68386335326539393864303933303430638c0485013c6672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6c696e6b65645f6d61703a3a456e756d657261746f723c4b2c562c463e20617320636f72653a3a697465723a3a7472616974733a3a6974657261746f723a3a4974657261746f723e3a3a6e6578743a3a68646462336534386565633733626564618d0485013c6672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6c696e6b65645f6d61703a3a456e756d657261746f723c4b2c562c463e20617320636f72653a3a697465723a3a7472616974733a3a6974657261746f723a3a4974657261746f723e3a3a6e6578743a3a68373632383637323361333135393136388e044270616c6c65745f7374616b696e673a3a4d6f64756c653c543e3a3a736c61736861626c655f62616c616e63655f6f663a3a68353031383637376638333165333465338f043570616c6c65745f7374616b696e673a3a736c617368696e673a3a646f5f736c6173683a3a683430373735616131313735316137626490043470616c6c65745f7374616b696e673a3a4d6f64756c653c543e3a3a626f6e6465643a3a686663323462323335623461346162343291043b70616c6c65745f7374616b696e673a3a4d6f64756c653c543e3a3a7570646174655f6c65646765723a3a683632613838353231373236333431323892043c70616c6c65745f7374616b696e673a3a4d6f64756c653c543e3a3a63616c6c5f66756e6374696f6e733a3a686637386236313130646132653730656693043c70616c6c65745f7374616b696e673a3a4d6f64756c653c543e3a3a656e737572655f6e65775f6572613a3a683037336630363335343732373837636394043e70616c6c65745f7374616b696e673a3a4d6f64756c653c543e3a3a73746f726167655f6d657461646174613a3a683235393564366564633730363930646595046d3c70616c6c65745f7374616b696e673a3a5f5f476574427974655374727563745370616e536c6173683c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a683239363531666666636335613331363896043c7061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653a3a656e636f64653a3a683632633535633137313538333038373697047a3c70616c6c65745f7374616b696e673a3a5f5f4765744279746553747275637443757272656e74457261506f696e74734561726e65643c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a686361383266346231303437666163373198046b3c70616c6c65745f7374616b696e673a3a5f5f476574427974655374727563745374616b6572733c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a683865623164643234383131323635376599046e3c70616c6c65745f7374616b696e673a3a5f5f4765744279746553747275637456616c696461746f72733c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a68663233613564303530393339393033339a04793c70616c6c65745f7374616b696e673a3a5f5f476574427974655374727563744d696e696d756d56616c696461746f72436f756e743c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a68393634666237626562363562363166639b044770616c6c65745f7374616b696e673a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a68643330353865353562353437376638659c049b013c70616c6c65745f7374616b696e673a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a426f6e64696e674475726174696f6e44656661756c74427974654765747465723c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a68653639366163313837646333646539639d049a013c70616c6c65745f7374616b696e673a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a53657373696f6e7350657245726144656661756c74427974654765747465723c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a68623761383432323633643036373330349e044970616c6c65745f7374616b696e673a3a736c617368696e673a3a496e7370656374696e675370616e733c543e3a3a6572615f7370616e3a3a68626336616634626530396632623932319f045e70616c6c65745f7374616b696e673a3a736c617368696e673a3a496e7370656374696e675370616e733c543e3a3a636f6d706172655f616e645f7570646174655f7370616e5f736c6173683a3a6834373361343037623864306563313336a004776672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6d61703a3a3c696d706c206672616d655f737570706f72743a3a73746f726167653a3a53746f726167654d61703c4b2c563e20666f7220473e3a3a696e736572743a3a6864313165386363363538626165633161a104776672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6d61703a3a3c696d706c206672616d655f737570706f72743a3a73746f726167653a3a53746f726167654d61703c4b2c563e20666f7220473e3a3a696e736572743a3a6839663534363430323761383430646636a2045f3c70616c6c65745f7374616b696e673a3a4d6f64756c653c543e206173206672616d655f6d657461646174613a3a4d6f64756c654572726f724d657461646174613e3a3a6d657461646174613a3a6838366532393036663035333038326130a3043b3c266d7574205720617320636f72653a3a666d743a3a57726974653e3a3a77726974655f636861723a3a6831366234653436656635303131656561a4043a3c266d7574205720617320636f72653a3a666d743a3a57726974653e3a3a77726974655f666d743a3a6839396436313562376333646631326663a5044b6672616d655f73797374656d3a3a4d6f64756c653c543e3a3a72656769737465725f65787472615f7765696768745f756e636865636b65643a3a6864666132313863373262353131633033a6044473705f72756e74696d653a3a7472616974733a3a5369676e6564457874656e73696f6e3a3a7072655f64697370617463683a3a6834373239663565343565386665376564a7044570616c6c65745f66696e616c6974795f747261636b65723a3a4d6f64756c653c543e3a3a63616c6c5f66756e6374696f6e733a3a6835393135646536303437326234616437a8045070616c6c65745f66696e616c6974795f747261636b65723a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a6839346231386231643962373537636132a9049f013c70616c6c65745f66696e616c6974795f747261636b65723a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a57696e646f7753697a6544656661756c74427974654765747465723c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6833323138386333373561353435393139aa045170616c6c65745f72616e646f6d6e6573735f636f6c6c6563746976655f666c69703a3a4d6f64756c653c543e3a3a73746f726167655f6d657461646174613a3a6836643562626235353164353334306539ab04683c70616c6c65745f66696e616c6974795f747261636b65723a3a4d6f64756c653c543e206173206672616d655f6d657461646174613a3a4d6f64756c654572726f724d657461646174613e3a3a6d657461646174613a3a6838613635353339306336373466613366ac044170616c6c65745f64656d6f63726163793a3a4d6f64756c653c543e3a3a696e6a6563745f7265666572656e64756d3a3a6861316662373931333763613566313733ad043a70616c6c65745f64656d6f63726163793a3a4d6f64756c653c543e3a3a6465706f7369745f6f663a3a6864303032343565383963313233653838ae0485013c6672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6c696e6b65645f6d61703a3a456e756d657261746f723c4b2c562c463e20617320636f72653a3a697465723a3a7472616974733a3a6974657261746f723a3a4974657261746f723e3a3a6e6578743a3a6836326436323361396163393066363863af044470616c6c65745f64656d6f63726163793a3a4d6f64756c653c543e3a3a69735f6163746976655f7265666572656e64756d3a3a6831353831386664666634663236393837b0043e70616c6c65745f64656d6f63726163793a3a4d6f64756c653c543e3a3a63616c6c5f66756e6374696f6e733a3a6835626631393436393933623938373636b1044070616c6c65745f64656d6f63726163793a3a4d6f64756c653c543e3a3a73746f726167655f6d657461646174613a3a6865343831313533336665613235646539b204713c70616c6c65745f64656d6f63726163793a3a5f5f4765744279746553747275637444656c65676174696f6e733c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6863393833393932663436646637626439b304713c70616c6c65745f64656d6f63726163793a3a5f5f476574427974655374727563745075626c696350726f70733c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6862306461303235656133386136663966b4046f3c70616c6c65745f64656d6f63726163793a3a5f5f47657442797465537472756374507265696d616765733c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6833343838303330366365346361353362b5044970616c6c65745f64656d6f63726163793a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a6838623064656533323939363035656561b6049a013c70616c6c65745f64656d6f63726163793a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a4c61756e6368506572696f6444656661756c74427974654765747465723c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6866623934616439616333613937653662b704a3013c70616c6c65745f64656d6f63726163793a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a456d657267656e6379566f74696e67506572696f6444656661756c74427974654765747465723c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6831303162346639393165653436356435b8049c013c70616c6c65745f64656d6f63726163793a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a4d696e696d756d4465706f73697444656661756c74427974654765747465723c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6835643138383865663664316631633335b9049d013c70616c6c65745f64656d6f63726163793a3a4d6f64756c653c543e3a3a6d6f64756c655f636f6e7374616e74735f6d657461646174613a3a456e6163746d656e74506572696f6444656661756c74427974654765747465723c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6836396533363136353632303338646239ba043770616c6c65745f64656d6f63726163793a3a4d6f64756c653c543e3a3a646f5f766f74653a3a6864313037396362346330653662306462bb04776672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6d61703a3a3c696d706c206672616d655f737570706f72743a3a73746f726167653a3a53746f726167654d61703c4b2c563e20666f7220473e3a3a72656d6f76653a3a6833653061356236386132633136356537bc04776672616d655f737570706f72743a3a73746f726167653a3a67656e657261746f723a3a6d61703a3a3c696d706c206672616d655f737570706f72743a3a73746f726167653a3a53746f726167654d61703c4b2c563e20666f7220473e3a3a696e736572743a3a6834373630356634343066313632623038bd04613c70616c6c65745f64656d6f63726163793a3a4d6f64756c653c543e206173206672616d655f6d657461646174613a3a4d6f64756c654572726f724d657461646174613e3a3a6d657461646174613a3a6833373431363938306266333063376663be04463c58206173207061726974795f7363616c655f636f6465633a3a636f6465633a3a456e636f64653e3a3a656e636f64655f746f3a3a6836343138356432386638353861323262bf0430636f72653a3a7074723a3a7265616c5f64726f705f696e5f706c6163653a3a6835346364326437323334336339346438c0043a6672616d655f73797374656d3a3a4d6f64756c653c543e3a3a63616c6c5f66756e6374696f6e733a3a6863393365656235313334626561393966c1043c6672616d655f73797374656d3a3a4d6f64756c653c543e3a3a73746f726167655f6d657461646174613a3a6863343536613235623635383963303765c204683c6672616d655f73797374656d3a3a5f5f476574427974655374727563744576656e74733c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6839313263323365303231316365396431c304703c6672616d655f73797374656d3a3a5f5f4765744279746553747275637445787472696e73696373526f6f743c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6863373633646134346431393531336539c404703c6672616d655f73797374656d3a3a5f5f4765744279746553747275637445787472696e736963436f756e743c543e206173206672616d655f6d657461646174613a3a44656661756c74427974653e3a3a64656661756c745f627974653a3a6838613530393162303432303361306132c50453706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a6174746573746174696f6e733a3a4d6f64756c653c543e3a3a63616c6c5f66756e6374696f6e733a3a6866646430383732316531653730343262c60455706f6c6b61646f745f72756e74696d655f636f6d6d6f6e3a3a6174746573746174696f6e733a3a4d6f64756c653c543e3a3a73746f726167655f6d657461646174613a3a6838623331653134356238323030396634c7043a73705f61726974686d657469633a3a62696775696e743a3a42696755696e743a3a6c73747269703a3a6835353064326638373236343736303565c8043773705f61726974686d657469633a3a62696775696e743a3a42696755696e743a3a6164643a3a6863313032373339376135363731306361c9043773705f61726974686d657469633a3a62696775696e743a3a42696755696e743a3a6d756c3a3a6834626462343135393661323162326534ca044473705f61726974686d657469633a3a62696775696e743a3a42696755696e743a3a6469763a3a7b7b636c6f737572657d7d3a3a6832613761643538653464666630343062cb044b3c73705f61726974686d657469633a3a62696775696e743a3a42696755696e7420617320636f72653a3a636d703a3a4f72643e3a3a636d703a3a6830646664613538326234656662656539cc04303c265420617320636f72653a3a666d743a3a44656275673e3a3a666d743a3a6836346336303736616336346134656434cd04513c616c6c6f633a3a7665633a3a5665633c543e20617320616c6c6f633a3a7665633a3a53706563457874656e643c542c493e3e3a3a66726f6d5f697465723a3a6834653338643364633565633130613731ce043d73705f61726974686d657469633a3a68656c706572735f3132386269743a3a746f5f6269675f75696e743a3a6866623462626464346633363964333461cf04413c73705f696e686572656e74733a3a4572726f7220617320636f72653a3a666d743a3a44656275673e3a3a666d743a3a6866373962396434313266656366366232d004323c265420617320636f72653a3a666d743a3a446973706c61793e3a3a666d743a3a6836343735353933316239376335643237d1044273705f696f3a3a6c6f6767696e673a3a65787465726e5f686f73745f66756e6374696f6e5f696d706c733a3a6c6f673a3a6865363564643165376663643032303234d204066d656d736574d304066d656d637079d404076d656d6d6f7665d5040462636d70d604095f5f6173686c746933d704095f5f6c736872746933d804085f5f6d756c746933d904095f5f75646976746933da04095f5f756d6f64746933db040c5f5f756469766d6f6474693400550970726f64756365727302086c616e6775616765010452757374000c70726f6365737365642d62790105727573746325312e34322e302d6e696768746c79202863616132333164393920323032302d30312d303829", + "0xcec5070d609dd3497f72bde07fc96ba0726380404683fc89e8233450c8aa19509fe6329cc0b39e09343a73657373696f6e3a6b657973538a5b67f2b6e2a4e04e3a0121d75f4d0efb5bd14689ab4a07cbff45b88e7f7d": "0xbe5ddb1579b72e84524fc29e78609e3caf42e85aa118ebfe0b0ad404b5bdd25f", + "0xf2794c22e353e9a839f12faab03a911b7f17cdfbfa73331856cca0acddd7842e": "0x00000000", + "0x9c5d795d0297be56027a4b2464e33397f43d6436dec51f09c3b71287a8fc9d48": "0x00000000000000000000000000000000", + "0x3a6772616e6470615f617574686f726974696573": "0x0108d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69010000000000000088dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee0100000000000000", + "0xc2261276cc9d1f8598ea4b6a74b15c2f6482b9ade7bc6657aaca787ba1add3b454b75224d766c852ac60eb44e1329aec5058574ae8daf703d43bc2fbd9f33d6c": "0x000064a7b3b6e00d0000000000000000", + "0xcec5070d609dd3497f72bde07fc96ba0726380404683fc89e8233450c8aa19509fe6329cc0b39e09343a73657373696f6e3a6b65797308219184be6a65e5100ee2c171c4c477d68940c58d3253a46259bf1014f484d9": "0xfe65717dad0447d715f660a0a58411de509b42e6efb8375f562f58a554d5860e", + "0xcec5070d609dd3497f72bde07fc96ba088dcde934c658227ee1dfafcd6e16903": "0x08fe65717dad0447d715f660a0a58411de509b42e6efb8375f562f58a554d5860ebe5ddb1579b72e84524fc29e78609e3caf42e85aa118ebfe0b0ad404b5bdd25f", + "0x5f3e4907f716ac89b6347d15ececedca5579297f4dfb9609e7e4c2ebab9ce40a": "0x08be5ddb1579b72e84524fc29e78609e3caf42e85aa118ebfe0b0ad404b5bdd25ffe65717dad0447d715f660a0a58411de509b42e6efb8375f562f58a554d5860e", + "0xcec5070d609dd3497f72bde07fc96ba0726380404683fc89e8233450c8aa19509fe6329cc0b39e09343a73657373696f6e3a6b65797342a1d578558b434ecac1371dde376dca0109923708bad2f9b39a39fe726cba7e": "0xfe65717dad0447d715f660a0a58411de509b42e6efb8375f562f58a554d5860e", + "0x2371e21684d2fae99bcb4d579242f74a8a2d09463effcc78a22d75b9cb87dffc": "0x0000000000000000", + "0xcec5070d609dd3497f72bde07fc96ba0726380404683fc89e8233450c8aa19509fe6329cc0b39e09343a73657373696f6e3a6b6579734d2dcad73929f2afb5515ffc71c2142294a1e3f04d440e4a8de86030a47b0093": "0xbe5ddb1579b72e84524fc29e78609e3caf42e85aa118ebfe0b0ad404b5bdd25f", + "0xcec5070d609dd3497f72bde07fc96ba0e0cdd062e6eaf24295ad4ccfc41d4609": "0x08fe65717dad0447d715f660a0a58411de509b42e6efb8375f562f58a554d5860ed17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae698eaf04151687736326c9fea17e25fc5287613693c912909cb226aa4794f26a488eaf04151687736326c9fea17e25fc5287613693c912909cb226aa4794f26a488eaf04151687736326c9fea17e25fc5287613693c912909cb226aa4794f26a488eaf04151687736326c9fea17e25fc5287613693c912909cb226aa4794f26a48be5ddb1579b72e84524fc29e78609e3caf42e85aa118ebfe0b0ad404b5bdd25f88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0eed43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27dd43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27dd43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27dd43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d", + "0x1cb6f36e027abb2091cfb5110ab5087f5e0621c4869aa60c02be9adcc98a0d1d": "0x088eaf04151687736326c9fea17e25fc5287613693c912909cb226aa4794f26a480100000000000000d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0100000000000000", + "0x5f3e4907f716ac89b6347d15ececedcab49a2738eeb30896aacb8b3fb46471bd": "0x01000000", + "0xc2261276cc9d1f8598ea4b6a74b15c2f6482b9ade7bc6657aaca787ba1add3b477d14a2289dda9bbb32dd9313db096ef628101ac5bbb3b19301ede2c61915b89": "0x000064a7b3b6e00d0000000000000000", + "0x1cb6f36e027abb2091cfb5110ab5087f66e8f035c8adbe7f1547b43c51e6f8a4": "0x00000000", + "0x5f3e4907f716ac89b6347d15ececedca138e71612491192d68deab7e6f563fe1": "0x02000000", + "0x492a52699edf49c972c21db794cfcf57ba7fb8745735dc3be2a2c61a72c39e78": "0x00", + "0xc2261276cc9d1f8598ea4b6a74b15c2f6482b9ade7bc6657aaca787ba1add3b42e3fb4c297a84c5cebc0e78257d213d0927ccc7596044c6ba013dd05522aacba": "0x000064a7b3b6e00d0000000000000000", + "0x5f3e4907f716ac89b6347d15ececedca6a93112633bb3354e67952fcdd740cd5": "0xfe65717dad0447d715f660a0a58411de509b42e6efb8375f562f58a554d5860e", + "0xc2261276cc9d1f8598ea4b6a74b15c2f6482b9ade7bc6657aaca787ba1add3b494772f97f5f6b539aac74e798bc395119f39603402d0c85bc9eda5dfc5ae2160": "0x000064a7b3b6e00d0000000000000000", + "0xcec5070d609dd3497f72bde07fc96ba0726380404683fc89e8233450c8aa19509fe6329cc0b39e09343a73657373696f6e3a6b657973bac7529970f762c176f48cd3fbb3ba96612765c95390df59eaf282193664c85e": "0xbe5ddb1579b72e84524fc29e78609e3caf42e85aa118ebfe0b0ad404b5bdd25f", + "0x5f3e4907f716ac89b6347d15ececedca83e585bbc5fdcec57219c0dc81ef5ff44724e5390fcf0d08afc9608ff4c45df257266ae599ac7a32baba26155dcf4402": "0x0b00407a10f35a0b00407a10f35a00", + "0xc2261276cc9d1f8598ea4b6a74b15c2f57c875e4cff74148e4628f264b974c80": "0x0000b0d86b9088a60000000000000000", + "0xcec5070d609dd3497f72bde07fc96ba0726380404683fc89e8233450c8aa19509fe6329cc0b39e09343a73657373696f6e3a6b65797303ab9ef4e6c4b0eea2939ffa571bac1fde2ed0137bd64339758ce9a753a4af0c": "0xfe65717dad0447d715f660a0a58411de509b42e6efb8375f562f58a554d5860e", + "0xf2794c22e353e9a839f12faab03a911bbdcb0c5143a8617ed38ae3810dd45bc6": "0x00000000", + "0x5f3e4907f716ac89b6347d15ececedca9220e172bed316605f73f1ff7b4ade989a9304efeee429067b2e8dfbcfd8a22d96f9d996a5d6daa02899b96bd7a667b1": "0x00", + "0xc2261276cc9d1f8598ea4b6a74b15c2f6482b9ade7bc6657aaca787ba1add3b44724e5390fcf0d08afc9608ff4c45df257266ae599ac7a32baba26155dcf4402": "0x000064a7b3b6e00d0000000000000000", + "0xc2261276cc9d1f8598ea4b6a74b15c2f6482b9ade7bc6657aaca787ba1add3b4024cd62ab7726e039438193d4bbd915427f2d7de85afbcf00bd16fadbcad6aed": "0x000064a7b3b6e00d0000000000000000", + "0x5f3e4907f716ac89b6347d15ececedca3ed14b45ed20d054f05e37e2542cfe704724e5390fcf0d08afc9608ff4c45df257266ae599ac7a32baba26155dcf4402": "0xd43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d" + }, + "children": {} + } + } +} \ No newline at end of file diff --git a/test/parachain/runtime/Cargo.toml b/test/parachain/runtime/Cargo.toml index 68e5afbd0f..1f309382e9 100644 --- a/test/parachain/runtime/Cargo.toml +++ b/test/parachain/runtime/Cargo.toml @@ -6,27 +6,30 @@ edition = '2018' [dependencies] serde = { version = "1.0.101", optional = true, features = ["derive"] } -safe-mix = { version = "1.0.0", default-features = false } codec = { package = "parity-scale-codec", version = "1.0.6", default-features = false, features = ["derive"] } # Substrate dependencies -rstd = { package = "sr-std", git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } -runtime-io = { package = "sr-io", git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } -version = { package = "sr-version", git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } -support = { package = "srml-support", git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } -primitives = { package = "substrate-primitives", git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } -substrate-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" } -balances = { package = "srml-balances", git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } -executive = { package = "srml-executive", git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } -indices = { package = "srml-indices", git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } -randomness-collective-flip = { package = "srml-randomness-collective-flip", git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } -system = { package = "srml-system", git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } -timestamp = { package = "srml-timestamp", git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } -sudo = { package = "srml-sudo", git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } -sr-primitives = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } -client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } -offchain-primitives = { package = "substrate-offchain-primitives", git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" } -transaction-payment = { package = "srml-transaction-payment", git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" } +sp-std = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } +sp-api = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } +sp-io = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } +sp-version = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } +sp-core = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" } +sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" } +sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" } + +frame-support = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } +frame-executive = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } +frame-system = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } +pallet-indices = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", default_features = false, branch = "bkchr-cumulus-branch" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" } # Cumulus dependencies cumulus-runtime = { path = "../../../runtime", default-features = false } @@ -38,24 +41,26 @@ wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = "1. default = ['std'] std = [ 'codec/std', - 'client/std', - 'rstd/std', - 'runtime-io/std', - 'support/std', - 'balances/std', - 'executive/std', - 'indices/std', - 'primitives/std', - 'sr-primitives/std', - 'randomness-collective-flip/std', - 'system/std', - 'timestamp/std', - 'sudo/std', - 'version/std', 'serde', - 'safe-mix/std', - 'offchain-primitives/std', - 'substrate-session/std', + 'sp-api/std', + 'sp-std/std', + 'sp-io/std', + 'sp-core/std', + 'sp-runtime/std', + 'sp-version/std', + 'sp-offchain/std', + 'sp-session/std', + 'sp-block-builder/std', + 'sp-transaction-pool/std', + 'sp-inherents/std', + 'frame-support/std', + 'frame-executive/std', + 'frame-system/std', + 'pallet-balances/std', + 'pallet-indices/std', + 'pallet-randomness-collective-flip/std', + 'pallet-timestamp/std', + 'pallet-sudo/std', + 'pallet-transaction-payment/std', 'cumulus-runtime/std', - 'transaction-payment/std', ] diff --git a/test/parachain/runtime/src/lib.rs b/test/parachain/runtime/src/lib.rs index 929fecb38a..449f8abee1 100644 --- a/test/parachain/runtime/src/lib.rs +++ b/test/parachain/runtime/src/lib.rs @@ -16,35 +16,35 @@ #![cfg_attr(not(feature = "std"), no_std)] // `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256. -#![recursion_limit="256"] +#![recursion_limit = "256"] // Make the WASM binary available. #[cfg(feature = "std")] include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs")); -use rstd::prelude::*; -use primitives::OpaqueMetadata; -use sr_primitives::{ - ApplyResult, transaction_validity::TransactionValidity, generic, create_runtime_str, - impl_opaque_keys, AnySignature +use sp_api::impl_runtime_apis; +use sp_core::OpaqueMetadata; +use sp_runtime::traits::{ + BlakeTwo256, Block as BlockT, ConvertInto, NumberFor, StaticLookup, Verify, }; -use sr_primitives::traits::{NumberFor, BlakeTwo256, Block as BlockT, StaticLookup, Verify, ConvertInto}; -use sr_primitives::weights::Weight; -use client::{ - block_builder::api::{CheckInherentsResult, InherentData, self as block_builder_api}, - runtime_api as client_api, impl_runtime_apis +use sp_runtime::{ + create_runtime_str, generic, impl_opaque_keys, transaction_validity::TransactionValidity, + AnySignature, ApplyExtrinsicResult, }; -use version::RuntimeVersion; +use sp_std::prelude::*; #[cfg(feature = "std")] -use version::NativeVersion; +use sp_version::NativeVersion; +use sp_version::RuntimeVersion; // A few exports that help ease life for downstream crates. +pub use frame_support::{ + construct_runtime, parameter_types, traits::Randomness, weights::Weight, StorageValue, +}; +pub use pallet_balances::Call as BalancesCall; +pub use pallet_timestamp::Call as TimestampCall; #[cfg(any(feature = "std", test))] -pub use sr_primitives::BuildStorage; -pub use timestamp::Call as TimestampCall; -pub use balances::Call as BalancesCall; -pub use sr_primitives::{Permill, Perbill}; -pub use support::{StorageValue, construct_runtime, parameter_types, traits::Randomness}; +pub use sp_runtime::BuildStorage; +pub use sp_runtime::{Perbill, Permill}; /// An index to a block. pub type BlockNumber = u32; @@ -67,7 +67,7 @@ pub type Balance = u128; pub type Index = u32; /// A hash of some data used by the chain. -pub type Hash = primitives::H256; +pub type Hash = sp_core::H256; /// Digest item type. pub type DigestItem = generic::DigestItem; @@ -79,7 +79,7 @@ pub type DigestItem = generic::DigestItem; pub mod opaque { use super::*; - pub use sr_primitives::OpaqueExtrinsic as UncheckedExtrinsic; + pub use sp_runtime::OpaqueExtrinsic as UncheckedExtrinsic; /// Opaque block header type. pub type Header = generic::Header; @@ -136,7 +136,7 @@ parameter_types! { pub const Version: RuntimeVersion = VERSION; } -impl system::Trait for Runtime { +impl frame_system::Trait for Runtime { /// The identifier used to distinguish between accounts. type AccountId = AccountId; /// The aggregated dispatch type that is available for extrinsics. @@ -165,15 +165,18 @@ impl system::Trait for Runtime { type MaximumBlockLength = MaximumBlockLength; /// Portion of the block weight that is available to all normal transactions. type AvailableBlockRatio = AvailableBlockRatio; + /// Runtime version. type Version = Version; + /// Converts a module to an index of this module in the runtime. + type ModuleToIndex = ModuleToIndex; } -impl indices::Trait for Runtime { +impl pallet_indices::Trait for Runtime { /// The type for recording indexing into the account enumeration. If this ever overflows, there /// will be problems! type AccountIndex = u32; /// Use the standard means of resolving an index hint from an id. - type ResolveHint = indices::SimpleResolveHint; + type ResolveHint = pallet_indices::SimpleResolveHint; /// Determine whether an account is dead. type IsDeadAccount = Balances; /// The ubiquitous event type. @@ -184,7 +187,7 @@ parameter_types! { pub const MinimumPeriod: u64 = SLOT_DURATION / 2; } -impl timestamp::Trait for Runtime { +impl pallet_timestamp::Trait for Runtime { /// A timestamp: milliseconds since the unix epoch. type Moment = u64; type OnTimestampSet = (); @@ -199,7 +202,7 @@ parameter_types! { pub const TransactionByteFee: u128 = 1; } -impl balances::Trait for Runtime { +impl pallet_balances::Trait for Runtime { /// The type for recording an account's balance. type Balance = Balance; /// What to do if an account's free balance gets zeroed. @@ -215,7 +218,7 @@ impl balances::Trait for Runtime { type CreationFee = CreationFee; } -impl transaction_payment::Trait for Runtime { +impl pallet_transaction_payment::Trait for Runtime { type Currency = Balances; type OnTransactionPayment = (); type TransactionBaseFee = TransactionBaseFee; @@ -224,7 +227,7 @@ impl transaction_payment::Trait for Runtime { type FeeMultiplierUpdate = (); } -impl sudo::Trait for Runtime { +impl pallet_sudo::Trait for Runtime { type Event = Event; type Proposal = Call; } @@ -235,12 +238,12 @@ construct_runtime! { NodeBlock = opaque::Block, UncheckedExtrinsic = UncheckedExtrinsic { - System: system::{Module, Call, Storage, Config, Event}, - Timestamp: timestamp::{Module, Call, Storage, Inherent}, - Indices: indices::{default, Config}, - Balances: balances::{default, Error}, - Sudo: sudo, - RandomnessCollectiveFlip: randomness_collective_flip::{Module, Call, Storage}, + System: frame_system::{Module, Call, Storage, Config, Event}, + Timestamp: pallet_timestamp::{Module, Call, Storage, Inherent}, + Indices: pallet_indices, + Balances: pallet_balances, + Sudo: pallet_sudo, + RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Module, Call, Storage}, } } @@ -256,22 +259,28 @@ pub type SignedBlock = generic::SignedBlock; pub type BlockId = generic::BlockId; /// The SignedExtension to the basic transaction logic. pub type SignedExtra = ( - system::CheckVersion, - system::CheckGenesis, - system::CheckEra, - system::CheckNonce, - system::CheckWeight, - transaction_payment::ChargeTransactionPayment, + frame_system::CheckVersion, + frame_system::CheckGenesis, + frame_system::CheckEra, + frame_system::CheckNonce, + frame_system::CheckWeight, + pallet_transaction_payment::ChargeTransactionPayment, ); /// Unchecked extrinsic type as expected by this runtime. pub type UncheckedExtrinsic = generic::UncheckedExtrinsic; /// Extrinsic type that has already been checked. pub type CheckedExtrinsic = generic::CheckedExtrinsic; /// Executive: handles dispatch to the various modules. -pub type Executive = executive::Executive, Runtime, AllModules>; +pub type Executive = frame_executive::Executive< + Runtime, + Block, + frame_system::ChainContext, + Runtime, + AllModules, +>; impl_runtime_apis! { - impl client_api::Core for Runtime { + impl sp_api::Core for Runtime { fn version() -> RuntimeVersion { VERSION } @@ -285,14 +294,16 @@ impl_runtime_apis! { } } - impl client_api::Metadata for Runtime { + impl sp_api::Metadata for Runtime { fn metadata() -> OpaqueMetadata { Runtime::metadata().into() } } - impl block_builder_api::BlockBuilder for Runtime { - fn apply_extrinsic(extrinsic: ::Extrinsic) -> ApplyResult { + impl sp_block_builder::BlockBuilder for Runtime { + fn apply_extrinsic( + extrinsic: ::Extrinsic, + ) -> ApplyExtrinsicResult { Executive::apply_extrinsic(extrinsic) } @@ -300,11 +311,11 @@ impl_runtime_apis! { Executive::finalize_block() } - fn inherent_extrinsics(data: InherentData) -> Vec<::Extrinsic> { + fn inherent_extrinsics(data: sp_inherents::InherentData) -> Vec<::Extrinsic> { data.create_extrinsics() } - fn check_inherents(block: Block, data: InherentData) -> CheckInherentsResult { + fn check_inherents(block: Block, data: sp_inherents::InherentData) -> sp_inherents::CheckInherentsResult { data.check_extrinsics(&block) } @@ -313,21 +324,20 @@ impl_runtime_apis! { } } - impl client_api::TaggedTransactionQueue for Runtime { + impl sp_transaction_pool::runtime_api::TaggedTransactionQueue for Runtime { fn validate_transaction(tx: ::Extrinsic) -> TransactionValidity { Executive::validate_transaction(tx) } } - impl offchain_primitives::OffchainWorkerApi for Runtime { + impl sp_offchain::OffchainWorkerApi for Runtime { fn offchain_worker(number: NumberFor) { Executive::offchain_worker(number) } } - impl substrate_session::SessionKeys for Runtime { + impl sp_session::SessionKeys for Runtime { fn generate_session_keys(seed: Option>) -> Vec { - let seed = seed.as_ref().map(|s| rstd::str::from_utf8(&s).expect("Seed is an utf8 string")); opaque::SessionKeys::generate(seed) } } diff --git a/test/parachain/src/chain_spec.rs b/test/parachain/src/chain_spec.rs index de6ad790d3..4c35e31a00 100644 --- a/test/parachain/src/chain_spec.rs +++ b/test/parachain/src/chain_spec.rs @@ -14,14 +14,14 @@ // You should have received a copy of the GNU General Public License // along with Cumulus. If not, see . -use substrate_primitives::{Pair, Public}; use parachain_runtime::{ - AccountId, BalancesConfig, GenesisConfig, SudoConfig, IndicesConfig, SystemConfig, WASM_BINARY, + AccountId, BalancesConfig, GenesisConfig, IndicesConfig, SudoConfig, SystemConfig, WASM_BINARY, }; -use substrate_service; +use sc_service; +use sp_core::{Pair, Public}; /// Specialized `ChainSpec`. This is a specialization of the general Substrate ChainSpec type. -pub type ChainSpec = substrate_service::ChainSpec; +pub type ChainSpec = sc_service::ChainSpec; /// Helper function to generate a crypto pair from seed pub fn get_from_seed(seed: &str) -> ::Public { @@ -32,7 +32,10 @@ pub fn get_from_seed(seed: &str) -> ::Pu /// Helper function to generate stash, controller and session key from seed pub fn get_authority_keys_from_seed(seed: &str) -> (AccountId, AccountId) { - (get_from_seed::(&format!("{}//stash", seed)), get_from_seed::(seed)) + ( + get_from_seed::(&format!("{}//stash", seed)), + get_from_seed::(seed), + ) } /// Returns the chain spec. @@ -40,28 +43,30 @@ pub fn get_chain_spec() -> ChainSpec { ChainSpec::from_genesis( "Local Testnet", "parachain_local_testnet", - || testnet_genesis( - vec![ - get_authority_keys_from_seed("Alice"), - get_authority_keys_from_seed("Bob"), - ], - get_from_seed::("Alice"), - vec![ + || { + testnet_genesis( + vec![ + get_authority_keys_from_seed("Alice"), + get_authority_keys_from_seed("Bob"), + ], get_from_seed::("Alice"), - get_from_seed::("Bob"), - get_from_seed::("Charlie"), - get_from_seed::("Dave"), - get_from_seed::("Eve"), - get_from_seed::("Ferdie"), - get_from_seed::("Alice//stash"), - get_from_seed::("Bob//stash"), - get_from_seed::("Charlie//stash"), - get_from_seed::("Dave//stash"), - get_from_seed::("Eve//stash"), - get_from_seed::("Ferdie//stash"), - ], - true, - ), + vec![ + get_from_seed::("Alice"), + get_from_seed::("Bob"), + get_from_seed::("Charlie"), + get_from_seed::("Dave"), + get_from_seed::("Eve"), + get_from_seed::("Ferdie"), + get_from_seed::("Alice//stash"), + get_from_seed::("Bob//stash"), + get_from_seed::("Charlie//stash"), + get_from_seed::("Dave//stash"), + get_from_seed::("Eve//stash"), + get_from_seed::("Ferdie//stash"), + ], + true, + ) + }, vec![], None, None, @@ -77,19 +82,21 @@ fn testnet_genesis( _enable_println: bool, ) -> GenesisConfig { GenesisConfig { - system: Some(SystemConfig { + frame_system: Some(SystemConfig { code: WASM_BINARY.to_vec(), changes_trie_config: Default::default(), }), - indices: Some(IndicesConfig { + pallet_indices: Some(IndicesConfig { ids: endowed_accounts.clone(), }), - balances: Some(BalancesConfig { - balances: endowed_accounts.iter().cloned().map(|k|(k, 1 << 60)).collect(), + pallet_balances: Some(BalancesConfig { + balances: endowed_accounts + .iter() + .cloned() + .map(|k| (k, 1 << 60)) + .collect(), vesting: vec![], }), - sudo: Some(SudoConfig { - key: root_key, - }), + pallet_sudo: Some(SudoConfig { key: root_key }), } } diff --git a/test/parachain/src/cli.rs b/test/parachain/src/cli.rs index 639f065593..9304c5eb7d 100644 --- a/test/parachain/src/cli.rs +++ b/test/parachain/src/cli.rs @@ -18,23 +18,29 @@ use crate::chain_spec; use parachain_runtime::Block; -pub use substrate_cli::{VersionInfo, IntoExit, error::{self, Result}}; -use substrate_cli::{parse_and_prepare, ParseAndPrepare, NoCustom}; -use substrate_service::{Roles as ServiceRoles, Configuration}; -use sr_primitives::{traits::{Block as BlockT, Header as HeaderT, Hash as HashT}, BuildStorage}; -use substrate_client::genesis; -use substrate_primitives::hexdisplay::HexDisplay; +pub use sc_cli::{ + error::{self, Result}, + IntoExit, VersionInfo, +}; +use sc_cli::{parse_and_prepare, NoCustom, ParseAndPrepare}; +use sc_client::genesis; +use sc_service::{Configuration, Roles as ServiceRoles}; +use sp_core::hexdisplay::HexDisplay; +use sp_runtime::{ + traits::{Block as BlockT, Hash as HashT, Header as HeaderT}, + BuildStorage, +}; + +use futures::{channel::oneshot, future::Map, FutureExt}; use codec::Encode; use log::info; -use std::{path::PathBuf, cell::RefCell, sync::Arc}; +use std::{cell::RefCell, path::PathBuf, sync::Arc}; use structopt::StructOpt; -use futures::{sync::oneshot, future, Future}; - /// Sub-commands supported by the collator. #[derive(Debug, StructOpt, Clone)] enum SubCommands { @@ -43,8 +49,10 @@ enum SubCommands { ExportGenesisState(ExportGenesisStateCommand), } -impl substrate_cli::GetLogFilter for SubCommands { - fn get_log_filter(&self) -> Option { None } +impl sc_cli::GetSharedParams for SubCommands { + fn shared_params(&self) -> Option<&sc_cli::SharedParams> { + None + } } /// Command for exporting the genesis state of the parachain @@ -57,10 +65,10 @@ struct ExportGenesisStateCommand { /// Parse command line arguments into service configuration. pub fn run(args: I, exit: E, version: VersionInfo) -> error::Result<()> - where - I: IntoIterator, - T: Into + Clone, - E: IntoExit + Send + 'static, +where + I: IntoIterator, + T: Into + Clone, + E: IntoExit + Send + 'static, { type Config = Configuration<(), T>; match parse_and_prepare::( @@ -68,37 +76,68 @@ pub fn run(args: I, exit: E, version: VersionInfo) -> error::Result<()> "cumulus-test-parachain-collator", args, ) { - ParseAndPrepare::Run(cmd) => cmd.run(load_spec, exit, - |exit, _cli_args, _custom_args, mut config: Config<_>| { - info!("{}", version.name); - info!(" version {}", config.full_version()); - info!(" by {}, 2019", version.author); - info!("Chain specification: {}", config.chain_spec.name()); - info!("Node name: {}", config.name); - info!("Roles: {:?}", config.roles); - info!("Parachain id: {:?}", crate::PARA_ID); + ParseAndPrepare::Run(cmd) => cmd.run( + load_spec, + exit, + |exit, _cli_args, _custom_args, mut config: Config<_>| { + info!("{}", version.name); + info!(" version {}", config.full_version()); + info!(" by {}, 2019", version.author); + info!("Chain specification: {}", config.chain_spec.name()); + info!("Node name: {}", config.name); + info!("Roles: {:?}", config.roles); + info!("Parachain id: {:?}", crate::PARA_ID); - // TODO - let key = Arc::new(substrate_primitives::Pair::from_seed(&[10; 32])); + // TODO + let key = Arc::new(sp_core::Pair::from_seed(&[10; 32])); - // TODO - config.network.listen_addresses = Vec::new(); - config.network.boot_nodes = vec![]; - config.chain_spec = chain_spec::get_chain_spec(); + // TODO + config.network.listen_addresses = Vec::new(); - match config.roles { - ServiceRoles::LIGHT => unimplemented!("Light client not supported!"), - _ => crate::service::run_collator(config, exit, key, version.clone()), - }.map_err(|e| format!("{:?}", e)) - }), - ParseAndPrepare::BuildSpec(cmd) => cmd.run(load_spec), - ParseAndPrepare::ExportBlocks(cmd) => cmd.run_with_builder(|config: Config<_>| - Ok(new_full_start!(config).0), load_spec, exit), - ParseAndPrepare::ImportBlocks(cmd) => cmd.run_with_builder(|config: Config<_>| - Ok(new_full_start!(config).0), load_spec, exit), + // TODO + let mut polkadot_config = + polkadot_collator::Configuration::default_with_spec_and_base_path( + polkadot_service::ChainSpec::from_json_bytes( + &include_bytes!("../res/polkadot_chainspec.json")[..], + )?, + config.in_chain_config_dir("polkadot"), + ); + polkadot_config.network.boot_nodes = config.network.boot_nodes.clone(); + + if let Some(ref config_dir) = polkadot_config.config_dir { + polkadot_config.database = sc_service::config::DatabaseConfig::Path { + cache_size: Default::default(), + path: config_dir.join("db"), + }; + } + + match config.roles { + ServiceRoles::LIGHT => unimplemented!("Light client not supported!"), + _ => crate::service::run_collator(config, exit, key, polkadot_config), + } + .map_err(|e| format!("{:?}", e)) + }, + ), + ParseAndPrepare::BuildSpec(cmd) => cmd.run::(load_spec), + ParseAndPrepare::ExportBlocks(cmd) => cmd.run_with_builder( + |config: Config<_>| Ok(new_full_start!(config).0), + load_spec, + exit, + ), + ParseAndPrepare::ImportBlocks(cmd) => cmd.run_with_builder( + |config: Config<_>| Ok(new_full_start!(config).0), + load_spec, + exit, + ), + ParseAndPrepare::CheckBlock(cmd) => cmd.run_with_builder( + |config: Config<_>| Ok(new_full_start!(config).0), + load_spec, + exit, + ), ParseAndPrepare::PurgeChain(cmd) => cmd.run(load_spec), - ParseAndPrepare::RevertChain(cmd) => cmd.run_with_builder(|config: Config<_>| - Ok(new_full_start!(config).0), load_spec), + ParseAndPrepare::RevertChain(cmd) => { + cmd.run_with_builder(|config: Config<_>| Ok(new_full_start!(config).0), load_spec) + } ParseAndPrepare::CustomCommand(SubCommands::ExportGenesisState(cmd)) => { export_genesis_state(cmd.output) } @@ -113,16 +152,16 @@ fn load_spec(_: &str) -> std::result::Result, Stri /// Export the genesis state of the parachain. fn export_genesis_state(output: Option) -> error::Result<()> { - let storage = chain_spec::get_chain_spec().build_storage()?; + let storage = (&chain_spec::get_chain_spec()).build_storage()?; - let child_roots = storage.1.iter().map(|(sk, child_map)| { + let child_roots = storage.children.iter().map(|(sk, child_content)| { let state_root = <<::Header as HeaderT>::Hashing as HashT>::trie_root( - child_map.clone().into_iter().collect() + child_content.data.clone().into_iter().collect(), ); (sk.clone(), state_root.encode()) }); let state_root = <<::Header as HeaderT>::Hashing as HashT>::trie_root( - storage.0.clone().into_iter().chain(child_roots).collect() + storage.top.clone().into_iter().chain(child_roots).collect(), ); let block: Block = genesis::construct_genesis_block(state_root); @@ -140,19 +179,23 @@ fn export_genesis_state(output: Option) -> error::Result<()> { // handles ctrl-c pub struct Exit; impl IntoExit for Exit { - type Exit = future::MapErr, fn(oneshot::Canceled) -> ()>; + type Exit = Map, fn(std::result::Result<(), oneshot::Canceled>) -> ()>; fn into_exit(self) -> Self::Exit { // can't use signal directly here because CtrlC takes only `Fn`. let (exit_send, exit) = oneshot::channel(); let exit_send_cell = RefCell::new(Some(exit_send)); ctrlc::set_handler(move || { - let exit_send = exit_send_cell.try_borrow_mut().expect("signal handler not reentrant; qed").take(); + let exit_send = exit_send_cell + .try_borrow_mut() + .expect("signal handler not reentrant; qed") + .take(); if let Some(exit_send) = exit_send { exit_send.send(()).expect("Error sending exit notification"); } - }).expect("Error setting Ctrl-C handler"); + }) + .expect("Error setting Ctrl-C handler"); - exit.map_err(drop) + exit.map(drop) } } diff --git a/test/parachain/src/main.rs b/test/parachain/src/main.rs index 9008882989..e966d3b884 100644 --- a/test/parachain/src/main.rs +++ b/test/parachain/src/main.rs @@ -26,7 +26,7 @@ mod chain_spec; mod service; mod cli; -pub use substrate_cli::{VersionInfo, IntoExit, error}; +pub use sc_cli::{error, IntoExit, VersionInfo}; /// The parachain id of this parachain. pub const PARA_ID: ParaId = ParaId::new(100); diff --git a/test/parachain/src/service.rs b/test/parachain/src/service.rs index 1e431bf1dd..78cadaaafc 100644 --- a/test/parachain/src/service.rs +++ b/test/parachain/src/service.rs @@ -16,20 +16,19 @@ use std::sync::Arc; -use parachain_runtime::{self, GenesisConfig, opaque::Block}; +use parachain_runtime::{self, opaque::Block, GenesisConfig}; -use inherents::InherentDataProviders; -use substrate_service::{AbstractService, Configuration}; -use network::construct_simple_protocol; -use substrate_executor::native_executor_instance; +use sc_executor::native_executor_instance; +use sc_network::construct_simple_protocol; +use sc_service::{AbstractService, Configuration}; +use sp_consensus::{BlockImport, Environment, Proposer}; +use sp_inherents::InherentDataProviders; -use futures::prelude::*; - -use futures03::FutureExt; +use futures::{compat::Future01CompatExt, future, task::Spawn, FutureExt, TryFutureExt}; use log::error; -pub use substrate_executor::NativeExecutor; +pub use sc_executor::NativeExecutor; // Our native executor instance. native_executor_instance!( @@ -49,29 +48,35 @@ construct_simple_protocol! { /// be able to perform chain operations. macro_rules! new_full_start { ($config:expr) => {{ - let inherent_data_providers = inherents::InherentDataProviders::new(); + let inherent_data_providers = sp_inherents::InherentDataProviders::new(); - let builder = substrate_service::ServiceBuilder::new_full::< - parachain_runtime::opaque::Block, parachain_runtime::RuntimeApi, crate::service::Executor, + let builder = sc_service::ServiceBuilder::new_full::< + parachain_runtime::opaque::Block, + parachain_runtime::RuntimeApi, + crate::service::Executor, >($config)? - .with_select_chain(|_config, backend| { - Ok(substrate_client::LongestChain::new(backend.clone())) - })? - .with_transaction_pool(|config, client| - Ok(transaction_pool::txpool::Pool::new(config, transaction_pool::FullChainApi::new(client))) - )? - .with_import_queue(|_config, client, _, _| { - let import_queue = cumulus_consensus::import_queue::import_queue( - client.clone(), - client, - inherent_data_providers.clone(), - )?; + .with_select_chain(|_config, backend| Ok(sc_client::LongestChain::new(backend.clone())))? + .with_transaction_pool(|config, client, _| { + let pool_api = sc_transaction_pool::FullChainApi::new(client.clone()); + let pool = sc_transaction_pool::BasicPool::new(config, pool_api); + let maintainer = + sc_transaction_pool::FullBasicPoolMaintainer::new(pool.pool().clone(), client); + let maintainable_pool = + sp_transaction_pool::MaintainableTransactionPool::new(pool, maintainer); + Ok(maintainable_pool) + })? + .with_import_queue(|_config, client, _, _| { + let import_queue = cumulus_consensus::import_queue::import_queue( + client.clone(), + client, + inherent_data_providers.clone(), + )?; - Ok(import_queue) - })?; + Ok(import_queue) + })?; (builder, inherent_data_providers) - }} + }}; } /// Run the collator with the given `config`. @@ -79,13 +84,17 @@ pub fn run_collator, exit: E, key: Arc, - version: crate::cli::VersionInfo, + polkadot_config: polkadot_collator::Configuration, ) -> crate::cli::Result<()> { let (builder, inherent_data_providers) = new_full_start!(config); - inherent_data_providers.register_provider(srml_timestamp::InherentDataProvider).unwrap(); + inherent_data_providers + .register_provider(sp_timestamp::InherentDataProvider) + .unwrap(); - let service = builder.with_network_protocol(|_| Ok(NodeProtocol::new()))?.build()?; - let proposer_factory = basic_authorship::ProposerFactory { + let service = builder + .with_network_protocol(|_| Ok(NodeProtocol::new()))? + .build()?; + let proposer_factory = sc_basic_authority::ProposerFactory { client: service.client(), transaction_pool: service.transaction_pool(), }; @@ -101,7 +110,13 @@ pub fn run_collator { @@ -112,43 +127,66 @@ struct SetupParachain { block_import: BI, } +type TransactionFor = + <>::Proposer as Proposer>::Transaction; + impl cumulus_collator::SetupParachain for SetupParachain - where - S: AbstractService, - E: Send + crate::cli::IntoExit, - PF: consensus_common::Environment + Send + 'static, - BI: consensus_common::BlockImport + Send + Sync + 'static, +where + S: AbstractService, + E: Send + crate::cli::IntoExit, + PF: Environment + Send + 'static, + BI: BlockImport> + + Send + + Sync + + 'static, { type ProposerFactory = PF; type BlockImport = BI; - fn setup_parachain( + fn setup_parachain( self, polkadot_client: P, - task_executor: polkadot_collator::TaskExecutor, - ) -> Result<(Self::ProposerFactory, Self::BlockImport, InherentDataProviders), String> { + spawner: Spawner, + ) -> Result< + ( + Self::ProposerFactory, + Self::BlockImport, + InherentDataProviders, + ), + String, + > + where + Spawner: Spawn + Clone + Send + Sync + 'static, + { let client = self.service.client(); - let follow = match cumulus_consensus::follow_polkadot(crate::PARA_ID, client, polkadot_client) { - Ok(follow) => follow, - Err(e) => { - return Err(format!("Could not start following polkadot: {:?}", e)); - } - }; + let follow = + match cumulus_consensus::follow_polkadot(crate::PARA_ID, client, polkadot_client) { + Ok(follow) => follow, + Err(e) => { + return Err(format!("Could not start following polkadot: {:?}", e)); + } + }; - task_executor.execute( - Box::new( - self.service - .map_err(|e| error!("Parachain service error: {:?}", e)) - .select(futures03::compat::Compat::new(follow.map(|_| Ok::<(), ()>(())))) - .map(|_| ()) - .map_err(|_| ()) - .select(self.exit.into_exit()) - .map(|_| ()) - .map_err(|_| ()) - ), - ).map_err(|_| "Could not spawn parachain server!")?; + spawner + .spawn_obj( + Box::new( + future::select( + self.service + .compat() + .map_err(|e| error!("Parachain service error: {:?}", e)), + future::select(follow, self.exit.into_exit()), + ) + .map(|_| ()), + ) + .into(), + ) + .map_err(|_| "Could not spawn parachain server!")?; - Ok((self.proposer_factory, self.block_import, self.inherent_data_providers)) + Ok(( + self.proposer_factory, + self.block_import, + self.inherent_data_providers, + )) } } diff --git a/test/runtime/src/lib.rs b/test/runtime/src/lib.rs index 5cbcabcafd..ded5aec570 100644 --- a/test/runtime/src/lib.rs +++ b/test/runtime/src/lib.rs @@ -24,4 +24,4 @@ include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs")); pub use substrate_test_runtime::*; -runtime::register_validate_block!(Block, system::BlockExecutor); \ No newline at end of file +runtime::register_validate_block!(Block, system::BlockExecutor);