fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte/*
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * **********************************************************************
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * *
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * -- ISP2200 Initiator/Target Firmware --- *
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * IP and SCSI, Fabric (Public Loop), Point-point, *
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * expanded LUN addressing for FCTAPE, and Customer *
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * Special feature 2 *
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * *
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * **********************************************************************
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * *
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * NOTICE *
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * *
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * COPYRIGHT 2008 QLOGIC CORPORATION *
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * ALL RIGHTS RESERVED *
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * *
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * This file contains the QLogic hardware specific firmware binary. *
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * The contents of this file are subject to the terms as described *
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * in the accompanying LICENSE.txt file, referred to as the "License". *
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * *
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * You may not use this file except in compliance with the License. *
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * *
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * See the License for the specific language governing permissions *
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * and limitations under the License. *
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * *
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * **********************************************************************
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte */
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#pragma ident "Copyright 2008 QLogic Corporation; ql_fw_2200.c"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte/*
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * Firmware Version 2.01.145 (21:47 Apr 10, 2007)
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte */
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#ifdef UNIQUE_FW_NAME
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteunsigned short qlc_fw2200cs2_version = 2*1024+1;
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#else
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteunsigned short risc_code_version = 2*1024+1;
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#endif
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#ifdef UNIQUE_FW_NAME
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteunsigned char qlc_fw2200cs2_version_str[] = {2, 1, 145};
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#else
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteunsigned char firmware_version[] = {2, 1, 145};
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#endif
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#ifdef UNIQUE_FW_NAME
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#define qlc_fw2200cs2_VERSION_STRING "2.01.145"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#else
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#define FW_VERSION_STRING "2.01.145"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#endif
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#ifdef UNIQUE_FW_NAME
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteunsigned short qlc_fw2200cs2_addr01 = 0x1000;
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#else
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteunsigned short risc_code_addr01 = 0x1000;
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#endif
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#ifdef UNIQUE_FW_NAME
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteunsigned short qlc_fw2200cs2_code01[] = {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#else
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteunsigned short risc_code01[] = {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#endif
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0470, 0x0000, 0x0000, 0xb604, 0x0000, 0x0002, 0x0001, 0x0091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0037, 0x2043, 0x4f50, 0x5952, 0x4947, 0x4854, 0x2032, 0x3030,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3120, 0x514c, 0x4f47, 0x4943, 0x2043, 0x4f52, 0x504f, 0x5241,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5449, 0x4f4e, 0x2049, 0x5350, 0x3232, 0x3030, 0x2046, 0x6972,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6d77, 0x6172, 0x6520, 0x2056, 0x6572, 0x7369, 0x6f6e, 0x2030,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x322e, 0x3031, 0x2e3e, 0x3520, 0x2020, 0x2020, 0x2400, 0x20c1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x20c9, 0xccff, 0x2091, 0x2000, 0x2059, 0x0000, 0x2b78,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7823, 0x0004, 0x2089, 0x2a39, 0x2051, 0xc700, 0x2a70, 0x2029,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xff00, 0x2031, 0xffff, 0x2039, 0xfee9, 0x2021, 0x0200, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1484, 0x20a1, 0xc604, 0xa00e, 0x20a9, 0x08fc, 0x41a4, 0x3400,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x755e, 0x7662, 0x775a, 0x7466, 0x746a, 0x20a1, 0xcf00, 0x7160,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x810d, 0x810d, 0x810d, 0x810d, 0xa18c, 0x000f, 0x2001, 0x000c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa112, 0xa00e, 0x21a8, 0x41a4, 0x3400, 0x8211, 0x1dd8, 0x7160,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3400, 0xa102, 0x0120, 0x0218, 0x20a8, 0xa00e, 0x41a4, 0x3800,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd08c, 0x01d8, 0x2009, 0xc700, 0x810d, 0x810d, 0x810d, 0x810d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa18c, 0x000f, 0x2001, 0x0001, 0xa112, 0x20a1, 0x1000, 0xa00e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x21a8, 0x41a4, 0x8211, 0x1de0, 0x2009, 0xc700, 0x3400, 0xa102,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0120, 0x0218, 0x20a8, 0xa00e, 0x41a4, 0x080c, 0x1437, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x165e, 0x080c, 0x17f5, 0x080c, 0x1fbb, 0x080c, 0x50b7, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x961e, 0x080c, 0x15e1, 0x080c, 0x2f6b, 0x080c, 0x6378, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x58a5, 0x080c, 0x721b, 0x080c, 0x6fc2, 0x080c, 0x2564, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x792c, 0x080c, 0x69cf, 0x080c, 0x2437, 0x080c, 0x2532, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3009, 0x7823, 0x0000, 0x1004, 0x10c7, 0x7820, 0xa086, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1170, 0x7823, 0x4000, 0x0e04, 0x10bb, 0x2001, 0x007f, 0x2003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x781b, 0x0001, 0x2091, 0x5000, 0x2091, 0x4080, 0x2a70,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7003, 0x0000, 0x2a70, 0x7000, 0xa08e, 0x0003, 0x1168, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4221, 0x080c, 0x2f92, 0x080c, 0x63c6, 0x080c, 0x5abe, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7258, 0x080c, 0x6fed, 0x0c70, 0x000b, 0x0c88, 0x10e8, 0x10e9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1236, 0x10e6, 0x1307, 0x1434, 0x1435, 0x1436, 0x080c, 0x1537,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0126, 0x00f6, 0x2091, 0x8000, 0x7000, 0xa086, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0x11f8, 0x080c, 0x15ae, 0x080c, 0x609a, 0x0150, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x60c0, 0x15c0, 0x2079, 0x0100, 0x7828, 0xa085, 0x1800, 0x782a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0488, 0x080c, 0x5fd2, 0x7000, 0xa086, 0x0001, 0x1904, 0x11f8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7088, 0xa086, 0x0028, 0x1904, 0x11f8, 0x2001, 0x0161, 0x2003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x2079, 0x0100, 0x7827, 0xffff, 0x7a28, 0xa295, 0x1e2f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7a2a, 0x2011, 0x5f6d, 0x080c, 0x708b, 0x2011, 0x636b, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7153, 0x2011, 0x5faf, 0x080c, 0x708b, 0x2011, 0x4f94, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x708b, 0x2011, 0x8030, 0x2019, 0x0000, 0x7087, 0x0000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1e17, 0x00e8, 0x080c, 0x494a, 0x2079, 0x0100, 0x7844, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0x11f8, 0x2011, 0x4f94, 0x080c, 0x708b, 0x2011, 0x5faf,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x708b, 0x080c, 0x1e17, 0x2001, 0xc9d3, 0x2004, 0x780e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7840, 0xa084, 0xfffb, 0x7842, 0x2011, 0x8010, 0x73c8, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x41e1, 0x7238, 0xc284, 0x723a, 0x2001, 0xc70c, 0x200c, 0xc1ac,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2102, 0x080c, 0x8e7f, 0x2011, 0x0004, 0x080c, 0xac4a, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5763, 0x080c, 0x609a, 0x0158, 0x080c, 0x50a0, 0x0140, 0x7087,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x70c3, 0x0000, 0x080c, 0x4ae7, 0x0804, 0x11f8, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x588d, 0x0120, 0x7a0c, 0xc2b4, 0x7a0e, 0x0098, 0x080c, 0x609a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1130, 0x709c, 0xa005, 0x1168, 0x080c, 0xb01f, 0x0050, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb01f, 0x70d0, 0xd09c, 0x1128, 0x709c, 0xa005, 0x0110, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x507e, 0x70db, 0x0000, 0x70d7, 0x0000, 0x72d0, 0x080c, 0x609a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1178, 0x2011, 0x0000, 0x0016, 0x080c, 0x29c8, 0x2019, 0xc9d5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x211a, 0x001e, 0x704f, 0xffff, 0x7053, 0x00ef, 0x7073, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2079, 0xc751, 0x7804, 0xd0ac, 0x0108, 0xc295, 0x72d2, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x609a, 0x0118, 0xa296, 0x0004, 0x0548, 0x2011, 0x0001, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xac4a, 0x7097, 0x0000, 0x709b, 0xffff, 0x7003, 0x0002, 0x2079,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0100, 0x7827, 0x0003, 0x7828, 0xa085, 0x0003, 0x782a, 0x00fe,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x2b87, 0x2011, 0x0005, 0x080c, 0x8fb1, 0x080c, 0x7f27,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x609a, 0x0148, 0x00c6, 0x2061, 0x0100, 0x0016, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x29c8, 0x61e2, 0x001e, 0x00ce, 0x012e, 0x0420, 0x7097, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x709b, 0xffff, 0x7003, 0x0002, 0x00f6, 0x2079, 0x0100, 0x7827,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x7828, 0xa085, 0x0003, 0x782a, 0x00fe, 0x2011, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8fb1, 0x080c, 0x7f27, 0x080c, 0x609a, 0x0148, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2061, 0x0100, 0x0016, 0x080c, 0x29c8, 0x61e2, 0x001e, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00fe, 0x012e, 0x0005, 0x00c6, 0x080c, 0x609a, 0x1118, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0100, 0x0010, 0x20a9, 0x0082, 0x080c, 0x609a, 0x1118, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x0010, 0x2009, 0x007e, 0xa180, 0xc87a, 0x2004, 0xa065,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x01c0, 0x86ff, 0x0118, 0x6000, 0xd0bc, 0x1198, 0x0066, 0x0016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x0036, 0x2110, 0x0026, 0x2019, 0x0029, 0x080c, 0x91cb,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002e, 0x080c, 0xc505, 0x003e, 0x002e, 0x001e, 0x080c, 0x2e52,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x006e, 0x8108, 0x1f04, 0x120c, 0x00ce, 0x706f, 0x0000, 0x7070,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x00ff, 0x7072, 0x709f, 0x0000, 0x0005, 0x0126, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x7000, 0xa086, 0x0002, 0x1904, 0x1305, 0x7098, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xffff, 0x0130, 0x080c, 0x2b87, 0x080c, 0x7f27, 0x0804, 0x1305,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x70d0, 0xd0ac, 0x1110, 0xd09c, 0x0540, 0xd084, 0x0530, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x2001, 0x0103, 0x2009, 0xc9d3, 0x210c, 0x2102, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0xd08c, 0x01d0, 0x70d4, 0xa086, 0xffff, 0x0190, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2cdc, 0x080c, 0x7f27, 0x70d0, 0xd094, 0x1904, 0x1305, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x2019, 0x0000, 0x080c, 0x2d11, 0x080c, 0x7f27, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1305, 0x70d8, 0xa005, 0x1904, 0x1305, 0x7094, 0xa005, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1305, 0x70d0, 0xd0a4, 0x0118, 0xd0b4, 0x0904, 0x1305, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x588d, 0x1904, 0x1305, 0x2001, 0xc752, 0x2004, 0xd0ac, 0x01c8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0156, 0x00c6, 0x20a9, 0x007f, 0x2009, 0x0000, 0x0016, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x54bd, 0x1118, 0x6000, 0xd0ec, 0x1138, 0x001e, 0x8108, 0x1f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x128e, 0x00ce, 0x015e, 0x0028, 0x001e, 0x00ce, 0x015e, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1305, 0x0006, 0x0016, 0x2001, 0x0103, 0x2009, 0xc9d3, 0x210c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2102, 0x001e, 0x000e, 0xa006, 0x2009, 0x0700, 0x20a9, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a1, 0xca14, 0x40a1, 0x706c, 0x8007, 0x7170, 0x810f, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x40a1, 0x2009, 0x0000, 0x080c, 0x151d, 0x2001, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x810f, 0x20a9, 0x0002, 0x40a1, 0xa006, 0x2009, 0x0200, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x20a1, 0xca24, 0x40a1, 0x7030, 0xc08c, 0x7032, 0x7003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x709b, 0xffff, 0x080c, 0x15a7, 0xa006, 0x080c, 0x28a0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0036, 0x0046, 0x2019, 0xffff, 0x2021, 0x0006, 0x080c, 0x425b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x004e, 0x003e, 0x00f6, 0x2079, 0x0100, 0x080c, 0x60c0, 0x0150,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x609a, 0x7828, 0x0118, 0xa084, 0xe1ff, 0x0010, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xffdf, 0x782a, 0x00fe, 0x2001, 0xca27, 0x2004, 0xa086, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1120, 0x2011, 0x0000, 0x080c, 0x8fb1, 0x2011, 0x0000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8fbb, 0x080c, 0x7f27, 0x080c, 0x8001, 0x012e, 0x0005, 0x0016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0046, 0x00f6, 0x0126, 0x2091, 0x8000, 0x2079, 0x0100, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc733, 0x2104, 0xa005, 0x1110, 0x080c, 0x29f4, 0x2009, 0x00f7,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5067, 0x7940, 0xa18c, 0x0010, 0x7942, 0x7924, 0xd1b4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0110, 0x7827, 0x0040, 0xd19c, 0x0110, 0x7827, 0x0008, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0036, 0x0156, 0x7954, 0xd1ac, 0x1904, 0x1375, 0x080c, 0x60ac,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0158, 0x080c, 0x60c0, 0x1128, 0x2001, 0xc9e4, 0x2003, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0070, 0x080c, 0x60a2, 0x0dc0, 0x2001, 0xc9e4, 0x2003, 0xaaaa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc9e5, 0x2003, 0x0001, 0x080c, 0x5fd2, 0x0058, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x609a, 0x0140, 0x2009, 0x00f8, 0x080c, 0x5067, 0x7843, 0x0090,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7843, 0x0010, 0x20a9, 0x09c4, 0x7820, 0xd09c, 0x1138, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x609a, 0x0138, 0x7824, 0xd0ac, 0x1904, 0x141b, 0x1f04, 0x1354,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0070, 0x7824, 0x080c, 0x60b6, 0x0118, 0xd0ac, 0x1904, 0x141b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x1800, 0x0d98, 0x7003, 0x0001, 0x0804, 0x141b, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x080c, 0x28a0, 0x0804, 0x142a, 0x7850, 0xa084, 0x0180,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7852, 0x782f, 0x0020, 0x20a9, 0x0046, 0x1d04, 0x137d, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6000, 0x1f04, 0x137d, 0x7850, 0xa084, 0x0180, 0xa085, 0x0400,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7852, 0x782f, 0x0000, 0x080c, 0x60ac, 0x0158, 0x080c, 0x60c0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1128, 0x2001, 0xc9e4, 0x2003, 0x0000, 0x0070, 0x080c, 0x60a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0dc0, 0x2001, 0xc9e4, 0x2003, 0xaaaa, 0x2001, 0xc9e5, 0x2003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x080c, 0x5fd2, 0x0020, 0x2009, 0x00f8, 0x080c, 0x5067,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x000e, 0xe000, 0x1f04, 0x13aa, 0x7850, 0xa084, 0x0180,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x1400, 0x7852, 0x080c, 0x609a, 0x0120, 0x7843, 0x0090,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7843, 0x0010, 0x2021, 0xe678, 0x2019, 0xea60, 0x7820, 0xd09c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1558, 0x080c, 0x609a, 0x05b8, 0x7824, 0xd0ac, 0x1904, 0x141b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x60c0, 0x1508, 0x0046, 0x2021, 0x0190, 0x8421, 0x1df0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x004e, 0x8421, 0x11c8, 0x7827, 0x0048, 0x20a9, 0x01f4, 0x1d04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x13d7, 0x2091, 0x6000, 0x1f04, 0x13d7, 0x7824, 0xa084, 0x0068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x15a8, 0x2001, 0xc9e4, 0x2003, 0xaaaa, 0x2001, 0xc9e5, 0x2003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x7003, 0x0001, 0x0478, 0x8319, 0x1980, 0x2009, 0xc733,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2104, 0x8000, 0x200a, 0xa084, 0xfff0, 0x0120, 0x200b, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x29f4, 0x00d8, 0x080c, 0x60ac, 0x1140, 0xa4a2, 0x0064,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1128, 0x080c, 0x6071, 0x7003, 0x0001, 0x00a8, 0x7827, 0x1800,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xe000, 0xe000, 0x7824, 0x080c, 0x60b6, 0x0110, 0xd0ac, 0x1158,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x1800, 0x09c8, 0x7003, 0x0001, 0x0028, 0x2001, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x28a0, 0x0048, 0x2001, 0xc733, 0x2003, 0x0000, 0x7827,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0048, 0x7828, 0xc09d, 0x782a, 0x7850, 0xa084, 0x0180, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0400, 0x7852, 0x015e, 0x003e, 0x000e, 0x080c, 0x157e, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00fe, 0x004e, 0x001e, 0x0005, 0x0005, 0x0005, 0x0005, 0x2a70,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc9e4, 0x2003, 0x0000, 0x7087, 0x0000, 0x2009, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2104, 0xa082, 0x0002, 0x0218, 0x704f, 0xffff, 0x0010, 0x704f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x7057, 0xffff, 0x706f, 0x0000, 0x7073, 0x0000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb01f, 0x2061, 0xc9d4, 0x6003, 0x0909, 0x6007, 0x0000, 0x600b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8800, 0x600f, 0x0200, 0x6013, 0x00ff, 0x6017, 0x0013, 0x601b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x601f, 0x07d0, 0x2061, 0xc9dc, 0x6003, 0x8000, 0x6007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x600b, 0x0000, 0x600f, 0x0200, 0x6013, 0x00ff, 0x6017,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x601b, 0x0001, 0x601f, 0x0000, 0x2061, 0xc9fe, 0x6003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x514c, 0x6007, 0x4f47, 0x600b, 0x4943, 0x600f, 0x2020, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc727, 0x2003, 0x0000, 0x0005, 0x04d0, 0x2011, 0x0000, 0x81ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x05a0, 0xa186, 0x0001, 0x1148, 0x2031, 0x8fff, 0x2039, 0xe701,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2021, 0x0100, 0x2029, 0xe700, 0x0418, 0xa186, 0x0002, 0x1148,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2039, 0xdcf9, 0x2021, 0x0096, 0x2029, 0xdd10, 0x2011, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00b8, 0xa186, 0x0005, 0x1118, 0x2011, 0x0001, 0x0088, 0xa186,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0009, 0x1118, 0x2011, 0x0002, 0x0058, 0xa186, 0x000a, 0x1118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0x0002, 0x0028, 0xa186, 0x0055, 0x1110, 0x2011, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3800, 0xa084, 0xfffc, 0xa205, 0x20c0, 0x0804, 0x1049, 0xa00e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0x0003, 0x2019, 0x14c6, 0x0804, 0x1517, 0x2019, 0xaaaa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2061, 0xffff, 0x2c14, 0x2362, 0xe000, 0xe000, 0x2c04, 0xa306,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2262, 0x1110, 0xc1b5, 0xc1a5, 0x2011, 0x0000, 0x2019, 0x14d9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x04f0, 0x2019, 0xaaaa, 0x2061, 0xffff, 0x2c14, 0x2362, 0xe000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xe000, 0x2c1c, 0x2061, 0x7fff, 0xe000, 0xe000, 0x2c04, 0x2061,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xffff, 0x2262, 0xa306, 0x0110, 0xc18d, 0x0008, 0xc185, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x2019, 0x14f4, 0x0418, 0x2061, 0xffff, 0x2019, 0xaaaa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2c14, 0x2362, 0xe000, 0xe000, 0x2c04, 0x2262, 0xa306, 0x1180,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2c14, 0x2362, 0xe000, 0xe000, 0x2c1c, 0x2061, 0x7fff, 0x2c04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2061, 0xffff, 0x2262, 0xa306, 0x1110, 0xc195, 0x0008, 0xc19d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0x0001, 0x2019, 0x1515, 0x0010, 0x0804, 0x1485, 0x3800,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0xfffc, 0xa205, 0x20c0, 0x0837, 0x2011, 0x0000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x54bd, 0x1178, 0x6004, 0xa0c4, 0x00ff, 0xa8c6, 0x0006, 0x0128,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa0c4, 0xff00, 0xa8c6, 0x0600, 0x1120, 0xa186, 0x0080, 0x0108,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8210, 0x8108, 0xa186, 0x0100, 0x1d50, 0x2208, 0x0005, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x0e04, 0x1539, 0x0006, 0x0016, 0x2079, 0x0000, 0x7818,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd084, 0x1de8, 0x001e, 0x792e, 0x000e, 0x782a, 0x000e, 0x7826,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3900, 0x783a, 0x2001, 0x007f, 0x2003, 0x0000, 0x7823, 0x8002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x781b, 0x0001, 0x2091, 0x5000, 0x0126, 0x0156, 0x0146, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x20a1, 0xcb4d, 0x2091, 0x2000, 0x40a1, 0x20a9, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x2200, 0x40a1, 0x20a9, 0x0010, 0x2091, 0x2400, 0x40a1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x0010, 0x2091, 0x2600, 0x40a1, 0x20a9, 0x0010, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2800, 0x40a1, 0x014e, 0x015e, 0x012e, 0x2079, 0xc700, 0x7803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x2091, 0x4080, 0x04c9, 0x0cf8, 0x0005, 0x0006, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x15c9, 0x1518, 0x00f6, 0x2079, 0xc723, 0x2f04, 0x8000, 0x207a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa082, 0x000f, 0x0258, 0xa006, 0x207a, 0x2079, 0xc725, 0x2f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x0001, 0xa086, 0x0001, 0x207a, 0x0070, 0x2079, 0xc725,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2f7c, 0x8fff, 0x1128, 0x2001, 0x0c03, 0x2003, 0x0040, 0x0020,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0c03, 0x2003, 0x00c0, 0x00fe, 0x000e, 0x0005, 0x0409,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1120, 0x2001, 0x0c03, 0x2003, 0x0080, 0x0005, 0x00d1, 0x1120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0c03, 0x2003, 0x0040, 0x0005, 0x0006, 0x0091, 0x1178,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0c03, 0x2003, 0x0040, 0x2009, 0x0fff, 0x00a1, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0c03, 0x2003, 0x0080, 0x2009, 0x0fff, 0x0069, 0x0c88, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00c6, 0x2061, 0x0c00, 0x2c04, 0xa084, 0x00ff, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00aa, 0x00ce, 0x0005, 0x0156, 0x0126, 0xa18c, 0x0fff, 0x21a8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1d04, 0x15d8, 0x2091, 0x6000, 0x1f04, 0x15d8, 0x012e, 0x015e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x2071, 0xc700, 0x715c, 0x712e, 0x2021, 0x0001, 0xa190,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0030, 0xa298, 0x0030, 0x0240, 0x7060, 0xa302, 0x1228, 0x220a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2208, 0x2310, 0x8420, 0x0ca8, 0x3800, 0xd08c, 0x0148, 0x7060,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0xc700, 0x0128, 0x7063, 0xc700, 0x2011, 0x1000, 0x0c48,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x200b, 0x0000, 0x74ae, 0x74b2, 0x70e7, 0x0010, 0x0005, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0126, 0x2091, 0x8000, 0x2071, 0xc700, 0x70b0, 0x0016, 0x2008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x70e4, 0xa16a, 0x2100, 0x001e, 0x0268, 0x8001, 0x70b2, 0x702c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2068, 0x2d04, 0x702e, 0x206b, 0x0000, 0x6807, 0x0000, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x0005, 0xa06e, 0x0cd8, 0x00e6, 0x2071, 0xc700, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x8000, 0x70b0, 0x8001, 0x0260, 0x70b2, 0x702c, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d04, 0x702e, 0x206b, 0x0000, 0x6807, 0x0000, 0x012e, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0xa06e, 0x0cd8, 0x00e6, 0x0126, 0x2091, 0x8000, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc700, 0x702c, 0x206a, 0x2d00, 0x702e, 0x70b0, 0x8000, 0x70b2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x00ee, 0x0005, 0x8dff, 0x0138, 0x6804, 0x6807, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x0c49, 0x00de, 0x0cb8, 0x0005, 0x00e6, 0x2071, 0xc700,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x70b0, 0xa08a, 0x0010, 0xa00d, 0x00ee, 0x0005, 0x00e6, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xca58, 0x7007, 0x0000, 0x701b, 0x0000, 0x701f, 0x0000, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x7010, 0xa085, 0x8004, 0x7012, 0x00ee, 0x0005, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2270, 0x700b, 0x0000, 0x2071, 0xca58, 0x7018, 0xa088, 0xca61,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x220a, 0x8000, 0xa084, 0x0007, 0x701a, 0x7004, 0xa005, 0x1128,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00f6, 0x2079, 0x0010, 0x0081, 0x00fe, 0x00ee, 0x0005, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xca58, 0x7004, 0xa005, 0x1128, 0x00f6, 0x2079, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0019, 0x00fe, 0x00ee, 0x0005, 0x7000, 0x0002, 0x169e, 0x1702,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x171f, 0x171f, 0x231d, 0x1702, 0x171f, 0x1702, 0x7018, 0x711c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa106, 0x1118, 0x7007, 0x0000, 0x0005, 0x00d6, 0xa180, 0xca61,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0x700a, 0x2068, 0x8108, 0xa18c, 0x0007, 0x711e, 0x7803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x6824, 0x7832, 0x6828, 0x7836, 0x682c, 0x783a, 0x6830,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x783e, 0x6810, 0x700e, 0x680c, 0x7016, 0x6804, 0x00de, 0xd084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0120, 0x7007, 0x0001, 0x0029, 0x0005, 0x7007, 0x0002, 0x00b1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0016, 0x0026, 0x710c, 0x2011, 0x0040, 0xa182, 0x0040,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1210, 0x2110, 0xa006, 0x700e, 0x7212, 0x8203, 0x7822, 0x7803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0020, 0x7803, 0x0041, 0x002e, 0x001e, 0x0005, 0x0016, 0x0026,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0136, 0x0146, 0x0156, 0x7014, 0x2098, 0x20a1, 0x0014, 0x7803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x710c, 0x2011, 0x0040, 0xa182, 0x0040, 0x1210, 0x2110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa006, 0x700e, 0x22a8, 0x53a6, 0x8203, 0x7822, 0x7803, 0x0020,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3300, 0x7016, 0x7803, 0x0001, 0x015e, 0x014e, 0x013e, 0x002e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x0005, 0x0136, 0x0146, 0x0156, 0x2099, 0xc819, 0x20a1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0018, 0x20a9, 0x0008, 0x53a3, 0x7803, 0x0020, 0x0126, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x7803, 0x0041, 0x7007, 0x0003, 0x7000, 0xc084, 0x7002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x700b, 0xc814, 0x012e, 0x015e, 0x014e, 0x013e, 0x0005, 0x0136,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0146, 0x0156, 0x2001, 0xc848, 0x209c, 0x20a1, 0x0014, 0x7803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x2001, 0xc849, 0x20ac, 0x53a6, 0x2099, 0xc84a, 0x20a1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0018, 0x20a9, 0x0008, 0x53a3, 0x7803, 0x0020, 0x0126, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x7803, 0x0001, 0x7007, 0x0004, 0x7000, 0xc08c, 0x7002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x700b, 0xc845, 0x012e, 0x015e, 0x014e, 0x013e, 0x0005, 0x0016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x2071, 0xca58, 0x00f6, 0x2079, 0x0010, 0x7904, 0x7803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0xd1fc, 0x0120, 0xa18c, 0x0700, 0x7004, 0x0023, 0x00fe,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x001e, 0x0005, 0x1694, 0x1763, 0x178f, 0x17b6, 0x17e5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x233a, 0x1762, 0x0cf8, 0xa18c, 0x0700, 0x1518, 0x0136, 0x0146,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0156, 0x7014, 0x20a0, 0x2099, 0x0014, 0x7803, 0x0040, 0x7010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a8, 0x53a5, 0x3400, 0x7016, 0x015e, 0x014e, 0x013e, 0x700c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x0550, 0x7830, 0x7832, 0x7834, 0x7836, 0x0804, 0x16c9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7008, 0xa080, 0x0002, 0x2003, 0x0100, 0x7007, 0x0000, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1694, 0x7008, 0xa080, 0x0002, 0x2003, 0x0200, 0x0cb0, 0xa18c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0700, 0x1148, 0x700c, 0xa005, 0x0178, 0x7830, 0x7832, 0x7834,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7836, 0x0804, 0x16de, 0x7008, 0xa080, 0x0002, 0x2003, 0x0200,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7007, 0x0000, 0x0804, 0x1694, 0x00d6, 0x7008, 0x2068, 0x7830,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6826, 0x7834, 0x682a, 0x7838, 0x682e, 0x783c, 0x6832, 0x680b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0100, 0x00de, 0x7007, 0x0000, 0x0804, 0x1694, 0xa18c, 0x0700,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1538, 0x0136, 0x0146, 0x0156, 0x2001, 0xc817, 0x2004, 0xa080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000d, 0x20a0, 0x2099, 0x0014, 0x7803, 0x0040, 0x20a9, 0x0020,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x53a5, 0x2001, 0xc819, 0x2004, 0xd0bc, 0x0148, 0x2001, 0xc822,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xa080, 0x000d, 0x20a0, 0x20a9, 0x0020, 0x53a5, 0x015e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x014e, 0x013e, 0x7007, 0x0000, 0x080c, 0x645d, 0x0804, 0x1694,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0x8003, 0x080c, 0x41e1, 0x0cf8, 0xa18c, 0x0700, 0x1140,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc847, 0x2003, 0x0100, 0x7007, 0x0000, 0x0804, 0x1694,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0x8004, 0x080c, 0x41e1, 0x0cf8, 0x0126, 0x2091, 0x2200,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2079, 0x0030, 0x2071, 0xca69, 0x7003, 0x0000, 0x700f, 0xca70,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7013, 0xca70, 0x780f, 0x00f6, 0x7803, 0x0004, 0x012e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6934, 0xa184, 0x0007, 0x0002, 0x1814, 0x1855, 0x1814, 0x1814,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1818, 0x183d, 0x1824, 0x181b, 0xa085, 0x0001, 0x0804, 0x186f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7750, 0x05d0, 0x684c, 0xd0bc, 0x0db0, 0x6860, 0x682e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x685c, 0x682a, 0x6858, 0x04c8, 0xa18c, 0x00ff, 0xa186, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1d58, 0x684c, 0xd0bc, 0x0d40, 0x6860, 0x682e, 0x685c, 0x682a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6804, 0x681a, 0xa080, 0x000d, 0x2004, 0xa084, 0x000f, 0xa080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x22fd, 0x2005, 0x6832, 0x6858, 0x0440, 0xa18c, 0x00ff, 0xa186,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0015, 0x1990, 0x684c, 0xd0ac, 0x0978, 0x6804, 0x681a, 0xa080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000d, 0x2004, 0xa084, 0x000f, 0xa080, 0x22fd, 0x2005, 0x6832,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa006, 0x682e, 0x682a, 0x6858, 0x0080, 0x684c, 0xd0ac, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1814, 0xa006, 0x682e, 0x682a, 0x6858, 0xa18c, 0x000f, 0xa188,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x22fd, 0x210d, 0x6932, 0x2d08, 0x691a, 0x6826, 0x684c, 0xc0dd,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x684e, 0xa006, 0x680a, 0x697c, 0x6912, 0x6980, 0x6916, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x0007, 0x20e1, 0x2000, 0x2001, 0x020a, 0x2004, 0x82ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x01a8, 0xa280, 0x0004, 0x00d6, 0x206c, 0x684c, 0xd0dc, 0x1150,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x1808, 0x0138, 0x00de, 0xa280, 0x0000, 0x2003, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa016, 0x0020, 0x6808, 0x8000, 0x680a, 0x00de, 0x0126, 0x0046,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0036, 0x0026, 0x2091, 0x2200, 0x002e, 0x003e, 0x004e, 0x7000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x0178, 0x710c, 0x220a, 0x8108, 0x230a, 0x8108, 0x240a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8108, 0xa182, 0xca8b, 0x0210, 0x2009, 0xca70, 0x710e, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x7206, 0x2001, 0x18a7, 0x0006, 0x2260, 0x0804, 0x19cb,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0126, 0x0026, 0x0036, 0x00c6, 0x0006, 0x2091, 0x2200, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x004e, 0x003e, 0x002e, 0x00d6, 0x00c6, 0x2460, 0x6110, 0x2168,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6a62, 0x6b5e, 0xa005, 0x0904, 0x1908, 0x6808, 0xa005, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x193f, 0x7000, 0xa005, 0x0588, 0x700c, 0x7110, 0xa106, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1947, 0x7004, 0xa406, 0x1548, 0x2001, 0x0005, 0x2004, 0xd08c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0168, 0x0046, 0x080c, 0x1b46, 0x004e, 0x2460, 0x6010, 0xa080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x2004, 0xa005, 0x0904, 0x193f, 0x0c18, 0x2001, 0x0207,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xd09c, 0x1d48, 0x7804, 0xa084, 0x6000, 0x0120, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6000, 0x0108, 0x0c08, 0x7818, 0x6812, 0x781c, 0x6816, 0x7803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x7003, 0x0000, 0x7004, 0x2060, 0x6100, 0xa18e, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0x1947, 0x2009, 0x0048, 0x080c, 0x96aa, 0x0804, 0x1947,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6808, 0xa005, 0x05a0, 0x7000, 0xa005, 0x0588, 0x700c, 0x7110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa106, 0x1118, 0x7004, 0xa406, 0x1550, 0x2001, 0x0005, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd08c, 0x0160, 0x0046, 0x080c, 0x1b46, 0x004e, 0x2460, 0x6010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa080, 0x0002, 0x2004, 0xa005, 0x01d0, 0x0c28, 0x2001, 0x0207,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xd09c, 0x1d50, 0x2001, 0x0005, 0x2004, 0xd08c, 0x1d50,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7804, 0xa084, 0x6000, 0x0118, 0xa086, 0x6000, 0x19f0, 0x7818,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6812, 0x781c, 0x6816, 0x7803, 0x0004, 0x7003, 0x0000, 0x6100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa18e, 0x0004, 0x1120, 0x2009, 0x0048, 0x080c, 0x96aa, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x012e, 0x0005, 0x00f6, 0x00e6, 0x0026, 0x0036, 0x0046,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0056, 0x2071, 0xca69, 0x7000, 0xa086, 0x0000, 0x0904, 0x19b1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7004, 0xac06, 0x1904, 0x19a3, 0x2079, 0x0030, 0x7000, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x0904, 0x19a3, 0x7804, 0xd0fc, 0x15c8, 0x20e1, 0x6000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0x0032, 0x2001, 0x0208, 0x200c, 0x2001, 0x0209, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa106, 0x1d88, 0x8211, 0x1db0, 0x7804, 0xd0fc, 0x1540, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1e88, 0x0026, 0x0056, 0x7803, 0x0004, 0x7804, 0xd0ac, 0x1de8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7803, 0x0002, 0x7803, 0x0009, 0x7003, 0x0003, 0x7007, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x005e, 0x002e, 0x2001, 0x015d, 0x2003, 0x0000, 0x080c, 0x609a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1138, 0x0066, 0x2031, 0x0001, 0x080c, 0x6126, 0x006e, 0x0058,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0160, 0x2502, 0x2001, 0x0138, 0x2202, 0x0020, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1b46, 0x0804, 0x1953, 0x0156, 0x20a9, 0x0009, 0x2009, 0xca70,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2104, 0xac06, 0x1108, 0x200a, 0xa188, 0x0003, 0x1f04, 0x19a8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x015e, 0x005e, 0x004e, 0x003e, 0x002e, 0x00ee, 0x00fe, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x700c, 0x7110, 0xa106, 0x0904, 0x1a4c, 0x2104, 0x7006, 0x2060,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8108, 0x211c, 0x8108, 0x2124, 0x8108, 0xa182, 0xca8b, 0x0210,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0xca70, 0x7112, 0x8cff, 0x05e8, 0x6010, 0x2068, 0x2d58,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x78f0, 0x6828, 0xa406, 0x15e0, 0x682c, 0xa306, 0x15c8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7004, 0x2060, 0x6020, 0xc0d4, 0x6022, 0x684c, 0xd0f4, 0x0128,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6817, 0xffff, 0x6813, 0xffff, 0x0428, 0x6850, 0xd0f4, 0x1130,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7803, 0x0004, 0x6810, 0x781a, 0x6814, 0x781e, 0x6824, 0x2050,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6818, 0x2060, 0x6830, 0x2040, 0x6034, 0xa0cc, 0x000f, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7750, 0x1128, 0x2009, 0x0011, 0x080c, 0x1a4f, 0x0048, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0011, 0x080c, 0x1a4f, 0x0120, 0x2009, 0x0001, 0x080c, 0x1a4f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d58, 0x0005, 0x7803, 0x0004, 0x080c, 0x1e0b, 0x0904, 0x19b8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0cc0, 0x080c, 0x7750, 0x1128, 0x080c, 0x194b, 0x080c, 0x76ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0c88, 0x6020, 0xd0f4, 0x1510, 0xd0d4, 0x01e8, 0x6038, 0xa40a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6034, 0xa303, 0x0238, 0xa105, 0x0128, 0x6020, 0xc0d4, 0xc0f5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6022, 0x00a0, 0x643a, 0x6336, 0x6c2a, 0x6b2e, 0x0046, 0x0036,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2400, 0x6c7c, 0xa402, 0x6812, 0x2300, 0x6b80, 0xa303, 0x6816,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x003e, 0x004e, 0x0018, 0x080c, 0xafb6, 0x0960, 0x601c, 0xa08e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0008, 0x0904, 0x19d8, 0xa08e, 0x000a, 0x0904, 0x19d8, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x234a, 0x1900, 0x0804, 0x19d8, 0x7003, 0x0000, 0x0005, 0x8aff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x1b20, 0xa03e, 0x2730, 0x6850, 0xd0fc, 0x11b8, 0xd0f4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1538, 0x00d6, 0x2805, 0xac68, 0x2900, 0x0002, 0x1aba, 0x1a87,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1a87, 0x1aba, 0x1abd, 0x1ab2, 0x1aba, 0x1a87, 0x1aba, 0x1a98,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1a98, 0x1aba, 0x1abd, 0x1aba, 0x1aaa, 0x1a98, 0x7803, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc0fc, 0x6852, 0x6b6c, 0x6a70, 0x6d1c, 0x6c20, 0x00d6, 0xd99c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x1b0d, 0x2805, 0xac68, 0x6f08, 0x6e0c, 0x0804, 0x1b0d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc0f4, 0x6852, 0x6b6c, 0x6a70, 0x00d6, 0x0804, 0x1b14, 0x2d10,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x00d6, 0x6834, 0x2268, 0xa084, 0x00ff, 0xa096, 0x0024,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x1aed, 0x6b08, 0x6a0c, 0x6d00, 0x6c04, 0x0804, 0x1b0d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d10, 0x00de, 0x00d6, 0x6834, 0x2268, 0xa084, 0x00ff, 0xa096,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002c, 0x0540, 0x6b10, 0x6a14, 0x6d00, 0x6c04, 0x6f08, 0x6e0c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x1b0d, 0x00de, 0x00d6, 0x6834, 0xa084, 0x00ff, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x1140, 0x00de, 0x080c, 0x22bf, 0x1904, 0x1a4f, 0xa00e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x1b20, 0x00de, 0x080c, 0x1537, 0x2d10, 0x00de, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6834, 0x2268, 0xa084, 0x00ff, 0xa096, 0x0024, 0x0530, 0xa096,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002c, 0x1d80, 0x6b10, 0xa3a6, 0xffff, 0x1130, 0x2d10, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x080c, 0x73ce, 0x2268, 0x2d10, 0x00de, 0x00d6, 0x7314,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x685c, 0xa086, 0x0001, 0x1120, 0x6868, 0xa005, 0x0108, 0x2018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2268, 0x2011, 0x0000, 0x6d00, 0x6c04, 0x6f08, 0x6e0c, 0x780f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00f0, 0xe000, 0xe000, 0xe000, 0x0400, 0x6b08, 0xa3a6, 0xffff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1130, 0x2d10, 0x00de, 0x00d6, 0x080c, 0x73ce, 0x2268, 0x2d10,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x00d6, 0x7314, 0x685c, 0xa086, 0x0001, 0x1120, 0x6868,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x0108, 0x2018, 0x2268, 0x2011, 0x0000, 0x6d00, 0x6c04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x780f, 0x00f0, 0xe000, 0xe000, 0xe000, 0x7b22, 0x7a26, 0x7d32,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7c36, 0x7f3a, 0x7e3e, 0x7902, 0x7000, 0x8000, 0x7002, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6828, 0xa300, 0x682a, 0x682c, 0xa201, 0x682e, 0x080c, 0x22bf,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x080c, 0x1537, 0x080c, 0x1f6e, 0x7004, 0x2060, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6010, 0x2068, 0x7003, 0x0000, 0x080c, 0x1e2a, 0x080c, 0xac44,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0170, 0x6808, 0x8001, 0x680a, 0x697c, 0x6912, 0x6980, 0x6916,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x682b, 0xffff, 0x682f, 0xffff, 0x6850, 0xc0bd, 0x6852, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xa951, 0x0804, 0x1d73, 0x080c, 0x1537, 0x0126, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2200, 0x0006, 0x0016, 0x2b68, 0x6818, 0x2060, 0x7904, 0x7803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0xa184, 0x0700, 0x1978, 0xa184, 0x0003, 0xa086, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0d58, 0x7000, 0x0002, 0x1b63, 0x1b69, 0x1ca1, 0x1d48, 0x1d62,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1b63, 0x1b63, 0x1b63, 0x7804, 0xd09c, 0x1904, 0x1d73, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1537, 0x8001, 0x7002, 0xd1bc, 0x15c0, 0x080c, 0x7750, 0x1508,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd1dc, 0x1598, 0x6864, 0x8000, 0x6866, 0xd19c, 0x0140, 0x7004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2060, 0x2009, 0x0102, 0x080c, 0x96aa, 0x0804, 0x1c68, 0x8aff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0130, 0x2009, 0x0001, 0x080c, 0x1a4f, 0x0804, 0x1d73, 0x7004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2060, 0x080c, 0x2402, 0x080c, 0x76ee, 0x7007, 0x0000, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1c05, 0xd19c, 0x1904, 0x1c39, 0xd1dc, 0x1178, 0x8aff, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1c39, 0x2009, 0x0001, 0x080c, 0x1a4f, 0x0904, 0x1d73, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x080c, 0x1a4f, 0x0804, 0x1d73, 0x7803, 0x0004, 0x7003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0xd1bc, 0x1904, 0x1c0b, 0x080c, 0x7750, 0x1130, 0xd19c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0120, 0x6864, 0x8000, 0x6866, 0x0810, 0x0026, 0x0036, 0x7c20,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7d24, 0x7e30, 0x7f34, 0x7818, 0x6812, 0x781c, 0x6816, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0201, 0x2004, 0xa005, 0x0140, 0x7808, 0xd0ec, 0x1128, 0x7803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0009, 0x7003, 0x0004, 0x0028, 0x080c, 0x7750, 0x0110, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1d77, 0x6b28, 0x6a2c, 0x2400, 0x686e, 0xa31a, 0x2500, 0x6872,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa213, 0x6b2a, 0x6a2e, 0x00c6, 0x7004, 0x2060, 0x6020, 0xd0f4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1110, 0x633a, 0x6236, 0x00ce, 0x003e, 0x002e, 0x6e1e, 0x6f22,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x22d5, 0x2a00, 0x6826, 0x2c00, 0x681a, 0x2800, 0x6832,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6850, 0xc0fd, 0x6852, 0x6808, 0x8001, 0x680a, 0x1148, 0x684c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0e4, 0x0130, 0x7004, 0x2060, 0x2009, 0x0048, 0x080c, 0x96aa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7000, 0xa086, 0x0004, 0x0904, 0x1d73, 0x7003, 0x0000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x19b8, 0x0804, 0x1d73, 0x0056, 0x7d0c, 0xd5bc, 0x1110, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc5aa, 0x005e, 0x080c, 0x1e2a, 0x7004, 0x2060, 0x601c, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0009, 0x1140, 0x2009, 0x0106, 0x080c, 0x96aa, 0x7007, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x1d73, 0x00f6, 0x7004, 0x2078, 0x080c, 0x5845, 0x0118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7820, 0xc0f5, 0x7822, 0x00fe, 0x682b, 0xffff, 0x682f, 0xffff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6808, 0x8001, 0x680a, 0x697c, 0x791a, 0x6980, 0x791e, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1d73, 0x7004, 0x00c6, 0x2060, 0x6020, 0x00ce, 0xd0f4, 0x0120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6808, 0x8001, 0x680a, 0x0420, 0x7818, 0x6812, 0x7a1c, 0x6a16,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd19c, 0x0160, 0xa205, 0x0150, 0x7004, 0xa080, 0x0007, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0xfffd, 0xa086, 0x0008, 0x1904, 0x1ba5, 0x684c, 0xc0f5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x684e, 0x7814, 0xa005, 0x1180, 0x7003, 0x0000, 0x6808, 0x8001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x680a, 0x1130, 0x7004, 0x2060, 0x2009, 0x0048, 0x080c, 0x96aa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x19b8, 0x0804, 0x1d73, 0x7818, 0x6812, 0x781c, 0x6816,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7814, 0x7908, 0xa18c, 0x0fff, 0xa192, 0x0841, 0x1a04, 0x1b23,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa188, 0x0007, 0x8114, 0x8214, 0x8214, 0xa10a, 0x8104, 0x8004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8004, 0xa20a, 0x810b, 0x810b, 0x810b, 0x080c, 0x1eb3, 0x7803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x780f, 0xffff, 0x7803, 0x0001, 0x7804, 0xd0fc, 0x0de8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7803, 0x0002, 0x7803, 0x0004, 0x780f, 0x00f6, 0x7004, 0x7007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x2060, 0x2009, 0x0048, 0x080c, 0x96aa, 0x080c, 0x1f09,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0838, 0x8001, 0x7002, 0xd194, 0x01a8, 0x7804, 0xd0fc, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1d3b, 0xd09c, 0x0130, 0x7804, 0xd0fc, 0x1904, 0x1b4e, 0xd09c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x11a8, 0x8aff, 0x0904, 0x1d73, 0x2009, 0x0001, 0x080c, 0x1a4f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x1d73, 0xa184, 0x0888, 0x1148, 0x8aff, 0x0904, 0x1d73,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0001, 0x080c, 0x1a4f, 0x0804, 0x1d73, 0x7818, 0x6812,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7a1c, 0x6a16, 0xa205, 0x0904, 0x1c56, 0x7803, 0x0004, 0x7003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0xd1bc, 0x1904, 0x1d1e, 0x6834, 0xa084, 0x00ff, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0029, 0x1118, 0xd19c, 0x1904, 0x1c56, 0x0026, 0x0036, 0x7c20,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7d24, 0x7e30, 0x7f34, 0x7818, 0x6812, 0x781c, 0x6816, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0201, 0x2004, 0xa005, 0x0140, 0x7808, 0xd0ec, 0x1128, 0x7803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0009, 0x7003, 0x0004, 0x0020, 0x0016, 0x080c, 0x1d77, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6b28, 0x6a2c, 0x080c, 0x22d5, 0x00d6, 0x2805, 0xac68, 0x6034,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd09c, 0x1128, 0x6808, 0xa31a, 0x680c, 0xa213, 0x0020, 0x6810,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa31a, 0x6814, 0xa213, 0x00de, 0xd194, 0x0904, 0x1bd3, 0x2a00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6826, 0x2c00, 0x681a, 0x2800, 0x6832, 0x6808, 0x8001, 0x680a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6b2a, 0x6a2e, 0x003e, 0x002e, 0x0804, 0x1c68, 0x0056, 0x7d0c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xc5aa, 0x005e, 0x080c, 0x1e2a, 0x00f6, 0x7004, 0x2078,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5845, 0x0118, 0x7820, 0xc0f5, 0x7822, 0x00fe, 0x682b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xffff, 0x682f, 0xffff, 0x6808, 0x8001, 0x680a, 0x697c, 0x791a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6980, 0x791e, 0x04c0, 0x7804, 0xd09c, 0x0904, 0x1b4e, 0x7c20,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7824, 0xa405, 0x1904, 0x1b4e, 0x7803, 0x0002, 0x0804, 0x1cc6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7803, 0x0004, 0x7003, 0x0000, 0x7004, 0xa00d, 0x0180, 0x6808,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8001, 0x680a, 0x1160, 0x7004, 0x2060, 0x2009, 0x0048, 0x601c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0009, 0x1110, 0x080c, 0x1537, 0x080c, 0x96aa, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x19b8, 0x0088, 0x7803, 0x0004, 0x7003, 0x0000, 0x7004, 0x2060,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6010, 0xa005, 0x0da0, 0x2068, 0x6808, 0x8000, 0x680a, 0x6c28,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6b2c, 0x080c, 0x19cb, 0x001e, 0x000e, 0x012e, 0x0005, 0x700c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7110, 0xa106, 0x0904, 0x1e00, 0x7004, 0x0016, 0x210c, 0xa106,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x0904, 0x1e00, 0x00d6, 0x00c6, 0x216c, 0x2d00, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x1dfe, 0x6820, 0xd0d4, 0x1904, 0x1dfe, 0x6810, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7750, 0x0904, 0x1dfe, 0x6850, 0xd0fc, 0x0558, 0x8108,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2104, 0x6b2c, 0xa306, 0x1904, 0x1dfe, 0x8108, 0x2104, 0x6a28,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa206, 0x1904, 0x1dfe, 0x6850, 0xc0fc, 0xc0f5, 0x6852, 0x686c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7822, 0x6870, 0x7826, 0x681c, 0x7832, 0x6820, 0x7836, 0x6818,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2060, 0x6034, 0xd09c, 0x0150, 0x6830, 0x2005, 0x00d6, 0xac68,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6808, 0x783a, 0x680c, 0x783e, 0x00de, 0x04d0, 0xa006, 0x783a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x783e, 0x04b0, 0x8108, 0x2104, 0xa005, 0x15c0, 0x6b2c, 0xa306,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x15a8, 0x8108, 0x2104, 0xa005, 0x1588, 0x6a28, 0xa206, 0x1570,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6850, 0xc0f5, 0x6852, 0x6830, 0x2005, 0x6918, 0xa160, 0xa180,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000d, 0x2004, 0xd09c, 0x1170, 0x6008, 0x7822, 0x686e, 0x600c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7826, 0x6872, 0x6000, 0x7832, 0x6004, 0x7836, 0xa006, 0x783a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x783e, 0x0070, 0x6010, 0x7822, 0x686e, 0x6014, 0x7826, 0x6872,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6000, 0x7832, 0x6004, 0x7836, 0x6008, 0x783a, 0x600c, 0x783e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6810, 0x781a, 0x6814, 0x781e, 0x7803, 0x0011, 0x00ce, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x2011, 0x0201, 0x2009, 0x003c, 0x2204, 0xa005, 0x1110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8109, 0x1dd8, 0x0005, 0x0ca9, 0x0118, 0x780c, 0xd0a4, 0x0120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c9, 0xa085, 0x0001, 0x0010, 0x080c, 0x1f09, 0x0005, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x2200, 0x7000, 0xa086, 0x0003, 0x1150, 0x700c, 0x7110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa106, 0x0130, 0x20e1, 0x9028, 0x700f, 0xca70, 0x7013, 0xca70,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x0005, 0x00c6, 0x080c, 0x609a, 0x1570, 0x2001, 0x0160,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2003, 0x0000, 0x2001, 0x0138, 0x2003, 0x0000, 0x2011, 0x00c8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xe000, 0xe000, 0x8211, 0x1de0, 0x080c, 0x1e81, 0x700c, 0x7110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa106, 0x0190, 0x2104, 0xa005, 0x0130, 0x2060, 0x6010, 0x2060,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6008, 0x8001, 0x600a, 0xa188, 0x0003, 0xa182, 0xca8b, 0x0210,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0xca70, 0x7112, 0x0c50, 0x0066, 0x2031, 0x0000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6126, 0x006e, 0x00ce, 0x0005, 0x0459, 0x20e1, 0x9028, 0x700c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7110, 0xa106, 0x0190, 0x2104, 0xa005, 0x0130, 0x2060, 0x6010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2060, 0x6008, 0x8001, 0x600a, 0xa188, 0x0003, 0xa182, 0xca8b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0210, 0x2009, 0xca70, 0x7112, 0x0c50, 0x2001, 0x015d, 0x2003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x2001, 0x0160, 0x2502, 0x2001, 0x0138, 0x2202, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x20e1, 0x9028, 0x2001, 0x015d, 0x2003, 0x0000, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0138, 0x2014, 0x2003, 0x0000, 0x2001, 0x0160, 0x202c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2003, 0x0000, 0x080c, 0x609a, 0x1148, 0x2021, 0x0002, 0x1d04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1e97, 0x2091, 0x6000, 0x8421, 0x1dd0, 0x0005, 0x2021, 0xb015,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0141, 0x201c, 0xd3dc, 0x1168, 0x2001, 0x0109, 0x201c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa39c, 0x0048, 0x1138, 0x2001, 0x0111, 0x201c, 0x83ff, 0x1110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8421, 0x1d70, 0x0005, 0x00e6, 0x2071, 0x0200, 0x7808, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xf000, 0xa10d, 0x0869, 0x2001, 0x0105, 0x2004, 0xa084, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1130, 0x2001, 0xca8b, 0x2004, 0xa086, 0x0000, 0x0548, 0xa026,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2019, 0xf000, 0x8319, 0x1148, 0x2001, 0x012b, 0x2003, 0x95f5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0129, 0x2003, 0x95f5, 0x00d8, 0x2001, 0x0105, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x0003, 0x1130, 0x2001, 0xca8b, 0x2004, 0xa086, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0178, 0x2001, 0x0132, 0x2004, 0xa436, 0x0110, 0x2020, 0x0c00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0021, 0x2004, 0xd0fc, 0x09e8, 0x080c, 0x216b, 0x08c0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x7000, 0x7324, 0x7420, 0x7028, 0x7028, 0x7426, 0x7037,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x810f, 0x712e, 0x702f, 0x0100, 0x7037, 0x0008, 0x7326,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7422, 0x2001, 0x0160, 0x2502, 0x2001, 0x0138, 0x2202, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0026, 0x2001, 0x015d, 0x2003, 0x0000, 0x7908, 0xa18c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0fff, 0xa182, 0x0ffd, 0x0208, 0xa00e, 0xa190, 0x0007, 0xa294,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1ff8, 0x8214, 0x8214, 0x8214, 0x2001, 0x020a, 0x82ff, 0x0140,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x6000, 0x200c, 0x200c, 0x200c, 0x200c, 0x8211, 0x1dd0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x7000, 0x200c, 0x200c, 0x7003, 0x0000, 0x20e1, 0x6000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0208, 0x200c, 0x2001, 0x0209, 0x2004, 0xa106, 0x0158,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x1e01, 0x0130, 0x7908, 0xd1ec, 0x1128, 0x790c, 0xd1a4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0968, 0x080c, 0x1e2a, 0xa006, 0x002e, 0x0005, 0x00f6, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x0026, 0x2071, 0xca69, 0x2079, 0x0030, 0x2011, 0x0050,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7000, 0xa086, 0x0000, 0x01a8, 0x8211, 0x0188, 0x2001, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xd08c, 0x0dc8, 0x7904, 0xa18c, 0x0780, 0x0016, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1b46, 0x001e, 0x81ff, 0x1118, 0x2011, 0x0050, 0x0c48, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x002e, 0x001e, 0x00ee, 0x00fe, 0x0005, 0x7803, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0064, 0x7804, 0xd0ac, 0x0904, 0x1fba, 0x8109, 0x1dd0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0100, 0x210c, 0xa18a, 0x0003, 0x0a0c, 0x1537, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2269, 0x00e6, 0x00f6, 0x2071, 0xca58, 0x2079, 0x0010, 0x7004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0000, 0x0538, 0x7800, 0x0006, 0x7820, 0x0006, 0x7830,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x7834, 0x0006, 0x7838, 0x0006, 0x783c, 0x0006, 0x7803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0xe000, 0xe000, 0x2079, 0x0030, 0x7804, 0xd0ac, 0x190c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1537, 0x2079, 0x0010, 0x000e, 0x783e, 0x000e, 0x783a, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7836, 0x000e, 0x7832, 0x000e, 0x7822, 0x000e, 0x7802, 0x00fe,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x0030, 0x00fe, 0x00ee, 0x7804, 0xd0ac, 0x190c, 0x1537,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8001, 0x0005, 0x00e6, 0x2071, 0xca8b, 0x7003, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x0005, 0x00d6, 0xa280, 0x0004, 0x206c, 0x694c, 0xd1dc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0x2047, 0x6934, 0xa184, 0x0007, 0x0002, 0x1fd6, 0x2032,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1fd6, 0x1fd8, 0x1fd6, 0x2019, 0x1ff8, 0x1fe7, 0x080c, 0x1537,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2100, 0xa084, 0x00ff, 0xa086, 0x0013, 0x0904, 0x2032, 0x2100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x00ff, 0xa086, 0x001b, 0x0904, 0x2032, 0x0c78, 0x684c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0b4, 0x0904, 0x2143, 0x6860, 0x682e, 0x6816, 0x685c, 0x682a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6812, 0x687c, 0x680a, 0x6880, 0x680e, 0x6958, 0x0804, 0x203a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6834, 0xa084, 0x00ff, 0xa086, 0x001e, 0x19c0, 0x684c, 0xd0b4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x2143, 0x6860, 0x682e, 0x6816, 0x685c, 0x682a, 0x6812,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x687c, 0x680a, 0x6880, 0x680e, 0x6804, 0x681a, 0xa080, 0x000d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xa084, 0x000f, 0xa080, 0x22fd, 0x2005, 0x6832, 0x6958,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0450, 0xa18c, 0x00ff, 0xa186, 0x0015, 0x1548, 0x684c, 0xd0b4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x2143, 0x6804, 0x681a, 0xa080, 0x000d, 0x2004, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000f, 0xa080, 0x22fd, 0x2005, 0x6832, 0x6958, 0xa006, 0x682e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x682a, 0x0088, 0x684c, 0xd0b4, 0x0904, 0x1b21, 0x6958, 0xa006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x682e, 0x682a, 0x2d00, 0x681a, 0x6834, 0xa084, 0x000f, 0xa080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x22fd, 0x2005, 0x6832, 0x6926, 0x684c, 0xc0dd, 0x684e, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00f6, 0x2079, 0x0020, 0x7804, 0xd0fc, 0x190c, 0x216b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x00d6, 0x2071, 0xca8b, 0x7000, 0xa005, 0x1904, 0x20af,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x7206, 0xa280, 0x0004, 0x205c, 0x7004, 0x2068, 0x7803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x6818, 0x00d6, 0x2068, 0x686c, 0x7812, 0x6890, 0x00f6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x9040, 0x2079, 0x0200, 0x781a, 0x2079, 0x0100, 0x8004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x78d6, 0x00fe, 0x00de, 0x2b68, 0x6824, 0x2050, 0x6818, 0x2060,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6830, 0x2040, 0x6034, 0xa0cc, 0x000f, 0x6908, 0x791a, 0x7116,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x680c, 0x781e, 0x701a, 0xa006, 0x700e, 0x7012, 0x7004, 0x692c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6814, 0xa106, 0x1120, 0x6928, 0x6810, 0xa106, 0x0158, 0x0036,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0046, 0x6b14, 0x6c10, 0x080c, 0x234a, 0x004e, 0x003e, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x00a8, 0x8aff, 0x1120, 0x00ce, 0xa085, 0x0001, 0x0078,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0126, 0x2091, 0x8000, 0x2079, 0x0020, 0x2009, 0x0001, 0x0059,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0118, 0x2009, 0x0001, 0x0039, 0x012e, 0x00ce, 0xa006, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x00fe, 0x0005, 0x0076, 0x0066, 0x0056, 0x0046, 0x0036,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x8aff, 0x0904, 0x213c, 0x700c, 0x7214, 0xa23a, 0x7010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7218, 0xa203, 0x0a04, 0x213b, 0xa705, 0x0904, 0x213b, 0xa03e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2730, 0x6850, 0xd0fc, 0x11a8, 0x00d6, 0x2805, 0xac68, 0x2900,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x210a, 0x20ef, 0x20ef, 0x210a, 0x210a, 0x2103, 0x210a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20ef, 0x210a, 0x20f4, 0x20f4, 0x210a, 0x210a, 0x210a, 0x20fb,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20f4, 0xc0fc, 0x6852, 0x6b6c, 0x6a70, 0x6d1c, 0x6c20, 0xd99c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x05c8, 0x00d6, 0x2805, 0xac68, 0x6f08, 0x6e0c, 0x0490, 0x6b08,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6a0c, 0x6d00, 0x6c04, 0x0468, 0x6b10, 0x6a14, 0x6d00, 0x6c04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6f08, 0x6e0c, 0x0430, 0x00de, 0x00d6, 0x6834, 0xa084, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x001e, 0x1138, 0x00de, 0x080c, 0x22bf, 0x1904, 0x20b9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa00e, 0x0490, 0x2d10, 0x00de, 0x00d6, 0x6834, 0xa084, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0013, 0x2268, 0x09d8, 0x2d10, 0x00de, 0x00d6, 0x6834,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x00ff, 0xa086, 0x001b, 0x2268, 0x09b0, 0x00de, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1537, 0x00de, 0x7b22, 0x7a26, 0x7d32, 0x7c36, 0x7f3a, 0x7e3e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7902, 0x7000, 0x8000, 0x7002, 0x6828, 0xa300, 0x682a, 0x682c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa201, 0x682e, 0x700c, 0xa300, 0x700e, 0x7010, 0xa201, 0x7012,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x22bf, 0x0008, 0xa006, 0x002e, 0x003e, 0x004e, 0x005e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x006e, 0x007e, 0x0005, 0x080c, 0x1537, 0x0026, 0x2001, 0x0105,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2003, 0x0010, 0x20e1, 0x9040, 0x7803, 0x0004, 0x7003, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7004, 0x2060, 0x00d6, 0x6010, 0x2068, 0x080c, 0xac44, 0x0118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6850, 0xc0bd, 0x6852, 0x00de, 0x080c, 0xa951, 0x20e1, 0x9040,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x918f, 0x2011, 0x0000, 0x080c, 0x8fbb, 0x080c, 0x8001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002e, 0x0804, 0x2224, 0x0126, 0x2091, 0x2400, 0x0006, 0x0016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00f6, 0x00e6, 0x00d6, 0x00c6, 0x2079, 0x0020, 0x2071, 0xca8b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b68, 0x6818, 0x2060, 0x7904, 0x7803, 0x0002, 0xa184, 0x0700,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1920, 0x7000, 0x0002, 0x2224, 0x2187, 0x21f7, 0x2222, 0x8001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7002, 0xd19c, 0x1170, 0x8aff, 0x05d0, 0x2009, 0x0001, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20b3, 0x0904, 0x2224, 0x2009, 0x0001, 0x080c, 0x20b3, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2224, 0x7803, 0x0004, 0xd194, 0x0148, 0x6850, 0xc0fc, 0x6852,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8aff, 0x11d8, 0x684c, 0xc0f5, 0x684e, 0x00b8, 0x0026, 0x0036,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6b28, 0x6a2c, 0x7820, 0x686e, 0xa31a, 0x7824, 0x6872, 0xa213,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7830, 0x681e, 0x7834, 0x6822, 0x6b2a, 0x6a2e, 0x003e, 0x002e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x22d5, 0x6850, 0xc0fd, 0x6852, 0x2a00, 0x6826, 0x2c00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x681a, 0x2800, 0x6832, 0x7003, 0x0000, 0x0804, 0x2224, 0x00f6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x781c, 0x0006, 0x7818, 0x0006, 0x2079, 0x0100, 0x7a14,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa284, 0x0184, 0xa085, 0x0012, 0x7816, 0x0036, 0x2019, 0x1000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8319, 0x090c, 0x1537, 0x7820, 0xd0bc, 0x1dd0, 0x003e, 0x79c8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0xa102, 0x001e, 0x0006, 0x0016, 0x79c4, 0x000e, 0xa103,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x78c6, 0x000e, 0x78ca, 0xa284, 0x0184, 0xa085, 0x0012, 0x7816,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002e, 0x00fe, 0x7803, 0x0008, 0x7003, 0x0000, 0x0468, 0x8001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7002, 0xd194, 0x0168, 0x7804, 0xd0fc, 0x1904, 0x217b, 0xd19c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x11f8, 0x8aff, 0x0508, 0x2009, 0x0001, 0x080c, 0x20b3, 0x00e0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x0036, 0x6b28, 0x6a2c, 0x080c, 0x22d5, 0x00d6, 0x2805,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xac68, 0x6034, 0xd09c, 0x1128, 0x6808, 0xa31a, 0x680c, 0xa213,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0020, 0x6810, 0xa31a, 0x6814, 0xa213, 0x00de, 0x0804, 0x21aa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x21a6, 0x080c, 0x1537, 0x00ce, 0x00de, 0x00ee, 0x00fe,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x000e, 0x012e, 0x0005, 0x00f6, 0x00e6, 0x2071, 0xca8b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7000, 0xa086, 0x0000, 0x0590, 0x2079, 0x0020, 0x0016, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0207, 0x210c, 0xd194, 0x0158, 0x2009, 0x020c, 0x210c, 0xa184,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x0128, 0x20e1, 0x9040, 0x2001, 0x020c, 0x2102, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0206, 0x2104, 0x2009, 0x0203, 0x210c, 0xa106, 0x1110, 0x20e1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9040, 0x7804, 0xd0fc, 0x0d18, 0x080c, 0x216b, 0x7000, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x19e8, 0x001e, 0x7803, 0x0004, 0x7804, 0xd0ac, 0x1de8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x9040, 0x7803, 0x0002, 0x7003, 0x0000, 0x00ee, 0x00fe,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0026, 0x00c6, 0x00d6, 0x00e6, 0x00f6, 0x2071, 0xca8b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2079, 0x0020, 0x7000, 0xa086, 0x0000, 0x0540, 0x7004, 0x2060,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6010, 0x2068, 0x080c, 0xac44, 0x0158, 0x6850, 0xc0b5, 0x6852,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x680c, 0x7a1c, 0xa206, 0x1120, 0x6808, 0x7a18, 0xa206, 0x01e0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0105, 0x2003, 0x0010, 0x20e1, 0x9040, 0x7803, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7003, 0x0000, 0x7004, 0x2060, 0x080c, 0xa951, 0x20e1, 0x9040,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x918f, 0x2011, 0x0000, 0x080c, 0x8fbb, 0x00fe, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x00ce, 0x002e, 0x0005, 0x6810, 0x6a14, 0xa205, 0x1d00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x684c, 0xc0dc, 0x684e, 0x2c10, 0x080c, 0x1fc2, 0x2001, 0x0105,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2003, 0x0010, 0x20e1, 0x9040, 0x7803, 0x0004, 0x7003, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2069, 0xca26, 0x6833, 0x0000, 0x683f, 0x0000, 0x08f8, 0x8840,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2805, 0xa005, 0x1170, 0x6004, 0xa005, 0x0168, 0x681a, 0x2060,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6034, 0xa084, 0x000f, 0xa080, 0x22fd, 0x2045, 0x88ff, 0x090c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1537, 0x8a51, 0x0005, 0x2050, 0x0005, 0x8a50, 0x8841, 0x2805,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x1190, 0x2c00, 0xad06, 0x0120, 0x6000, 0xa005, 0x1108,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d00, 0x2060, 0x681a, 0x6034, 0xa084, 0x000f, 0xa080, 0x230d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2045, 0x88ff, 0x090c, 0x1537, 0x0005, 0x0000, 0x0011, 0x0015,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0019, 0x001d, 0x0021, 0x0025, 0x0029, 0x0000, 0x000f, 0x0015,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001b, 0x0021, 0x0027, 0x0000, 0x0000, 0x0000, 0x22f2, 0x22ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x22f2, 0x22f2, 0x22fc, 0x0000, 0x22f2, 0x0000, 0x22f9, 0x22f6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x22f9, 0x22f9, 0x0000, 0x22fc, 0x22f9, 0x0000, 0x22f4, 0x22f4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x22f4, 0x22fc, 0x0000, 0x22f4, 0x0000, 0x22fa, 0x22fa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x22fa, 0x0000, 0x22fc, 0x22fa, 0x0136, 0x0146, 0x0156,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2099, 0xc864, 0x20a1, 0x0018, 0x20a9, 0x0008, 0x53a3, 0x7803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0020, 0x0126, 0x2091, 0x8000, 0x7803, 0x0041, 0x7007, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7000, 0xc094, 0x7002, 0x700b, 0xc85f, 0x012e, 0x015e, 0x014e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x013e, 0x0005, 0x2099, 0x0014, 0x7803, 0x0040, 0x2001, 0xc864,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0x2010, 0x080c, 0x7381, 0x080c, 0x72f3, 0x7007, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x1694, 0x00a6, 0x0096, 0x0086, 0x6b2e, 0x6c2a, 0x6858,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa055, 0x0904, 0x23db, 0x2d60, 0x6034, 0xa0cc, 0x000f, 0xa9c0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x22fd, 0xa986, 0x0007, 0x0130, 0xa986, 0x000e, 0x0118, 0xa986,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000f, 0x1120, 0x605c, 0xa422, 0x6060, 0xa31b, 0x2805, 0xa045,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1140, 0x0310, 0x0804, 0x23db, 0x6004, 0xa065, 0x0904, 0x23db,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0c18, 0x2805, 0xa005, 0x01a8, 0xac68, 0xd99c, 0x1128, 0x6808,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa422, 0x680c, 0xa31b, 0x0020, 0x6810, 0xa422, 0x6814, 0xa31b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0620, 0x2300, 0xa405, 0x0150, 0x8a51, 0x0904, 0x23db, 0x8840,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0c40, 0x6004, 0xa065, 0x0904, 0x23db, 0x0830, 0x8a51, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x23db, 0x8840, 0x2805, 0xa005, 0x1158, 0x6004, 0xa065, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x23db, 0x6034, 0xa0cc, 0x000f, 0xa9c0, 0x22fd, 0x2805, 0x2040,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b68, 0x6850, 0xc0fc, 0x6852, 0x0458, 0x8422, 0x8420, 0x831a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa399, 0x0000, 0x00d6, 0x2b68, 0x6c6e, 0x6b72, 0x00de, 0xd99c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1168, 0x6908, 0x2400, 0xa122, 0x690c, 0x2300, 0xa11b, 0x0a0c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1537, 0x6800, 0xa420, 0x6804, 0xa319, 0x0060, 0x6910, 0x2400,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa122, 0x6914, 0x2300, 0xa11b, 0x0a0c, 0x1537, 0x6800, 0xa420,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6804, 0xa319, 0x2b68, 0x6c1e, 0x6b22, 0x6850, 0xc0fd, 0x6852,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2c00, 0x681a, 0x2800, 0x6832, 0x2a00, 0x6826, 0x000e, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0xa006, 0x0028, 0x008e, 0x009e, 0x00ae, 0xa085, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x2001, 0x0005, 0x2004, 0xa084, 0x0007, 0x0002, 0x23ef,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x216b, 0x1b46, 0x23f0, 0x1747, 0x23f4, 0x23f8, 0x23fc, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x1b46, 0x0804, 0x216b, 0x080c, 0x216b, 0x0804, 0x1747,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x1b46, 0x0804, 0x1747, 0x080c, 0x1b46, 0x080c, 0x216b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x1747, 0x0006, 0x0016, 0x0156, 0x20a9, 0x0009, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xca70, 0x2104, 0xac06, 0x1108, 0x200a, 0xa188, 0x0003, 0x1f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2409, 0x015e, 0x001e, 0x000e, 0x0005, 0x00e6, 0x00d6, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xca69, 0x700c, 0x7110, 0xa106, 0x01b8, 0x2104, 0xa005, 0x0138,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa080, 0x0004, 0x2004, 0x2068, 0x080c, 0x7750, 0x0158, 0xa188,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0xa182, 0xca8b, 0x0210, 0x2009, 0xca70, 0x700c, 0xa106,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1d60, 0x0010, 0xa085, 0x0001, 0x00de, 0x00ee, 0x0005, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x2600, 0x2079, 0x0200, 0x2071, 0xcd80, 0x2069, 0xc700,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x2514, 0x080c, 0x2504, 0x2009, 0x0004, 0x7912, 0x7817,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x080c, 0x28d5, 0x781b, 0x0002, 0x20e1, 0x9080, 0x20e1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4000, 0x20a9, 0x0080, 0x782f, 0x0000, 0x1f04, 0x2453, 0x20e1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9080, 0x783b, 0x001f, 0x20e1, 0x8700, 0x012e, 0x0005, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x2600, 0x781c, 0xd0a4, 0x190c, 0x2501, 0xa084, 0x0007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x2483, 0x2471, 0x2474, 0x2477, 0x247c, 0x247e, 0x2480,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2482, 0x080c, 0x69d8, 0x0078, 0x080c, 0x6a1b, 0x0060, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x69d8, 0x080c, 0x6a1b, 0x0038, 0x0041, 0x0028, 0x0031, 0x0018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0021, 0x0008, 0x0011, 0x012e, 0x0005, 0x0006, 0x0016, 0x0026,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7930, 0xa184, 0x0003, 0x0118, 0x20e1, 0x9040, 0x0480, 0xa184,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0030, 0x01c0, 0x6a00, 0xa286, 0x0003, 0x1108, 0x0080, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x609a, 0x1158, 0x2001, 0xc9e5, 0x2003, 0x0001, 0x2001, 0xc700,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2003, 0x0001, 0x080c, 0x5fd2, 0x0010, 0x080c, 0x4fd7, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2504, 0x00a8, 0xa184, 0x00c0, 0x0168, 0x00e6, 0x0036, 0x0046,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0056, 0x2071, 0xca69, 0x080c, 0x1e2a, 0x005e, 0x004e, 0x003e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x0028, 0xa184, 0x0300, 0x0110, 0x20e1, 0x9020, 0x7932,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002e, 0x001e, 0x000e, 0x0005, 0x0016, 0x00e6, 0x00f6, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc700, 0x7128, 0x2001, 0xc9d7, 0x2102, 0x2001, 0xc9df, 0x2102,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa182, 0x0211, 0x1218, 0x2009, 0x0008, 0x0400, 0xa182, 0x0259,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1218, 0x2009, 0x0007, 0x00d0, 0xa182, 0x02c1, 0x1218, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x00a0, 0xa182, 0x0349, 0x1218, 0x2009, 0x0005, 0x0070,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa182, 0x0421, 0x1218, 0x2009, 0x0004, 0x0040, 0xa182, 0x0581,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1218, 0x2009, 0x0003, 0x0010, 0x2009, 0x0002, 0x2079, 0x0200,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7912, 0x7817, 0x0004, 0x080c, 0x28d5, 0x00fe, 0x00ee, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x7938, 0x080c, 0x1537, 0x00e6, 0x0026, 0x2071, 0x0200,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x1000, 0x7220, 0x7028, 0x7020, 0xa206, 0x0de0, 0x20e1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9010, 0x002e, 0x00ee, 0x0005, 0x20e1, 0xa000, 0x7837, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x782f, 0x0000, 0x782f, 0x0000, 0x782f, 0x0000, 0x782f, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7837, 0x0005, 0x20a9, 0x0210, 0x7830, 0xd0bc, 0x1110, 0x1f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2524, 0x7837, 0x0001, 0x7837, 0x0000, 0xe000, 0xe000, 0x20e1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa000, 0x0005, 0x0126, 0x2091, 0x2800, 0x2061, 0x0100, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc700, 0x6024, 0x6026, 0x6053, 0x0030, 0x080c, 0x2914, 0x6050,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0xfe7f, 0x6052, 0x2009, 0x00ef, 0x6132, 0x6136, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2924, 0x60e7, 0x0000, 0x61ea, 0x60e3, 0x0008, 0x604b, 0xf7f7,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6043, 0x0000, 0x602f, 0x0080, 0x602f, 0x0000, 0x6007, 0x0e9f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x601b, 0x001e, 0x600f, 0x00ff, 0x2001, 0xc9d3, 0x2003, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x602b, 0x002f, 0x012e, 0x0005, 0x2001, 0xc731, 0x2003, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc730, 0x2003, 0x0001, 0x0005, 0x0126, 0x2091, 0x2800,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x0016, 0x0026, 0x6124, 0x0066, 0x2031, 0xc734, 0x2634,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa6b4, 0x0028, 0x006e, 0x11c0, 0x6020, 0xd0bc, 0x01a8, 0xd1bc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0198, 0x783c, 0xa005, 0x0180, 0x00e6, 0x0006, 0x2070, 0x701c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0009, 0x000e, 0x00ee, 0x1138, 0x00e6, 0x783c, 0x2070,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7008, 0xd0fc, 0x00ee, 0x1130, 0xa184, 0x1e2c, 0x1118, 0xa184,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0007, 0x002a, 0xa195, 0x0004, 0xa284, 0x0007, 0x0002, 0x25c1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x25a7, 0x25aa, 0x25ad, 0x25b2, 0x25b4, 0x25b8, 0x25bc, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x793f, 0x00b8, 0x080c, 0x79f4, 0x00a0, 0x080c, 0x79f4, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x793f, 0x0078, 0x0099, 0x0068, 0x080c, 0x793f, 0x0079, 0x0048,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x79f4, 0x0059, 0x0028, 0x080c, 0x79f4, 0x080c, 0x793f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0029, 0x002e, 0x001e, 0x000e, 0x012e, 0x0005, 0x6124, 0xd19c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0x2843, 0x080c, 0x609a, 0x0578, 0x7000, 0xa086, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0198, 0x6024, 0xa084, 0x1800, 0x0178, 0x080c, 0x60c0, 0x0118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x60ac, 0x1148, 0x6027, 0x0020, 0x6043, 0x0000, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc9e4, 0x2003, 0xaaaa, 0x0458, 0x080c, 0x60c0, 0x15d0, 0x6024,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x1800, 0x1108, 0x04a8, 0x2001, 0xc9e4, 0x2003, 0xaaaa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc9e5, 0x2003, 0x0001, 0x2001, 0xc700, 0x2003, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5fd2, 0x0804, 0x2843, 0xd1ac, 0x1518, 0x6024, 0xd0dc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1170, 0xd0e4, 0x1188, 0xd0d4, 0x11a0, 0xd0cc, 0x0130, 0x7088,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0028, 0x1110, 0x080c, 0x6233, 0x0804, 0x2843, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc9e5, 0x2003, 0x0000, 0x0048, 0x2001, 0xc9e5, 0x2003, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0020, 0x080c, 0x61a6, 0x0804, 0x2843, 0x080c, 0x62d8, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2843, 0x6220, 0xd1bc, 0x0568, 0xd2bc, 0x0558, 0x783c, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0540, 0x00e6, 0x2070, 0x7008, 0xd0fc, 0x00ee, 0x0510, 0x6028,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc0bc, 0x602a, 0x0026, 0x0036, 0x6288, 0x638c, 0x608b, 0xbc91,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x608f, 0xffff, 0x6043, 0x0001, 0xe000, 0xe000, 0x6027, 0x0080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6017, 0x0000, 0x6043, 0x0000, 0x628a, 0x638e, 0x003e, 0x002e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x2001, 0xc795, 0x200c, 0xc184, 0x2102, 0x001e, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x289c, 0xd1ac, 0x0904, 0x277f, 0x0036, 0x6328, 0xc3bc, 0x632a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x003e, 0x080c, 0x609a, 0x11d8, 0x6027, 0x0020, 0x0006, 0x0026,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0036, 0x080c, 0x60b6, 0x1170, 0x2001, 0xc9e5, 0x2003, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc700, 0x2003, 0x0001, 0x080c, 0x5fd2, 0x003e, 0x002e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0x0005, 0x003e, 0x002e, 0x000e, 0x080c, 0x6071, 0x0016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0046, 0x00c6, 0x644c, 0xa486, 0xf0f0, 0x1138, 0x2061, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x644a, 0x6043, 0x0090, 0x6043, 0x0010, 0x74ca, 0xa48c, 0xff00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x080c, 0x60c0, 0x1530, 0x7100, 0xa186, 0x0001, 0x1120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6044, 0xd084, 0x1138, 0x00f0, 0xa186, 0x0002, 0x11d8, 0x6044,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x11c0, 0x6027, 0x1800, 0x0046, 0x20a9, 0x0002, 0x1d04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x269f, 0x080c, 0x7139, 0x1f04, 0x269f, 0x004e, 0x6024, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1800, 0x0140, 0x001e, 0x6027, 0x0020, 0x00ce, 0x004e, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x25e4, 0x001e, 0x7034, 0xd084, 0x0178, 0xa186, 0xf800,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1160, 0x7038, 0xd084, 0x1148, 0xc085, 0x703a, 0x0036, 0x2418,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0x8016, 0x080c, 0x41e1, 0x003e, 0xa196, 0xff00, 0x05b8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7050, 0xa084, 0x00ff, 0x810f, 0xa116, 0x0588, 0x7130, 0xd184,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1570, 0x2011, 0xc752, 0x2214, 0xd2ec, 0x0138, 0xc18d, 0x7132,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0xc752, 0x2214, 0xd2ac, 0x1510, 0x6240, 0xa294, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0130, 0x6248, 0xa294, 0xff00, 0xa296, 0xff00, 0x01c0, 0x7030,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd08c, 0x0904, 0x274c, 0x7034, 0xd08c, 0x1140, 0x2001, 0xc70c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x200c, 0xd1ac, 0x1904, 0x274c, 0xc1ad, 0x2102, 0x0036, 0x73c8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0x8013, 0x080c, 0x41e1, 0x003e, 0x0804, 0x274c, 0x7034,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd08c, 0x1140, 0x2001, 0xc70c, 0x200c, 0xd1ac, 0x1904, 0x274c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc1ad, 0x2102, 0x0036, 0x73c8, 0x2011, 0x8013, 0x080c, 0x41e1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x003e, 0x7130, 0xc185, 0x7132, 0x2011, 0xc752, 0x220c, 0xd1a4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x01d0, 0x0016, 0x2009, 0x0001, 0x2011, 0x0100, 0x080c, 0x7202,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2019, 0x000e, 0x080c, 0xc133, 0xa484, 0x00ff, 0xa080, 0x2e6b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x200d, 0xa18c, 0xff00, 0x810f, 0x8127, 0xa006, 0x2009, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xc1b8, 0x001e, 0xd1ac, 0x1148, 0x0016, 0x2009, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2019, 0x0004, 0x080c, 0x2d31, 0x001e, 0x0070, 0x0156, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x007f, 0x2009, 0x0000, 0x080c, 0x54bd, 0x1110, 0x080c, 0x50c3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8108, 0x1f04, 0x2743, 0x015e, 0x00ce, 0x004e, 0x2011, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8fb1, 0x2011, 0x0002, 0x080c, 0x8fbb, 0x080c, 0x8ea3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0036, 0x2019, 0x0000, 0x080c, 0x8f2e, 0x003e, 0x60e3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x2001, 0xc700, 0x2014, 0xa296, 0x0004, 0x1128, 0xd19c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1118, 0x6228, 0xc29d, 0x622a, 0x2003, 0x0001, 0x2001, 0xc722,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2003, 0x0000, 0x6027, 0x0020, 0x080c, 0x60c0, 0x1140, 0x0016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x07d0, 0x2011, 0x5faf, 0x080c, 0x7117, 0x001e, 0xd194,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x2843, 0x0016, 0x6220, 0xd2b4, 0x0904, 0x27e8, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7105, 0x080c, 0x8cc4, 0x6027, 0x0004, 0x00f6, 0x2019, 0xca2f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2304, 0xa07d, 0x0570, 0x7804, 0xa086, 0x0032, 0x1550, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x00e6, 0x2069, 0x0140, 0x618c, 0x6288, 0x7818, 0x608e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7808, 0x608a, 0x6043, 0x0002, 0x2001, 0x0003, 0x8001, 0x1df0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6043, 0x0000, 0x6803, 0x1000, 0x6803, 0x0000, 0x618e, 0x628a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7e4a, 0x080c, 0x7f27, 0x7810, 0x2070, 0x7037, 0x0103,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2f60, 0x080c, 0x967a, 0x00ee, 0x00ce, 0x00de, 0x00fe, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00fe, 0x00d6, 0x2069, 0x0140, 0x6804, 0xa084, 0x4000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0120, 0x6803, 0x1000, 0x6803, 0x0000, 0x00de, 0x00c6, 0x2061,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xca26, 0x6028, 0xa09a, 0x00c8, 0x1238, 0x8000, 0x602a, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8cb7, 0x0804, 0x2842, 0x2019, 0xca2f, 0x2304, 0xa065,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0120, 0x2009, 0x0027, 0x080c, 0x96aa, 0x00ce, 0x0804, 0x2842,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd2bc, 0x0904, 0x2842, 0x080c, 0x7112, 0x6014, 0xa084, 0x0184,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x0010, 0x6016, 0x6027, 0x0004, 0x00d6, 0x2069, 0x0140,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6804, 0xa084, 0x4000, 0x0120, 0x6803, 0x1000, 0x6803, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x00c6, 0x2061, 0xca26, 0x6044, 0xa09a, 0x00c8, 0x1620,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x6046, 0x603c, 0x00ce, 0xa005, 0x05a0, 0x2009, 0x07d0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x710a, 0xa080, 0x0007, 0x2004, 0xa086, 0x0006, 0x1138,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6114, 0xa18c, 0x0184, 0xa18d, 0x0012, 0x6116, 0x0418, 0xa080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0007, 0x2004, 0xa086, 0x0009, 0x0d98, 0x6114, 0xa18c, 0x0184,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa18d, 0x0016, 0x6116, 0x00b0, 0x0036, 0x2019, 0x0001, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8f2e, 0x003e, 0x2019, 0xca35, 0x2304, 0xa065, 0x0150, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x004f, 0x601c, 0xa086, 0x0009, 0x1110, 0x2009, 0x0105, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x96aa, 0x00ce, 0x001e, 0xd19c, 0x0904, 0x289c, 0x7034, 0xd0ac,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1560, 0x0016, 0x0156, 0x6027, 0x0008, 0x602f, 0x0020, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x1d04, 0x2851, 0x080c, 0x7139, 0x1f04, 0x2851, 0x602f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x6150, 0xa185, 0x1400, 0x6052, 0x20a9, 0x0366, 0x1d04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x285f, 0x080c, 0x7139, 0x6020, 0xd09c, 0x1130, 0x015e, 0x6152,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x6027, 0x0008, 0x0480, 0x080c, 0x29e4, 0x1f04, 0x285f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x015e, 0x6152, 0x001e, 0x6027, 0x0008, 0x0016, 0x6028, 0xc09c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x602a, 0x2011, 0x0003, 0x080c, 0x8fb1, 0x2011, 0x0002, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8fbb, 0x080c, 0x8ea3, 0x0036, 0x2019, 0x0000, 0x080c, 0x8f2e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x003e, 0x60e3, 0x0000, 0x080c, 0xc5d2, 0x080c, 0xc5ed, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x080c, 0x60e8, 0x2001, 0xc700, 0x2003, 0x0004, 0x6027,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0008, 0x080c, 0x1307, 0x001e, 0xa18c, 0xffd0, 0x6126, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x0016, 0x0026, 0x00e6, 0x00f6, 0x0126, 0x2091, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xc700, 0x71c0, 0x70c2, 0xa116, 0x0500, 0x81ff, 0x0128,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0x8011, 0x080c, 0x41e1, 0x00c8, 0x2011, 0x8012, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x41e1, 0x2001, 0xc771, 0x2004, 0xd0fc, 0x1180, 0x0036, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x296f, 0x080c, 0x8e7f, 0x2061, 0x0100, 0x2019, 0x0028,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0002, 0x080c, 0x2d31, 0x00ce, 0x003e, 0x012e, 0x00fe,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x002e, 0x001e, 0x000e, 0x0005, 0x00c6, 0x00f6, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x2061, 0x0100, 0xa190, 0x28e8, 0x2205, 0x60f2, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x28f5, 0x2205, 0x60ee, 0x002e, 0x000e, 0x00fe, 0x00ce, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0840, 0x0840, 0x0840, 0x0580, 0x0420, 0x0348, 0x02c0, 0x0258,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0210, 0x01a8, 0x01a8, 0x01a8, 0x01a8, 0x0140, 0x00f8, 0x00d0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00b0, 0x00a0, 0x2028, 0xa18c, 0x00ff, 0x2130, 0xa094, 0xff00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1110, 0x81ff, 0x0118, 0x080c, 0x6cd5, 0x0038, 0xa080, 0x2e6b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x200d, 0xa18c, 0xff00, 0x810f, 0xa006, 0x0005, 0xa080, 0x2e6b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x200d, 0xa18c, 0x00ff, 0x0005, 0x00d6, 0x2069, 0x0140, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc714, 0x2003, 0x00ef, 0x20a9, 0x0010, 0xa006, 0x6852, 0x6856,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1f04, 0x291f, 0x00de, 0x0005, 0x0006, 0x00d6, 0x0026, 0x2069,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0140, 0x2001, 0xc714, 0x2102, 0x8114, 0x8214, 0x8214, 0x8214,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x0010, 0x6853, 0x0000, 0xa006, 0x82ff, 0x1128, 0xa184,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000f, 0xa080, 0xc5f3, 0x2005, 0x6856, 0x8211, 0x1f04, 0x2934,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002e, 0x00de, 0x000e, 0x0005, 0x00c6, 0x2061, 0xc700, 0x6030,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0110, 0xc09d, 0x0008, 0xc09c, 0x6032, 0x00ce, 0x0005, 0x0156,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x0026, 0x0016, 0x0006, 0x2069, 0x0140, 0x6980, 0xa116,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0180, 0xa112, 0x1230, 0x8212, 0x8210, 0x22a8, 0x2001, 0x0402,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0018, 0x22a8, 0x2001, 0x0404, 0x680e, 0x1f04, 0x2964, 0x680f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x000e, 0x001e, 0x002e, 0x00de, 0x015e, 0x0005, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc752, 0x2004, 0xd0c4, 0x0150, 0xd0a4, 0x0140, 0xa006, 0x0046,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2020, 0x2009, 0x002e, 0x080c, 0xc1b8, 0x004e, 0x0005, 0x00f6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x0026, 0x2079, 0x0140, 0x78c4, 0xd0dc, 0x0548, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0700, 0xa08e, 0x0300, 0x1520, 0x2011, 0x0000, 0x2009, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2300, 0xa080, 0x0020, 0x2018, 0x2300, 0x080c, 0x790b, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0030, 0x2200, 0x8007, 0xa085, 0x004c, 0x78c2, 0x2009, 0x0204,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x210c, 0x2200, 0xa100, 0x2009, 0x0138, 0x200a, 0x080c, 0x609a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1118, 0x2009, 0xc9d5, 0x200a, 0x002e, 0x001e, 0x00fe, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x78c3, 0x0000, 0x0cc8, 0x0126, 0x2091, 0x2800, 0x0006, 0x0016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x2001, 0x0170, 0x200c, 0x8000, 0x2014, 0xa184, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0110, 0x0804, 0x1b44, 0x002e, 0x001e, 0x000e, 0x012e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x2001, 0x0100, 0x2004, 0xa082, 0x0005, 0x000e, 0x0268,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0170, 0x200c, 0xa18c, 0x00ff, 0xa18e, 0x004c, 0x1128,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x200c, 0xa18c, 0xff00, 0x810f, 0x0010, 0x2009, 0x0000, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0204, 0x2004, 0xa108, 0x0005, 0x0006, 0x0156, 0x00f6, 0x2079,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0100, 0x20a9, 0x000a, 0x7854, 0xd08c, 0x1110, 0x1f04, 0x29eb,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00fe, 0x015e, 0x000e, 0x0005, 0x0016, 0x00c6, 0x0006, 0x2061,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0100, 0x6030, 0x0006, 0x6048, 0x0006, 0x60e4, 0x0006, 0x60e8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x6050, 0x0006, 0x60f0, 0x0006, 0x60ec, 0x0006, 0x600c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x6004, 0x0006, 0x6028, 0x0006, 0x60e0, 0x0006, 0x602f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0100, 0x602f, 0x0000, 0xe000, 0xe000, 0xe000, 0xe000, 0x602f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0040, 0x602f, 0x0000, 0x000e, 0x60e2, 0x000e, 0x602a, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6006, 0x000e, 0x600e, 0x000e, 0x60ee, 0x000e, 0x60f2, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6052, 0x000e, 0x60ea, 0x000e, 0x60e6, 0x000e, 0x604a, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6032, 0x6036, 0x2008, 0x080c, 0x2924, 0x000e, 0x00ce, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x2ac9, 0x2acd, 0x2ad1, 0x2ad7, 0x2add, 0x2ae3, 0x2ae9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2af1, 0x2af9, 0x2aff, 0x2b05, 0x2b0d, 0x2b15, 0x2b1d, 0x2b25,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b2f, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b7c, 0x2b39, 0x2b39, 0x2b39, 0x2b39, 0x2b39, 0x2b39, 0x2b39,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b39, 0x2b39, 0x2b39, 0x2b39, 0x2b39, 0x2b39, 0x2b39, 0x2b39,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b39, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b7c, 0x2b3b, 0x2b3b, 0x2b41, 0x2b41, 0x2b48, 0x2b48, 0x2b4f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b4f, 0x2b58, 0x2b58, 0x2b5f, 0x2b5f, 0x2b68, 0x2b68, 0x2b71,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b71, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b7c, 0x2b39, 0x2b39, 0x2b39, 0x2b39, 0x2b39, 0x2b39, 0x2b39,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b39, 0x2b39, 0x2b39, 0x2b39, 0x2b39, 0x2b39, 0x2b39, 0x2b39,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b39, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c, 0x2b7c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b7c, 0x2b39, 0x2b39, 0x2b39, 0x2b39, 0x2b39, 0x2b39, 0x2b39,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b39, 0x2b39, 0x2b39, 0x2b39, 0x2b39, 0x2b39, 0x2b39, 0x2b39,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b39, 0x0106, 0x0006, 0x0804, 0x2b84, 0x0106, 0x0006, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b84, 0x0106, 0x0006, 0x080c, 0x256d, 0x0804, 0x2b84, 0x0106,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x080c, 0x256d, 0x0804, 0x2b84, 0x0106, 0x0006, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x23e1, 0x0804, 0x2b84, 0x0106, 0x0006, 0x080c, 0x23e1, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b84, 0x0106, 0x0006, 0x080c, 0x256d, 0x080c, 0x23e1, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b84, 0x0106, 0x0006, 0x080c, 0x256d, 0x080c, 0x23e1, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b84, 0x0106, 0x0006, 0x080c, 0x245f, 0x0804, 0x2b84, 0x0106,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x080c, 0x245f, 0x0804, 0x2b84, 0x0106, 0x0006, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x256d, 0x080c, 0x245f, 0x0804, 0x2b84, 0x0106, 0x0006, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x256d, 0x080c, 0x245f, 0x0804, 0x2b84, 0x0106, 0x0006, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x23e1, 0x080c, 0x245f, 0x0804, 0x2b84, 0x0106, 0x0006, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x23e1, 0x080c, 0x245f, 0x0804, 0x2b84, 0x0106, 0x0006, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x256d, 0x080c, 0x23e1, 0x080c, 0x245f, 0x0804, 0x2b84, 0x0106,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x080c, 0x256d, 0x080c, 0x23e1, 0x080c, 0x245f, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b84, 0xe000, 0x0cf0, 0x0106, 0x0006, 0x080c, 0x29b3, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b84, 0x0106, 0x0006, 0x080c, 0x29b3, 0x080c, 0x256d, 0x04e0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0106, 0x0006, 0x080c, 0x29b3, 0x080c, 0x23e1, 0x04a8, 0x0106,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x080c, 0x29b3, 0x080c, 0x256d, 0x080c, 0x23e1, 0x0460,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0106, 0x0006, 0x080c, 0x29b3, 0x080c, 0x245f, 0x0428, 0x0106,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x080c, 0x29b3, 0x080c, 0x256d, 0x080c, 0x245f, 0x00e0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0106, 0x0006, 0x080c, 0x29b3, 0x080c, 0x23e1, 0x080c, 0x245f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0098, 0x0106, 0x0006, 0x080c, 0x29b3, 0x080c, 0x256d, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x23e1, 0x080c, 0x245f, 0x0040, 0x20d1, 0x0000, 0x20d1, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20d1, 0x0000, 0x080c, 0x1537, 0x000e, 0x010e, 0x000d, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x0046, 0xa026, 0x080c, 0x588d, 0x1904, 0x2c5c, 0x72d0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc9e4, 0x2004, 0xa005, 0x1110, 0xd29c, 0x0138, 0xd284,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1128, 0xd2bc, 0x090c, 0x2c60, 0x0804, 0x2c5c, 0x080c, 0x609a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1120, 0x709b, 0xffff, 0x0804, 0x2c5c, 0xd294, 0x0120, 0x709b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xffff, 0x0804, 0x2c5c, 0x2001, 0xc714, 0x203c, 0x7284, 0xd284,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x2bff, 0xd28c, 0x1904, 0x2bff, 0x0036, 0x7398, 0xa38e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xffff, 0x1110, 0x2019, 0x0001, 0x8314, 0xa2e0, 0xcec0, 0x2c04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa38c, 0x0001, 0x0120, 0xa084, 0xff00, 0x8007, 0x0010, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0xa70e, 0x0558, 0xa08e, 0x0000, 0x0540, 0xa08e, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1150, 0x7230, 0xd284, 0x1530, 0x7284, 0xc28d, 0x7286, 0x709b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xffff, 0x003e, 0x0420, 0xa00e, 0x080c, 0x28fa, 0x080c, 0x5461,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x11b8, 0x6004, 0xa084, 0x00ff, 0xa086, 0x0006, 0x1150, 0x7030,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd08c, 0x0118, 0x6000, 0xd0bc, 0x0120, 0x080c, 0x2c73, 0x0140,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0028, 0x080c, 0x2da5, 0x080c, 0x2ca0, 0x0110, 0x8318, 0x0820,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x739a, 0x0010, 0x709b, 0xffff, 0x003e, 0x0804, 0x2c5c, 0xa780,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2e6b, 0x203d, 0xa7bc, 0xff00, 0x873f, 0x2041, 0x007e, 0x7098,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa096, 0xffff, 0x1118, 0xa00e, 0x28a8, 0x0050, 0xa812, 0x0220,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2008, 0xa802, 0x20a8, 0x0020, 0x709b, 0xffff, 0x0804, 0x2c5c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2700, 0x0156, 0x0016, 0xa106, 0x05a0, 0xc484, 0x080c, 0x54bd,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0120, 0x080c, 0x5461, 0x15a8, 0x0008, 0xc485, 0x6004, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0xa086, 0x0006, 0x1130, 0x7030, 0xd08c, 0x01e8, 0x6000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0bc, 0x11d0, 0x7284, 0xd28c, 0x0188, 0x6004, 0xa084, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa082, 0x0006, 0x02b0, 0xd484, 0x1118, 0x080c, 0x5480, 0x0028,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x2e25, 0x0170, 0x080c, 0x2e52, 0x0058, 0x080c, 0x2da5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x2ca0, 0x0170, 0x0028, 0x080c, 0x2e25, 0x0110, 0x0419,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0140, 0x001e, 0x8108, 0x015e, 0x1f04, 0x2c18, 0x709b, 0xffff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0018, 0x001e, 0x015e, 0x719a, 0x004e, 0x002e, 0x00ce, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x0016, 0x709b, 0x0000, 0x2009, 0x007e, 0x080c, 0x5461,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1138, 0x080c, 0x2da5, 0x04a1, 0x0118, 0x70d0, 0xc0bd, 0x70d2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x00ce, 0x0005, 0x0016, 0x0076, 0x00d6, 0x00c6, 0x2c68,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc756, 0x2004, 0xa084, 0x00ff, 0x6842, 0x080c, 0xaed8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x01d0, 0x2d00, 0x601a, 0x080c, 0xb03e, 0x601f, 0x0001, 0xa006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x53ff, 0x2001, 0x0000, 0x080c, 0x5411, 0x0126, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x7094, 0x8000, 0x7096, 0x012e, 0x2009, 0x0004, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x96aa, 0xa085, 0x0001, 0x00ce, 0x00de, 0x007e, 0x001e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x0076, 0x00d6, 0x00c6, 0x2c68, 0x2001, 0xc756, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x00ff, 0x6842, 0x080c, 0xaed8, 0x0548, 0x2d00, 0x601a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6800, 0xc0c4, 0x6802, 0x68a0, 0xa086, 0x007e, 0x0140, 0x6804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x00ff, 0xa086, 0x0006, 0x1110, 0x080c, 0x2d65, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb03e, 0x601f, 0x0001, 0xa006, 0x080c, 0x53ff, 0x2001, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5411, 0x0126, 0x2091, 0x8000, 0x7094, 0x8000, 0x7096,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x2009, 0x0002, 0x080c, 0x96aa, 0xa085, 0x0001, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x007e, 0x001e, 0x0005, 0x00c6, 0x0026, 0x2009, 0x0080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5461, 0x1120, 0x0031, 0x0110, 0x70d7, 0xffff, 0x002e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x0005, 0x0016, 0x0076, 0x00d6, 0x00c6, 0x2c68, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9626, 0x01d0, 0x2d00, 0x601a, 0x080c, 0xb03e, 0x601f, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa006, 0x080c, 0x53ff, 0x2001, 0x0002, 0x080c, 0x5411, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x8000, 0x70d8, 0x8000, 0x70da, 0x012e, 0x2009, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x96aa, 0xa085, 0x0001, 0x00ce, 0x00de, 0x007e, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00c6, 0x00d6, 0x0126, 0x2091, 0x8000, 0x2009, 0x007f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5461, 0x1190, 0x2c68, 0x080c, 0x9626, 0x0170, 0x2d00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x601a, 0x6312, 0x601f, 0x0001, 0x620a, 0x080c, 0xb03e, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0022, 0x080c, 0x96aa, 0xa085, 0x0001, 0x012e, 0x00de, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00e6, 0x00c6, 0x0066, 0x0036, 0x0026, 0x0016, 0x2130,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7bad, 0x080c, 0x7b35, 0x080c, 0xa09a, 0x001e, 0x2130,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x81ff, 0x0120, 0x20a9, 0x007e, 0xa00e, 0x0018, 0x20a9, 0x007f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa00e, 0x0016, 0x080c, 0x54bd, 0x1150, 0xa686, 0x0002, 0x1118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6000, 0xd0bc, 0x1120, 0x080c, 0x56c1, 0x080c, 0x50c3, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8108, 0x1f04, 0x2d49, 0xa686, 0x0001, 0x190c, 0x11fb, 0x002e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x003e, 0x006e, 0x00ce, 0x00ee, 0x0005, 0x00e6, 0x00c6, 0x0036,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x0016, 0x6218, 0x2270, 0x72a0, 0x0026, 0x2019, 0x0029,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7ba1, 0x0076, 0xa03e, 0x080c, 0x7aaa, 0x2c08, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xbf28, 0x007e, 0x001e, 0x2e60, 0x080c, 0x56c1, 0x6210, 0x6314,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x50c3, 0x6212, 0x6316, 0x001e, 0x002e, 0x003e, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x0005, 0x00e6, 0x0006, 0x6018, 0xa080, 0x0028, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0080, 0x0150, 0x2071, 0xc700, 0x7094, 0xa005, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8001, 0x7096, 0x000e, 0x00ee, 0x0005, 0x2071, 0xc700, 0x70d8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x0dc0, 0x8001, 0x70da, 0x0ca8, 0x6000, 0xc08c, 0x6002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00f6, 0x00e6, 0x00c6, 0x0036, 0x0026, 0x0016, 0x0156,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2178, 0x81ff, 0x1118, 0x20a9, 0x0001, 0x0090, 0x2001, 0xc752,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xd0c4, 0x0150, 0xd0a4, 0x0140, 0xa006, 0x0046, 0x2020,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x002d, 0x080c, 0xc1b8, 0x004e, 0x20a9, 0x00ff, 0xa016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0xa28e, 0x007e, 0x05c0, 0xa28e, 0x007f, 0x05a8, 0xa28e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0080, 0x0590, 0xa288, 0xc87a, 0x210c, 0x81ff, 0x0568, 0x8fff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x05b9, 0x00c6, 0x2160, 0x2001, 0x0001, 0x080c, 0x5897, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2019, 0x0029, 0x080c, 0x7ba1, 0x0076, 0xa03e, 0x080c, 0x7aaa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x0026, 0x2160, 0x6204, 0xa294, 0x00ff, 0xa286, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1118, 0x6007, 0x0404, 0x0028, 0x2001, 0x0004, 0x8007, 0xa215,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6206, 0x002e, 0x00ce, 0x0016, 0x2c08, 0x080c, 0xbf28, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x007e, 0x2160, 0x080c, 0x56c1, 0x002e, 0x8210, 0x1f04, 0x2dc8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x015e, 0x001e, 0x002e, 0x003e, 0x00ce, 0x00ee, 0x00fe, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0046, 0x0026, 0x0016, 0x2001, 0xc752, 0x2004, 0xd0c4, 0x0148,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0a4, 0x0138, 0xa006, 0x2220, 0x8427, 0x2009, 0x0029, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc1b8, 0x001e, 0x002e, 0x004e, 0x0005, 0x0016, 0x0026, 0x0036,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x7284, 0x82ff, 0x01f8, 0x2011, 0xc752, 0x2214, 0xd2ac,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x11d0, 0x2100, 0x080c, 0x290e, 0x81ff, 0x01b8, 0x2019, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8314, 0xa2e0, 0xcec0, 0x2c04, 0xd384, 0x0120, 0xa084, 0xff00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8007, 0x0010, 0xa084, 0x00ff, 0xa116, 0x0138, 0xa096, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0110, 0x8318, 0x0c68, 0xa085, 0x0001, 0x00ce, 0x003e, 0x002e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x0005, 0x0016, 0x00c6, 0x0126, 0x2091, 0x8000, 0xa180,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc87a, 0x2004, 0xa065, 0x0158, 0x0016, 0x00c6, 0x2061, 0xcb35,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x611a, 0x080c, 0x2d65, 0x001e, 0x080c, 0x5480, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x001e, 0x0005, 0x7eef, 0x7de8, 0x7ce4, 0x80e2, 0x7be1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x80e0, 0x80dc, 0x80da, 0x7ad9, 0x80d6, 0x80d5, 0x80d4, 0x80d3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x80d2, 0x80d1, 0x79ce, 0x78cd, 0x80cc, 0x80cb, 0x80ca, 0x80c9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x80c7, 0x80c6, 0x77c5, 0x76c3, 0x80bc, 0x80ba, 0x75b9, 0x80b6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x74b5, 0x73b4, 0x72b3, 0x80b2, 0x80b1, 0x80ae, 0x71ad, 0x80ac,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x70ab, 0x6faa, 0x6ea9, 0x80a7, 0x6da6, 0x6ca5, 0x6ba3, 0x6a9f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x699e, 0x689d, 0x809b, 0x8098, 0x6797, 0x6690, 0x658f, 0x6488,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6384, 0x6282, 0x8081, 0x8080, 0x617c, 0x607a, 0x8079, 0x5f76,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8075, 0x8074, 0x8073, 0x8072, 0x8071, 0x806e, 0x5e6d, 0x806c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5d6b, 0x5c6a, 0x5b69, 0x8067, 0x5a66, 0x5965, 0x5863, 0x575c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x565a, 0x5559, 0x8056, 0x8055, 0x5454, 0x5353, 0x5252, 0x5151,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x504e, 0x4f4d, 0x804c, 0x804b, 0x4e4a, 0x4d49, 0x8047, 0x4c46,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8045, 0x8043, 0x803c, 0x803a, 0x8039, 0x8036, 0x4b35, 0x8034,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4a33, 0x4932, 0x4831, 0x802e, 0x472d, 0x462c, 0x452b, 0x442a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4329, 0x4227, 0x8026, 0x8025, 0x4123, 0x401f, 0x3f1e, 0x3e1d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3d1b, 0x3c18, 0x8017, 0x8010, 0x3b0f, 0x3a08, 0x8004, 0x3902,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8001, 0x8000, 0x8000, 0x3800, 0x3700, 0x3600, 0x8000, 0x3500,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x8000, 0x8000, 0x3400, 0x8000, 0x8000, 0x8000, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x8000, 0x3300, 0x3200, 0x8000, 0x8000, 0x8000, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x8000, 0x3100, 0x3000, 0x8000, 0x8000, 0x2f00, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2e00, 0x2d00, 0x2c00, 0x8000, 0x8000, 0x8000, 0x2b00, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2a00, 0x2900, 0x2800, 0x8000, 0x2700, 0x2600, 0x2500, 0x2400,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2300, 0x2200, 0x8000, 0x8000, 0x2100, 0x2000, 0x1f00, 0x1e00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1d00, 0x1c00, 0x8000, 0x8000, 0x1b00, 0x1a00, 0x8000, 0x1900,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x1800, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1700, 0x1600, 0x1500, 0x8000, 0x1400, 0x1300, 0x1200, 0x1100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1000, 0x0f00, 0x8000, 0x8000, 0x0e00, 0x0d00, 0x0c00, 0x0b00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0a00, 0x0900, 0x8000, 0x8000, 0x0800, 0x0700, 0x8000, 0x0600,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x8000, 0x8000, 0x0500, 0x0400, 0x0300, 0x8000, 0x0200,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x8000, 0x8000, 0x0100, 0x8000, 0x8000, 0x8000, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x8000, 0x0000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x8000, 0x8000, 0x2071, 0xc7a1, 0x7003, 0x0002, 0xa006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7012, 0x7016, 0x703a, 0x703e, 0x7033, 0xc7b1, 0x7037, 0xc7b1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7007, 0x0001, 0x2061, 0xc7f1, 0x6003, 0x0002, 0x0005, 0x1004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2f91, 0x0e04, 0x2f91, 0x2071, 0xc7a1, 0x2b78, 0x7818, 0xd084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1140, 0x2a60, 0x7820, 0xa08e, 0x0069, 0x1904, 0x307a, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x300f, 0x0005, 0x2071, 0xc7a1, 0x7004, 0x0002, 0x2f9a, 0x2f9b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2fa4, 0x2fb5, 0x0005, 0x1004, 0x2fa3, 0x0e04, 0x2fa3, 0x2b78,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7818, 0xd084, 0x01e8, 0x0005, 0x2b78, 0x2061, 0xc7f1, 0x6008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa08e, 0x0100, 0x0128, 0xa086, 0x0200, 0x0904, 0x3074, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7014, 0x2068, 0x2a60, 0x7018, 0x0807, 0x7010, 0x2068, 0x6834,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0103, 0x0108, 0x0005, 0x2a60, 0x2b78, 0x7018, 0x0807,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2a60, 0x7820, 0xa08a, 0x0040, 0x1210, 0x61c0, 0x0042, 0x2100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa08a, 0x003f, 0x1a04, 0x3071, 0x61c0, 0x0804, 0x300f, 0x3051,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3080, 0x3088, 0x308c, 0x3094, 0x309a, 0x309e, 0x30aa, 0x30ad,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x30b7, 0x30ba, 0x3071, 0x3071, 0x3071, 0x30bd, 0x3071, 0x30cc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x30e3, 0x30fa, 0x3171, 0x3176, 0x31a3, 0x31f4, 0x3208, 0x322f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x326a, 0x3274, 0x3281, 0x3294, 0x32b5, 0x32be, 0x32f4, 0x32fa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3071, 0x3323, 0x332a, 0x3071, 0x3071, 0x3071, 0x3071, 0x3333,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x333d, 0x3071, 0x3071, 0x3071, 0x3071, 0x3071, 0x3071, 0x3071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3071, 0x3345, 0x3071, 0x3071, 0x3071, 0x3071, 0x3071, 0x3357,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x335f, 0x3071, 0x3071, 0x3071, 0x3071, 0x3071, 0x3071, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3371, 0x33c5, 0x3420, 0x3430, 0x344a, 0x3576, 0x399d, 0x46d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3071, 0x3071, 0x3071, 0x3071, 0x3071, 0x3071, 0x3071, 0x3071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x30b7, 0x30ba, 0x3adf, 0x3071, 0x3aec, 0x4766, 0x47c1, 0x4825,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3071, 0x4884, 0x48aa, 0x48c9, 0x4924, 0x3071, 0x3071, 0x3071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3af0, 0x3c97, 0x3cb1, 0x3cd8, 0x3d39, 0x3d99, 0x3db3, 0x3df0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3e04, 0x3e18, 0x3e1b, 0x3e3e, 0x3e88, 0x3efe, 0x3f0b, 0x400c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4138, 0x4161, 0x4267, 0x4289, 0x4295, 0x42ce, 0x439e, 0x43f8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x44bc, 0x450e, 0x456e, 0x4583, 0x459e, 0x4610, 0x46c2, 0x713c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x2021, 0x4000, 0x080c, 0x41be, 0x0126, 0x2091, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0e04, 0x305d, 0x7818, 0xd084, 0x0110, 0x012e, 0x0cb0, 0x7c22,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7926, 0x7a2a, 0x7b2e, 0x2001, 0x007f, 0x2003, 0x0000, 0x781b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x2091, 0x4080, 0x7007, 0x0001, 0x2091, 0x5000, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x2021, 0x4001, 0x08f8, 0x2021, 0x4002, 0x08e0, 0x2021,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4003, 0x08c8, 0x2021, 0x4005, 0x08b0, 0x2021, 0x4006, 0x0898,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa02e, 0x2520, 0x7b28, 0x7a2c, 0x7824, 0x7930, 0x0804, 0x41cb,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7823, 0x0004, 0x7824, 0x0807, 0xa02e, 0x2520, 0x7b28, 0x7a2c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7824, 0x7930, 0x0804, 0x41ce, 0x7924, 0x7828, 0x2114, 0x200a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x3051, 0x7924, 0x2114, 0x0804, 0x3051, 0x2099, 0x0009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a1, 0x0009, 0x20a9, 0x0007, 0x53a3, 0x7924, 0x7a28, 0x7b2c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x3051, 0x7824, 0x2060, 0x0090, 0x2009, 0x0002, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x2019, 0x0091, 0x783b, 0x0037, 0x0804, 0x3051, 0x7d38,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7c3c, 0x0840, 0x7d38, 0x7c3c, 0x0888, 0x2061, 0x1000, 0xe10c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa006, 0x2c15, 0xa200, 0x8c60, 0x8109, 0x1dd8, 0x2010, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x3051, 0x0804, 0x3077, 0x2069, 0xc751, 0x7824, 0x7930,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa11a, 0x1a04, 0x307d, 0x8019, 0x0904, 0x307d, 0x684a, 0x6942,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x782c, 0x6852, 0x7828, 0x6856, 0xa006, 0x685a, 0x685e, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6393, 0x0804, 0x3051, 0x2069, 0xc751, 0x7824, 0x7934, 0xa11a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1a04, 0x307d, 0x8019, 0x0904, 0x307d, 0x684e, 0x6946, 0x782c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6862, 0x7828, 0x6866, 0xa006, 0x686a, 0x686e, 0x080c, 0x5939,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x3051, 0xa02e, 0x2520, 0x81ff, 0x1904, 0x307a, 0x7924,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7b28, 0x7a2c, 0x20a9, 0x0005, 0x20a1, 0xc7a8, 0x41a1, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x418a, 0x0904, 0x307a, 0x2009, 0x0020, 0x080c, 0x41cb, 0x701b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3112, 0x0005, 0x6834, 0x2008, 0xa084, 0x00ff, 0xa096, 0x0011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0120, 0xa096, 0x0019, 0x1904, 0x307a, 0x810f, 0xa18c, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x307a, 0x710e, 0x700c, 0x8001, 0x0528, 0x700e, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x418a, 0x0904, 0x307a, 0x2009, 0x0020, 0x2061, 0xc7f1, 0x6224,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6328, 0x642c, 0x6530, 0xa290, 0x0040, 0xa399, 0x0000, 0xa4a1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0xa5a9, 0x0000, 0x080c, 0x41cb, 0x701b, 0x3140, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6834, 0xa084, 0x00ff, 0xa096, 0x0002, 0x0120, 0xa096, 0x000a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0x307a, 0x08c0, 0x7010, 0x2068, 0x6838, 0xc0fd, 0x683a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x535d, 0x1128, 0x7007, 0x0003, 0x701b, 0x315a, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5aa9, 0x0126, 0x2091, 0x8000, 0x20a9, 0x0005, 0x2099,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc7a8, 0x530a, 0x2100, 0xa210, 0xa399, 0x0000, 0xa4a1, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa5a9, 0x0000, 0xad80, 0x000d, 0x2009, 0x0020, 0x012e, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x41ce, 0x61a8, 0x7824, 0x60aa, 0x0804, 0x3051, 0x2091, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7823, 0x4000, 0x7827, 0x4953, 0x782b, 0x5020, 0x782f, 0x2020,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x017f, 0x2104, 0x7832, 0x3f00, 0x7836, 0x2061, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6200, 0x2061, 0x0200, 0x603c, 0x8007, 0xa205, 0x783a, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x04fd, 0x2104, 0x783e, 0x2001, 0x007f, 0x2003, 0x0000, 0x781b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x2091, 0x5000, 0x2091, 0x4080, 0x2071, 0x0010, 0x20c1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00f0, 0x0804, 0x0427, 0x81ff, 0x1904, 0x307a, 0x7924, 0x810f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa18c, 0x00ff, 0x080c, 0x54bd, 0x1904, 0x307d, 0x7e38, 0xa684,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3fff, 0xa082, 0x4000, 0x0210, 0x0804, 0x307d, 0x7c28, 0x7d2c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5688, 0xd28c, 0x1118, 0x080c, 0x5633, 0x0010, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5661, 0x1518, 0x2061, 0xcf00, 0x0126, 0x2091, 0x8000, 0x6000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0000, 0x0148, 0x6010, 0xa06d, 0x0130, 0x683c, 0xa406,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1118, 0x6840, 0xa506, 0x0150, 0x012e, 0xace0, 0x0018, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc716, 0x2004, 0xac02, 0x1a04, 0x307a, 0x0c30, 0x080c, 0xa951,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x0904, 0x307a, 0x0804, 0x3051, 0xa00e, 0x2001, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5aa9, 0x0126, 0x2091, 0x8000, 0x080c, 0xaed4, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x596c, 0x012e, 0x0804, 0x3051, 0x81ff, 0x1904, 0x307a, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x419f, 0x0904, 0x307d, 0x080c, 0x5588, 0x0904, 0x307a, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5694, 0x0904, 0x307a, 0x701b, 0x3da9, 0x7007, 0x0003, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x81ff, 0x1904, 0x307a, 0x080c, 0x41af, 0x0904, 0x307d, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x56ff, 0x0904, 0x307a, 0x2019, 0x0005, 0x7924, 0x080c, 0x56af,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x307a, 0x701b, 0x3da9, 0x7007, 0x0003, 0x7828, 0xa08a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1000, 0x1a04, 0x307d, 0x8003, 0x800b, 0x810b, 0xa108, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7097, 0x7924, 0xd184, 0x1108, 0x0005, 0x0804, 0x3051, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x8000, 0x81ff, 0x0118, 0x2009, 0x0001, 0x0468, 0x2029,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x644c, 0x2400, 0xa506, 0x01f8, 0x2508, 0x080c, 0x54bd,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x11d8, 0x080c, 0x56ff, 0x1128, 0x2009, 0x0002, 0x62b0, 0x2518,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d8, 0x2019, 0x0004, 0xa00e, 0x080c, 0x56af, 0x1118, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x0090, 0x7824, 0xa08a, 0x1000, 0x1288, 0x8003, 0x800b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x810b, 0xa108, 0x080c, 0x7097, 0x8529, 0x1ae0, 0x012e, 0x701b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3da9, 0x7007, 0x0003, 0x0005, 0x012e, 0x0804, 0x307a, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x307d, 0x080c, 0x419f, 0x0904, 0x307d, 0x080c, 0x55ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5688, 0x0804, 0x3051, 0x81ff, 0x1904, 0x307a, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x419f, 0x0904, 0x307d, 0x080c, 0x55df, 0x080c, 0x5688, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3051, 0x81ff, 0x1904, 0x307a, 0x080c, 0x419f, 0x0904, 0x307d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5663, 0x0904, 0x307a, 0x080c, 0x53a1, 0x080c, 0x562c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5688, 0x0804, 0x3051, 0x080c, 0x419f, 0x0904, 0x307d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5588, 0x0904, 0x307a, 0x62a0, 0x2019, 0x0005, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x56c1, 0x2061, 0x0000, 0x080c, 0x7ba1, 0x0076, 0x2039,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x080c, 0x7aaa, 0x2009, 0x0000, 0x080c, 0xbf28, 0x007e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x080c, 0x5688, 0x0804, 0x3051, 0x080c, 0x419f, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x307d, 0x080c, 0x5688, 0x2208, 0x0804, 0x3051, 0x0156, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x2069, 0xc833, 0x6810, 0x6914, 0xa10a, 0x1210, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x6816, 0x2011, 0x0000, 0x2019, 0x0000, 0x20a9, 0x007e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2069, 0xc87a, 0x2d04, 0xa075, 0x0130, 0x704c, 0x0071, 0xa210,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7080, 0x0059, 0xa318, 0x8d68, 0x1f04, 0x32d2, 0x2300, 0xa218,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x00de, 0x015e, 0x0804, 0x3051, 0x00f6, 0x0016, 0xa07d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0140, 0x2001, 0x0000, 0x8000, 0x2f0c, 0x81ff, 0x0110, 0x2178,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0cd0, 0x001e, 0x00fe, 0x0005, 0x2069, 0xc833, 0x6910, 0x62ac,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x3051, 0x81ff, 0x1904, 0x307a, 0x614c, 0xa190, 0x2e6b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2215, 0xa294, 0x00ff, 0x636c, 0x83ff, 0x0108, 0x6270, 0x67d0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd79c, 0x0118, 0x2031, 0x0001, 0x0090, 0xd7ac, 0x0118, 0x2031,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x0068, 0xd7a4, 0x0118, 0x2031, 0x0002, 0x0040, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x609a, 0x1118, 0x2031, 0x0004, 0x0010, 0x2031, 0x0000, 0x7e3a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7f3e, 0x0804, 0x3051, 0x613c, 0x6240, 0x2019, 0xc9fb, 0x231c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x3051, 0x7924, 0x7a28, 0x7b2c, 0x7838, 0x783a, 0x783c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x783e, 0x0804, 0x3051, 0x0126, 0x2091, 0x8000, 0x6134, 0xa006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2010, 0x2018, 0x012e, 0x0804, 0x3051, 0x080c, 0x41af, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x307d, 0x6244, 0x6338, 0x0804, 0x3051, 0x613c, 0x6240, 0x7824,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x603e, 0x7b28, 0x6342, 0x2069, 0xc751, 0x831f, 0xa305, 0x6816,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x782c, 0x2069, 0xc9fb, 0x2d1c, 0x206a, 0x0804, 0x3051, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x8000, 0x7824, 0x6036, 0x012e, 0x0804, 0x3051, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x41af, 0x0904, 0x307d, 0x7828, 0xa00d, 0x0904, 0x307d, 0x782c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x0904, 0x307d, 0x6244, 0x6146, 0x6338, 0x603a, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3051, 0x2001, 0xc700, 0x2004, 0xa086, 0x0003, 0x1904, 0x307a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x2061, 0x0100, 0x7924, 0x810f, 0xa18c, 0x00ff, 0xa196,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x1130, 0x2001, 0xc714, 0x2004, 0xa085, 0xff00, 0x0078,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa182, 0x007f, 0x16a0, 0xa188, 0x2e6b, 0x210d, 0xa18c, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc714, 0x2004, 0xa116, 0x0550, 0x810f, 0xa105, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x8000, 0x0006, 0x080c, 0x9626, 0x000e, 0x01e0, 0x601a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x600b, 0xbc09, 0x601f, 0x0001, 0x080c, 0x418a, 0x01d8, 0x6837,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x7007, 0x0003, 0x6833, 0x0000, 0x6838, 0xc0fd, 0x683a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x701b, 0x3419, 0x2d00, 0x6012, 0x2009, 0x0032, 0x080c, 0x96aa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x00ce, 0x0005, 0x012e, 0x00ce, 0x0804, 0x307a, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x307d, 0x080c, 0x967a, 0x0cb0, 0x2001, 0xc700, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0003, 0x1904, 0x307a, 0x00c6, 0x2061, 0x0100, 0x7924,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x810f, 0xa18c, 0x00ff, 0xa196, 0x00ff, 0x1130, 0x2001, 0xc714,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xa085, 0xff00, 0x0078, 0xa182, 0x007f, 0x16a0, 0xa188,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2e6b, 0x210d, 0xa18c, 0x00ff, 0x2001, 0xc714, 0x2004, 0xa116,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0550, 0x810f, 0xa105, 0x0126, 0x2091, 0x8000, 0x0006, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9626, 0x000e, 0x01e0, 0x601a, 0x600b, 0xbc05, 0x601f, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x418a, 0x01d8, 0x6837, 0x0000, 0x7007, 0x0003, 0x6833,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x6838, 0xc0fd, 0x683a, 0x701b, 0x3419, 0x2d00, 0x6012,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0032, 0x080c, 0x96aa, 0x012e, 0x00ce, 0x0005, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x0804, 0x307a, 0x00ce, 0x0804, 0x307d, 0x080c, 0x967a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0cb0, 0x6830, 0xa086, 0x0100, 0x0904, 0x307a, 0x0804, 0x3051,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2061, 0xcab5, 0x0126, 0x2091, 0x8000, 0x6000, 0xd084, 0x0128,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6104, 0x6208, 0x012e, 0x0804, 0x3051, 0x012e, 0x0804, 0x307d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x81ff, 0x1904, 0x307a, 0x080c, 0x609a, 0x0904, 0x307a, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x8000, 0x6244, 0x6064, 0xa202, 0x0248, 0xa085, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x2944, 0x080c, 0x4ae7, 0x012e, 0x0804, 0x3051, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x307d, 0x0126, 0x2091, 0x8000, 0x81ff, 0x0128, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2021, 0x400b, 0x0804, 0x3053, 0x7824, 0xd0fc, 0x0148, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0072, 0x2004, 0xa082, 0x00e1, 0x02c0, 0x012e, 0x0804, 0x307d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0072, 0x2004, 0x2069, 0xc751, 0x6908, 0xa102, 0x1218,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x0804, 0x307d, 0x6144, 0x6064, 0xa106, 0x0118, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x307a, 0x60d0, 0xd0ac, 0x0dd0, 0x7824, 0xd0fc, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x34c2, 0x00c6, 0x080c, 0x418a, 0x00ce, 0x0d88, 0x6837, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7824, 0x680a, 0x7838, 0x680e, 0x783c, 0x6812, 0x2001, 0x0076,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0x681a, 0x2001, 0x0077, 0x2004, 0x681e, 0x2001, 0x0078,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0x6822, 0x2001, 0x0079, 0x2004, 0x6826, 0x2001, 0x007c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0x682a, 0x2001, 0x007d, 0x2004, 0x682e, 0x2001, 0x0072,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xa080, 0x0003, 0xa084, 0x00fc, 0x8004, 0x6816, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3557, 0x0928, 0x7010, 0x2068, 0x6d2c, 0x6c28, 0x6b1c, 0x6a18,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6930, 0x6808, 0xd0b4, 0x1120, 0x2029, 0x0000, 0x2021, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xad80, 0x000f, 0x080c, 0x41cb, 0x701b, 0x34c4, 0x701f, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x0005, 0x012e, 0x0005, 0x0016, 0x0026, 0x0036, 0x0046,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0056, 0x00d6, 0x0156, 0x7010, 0x2068, 0x701c, 0x20a8, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x701e, 0x6804, 0xa005, 0x05a8, 0x2068, 0x1f04, 0x34d1, 0x2061,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc7f1, 0x6224, 0x6328, 0x642c, 0x6530, 0x6930, 0x6808, 0xd0b4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1120, 0x2029, 0x0000, 0x2021, 0x0000, 0x00d6, 0x7010, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6834, 0x00de, 0xa086, 0x0103, 0x0138, 0xad80, 0x000f, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x41cb, 0x701b, 0x34c4, 0x0068, 0xad80, 0x000f, 0x21a8, 0x20a0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2098, 0x0006, 0x080c, 0x5047, 0x000e, 0x080c, 0x41ce, 0x701b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x34c4, 0x015e, 0x00de, 0x005e, 0x004e, 0x003e, 0x002e, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x7010, 0x2068, 0x6834, 0xa086, 0x0103, 0x1118, 0x701b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3555, 0x00e8, 0x7010, 0x2068, 0x6838, 0xc0fd, 0x683a, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x007f, 0x080c, 0x54bd, 0x080c, 0xb08e, 0x015e, 0x00de, 0x005e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x004e, 0x003e, 0x002e, 0x001e, 0x0904, 0x307a, 0x0016, 0x0026,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0036, 0x0046, 0x0056, 0x00d6, 0x0156, 0x701b, 0x3532, 0x7007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x0878, 0x6830, 0xa086, 0x0100, 0x2021, 0x400c, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3053, 0x6d10, 0x6c0c, 0x6b24, 0x6a20, 0x6930, 0x6808, 0xd0b4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1120, 0x2029, 0x0000, 0x2021, 0x0000, 0xad80, 0x000f, 0x21a8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a0, 0x2098, 0x0006, 0x080c, 0x5047, 0x000e, 0x080c, 0x41ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x701b, 0x34c4, 0x701f, 0x0001, 0x0005, 0x0804, 0x3051, 0x0156,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x6814, 0xa08a, 0x001e, 0x0218, 0x6833, 0x001e, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6832, 0x0078, 0x81ff, 0x0168, 0x0016, 0x080c, 0x418a, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0130, 0x6800, 0x2060, 0x6008, 0x680a, 0x2100, 0x0c58, 0xa006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0xa085, 0x0001, 0x00ce, 0x015e, 0x0005, 0x0126, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x7824, 0xa084, 0x0007, 0x0002, 0x3588, 0x3591, 0x3598,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3585, 0x3585, 0x3585, 0x3585, 0x3585, 0x012e, 0x0804, 0x307d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0114, 0x2104, 0xa085, 0x0800, 0x200a, 0x080c, 0x3701,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0070, 0x2009, 0x010b, 0x200b, 0x0010, 0x080c, 0x3701, 0x0038,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x81ff, 0x0128, 0x012e, 0x2021, 0x400b, 0x0804, 0x3053, 0x0086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0096, 0x00a6, 0x00b6, 0x00c6, 0x00d6, 0x00e6, 0x00f6, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0101, 0x210c, 0x0016, 0x2001, 0x0138, 0x200c, 0x2003, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x2001, 0x007a, 0x2034, 0x2001, 0x007b, 0x202c, 0xa006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2048, 0x2050, 0x2058, 0x080c, 0x3942, 0x080c, 0x38ac, 0xa03e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2720, 0x00f6, 0x00e6, 0x00c6, 0x2d60, 0x2071, 0xca8b, 0x2079,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0020, 0x00d6, 0x2069, 0x0000, 0x6824, 0xd0b4, 0x0140, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x007d, 0x2004, 0x783e, 0x2001, 0x007c, 0x2004, 0x783a, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0x0001, 0x080c, 0x3858, 0x080c, 0x3858, 0x00ce, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00fe, 0x080c, 0x37a7, 0x080c, 0x3880, 0x080c, 0x37fd, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3766, 0x080c, 0x3797, 0x00f6, 0x2079, 0x0100, 0x7824, 0xd094,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0530, 0x7814, 0xa084, 0x0184, 0xa085, 0x0010, 0x7816, 0x2079,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0140, 0x080c, 0x36df, 0x1110, 0x00fe, 0x0430, 0x7804, 0xd0dc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0dc0, 0x2079, 0x0100, 0x7827, 0x0086, 0x7814, 0xa084, 0x0184,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x0032, 0x7816, 0x080c, 0x36df, 0x1110, 0x00fe, 0x00a0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7824, 0xd0bc, 0x0dc0, 0x7827, 0x0080, 0xa026, 0x7c16, 0x7824,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0ac, 0x0130, 0x8b58, 0x080c, 0x36e9, 0x00fe, 0x0804, 0x36a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00fe, 0x080c, 0x36df, 0x1150, 0x8948, 0x2001, 0x007a, 0x2602,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x007b, 0x2502, 0x080c, 0x36e9, 0x0088, 0x87ff, 0x0140,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0201, 0x2004, 0xa005, 0x1904, 0x35e3, 0x8739, 0x0038,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xca69, 0x2004, 0xa086, 0x0000, 0x1904, 0x35e3, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0033, 0x2003, 0x00f6, 0x8631, 0x1208, 0x8529, 0x2500, 0xa605,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x36a9, 0x7824, 0xd0bc, 0x0128, 0x2900, 0xaa05, 0xab05,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0x36a9, 0x6033, 0x000d, 0x2001, 0x0030, 0x2003, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7824, 0xd0ac, 0x1148, 0x2001, 0xca69, 0x2003, 0x0003, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0030, 0x2003, 0x0009, 0x0040, 0x6027, 0x0001, 0x2001, 0x0075,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xa005, 0x0108, 0x6026, 0x2c00, 0x601a, 0x20e1, 0x9040,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d00, 0x681a, 0x6833, 0x000d, 0x7824, 0xd0a4, 0x1180, 0x6827,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x00c6, 0x20a9, 0x0004, 0x2061, 0x0020, 0x6003, 0x0008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0203, 0x2004, 0x1f04, 0x367e, 0x00ce, 0x0040, 0x6827,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x2001, 0x0074, 0x2004, 0xa005, 0x0108, 0x6826, 0x00f6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x2079, 0x0100, 0x2061, 0x0020, 0x7827, 0x0002, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0072, 0x2004, 0xa084, 0xfff8, 0x601a, 0x0006, 0x2001, 0x0073,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0x601e, 0x78c6, 0x000e, 0x78ca, 0x00ce, 0x00fe, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x35c1, 0x2061, 0x0100, 0x6027, 0x0002, 0x001e, 0x61e2, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6106, 0x7824, 0xa084, 0x0003, 0xa086, 0x0002, 0x0188, 0x20e1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9028, 0x6050, 0xa084, 0xf7ef, 0x6052, 0x602f, 0x0000, 0x602c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc0ac, 0x602e, 0x604b, 0xf7f7, 0x6043, 0x0090, 0x6043, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2908, 0x2a10, 0x2b18, 0x2b00, 0xaa05, 0xa905, 0x00fe, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x00ce, 0x00be, 0x00ae, 0x009e, 0x008e, 0x1118, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x3051, 0x012e, 0x2021, 0x400c, 0x0804, 0x3053, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x1d04, 0x36e8, 0x2091, 0x6000, 0x8420, 0xa486, 0x0064,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x2001, 0x0105, 0x2003, 0x0010, 0x2001, 0x0030, 0x2003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x2001, 0x0020, 0x2003, 0x0004, 0x2001, 0xca69, 0x2003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x2001, 0xca8b, 0x2003, 0x0000, 0x20e1, 0xf000, 0xa026,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00f6, 0x2079, 0x0100, 0x2001, 0xc714, 0x200c, 0x7932,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7936, 0x080c, 0x2924, 0x7850, 0xa084, 0x0980, 0xa085, 0x0030,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7852, 0x2019, 0x01f4, 0x8319, 0x1df0, 0xa084, 0x0980, 0x7852,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x782c, 0xc0ad, 0x782e, 0x20a9, 0x0046, 0x1d04, 0x371d, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6000, 0x1f04, 0x371d, 0x7850, 0xa085, 0x0400, 0x7852, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0009, 0x2004, 0xa084, 0x0003, 0xa086, 0x0001, 0x1118, 0x782c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc0ac, 0x782e, 0x784b, 0xf7f7, 0x7843, 0x0090, 0x7843, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x000e, 0xe000, 0x1f04, 0x373a, 0x7850, 0xa085, 0x1400,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7852, 0x2019, 0x61a8, 0x7854, 0xe000, 0xe000, 0xd08c, 0x1110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8319, 0x1dc8, 0x7827, 0x0048, 0x7850, 0xa085, 0x0400, 0x7852,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7843, 0x0040, 0x2019, 0x01f4, 0xe000, 0xe000, 0x8319, 0x1de0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0140, 0x2003, 0x0100, 0x7827, 0x0020, 0x7843, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2003, 0x0000, 0x7827, 0x0048, 0x00fe, 0x0005, 0x7824, 0xd0ac,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x11c8, 0x00f6, 0x00e6, 0x2071, 0xca69, 0x2079, 0x0030, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0201, 0x2004, 0xa005, 0x0160, 0x7000, 0xa086, 0x0000, 0x1140,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0051, 0xd0bc, 0x0108, 0x8738, 0x7003, 0x0003, 0x7803, 0x0019,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x00fe, 0x0005, 0x780c, 0xa08c, 0x0070, 0x0178, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x007a, 0x260a, 0x2009, 0x007b, 0x250a, 0xd0b4, 0x0108, 0x8a50,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0ac, 0x0108, 0x8948, 0xd0a4, 0x0108, 0x8b58, 0x0005, 0x00f6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2079, 0x0200, 0x781c, 0xd084, 0x0140, 0x20e1, 0x0007, 0x20e1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2000, 0x2001, 0x020a, 0x2004, 0x0ca8, 0x00fe, 0x0005, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0x0100, 0x2009, 0xc714, 0x210c, 0x716e, 0x7063, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7166, 0x719e, 0x706b, 0x0000, 0x7073, 0x0809, 0x7077, 0x0008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7078, 0xa080, 0x0100, 0x707a, 0x7080, 0x8000, 0x7082, 0x7087,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xaaaa, 0xa006, 0x708a, 0x708e, 0x707e, 0x70d6, 0x70ab, 0x0036,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x70af, 0x95d5, 0x7027, 0x0080, 0x7014, 0xa084, 0x0184, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0032, 0x7016, 0x080c, 0x3880, 0x080c, 0x36df, 0x1110, 0x8421,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0028, 0x7024, 0xd0bc, 0x0db0, 0x7027, 0x0080, 0x00f6, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xca69, 0x2079, 0x0030, 0x00d6, 0x2069, 0x0000, 0x6824,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0b4, 0x0120, 0x683c, 0x783e, 0x6838, 0x783a, 0x00de, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0011, 0x080c, 0x3858, 0x2011, 0x0001, 0x080c, 0x3858, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00fe, 0x7017, 0x0000, 0x00ee, 0x0005, 0x00f6, 0x00e6, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xca69, 0x2079, 0x0030, 0x7904, 0xd1fc, 0x0904, 0x3855, 0x7803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0xa026, 0xd19c, 0x1904, 0x3851, 0x7000, 0x0002, 0x3855,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3813, 0x3837, 0x3851, 0xd1bc, 0x1150, 0xd1dc, 0x1150, 0x8001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7002, 0x2011, 0x0001, 0x04e1, 0x05c0, 0x04d1, 0x04b0, 0x780f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x7820, 0x7924, 0x7803, 0x0004, 0x7822, 0x7926, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0201, 0x200c, 0x81ff, 0x0de8, 0x080c, 0x3783, 0x2009, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7808, 0xd0ec, 0x0110, 0x2009, 0x0011, 0x7902, 0x00f0, 0x8001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7002, 0xa184, 0x0880, 0x1138, 0x7804, 0xd0fc, 0x1940, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x00b1, 0x0090, 0x6030, 0xa092, 0x0004, 0xa086, 0x0009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1120, 0x6000, 0x601a, 0x2011, 0x0025, 0x6232, 0xd1dc, 0x1988,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0870, 0x7803, 0x0004, 0x7003, 0x0000, 0x00ee, 0x00fe, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6024, 0xa005, 0x0520, 0x8001, 0x6026, 0x6018, 0x6130, 0xa140,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2804, 0x7832, 0x8840, 0x2804, 0x7836, 0x8840, 0x2804, 0x7822,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8840, 0x2804, 0x7826, 0x8840, 0x7a02, 0x7000, 0x8000, 0x7002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6018, 0xa802, 0xa08a, 0x0029, 0x1138, 0x6018, 0xa080, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0x601a, 0x2001, 0x000d, 0x6032, 0xa085, 0x0001, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00f6, 0x00e6, 0x00c6, 0x2071, 0xca8b, 0x2079, 0x0020, 0x7904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd1fc, 0x01f0, 0x7803, 0x0002, 0x2d60, 0xa026, 0x7000, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x38a8, 0x3893, 0x389f, 0x8001, 0x7002, 0xd19c, 0x1188, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x080c, 0x3858, 0x0160, 0x080c, 0x3858, 0x0048, 0x8001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7002, 0x7804, 0xd0fc, 0x1d30, 0x2011, 0x0001, 0x080c, 0x3858,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x00ee, 0x00fe, 0x0005, 0x00f6, 0x00e6, 0x00c6, 0x2061,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0200, 0x601b, 0x0004, 0x2061, 0x0100, 0x60cf, 0x0400, 0x6004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc0ac, 0xa085, 0x0200, 0x6006, 0x2001, 0x0074, 0x2004, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x01f8, 0x2038, 0x2001, 0x0076, 0x2024, 0x2001, 0x0077, 0x201c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x418a, 0x6833, 0x000d, 0x6f26, 0x2d00, 0x681a, 0xa78a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0007, 0x0220, 0x2138, 0x2009, 0x0007, 0x0010, 0x2708, 0xa03e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6818, 0xa080, 0x000d, 0x04a1, 0x1d90, 0x2d00, 0x681a, 0x0088,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x418a, 0x6833, 0x000d, 0x2070, 0x6827, 0x0001, 0x2d00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x681a, 0x2001, 0x0076, 0x2004, 0x2072, 0x2001, 0x0077, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7006, 0x2061, 0x0020, 0x2079, 0x0100, 0x6013, 0x0400, 0x20e1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9040, 0x2001, 0x0072, 0x2004, 0xa084, 0xfff8, 0x700a, 0x601a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x2001, 0x0073, 0x2004, 0x700e, 0x601e, 0x78c6, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x78ca, 0xa006, 0x603a, 0x603e, 0x00ce, 0x00ee, 0x00fe, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x2071, 0x0010, 0x20a0, 0x2099, 0x0014, 0x7003, 0x0026,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7432, 0x7336, 0xa006, 0x703a, 0x703e, 0x810b, 0x810b, 0x21a8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x810b, 0x7122, 0x7003, 0x0041, 0x7004, 0xd0fc, 0x0de8, 0x7003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x7003, 0x0040, 0x53a5, 0x7430, 0x7334, 0x87ff, 0x0180,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x00d6, 0x2d60, 0x00c6, 0x080c, 0x418a, 0x00ce, 0x6018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2070, 0x2d00, 0x7006, 0x601a, 0x00de, 0x00ce, 0xa085, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x0005, 0x00e6, 0x2001, 0x0075, 0x2004, 0xa005, 0x0508,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2038, 0x2001, 0x0078, 0x2024, 0x2001, 0x0079, 0x201c, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x418a, 0x2d60, 0x6833, 0x000d, 0x6f26, 0x2d00, 0x681a, 0xa78a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0007, 0x0220, 0x2138, 0x2009, 0x0007, 0x0010, 0x2708, 0xa03e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6818, 0xa080, 0x000d, 0x080c, 0x3910, 0x1d88, 0x2d00, 0x681a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e0, 0x080c, 0x418a, 0x2d60, 0x6033, 0x000d, 0x2070, 0x6027,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x2c00, 0x601a, 0x2001, 0x0078, 0x2004, 0x2072, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0079, 0x2004, 0x7006, 0x2001, 0x0072, 0x2004, 0xa084, 0xfff8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x700a, 0x2001, 0x0073, 0x2004, 0x700e, 0x2001, 0x0030, 0x2003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x7824, 0xd0ac, 0x1178, 0x2001, 0x0101, 0x200c, 0xc1ed,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2102, 0x6027, 0x0000, 0x2001, 0xca69, 0x2003, 0x0003, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0030, 0x2003, 0x0009, 0x00ee, 0x0005, 0x0086, 0x0096, 0x00a6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00b6, 0x00c6, 0x00d6, 0x00e6, 0x2061, 0xca05, 0x2069, 0x0200,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0x3add, 0x6003, 0x0000, 0x6007, 0x0000, 0x600b, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x600f, 0x0000, 0x683b, 0x001f, 0x2019, 0x0000, 0x2039, 0x0008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2e25, 0x00a1, 0x2009, 0x003b, 0x2001, 0xffff, 0x8001, 0x1df0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8109, 0xa186, 0x0000, 0x1dc0, 0x0439, 0x8425, 0x8739, 0x1d88,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8e70, 0xae86, 0x3adf, 0x1d50, 0x0804, 0x3abe, 0x2428, 0x20e1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa000, 0x6837, 0x0001, 0x2500, 0x682e, 0x682e, 0x682e, 0x682e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6837, 0x0005, 0x20a9, 0x0210, 0x6830, 0xd0bc, 0x1130, 0x1f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x39dc, 0x2001, 0x4003, 0x0804, 0x3acc, 0x6837, 0x0001, 0x6837,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0xe000, 0xe000, 0x0005, 0x600b, 0x0000, 0x20e1, 0xa000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6837, 0x0008, 0x20e1, 0x6000, 0x20a9, 0x0210, 0x2031, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2428, 0x080c, 0x3a90, 0x0f04, 0x3a00, 0x852d, 0x8630, 0x0cc8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6938, 0xa184, 0x0200, 0x0108, 0xc385, 0x6108, 0x81ff, 0x0118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6004, 0xc085, 0x6006, 0x600b, 0x0000, 0x20e1, 0xa000, 0x6837,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x20e1, 0x5000, 0x20a9, 0x0210, 0x2031, 0x0000, 0x2428,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x3a90, 0x0f04, 0x3a1f, 0x852d, 0x8630, 0x0cc8, 0x6938,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa184, 0x0040, 0x0108, 0xc38d, 0x6108, 0x81ff, 0x0118, 0x6004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc08d, 0x6006, 0x600b, 0x0000, 0x20e1, 0xa000, 0x6837, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x4000, 0x20a9, 0x0020, 0x2031, 0x0000, 0x2428, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3a90, 0x0f04, 0x3a3e, 0x852d, 0x8630, 0x0cc8, 0x6938, 0xa184,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0020, 0x0108, 0xc395, 0x6108, 0x81ff, 0x0118, 0x6004, 0xc095,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6006, 0x600b, 0x0000, 0x601b, 0x0001, 0x20e1, 0xa000, 0xe000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x0000, 0x6837, 0x0008, 0x20a9, 0x0018, 0x2031, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2428, 0x04b1, 0x0f04, 0x3a5e, 0x8630, 0x0cd8, 0x6938, 0xa184,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0080, 0x0110, 0xa39d, 0x0010, 0x6108, 0x81ff, 0x0120, 0x6004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x0010, 0x6006, 0x600b, 0x0000, 0x20e1, 0xa000, 0xe000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x1000, 0x6837, 0x0008, 0x20a9, 0x00a0, 0x2031, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2428, 0x852d, 0x00a9, 0x0f04, 0x3a7f, 0x8630, 0x0cd8, 0x6938,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa184, 0x0080, 0x0108, 0xc39d, 0x601b, 0x0000, 0x6108, 0x81ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0118, 0x6004, 0xc09d, 0x6006, 0x600c, 0xa305, 0x600e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0x0000, 0x6828, 0x2040, 0x6828, 0x2048, 0x6828, 0x2050,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6828, 0x2058, 0x6118, 0x2800, 0xa506, 0x0140, 0x2100, 0x0130,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8505, 0xa80e, 0x1110, 0x2028, 0x0008, 0xc285, 0x2900, 0xa506,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0108, 0xc28d, 0x2a00, 0xa506, 0x0108, 0xc295, 0x2b00, 0xa506,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0108, 0xc29d, 0x82ff, 0x0148, 0x6008, 0x2001, 0x0001, 0x600a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6100, 0x8108, 0x6102, 0x6612, 0x6716, 0x0005, 0x6000, 0xa00d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2021, 0x4000, 0x0118, 0x2021, 0x4004, 0x0030, 0x630c, 0xa39c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001f, 0x0110, 0x2021, 0x400d, 0x6004, 0x2010, 0x6014, 0x2018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6010, 0x7832, 0x600c, 0x7836, 0x00ee, 0x00de, 0x00ce, 0x00be,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ae, 0x009e, 0x008e, 0x0804, 0x3053, 0x5555, 0xaaaa, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x8000, 0x20a9, 0x0011, 0x2001, 0xc740, 0x20a0, 0xa006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x40a4, 0x012e, 0x0804, 0x3051, 0x7d38, 0x7c3c, 0x0804, 0x30fc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x418a, 0x0904, 0x307a, 0x080c, 0x609a, 0x0110, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x50a8, 0x2009, 0x001c, 0x7a2c, 0x7b28, 0x7c3c, 0x7d38, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x41cb, 0x701b, 0x3b04, 0x0005, 0xade8, 0x000d, 0x6800, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x307d, 0x6804, 0xd0ac, 0x0118, 0xd0a4, 0x0904, 0x307d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd094, 0x00c6, 0x2061, 0x0100, 0x6104, 0x0138, 0x6200, 0xa292,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0218, 0xa18c, 0xffdf, 0x0010, 0xa18d, 0x0020, 0x6106,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0xd08c, 0x00c6, 0x2061, 0x0100, 0x6104, 0x0118, 0xa18d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x0010, 0xa18c, 0xffef, 0x6106, 0x00ce, 0x2009, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x210c, 0xa18a, 0x0002, 0x0268, 0xd084, 0x0158, 0x6a28, 0xa28a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x007f, 0x1a04, 0x307d, 0xa288, 0x2e6b, 0x210d, 0xa18c, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6156, 0xd0dc, 0x0130, 0x6828, 0xa08a, 0x007f, 0x1a04, 0x307d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x604e, 0x6808, 0xa08a, 0x0100, 0x0a04, 0x307d, 0xa08a, 0x0841,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1a04, 0x307d, 0xa084, 0x0007, 0x1904, 0x307d, 0x680c, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x307d, 0x6810, 0xa005, 0x0904, 0x307d, 0x6848, 0x6940,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa10a, 0x1a04, 0x307d, 0x8001, 0x0904, 0x307d, 0x684c, 0x6944,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa10a, 0x1a04, 0x307d, 0x8001, 0x0904, 0x307d, 0x6804, 0xd0fc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0560, 0x080c, 0x418a, 0x0904, 0x307a, 0x2009, 0x0014, 0x7a2c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7b28, 0x7c3c, 0x7d38, 0xa290, 0x0038, 0xa399, 0x0000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x41cb, 0x701b, 0x3b84, 0x0005, 0xade8, 0x000d, 0x20a9, 0x0014,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d98, 0x2069, 0xc76d, 0x2da0, 0x53a3, 0x7010, 0xa0e8, 0x000d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc771, 0x200c, 0xd1e4, 0x0140, 0x00c6, 0x2061, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6004, 0xa085, 0x0a00, 0x6006, 0x00ce, 0x2009, 0xc9f6, 0x200b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2000, 0x2001, 0xc773, 0x2004, 0xd0ac, 0x0168, 0x7824, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2000, 0x200a, 0x2009, 0x017f, 0x200a, 0x3200, 0xa084, 0x003f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x3020, 0x2090, 0x20a9, 0x001c, 0x2d98, 0x2069, 0xc751,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2da0, 0x53a3, 0x6814, 0xa08c, 0x00ff, 0x613e, 0x8007, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x6042, 0x080c, 0x6393, 0x080c, 0x58d0, 0x080c, 0x5939,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6000, 0xa086, 0x0000, 0x1904, 0x3c81, 0x6808, 0x602a, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x24c4, 0x0006, 0x2001, 0x0100, 0x2004, 0xa082, 0x0005, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0268, 0x2009, 0x0170, 0x200b, 0x0080, 0xe000, 0xe000, 0x200b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x0036, 0x6b08, 0x080c, 0x297f, 0x003e, 0x6818, 0x691c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6a20, 0x6b24, 0x8007, 0x810f, 0x8217, 0x831f, 0x6016, 0x611a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x621e, 0x6322, 0x6c04, 0xd4f4, 0x0148, 0x6830, 0x6934, 0x6a38,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6b3c, 0x8007, 0x810f, 0x8217, 0x831f, 0x0010, 0xa084, 0xf0ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6006, 0x610a, 0x620e, 0x6312, 0x8007, 0x810f, 0x8217, 0x831f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x0004, 0x20a1, 0xca0c, 0x40a1, 0x080c, 0x715f, 0x6904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd1fc, 0x0520, 0x00c6, 0x2009, 0x0000, 0x20a9, 0x0001, 0x6b70,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd384, 0x01c8, 0x0020, 0x839d, 0x12b0, 0x3508, 0x8109, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x695e, 0x6878, 0x6016, 0x6874, 0x2008, 0xa084, 0xff00, 0x8007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x600a, 0xa184, 0x00ff, 0x6006, 0x8108, 0x1118, 0x6003, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x6003, 0x0001, 0x1f04, 0x3c1b, 0x00ce, 0x2069, 0xc751,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc9e4, 0x6a80, 0xa294, 0x0030, 0xa28e, 0x0000, 0x0170,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa28e, 0x0010, 0x0118, 0xa28e, 0x0020, 0x0140, 0x2003, 0xaaaa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x29c8, 0x2001, 0xc9d5, 0x2102, 0x0008, 0x2102, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2061, 0x0100, 0x602f, 0x0040, 0x602f, 0x0000, 0x00ce, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x609a, 0x0128, 0x080c, 0x4575, 0x0110, 0x080c, 0x2944, 0x60c4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x01d0, 0x6003, 0x0001, 0x2009, 0x3c67, 0x00e0, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x609a, 0x1178, 0x2011, 0x5f6d, 0x080c, 0x708b, 0x2011, 0x636b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7153, 0x2001, 0xc9e5, 0x2003, 0x0000, 0x080c, 0x5fd2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0040, 0x080c, 0x4fd7, 0x0028, 0x6003, 0x0004, 0x2009, 0x3c81,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x0804, 0x3051, 0x2001, 0x0100, 0x2004, 0xa082, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0258, 0x2001, 0x0170, 0x2004, 0xa084, 0x00ff, 0xa086, 0x004c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1118, 0x2091, 0x309d, 0x0817, 0x2091, 0x301d, 0x0817, 0x6000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0000, 0x0904, 0x307a, 0x2069, 0xc751, 0x7830, 0x6842,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7834, 0x6846, 0x6804, 0xd0fc, 0x0118, 0x2009, 0x0030, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x001c, 0x2d00, 0x7a2c, 0x7b28, 0x7c3c, 0x7d38, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x41ce, 0xa006, 0x080c, 0x2944, 0x81ff, 0x1904, 0x307a, 0x7824,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0001, 0x090c, 0x60c0, 0x190c, 0x609a, 0x1198, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc9e5, 0x2003, 0x0001, 0x2001, 0xc700, 0x2003, 0x0001, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc752, 0x2214, 0xd2ec, 0x0118, 0x6130, 0xc18d, 0x6132, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5fd2, 0x0020, 0x080c, 0x50a8, 0x080c, 0x4fd7, 0x0804, 0x3051,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x81ff, 0x1904, 0x307a, 0x080c, 0x609a, 0x1110, 0x0804, 0x307a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6184, 0x81ff, 0x0198, 0x703f, 0x0000, 0x2001, 0xcec0, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0040, 0x7a2c, 0x7b28, 0x7c3c, 0x7d38, 0x0126, 0x2091, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x41ce, 0x701b, 0x304f, 0x012e, 0x0005, 0x703f, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x2069, 0xcec0, 0x20a9, 0x0040, 0x20a1, 0xcec0, 0x2019,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xffff, 0x43a4, 0x654c, 0xa588, 0x2e6b, 0x210d, 0xa18c, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x216a, 0xa00e, 0x2011, 0x0002, 0x2100, 0xa506, 0x01a8, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x54bd, 0x1190, 0x6014, 0x821c, 0x0238, 0xa398, 0xcec0, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xff00, 0x8007, 0x201a, 0x0038, 0xa398, 0xcec0, 0x2324, 0xa4a4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xff00, 0xa405, 0x201a, 0x8210, 0x8108, 0xa182, 0x0080, 0x1208,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0c18, 0x8201, 0x8007, 0x2d0c, 0xa105, 0x206a, 0x00de, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0040, 0x20a1, 0xcec0, 0x2099, 0xcec0, 0x080c, 0x5047, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3ce5, 0x080c, 0x41af, 0x0904, 0x307d, 0x00c6, 0x080c, 0x418a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x1120, 0x2009, 0x0002, 0x0804, 0x307a, 0x2001, 0xc752,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xd0b4, 0x0550, 0x7824, 0xa084, 0xff00, 0xa08e, 0x7e00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0520, 0xa08e, 0x7f00, 0x0508, 0xa08e, 0x8000, 0x01f0, 0x6000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd08c, 0x11d8, 0x6004, 0xa084, 0x00ff, 0xa086, 0x0006, 0x11a8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6837, 0x0000, 0x6838, 0xc0fd, 0x683a, 0x080c, 0xaddf, 0x1120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0003, 0x0804, 0x307a, 0x7007, 0x0003, 0x701b, 0x3d71,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x080c, 0x41af, 0x0904, 0x307d, 0x20a9, 0x002b, 0x2c98,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xade8, 0x0002, 0x2da0, 0x53a3, 0x20a9, 0x0004, 0xac80, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2098, 0xad80, 0x0006, 0x20a0, 0x080c, 0x5047, 0x20a9, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xac80, 0x000a, 0x2098, 0xad80, 0x000a, 0x20a0, 0x080c, 0x5047,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d00, 0x2009, 0x002b, 0x7a2c, 0x7b28, 0x7c3c, 0x7d38, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x41ce, 0x81ff, 0x1904, 0x307a, 0x080c, 0x419f, 0x0904, 0x307d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x569d, 0x0904, 0x307a, 0x701b, 0x3da9, 0x7007, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x6848, 0xa005, 0x0120, 0x2009, 0x0004, 0x0804, 0x307a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6944, 0x0804, 0x3051, 0x81ff, 0x1904, 0x307a, 0x7828, 0xa08a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1000, 0x1a04, 0x307d, 0x080c, 0x41af, 0x0904, 0x307d, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x56ff, 0x0904, 0x307a, 0x2019, 0x0004, 0xa00e, 0x080c, 0x56af,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x307a, 0x701b, 0x3da9, 0x7007, 0x0003, 0x7924, 0x810f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7a28, 0x0009, 0x0005, 0xa186, 0x00ff, 0x0110, 0x0071, 0x0060,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2029, 0x007e, 0x2061, 0xc700, 0x644c, 0x2400, 0xa506, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2508, 0x0019, 0x8529, 0x1ec8, 0x0005, 0x080c, 0x54bd, 0x1138,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2200, 0x8003, 0x800b, 0x810b, 0xa108, 0x080c, 0x7097, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x81ff, 0x1904, 0x307a, 0x080c, 0x419f, 0x0904, 0x307d, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5588, 0x0904, 0x307a, 0x080c, 0x56a6, 0x0904, 0x307a, 0x701b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3da9, 0x7007, 0x0003, 0x0005, 0x81ff, 0x1904, 0x307a, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x419f, 0x0904, 0x307d, 0x080c, 0x5588, 0x0904, 0x307a, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5694, 0x0904, 0x307a, 0x701b, 0x3da9, 0x7007, 0x0003, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6100, 0x0804, 0x3051, 0x080c, 0x41af, 0x0904, 0x307d, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc700, 0x2004, 0xa086, 0x0003, 0x1904, 0x307a, 0x00d6, 0xace8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000a, 0x7924, 0xd184, 0x0110, 0xace8, 0x0006, 0x680c, 0x8007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x783e, 0x6808, 0x8007, 0x783a, 0x6b04, 0x831f, 0x6a00, 0x8217,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x6100, 0xa18c, 0x0200, 0x0804, 0x3051, 0x7824, 0xa09c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00f7, 0xa39a, 0x0003, 0x1a04, 0x307a, 0x624c, 0xa294, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0xff00, 0x8007, 0xa206, 0x1150, 0x2001, 0xc740, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000c, 0x7a2c, 0x7b28, 0x7c3c, 0x7d38, 0x0804, 0x41ce, 0x81ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0x307a, 0x080c, 0x41af, 0x0904, 0x307d, 0x6004, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0xa086, 0x0006, 0x1904, 0x307a, 0x00c6, 0x080c, 0x418a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x0904, 0x307a, 0x6837, 0x0000, 0x6838, 0xc0fd, 0x683a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xad8b, 0x0904, 0x307a, 0x7007, 0x0003, 0x701b, 0x3e79,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x6830, 0xa086, 0x0100, 0x0904, 0x307a, 0xad80, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x000c, 0x7a2c, 0x7b28, 0x7c3c, 0x7d38, 0x0804, 0x41ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa006, 0x080c, 0x2944, 0x7824, 0xa084, 0x00ff, 0xa086, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0118, 0x81ff, 0x1904, 0x307a, 0x080c, 0x609a, 0x0110, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x50a8, 0x7828, 0xa08a, 0x1000, 0x1a04, 0x307d, 0x7924, 0xa18c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xff00, 0x810f, 0xa186, 0x00ff, 0x0138, 0xa182, 0x007f, 0x1a04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x307d, 0x2100, 0x080c, 0x290e, 0x0026, 0x00c6, 0x0126, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x2061, 0xca39, 0x601b, 0x0000, 0x601f, 0x0000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x609a, 0x1178, 0x2001, 0xc9e5, 0x2003, 0x0001, 0x2001, 0xc700,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2003, 0x0001, 0xa085, 0x0001, 0x080c, 0x60e8, 0x080c, 0x5fd2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0420, 0x2011, 0x0003, 0x080c, 0x8fb1, 0x2011, 0x0002, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8fbb, 0x080c, 0x8ea3, 0x0036, 0x2019, 0x0000, 0x080c, 0x8f2e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x003e, 0x2061, 0x0100, 0x2001, 0xc714, 0x2004, 0xa084, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x810f, 0xa105, 0x604a, 0x6043, 0x0090, 0x6043, 0x0010, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002d, 0x2011, 0x500c, 0x080c, 0x7117, 0x7924, 0xa18c, 0xff00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x810f, 0x080c, 0x609a, 0x1110, 0x2009, 0x00ff, 0x7a28, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3dd3, 0x012e, 0x00ce, 0x002e, 0x0804, 0x3051, 0x7924, 0xa18c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xff00, 0x810f, 0x00c6, 0x080c, 0x5461, 0x2c08, 0x00ce, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x307d, 0x0804, 0x3051, 0x81ff, 0x0120, 0x2009, 0x0001, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x307a, 0x60d0, 0xd0ac, 0x1130, 0xd09c, 0x1120, 0x2009, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x307a, 0x080c, 0x418a, 0x1120, 0x2009, 0x0002, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x307a, 0x7924, 0x7a2c, 0x7b28, 0x7c3c, 0x7d38, 0x080c, 0x41cb,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x701b, 0x3f2b, 0x0005, 0x2009, 0x0080, 0x080c, 0x54bd, 0x1130,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6004, 0xa084, 0x00ff, 0xa086, 0x0006, 0x0120, 0x2021, 0x400a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x3053, 0x00d6, 0xade8, 0x000d, 0x6900, 0x6a08, 0x6b0c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6c10, 0x6d14, 0x6e18, 0x6820, 0xa0be, 0x0100, 0x0904, 0x3fa2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa0be, 0x0112, 0x0904, 0x3fa2, 0xa0be, 0x0113, 0x0904, 0x3fa2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa0be, 0x0114, 0x0904, 0x3fa2, 0xa0be, 0x0117, 0x0904, 0x3fa2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa0be, 0x011a, 0x0904, 0x3fa2, 0xa0be, 0x011c, 0x0904, 0x3fa2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa0be, 0x0121, 0x05b0, 0xa0be, 0x0131, 0x0598, 0xa0be, 0x0171,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x05c8, 0xa0be, 0x0173, 0x05b0, 0xa0be, 0x01a1, 0x1120, 0x6830,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8007, 0x6832, 0x04a8, 0xa0be, 0x0212, 0x0540, 0xa0be, 0x0213,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0528, 0xa0be, 0x0214, 0x01b0, 0xa0be, 0x0217, 0x0168, 0xa0be,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x021a, 0x1120, 0x6838, 0x8007, 0x683a, 0x00e0, 0xa0be, 0x0300,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x01c8, 0x00de, 0x0804, 0x307d, 0xad80, 0x0010, 0x20a9, 0x0007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x3fe8, 0xad80, 0x000e, 0x20a9, 0x0001, 0x080c, 0x3fe8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0048, 0xad80, 0x000c, 0x080c, 0x3ff6, 0x0050, 0xad80, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x3ff6, 0xad80, 0x000c, 0x20a9, 0x0001, 0x080c, 0x3fe8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x080c, 0x418a, 0x0568, 0x6838, 0xc0fd, 0x683a, 0x6837,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0119, 0x6853, 0x0000, 0x684f, 0x0020, 0x685b, 0x0001, 0x810b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x697e, 0x6883, 0x0000, 0x6a86, 0x6b8a, 0x6c8e, 0x6d92, 0x6996,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x689b, 0x0000, 0x00ce, 0x00de, 0x6837, 0x0000, 0x6838, 0xc0fd,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x683a, 0x6823, 0x0000, 0x6804, 0x2068, 0x080c, 0xada7, 0x1120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0003, 0x0804, 0x307a, 0x7007, 0x0003, 0x701b, 0x3fdf,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00ce, 0x00de, 0x2009, 0x0002, 0x0804, 0x307a, 0x6820,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x8001, 0x1904, 0x3051, 0x2009, 0x0004, 0x0804, 0x307a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x2008, 0x2044, 0x8000, 0x204c, 0x8000, 0x290a, 0x8108,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x280a, 0x8108, 0x1f04, 0x3fea, 0x001e, 0x0005, 0x0016, 0x00a6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00b6, 0x2008, 0x2044, 0x8000, 0x204c, 0x8000, 0x2054, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x205c, 0x2b0a, 0x8108, 0x2a0a, 0x8108, 0x290a, 0x8108, 0x280a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00be, 0x00ae, 0x001e, 0x0005, 0x81ff, 0x0120, 0x2009, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x307a, 0x6000, 0xa086, 0x0003, 0x0120, 0x2009, 0x0007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x307a, 0x7924, 0x2140, 0xa18c, 0xff00, 0x810f, 0x60d0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0ac, 0x1120, 0xa182, 0x0080, 0x0a04, 0x307d, 0xa182, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1a04, 0x307d, 0x7a2c, 0x7b28, 0x606c, 0xa306, 0x1140, 0x6070,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa24e, 0x0904, 0x307d, 0xa9cc, 0xff00, 0x0904, 0x307d, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x8000, 0x00c6, 0x080c, 0x40d2, 0x2c68, 0x00ce, 0x0540,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa0c6, 0x4000, 0x1180, 0x00c6, 0x0006, 0x2d60, 0x2009, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5760, 0x1108, 0xc185, 0x6000, 0xd0bc, 0x0108, 0xc18d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0x00ce, 0x0088, 0xa0c6, 0x4007, 0x1110, 0x2408, 0x0060,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa0c6, 0x4008, 0x1118, 0x2708, 0x2610, 0x0030, 0xa0c6, 0x4009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1108, 0x0010, 0x2001, 0x4006, 0x2020, 0x012e, 0x0804, 0x3053,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d00, 0x7022, 0x0016, 0x00b6, 0x00c6, 0x00e6, 0x2c70, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xaed8, 0x05c0, 0x2d00, 0x601a, 0x080c, 0xb03e, 0x2e58, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x00c6, 0x080c, 0x418a, 0x00ce, 0x2b70, 0x1158, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x967a, 0x00ee, 0x00ce, 0x00be, 0x001e, 0x012e, 0x2009, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x307a, 0x6837, 0x0000, 0x683b, 0x0000, 0x2d00, 0x6012,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6833, 0x0000, 0x6838, 0xc0fd, 0xd88c, 0x0108, 0xc0f5, 0x683a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x2d65, 0x601f, 0x0001, 0x2001, 0x0000, 0x080c, 0x53ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0002, 0x080c, 0x5411, 0x2009, 0x0002, 0x080c, 0x96aa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x0001, 0x00ee, 0x00ce, 0x00be, 0x001e, 0x012e, 0x1120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0003, 0x0804, 0x307a, 0x7007, 0x0003, 0x701b, 0x40b9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x6830, 0xa086, 0x0100, 0x7020, 0x2060, 0x1138, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x6204, 0xa294, 0x00ff, 0x0804, 0x48fb, 0x2009, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5760, 0x1108, 0xc185, 0x6000, 0xd0bc, 0x0108, 0xc18d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x3051, 0x00e6, 0x00d6, 0x2029, 0x0000, 0x2001, 0xc734,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xd0ac, 0x0138, 0x2021, 0x0000, 0x20a9, 0x00ff, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc87a, 0x0030, 0x2021, 0x0080, 0x20a9, 0x007f, 0x2071, 0xc8fa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2e04, 0xa005, 0x1130, 0x2100, 0xa406, 0x15a0, 0x2428, 0xc5fd,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0488, 0x2068, 0x6f10, 0x2700, 0xa306, 0x11e0, 0x6e14, 0x2600,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa206, 0x11c0, 0x2400, 0xa106, 0x1190, 0x2d60, 0xd884, 0x0598,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x586f, 0x1580, 0x2001, 0x4000, 0x0470, 0x6004, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0xa086, 0x0006, 0x1538, 0x2001, 0x4000, 0x0428, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4007, 0x0410, 0x2400, 0xa106, 0x1168, 0x6e14, 0x87ff, 0x1138,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x86ff, 0x09a0, 0x2001, 0xc734, 0x2004, 0xd0ac, 0x1978, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4008, 0x0090, 0x8420, 0x8e70, 0x1f04, 0x40e8, 0x85ff, 0x1130,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x4009, 0x0048, 0x2001, 0x0001, 0x0030, 0x080c, 0x5461,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1dd0, 0x6312, 0x6216, 0xa006, 0xa005, 0x00de, 0x00ee, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x81ff, 0x1904, 0x307a, 0x080c, 0x418a, 0x0904, 0x307a, 0x6837,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x6838, 0xc0fd, 0x683a, 0x7824, 0xa005, 0x0904, 0x307d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa096, 0x00ff, 0x0120, 0xa092, 0x0004, 0x1a04, 0x307d, 0x2010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d18, 0x080c, 0x2d11, 0x0904, 0x307a, 0x7007, 0x0003, 0x701b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x415a, 0x0005, 0x6830, 0xa086, 0x0100, 0x0904, 0x307a, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3051, 0x7924, 0xa18c, 0xff00, 0x810f, 0x60d0, 0xd0ac, 0x1120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa182, 0x0080, 0x0a04, 0x307d, 0xa182, 0x00ff, 0x1a04, 0x307d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0126, 0x2091, 0x8000, 0x080c, 0xac72, 0x1188, 0xa190, 0xc87a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2204, 0xa065, 0x0160, 0x080c, 0x50c3, 0x2001, 0xc734, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0ac, 0x0110, 0x6017, 0x0000, 0x012e, 0x0804, 0x3051, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x307a, 0x080c, 0x1624, 0x0188, 0xa006, 0x6802, 0x7010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x1120, 0x2d00, 0x7012, 0x7016, 0x0030, 0x7014, 0x6802,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2060, 0x2d00, 0x6006, 0x7016, 0xad80, 0x000d, 0x0005, 0x7924,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x810f, 0xa18c, 0x00ff, 0x080c, 0x54bd, 0x1130, 0x7e28, 0xa684,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3fff, 0xa082, 0x4000, 0x0208, 0xa066, 0x8cff, 0x0005, 0x7e24,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x860f, 0xa18c, 0x00ff, 0x080c, 0x54bd, 0x1128, 0xa6b4, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa682, 0x4000, 0x0208, 0xa066, 0x8cff, 0x0005, 0x0016, 0x7110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x81ff, 0x0128, 0x2168, 0x6904, 0x080c, 0x163b, 0x0cc8, 0x7112,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7116, 0x001e, 0x0005, 0x2031, 0x0001, 0x0010, 0x2031, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2061, 0xc7f1, 0x6606, 0x6112, 0x600e, 0x6226, 0x632a, 0x642e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6532, 0x2c10, 0x080c, 0x166f, 0x7007, 0x0002, 0x701b, 0x3051,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00f6, 0x0126, 0x2091, 0x8000, 0x2079, 0x0000, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc7af, 0x2004, 0xa005, 0x1188, 0x0e04, 0x41fd, 0x7818, 0xd084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1160, 0x7a22, 0x7b26, 0x7c2a, 0x2001, 0x007f, 0x2003, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x781b, 0x0001, 0x2091, 0x4080, 0x0408, 0x0016, 0x00c6, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xc7a1, 0x7138, 0xa182, 0x0010, 0x0218, 0x7030, 0x2060,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0078, 0x7030, 0xa0e0, 0x0004, 0xac82, 0xc7f1, 0x0210, 0x2061,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc7b1, 0x2c00, 0x7032, 0x81ff, 0x1108, 0x7036, 0x8108, 0x713a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2262, 0x6306, 0x640a, 0x00ee, 0x00ce, 0x001e, 0x012e, 0x00fe,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00e6, 0x2071, 0xc7a1, 0x7038, 0xa005, 0x0590, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x8000, 0x0e04, 0x4258, 0x00f6, 0x2079, 0x0000, 0x7818,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd084, 0x1528, 0x00c6, 0x7034, 0x2060, 0x2c04, 0x7822, 0x6004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7826, 0x6008, 0x782a, 0x2001, 0x007f, 0x2003, 0x0000, 0x781b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x2091, 0x4080, 0x7038, 0x8001, 0x703a, 0xa005, 0x1130,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7033, 0xc7b1, 0x7037, 0xc7b1, 0x00ce, 0x0048, 0xac80, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa0fa, 0xc7f1, 0x0210, 0x2001, 0xc7b1, 0x7036, 0x00ce, 0x00fe,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x00ee, 0x0005, 0x0026, 0x2001, 0xc752, 0x2004, 0xd0c4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0120, 0x2011, 0x8014, 0x080c, 0x41e1, 0x002e, 0x0005, 0x81ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0x307a, 0x0126, 0x2091, 0x8000, 0x6030, 0xc08d, 0xc085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc0ac, 0x6032, 0x080c, 0x609a, 0x1178, 0x2001, 0xc9e5, 0x2003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x2001, 0xc700, 0x2003, 0x0001, 0xa085, 0x0001, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x60e8, 0x080c, 0x5fd2, 0x0010, 0x080c, 0x4fd7, 0x012e, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3051, 0x7824, 0x2008, 0xa18c, 0xfffd, 0x1128, 0x61dc, 0xa10d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x61de, 0x0804, 0x3051, 0x0804, 0x307d, 0x81ff, 0x1904, 0x307a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6000, 0xa086, 0x0003, 0x1904, 0x307a, 0x2001, 0xc752, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0ac, 0x1904, 0x307a, 0x080c, 0x41af, 0x0904, 0x307d, 0x6004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x00ff, 0xa086, 0x0006, 0x1120, 0x7828, 0xa005, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3051, 0x00c6, 0x080c, 0x418a, 0x00ce, 0x0904, 0x307a, 0x6837,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x6833, 0x0000, 0x6838, 0xc0fd, 0x683a, 0x080c, 0xae6d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x307a, 0x7007, 0x0003, 0x701b, 0x42c7, 0x0005, 0x6830,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0100, 0x1904, 0x3051, 0x0804, 0x48fb, 0x2001, 0xc700,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xa086, 0x0003, 0x1904, 0x307a, 0x7f24, 0x7a2c, 0x7b28,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7c3c, 0x7d38, 0x080c, 0x418a, 0x0904, 0x307a, 0x2009, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2031, 0x0000, 0x7023, 0x0000, 0x702f, 0x0000, 0xad80, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7026, 0x20a0, 0x080c, 0x54bd, 0x1904, 0x434d, 0x6004, 0xa0c4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0xa8c6, 0x0006, 0x0148, 0xa0c4, 0xff00, 0xa8c6, 0x0600,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0120, 0x080c, 0x586f, 0x1904, 0x434d, 0xd794, 0x1110, 0xd784,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0158, 0xac80, 0x0006, 0x2098, 0x3400, 0x20a9, 0x0004, 0x53a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x3ff6, 0xd794, 0x0148, 0xac80, 0x000a, 0x2098, 0x3400,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x0004, 0x53a3, 0x080c, 0x3ff6, 0xa186, 0x007e, 0x0178,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa186, 0x0080, 0x0160, 0x6004, 0xa084, 0x00ff, 0xa0c2, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1210, 0xc1fd, 0x0020, 0x080c, 0x5760, 0x1108, 0xc1fd, 0x21a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc1fc, 0xd794, 0x01d8, 0xac80, 0x0000, 0x2098, 0x94a0, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x53a3, 0xac80, 0x0003, 0x20a6, 0x94a0, 0xac80, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2098, 0x3400, 0x20a9, 0x0002, 0x53a3, 0x080c, 0x3fe8, 0xac80,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x2098, 0x20a9, 0x0002, 0x53a3, 0x0008, 0x94a0, 0xd794,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0110, 0xa6b0, 0x000b, 0xa6b0, 0x0005, 0x8108, 0x2001, 0xc734,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xd0ac, 0x0118, 0xa186, 0x0100, 0x0040, 0xd78c, 0x0120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa186, 0x0100, 0x0170, 0x0018, 0xa186, 0x007e, 0x0150, 0xd794,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0118, 0xa686, 0x0020, 0x0010, 0xa686, 0x0028, 0x0150, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x42ea, 0x86ff, 0x1120, 0x7120, 0x810b, 0x0804, 0x3051, 0x702f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x711e, 0x7020, 0xa600, 0x7022, 0x772a, 0x2061, 0xc7f1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6007, 0x0000, 0x6612, 0x7024, 0x600e, 0x6226, 0x632a, 0x642e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6532, 0x2c10, 0x080c, 0x166f, 0x7007, 0x0002, 0x701b, 0x4389,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x702c, 0xa005, 0x1170, 0x711c, 0x7024, 0x20a0, 0x7728,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2031, 0x0000, 0x2061, 0xc7f1, 0x6224, 0x6328, 0x642c, 0x6530,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x42ea, 0x7120, 0x810b, 0x0804, 0x3051, 0x2029, 0x007e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7924, 0x7a28, 0x7b2c, 0x7c38, 0xa184, 0xff00, 0x8007, 0xa0e2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0020, 0x0a04, 0x307d, 0xa502, 0x0a04, 0x307d, 0xa184, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa0e2, 0x0020, 0x0a04, 0x307d, 0xa502, 0x0a04, 0x307d, 0xa284,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xff00, 0x8007, 0xa0e2, 0x0020, 0x0a04, 0x307d, 0xa502, 0x0a04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x307d, 0xa284, 0x00ff, 0xa0e2, 0x0020, 0x0a04, 0x307d, 0xa502,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0a04, 0x307d, 0xa384, 0xff00, 0x8007, 0xa0e2, 0x0020, 0x0a04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x307d, 0xa502, 0x0a04, 0x307d, 0xa384, 0x00ff, 0xa0e2, 0x0020,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0a04, 0x307d, 0xa502, 0x0a04, 0x307d, 0xa484, 0xff00, 0x8007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa0e2, 0x0020, 0x0a04, 0x307d, 0xa502, 0x0a04, 0x307d, 0xa484,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0xa0e2, 0x0020, 0x0a04, 0x307d, 0xa502, 0x0a04, 0x307d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2061, 0xc9fe, 0x6102, 0x6206, 0x630a, 0x640e, 0x0804, 0x3051,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x418a, 0x0904, 0x307a, 0x2009, 0x0020, 0x7a2c, 0x7b28,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7c3c, 0x7d38, 0x080c, 0x41cb, 0x701b, 0x4407, 0x0005, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xade8, 0x000d, 0x2001, 0x0138, 0x2003, 0x0000, 0x00e6, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xca69, 0x700c, 0x7110, 0xa106, 0x1de0, 0x00ee, 0x2091, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6800, 0xa005, 0x0904, 0x4499, 0x6804, 0x2008, 0xa18c, 0xffe0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0x4499, 0x680c, 0xa005, 0x0904, 0x4499, 0xa082, 0xff01,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1a04, 0x4499, 0x6810, 0xa082, 0x005c, 0x0a04, 0x4499, 0x6824,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2008, 0xa082, 0x0008, 0x0a04, 0x4499, 0xa182, 0x0400, 0x1a04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4499, 0x080c, 0x7468, 0x6820, 0x8000, 0x6822, 0x6944, 0x6820,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa102, 0x0a04, 0x4499, 0x6828, 0x6944, 0x810c, 0xa102, 0x0a04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4499, 0x6840, 0xa082, 0x000e, 0x1a04, 0x4499, 0x00d6, 0x6848,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x0148, 0x2008, 0x2069, 0xc700, 0x68e4, 0xa108, 0x68ac,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa102, 0x1208, 0x69e6, 0x00de, 0x20a9, 0x0020, 0x2d98, 0x2069,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc781, 0x2da0, 0x53a3, 0x00d6, 0x080c, 0x1607, 0x2d00, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x44b0, 0x684e, 0x080c, 0x732f, 0x05c8, 0x080c, 0x722c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5817, 0x0570, 0x00c6, 0x2061, 0x0100, 0x6104, 0xa18d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x6106, 0x610c, 0xa18d, 0x0300, 0xa18c, 0xffbf, 0x610e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc9d3, 0x200c, 0xa18d, 0x0300, 0xa18c, 0xffbf, 0x2102,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6b10, 0x2061, 0xca69, 0x6316, 0x00ce, 0x2001, 0xc795, 0x2003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x080c, 0x29c8, 0x2001, 0x0138, 0x2102, 0x012e, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3051, 0x080c, 0x29c8, 0x2001, 0x0138, 0x2102, 0x012e, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x307d, 0x080c, 0x7549, 0x080c, 0x7558, 0x080c, 0x721b, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc794, 0x206c, 0x080c, 0x163b, 0x2001, 0xc794, 0x2003, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc739, 0x2003, 0x0010, 0x080c, 0x29c8, 0x2001, 0x0138,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2102, 0x012e, 0x0804, 0x307a, 0x2001, 0xc855, 0x2004, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x0904, 0x307a, 0x080c, 0x775b, 0x1904, 0x307a, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc9e4, 0x2004, 0xa086, 0xaaaa, 0x0138, 0x2001, 0xc734, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x0028, 0x0904, 0x3071, 0x2001, 0xc700, 0x2004, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x1904, 0x307a, 0x7924, 0x810c, 0x7a2c, 0x7b28, 0x7c3c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7d38, 0x080c, 0x418a, 0x0904, 0x307a, 0x080c, 0x41cb, 0x701b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x44ea, 0x0005, 0x080c, 0x9626, 0x0904, 0x307a, 0x2001, 0xc9d2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0x601a, 0x0016, 0x0026, 0x2001, 0xc71b, 0x2004, 0x8007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6934, 0xa105, 0x6836, 0x2001, 0xc71c, 0x2004, 0x8007, 0x683a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002e, 0x001e, 0x2d00, 0x6012, 0x601f, 0x0001, 0x2009, 0x0040,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x96aa, 0x0804, 0x3051, 0x0804, 0x307a, 0x2001, 0xc855,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x200c, 0xa18e, 0x0000, 0x0904, 0x456c, 0x2001, 0x0101, 0x200c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa18c, 0x7fff, 0x2102, 0x2001, 0x0103, 0x200c, 0xa18c, 0xfeff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa18c, 0xfdff, 0xa18d, 0x0040, 0x2102, 0x2001, 0xc9d3, 0x200c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa18c, 0xfeff, 0xa18c, 0xfdff, 0xa18d, 0x0040, 0x2102, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0138, 0x2003, 0x0000, 0x0126, 0x2091, 0x8000, 0x080c, 0x2415,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x0128, 0x20a9, 0x006e, 0x1f04, 0x453c, 0x0ca0, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc855, 0x2003, 0x0000, 0x080c, 0x29c8, 0x2001, 0x0138, 0x2102,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0126, 0x2091, 0x8000, 0x2001, 0xc794, 0x200c, 0x81ff, 0x0138,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2168, 0x080c, 0x163b, 0x2001, 0xc794, 0x2003, 0x0000, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc9d2, 0x200c, 0x81ff, 0x0138, 0x2168, 0x080c, 0x163b, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc9d2, 0x2003, 0x0000, 0x2001, 0xc739, 0x2003, 0x0010, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7549, 0x080c, 0x7558, 0x012e, 0x0804, 0x3051, 0x7824, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xc781, 0x00ee, 0x0804, 0x3051, 0x0006, 0x2001, 0xc752,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xd0cc, 0x000e, 0x0005, 0x0006, 0x2001, 0xc771, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0bc, 0x000e, 0x0005, 0x6164, 0x7a24, 0x6300, 0x82ff, 0x1118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7926, 0x0804, 0x3051, 0x83ff, 0x1904, 0x307d, 0x2001, 0xfff0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa200, 0x1a04, 0x307d, 0x2019, 0xffff, 0x6068, 0xa302, 0xa200,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0a04, 0x307d, 0x7926, 0x6266, 0x0804, 0x3051, 0x2001, 0xc700,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xa086, 0x0003, 0x1904, 0x307a, 0x7c28, 0x7d24, 0x7e38,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7f2c, 0x080c, 0x418a, 0x0904, 0x307a, 0x2009, 0x0000, 0x2019,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x7023, 0x0000, 0x702f, 0x0000, 0xad80, 0x0003, 0x7026,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a0, 0xa1e0, 0xc87a, 0x2c64, 0x8cff, 0x01b8, 0x6004, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0xa086, 0x0006, 0x0130, 0x6004, 0xa084, 0xff00, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0600, 0x1158, 0x6014, 0x20a2, 0x94a0, 0x6010, 0x8007, 0xa105,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8007, 0x20a2, 0x94a0, 0xa398, 0x0002, 0x8108, 0xa182, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0120, 0xa386, 0x002a, 0x0148, 0x08e0, 0x83ff, 0x1120, 0x7120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x810c, 0x0804, 0x3051, 0x702f, 0x0001, 0x711e, 0x7020, 0xa300,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7022, 0x2061, 0xc7f1, 0x6007, 0x0000, 0x6312, 0x7024, 0x600e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6426, 0x652a, 0x662e, 0x6732, 0x2c10, 0x080c, 0x166f, 0x7007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x701b, 0x45fc, 0x0005, 0x702c, 0xa005, 0x1168, 0x711c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7024, 0x20a0, 0x2019, 0x0000, 0x2061, 0xc7f1, 0x6424, 0x6528,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x662c, 0x6730, 0x0804, 0x45b9, 0x7120, 0x810c, 0x0804, 0x3051,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x81ff, 0x1904, 0x307a, 0x60d0, 0xd0ac, 0x1118, 0xd09c, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x307a, 0x080c, 0x418a, 0x0904, 0x307a, 0x7924, 0x7a2c, 0x7b28,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7c3c, 0x7d38, 0x080c, 0x41cb, 0x701b, 0x4627, 0x0005, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xade8, 0x000d, 0x6828, 0xa0be, 0x7000, 0x0148, 0xa0be, 0x7100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0130, 0xa0be, 0x7200, 0x0118, 0x00de, 0x0804, 0x307d, 0x6820,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6924, 0x080c, 0x28fa, 0x1510, 0x080c, 0x5461, 0x11f8, 0x7122,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6612, 0x6516, 0x6e18, 0x00c6, 0x080c, 0x418a, 0x01b8, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x418a, 0x01a0, 0x00ce, 0x00de, 0x6837, 0x0000, 0x6838, 0xc0fd,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x683a, 0x6823, 0x0000, 0x6804, 0x2068, 0x080c, 0xadc3, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x307a, 0x7007, 0x0003, 0x701b, 0x4661, 0x0005, 0x00de, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x307a, 0x7120, 0x080c, 0x2e52, 0x6820, 0xa086, 0x8001, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x307a, 0x2d00, 0x701e, 0x6804, 0xa080, 0x0002, 0x0006, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002a, 0x2098, 0x20a0, 0x080c, 0x5047, 0x000e, 0xade8, 0x000d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6a08, 0x6b0c, 0x6c10, 0x6d14, 0x2061, 0xc7f1, 0x6007, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6e00, 0x6f28, 0xa7c6, 0x7000, 0x1108, 0x0018, 0xa7c6, 0x7100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1140, 0xa6c2, 0x0004, 0x0a04, 0x307d, 0x2009, 0x0004, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x41ce, 0xa7c6, 0x7200, 0x1904, 0x307d, 0xa6c2, 0x0054, 0x0a04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x307d, 0x600e, 0x6013, 0x002a, 0x6226, 0x632a, 0x642e, 0x6532,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2c10, 0x080c, 0x166f, 0x7007, 0x0002, 0x701b, 0x46a8, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x701c, 0x2068, 0x6804, 0xa080, 0x0001, 0x2004, 0xa080, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x20a9, 0x002a, 0x2098, 0x20a0, 0x080c, 0x5047, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x002a, 0x2061, 0xc7f1, 0x6224, 0x6328, 0x642c, 0x6530,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x41ce, 0x81ff, 0x1904, 0x307a, 0x080c, 0x419f, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x307d, 0x080c, 0x5588, 0x0904, 0x307a, 0x080c, 0x56b8, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x307a, 0x701b, 0x3da9, 0x7007, 0x0003, 0x0005, 0x7824, 0xd084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x3d39, 0x080c, 0x41af, 0x0904, 0x307d, 0x00c6, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x418a, 0x00ce, 0x1120, 0x2009, 0x0002, 0x0804, 0x307a, 0x6004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x00ff, 0xa086, 0x0006, 0x0128, 0xa08e, 0x0004, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa08e, 0x0005, 0x1580, 0x2001, 0xc752, 0x2004, 0xd0b4, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3d75, 0x7824, 0xa084, 0xff00, 0xa08e, 0x7e00, 0x0904, 0x3d75,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa08e, 0x7f00, 0x0904, 0x3d75, 0xa08e, 0x8000, 0x0904, 0x3d75,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6000, 0xd08c, 0x1904, 0x3d75, 0x6837, 0x0000, 0x6838, 0xc0fd,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x683a, 0x080c, 0xaddf, 0x1120, 0x2009, 0x0003, 0x0804, 0x307a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7007, 0x0003, 0x701b, 0x471d, 0x0005, 0x080c, 0x41af, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x307d, 0x0804, 0x3d75, 0x2009, 0xc730, 0x210c, 0x81ff, 0x0120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0001, 0x0804, 0x307a, 0x2001, 0xc700, 0x2004, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x0120, 0x2009, 0x0007, 0x0804, 0x307a, 0x2001, 0xc752,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xd0ac, 0x0120, 0x2009, 0x0008, 0x0804, 0x307a, 0x609c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0a4, 0x1118, 0xd0ac, 0x1904, 0x3d75, 0x6837, 0x0000, 0x6833,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x6838, 0xc0fd, 0x683a, 0x080c, 0xae6d, 0x1120, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x0804, 0x307a, 0x7007, 0x0003, 0x701b, 0x4758, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6830, 0xa086, 0x0100, 0x1120, 0x2009, 0x0004, 0x0804, 0x48fb,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x41af, 0x0904, 0x307d, 0x0804, 0x46f3, 0x81ff, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x1904, 0x307a, 0x6000, 0xa086, 0x0003, 0x2009, 0x0007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0x307a, 0x2001, 0xc752, 0x2004, 0xd0ac, 0x2009, 0x0008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0x307a, 0x080c, 0x41af, 0x0904, 0x307d, 0x6004, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0xa086, 0x0006, 0x2009, 0x0009, 0x1904, 0x307a, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x418a, 0x00ce, 0x2009, 0x0002, 0x0904, 0x307a, 0x6837,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x6833, 0x0000, 0x6838, 0xc0fd, 0x683a, 0x7928, 0xa194,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xff00, 0xa18c, 0x00ff, 0xa006, 0x82ff, 0x1128, 0xc0ed, 0x6952,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x792c, 0x6956, 0x0048, 0xa28e, 0x0100, 0x1904, 0x307d, 0xc0e5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6853, 0x0000, 0x6857, 0x0000, 0x683e, 0x080c, 0xb03f, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x0904, 0x307a, 0x7007, 0x0003, 0x701b, 0x47b8, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6830, 0xa086, 0x0100, 0x2009, 0x0004, 0x0904, 0x307a, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3051, 0x81ff, 0x2009, 0x0001, 0x1904, 0x307a, 0x6000, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x2009, 0x0007, 0x1904, 0x307a, 0x080c, 0x41af, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x307d, 0x6004, 0xa084, 0x00ff, 0xa086, 0x0006, 0x2009, 0x0009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0x307a, 0x00c6, 0x080c, 0x418a, 0x00ce, 0x2009, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x307a, 0xad80, 0x000f, 0x2009, 0x0008, 0x7a2c, 0x7b28,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7c3c, 0x7d38, 0x080c, 0x41cb, 0x701b, 0x47ef, 0x0005, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xade8, 0x000f, 0x6800, 0xa086, 0x0500, 0x1140, 0x6804, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1128, 0x6808, 0xa084, 0xff00, 0x1108, 0x0018, 0x00de, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x307d, 0x00de, 0x6837, 0x0000, 0x6833, 0x0000, 0x6838, 0xc0fd,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x683a, 0x00c6, 0x080c, 0x41af, 0x1118, 0x00ce, 0x0804, 0x307d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xb0a9, 0x2009, 0x0003, 0x00ce, 0x0904, 0x307a, 0x7007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x701b, 0x481c, 0x0005, 0x6830, 0xa086, 0x0100, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x0904, 0x307a, 0x0804, 0x3051, 0x81ff, 0x0120, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x0804, 0x307a, 0x6000, 0xa086, 0x0003, 0x0120, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0007, 0x0804, 0x307a, 0x7e24, 0x860f, 0xa18c, 0x00ff, 0xa6b4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x080c, 0x54bd, 0x1904, 0x307d, 0xa186, 0x007f, 0x0150,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6004, 0xa084, 0x00ff, 0xa086, 0x0006, 0x0120, 0x2009, 0x0009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x307a, 0x00c6, 0x080c, 0x418a, 0x00ce, 0x1120, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x0804, 0x307a, 0x6837, 0x0000, 0x6838, 0xc0fd, 0x683a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xadfa, 0x1120, 0x2009, 0x0003, 0x0804, 0x307a, 0x7007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x701b, 0x4864, 0x0005, 0x6808, 0x8007, 0xa086, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1120, 0x2009, 0x0004, 0x0804, 0x307a, 0x68b0, 0x6836, 0x6810,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8007, 0xa084, 0x00ff, 0x800c, 0x6814, 0x8007, 0xa084, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8004, 0xa080, 0x0002, 0xa108, 0xad80, 0x0004, 0x7a2c, 0x7b28,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7c3c, 0x7d38, 0x0804, 0x41ce, 0x080c, 0x418a, 0x1120, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x0804, 0x307a, 0x7924, 0xa194, 0xff00, 0xa18c, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8217, 0x82ff, 0x0110, 0x0804, 0x307d, 0x2009, 0x001a, 0x7a2c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7b28, 0x7c3c, 0x7d38, 0x080c, 0x41cb, 0x701b, 0x48a0, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xad80, 0x000d, 0x2098, 0x20a9, 0x001a, 0x20a1, 0xca0c, 0x53a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x3051, 0x080c, 0x418a, 0x1120, 0x2009, 0x0002, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x307a, 0x7924, 0xa194, 0xff00, 0xa18c, 0x00ff, 0x8217, 0x82ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0110, 0x0804, 0x307d, 0x2099, 0xca0c, 0x20a0, 0x20a9, 0x001a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x53a3, 0x2009, 0x001a, 0x7a2c, 0x7b28, 0x7c3c, 0x7d38, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x41ce, 0x7824, 0xa08a, 0x1000, 0x1a04, 0x307d, 0x0126, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x8003, 0x800b, 0x810b, 0xa108, 0x00c6, 0x2061, 0xca39,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6142, 0x00ce, 0x012e, 0x0804, 0x3051, 0x00c6, 0x080c, 0x609a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1188, 0x2001, 0xc9e5, 0x2003, 0x0001, 0x2001, 0xc700, 0x2003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0xa085, 0x0001, 0x080c, 0x60e8, 0x080c, 0x5fd2, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1537, 0x0038, 0x2061, 0xc700, 0x6030, 0xc09d, 0x6032, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4fd7, 0x00ce, 0x0005, 0x6868, 0xa086, 0x000d, 0x1904, 0x307a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2021, 0x4005, 0x0126, 0x2091, 0x8000, 0x0e04, 0x490a, 0x7818,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd084, 0x0110, 0x012e, 0x0cb0, 0x7823, 0x4005, 0x6968, 0x7926,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6974, 0x793a, 0x6978, 0x793e, 0x2001, 0x007f, 0x2003, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x41be, 0x781b, 0x0001, 0x2091, 0x4080, 0x7007, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x5000, 0x012e, 0x0005, 0x0126, 0x2091, 0x8000, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2061, 0xca39, 0x7924, 0x6152, 0x614e, 0x6057, 0x0000, 0x604b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0009, 0x7838, 0x606a, 0x783c, 0x6066, 0x7828, 0x6062, 0x782c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x605e, 0x2061, 0xc9e6, 0x2001, 0xca4e, 0x600e, 0x6013, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6017, 0x0002, 0x6007, 0x0000, 0x6037, 0x0000, 0x00ce, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x3051, 0x0126, 0x00c6, 0x00e6, 0x2061, 0x0100, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc700, 0x6044, 0xd0a4, 0x11b0, 0xd084, 0x0118, 0x080c, 0x4ac1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0068, 0xd08c, 0x0118, 0x080c, 0x49e2, 0x0040, 0xd094, 0x0118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x49b3, 0x0018, 0xd09c, 0x0108, 0x0061, 0x00ee, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x0005, 0x0016, 0x6128, 0xd19c, 0x1110, 0xc19d, 0x612a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x0ca0, 0x624c, 0xa286, 0xf0f0, 0x1150, 0x6048, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xf0f0, 0x0130, 0x624a, 0x6043, 0x0090, 0x6043, 0x0010, 0x0490,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa294, 0xff00, 0xa296, 0xf700, 0x0178, 0x7134, 0xd1a4, 0x1160,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6240, 0xa295, 0x0100, 0x6242, 0xa294, 0x0010, 0x0128, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00f7, 0x080c, 0x5067, 0x00f0, 0x6040, 0xa084, 0x0010, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0040, 0x6042, 0x6043, 0x0000, 0x7077, 0x0000, 0x7093, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x70b7, 0x0000, 0x70d3, 0x0000, 0x2009, 0xcec0, 0x200b, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7087, 0x0000, 0x707b, 0x000a, 0x2009, 0x000a, 0x2011, 0x4f8d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7117, 0x0005, 0x0156, 0x2001, 0xc773, 0x2004, 0xd08c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0110, 0x704f, 0xffff, 0x7078, 0xa005, 0x1510, 0x2011, 0x4f8d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x708b, 0x6040, 0xa094, 0x0010, 0xa285, 0x0020, 0x6042,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x00c8, 0x6044, 0xd08c, 0x1168, 0x1f04, 0x49ca, 0x6242,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x708b, 0x0000, 0x6040, 0xa094, 0x0010, 0xa285, 0x0080, 0x6042,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6242, 0x0030, 0x6242, 0x708b, 0x0000, 0x707f, 0x0000, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x015e, 0x0005, 0x707c, 0xa08a, 0x0003, 0x1210, 0x0023, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x1537, 0x0005, 0x49ee, 0x4a3e, 0x4ac0, 0x00f6, 0x707f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x20e1, 0xa000, 0xe000, 0x20e1, 0x8700, 0x080c, 0x24c4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x9080, 0x20e1, 0x4000, 0x2079, 0xcd00, 0x207b, 0x2200,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7807, 0x00ef, 0x780b, 0x0000, 0x780f, 0x00ef, 0x7813, 0x0138,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7817, 0x0000, 0x781b, 0x0000, 0x781f, 0x0000, 0x7823, 0xffff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7827, 0xffff, 0x782b, 0x0000, 0x782f, 0x0000, 0x2079, 0xcd0c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x207b, 0x1101, 0x7807, 0x0000, 0x2099, 0xc705, 0x20a1, 0xcd0e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x0004, 0x53a3, 0x2079, 0xcd12, 0x207b, 0x0000, 0x7807,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x2099, 0xcd00, 0x20a1, 0x020b, 0x20a9, 0x0014, 0x53a6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x60c3, 0x000c, 0x600f, 0x0000, 0x080c, 0x4fbe, 0x00fe, 0x7083,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x6043, 0x0008, 0x6043, 0x0000, 0x0005, 0x00d6, 0x7080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7083, 0x0000, 0xa025, 0x0904, 0x4aa8, 0x6020, 0xd0b4, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4aa6, 0x7190, 0x81ff, 0x0904, 0x4a96, 0xa486, 0x000c, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4aa1, 0xa480, 0x0018, 0x8004, 0x20a8, 0x2011, 0xcd80, 0x2019,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd00, 0x220c, 0x2304, 0xa106, 0x11b8, 0x8210, 0x8318, 0x1f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4a59, 0x6043, 0x0004, 0x608b, 0xbc94, 0x608f, 0xf0f0, 0x6043,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x707f, 0x0002, 0x708b, 0x0002, 0x2009, 0x07d0, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4f94, 0x080c, 0x7117, 0x0490, 0x2069, 0xcd80, 0x6930, 0xa18e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1101, 0x1538, 0x6834, 0xa005, 0x1520, 0x6900, 0xa18c, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1118, 0x6804, 0xa005, 0x0190, 0x2011, 0xcd8e, 0x2019, 0xc705,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x0004, 0x220c, 0x2304, 0xa102, 0x0230, 0x1190, 0x8210,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8318, 0x1f04, 0x4a8a, 0x0068, 0x7093, 0x0000, 0x20e1, 0x9080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x4000, 0x2099, 0xcd80, 0x20a1, 0x020b, 0x20a9, 0x0014,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x53a6, 0x6043, 0x0008, 0x6043, 0x0000, 0x0010, 0x00de, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6040, 0xa085, 0x0100, 0x6042, 0x6020, 0xd0b4, 0x1db8, 0x60c3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000c, 0x2011, 0xca30, 0x2013, 0x0000, 0x7083, 0x0000, 0x20e1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9080, 0x60a3, 0x0056, 0x60a7, 0x9575, 0x080c, 0x8cbb, 0x0c30,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x7088, 0xa08a, 0x001d, 0x1210, 0x0023, 0x0010, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1537, 0x0005, 0x4af4, 0x4b03, 0x4b2b, 0x4b44, 0x4b68, 0x4b90,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4bb4, 0x4be5, 0x4c09, 0x4c31, 0x4c68, 0x4c90, 0x4cac, 0x4cc2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4ce2, 0x4cf5, 0x4cfd, 0x4d2a, 0x4d4e, 0x4d76, 0x4d9a, 0x4dcb,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4e08, 0x4e37, 0x4e53, 0x4e92, 0x4eb2, 0x4ecb, 0x4ecc, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2061, 0xc700, 0x6003, 0x0007, 0x2061, 0x0100, 0x6004, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xfff9, 0x6006, 0x00ce, 0x0005, 0x608b, 0xbc94, 0x608f, 0xf0f0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6043, 0x0002, 0x708b, 0x0001, 0x2009, 0x07d0, 0x2011, 0x4f94,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7117, 0x0005, 0x00f6, 0x7080, 0xa086, 0x0014, 0x1508,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6043, 0x0000, 0x6020, 0xd0b4, 0x11e0, 0x2079, 0xcd80, 0x7a30,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa296, 0x1102, 0x11a0, 0x7834, 0xa005, 0x1188, 0x7a38, 0xd2fc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0128, 0x70b4, 0xa005, 0x1110, 0x70b7, 0x0001, 0x2011, 0x4f94,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x708b, 0x708b, 0x0010, 0x080c, 0x4cfd, 0x0010, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4fd7, 0x00fe, 0x0005, 0x708b, 0x0003, 0x6043, 0x0004, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4f94, 0x080c, 0x708b, 0x080c, 0x504f, 0x20a3, 0x1102, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x20a9, 0x000a, 0x20a3, 0x0000, 0x1f04, 0x4b3b, 0x60c3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0014, 0x080c, 0x4fbe, 0x0005, 0x00f6, 0x7080, 0xa005, 0x01f0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0x4f94, 0x080c, 0x708b, 0xa086, 0x0014, 0x11a8, 0x2079,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd80, 0x7a30, 0xa296, 0x1102, 0x1178, 0x7834, 0xa005, 0x1160,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7a38, 0xd2fc, 0x0128, 0x70b4, 0xa005, 0x1110, 0x70b7, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x708b, 0x0004, 0x0029, 0x0010, 0x080c, 0x4fd7, 0x00fe, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x708b, 0x0005, 0x080c, 0x504f, 0x20a3, 0x1103, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3430, 0x2011, 0xcd8e, 0x080c, 0x50a0, 0x1160, 0x7074, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1148, 0x714c, 0xa186, 0xffff, 0x0128, 0x080c, 0x4f58, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x507e, 0x20a9, 0x0008, 0x2298, 0x26a0, 0x53a6, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x20a3, 0x0000, 0x60c3, 0x0014, 0x080c, 0x4fbe, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00f6, 0x7080, 0xa005, 0x01f0, 0x2011, 0x4f94, 0x080c, 0x708b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0014, 0x11a8, 0x2079, 0xcd80, 0x7a30, 0xa296, 0x1103,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1178, 0x7834, 0xa005, 0x1160, 0x7a38, 0xd2fc, 0x0128, 0x70b4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x1110, 0x70b7, 0x0001, 0x708b, 0x0006, 0x0029, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x4fd7, 0x00fe, 0x0005, 0x708b, 0x0007, 0x080c, 0x504f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x1104, 0x20a3, 0x0000, 0x3430, 0x2011, 0xcd8e, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x50a0, 0x11a8, 0x7074, 0xa005, 0x1190, 0x7154, 0xa186, 0xffff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0170, 0xa180, 0x2e6b, 0x200d, 0xa18c, 0xff00, 0x810f, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4f58, 0x0128, 0x080c, 0x457c, 0x0110, 0x080c, 0x2944, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0008, 0x2298, 0x26a0, 0x53a6, 0x20a3, 0x0000, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x60c3, 0x0014, 0x080c, 0x4fbe, 0x0005, 0x00f6, 0x7080, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x01f0, 0x2011, 0x4f94, 0x080c, 0x708b, 0xa086, 0x0014, 0x11a8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2079, 0xcd80, 0x7a30, 0xa296, 0x1104, 0x1178, 0x7834, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1160, 0x7a38, 0xd2fc, 0x0128, 0x70b4, 0xa005, 0x1110, 0x70b7,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x708b, 0x0008, 0x0029, 0x0010, 0x080c, 0x4fd7, 0x00fe,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x708b, 0x0009, 0x080c, 0x504f, 0x20a3, 0x1105, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0100, 0x3430, 0x080c, 0x50a0, 0x1150, 0x7074, 0xa005, 0x1138,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x4ecd, 0x1170, 0xa085, 0x0001, 0x080c, 0x2944, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0008, 0x2099, 0xcd8e, 0x26a0, 0x53a6, 0x20a3, 0x0000, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x60c3, 0x0014, 0x080c, 0x4fbe, 0x0010, 0x080c, 0x4ae7,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00f6, 0x7080, 0xa005, 0x0588, 0x2011, 0x4f94, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x708b, 0xa086, 0x0014, 0x1540, 0x2079, 0xcd80, 0x7a30, 0xa296,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1105, 0x1510, 0x7834, 0x2011, 0x0100, 0xa21e, 0x1160, 0x7a38,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd2fc, 0x0128, 0x70b4, 0xa005, 0x1110, 0x70b7, 0x0001, 0x708b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000a, 0x00b1, 0x0098, 0xa005, 0x1178, 0x7a38, 0xd2fc, 0x0128,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x70b4, 0xa005, 0x1110, 0x70b7, 0x0001, 0x7087, 0x0000, 0x708b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0x080c, 0x4ce2, 0x0010, 0x080c, 0x4fd7, 0x00fe, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x708b, 0x000b, 0x2011, 0xcd0e, 0x22a0, 0x20a9, 0x0040, 0x2019,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xffff, 0x43a4, 0x20a9, 0x0002, 0x2009, 0x0000, 0x41a4, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x504f, 0x20a3, 0x1106, 0x20a3, 0x0000, 0x080c, 0x50a0, 0x0118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2013, 0x0000, 0x0020, 0x7050, 0xa085, 0x0100, 0x2012, 0x2298,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x0042, 0x53a6, 0x60c3, 0x0084, 0x080c, 0x4fbe, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00f6, 0x7080, 0xa005, 0x01b0, 0x2011, 0x4f94, 0x080c, 0x708b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0084, 0x1168, 0x2079, 0xcd80, 0x7a30, 0xa296, 0x1106,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1138, 0x7834, 0xa005, 0x1120, 0x708b, 0x000c, 0x0029, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x4fd7, 0x00fe, 0x0005, 0x708b, 0x000d, 0x080c, 0x504f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x1107, 0x20a3, 0x0000, 0x2099, 0xcd8e, 0x20a9, 0x0040,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x53a6, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x60c3, 0x0084, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4fbe, 0x0005, 0x00f6, 0x7080, 0xa005, 0x01d0, 0x2011, 0x4f94,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x708b, 0xa086, 0x0084, 0x1188, 0x2079, 0xcd80, 0x7a30,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa296, 0x1107, 0x1158, 0x7834, 0xa005, 0x1140, 0x7087, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5041, 0x708b, 0x000e, 0x0029, 0x0010, 0x080c, 0x4fd7,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00fe, 0x0005, 0x708b, 0x000f, 0x7083, 0x0000, 0x608b, 0xbc85,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x608f, 0xb5b5, 0x6043, 0x0005, 0x6043, 0x0004, 0x2009, 0x07d0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0x4f94, 0x080c, 0x707f, 0x0005, 0x7080, 0xa005, 0x0120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0x4f94, 0x080c, 0x708b, 0x0005, 0x708b, 0x0011, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x50a0, 0x1188, 0x716c, 0x81ff, 0x0170, 0x2009, 0x0000, 0x7070,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x00ff, 0x080c, 0x28fa, 0xa186, 0x0080, 0x0120, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd8e, 0x080c, 0x4f58, 0x20e1, 0x9080, 0x20e1, 0x4000, 0x2099,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd80, 0x20a1, 0x020b, 0x7480, 0xa480, 0x0018, 0xa080, 0x0007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x03f8, 0x8004, 0x20a8, 0x53a6, 0x60c3, 0x0014, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4fbe, 0x0005, 0x00f6, 0x7080, 0xa005, 0x01f0, 0x2011, 0x4f94,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x708b, 0xa086, 0x0014, 0x11a8, 0x2079, 0xcd80, 0x7a30,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa296, 0x1103, 0x1178, 0x7834, 0xa005, 0x1160, 0x7a38, 0xd2fc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0128, 0x70b4, 0xa005, 0x1110, 0x70b7, 0x0001, 0x708b, 0x0012,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0029, 0x0010, 0x080c, 0x4fd7, 0x00fe, 0x0005, 0x708b, 0x0013,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x505b, 0x20a3, 0x1103, 0x20a3, 0x0000, 0x3430, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd8e, 0x080c, 0x50a0, 0x1160, 0x7074, 0xa005, 0x1148, 0x714c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa186, 0xffff, 0x0128, 0x080c, 0x4f58, 0x0110, 0x080c, 0x507e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x0008, 0x2298, 0x26a0, 0x53a6, 0x20a3, 0x0000, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x60c3, 0x0014, 0x080c, 0x4fbe, 0x0005, 0x00f6, 0x7080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x01f0, 0x2011, 0x4f94, 0x080c, 0x708b, 0xa086, 0x0014,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x11a8, 0x2079, 0xcd80, 0x7a30, 0xa296, 0x1104, 0x1178, 0x7834,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x1160, 0x7a38, 0xd2fc, 0x0128, 0x70b4, 0xa005, 0x1110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x70b7, 0x0001, 0x708b, 0x0014, 0x0029, 0x0010, 0x080c, 0x4fd7,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00fe, 0x0005, 0x708b, 0x0015, 0x080c, 0x505b, 0x20a3, 0x1104,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0000, 0x3430, 0x2011, 0xcd8e, 0x080c, 0x50a0, 0x11a8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7074, 0xa005, 0x1190, 0x7154, 0xa186, 0xffff, 0x0170, 0xa180,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2e6b, 0x200d, 0xa18c, 0xff00, 0x810f, 0x080c, 0x4f58, 0x0128,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x457c, 0x0110, 0x080c, 0x2944, 0x20a9, 0x0008, 0x2298,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x26a0, 0x53a6, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x60c3, 0x0014,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x4fbe, 0x0005, 0x00f6, 0x7080, 0xa005, 0x05b8, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4f94, 0x080c, 0x708b, 0xa086, 0x0014, 0x1570, 0x2079, 0xcd80,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7a30, 0xa296, 0x1105, 0x1540, 0x7834, 0x2011, 0x0100, 0xa21e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1148, 0x7a38, 0xd2fc, 0x0128, 0x70b4, 0xa005, 0x1110, 0x70b7,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x0060, 0xa005, 0x11c0, 0x7a38, 0xd2fc, 0x0128, 0x70b4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x1110, 0x70b7, 0x0001, 0x7087, 0x0000, 0x7a38, 0xd2f4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0138, 0x2001, 0xc773, 0x2004, 0xd0a4, 0x1110, 0x70d3, 0x0008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x708b, 0x0016, 0x0029, 0x0010, 0x080c, 0x4fd7, 0x00fe, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x9080, 0x20e1, 0x4000, 0x2099, 0xcd80, 0x20a1, 0x020b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x000e, 0x53a6, 0x3430, 0x2011, 0xcd8e, 0x708b, 0x0017,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x50a0, 0x1150, 0x7074, 0xa005, 0x1138, 0x080c, 0x4ecd,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1170, 0xa085, 0x0001, 0x080c, 0x2944, 0x20a9, 0x0008, 0x2099,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd8e, 0x26a0, 0x53a6, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x60c3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0014, 0x080c, 0x4fbe, 0x0010, 0x080c, 0x4ae7, 0x0005, 0x00f6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7080, 0xa005, 0x01b0, 0x2011, 0x4f94, 0x080c, 0x708b, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0084, 0x1168, 0x2079, 0xcd80, 0x7a30, 0xa296, 0x1106, 0x1138,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7834, 0xa005, 0x1120, 0x708b, 0x0018, 0x0029, 0x0010, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4fd7, 0x00fe, 0x0005, 0x708b, 0x0019, 0x080c, 0x505b, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1106, 0x20a3, 0x0000, 0x3430, 0x2099, 0xcd8e, 0x2039, 0xcd0e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x27a0, 0x20a9, 0x0040, 0x53a3, 0x080c, 0x50a0, 0x11e8, 0x2728,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2514, 0x8207, 0xa084, 0x00ff, 0x8000, 0x2018, 0xa294, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8007, 0xa205, 0x202a, 0x7050, 0x2310, 0x8214, 0xa2a0, 0xcd0e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2414, 0xa38c, 0x0001, 0x0118, 0xa294, 0xff00, 0x0018, 0xa294,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x8007, 0xa215, 0x2222, 0x2798, 0x26a0, 0x20a9, 0x0040,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x53a6, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x60c3, 0x0084, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4fbe, 0x0005, 0x00f6, 0x7080, 0xa005, 0x01d0, 0x2011, 0x4f94,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x708b, 0xa086, 0x0084, 0x1188, 0x2079, 0xcd80, 0x7a30,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa296, 0x1107, 0x1158, 0x7834, 0xa005, 0x1140, 0x7087, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5041, 0x708b, 0x001a, 0x0029, 0x0010, 0x080c, 0x4fd7,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00fe, 0x0005, 0x708b, 0x001b, 0x20e1, 0x9080, 0x20e1, 0x4000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2099, 0xcd80, 0x20a1, 0x020b, 0x7480, 0xa480, 0x0018, 0xa080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0007, 0xa084, 0x03f8, 0x8004, 0x20a8, 0x53a6, 0x60c3, 0x0084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x4fbe, 0x0005, 0x0005, 0x0005, 0x0086, 0x0096, 0x2029,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc752, 0x252c, 0x20a9, 0x0008, 0x2041, 0xcd0e, 0x28a0, 0x2099,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd8e, 0x53a3, 0x20a9, 0x0008, 0x2011, 0x0007, 0xd5d4, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0x0000, 0x2800, 0xa200, 0x200c, 0xa1a6, 0xffff, 0x1148,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd5d4, 0x0110, 0x8210, 0x0008, 0x8211, 0x1f04, 0x4ee2, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4f50, 0x82ff, 0x1160, 0xd5d4, 0x0120, 0xa1a6, 0x3fff, 0x0d90,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0020, 0xa1a6, 0x3fff, 0x0904, 0x4f50, 0xa18d, 0xc000, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x2019, 0x0001, 0xd5d4, 0x0110, 0x2019, 0x0010, 0x2120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd5d4, 0x0110, 0x8423, 0x0008, 0x8424, 0x1240, 0xd5d4, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8319, 0x0008, 0x8318, 0x1f04, 0x4f08, 0x04d0, 0x23a8, 0x2021,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x8426, 0x8425, 0x1f04, 0x4f1a, 0x2328, 0x8529, 0xa2be,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0007, 0x0158, 0x0006, 0x2039, 0x0007, 0x2200, 0xa73a, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x27a8, 0xa5a8, 0x0010, 0x1f04, 0x4f29, 0x754e, 0xa5c8, 0x2e6b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x292d, 0xa5ac, 0x00ff, 0x7572, 0x6532, 0x6536, 0x0016, 0x2508,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x2924, 0x001e, 0x60e7, 0x0000, 0x65ea, 0x2018, 0x2304,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa405, 0x201a, 0x7077, 0x0001, 0x26a0, 0x2898, 0x20a9, 0x0008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x53a6, 0x20a3, 0x0000, 0x20a3, 0x0000, 0xa085, 0x0001, 0x0028,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa006, 0x0018, 0xa006, 0x080c, 0x1537, 0x009e, 0x008e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2118, 0x2021, 0x0000, 0x2001, 0x0007, 0xa39a, 0x0010, 0x0218,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8420, 0x8001, 0x0cd0, 0x2118, 0x84ff, 0x0120, 0xa39a, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8421, 0x1de0, 0x2021, 0x0001, 0x83ff, 0x0118, 0x8423, 0x8319,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1de8, 0xa238, 0x2704, 0xa42c, 0x11b8, 0xa405, 0x203a, 0x714e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa1a0, 0x2e6b, 0x242d, 0xa5ac, 0x00ff, 0x7572, 0x6532, 0x6536,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x2508, 0x080c, 0x2924, 0x001e, 0x60e7, 0x0000, 0x65ea,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7077, 0x0001, 0xa084, 0x0000, 0x0005, 0x00e6, 0x2071, 0xc700,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x707b, 0x0000, 0x00ee, 0x0005, 0x00e6, 0x00f6, 0x2079, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0x0140, 0x080c, 0x8cc4, 0x7004, 0xa084, 0x4000, 0x0120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7003, 0x1000, 0x7003, 0x0000, 0x0126, 0x2091, 0x8000, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc722, 0x2073, 0x0000, 0x7840, 0x0026, 0x0016, 0x2009, 0x00f7,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5067, 0x001e, 0xa094, 0x0010, 0xa285, 0x0080, 0x7842,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7a42, 0x002e, 0x012e, 0x00fe, 0x00ee, 0x0005, 0x0126, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x2011, 0xca30, 0x2013, 0x0000, 0x7083, 0x0000, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x9080, 0x60a3, 0x0056, 0x60a7, 0x9575, 0x080c, 0x8cbb,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x07d0, 0x2011, 0x4f94, 0x080c, 0x7117, 0x0005, 0x0016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x00c6, 0x0126, 0x2091, 0x8000, 0x2011, 0x0003, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8fb1, 0x2011, 0x0002, 0x080c, 0x8fbb, 0x080c, 0x8ea3, 0x0036,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2019, 0x0000, 0x080c, 0x8f2e, 0x003e, 0x2009, 0x00f7, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5067, 0x2061, 0xca39, 0x601b, 0x0000, 0x601f, 0x0000, 0x2061,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc700, 0x6003, 0x0001, 0x2061, 0x0100, 0x6043, 0x0090, 0x6043,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x2009, 0x002d, 0x2011, 0x500c, 0x080c, 0x707f, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x002e, 0x001e, 0x0005, 0x00e6, 0x0006, 0x0126, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x2071, 0x0100, 0x080c, 0x8cc4, 0x2071, 0x0140, 0x7004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x4000, 0x0120, 0x7003, 0x1000, 0x7003, 0x0000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x60a2, 0x01a8, 0x080c, 0x60c0, 0x1190, 0x2001, 0xc9e4, 0x2003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xaaaa, 0x0016, 0x080c, 0x29c8, 0x2001, 0xc9d5, 0x2102, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc9e5, 0x2003, 0x0000, 0x080c, 0x5fd2, 0x0030, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x080c, 0x28a0, 0x080c, 0x4fd7, 0x012e, 0x000e, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x20a9, 0x0040, 0x20a1, 0xcec0, 0x2099, 0xcd8e, 0x3304,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8007, 0x20a2, 0x9398, 0x94a0, 0x1f04, 0x5047, 0x0005, 0x20e1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9080, 0x20e1, 0x4000, 0x2099, 0xcd00, 0x20a1, 0x020b, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000c, 0x53a6, 0x0005, 0x20e1, 0x9080, 0x20e1, 0x4000, 0x2099,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd80, 0x20a1, 0x020b, 0x20a9, 0x000c, 0x53a6, 0x0005, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x2061, 0x0100, 0x810f, 0x2001, 0xc730, 0x2004, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1138, 0x2001, 0xc714, 0x2004, 0xa084, 0x00ff, 0xa105, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa185, 0x00f7, 0x604a, 0x000e, 0x00ce, 0x0005, 0x0016, 0x0046,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc752, 0x2004, 0xd0a4, 0x0158, 0xa006, 0x2020, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002a, 0x080c, 0xc1b8, 0x2001, 0xc70c, 0x200c, 0xc195, 0x2102,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2019, 0x002a, 0x2009, 0x0000, 0x080c, 0x2d31, 0x004e, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x080c, 0x4fd7, 0x708b, 0x0000, 0x7083, 0x0000, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x2001, 0xc70c, 0x2004, 0xd09c, 0x0100, 0x000e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x0016, 0x0126, 0x2091, 0x8000, 0x2001, 0x0101, 0x200c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa18d, 0x0006, 0x2102, 0x012e, 0x001e, 0x000e, 0x0005, 0x0156,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x00ff, 0x2009, 0xc87a, 0xa006, 0x200a, 0x8108, 0x1f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x50bd, 0x015e, 0x0005, 0x00d6, 0x0036, 0x0156, 0x0136, 0x0146,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2069, 0xc751, 0xa006, 0x6002, 0x6007, 0x0707, 0x600a, 0x600e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6012, 0xa198, 0x2e6b, 0x231d, 0xa39c, 0x00ff, 0x6316, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0xac98, 0x0006, 0x23a0, 0x40a4, 0x20a9, 0x0004, 0xac98,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000a, 0x23a0, 0x40a4, 0x603e, 0x6042, 0x604e, 0x6052, 0x6056,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x605a, 0x605e, 0x6062, 0x6066, 0x606a, 0x606e, 0x6072, 0x6076,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x607a, 0x607e, 0x6082, 0x6086, 0x608a, 0x608e, 0x6092, 0x6096,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x609a, 0x609e, 0x60be, 0x61a2, 0x00d6, 0x60a4, 0xa06d, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x163b, 0x60a7, 0x0000, 0x60a8, 0xa06d, 0x0110, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x163b, 0x60ab, 0x0000, 0x00de, 0xa006, 0x604a, 0x6810, 0x603a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x680c, 0x6046, 0xa006, 0x60b2, 0x60ae, 0x60b6, 0x60bb, 0x0520,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6814, 0xa084, 0x00ff, 0x6042, 0x014e, 0x013e, 0x015e, 0x003e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x0005, 0x0126, 0x2091, 0x8000, 0x6944, 0x6e48, 0xa684,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3fff, 0xa082, 0x4000, 0x1a04, 0x51d8, 0xa18c, 0xff00, 0x810f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa182, 0x00ff, 0x1a04, 0x51dd, 0x2001, 0xc70c, 0x2004, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x01c0, 0x2001, 0xc70c, 0x2004, 0xd084, 0x1904, 0x51c0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa188, 0xc87a, 0x2104, 0xa065, 0x0904, 0x51c0, 0x6004, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0xa08e, 0x0006, 0x1904, 0x51c0, 0x6000, 0xd0bc, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x51c0, 0x0068, 0xa188, 0xc87a, 0x2104, 0xa065, 0x0904, 0x51a4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6004, 0xa084, 0x00ff, 0xa08e, 0x0006, 0x1904, 0x51a9, 0x60a4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa00d, 0x0118, 0x080c, 0x56eb, 0x05d0, 0x60a8, 0xa00d, 0x0188,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5735, 0x1170, 0x694c, 0xd1fc, 0x1118, 0x080c, 0x53f2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0448, 0x080c, 0x53b4, 0x694c, 0xd1ec, 0x1520, 0x080c, 0x55df,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0408, 0x694c, 0xa184, 0xa000, 0x0178, 0xd1ec, 0x0140, 0xd1fc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0118, 0x080c, 0x55ee, 0x0028, 0x080c, 0x55ee, 0x0028, 0xd1fc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0118, 0x080c, 0x53b4, 0x0070, 0x6050, 0xa00d, 0x0130, 0x2d00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x200a, 0x6803, 0x0000, 0x6052, 0x0028, 0x2d00, 0x6052, 0x604e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6803, 0x0000, 0x080c, 0x7a52, 0xa006, 0x012e, 0x0005, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x2009, 0x0000, 0x04e8, 0x2001, 0x0028, 0x2009, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x04c0, 0xa082, 0x0006, 0x12a0, 0x2001, 0xc734, 0x2004, 0xd0ac,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1160, 0x60a0, 0xd0bc, 0x1148, 0x6100, 0xd1fc, 0x0904, 0x515f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0029, 0x2009, 0x1000, 0x0420, 0x2001, 0x0028, 0x00a8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0xc70c, 0x210c, 0xd18c, 0x0118, 0x2001, 0x0004, 0x0068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd184, 0x0118, 0x2001, 0x0004, 0x0040, 0x2001, 0x0029, 0x6100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd1fc, 0x0118, 0x2009, 0x1000, 0x0060, 0x2009, 0x0000, 0x0048,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0029, 0x2009, 0x0000, 0x0020, 0x2001, 0x0029, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0xa005, 0x012e, 0x0005, 0x00e6, 0x0126, 0x2091, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6844, 0xa084, 0xff00, 0xa08e, 0xff00, 0x1120, 0x2001, 0xc9d2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2064, 0x0080, 0x6844, 0x8007, 0xa084, 0x00ff, 0x2008, 0xa182,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x1698, 0xa188, 0xc87a, 0x2104, 0xa065, 0x01d8, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x586f, 0x11d8, 0x2c70, 0x080c, 0x9626, 0x0568, 0x2e00, 0x601a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d00, 0x6012, 0x601f, 0x0009, 0x600b, 0x0000, 0x6844, 0xa08e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xff00, 0x1110, 0x600b, 0x8000, 0x2009, 0x0100, 0x080c, 0x96aa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa006, 0x00b0, 0x2001, 0x0028, 0x0090, 0x2009, 0xc70c, 0x210c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd18c, 0x0118, 0x2001, 0x0004, 0x0038, 0xd184, 0x0118, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x0010, 0x2001, 0x0029, 0x0010, 0x2001, 0x0029, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x00ee, 0x0005, 0x2001, 0x002c, 0x0cc8, 0x00e6, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x8000, 0x6844, 0x8007, 0xa084, 0x00ff, 0x2008, 0xa182,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x1a04, 0x5289, 0xa188, 0xc87a, 0x2104, 0xa065, 0x01c0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6004, 0xa084, 0x00ff, 0xa08e, 0x0006, 0x11a8, 0x2c70, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9626, 0x05e8, 0x2e00, 0x601a, 0x2d00, 0x6012, 0x600b, 0xffff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x601f, 0x000a, 0x2009, 0x0003, 0x080c, 0x96aa, 0xa006, 0x0460,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0028, 0x0440, 0xa082, 0x0006, 0x1298, 0x2001, 0xc734,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xd0ac, 0x1158, 0x60a0, 0xd0bc, 0x1140, 0x6100, 0xd1fc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x09e8, 0x2001, 0x0029, 0x2009, 0x1000, 0x00a8, 0x2001, 0x0028,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0090, 0x2009, 0xc70c, 0x210c, 0xd18c, 0x0118, 0x2001, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0050, 0xd184, 0x0118, 0x2001, 0x0004, 0x0028, 0x2001, 0x0029,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x2001, 0x0029, 0xa005, 0x012e, 0x00ee, 0x0005, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002c, 0x0cc8, 0x00f6, 0x00e6, 0x0126, 0x2091, 0x8000, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x2079, 0xc700, 0x6944, 0xa18c, 0xff00, 0x810f, 0xa182,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x1a04, 0x5358, 0x2001, 0xc70c, 0x2004, 0xa084, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0x5346, 0x080c, 0x54bd, 0x1180, 0x6004, 0xa084, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa082, 0x0006, 0x1250, 0x2001, 0xc734, 0x2004, 0xd0ac, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5341, 0x60a0, 0xd0bc, 0x1904, 0x5341, 0x6864, 0xa0c6, 0x006f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0118, 0x2008, 0x0804, 0x5309, 0x6968, 0x2140, 0xa18c, 0xff00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x810f, 0x78d0, 0xd0ac, 0x1118, 0xa182, 0x0080, 0x06d0, 0xa182,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x16b8, 0x6a70, 0x6b6c, 0x786c, 0xa306, 0x1160, 0x7870,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa24e, 0x1118, 0x2208, 0x2310, 0x0460, 0xa9cc, 0xff00, 0x1118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2208, 0x2310, 0x0430, 0x080c, 0x40d2, 0x2c70, 0x0550, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x2011, 0x0000, 0xa0c6, 0x4000, 0x1160, 0x0006, 0x2e60,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5760, 0x1108, 0xc185, 0x7000, 0xd0bc, 0x0108, 0xc18d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0x0088, 0xa0c6, 0x4007, 0x1110, 0x2408, 0x0060, 0xa0c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4008, 0x1118, 0x2708, 0x2610, 0x0030, 0xa0c6, 0x4009, 0x1108,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x2001, 0x4006, 0x6866, 0x696a, 0x6a6e, 0x2001, 0x0030,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0458, 0x080c, 0x9626, 0x1138, 0x2001, 0x4005, 0x2009, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0x0000, 0x0c80, 0x2e00, 0x601a, 0x080c, 0xb03e, 0x2d00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6012, 0x601f, 0x0001, 0xa006, 0xd88c, 0x0110, 0x2001, 0x4000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x683a, 0x0126, 0x2091, 0x8000, 0x080c, 0x2d65, 0x012e, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x080c, 0x53ff, 0x2001, 0x0002, 0x080c, 0x5411, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x080c, 0x96aa, 0xa006, 0xa005, 0x012e, 0x00ee, 0x00fe,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x2001, 0x0028, 0x2009, 0x0000, 0x0cb0, 0x2009, 0xc70c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x210c, 0xd18c, 0x0118, 0x2001, 0x0004, 0x0038, 0xd184, 0x0118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0004, 0x0010, 0x2001, 0x0029, 0x2009, 0x0000, 0x0c20,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0029, 0x2009, 0x0000, 0x08f8, 0x6944, 0x6e48, 0xa684,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3fff, 0xa082, 0x4000, 0x16b8, 0xa18c, 0xff00, 0x810f, 0xa182,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x12e0, 0xa188, 0xc87a, 0x2104, 0xa065, 0x01b8, 0x6004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x00ff, 0xa08e, 0x0006, 0x11b0, 0x684c, 0xd0ec, 0x0120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x55ee, 0x04c9, 0x0030, 0x04b9, 0x684c, 0xd0fc, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x55df, 0x080c, 0x562c, 0xa006, 0x00c8, 0x2001, 0x0028,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0000, 0x00a0, 0xa082, 0x0006, 0x1240, 0x6100, 0xd1fc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0d20, 0x2001, 0x0029, 0x2009, 0x1000, 0x0048, 0x2001, 0x0029,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0000, 0x0020, 0x2001, 0x0029, 0x2009, 0x0000, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0126, 0x2091, 0x8000, 0x6050, 0xa00d, 0x0138, 0x2d00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x200a, 0x6803, 0x0000, 0x6052, 0x012e, 0x0005, 0x2d00, 0x6052,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x604e, 0x6803, 0x0000, 0x0cc0, 0x0126, 0x2091, 0x8000, 0x604c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x0170, 0x00e6, 0x2071, 0xca26, 0x7004, 0xa086, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0168, 0x00ee, 0x604c, 0x6802, 0x2d00, 0x604e, 0x012e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d00, 0x6052, 0x604e, 0x6803, 0x0000, 0x0cc0, 0x701c, 0xac06,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1d80, 0x604c, 0x2070, 0x7000, 0x6802, 0x2d00, 0x7002, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x0005, 0x0126, 0x2091, 0x8000, 0x604c, 0xa06d, 0x0130,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6800, 0xa005, 0x1108, 0x6052, 0x604e, 0xad05, 0x012e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x604c, 0xa06d, 0x0130, 0x6800, 0xa005, 0x1108, 0x6052, 0x604e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xad05, 0x0005, 0x6803, 0x0000, 0x6084, 0xa00d, 0x0120, 0x2d00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x200a, 0x6086, 0x0005, 0x2d00, 0x6086, 0x6082, 0x0cd8, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x0026, 0x2091, 0x8000, 0x6218, 0x2260, 0x6200, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0110, 0xc285, 0x0008, 0xc284, 0x6202, 0x002e, 0x00ce, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0126, 0x00c6, 0x2091, 0x8000, 0x6218, 0x2260, 0x6204,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0xa086, 0x0006, 0x1180, 0x609c, 0xd0ac, 0x0168, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc752, 0x2004, 0xd0a4, 0x0140, 0xa284, 0xff00, 0x8007, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0007, 0x1110, 0x2011, 0x0600, 0x000e, 0xa294, 0xff00, 0xa215,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6206, 0x0006, 0xa086, 0x0006, 0x1128, 0x6290, 0x82ff, 0x1110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x1537, 0x000e, 0x00ce, 0x012e, 0x0005, 0x0126, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x8000, 0x6218, 0x2260, 0x6204, 0x0006, 0xa086, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1178, 0x609c, 0xd0a4, 0x0160, 0x2001, 0xc752, 0x2004, 0xd0ac,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1138, 0xa284, 0x00ff, 0xa086, 0x0007, 0x1110, 0x2011, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0xa294, 0x00ff, 0x8007, 0xa215, 0x6206, 0x00ce, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0026, 0xa182, 0x00ff, 0x0218, 0xa085, 0x0001, 0x00b0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa190, 0xc87a, 0x2204, 0xa065, 0x1180, 0x0016, 0x00d6, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1624, 0x2d60, 0x00de, 0x001e, 0x0d80, 0x2c00, 0x2012, 0x60a7,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x60ab, 0x0000, 0x080c, 0x50c3, 0xa006, 0x002e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0126, 0x2091, 0x8000, 0x0026, 0xa182, 0x00ff, 0x0218, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x0480, 0x00d6, 0xa190, 0xc87a, 0x2204, 0xa06d, 0x0540,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2013, 0x0000, 0x00d6, 0x00c6, 0x2d60, 0x60a4, 0xa06d, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x163b, 0x60a8, 0xa06d, 0x0110, 0x080c, 0x163b, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x00d6, 0x00c6, 0x68bc, 0x2060, 0x8cff, 0x0168, 0x600c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x6010, 0x2068, 0x080c, 0xac44, 0x0110, 0x080c, 0x164b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x967a, 0x00ce, 0x0c88, 0x00ce, 0x00de, 0x080c, 0x163b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0xa006, 0x002e, 0x012e, 0x0005, 0x0016, 0xa182, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0218, 0xa085, 0x0001, 0x0030, 0xa188, 0xc87a, 0x2104, 0xa065,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0dc0, 0xa006, 0x001e, 0x0005, 0x00d6, 0x0156, 0x0136, 0x0146,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x600b, 0x0000, 0x600f, 0x0000, 0x6000, 0xc08c, 0x6002, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x609a, 0x1538, 0x60a0, 0xa086, 0x007e, 0x2069, 0xcd90, 0x0130,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc734, 0x2004, 0xd0ac, 0x11e0, 0x0098, 0x2d04, 0xd0e4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x01c0, 0x00d6, 0x2069, 0xcd8e, 0x00c6, 0x2061, 0xc9f7, 0x6810,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2062, 0x6814, 0x6006, 0x6818, 0x600a, 0x681c, 0x600e, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x8d69, 0x2d04, 0x2069, 0x0140, 0x6886, 0x2069, 0xc700,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x68a2, 0x2069, 0xcd8e, 0x6808, 0x605e, 0x6810, 0x6062, 0x6138,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa10a, 0x0208, 0x603a, 0x6814, 0x6066, 0x2099, 0xcd96, 0xac88,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000a, 0x21a0, 0x20a9, 0x0004, 0x53a3, 0x2099, 0xcd9a, 0xac88,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x21a0, 0x20a9, 0x0004, 0x53a3, 0x2069, 0xcdae, 0x6808,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x606a, 0x690c, 0xa182, 0x0800, 0x0218, 0x2009, 0x0800, 0x0058,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa182, 0x0400, 0x0218, 0x2009, 0x0400, 0x0028, 0xa182, 0x0200,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0210, 0x2009, 0x0200, 0x616e, 0x6810, 0x6072, 0x6818, 0x6076,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa182, 0x0211, 0x1218, 0x2009, 0x0008, 0x0400, 0xa182, 0x0259,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1218, 0x2009, 0x0007, 0x00d0, 0xa182, 0x02c1, 0x1218, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x00a0, 0xa182, 0x0349, 0x1218, 0x2009, 0x0005, 0x0070,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa182, 0x0421, 0x1218, 0x2009, 0x0004, 0x0040, 0xa182, 0x0581,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1218, 0x2009, 0x0003, 0x0010, 0x2009, 0x0002, 0x6192, 0x014e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x013e, 0x015e, 0x00de, 0x0005, 0x0016, 0x0026, 0x00e6, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd8d, 0x2e04, 0x6896, 0x2071, 0xcd8e, 0x7004, 0x689a, 0x701c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x689e, 0x6a00, 0x2009, 0xc771, 0x210c, 0xd0bc, 0x0120, 0xd1ec,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0110, 0xc2ad, 0x0008, 0xc2ac, 0xd0c4, 0x0120, 0xd1e4, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc2bd, 0x0008, 0xc2bc, 0x6a02, 0x00ee, 0x002e, 0x001e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x0126, 0x2091, 0x8000, 0x60a4, 0xa06d, 0x01c0, 0x6900,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x81ff, 0x1540, 0x6a04, 0xa282, 0x0010, 0x1648, 0xad88, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x0010, 0x2104, 0xa086, 0xffff, 0x0128, 0x8108, 0x1f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x559a, 0x080c, 0x1537, 0x260a, 0x8210, 0x6a06, 0x0098, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1624, 0x01a8, 0x2d00, 0x60a6, 0x6803, 0x0000, 0xad88, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x0010, 0x200b, 0xffff, 0x8108, 0x1f04, 0x55b2, 0x6807,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x6e12, 0xa085, 0x0001, 0x012e, 0x00de, 0x0005, 0xa006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0cd8, 0x0126, 0x2091, 0x8000, 0x00d6, 0x60a4, 0xa00d, 0x01a0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2168, 0x6800, 0xa005, 0x1160, 0x080c, 0x56eb, 0x1168, 0x200b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xffff, 0x6804, 0xa08a, 0x0002, 0x0218, 0x8001, 0x6806, 0x0020,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x163b, 0x60a7, 0x0000, 0x00de, 0x012e, 0x0005, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x8000, 0x080c, 0x5748, 0x0010, 0x080c, 0x53a1, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5663, 0x1dd8, 0x080c, 0x562c, 0x012e, 0x0005, 0x00d6, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x8000, 0x60a8, 0xa06d, 0x01c0, 0x6950, 0x81ff, 0x1540,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6a54, 0xa282, 0x0010, 0x1670, 0xad88, 0x0018, 0x20a9, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2104, 0xa086, 0xffff, 0x0128, 0x8108, 0x1f04, 0x5600, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1537, 0x260a, 0x8210, 0x6a56, 0x0098, 0x080c, 0x1624, 0x01d0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d00, 0x60aa, 0x6853, 0x0000, 0xad88, 0x0018, 0x20a9, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x200b, 0xffff, 0x8108, 0x1f04, 0x5618, 0x6857, 0x0001, 0x6e62,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x080c, 0x53f2, 0x0089, 0x1de0, 0xa085, 0x0001, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x0005, 0xa006, 0x0cd8, 0x0126, 0x2091, 0x8000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7a52, 0x012e, 0x0005, 0xa01e, 0x0010, 0x2019, 0x0001, 0xa00e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0126, 0x2091, 0x8000, 0x604c, 0x2068, 0x6000, 0xd0dc, 0x1170,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8dff, 0x01e8, 0x83ff, 0x0120, 0x6848, 0xa606, 0x0158, 0x0030,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x683c, 0xa406, 0x1118, 0x6840, 0xa506, 0x0120, 0x2d08, 0x6800,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2068, 0x0c70, 0x6a00, 0x604c, 0xad06, 0x1110, 0x624e, 0x0018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa180, 0x0000, 0x2202, 0x82ff, 0x1110, 0x6152, 0x8dff, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0xa01e, 0x0010, 0x2019, 0x0001, 0xa00e, 0x6080, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8dff, 0x01e8, 0x83ff, 0x0120, 0x6848, 0xa606, 0x0158, 0x0030,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x683c, 0xa406, 0x1118, 0x6840, 0xa506, 0x0120, 0x2d08, 0x6800,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2068, 0x0c70, 0x6a00, 0x6080, 0xad06, 0x1110, 0x6282, 0x0018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa180, 0x0000, 0x2202, 0x82ff, 0x1110, 0x6186, 0x8dff, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa016, 0x080c, 0x56e5, 0x1110, 0x2011, 0x0001, 0x080c, 0x572f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1110, 0xa295, 0x0002, 0x0005, 0x080c, 0x5760, 0x0118, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xad09, 0x0010, 0xa085, 0x0001, 0x0005, 0x080c, 0x5760, 0x0118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xac90, 0x0010, 0xa085, 0x0001, 0x0005, 0x080c, 0x5760,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0118, 0x080c, 0xace9, 0x0010, 0xa085, 0x0001, 0x0005, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5760, 0x0118, 0x080c, 0xacaf, 0x0010, 0xa085, 0x0001, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5760, 0x0118, 0x080c, 0xad27, 0x0010, 0xa085, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0126, 0x0006, 0x00d6, 0x2091, 0x8000, 0x6080, 0xa06d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x01a0, 0x6800, 0x0006, 0x6837, 0x0103, 0x6b4a, 0x6847, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xaecf, 0x0006, 0x6000, 0xd0fc, 0x0110, 0x080c, 0xc501,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0x080c, 0x596c, 0x000e, 0x0c50, 0x6083, 0x0000, 0x6087,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x00de, 0x000e, 0x012e, 0x0005, 0x60a4, 0xa00d, 0x1118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x0001, 0x0005, 0x00e6, 0x2170, 0x7000, 0xa005, 0x1160,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x0010, 0xae88, 0x0004, 0x2104, 0xa606, 0x0128, 0x8108,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1f04, 0x56f4, 0xa085, 0x0001, 0xa006, 0x00ee, 0x0005, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0126, 0x2091, 0x8000, 0x60a4, 0xa06d, 0x1128, 0x080c, 0x1624,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x01a0, 0x2d00, 0x60a6, 0x6803, 0x0001, 0x6807, 0x0000, 0xad88,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x20a9, 0x0010, 0x200b, 0xffff, 0x8108, 0x1f04, 0x5713,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x0001, 0x012e, 0x00de, 0x0005, 0xa006, 0x0cd8, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0126, 0x2091, 0x8000, 0x60a4, 0xa06d, 0x0130, 0x60a7, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x163b, 0xa085, 0x0001, 0x012e, 0x00de, 0x0005, 0x60a8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa00d, 0x1118, 0xa085, 0x0001, 0x0005, 0x00e6, 0x2170, 0x7050,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x1160, 0x20a9, 0x0010, 0xae88, 0x0018, 0x2104, 0xa606,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0128, 0x8108, 0x1f04, 0x573e, 0xa085, 0x0001, 0x00ee, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0126, 0x2091, 0x8000, 0x0c19, 0x1188, 0x200b, 0xffff, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x60a8, 0x2068, 0x6854, 0xa08a, 0x0002, 0x0218, 0x8001, 0x6856,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0020, 0x080c, 0x163b, 0x60ab, 0x0000, 0x00de, 0x012e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x609c, 0xd0a4, 0x0005, 0x00f6, 0x080c, 0x609a, 0x01b0, 0x71b4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x81ff, 0x1198, 0x71d0, 0xd19c, 0x0180, 0x2001, 0x007e, 0xa080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc87a, 0x2004, 0xa07d, 0x0148, 0x7804, 0xa084, 0x00ff, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x1118, 0x7800, 0xc0ed, 0x7802, 0x2079, 0xc751, 0x7804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0a4, 0x01e8, 0x0156, 0x00c6, 0x20a9, 0x007f, 0x2009, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x080c, 0x54bd, 0x1168, 0x6004, 0xa084, 0xff00, 0x8007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa096, 0x0004, 0x0118, 0xa086, 0x0006, 0x1118, 0x6000, 0xc0ed,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6002, 0x001e, 0x8108, 0x1f04, 0x5788, 0x00ce, 0x015e, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x588d, 0x0120, 0x2001, 0xc9fa, 0x200c, 0x0038, 0x2079, 0xc751,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7804, 0xd0a4, 0x0130, 0x2009, 0x07d0, 0x2011, 0x57b3, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7117, 0x00fe, 0x0005, 0x2011, 0x57b3, 0x080c, 0x708b, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x588d, 0x01f0, 0x2001, 0xc8f8, 0x2004, 0xa080, 0x0000, 0x200c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc1ec, 0x2102, 0x2001, 0xc752, 0x2004, 0xd0a4, 0x0130, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x07d0, 0x2011, 0x57b3, 0x080c, 0x7117, 0x00e6, 0x2071, 0xc700,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x706f, 0x0000, 0x7073, 0x0000, 0x080c, 0x2b87, 0x00ee, 0x04b0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0156, 0x00c6, 0x20a9, 0x007f, 0x2009, 0x0000, 0x0016, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x54bd, 0x1530, 0x6000, 0xd0ec, 0x0518, 0x0046, 0x62a0, 0xa294,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x8227, 0xa006, 0x2009, 0x0029, 0x080c, 0xc1b8, 0x6000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc0e5, 0xc0ec, 0x6002, 0x6004, 0xa084, 0x00ff, 0xa085, 0x0700,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6006, 0x2019, 0x0029, 0x080c, 0x7ba1, 0x0076, 0x2039, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7aaa, 0x2009, 0x0000, 0x080c, 0xbf28, 0x007e, 0x004e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x8108, 0x1f04, 0x57de, 0x00ce, 0x015e, 0x0005, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6018, 0x2060, 0x6000, 0xc0ec, 0x6002, 0x00ce, 0x0005, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x080c, 0x1607, 0x2d60, 0x0508, 0x2009, 0x00ff, 0x60a7,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x60ab, 0x0000, 0x080c, 0x50c3, 0x6007, 0x0006, 0x6013,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x6017, 0xffff, 0x606f, 0x0200, 0x606c, 0x6093, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x60bb, 0x0520, 0x60a3, 0x00ff, 0x60b7, 0x0000, 0x60af, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2c08, 0x2001, 0xc9d2, 0x2102, 0xa085, 0x0001, 0x00de, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x7818, 0x2004, 0xd0ac, 0x0005, 0x7818, 0x2004, 0xd0bc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0156, 0x00e6, 0x00d6, 0x00c6, 0x0026, 0x20a9, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0000, 0x0016, 0x080c, 0x54bd, 0x1178, 0x2c70, 0x70ac,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x0158, 0x2060, 0x620c, 0x0026, 0x6010, 0x2068, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x76ee, 0x002e, 0x2260, 0x82ff, 0x1db0, 0x001e, 0x8108, 0x1f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5852, 0x002e, 0x00ce, 0x00de, 0x00ee, 0x015e, 0x0005, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x0026, 0x6004, 0xa08c, 0x00ff, 0xa196, 0x0006, 0x0188,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa196, 0x0004, 0x0170, 0xa196, 0x0005, 0x0158, 0xa08c, 0xff00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x810f, 0xa196, 0x0006, 0x0128, 0xa196, 0x0004, 0x0110, 0xa196,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x002e, 0x001e, 0x000e, 0x0005, 0x00f6, 0x2001, 0xc8f8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xa07d, 0x0110, 0x7800, 0xd0ec, 0x00fe, 0x0005, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x2091, 0x8000, 0x6200, 0xa005, 0x0110, 0xc2fd, 0x0008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc2fc, 0x6202, 0x002e, 0x012e, 0x0005, 0x2071, 0xc833, 0x7003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x7007, 0x0000, 0x7013, 0x0000, 0x7017, 0x0000, 0x701b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x701f, 0x0000, 0x700b, 0x0000, 0x704b, 0x0001, 0x704f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x705b, 0x0020, 0x705f, 0x0040, 0x707f, 0x0000, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc9c2, 0x7003, 0xc833, 0x7007, 0x0000, 0x700b, 0x0000, 0x700f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc9a2, 0x7013, 0x0020, 0x7017, 0x0040, 0x7037, 0x0000, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x00e6, 0x2071, 0xc97a, 0xa00e, 0x7186, 0x718a, 0x7097,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x2001, 0xc752, 0x2004, 0xd0fc, 0x1150, 0x2001, 0xc752,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xa00e, 0xd09c, 0x0108, 0x8108, 0x7102, 0x0804, 0x5936,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc771, 0x200c, 0xa184, 0x000f, 0x2009, 0xc772, 0x210c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x58de, 0x5911, 0x5918, 0x5922, 0x5927, 0x58de, 0x58de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x58de, 0x5901, 0x58de, 0x58de, 0x58de, 0x58de, 0x58de, 0x58de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x58de, 0x7003, 0x0004, 0x0136, 0x0146, 0x0156, 0x2099, 0xc775,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a1, 0xc9cb, 0x20a9, 0x0004, 0x53a3, 0x015e, 0x014e, 0x013e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0428, 0x708f, 0x0005, 0x7007, 0x0122, 0x2001, 0x0002, 0x0030,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x708f, 0x0002, 0x7007, 0x0121, 0x2001, 0x0003, 0x7002, 0x7097,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x0088, 0x7007, 0x0122, 0x2001, 0x0002, 0x0020, 0x7007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0121, 0x2001, 0x0003, 0x7002, 0xa006, 0x7096, 0x708e, 0xa184,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xff00, 0x8007, 0x709a, 0xa184, 0x00ff, 0x7092, 0x00ee, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00e6, 0x2071, 0xc833, 0x684c, 0xa005, 0x1130, 0x7028,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc085, 0x702a, 0xa085, 0x0001, 0x0428, 0x6a60, 0x7236, 0x6b64,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x733a, 0x6868, 0x703e, 0x7076, 0x686c, 0x7042, 0x707a, 0x684c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x702e, 0x6844, 0x7032, 0x2009, 0x000d, 0x200a, 0x700b, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8007, 0x8006, 0x8006, 0xa08c, 0x003f, 0xa084, 0xffc0, 0xa210,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2100, 0xa319, 0x726e, 0x7372, 0x7028, 0xc084, 0x702a, 0x7007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0xa006, 0x00ee, 0x0005, 0x0156, 0x00e6, 0x0026, 0x6838,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0fc, 0x1904, 0x59d9, 0x6804, 0xa00d, 0x0188, 0x00d6, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc700, 0xa016, 0x702c, 0x2168, 0x6904, 0x206a, 0x8210, 0x2d00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x81ff, 0x1dc8, 0x702e, 0x70b0, 0xa200, 0x70b2, 0x00de, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc833, 0x701c, 0xa005, 0x1904, 0x59ea, 0x20a9, 0x0032, 0x0f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x59e8, 0x0e04, 0x598f, 0x2071, 0xc97a, 0x7200, 0x82ff, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x59e8, 0x6934, 0xa186, 0x0103, 0x1904, 0x59f8, 0x6948, 0x6844,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa105, 0x15d8, 0x2009, 0x8020, 0x2200, 0x0002, 0x59e8, 0x59ab,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5a63, 0x5a70, 0x59e8, 0x2071, 0x0000, 0x20a9, 0x0032, 0x0f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x59e8, 0x7018, 0xd084, 0x1dd8, 0x7122, 0xa186, 0x8020, 0x1160,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x683c, 0x7026, 0x8003, 0x8003, 0x8003, 0x8003, 0xa085, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x007f, 0x200a, 0x0030, 0x683c, 0x7026, 0x2009, 0x007f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x200b, 0x0000, 0x6840, 0x702a, 0x701b, 0x0001, 0x2091, 0x4080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xc700, 0x702c, 0x206a, 0x2d00, 0x702e, 0x70b0, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x70b2, 0x002e, 0x00ee, 0x015e, 0x0005, 0x6844, 0xa086, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1138, 0x6868, 0xa005, 0x1120, 0x2009, 0x8020, 0x0804, 0x59a4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xc833, 0x2d08, 0x206b, 0x0000, 0x7010, 0x8000, 0x7012,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7018, 0xa06d, 0x711a, 0x0110, 0x6902, 0x0008, 0x711e, 0x0c08,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa18c, 0x00ff, 0xa186, 0x0013, 0x01e0, 0xa186, 0x001b, 0x01c8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa186, 0x0023, 0x01e8, 0xa186, 0x0017, 0x0130, 0xa186, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0118, 0xa18e, 0x001f, 0x19e0, 0x684c, 0xd0cc, 0x09c8, 0x6850,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x00ff, 0xa086, 0x0001, 0x1998, 0x2009, 0x8021, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x59a4, 0x6848, 0xa005, 0x1960, 0x2009, 0x8022, 0x0804, 0x59a4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0x0000, 0x7018, 0xd084, 0x1918, 0x00e6, 0x2071, 0xc781,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7140, 0x00ee, 0x6838, 0xa102, 0x0a04, 0x59e8, 0x684c, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1158, 0x00e6, 0x2071, 0xc781, 0x7004, 0x00ee, 0xd08c, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x59e8, 0x2001, 0x8024, 0x0040, 0x6848, 0xd084, 0x1118, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8023, 0x0010, 0x2001, 0x8027, 0x7022, 0x6840, 0x7026, 0x683c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x702a, 0x6850, 0x702e, 0x2001, 0x007f, 0x2003, 0x0000, 0x0026,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0036, 0x6b38, 0x2e10, 0xa290, 0x0072, 0x2d00, 0xa080, 0x0015,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x200c, 0x2112, 0x8000, 0x200c, 0x8210, 0x8319, 0x1dd0, 0x003e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002e, 0x0804, 0x59cc, 0x7084, 0x8008, 0xa092, 0x001e, 0x1a04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x59e8, 0x7186, 0xae90, 0x0003, 0xa210, 0x683c, 0x2012, 0x0080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7084, 0x8008, 0xa092, 0x000f, 0x1a04, 0x59e8, 0x7186, 0xae90,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x8003, 0xa210, 0x683c, 0x2012, 0x8210, 0x6840, 0x2012,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7088, 0xa10a, 0x0a04, 0x59d0, 0x718c, 0x7084, 0xa10a, 0x0a04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x59d0, 0x2071, 0x0000, 0x7018, 0xd084, 0x1904, 0x59d0, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc97a, 0x7000, 0xa086, 0x0002, 0x1150, 0x080c, 0x5d13, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x701b, 0x0001, 0x2091, 0x4080, 0x0804, 0x59d0, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5d41, 0x2071, 0x0000, 0x701b, 0x0001, 0x2091, 0x4080, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x59d0, 0x0006, 0x684c, 0x0006, 0x6837, 0x0103, 0x20a9, 0x001c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xad80, 0x0011, 0x20a0, 0x2001, 0x0000, 0x40a4, 0x000e, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x684e, 0x000e, 0x684a, 0x6952, 0x0005, 0x2071, 0xc833,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7004, 0x0002, 0x5acc, 0x5ae1, 0x5cfe, 0x5cff, 0x5d0c, 0x5d12,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5acd, 0x5cef, 0x5c81, 0x5cdb, 0x0005, 0x0126, 0x2091, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0e04, 0x5ae0, 0x2009, 0x000d, 0x7030, 0x200a, 0x2009, 0x007f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x200b, 0x0001, 0x2091, 0x4080, 0x7007, 0x0001, 0x700b, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x2069, 0xca39, 0x683c, 0xa005, 0x0718, 0x1510, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x8000, 0x2069, 0x0000, 0x6934, 0x2001, 0xc83f, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa10a, 0x0190, 0x0e04, 0x5b08, 0x2069, 0x0000, 0x6818, 0xd084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1178, 0x2009, 0x8040, 0x6922, 0x2001, 0x007f, 0x2003, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x681b, 0x0001, 0x2091, 0x4080, 0x2069, 0xca39, 0x683f, 0xffff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x2069, 0xc700, 0x6844, 0x6964, 0xa102, 0x2069, 0xc97a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x688a, 0x6984, 0x701c, 0xa06d, 0x0120, 0x81ff, 0x0904, 0x5b5e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00a0, 0x81ff, 0x0904, 0x5c37, 0x2071, 0xc97a, 0x7184, 0x7088,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa10a, 0x1258, 0x7190, 0x2071, 0xca39, 0x7038, 0xa005, 0x0128,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1b04, 0x5c37, 0x713a, 0x0804, 0x5c37, 0x2071, 0xc97a, 0x718c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0126, 0x2091, 0x8000, 0x7084, 0xa10a, 0x0a04, 0x5c56, 0x0e04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5bf3, 0x2071, 0x0000, 0x7018, 0xd084, 0x1904, 0x5bf3, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xffff, 0x2071, 0xca39, 0x703a, 0x2071, 0xc97a, 0x7000, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x1150, 0x080c, 0x5d13, 0x2071, 0x0000, 0x701b, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x4080, 0x0804, 0x5bf3, 0x080c, 0x5d41, 0x2071, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x701b, 0x0001, 0x2091, 0x4080, 0x0804, 0x5bf3, 0x2071, 0xc97a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7000, 0xa005, 0x0904, 0x5c19, 0x6934, 0xa186, 0x0103, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5bf6, 0x684c, 0xd0bc, 0x1904, 0x5c19, 0x6948, 0x6844, 0xa105,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0x5c0e, 0x2009, 0x8020, 0x2071, 0xc97a, 0x7000, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5c19, 0x5bc6, 0x5b9e, 0x5bb0, 0x5b7d, 0x0136, 0x0146, 0x0156,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2099, 0xc775, 0x20a1, 0xc9cb, 0x20a9, 0x0004, 0x53a3, 0x015e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x014e, 0x013e, 0x2071, 0xc9c2, 0xad80, 0x000f, 0x700e, 0x7013,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x7007, 0x0002, 0x700b, 0x0000, 0x2e10, 0x080c, 0x166f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xc833, 0x7007, 0x0009, 0x0804, 0x5c37, 0x7084, 0x8008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa092, 0x001e, 0x1a04, 0x5c37, 0xae90, 0x0003, 0xa210, 0x683c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2012, 0x7186, 0x2071, 0xc833, 0x080c, 0x5da9, 0x0804, 0x5c37,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7084, 0x8008, 0xa092, 0x000f, 0x1a04, 0x5c37, 0xae90, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8003, 0xa210, 0x683c, 0x2012, 0x8210, 0x6840, 0x2012, 0x7186,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xc833, 0x080c, 0x5da9, 0x0804, 0x5c37, 0x0126, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x0e04, 0x5bf3, 0x2071, 0x0000, 0x7018, 0xd084, 0x1518,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7122, 0xa186, 0x8020, 0x1160, 0x683c, 0x7026, 0x8003, 0x8003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8003, 0x8003, 0xa085, 0x0002, 0x2009, 0x007f, 0x200a, 0x0030,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x683c, 0x7026, 0x2009, 0x007f, 0x200b, 0x0000, 0x6840, 0x702a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x701b, 0x0001, 0x2091, 0x4080, 0x012e, 0x2071, 0xc833, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5da9, 0x0804, 0x5c37, 0x012e, 0x0804, 0x5c37, 0xa18c, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa186, 0x0017, 0x0130, 0xa186, 0x001e, 0x0118, 0xa18e, 0x001f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x11c0, 0x684c, 0xd0cc, 0x01a8, 0x6850, 0xa084, 0x00ff, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x1178, 0x2009, 0x8021, 0x0804, 0x5b74, 0x6844, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0100, 0x1138, 0x6868, 0xa005, 0x1120, 0x2009, 0x8020, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5b74, 0x2071, 0xc833, 0x080c, 0x5dbb, 0x01c8, 0x2071, 0xc833,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x700f, 0x0001, 0x6934, 0xa184, 0x00ff, 0xa086, 0x0003, 0x1130,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x810f, 0xa18c, 0x00ff, 0x8101, 0x0108, 0x710e, 0x7007, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5dd4, 0x7050, 0xa086, 0x0100, 0x0904, 0x5cff, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x8000, 0x2071, 0xc833, 0x7008, 0xa086, 0x0001, 0x11a0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0e04, 0x5c54, 0x2009, 0x000d, 0x7030, 0x200a, 0x2009, 0x007f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x200b, 0x0001, 0x2091, 0x4080, 0x700b, 0x0000, 0x7004, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x1110, 0x7007, 0x0001, 0x012e, 0x0005, 0x2071, 0xc833,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5dbb, 0x0518, 0x2071, 0xc97a, 0x7084, 0x700a, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0020, 0x2099, 0xc97b, 0x20a1, 0xc9a2, 0x53a3, 0x7087, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xc833, 0x2069, 0xc9c2, 0x706c, 0x6826, 0x7070, 0x682a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7074, 0x682e, 0x7078, 0x6832, 0x2d10, 0x080c, 0x166f, 0x7007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0008, 0x2001, 0xffff, 0x2071, 0xca39, 0x703a, 0x012e, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5c37, 0x2069, 0xc9c2, 0x6808, 0xa08e, 0x0000, 0x0904, 0x5cda,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa08e, 0x0200, 0x0904, 0x5cd8, 0xa08e, 0x0100, 0x1904, 0x5cda,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0126, 0x2091, 0x8000, 0x0e04, 0x5cd6, 0x2069, 0x0000, 0x6818,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd084, 0x15e0, 0x702c, 0x7130, 0x8108, 0xa102, 0x0230, 0xa00e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7034, 0x706e, 0x7038, 0x7072, 0x0048, 0x706c, 0xa080, 0x0040,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x706e, 0x1220, 0x7070, 0xa081, 0x0000, 0x7072, 0x7132, 0x6936,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x700b, 0x0000, 0x2001, 0xc99f, 0x2004, 0xa005, 0x1190, 0x6934,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2069, 0xc97a, 0x689c, 0x699e, 0x2069, 0xca39, 0xa102, 0x1118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x683c, 0xa005, 0x1388, 0x2001, 0xc9a0, 0x200c, 0x810d, 0x693e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0058, 0x2009, 0x8040, 0x6922, 0x2009, 0x007f, 0x200b, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x681b, 0x0001, 0x2091, 0x4080, 0x7007, 0x0001, 0x012e, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7007, 0x0005, 0x0005, 0x2001, 0xc9c4, 0x2004, 0xa08e, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1128, 0x7007, 0x0001, 0x080c, 0x5da9, 0x0005, 0xa08e, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0de0, 0xa08e, 0x0200, 0x1dc8, 0x7007, 0x0005, 0x0005, 0x701c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa06d, 0x0158, 0x080c, 0x5dbb, 0x0140, 0x7007, 0x0003, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5dd4, 0x7050, 0xa086, 0x0100, 0x0110, 0x0005, 0x0005, 0x7050,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa09e, 0x0100, 0x1118, 0x7007, 0x0004, 0x0030, 0xa086, 0x0200,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1110, 0x7007, 0x0005, 0x0005, 0x080c, 0x5d73, 0x7006, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5da9, 0x0005, 0x0005, 0x00e6, 0x0156, 0x2071, 0xc97a, 0x7184,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x81ff, 0x0520, 0xa006, 0x7086, 0xae80, 0x0003, 0x2071, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x21a8, 0x2014, 0x7226, 0x8000, 0x0f04, 0x5d37, 0x2014, 0x722a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x0f04, 0x5d37, 0x2014, 0x722e, 0x8000, 0x0f04, 0x5d37,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2014, 0x723a, 0x8000, 0x0f04, 0x5d37, 0x2014, 0x723e, 0xa180,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8030, 0x7022, 0x2001, 0x007f, 0x2003, 0x0000, 0x015e, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00e6, 0x0156, 0x2071, 0xc97a, 0x7184, 0x81ff, 0x0540,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa006, 0x7086, 0xae80, 0x0003, 0x2071, 0x0000, 0x21a8, 0x2014,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7226, 0x8213, 0x8213, 0x8213, 0x8213, 0xa295, 0x0002, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x007f, 0x220a, 0x8000, 0x2014, 0x722a, 0x8000, 0x0f04, 0x5d66,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2014, 0x723a, 0x8000, 0x2014, 0x723e, 0x0018, 0x2001, 0x8020,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0030, 0x2009, 0x007f, 0x200b, 0x0000, 0x2001, 0x8042, 0x7022,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x015e, 0x00ee, 0x0005, 0x702c, 0x7130, 0x8108, 0xa102, 0x0230,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa00e, 0x7034, 0x706e, 0x7038, 0x7072, 0x0048, 0x706c, 0xa080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0040, 0x706e, 0x1220, 0x7070, 0xa081, 0x0000, 0x7072, 0x7132,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x700c, 0x8001, 0x700e, 0x11a0, 0x0126, 0x2091, 0x8000, 0x0e04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5da3, 0x2001, 0x000d, 0x2102, 0x2001, 0x007f, 0x2003, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x4080, 0x2001, 0x0001, 0x700b, 0x0000, 0x012e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0007, 0x0005, 0x2001, 0x0006, 0x700b, 0x0001, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x701c, 0xa06d, 0x0170, 0x0126, 0x2091, 0x8000, 0x7010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8001, 0x7012, 0x2d04, 0x701e, 0xa005, 0x1108, 0x701a, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x163b, 0x0005, 0x2019, 0x000d, 0x2304, 0x230c, 0xa10e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0130, 0x2304, 0x230c, 0xa10e, 0x0110, 0xa006, 0x0060, 0x732c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8319, 0x7130, 0xa102, 0x1118, 0x2300, 0xa005, 0x0020, 0x0210,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa302, 0x0008, 0x8002, 0x0005, 0x2d00, 0x7026, 0xa080, 0x000d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7056, 0x7053, 0x0000, 0x0126, 0x2091, 0x8000, 0x2009, 0xca58,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2104, 0xc08d, 0x200a, 0x012e, 0x080c, 0x1687, 0x0005, 0x7088,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa08a, 0x0029, 0x1220, 0xa082, 0x001d, 0x0033, 0x0010, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1537, 0x6027, 0x1e00, 0x0005, 0x5ec9, 0x5e5d, 0x5e75, 0x5e9b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5ebc, 0x5ef0, 0x5f02, 0x5e75, 0x5edc, 0x5e01, 0x5e2f, 0x5e00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00d6, 0x2069, 0x0200, 0x6804, 0xa005, 0x1180, 0x6808,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x1518, 0x708b, 0x0028, 0x2069, 0xca04, 0x2d04, 0x7002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x61a6, 0x6028, 0xa085, 0x0600, 0x602a, 0x00b0, 0x708b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0028, 0x2069, 0xca04, 0x2d04, 0x7002, 0x6028, 0xa085, 0x0600,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x602a, 0x00e6, 0x0036, 0x0046, 0x0056, 0x2071, 0xca69, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1e2a, 0x005e, 0x004e, 0x003e, 0x00ee, 0x00de, 0x0005, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2069, 0x0200, 0x6804, 0xa005, 0x1180, 0x6808, 0xa005, 0x1518,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x708b, 0x0028, 0x2069, 0xca04, 0x2d04, 0x7002, 0x080c, 0x6233,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6028, 0xa085, 0x0600, 0x602a, 0x00b0, 0x708b, 0x0028, 0x2069,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xca04, 0x2d04, 0x7002, 0x6028, 0xa085, 0x0600, 0x602a, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0036, 0x0046, 0x0056, 0x2071, 0xca69, 0x080c, 0x1e2a, 0x005e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x004e, 0x003e, 0x00ee, 0x00de, 0x0005, 0x6803, 0x0090, 0x6124,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd1e4, 0x1190, 0x080c, 0x635a, 0xd1d4, 0x1160, 0xd1dc, 0x1138,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd1cc, 0x0150, 0x708b, 0x0020, 0x080c, 0x635a, 0x0028, 0x708b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001d, 0x0010, 0x708b, 0x001f, 0x0005, 0x6803, 0x0088, 0x6124,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd1cc, 0x11d8, 0xd1dc, 0x11b0, 0xd1e4, 0x1188, 0xa184, 0x1e00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x11c8, 0x60e3, 0x0001, 0x600c, 0xc0b4, 0x600e, 0x080c, 0x60ca,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x2504, 0x6803, 0x0080, 0x708b, 0x0028, 0x0058, 0x708b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x0040, 0x708b, 0x001d, 0x0028, 0x708b, 0x0020, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x708b, 0x001f, 0x0005, 0x60e3, 0x0001, 0x600c, 0xc0b4, 0x600e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x60ca, 0x080c, 0x2504, 0x6803, 0x0080, 0x6124, 0xd1d4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1180, 0xd1dc, 0x1158, 0xd1e4, 0x1130, 0xa184, 0x1e00, 0x1158,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x708b, 0x0028, 0x0040, 0x708b, 0x001e, 0x0028, 0x708b, 0x001d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x708b, 0x001f, 0x0005, 0x6803, 0x00a0, 0x6124, 0xd1dc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1128, 0xd1e4, 0x0128, 0x708b, 0x001e, 0x0010, 0x708b, 0x001d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x080c, 0x5fc1, 0x6124, 0xd1dc, 0x1168, 0x080c, 0x635a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd1d4, 0x1128, 0xd1e4, 0x0138, 0x708b, 0x001e, 0x0020, 0x708b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001f, 0x080c, 0x635a, 0x0005, 0x6803, 0x00a0, 0x6124, 0xd1d4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1160, 0xd1cc, 0x1150, 0xd1dc, 0x1128, 0xd1e4, 0x0140, 0x708b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x0028, 0x708b, 0x001d, 0x0010, 0x708b, 0x0021, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5fc1, 0x6124, 0xd1d4, 0x1150, 0xd1dc, 0x1128, 0xd1e4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0140, 0x708b, 0x001e, 0x0028, 0x708b, 0x001d, 0x0010, 0x708b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001f, 0x0005, 0x6803, 0x0090, 0x6124, 0xd1d4, 0x1178, 0xd1cc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1150, 0xd1dc, 0x1128, 0xd1e4, 0x0158, 0x708b, 0x001e, 0x0040,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x708b, 0x001d, 0x0028, 0x708b, 0x0020, 0x0010, 0x708b, 0x001f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0016, 0x00c6, 0x00d6, 0x00e6, 0x0126, 0x2061, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2069, 0x0140, 0x2071, 0xc700, 0x2091, 0x8000, 0x080c, 0x609a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x11e8, 0x2001, 0xc70c, 0x200c, 0xd1b4, 0x01c0, 0xc1b4, 0x2102,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6027, 0x0200, 0xe000, 0xe000, 0x6024, 0xd0cc, 0x0158, 0x6803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00a0, 0x2001, 0xc9e5, 0x2003, 0x0001, 0x2001, 0xc700, 0x2003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x0428, 0x6028, 0xc0cd, 0x602a, 0x0408, 0x080c, 0x60b6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0150, 0x080c, 0x60ac, 0x1138, 0x2001, 0x0001, 0x080c, 0x28a0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x6071, 0x00a0, 0x080c, 0x5fbe, 0x0178, 0x2001, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x28a0, 0x7088, 0xa086, 0x001e, 0x0120, 0x7088, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0022, 0x1118, 0x708b, 0x0025, 0x0010, 0x708b, 0x0021, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x00de, 0x00ce, 0x001e, 0x0005, 0x0016, 0x0026, 0x0036,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x00d6, 0x00e6, 0x00f6, 0x0126, 0x080c, 0x8cc4, 0x2061,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0100, 0x2069, 0x0140, 0x2071, 0xc700, 0x2091, 0x8000, 0x6028,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc09c, 0x602a, 0x2011, 0x0003, 0x080c, 0x8fb1, 0x2011, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8fbb, 0x080c, 0x8ea3, 0x080c, 0x7105, 0x0036, 0x2019,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x080c, 0x8f2e, 0x003e, 0x60e3, 0x0000, 0x080c, 0xc5d2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xc5ed, 0x2001, 0xc700, 0x2003, 0x0004, 0x6027, 0x0008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x1307, 0x2001, 0x0001, 0x080c, 0x28a0, 0x012e, 0x00fe,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x00de, 0x00ce, 0x003e, 0x002e, 0x001e, 0x0005, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc700, 0x2004, 0xa086, 0x0004, 0x0140, 0x2001, 0xc9e4, 0x2003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xaaaa, 0x2001, 0xc9e5, 0x2003, 0x0000, 0x0005, 0x6020, 0xd09c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x6800, 0xa086, 0x00c0, 0x0160, 0x6803, 0x00c0, 0x0156,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x002d, 0x1d04, 0x5fca, 0x2091, 0x6000, 0x1f04, 0x5fca,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x015e, 0x0005, 0x00c6, 0x00d6, 0x00e6, 0x2061, 0x0100, 0x2069,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0140, 0x2071, 0xc700, 0x2001, 0xc9e5, 0x200c, 0xa186, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0158, 0xa186, 0x0001, 0x0158, 0xa186, 0x0002, 0x0158, 0xa186,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x0158, 0x0804, 0x605f, 0x708b, 0x0022, 0x0040, 0x708b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0021, 0x0028, 0x708b, 0x0023, 0x0020, 0x708b, 0x0024, 0x6043,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x60e3, 0x0000, 0x6887, 0x0001, 0x2001, 0x0001, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x294f, 0x0026, 0x2011, 0x0003, 0x080c, 0x8fb1, 0x2011, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8fbb, 0x080c, 0x8ea3, 0x0036, 0x2019, 0x0000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8f2e, 0x003e, 0x002e, 0x7000, 0xa08e, 0x0004, 0x0118, 0x602b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0028, 0x0010, 0x602b, 0x0020, 0x0156, 0x0126, 0x2091, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x0005, 0x6024, 0xd0ac, 0x0120, 0x012e, 0x015e, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x606d, 0x6800, 0xa084, 0x00a0, 0xc0bd, 0x6802, 0x6904, 0xd1d4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1130, 0x6803, 0x0100, 0x1f04, 0x6022, 0x080c, 0x60f5, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x015e, 0x080c, 0x60ac, 0x01a8, 0x6044, 0xa005, 0x0168, 0x6050,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0xa085, 0x0020, 0x6052, 0x080c, 0x60f5, 0xa006, 0x8001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1df0, 0x000e, 0x6052, 0x0028, 0x6804, 0xd0d4, 0x1110, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x60f5, 0x0016, 0x0026, 0x2009, 0x00c8, 0x2011, 0x5f6d, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7117, 0x002e, 0x001e, 0x2001, 0xc9e5, 0x2003, 0x0004, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5de7, 0x080c, 0x60ac, 0x0148, 0x6804, 0xd0d4, 0x1130, 0xd0dc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1100, 0x2001, 0xc9e5, 0x2003, 0x0000, 0x00ee, 0x00de, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00c6, 0x00d6, 0x00e6, 0x2061, 0x0100, 0x2069, 0x0140,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xc700, 0x2001, 0xc9e4, 0x2003, 0x0000, 0x2001, 0xc9d5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2003, 0x0000, 0x708b, 0x0000, 0x60e3, 0x0000, 0x6887, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0000, 0x080c, 0x294f, 0x6803, 0x0000, 0x6043, 0x0090,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6043, 0x0010, 0x6027, 0xffff, 0x602b, 0x182f, 0x00ee, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x0005, 0x0006, 0x2001, 0xc9e4, 0x2004, 0xa086, 0xaaaa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0x0005, 0x0006, 0x2001, 0xc771, 0x2004, 0xa084, 0x0030,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0000, 0x000e, 0x0005, 0x0006, 0x2001, 0xc771, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x0030, 0xa086, 0x0030, 0x000e, 0x0005, 0x0006, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc771, 0x2004, 0xa084, 0x0030, 0xa086, 0x0010, 0x000e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x2001, 0xc771, 0x2004, 0xa084, 0x0030, 0xa086, 0x0020,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0x0005, 0x0036, 0x0016, 0x2001, 0xc70c, 0x2004, 0xa08c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0013, 0x0198, 0x0028, 0x080c, 0x296f, 0x2009, 0x0000, 0x0038,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc752, 0x2004, 0xd0ac, 0x1db0, 0x2009, 0x0002, 0x2019,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0028, 0x080c, 0x2d31, 0xa006, 0x0019, 0x001e, 0x003e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x2071, 0xc70c, 0x2e04, 0x0118, 0xa085, 0x0010, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0xffef, 0x2072, 0x00ee, 0x0005, 0x6050, 0x0006, 0x60f0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x60ec, 0x0006, 0x600c, 0x0006, 0x6004, 0x0006, 0x6028,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x602f, 0x0100, 0x602f, 0x0000, 0x602f, 0x0040, 0x602f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x000e, 0x602a, 0x000e, 0x6006, 0x000e, 0x600e, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x60ee, 0x000e, 0x60f2, 0x60e3, 0x0000, 0x6887, 0x0001, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x080c, 0x294f, 0x6800, 0xa084, 0x00a0, 0xc0bd, 0x6802,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6803, 0x00a0, 0x000e, 0x6052, 0x6050, 0x0005, 0x0156, 0x0016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x0036, 0x00c6, 0x00d6, 0x00e6, 0x2061, 0x0100, 0x2069,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0140, 0x2071, 0xc700, 0x6020, 0xa084, 0x0080, 0x0138, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc70c, 0x200c, 0xc1bd, 0x2102, 0x0804, 0x619e, 0x2001, 0xc70c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x200c, 0xc1bc, 0x2102, 0x6028, 0xa084, 0xe1ff, 0x602a, 0x6027,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0200, 0x6803, 0x0090, 0x20a9, 0x0384, 0x6024, 0xd0cc, 0x1508,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1d04, 0x614d, 0x2091, 0x6000, 0x1f04, 0x614d, 0x2011, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8fb1, 0x2011, 0x0002, 0x080c, 0x8fbb, 0x080c, 0x8ea3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2019, 0x0000, 0x080c, 0x8f2e, 0x6803, 0x00a0, 0x2001, 0xc9e5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2003, 0x0001, 0x2001, 0xc700, 0x2003, 0x0001, 0xa085, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0468, 0x86ff, 0x1110, 0x080c, 0x1e81, 0x60e3, 0x0000, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc9d5, 0x2004, 0x080c, 0x294f, 0x60e2, 0x080c, 0x2504, 0x6803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0080, 0x20a9, 0x0384, 0x6027, 0x1e00, 0x2009, 0x1e00, 0xe000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6024, 0xa10c, 0x0138, 0x1d04, 0x6183, 0x2091, 0x6000, 0x1f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6183, 0x0820, 0x6028, 0xa085, 0x1e00, 0x602a, 0x70a0, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1118, 0x6887, 0x0001, 0x0008, 0x6886, 0xa006, 0x00ee, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x003e, 0x002e, 0x001e, 0x015e, 0x0005, 0x0156, 0x0016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x0036, 0x00c6, 0x00d6, 0x00e6, 0x2061, 0x0100, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc700, 0x2069, 0x0140, 0x6020, 0xa084, 0x00c0, 0x0120, 0x6884,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x1904, 0x61fa, 0x6803, 0x0088, 0x60e3, 0x0000, 0x6887,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x2001, 0x0000, 0x080c, 0x294f, 0x2069, 0x0200, 0x6804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x1118, 0x6808, 0xa005, 0x01c0, 0x6028, 0xa084, 0xfbff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x602a, 0x6027, 0x0400, 0x2069, 0xca04, 0x7000, 0x206a, 0x708b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x7003, 0x0001, 0x20a9, 0x0002, 0x1d04, 0x61dd, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6000, 0x1f04, 0x61dd, 0x0804, 0x622b, 0x2069, 0x0140, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0384, 0x6027, 0x1e00, 0x2009, 0x1e00, 0xe000, 0x6024, 0xa10c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0520, 0xa084, 0x1a00, 0x1508, 0x1d04, 0x61e9, 0x2091, 0x6000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1f04, 0x61e9, 0x2011, 0x0003, 0x080c, 0x8fb1, 0x2011, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8fbb, 0x080c, 0x8ea3, 0x2019, 0x0000, 0x080c, 0x8f2e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6803, 0x00a0, 0x2001, 0xc9e5, 0x2003, 0x0001, 0x2001, 0xc700,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2003, 0x0001, 0xa085, 0x0001, 0x00b0, 0x080c, 0x2504, 0x6803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0080, 0x2069, 0x0140, 0x60e3, 0x0000, 0x70a0, 0xa005, 0x1118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6887, 0x0001, 0x0008, 0x6886, 0x2001, 0xc9d5, 0x2004, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x294f, 0x60e2, 0xa006, 0x00ee, 0x00de, 0x00ce, 0x003e, 0x002e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x015e, 0x0005, 0x0156, 0x0016, 0x0026, 0x0036, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x00e6, 0x2061, 0x0100, 0x2071, 0xc700, 0x6020, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c0, 0x01e0, 0x2011, 0x0003, 0x080c, 0x8fb1, 0x2011, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8fbb, 0x080c, 0x8ea3, 0x2019, 0x0000, 0x080c, 0x8f2e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2069, 0x0140, 0x6803, 0x00a0, 0x2001, 0xc9e5, 0x2003, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc700, 0x2003, 0x0001, 0x0804, 0x62d0, 0x2001, 0xc70c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x200c, 0xd1b4, 0x1160, 0xc1b5, 0x2102, 0x080c, 0x6360, 0x2069,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0140, 0x080c, 0x2504, 0x6803, 0x0080, 0x60e3, 0x0000, 0x2069,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0200, 0x6804, 0xa005, 0x1118, 0x6808, 0xa005, 0x01c0, 0x6028,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0xfdff, 0x602a, 0x6027, 0x0200, 0x2069, 0xca04, 0x7000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x206a, 0x708b, 0x0027, 0x7003, 0x0001, 0x20a9, 0x0002, 0x1d04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6287, 0x2091, 0x6000, 0x1f04, 0x6287, 0x0804, 0x62d0, 0x6027,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1e00, 0x2009, 0x1e00, 0xe000, 0x6024, 0xa10c, 0x01c8, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1c00, 0x11b0, 0x1d04, 0x628f, 0x0006, 0x0016, 0x00c6, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x080c, 0x6fed, 0x00ee, 0x00de, 0x00ce, 0x001e, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x2071, 0xca39, 0x7018, 0x00ee, 0xa005, 0x1d00, 0x0500,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x2011, 0x5f6d, 0x080c, 0x708b, 0x2011, 0x636b, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7153, 0x002e, 0x2069, 0x0140, 0x60e3, 0x0000, 0x70a0, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1118, 0x6887, 0x0001, 0x0008, 0x6886, 0x2001, 0xc9d5, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x294f, 0x60e2, 0x2001, 0xc70c, 0x200c, 0xc1b4, 0x2102,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x00de, 0x00ce, 0x003e, 0x002e, 0x001e, 0x015e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0156, 0x0016, 0x0026, 0x0036, 0x0046, 0x00c6, 0x00e6, 0x2061,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0100, 0x2071, 0xc700, 0x7130, 0xd184, 0x1180, 0x2011, 0xc752,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2214, 0xd2ec, 0x0138, 0xc18d, 0x7132, 0x2011, 0xc752, 0x2214,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd2ac, 0x1120, 0x7030, 0xd08c, 0x0904, 0x633a, 0x2011, 0xc752,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x220c, 0xd1a4, 0x0530, 0x0016, 0x2009, 0x0001, 0x2011, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7202, 0x2019, 0x000e, 0x080c, 0xc133, 0x0156, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x007f, 0x2009, 0x0000, 0xa186, 0x007e, 0x0170, 0xa186, 0x0080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0158, 0x080c, 0x54bd, 0x1140, 0x8127, 0xa006, 0x0016, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0x080c, 0xc1b8, 0x001e, 0x8108, 0x1f04, 0x630b, 0x015e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0xd1ac, 0x1148, 0x0016, 0x2009, 0x0002, 0x2019, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x2d31, 0x001e, 0x0070, 0x0156, 0x20a9, 0x007f, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x080c, 0x54bd, 0x1110, 0x080c, 0x50c3, 0x8108, 0x1f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6331, 0x015e, 0x2011, 0x0003, 0x080c, 0x8fb1, 0x2011, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8fbb, 0x080c, 0x8ea3, 0x0036, 0x2019, 0x0000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8f2e, 0x003e, 0x60e3, 0x0000, 0x2001, 0xc700, 0x2003, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5fd2, 0x00ee, 0x00ce, 0x004e, 0x003e, 0x002e, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x015e, 0x0005, 0x0026, 0x2011, 0x636b, 0x080c, 0x7153, 0x002e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x0026, 0x2009, 0x0064, 0x2011, 0x636b, 0x080c, 0x714a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002e, 0x001e, 0x0005, 0x00e6, 0x00f6, 0x0016, 0x080c, 0x8cc4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xc700, 0x080c, 0x5f19, 0x001e, 0x00fe, 0x00ee, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xc801, 0x7003, 0x0000, 0x7007, 0x0000, 0x700f, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x702b, 0x0001, 0x704f, 0x0000, 0x7053, 0x0001, 0x705f, 0x0020,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7063, 0x0040, 0x7083, 0x0000, 0x708b, 0x0000, 0x708f, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x70bf, 0x0000, 0x0005, 0x00e6, 0x2071, 0xc801, 0x6848, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1130, 0x7028, 0xc085, 0x702a, 0xa085, 0x0001, 0x0428, 0x6a50,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7236, 0x6b54, 0x733a, 0x6858, 0x703e, 0x707a, 0x685c, 0x7042,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x707e, 0x6848, 0x702e, 0x6840, 0x7032, 0x2009, 0x000c, 0x200a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8007, 0x8006, 0x8006, 0xa08c, 0x003f, 0xa084, 0xffc0, 0xa210,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2100, 0xa319, 0x7272, 0x7376, 0x7028, 0xc084, 0x702a, 0x7007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x700f, 0x0000, 0xa006, 0x00ee, 0x0005, 0x2b78, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc801, 0x7004, 0x0043, 0x700c, 0x0002, 0x63d2, 0x63c9, 0x63c9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x63c9, 0x63c9, 0x0005, 0x6428, 0x6429, 0x645b, 0x645c, 0x6426,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x64aa, 0x64af, 0x64e0, 0x64e1, 0x64fc, 0x64fd, 0x64fe, 0x64ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6500, 0x6501, 0x65cc, 0x65f3, 0x700c, 0x0002, 0x63eb, 0x6426,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6426, 0x6427, 0x6427, 0x7830, 0x7930, 0xa106, 0x0120, 0x7830,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7930, 0xa106, 0x1510, 0x7030, 0xa10a, 0x01f8, 0x1210, 0x712c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa10a, 0xa18a, 0x0002, 0x12d0, 0x080c, 0x1607, 0x01b0, 0x2d00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x705a, 0x7063, 0x0040, 0x2001, 0x0003, 0x7057, 0x0000, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x2091, 0x8000, 0x2009, 0xca58, 0x2104, 0xc085, 0x200a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0x700e, 0x012e, 0x080c, 0x1687, 0x0005, 0x080c, 0x1607,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0de0, 0x2d00, 0x705a, 0x080c, 0x1607, 0x1108, 0x0c10, 0x2d00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7086, 0x7063, 0x0080, 0x2001, 0x0004, 0x08f8, 0x0005, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x700c, 0x0002, 0x6430, 0x6433, 0x6441, 0x645a, 0x645a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x63e4, 0x0005, 0x0126, 0x8001, 0x700e, 0x7058, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x6945, 0x0120, 0x2091, 0x8000, 0x080c, 0x63e4, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0048, 0x0126, 0x8001, 0x700e, 0x080c, 0x6945, 0x7058, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7084, 0x705a, 0x6803, 0x0000, 0x6807, 0x0000, 0x6834, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0xa08a, 0x003a, 0x1218, 0x00db, 0x012e, 0x0005, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x6502, 0x0005, 0x0005, 0x0005, 0x00e6, 0x2071, 0xc801,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x700c, 0x0002, 0x6467, 0x6467, 0x6467, 0x6469, 0x646c, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x700f, 0x0001, 0x0010, 0x700f, 0x0002, 0x00ee, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6502, 0x6502, 0x651e, 0x6502, 0x66d7, 0x6502, 0x6502, 0x6502,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6502, 0x6502, 0x651e, 0x6719, 0x675c, 0x67a5, 0x67b9, 0x6502,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6502, 0x653a, 0x651e, 0x654e, 0x6502, 0x65a9, 0x6862, 0x687d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6502, 0x653a, 0x6502, 0x654e, 0x6502, 0x6502, 0x659f, 0x687d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6502, 0x6502, 0x6502, 0x6502, 0x6502, 0x6502, 0x6502, 0x6502,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6502, 0x6563, 0x6502, 0x6502, 0x6502, 0x6502, 0x6502, 0x6502,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6502, 0x6502, 0x6502, 0x6502, 0x6502, 0x6963, 0x6502, 0x6963,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6502, 0x6578, 0x7020, 0x2068, 0x080c, 0x163b, 0x0005, 0x700c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x64b6, 0x64b9, 0x64c7, 0x64df, 0x64df, 0x080c, 0x63e4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0126, 0x8001, 0x700e, 0x7058, 0x0006, 0x080c, 0x6945,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0120, 0x2091, 0x8000, 0x080c, 0x63e4, 0x00de, 0x0048, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8001, 0x700e, 0x080c, 0x6945, 0x7058, 0x2068, 0x7084, 0x705a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6803, 0x0000, 0x6807, 0x0000, 0x6834, 0xa084, 0x00ff, 0xa08a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001a, 0x1218, 0x003b, 0x012e, 0x0005, 0x012e, 0x0419, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0005, 0x6502, 0x651e, 0x66c3, 0x6502, 0x651e, 0x6502,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x651e, 0x651e, 0x6502, 0x651e, 0x66c3, 0x651e, 0x651e, 0x651e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x651e, 0x651e, 0x6502, 0x651e, 0x66c3, 0x6502, 0x6502, 0x651e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6502, 0x6502, 0x6502, 0x651e, 0x0005, 0x0005, 0x0005, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0005, 0x7007, 0x0001, 0x6838, 0xa084, 0x00ff, 0xc0d5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x683a, 0x0126, 0x2091, 0x8000, 0x080c, 0x596c, 0x012e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7007, 0x0001, 0x6838, 0xa084, 0x00ff, 0xc0e5, 0x683a, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x8000, 0x080c, 0x596c, 0x012e, 0x0005, 0x7007, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6838, 0xa084, 0x00ff, 0xc0ed, 0x683a, 0x0126, 0x2091, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x596c, 0x012e, 0x0005, 0x7007, 0x0001, 0x6838, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0xc0dd, 0x683a, 0x0126, 0x2091, 0x8000, 0x080c, 0x596c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x0005, 0x6834, 0x8007, 0xa084, 0x00ff, 0x0988, 0x8001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1120, 0x7007, 0x0001, 0x0804, 0x665c, 0x7007, 0x0006, 0x7012,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d00, 0x7016, 0x701a, 0x704b, 0x665c, 0x0005, 0x6834, 0x8007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x00ff, 0x0904, 0x6510, 0x8001, 0x1120, 0x7007, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x6679, 0x7007, 0x0006, 0x7012, 0x2d00, 0x7016, 0x701a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x704b, 0x6679, 0x0005, 0x6834, 0x8007, 0xa084, 0x00ff, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6510, 0x8001, 0x1120, 0x7007, 0x0001, 0x0804, 0x66a2, 0x7007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x7012, 0x2d00, 0x7016, 0x701a, 0x704b, 0x66a2, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6834, 0x8007, 0xa084, 0x00ff, 0xa086, 0x0001, 0x1904, 0x6510,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7007, 0x0001, 0x2009, 0xc730, 0x210c, 0x81ff, 0x11a8, 0x6838,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x00ff, 0x683a, 0x6853, 0x0000, 0x080c, 0x5292, 0x1108,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0126, 0x2091, 0x8000, 0x6837, 0x0139, 0x684a, 0x6952,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x596c, 0x012e, 0x0ca0, 0x2001, 0x0028, 0x0c90, 0x684c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x00c0, 0xa086, 0x00c0, 0x1120, 0x7007, 0x0001, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6895, 0x2d00, 0x7016, 0x701a, 0x20a9, 0x0004, 0xa080, 0x0024,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2098, 0x20a1, 0xc82c, 0x53a3, 0x6858, 0x7012, 0xa082, 0x0401,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1a04, 0x652c, 0x6a84, 0xa28a, 0x0002, 0x1a04, 0x652c, 0x82ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1138, 0x6888, 0x698c, 0xa105, 0x0118, 0x2001, 0x662f, 0x0018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa280, 0x6625, 0x2005, 0x70c6, 0x7010, 0xa015, 0x0904, 0x6611,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x1607, 0x1118, 0x7007, 0x000f, 0x0005, 0x2d00, 0x7022,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x70c4, 0x2060, 0x2c05, 0x6836, 0xe004, 0xad00, 0x7096, 0xe008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa20a, 0x1210, 0xa00e, 0x2200, 0x7112, 0xe20c, 0x8003, 0x800b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa296, 0x0004, 0x0108, 0xa108, 0x719a, 0x810b, 0x719e, 0xae90,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0022, 0x080c, 0x166f, 0x7090, 0xa08e, 0x0100, 0x0170, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0200, 0x0118, 0x7007, 0x0010, 0x0005, 0x7020, 0x2068, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x163b, 0x7014, 0x2068, 0x0804, 0x652c, 0x7020, 0x2068, 0x7018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6802, 0x6807, 0x0000, 0x2d08, 0x2068, 0x6906, 0x711a, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x65cc, 0x7014, 0x2068, 0x7007, 0x0001, 0x6884, 0xa005, 0x1128,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6888, 0x698c, 0xa105, 0x0108, 0x00b1, 0x6834, 0xa084, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x001e, 0x0904, 0x6895, 0x04b8, 0x6627, 0x662b, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0011, 0x0007, 0x0004, 0x000a, 0x000f, 0x0005, 0x0006, 0x000a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0011, 0x0005, 0x0004, 0x00f6, 0x00e6, 0x00c6, 0x0076, 0x0066,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6f88, 0x6e8c, 0x6804, 0x2060, 0xacf0, 0x0021, 0xacf8, 0x0027,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0005, 0x700c, 0x7816, 0x7008, 0x7812, 0x7004, 0x7806,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7000, 0x7802, 0x7e0e, 0x7f0a, 0x8109, 0x0128, 0xaef2, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xaffa, 0x0006, 0x0c78, 0x6004, 0xa065, 0x1d30, 0x006e, 0x007e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x00ee, 0x00fe, 0x0005, 0x2009, 0xc730, 0x210c, 0x81ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1198, 0x6838, 0xa084, 0x00ff, 0x683a, 0x080c, 0x5122, 0x1108,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x080c, 0x5aa9, 0x0126, 0x2091, 0x8000, 0x080c, 0xaecf,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x596c, 0x012e, 0x0ca0, 0x2001, 0x0028, 0x2009, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0c80, 0x2009, 0xc730, 0x210c, 0x81ff, 0x11d8, 0x6858, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x01d8, 0x2001, 0xc855, 0x2004, 0xa086, 0x0000, 0x01c0, 0x6838,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x00ff, 0x683a, 0x6853, 0x0000, 0x080c, 0x51e4, 0x1108,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x684a, 0x0126, 0x2091, 0x8000, 0x080c, 0x596c, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0cb8, 0x2001, 0x0028, 0x0ca8, 0x2001, 0x0000, 0x0c90, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002c, 0x0c78, 0x2009, 0xc730, 0x210c, 0x81ff, 0x11b0, 0x6858,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x01b0, 0x6838, 0xa084, 0x00ff, 0x683a, 0x6853, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5236, 0x1108, 0x0005, 0x0126, 0x2091, 0x8000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5aa9, 0x080c, 0x596c, 0x012e, 0x0cb0, 0x2001, 0x0028, 0x0ca0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0000, 0x0c88, 0x7018, 0x6802, 0x2d08, 0x2068, 0x6906,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x711a, 0x7010, 0x8001, 0x7012, 0x0118, 0x7007, 0x0006, 0x0030,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7014, 0x2068, 0x7007, 0x0001, 0x7048, 0x080f, 0x0005, 0x7007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x6944, 0x810f, 0xa18c, 0x00ff, 0x6848, 0xa084, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x0001, 0xa096, 0x0001, 0x01b0, 0x2009, 0x0000, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0xa096, 0x0002, 0x0178, 0xa005, 0x11f0, 0x6944, 0x810f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa18c, 0x00ff, 0x080c, 0x54bd, 0x11b8, 0x0066, 0x6e50, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x55c1, 0x006e, 0x0088, 0x0046, 0x2011, 0xc70c, 0x2224, 0xc484,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2412, 0x004e, 0x00c6, 0x080c, 0x54bd, 0x1110, 0x080c, 0x571f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8108, 0x1f04, 0x6703, 0x00ce, 0x684c, 0xd084, 0x1118, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x163b, 0x0005, 0x0126, 0x2091, 0x8000, 0x080c, 0x596c, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0126, 0x2091, 0x8000, 0x7007, 0x0001, 0x2001, 0xc752,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xd0a4, 0x0580, 0x2061, 0xcab5, 0x6100, 0xd184, 0x0178,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6858, 0xa084, 0x00ff, 0x1550, 0x6000, 0xd084, 0x0520, 0x6004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x1538, 0x6003, 0x0000, 0x600b, 0x0000, 0x00c8, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x6860, 0xa005, 0x1110, 0x2001, 0x001e, 0x8000, 0x6016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6858, 0xa084, 0x00ff, 0x0178, 0x6006, 0x6858, 0x8007, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x0148, 0x600a, 0x6858, 0x8000, 0x1108, 0xc28d, 0x6202,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x0804, 0x6934, 0x012e, 0x0804, 0x692e, 0x012e, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6928, 0x012e, 0x0804, 0x692b, 0x0126, 0x2091, 0x8000, 0x7007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x2001, 0xc752, 0x2004, 0xd0a4, 0x05e0, 0x2061, 0xcab5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6000, 0xd084, 0x05b8, 0x6204, 0x6308, 0xd08c, 0x1530, 0x6c48,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa484, 0x0003, 0x0170, 0x6958, 0xa18c, 0x00ff, 0x8001, 0x1120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2100, 0xa210, 0x0620, 0x0028, 0x8001, 0x1508, 0x2100, 0xa212,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x02f0, 0xa484, 0x000c, 0x0188, 0x6958, 0x810f, 0xa18c, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa082, 0x0004, 0x1120, 0x2100, 0xa318, 0x0288, 0x0030, 0xa082,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x1168, 0x2100, 0xa31a, 0x0250, 0x6860, 0xa005, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x6016, 0x6206, 0x630a, 0x012e, 0x0804, 0x6934, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x6931, 0x012e, 0x0804, 0x692e, 0x0126, 0x2091, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7007, 0x0001, 0x2061, 0xcab5, 0x6300, 0xd38c, 0x1120, 0x6308,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8318, 0x0220, 0x630a, 0x012e, 0x0804, 0x6942, 0x012e, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6931, 0x0126, 0x00c6, 0x2091, 0x8000, 0x7007, 0x0001, 0x684c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0ac, 0x0148, 0x00c6, 0x2061, 0xcab5, 0x6000, 0xa084, 0xfcff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6002, 0x00ce, 0x0448, 0x6858, 0xa005, 0x05d0, 0x685c, 0xa065,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0598, 0x2001, 0xc730, 0x2004, 0xa005, 0x0118, 0x080c, 0xae22,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0068, 0x6013, 0x0400, 0x6057, 0x0000, 0x694c, 0xd1a4, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6950, 0x6156, 0x2009, 0x0041, 0x080c, 0x96aa, 0x6958, 0xa18c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xff00, 0xa186, 0x2000, 0x1140, 0x0026, 0x2009, 0x0000, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xfdff, 0x080c, 0x7202, 0x002e, 0x684c, 0xd0c4, 0x0148, 0x2061,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcab5, 0x6000, 0xd08c, 0x1120, 0x6008, 0x8000, 0x0208, 0x600a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x012e, 0x0804, 0x6934, 0x00ce, 0x012e, 0x0804, 0x692e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6954, 0xa186, 0x002e, 0x0d40, 0xa186, 0x002d, 0x0d28, 0xa186,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0045, 0x0510, 0xa186, 0x002a, 0x1130, 0x2001, 0xc70c, 0x200c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc194, 0x2102, 0x08c8, 0xa186, 0x0020, 0x0170, 0xa186, 0x0029,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1d18, 0x6944, 0xa18c, 0xff00, 0x810f, 0x080c, 0x54bd, 0x1960,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6000, 0xc0e4, 0x6002, 0x0840, 0x685c, 0xa065, 0x09a8, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc9fb, 0x2004, 0x6016, 0x0800, 0x685c, 0xa065, 0x0968, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6860, 0xa075, 0x2001, 0xc730, 0x2004, 0xa005, 0x0150, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xae22, 0x8eff, 0x0118, 0x2e60, 0x080c, 0xae22, 0x00ee, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x67f4, 0x6020, 0xc0dc, 0xc0d5, 0x6022, 0x2e60, 0x6007, 0x003a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6870, 0xa005, 0x0130, 0x6007, 0x003b, 0x6874, 0x602a, 0x6878,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6012, 0x6003, 0x0001, 0x080c, 0x7a35, 0x080c, 0x7f27, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x67f4, 0x2061, 0xcab5, 0x6000, 0xd084, 0x0190, 0xd08c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0x6942, 0x0126, 0x2091, 0x8000, 0x6204, 0x8210, 0x0220,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6206, 0x012e, 0x0804, 0x6942, 0x012e, 0x6853, 0x0016, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x693b, 0x6853, 0x0007, 0x0804, 0x693b, 0x6834, 0x8007, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x1118, 0x080c, 0x6510, 0x0078, 0x2030, 0x8001, 0x1120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7007, 0x0001, 0x0051, 0x0040, 0x7007, 0x0006, 0x7012, 0x2d00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7016, 0x701a, 0x704b, 0x6895, 0x0005, 0x00e6, 0x0126, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x2009, 0xc730, 0x210c, 0x81ff, 0x1904, 0x6910, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc70c, 0x210c, 0xd194, 0x1904, 0x6918, 0x6848, 0x2070, 0xae82,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcf00, 0x0a04, 0x6904, 0x2001, 0xc716, 0x2004, 0xae02, 0x1a04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6904, 0x2061, 0xcab5, 0x6100, 0xa184, 0x0301, 0xa086, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x15a8, 0x711c, 0xa186, 0x0006, 0x15b0, 0x7018, 0xa005, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6910, 0x2004, 0xd0e4, 0x1904, 0x6913, 0x7020, 0xd0dc, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x691b, 0x6853, 0x0000, 0x6803, 0x0000, 0x2d08, 0x7010, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1158, 0x7112, 0x684c, 0xd0f4, 0x1904, 0x691e, 0x2e60, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x716d, 0x012e, 0x00ee, 0x0005, 0x2068, 0x6800, 0xa005, 0x1de0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6902, 0x2168, 0x684c, 0xd0f4, 0x15c8, 0x012e, 0x00ee, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x00ee, 0x6853, 0x0006, 0x0804, 0x693b, 0xd184, 0x0dc0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd1c4, 0x11a8, 0x00b8, 0x6944, 0xa18c, 0xff00, 0x810f, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x54bd, 0x11c8, 0x6000, 0xd0e4, 0x11b0, 0x711c, 0xa186, 0x0007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1118, 0x6853, 0x0002, 0x0088, 0x6853, 0x0008, 0x0070, 0x6853,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0x0058, 0x6853, 0x0017, 0x0040, 0x6853, 0x0035, 0x0028,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6853, 0x0028, 0x0010, 0x6853, 0x0029, 0x012e, 0x00ee, 0x0418,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6853, 0x002a, 0x0cd0, 0x6853, 0x0045, 0x0cb8, 0x2e60, 0x2019,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x6017, 0x0014, 0x080c, 0xbd7c, 0x012e, 0x00ee, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x003e, 0x0058, 0x2009, 0x0004, 0x0040, 0x2009, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0028, 0x2009, 0x0016, 0x0010, 0x2009, 0x0001, 0x6854, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xff00, 0xa105, 0x6856, 0x0126, 0x2091, 0x8000, 0x080c, 0x596c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x0005, 0x080c, 0x163b, 0x0005, 0x702c, 0x7130, 0x8108,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa102, 0x0230, 0xa00e, 0x7034, 0x7072, 0x7038, 0x7076, 0x0058,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7070, 0xa080, 0x0040, 0x7072, 0x1230, 0x7074, 0xa081, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7076, 0xa085, 0x0001, 0x7932, 0x7132, 0x0005, 0x00d6, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7164, 0x00de, 0x0005, 0x2001, 0xc855, 0x2004, 0xa086, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x69be, 0x080c, 0x775b, 0x0904, 0x69c1, 0x6868, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0007, 0x0904, 0x69b5, 0x080c, 0x9626, 0x0904, 0x69b8, 0x2d00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6012, 0x6834, 0xa084, 0x00ff, 0xa086, 0x0035, 0x1198, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc9e4, 0x2004, 0xa086, 0xaaaa, 0x0130, 0x2001, 0xc734, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x0028, 0x05c8, 0x6008, 0xc0fd, 0x600a, 0x2001, 0xc9d2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0x0098, 0x6870, 0xa084, 0x00ff, 0x696c, 0xa18c, 0xff00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa105, 0x696c, 0xa18c, 0x00ff, 0x080c, 0x28fa, 0x11e0, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x54bd, 0x2c00, 0x00ce, 0x11b0, 0x601a, 0x601f, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0040, 0x6834, 0xa084, 0x00ff, 0xa086, 0x0035, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0041, 0x080c, 0x96aa, 0x0005, 0x684b, 0x0101, 0x0078,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x684b, 0x002c, 0x0060, 0x684b, 0x0028, 0x0060, 0x684b, 0x0104,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0030, 0x684b, 0x0105, 0x0018, 0x684b, 0x0106, 0x0018, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x596c, 0x0005, 0x080c, 0x596c, 0x080c, 0x967a, 0x0005, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0x0004, 0x2204, 0xa085, 0x8002, 0x2012, 0x00de, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x0002, 0x3d08, 0x20e1, 0x2000, 0x3d00, 0xa084, 0x7000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0118, 0xa086, 0x1000, 0x1590, 0x20e1, 0x0000, 0x3d00, 0xa094,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xff00, 0x8217, 0xa084, 0xf000, 0xa086, 0x3000, 0x1118, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6c23, 0x0400, 0x20e1, 0x0004, 0x3d60, 0xd1bc, 0x1170, 0x2100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0xff00, 0xa086, 0x0500, 0x1138, 0x0026, 0x2c10, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6e77, 0x002e, 0x0198, 0x0070, 0x3e60, 0xac84, 0x0007, 0x1170,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xac82, 0xcf00, 0x0258, 0x6858, 0xac02, 0x1240, 0x2009, 0x0047,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x96aa, 0x7a1c, 0xd284, 0x1918, 0x0005, 0xa016, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1870, 0x0cc0, 0x0cd8, 0x781c, 0xd08c, 0x0508, 0x0156, 0x0136,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0146, 0x20e1, 0x3000, 0x3d20, 0x3e28, 0xa584, 0x0076, 0x1520,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa484, 0x7000, 0xa086, 0x1000, 0x1198, 0x080c, 0x6a77, 0x01e0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x3000, 0x7828, 0x7828, 0x080c, 0x6a93, 0x014e, 0x013e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x015e, 0x2009, 0xca2e, 0x2104, 0xa005, 0x1904, 0x7f27, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa484, 0x7000, 0x1518, 0x0499, 0x01b8, 0x7000, 0xa084, 0xff00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x8100, 0x0d28, 0x0080, 0xd5a4, 0x0158, 0x080c, 0x1e88,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x2504, 0x2001, 0x0160, 0x2502, 0x2001, 0x0138, 0x2202,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0048, 0x00e9, 0x6883, 0x0000, 0x080c, 0xc582, 0x20e1, 0x3000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7828, 0x7828, 0x014e, 0x013e, 0x015e, 0x08c8, 0x0081, 0x1130,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7000, 0xa084, 0xff00, 0xa086, 0x8100, 0x1d70, 0x080c, 0xc582,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x3000, 0x7828, 0x7828, 0x080c, 0x6f02, 0x0c58, 0xa484,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x01ff, 0x6882, 0xa005, 0x0160, 0xa080, 0x001f, 0xa084, 0x03f8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x80ac, 0x20e1, 0x1000, 0x2ea0, 0x2099, 0x020a, 0x53a5, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x000c, 0x20e1, 0x1000, 0x2ea0, 0x2099, 0x020a, 0x53a5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x0001, 0x0ca0, 0x7000, 0xa084, 0xff00, 0xa08c, 0xf000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8007, 0xa196, 0x0000, 0x1118, 0x0804, 0x6d2c, 0x0005, 0xa196,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2000, 0x1148, 0x6900, 0xa18e, 0x0001, 0x1118, 0x080c, 0x494a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0ca8, 0x0039, 0x0c98, 0xa196, 0x8000, 0x1d80, 0x080c, 0x6dcf,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0c68, 0x00c6, 0x6a80, 0x82ff, 0x0904, 0x6c1d, 0x7110, 0xa18c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xff00, 0x810f, 0xa196, 0x0001, 0x0120, 0xa196, 0x0023, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6c1d, 0xa08e, 0x0023, 0x1570, 0x080c, 0x6e65, 0x0904, 0x6c1d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7124, 0x610a, 0x7030, 0xa08e, 0x0200, 0x1150, 0x7034, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0x6c1d, 0x2009, 0x0015, 0x080c, 0x96aa, 0x0804, 0x6c1d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa08e, 0x0214, 0x0118, 0xa08e, 0x0210, 0x1130, 0x2009, 0x0015,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x96aa, 0x0804, 0x6c1d, 0xa08e, 0x0100, 0x1904, 0x6c1d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7034, 0xa005, 0x1904, 0x6c1d, 0x2009, 0x0016, 0x080c, 0x96aa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x6c1d, 0xa08e, 0x0022, 0x1904, 0x6c1d, 0x7030, 0xa08e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0300, 0x1580, 0x68d0, 0xd0a4, 0x0528, 0xc0b5, 0x68d2, 0x7100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa18c, 0x00ff, 0x696e, 0x7004, 0x6872, 0x00f6, 0x2079, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x79e6, 0x78ea, 0x0006, 0xa084, 0x00ff, 0x0016, 0x2008, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2924, 0x7932, 0x7936, 0x001e, 0x000e, 0x00fe, 0x080c, 0x28fa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x694e, 0x703c, 0x00e6, 0x2071, 0x0140, 0x7086, 0x2071, 0xc700,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x70a2, 0x00ee, 0x7034, 0xa005, 0x1904, 0x6c1d, 0x2009, 0x0017,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x6bde, 0xa08e, 0x0400, 0x1158, 0x7034, 0xa005, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6c1d, 0x68d0, 0xc0a5, 0x68d2, 0x2009, 0x0030, 0x0804, 0x6bde,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa08e, 0x0500, 0x1140, 0x7034, 0xa005, 0x1904, 0x6c1d, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0018, 0x0804, 0x6bde, 0xa08e, 0x2010, 0x1120, 0x2009, 0x0019,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x6bde, 0xa08e, 0x2110, 0x1120, 0x2009, 0x001a, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6bde, 0xa08e, 0x5200, 0x1140, 0x7034, 0xa005, 0x1904, 0x6c1d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x001b, 0x0804, 0x6bde, 0xa08e, 0x5000, 0x1140, 0x7034,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x1904, 0x6c1d, 0x2009, 0x001c, 0x0804, 0x6bde, 0xa08e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1300, 0x1120, 0x2009, 0x0034, 0x0804, 0x6bde, 0xa08e, 0x1200,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1140, 0x7034, 0xa005, 0x1904, 0x6c1d, 0x2009, 0x0024, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6bde, 0xa08c, 0xff00, 0xa18e, 0x2400, 0x1120, 0x2009, 0x002d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x6bde, 0xa08c, 0xff00, 0xa18e, 0x5300, 0x1120, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002a, 0x0804, 0x6bde, 0xa08e, 0x0f00, 0x1120, 0x2009, 0x0020,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x6bde, 0xa08e, 0x5300, 0x1108, 0x00d8, 0xa08e, 0x6104,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x11c0, 0x2011, 0xcd8d, 0x8208, 0x2204, 0xa082, 0x0004, 0x20a8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x95ac, 0x95ac, 0x2011, 0x8015, 0x211c, 0x8108, 0x0046, 0x2124,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x41e1, 0x004e, 0x8108, 0x1f04, 0x6ba2, 0x2009, 0x0023,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0468, 0xa08e, 0x6000, 0x1118, 0x2009, 0x003f, 0x0438, 0xa08e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5400, 0x1158, 0x080c, 0x6f5c, 0x1904, 0x6c1d, 0x2009, 0x0046,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x2001, 0xc9d2, 0x2064, 0x04f0, 0xa08e, 0x5500, 0x1140,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x6f8f, 0x2009, 0x0041, 0x0188, 0x2009, 0x0042, 0x0070,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa08e, 0x7800, 0x1118, 0x2009, 0x0045, 0x0040, 0xa08e, 0x1000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1118, 0x2009, 0x004a, 0x0010, 0x2009, 0x001d, 0x0016, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd83, 0x2204, 0x8211, 0xa18e, 0x0030, 0x220c, 0x0110, 0xa115,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x05b0, 0x080c, 0x28fa, 0x1598, 0x080c, 0x5461, 0x1580, 0x6612,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6516, 0x86ff, 0x01e8, 0x001e, 0x0016, 0xa186, 0x0017, 0x1158,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x686c, 0xa606, 0x11a8, 0x6870, 0xa506, 0xa084, 0xff00, 0x1180,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6000, 0xc0f5, 0x6002, 0xa186, 0x0046, 0x1150, 0x686c, 0xa606,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1138, 0x6870, 0xa506, 0xa084, 0xff00, 0x1110, 0x001e, 0x0068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x080c, 0xaed8, 0x0168, 0x001e, 0x611a, 0x601f, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7120, 0x610a, 0x001e, 0x080c, 0x96aa, 0x00ce, 0x0005, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0ce0, 0x00ce, 0x0ce0, 0x00c6, 0x0046, 0x080c, 0x6c7e, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6c7b, 0xa184, 0xff00, 0x8007, 0xa086, 0x0008, 0x1904, 0x6c7b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa28e, 0x0033, 0x11e8, 0x080c, 0x6e65, 0x0904, 0x6c7b, 0x7124,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x610a, 0x7030, 0xa08e, 0x0200, 0x1140, 0x7034, 0xa005, 0x15d8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0015, 0x080c, 0x96aa, 0x04b0, 0xa08e, 0x0100, 0x1598,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7034, 0xa005, 0x1580, 0x2009, 0x0016, 0x080c, 0x96aa, 0x0458,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa28e, 0x0032, 0x1540, 0x7030, 0xa08e, 0x1400, 0x1520, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0038, 0x0016, 0x2011, 0xcd83, 0x2204, 0x8211, 0x220c, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x28fa, 0x11c0, 0x080c, 0x5461, 0x11a8, 0x6612, 0x6516, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x9626, 0x0170, 0x001e, 0x611a, 0x080c, 0xb03e, 0x601f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x7120, 0x610a, 0x001e, 0x080c, 0x96aa, 0x080c, 0x7f27,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x00ce, 0x001e, 0x004e, 0x00ce, 0x0005, 0x00f6, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x0016, 0x0136, 0x0146, 0x0156, 0x3c00, 0x0006, 0x2079,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0030, 0x2069, 0x0200, 0x080c, 0x1f46, 0x1590, 0x080c, 0x1e01,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x05c8, 0x04d9, 0x1130, 0x7908, 0xa18c, 0x1fff, 0xa182, 0x0011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1688, 0x20a9, 0x000c, 0x20e1, 0x0000, 0x2ea0, 0x2099, 0x020a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x53a5, 0x20e1, 0x2000, 0x2001, 0x020a, 0x2004, 0x7a0c, 0x7808,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa080, 0x0007, 0xa084, 0x1ff8, 0x0401, 0x1120, 0xa08a, 0x0140,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1a0c, 0x1537, 0x80ac, 0x20e1, 0x6000, 0x2099, 0x020a, 0x53a5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x7000, 0x6828, 0x6828, 0x7803, 0x0004, 0xa294, 0x0070,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0x20e0, 0x015e, 0x014e, 0x013e, 0x001e, 0x002e, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00fe, 0x0005, 0xa085, 0x0001, 0x0c98, 0x0006, 0x2001, 0x0111,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xa084, 0x0003, 0x000e, 0x0005, 0x0046, 0x00e6, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2028, 0x2130, 0xa696, 0x00ff, 0x1198, 0xa596, 0xfffd, 0x1120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x007f, 0x0804, 0x6d27, 0xa596, 0xfffe, 0x1118, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x007e, 0x04e8, 0xa596, 0xfffc, 0x1118, 0x2009, 0x0080, 0x04b8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0x0000, 0x2019, 0xc734, 0x231c, 0xd3ac, 0x0138, 0x2021,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x20a9, 0x00ff, 0x2071, 0xc87a, 0x0030, 0x2021, 0x0081,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x007e, 0x2071, 0xc8fb, 0x2e1c, 0x83ff, 0x1128, 0x82ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1198, 0x2410, 0xc2fd, 0x0080, 0x2368, 0x6f10, 0x0006, 0x2100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa706, 0x000e, 0x6b14, 0x1120, 0xa346, 0x1110, 0x2408, 0x0078,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x87ff, 0x1110, 0x83ff, 0x0d58, 0x8420, 0x8e70, 0x1f04, 0x6d04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x82ff, 0x1118, 0xa085, 0x0001, 0x0018, 0xc2fc, 0x2208, 0xa006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x00ee, 0x004e, 0x0005, 0xa084, 0x0007, 0x000a, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6d38, 0x6d38, 0x6d38, 0x6eef, 0x6d38, 0x6d39, 0x6d4e, 0x6dba,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x7110, 0xd1bc, 0x0188, 0x7120, 0x2160, 0xac8c, 0x0007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1160, 0xac8a, 0xcf00, 0x0248, 0x6858, 0xac02, 0x1230, 0x7124,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x610a, 0x2009, 0x0046, 0x080c, 0x96aa, 0x0005, 0x00c6, 0x7110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd1bc, 0x1904, 0x6da1, 0x2011, 0xcd83, 0x2204, 0x8211, 0x220c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x28fa, 0x1904, 0x6da1, 0x080c, 0x5461, 0x1904, 0x6da1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6612, 0x6516, 0x6000, 0xd0ec, 0x15e0, 0x6204, 0xa294, 0xff00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8217, 0xa286, 0x0006, 0x0160, 0x080c, 0x609a, 0x11d0, 0x6204,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa294, 0x00ff, 0xa286, 0x0006, 0x11a0, 0xa295, 0x0600, 0x6206,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x080c, 0x9626, 0x001e, 0x0530, 0x611a, 0x601f, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7120, 0x610a, 0x7130, 0x6152, 0x2009, 0x0044, 0x080c, 0x96aa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c0, 0x00c6, 0x080c, 0x9626, 0x001e, 0x0198, 0x611a, 0x601f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x7120, 0x610a, 0xa286, 0x0004, 0x1118, 0x6007, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x6007, 0x0001, 0x6003, 0x0001, 0x080c, 0x7a7b, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7f27, 0x00ce, 0x0005, 0x00c6, 0x080c, 0xaed8, 0x001e, 0x0dc8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x611a, 0x601f, 0x0006, 0x7120, 0x610a, 0x7130, 0x6152, 0x6013,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0300, 0x6003, 0x0001, 0x6007, 0x0041, 0x080c, 0x7a35, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7f27, 0x0c38, 0x7110, 0xd1bc, 0x0188, 0x7020, 0x2060, 0xac84,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0007, 0x1160, 0xac82, 0xcf00, 0x0248, 0x6858, 0xac02, 0x1230,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7124, 0x610a, 0x2009, 0x0045, 0x080c, 0x96aa, 0x0005, 0x7110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa18c, 0xff00, 0x810f, 0xa18e, 0x0000, 0x1130, 0xa084, 0x000f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa08a, 0x0006, 0x1208, 0x000b, 0x0005, 0x6de3, 0x6de4, 0x6de3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6de3, 0x6e4d, 0x6e59, 0x0005, 0x7110, 0xd1bc, 0x0120, 0x702c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd084, 0x0904, 0x6e4c, 0x700c, 0x7108, 0x080c, 0x28fa, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6e4c, 0x080c, 0x5461, 0x1904, 0x6e4c, 0x6612, 0x6516, 0x6204,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7110, 0xd1bc, 0x01f8, 0xa28c, 0x00ff, 0xa186, 0x0004, 0x0118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa186, 0x0006, 0x15c8, 0x00c6, 0x080c, 0x6e65, 0x00ce, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6e4c, 0x00c6, 0x080c, 0x9626, 0x001e, 0x05f0, 0x611a, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb03e, 0x601f, 0x0002, 0x7120, 0x610a, 0x2009, 0x0088, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x96aa, 0x0490, 0xa28c, 0x00ff, 0xa186, 0x0006, 0x0160, 0xa186,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x0148, 0xa294, 0xff00, 0x8217, 0xa286, 0x0004, 0x0118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa286, 0x0006, 0x1188, 0x00c6, 0x080c, 0x9626, 0x001e, 0x01e0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x611a, 0x080c, 0xb03e, 0x601f, 0x0005, 0x7120, 0x610a, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0088, 0x080c, 0x96aa, 0x0080, 0x00c6, 0x080c, 0x9626, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0158, 0x611a, 0x080c, 0xb03e, 0x601f, 0x0004, 0x7120, 0x610a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0001, 0x080c, 0x96aa, 0x0005, 0x7110, 0xd1bc, 0x0140,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00a1, 0x0130, 0x7124, 0x610a, 0x2009, 0x0089, 0x080c, 0x96aa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x7110, 0xd1bc, 0x0140, 0x0041, 0x0130, 0x7124, 0x610a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x008a, 0x080c, 0x96aa, 0x0005, 0x7020, 0x2060, 0xac84,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0007, 0x1158, 0xac82, 0xcf00, 0x0240, 0x2001, 0xc716, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xac02, 0x1218, 0xa085, 0x0001, 0x0005, 0xa006, 0x0ce8, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x00e6, 0x2001, 0xc855, 0x2004, 0xa086, 0x0000, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6eea, 0x20e1, 0x0000, 0x3d08, 0xa18c, 0x00ff, 0xa18e, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1500, 0x3e00, 0xa086, 0xffff, 0x11e0, 0x2001, 0xc9d2, 0x2064,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x00ff, 0x0006, 0x0016, 0x2001, 0xc71c, 0x2004, 0x20e1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x3e08, 0xa106, 0x1130, 0x2001, 0xc71b, 0x2004, 0x3d08,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa106, 0x0118, 0x001e, 0x000e, 0x00a8, 0x001e, 0x000e, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6eea, 0x20e1, 0x0001, 0x3d08, 0x3e00, 0x0156, 0x080c, 0x28fa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x015e, 0x15c0, 0x080c, 0x54bd, 0x0128, 0x2001, 0xc9d2, 0x2064,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x00ff, 0x2138, 0x873f, 0x2c00, 0x2070, 0x20e1, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3d18, 0x831f, 0xa39c, 0x00ff, 0x20e1, 0x2000, 0x3d00, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7000, 0xa086, 0x1000, 0x0120, 0x080c, 0x76be, 0x11d8, 0x0080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x9626, 0x01b8, 0x20e1, 0x0002, 0x3e08, 0xd19c, 0x0118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6124, 0xc19d, 0x6126, 0x2e00, 0x601a, 0x620a, 0x601f, 0x0009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0101, 0x080c, 0x96aa, 0xa085, 0x0001, 0x00ee, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x0005, 0xa006, 0x00ee, 0x00de, 0x00ce, 0x0005, 0x7110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd1bc, 0x1178, 0x7024, 0x2060, 0xac84, 0x0007, 0x1150, 0xac82,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcf00, 0x0238, 0x6858, 0xac02, 0x1220, 0x2009, 0x0051, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x96aa, 0x0005, 0x2031, 0x0105, 0x0069, 0x0005, 0x2031, 0x0206,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0049, 0x0005, 0x2031, 0x0207, 0x0029, 0x0005, 0x2031, 0x0213,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0009, 0x0005, 0x00c6, 0x00d6, 0x00f6, 0x7000, 0xa084, 0xf000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0xc000, 0x05b0, 0x080c, 0x9626, 0x0598, 0x0066, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0046, 0x2011, 0xcd83, 0x2204, 0x8211, 0x220c, 0x080c, 0x28fa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1580, 0x080c, 0x5461, 0x1568, 0x6612, 0x6516, 0x2c00, 0x004e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x601a, 0x080c, 0xb03e, 0x080c, 0x1624, 0x01f0, 0x2d00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6056, 0x6803, 0x0000, 0x6837, 0x0000, 0x6c3a, 0xadf8, 0x000f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x000e, 0x2fa0, 0x2e98, 0x53a3, 0x006e, 0x6612, 0x6007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x003e, 0x601f, 0x0001, 0x6003, 0x0001, 0x080c, 0x7a7b, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7f27, 0x00fe, 0x00de, 0x00ce, 0x0005, 0x080c, 0x967a, 0x006e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0cc0, 0x004e, 0x00ce, 0x0cc8, 0x0156, 0x0046, 0x2e00, 0xa0a0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0x2404, 0x2020, 0x8427, 0xa4a4, 0x0007, 0xd484, 0x0148,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x0003, 0x2019, 0xc706, 0x2011, 0xcd9b, 0x080c, 0xa114,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x11d8, 0xd48c, 0x0148, 0x20a9, 0x0003, 0x2019, 0xc702, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd9f, 0x080c, 0xa114, 0x1180, 0xd494, 0x0170, 0x080c, 0x7760,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0148, 0x20a9, 0x0008, 0x2019, 0xc799, 0x2011, 0xcdaa, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa128, 0x0010, 0xa085, 0x0001, 0x004e, 0x015e, 0x0005, 0x0156,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0046, 0x2e00, 0xa0a0, 0x000e, 0x2404, 0x2020, 0x8427, 0xa4a4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0007, 0xd484, 0x0148, 0x20a9, 0x0003, 0x2019, 0xc706, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd93, 0x080c, 0xa114, 0x11d8, 0xd48c, 0x0148, 0x20a9, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2019, 0xc702, 0x2011, 0xcd97, 0x080c, 0xa114, 0x1180, 0xd494,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0170, 0x080c, 0x7760, 0x0148, 0x20a9, 0x0008, 0x2019, 0xc799,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0xcda2, 0x080c, 0xa128, 0x0010, 0xa085, 0x0001, 0x004e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x015e, 0x0005, 0x2071, 0xca39, 0x7003, 0x0003, 0x700f, 0x0361,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa006, 0x701a, 0x7076, 0x7012, 0x7017, 0xcf00, 0x7007, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7026, 0x702b, 0x8cdb, 0x7032, 0x7037, 0x8d3b, 0x703b, 0xffff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x703f, 0xffff, 0x7042, 0x7047, 0x48dd, 0x704a, 0x705b, 0x7120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc9e6, 0x2003, 0x0003, 0x2001, 0xc9e8, 0x2003, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3a00, 0xa084, 0x0005, 0x706e, 0x0005, 0x2071, 0xca39, 0x1d04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x707a, 0x2091, 0x6000, 0x700c, 0x8001, 0x700e, 0x1518, 0x700f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0361, 0x7007, 0x0001, 0x0126, 0x2091, 0x8000, 0x7040, 0xa00d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0128, 0x8109, 0x7142, 0x1110, 0x7044, 0x080f, 0x00c6, 0x2061,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc700, 0x6034, 0x00ce, 0xd0cc, 0x0180, 0x3a00, 0xa084, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x726c, 0xa216, 0x0150, 0x706e, 0x2011, 0x8043, 0x2018, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x41e1, 0x0018, 0x0126, 0x2091, 0x8000, 0x7024, 0xa00d, 0x0188,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7020, 0x8001, 0x7022, 0x1168, 0x7023, 0x0009, 0x8109, 0x7126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa186, 0x03e8, 0x1110, 0x7028, 0x080f, 0x81ff, 0x1110, 0x7028,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080f, 0x7030, 0xa00d, 0x0158, 0x702c, 0x8001, 0x702e, 0x1138,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x702f, 0x0009, 0x8109, 0x7132, 0x1110, 0x7034, 0x080f, 0x7038,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x0118, 0x0310, 0x8001, 0x703a, 0x703c, 0xa005, 0x0118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0310, 0x8001, 0x703e, 0x704c, 0xa00d, 0x0168, 0x7048, 0x8001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x704a, 0x1148, 0x704b, 0x0009, 0x8109, 0x714e, 0x1120, 0x7150,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x714e, 0x7058, 0x080f, 0x7018, 0xa00d, 0x01d8, 0x0016, 0x7074,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa00d, 0x0158, 0x7070, 0x8001, 0x7072, 0x1138, 0x7073, 0x0009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8109, 0x7176, 0x1110, 0x7078, 0x080f, 0x001e, 0x7008, 0x8001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x700a, 0x1138, 0x700b, 0x0009, 0x8109, 0x711a, 0x1110, 0x701c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080f, 0x012e, 0x7004, 0x0002, 0x70a0, 0x70a1, 0x70b9, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xca39, 0x7018, 0xa005, 0x1120, 0x711a, 0x721e, 0x700b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0009, 0x00ee, 0x0005, 0x00e6, 0x0006, 0x2071, 0xca39, 0x701c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa206, 0x1110, 0x701a, 0x701e, 0x000e, 0x00ee, 0x0005, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xca39, 0x6088, 0xa102, 0x0208, 0x618a, 0x00ee, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x7110, 0x080c, 0x54bd, 0x1158, 0x6088, 0x8001, 0x0240,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x608a, 0x1130, 0x0126, 0x2091, 0x8000, 0x080c, 0x7f27, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8108, 0xa182, 0x00ff, 0x0218, 0xa00e, 0x7007, 0x0002, 0x7112,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x7014, 0x2060, 0x0126, 0x2091, 0x8000, 0x603c, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0128, 0x8001, 0x603e, 0x1110, 0x080c, 0xaf18, 0x6014, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0518, 0x8001, 0x6016, 0x1500, 0x611c, 0xa186, 0x0003, 0x0130,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa186, 0x0006, 0x0118, 0xa186, 0x0009, 0x11a0, 0x6010, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6854, 0xa08a, 0x199a, 0x0270, 0xa082, 0x1999, 0x6856, 0xa08a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x199a, 0x0210, 0x2001, 0x1999, 0x8003, 0x800b, 0x810b, 0xa108,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6116, 0x0010, 0x080c, 0xaa02, 0x012e, 0xac88, 0x0018, 0x7116,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc716, 0x2004, 0xa080, 0x0017, 0xa102, 0x0220, 0x7017,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcf00, 0x7007, 0x0000, 0x0005, 0x00e6, 0x2071, 0xca39, 0x7027,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x07d0, 0x7023, 0x0009, 0x00ee, 0x0005, 0x2001, 0xca42, 0x2003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x0005, 0x00e6, 0x2071, 0xca39, 0x7132, 0x702f, 0x0009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x0005, 0x2011, 0xca45, 0x2013, 0x0000, 0x0005, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xca39, 0x711a, 0x721e, 0x700b, 0x0009, 0x00ee, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x0026, 0x7054, 0x8000, 0x7056, 0x2061, 0xc9e6, 0x6008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0000, 0x0158, 0x7068, 0x6032, 0x7064, 0x602e, 0x7060,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x602a, 0x705c, 0x6026, 0x2c10, 0x080c, 0x166f, 0x002e, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0006, 0x0016, 0x00c6, 0x00d6, 0x00e6, 0x00f6, 0x0156,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x6fed, 0x015e, 0x00fe, 0x00ee, 0x00de, 0x00ce, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0x0005, 0x00e6, 0x2071, 0xca39, 0x7176, 0x727a, 0x7073,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0009, 0x00ee, 0x0005, 0x00e6, 0x0006, 0x2071, 0xca39, 0x7078,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa206, 0x1110, 0x7076, 0x707a, 0x000e, 0x00ee, 0x0005, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2061, 0xcab5, 0x00ce, 0x0005, 0xa184, 0x000f, 0x8003, 0x8003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8003, 0xa080, 0xcab5, 0x2060, 0x0005, 0x6854, 0xa08a, 0x199a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0210, 0x2001, 0x1999, 0xa005, 0x1150, 0x00c6, 0x2061, 0xcab5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6014, 0x00ce, 0xa005, 0x1138, 0x2001, 0x001e, 0x0020, 0xa08e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xffff, 0x1108, 0xa006, 0x8003, 0x800b, 0x810b, 0xa108, 0x6116,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x684c, 0xa08c, 0x00c0, 0xa18e, 0x00c0, 0x05b0, 0xd0b4, 0x1138,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0bc, 0x1528, 0x2009, 0x0006, 0x080c, 0x71dd, 0x0005, 0xd0fc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0130, 0xa084, 0x0003, 0x0118, 0xa086, 0x0003, 0x15c0, 0x6020,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0d4, 0x0130, 0xc0d4, 0x6022, 0x6860, 0x602a, 0x685c, 0x602e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0xc773, 0x2104, 0xd084, 0x0128, 0x2009, 0x0042, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x96aa, 0x0005, 0x2009, 0x0043, 0x080c, 0x96aa, 0x0005, 0xd0fc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0130, 0xa084, 0x0003, 0x0118, 0xa086, 0x0003, 0x11c0, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0042, 0x080c, 0x96aa, 0x0005, 0xd0fc, 0x0150, 0xa084, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa08e, 0x0002, 0x0138, 0x2009, 0x0041, 0x080c, 0x96aa, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0051, 0x0ce8, 0x2009, 0x0043, 0x080c, 0x96aa, 0x0cc0, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x0019, 0x0005, 0x2009, 0x0001, 0x00d6, 0x6010, 0xa0ec,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xf000, 0x01f0, 0x2068, 0x6952, 0x6800, 0x6012, 0xa186, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1188, 0x694c, 0xa18c, 0x8100, 0xa18e, 0x8100, 0x1158, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2061, 0xcab5, 0x6200, 0xd28c, 0x1120, 0x6204, 0x8210, 0x0208,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6206, 0x00ce, 0x080c, 0x596c, 0x6010, 0xa06d, 0x190c, 0x716d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x0005, 0x0156, 0x00c6, 0x2061, 0xcab5, 0x6000, 0x81ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0110, 0xa205, 0x0008, 0xa204, 0x6002, 0x00ce, 0x015e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6800, 0xd08c, 0x1138, 0x6808, 0xa005, 0x0120, 0x8001, 0x680a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x0001, 0x0005, 0x2071, 0xc854, 0x7003, 0x0006, 0x7007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x700f, 0x0000, 0x7013, 0x0001, 0x702f, 0x0006, 0x7033,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x7063, 0x0000, 0x0005, 0x00e6, 0x2071, 0xc854, 0x6a2c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x721e, 0x6b30, 0x7322, 0x6834, 0x7026, 0x705a, 0x6838, 0x702a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x705e, 0x6824, 0x7016, 0x683c, 0x701a, 0x2009, 0x0070, 0x200a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x0150, 0x2009, 0x0000, 0xa188, 0x000c, 0x8001, 0x1de0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2100, 0xa210, 0x1208, 0x8318, 0x7252, 0x7356, 0x7010, 0xc084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7012, 0x7007, 0x0001, 0x700f, 0x0000, 0xa006, 0x00ee, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b78, 0x2071, 0xc854, 0x7004, 0x004b, 0x700c, 0x0002, 0x7262,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x725b, 0x725b, 0x0005, 0x726c, 0x72bd, 0x72be, 0x72bf, 0x72c0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x72d3, 0x72d4, 0x700c, 0x0cba, 0x2f00, 0xa080, 0x0070, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2f08, 0xa188, 0x0070, 0x210c, 0xa106, 0x0150, 0x2f00, 0xa080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0070, 0x2004, 0x2f08, 0xa188, 0x0070, 0x210c, 0xa106, 0x15e0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7018, 0xa10a, 0x1118, 0x080c, 0x7301, 0x04b0, 0x1210, 0x7114,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa10a, 0xa192, 0x000a, 0x0210, 0x2009, 0x000a, 0x00d6, 0x0016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc781, 0xa080, 0x0011, 0x2014, 0x2001, 0xc86e, 0xa080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x2004, 0xa100, 0xa202, 0x001e, 0x00de, 0x0e20, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7350, 0x2200, 0xa102, 0x0208, 0x2208, 0x713a, 0x080c, 0x744b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2100, 0x7042, 0x2001, 0x0002, 0x7037, 0x0000, 0x0126, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x8000, 0x2009, 0xca58, 0x2104, 0xc095, 0x200a, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x700e, 0x012e, 0x080c, 0x1687, 0x0005, 0x0005, 0x0005, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x700c, 0x0002, 0x72c5, 0x72c8, 0x72d2, 0x080c, 0x726a, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0126, 0x8001, 0x700e, 0x7138, 0x0041, 0x2091, 0x8000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x726a, 0x012e, 0x0005, 0x0005, 0x0005, 0x7018, 0xa100, 0x7214,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa21a, 0x1130, 0x701c, 0x7052, 0x7020, 0x7056, 0xa006, 0x0068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x080c, 0x744b, 0x2100, 0x7250, 0xa210, 0x7252, 0x1220,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7054, 0xa081, 0x0000, 0x7056, 0x000e, 0x2f08, 0xa188, 0x0070,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x200a, 0x701a, 0x0005, 0x00e6, 0x2071, 0xc854, 0x700c, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x72fb, 0x72fb, 0x72fd, 0x00ee, 0x0005, 0x700f, 0x0001, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0126, 0x2091, 0x8000, 0x00d6, 0x00e6, 0x2071, 0xc86e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x702c, 0xa005, 0x0178, 0x2068, 0x6964, 0x080c, 0x7350, 0x2100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2208, 0xa102, 0x0238, 0x6800, 0x702e, 0x080c, 0x768d, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x164b, 0x0c70, 0x00ee, 0x00de, 0x012e, 0x0005, 0x00e6, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc86e, 0x702c, 0x6802, 0x2d00, 0x702e, 0x6858, 0x7120, 0xa102,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0a0c, 0x1537, 0x7022, 0x685b, 0x0000, 0x00ee, 0x0005, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x2071, 0xc86e, 0xa006, 0x7006, 0x700e, 0x701a, 0x701e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7022, 0x7016, 0x702a, 0x7026, 0x702f, 0x0000, 0x080c, 0x74ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0168, 0x080c, 0x7531, 0x2d00, 0x7002, 0x700a, 0x701a, 0x7013,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x701f, 0x0007, 0x00ee, 0x00de, 0x0005, 0xa00e, 0x0cd8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x00d6, 0x00c6, 0x2071, 0xc86e, 0x721c, 0x2100, 0xa202,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1618, 0x080c, 0x7531, 0x090c, 0x1537, 0x7018, 0xa005, 0x1160,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d00, 0x7002, 0x700a, 0x701a, 0xa006, 0x7006, 0x700e, 0x6806,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6802, 0x7012, 0x701e, 0x0038, 0x2060, 0x6806, 0x2d00, 0x6002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x701a, 0x6803, 0x0000, 0x7010, 0x8000, 0x7012, 0x701c, 0xa080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0007, 0x701e, 0x721c, 0x08d0, 0x721c, 0x00ce, 0x00de, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0156, 0x0136, 0x0146, 0x00e6, 0x0126, 0x2091, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xc86e, 0x7300, 0xa398, 0x0003, 0x7104, 0x080c, 0x744b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x810c, 0x2100, 0xa318, 0x8003, 0x2228, 0x2021, 0x0054, 0xa402,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa532, 0x0208, 0x2028, 0x2500, 0x8004, 0x20a8, 0x23a0, 0xe000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xe000, 0xe000, 0x53a5, 0x2508, 0x080c, 0x7454, 0x2130, 0x7014,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa600, 0x7016, 0x2600, 0x711c, 0xa102, 0x701e, 0x7004, 0xa600,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2008, 0xa082, 0x0007, 0x1180, 0x7000, 0x2004, 0xa005, 0x1140,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0001, 0x0026, 0x080c, 0x7350, 0x002e, 0x7000, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7002, 0x7007, 0x0000, 0x0008, 0x7106, 0x2500, 0xa212, 0x1910,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x00ee, 0x014e, 0x013e, 0x015e, 0x0005, 0x0016, 0x0026,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x00d6, 0x080c, 0x7414, 0x15e0, 0x2170, 0x2805, 0xac68,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2900, 0x0002, 0x73ea, 0x73ea, 0x73ee, 0x73ea, 0x73ee, 0x73ea,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x73ea, 0x73ea, 0x73ea, 0x73ea, 0x73f7, 0x73ea, 0x73f7, 0x73ea,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x73ea, 0x73ea, 0x080c, 0x1537, 0xa005, 0x00f0, 0x7000, 0x6802,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7004, 0x6806, 0x7010, 0x680a, 0x680f, 0x0000, 0x0060, 0x7010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6812, 0x6817, 0x0000, 0x7000, 0x6802, 0x7004, 0x6806, 0x7008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x680a, 0x700c, 0x680e, 0x00de, 0x685c, 0x8000, 0x685e, 0x6858,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8001, 0x685a, 0x00d6, 0xa006, 0x00de, 0x00ee, 0x002e, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0xa085, 0x0001, 0x0cc0, 0x00e6, 0x0036, 0x2071, 0xc86e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7014, 0xa005, 0x0568, 0x8001, 0x7016, 0x7020, 0x8001, 0x7022,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7008, 0xa080, 0x0003, 0x710c, 0x2110, 0x0429, 0x810c, 0xa118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8210, 0xa282, 0x0007, 0x11b0, 0x7008, 0x2004, 0xa005, 0x0178,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x0006, 0x7008, 0x2068, 0x080c, 0x7540, 0x000e, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6807, 0x0000, 0x700a, 0x00de, 0x7010, 0x8001, 0x7012, 0x700f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x0008, 0x720e, 0x2308, 0xa006, 0x003e, 0x00ee, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x0001, 0x0cd0, 0x0006, 0x810b, 0x810b, 0x2100, 0x810b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa100, 0x2008, 0x000e, 0x0005, 0x0006, 0x0026, 0x2100, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0160, 0xa092, 0x000c, 0x0248, 0x2009, 0x0000, 0x8108, 0xa082,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000c, 0x1de0, 0x002e, 0x000e, 0x0005, 0x2009, 0x0000, 0x0cd0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d00, 0xa0b8, 0x0008, 0x690c, 0x6810, 0x2019, 0x0001, 0x2031,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7496, 0xa112, 0x0220, 0x0118, 0x8318, 0x2208, 0x0cd0, 0x6808,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x0108, 0x8318, 0x233a, 0x6804, 0xd084, 0x2300, 0x2021,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x1150, 0xa082, 0x0003, 0x0967, 0x0a67, 0x8420, 0xa082,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0007, 0x0967, 0x0a67, 0x0cd0, 0xa082, 0x0002, 0x0967, 0x0a67,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8420, 0xa082, 0x0005, 0x0967, 0x0a67, 0x0cd0, 0x6c1a, 0x2d00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa0b8, 0x0007, 0x00e6, 0x2071, 0xc700, 0x7128, 0x6810, 0x2019,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0xa10a, 0x0118, 0x0210, 0x8318, 0x0cd8, 0x2031, 0x74a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0870, 0x6c16, 0x00ee, 0x0005, 0x00e6, 0x00c6, 0x0126, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x2e00, 0x2060, 0x2071, 0xc86e, 0x2009, 0x0001, 0x0026,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7350, 0x002e, 0x7300, 0xa398, 0x0003, 0x7104, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x744b, 0x810c, 0x2100, 0xa318, 0x6834, 0xa084, 0x00ff, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0024, 0x00d6, 0x2368, 0x1138, 0x6000, 0x6802, 0x6004, 0x6806,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6008, 0x6812, 0x0050, 0x6000, 0x6802, 0x6004, 0x6806, 0x6008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x680a, 0x600c, 0x680e, 0x6010, 0x6812, 0x00de, 0x7014, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7016, 0x711c, 0x8109, 0x711e, 0x7004, 0x8000, 0x2008, 0xa082,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0007, 0x1180, 0x7000, 0x2004, 0xa005, 0x1140, 0x2009, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x080c, 0x7350, 0x002e, 0x7000, 0x2004, 0x7002, 0x7007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x0008, 0x7106, 0x012e, 0x00ce, 0x00ee, 0x0005, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0046, 0x0126, 0x2091, 0x8000, 0x2001, 0xc781, 0xa080, 0x0011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0x8003, 0x2020, 0x080c, 0x1607, 0x01d0, 0x2d00, 0x7026,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6803, 0x0000, 0x6807, 0x0000, 0x080c, 0x1607, 0x0188, 0x7024,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6802, 0x6807, 0x0000, 0x2d00, 0x7026, 0xa4a2, 0x0007, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0208, 0x0c90, 0xa085, 0x0001, 0x012e, 0x004e, 0x00de, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7024, 0xa005, 0x0dc8, 0x2068, 0x2024, 0x080c, 0x163b, 0x2400,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0cc0, 0x0126, 0x2091, 0x8000, 0x7024, 0x2068, 0xa005, 0x0130,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0x7026, 0x6803, 0x0000, 0x6807, 0x0000, 0x012e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0126, 0x2091, 0x8000, 0x7024, 0x6802, 0x2d00, 0x7026, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00d6, 0x2001, 0xc877, 0x2004, 0xa005, 0x0138, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6800, 0x0006, 0x080c, 0x163b, 0x000e, 0x0cb8, 0x00de, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x00e6, 0x2071, 0xc86e, 0x7008, 0xa005, 0x0138, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6800, 0x0006, 0x080c, 0x163b, 0x000e, 0x0cb8, 0xa006, 0x7002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x700a, 0x7006, 0x700e, 0x701a, 0x701e, 0x7022, 0x702a, 0x7026,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x702e, 0x00ee, 0x00de, 0x0005, 0x00f6, 0x00e6, 0x00d6, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0086, 0x0046, 0x0056, 0x0026, 0x2031, 0x0000, 0x2001, 0xc855,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xa005, 0x0904, 0x7606, 0x2071, 0xc781, 0x20e1, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3d08, 0xd19c, 0x0140, 0x2069, 0xc700, 0x6a28, 0x761c, 0x7114,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2041, 0x0000, 0x0028, 0x7118, 0x720c, 0x7620, 0x7008, 0x2040,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x76fb, 0x0904, 0x7606, 0x7004, 0xd084, 0x1128, 0x2021,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0024, 0x2029, 0x0002, 0x0020, 0x2021, 0x002c, 0x2029, 0x000a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x1624, 0x0904, 0x75fe, 0x2d00, 0x2060, 0x6436, 0x0016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x0001, 0x3d08, 0x3e00, 0xa18c, 0x00ff, 0x6142, 0x603e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x6746, 0x2700, 0xa086, 0xff00, 0x1118, 0x6063, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x6063, 0x0003, 0xa006, 0x6002, 0x602a, 0x602e, 0x6006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x603a, 0x604a, 0x6052, 0x6057, 0x0005, 0x605e, 0x6066, 0x604e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2800, 0x606a, 0x604c, 0xc0ad, 0x604e, 0x665a, 0x2c00, 0x2078,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0479, 0x607f, 0xffff, 0x6083, 0x0000, 0x8109, 0x0180, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1624, 0x01c0, 0x2d00, 0x7806, 0x2f00, 0x6802, 0x6d36, 0xa006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d00, 0x2520, 0x00e9, 0x2d00, 0x2078, 0x8109, 0x1d80, 0x2c00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x002e, 0x005e, 0x004e, 0x008e, 0x00ce, 0x00de, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00fe, 0x0005, 0x2c00, 0x2068, 0x080c, 0x164b, 0x2600, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc86e, 0x7120, 0xa102, 0x0a0c, 0x1537, 0x7022, 0xa006, 0x0c48,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x00c6, 0x0136, 0x0146, 0x0156, 0x0016, 0x2068, 0x2400,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x000f, 0xa080, 0x22fd, 0x2005, 0x2005, 0xad60, 0x2c00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d08, 0xa188, 0x0030, 0xa102, 0x20a8, 0x2c00, 0x20a0, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xffff, 0x40a4, 0x001e, 0x015e, 0x014e, 0x013e, 0x00ce, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00c6, 0x00e6, 0x00f6, 0x6858, 0x2071, 0xc86e, 0x7120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa102, 0x0a0c, 0x1537, 0x7022, 0x6960, 0x694e, 0x697c, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xffff, 0x7818, 0xa102, 0xe000, 0x6852, 0x684b, 0x0000, 0x6868,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x0118, 0x6848, 0xc085, 0x684a, 0x2d00, 0xa080, 0x0015,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2038, 0x2031, 0x0018, 0x6864, 0x2020, 0x683a, 0x685c, 0xa08a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x1a0c, 0x1537, 0x2028, 0x2d00, 0x2060, 0x2078, 0x6934,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa18c, 0x000f, 0xa188, 0x22fd, 0x2145, 0x685c, 0x2050, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0530, 0x2805, 0xac70, 0x6834, 0xa084, 0x00ff, 0xa086, 0x0024,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1110, 0x7008, 0x0040, 0x6834, 0xa084, 0x00ff, 0xa086, 0x002c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x190c, 0x1537, 0x7010, 0x0006, 0x2400, 0xa005, 0x000e, 0x0168,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x203a, 0x8738, 0x8631, 0x090c, 0x1537, 0x8421, 0x8529, 0x0138,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x22bf, 0x090c, 0x1537, 0x08e0, 0x080c, 0x74ac, 0x6837,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0023, 0x00fe, 0x00ee, 0x00ce, 0x0005, 0x00e6, 0x00c6, 0x00a6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0086, 0x0056, 0x2d00, 0x2060, 0x6934, 0xa18c, 0x000f, 0xa188,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x22fd, 0x2145, 0x685c, 0x2050, 0xa005, 0x01d0, 0x2028, 0x2805,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xac70, 0x6834, 0xa084, 0x00ff, 0xa086, 0x0024, 0x1110, 0x7008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0008, 0x7010, 0x0006, 0xa086, 0xffff, 0x000e, 0x0110, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x74ac, 0x8529, 0x0128, 0x080c, 0x22bf, 0x090c, 0x1537, 0x0c38,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x005e, 0x008e, 0x00ae, 0x00ce, 0x00ee, 0x0005, 0x70ac, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0120, 0x2060, 0x6008, 0xa306, 0x0005, 0xa085, 0x0001, 0x0ce0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x70ac, 0x600e, 0x2c00, 0x70ae, 0x0005, 0x00f6, 0x00d6, 0x0036,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x70ac, 0xa005, 0x01b8, 0x2068, 0x2079, 0x0000, 0x2c08, 0xa11e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1118, 0x680c, 0x70ae, 0x0060, 0xa106, 0x0140, 0x2d00, 0x2078,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x680c, 0xa005, 0x090c, 0x1537, 0x2068, 0x0cb0, 0x6b0c, 0x7b0e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x600f, 0x0000, 0x003e, 0x00de, 0x00fe, 0x0005, 0x00e6, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x731e, 0x6018, 0x2070, 0xa006, 0x70b2, 0x70b6, 0x08b1, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x967a, 0x00ee, 0x0005, 0x00d6, 0x0026, 0x0016, 0x2061, 0xc86e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6020, 0x6414, 0xa600, 0xa42a, 0x02c8, 0x6022, 0x2069, 0xc781,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6828, 0x6114, 0xa102, 0x1260, 0x2011, 0x8025, 0x080c, 0x41e1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa080, 0x0013, 0x2004, 0xa080, 0x0000, 0x200c, 0x8108, 0x2102,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x0001, 0x001e, 0x002e, 0x00de, 0x0005, 0x2069, 0xc781,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6804, 0xd094, 0x0120, 0x2011, 0x8026, 0x080c, 0x41e1, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc781, 0xa080, 0x0013, 0x2004, 0xa080, 0x0001, 0x200c, 0x8108,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2102, 0xa006, 0x2031, 0x0000, 0x0c28, 0x0006, 0x0016, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6018, 0x2060, 0x6010, 0xa005, 0x0178, 0x2001, 0xc855, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x0150, 0x2001, 0xc700, 0x2004, 0xa086, 0x0003, 0x1120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0x8014, 0x080c, 0x41e1, 0x00ce, 0x001e, 0x000e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x6834, 0xa08c, 0x00ff, 0xa186, 0x0024, 0x0110, 0xa186,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002c, 0x001e, 0x0005, 0x2001, 0xc782, 0x2004, 0xd09c, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc782, 0x2004, 0xd0a4, 0x0005, 0x0066, 0x6000, 0xa0b2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x1a0c, 0x1537, 0x0013, 0x006e, 0x0005, 0x777e, 0x777e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x777e, 0x7780, 0x77db, 0x777e, 0x777e, 0x777e, 0x7819, 0x777e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7876, 0x777e, 0x777e, 0x777e, 0x777e, 0x777e, 0x080c, 0x1537,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa182, 0x0100, 0x0002, 0x7792, 0x7792, 0x7792, 0x7794, 0x77ad,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x77c7, 0x7792, 0x7792, 0x7792, 0x7792, 0x7792, 0x7792, 0x7792,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7792, 0x7792, 0x080c, 0x1537, 0x00d6, 0x080c, 0x7edc, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8001, 0x6110, 0x2168, 0x684b, 0x0000, 0x00d6, 0x6018, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6008, 0x68b6, 0x68bb, 0x0500, 0xa006, 0x68b2, 0x00de, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x596c, 0x080c, 0x967a, 0x00de, 0x0005, 0x080c, 0x7edc, 0x00f6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x6110, 0x2178, 0x080c, 0xac44, 0x0150, 0x00e6, 0x6018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2070, 0xa006, 0x70b2, 0x70b6, 0x00ee, 0x2f68, 0x080c, 0x596c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x00fe, 0x080c, 0x967a, 0x080c, 0x8001, 0x0005, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7edc, 0x080c, 0x2d65, 0x00d6, 0x6110, 0x2168, 0x080c, 0xac44,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0120, 0x684b, 0x0029, 0x080c, 0x596c, 0x00de, 0x080c, 0x967a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8001, 0x0005, 0xa182, 0x0100, 0x0002, 0x77ed, 0x77ef,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x77f7, 0x77ed, 0x77ed, 0x77ed, 0x7814, 0x77ed, 0x77ed, 0x77ed,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x77ed, 0x77ed, 0x77ed, 0x77ed, 0x77ed, 0x080c, 0x1537, 0x20e1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x3d18, 0x3e20, 0x2c10, 0x080c, 0x1870, 0x0005, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x2001, 0xc855, 0x2004, 0xa086, 0x0000, 0x6110, 0x1118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x164b, 0x0028, 0x2168, 0x080c, 0x7629, 0x080c, 0x596c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6018, 0x2070, 0xa006, 0x70b2, 0x70b6, 0x080c, 0x76cd, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x080c, 0x967a, 0x0005, 0x080c, 0x76ee, 0x080c, 0x5849,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0xa182, 0x0100, 0x0002, 0x782e, 0x7854, 0x782c, 0x782c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x782c, 0x782c, 0x782c, 0x782c, 0x782c, 0x782c, 0x782c, 0x782c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x782c, 0x782c, 0x782c, 0x782c, 0x080c, 0x1537, 0x00d6, 0x6003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x6106, 0x6010, 0x2068, 0x687c, 0x680a, 0x6880, 0x680e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6813, 0x0000, 0x6817, 0x0000, 0x6854, 0xa092, 0x199a, 0x0210,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x1999, 0x8003, 0x8013, 0x8213, 0xa210, 0x6216, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2c10, 0x080c, 0x1fc2, 0x080c, 0x7a98, 0x0126, 0x2091, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8001, 0x012e, 0x0005, 0x6003, 0x0004, 0x630a, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7574, 0x0168, 0x6012, 0x600f, 0x0000, 0x080c, 0x76c8, 0x20e1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x3d18, 0x3e20, 0x2c10, 0x080c, 0x1870, 0x0005, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x080c, 0x1870, 0x00e6, 0x6018, 0x2070, 0x70b3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x70b7, 0x0000, 0x00ee, 0x080c, 0x967a, 0x0005, 0x00d6, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7edc, 0x080c, 0x8001, 0x6110, 0x2168, 0x684b, 0x0000, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6018, 0x2068, 0x6008, 0x68b6, 0x68bb, 0x0500, 0xa006, 0x68b2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x080c, 0x596c, 0x080c, 0x967a, 0x00de, 0x0005, 0x6000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa08a, 0x0010, 0x1a0c, 0x1537, 0x000b, 0x0005, 0x78a6, 0x78a6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x78a6, 0x78a8, 0x78bd, 0x78a6, 0x78a6, 0x78a6, 0x78a6, 0x78a6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x78a6, 0x78a6, 0x78a6, 0x78a6, 0x78a6, 0x78a6, 0x080c, 0x1537,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x918f, 0x6110, 0x2168, 0x684b, 0x0006, 0x00d6, 0x6018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2068, 0x6008, 0x68b6, 0x68bb, 0x0500, 0xa006, 0x68b2, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x596c, 0x080c, 0x967a, 0x0005, 0x080c, 0x76ee, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6000, 0xa08a, 0x0010, 0x1a0c, 0x1537, 0x000b, 0x0005, 0x78d7,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x78d7, 0x78d7, 0x78d9, 0x78e9, 0x78d7, 0x78d7, 0x78d7, 0x78d7,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x78d7, 0x78d7, 0x78d7, 0x78d7, 0x78d7, 0x78d7, 0x78d7, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1537, 0x0036, 0x00e6, 0x2071, 0xca26, 0x703c, 0xac06, 0x1120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2019, 0x0000, 0x080c, 0x8f2e, 0x080c, 0x918f, 0x00ee, 0x003e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00d6, 0x6010, 0x2068, 0x080c, 0x76ee, 0x00de, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7750, 0x1150, 0x6024, 0xd09c, 0x1138, 0x6810, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xffff, 0xa102, 0x2020, 0x2019, 0x0000, 0x0005, 0x20a9, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa006, 0x8004, 0x8086, 0x818e, 0x1208, 0xa200, 0x1f04, 0x7902,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8086, 0x818e, 0x0005, 0x0156, 0x20a9, 0x0010, 0xa005, 0x01b8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa11a, 0x12a8, 0x8213, 0x818d, 0x0228, 0xa11a, 0x1220, 0x1f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7912, 0x0028, 0xa11a, 0x2308, 0x8210, 0x1f04, 0x7912, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3200, 0xa084, 0xefff, 0x2080, 0x000e, 0x015e, 0x0005, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3200, 0xa085, 0x1000, 0x0cb8, 0x0126, 0x2091, 0x2800, 0x2079,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xca26, 0x012e, 0x00d6, 0x2069, 0xca26, 0x6803, 0x0005, 0x2069,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x2d04, 0xa085, 0x8001, 0x206a, 0x00de, 0x0005, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6027, 0x0001, 0x7804, 0xa084, 0x0007, 0x0002, 0x7950, 0x7971,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x79bf, 0x7956, 0x7971, 0x7950, 0x794e, 0x794e, 0x080c, 0x1537,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7105, 0x080c, 0x7f27, 0x00ce, 0x0005, 0x62c0, 0x82ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1110, 0x00ce, 0x0005, 0x2011, 0x4f94, 0x080c, 0x708b, 0x7828,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa092, 0x00c8, 0x1228, 0x8000, 0x782a, 0x080c, 0x4fce, 0x0c88,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x4f94, 0x7807, 0x0003, 0x7827, 0x0000, 0x782b, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0c40, 0x080c, 0x7105, 0x3c00, 0x0006, 0x2011, 0x0209, 0x20e1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4000, 0x2214, 0x000e, 0x20e0, 0x82ff, 0x0178, 0x62c0, 0x82ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1160, 0x782b, 0x0000, 0x7824, 0xa065, 0x090c, 0x1537, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0013, 0x080c, 0x96aa, 0x00ce, 0x0005, 0x3900, 0xa082, 0xcb6d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1210, 0x080c, 0x9264, 0x00c6, 0x7824, 0xa065, 0x090c, 0x1537,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7828, 0xa092, 0x2710, 0x1230, 0x8000, 0x782a, 0x00ce, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8cb7, 0x0c48, 0x6104, 0xa186, 0x0003, 0x1188, 0x00e6, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc700, 0x70dc, 0x00ee, 0xd08c, 0x0150, 0x00c6, 0x00e6, 0x2061,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0100, 0x2071, 0xc700, 0x080c, 0x4fd7, 0x00ee, 0x00ce, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc5e7, 0x2009, 0x0014, 0x080c, 0x96aa, 0x00ce, 0x0860, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xca42, 0x2003, 0x0000, 0x62c0, 0x82ff, 0x1160, 0x782b, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7824, 0xa065, 0x090c, 0x1537, 0x2009, 0x0013, 0x080c, 0x9700,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x0005, 0x00c6, 0x00d6, 0x3900, 0xa082, 0xcb6d, 0x1210,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x9264, 0x7824, 0xa005, 0x090c, 0x1537, 0x7828, 0xa092,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2710, 0x1238, 0x8000, 0x782a, 0x00de, 0x00ce, 0x080c, 0x8cb7,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0c38, 0x080c, 0xc5e7, 0x7824, 0xa065, 0x2009, 0x0014, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x96aa, 0x00de, 0x00ce, 0x08e0, 0x00c6, 0x6027, 0x0002, 0x62c8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x60c4, 0xa205, 0x11a8, 0x793c, 0xa1e5, 0x0000, 0x0160, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0049, 0x601c, 0xa086, 0x0009, 0x1110, 0x2009, 0x0103, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x96aa, 0x00ce, 0x0005, 0x2011, 0xca45, 0x2013, 0x0000, 0x0cc8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3908, 0xa192, 0xcb6d, 0x1210, 0x080c, 0x9264, 0x793c, 0x81ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0d90, 0x793c, 0xa188, 0x0007, 0x210c, 0xa18e, 0x0006, 0x1138,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6014, 0xa084, 0x0184, 0xa085, 0x0012, 0x6016, 0x0c10, 0x793c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa188, 0x0007, 0x210c, 0xa18e, 0x0009, 0x0d90, 0x6014, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0184, 0xa085, 0x0016, 0x6016, 0x08a0, 0x0006, 0x0016, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0126, 0x2091, 0x8000, 0x600f, 0x0000, 0x2c08, 0x2061, 0xca26,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6020, 0x8000, 0x6022, 0x6010, 0xa005, 0x0148, 0xa080, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2102, 0x6112, 0x012e, 0x00ce, 0x001e, 0x000e, 0x0005, 0x6116,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6112, 0x0cc0, 0x00d6, 0x2069, 0xca26, 0x6000, 0xd0d4, 0x0168,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6820, 0x8000, 0x6822, 0xa086, 0x0001, 0x1110, 0x2c00, 0x681e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6804, 0xa084, 0x0007, 0x0804, 0x7f2d, 0xc0d5, 0x6002, 0x6818,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x0158, 0x6056, 0x605b, 0x0000, 0x0006, 0x2c00, 0x681a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x685a, 0x2069, 0xca26, 0x0c18, 0x6056, 0x605a, 0x2c00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x681a, 0x681e, 0x08e8, 0x0006, 0x0016, 0x00c6, 0x0126, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x600f, 0x0000, 0x2c08, 0x2061, 0xca26, 0x6020, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6022, 0x6008, 0xa005, 0x0148, 0xa080, 0x0003, 0x2102, 0x610a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x00ce, 0x001e, 0x000e, 0x0005, 0x610e, 0x610a, 0x0cc0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x600f, 0x0000, 0x2c08, 0x2061, 0xca26, 0x6034, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0130, 0xa080, 0x0003, 0x2102, 0x6136, 0x00ce, 0x0005, 0x613a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6136, 0x0cd8, 0x00f6, 0x00e6, 0x00d6, 0x00c6, 0x0076, 0x0066,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x0016, 0x0006, 0x0126, 0x2071, 0xca26, 0x7638, 0x2660,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2678, 0x2091, 0x8000, 0x8cff, 0x0904, 0x7b16, 0x6018, 0xa080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0028, 0x2004, 0xa206, 0x1904, 0x7b11, 0x87ff, 0x0120, 0x6050,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa106, 0x1904, 0x7b11, 0x703c, 0xac06, 0x1170, 0x0036, 0x2019,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x080c, 0x8f2e, 0x7033, 0x0000, 0x703f, 0x0000, 0x7043,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x7047, 0x0000, 0x003e, 0x7038, 0xac36, 0x1110, 0x660c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x763a, 0x7034, 0xac36, 0x1140, 0x2c00, 0xaf36, 0x0118, 0x2f00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7036, 0x0010, 0x7037, 0x0000, 0x660c, 0x0066, 0x2c00, 0xaf06,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0110, 0x7e0e, 0x0008, 0x2678, 0x600f, 0x0000, 0x080c, 0xac44,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0198, 0x6010, 0x2068, 0x601c, 0xa086, 0x0003, 0x1510, 0x6837,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0103, 0x6b4a, 0x6847, 0x0000, 0x080c, 0xaecf, 0x080c, 0xc4f8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x596c, 0x080c, 0xae16, 0x080c, 0xae22, 0x00ce, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7abb, 0x2c78, 0x600c, 0x2060, 0x0804, 0x7abb, 0x012e, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x002e, 0x006e, 0x007e, 0x00ce, 0x00de, 0x00ee, 0x00fe,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x601c, 0xa086, 0x0006, 0x0158, 0x601c, 0xa086, 0x0009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x19b0, 0x684b, 0x0006, 0x080c, 0x596c, 0x080c, 0x967a, 0x08f0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xc4f8, 0x080c, 0xc167, 0x08b8, 0x0006, 0x0066, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x00f6, 0x2608, 0x2031, 0x0000, 0x0126, 0x2091, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2079, 0xca26, 0x7838, 0xa065, 0x0904, 0x7b87, 0x600c, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x600f, 0x0000, 0x783c, 0xac06, 0x1170, 0x0036, 0x2019, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8f2e, 0x7833, 0x0000, 0x783f, 0x0000, 0x7843, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7847, 0x0000, 0x003e, 0x080c, 0xac44, 0x0520, 0x6010, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x601c, 0xa086, 0x0003, 0x1560, 0xa186, 0x0002, 0x1180, 0x6018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x0168, 0xa080, 0x0000, 0x2004, 0xd0bc, 0x0140, 0x603c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x1190, 0x2001, 0xc9fd, 0x2004, 0x603e, 0x0068, 0x6837,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0103, 0x6b4a, 0x6847, 0x0000, 0x0016, 0x080c, 0x596c, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xae16, 0x080c, 0xae22, 0x000e, 0x0804, 0x7b43, 0x7e3a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7e36, 0x012e, 0x00fe, 0x00de, 0x00ce, 0x006e, 0x000e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x601c, 0xa086, 0x0006, 0x0150, 0x601c, 0xa086, 0x0009, 0x19f8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6b4a, 0x080c, 0x596c, 0x080c, 0x967a, 0x0c30, 0x080c, 0xc167,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0c08, 0x0016, 0x0026, 0x0086, 0x2041, 0x0000, 0x0099, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7c63, 0x008e, 0x002e, 0x001e, 0x0005, 0x00f6, 0x0126, 0x2079,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xca26, 0x2091, 0x8000, 0x080c, 0x7cf0, 0x080c, 0x7d6a, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00fe, 0x0005, 0x00f6, 0x00e6, 0x00d6, 0x00c6, 0x0066, 0x0016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x0126, 0x2091, 0x8000, 0x2071, 0xca26, 0x7614, 0x2660,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2678, 0x8cff, 0x0904, 0x7c3f, 0x6018, 0xa080, 0x0028, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa206, 0x1904, 0x7c3a, 0x88ff, 0x0120, 0x6050, 0xa106, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7c3a, 0x7024, 0xac06, 0x1538, 0x2069, 0x0100, 0x68c0, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x01f0, 0x080c, 0x7105, 0x080c, 0x8cc4, 0x68c3, 0x0000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x917f, 0x7027, 0x0000, 0x0036, 0x2069, 0x0140, 0x6b04, 0xa384,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1000, 0x0120, 0x6803, 0x0100, 0x6803, 0x0000, 0x2069, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6824, 0xd084, 0x0110, 0x6827, 0x0001, 0x003e, 0x0020, 0x6003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0009, 0x630a, 0x04b8, 0x7014, 0xac36, 0x1110, 0x660c, 0x7616,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7010, 0xac36, 0x1140, 0x2c00, 0xaf36, 0x0118, 0x2f00, 0x7012,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x7013, 0x0000, 0x660c, 0x0066, 0x2c00, 0xaf06, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7e0e, 0x0008, 0x2678, 0x600f, 0x0000, 0x6010, 0x2068, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xac44, 0x0188, 0x601c, 0xa086, 0x0003, 0x1510, 0x6837, 0x0103,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6b4a, 0x6847, 0x0000, 0x080c, 0xaecf, 0x080c, 0xc4f8, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x596c, 0x080c, 0xae16, 0x080c, 0xae22, 0x080c, 0x905a, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x7bc9, 0x2c78, 0x600c, 0x2060, 0x0804, 0x7bc9, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0x001e, 0x006e, 0x00ce, 0x00de, 0x00ee, 0x00fe, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x601c, 0xa086, 0x0006, 0x1128, 0x080c, 0xc4f8, 0x080c, 0xc167,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0c10, 0x601c, 0xa086, 0x0002, 0x1128, 0x6004, 0xa086, 0x0085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0968, 0x08c8, 0x601c, 0xa086, 0x0005, 0x19a8, 0x6004, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0085, 0x0d50, 0x0880, 0x00c6, 0x0006, 0x0126, 0x2091, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa280, 0xc87a, 0x2004, 0xa065, 0x0904, 0x7cec, 0x00f6, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x0066, 0x2071, 0xca26, 0x6654, 0x7018, 0xac06, 0x1108,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x761a, 0x701c, 0xac06, 0x1130, 0x86ff, 0x1118, 0x7018, 0x701e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0008, 0x761e, 0x6058, 0xa07d, 0x0108, 0x7e56, 0xa6ed, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0110, 0x2f00, 0x685a, 0x6057, 0x0000, 0x605b, 0x0000, 0x6000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc0d4, 0xc0dc, 0x6002, 0x080c, 0x53e8, 0x0904, 0x7ce8, 0x7624,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x86ff, 0x05e8, 0xa680, 0x0004, 0x2004, 0xad06, 0x15c0, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2069, 0x0100, 0x68c0, 0xa005, 0x0548, 0x080c, 0x7105, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8cc4, 0x68c3, 0x0000, 0x080c, 0x917f, 0x7027, 0x0000, 0x0036,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2069, 0x0140, 0x6b04, 0xa384, 0x1000, 0x0120, 0x6803, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6803, 0x0000, 0x2069, 0x0100, 0x6824, 0xd084, 0x0110, 0x6827,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x003e, 0x00de, 0x00c6, 0x603c, 0xa005, 0x0110, 0x8001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x603e, 0x2660, 0x080c, 0xae22, 0x00ce, 0x0048, 0x00de, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2660, 0x6003, 0x0009, 0x630a, 0x00ce, 0x0804, 0x7c93, 0x8dff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0158, 0x6837, 0x0103, 0x6b4a, 0x6847, 0x0000, 0x080c, 0xaecf,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xc4f8, 0x080c, 0x596c, 0x080c, 0x905a, 0x0804, 0x7c93,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x006e, 0x00de, 0x00ee, 0x00fe, 0x012e, 0x000e, 0x00ce, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x0066, 0x00c6, 0x00d6, 0x2031, 0x0000, 0x7814, 0xa065,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x7d4a, 0x600c, 0x0006, 0x600f, 0x0000, 0x7824, 0xac06,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1560, 0x2069, 0x0100, 0x68c0, 0xa005, 0x01f0, 0x080c, 0x7105,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8cc4, 0x68c3, 0x0000, 0x080c, 0x917f, 0x7827, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0036, 0x2069, 0x0140, 0x6b04, 0xa384, 0x1000, 0x0120, 0x6803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0100, 0x6803, 0x0000, 0x2069, 0x0100, 0x6824, 0xd084, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6827, 0x0001, 0x003e, 0x0048, 0x6018, 0x2004, 0xd0bc, 0x11f8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6003, 0x0009, 0x630a, 0x2c30, 0x00d0, 0x6010, 0x2068, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xac44, 0x0188, 0x601c, 0xa086, 0x0003, 0x11d8, 0x6018, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0bc, 0x1168, 0x6837, 0x0103, 0x6b4a, 0x6847, 0x0000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x596c, 0x080c, 0xae16, 0x080c, 0xae22, 0x080c, 0x905a, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x7cf7, 0x7e16, 0x7e12, 0x00de, 0x00ce, 0x006e, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x601c, 0xa086, 0x0006, 0x1118, 0x080c, 0xc167, 0x0c58,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x601c, 0xa086, 0x0002, 0x1128, 0x6004, 0xa086, 0x0085, 0x09b0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0c10, 0x601c, 0xa086, 0x0005, 0x19f0, 0x6004, 0xa086, 0x0085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0d60, 0x08c8, 0x0006, 0x0066, 0x00c6, 0x00d6, 0x0076, 0x7818,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2638, 0xa065, 0x0904, 0x7de4, 0x6054, 0x0006, 0x6057, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x605b, 0x0000, 0x6000, 0xc0d4, 0xc0dc, 0x6002, 0x080c, 0x53e8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x7de1, 0x7e24, 0x86ff, 0x0904, 0x7dd4, 0xa680, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xad06, 0x1904, 0x7dd4, 0x00d6, 0x2069, 0x0100, 0x68c0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x05c8, 0x080c, 0x7105, 0x080c, 0x8cc4, 0x68c3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x917f, 0x7827, 0x0000, 0x0036, 0x2069, 0x0140, 0x6b04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa384, 0x1000, 0x0120, 0x6803, 0x0100, 0x6803, 0x0000, 0x2069,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0100, 0x6824, 0xd084, 0x0110, 0x6827, 0x0001, 0x003e, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0xa786, 0x0002, 0x1168, 0x6000, 0xd0bc, 0x0150, 0xa680,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000f, 0x200c, 0x81ff, 0x1508, 0x2009, 0xc9fd, 0x210c, 0x2102,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e0, 0x603c, 0xa005, 0x0110, 0x8001, 0x603e, 0x2660, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xae22, 0x00ce, 0x0048, 0x00de, 0x00c6, 0x2660, 0x6003, 0x0009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x630a, 0x00ce, 0x0804, 0x7d7e, 0x8dff, 0x0138, 0x6837, 0x0103,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6b4a, 0x6847, 0x0000, 0x080c, 0x596c, 0x080c, 0x905a, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7d7e, 0x000e, 0x0804, 0x7d71, 0x781e, 0x781a, 0x007e, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x006e, 0x000e, 0x0005, 0x00e6, 0x00d6, 0x0066, 0x6000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0dc, 0x0188, 0x604c, 0xa06d, 0x0170, 0x6848, 0xa606, 0x1158,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xca26, 0x7024, 0xa035, 0x0130, 0xa080, 0x0004, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xad06, 0x1108, 0x0021, 0x006e, 0x00de, 0x00ee, 0x0005, 0x00f6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2079, 0x0100, 0x78c0, 0xa005, 0x1138, 0x00c6, 0x2660, 0x6003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0009, 0x630a, 0x00ce, 0x04a0, 0x080c, 0x8cc4, 0x78c3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x917f, 0x7027, 0x0000, 0x0036, 0x2079, 0x0140, 0x7b04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa384, 0x1000, 0x0120, 0x7803, 0x0100, 0x7803, 0x0000, 0x2079,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0100, 0x7824, 0xd084, 0x0110, 0x7827, 0x0001, 0x080c, 0x917f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x003e, 0x080c, 0x53e8, 0x00c6, 0x603c, 0xa005, 0x0110, 0x8001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x603e, 0x2660, 0x080c, 0x967a, 0x00ce, 0x6837, 0x0103, 0x6b4a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6847, 0x0000, 0x080c, 0xaecf, 0x080c, 0x596c, 0x080c, 0x905a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00fe, 0x0005, 0x00e6, 0x00c6, 0x2071, 0xca26, 0x7004, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0007, 0x0002, 0x7e5c, 0x7e5f, 0x7e75, 0x7e8e, 0x7ec7, 0x7e5c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7e5a, 0x7e5a, 0x080c, 0x1537, 0x00ce, 0x00ee, 0x0005, 0x7024,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa065, 0x0148, 0x7020, 0x8001, 0x7022, 0x600c, 0xa015, 0x0150,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7216, 0x600f, 0x0000, 0x7007, 0x0000, 0x7027, 0x0000, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x0005, 0x7216, 0x7212, 0x0cb0, 0x6018, 0x2060, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x53e8, 0x6000, 0xc0dc, 0x6002, 0x7020, 0x8001, 0x7022, 0x0120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6054, 0xa015, 0x0140, 0x721e, 0x7007, 0x0000, 0x7027, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x00ee, 0x0005, 0x7218, 0x721e, 0x0cb0, 0x7024, 0xa065,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0598, 0x700c, 0xac06, 0x1160, 0x080c, 0x905a, 0x600c, 0xa015,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0120, 0x720e, 0x600f, 0x0000, 0x0428, 0x720e, 0x720a, 0x0410,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7014, 0xac06, 0x1160, 0x080c, 0x905a, 0x600c, 0xa015, 0x0120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7216, 0x600f, 0x0000, 0x00b0, 0x7216, 0x7212, 0x0098, 0x6018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2060, 0x080c, 0x53e8, 0x6000, 0xc0dc, 0x6002, 0x080c, 0x905a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x701c, 0xa065, 0x0138, 0x6054, 0xa015, 0x0110, 0x721e, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7218, 0x721e, 0x7027, 0x0000, 0x00ce, 0x00ee, 0x0005, 0x7024,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa065, 0x0140, 0x080c, 0x905a, 0x600c, 0xa015, 0x0150, 0x720e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x600f, 0x0000, 0x080c, 0x917f, 0x7027, 0x0000, 0x00ce, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x720e, 0x720a, 0x0cb0, 0x00d6, 0x2069, 0xca26, 0x6830,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x0003, 0x0002, 0x7ee9, 0x7eeb, 0x7f0f, 0x7ee7, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1537, 0x00de, 0x0005, 0x00c6, 0x6840, 0xa086, 0x0001, 0x01b8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x683c, 0xa065, 0x0130, 0x600c, 0xa015, 0x0170, 0x6a3a, 0x600f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x6833, 0x0000, 0x683f, 0x0000, 0x2011, 0xca45, 0x2013,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x00ce, 0x00de, 0x0005, 0x683a, 0x6836, 0x0c90, 0x6843,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x6838, 0xa065, 0x0d68, 0x6003, 0x0003, 0x0c50, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6843, 0x0000, 0x6847, 0x0000, 0x683c, 0xa065, 0x0168, 0x600c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa015, 0x0130, 0x6a3a, 0x600f, 0x0000, 0x683f, 0x0000, 0x0020,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x683f, 0x0000, 0x683a, 0x6836, 0x00ce, 0x00de, 0x0005, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2069, 0xca26, 0x6804, 0xa084, 0x0007, 0x0006, 0xa005, 0x11c8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc734, 0x2004, 0xa084, 0x0028, 0x1198, 0x2001, 0xc9e4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xa086, 0xaaaa, 0x0168, 0x2001, 0xc795, 0x2004, 0xd08c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1118, 0xd084, 0x1118, 0x0028, 0x080c, 0x8001, 0x000e, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x000e, 0x0002, 0x7f55, 0x7ff1, 0x7ff1, 0x7ff1, 0x7ff1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7ff3, 0x7f53, 0x7f53, 0x080c, 0x1537, 0x6820, 0xa005, 0x1110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x0005, 0x00c6, 0x680c, 0xa065, 0x0150, 0x6807, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6826, 0x682b, 0x0000, 0x080c, 0x8081, 0x00ce, 0x00de, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6814, 0xa065, 0x0150, 0x6807, 0x0001, 0x6826, 0x682b, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8081, 0x00ce, 0x00de, 0x0005, 0x00e6, 0x0036, 0x6a1c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa2f5, 0x0000, 0x0904, 0x7fed, 0x704c, 0xa00d, 0x0118, 0x7088,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x01a0, 0x7054, 0xa075, 0x0120, 0xa20e, 0x0904, 0x7fed,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0028, 0x6818, 0xa20e, 0x0904, 0x7fed, 0x2070, 0x704c, 0xa00d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0d88, 0x7088, 0xa005, 0x1d70, 0x2e00, 0x681e, 0x733c, 0x7038,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa302, 0x1e40, 0x080c, 0x9652, 0x0904, 0x7fed, 0x8318, 0x733e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6112, 0x2e10, 0x621a, 0xa180, 0x0014, 0x2004, 0xa084, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x605a, 0xa180, 0x0014, 0x2003, 0x0000, 0xa180, 0x0015, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa08a, 0x199a, 0x0210, 0x2001, 0x1999, 0x8003, 0x801b, 0x831b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa318, 0x6316, 0x003e, 0x00f6, 0x2c78, 0x71a0, 0x2001, 0xc734,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xd0ac, 0x1110, 0xd1bc, 0x0150, 0x7100, 0xd1f4, 0x0120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7114, 0xa18c, 0x00ff, 0x0040, 0x2009, 0x0000, 0x0028, 0xa1e0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2e6b, 0x2c0d, 0xa18c, 0x00ff, 0x2061, 0x0100, 0x619a, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8706, 0x7300, 0xc3dd, 0x7302, 0x6807, 0x0002, 0x2f18, 0x6b26,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x682b, 0x0000, 0x781f, 0x0003, 0x7803, 0x0001, 0x7807, 0x0040,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00fe, 0x00ee, 0x00ce, 0x00de, 0x0005, 0x003e, 0x00ee, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0cd0, 0x00de, 0x0005, 0x00c6, 0x680c, 0xa065, 0x0138, 0x6807,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x6826, 0x682b, 0x0000, 0x080c, 0x8081, 0x00ce, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00f6, 0x00d6, 0x2069, 0xca26, 0x6830, 0xa086, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0x805c, 0x2001, 0xc70c, 0x200c, 0xd1bc, 0x1904, 0x8077,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6838, 0xa07d, 0x0904, 0x805c, 0x2001, 0xc734, 0x2004, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0028, 0x11f8, 0x2001, 0xc9e4, 0x2004, 0xa086, 0xaaaa, 0x01c8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x781c, 0xa086, 0x0009, 0x11a8, 0x7808, 0xd0fc, 0x0190, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xca27, 0x2004, 0xa005, 0x1138, 0x2001, 0xc795, 0x200c, 0xc185,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc18c, 0x2102, 0x0030, 0x2011, 0xc795, 0x2204, 0xc08d, 0x2012,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0418, 0x2f00, 0x6833, 0x0001, 0x683e, 0x6847, 0x0000, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00f6, 0x2091, 0x2400, 0x002e, 0x080c, 0x2049, 0x11c0, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xe000, 0xe000, 0xe000, 0x6a3c, 0x2278, 0x781c, 0xa086, 0x0009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1148, 0x7808, 0xd0fc, 0x0118, 0x080c, 0x8a3f, 0x0028, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8ab8, 0x0010, 0x080c, 0x8b35, 0x00de, 0x00fe, 0x0005, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xe000, 0x6843, 0x0000, 0x781c, 0xa086, 0x0009, 0x0110, 0x7803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x780c, 0xa015, 0x0140, 0x6a3a, 0x780f, 0x0000, 0x6833,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x683f, 0x0000, 0x0c40, 0x683a, 0x6836, 0x0cc0, 0xc1bc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2102, 0x0066, 0x2031, 0x0001, 0x080c, 0x6126, 0x006e, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8010, 0x601c, 0xa084, 0x000f, 0x000b, 0x0005, 0x808f, 0x8094,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x85a7, 0x86c3, 0x8094, 0x85a7, 0x86c3, 0x808f, 0x8094, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7e4a, 0x080c, 0x7f27, 0x0005, 0x0156, 0x0136, 0x0146, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00f6, 0x6004, 0xa08a, 0x0080, 0x1a0c, 0x1537, 0x6118, 0x2178,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x79a0, 0x2011, 0xc734, 0x2214, 0xd2ac, 0x1110, 0xd1bc, 0x0150,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7900, 0xd1f4, 0x0120, 0x7914, 0xa18c, 0x00ff, 0x0040, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x0028, 0xa1f8, 0x2e6b, 0x2f0d, 0xa18c, 0x00ff, 0x2c78,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2061, 0x0100, 0x619a, 0xa08a, 0x0040, 0x1a04, 0x8108, 0x0033,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00fe, 0x00ce, 0x014e, 0x013e, 0x015e, 0x0005, 0x8208, 0x8253,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8280, 0x8358, 0x8386, 0x838e, 0x83b4, 0x83c5, 0x83d6, 0x83de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x83f4, 0x83de, 0x844e, 0x83c5, 0x846f, 0x8477, 0x83d6, 0x8477,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8488, 0x8106, 0x8106, 0x8106, 0x8106, 0x8106, 0x8106, 0x8106,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8106, 0x8106, 0x8106, 0x8106, 0x8dc1, 0x8de6, 0x8e09, 0x8e2c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8e4d, 0x83b4, 0x8106, 0x83b4, 0x83de, 0x8106, 0x8280, 0x8358,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8106, 0x9281, 0x83de, 0x8106, 0x92a1, 0x83de, 0x8106, 0x83d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8201, 0x811d, 0x8106, 0x92c6, 0x933b, 0x9412, 0x8106, 0x9423,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x83af, 0x943f, 0x8106, 0x8e62, 0x949a, 0x8106, 0x080c, 0x1537,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2100, 0x0033, 0x00fe, 0x00ce, 0x014e, 0x013e, 0x015e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x94f1, 0x95a0, 0x811b, 0x8151, 0x81be, 0x81d4, 0x811b, 0x83b4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x811b, 0x816f, 0x8193, 0x080c, 0x1537, 0x00d6, 0x20a1, 0x020b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x84a5, 0x7810, 0x2068, 0x20a3, 0x2414, 0x20a3, 0x0018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0800, 0x683c, 0x20a2, 0x20a3, 0x0000, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0000, 0x20a3, 0x0000, 0x6850, 0x20a2, 0x6854, 0x20a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0000, 0x20a3, 0x0000, 0x60c3, 0x0018, 0x080c, 0x8cb1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x0005, 0x00d6, 0x7818, 0x2068, 0x68a0, 0x2069, 0xc700,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6ad0, 0xd2ac, 0x1110, 0xd0bc, 0x0110, 0xa085, 0x0001, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00d6, 0x20a1, 0x020b, 0x080c, 0x84a5, 0x20a3, 0x0500,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0000, 0x7810, 0xa0e8, 0x000f, 0x6808, 0x20a2, 0x680c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a2, 0x6810, 0x20a2, 0x6814, 0x20a2, 0x6818, 0x20a2, 0x681c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a2, 0x60c3, 0x0010, 0x080c, 0x8cb1, 0x00de, 0x0005, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a1, 0x020b, 0x080c, 0x84a5, 0x7810, 0x2068, 0x6814, 0x8003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x60c2, 0x6830, 0x20a8, 0xad80, 0x000f, 0x2098, 0x0156, 0x0136,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0146, 0x3300, 0x20a0, 0x080c, 0x5047, 0x014e, 0x013e, 0x015e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x53a6, 0x6804, 0xa005, 0x0110, 0x2068, 0x0c58, 0x0411, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8cb1, 0x00de, 0x0005, 0x00d6, 0x20a1, 0x020b, 0x080c, 0x8541,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7810, 0x2068, 0x6814, 0x8003, 0x60c2, 0x6830, 0x20a8, 0xad80,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000f, 0x2098, 0x53a6, 0x6804, 0xa005, 0x0110, 0x2068, 0x0ca8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0041, 0x7810, 0x2068, 0x080c, 0x164b, 0x080c, 0x8cb1, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x60c0, 0x8004, 0xa084, 0x0003, 0xa005, 0x0130, 0xa082,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x20a3, 0x0000, 0x8000, 0x1de0, 0x0005, 0x0156, 0x0146,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a1, 0x020b, 0x080c, 0x84a5, 0x20a3, 0x7800, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7808, 0x8007, 0x20a2, 0x20a3, 0x0000, 0x60c3, 0x0008, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8cb1, 0x014e, 0x015e, 0x0005, 0x0156, 0x0146, 0x20a1, 0x020b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8541, 0x20a3, 0x0200, 0x20a3, 0x0000, 0x20a3, 0xdf10,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0034, 0x2099, 0xc705, 0x20a9, 0x0004, 0x53a6, 0x2099,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc701, 0x20a9, 0x0004, 0x53a6, 0x2099, 0xca0c, 0x20a9, 0x001a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3304, 0x8007, 0x20a2, 0x9398, 0x1f04, 0x81f0, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0000, 0x60c3, 0x004c, 0x080c, 0x8cb1, 0x014e, 0x015e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x2001, 0xc714, 0x2004, 0x609a, 0x080c, 0x8cb1, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a1, 0x020b, 0x080c, 0x84a5, 0x20a3, 0x5200, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x2069, 0xc751, 0x6804, 0xd084, 0x0150, 0x6828, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x0016, 0x080c, 0x290e, 0x21a2, 0x001e, 0x00de, 0x0028,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x20a9, 0x0004, 0x2099,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc705, 0x53a6, 0x20a9, 0x0004, 0x2099, 0xc701, 0x53a6, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc734, 0x2004, 0xd0ac, 0x1138, 0x7818, 0xa080, 0x0028, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa082, 0x007f, 0x0238, 0x2001, 0xc71b, 0x20a6, 0x2001, 0xc71c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a6, 0x0040, 0x20a3, 0x0000, 0x2001, 0xc714, 0x2004, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x20a2, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x60c3, 0x001c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8cb1, 0x0005, 0x20a1, 0x020b, 0x080c, 0x84a5, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0500, 0x20a3, 0x0000, 0x2001, 0xc734, 0x2004, 0xd0ac, 0x1138,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7818, 0xa080, 0x0028, 0x2004, 0xa082, 0x007f, 0x0238, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc71b, 0x20a6, 0x2001, 0xc71c, 0x20a6, 0x0040, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc714, 0x2004, 0xa084, 0x00ff, 0x20a2, 0x20a9, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2099, 0xc705, 0x53a6, 0x60c3, 0x0010, 0x080c, 0x8cb1, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a1, 0x020b, 0x080c, 0x84a5, 0x00c6, 0x7818, 0x2060, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x080c, 0x5897, 0x00ce, 0x7818, 0xa080, 0x0028, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x007e, 0x1130, 0x20a3, 0x0400, 0x620c, 0xc2b4, 0x620e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0068, 0x00d6, 0x7810, 0xa06d, 0x0130, 0x686b, 0x0000, 0x6877,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x687b, 0x0000, 0x00de, 0x20a3, 0x0300, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7818, 0xa080, 0x0028, 0x2004, 0xa086, 0x007e, 0x1904, 0x831a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc734, 0x2004, 0xd0a4, 0x01c8, 0x2099, 0xc9d4, 0x33a6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9398, 0x20a3, 0x0000, 0x9398, 0x3304, 0xa084, 0x2000, 0x20a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9398, 0x33a6, 0x9398, 0x20a3, 0x0000, 0x9398, 0x2001, 0x2710,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a2, 0x9398, 0x33a6, 0x9398, 0x33a6, 0x00d0, 0x2099, 0xc9d4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x33a6, 0x9398, 0x33a6, 0x9398, 0x3304, 0x080c, 0x609a, 0x1118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x37ff, 0x0010, 0xa084, 0x3fff, 0x20a2, 0x9398, 0x33a6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0000, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x0004, 0x2099, 0xc705, 0x53a6, 0x20a9, 0x0004, 0x2099,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc701, 0x53a6, 0x20a9, 0x0008, 0x20a3, 0x0000, 0x1f04, 0x82f4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x0008, 0x20a3, 0x0000, 0x1f04, 0x82fa, 0x2099, 0xc9dc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3304, 0xc0dd, 0x20a2, 0x2001, 0xc771, 0x2004, 0xd0e4, 0x0158,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0000, 0x20a3, 0x0000, 0x9398, 0x9398, 0x9398, 0x33a6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x0004, 0x0010, 0x20a9, 0x0007, 0x20a3, 0x0000, 0x1f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8315, 0x0468, 0x2001, 0xc734, 0x2004, 0xd0a4, 0x0140, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc9d5, 0x2004, 0x60e3, 0x0000, 0x080c, 0x294f, 0x60e2, 0x2099,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc9d4, 0x20a9, 0x0008, 0x53a6, 0x20a9, 0x0004, 0x2099, 0xc705,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x53a6, 0x20a9, 0x0004, 0x2099, 0xc701, 0x53a6, 0x20a9, 0x0008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0000, 0x1f04, 0x8338, 0x20a9, 0x0008, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1f04, 0x833e, 0x2099, 0xc9dc, 0x20a9, 0x0008, 0x53a6, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0008, 0x20a3, 0x0000, 0x1f04, 0x8349, 0x20a9, 0x000a, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x1f04, 0x834f, 0x60c3, 0x0074, 0x080c, 0x8cb1, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a1, 0x020b, 0x080c, 0x84a5, 0x20a3, 0x2010, 0x20a3, 0x0014,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0800, 0x20a3, 0x2000, 0xa006, 0x20a2, 0x20a2, 0x20a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a2, 0x20a2, 0x00f6, 0x2079, 0xc751, 0x7904, 0x00fe, 0xd1ac,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1110, 0xa085, 0x0020, 0xd1a4, 0x0110, 0xa085, 0x0010, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x00d6, 0x0804, 0x8430, 0x20a2, 0x20a3, 0x0000, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x60c3, 0x0014, 0x080c, 0x8cb1, 0x0005, 0x20a1, 0x020b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x84a5, 0x20a3, 0x5000, 0x0804, 0x82a6, 0x20a1, 0x020b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x84a5, 0x20a3, 0x2110, 0x20a3, 0x0014, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0000, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0000, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0000, 0x60c3, 0x0014, 0x080c, 0x8cb1, 0x0005, 0x20a1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x020b, 0x080c, 0x8539, 0x0020, 0x20a1, 0x020b, 0x080c, 0x8541,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0200, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x60c3, 0x0004, 0x080c, 0x8cb1, 0x0005, 0x20a1, 0x020b, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8541, 0x20a3, 0x0100, 0x20a3, 0x0000, 0x20a3, 0x0003, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2a00, 0x60c3, 0x0008, 0x080c, 0x8cb1, 0x0005, 0x20a1, 0x020b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8541, 0x20a3, 0x0200, 0x0804, 0x82a6, 0x20a1, 0x020b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8541, 0x20a3, 0x0100, 0x20a3, 0x0000, 0x7828, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0110, 0x20a2, 0x0010, 0x20a3, 0x0003, 0x7810, 0x20a2, 0x60c3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0008, 0x080c, 0x8cb1, 0x0005, 0x00d6, 0x20a1, 0x020b, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8541, 0x20a3, 0x0210, 0x20a3, 0x0014, 0x20a3, 0x0800, 0x7818,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2068, 0x6894, 0xa086, 0x0014, 0x1178, 0x6998, 0xa184, 0xc000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1140, 0xd1ec, 0x0118, 0x20a3, 0x2100, 0x0040, 0x20a3, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0028, 0x20a3, 0x0400, 0x0010, 0x20a3, 0x0700, 0xa006, 0x20a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a2, 0x20a2, 0x20a2, 0x20a2, 0x00f6, 0x2079, 0xc751, 0x7904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00fe, 0xd1ac, 0x1110, 0xa085, 0x0020, 0xd1a4, 0x0110, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x2009, 0xc773, 0x210c, 0xd184, 0x1110, 0xa085, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x2009, 0xc771, 0x210c, 0xd1e4, 0x0130, 0xc0c5, 0xa094,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0030, 0xa296, 0x0010, 0x0140, 0xd1ec, 0x0130, 0xa094, 0x0030,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa296, 0x0010, 0x0108, 0xc0bd, 0x002e, 0x20a2, 0x20a2, 0x20a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x60c3, 0x0014, 0x080c, 0x8cb1, 0x00de, 0x0005, 0x20a1, 0x020b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8541, 0x20a3, 0x0210, 0x20a3, 0x0014, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0100, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0000, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0000, 0x60c3, 0x0014, 0x080c, 0x8cb1, 0x0005, 0x20a1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x020b, 0x080c, 0x8541, 0x20a3, 0x0200, 0x0804, 0x820e, 0x20a1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x020b, 0x080c, 0x8541, 0x20a3, 0x0100, 0x20a3, 0x0000, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x20a3, 0x2a00, 0x60c3, 0x0008, 0x080c, 0x8cb1, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x9080, 0x20e1, 0x4000, 0x20a1, 0x020b, 0x080c, 0x8541,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0100, 0x20a3, 0x0000, 0x20a3, 0x000b, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x60c3, 0x0008, 0x080c, 0x8cb1, 0x0005, 0x0026, 0x0036, 0x0046,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2019, 0x3200, 0x2021, 0x0800, 0x0038, 0x0026, 0x0036, 0x0046,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2019, 0x2200, 0x2021, 0x0100, 0x20e1, 0x9080, 0x20e1, 0x4000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7818, 0xa080, 0x0028, 0x2014, 0xa286, 0x007e, 0x11a0, 0xa385,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x20a2, 0x20a3, 0xfffe, 0x20a3, 0x0000, 0x2011, 0xc714,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2214, 0x2001, 0xc9e4, 0x2004, 0xa005, 0x0118, 0x2011, 0xc71c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2214, 0x22a2, 0x04d0, 0xa286, 0x007f, 0x1138, 0x00d6, 0xa385,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x20a2, 0x20a3, 0xfffd, 0x00c8, 0x2001, 0xc734, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0ac, 0x1110, 0xd2bc, 0x01c8, 0xa286, 0x0080, 0x00d6, 0x1130,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa385, 0x00ff, 0x20a2, 0x20a3, 0xfffc, 0x0040, 0xa2e8, 0xc87a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d6c, 0x6810, 0xa305, 0x20a2, 0x6814, 0x20a2, 0x2069, 0xc71b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2da6, 0x8d68, 0x2da6, 0x00de, 0x0080, 0x00d6, 0xa2e8, 0xc87a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d6c, 0x6810, 0xa305, 0x20a2, 0x6814, 0x20a2, 0x00de, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x2011, 0xc714, 0x2214, 0x22a2, 0xa485, 0x0029, 0x20a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x004e, 0x003e, 0x20a3, 0x0000, 0x080c, 0x8ca0, 0x22a2, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x2fa2, 0x20a3, 0xffff, 0x20a3, 0x0000, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002e, 0x0005, 0x0026, 0x20e1, 0x9080, 0x20e1, 0x4000, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x02ff, 0x2011, 0xfffc, 0x22a2, 0x00d6, 0x2069, 0xc71b, 0x2da6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8d68, 0x2da6, 0x00de, 0x20a3, 0x2029, 0x20a3, 0x0000, 0x08e0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0100, 0x20a3, 0x0000, 0x20a3, 0xfc02, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0026, 0x0036, 0x0046, 0x2019, 0x3300, 0x2021, 0x0800,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0038, 0x0026, 0x0036, 0x0046, 0x2019, 0x2300, 0x2021, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x9080, 0x20e1, 0x4000, 0x7818, 0xa080, 0x0028, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0xc734, 0x2214, 0xd2ac, 0x1118, 0xa092, 0x007e, 0x02d8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0xa0e8, 0xc87a, 0x2d6c, 0x6810, 0xa305, 0x20a2, 0x6814,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a2, 0x6810, 0xa005, 0x1140, 0x6814, 0xa005, 0x1128, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x20a3, 0xfffe, 0x0028, 0x2069, 0xc71b, 0x2da6, 0x8d68,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2da6, 0x00de, 0x0080, 0x00d6, 0xa0e8, 0xc87a, 0x2d6c, 0x6810,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa305, 0x20a2, 0x6814, 0x20a2, 0x00de, 0x20a3, 0x0000, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc714, 0x2214, 0x22a2, 0xa485, 0x0098, 0x20a2, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x004e, 0x003e, 0x080c, 0x8ca0, 0x22a2, 0x20a3, 0x0000, 0x7a08,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x22a2, 0x2fa2, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x002e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8ca0, 0x22a2, 0x20a3, 0x0000, 0x7a08, 0x22a2, 0x7810,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a2, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x002e, 0x0005, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00f6, 0x6004, 0xa08a, 0x0085, 0x0a0c, 0x1537, 0xa08a, 0x008c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1a0c, 0x1537, 0x6118, 0x2178, 0x79a0, 0x2011, 0xc734, 0x2214,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd2ac, 0x1110, 0xd1bc, 0x0150, 0x7900, 0xd1f4, 0x0120, 0x7914,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa18c, 0x00ff, 0x0040, 0x2009, 0x0000, 0x0028, 0xa1f8, 0x2e6b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2f0d, 0xa18c, 0x00ff, 0x2c78, 0x2061, 0x0100, 0x619a, 0xa082,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0085, 0x001b, 0x00fe, 0x00ce, 0x0005, 0x85de, 0x85e8, 0x8603,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x85dc, 0x85dc, 0x85dc, 0x85de, 0x080c, 0x1537, 0x0146, 0x20a1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x020b, 0x04a1, 0x60c3, 0x0000, 0x080c, 0x8cb1, 0x014e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0146, 0x20a1, 0x020b, 0x080c, 0x864f, 0x20a3, 0x0000, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x7808, 0x20a2, 0x7810, 0x20a2, 0x20a3, 0x0000, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xffff, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x60c3, 0x000c, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8cb1, 0x014e, 0x0005, 0x0146, 0x20a1, 0x020b, 0x080c, 0x8689,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0003, 0x20a3, 0x0300, 0x20a3, 0x0000, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x60c3, 0x0004, 0x080c, 0x8cb1, 0x014e, 0x0005, 0x0026, 0x20e1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9080, 0x20e1, 0x4000, 0x7818, 0xa080, 0x0028, 0x2004, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc734, 0x2214, 0xd2ac, 0x1118, 0xa092, 0x007e, 0x0288, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa0e8, 0xc87a, 0x2d6c, 0x6810, 0xa085, 0x8100, 0x20a2, 0x6814,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a2, 0x2069, 0xc71b, 0x2da6, 0x8d68, 0x2da6, 0x00de, 0x0088,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0xa0e8, 0xc87a, 0x2d6c, 0x6810, 0xa085, 0x8100, 0x20a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6814, 0x20a2, 0x00de, 0x20a3, 0x0000, 0x2011, 0xc714, 0x2214,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x22a2, 0x20a3, 0x0009, 0x20a3, 0x0000, 0x0804, 0x850c, 0x0026,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x9080, 0x20e1, 0x4000, 0x7818, 0xa080, 0x0028, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0xc734, 0x2214, 0xd2ac, 0x1118, 0xa092, 0x007e, 0x0288,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0xa0e8, 0xc87a, 0x2d6c, 0x6810, 0xa085, 0x8400, 0x20a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6814, 0x20a2, 0x2069, 0xc71b, 0x2da6, 0x8d68, 0x2da6, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0088, 0x00d6, 0xa0e8, 0xc87a, 0x2d6c, 0x6810, 0xa085, 0x8400,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a2, 0x6814, 0x20a2, 0x00de, 0x20a3, 0x0000, 0x2011, 0xc714,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2214, 0x22a2, 0x2001, 0x0099, 0x20a2, 0x20a3, 0x0000, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8598, 0x0026, 0x20e1, 0x9080, 0x20e1, 0x4000, 0x7818, 0xa080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0028, 0x2004, 0x2011, 0xc734, 0x2214, 0xd2ac, 0x1118, 0xa092,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x007e, 0x0288, 0x00d6, 0xa0e8, 0xc87a, 0x2d6c, 0x6810, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8500, 0x20a2, 0x6814, 0x20a2, 0x2069, 0xc71b, 0x2da6, 0x8d68,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2da6, 0x00de, 0x0088, 0x00d6, 0xa0e8, 0xc87a, 0x2d6c, 0x6810,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x8500, 0x20a2, 0x6814, 0x20a2, 0x00de, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0xc714, 0x2214, 0x22a2, 0x2001, 0x0099, 0x20a2, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x0804, 0x8598, 0x00c6, 0x00f6, 0x2c78, 0x7804, 0xa08a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0040, 0x0a0c, 0x1537, 0xa08a, 0x0053, 0x1a0c, 0x1537, 0x7918,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2160, 0x61a0, 0x2011, 0xc734, 0x2214, 0xd2ac, 0x1110, 0xd1bc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0150, 0x6100, 0xd1f4, 0x0120, 0x6114, 0xa18c, 0x00ff, 0x0040,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0000, 0x0028, 0xa1e0, 0x2e6b, 0x2c0d, 0xa18c, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2061, 0x0100, 0x619a, 0xa082, 0x0040, 0x001b, 0x00fe, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x8706, 0x8812, 0x87af, 0x89b4, 0x8704, 0x8704, 0x8704,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8704, 0x8704, 0x8704, 0x8704, 0x9013, 0x9023, 0x9033, 0x9043,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8704, 0x9450, 0x8704, 0x9002, 0x080c, 0x1537, 0x00d6, 0x0156,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0146, 0x780b, 0xffff, 0x20a1, 0x020b, 0x080c, 0x8766, 0x7910,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2168, 0x6948, 0x7952, 0x21a2, 0xa016, 0x22a2, 0x22a2, 0x22a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x694c, 0xa184, 0x000f, 0x1118, 0x2001, 0x0005, 0x0040, 0xd184,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0118, 0x2001, 0x0004, 0x0018, 0xa084, 0x0006, 0x8004, 0x0016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2008, 0x7858, 0xa084, 0x00ff, 0x8007, 0xa105, 0x001e, 0x20a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd1ac, 0x0118, 0x20a3, 0x0002, 0x0048, 0xd1b4, 0x0118, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x0020, 0x20a3, 0x0000, 0x2230, 0x0010, 0x6a80, 0x6e7c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x0008, 0x0136, 0xad88, 0x0017, 0x2198, 0x20a1, 0x021b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x53a6, 0x013e, 0x20a1, 0x020b, 0x22a2, 0x26a2, 0x60c3, 0x0020,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x9080, 0x6014, 0xa084, 0x0004, 0xa085, 0x0009, 0x6016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xca42, 0x2003, 0x07d0, 0x2001, 0xca41, 0x2003, 0x0009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x1808, 0x014e, 0x015e, 0x00de, 0x0005, 0x20e1, 0x9080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20e1, 0x4000, 0x7a18, 0xa280, 0x0023, 0x2014, 0x8210, 0xa294,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x2202, 0x8217, 0x7818, 0xa080, 0x0028, 0x2004, 0x2019,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc734, 0x231c, 0xd3ac, 0x1110, 0xd0bc, 0x0188, 0x00d6, 0xa0e8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc87a, 0x2d6c, 0x6810, 0xa085, 0x0600, 0x20a2, 0x6814, 0x20a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2069, 0xc71b, 0x2da6, 0x8d68, 0x2da6, 0x00de, 0x0088, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa0e8, 0xc87a, 0x2d6c, 0x6810, 0xa085, 0x0600, 0x20a2, 0x6814,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a2, 0x00de, 0x20a3, 0x0000, 0x2009, 0xc714, 0x210c, 0x21a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0829, 0x20a3, 0x0000, 0x22a2, 0x20a3, 0x0000, 0x2fa2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0xffff, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x0005, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0156, 0x0136, 0x0146, 0x20a1, 0x020b, 0x00c1, 0x7810, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6860, 0x20a2, 0x685c, 0x20a2, 0x6880, 0x20a2, 0x687c, 0x20a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa006, 0x20a2, 0x20a2, 0x20a2, 0x20a2, 0x60c3, 0x000c, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8cb1, 0x014e, 0x013e, 0x015e, 0x00de, 0x0005, 0x0026, 0x20e1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9080, 0x20e1, 0x4000, 0x7818, 0xa080, 0x0028, 0x2004, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc734, 0x2214, 0xd2ac, 0x1110, 0xd0bc, 0x0188, 0x00d6, 0xa0e8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc87a, 0x2d6c, 0x6810, 0xa085, 0x0500, 0x20a2, 0x6814, 0x20a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2069, 0xc71b, 0x2da6, 0x8d68, 0x2da6, 0x00de, 0x0088, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa0e8, 0xc87a, 0x2d6c, 0x6810, 0xa085, 0x0500, 0x20a2, 0x6814,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a2, 0x00de, 0x20a3, 0x0000, 0x2011, 0xc714, 0x2214, 0x22a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0889, 0x20a3, 0x0000, 0x080c, 0x8ca0, 0x22a2, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x7a08, 0x22a2, 0x2fa2, 0x20a3, 0x0000, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002e, 0x0005, 0x00d6, 0x0156, 0x0136, 0x0146, 0x7810, 0xa0ec,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xf000, 0x0168, 0xa06d, 0x080c, 0x5841, 0x0148, 0x684c, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2020, 0xa086, 0x2020, 0x1118, 0x7820, 0xc0cd, 0x7822, 0x20a1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x020b, 0x080c, 0x896a, 0xa016, 0x22a2, 0x22a2, 0x22a2, 0x22a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x22a2, 0x7810, 0xa084, 0xf000, 0x1130, 0x7810, 0xa084, 0x0700,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8007, 0x0043, 0x0010, 0xa006, 0x002b, 0x014e, 0x013e, 0x015e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x0005, 0x884c, 0x88e1, 0x88ea, 0x8913, 0x8926, 0x8941,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x894a, 0x884a, 0x080c, 0x1537, 0x0016, 0x0036, 0x694c, 0xa18c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x0118, 0xa186, 0x0003, 0x1170, 0x6b78, 0x7820, 0xd0cc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0108, 0xc3e5, 0x23a2, 0x6868, 0x20a2, 0x6864, 0x20a2, 0x003e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x0804, 0x891d, 0xa186, 0x0001, 0x190c, 0x1537, 0x6b78,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7820, 0xd0cc, 0x0108, 0xc3e5, 0x23a2, 0x6868, 0x20a2, 0x6864,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a2, 0x22a2, 0x6874, 0x20a2, 0x22a2, 0x687c, 0x20a2, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0018, 0xa384, 0x0300, 0x0904, 0x88db, 0xd3c4, 0x0110, 0x687c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa108, 0xd3cc, 0x0110, 0x6874, 0xa108, 0x0156, 0x20a9, 0x000d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xad80, 0x0020, 0x201c, 0x831f, 0x23a2, 0x8000, 0x1f04, 0x888a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x015e, 0x22a2, 0x22a2, 0x22a2, 0xa184, 0x0003, 0x0904, 0x88db,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a1, 0x020b, 0x20e1, 0x9080, 0x20e1, 0x4000, 0x0006, 0x7818,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa080, 0x0028, 0x2004, 0x2011, 0xc734, 0x2214, 0xd2ac, 0x1110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0bc, 0x0188, 0x00d6, 0xa0e8, 0xc87a, 0x2d6c, 0x6810, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0700, 0x20a2, 0x6814, 0x20a2, 0x2069, 0xc71b, 0x2da6, 0x8d68,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2da6, 0x00de, 0x0088, 0x00d6, 0xa0e8, 0xc87a, 0x2d6c, 0x6810,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x0700, 0x20a2, 0x6814, 0x20a2, 0x00de, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0xc714, 0x2214, 0x22a2, 0x000e, 0x7b20, 0xd3cc, 0x0118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0889, 0x0010, 0x20a3, 0x0898, 0x20a2, 0x080c, 0x8ca0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x22a2, 0x20a3, 0x0000, 0x61c2, 0x003e, 0x001e, 0x080c, 0x8cb1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x2011, 0x0008, 0x7820, 0xd0cc, 0x0108, 0xc2e5, 0x22a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa016, 0x0488, 0x2011, 0x0302, 0x7820, 0xd0cc, 0x0108, 0xc2e5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x22a2, 0xa016, 0x22a2, 0x22a2, 0x22a2, 0x20a3, 0x0012, 0x22a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0008, 0x22a2, 0x22a2, 0x22a2, 0x22a2, 0x20a3, 0x7000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0500, 0x22a2, 0x20a3, 0x000a, 0x22a2, 0x22a2, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2500, 0x22a2, 0x22a2, 0x22a2, 0x22a2, 0x22a2, 0x60c3, 0x0032,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8cb1, 0x0005, 0x2011, 0x0028, 0x7820, 0xd0cc, 0x0108,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc2e5, 0x22a2, 0xa016, 0x22a2, 0x22a2, 0x22a2, 0x22a2, 0x22a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x22a2, 0x60c3, 0x0018, 0x080c, 0x8cb1, 0x0005, 0x2011, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7820, 0xd0cc, 0x0108, 0xc2e5, 0x22a2, 0xa016, 0x22a2, 0x22a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x22a2, 0x22a2, 0x22a2, 0x20a3, 0x0008, 0x22a2, 0x7854, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x20a2, 0x22a2, 0x22a2, 0x60c3, 0x0020, 0x080c, 0x8cb1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x2011, 0x0008, 0x7820, 0xd0cc, 0x0108, 0xc2e5, 0x22a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa016, 0x0888, 0x0036, 0x7b10, 0xa384, 0xff00, 0x7812, 0xa384,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x8001, 0x1138, 0x7820, 0xd0cc, 0x0108, 0xc2e5, 0x22a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x003e, 0x0808, 0x0046, 0x2021, 0x0800, 0x0006, 0x7820, 0xd0cc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0x0108, 0xc4e5, 0x24a2, 0x004e, 0x22a2, 0x20a2, 0x003e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x891d, 0x0026, 0x20e1, 0x9080, 0x20e1, 0x4000, 0x7818,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa080, 0x0028, 0x2004, 0x2011, 0xc734, 0x2214, 0xd2ac, 0x1110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0bc, 0x0188, 0x00d6, 0xa0e8, 0xc87a, 0x2d6c, 0x6810, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0700, 0x20a2, 0x6814, 0x20a2, 0x2069, 0xc71b, 0x2da6, 0x8d68,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2da6, 0x00de, 0x0088, 0x00d6, 0xa0e8, 0xc87a, 0x2d6c, 0x6810,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x0700, 0x20a2, 0x6814, 0x20a2, 0x00de, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0xc714, 0x2214, 0x22a2, 0x7820, 0xd0cc, 0x0118, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0889, 0x0010, 0x20a3, 0x0898, 0x20a3, 0x0000, 0x080c, 0x8ca0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x22a2, 0x20a3, 0x0000, 0x7a08, 0x22a2, 0x2fa2, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0000, 0x002e, 0x0005, 0x00d6, 0x0156, 0x0136, 0x0146,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x0036, 0x7810, 0xa084, 0x0700, 0x8007, 0x003b, 0x003e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x014e, 0x013e, 0x015e, 0x00de, 0x0005, 0x89ce, 0x89ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x89d0, 0x89ce, 0x89ce, 0x89ce, 0x89f2, 0x89ce, 0x080c, 0x1537,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7910, 0xa18c, 0xf8ff, 0xa18d, 0x0600, 0x7912, 0x20a1, 0x020b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0003, 0x00f9, 0x00d6, 0x2069, 0xc751, 0x6804, 0xd0bc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0130, 0x682c, 0xa084, 0x00ff, 0x8007, 0x20a2, 0x0010, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3f00, 0x00de, 0x22a2, 0x22a2, 0x22a2, 0x60c3, 0x0001, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8cb1, 0x0005, 0x20a1, 0x020b, 0x2009, 0x0003, 0x0019, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7f00, 0x0c80, 0x0026, 0x20e1, 0x9080, 0x20e1, 0x4000, 0x7818,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa080, 0x0028, 0x2004, 0x2011, 0xc734, 0x2214, 0xd2ac, 0x1110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0bc, 0x0188, 0x00d6, 0xa0e8, 0xc87a, 0x2d6c, 0x6810, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0100, 0x20a2, 0x6814, 0x20a2, 0x2069, 0xc71b, 0x2da6, 0x8d68,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2da6, 0x00de, 0x0088, 0x00d6, 0xa0e8, 0xc87a, 0x2d6c, 0x6810,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x0100, 0x20a2, 0x6814, 0x20a2, 0x00de, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0xc714, 0x2214, 0x22a2, 0x20a3, 0x0888, 0xa18d, 0x0008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x21a2, 0x080c, 0x8ca0, 0x22a2, 0x20a3, 0x0000, 0x7a08, 0x22a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2fa2, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x002e, 0x0005, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x00c6, 0x0066, 0x0056, 0x0046, 0x0036, 0x2061, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xc700, 0x2009, 0xc714, 0x210c, 0x7818, 0x2068, 0x2031,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc734, 0x2634, 0xa6b4, 0x0028, 0x0110, 0x736c, 0x7470, 0x2500,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2031, 0xc734, 0x2634, 0xa6b4, 0x0028, 0x0140, 0x2001, 0x04ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6062, 0x6067, 0xffff, 0x636a, 0x646e, 0x0050, 0x2001, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x0400, 0x6062, 0x6067, 0xffff, 0x606b, 0x0000, 0x616e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x68b8, 0x6073, 0x0530, 0x6077, 0x0008, 0x688c, 0x8000, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x688e, 0x8007, 0xa085, 0x0020, 0x607a, 0x68b4, 0x607f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x2d00, 0x6082, 0x6087, 0xffff, 0x7810, 0x2070, 0x7014,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x608a, 0x7010, 0x608e, 0x700c, 0x60c6, 0x7008, 0x60ca, 0x686c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x60ce, 0x60ab, 0x0036, 0x60af, 0x95d5, 0x60d7, 0x0000, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc734, 0x2004, 0xa084, 0x0028, 0x0128, 0x609f, 0x0000, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0092, 0x0048, 0x6028, 0xc0bd, 0x602a, 0x609f, 0x00ff, 0x6027,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xffff, 0x2001, 0x00b2, 0x6016, 0x2009, 0x07d0, 0x080c, 0x710a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x003e, 0x004e, 0x005e, 0x006e, 0x00ce, 0x00de, 0x00ee, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x00d6, 0x00c6, 0x0066, 0x0056, 0x0046, 0x0036, 0x2061,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0100, 0x2071, 0xc700, 0x2009, 0xc714, 0x210c, 0x7818, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x68a0, 0x2028, 0x2031, 0xc734, 0x2634, 0xd6ac, 0x1140, 0xd0bc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1130, 0xa080, 0x2e6b, 0x2015, 0xa294, 0x00ff, 0x0020, 0x6910,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6a14, 0x736c, 0x7470, 0x2001, 0xc734, 0x2004, 0xd0ac, 0x1110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd5bc, 0x0138, 0xa185, 0x0400, 0x6062, 0x6266, 0x636a, 0x646e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0030, 0x6063, 0x0400, 0x6266, 0x606b, 0x0000, 0x616e, 0x68b8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6072, 0x6077, 0x0000, 0x6864, 0xd0a4, 0x0110, 0x6077, 0x0008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x688c, 0x8000, 0xa084, 0x00ff, 0x688e, 0x8007, 0xa085, 0x0020,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x607a, 0x68b4, 0x607f, 0x0000, 0x2d00, 0x6082, 0x6087, 0xffff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7810, 0x2070, 0x7014, 0x608a, 0x7010, 0x608e, 0x700c, 0x60c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7008, 0x60ca, 0x686c, 0x60ce, 0x60ab, 0x0036, 0x60af, 0x95d5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x60d7, 0x0000, 0xa582, 0x0080, 0x0210, 0x2011, 0x0000, 0x629e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00f6, 0x2079, 0x0140, 0x7803, 0x0000, 0x00fe, 0x2009, 0x0092,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6116, 0x2009, 0x07d0, 0x080c, 0x710a, 0x003e, 0x004e, 0x005e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x006e, 0x00ce, 0x00de, 0x00ee, 0x0005, 0x00e6, 0x00d6, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0056, 0x0046, 0x0036, 0x2061, 0x0100, 0x2071, 0xc700, 0x7150,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7818, 0x2068, 0x68a0, 0x2028, 0x76d0, 0xd6ac, 0x1130, 0xd0bc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1120, 0x6910, 0x6a14, 0x7450, 0x0020, 0x6910, 0x6a14, 0x736c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7470, 0x781c, 0xa0be, 0x0006, 0x0904, 0x8beb, 0xa0be, 0x000a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x15e8, 0xa185, 0x0200, 0x6062, 0x6266, 0x636a, 0x646e, 0x6073,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2029, 0x6077, 0x0000, 0x688c, 0x8000, 0xa084, 0x00ff, 0x688e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8007, 0x607a, 0x607f, 0x0000, 0x2f00, 0x6082, 0x7808, 0x6086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7810, 0x2070, 0x7014, 0x608a, 0x7010, 0x608e, 0x700c, 0x60c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7008, 0x60ca, 0x686c, 0x60ce, 0x60af, 0x95d5, 0x60d7, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x609f, 0x0000, 0x080c, 0x94eb, 0x2009, 0x07d0, 0x60c4, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xfff0, 0xa005, 0x0110, 0x2009, 0x1b58, 0x080c, 0x710a, 0x003e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x004e, 0x005e, 0x00ce, 0x00de, 0x00ee, 0x0005, 0x70d0, 0xd0ac,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1110, 0xd5bc, 0x0138, 0xa185, 0x0100, 0x6062, 0x6266, 0x636a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x646e, 0x0038, 0xa185, 0x0100, 0x6062, 0x6266, 0x606b, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x646e, 0x6073, 0x0809, 0x6077, 0x0008, 0x688c, 0x8000, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x688e, 0x8007, 0x607a, 0x607f, 0x0000, 0x2f00, 0x6082,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7808, 0x6086, 0x7810, 0x2070, 0x7014, 0x608a, 0x7010, 0x608e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x700c, 0x60c6, 0x7008, 0x60ca, 0x686c, 0x60ce, 0x60af, 0x95d5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x60d7, 0x0000, 0xa582, 0x0080, 0x0248, 0x6a00, 0xd2f4, 0x0120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6a14, 0xa294, 0x00ff, 0x0010, 0x2011, 0x0000, 0x629e, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x94eb, 0x2009, 0x07d0, 0x60c4, 0xa084, 0xfff0, 0xa005, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x1b58, 0x080c, 0x710a, 0x003e, 0x004e, 0x005e, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x00ee, 0x0005, 0x7810, 0x2070, 0x704c, 0xa084, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0002, 0x0904, 0x8c41, 0x2001, 0xc734, 0x2004, 0xd0ac,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1110, 0xd5bc, 0x0138, 0xa185, 0x0100, 0x6062, 0x6266, 0x636a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x646e, 0x0038, 0xa185, 0x0100, 0x6062, 0x6266, 0x606b, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x646e, 0x6073, 0x0880, 0x6077, 0x0008, 0x688c, 0x8000, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x688e, 0x8007, 0x607a, 0x7834, 0x607e, 0x2f00, 0x6086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7808, 0x6082, 0x7060, 0x608a, 0x705c, 0x608e, 0x7080, 0x60c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x707c, 0x60ca, 0x707c, 0x792c, 0xa108, 0x792e, 0x7080, 0x7928,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa109, 0x792a, 0x686c, 0x60ce, 0x60af, 0x95d5, 0x60d7, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa582, 0x0080, 0x0248, 0x6a00, 0xd2f4, 0x0120, 0x6a14, 0xa294,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x0010, 0x2011, 0x0000, 0x629e, 0x080c, 0x94e8, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8bd9, 0x2001, 0xc734, 0x2004, 0xd0ac, 0x1110, 0xd5bc, 0x0138,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa185, 0x0700, 0x6062, 0x6266, 0x636a, 0x646e, 0x0038, 0xa185,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0700, 0x6062, 0x6266, 0x606b, 0x0000, 0x646e, 0x080c, 0x5841,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0180, 0x00d6, 0x7810, 0xa06d, 0x684c, 0x00de, 0xa084, 0x2020,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x2020, 0x1130, 0x7820, 0xc0cd, 0x7822, 0x6073, 0x0889,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x6073, 0x0898, 0x6077, 0x0000, 0x688c, 0x8000, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x688e, 0x8007, 0x607a, 0x607f, 0x0000, 0x2f00, 0x6086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7808, 0x6082, 0x7014, 0x608a, 0x7010, 0x608e, 0x700c, 0x60c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7008, 0x60ca, 0x686c, 0x60ce, 0x60af, 0x95d5, 0x60d7, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa582, 0x0080, 0x0248, 0x6a00, 0xd2f4, 0x0120, 0x6a14, 0xa294,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x0010, 0x2011, 0x0000, 0x629e, 0x7820, 0xd0cc, 0x0120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x94eb, 0x0804, 0x8bd9, 0x080c, 0x94e8, 0x0804, 0x8bd9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7a18, 0xa280, 0x0023, 0x2014, 0x8210, 0xa294, 0x00ff, 0x2202,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8217, 0x0005, 0x00d6, 0x2069, 0xca26, 0x6843, 0x0001, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x20e1, 0x9080, 0x60a3, 0x0056, 0x60a7, 0x9575, 0x0019,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x70fc, 0x0005, 0x0006, 0x6014, 0xa084, 0x0004, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0009, 0x6016, 0x000e, 0x0005, 0x0016, 0x00c6, 0x0006, 0x2061,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0100, 0x61a4, 0x60a7, 0x95f5, 0x6014, 0xa084, 0x0004, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0008, 0x6016, 0x000e, 0xe000, 0xe000, 0xe000, 0xe000, 0x61a6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x001e, 0x0005, 0x00c6, 0x00d6, 0x0016, 0x0026, 0x2061,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0100, 0x2069, 0x0140, 0x080c, 0x609a, 0x1198, 0x2001, 0xca42,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xa005, 0x15b8, 0x0066, 0x2031, 0x0001, 0x080c, 0x6126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x006e, 0x1118, 0x080c, 0x70fc, 0x0468, 0x00c6, 0x2061, 0xca26,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d8, 0x6904, 0xa194, 0x4000, 0x0550, 0x0831, 0x6803, 0x1000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6803, 0x0000, 0x00c6, 0x2061, 0xca26, 0x6128, 0xa192, 0x0008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1258, 0x8108, 0x612a, 0x6124, 0x00ce, 0x81ff, 0x0198, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x70fc, 0x080c, 0x8cbb, 0x0070, 0x6124, 0xa1e5, 0x0000, 0x0140,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xc5e7, 0x080c, 0x7105, 0x2009, 0x0014, 0x080c, 0x96aa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x0000, 0x002e, 0x001e, 0x00de, 0x00ce, 0x0005, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xca42, 0x2004, 0xa005, 0x1db0, 0x00c6, 0x2061, 0xca26, 0x6128,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa192, 0x0003, 0x1e08, 0x8108, 0x612a, 0x00ce, 0x080c, 0x70fc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x4fd7, 0x0c38, 0x00c6, 0x00d6, 0x00e6, 0x0016, 0x0026,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7112, 0x2071, 0xca26, 0x713c, 0x81ff, 0x0904, 0x8d8b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2061, 0x0100, 0x2069, 0x0140, 0x080c, 0x609a, 0x11d8, 0x0036,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2019, 0x0001, 0x080c, 0x8f2e, 0x003e, 0x713c, 0x2160, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc5e7, 0x2009, 0x004a, 0x621c, 0xa296, 0x0009, 0x1110, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0104, 0x080c, 0x96aa, 0x0066, 0x2031, 0x0001, 0x080c, 0x6126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x006e, 0x0408, 0x6904, 0xa194, 0x4000, 0x0518, 0x6803, 0x1000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6803, 0x0000, 0x0036, 0x2019, 0x0001, 0x080c, 0x8f2e, 0x003e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x713c, 0x2160, 0x080c, 0xc5e7, 0x2009, 0x004a, 0x621c, 0xa296,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0009, 0x1138, 0x6110, 0xa188, 0x0012, 0x200b, 0x0006, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0104, 0x080c, 0x96aa, 0x002e, 0x001e, 0x00ee, 0x00de, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0c00, 0x00e6, 0x00d6, 0x00c6, 0x0066, 0x0056, 0x0046,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x0126, 0x2091, 0x8000, 0x6018, 0x2068, 0x6ca0, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xca26, 0x7018, 0x2068, 0x8dff, 0x0198, 0x68a0, 0xa406, 0x0118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6854, 0x2068, 0x0cc0, 0x6010, 0x2060, 0x643c, 0x6540, 0x6e48,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d60, 0x080c, 0x5633, 0x0120, 0x080c, 0x905a, 0xa085, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x000e, 0x004e, 0x005e, 0x006e, 0x00ce, 0x00de, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x20a1, 0x020b, 0x080c, 0x84a5, 0x20a3, 0x1200, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x20a3, 0x0000, 0x781c, 0xa086, 0x0004, 0x1110, 0x6098,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0018, 0x2001, 0xc714, 0x2004, 0x20a2, 0x7834, 0x20a2, 0x7838,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a2, 0x20a9, 0x0010, 0xa006, 0x20a2, 0x1f04, 0x8ddc, 0x20a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a2, 0x60c3, 0x002c, 0x080c, 0x8cb1, 0x0005, 0x0156, 0x0146,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a1, 0x020b, 0x080c, 0x84a5, 0x20a3, 0x0f00, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7808, 0xd09c, 0x1150, 0x20a3, 0x0000, 0x20a2, 0x60c3, 0x0008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8cb1, 0x014e, 0x015e, 0x0005, 0x00d6, 0x7818, 0xa06d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x090c, 0x1537, 0x6810, 0xa084, 0x00ff, 0x20a2, 0x6814, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0c60, 0x0156, 0x0146, 0x20a1, 0x020b, 0x080c, 0x8541, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0200, 0x20a3, 0x0000, 0x20a9, 0x0006, 0x2011, 0xc740, 0x2019,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc741, 0x23a6, 0x22a6, 0xa398, 0x0002, 0xa290, 0x0002, 0x1f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8e19, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x60c3, 0x001c, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8cb1, 0x014e, 0x015e, 0x0005, 0x0156, 0x0146, 0x0016, 0x0026,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a1, 0x020b, 0x080c, 0x851a, 0x080c, 0x8530, 0x7810, 0xa080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x2004, 0xa080, 0x0015, 0x2098, 0x7808, 0xa088, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x21a8, 0x53a6, 0xa080, 0x0004, 0x8003, 0x60c2, 0x080c, 0x8cb1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002e, 0x001e, 0x014e, 0x015e, 0x0005, 0x0156, 0x0146, 0x20a1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x020b, 0x080c, 0x84a5, 0x20a3, 0x6200, 0x20a3, 0x0000, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x7808, 0x20a2, 0x60c3, 0x0008, 0x080c, 0x8cb1, 0x014e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x015e, 0x0005, 0x0156, 0x0146, 0x0016, 0x0026, 0x20a1, 0x020b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x84a5, 0x7810, 0xa080, 0x0000, 0x2004, 0xa080, 0x0017,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2098, 0x7808, 0xa088, 0x0002, 0x21a8, 0x53a6, 0x8003, 0x60c2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8cb1, 0x002e, 0x001e, 0x014e, 0x015e, 0x0005, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x0006, 0x0126, 0x2091, 0x8000, 0x2071, 0xca26, 0x700c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2060, 0x8cff, 0x0178, 0x080c, 0xae5a, 0x1110, 0x080c, 0x9c47,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x600c, 0x0006, 0x080c, 0xb036, 0x080c, 0x967a, 0x080c, 0x905a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x0c78, 0x700f, 0x0000, 0x700b, 0x0000, 0x012e, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x00ee, 0x0005, 0x0126, 0x0156, 0x00f6, 0x00e6, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x0026, 0x0016, 0x0006, 0x2091, 0x8000, 0x2069, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2079, 0x0140, 0x2071, 0xca26, 0x7024, 0x2060, 0x8cff, 0x05a0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8cc4, 0x68c3, 0x0000, 0x080c, 0x7105, 0x2009, 0x0013,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x96aa, 0x20a9, 0x01f4, 0x6824, 0xd094, 0x0158, 0x6827,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x7804, 0xa084, 0x4000, 0x01a0, 0x7803, 0x1000, 0x7803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x0078, 0xd084, 0x0118, 0x6827, 0x0001, 0x0010, 0x1f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8ec4, 0x7804, 0xa084, 0x1000, 0x0120, 0x7803, 0x0100, 0x7803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x6824, 0x000e, 0x001e, 0x002e, 0x00ce, 0x00de, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00fe, 0x015e, 0x012e, 0x0005, 0x2001, 0xc700, 0x2004, 0xa096,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x0590, 0xa096, 0x0004, 0x0578, 0x080c, 0x7105, 0x6814,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x0001, 0x0110, 0x68a7, 0x95f5, 0x6817, 0x0008, 0x68c3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x2011, 0x4f94, 0x080c, 0x708b, 0x20a9, 0x01f4, 0x6824,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd094, 0x0158, 0x6827, 0x0004, 0x7804, 0xa084, 0x4000, 0x01a0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7803, 0x1000, 0x7803, 0x0000, 0x0078, 0xd084, 0x0118, 0x6827,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x0010, 0x1f04, 0x8f07, 0x7804, 0xa084, 0x1000, 0x0120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7803, 0x0100, 0x7803, 0x0000, 0x000e, 0x001e, 0x002e, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x00ee, 0x00fe, 0x015e, 0x012e, 0x0005, 0x0126, 0x0156,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00f6, 0x00e6, 0x00d6, 0x00c6, 0x0026, 0x0016, 0x0006, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x2069, 0x0100, 0x2079, 0x0140, 0x2071, 0xca26, 0x703c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2060, 0x8cff, 0x0904, 0x8fa7, 0x68af, 0x95f5, 0x6817, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x00fa, 0x8109, 0x1df0, 0x68c7, 0x0000, 0x68cb, 0x0008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7112, 0x080c, 0x222c, 0x0046, 0x2009, 0x017f, 0x200b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a5, 0x2021, 0x0169, 0x2404, 0xa084, 0x000f, 0xa086, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x11b0, 0x68c7, 0x0000, 0x68cb, 0x0008, 0x00e6, 0x00f6, 0x2079,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0020, 0x2071, 0xca8b, 0x6814, 0xa084, 0x0184, 0xa085, 0x0012,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6816, 0x7803, 0x0008, 0x7003, 0x0000, 0x00fe, 0x00ee, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc9f6, 0x2004, 0x200a, 0x004e, 0xa39d, 0x0000, 0x1140, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0049, 0x601c, 0xa086, 0x0009, 0x0110, 0x080c, 0x96aa, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x03e8, 0x6824, 0xd094, 0x0158, 0x6827, 0x0004, 0x7804, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4000, 0x01a0, 0x7803, 0x1000, 0x7803, 0x0000, 0x0078, 0xd08c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0118, 0x6827, 0x0002, 0x0010, 0x1f04, 0x8f89, 0x7804, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1000, 0x0120, 0x7803, 0x0100, 0x7803, 0x0000, 0x6824, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x002e, 0x00ce, 0x00de, 0x00ee, 0x00fe, 0x015e, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00d6, 0x0126, 0x2091, 0x8000, 0x2069, 0xca26, 0x6a06,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x00de, 0x0005, 0x00d6, 0x0126, 0x2091, 0x8000, 0x2069,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xca26, 0x6a32, 0x012e, 0x00de, 0x0005, 0x00f6, 0x00e6, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0066, 0x0006, 0x0126, 0x2071, 0xca26, 0x7614, 0x2660, 0x2678,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x8000, 0x8cff, 0x0538, 0x601c, 0xa206, 0x1500, 0x7014,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xac36, 0x1110, 0x660c, 0x7616, 0x7010, 0xac36, 0x1140, 0x2c00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xaf36, 0x0118, 0x2f00, 0x7012, 0x0010, 0x7013, 0x0000, 0x660c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0066, 0x2c00, 0xaf06, 0x0110, 0x7e0e, 0x0008, 0x2678, 0x600f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x080c, 0xae22, 0x080c, 0x905a, 0x00ce, 0x08d8, 0x2c78,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x600c, 0x2060, 0x08b8, 0x012e, 0x000e, 0x006e, 0x00ce, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00fe, 0x0005, 0x0156, 0x0146, 0x20a1, 0x020b, 0x080c, 0x8766,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7828, 0x20a2, 0xa006, 0x20a2, 0x20a2, 0x20a2, 0x20a2, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1000, 0x0804, 0x9052, 0x0156, 0x0146, 0x20a1, 0x020b, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8766, 0x7828, 0x20a2, 0xa006, 0x20a2, 0x20a2, 0x20a2, 0x20a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x4000, 0x0478, 0x0156, 0x0146, 0x20a1, 0x020b, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8766, 0x7828, 0x20a2, 0xa006, 0x20a2, 0x20a2, 0x20a2, 0x20a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x2000, 0x00f8, 0x0156, 0x0146, 0x20a1, 0x020b, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8766, 0x7828, 0x20a2, 0xa006, 0x20a2, 0x20a2, 0x20a2, 0x20a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0400, 0x0078, 0x0156, 0x0146, 0x20a1, 0x020b, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8766, 0x7828, 0x20a2, 0xa006, 0x20a2, 0x20a2, 0x20a2, 0x20a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0200, 0x0089, 0x60c3, 0x0020, 0x080c, 0x8cb1, 0x014e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x015e, 0x0005, 0x00e6, 0x2071, 0xca26, 0x7020, 0xa005, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8001, 0x7022, 0x00ee, 0x0005, 0x20a9, 0x0008, 0x20a2, 0x1f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9066, 0x20a2, 0x20a2, 0x0005, 0x00f6, 0x00e6, 0x00d6, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0076, 0x0066, 0x0006, 0x0126, 0x2091, 0x8000, 0x2071, 0xca26,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7614, 0x2660, 0x2678, 0x2039, 0x0001, 0x87ff, 0x0904, 0x90fb,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8cff, 0x0904, 0x90fb, 0x601c, 0xa086, 0x0006, 0x1904, 0x90f6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x88ff, 0x0138, 0x2800, 0xac06, 0x1904, 0x90f6, 0x2039, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0050, 0x6018, 0xa206, 0x1904, 0x90f6, 0x85ff, 0x0120, 0x6050,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa106, 0x1904, 0x90f6, 0x7024, 0xac06, 0x1560, 0x2069, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x68c0, 0xa005, 0x0518, 0x080c, 0x7105, 0x6820, 0xd0b4, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x68a7, 0x95f5, 0x6817, 0x0008, 0x68c3, 0x0000, 0x080c, 0x917f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7027, 0x0000, 0x0036, 0x2069, 0x0140, 0x6b04, 0xa384, 0x1000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0120, 0x6803, 0x0100, 0x6803, 0x0000, 0x2069, 0x0100, 0x6824,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd084, 0x0110, 0x6827, 0x0001, 0x003e, 0x0020, 0x6003, 0x0009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x630a, 0x0460, 0x7014, 0xac36, 0x1110, 0x660c, 0x7616, 0x7010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xac36, 0x1140, 0x2c00, 0xaf36, 0x0118, 0x2f00, 0x7012, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7013, 0x0000, 0x660c, 0x0066, 0x2c00, 0xaf06, 0x0110, 0x7e0e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0008, 0x2678, 0x89ff, 0x1158, 0x600f, 0x0000, 0x6010, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xac44, 0x0110, 0x080c, 0xc167, 0x080c, 0xae22, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x905a, 0x88ff, 0x1190, 0x00ce, 0x0804, 0x907d, 0x2c78, 0x600c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2060, 0x0804, 0x907d, 0xa006, 0x012e, 0x000e, 0x006e, 0x007e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x00de, 0x00ee, 0x00fe, 0x0005, 0x6017, 0x0000, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa8c5, 0x0001, 0x0c88, 0x00f6, 0x00e6, 0x00d6, 0x00c6, 0x0066,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x0006, 0x0126, 0x2091, 0x8000, 0x2071, 0xca26, 0x7638,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2660, 0x2678, 0x8cff, 0x0904, 0x916f, 0x601c, 0xa086, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0x916a, 0x87ff, 0x0128, 0x2700, 0xac06, 0x1904, 0x916a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0040, 0x6018, 0xa206, 0x15f0, 0x85ff, 0x0118, 0x6050, 0xa106,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x15c8, 0x703c, 0xac06, 0x1170, 0x0036, 0x2019, 0x0001, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8f2e, 0x7033, 0x0000, 0x703f, 0x0000, 0x7043, 0x0000, 0x7047,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x003e, 0x7038, 0xac36, 0x1110, 0x660c, 0x763a, 0x7034,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xac36, 0x1140, 0x2c00, 0xaf36, 0x0118, 0x2f00, 0x7036, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7037, 0x0000, 0x660c, 0x0066, 0x2c00, 0xaf06, 0x0110, 0x7e0e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0008, 0x2678, 0x600f, 0x0000, 0x6010, 0x2068, 0x080c, 0xac44,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0110, 0x080c, 0xc167, 0x080c, 0xae22, 0x87ff, 0x1190, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x911a, 0x2c78, 0x600c, 0x2060, 0x0804, 0x911a, 0xa006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x000e, 0x002e, 0x006e, 0x00ce, 0x00de, 0x00ee, 0x00fe,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x6017, 0x0000, 0x00ce, 0xa7bd, 0x0001, 0x0c88, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xca26, 0x2001, 0xc700, 0x2004, 0xa086, 0x0002, 0x1118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7007, 0x0005, 0x0010, 0x7007, 0x0000, 0x00ee, 0x0005, 0x00f6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x00c6, 0x0066, 0x0026, 0x0006, 0x0126, 0x2091, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xca26, 0x2c10, 0x7638, 0x2660, 0x2678, 0x8cff, 0x0518,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2200, 0xac06, 0x11e0, 0x7038, 0xac36, 0x1110, 0x660c, 0x763a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7034, 0xac36, 0x1140, 0x2c00, 0xaf36, 0x0118, 0x2f00, 0x7036,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x7037, 0x0000, 0x660c, 0x2c00, 0xaf06, 0x0110, 0x7e0e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0008, 0x2678, 0x600f, 0x0000, 0xa085, 0x0001, 0x0020, 0x2c78,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x600c, 0x2060, 0x08d8, 0x012e, 0x000e, 0x002e, 0x006e, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x00fe, 0x0005, 0x00f6, 0x00e6, 0x00d6, 0x00c6, 0x0066,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x0126, 0x2091, 0x8000, 0x2071, 0xca26, 0x760c, 0x2660,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2678, 0x8cff, 0x0904, 0x9255, 0x6018, 0xa080, 0x0028, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa206, 0x1904, 0x9250, 0x7024, 0xac06, 0x1508, 0x2069, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x68c0, 0xa005, 0x0904, 0x922c, 0x080c, 0x8cc4, 0x68c3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x917f, 0x7027, 0x0000, 0x0036, 0x2069, 0x0140, 0x6b04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa384, 0x1000, 0x0120, 0x6803, 0x0100, 0x6803, 0x0000, 0x2069,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0100, 0x6824, 0xd084, 0x0110, 0x6827, 0x0001, 0x003e, 0x700c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xac36, 0x1110, 0x660c, 0x760e, 0x7008, 0xac36, 0x1140, 0x2c00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xaf36, 0x0118, 0x2f00, 0x700a, 0x0010, 0x700b, 0x0000, 0x660c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0066, 0x2c00, 0xaf06, 0x0110, 0x7e0e, 0x0008, 0x2678, 0x600f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x080c, 0xae4c, 0x1158, 0x080c, 0x2d8a, 0x080c, 0xae5a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x11f0, 0x080c, 0x9c47, 0x00d8, 0x080c, 0x917f, 0x08c0, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xae5a, 0x1118, 0x080c, 0x9c47, 0x0090, 0x6010, 0x2068, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xac44, 0x0168, 0x601c, 0xa086, 0x0003, 0x11f8, 0x6837, 0x0103,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6b4a, 0x6847, 0x0000, 0x080c, 0x596c, 0x080c, 0xae16, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb036, 0x080c, 0xae22, 0x080c, 0x905a, 0x00ce, 0x0804, 0x91d9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2c78, 0x600c, 0x2060, 0x0804, 0x91d9, 0x012e, 0x000e, 0x006e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x00de, 0x00ee, 0x00fe, 0x0005, 0x601c, 0xa086, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1d30, 0x080c, 0xc167, 0x0c18, 0x0036, 0x0156, 0x0136, 0x0146,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3908, 0xa006, 0xa190, 0x0020, 0x221c, 0xa39e, 0x2b86, 0x1118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8210, 0x8000, 0x0cc8, 0xa005, 0x0138, 0x20a9, 0x0020, 0x2198,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa110, 0x22a0, 0x22c8, 0x53a3, 0x014e, 0x013e, 0x015e, 0x003e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00d6, 0x20a1, 0x020b, 0x080c, 0x8541, 0x20a3, 0x0200,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0014, 0x60c3, 0x0014, 0x20a3, 0x0000, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2099, 0xc9fe, 0x20a9, 0x0004, 0x53a6, 0x20a3, 0x0004, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7878, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x080c, 0x8cb1, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x20a1, 0x020b, 0x080c, 0x8541, 0x20a3, 0x0214, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0018, 0x20a3, 0x0800, 0x7810, 0xa084, 0xff00, 0x20a2, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x7810,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x00ff, 0x20a2, 0x7828, 0x20a2, 0x20a3, 0x0000, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x60c3, 0x0018, 0x080c, 0x8cb1, 0x0005, 0x00d6, 0x0016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2f68, 0x2009, 0x0035, 0x080c, 0xb172, 0x1904, 0x9334, 0x20a1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x020b, 0x080c, 0x84a5, 0x20a3, 0x1300, 0x20a3, 0x0000, 0x7828,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2068, 0x681c, 0xa086, 0x0003, 0x0580, 0x7818, 0xa080, 0x0028,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2014, 0x2001, 0xc734, 0x2004, 0xd0ac, 0x11d0, 0xa286, 0x007e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1128, 0x20a3, 0x00ff, 0x20a3, 0xfffe, 0x04b8, 0xa286, 0x007f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1128, 0x20a3, 0x00ff, 0x20a3, 0xfffd, 0x0478, 0xd2bc, 0x0180,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa286, 0x0080, 0x1128, 0x20a3, 0x00ff, 0x20a3, 0xfffc, 0x0428,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa2e8, 0xc87a, 0x2d6c, 0x6810, 0x20a2, 0x6814, 0x20a2, 0x00e8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0000, 0x6098, 0x20a2, 0x00c0, 0x2001, 0xc734, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0ac, 0x1138, 0x7818, 0xa080, 0x0028, 0x2004, 0xa082, 0x007e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0240, 0x00d6, 0x2069, 0xc71b, 0x2da6, 0x8d68, 0x2da6, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0020, 0x20a3, 0x0000, 0x6034, 0x20a2, 0x7834, 0x20a2, 0x7838,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a2, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x60c3, 0x000c, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8cb1, 0x001e, 0x00de, 0x0005, 0x7817, 0x0001, 0x7803, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x00de, 0x0005, 0x00d6, 0x0026, 0x7928, 0x2168, 0x691c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa186, 0x0006, 0x01c0, 0xa186, 0x0003, 0x0904, 0x93aa, 0xa186,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0904, 0x9393, 0xa186, 0x0004, 0x05b8, 0xa186, 0x0008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x939b, 0x7807, 0x0037, 0x7813, 0x1700, 0x080c, 0x9412,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002e, 0x00de, 0x0005, 0x080c, 0x93ce, 0x2009, 0x4000, 0x6800,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x9374, 0x937f, 0x9376, 0x937f, 0x937b, 0x9374, 0x9374,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x937f, 0x937f, 0x937f, 0x937f, 0x9374, 0x9374, 0x9374, 0x9374,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9374, 0x937f, 0x9374, 0x937f, 0x080c, 0x1537, 0x6820, 0xd0e4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0110, 0xd0cc, 0x0110, 0xa00e, 0x0010, 0x2009, 0x2000, 0x6828,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a2, 0x682c, 0x20a2, 0x0804, 0x93c4, 0x080c, 0x93ce, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x20a3, 0x0000, 0x2009, 0x4000, 0x6a00, 0xa286, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1108, 0xa00e, 0x0488, 0x04d1, 0x20a3, 0x0000, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x4000, 0x0448, 0x0491, 0x20a3, 0x0000, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x4000, 0xa286, 0x0005, 0x0118, 0xa286, 0x0002, 0x1108,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa00e, 0x00d0, 0x0419, 0x6810, 0x2068, 0x697c, 0x6810, 0xa112,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6980, 0x6814, 0xa103, 0x20a2, 0x22a2, 0x7928, 0xa180, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xa08e, 0x0002, 0x0130, 0xa08e, 0x0004, 0x0118, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4000, 0x0010, 0x2009, 0x0000, 0x21a2, 0x20a3, 0x0000, 0x60c3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0018, 0x080c, 0x8cb1, 0x002e, 0x00de, 0x0005, 0x0036, 0x0046,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0056, 0x0066, 0x20a1, 0x020b, 0x080c, 0x8541, 0xa006, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0200, 0x20a2, 0x7934, 0x21a2, 0x7938, 0x21a2, 0x7818, 0xa080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0028, 0x2004, 0x2011, 0xc734, 0x2214, 0xd2ac, 0x1118, 0xa092,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x007e, 0x0268, 0x00d6, 0x2069, 0xc71b, 0x2d2c, 0x8d68, 0x2d34,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa0e8, 0xc87a, 0x2d6c, 0x6b10, 0x6c14, 0x00de, 0x0030, 0x2019,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x6498, 0x2029, 0x0000, 0x6634, 0x7828, 0xa080, 0x0007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xa086, 0x0003, 0x1128, 0x25a2, 0x26a2, 0x23a2, 0x24a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0020, 0x23a2, 0x24a2, 0x25a2, 0x26a2, 0x006e, 0x005e, 0x004e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x003e, 0x0005, 0x20a1, 0x020b, 0x080c, 0x8541, 0x20a3, 0x0100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0000, 0x20a3, 0x0009, 0x7810, 0x20a2, 0x60c3, 0x0008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x8cb1, 0x0005, 0x20a1, 0x020b, 0x080c, 0x849d, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1400, 0x20a3, 0x0000, 0x7834, 0x20a2, 0x7838, 0x20a2, 0x7828,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a2, 0x782c, 0x20a2, 0x7830, 0xa084, 0x00ff, 0x8007, 0x20a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0000, 0x60c3, 0x0010, 0x080c, 0x8cb1, 0x0005, 0x20a1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x020b, 0x080c, 0x8539, 0x20a3, 0x0100, 0x20a3, 0x0000, 0x7828,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a2, 0x7810, 0x20a2, 0x60c3, 0x0008, 0x080c, 0x8cb1, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0146, 0x20a1, 0x020b, 0x0031, 0x60c3, 0x0000, 0x080c, 0x8cb1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x014e, 0x0005, 0x20e1, 0x9080, 0x20e1, 0x4000, 0x7818, 0xa080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0028, 0x2004, 0x2011, 0xc734, 0x2214, 0xd2ac, 0x1110, 0xd0bc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0188, 0x00d6, 0xa0e8, 0xc87a, 0x2d6c, 0x6810, 0xa085, 0x0300,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a2, 0x6814, 0x20a2, 0x2069, 0xc71b, 0x2da6, 0x8d68, 0x2da6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x0078, 0x00d6, 0xa0e8, 0xc87a, 0x2d6c, 0x6810, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0300, 0x20a2, 0x6814, 0x20a2, 0x00de, 0x20a3, 0x0000, 0x6234,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x22a2, 0x20a3, 0x0819, 0x20a3, 0x0000, 0x080c, 0x8ca0, 0x22a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0000, 0x2fa2, 0x7a08, 0x22a2, 0x20a3, 0x0000, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x0005, 0x20a1, 0x020b, 0x0079, 0x7910, 0x21a2, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x60c3, 0x0000, 0x20e1, 0x9080, 0x60a7, 0x9575, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8cbb, 0x080c, 0x70fc, 0x0005, 0x0156, 0x0136, 0x0036, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x20e1, 0x9080, 0x20e1, 0x4000, 0x7854, 0x2068, 0xadf0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000f, 0x7210, 0xa296, 0x00c0, 0xa294, 0xfffd, 0x7212, 0x7214,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa294, 0x0300, 0x7216, 0x7100, 0xa194, 0x00ff, 0x7308, 0xa384,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0xa08d, 0xc200, 0x7102, 0xa384, 0xff00, 0xa215, 0x720a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7004, 0x720c, 0x700e, 0x7206, 0x20a9, 0x000a, 0x2e98, 0x53a6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x60a3, 0x0035, 0x6a38, 0xa294, 0x7000, 0xa286, 0x3000, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x60a3, 0x0037, 0x00ee, 0x00de, 0x003e, 0x013e, 0x015e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0092, 0x0010, 0x2009, 0x0096, 0x60ab, 0x0036, 0x6116,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x609b, 0x0000, 0x20a1, 0x020b, 0x20e1, 0x9080, 0x20e1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4000, 0x20a3, 0x22ff, 0x20a3, 0xffff, 0x00d6, 0x2069, 0xc71b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2da6, 0x8d68, 0x2da6, 0x00de, 0x20a3, 0x0138, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x080c, 0x8ca0, 0x22a2, 0x20a3, 0x0000, 0x2fa2, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xffff, 0x20a3, 0x0000, 0x20a3, 0x0000, 0x002e, 0x20a3, 0x5400,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a3, 0x0000, 0x080c, 0x775b, 0x11b8, 0x0016, 0x7810, 0xa080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000d, 0x20a9, 0x0014, 0x200c, 0x810f, 0x21a2, 0x8000, 0x1f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9523, 0x20a9, 0x0012, 0x2001, 0x0000, 0x20a3, 0x0000, 0x1f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x952d, 0x001e, 0x0804, 0x959b, 0x7810, 0x0016, 0x00c6, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7810, 0x2068, 0x2061, 0xc700, 0x606c, 0xa084, 0x00ff, 0x6968,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x810f, 0xa18c, 0xff00, 0xa105, 0x20a2, 0x6070, 0x20a2, 0x6968,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa18c, 0xff00, 0x21a2, 0x20a3, 0x0000, 0x20a9, 0x0004, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc705, 0x2104, 0x20a2, 0x8108, 0x1f04, 0x9551, 0x20a9, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0xc701, 0x2104, 0x20a2, 0x8108, 0x1f04, 0x955a, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x2d08, 0xa188, 0x001d, 0x2104, 0x8007, 0x20a2, 0x8108,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1f04, 0x9564, 0x20a9, 0x0004, 0x2d08, 0xa188, 0x0021, 0x2104,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8007, 0x20a2, 0x8108, 0x1f04, 0x956f, 0x080c, 0x7760, 0x1138,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x0008, 0x20a3, 0x0000, 0x1f04, 0x957a, 0x0050, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0008, 0x2009, 0xc799, 0x2104, 0x8007, 0x20a2, 0x8108, 0x1f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9583, 0x20a9, 0x0008, 0x2d08, 0xa188, 0x0025, 0x2104, 0x8007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a2, 0x8108, 0x1f04, 0x958e, 0x00de, 0x00ce, 0x001e, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x20a3, 0x0000, 0x60c3, 0x004c, 0x080c, 0x8cb1, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a1, 0x020b, 0x080c, 0x84a5, 0x20a3, 0x5500, 0x20a3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7810, 0x0016, 0x00c6, 0x00d6, 0x7810, 0x2068, 0x686c, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x6968, 0x810f, 0xa18c, 0xff00, 0xa105, 0x20a2, 0x696c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa18c, 0xff00, 0x6870, 0xa084, 0x00ff, 0xa105, 0x20a2, 0x6968,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa18c, 0xff00, 0x2061, 0xc700, 0x606c, 0xa084, 0x00ff, 0xa10d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x21a2, 0x6170, 0x21a2, 0x20a9, 0x0004, 0x2d08, 0xa188, 0x001d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2104, 0x8007, 0x20a2, 0x8108, 0x1f04, 0x95d0, 0x20a9, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d08, 0xa188, 0x0021, 0x2104, 0x8007, 0x20a2, 0x8108, 0x1f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x95db, 0x20a9, 0x0004, 0x2009, 0xc705, 0x2104, 0x20a2, 0x8108,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1f04, 0x95e5, 0x20a9, 0x0004, 0x2009, 0xc701, 0x2104, 0x20a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8108, 0x1f04, 0x95ee, 0x20a9, 0x0008, 0x2d08, 0xa188, 0x0025,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2104, 0x8007, 0x20a2, 0x8108, 0x1f04, 0x95f8, 0x080c, 0x7760,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1138, 0x20a9, 0x0008, 0x20a3, 0x0000, 0x1f04, 0x9603, 0x0050,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x0008, 0x2009, 0xc799, 0x2104, 0x8007, 0x20a2, 0x8108,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1f04, 0x960c, 0x00de, 0x00ce, 0x001e, 0x20a3, 0x0000, 0x20a3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x60c3, 0x004c, 0x080c, 0x8cb1, 0x0005, 0x2061, 0xcf00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2a70, 0x7064, 0x7046, 0x704b, 0xcf00, 0x0005, 0x00e6, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xc700, 0x2091, 0x8000, 0x7544, 0xa582, 0x0010, 0x0600,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7048, 0x2060, 0x6000, 0xa086, 0x0000, 0x0140, 0xace0, 0x0018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7058, 0xac02, 0x0eb8, 0x2061, 0xcf00, 0x0ca0, 0x6003, 0x0008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8529, 0x7546, 0xaca8, 0x0018, 0x7058, 0xa502, 0x1230, 0x754a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x0001, 0x012e, 0x00ee, 0x0005, 0x704b, 0xcf00, 0x0cc0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa006, 0x0cc0, 0x00e6, 0x2071, 0xc700, 0x7544, 0xa582, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x02f8, 0x7048, 0x2060, 0x6000, 0xa086, 0x0000, 0x0140, 0xace0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0018, 0x7058, 0xac02, 0x0eb8, 0x2061, 0xcf00, 0x0ca0, 0x6003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0008, 0x8529, 0x7546, 0xaca8, 0x0018, 0x7058, 0xa502, 0x1228,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x754a, 0xa085, 0x0001, 0x00ee, 0x0005, 0x704b, 0xcf00, 0x0cc8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa006, 0x0cc8, 0xac82, 0xcf00, 0x0a0c, 0x1537, 0x2001, 0xc716,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xac02, 0x1a0c, 0x1537, 0xa006, 0x6006, 0x600a, 0x600e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6012, 0x6016, 0x601a, 0x601f, 0x0000, 0x6003, 0x0000, 0x6052,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6056, 0x6022, 0x6026, 0x602a, 0x602e, 0x6032, 0x6036, 0x603a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x603e, 0x6026, 0x2061, 0xc700, 0x6044, 0x8000, 0x6046, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x0108, 0x0005, 0x0126, 0x2091, 0x8000, 0x080c, 0x7f27,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x0cc0, 0x601c, 0xa084, 0x000f, 0x0002, 0x96be, 0x96ca,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x96e5, 0x9700, 0xb1de, 0xb1f9, 0xb214, 0x96be, 0x96ca, 0x7765,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x971b, 0x96be, 0x96be, 0x96be, 0x96be, 0x96be, 0xa186, 0x0013,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1120, 0x080c, 0x7e4a, 0x0804, 0x7f27, 0xa196, 0x0047, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1870, 0x0005, 0x0066, 0x6000, 0xa0b2, 0x0010, 0x1a0c, 0x1537,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0013, 0x006e, 0x0005, 0x96e3, 0x9ac7, 0x9c81, 0x96e3, 0x9ce3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x97d0, 0x96e3, 0x96e3, 0x9a54, 0xa136, 0x96e3, 0x96e3, 0x96e3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x96e3, 0x96e3, 0x96e3, 0x080c, 0x1537, 0x0066, 0x6000, 0xa0b2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x1a0c, 0x1537, 0x0013, 0x006e, 0x0005, 0x96fe, 0xa75a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x96fe, 0x96fe, 0x96fe, 0x96fe, 0x96fe, 0x96fe, 0xa705, 0xa8ba,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x96fe, 0xa785, 0xa7fa, 0xa785, 0xa7fa, 0x96fe, 0x080c, 0x1537,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0066, 0x6000, 0xa0b2, 0x0010, 0x1a0c, 0x1537, 0x0013, 0x006e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x9719, 0xa16f, 0xa22f, 0xa364, 0xa4bd, 0x9719, 0x9719,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9719, 0xa149, 0xa6aa, 0xa6ad, 0x9719, 0x9719, 0x9719, 0x9719,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa6d2, 0x080c, 0x1537, 0x0066, 0x6000, 0xa0b2, 0x0010, 0x1a0c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1537, 0x0013, 0x006e, 0x0005, 0x9734, 0x9734, 0x9734, 0x9757,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x97a8, 0x9734, 0x9734, 0x9734, 0x9736, 0x9734, 0x9734, 0x9734,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9734, 0x9734, 0x9734, 0x9734, 0x080c, 0x1537, 0xa186, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x190c, 0x1537, 0x00d6, 0x6003, 0x0003, 0x6106, 0x6010, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x684f, 0x0040, 0x687c, 0x680a, 0x6880, 0x680e, 0x6813, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6817, 0x0000, 0x00de, 0x2c10, 0x080c, 0x1fc2, 0x080c, 0x7a98,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0126, 0x2091, 0x8000, 0x080c, 0x8001, 0x012e, 0x0005, 0xa182,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0047, 0x0002, 0x9763, 0x9763, 0x9765, 0x9784, 0x9763, 0x9763,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9763, 0x9763, 0x9795, 0x080c, 0x1537, 0x00d6, 0x0016, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7edc, 0x080c, 0x8001, 0x6003, 0x0004, 0x6110, 0x2168, 0x6854,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8003, 0x800b, 0x810b, 0xa108, 0x6116, 0x684f, 0x0020, 0x685c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x685a, 0x6874, 0x687e, 0x6878, 0x6882, 0x6897, 0x0000, 0x689b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x001e, 0x00de, 0x0005, 0x080c, 0x7edc, 0x00d6, 0x6110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2168, 0x080c, 0xac44, 0x0120, 0x684b, 0x0006, 0x080c, 0x596c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x080c, 0x967a, 0x0804, 0x8001, 0x080c, 0x7edc, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d65, 0x00d6, 0x6110, 0x2168, 0x080c, 0xac44, 0x0120, 0x684b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0029, 0x080c, 0x596c, 0x00de, 0x080c, 0x967a, 0x0804, 0x8001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa182, 0x0047, 0x0002, 0x97b6, 0x97c4, 0x97b4, 0x97b4, 0x97b4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x97b4, 0x97b4, 0x97b4, 0x97b4, 0x080c, 0x1537, 0x00d6, 0x6010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2068, 0x684c, 0xc0f4, 0x684e, 0x00de, 0x20e1, 0x0005, 0x3d18,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3e20, 0x2c10, 0x0804, 0x1870, 0x00d6, 0x6110, 0x2168, 0x684b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x6853, 0x0000, 0x080c, 0x596c, 0x00de, 0x0804, 0x967a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa1b6, 0x0015, 0x1110, 0x0804, 0x967a, 0xa1b6, 0x0016, 0x190c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1537, 0x0804, 0x967a, 0x20a9, 0x000e, 0x2e98, 0x6010, 0x20a0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x53a3, 0x20a9, 0x0006, 0x3310, 0x3420, 0x9398, 0x94a0, 0x3318,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3428, 0x222e, 0x2326, 0xa290, 0x0002, 0xa5a8, 0x0002, 0xa398,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0xa4a0, 0x0002, 0x1f04, 0x97e9, 0x00e6, 0x080c, 0xac44,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0130, 0x6010, 0x2070, 0x7007, 0x0000, 0x7037, 0x0103, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x967a, 0x00d6, 0x0036, 0x7330, 0xa386, 0x0200, 0x1130,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6018, 0x2068, 0x6813, 0x00ff, 0x6817, 0xfffd, 0x6010, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0130, 0x2068, 0x6807, 0x0000, 0x6837, 0x0103, 0x6b32, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x967a, 0x003e, 0x00de, 0x0005, 0x0016, 0x20a9, 0x002a, 0xae80,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000c, 0x2098, 0x6010, 0xa080, 0x0002, 0x20a0, 0x53a3, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002a, 0x6010, 0xa080, 0x0001, 0x2004, 0xa080, 0x0002, 0x20a0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x53a3, 0x00e6, 0x6010, 0x2004, 0x2070, 0x7037, 0x0103, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x967a, 0x001e, 0x0005, 0x0016, 0xa00e, 0x7030, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0100, 0x0140, 0x7038, 0xa084, 0x00ff, 0x808e, 0x703c, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x8086, 0xa080, 0x0004, 0xa108, 0x21a8, 0xae80, 0x000c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2098, 0x6010, 0xa080, 0x0002, 0x20a0, 0x080c, 0x5047, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xac44, 0x0140, 0x6010, 0x2070, 0x7007, 0x0000, 0x7034,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x70b2, 0x7037, 0x0103, 0x00ee, 0x080c, 0x967a, 0x001e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x2009, 0x0000, 0x7030, 0xa086, 0x0200, 0x0110, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x00d6, 0x6010, 0xa06d, 0x090c, 0x1537, 0x694a, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x596c, 0x00de, 0x080c, 0x967a, 0x001e, 0x0005, 0x00e6, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x603f, 0x0000, 0x2c68, 0x0016, 0x2009, 0x0035, 0x080c, 0xb172,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x1168, 0x0026, 0x6228, 0x2268, 0x002e, 0x2071, 0xcd8c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6b1c, 0xa386, 0x0003, 0x0130, 0xa386, 0x0006, 0x0128, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x967a, 0x0020, 0x0031, 0x0010, 0x080c, 0x995a, 0x00de, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00f6, 0x6810, 0x2078, 0xa186, 0x0015, 0x0904, 0x9943,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa18e, 0x0016, 0x1904, 0x9958, 0x700c, 0xa084, 0xff00, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1700, 0x1904, 0x9922, 0x8fff, 0x1138, 0x6800, 0xa086, 0x000f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x9906, 0x0804, 0x9956, 0x6808, 0xa086, 0xffff, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9945, 0x784c, 0xa084, 0x0060, 0xa086, 0x0020, 0x1150, 0x797c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7810, 0xa106, 0x1904, 0x9945, 0x7980, 0x7814, 0xa106, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9945, 0x080c, 0xae16, 0x6858, 0x7852, 0x784c, 0xc0dc, 0xc0f4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc0d4, 0x784e, 0x0026, 0xa00e, 0x6a14, 0x2001, 0x000a, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x790b, 0x7854, 0xa20a, 0x0208, 0x8011, 0x7a56, 0x82ff, 0x002e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1138, 0x00c6, 0x2d60, 0x080c, 0xaa24, 0x00ce, 0x0804, 0x9956,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x00d6, 0x2f68, 0x6838, 0xd0fc, 0x1118, 0x080c, 0x5122,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x080c, 0x535d, 0x00de, 0x00ce, 0x1904, 0x9945, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d60, 0x080c, 0x967a, 0x00ce, 0x0804, 0x9956, 0x00c6, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xaed8, 0x0190, 0x6013, 0x0000, 0x6818, 0x601a, 0x080c, 0xb03e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x601f, 0x0003, 0x6904, 0x00c6, 0x2d60, 0x080c, 0x967a, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x96aa, 0x00ce, 0x04d0, 0x2001, 0xc9fd, 0x2004, 0x683e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x04a0, 0x7008, 0xa086, 0x000b, 0x11a0, 0x6018, 0x200c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc1bc, 0x2102, 0x00c6, 0x2d60, 0x7853, 0x0003, 0x6007, 0x0085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6003, 0x000b, 0x601f, 0x0002, 0x080c, 0x7a35, 0x080c, 0x7f27,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x00e0, 0x700c, 0xa086, 0x2a00, 0x1138, 0x2001, 0xc9fd,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0x683e, 0x0098, 0x0471, 0x0098, 0x8fff, 0x090c, 0x1537,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x00d6, 0x2d60, 0x2f68, 0x684b, 0x0003, 0x080c, 0xa924,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xae16, 0x080c, 0xae22, 0x00de, 0x00ce, 0x080c, 0x967a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00fe, 0x0005, 0xa186, 0x0015, 0x1128, 0x2001, 0xc9fd, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x683e, 0x0068, 0xa18e, 0x0016, 0x1160, 0x00c6, 0x2d00, 0x2060,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xc403, 0x080c, 0x71db, 0x080c, 0x967a, 0x00ce, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x967a, 0x0005, 0x0026, 0x0036, 0x0046, 0x7228, 0x7c80, 0x7b7c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd2f4, 0x0130, 0x2001, 0xc9fd, 0x2004, 0x683e, 0x0804, 0x99d4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x2d60, 0x080c, 0xa944, 0x00ce, 0x6804, 0xa086, 0x0050,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1168, 0x00c6, 0x2d00, 0x2060, 0x6003, 0x0001, 0x6007, 0x0050,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7a35, 0x080c, 0x7f27, 0x00ce, 0x04f0, 0x6800, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000f, 0x01c8, 0x8fff, 0x090c, 0x1537, 0x6820, 0xd0dc, 0x1198,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6800, 0xa086, 0x0004, 0x1198, 0x784c, 0xd0ac, 0x0180, 0x784c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc0dc, 0xc0f4, 0x784e, 0x7850, 0xc0f4, 0xc0fc, 0x7852, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x682e, 0x00e0, 0x2001, 0x0007, 0x682e, 0x00c0, 0x784c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0b4, 0x1130, 0xd0ac, 0x0db8, 0x784c, 0xd0f4, 0x1da0, 0x0c38,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd2ec, 0x1d88, 0x7024, 0xa306, 0x1118, 0x7020, 0xa406, 0x0d58,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7020, 0x6836, 0x7024, 0x683a, 0x2001, 0x0005, 0x682e, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xaf6a, 0x080c, 0x7f27, 0x0010, 0x080c, 0x967a, 0x004e, 0x003e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002e, 0x0005, 0x00e6, 0x00d6, 0x0026, 0x6034, 0x2068, 0x6a1c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa286, 0x0007, 0x0904, 0x9a38, 0xa286, 0x0002, 0x0904, 0x9a38,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa286, 0x0000, 0x0904, 0x9a38, 0x6808, 0x6338, 0xa306, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9a38, 0x2071, 0xcd8c, 0xa186, 0x0015, 0x05e0, 0xa18e, 0x0016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1190, 0x6030, 0xa084, 0x00ff, 0xa086, 0x0001, 0x1160, 0x700c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x2a00, 0x1140, 0x6034, 0xa080, 0x0008, 0x200c, 0xc1dd,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc1f5, 0x2102, 0x0438, 0x00c6, 0x6034, 0x2060, 0x6104, 0xa186,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x004b, 0x01a0, 0xa186, 0x004c, 0x0188, 0xa186, 0x004d, 0x0170,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa186, 0x004e, 0x0158, 0xa186, 0x0052, 0x0140, 0x6010, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xac44, 0x090c, 0x1537, 0x6853, 0x0003, 0x6007, 0x0085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6003, 0x000b, 0x601f, 0x0002, 0x080c, 0x7a35, 0x080c, 0x7f27,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x0030, 0x6034, 0x2070, 0x2001, 0xc9fd, 0x2004, 0x703e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x967a, 0x002e, 0x00de, 0x00ee, 0x0005, 0x00d6, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0x2e98, 0x6010, 0x20a0, 0x53a3, 0xa1b6, 0x0015, 0x1148,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6018, 0x2068, 0x7038, 0x680a, 0x703c, 0x680e, 0x6800, 0xc08d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6802, 0x00de, 0x0804, 0x97f5, 0x2100, 0xa1b2, 0x0080, 0x1a0c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1537, 0xa1b2, 0x0040, 0x1a04, 0x9ab8, 0x0002, 0x9aac, 0x9aa0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9aac, 0x9aac, 0x9aac, 0x9aac, 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e, 0x9aac, 0x9a9e, 0x9aac,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9aac, 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e, 0x9aac, 0x9a9e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9aac, 0x9aac, 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e, 0x9a9e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9a9e, 0x9a9e, 0x9a9e, 0x9aac, 0x9a9e, 0x9a9e, 0x080c, 0x1537,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6003, 0x0001, 0x6106, 0x080c, 0x7a7b, 0x0126, 0x2091, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7f27, 0x012e, 0x0005, 0x6003, 0x0001, 0x6106, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7a7b, 0x0126, 0x2091, 0x8000, 0x080c, 0x7f27, 0x012e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2600, 0x0002, 0x9aac, 0x9aac, 0x9ac5, 0x9aac, 0x9aac, 0x9ac5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9ac5, 0x9ac5, 0x9ac5, 0x9aac, 0x9ac5, 0x080c, 0x1537, 0x6004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa0b2, 0x0080, 0x1a0c, 0x1537, 0xa1b6, 0x0013, 0x0904, 0x9b63,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa1b6, 0x0027, 0x1904, 0x9b29, 0x080c, 0x7e4a, 0x6004, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xae4c, 0x0178, 0x080c, 0xae5a, 0x0904, 0x9b23, 0xa08e, 0x0021,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x9b26, 0xa08e, 0x0022, 0x05f0, 0xa08e, 0x003d, 0x05f0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0498, 0x080c, 0x2d8a, 0x2001, 0x0007, 0x080c, 0x5411, 0x6018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa080, 0x0028, 0x200c, 0x080c, 0x9c47, 0xa186, 0x007e, 0x1148,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc734, 0x2014, 0xc285, 0x080c, 0x609a, 0x1108, 0xc2ad,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2202, 0x0016, 0x0026, 0x0036, 0x2110, 0x2019, 0x0028, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7ba1, 0x0076, 0xa03e, 0x080c, 0x7aaa, 0x00c6, 0x6018, 0xa065,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x190c, 0x56c1, 0x00ce, 0x2c08, 0x080c, 0xbf28, 0x007e, 0x003e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002e, 0x001e, 0x080c, 0x5480, 0x080c, 0xb036, 0x080c, 0x967a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7f27, 0x0005, 0x080c, 0x9c47, 0x0cb0, 0x080c, 0x9c75,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0c98, 0xa186, 0x0014, 0x1db0, 0x080c, 0x7e4a, 0x080c, 0x2d65,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xae4c, 0x1188, 0x080c, 0x2d8a, 0x6018, 0xa080, 0x0028,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x200c, 0x080c, 0x9c47, 0xa186, 0x007e, 0x1128, 0x2001, 0xc734,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x200c, 0xc185, 0x2102, 0x08c0, 0x080c, 0xae5a, 0x1118, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9c47, 0x0890, 0x6004, 0xa08e, 0x0032, 0x1158, 0x00e6, 0x00f6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xc7a1, 0x2079, 0x0000, 0x080c, 0x307a, 0x00fe, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0818, 0x6004, 0xa08e, 0x0021, 0x0d50, 0xa08e, 0x0022, 0x090c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9c47, 0x0804, 0x9b1c, 0xa0b2, 0x0040, 0x1a04, 0x9c25, 0x2008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x9bab, 0x9bac, 0x9baf, 0x9bb2, 0x9bb5, 0x9bb8, 0x9ba9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9ba9, 0x9ba9, 0x9ba9, 0x9ba9, 0x9ba9, 0x9ba9, 0x9ba9, 0x9ba9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9ba9, 0x9ba9, 0x9ba9, 0x9ba9, 0x9ba9, 0x9ba9, 0x9ba9, 0x9ba9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9ba9, 0x9ba9, 0x9ba9, 0x9ba9, 0x9ba9, 0x9ba9, 0x9ba9, 0x9bbb,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9bca, 0x9ba9, 0x9bcc, 0x9bca, 0x9ba9, 0x9ba9, 0x9ba9, 0x9ba9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9ba9, 0x9bca, 0x9bca, 0x9ba9, 0x9ba9, 0x9ba9, 0x9ba9, 0x9ba9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9ba9, 0x9ba9, 0x9ba9, 0x9c06, 0x9bca, 0x9ba9, 0x9bc6, 0x9ba9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9ba9, 0x9ba9, 0x9bc7, 0x9ba9, 0x9ba9, 0x9ba9, 0x9bca, 0x9bfd,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9ba9, 0x080c, 0x1537, 0x00f0, 0x2001, 0x000b, 0x0460, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x0448, 0x2001, 0x0005, 0x0430, 0x2001, 0x0001, 0x0418,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0009, 0x0400, 0x080c, 0x7e4a, 0x6003, 0x0005, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc9fd, 0x2004, 0x603e, 0x080c, 0x7f27, 0x00a0, 0x0018, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5411, 0x0804, 0x9c17, 0x080c, 0x7e4a, 0x2001, 0xc9fb,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0x6016, 0x2001, 0xc9fd, 0x2004, 0x603e, 0x6003, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7f27, 0x0005, 0x080c, 0x5411, 0x080c, 0x7e4a, 0x6003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x2001, 0xc9fd, 0x2004, 0x603e, 0x0036, 0x2019, 0xc75c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2304, 0xa084, 0xff00, 0x1120, 0x2001, 0xc9fb, 0x201c, 0x0040,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8007, 0xa09a, 0x0004, 0x0ec0, 0x8003, 0x801b, 0x831b, 0xa318,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6316, 0x003e, 0x080c, 0x7f27, 0x08e8, 0x080c, 0x7e4a, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb036, 0x080c, 0x967a, 0x080c, 0x7f27, 0x08a0, 0x00e6, 0x00f6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xc7a1, 0x2079, 0x0000, 0x080c, 0x307a, 0x00fe, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7e4a, 0x080c, 0x967a, 0x080c, 0x7f27, 0x0818, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7e4a, 0x2001, 0xc9fd, 0x2004, 0x603e, 0x6003, 0x0002, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc9fb, 0x2004, 0x6016, 0x0804, 0x7f27, 0x2600, 0x2008, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9c35, 0x9c17, 0x9c33, 0x9c17, 0x9c17, 0x9c33, 0x9c33, 0x9c33,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9c33, 0x9c17, 0x9c33, 0x080c, 0x1537, 0x080c, 0x7e4a, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6010, 0x2068, 0x080c, 0x775b, 0x1118, 0x080c, 0x163b, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x596c, 0x00de, 0x080c, 0x967a, 0x0804, 0x7f27, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x0016, 0x080c, 0xac44, 0x0508, 0x6010, 0x2070, 0x7034,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0139, 0x1148, 0x2001, 0x0030, 0x2009, 0x0000, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x4005, 0x080c, 0xb13f, 0x0090, 0x7038, 0xd0fc, 0x0178, 0x7007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x0016, 0x6004, 0xa08e, 0x0021, 0x0160, 0xa08e, 0x003d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0148, 0x001e, 0x7037, 0x0103, 0x7033, 0x0100, 0x001e, 0x002e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x0005, 0x001e, 0x0009, 0x0cc8, 0x00e6, 0xacf0, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2e74, 0x7000, 0x2070, 0x7037, 0x0103, 0x7023, 0x8001, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00d6, 0x6618, 0x2668, 0x6804, 0xa084, 0x00ff, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa0b2, 0x000c, 0x1a0c, 0x1537, 0x6604, 0xa6b6, 0x0049, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb0c4, 0x6604, 0xa6b6, 0x0043, 0x0904, 0xb0fb, 0x6604, 0xa6b6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0033, 0x0904, 0xb059, 0x6604, 0xa6b6, 0x0028, 0x0904, 0xae8a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6604, 0xa6b6, 0x0029, 0x0904, 0xaea3, 0x6604, 0xa6b6, 0x001f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x97db, 0x6604, 0xa6b6, 0x0000, 0x0904, 0x9a3e, 0x6604,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa6b6, 0x0022, 0x0904, 0x9802, 0x6604, 0xa6b6, 0x0035, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x987e, 0x6604, 0xa6b6, 0x0039, 0x0904, 0x99da, 0x6604, 0xa6b6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x003d, 0x0904, 0x981c, 0x6604, 0xa6b6, 0x0044, 0x0904, 0x983c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6604, 0xa6b6, 0x0041, 0x0904, 0x9868, 0xa1b6, 0x0015, 0x1108,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0032, 0xa1b6, 0x0016, 0x0904, 0x9e9b, 0x0804, 0x96c5, 0x9cf8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9cfb, 0x9cf8, 0x9d3e, 0x9cf8, 0x9e1c, 0x9ea8, 0x9cf8, 0x9cf8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9e77, 0x9cf8, 0x9e8b, 0xa1b6, 0x0048, 0x0138, 0x20e1, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3d18, 0x3e20, 0x2c10, 0x0804, 0x1870, 0x00e6, 0xacf0, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2e74, 0x7000, 0x2070, 0x7037, 0x0103, 0x00ee, 0x0804, 0x967a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xe000, 0xe000, 0x0005, 0x00e6, 0x2071, 0xc700, 0x7080, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0074, 0x1530, 0x080c, 0xbeff, 0x11b0, 0x00d6, 0x6018, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7030, 0xd08c, 0x0128, 0x6800, 0xd0bc, 0x0110, 0xc0c5, 0x6802,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e9, 0x00de, 0x2001, 0x0006, 0x080c, 0x5411, 0x080c, 0x2d8a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x967a, 0x0088, 0x2001, 0x000a, 0x080c, 0x5411, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d8a, 0x6003, 0x0001, 0x6007, 0x0001, 0x080c, 0x7a7b, 0x0020,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0001, 0x080c, 0x9dfc, 0x00ee, 0x0005, 0x6800, 0xd084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0160, 0xa006, 0x080c, 0x53ff, 0x2069, 0xc751, 0x6804, 0xd0a4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0120, 0x2001, 0x0006, 0x080c, 0x543e, 0x0005, 0x00d6, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc720, 0x2204, 0xa086, 0x0074, 0x1904, 0x9df7, 0x6018, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6aa0, 0xa286, 0x007e, 0x1120, 0x080c, 0x9fd2, 0x0804, 0x9d9d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x9fc8, 0x6018, 0x2068, 0xa080, 0x0028, 0x2014, 0xa286,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0080, 0x11c0, 0x6813, 0x00ff, 0x6817, 0xfffc, 0x6010, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0138, 0x2068, 0x6807, 0x0000, 0x6837, 0x0103, 0x6833, 0x0200,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0006, 0x080c, 0x5411, 0x080c, 0x2d8a, 0x080c, 0x967a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x9dfa, 0x00e6, 0x2071, 0xc734, 0x2e04, 0xd09c, 0x0188,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xcd80, 0x7108, 0x720c, 0xa18c, 0x00ff, 0x1118, 0xa284,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xff00, 0x0138, 0x6018, 0x2070, 0x70a0, 0xd0bc, 0x1110, 0x7112,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7216, 0x00ee, 0x6010, 0xa005, 0x0120, 0x2068, 0x6838, 0xd0f4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1988, 0x2001, 0x0004, 0x080c, 0x5411, 0x6003, 0x0001, 0x6007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x080c, 0x7a7b, 0x0804, 0x9dfa, 0x685c, 0xd0e4, 0x01d0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xafeb, 0x080c, 0x609a, 0x0110, 0xd0dc, 0x1908, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc734, 0x2204, 0xc0ad, 0x2012, 0x2001, 0xc9d5, 0x2004, 0x00f6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2079, 0x0100, 0x78e3, 0x0000, 0x080c, 0x294f, 0x78e2, 0x00fe,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x9d68, 0x080c, 0xb01f, 0x2011, 0xc734, 0x2204, 0xc0a5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2012, 0x0006, 0x080c, 0xc049, 0x000e, 0x1904, 0x9d68, 0xc0b5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2012, 0xa006, 0x080c, 0x53ff, 0x00c6, 0x2009, 0x00ef, 0x00f6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2079, 0x0100, 0x79ea, 0x7932, 0x7936, 0x00fe, 0x080c, 0x2924,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00f6, 0x2079, 0xc700, 0x7972, 0x2100, 0xa00e, 0x080c, 0x28fa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x794e, 0x00fe, 0x8108, 0x080c, 0x5461, 0x2c00, 0x00ce, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9d68, 0x601a, 0x2001, 0x0002, 0x080c, 0x5411, 0x601f, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6003, 0x0001, 0x6007, 0x0002, 0x080c, 0x7a7b, 0x0018, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x0011, 0x00de, 0x0005, 0x0066, 0x2030, 0x2001, 0xc700,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xa086, 0x0003, 0x0130, 0x86ff, 0x0120, 0x2001, 0x0007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5411, 0x86ff, 0x1150, 0x6010, 0xa080, 0x000e, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0fc, 0x1120, 0x2011, 0x8014, 0x080c, 0x41e1, 0x080c, 0x2d8a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x967a, 0x006e, 0x0005, 0x00e6, 0x0026, 0x0016, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc700, 0x7080, 0xa086, 0x0014, 0x1904, 0x9e6e, 0x7000, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x1178, 0x6010, 0xa005, 0x1160, 0x0036, 0x0046, 0x6018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa080, 0x0028, 0x201c, 0x2021, 0x0006, 0x080c, 0x425b, 0x004e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x003e, 0x00d6, 0x6018, 0x2068, 0x080c, 0x5564, 0x080c, 0x9d2e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x080c, 0xa07c, 0x1550, 0x00d6, 0x6018, 0x2068, 0x6890,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0xa005, 0x0518, 0x2001, 0x0006, 0x080c, 0x5411, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6010, 0xa075, 0x01a8, 0x7034, 0xa084, 0x00ff, 0xa086, 0x0039,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1148, 0x2001, 0x0000, 0x2009, 0x0000, 0x2011, 0x4000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb13f, 0x0030, 0x7007, 0x0000, 0x7037, 0x0103, 0x7033, 0x0200,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x080c, 0x2d8a, 0x080c, 0x967a, 0x0028, 0x080c, 0x9c47,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa006, 0x080c, 0x9dfc, 0x001e, 0x002e, 0x00ee, 0x0005, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc720, 0x2204, 0xa086, 0x0014, 0x1150, 0x2001, 0x0002, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5411, 0x6003, 0x0001, 0x6007, 0x0001, 0x0804, 0x7a7b, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x0804, 0x9dfc, 0x2011, 0xc720, 0x2204, 0xa086, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1130, 0x2001, 0x0007, 0x080c, 0x5411, 0x0804, 0x967a, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x0804, 0x9dfc, 0x0002, 0x9cf8, 0x9eaf, 0x9cf8, 0x9ee6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9cf8, 0x9f86, 0x9ea8, 0x9cf8, 0x9cf8, 0x9f97, 0x9cf8, 0x9fa7,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6604, 0xa6b6, 0x001e, 0x1110, 0x080c, 0x967a, 0x0005, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x080c, 0x9fb7, 0x1170, 0xa006, 0x080c, 0x53ff, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x080c, 0x5411, 0x6003, 0x0001, 0x6007, 0x0002, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7a7b, 0x0408, 0x2009, 0xcd8e, 0x2104, 0xa086, 0x0009, 0x1160,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6018, 0x2068, 0x6840, 0xa084, 0x00ff, 0xa005, 0x0180, 0x8001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6842, 0x6017, 0x000a, 0x0078, 0x2009, 0xcd8f, 0x2104, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xff00, 0xa086, 0x1900, 0x1118, 0x080c, 0x967a, 0x0020, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x080c, 0x9dfc, 0x00ce, 0x00de, 0x0005, 0x080c, 0x9fc5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x2069, 0xc9e4, 0x2d04, 0xa005, 0x0168, 0x6018, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x68a0, 0xa086, 0x007e, 0x1138, 0x2069, 0xc71c, 0x2d04, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x206a, 0x00de, 0x0010, 0x00de, 0x0078, 0xa006, 0x080c, 0x53ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0002, 0x080c, 0x5411, 0x6003, 0x0001, 0x6007, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7a7b, 0x0804, 0x9f5c, 0x080c, 0xac44, 0x01b0, 0x6010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa080, 0x000d, 0x2004, 0x2010, 0xa086, 0x0139, 0x1128, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x080c, 0xb19f, 0x00c8, 0x6010, 0xa080, 0x000e, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0fc, 0x0118, 0x2001, 0x0001, 0x0ca0, 0x2001, 0xc70d, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0dc, 0x0158, 0x6018, 0x00d6, 0x2068, 0x6840, 0x00de, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0xa005, 0x1110, 0xa006, 0x0c20, 0x080c, 0x9c47, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd8e, 0x2134, 0xa6b4, 0x00ff, 0xa686, 0x0005, 0x01f0, 0xa686,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000b, 0x01b0, 0x2009, 0xcd8f, 0x2104, 0xa084, 0xff00, 0x1118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa686, 0x0009, 0x0190, 0xa086, 0x1900, 0x1150, 0xa686, 0x0009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0160, 0x2001, 0x0004, 0x080c, 0x5411, 0x080c, 0x967a, 0x0020,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0001, 0x080c, 0x9dfc, 0x0005, 0x00d6, 0x6010, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xac44, 0x0128, 0x6838, 0xd0fc, 0x0110, 0x00de, 0x0c80,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6018, 0x2068, 0x6840, 0xa084, 0x00ff, 0xa005, 0x0140, 0x8001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6842, 0x6017, 0x000a, 0x6007, 0x0016, 0x00de, 0x0c28, 0x68a0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x007e, 0x1138, 0x00e6, 0x2071, 0xc700, 0x080c, 0x507e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x0010, 0x080c, 0x2d65, 0x00de, 0x0890, 0x04f1, 0x1150,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0004, 0x080c, 0x5411, 0x6003, 0x0001, 0x6007, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x7a7b, 0x080c, 0x9c47, 0xa006, 0x0804, 0x9dfc, 0x0469,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1150, 0x2001, 0x0008, 0x080c, 0x5411, 0x6003, 0x0001, 0x6007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0804, 0x7a7b, 0x2001, 0x0001, 0x0804, 0x9dfc, 0x00e9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1150, 0x2001, 0x000a, 0x080c, 0x5411, 0x6003, 0x0001, 0x6007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x0804, 0x7a7b, 0x2001, 0x0001, 0x0804, 0x9dfc, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd8e, 0x2104, 0xa086, 0x0003, 0x1138, 0x2009, 0xcd8f, 0x2104,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0xff00, 0xa086, 0x2a00, 0x0005, 0xa085, 0x0001, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x0016, 0xac88, 0x0006, 0x2164, 0x080c, 0x54cc, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x0005, 0x00f6, 0x00e6, 0x00d6, 0x0036, 0x0016, 0x6018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2068, 0x2071, 0xc734, 0x2e04, 0xa085, 0x0003, 0x2072, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa051, 0x0538, 0x2001, 0xc752, 0x2004, 0xd0a4, 0x0158, 0xa006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2020, 0x2009, 0x002a, 0x080c, 0xc1b8, 0x2001, 0xc70c, 0x200c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc195, 0x2102, 0x2019, 0x002a, 0x2009, 0x0001, 0x080c, 0x2d31,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xc700, 0x080c, 0x2b87, 0x00c6, 0x0156, 0x20a9, 0x0081,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x007f, 0x080c, 0x2e52, 0x8108, 0x1f04, 0xa002, 0x015e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x080c, 0x9fc8, 0x6813, 0x00ff, 0x6817, 0xfffe, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd80, 0x2079, 0x0100, 0x2e04, 0xa084, 0x00ff, 0x2069, 0xc71b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x206a, 0x78e6, 0x0006, 0x8e70, 0x2e04, 0x2069, 0xc71c, 0x206a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x78ea, 0x7832, 0x7836, 0x2010, 0xa084, 0xff00, 0x001e, 0xa105,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0xc727, 0x200a, 0x2200, 0xa084, 0x00ff, 0x2008, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2924, 0x080c, 0x609a, 0x0170, 0x2069, 0xcd8e, 0x2071, 0xc9f7,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6810, 0x2072, 0x6814, 0x7006, 0x6818, 0x700a, 0x681c, 0x700e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xafeb, 0x0040, 0x2001, 0x0006, 0x080c, 0x5411, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d8a, 0x080c, 0x967a, 0x001e, 0x003e, 0x00de, 0x00ee, 0x00fe,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0026, 0x0036, 0x00e6, 0x0156, 0x2019, 0xc727, 0x231c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x83ff, 0x01e8, 0x2071, 0xcd80, 0x2e14, 0xa294, 0x00ff, 0x7004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0xff00, 0xa205, 0xa306, 0x1190, 0x2011, 0xcd96, 0xad98,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000a, 0x20a9, 0x0004, 0x080c, 0xa114, 0x1148, 0x2011, 0xcd9a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xad98, 0x0006, 0x20a9, 0x0004, 0x080c, 0xa114, 0x1100, 0x015e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x003e, 0x002e, 0x0005, 0x00e6, 0x2071, 0xcd8c, 0x7004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0014, 0x11a8, 0x7008, 0xa086, 0x0800, 0x1188, 0x700c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0ec, 0x0160, 0xa084, 0x0f00, 0xa086, 0x0100, 0x1138, 0x7024,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0a4, 0x1110, 0xd0ac, 0x0110, 0xa006, 0x0010, 0xa085, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x0005, 0x00e6, 0x00d6, 0x00c6, 0x0076, 0x0056, 0x0046,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x0006, 0x0126, 0x2091, 0x8000, 0x2029, 0xca2f, 0x252c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2021, 0xca35, 0x2424, 0x2061, 0xcf00, 0x2071, 0xc700, 0x7244,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7064, 0xa202, 0x1a04, 0xa0fc, 0x080c, 0xc1db, 0x05f0, 0x671c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa786, 0x0001, 0x05d0, 0xa786, 0x0007, 0x05b8, 0x2500, 0xac06,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x05a0, 0x2400, 0xac06, 0x0588, 0xa686, 0x0002, 0x1140, 0x6018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x0128, 0xa080, 0x0000, 0x2004, 0xd0bc, 0x1530, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6000, 0xa086, 0x0004, 0x090c, 0x194b, 0xa786, 0x0008, 0x1148,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xae5a, 0x1130, 0x00ce, 0x080c, 0x9c47, 0x080c, 0xae22,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00a0, 0x6010, 0x2068, 0x080c, 0xac44, 0x0160, 0xa786, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x11e8, 0x6837, 0x0103, 0x6b4a, 0x6847, 0x0000, 0x080c, 0x596c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xae16, 0x080c, 0xae22, 0x00ce, 0xace0, 0x0018, 0x7058,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xac02, 0x1210, 0x0804, 0xa0af, 0x012e, 0x000e, 0x002e, 0x004e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x005e, 0x007e, 0x00ce, 0x00de, 0x00ee, 0x0005, 0xa786, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1118, 0x080c, 0xc167, 0x0c30, 0xa786, 0x0009, 0x19d0, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0106, 0x080c, 0x96aa, 0x0c00, 0x220c, 0x2304, 0xa106, 0x1130,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8210, 0x8318, 0x1f04, 0xa114, 0xa006, 0x0005, 0x2304, 0xa102,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0218, 0x2001, 0x0001, 0x0008, 0xa006, 0xa18d, 0x0001, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x220c, 0x810f, 0x2304, 0xa106, 0x1130, 0x8210, 0x8318, 0x1f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa128, 0xa006, 0x0005, 0xa18d, 0x0001, 0x0005, 0x6004, 0xa08a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0080, 0x1a0c, 0x1537, 0x080c, 0xae4c, 0x090c, 0x2d8a, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xae5a, 0x090c, 0x9c47, 0x080c, 0x7e4a, 0x080c, 0x967a, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7f27, 0xa182, 0x0040, 0x0002, 0xa15f, 0xa15f, 0xa15f, 0xa15f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa15f, 0xa15f, 0xa15f, 0xa15f, 0xa15f, 0xa15f, 0xa15f, 0xa161,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa161, 0xa161, 0xa161, 0xa15f, 0xa15f, 0xa15f, 0xa161, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1537, 0x600b, 0xffff, 0x6003, 0x0001, 0x6106, 0x080c, 0x7a35,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0126, 0x2091, 0x8000, 0x080c, 0x7f27, 0x012e, 0x0005, 0xa186,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0013, 0x1128, 0x6004, 0xa082, 0x0040, 0x0804, 0xa1f7, 0xa186,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0027, 0x11e0, 0x080c, 0x7e4a, 0x080c, 0x2d65, 0x00d6, 0x6110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2168, 0x080c, 0xac44, 0x0168, 0x6837, 0x0103, 0x684b, 0x0029,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6847, 0x0000, 0x694c, 0xc1c5, 0x694e, 0x080c, 0x596c, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xae16, 0x00de, 0x080c, 0x967a, 0x0804, 0x7f27, 0xa186, 0x0014,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1120, 0x6004, 0xa082, 0x0040, 0x0420, 0xa186, 0x0046, 0x0138,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa186, 0x0045, 0x0120, 0xa186, 0x0047, 0x190c, 0x1537, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0109, 0x2004, 0xd084, 0x0190, 0x0126, 0x2091, 0x2800, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x0026, 0x080c, 0x793f, 0x002e, 0x001e, 0x000e, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xe000, 0x6000, 0xa086, 0x0002, 0x0904, 0xa22f, 0x080c, 0x96c5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0002, 0xa1d7, 0xa1d5, 0xa1d5, 0xa1d5, 0xa1d5, 0xa1d5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa1d5, 0xa1d5, 0xa1d5, 0xa1d5, 0xa1d5, 0xa1f1, 0xa1f1, 0xa1f1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa1f1, 0xa1d5, 0xa1f1, 0xa1d5, 0xa1f1, 0x080c, 0x1537, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7e4a, 0x00d6, 0x6110, 0x2168, 0x080c, 0xac44, 0x0168, 0x6837,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0103, 0x684b, 0x0006, 0x6847, 0x0000, 0x6850, 0xc0ec, 0x6852,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x596c, 0x080c, 0xae16, 0x00de, 0x080c, 0x967a, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7f27, 0x080c, 0x7e4a, 0x080c, 0x967a, 0x0804, 0x7f27, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa20d, 0xa20b, 0xa20b, 0xa20b, 0xa20b, 0xa20b, 0xa20b, 0xa20b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa20b, 0xa20b, 0xa20b, 0xa21f, 0xa21f, 0xa21f, 0xa21f, 0xa20b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa229, 0xa20b, 0xa21f, 0x080c, 0x1537, 0x080c, 0x7e4a, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc9fd, 0x2004, 0x603e, 0x6003, 0x0002, 0x080c, 0x7f27, 0x6010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa088, 0x0013, 0x2104, 0xa085, 0x0400, 0x200a, 0x0005, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7e4a, 0x2001, 0xc9fd, 0x2004, 0x603e, 0x6003, 0x000f, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7f27, 0x080c, 0x7e4a, 0x080c, 0x967a, 0x0804, 0x7f27, 0xa182,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0040, 0x0002, 0xa245, 0xa245, 0xa245, 0xa245, 0xa245, 0xa247,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa328, 0xa356, 0xa245, 0xa245, 0xa245, 0xa245, 0xa245, 0xa245,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa245, 0xa245, 0xa245, 0xa245, 0xa245, 0x080c, 0x1537, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x603f, 0x0000, 0x2071, 0xcd80, 0x7124, 0x610a, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd8c, 0x6110, 0x2168, 0x7614, 0xa6b4, 0x0fff, 0x86ff, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa2f1, 0xa68c, 0x0c00, 0x0518, 0x00f6, 0x2c78, 0x080c, 0x5845,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00fe, 0x01c8, 0x684c, 0xd0ac, 0x01b0, 0x6020, 0xd0dc, 0x1198,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6850, 0xd0bc, 0x1180, 0x7318, 0x6814, 0xa306, 0x1904, 0xa304,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x731c, 0x6810, 0xa31e, 0x0138, 0xd6d4, 0x0904, 0xa304, 0x6b14,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa305, 0x1904, 0xa304, 0x7318, 0x6b62, 0x731c, 0x6b5e, 0xa68c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0xa186, 0x0002, 0x0518, 0xa186, 0x0028, 0x1128, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xae3b, 0x684b, 0x001c, 0x00e8, 0xd6dc, 0x01a0, 0x684b, 0x0015,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x684c, 0xd0ac, 0x0170, 0x6914, 0x6a10, 0x2100, 0xa205, 0x0148,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7018, 0xa106, 0x1118, 0x701c, 0xa206, 0x0118, 0x6962, 0x6a5e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc6dc, 0x0038, 0xd6d4, 0x0118, 0x684b, 0x0007, 0x0010, 0x684b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x6837, 0x0103, 0x6e46, 0xa01e, 0xd6c4, 0x01f0, 0xa686,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0100, 0x1140, 0x2001, 0xcd99, 0x2004, 0xa005, 0x1118, 0xc6c4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0xa256, 0x7328, 0x732c, 0x6b56, 0x83ff, 0x0170, 0xa38a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0009, 0x0210, 0x2019, 0x0008, 0x0036, 0x2308, 0x2019, 0xcd98,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xad90, 0x0019, 0x080c, 0xa934, 0x003e, 0xd6cc, 0x0904, 0xa317,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7124, 0x695a, 0x81ff, 0x0904, 0xa317, 0xa192, 0x0021, 0x1250,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xcd98, 0x831c, 0x2300, 0xae18, 0xad90, 0x001d, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa934, 0x04a8, 0x6838, 0xd0fc, 0x0120, 0x2009, 0x0020, 0x695a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0c78, 0x00f6, 0x2d78, 0x080c, 0xa8db, 0x00fe, 0x080c, 0xa924,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0440, 0x00f6, 0x2c78, 0x080c, 0x5845, 0x00fe, 0x0190, 0x684c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0ac, 0x0178, 0x6020, 0xd0dc, 0x1160, 0x6850, 0xd0bc, 0x1148,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6810, 0x6914, 0xa105, 0x0128, 0x080c, 0xaf37, 0x00de, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00f0, 0x684b, 0x0000, 0x6837, 0x0103, 0x6e46, 0x684c, 0xd0ac,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0130, 0x6810, 0x6914, 0xa115, 0x0110, 0x080c, 0xa4af, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x596c, 0x6218, 0x2268, 0x6a3c, 0x82ff, 0x0110, 0x8211, 0x6a3e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xaf04, 0x00de, 0x00ee, 0x1110, 0x080c, 0x967a, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00f6, 0x6003, 0x0003, 0x2079, 0xcd8c, 0x7c04, 0x7b00, 0x7e0c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7d08, 0x6010, 0x2078, 0x784c, 0xd0ac, 0x0138, 0x6003, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00fe, 0x0005, 0x2130, 0x2228, 0x0058, 0x2400, 0x797c, 0xa10a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2300, 0x7a80, 0xa213, 0x2600, 0xa102, 0x2500, 0xa203, 0x0e90,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7c12, 0x7b16, 0x7e0a, 0x7d0e, 0x00fe, 0x603f, 0x0000, 0x2c10,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x1fc2, 0x080c, 0x7a98, 0x0804, 0x8001, 0x2001, 0xc9fd,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0x603e, 0x6003, 0x0004, 0x6110, 0x20e1, 0x0005, 0x3d18,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x3e20, 0x2c10, 0x0804, 0x1870, 0xa182, 0x0040, 0x0002, 0xa37a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa37a, 0xa37a, 0xa37a, 0xa37a, 0xa37c, 0xa40f, 0xa37a, 0xa37a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa424, 0xa488, 0xa37a, 0xa37a, 0xa37a, 0xa37a, 0xa496, 0xa37a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa37a, 0xa37a, 0x080c, 0x1537, 0x0076, 0x00f6, 0x00e6, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xcd8c, 0x6110, 0x2178, 0x7614, 0xa6b4, 0x0fff, 0x7e46,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7f4c, 0xc7e5, 0x7f4e, 0x6218, 0x2268, 0x6a3c, 0x82ff, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8211, 0x6a3e, 0x86ff, 0x0904, 0xa40a, 0xa694, 0xff00, 0xa284,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0c00, 0x0120, 0x7018, 0x7862, 0x701c, 0x785e, 0xa284, 0x0300,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0xa40a, 0x080c, 0x1624, 0x090c, 0x1537, 0x2d00, 0x784a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7f4c, 0xc7cd, 0x7f4e, 0x6837, 0x0103, 0x7838, 0x683a, 0x783c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x683e, 0x7840, 0x6842, 0x6e46, 0xa68c, 0x0c00, 0x0120, 0x7318,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6b62, 0x731c, 0x6b5e, 0xa68c, 0x00ff, 0xa186, 0x0002, 0x0180,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa186, 0x0028, 0x1118, 0x684b, 0x001c, 0x0060, 0xd6dc, 0x0118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x684b, 0x0015, 0x0038, 0xd6d4, 0x0118, 0x684b, 0x0007, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x684b, 0x0000, 0x6f4e, 0x7850, 0x6852, 0x7854, 0x6856, 0xa01e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd6c4, 0x0198, 0x7328, 0x732c, 0x6b56, 0x83ff, 0x0170, 0xa38a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0009, 0x0210, 0x2019, 0x0008, 0x0036, 0x2308, 0x2019, 0xcd98,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xad90, 0x0019, 0x080c, 0xa934, 0x003e, 0xd6cc, 0x01d8, 0x7124,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x695a, 0x81ff, 0x01b8, 0xa192, 0x0021, 0x1250, 0x2071, 0xcd98,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x831c, 0x2300, 0xae18, 0xad90, 0x001d, 0x080c, 0xa934, 0x0050,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7838, 0xd0fc, 0x0120, 0x2009, 0x0020, 0x695a, 0x0c78, 0x2d78,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xa8db, 0x00de, 0x00ee, 0x00fe, 0x007e, 0x0005, 0x00f6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6003, 0x0003, 0x2079, 0xcd8c, 0x7c04, 0x7b00, 0x7e0c, 0x7d08,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6010, 0x2078, 0x7c12, 0x7b16, 0x7e0a, 0x7d0e, 0x00fe, 0x2c10,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x1fc2, 0x0804, 0x8caa, 0x00d6, 0x00f6, 0x2c78, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5845, 0x00fe, 0x0120, 0x2001, 0xc9fd, 0x2004, 0x603e, 0x6003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x080c, 0x7edc, 0x080c, 0x8001, 0x6110, 0x2168, 0x694c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd1e4, 0x0904, 0xa486, 0xd1cc, 0x0540, 0x6948, 0x6838, 0xd0fc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x01e8, 0x0016, 0x684c, 0x0006, 0x6850, 0x0006, 0xad90, 0x000d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa198, 0x000d, 0x2009, 0x0020, 0x0156, 0x21a8, 0x2304, 0x2012,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8318, 0x8210, 0x1f04, 0xa44e, 0x015e, 0x000e, 0x6852, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x684e, 0x001e, 0x2168, 0x080c, 0x164b, 0x0418, 0x0016, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x164b, 0x00de, 0x080c, 0xa924, 0x00e0, 0x6837, 0x0103, 0x6944,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa184, 0x00ff, 0xa0b6, 0x0002, 0x0180, 0xa086, 0x0028, 0x1118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x684b, 0x001c, 0x0060, 0xd1dc, 0x0118, 0x684b, 0x0015, 0x0038,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd1d4, 0x0118, 0x684b, 0x0007, 0x0010, 0x684b, 0x0000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x596c, 0x080c, 0xaf04, 0x1110, 0x080c, 0x967a, 0x00de, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2019, 0x0001, 0x080c, 0x8f2e, 0x6003, 0x0002, 0x2001, 0xc9fd,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0x603e, 0x080c, 0x7edc, 0x0804, 0x8001, 0x080c, 0x7edc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x2d65, 0x00d6, 0x6110, 0x2168, 0x080c, 0xac44, 0x0150,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6837, 0x0103, 0x684b, 0x0029, 0x6847, 0x0000, 0x080c, 0x596c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xae16, 0x00de, 0x080c, 0x967a, 0x0804, 0x8001, 0x684b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0015, 0xd1fc, 0x0138, 0x684b, 0x0007, 0x8002, 0x8000, 0x810a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa189, 0x0000, 0x6962, 0x685e, 0x0005, 0xa182, 0x0040, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa4d3, 0xa4d3, 0xa4d3, 0xa4d3, 0xa4d3, 0xa4d5, 0xa4d3, 0xa590,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa59b, 0xa4d3, 0xa4d3, 0xa4d3, 0xa4d3, 0xa4d3, 0xa4d3, 0xa4d3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa4d3, 0xa4d3, 0xa4d3, 0x080c, 0x1537, 0x0076, 0x00f6, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x2071, 0xcd8c, 0x6110, 0x2178, 0x7614, 0xa6b4, 0x0fff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00f6, 0x2c78, 0x080c, 0x5845, 0x00fe, 0x0150, 0xa684, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1138, 0x6020, 0xd0f4, 0x0120, 0x080c, 0xaf37, 0x0804, 0xa58b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7e46, 0x7f4c, 0xc7e5, 0x7f4e, 0x6218, 0x2268, 0x6a3c, 0x82ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0110, 0x8211, 0x6a3e, 0x86ff, 0x0904, 0xa581, 0xa694, 0xff00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa284, 0x0c00, 0x0120, 0x7018, 0x7862, 0x701c, 0x785e, 0xa284,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0300, 0x0904, 0xa57f, 0xa686, 0x0100, 0x1140, 0x2001, 0xcd99,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xa005, 0x1118, 0xc6c4, 0x7e46, 0x0c28, 0x080c, 0x1624,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x090c, 0x1537, 0x2d00, 0x784a, 0x7f4c, 0xa7bd, 0x0200, 0x7f4e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6837, 0x0103, 0x7838, 0x683a, 0x783c, 0x683e, 0x7840, 0x6842,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6e46, 0xa68c, 0x0c00, 0x0120, 0x7318, 0x6b62, 0x731c, 0x6b5e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa68c, 0x00ff, 0xa186, 0x0002, 0x0180, 0xa186, 0x0028, 0x1118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x684b, 0x001c, 0x0060, 0xd6dc, 0x0118, 0x684b, 0x0015, 0x0038,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd6d4, 0x0118, 0x684b, 0x0007, 0x0010, 0x684b, 0x0000, 0x6f4e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7850, 0x6852, 0x7854, 0x6856, 0xa01e, 0xd6c4, 0x0198, 0x7328,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x732c, 0x6b56, 0x83ff, 0x0170, 0xa38a, 0x0009, 0x0210, 0x2019,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0008, 0x0036, 0x2308, 0x2019, 0xcd98, 0xad90, 0x0019, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa934, 0x003e, 0xd6cc, 0x01d8, 0x7124, 0x695a, 0x81ff, 0x01b8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa192, 0x0021, 0x1250, 0x2071, 0xcd98, 0x831c, 0x2300, 0xae18,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xad90, 0x001d, 0x080c, 0xa934, 0x0050, 0x7838, 0xd0fc, 0x0120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0020, 0x695a, 0x0c78, 0x2d78, 0x080c, 0xa8db, 0xd6dc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1110, 0xa006, 0x0030, 0x2001, 0x0001, 0x2071, 0xcd8c, 0x7218,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x731c, 0x080c, 0x18b0, 0x00de, 0x00ee, 0x00fe, 0x007e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc9fd, 0x2004, 0x603e, 0x20e1, 0x0005, 0x3d18, 0x3e20,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2c10, 0x0804, 0x1870, 0x2001, 0xc9fd, 0x2004, 0x603e, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6003, 0x0002, 0x6110, 0x2168, 0x694c, 0xd1e4, 0x0904, 0xa6a8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x603f, 0x0000, 0x00f6, 0x2c78, 0x080c, 0x5845, 0x00fe, 0x05a0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6814, 0x6910, 0xa115, 0x0580, 0x6a60, 0xa206, 0x1118, 0x685c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa106, 0x0550, 0x6847, 0x0000, 0x6863, 0x0000, 0x685f, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6020, 0xd0f4, 0x1158, 0x697c, 0x6810, 0xa102, 0x603a, 0x6980,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6814, 0xa103, 0x6036, 0x6020, 0xc0f5, 0x6022, 0x00d6, 0x6018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2068, 0x683c, 0x8000, 0x683e, 0x00de, 0x684c, 0xc0e4, 0x684e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0cc, 0x0130, 0x00d6, 0x6848, 0x2068, 0x080c, 0x164b, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xaf37, 0x0804, 0xa6a8, 0x694c, 0xd1cc, 0x0904, 0xa678,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6948, 0x6838, 0xd0fc, 0x0904, 0xa63e, 0x0016, 0x684c, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6850, 0x0006, 0x00f6, 0x2178, 0x7944, 0xa184, 0x00ff, 0xa0b6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x01e0, 0xa086, 0x0028, 0x1128, 0x684b, 0x001c, 0x784b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001c, 0x00e0, 0xd1dc, 0x0158, 0x684b, 0x0015, 0x784b, 0x0015,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xb128, 0x0118, 0x7944, 0xc1dc, 0x7946, 0x0078, 0xd1d4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0128, 0x684b, 0x0007, 0x784b, 0x0007, 0x0040, 0x684c, 0xd0ac,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0128, 0x6810, 0x6914, 0xa115, 0x190c, 0xa4af, 0x6848, 0x784a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6860, 0x7862, 0x685c, 0x785e, 0xad90, 0x000d, 0xaf98, 0x000d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0020, 0x0156, 0x21a8, 0x2304, 0x2012, 0x8318, 0x8210,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1f04, 0xa62c, 0x015e, 0x00fe, 0x000e, 0x6852, 0x000e, 0x684e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x2168, 0x080c, 0x164b, 0x0804, 0xa6a3, 0x0016, 0x00f6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2178, 0x7944, 0xa184, 0x00ff, 0xa0b6, 0x0002, 0x01e0, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0028, 0x1128, 0x684b, 0x001c, 0x784b, 0x001c, 0x00e0, 0xd1dc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0158, 0x684b, 0x0015, 0x784b, 0x0015, 0x080c, 0xb128, 0x0118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7944, 0xc1dc, 0x7946, 0x0078, 0xd1d4, 0x0128, 0x684b, 0x0007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x784b, 0x0007, 0x0040, 0x684c, 0xd0ac, 0x0128, 0x6810, 0x6914,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa115, 0x190c, 0xa4af, 0x6860, 0x7862, 0x685c, 0x785e, 0x684c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x784e, 0x00fe, 0x080c, 0x164b, 0x00de, 0x080c, 0xa924, 0x0458,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6837, 0x0103, 0x6944, 0xa184, 0x00ff, 0xa0b6, 0x0002, 0x01b0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0028, 0x1118, 0x684b, 0x001c, 0x00d8, 0xd1dc, 0x0148,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x684b, 0x0015, 0x080c, 0xb128, 0x0118, 0x6944, 0xc1dc, 0x6946,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0080, 0xd1d4, 0x0118, 0x684b, 0x0007, 0x0058, 0x684b, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x684c, 0xd0ac, 0x0130, 0x6810, 0x6914, 0xa115, 0x0110, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa4af, 0x080c, 0x596c, 0x080c, 0xaf04, 0x1110, 0x080c, 0x967a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x0005, 0x080c, 0x7e4a, 0x0010, 0x080c, 0x7edc, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xac44, 0x01b8, 0x00d6, 0x6110, 0x2168, 0x6837, 0x0103, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc70c, 0x210c, 0xd18c, 0x1198, 0xd184, 0x1188, 0x6108, 0x694a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa18e, 0x0029, 0x090c, 0xc4f8, 0x6847, 0x0000, 0x080c, 0x596c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x080c, 0x967a, 0x080c, 0x7f27, 0x0804, 0x8001, 0x684b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x0c90, 0xa182, 0x0040, 0x0002, 0xa6e8, 0xa6e8, 0xa6e8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa6e8, 0xa6e8, 0xa6ea, 0xa6e8, 0xa6fd, 0xa6e8, 0xa6e8, 0xa6e8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa6e8, 0xa6e8, 0xa6e8, 0xa6e8, 0xa6e8, 0xa6e8, 0xa6e8, 0xa6e8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x1537, 0x00e6, 0x2071, 0xcd8c, 0x6010, 0x7114, 0xa18c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0fff, 0x00d6, 0xa06d, 0x0128, 0x6837, 0x0103, 0x6946, 0x684b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x00de, 0x00ee, 0x0804, 0x967a, 0x0006, 0x0026, 0xa016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x1870, 0x002e, 0x000e, 0x0005, 0xa182, 0x0085, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa711, 0xa70f, 0xa70f, 0xa71d, 0xa70f, 0xa70f, 0xa70f, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1537, 0x6003, 0x0001, 0x6106, 0x080c, 0x7a35, 0x0126, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x080c, 0x7f27, 0x012e, 0x0005, 0x0026, 0x0056, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x2071, 0xcd80, 0x7224, 0x6212, 0x7220, 0x080c, 0xac34,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x01a0, 0x2268, 0x6800, 0xa086, 0x0000, 0x0178, 0x6018, 0x6d18,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa52e, 0x1158, 0x00c6, 0x2d60, 0x080c, 0xa944, 0x00ce, 0x0128,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6803, 0x0002, 0x6007, 0x0086, 0x0010, 0x6007, 0x0087, 0x6003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x080c, 0x7a35, 0x080c, 0x7f27, 0x00f6, 0x2278, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5845, 0x00fe, 0x0150, 0x6820, 0xd0ec, 0x0138, 0x00c6, 0x2260,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x603f, 0x0000, 0x080c, 0xaf37, 0x00ce, 0x00ee, 0x00de, 0x005e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002e, 0x0005, 0xa186, 0x0013, 0x1160, 0x6004, 0xa08a, 0x0085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0a0c, 0x1537, 0xa08a, 0x008c, 0x1a0c, 0x1537, 0xa082, 0x0085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x006a, 0xa186, 0x0027, 0x0120, 0xa186, 0x0014, 0x190c, 0x1537,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7e4a, 0x080c, 0xae22, 0x0804, 0x7f27, 0xa77d, 0xa77f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa77f, 0xa77d, 0xa77d, 0xa77d, 0xa77d, 0x080c, 0x1537, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7e4a, 0x080c, 0xae22, 0x0804, 0x7f27, 0xa186, 0x0013, 0x1128,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6004, 0xa082, 0x0085, 0x2008, 0x04a8, 0xa186, 0x0027, 0x11e8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7e4a, 0x080c, 0x2d65, 0x00d6, 0x6010, 0x2068, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xac44, 0x0150, 0x6837, 0x0103, 0x6847, 0x0000, 0x684b, 0x0029,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x596c, 0x080c, 0xae16, 0x00de, 0x080c, 0x967a, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7f27, 0x0005, 0x080c, 0x96c5, 0x0ce0, 0xa186, 0x0014, 0x1dd0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7e4a, 0x00d6, 0x6010, 0x2068, 0x080c, 0xac44, 0x0d60,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6837, 0x0103, 0x6847, 0x0000, 0x684b, 0x0006, 0x6850, 0xc0ec,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6852, 0x08f0, 0x0002, 0xa7cc, 0xa7ca, 0xa7ca, 0xa7ca, 0xa7ca,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa7ca, 0xa7e3, 0x080c, 0x1537, 0x080c, 0x7e4a, 0x6030, 0xa08c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xff00, 0x810f, 0xa186, 0x0039, 0x0118, 0xa186, 0x0035, 0x1118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc9fb, 0x0010, 0x2001, 0xc9fc, 0x2004, 0x6016, 0x6003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000c, 0x0804, 0x7f27, 0x080c, 0x7e4a, 0x6030, 0xa08c, 0xff00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x810f, 0xa186, 0x0039, 0x0118, 0xa186, 0x0035, 0x1118, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc9fb, 0x0010, 0x2001, 0xc9fc, 0x2004, 0x6016, 0x6003, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x7f27, 0xa182, 0x008c, 0x1a04, 0x96c5, 0xa182, 0x0085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0a04, 0x96c5, 0x0002, 0xa80a, 0xa80a, 0xa80a, 0xa80a, 0xa80c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa85f, 0xa80a, 0x080c, 0x1537, 0x00d6, 0x00f6, 0x2c78, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5845, 0x00fe, 0x0168, 0x6030, 0xa08c, 0xff00, 0x810f, 0xa186,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0039, 0x0118, 0xa186, 0x0035, 0x1118, 0x00de, 0x0804, 0xa872,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xae16, 0x080c, 0xac44, 0x01c8, 0x6010, 0x2068, 0x6837,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0103, 0x6850, 0xd0b4, 0x0128, 0x684b, 0x0006, 0xc0ec, 0x6852,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0048, 0xd0bc, 0x0118, 0x684b, 0x0002, 0x0020, 0x684b, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xaed4, 0x6847, 0x0000, 0x080c, 0x596c, 0x2c68, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9626, 0x01c0, 0x6003, 0x0001, 0x6007, 0x001e, 0x600b, 0xffff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0xcd8e, 0x210c, 0x6136, 0x2009, 0xcd8f, 0x210c, 0x613a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6918, 0x611a, 0x080c, 0xb03e, 0x6950, 0x6152, 0x601f, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7a35, 0x2d60, 0x080c, 0x967a, 0x00de, 0x0005, 0x00f6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2c78, 0x080c, 0x5845, 0x00fe, 0x0598, 0x6030, 0xa08c, 0xff00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x810f, 0xa186, 0x0035, 0x0130, 0xa186, 0x001e, 0x0118, 0xa186,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0039, 0x1530, 0x00d6, 0x2c68, 0x080c, 0xb172, 0x1904, 0xa8b7,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x9626, 0x01d8, 0x6106, 0x6003, 0x0001, 0x601f, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6918, 0x611a, 0x6928, 0x612a, 0x692c, 0x612e, 0x6930, 0xa18c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x6132, 0x6934, 0x6136, 0x6938, 0x613a, 0x6950, 0x6152,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xb03e, 0x080c, 0x7a35, 0x080c, 0x7f27, 0x2d60, 0x00f8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x6010, 0x2068, 0x080c, 0xac44, 0x01c8, 0x6837, 0x0103,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6850, 0xd0b4, 0x0128, 0xc0ec, 0x6852, 0x684b, 0x0006, 0x0048,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0bc, 0x0118, 0x684b, 0x0002, 0x0020, 0x684b, 0x0005, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xaed4, 0x6847, 0x0000, 0x080c, 0x596c, 0x080c, 0xae16, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x967a, 0x0016, 0x00d6, 0x6010, 0x2068, 0x080c, 0xac44,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0140, 0x6837, 0x0103, 0x684b, 0x0028, 0x6847, 0x0000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x596c, 0x00de, 0x001e, 0xa186, 0x0013, 0x0138, 0xa186, 0x0014,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0120, 0xa186, 0x0027, 0x1904, 0x96c5, 0x080c, 0x7e4a, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xae22, 0x0804, 0x7f27, 0x0056, 0x0066, 0x00d6, 0x00f6, 0x2029,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0xa182, 0x0101, 0x0210, 0x2009, 0x0100, 0x2130, 0x2069,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd98, 0x831c, 0x2300, 0xad18, 0x2009, 0x0020, 0xaf90, 0x001d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xa934, 0xa6b2, 0x0020, 0x7804, 0xa06d, 0x190c, 0x164b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x1624, 0x0500, 0x8528, 0x6837, 0x0110, 0x683b, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d20, 0x7c06, 0xa68a, 0x003d, 0x1228, 0x2608, 0xad90, 0x000f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0459, 0x0088, 0xa6b2, 0x003c, 0x2009, 0x003c, 0x2d78, 0xad90,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000f, 0x0411, 0x0c28, 0x00fe, 0x852f, 0xa5ad, 0x0003, 0x7d36,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa5ac, 0x0000, 0x0028, 0x00fe, 0x852f, 0xa5ad, 0x0003, 0x7d36,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x006e, 0x005e, 0x0005, 0x00f6, 0x8dff, 0x0158, 0x6804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa07d, 0x0130, 0x6807, 0x0000, 0x080c, 0x596c, 0x2f68, 0x0cb8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x596c, 0x00fe, 0x0005, 0x0156, 0xa184, 0x0001, 0x0108,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8108, 0x810c, 0x21a8, 0x2304, 0x8007, 0x2012, 0x8318, 0x8210,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1f04, 0xa93b, 0x015e, 0x0005, 0x0066, 0x0126, 0x2091, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2031, 0x0001, 0x601c, 0xa084, 0x000f, 0x0083, 0x012e, 0x006e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0126, 0x2091, 0x8000, 0x0066, 0x2031, 0x0000, 0x601c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x000f, 0x001b, 0x006e, 0x012e, 0x0005, 0xa97b, 0xa97b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa976, 0xa99d, 0xa969, 0xa976, 0xa99d, 0xa976, 0xa969, 0x78c0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa976, 0x080c, 0x1537, 0x0036, 0x2019, 0x0010, 0x080c, 0xbd7c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x601f, 0x0006, 0x6003, 0x0007, 0x003e, 0x0005, 0xa006, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x0001, 0x0005, 0x00d6, 0x86ff, 0x11d8, 0x6010, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xac44, 0x01c0, 0x6834, 0xa086, 0x0139, 0x1128, 0x684b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x6853, 0x0000, 0x0028, 0xa00e, 0x2001, 0x0005, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5aa9, 0x080c, 0xaed4, 0x080c, 0x596c, 0x080c, 0x967a, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x00de, 0x0005, 0xa006, 0x0ce0, 0x6000, 0xa08a, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1a0c, 0x1537, 0x0002, 0xa9b3, 0xa9ce, 0xa9b7, 0xa9eb, 0xa9b5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa9b3, 0xa976, 0xa97b, 0xa97b, 0xa976, 0xa976, 0xa976, 0xa976,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa976, 0xa976, 0xa976, 0x080c, 0x1537, 0x080c, 0x194b, 0x86ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1190, 0x00d6, 0x6010, 0x2068, 0x080c, 0xac44, 0x190c, 0xaed4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x6007, 0x0085, 0x6003, 0x000b, 0x601f, 0x0002, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7a35, 0x080c, 0x7f27, 0xa085, 0x0001, 0x0005, 0x00e6, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xca26, 0x7024, 0xac06, 0x090c, 0x8ea3, 0x601c, 0xa084, 0x000f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0006, 0x1150, 0x0086, 0x0096, 0x2049, 0x0001, 0x2c40,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x906c, 0x009e, 0x008e, 0x0010, 0x080c, 0x8d92, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1970, 0x0804, 0xa976, 0x0036, 0x00e6, 0x2071, 0xca26, 0x703c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xac06, 0x1140, 0x2019, 0x0000, 0x080c, 0x8f2e, 0x00ee, 0x003e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0xa9b7, 0x080c, 0x918f, 0x00ee, 0x003e, 0x1904, 0xa9b7,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0xa976, 0x00c6, 0x601c, 0xa084, 0x000f, 0x0013, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0xaa1a, 0xaa89, 0xabb4, 0xaa24, 0xae22, 0xaa1a, 0xbd6e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb1da, 0xaa89, 0x788f, 0xac0f, 0x080c, 0x1537, 0x080c, 0xae5a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0x9c47, 0x0005, 0x080c, 0x7e4a, 0x080c, 0x7f27, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x967a, 0x6017, 0x0001, 0x0005, 0x6010, 0xa080, 0x0019, 0x2c02,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6000, 0xa08a, 0x0010, 0x1a0c, 0x1537, 0x0002, 0xaa3e, 0xaa40,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xaa60, 0xaa71, 0xaa86, 0xaa3e, 0xaa1a, 0xaa1a, 0xaa1a, 0xaa71,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xaa71, 0xaa3e, 0xaa3e, 0xaa3e, 0xaa3e, 0xaa7b, 0x080c, 0x1537,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x6010, 0x2070, 0x7050, 0xc0b5, 0x7052, 0x2071, 0xca26,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7024, 0xac06, 0x0190, 0x080c, 0x8d92, 0x6007, 0x0085, 0x6003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000b, 0x601f, 0x0002, 0x2001, 0xc9fc, 0x2004, 0x6016, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7a35, 0x080c, 0x7f27, 0x00ee, 0x0005, 0x6017, 0x0001, 0x0cd8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x6010, 0x2068, 0x6850, 0xc0b5, 0x6852, 0x00de, 0x6007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0085, 0x6003, 0x000b, 0x601f, 0x0002, 0x080c, 0x7a35, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7f27, 0x00d6, 0x6017, 0x0001, 0x6010, 0x2068, 0x6850, 0xc0b5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6852, 0x00de, 0x0005, 0x6010, 0x00d6, 0xa06d, 0x0120, 0x6837,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0103, 0x684b, 0x0006, 0x00de, 0x0804, 0x967a, 0x080c, 0x194b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x08b8, 0x6000, 0xa08a, 0x0010, 0x1a0c, 0x1537, 0x0002, 0xaa9f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xaa21, 0xaaa1, 0xaa9f, 0xaaa1, 0xaaa1, 0xaa1b, 0xaa9f, 0xaa16,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xaa16, 0xaa9f, 0xaa9f, 0xaa9f, 0xaa9f, 0xaa9f, 0xaa9f, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1537, 0x00d6, 0x6018, 0x2068, 0x6804, 0xa084, 0x00ff, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa08a, 0x000c, 0x1a0c, 0x1537, 0x0002, 0xaab9, 0xab5a, 0xaabb,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xaaf4, 0xaabb, 0xaaf4, 0xaabb, 0xaac5, 0xaab9, 0xaaf4, 0xaab9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xaae1, 0x080c, 0x1537, 0x6004, 0xa08e, 0x0016, 0x0588, 0xa08e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x0570, 0xa08e, 0x0002, 0x0558, 0x6004, 0x080c, 0xae5a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0xab73, 0xa08e, 0x0021, 0x0904, 0xab77, 0xa08e, 0x0022,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0xab73, 0xa08e, 0x003d, 0x0904, 0xab77, 0xa08e, 0x0039,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0xab7b, 0xa08e, 0x0035, 0x0904, 0xab7b, 0xa08e, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0188, 0xa08e, 0x0001, 0x1150, 0x00d6, 0x6018, 0x2068, 0x6804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x00ff, 0x00de, 0xa086, 0x0006, 0x0110, 0x080c, 0x2d65,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x9c47, 0x0804, 0xae22, 0x00c6, 0x00d6, 0x6104, 0xa186,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x0904, 0xab4b, 0xa186, 0x0002, 0x1518, 0x6018, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc734, 0x2004, 0xd0ac, 0x1904, 0xab9d, 0x68a0, 0xd0bc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0xab9d, 0x6840, 0xa084, 0x00ff, 0xa005, 0x0190, 0x8001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6842, 0x6013, 0x0000, 0x601f, 0x0007, 0x6017, 0x0398, 0x603f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x080c, 0x9626, 0x0128, 0x2d00, 0x601a, 0x601f, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0450, 0x00de, 0x00ce, 0x6004, 0xa08e, 0x0002, 0x11a8, 0x6018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa080, 0x0028, 0x2004, 0xa086, 0x007e, 0x1170, 0x2009, 0xc734,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2104, 0xc085, 0x200a, 0x00e6, 0x2071, 0xc700, 0x080c, 0x507e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x080c, 0x9c47, 0x0020, 0x080c, 0x9c47, 0x080c, 0x2d65,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x0126, 0x2091, 0x8000, 0x080c, 0x2d8a, 0x012e, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xae22, 0x0005, 0x2001, 0x0002, 0x080c, 0x5411, 0x6003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x6007, 0x0002, 0x080c, 0x7a7b, 0x080c, 0x7f27, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x0c80, 0x00c6, 0x00d6, 0x6104, 0xa186, 0x0016, 0x0d58,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6018, 0x2068, 0x6840, 0xa084, 0x00ff, 0xa005, 0x0904, 0xab21,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8001, 0x6842, 0x6003, 0x0001, 0x080c, 0x7a7b, 0x080c, 0x7f27,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x00ce, 0x08b8, 0x080c, 0x9c47, 0x0804, 0xaaf2, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9c75, 0x0804, 0xaaf2, 0x00d6, 0x2c68, 0x6104, 0x080c, 0xb172,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x0118, 0x080c, 0x967a, 0x00b8, 0x6004, 0x8007, 0x6130,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa18c, 0x00ff, 0xa105, 0x6032, 0x6007, 0x0085, 0x6003, 0x000b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x601f, 0x0002, 0x6038, 0x600a, 0x2001, 0xc9fc, 0x2004, 0x6016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7a35, 0x080c, 0x7f27, 0x0005, 0x00de, 0x00ce, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9c47, 0x080c, 0x2d65, 0x00e6, 0x0126, 0x2091, 0x8000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d8a, 0x6013, 0x0000, 0x601f, 0x0007, 0x6017, 0x0398, 0x603f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x012e, 0x00ee, 0x0005, 0x6000, 0xa08a, 0x0010, 0x1a0c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1537, 0x0002, 0xabca, 0xabca, 0xabca, 0xabca, 0xabca, 0xabca,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xabca, 0xabca, 0xabca, 0xaa1a, 0xabca, 0xaa21, 0xabcc, 0xaa21,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xabd9, 0xabca, 0x080c, 0x1537, 0x6004, 0xa086, 0x008b, 0x0148,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6007, 0x008b, 0x6003, 0x000d, 0x080c, 0x7a35, 0x080c, 0x7f27,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x080c, 0xae16, 0x080c, 0xac44, 0x0578, 0x080c, 0x2d65,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x080c, 0xac44, 0x0168, 0x6010, 0x2068, 0x6837, 0x0103,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x684b, 0x0006, 0x6847, 0x0000, 0x6850, 0xc0ed, 0x6852, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x596c, 0x2c68, 0x080c, 0x9626, 0x0150, 0x6818, 0x601a, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb03e, 0x00c6, 0x2d60, 0x080c, 0xae22, 0x00ce, 0x0008, 0x2d60,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x6013, 0x0000, 0x601f, 0x0001, 0x6007, 0x0001, 0x6003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x080c, 0x7a7b, 0x0804, 0x7f27, 0x0804, 0xae22, 0x6000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa08a, 0x0010, 0x1a0c, 0x1537, 0x0002, 0xac25, 0xac25, 0xac25,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xac27, 0xac28, 0xac25, 0xac25, 0xac25, 0xac25, 0xac25, 0xac25,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xac25, 0xac25, 0xac25, 0xac25, 0xac25, 0x080c, 0x1537, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x918f, 0x190c, 0x1537, 0x6110, 0x2168, 0x684b, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x596c, 0x0804, 0x967a, 0xa284, 0x0007, 0x1158, 0xa282,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcf00, 0x0240, 0x2001, 0xc716, 0x2004, 0xa202, 0x1218, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x0005, 0xa006, 0x0ce8, 0x0026, 0x6210, 0xa294, 0xf000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002e, 0x0005, 0x00e6, 0x00c6, 0x0036, 0x0006, 0x0126, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x2061, 0xcf00, 0x2071, 0xc700, 0x7344, 0x7064, 0xa302,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1298, 0x601c, 0xa206, 0x1158, 0x080c, 0xafce, 0x0140, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xae5a, 0x090c, 0x9c47, 0x00c6, 0x080c, 0x967a, 0x00ce, 0xace0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0018, 0x7058, 0xac02, 0x0e48, 0x012e, 0x000e, 0x003e, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x0005, 0x00e6, 0x00c6, 0x0016, 0xa188, 0xc87a, 0x210c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x81ff, 0x0170, 0x2061, 0xcf00, 0x2071, 0xc700, 0x0016, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9626, 0x001e, 0x0138, 0x611a, 0x080c, 0x2d65, 0x080c, 0x967a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa006, 0x0010, 0xa085, 0x0001, 0x001e, 0x00ce, 0x00ee, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x0056, 0x0126, 0x2091, 0x8000, 0x00c6, 0x080c, 0x9626,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x005e, 0x0198, 0x662a, 0x651a, 0x080c, 0xad45, 0x0170, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb03e, 0x601f, 0x0003, 0x2009, 0x004b, 0x080c, 0x96aa, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x012e, 0x005e, 0x00ce, 0x0005, 0xa006, 0x0cd0, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0056, 0x0126, 0x2091, 0x8000, 0x62a0, 0x00c6, 0x080c, 0xaed8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x005e, 0x0568, 0x602b, 0x0000, 0x651a, 0x080c, 0xb03e, 0x601f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0x0016, 0x00c6, 0x2560, 0x080c, 0x56c1, 0x00ce, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7ba1, 0x0076, 0x2039, 0x0000, 0x080c, 0x7aaa, 0x2c08, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xbf28, 0x007e, 0x001e, 0xd184, 0x0128, 0x080c, 0x967a, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x0048, 0x080c, 0xad45, 0x0150, 0x2009, 0x004c, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x96aa, 0xa085, 0x0001, 0x012e, 0x005e, 0x00ce, 0x0005, 0xa006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0cd0, 0x00f6, 0x00c6, 0x0046, 0x00c6, 0x080c, 0x9626, 0x2c78,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x0198, 0x7e2a, 0x2c00, 0x781a, 0x781f, 0x0003, 0x2021,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x080c, 0xad57, 0x2f60, 0x080c, 0xad45, 0x0130, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x004d, 0x080c, 0x96aa, 0xa085, 0x0001, 0x004e, 0x00ce, 0x00fe,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00f6, 0x00c6, 0x0046, 0x00c6, 0x080c, 0x9626, 0x2c78,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x0188, 0x7e2a, 0x2c00, 0x781a, 0x781f, 0x0003, 0x2021,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x04e9, 0x2f60, 0x0449, 0x0130, 0x2009, 0x004e, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x96aa, 0xa085, 0x0001, 0x004e, 0x00ce, 0x00fe, 0x0005, 0x00f6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x0046, 0x00c6, 0x080c, 0x9626, 0x2c78, 0x00ce, 0x0188,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7e2a, 0x2c00, 0x781a, 0x781f, 0x0003, 0x2021, 0x0004, 0x00f9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2f60, 0x0059, 0x0130, 0x2009, 0x0052, 0x080c, 0x96aa, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x004e, 0x00ce, 0x00fe, 0x0005, 0x00c6, 0x080c, 0x418a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x1120, 0x080c, 0x967a, 0xa006, 0x0005, 0x6837, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x683b, 0x8000, 0x2d00, 0x6012, 0xa085, 0x0001, 0x0005, 0x0096,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0076, 0x0126, 0x2091, 0x8000, 0x080c, 0x5663, 0x0118, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xad5c, 0x0028, 0x080c, 0x5635, 0x0158, 0x2001, 0xad62, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa00e, 0x2400, 0x080c, 0x5aa9, 0x080c, 0x596c, 0x000e, 0x0807,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2418, 0x080c, 0x7dec, 0x62a0, 0x0086, 0x2041, 0x0001, 0x2039,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x2608, 0x080c, 0x7bba, 0x008e, 0x080c, 0x7aaa, 0x2f08,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2648, 0x080c, 0xbf28, 0x613c, 0x81ff, 0x090c, 0x7c63, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x007e, 0x009e, 0x0005, 0x00c6, 0x0126, 0x2091, 0x8000, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x9626, 0x001e, 0x0188, 0x660a, 0x611a, 0x080c, 0xb03e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x601f, 0x0001, 0x2d00, 0x6012, 0x2009, 0x001f, 0x080c, 0x96aa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x0001, 0x012e, 0x00ce, 0x0005, 0xa006, 0x0cd8, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0126, 0x2091, 0x8000, 0x00c6, 0x080c, 0xaed8, 0x001e, 0x0188,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x660a, 0x611a, 0x080c, 0xb03e, 0x601f, 0x0008, 0x2d00, 0x6012,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0021, 0x080c, 0x96aa, 0xa085, 0x0001, 0x012e, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0xa006, 0x0cd8, 0x00c6, 0x0126, 0x2091, 0x8000, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x9626, 0x001e, 0x0188, 0x660a, 0x611a, 0x080c, 0xb03e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x601f, 0x0001, 0x2d00, 0x6012, 0x2009, 0x003d, 0x080c, 0x96aa,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x0001, 0x012e, 0x00ce, 0x0005, 0xa006, 0x0cd8, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0126, 0x2091, 0x8000, 0x00c6, 0x080c, 0xaed8, 0x001e, 0x0180,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x611a, 0x080c, 0xb03e, 0x601f, 0x0001, 0x2d00, 0x6012, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x080c, 0x96aa, 0xa085, 0x0001, 0x012e, 0x00ce, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa006, 0x0cd8, 0x00c6, 0x0126, 0x2091, 0x8000, 0x00c6, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9626, 0x001e, 0x0188, 0x660a, 0x611a, 0x080c, 0xb03e, 0x601f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x2d00, 0x6012, 0x2009, 0x0044, 0x080c, 0x96aa, 0xa085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x012e, 0x00ce, 0x0005, 0xa006, 0x0cd8, 0x0026, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6218, 0x2268, 0x6a3c, 0x82ff, 0x0110, 0x8211, 0x6a3e, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002e, 0x0005, 0x0006, 0x6000, 0xa086, 0x0000, 0x0190, 0x6013,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x601f, 0x0007, 0x2001, 0xc9fb, 0x2004, 0x0006, 0xa082,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0051, 0x000e, 0x0208, 0x8004, 0x6016, 0x080c, 0xc403, 0x603f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x000e, 0x0005, 0x0066, 0x00c6, 0x00d6, 0x2031, 0xc752,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2634, 0xd6e4, 0x0128, 0x6618, 0x2660, 0x6e48, 0x080c, 0x55ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x00ce, 0x006e, 0x0005, 0x0006, 0x0016, 0x6004, 0xa08e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x0128, 0xa08e, 0x0003, 0x0110, 0xa08e, 0x0004, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0x0005, 0x0006, 0x00d6, 0x6010, 0xa06d, 0x0148, 0x6834,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0139, 0x0138, 0x6838, 0xd0fc, 0x0110, 0xa006, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x0001, 0x00de, 0x000e, 0x0005, 0x00c6, 0x0126, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x00c6, 0x080c, 0xaed8, 0x001e, 0x0190, 0x611a, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb03e, 0x601f, 0x0001, 0x2d00, 0x6012, 0x080c, 0x2d65, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0028, 0x080c, 0x96aa, 0xa085, 0x0001, 0x012e, 0x00ce, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa006, 0x0cd8, 0xa186, 0x0015, 0x1170, 0x2011, 0xc720, 0x2204,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0074, 0x1140, 0x080c, 0x9fc8, 0x6003, 0x0001, 0x6007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0029, 0x0804, 0x7a7b, 0x2001, 0x0001, 0x080c, 0xb19f, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9c47, 0x0804, 0x967a, 0xa186, 0x0016, 0x1130, 0x2001, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5411, 0x0804, 0x97f5, 0xa186, 0x0015, 0x11e0, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc720, 0x2204, 0xa086, 0x0014, 0x11b0, 0x00d6, 0x6018, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5564, 0x00de, 0x080c, 0xa07c, 0x1168, 0x00d6, 0x6018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2068, 0x6890, 0x00de, 0xa005, 0x0130, 0x2001, 0x0006, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5411, 0x0804, 0x97f5, 0x080c, 0x9c47, 0x0804, 0x967a, 0x6848,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0005, 0x0108, 0x0005, 0x6850, 0xc0ad, 0x6852, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x0126, 0x2071, 0xc700, 0x2091, 0x8000, 0x7544, 0xa582,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x0600, 0x7048, 0x2060, 0x6000, 0xa086, 0x0000, 0x0140,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xace0, 0x0018, 0x7058, 0xac02, 0x0eb8, 0x2061, 0xcf00, 0x0ca0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6003, 0x0008, 0x8529, 0x7546, 0xaca8, 0x0018, 0x7058, 0xa502,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1230, 0x754a, 0xa085, 0x0001, 0x012e, 0x00ee, 0x0005, 0x704b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcf00, 0x0cc0, 0xa006, 0x0cc0, 0x00e6, 0x2071, 0xcd8c, 0x7014,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0e4, 0x0160, 0x6013, 0x0000, 0x6003, 0x0001, 0x6007, 0x0050,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7a35, 0x080c, 0x7f27, 0xa085, 0x0001, 0x00ee, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x00f6, 0x2c78, 0x080c, 0x5845, 0x00fe, 0x0120, 0x601c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x000f, 0x0013, 0x00ce, 0x0005, 0xaa1a, 0xaf30, 0xaf33,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xaf36, 0xc1f2, 0xc20d, 0xc210, 0xaa1a, 0xaa1a, 0x080c, 0x1537,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xe000, 0xe000, 0x0005, 0xe000, 0xe000, 0x0005, 0x0000, 0x00f6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2c78, 0x080c, 0x5845, 0x0538, 0x2001, 0xc730, 0x2004, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1520, 0x080c, 0x9626, 0x0508, 0x7818, 0x601a, 0x080c, 0xb03e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x781c, 0xa086, 0x0003, 0x0128, 0x7808, 0x6036, 0x2f00, 0x603a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0020, 0x7808, 0x603a, 0x2f00, 0x6036, 0x602a, 0x601f, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6007, 0x0035, 0x6003, 0x0001, 0x7950, 0x6152, 0x080c, 0x7a35,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7f27, 0x2f60, 0x00fe, 0x0005, 0x2001, 0xc9fd, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x783e, 0x0cc8, 0x0016, 0x00f6, 0x6810, 0x2078, 0x784c, 0xd0e4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0180, 0xc0e4, 0x784e, 0x7847, 0x0000, 0x7863, 0x0000, 0x785f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0xd0cc, 0x0130, 0x7848, 0x00d6, 0x2068, 0x080c, 0x164b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x682c, 0x6032, 0xa08e, 0x0001, 0x0138, 0xa086, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0140, 0xa006, 0x602a, 0x602e, 0x00a0, 0x6820, 0xc0f4, 0xc0d5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6822, 0x6810, 0x2078, 0x787c, 0x6938, 0xa102, 0x7880, 0x6934,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa103, 0x1e78, 0x6834, 0x602a, 0x6838, 0xa084, 0xfffc, 0x683a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x602e, 0x2d00, 0x6036, 0x6808, 0x603a, 0x6918, 0x611a, 0x6950,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6152, 0x601f, 0x0001, 0x6007, 0x0039, 0x6003, 0x0001, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7a35, 0x6803, 0x0002, 0x00fe, 0x001e, 0x0005, 0x00f6, 0x2c78,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5845, 0x1118, 0xa085, 0x0001, 0x0070, 0x6020, 0xd0f4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1150, 0xc0f5, 0x6022, 0x6010, 0x2078, 0x7828, 0x603a, 0x782c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6036, 0x080c, 0x194b, 0xa006, 0x00fe, 0x0005, 0x0006, 0x0016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6004, 0xa08e, 0x0034, 0x01a0, 0xa08e, 0x0035, 0x0188, 0xa08e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0036, 0x0170, 0xa08e, 0x0037, 0x0158, 0xa08e, 0x0038, 0x0140,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa08e, 0x0039, 0x0128, 0xa08e, 0x003a, 0x0110, 0xa08e, 0x003b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x000e, 0x0005, 0x0006, 0x0016, 0x0026, 0x0036, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc9f7, 0x200c, 0x8000, 0x2014, 0x2001, 0x0032, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x790b, 0x2001, 0xc9fb, 0x82ff, 0x1110, 0x2011, 0x0002, 0x2202,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc9f9, 0x200c, 0x8000, 0x2014, 0x2071, 0xc9d4, 0x711a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x721e, 0x2001, 0x0064, 0x080c, 0x790b, 0x2001, 0xc9fc, 0x82ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1110, 0x2011, 0x0002, 0x2202, 0x2009, 0xc9fd, 0xa280, 0x000a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x200a, 0x00ee, 0x003e, 0x002e, 0x001e, 0x000e, 0x0005, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x2001, 0xc9fb, 0x2003, 0x0028, 0x2001, 0xc9fc, 0x2003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0014, 0x2071, 0xc9d4, 0x701b, 0x0000, 0x701f, 0x07d0, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc9fd, 0x2003, 0x001e, 0x00ee, 0x000e, 0x0005, 0x00d6, 0x6054,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa06d, 0x0110, 0x080c, 0x163b, 0x00de, 0x0005, 0x0005, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0126, 0x2091, 0x8000, 0x00c6, 0x080c, 0x9626, 0x001e, 0x0178,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x611a, 0x0ca1, 0x601f, 0x0001, 0x2d00, 0x6012, 0x2009, 0x0033,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x96aa, 0xa085, 0x0001, 0x012e, 0x00ce, 0x0005, 0xa006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0cd8, 0x00d6, 0x00e6, 0x00f6, 0x2071, 0xc700, 0xa186, 0x0015,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1500, 0x7080, 0xa086, 0x0018, 0x11e0, 0x6010, 0x2068, 0x6a3c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd2e4, 0x1160, 0x2c78, 0x080c, 0x8142, 0x01d8, 0x706c, 0x6a50,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa206, 0x1160, 0x7070, 0x6a54, 0xa206, 0x1140, 0x6218, 0xa290,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0028, 0x2214, 0x2009, 0x0000, 0x080c, 0x2da9, 0x080c, 0x97f5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0020, 0x080c, 0x9c47, 0x080c, 0x967a, 0x00fe, 0x00ee, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x7050, 0x6a54, 0xa206, 0x0d48, 0x0c80, 0x00c6, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x8000, 0x00c6, 0x080c, 0x9626, 0x001e, 0x0180, 0x611a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xb03e, 0x601f, 0x0001, 0x2d00, 0x6012, 0x2009, 0x0049,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x96aa, 0xa085, 0x0001, 0x012e, 0x00ce, 0x0005, 0xa006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0cd8, 0x00c6, 0x0126, 0x2091, 0x8000, 0x00c6, 0x080c, 0x9626,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x0180, 0x611a, 0x080c, 0xb03e, 0x601f, 0x0001, 0x2d00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6012, 0x2009, 0x0043, 0x080c, 0x96aa, 0xa085, 0x0001, 0x012e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x0005, 0xa006, 0x0cd8, 0x0016, 0x0026, 0x0036, 0x0046,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0056, 0x0066, 0x00d6, 0x00e6, 0x00f6, 0x2071, 0xc700, 0xa186,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0015, 0x11d8, 0x7180, 0x6010, 0x2068, 0x6814, 0x8003, 0xa106,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x11a0, 0x2099, 0xcd8c, 0x6010, 0x2068, 0x6830, 0x20a8, 0xad80,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000f, 0x20a0, 0x53a3, 0x6804, 0xa005, 0x0110, 0x2068, 0x0ca8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6010, 0x2070, 0x7037, 0x0103, 0x0010, 0x080c, 0x9c47, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x967a, 0x00fe, 0x00ee, 0x00de, 0x006e, 0x005e, 0x004e, 0x003e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002e, 0x001e, 0x0005, 0x00d6, 0x00e6, 0x00f6, 0x2071, 0xc700,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa186, 0x0015, 0x11c0, 0x7080, 0xa086, 0x0004, 0x11a0, 0x6010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa0e8, 0x000f, 0x2c78, 0x080c, 0x8142, 0x01a8, 0x706c, 0x6a08,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa206, 0x1130, 0x7070, 0x6a0c, 0xa206, 0x1110, 0x080c, 0x2d65,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x97f5, 0x0020, 0x080c, 0x9c47, 0x080c, 0x967a, 0x00fe,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x00de, 0x0005, 0x7050, 0x6a0c, 0xa206, 0x0d78, 0x0c80,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x0026, 0x684c, 0xd0ac, 0x0178, 0x6914, 0x6a10, 0x2100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa205, 0x0150, 0x6860, 0xa106, 0x1118, 0x685c, 0xa206, 0x0120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6962, 0x6a5e, 0xa085, 0x0001, 0x002e, 0x001e, 0x0005, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0036, 0x6310, 0x2368, 0x684a, 0x6952, 0xa29e, 0x4000, 0x1188,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x6318, 0x2360, 0x2009, 0x0000, 0x080c, 0x5760, 0x1108,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc185, 0x6000, 0xd0bc, 0x0108, 0xc18d, 0x6a66, 0x696a, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00a0, 0x6a66, 0x3918, 0xa398, 0x0006, 0x231c, 0x6004, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x0110, 0x686b, 0x0004, 0x6b72, 0x00c6, 0x6318, 0x2360,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6004, 0xa084, 0x00ff, 0x686e, 0x00ce, 0x080c, 0x596c, 0x003e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x0005, 0x00c6, 0x0026, 0x0016, 0xa186, 0x0035, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6a34, 0x0008, 0x6a28, 0x080c, 0xac34, 0x01f0, 0x2260, 0x611c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa186, 0x0003, 0x0118, 0xa186, 0x0006, 0x1190, 0x6834, 0xa206,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0140, 0x6838, 0xa206, 0x1160, 0x6108, 0x6834, 0xa106, 0x1140,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0020, 0x6008, 0x6938, 0xa106, 0x1118, 0x6018, 0x6918, 0xa106,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x002e, 0x00ce, 0x0005, 0xa085, 0x0001, 0x0cc8, 0x0026,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0036, 0x0046, 0x00d6, 0x00e6, 0x00f6, 0x6210, 0x2268, 0x6218,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2270, 0x2079, 0xcd80, 0xa096, 0x0000, 0x11a8, 0x7014, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x2009, 0x0000, 0x080c, 0x28fa, 0x2118, 0x831f, 0xa39c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xff00, 0x7838, 0xa084, 0x00ff, 0xa31d, 0x7c3c, 0x2011, 0x8018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x41e1, 0x0080, 0xa096, 0x0001, 0x1148, 0x8dff, 0x0158,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x686b, 0x000d, 0x7838, 0x6876, 0x783c, 0x687a, 0x0020, 0xa096,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x1108, 0x0c98, 0x00fe, 0x00ee, 0x00de, 0x004e, 0x003e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002e, 0x0005, 0x080c, 0x967a, 0x0804, 0x7f27, 0x0066, 0x6000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa0b2, 0x0010, 0x1a0c, 0x1537, 0x0013, 0x006e, 0x0005, 0xb1f7,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb709, 0xb844, 0xb1f7, 0xb1f7, 0xb1f7, 0xb1f7, 0xb1f7, 0xb22f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb8ba, 0xb1f7, 0xb1f7, 0xb1f7, 0xb1f7, 0xb1f7, 0xb1f7, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1537, 0x0066, 0x6000, 0xa0b2, 0x0010, 0x1a0c, 0x1537, 0x0013,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x006e, 0x0005, 0xb212, 0xbd13, 0xb212, 0xb212, 0xb212, 0xb212,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb212, 0xb212, 0xbcd7, 0xbd5b, 0xb212, 0xc335, 0xc365, 0xc335,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc365, 0xb212, 0x080c, 0x1537, 0x0066, 0x6000, 0xa0b2, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1a0c, 0x1537, 0x0013, 0x006e, 0x0005, 0xb22d, 0xb9ee, 0xbaab,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xbad8, 0xbb5c, 0xb22d, 0xbc49, 0xbbf4, 0xb8c5, 0xbcad, 0xbcc2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb22d, 0xb22d, 0xb22d, 0xb22d, 0xb22d, 0x080c, 0x1537, 0xa1b2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0080, 0x1a0c, 0x1537, 0x2100, 0xa1b2, 0x0040, 0x1a04, 0xb604,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0xb279, 0xb434, 0xb279, 0xb279, 0xb279, 0xb43b, 0xb279,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb279, 0xb279, 0xb279, 0xb279, 0xb279, 0xb279, 0xb279, 0xb279,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb279, 0xb279, 0xb279, 0xb279, 0xb279, 0xb279, 0xb279, 0xb279,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb27b, 0xb2e3, 0xb2ee, 0xb32f, 0xb349, 0xb3c7, 0xb425, 0xb279,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb279, 0xb43e, 0xb279, 0xb279, 0xb44c, 0xb452, 0xb279, 0xb279,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb279, 0xb279, 0xb279, 0xb4ca, 0xb279, 0xb279, 0xb4d5, 0xb279,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb279, 0xb4a0, 0xb279, 0xb279, 0xb279, 0xb4e9, 0xb279, 0xb279,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb279, 0xb55f, 0xb279, 0xb279, 0xb279, 0xb279, 0xb279, 0xb279,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb5cc, 0x080c, 0x1537, 0x080c, 0x588d, 0x1140, 0x2001, 0xc734,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xa084, 0x0009, 0xa086, 0x0008, 0x1140, 0x6007, 0x0009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x602b, 0x0009, 0x6013, 0x0000, 0x0804, 0xb42f, 0x080c, 0x580f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x00c6, 0x0036, 0x0026, 0x0016, 0x6218, 0x2270, 0x72a0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x2019, 0x0029, 0x080c, 0x7ba1, 0x0076, 0x2039, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7aaa, 0x2c08, 0x080c, 0xbf28, 0x007e, 0x001e, 0x2e60,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x56c1, 0x001e, 0x002e, 0x003e, 0x00ce, 0x00ee, 0x6618,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x2660, 0x080c, 0x54cc, 0x00ce, 0xa6b0, 0x0001, 0x2634,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa684, 0x00ff, 0xa082, 0x0006, 0x1260, 0x0016, 0x0026, 0x6218,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa290, 0x0028, 0x2214, 0x2c08, 0x080c, 0xc557, 0x002e, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1178, 0x080c, 0xbe6c, 0x1904, 0xb329, 0x080c, 0xbe0c, 0x1120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6007, 0x0008, 0x0804, 0xb42f, 0x6007, 0x0009, 0x0804, 0xb42f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xc049, 0x0128, 0x080c, 0xbe6c, 0x0d78, 0x0804, 0xb329,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6013, 0x1900, 0x0c88, 0x6106, 0x080c, 0xbdbc, 0x6007, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0xb42f, 0x6007, 0x0007, 0x0804, 0xb42f, 0x080c, 0xc399,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0xb602, 0x00d6, 0x6618, 0x2668, 0x6e04, 0xa6b4, 0xff00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8637, 0xa686, 0x0006, 0x0188, 0xa686, 0x0004, 0x0170, 0x6e04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa6b4, 0x00ff, 0xa686, 0x0006, 0x0140, 0xa686, 0x0004, 0x0128,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa686, 0x0005, 0x0110, 0x00de, 0x00e0, 0x080c, 0xbeca, 0x11a0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa686, 0x0006, 0x1150, 0x0026, 0x6218, 0xa290, 0x0028, 0x2214,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0000, 0x080c, 0x2da9, 0x002e, 0x080c, 0x5564, 0x6007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000a, 0x00de, 0x0804, 0xb42f, 0x6007, 0x000b, 0x00de, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb42f, 0x080c, 0x2d65, 0x6007, 0x0001, 0x0804, 0xb42f, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc399, 0x1904, 0xb602, 0x6618, 0x00d6, 0x2668, 0x6e04, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa686, 0x0707, 0x0d70, 0x0026, 0x6218, 0xa290, 0x0028, 0x2214,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0000, 0x080c, 0x2da9, 0x002e, 0x6007, 0x000c, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb42f, 0x080c, 0x588d, 0x1140, 0x2001, 0xc734, 0x2004, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0009, 0xa086, 0x0008, 0x1110, 0x0804, 0xb286, 0x080c, 0x580f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6618, 0xa6b0, 0x0001, 0x2634, 0xa684, 0x00ff, 0xa082, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x06e8, 0x1138, 0x0026, 0x2001, 0x0006, 0x080c, 0x543e, 0x002e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0050, 0xa6b4, 0xff00, 0x8637, 0xa686, 0x0004, 0x0120, 0xa686,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x1904, 0xb329, 0x080c, 0xbed7, 0x1120, 0x6007, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0xb42f, 0x0046, 0x6418, 0xa4a0, 0x0028, 0x2424, 0xa4a4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x8427, 0x0046, 0x080c, 0x2d65, 0x004e, 0x0016, 0xa006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0xc752, 0x210c, 0xd1a4, 0x0158, 0x2009, 0x0029, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc1b8, 0x6018, 0x00d6, 0x2068, 0x6800, 0xc0e5, 0x6802, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x004e, 0x6007, 0x0001, 0x0804, 0xb42f, 0x2001, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x53ff, 0x0156, 0x0016, 0x0026, 0x0036, 0x20a9, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2019, 0xc705, 0x2011, 0xcd90, 0x080c, 0xa114, 0x003e, 0x002e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x015e, 0xa005, 0x0168, 0xa6b4, 0xff00, 0x8637, 0xa682,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x0a04, 0xb329, 0xa682, 0x0007, 0x0a04, 0xb373, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb329, 0x6013, 0x1900, 0x6007, 0x0009, 0x0804, 0xb42f, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x588d, 0x1140, 0x2001, 0xc734, 0x2004, 0xa084, 0x0009, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0008, 0x1110, 0x0804, 0xb286, 0x080c, 0x580f, 0x6618, 0xa6b0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x2634, 0xa684, 0x00ff, 0xa082, 0x0006, 0x06b0, 0xa6b4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xff00, 0x8637, 0xa686, 0x0004, 0x0120, 0xa686, 0x0006, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb329, 0x080c, 0xbeff, 0x1130, 0x080c, 0xbe0c, 0x1118, 0x6007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x04e8, 0x0046, 0x6418, 0xa4a0, 0x0028, 0x2424, 0xa4a4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x8427, 0x0046, 0x080c, 0x2d65, 0x004e, 0x0016, 0xa006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0xc752, 0x210c, 0xd1a4, 0x0158, 0x2009, 0x0029, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc1b8, 0x6018, 0x00d6, 0x2068, 0x6800, 0xc0e5, 0x6802, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x004e, 0x6007, 0x0001, 0x00d0, 0x080c, 0xc049, 0x0140,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa6b4, 0xff00, 0x8637, 0xa686, 0x0006, 0x0958, 0x0804, 0xb329,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6013, 0x1900, 0x6007, 0x0009, 0x0050, 0x080c, 0xc399, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb602, 0x080c, 0xb6a2, 0x1904, 0xb329, 0x6007, 0x0012, 0x6003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x080c, 0x7a7b, 0x0005, 0x6007, 0x0001, 0x6003, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7a7b, 0x0cc0, 0x6007, 0x0005, 0x0cc0, 0x080c, 0xc399,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0xb602, 0x080c, 0xb6a2, 0x1904, 0xb329, 0x6007, 0x0020,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6003, 0x0001, 0x0804, 0x7a7b, 0x6007, 0x0023, 0x6003, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x7a7b, 0x080c, 0xc399, 0x1904, 0xb602, 0x080c, 0xb6a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0xb329, 0x0016, 0x0026, 0x2011, 0xcd91, 0x2214, 0xa286,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xffff, 0x0190, 0x2c08, 0x080c, 0xac34, 0x01e0, 0x2260, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd90, 0x2214, 0x6008, 0xa206, 0x11a8, 0x6018, 0xa190, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2214, 0xa206, 0x01e8, 0x0070, 0x2011, 0xcd90, 0x2214, 0x2c08,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa006, 0x080c, 0xc18a, 0x11a0, 0x2011, 0xcd91, 0x2214, 0xa286,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xffff, 0x01a0, 0x2160, 0x6007, 0x0026, 0x6013, 0x1700, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd89, 0x2214, 0xa296, 0xffff, 0x1160, 0x6007, 0x0025, 0x0048,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x601c, 0xa086, 0x0007, 0x1d70, 0x080c, 0x967a, 0x2160, 0x6007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0025, 0x6003, 0x0001, 0x080c, 0x7a7b, 0x002e, 0x001e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0001, 0x080c, 0x53ff, 0x0156, 0x0016, 0x0026, 0x0036,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x0004, 0x2019, 0xc705, 0x2011, 0xcd96, 0x080c, 0xa114,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x003e, 0x002e, 0x001e, 0x015e, 0x0120, 0x6007, 0x0031, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb42f, 0x080c, 0x9dfc, 0x080c, 0x609a, 0x1158, 0x0006, 0x0026,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0036, 0x080c, 0x60b6, 0x0110, 0x080c, 0x6071, 0x003e, 0x002e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0x0005, 0x6106, 0x080c, 0xb6be, 0x6007, 0x002b, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb42f, 0x6007, 0x002c, 0x0804, 0xb42f, 0x080c, 0xc399, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb602, 0x080c, 0xb6a2, 0x1904, 0xb329, 0x6106, 0x080c, 0xb6c2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1120, 0x6007, 0x002e, 0x0804, 0xb42f, 0x6007, 0x002f, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb42f, 0x00e6, 0x00d6, 0x00c6, 0x6018, 0xa080, 0x0001, 0x200c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa184, 0x00ff, 0xa086, 0x0006, 0x0158, 0xa184, 0xff00, 0x8007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0006, 0x0128, 0x00ce, 0x00de, 0x00ee, 0x0804, 0xb434,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc771, 0x2004, 0xd0e4, 0x0904, 0xb55c, 0x2071, 0xcd8c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7010, 0x6036, 0x7014, 0x603a, 0x7108, 0x720c, 0x2001, 0xc752,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xd0a4, 0x0140, 0x6018, 0x2068, 0x6810, 0xa106, 0x1118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6814, 0xa206, 0x01f8, 0x2001, 0xc752, 0x2004, 0xd0ac, 0x1590,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2069, 0xc700, 0x6870, 0xa206, 0x1568, 0x686c, 0xa106, 0x1550,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7210, 0x080c, 0xac34, 0x0558, 0x080c, 0xc21f, 0x0540, 0x622a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6007, 0x0036, 0x6003, 0x0001, 0x080c, 0x7a35, 0x00ce, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x0005, 0x7214, 0xa286, 0xffff, 0x0150, 0x080c, 0xac34,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x01b0, 0xa280, 0x0002, 0x2004, 0x7110, 0xa106, 0x1180, 0x0c08,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7210, 0x2c08, 0xa085, 0x0001, 0x080c, 0xc18a, 0x2c10, 0x2160,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0130, 0x08b8, 0x6007, 0x0037, 0x6013, 0x1500, 0x08d8, 0x6007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0037, 0x6013, 0x1700, 0x08b0, 0x6007, 0x0012, 0x0898, 0x6018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa080, 0x0001, 0x2004, 0xa084, 0xff00, 0x8007, 0xa086, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1904, 0xb434, 0x00e6, 0x00d6, 0x00c6, 0x2001, 0xc771, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0e4, 0x0904, 0xb5c4, 0x2069, 0xc700, 0x2071, 0xcd8c, 0x7008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6036, 0x720c, 0x623a, 0xa286, 0xffff, 0x1150, 0x7208, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2c08, 0xa085, 0x0001, 0x080c, 0xc18a, 0x2c10, 0x00ce, 0x0588,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xac34, 0x0570, 0x00c6, 0x0026, 0x2260, 0x080c, 0xa944,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002e, 0x00ce, 0x7118, 0xa18c, 0xff00, 0x810f, 0xa186, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0158, 0xa186, 0x0005, 0x0118, 0xa186, 0x0007, 0x1178, 0xa280,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x2004, 0xa005, 0x0150, 0x0056, 0x7510, 0x7614, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc236, 0x005e, 0x00ce, 0x00de, 0x00ee, 0x0005, 0x6007, 0x003b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x602b, 0x0009, 0x6013, 0x2a00, 0x6003, 0x0001, 0x080c, 0x7a35,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0c88, 0x6007, 0x003b, 0x602b, 0x0009, 0x6013, 0x1700, 0x6003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x080c, 0x7a35, 0x0c30, 0x6007, 0x003b, 0x602b, 0x000b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6013, 0x0000, 0x0804, 0xb532, 0x00e6, 0x0026, 0x080c, 0x588d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0558, 0x080c, 0x580f, 0x080c, 0xc414, 0x1520, 0x2071, 0xc700,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x70d0, 0xc085, 0x70d2, 0x00f6, 0x2079, 0x0100, 0x729c, 0xa284,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x706e, 0x78e6, 0xa284, 0xff00, 0x7270, 0xa205, 0x7072,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x78ea, 0x00fe, 0x70db, 0x0000, 0x2001, 0xc752, 0x2004, 0xd0a4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0120, 0x2011, 0xca3f, 0x2013, 0x07d0, 0xd0ac, 0x1128, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2b87, 0x0010, 0x080c, 0xc440, 0x002e, 0x00ee, 0x080c, 0x967a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0xb433, 0x0804, 0x967a, 0x2600, 0x0002, 0xb611, 0xb63c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb648, 0xb611, 0xb611, 0xb613, 0xb628, 0xb611, 0xb611, 0xb611,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb654, 0x080c, 0x1537, 0x080c, 0xc399, 0x1d60, 0x080c, 0xb6a2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1130, 0x6007, 0x0045, 0x6003, 0x0001, 0x0804, 0x7a7b, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d65, 0x6007, 0x0001, 0x6003, 0x0001, 0x080c, 0x7a7b, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x775b, 0x1158, 0x2e00, 0xa080, 0x0010, 0x2004, 0x8007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd084, 0x0110, 0x080c, 0xc449, 0x0804, 0x967a, 0x2009, 0x0046,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xc46f, 0x0804, 0x967a, 0x2009, 0x0041, 0x080c, 0xc46f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6007, 0x0047, 0x6003, 0x0001, 0x080c, 0x7a7b, 0x0804, 0x7f27,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0042, 0x080c, 0xc46f, 0x6007, 0x0047, 0x6003, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7a7b, 0x0804, 0x7f27, 0x0051, 0x0904, 0xb602, 0x6007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x004a, 0x6003, 0x0001, 0x080c, 0x7a7b, 0x0804, 0x7f27, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x2071, 0xc700, 0x7080, 0xa08a, 0x00e1, 0x1678, 0x2069,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd8c, 0x206b, 0x0200, 0x6807, 0x0000, 0x080c, 0x1607, 0x0530,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d00, 0x6012, 0x2099, 0xcd8c, 0x7080, 0x8004, 0x6816, 0xa08a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x0290, 0x6833, 0x001e, 0x20a9, 0x001e, 0xad80, 0x000f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a0, 0x53a3, 0x2d70, 0x080c, 0x1607, 0x0180, 0x2d00, 0x7006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2100, 0x81ff, 0x0140, 0x0c58, 0x6832, 0x20a8, 0xad80, 0x000f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a0, 0x53a3, 0x0000, 0xa085, 0x0001, 0x0048, 0x2071, 0xc700,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7083, 0x0000, 0x6010, 0x2068, 0x080c, 0x164b, 0xa006, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x0005, 0x00d6, 0x0066, 0x6618, 0x2668, 0x6e04, 0xa6b4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xff00, 0x8637, 0xa686, 0x0006, 0x0170, 0xa686, 0x0004, 0x0158,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6e04, 0xa6b4, 0x00ff, 0xa686, 0x0006, 0x0128, 0xa686, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0110, 0xa085, 0x0001, 0x006e, 0x00de, 0x0005, 0x00d6, 0x0449,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x0005, 0x00d6, 0x0491, 0x11f0, 0x680c, 0xa08c, 0xff00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6820, 0xa084, 0x00ff, 0xa115, 0x6212, 0x6824, 0x602a, 0xd1e4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0118, 0x2009, 0x0001, 0x0060, 0xd1ec, 0x0168, 0x6920, 0xa18c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x6824, 0x080c, 0x28fa, 0x1130, 0x2110, 0x2009, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x2da9, 0x0018, 0xa085, 0x0001, 0x0008, 0xa006, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x2069, 0xcd8d, 0x6800, 0xa082, 0x0010, 0x1228, 0x6013,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0xa085, 0x0001, 0x0008, 0xa006, 0x0005, 0x6013, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2069, 0xcd8c, 0x6808, 0xa084, 0xff00, 0xa086, 0x0800, 0x1140,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6800, 0xa084, 0x00ff, 0xa08e, 0x0014, 0x0110, 0xa08e, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x6004, 0xa0b2, 0x0080, 0x1a0c, 0x1537, 0xa1b6, 0x0013,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1130, 0x2008, 0xa1b2, 0x0040, 0x1a04, 0xb817, 0x0092, 0xa1b6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0027, 0x0120, 0xa1b6, 0x0014, 0x190c, 0x1537, 0x2001, 0x0007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x543e, 0x080c, 0x7e4a, 0x080c, 0xae22, 0x080c, 0x7f27,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0xb769, 0xb76b, 0xb769, 0xb769, 0xb769, 0xb76b, 0xb778,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb810, 0xb7cf, 0xb810, 0xb7e2, 0xb810, 0xb778, 0xb810, 0xb808,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb810, 0xb808, 0xb810, 0xb810, 0xb769, 0xb769, 0xb769, 0xb769,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb769, 0xb769, 0xb769, 0xb769, 0xb769, 0xb769, 0xb769, 0xb76b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb769, 0xb810, 0xb769, 0xb769, 0xb810, 0xb769, 0xb80d, 0xb810,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb769, 0xb769, 0xb769, 0xb769, 0xb810, 0xb810, 0xb769, 0xb810,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb810, 0xb769, 0xb773, 0xb769, 0xb769, 0xb769, 0xb769, 0xb80c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb810, 0xb769, 0xb769, 0xb810, 0xb810, 0xb769, 0xb769, 0xb769,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb769, 0x080c, 0x1537, 0x080c, 0x7e4a, 0x6003, 0x0002, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7f27, 0x0804, 0xb816, 0xa006, 0x080c, 0x53ff, 0x0804, 0xb810,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00f6, 0x2079, 0xc751, 0x7804, 0x00fe, 0xd0ac, 0x1904, 0xb810,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa006, 0x080c, 0x53ff, 0x6018, 0xa080, 0x0004, 0x2004, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ff, 0x1140, 0x00f6, 0x2079, 0xc700, 0x7894, 0x8000, 0x7896,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00fe, 0x0418, 0x00c6, 0x6018, 0x2060, 0x6000, 0xd0f4, 0x1178,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6010, 0xa005, 0x0160, 0x0036, 0x0046, 0x63a0, 0x2021, 0x0007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x425b, 0x004e, 0x003e, 0x00ce, 0x0804, 0xb810, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc700, 0x2004, 0xa086, 0x0002, 0x1138, 0x00f6, 0x2079,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc700, 0x7894, 0x8000, 0x7896, 0x00fe, 0x2001, 0x0002, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x5411, 0x080c, 0x7e4a, 0x601f, 0x0001, 0x6003, 0x0001, 0x6007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x080c, 0x7a7b, 0x080c, 0x7f27, 0x00c6, 0x6118, 0x2160,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0001, 0x080c, 0x7097, 0x00ce, 0x0804, 0xb816, 0x6618,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x2668, 0x6e04, 0x00de, 0xa6b4, 0xff00, 0x8637, 0xa686,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x05b0, 0xa686, 0x0004, 0x0598, 0x080c, 0x7735, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x0460, 0x2001, 0xc700, 0x2004, 0xa086, 0x0003, 0x1160,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0036, 0x0046, 0x6018, 0xa080, 0x0028, 0x201c, 0x2021, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x425b, 0x004e, 0x003e, 0x2001, 0x0006, 0x04a9, 0x6618,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x2668, 0x6e04, 0x00de, 0xa6b4, 0xff00, 0x8637, 0xa686,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x0170, 0x2001, 0x0006, 0x0048, 0x2001, 0x0004, 0x0030,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0006, 0x0409, 0x0020, 0x0018, 0x0010, 0x080c, 0x543e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7e4a, 0x080c, 0x967a, 0x080c, 0x7f27, 0x0005, 0x2600,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0xb824, 0xb824, 0xb824, 0xb824, 0xb824, 0xb826, 0xb824,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb826, 0xb824, 0xb824, 0xb826, 0x080c, 0x1537, 0x080c, 0x7e4a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x967a, 0x0804, 0x7f27, 0x0016, 0x00d6, 0x6118, 0x2168,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6900, 0xd184, 0x0170, 0x6104, 0xa18e, 0x000a, 0x1118, 0x699c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd1a4, 0x1100, 0x080c, 0x5411, 0xa006, 0x080c, 0x53ff, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d8a, 0x00de, 0x001e, 0x0005, 0x00d6, 0x6618, 0x2668, 0x6804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0xff00, 0x8007, 0x00de, 0xa0b2, 0x000c, 0x1a0c, 0x1537,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa1b6, 0x0015, 0x1108, 0x002a, 0xa1b6, 0x0016, 0x190c, 0x1537,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0062, 0x9cf8, 0x9cf8, 0x9cf8, 0x9cf8, 0x9cf8, 0x9cf8, 0xb8a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb871, 0x9cf8, 0x9cf8, 0x9cf8, 0x9cf8, 0x9cf8, 0x9cf8, 0x9cf8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9cf8, 0x9cf8, 0x9cf8, 0xb8a9, 0xb8b0, 0x9cf8, 0x9cf8, 0x9cf8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9cf8, 0x00f6, 0x2079, 0xc751, 0x7804, 0xd0ac, 0x11d8, 0x6018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa07d, 0x01c0, 0x7800, 0xd0f4, 0x1118, 0x7810, 0xa005, 0x1190,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa006, 0x080c, 0x53ff, 0x2001, 0x0002, 0x080c, 0x5411, 0x601f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x6003, 0x0001, 0x6007, 0x0002, 0x080c, 0x7a7b, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7f27, 0x00a8, 0x2011, 0xcd83, 0x2204, 0x8211, 0x220c, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x28fa, 0x1168, 0x00c6, 0x080c, 0x54bd, 0x0120, 0x00ce, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x967a, 0x0028, 0x080c, 0x50c3, 0x00ce, 0x080c, 0x967a, 0x00fe,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x6604, 0xa6b6, 0x001e, 0x1110, 0x080c, 0x967a, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x9fc5, 0x1904, 0x967a, 0x6003, 0x0001, 0x6007, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0x7a7b, 0x6004, 0xa08a, 0x0080, 0x1a0c, 0x1537, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7e4a, 0x080c, 0xae22, 0x0804, 0x7f27, 0xa182, 0x0040, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb8db, 0xb8db, 0xb8db, 0xb8db, 0xb8dd, 0xb8db, 0xb8db, 0xb8db,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb8db, 0xb8db, 0xb8db, 0xb8db, 0xb8db, 0xb8db, 0xb8db, 0xb8db,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb8db, 0xb8db, 0xb8db, 0x080c, 0x1537, 0x00d6, 0x00e6, 0x00f6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0156, 0x0046, 0x0026, 0x6218, 0xa280, 0x002f, 0x2004, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0120, 0x2021, 0x0000, 0x080c, 0xc3e5, 0x6106, 0x2071, 0xcd80,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7444, 0xa4a4, 0xff00, 0x0904, 0xb93f, 0xa486, 0x2000, 0x1130,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0001, 0x2011, 0x0200, 0x080c, 0x7202, 0x080c, 0x1624,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x090c, 0x1537, 0x6003, 0x0007, 0x2d00, 0x6837, 0x010d, 0x6803,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x683b, 0x0000, 0x6c5a, 0x2c00, 0x685e, 0x6008, 0x68b2,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6018, 0x2078, 0x78a0, 0x8007, 0x7130, 0x694a, 0x0016, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xff00, 0x6846, 0x684f, 0x0000, 0x6857, 0x0036, 0x080c, 0x596c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0xa486, 0x2000, 0x1130, 0x2019, 0x0017, 0x080c, 0xc133,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0804, 0xb99c, 0xa486, 0x0400, 0x1130, 0x2019, 0x0002, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc0e5, 0x0804, 0xb99c, 0xa486, 0x0200, 0x1110, 0x080c, 0xc0ca,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa486, 0x1000, 0x1110, 0x080c, 0xc118, 0x0804, 0xb99c, 0x2069,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcab5, 0x6a00, 0xd284, 0x0904, 0xb9eb, 0xa284, 0x0300, 0x1904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xb9e5, 0x6804, 0xa005, 0x0904, 0xb9d6, 0x2d78, 0x6003, 0x0007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x1607, 0x0904, 0xb9a3, 0x7800, 0xd08c, 0x1118, 0x7804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8001, 0x7806, 0x6013, 0x0000, 0x6803, 0x0000, 0x6837, 0x0116,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x683b, 0x0000, 0x6008, 0x68b2, 0x2c00, 0x684a, 0x6018, 0x2078,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x78a0, 0x8007, 0x7130, 0x6986, 0x6846, 0x7928, 0x698a, 0x792c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x698e, 0x7930, 0x6992, 0x7934, 0x6996, 0x6853, 0x003d, 0x7244,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa294, 0x0003, 0xa286, 0x0002, 0x1118, 0x684f, 0x0040, 0x0040,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa286, 0x0001, 0x1118, 0x684f, 0x0080, 0x0010, 0x684f, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x000a, 0x2001, 0xcd90, 0xad90, 0x0015, 0x200c, 0x810f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2112, 0x8000, 0x8210, 0x1f04, 0xb98e, 0x200c, 0x6982, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x200c, 0x697e, 0x080c, 0x596c, 0x002e, 0x004e, 0x015e, 0x00fe,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x00de, 0x0005, 0x6013, 0x0100, 0x6003, 0x0001, 0x6007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0041, 0x080c, 0x7a35, 0x080c, 0x7f27, 0x0c70, 0x2069, 0xcd92,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2d04, 0xa084, 0xff00, 0xa086, 0x1200, 0x11a8, 0x2069, 0xcd80,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x686c, 0xa084, 0x00ff, 0x0016, 0x6110, 0xa18c, 0x0700, 0xa10d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6112, 0x001e, 0x6003, 0x0001, 0x6007, 0x0043, 0x080c, 0x7a35,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7f27, 0x0888, 0x6013, 0x0200, 0x6003, 0x0001, 0x6007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0041, 0x080c, 0x7a35, 0x080c, 0x7f27, 0x0830, 0x6013, 0x0300,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x6013, 0x0100, 0x6003, 0x0001, 0x6007, 0x0041, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7a35, 0x080c, 0x7f27, 0x0804, 0xb99c, 0x6013, 0x0500, 0x0c98,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6013, 0x0600, 0x0818, 0x6013, 0x0200, 0x0800, 0xa186, 0x0013,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1170, 0x6004, 0xa08a, 0x0040, 0x0a0c, 0x1537, 0xa08a, 0x0053,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1a0c, 0x1537, 0xa082, 0x0040, 0x2008, 0x0804, 0xba68, 0xa186,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0051, 0x0138, 0xa186, 0x0047, 0x11d8, 0x6004, 0xa086, 0x0041,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0518, 0x2001, 0x0109, 0x2004, 0xd084, 0x01f0, 0x0126, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2800, 0x0006, 0x0016, 0x0026, 0x080c, 0x793f, 0x002e, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0x012e, 0x6000, 0xa086, 0x0002, 0x1170, 0x0804, 0xbaab,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa186, 0x0027, 0x0120, 0xa186, 0x0014, 0x190c, 0x1537, 0x6004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa082, 0x0040, 0x2008, 0x001a, 0x080c, 0x96c5, 0x0005, 0xba42,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xba44, 0xba44, 0xba42, 0xba42, 0xba42, 0xba42, 0xba42, 0xba42,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xba42, 0xba42, 0xba42, 0xba42, 0xba42, 0xba42, 0xba42, 0xba42,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xba42, 0xba42, 0x080c, 0x1537, 0x080c, 0x7e4a, 0x080c, 0x7f27,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0036, 0x00d6, 0x6010, 0xa06d, 0x01c0, 0xad84, 0xf000, 0x01a8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6003, 0x0002, 0x6018, 0x2004, 0xd0bc, 0x1178, 0x2019, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xc167, 0x6013, 0x0000, 0x6014, 0xa005, 0x1120, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc9fc, 0x2004, 0x6016, 0x6003, 0x0007, 0x00de, 0x003e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0xba7c, 0xba99, 0xba85, 0xbaa5, 0xba7c, 0xba7c, 0xba7c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xba7c, 0xba7c, 0xba7c, 0xba7c, 0xba7c, 0xba7c, 0xba7c, 0xba7c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xba7c, 0xba7c, 0xba7c, 0xba7c, 0x080c, 0x1537, 0x6010, 0xa088,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0013, 0x2104, 0xa085, 0x0400, 0x200a, 0x080c, 0x7e4a, 0x6010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa080, 0x0013, 0x2004, 0xd0b4, 0x0138, 0x6003, 0x0007, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0043, 0x080c, 0x96aa, 0x0010, 0x6003, 0x0002, 0x080c, 0x7f27,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x080c, 0x7e4a, 0x080c, 0xc3a0, 0x1120, 0x080c, 0x71db,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x967a, 0x080c, 0x7f27, 0x0005, 0x080c, 0x7e4a, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0041, 0x0804, 0xbbf4, 0xa182, 0x0040, 0x0002, 0xbac1, 0xbac3,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xbac1, 0xbac1, 0xbac1, 0xbac1, 0xbac1, 0xbac4, 0xbac1, 0xbac1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xbac1, 0xbac1, 0xbac1, 0xbac1, 0xbac1, 0xbac1, 0xbac1, 0xbacf,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xbac1, 0x080c, 0x1537, 0x0005, 0x6003, 0x0004, 0x6110, 0x20e1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x3d18, 0x3e20, 0x2c10, 0x080c, 0x1870, 0x0005, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x71db, 0x00de, 0x080c, 0xc403, 0x080c, 0x967a, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa182, 0x0040, 0x0002, 0xbaee, 0xbaee, 0xbaee, 0xbaee, 0xbaee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xbaee, 0xbaee, 0xbaf0, 0xbaee, 0xbaf3, 0xbb2c, 0xbaee, 0xbaee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xbaee, 0xbaee, 0xbb2c, 0xbaee, 0xbaee, 0xbaee, 0x080c, 0x1537,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x96c5, 0x0005, 0x2001, 0xc771, 0x2004, 0xd0e4, 0x0158,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0x0100, 0x2004, 0xa082, 0x0005, 0x0228, 0x2001, 0x011f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0x6036, 0x0010, 0x6037, 0x0000, 0x080c, 0x7edc, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8001, 0x6010, 0x00d6, 0x2068, 0x684c, 0xd0fc, 0x0150, 0xa08c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0003, 0xa18e, 0x0002, 0x0168, 0x2009, 0x0041, 0x00de, 0x0804,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xbbf4, 0x6003, 0x0007, 0x6017, 0x0000, 0x080c, 0x71db, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x080c, 0xc3a0, 0x0110, 0x00de, 0x0005, 0x080c, 0x71db,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x967a, 0x00de, 0x0ca0, 0x0036, 0x080c, 0x7edc, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8001, 0x6010, 0x00d6, 0x2068, 0x6018, 0x2004, 0xd0bc, 0x0188,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x684c, 0xa084, 0x0003, 0xa086, 0x0002, 0x0140, 0x687c, 0x632c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa31a, 0x632e, 0x6880, 0x6328, 0xa31b, 0x632a, 0x6003, 0x0002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0080, 0x2019, 0x0004, 0x080c, 0xc167, 0x6014, 0xa005, 0x1128,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc9fc, 0x2004, 0x8003, 0x6016, 0x6013, 0x0000, 0x6003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0007, 0x00de, 0x003e, 0x0005, 0xa186, 0x0013, 0x1150, 0x6004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0042, 0x190c, 0x1537, 0x080c, 0x7e4a, 0x080c, 0x7f27,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0xa186, 0x0027, 0x0118, 0xa186, 0x0014, 0x1180, 0x6004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0042, 0x190c, 0x1537, 0x2001, 0x0007, 0x080c, 0x543e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7e4a, 0x080c, 0xae22, 0x080c, 0x7f27, 0x0005, 0xa182,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0040, 0x0002, 0xbb95, 0xbb95, 0xbb95, 0xbb95, 0xbb95, 0xbb95,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xbb95, 0xbb97, 0xbba3, 0xbb95, 0xbb95, 0xbb95, 0xbb95, 0xbb95,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xbb95, 0xbb95, 0xbb95, 0xbb95, 0xbb95, 0x080c, 0x1537, 0x0036,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0046, 0x20e1, 0x0005, 0x3d18, 0x3e20, 0x2c10, 0x080c, 0x1870,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x004e, 0x003e, 0x0005, 0x6010, 0x00d6, 0x2068, 0x6810, 0x6a14,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x0046, 0x0056, 0x6c7c, 0xa422, 0x6d80, 0x2200, 0xa52b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x602c, 0xa420, 0x642e, 0x6028, 0xa529, 0x652a, 0x005e, 0x004e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0xa20d, 0x1178, 0x684c, 0xd0fc, 0x0120, 0x2009, 0x0041,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x0490, 0x6003, 0x0007, 0x6017, 0x0000, 0x080c, 0x71db,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x0005, 0x0006, 0x00f6, 0x2c78, 0x080c, 0x5845, 0x00fe,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000e, 0x0120, 0x6003, 0x0002, 0x00de, 0x0005, 0x2009, 0xc70d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x210c, 0xd19c, 0x0118, 0x6003, 0x0007, 0x0010, 0x6003, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0021, 0x080c, 0x71dd, 0x00de, 0x0005, 0xd2fc, 0x0140, 0x8002,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x8212, 0xa291, 0x0000, 0x2009, 0x0009, 0x0010, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0015, 0x6a6a, 0x6866, 0x0005, 0xa182, 0x0040, 0x0208, 0x0062,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa186, 0x0013, 0x0120, 0xa186, 0x0014, 0x190c, 0x1537, 0x6020,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd0dc, 0x090c, 0x1537, 0x0005, 0xbc17, 0xbc1e, 0xbc2a, 0xbc36,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xbc17, 0xbc17, 0xbc17, 0xbc45, 0xbc17, 0xbc19, 0xbc19, 0xbc17,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xbc17, 0xbc17, 0xbc17, 0xbc19, 0xbc17, 0xbc19, 0xbc17, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1537, 0x6020, 0xd0dc, 0x090c, 0x1537, 0x0005, 0x6003, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6106, 0x080c, 0x7a35, 0x0126, 0x2091, 0x8000, 0x080c, 0x7f27,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x0005, 0x6003, 0x0001, 0x6106, 0x080c, 0x7a35, 0x0126,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2091, 0x8000, 0x080c, 0x7f27, 0x012e, 0x0005, 0x6003, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6106, 0x2c10, 0x080c, 0x1fc2, 0x0126, 0x2091, 0x8000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7a98, 0x080c, 0x8001, 0x012e, 0x0005, 0xa016, 0x080c, 0x1870,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0126, 0x2091, 0x8000, 0x0036, 0x00d6, 0xa182, 0x0040,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0023, 0x00de, 0x003e, 0x012e, 0x0005, 0xbc65, 0xbc67, 0xbc79,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xbc94, 0xbc65, 0xbc65, 0xbc65, 0xbca9, 0xbc65, 0xbc65, 0xbc65,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xbc65, 0xbc65, 0xbc65, 0xbc65, 0xbc65, 0x080c, 0x1537, 0x6010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2068, 0x684c, 0xd0fc, 0x01f8, 0xa09c, 0x0003, 0xa39e, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x01d0, 0x6003, 0x0001, 0x6106, 0x080c, 0x7a35, 0x080c, 0x7f27,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0498, 0x6010, 0x2068, 0x684c, 0xd0fc, 0x0168, 0xa09c, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa39e, 0x0003, 0x0140, 0x6003, 0x0001, 0x6106, 0x080c, 0x7a35,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7f27, 0x0408, 0x6013, 0x0000, 0x6017, 0x0000, 0x2019,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x080c, 0xc167, 0x00c0, 0x6010, 0x2068, 0x684c, 0xd0fc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0d90, 0xa09c, 0x0003, 0xa39e, 0x0003, 0x0d68, 0x6003, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6106, 0x2c10, 0x080c, 0x1fc2, 0x080c, 0x7a98, 0x080c, 0x8001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0018, 0xa016, 0x080c, 0x1870, 0x0005, 0x080c, 0x7e4a, 0x6110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x81ff, 0x0158, 0x00d6, 0x2168, 0x080c, 0xc4f8, 0x0036, 0x2019,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0029, 0x080c, 0xc167, 0x003e, 0x00de, 0x080c, 0xae22, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7f27, 0x0005, 0x080c, 0x7edc, 0x6110, 0x81ff, 0x0158, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2168, 0x080c, 0xc4f8, 0x0036, 0x2019, 0x0029, 0x080c, 0xc167,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x003e, 0x00de, 0x080c, 0xae22, 0x080c, 0x8001, 0x0005, 0xa182,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0085, 0x0002, 0xbce3, 0xbce1, 0xbce1, 0xbcef, 0xbce1, 0xbce1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xbce1, 0x080c, 0x1537, 0x6003, 0x000b, 0x6106, 0x080c, 0x7a35,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0126, 0x2091, 0x8000, 0x080c, 0x7f27, 0x012e, 0x0005, 0x0026,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x080c, 0xc399, 0x0118, 0x080c, 0x967a, 0x00c8, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd80, 0x7224, 0x6212, 0x7220, 0x080c, 0xc015, 0x0118, 0x6007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0086, 0x0040, 0x6007, 0x0087, 0x7224, 0xa296, 0xffff, 0x1110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6007, 0x0086, 0x6003, 0x0001, 0x080c, 0x7a35, 0x080c, 0x7f27,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x002e, 0x0005, 0xa186, 0x0013, 0x1160, 0x6004, 0xa08a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0085, 0x0a0c, 0x1537, 0xa08a, 0x008c, 0x1a0c, 0x1537, 0xa082,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0085, 0x00a2, 0xa186, 0x0027, 0x0130, 0xa186, 0x0014, 0x0118,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x96c5, 0x0050, 0x2001, 0x0007, 0x080c, 0x543e, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7e4a, 0x080c, 0xae22, 0x080c, 0x7f27, 0x0005, 0xbd3d, 0xbd3f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xbd3f, 0xbd3d, 0xbd3d, 0xbd3d, 0xbd3d, 0x080c, 0x1537, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7e4a, 0x080c, 0xae22, 0x080c, 0x7f27, 0x0005, 0xa182, 0x0085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0a0c, 0x1537, 0xa182, 0x008c, 0x1a0c, 0x1537, 0xa182, 0x0085,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0xbd58, 0xbd58, 0xbd58, 0xbd5a, 0xbd58, 0xbd58, 0xbd58,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x1537, 0x0005, 0xa186, 0x0013, 0x0148, 0xa186, 0x0014,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0130, 0xa186, 0x0027, 0x0118, 0x080c, 0x96c5, 0x0030, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7e4a, 0x080c, 0xae22, 0x080c, 0x7f27, 0x0005, 0x0036, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc403, 0x603f, 0x0000, 0x2019, 0x000b, 0x0031, 0x601f, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6003, 0x0007, 0x003e, 0x0005, 0x0126, 0x0036, 0x2091, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0086, 0x2c40, 0x0096, 0x2049, 0x0000, 0x080c, 0x906c, 0x009e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x008e, 0x1578, 0x0076, 0x2c38, 0x080c, 0x910b, 0x007e, 0x1548,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6000, 0xa086, 0x0000, 0x0528, 0x601c, 0xa086, 0x0007, 0x0508,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x6000, 0xa086, 0x0004, 0x1150, 0x080c, 0xc403, 0x601f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0007, 0x2001, 0xc9fb, 0x2004, 0x6016, 0x080c, 0x194b, 0x6010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2068, 0x080c, 0xac44, 0x0110, 0x080c, 0xc167, 0x00de, 0x6013,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x080c, 0xc403, 0x601f, 0x0007, 0x2001, 0xc9fb, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6016, 0x003e, 0x012e, 0x0005, 0x00f6, 0x00c6, 0x0036, 0x0156,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2079, 0xcd80, 0x7938, 0x783c, 0x080c, 0x28fa, 0x1904, 0xbe07,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x00c6, 0x080c, 0x54bd, 0x15c0, 0x2011, 0xcd90, 0xac98,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000a, 0x20a9, 0x0004, 0x080c, 0xa114, 0x1578, 0x001e, 0x002e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x0016, 0x2019, 0x0029, 0x080c, 0x91cb, 0x080c, 0x7ba1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0076, 0x2039, 0x0000, 0x080c, 0x7aaa, 0x007e, 0x001e, 0x0076,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2039, 0x0000, 0x080c, 0xbf28, 0x007e, 0x080c, 0x56c1, 0x0026,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6204, 0xa294, 0xff00, 0x8217, 0xa286, 0x0006, 0x0118, 0xa286,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x1118, 0x62a0, 0x080c, 0x2e10, 0x002e, 0x001e, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x50c3, 0x6612, 0x6516, 0xa006, 0x0010, 0x00ce, 0x001e, 0x015e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x003e, 0x00ce, 0x00fe, 0x0005, 0x00c6, 0x00d6, 0x00e6, 0x0016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0xc720, 0x2104, 0xa086, 0x0074, 0x1904, 0xbe61, 0x2069,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd8e, 0x690c, 0xa182, 0x0100, 0x06c0, 0x6908, 0xa184, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x05e8, 0x2001, 0xc9e4, 0x2004, 0xa005, 0x1160, 0x6018, 0x2070,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7010, 0xa084, 0x00ff, 0x0118, 0x7000, 0xd0f4, 0x0118, 0xa184,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0800, 0x0560, 0x6910, 0xa18a, 0x0001, 0x0610, 0x6914, 0x2069,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcdae, 0x6904, 0x81ff, 0x1198, 0x690c, 0xa182, 0x0100, 0x02a8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6908, 0x81ff, 0x1178, 0x6910, 0xa18a, 0x0001, 0x0288, 0x6918,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa18a, 0x0001, 0x0298, 0x00d0, 0x6013, 0x0100, 0x00a0, 0x6013,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0300, 0x0088, 0x6013, 0x0500, 0x0070, 0x6013, 0x0700, 0x0058,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6013, 0x0900, 0x0040, 0x6013, 0x0b00, 0x0028, 0x6013, 0x0f00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0010, 0x6013, 0x2d00, 0xa085, 0x0001, 0x0008, 0xa006, 0x001e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x00de, 0x00ce, 0x0005, 0x00c6, 0x00d6, 0x0026, 0x0036,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0156, 0x6218, 0x2268, 0x6b04, 0xa394, 0x00ff, 0xa286, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0190, 0xa286, 0x0004, 0x0178, 0xa394, 0xff00, 0x8217, 0xa286,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x0148, 0xa286, 0x0004, 0x0130, 0x00c6, 0x2d60, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x54cc, 0x00ce, 0x04c0, 0x2011, 0xcd96, 0xad98, 0x000a, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x080c, 0xa114, 0x1580, 0x2011, 0xcd9a, 0xad98, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x20a9, 0x0004, 0x080c, 0xa114, 0x1538, 0x0046, 0x0016, 0x6aa0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa294, 0x00ff, 0x8227, 0xa006, 0x2009, 0xc752, 0x210c, 0xd1a4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0138, 0x2009, 0x0029, 0x080c, 0xc1b8, 0x6800, 0xc0e5, 0x6802,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2019, 0x0029, 0x080c, 0x7ba1, 0x0076, 0x2039, 0x0000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7aaa, 0x2c08, 0x080c, 0xbf28, 0x007e, 0x2001, 0x0007, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x543e, 0x001e, 0x004e, 0xa006, 0x015e, 0x003e, 0x002e, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x0005, 0x00d6, 0x2069, 0xcd8e, 0x6800, 0xa086, 0x0800,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0118, 0x6013, 0x0000, 0x0008, 0xa006, 0x00de, 0x0005, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00f6, 0x0016, 0x0026, 0x0036, 0x0156, 0x2079, 0xcd8c, 0x7930,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7834, 0x080c, 0x28fa, 0x11a0, 0x080c, 0x54bd, 0x1188, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xcd90, 0xac98, 0x000a, 0x20a9, 0x0004, 0x080c, 0xa114, 0x1140,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0xcd94, 0xac98, 0x0006, 0x20a9, 0x0004, 0x080c, 0xa114,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x015e, 0x003e, 0x002e, 0x001e, 0x00fe, 0x00ce, 0x0005, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x0016, 0x0026, 0x0036, 0x0156, 0x2011, 0xcd83, 0x2204,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8211, 0x220c, 0x080c, 0x28fa, 0x11a0, 0x080c, 0x54bd, 0x1188,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0xcd96, 0xac98, 0x000a, 0x20a9, 0x0004, 0x080c, 0xa114,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1140, 0x2011, 0xcd9a, 0xac98, 0x0006, 0x20a9, 0x0004, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa114, 0x015e, 0x003e, 0x002e, 0x001e, 0x000e, 0x00ce, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x00c6, 0x0086, 0x0076, 0x0066, 0x0056, 0x0046, 0x0026,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0126, 0x2091, 0x8000, 0x2740, 0x2029, 0xca2f, 0x252c, 0x2021,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xca35, 0x2424, 0x2061, 0xcf00, 0x2071, 0xc700, 0x7644, 0x7064,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x81ff, 0x0128, 0x8001, 0xa602, 0x1a04, 0xbfa4, 0x0018, 0xa606,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0xbfa4, 0x2100, 0xac06, 0x0904, 0xbf9b, 0x080c, 0xc1db,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0904, 0xbf9b, 0x671c, 0xa786, 0x0001, 0x0904, 0xbfe7, 0xa786,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x0904, 0xbfe7, 0xa786, 0x0007, 0x05e8, 0x2500, 0xac06,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x05d0, 0x2400, 0xac06, 0x05b8, 0x080c, 0xc1eb, 0x15a0, 0x88ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0118, 0x6050, 0xa906, 0x1578, 0x00d6, 0x6000, 0xa086, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1120, 0x0016, 0x080c, 0x194b, 0x001e, 0xa786, 0x0008, 0x1148,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xae5a, 0x1130, 0x080c, 0x9c47, 0x00de, 0x080c, 0xae22,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d0, 0x6010, 0x2068, 0x080c, 0xac44, 0x0190, 0xa786, 0x0003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1528, 0x6837, 0x0103, 0x6b4a, 0x6847, 0x0000, 0x080c, 0xc4f8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0016, 0x080c, 0xaecf, 0x080c, 0x596c, 0x001e, 0x080c, 0xae16,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00de, 0x080c, 0xae22, 0xace0, 0x0018, 0x2001, 0xc716, 0x2004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xac02, 0x1210, 0x0804, 0xbf3c, 0x012e, 0x002e, 0x004e, 0x005e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x006e, 0x007e, 0x008e, 0x00ce, 0x00ee, 0x0005, 0xa786, 0x0006,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1150, 0xa386, 0x0005, 0x0128, 0x080c, 0xc4f8, 0x080c, 0xc167,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x08f8, 0x00de, 0x0c00, 0xa786, 0x0009, 0x1958, 0x6000, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x1128, 0x00c6, 0x080c, 0x76ee, 0x00ce, 0x00e8, 0x6000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0003, 0x11c8, 0x080c, 0x7edc, 0x00e6, 0x00d6, 0x6110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2168, 0x080c, 0xac44, 0x0140, 0x6018, 0x2070, 0x70b3, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x70b7, 0x0000, 0x080c, 0x596c, 0x00de, 0x00ee, 0x00c6, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x967a, 0x00ce, 0x080c, 0x8001, 0x00de, 0x0804, 0xbf9b, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc1eb, 0x1904, 0xbf9b, 0x81ff, 0x0904, 0xbf9b, 0xa180, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xa086, 0x0018, 0x0138, 0xa180, 0x0001, 0x2004, 0xa086,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002d, 0x1904, 0xbf9b, 0x6000, 0xa086, 0x0002, 0x1904, 0xbf9b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xae4c, 0x0138, 0x080c, 0xae5a, 0x1904, 0xbf9b, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9c47, 0x0038, 0x080c, 0x2d8a, 0x080c, 0xae5a, 0x1110, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x9c47, 0x080c, 0xae22, 0x0804, 0xbf9b, 0x00c6, 0x00e6, 0x0016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2c08, 0x2170, 0xa006, 0x080c, 0xc18a, 0x001e, 0x0120, 0x601c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa084, 0x000f, 0x001b, 0x00ee, 0x00ce, 0x0005, 0xc02e, 0xc02e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc02e, 0xc02e, 0xc02e, 0xc02e, 0xc030, 0xc02e, 0xa006, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0046, 0x0016, 0x7018, 0xa080, 0x0028, 0x2024, 0xa4a4, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8427, 0x2c00, 0x2009, 0x0020, 0x080c, 0xc1b8, 0x001e, 0x004e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0036, 0x2019, 0x0002, 0x080c, 0xbd7c, 0x003e, 0xa085, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x2001, 0x0001, 0x080c, 0x53ff, 0x0156, 0x0016, 0x0026,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0036, 0x20a9, 0x0004, 0x2019, 0xc705, 0x2011, 0xcd96, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa114, 0x003e, 0x002e, 0x001e, 0x015e, 0xa005, 0x0005, 0x00f6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x00c6, 0x0086, 0x0076, 0x0066, 0x0026, 0x0126, 0x2091,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8000, 0x2740, 0x2061, 0xcf00, 0x2079, 0x0001, 0x8fff, 0x0904,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc0bd, 0x2071, 0xc700, 0x7644, 0x7064, 0x8001, 0xa602, 0x1a04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc0bd, 0x88ff, 0x0128, 0x2800, 0xac06, 0x15b0, 0x2079, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xc1db, 0x0588, 0x2400, 0xac06, 0x0570, 0x671c, 0xa786,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0006, 0x1550, 0xa786, 0x0007, 0x0538, 0x88ff, 0x1140, 0x6018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa206, 0x1510, 0x85ff, 0x0118, 0x6050, 0xa106, 0x11e8, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6000, 0xa086, 0x0004, 0x1150, 0x080c, 0xc403, 0x601f, 0x0007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc9fb, 0x2004, 0x6016, 0x080c, 0x194b, 0x6010, 0x2068,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xac44, 0x0120, 0x0046, 0x080c, 0xc167, 0x004e, 0x00de,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xae22, 0x88ff, 0x1198, 0xace0, 0x0018, 0x2001, 0xc716,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xac02, 0x1210, 0x0804, 0xc06e, 0xa006, 0x012e, 0x002e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x006e, 0x007e, 0x008e, 0x00ce, 0x00ee, 0x00fe, 0x0005, 0xa8c5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x0ca0, 0x0076, 0x0056, 0x0086, 0x2041, 0x0000, 0x2029,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x2c20, 0x2019, 0x0002, 0x6218, 0x0096, 0x2049, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x906c, 0x009e, 0x008e, 0x2039, 0x0000, 0x080c, 0x910b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xc05f, 0x005e, 0x007e, 0x0005, 0x0026, 0x0046, 0x0056,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0076, 0x00c6, 0x0156, 0x2c20, 0x2128, 0x20a9, 0x007f, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x0016, 0x0036, 0x080c, 0x54bd, 0x11b0, 0x2c10, 0x0056,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0086, 0x2041, 0x0000, 0x2508, 0x2029, 0x0001, 0x0096, 0x2049,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x080c, 0x906c, 0x009e, 0x008e, 0x2039, 0x0000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x910b, 0x080c, 0xc05f, 0x005e, 0x003e, 0x001e, 0x8108, 0x1f04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc0f1, 0x015e, 0x00ce, 0x007e, 0x005e, 0x004e, 0x002e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0076, 0x0056, 0x6218, 0x0086, 0x2041, 0x0000, 0x2029, 0x0001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2019, 0x0048, 0x0096, 0x2049, 0x0000, 0x080c, 0x906c, 0x009e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x008e, 0x2039, 0x0000, 0x080c, 0x910b, 0x2c20, 0x080c, 0xc05f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x005e, 0x007e, 0x0005, 0x0026, 0x0046, 0x0056, 0x0076, 0x00c6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0156, 0x2c20, 0x20a9, 0x007f, 0x2009, 0x0000, 0x0016, 0x0036,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x54bd, 0x11c0, 0x2c10, 0x0086, 0x2041, 0x0000, 0x2828,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0046, 0x2021, 0x0001, 0x080c, 0xc3e5, 0x004e, 0x0096, 0x2049,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x080c, 0x906c, 0x009e, 0x008e, 0x2039, 0x0000, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x910b, 0x080c, 0xc05f, 0x003e, 0x001e, 0x8108, 0x1f04, 0xc13e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x015e, 0x00ce, 0x007e, 0x005e, 0x004e, 0x002e, 0x0005, 0x0016,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00f6, 0x3800, 0xd08c, 0x0130, 0xad82, 0x1000, 0x02c0, 0xad82,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc700, 0x0240, 0x2001, 0xc717, 0x2004, 0xad02, 0x0280, 0xad82,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xffff, 0x1268, 0x6800, 0xa07d, 0x0138, 0x6803, 0x0000, 0x6b52,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x596c, 0x2f68, 0x0cb0, 0x6b52, 0x080c, 0x596c, 0x00fe,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x0005, 0x00e6, 0x0046, 0x0036, 0x2061, 0xcf00, 0xa005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1138, 0x2071, 0xc700, 0x7444, 0x7064, 0x8001, 0xa402, 0x12d8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2100, 0xac06, 0x0168, 0x6000, 0xa086, 0x0000, 0x0148, 0x6008,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa206, 0x1130, 0x6018, 0xa1a0, 0x0006, 0x2424, 0xa406, 0x0140,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xace0, 0x0018, 0x2001, 0xc716, 0x2004, 0xac02, 0x1220, 0x0c40,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x0001, 0x0008, 0xa006, 0x003e, 0x004e, 0x00ee, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x0006, 0x080c, 0x1624, 0x000e, 0x090c, 0x1537, 0x6837,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x010d, 0x685e, 0x0026, 0x2010, 0x080c, 0xac34, 0xa006, 0x0120,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2200, 0xa080, 0x0014, 0x2004, 0x002e, 0x684a, 0x6956, 0x6c46,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x684f, 0x0000, 0xa006, 0x68b2, 0x6802, 0x683a, 0x685a, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x596c, 0x00de, 0x0005, 0x6700, 0xa786, 0x0000, 0x0158, 0xa786,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x0140, 0xa786, 0x000a, 0x0128, 0xa786, 0x0009, 0x0110,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa085, 0x0001, 0x0005, 0x00e6, 0x6018, 0x2070, 0x70a0, 0xa206,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x0005, 0x0016, 0x6004, 0xa08e, 0x001e, 0x11a0, 0x8007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6130, 0xa18c, 0x00ff, 0xa105, 0x6032, 0x6007, 0x0085, 0x6003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000b, 0x601f, 0x0005, 0x2001, 0xc9fc, 0x2004, 0x6016, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7a35, 0x080c, 0x7f27, 0x001e, 0x0005, 0xe000, 0xe000, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6020, 0xd0e4, 0x0158, 0xd0cc, 0x0118, 0x080c, 0xaf37, 0x0030,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xc403, 0x080c, 0x71db, 0x080c, 0x967a, 0x0005, 0xa280,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0007, 0x2004, 0xa084, 0x000f, 0x0002, 0xc22e, 0xc22e, 0xc22e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc233, 0xc22e, 0xc230, 0xc230, 0xc22e, 0xc230, 0xa006, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x2260, 0x00ce, 0xa085, 0x0001, 0x0005, 0xa280, 0x0007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xa084, 0x000f, 0x0002, 0xc245, 0xc245, 0xc245, 0xc245,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc245, 0xc245, 0xc250, 0xc245, 0xc245, 0x6007, 0x003b, 0x602b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0009, 0x6013, 0x2a00, 0x6003, 0x0001, 0x080c, 0x7a35, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x2260, 0x080c, 0xc403, 0x603f, 0x0000, 0x6020, 0xc0f4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc0cc, 0x6022, 0x6037, 0x0000, 0x00ce, 0x00d6, 0x2268, 0xa186,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0007, 0x1904, 0xc2ab, 0x6810, 0xa005, 0x0138, 0xa080, 0x0013,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2004, 0xd0fc, 0x1110, 0x00de, 0x08c0, 0x6007, 0x003a, 0x6003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x080c, 0x7a35, 0x080c, 0x7f27, 0x00c6, 0x2d60, 0x6100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa186, 0x0002, 0x1904, 0xc332, 0x6010, 0xa005, 0x1138, 0x6000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0007, 0x190c, 0x1537, 0x0804, 0xc332, 0xa08c, 0xf000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1130, 0x0028, 0x2068, 0x6800, 0xa005, 0x1de0, 0x2d00, 0xa080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0013, 0x2004, 0xa084, 0x0003, 0xa086, 0x0002, 0x1180, 0x6010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2068, 0x684c, 0xc0dc, 0xc0f4, 0x684e, 0x6850, 0xc0f4, 0xc0fc,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6852, 0x2009, 0x0043, 0x080c, 0xbbf4, 0x0804, 0xc332, 0x2009,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0041, 0x0804, 0xc32c, 0xa186, 0x0005, 0x15f0, 0x6810, 0xa080,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0013, 0x2004, 0xd0bc, 0x1118, 0x00de, 0x0804, 0xc245, 0xd0b4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0128, 0xd0fc, 0x090c, 0x1537, 0x0804, 0xc263, 0x6007, 0x003a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6003, 0x0001, 0x080c, 0x7a35, 0x080c, 0x7f27, 0x00c6, 0x2d60,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6100, 0xa186, 0x0002, 0x0120, 0xa186, 0x0004, 0x1904, 0xc332,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xca69, 0x7000, 0xa086, 0x0003, 0x1128, 0x7004, 0xac06,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1110, 0x7003, 0x0000, 0x6810, 0xa080, 0x0013, 0x200c, 0xc1f4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc1dc, 0x2102, 0x8000, 0x200c, 0xc1f4, 0xc1fc, 0xc1bc, 0x2102,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0x0042, 0x0804, 0xc32c, 0x0036, 0x00d6, 0x00d6, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1624, 0x003e, 0x090c, 0x1537, 0x6837, 0x010d, 0x6803, 0x0000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x683b, 0x0000, 0x685b, 0x0000, 0x6b5e, 0x6857, 0x0045, 0x2c00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6862, 0x6034, 0x6872, 0x2360, 0x6020, 0xc0dd, 0x6022, 0x6018,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa080, 0x0028, 0x2004, 0xa084, 0x00ff, 0x8007, 0x6350, 0x6b4a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6846, 0x684f, 0x0000, 0x6d6a, 0x6e66, 0x686f, 0x0001, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x596c, 0x2019, 0x0045, 0x6008, 0x2068, 0x080c, 0xbd7c, 0x2d00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x600a, 0x601f, 0x0006, 0x6003, 0x0007, 0x6017, 0x0000, 0x603f,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0000, 0x00de, 0x003e, 0x0038, 0x603f, 0x0000, 0x6003, 0x0007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xbbf4, 0x00ce, 0x00de, 0x0005, 0xa186, 0x0013, 0x1128,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6004, 0xa082, 0x0085, 0x2008, 0x00c2, 0xa186, 0x0027, 0x1178,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x7e4a, 0x0036, 0x00d6, 0x6010, 0x2068, 0x2019, 0x0004,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0xc167, 0x00de, 0x003e, 0x080c, 0x7f27, 0x0005, 0xa186,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0014, 0x0d70, 0x080c, 0x96c5, 0x0005, 0xc35e, 0xc35c, 0xc35c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc35c, 0xc35c, 0xc35c, 0xc35e, 0x080c, 0x1537, 0x080c, 0x7e4a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6003, 0x000c, 0x080c, 0x7f27, 0x0005, 0xa182, 0x008c, 0x1220,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa182, 0x0085, 0x0208, 0x001a, 0x080c, 0x96c5, 0x0005, 0xc376,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc376, 0xc376, 0xc376, 0xc378, 0xc396, 0xc376, 0x080c, 0x1537,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00d6, 0x2c68, 0x080c, 0x9626, 0x01a0, 0x6003, 0x0001, 0x6007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x2009, 0xcd8e, 0x210c, 0x6136, 0x2009, 0xcd8f, 0x210c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x613a, 0x600b, 0xffff, 0x6918, 0x611a, 0x601f, 0x0004, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7a35, 0x2d60, 0x080c, 0x967a, 0x00de, 0x0005, 0x080c, 0x967a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00e6, 0x6018, 0x2070, 0x7000, 0xd0ec, 0x00ee, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6010, 0xa08c, 0xf000, 0x0904, 0xc3e4, 0xa080, 0x0013, 0x200c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xd1ec, 0x05d0, 0x2001, 0xc771, 0x2004, 0xd0ec, 0x05a8, 0x6003,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0002, 0x6020, 0xc0e5, 0x6022, 0xd1ac, 0x0180, 0x00f6, 0x2c78,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x5841, 0x00fe, 0x0150, 0x2001, 0xc9fd, 0x2004, 0x603e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2009, 0xc771, 0x210c, 0xd1f4, 0x11e8, 0x0080, 0x2009, 0xc771,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x210c, 0xd1f4, 0x0128, 0x6020, 0xc0e4, 0x6022, 0xa006, 0x00a0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2001, 0xc9fd, 0x200c, 0x8103, 0xa100, 0x603e, 0x6018, 0xa088,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x002f, 0x2104, 0xa005, 0x0118, 0xa088, 0x0003, 0x0cd0, 0x2c0a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x600f, 0x0000, 0xa085, 0x0001, 0x0005, 0x0016, 0x00c6, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6150, 0xa2f0, 0x002f, 0x2e04, 0x2060, 0x8cff, 0x0180, 0x84ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1118, 0x6050, 0xa106, 0x1138, 0x600c, 0x2072, 0x080c, 0x71db,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x080c, 0x967a, 0x0010, 0xacf0, 0x0003, 0x2e64, 0x0c70, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ce, 0x001e, 0x0005, 0x00d6, 0x6018, 0xa0e8, 0x002f, 0x2d04,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa005, 0x0140, 0xac06, 0x0120, 0x2d04, 0xa0e8, 0x0003, 0x0cb8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x600c, 0x206a, 0x00de, 0x0005, 0x0026, 0x0036, 0x0156, 0x2011,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc727, 0x2204, 0xa084, 0x00ff, 0x2019, 0xcd8e, 0x2334, 0xa636,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x11d8, 0x8318, 0x2334, 0x2204, 0xa084, 0xff00, 0xa636, 0x11a0,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2011, 0xcd90, 0x6018, 0xa098, 0x000a, 0x20a9, 0x0004, 0x080c,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa114, 0x1150, 0x2011, 0xcd94, 0x6018, 0xa098, 0x0006, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0004, 0x080c, 0xa114, 0x1100, 0x015e, 0x003e, 0x002e, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x2071, 0xc700, 0x080c, 0x507e, 0x080c, 0x2b87, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x00d6, 0x080c, 0x1607, 0x0500, 0x2d10, 0xa290, 0x000d,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2013, 0x0134, 0x8210, 0x2013, 0x0000, 0x8210, 0x703c, 0x2012,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x8210, 0x7038, 0x2012, 0x8210, 0x2218, 0x7048, 0x2012, 0x8210,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x704c, 0x2012, 0x8210, 0x7050, 0x2012, 0x8210, 0x7054, 0x2012,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2300, 0x080c, 0x3ff6, 0x080c, 0x596c, 0x00de, 0x0005, 0x00d6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0026, 0x080c, 0x1624, 0x090c, 0x1537, 0xad90, 0x000e, 0x20a9,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x000c, 0x22a0, 0xa016, 0x42a4, 0xa186, 0x0046, 0x1118, 0x6837,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0136, 0x0038, 0x6837, 0x0138, 0xa186, 0x0041, 0x0110, 0x684b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x7038, 0xa084, 0xff00, 0x7240, 0xa294, 0xff00, 0x8007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa215, 0x6a6a, 0xa186, 0x0046, 0x1168, 0x7038, 0xa084, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x723c, 0xa294, 0xff00, 0xa215, 0x6a6e, 0x723c, 0xa294, 0x00ff,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6a72, 0x0060, 0x7040, 0xa084, 0x00ff, 0x7244, 0xa294, 0xff00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa215, 0x6a6e, 0x7244, 0xa294, 0x00ff, 0x6a72, 0xa186, 0x0046,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1118, 0xae90, 0x0012, 0x0010, 0xae90, 0x001a, 0x2204, 0x8007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6876, 0x8210, 0x2204, 0x8007, 0x687a, 0x8210, 0x2204, 0x8007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x687e, 0x8210, 0x2204, 0x8007, 0x6882, 0x8210, 0xa186, 0x0046,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1118, 0xae90, 0x0016, 0x0010, 0xae90, 0x001e, 0x2204, 0x8007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x6886, 0x8210, 0x2204, 0x8007, 0x688a, 0x8210, 0x2204, 0x8007,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x688e, 0x8210, 0x2204, 0x8007, 0x6892, 0x8210, 0xa186, 0x0046,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1118, 0xae90, 0x0022, 0x0010, 0xae90, 0x002a, 0x00d6, 0xade8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0025, 0x20a9, 0x0008, 0x2204, 0x8007, 0x206a, 0x8210, 0x8d68,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1f04, 0xc4eb, 0x00de, 0x002e, 0x080c, 0x596c, 0x00de, 0x0005,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00e6, 0x6018, 0x2070, 0x7000, 0xd0fc, 0x0108, 0x0011, 0x00ee,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x6850, 0xc0e5, 0x6852, 0x0005, 0x00e6, 0x00c6, 0x0076,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0066, 0x0056, 0x0046, 0x0026, 0x0016, 0x0126, 0x2091, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2029, 0xca2f, 0x252c, 0x2021, 0xca35, 0x2424, 0x2061, 0xcf00,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xc700, 0x7644, 0x7064, 0xa606, 0x0578, 0x671c, 0xa786,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0001, 0x0118, 0xa786, 0x0008, 0x1500, 0x2500, 0xac06, 0x01e8,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2400, 0xac06, 0x01d0, 0x080c, 0xc1db, 0x01b8, 0x080c, 0xc1eb,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x11a0, 0x6000, 0xa086, 0x0004, 0x1120, 0x0016, 0x080c, 0x194b,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x001e, 0x080c, 0xae4c, 0x1110, 0x080c, 0x2d8a, 0x080c, 0xae5a,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x1110, 0x080c, 0x9c47, 0x080c, 0xae22, 0xace0, 0x0018, 0x2001,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc716, 0x2004, 0xac02, 0x1208, 0x0858, 0x012e, 0x001e, 0x002e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x004e, 0x005e, 0x006e, 0x007e, 0x00ce, 0x00ee, 0x0005, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00c6, 0x00b6, 0x0046, 0x2061, 0xcf00, 0x2071, 0xc700, 0x7444,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x7064, 0x8001, 0xa402, 0x12c0, 0x2100, 0xac06, 0x0150, 0x6000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xa086, 0x0000, 0x0130, 0x6018, 0xa080, 0x0028, 0x2004, 0xa206,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0140, 0xace0, 0x0018, 0x2001, 0xc600, 0x2004, 0xac02, 0x1220,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0c58, 0xa085, 0x0001, 0x0008, 0xa006, 0x004e, 0x00be, 0x00ce,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x00ee, 0x0005, 0x0126, 0x0006, 0x00e6, 0x0016, 0x2091, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xc740, 0xd5a4, 0x0118, 0x7034, 0x8000, 0x7036, 0xd5b4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0118, 0x7030, 0x8000, 0x7032, 0xd5ac, 0x0178, 0x2500, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0007, 0xa08e, 0x0003, 0x0148, 0xa08e, 0x0004, 0x0130, 0xa08e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0118, 0x2071, 0xc74a, 0x04c9, 0x001e, 0x00ee, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x0005, 0x0126, 0x0006, 0x00e6, 0x0016, 0x2091, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xc740, 0xd5a4, 0x0118, 0x7034, 0x8000, 0x7036, 0xd5b4,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0118, 0x7030, 0x8000, 0x7032, 0xd5ac, 0x0178, 0x2500, 0xa084,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0007, 0xa08e, 0x0003, 0x0148, 0xa08e, 0x0004, 0x0130, 0xa08e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0005, 0x0118, 0x2071, 0xc74a, 0x0089, 0x001e, 0x00ee, 0x000e,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x012e, 0x0005, 0x0126, 0x0006, 0x00e6, 0x2091, 0x8000, 0x2071,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0xc742, 0x0021, 0x00ee, 0x000e, 0x012e, 0x0005, 0x2e04, 0x8000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2072, 0x1220, 0x8e70, 0x2e04, 0x8000, 0x2072, 0x0005, 0x00e6,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2071, 0xc740, 0x0c99, 0x00ee, 0x0005, 0x00e6, 0x2071, 0xc744,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0c69, 0x00ee, 0x0005, 0x0001, 0x0002, 0x0004, 0x0008, 0x0010,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x0020, 0x0040, 0x0080, 0x0100, 0x0200, 0x0400, 0x0800, 0x1000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte 0x2000, 0x4000, 0x8000, 0x5656
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte};
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#ifdef UNIQUE_FW_NAME
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteunsigned short qlc_fw2200cs2_length01 = 0xb604;
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#else
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteunsigned short risc_code_length01 = 0xb604;
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#endif
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte/*
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * Common Solaris kernel module linkage code added at the end of
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte * each QLogic ql_fw_*.c to form the solaris qlc_fw_*.c file.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte */
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#include <sys/modctl.h>
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Fortestatic struct modlmisc modlmisc = {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte &mod_miscops, "SunFC Qlogic FCA-FW " FW_VERSION_STRING
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte};
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Fortestatic struct modlinkage modlinkage = {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte MODREV_1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte (void *)&modlmisc
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte};
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteint
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte_init()
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte{
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte return (mod_install(&modlinkage));
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte}
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteint
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte_fini()
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte{
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte return (mod_remove(&modlinkage));
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte}
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteint
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte_info(struct modinfo *mip)
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte{
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte return (mod_info(&modlinkage, mip));
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte}