user interface reworked
authorOliver Maurhart <oliver.maurhart@ait.ac.at>
Mon, 31 Mar 2014 12:37:59 +0200
changeset 1001b0068ef8404
parent 94 fa16c1c12393
child 101 eaac6b62d2e3
user interface reworked
OpenSecurity/bin/about.py
OpenSecurity/bin/create-cert-and-iso.sh
OpenSecurity/bin/credentials.py
OpenSecurity/bin/download_initial_image.sh
OpenSecurity/bin/initial_vm.sh
OpenSecurity/bin/launch.pyw
OpenSecurity/bin/notification.py
OpenSecurity/bin/opensecurity_dialog.py
OpenSecurity/bin/opensecurity_service.pyw
OpenSecurity/bin/opensecurity_tray.pyw
OpenSecurity/bin/os-admind.bat
OpenSecurity/bin/os-clientd.bat
OpenSecurity/bin/os-tray.bat
OpenSecurity/bin/password.py
OpenSecurity/bin/ui/AboutDialog.ui
OpenSecurity/bin/ui/ConfigureDialog.ui
OpenSecurity/bin/ui/CredentialsDialog.ui
OpenSecurity/bin/ui/Makefile
OpenSecurity/bin/ui/about.py
OpenSecurity/bin/ui/about_dialog.py
OpenSecurity/bin/ui/about_dialog.pyw
OpenSecurity/bin/ui/configure_dialog.py
OpenSecurity/bin/ui/configure_dialog.pyw
OpenSecurity/bin/ui/credentials.py
OpenSecurity/bin/ui/credentials_dialog.py
OpenSecurity/bin/ui/credentials_dialog.pyw
OpenSecurity/bin/ui/gfx/ait_logo.jpg
OpenSecurity/bin/ui/gfx/ait_logo_no_claim.png
OpenSecurity/bin/ui/gfx/bmvit_logo.jpg
OpenSecurity/bin/ui/gfx/ffg_logo.jpg
OpenSecurity/bin/ui/gfx/ikarus_logo.jpg
OpenSecurity/bin/ui/gfx/kiras_logo.jpg
OpenSecurity/bin/ui/gfx/linz_logo.jpg
OpenSecurity/bin/ui/gfx/liqua_logo.jpg
OpenSecurity/bin/ui/gfx/opensecurity.ico
OpenSecurity/bin/ui/gfx/opensecurity_icon_64.png
OpenSecurity/bin/ui/gfx/opensecurity_logo.jpg
OpenSecurity/bin/ui/gfx/x-net_logo.jpg
OpenSecurity/bin/ui/launch.pyw
OpenSecurity/bin/ui/notification.py
OpenSecurity/bin/ui/opensecurity.qrc
OpenSecurity/bin/ui/opensecurity_dialog.py
OpenSecurity/bin/ui/opensecurity_rc.py
OpenSecurity/bin/ui/opensecurity_tray.pyw
OpenSecurity/bin/ui/password.py
OpenSecurity/bin/ui/ui_AboutDialog.py
OpenSecurity/bin/ui/ui_ConfigureDialog.py
OpenSecurity/bin/ui/ui_CredentialsDialog.py
OpenSecurity/gfx/ait_logo.jpg
OpenSecurity/gfx/ait_logo_no_claim.png
OpenSecurity/gfx/bmvit_logo.jpg
OpenSecurity/gfx/ffg_logo.jpg
OpenSecurity/gfx/ikarus_logo.jpg
OpenSecurity/gfx/kiras_logo.jpg
OpenSecurity/gfx/linz_logo.jpg
OpenSecurity/gfx/liqua_logo.jpg
OpenSecurity/gfx/opensecurity.ico
OpenSecurity/gfx/opensecurity_icon_64.png
OpenSecurity/gfx/opensecurity_logo.jpg
OpenSecurity/gfx/x-net_logo.jpg
     1.1 --- a/OpenSecurity/bin/about.py	Tue Mar 18 14:22:10 2014 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,152 +0,0 @@
     1.4 -#!/bin/env python
     1.5 -# -*- coding: utf-8 -*-
     1.6 -
     1.7 -# ------------------------------------------------------------
     1.8 -# about-dialog
     1.9 -# 
    1.10 -# tell the user about the project
    1.11 -#
    1.12 -# Autor: Oliver Maurhart, <oliver.maurhart@ait.ac.at>
    1.13 -#
    1.14 -# Copyright (C) 2013 AIT Austrian Institute of Technology
    1.15 -# AIT Austrian Institute of Technology GmbH
    1.16 -# Donau-City-Strasse 1 | 1220 Vienna | Austria
    1.17 -# http://www.ait.ac.at
    1.18 -#
    1.19 -# This program is free software; you can redistribute it and/or
    1.20 -# modify it under the terms of the GNU General Public License
    1.21 -# as published by the Free Software Foundation version 2.
    1.22 -# 
    1.23 -# This program is distributed in the hope that it will be useful,
    1.24 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.25 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.26 -# GNU General Public License for more details.
    1.27 -# 
    1.28 -# You should have received a copy of the GNU General Public License
    1.29 -# along with this program; if not, write to the Free Software
    1.30 -# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
    1.31 -# Boston, MA  02110-1301, USA.
    1.32 -# ------------------------------------------------------------
    1.33 -
    1.34 -
    1.35 -# ------------------------------------------------------------
    1.36 -# imports
    1.37 -
    1.38 -import os
    1.39 -
    1.40 -from PyQt4 import QtCore
    1.41 -from PyQt4 import QtGui
    1.42 -
    1.43 -# local
    1.44 -from environment import Environment
    1.45 -
    1.46 -
    1.47 -# ------------------------------------------------------------
    1.48 -# vars
    1.49 -
    1.50 -
    1.51 -ABOUT_TEXT = """
    1.52 -<html>
    1.53 -
    1.54 -<style type="text/css">
    1.55 -    .header { margin-bottom: 24px; }
    1.56 -    .about_text { margin-bottom: 100px; margin-left: 64px; margin-right: 64px; }
    1.57 -    .logo { vertical-align: top; margin-bottom: 24px; }
    1.58 -    .footer { margin-top: 100px; }
    1.59 -</style>
    1.60 -
    1.61 -<body bgcolor="#FFFFFF">
    1.62 -<div align="center">
    1.63 -
    1.64 -<h1 class="header">
    1.65 -    <a href="http://www.opensecurity.at"><img src="image:opensecurity_logo.jpg"/></a><br/><br/>
    1.66 -    OpenSecurity Demo V0.1
    1.67 -</h1>
    1.68 -
    1.69 -<div class="about_text" align="justify">
    1.70 -    Blah ...<br/>
    1.71 -</div>
    1.72 -
    1.73 -<div class="logo">
    1.74 -    <a href="http://www.ait.ac.at"><img src="image:ait_logo_no_claim.png"/></a>
    1.75 -    <a href="http://www.x-net.at"><img src="image:x-net_logo.jpg"/></a>
    1.76 -    <a href="http://www.ikarussecurity.com"><img src="image:ikarus_logo.jpg"/></a>
    1.77 -</div>
    1.78 -
    1.79 -<div class="logo">
    1.80 -    <a href="http://www.liqua.net"><img src="image:liqua_logo.jpg"/></a>
    1.81 -    <a href="http://www.linz.at"><img src="image:linz_logo.jpg"/></a>
    1.82 -    <a href="http://www.bmvit.gv.at"><img src="image:bmvit_logo.jpg"/></a>
    1.83 -</div>
    1.84 -
    1.85 -<div class="logo">
    1.86 -    <a href="http://www.ffg.at"><img src="image:ffg_logo.jpg"/></a>
    1.87 -    <a href="http://www.kiras.at"><img src="image:kiras_logo.jpg"/></a>
    1.88 -</div>
    1.89 -
    1.90 -<div class="footer" align="left">
    1.91 -    Copyright (C) 2013, AIT Austrian Institute of Technology<br/>
    1.92 -    AIT Austrian Institute of Technology GmbH<br/>
    1.93 -    Donau-City-Strasse 1 | 1220 Vienna | Austria<br/>
    1.94 -    <a href="http://www.ait.ac.at">http://www.ait.ac.at</a>
    1.95 -</div>
    1.96 -
    1.97 -</div>
    1.98 -</body>
    1.99 -</html>
   1.100 -""";
   1.101 -
   1.102 -
   1.103 -# ------------------------------------------------------------
   1.104 -# code
   1.105 -
   1.106 -
   1.107 -class About(QtGui.QDialog):
   1.108 -    
   1.109 -    """Show some about stuff."""
   1.110 -    
   1.111 -    def __init__(self, parent = None, flags = QtCore.Qt.WindowFlags(0)):
   1.112 -        
   1.113 -        # super call and widget init
   1.114 -        super(About, self).__init__(parent, flags)
   1.115 -        
   1.116 -        # setup image search path
   1.117 -        QtCore.QDir.setSearchPaths("image", QtCore.QStringList(os.path.join(Environment('opensecurity').data_path, 'gfx')));
   1.118 -        
   1.119 -        self.setWindowTitle('About OpenSecurity ...')
   1.120 -        self.setup_ui()
   1.121 -        
   1.122 -
   1.123 -    def setup_ui(self):
   1.124 -        
   1.125 -        """Create the widgets."""
   1.126 -        
   1.127 -        lyMain = QtGui.QVBoxLayout(self)
   1.128 -        lyMain.setContentsMargins(8, 8, 8, 8)
   1.129 -        
   1.130 -        lbAbout = QtGui.QLabel()
   1.131 -        lbAbout.setStyleSheet("QWidget { background: white; color: black; };")
   1.132 -        lbAbout.setText(ABOUT_TEXT)
   1.133 -        lbAbout.setContentsMargins(12, 12, 12, 12)
   1.134 -        
   1.135 -        scAbout = QtGui.QScrollArea()
   1.136 -        scAbout.setWidget(lbAbout)
   1.137 -        scAbout.viewport().setStyleSheet("QWidget { background: white; color: black; };")
   1.138 -        lyMain.addWidget(scAbout)
   1.139 -        
   1.140 -        # buttons
   1.141 -        lyButton = QtGui.QHBoxLayout()
   1.142 -        lyMain.addLayout(lyButton)
   1.143 -        
   1.144 -        lyButton.addStretch(1)
   1.145 -        btnOk = QtGui.QPushButton('&Ok', self)
   1.146 -        btnOk.setMinimumWidth(100)
   1.147 -        lyButton.addWidget(btnOk)
   1.148 -        
   1.149 -        # connectors
   1.150 -        btnOk.clicked.connect(self.accept)
   1.151 -        
   1.152 -        # reduce to the max
   1.153 -        self.setMinimumSize(600, 400)
   1.154 -        self.resize(lyMain.minimumSize())
   1.155 -
     2.1 --- a/OpenSecurity/bin/credentials.py	Tue Mar 18 14:22:10 2014 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,160 +0,0 @@
     2.4 -#!/bin/env python
     2.5 -# -*- coding: utf-8 -*-
     2.6 -
     2.7 -# ------------------------------------------------------------
     2.8 -# credentials-dialog
     2.9 -# 
    2.10 -# ask the user credentials
    2.11 -#
    2.12 -# Autor: Oliver Maurhart, <oliver.maurhart@ait.ac.at>
    2.13 -#
    2.14 -# Copyright (C) 2013 AIT Austrian Institute of Technology
    2.15 -# AIT Austrian Institute of Technology GmbH
    2.16 -# Donau-City-Strasse 1 | 1220 Vienna | Austria
    2.17 -# http://www.ait.ac.at
    2.18 -#
    2.19 -# This program is free software; you can redistribute it and/or
    2.20 -# modify it under the terms of the GNU General Public License
    2.21 -# as published by the Free Software Foundation version 2.
    2.22 -# 
    2.23 -# This program is distributed in the hope that it will be useful,
    2.24 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
    2.25 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    2.26 -# GNU General Public License for more details.
    2.27 -# 
    2.28 -# You should have received a copy of the GNU General Public License
    2.29 -# along with this program; if not, write to the Free Software
    2.30 -# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
    2.31 -# Boston, MA  02110-1301, USA.
    2.32 -# ------------------------------------------------------------
    2.33 -
    2.34 -
    2.35 -# ------------------------------------------------------------
    2.36 -# imports
    2.37 -
    2.38 -import sys
    2.39 -
    2.40 -from PyQt4 import QtCore
    2.41 -from PyQt4 import QtGui
    2.42 -
    2.43 -# local
    2.44 -from about import About
    2.45 -
    2.46 -# ------------------------------------------------------------
    2.47 -# code
    2.48 -
    2.49 -
    2.50 -class Credentials(QtGui.QDialog):
    2.51 -    
    2.52 -    """Ask the user for credentials."""
    2.53 -    
    2.54 -    def __init__(self, text, parent = None, flags = QtCore.Qt.WindowFlags(0)):
    2.55 -        
    2.56 -        super(Credentials, self).__init__(parent, flags)
    2.57 -        self.setWindowTitle('OpenSecuirty Credentials Request')
    2.58 -        self.setup_ui()
    2.59 -        
    2.60 -        # positionate ourself central
    2.61 -        screen = QtGui.QDesktopWidget().screenGeometry()
    2.62 -        self.resize(self.geometry().width() * 1.25, self.geometry().height())
    2.63 -        size = self.geometry()
    2.64 -        self.move((screen.width() - size.width()) / 2, (screen.height() - size.height()) / 2)
    2.65 -        
    2.66 -        # fix up text
    2.67 -        self.lbText.setText(text)
    2.68 -        
    2.69 -
    2.70 -    def clicked_about(self):
    2.71 -        """clicked the about button"""
    2.72 -        dlgAbout = About()
    2.73 -        dlgAbout.exec_()
    2.74 -    
    2.75 -
    2.76 -    def clicked_cancel(self):
    2.77 -        """clicked the cancel button"""
    2.78 -        self.reject()
    2.79 -    
    2.80 -
    2.81 -    def clicked_ok(self):
    2.82 -        """clicked the ok button"""
    2.83 -        sys.stdout.write('{ ')
    2.84 -        sys.stdout.write('\'user\': \'')
    2.85 -        sys.stdout.write(self.edUser.text())
    2.86 -        sys.stdout.write('\', ')
    2.87 -        sys.stdout.write('\'password\': \'')
    2.88 -        sys.stdout.write(self.edPassword.text())
    2.89 -        sys.stdout.write('\' ')
    2.90 -        sys.stdout.write('}\n')
    2.91 -        self.accept()
    2.92 -    
    2.93 -
    2.94 -    def setup_ui(self):
    2.95 -        
    2.96 -        """Create the widgets."""
    2.97 -        
    2.98 -        lyMain = QtGui.QVBoxLayout(self)
    2.99 -        lyMain.setContentsMargins(8, 8, 8, 8)
   2.100 -        
   2.101 -        # content area: left pixmap, right text
   2.102 -        lyContent = QtGui.QHBoxLayout()
   2.103 -        lyMain.addLayout(lyContent)
   2.104 -        
   2.105 -        # pixmap
   2.106 -        lbPix = QtGui.QLabel()
   2.107 -        lbPix.setPixmap(QtGui.QPixmapCache.find('opensecurity_icon_64'))
   2.108 -        lyContent.addWidget(lbPix, 0, QtCore.Qt.Alignment(QtCore.Qt.AlignTop + QtCore.Qt.AlignHCenter))
   2.109 -        lyContent.addSpacing(16)
   2.110 -        
   2.111 -        # text ...
   2.112 -        lyText = QtGui.QGridLayout()
   2.113 -        lyContent.addLayout(lyText, 1)
   2.114 -        self.lbText = QtGui.QLabel()
   2.115 -        lyText.addWidget(self.lbText, 0, 0, 1, 2)
   2.116 -        
   2.117 -        lbUser = QtGui.QLabel('&User:')
   2.118 -        lyText.addWidget(lbUser, 1, 0)
   2.119 -        self.edUser = QtGui.QLineEdit()
   2.120 -        lyText.addWidget(self.edUser, 1, 1)
   2.121 -        lbUser.setBuddy(self.edUser)
   2.122 -        
   2.123 -        lbPassword = QtGui.QLabel('&Password:')
   2.124 -        lyText.addWidget(lbPassword, 2, 0)
   2.125 -        self.edPassword = QtGui.QLineEdit()
   2.126 -        self.edPassword.setEchoMode(QtGui.QLineEdit.Password)
   2.127 -        lyText.addWidget(self.edPassword, 2, 1)
   2.128 -        lbPassword.setBuddy(self.edPassword)
   2.129 -        
   2.130 -        lyText.addWidget(QtGui.QWidget(), 3, 0, 1, 2)
   2.131 -        lyText.setColumnStretch(1, 1)
   2.132 -        lyText.setRowStretch(3, 1)
   2.133 -        
   2.134 -        lyMain.addStretch(1)
   2.135 -        
   2.136 -        # buttons
   2.137 -        lyButton = QtGui.QHBoxLayout()
   2.138 -        lyMain.addLayout(lyButton)
   2.139 -        
   2.140 -        lyButton.addStretch(1)
   2.141 -        btnOk = QtGui.QPushButton('&Ok', self)
   2.142 -        btnOk.setDefault(True)
   2.143 -        btnOk.setMinimumWidth(100)
   2.144 -        lyButton.addWidget(btnOk)
   2.145 -        btnCancel = QtGui.QPushButton('&Cancel', self)
   2.146 -        btnCancel.setMinimumWidth(100)
   2.147 -        lyButton.addWidget(btnCancel)
   2.148 -        btnAbout = QtGui.QPushButton('&About', self)
   2.149 -        btnAbout.setMinimumWidth(100)
   2.150 -        lyButton.addWidget(btnAbout)
   2.151 -        
   2.152 -        button_width = max(btnOk.width(), btnCancel.width(), btnAbout.width())
   2.153 -        btnOk.setMinimumWidth(button_width)
   2.154 -        btnCancel.setMinimumWidth(button_width)
   2.155 -        btnAbout.setMinimumWidth(button_width)
   2.156 -        
   2.157 -        # reduce to the max
   2.158 -        self.resize(lyMain.minimumSize())
   2.159 -        
   2.160 -        # connectors
   2.161 -        btnOk.clicked.connect(self.clicked_ok)
   2.162 -        btnCancel.clicked.connect(self.clicked_cancel)
   2.163 -        btnAbout.clicked.connect(self.clicked_about)
     3.1 --- a/OpenSecurity/bin/launch.pyw	Tue Mar 18 14:22:10 2014 +0100
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,257 +0,0 @@
     3.4 -#!/bin/env python
     3.5 -# -*- coding: utf-8 -*-
     3.6 -
     3.7 -# ------------------------------------------------------------
     3.8 -# opensecurity-launcher
     3.9 -# 
    3.10 -# launches an application inside a VM
    3.11 -#
    3.12 -# Autor: Oliver Maurhart, <oliver.maurhart@ait.ac.at>
    3.13 -#
    3.14 -# Copyright (C) 2013 AIT Austrian Institute of Technology
    3.15 -# AIT Austrian Institute of Technology GmbH
    3.16 -# Donau-City-Strasse 1 | 1220 Vienna | Austria
    3.17 -# http://www.ait.ac.at
    3.18 -#
    3.19 -# This program is free software; you can redistribute it and/or
    3.20 -# modify it under the terms of the GNU General Public License
    3.21 -# as published by the Free Software Foundation version 2.
    3.22 -# 
    3.23 -# This program is distributed in the hope that it will be useful,
    3.24 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
    3.25 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    3.26 -# GNU General Public License for more details.
    3.27 -# 
    3.28 -# You should have received a copy of the GNU General Public License
    3.29 -# along with this program; if not, write to the Free Software
    3.30 -# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
    3.31 -# Boston, MA  02110-1301, USA.
    3.32 -# ------------------------------------------------------------
    3.33 -
    3.34 -
    3.35 -# ------------------------------------------------------------
    3.36 -# imports
    3.37 -
    3.38 -import argparse
    3.39 -import os
    3.40 -import subprocess
    3.41 -import sys
    3.42 -import urllib2
    3.43 -
    3.44 -from PyQt4 import QtCore
    3.45 -from PyQt4 import QtGui
    3.46 -
    3.47 -# local
    3.48 -from about import About
    3.49 -from cygwin import Cygwin
    3.50 -from environment import Environment
    3.51 -
    3.52 -
    3.53 -# ------------------------------------------------------------
    3.54 -# code
    3.55 -
    3.56 -
    3.57 -class Chooser(QtGui.QDialog, object):
    3.58 -    
    3.59 -    """Ask the user what to launch."""
    3.60 -    
    3.61 -    def __init__(self, parent = None, flags = QtCore.Qt.WindowFlags(0)):
    3.62 -    
    3.63 -        super(Chooser, self).__init__(parent, flags)
    3.64 -        self.setWindowTitle('OpenSecuirty Launch Application')
    3.65 -        self.setup_ui()
    3.66 -        
    3.67 -        # positionate ourself central
    3.68 -        screen = QtGui.QDesktopWidget().screenGeometry()
    3.69 -        self.resize(self.geometry().width() * 1.25, self.geometry().height())
    3.70 -        size = self.geometry()
    3.71 -        self.move((screen.width() - size.width()) / 2, (screen.height() - size.height()) / 2)
    3.72 -        
    3.73 -        # TODO: THIS HERE IS HARD CODED
    3.74 -        self._vms = [ { 'name': 'SecurityDVM0' } ]
    3.75 -        self._apps = [ { 'name': 'Browser', 'command': '/usr/bin/iceweasel' } ]
    3.76 -        
    3.77 -        # add the VMs we know
    3.78 -        self._cbVM.clear()
    3.79 -        for vm in self._vms:
    3.80 -            self._cbVM.addItem(vm['name'])
    3.81 -            
    3.82 -        # add the commands we know
    3.83 -        self._cbApplication.clear()
    3.84 -        for app in self._apps:
    3.85 -            self._cbApplication.addItem(app['name'])
    3.86 -        
    3.87 -        
    3.88 -        
    3.89 -    def app_get(self):
    3.90 -        """The application of the user."""
    3.91 -        a = str(self._cbApplication.currentText())
    3.92 -        for app in self._apps:
    3.93 -            if a == app['name']:
    3.94 -                return app['command']
    3.95 -        return a
    3.96 -        
    3.97 -    app = property(app_get)
    3.98 -        
    3.99 -
   3.100 -    def clicked_about(self):
   3.101 -        """clicked the about button"""
   3.102 -        dlgAbout = About()
   3.103 -        dlgAbout.exec_()
   3.104 -
   3.105 -
   3.106 -    def clicked_cancel(self):
   3.107 -        """clicked the cancel button"""
   3.108 -        self.reject()
   3.109 -    
   3.110 -
   3.111 -    def clicked_ok(self):
   3.112 -        """clicked the ok button"""
   3.113 -        self.accept()
   3.114 -    
   3.115 -    
   3.116 -    def setup_ui(self):
   3.117 -        """Create the widgets."""
   3.118 -        
   3.119 -        lyMain = QtGui.QVBoxLayout(self)
   3.120 -        lyMain.setContentsMargins(8, 8, 8, 8)
   3.121 -        
   3.122 -        # content area: left pixmap, right text
   3.123 -        lyContent = QtGui.QHBoxLayout()
   3.124 -        lyMain.addLayout(lyContent)
   3.125 -        
   3.126 -        # pixmap
   3.127 -        lbPix = QtGui.QLabel()
   3.128 -        lbPix.setPixmap(QtGui.QPixmapCache.find('opensecurity_icon_64'))
   3.129 -        lyContent.addWidget(lbPix, 0, QtCore.Qt.Alignment(QtCore.Qt.AlignTop + QtCore.Qt.AlignHCenter))
   3.130 -        lyContent.addSpacing(16)
   3.131 -        
   3.132 -        # launch ...
   3.133 -        lyLaunch = QtGui.QGridLayout()
   3.134 -        lyContent.addLayout(lyLaunch)
   3.135 -        lbTitle = QtGui.QLabel('Specify details for application to launch.')
   3.136 -        lyLaunch.addWidget(lbTitle, 0, 0, 1, 2)
   3.137 -        
   3.138 -        lbVM = QtGui.QLabel('&VM-ID:')
   3.139 -        lyLaunch.addWidget(lbVM, 1, 0)
   3.140 -        self._cbVM = QtGui.QComboBox()
   3.141 -        self._cbVM.setEditable(True)
   3.142 -        self._cbVM.setInsertPolicy(QtGui.QComboBox.InsertAlphabetically)
   3.143 -        lyLaunch.addWidget(self._cbVM, 1, 1)
   3.144 -        lbVM.setBuddy(self._cbVM)
   3.145 -        
   3.146 -        lbApplication = QtGui.QLabel('&Application:')
   3.147 -        lyLaunch.addWidget(lbApplication, 2, 0)
   3.148 -        self._cbApplication = QtGui.QComboBox()
   3.149 -        self._cbApplication.setEditable(True)
   3.150 -        self._cbApplication.setInsertPolicy(QtGui.QComboBox.InsertAlphabetically)
   3.151 -        lyLaunch.addWidget(self._cbApplication, 2, 1)
   3.152 -        lbApplication.setBuddy(self._cbApplication)
   3.153 -        
   3.154 -        lyLaunch.addWidget(QtGui.QWidget(), 3, 0, 1, 2)
   3.155 -        lyLaunch.setColumnStretch(1, 1)
   3.156 -        lyLaunch.setRowStretch(3, 1)
   3.157 -        
   3.158 -        lyMain.addStretch(1)
   3.159 -        
   3.160 -        # buttons
   3.161 -        lyButton = QtGui.QHBoxLayout()
   3.162 -        lyMain.addLayout(lyButton)
   3.163 -        
   3.164 -        lyButton.addStretch(1)
   3.165 -        btnOk = QtGui.QPushButton('&Ok', self)
   3.166 -        btnOk.setDefault(True)
   3.167 -        btnOk.setMinimumWidth(100)
   3.168 -        lyButton.addWidget(btnOk)
   3.169 -        btnCancel = QtGui.QPushButton('&Cancel', self)
   3.170 -        btnCancel.setMinimumWidth(100)
   3.171 -        lyButton.addWidget(btnCancel)
   3.172 -        btnAbout = QtGui.QPushButton('&About', self)
   3.173 -        btnAbout.setMinimumWidth(100)
   3.174 -        lyButton.addWidget(btnAbout)
   3.175 -        
   3.176 -        button_width = max(btnOk.width(), btnCancel.width(), btnAbout.width())
   3.177 -        btnOk.setMinimumWidth(button_width)
   3.178 -        btnCancel.setMinimumWidth(button_width)
   3.179 -        btnAbout.setMinimumWidth(button_width)
   3.180 -        
   3.181 -        # reduce to the max
   3.182 -        self.resize(lyMain.minimumSize())
   3.183 -        
   3.184 -        # connectors
   3.185 -        btnOk.clicked.connect(self.clicked_ok)
   3.186 -        btnCancel.clicked.connect(self.clicked_cancel)
   3.187 -        btnAbout.clicked.connect(self.clicked_about)
   3.188 -
   3.189 -        
   3.190 -    def vm_get(self):
   3.191 -        """The vm of choice."""
   3.192 -        return str(self._cbVM.currentText())
   3.193 -        
   3.194 -    vm = property(vm_get)
   3.195 -        
   3.196 -        
   3.197 -def ask_user():
   3.198 -    """ask the user for VM and app to start"""
   3.199 -    
   3.200 -    # prebuild the pixmap cache: fetch all jpg, png and jpeg images and load them
   3.201 -    image_path = os.path.join(Environment("OpenSecurity").data_path, 'gfx')
   3.202 -    for file in os.listdir(image_path):
   3.203 -        if file.lower().rpartition('.')[2] in ('jpg', 'png', 'jpeg'):
   3.204 -            QtGui.QPixmapCache.insert(file.lower().rpartition('.')[0], QtGui.QPixmap(os.path.join(image_path, file)))
   3.205 -            
   3.206 -    # we should have now our application icon
   3.207 -    app.setWindowIcon(QtGui.QIcon(QtGui.QPixmapCache.find('opensecurity_icon_64')))
   3.208 -    
   3.209 -    # pop up the dialog
   3.210 -    dlg = Chooser()
   3.211 -    dlg.show()
   3.212 -    app.exec_()
   3.213 -    
   3.214 -    if dlg.result() == QtGui.QDialog.Accepted:
   3.215 -        return dlg.vm, dlg.app
   3.216 -
   3.217 -    return '', ''
   3.218 -    
   3.219 -
   3.220 -def main():
   3.221 -    """entry point"""
   3.222 -    
   3.223 -    # launch Qt
   3.224 -    global app
   3.225 -    app = QtGui.QApplication(sys.argv)
   3.226 -    
   3.227 -    # parse command line
   3.228 -    parser = argparse.ArgumentParser(description = 'OpenSecurity Launcher: run application in VM')
   3.229 -    parser.add_argument('vm', metavar='VM', help='Name of Virtual Machine', nargs='?', type=str, default='')
   3.230 -    parser.add_argument('command', metavar='COMMAND', help='Full path of command and arguments to start inside VM', nargs='?', type=str, default='')
   3.231 -    args = parser.parse_args()
   3.232 -    
   3.233 -    # we must have all set
   3.234 -    if args.vm == "" or args.command == '':
   3.235 -        print('VM and/or COMMAND missing - invoking user dialog')
   3.236 -        args.vm, args.command = ask_user()
   3.237 -        
   3.238 -    # still no VM? --> no chance, over and out!
   3.239 -    if args.vm == '':
   3.240 -        sys.exit(0)
   3.241 -        
   3.242 -    # ensure we have our X11 running
   3.243 -    Cygwin.start_X11()
   3.244 -
   3.245 -    # call the OpenSecurity Admin to launch our progie =)
   3.246 -    # TODO: hard coded PORT
   3.247 -    url = 'http://127.0.0.1:8080/sdvms/' + args.vm + '/application' + args.command
   3.248 -    print('Calling ' + url)
   3.249 -    try:
   3.250 -        result = urllib2.urlopen(url, None, 5)
   3.251 -    except urllib2.HTTPError as e:
   3.252 -        # Error, Fail, ... :(
   3.253 -        msg = 'Error received from OpenSecurity Subsystem\nError code: ' + str(e.code) + '\nReason: ' + e.reason
   3.254 -        QtGui.QMessageBox.critical(None, 'OpenSecurity Error', msg)
   3.255 -    
   3.256 -    
   3.257 -# start
   3.258 -if __name__ == "__main__":
   3.259 -    main()
   3.260 -
     4.1 --- a/OpenSecurity/bin/notification.py	Tue Mar 18 14:22:10 2014 +0100
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,151 +0,0 @@
     4.4 -#!/bin/env python
     4.5 -# -*- coding: utf-8 -*-
     4.6 -
     4.7 -# ------------------------------------------------------------
     4.8 -# notification-dialog
     4.9 -# 
    4.10 -# show the user an opensecurity specific message box
    4.11 -#
    4.12 -# Autor: Oliver Maurhart, <oliver.maurhart@ait.ac.at>
    4.13 -#
    4.14 -# Copyright (C) 2013 AIT Austrian Institute of Technology
    4.15 -# AIT Austrian Institute of Technology GmbH
    4.16 -# Donau-City-Strasse 1 | 1220 Vienna | Austria
    4.17 -# http://www.ait.ac.at
    4.18 -#
    4.19 -# This program is free software; you can redistribute it and/or
    4.20 -# modify it under the terms of the GNU General Public License
    4.21 -# as published by the Free Software Foundation version 2.
    4.22 -# 
    4.23 -# This program is distributed in the hope that it will be useful,
    4.24 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
    4.25 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    4.26 -# GNU General Public License for more details.
    4.27 -# 
    4.28 -# You should have received a copy of the GNU General Public License
    4.29 -# along with this program; if not, write to the Free Software
    4.30 -# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
    4.31 -# Boston, MA  02110-1301, USA.
    4.32 -# ------------------------------------------------------------
    4.33 -
    4.34 -
    4.35 -# ------------------------------------------------------------
    4.36 -# imports
    4.37 -
    4.38 -import sys
    4.39 -
    4.40 -from PyQt4 import QtCore
    4.41 -from PyQt4 import QtGui
    4.42 -
    4.43 -# local
    4.44 -from about import About
    4.45 -
    4.46 -
    4.47 -# ------------------------------------------------------------
    4.48 -# code
    4.49 -
    4.50 -class Notification(QtGui.QDialog):
    4.51 -    
    4.52 -    """Show the user an OpenSecurity specific notification."""
    4.53 -    
    4.54 -    TYPES = ['information', 'warning', 'critical']
    4.55 -        
    4.56 -    def __init__(self, msgtype, text, parent = None, flags = QtCore.Qt.WindowFlags(0)):
    4.57 -        
    4.58 -        # super call and widget init
    4.59 -        super(Notification, self).__init__(parent, flags)
    4.60 -        self.setWindowTitle('OpenSecuirty Notification')
    4.61 -        self.setup_ui(msgtype)
    4.62 -        
    4.63 -        # positionate ourself central
    4.64 -        screen = QtGui.QDesktopWidget().screenGeometry()
    4.65 -        self.resize(self.geometry().width() * 1.25, self.geometry().height())
    4.66 -        size = self.geometry()
    4.67 -        self.move((screen.width() - size.width()) / 2, (screen.height() - size.height()) / 2)
    4.68 -        
    4.69 -        # fix up text
    4.70 -        if msgtype in Notification.TYPES:
    4.71 -            
    4.72 -            typetext = { 
    4.73 -                'information': 'OpenSecurity information', 
    4.74 -                'warning': '<b>OpenSecurity warning</b>', 
    4.75 -                'critical': '<b>OpenSecurity critical error</b>'
    4.76 -            }
    4.77 -            self.lbMsgType.setText(typetext[msgtype])
    4.78 -            
    4.79 -            captiontext = { 
    4.80 -                'information': 'OpenSecurity: Information', 
    4.81 -                'warning': 'OpenSecurity: Warning', 
    4.82 -                'critical': 'OpenSecurity: Critical'
    4.83 -            }
    4.84 -            self.setWindowTitle(captiontext[msgtype])
    4.85 -            
    4.86 -        else:
    4.87 -            raise ValueError('unknown msgtype')
    4.88 -        
    4.89 -        self.lbText.setText(text)
    4.90 -        
    4.91 -
    4.92 -    def clicked_about(self):
    4.93 -        """clicked the about button"""
    4.94 -        dlgAbout = About()
    4.95 -        dlgAbout.exec_()
    4.96 -    
    4.97 -
    4.98 -    def clicked_ok(self):
    4.99 -        """clicked the ok button"""
   4.100 -        self.accept()
   4.101 -    
   4.102 -
   4.103 -    def setup_ui(self, msgtype):
   4.104 -        
   4.105 -        """Create the widgets."""
   4.106 -        
   4.107 -        lyMain = QtGui.QVBoxLayout(self)
   4.108 -        lyMain.setContentsMargins(8, 8, 8, 8)
   4.109 -        
   4.110 -        # content area: left pixmap, right text
   4.111 -        lyContent = QtGui.QHBoxLayout()
   4.112 -        lyMain.addLayout(lyContent)
   4.113 -        
   4.114 -        # pixmap
   4.115 -        lbPix = QtGui.QLabel()
   4.116 -        lbPix.setPixmap(QtGui.QPixmapCache.find('opensecurity_icon_64'))
   4.117 -        lyContent.addWidget(lbPix, 0, QtCore.Qt.Alignment(QtCore.Qt.AlignTop + QtCore.Qt.AlignHCenter))
   4.118 -        lyContent.addSpacing(16)
   4.119 -        
   4.120 -        # text ...
   4.121 -        lyText = QtGui.QVBoxLayout()
   4.122 -        lyContent.addLayout(lyText, 1)
   4.123 -        
   4.124 -        self.lbMsgType = QtGui.QLabel()
   4.125 -        lyText.addWidget(self.lbMsgType)
   4.126 -        self.lbText = QtGui.QLabel()
   4.127 -        lyText.addWidget(self.lbText)
   4.128 -        lyText.addStretch(1)
   4.129 -        
   4.130 -        lyMain.addStretch(1)
   4.131 -        
   4.132 -        # buttons
   4.133 -        lyButton = QtGui.QHBoxLayout()
   4.134 -        lyMain.addLayout(lyButton)
   4.135 -        
   4.136 -        lyButton.addStretch(1)
   4.137 -        btnOk = QtGui.QPushButton('&Ok', self)
   4.138 -        btnOk.setDefault(True)
   4.139 -        btnOk.setMinimumWidth(100)
   4.140 -        lyButton.addWidget(btnOk)
   4.141 -        btnAbout = QtGui.QPushButton('&About', self)
   4.142 -        btnAbout.setMinimumWidth(100)
   4.143 -        lyButton.addWidget(btnAbout)
   4.144 -        
   4.145 -        button_width = max(btnOk.width(), btnAbout.width())
   4.146 -        btnOk.setMinimumWidth(button_width)
   4.147 -        btnAbout.setMinimumWidth(button_width)
   4.148 -        
   4.149 -        # reduce to the max
   4.150 -        self.resize(lyMain.minimumSize())
   4.151 -        
   4.152 -        # connectors
   4.153 -        btnOk.clicked.connect(self.clicked_ok)
   4.154 -        btnAbout.clicked.connect(self.clicked_about)
     5.1 --- a/OpenSecurity/bin/opensecurity_dialog.py	Tue Mar 18 14:22:10 2014 +0100
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,106 +0,0 @@
     5.4 -#!/bin/env python
     5.5 -# -*- coding: utf-8 -*-
     5.6 -
     5.7 -# ------------------------------------------------------------
     5.8 -# opensecurity-dialog
     5.9 -# 
    5.10 -# an opensecurity dialog
    5.11 -#
    5.12 -# Autor: Oliver Maurhart, <oliver.maurhart@ait.ac.at>
    5.13 -#
    5.14 -# Copyright (C) 2013 AIT Austrian Institute of Technology
    5.15 -# AIT Austrian Institute of Technology GmbH
    5.16 -# Donau-City-Strasse 1 | 1220 Vienna | Austria
    5.17 -# http://www.ait.ac.at
    5.18 -#
    5.19 -# This program is free software; you can redistribute it and/or
    5.20 -# modify it under the terms of the GNU General Public License
    5.21 -# as published by the Free Software Foundation version 2.
    5.22 -# 
    5.23 -# This program is distributed in the hope that it will be useful,
    5.24 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
    5.25 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    5.26 -# GNU General Public License for more details.
    5.27 -# 
    5.28 -# You should have received a copy of the GNU General Public License
    5.29 -# along with this program; if not, write to the Free Software
    5.30 -# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
    5.31 -# Boston, MA  02110-1301, USA.
    5.32 -# ------------------------------------------------------------
    5.33 -
    5.34 -
    5.35 -# ------------------------------------------------------------
    5.36 -# imports
    5.37 -
    5.38 -import argparse
    5.39 -import os
    5.40 -import sys
    5.41 -
    5.42 -from PyQt4 import QtCore
    5.43 -from PyQt4 import QtGui
    5.44 -
    5.45 -# local
    5.46 -from credentials import Credentials
    5.47 -from environment import Environment
    5.48 -from notification import Notification
    5.49 -from password import Password
    5.50 -
    5.51 -
    5.52 -# ------------------------------------------------------------
    5.53 -# code
    5.54 -
    5.55 -
    5.56 -def main():
    5.57 -    
    5.58 -    # parse command line
    5.59 -    parser = argparse.ArgumentParser(description = 'OpenSecurity Dialog.')
    5.60 -    parser.add_argument('mode', metavar='MODE', help='dialog mode: \'password\', \'credentials\', \'notification-information\', \'notification-warning\' or \'notification-critical\'')
    5.61 -    parser.add_argument('text', metavar='TEXT', help='text to show')
    5.62 -    args = parser.parse_args()
    5.63 -    
    5.64 -    app = QtGui.QApplication(sys.argv)
    5.65 -    
    5.66 -    # prebuild the pixmap cache: fetch all jpg, png and jpeg images and load them
    5.67 -    data_path = Environment("OpenSecurity").data_path
    5.68 -    image_path = os.path.join(data_path, 'gfx')
    5.69 -    for file in os.listdir(image_path):
    5.70 -        if file.lower().rpartition('.')[2] in ('jpg', 'png', 'jpeg'):
    5.71 -            QtGui.QPixmapCache.insert(file.lower().rpartition('.')[0], QtGui.QPixmap(os.path.join(image_path, file)))
    5.72 -            
    5.73 -    # we should have now our application icon
    5.74 -    app.setWindowIcon(QtGui.QIcon(QtGui.QPixmapCache.find('opensecurity_icon_64')))
    5.75 -    
    5.76 -    if args.mode == 'password':
    5.77 -        dlg = Password(args.text)
    5.78 -    
    5.79 -    if args.mode == 'credentials':
    5.80 -        dlg = Credentials(args.text)
    5.81 -    
    5.82 -    if args.mode == 'notification-information':
    5.83 -        dlg = Notification('information', args.text)
    5.84 -    
    5.85 -    if args.mode == 'notification-warning':
    5.86 -        dlg = Notification('warning', args.text)
    5.87 -    
    5.88 -    if args.mode == 'notification-critical':
    5.89 -        dlg = Notification('critical', args.text)
    5.90 -        
    5.91 -    if not 'dlg' in locals():
    5.92 -        raise ValueError('unknown mode. type --help for help')
    5.93 -    
    5.94 -    # pop up the dialog
    5.95 -    dlg.show()
    5.96 -    app.exec_()
    5.97 -    
    5.98 -    # give proper result code
    5.99 -    if dlg.result() == QtGui.QDialog.Accepted:
   5.100 -        res = 0
   5.101 -    else:
   5.102 -        res = 1
   5.103 -    sys.exit(res)
   5.104 -    
   5.105 -
   5.106 -# start
   5.107 -if __name__ == "__main__":
   5.108 -    main()
   5.109 -
     6.1 --- a/OpenSecurity/bin/opensecurity_tray.pyw	Tue Mar 18 14:22:10 2014 +0100
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,182 +0,0 @@
     6.4 -#!/bin/env python
     6.5 -# -*- coding: utf-8 -*-
     6.6 -
     6.7 -# ------------------------------------------------------------
     6.8 -# opensecurity-dialog
     6.9 -# 
    6.10 -# an opensecurity dialog
    6.11 -#
    6.12 -# Autor: Oliver Maurhart, <oliver.maurhart@ait.ac.at>
    6.13 -#
    6.14 -# Copyright (C) 2013 AIT Austrian Institute of Technology
    6.15 -# AIT Austrian Institute of Technology GmbH
    6.16 -# Donau-City-Strasse 1 | 1220 Vienna | Austria
    6.17 -# http://www.ait.ac.at
    6.18 -#
    6.19 -# This program is free software; you can redistribute it and/or
    6.20 -# modify it under the terms of the GNU General Public License
    6.21 -# as published by the Free Software Foundation version 2.
    6.22 -# 
    6.23 -# This program is distributed in the hope that it will be useful,
    6.24 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
    6.25 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    6.26 -# GNU General Public License for more details.
    6.27 -# 
    6.28 -# You should have received a copy of the GNU General Public License
    6.29 -# along with this program; if not, write to the Free Software
    6.30 -# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
    6.31 -# Boston, MA  02110-1301, USA.
    6.32 -# ------------------------------------------------------------
    6.33 -
    6.34 -
    6.35 -# ------------------------------------------------------------
    6.36 -# imports
    6.37 -
    6.38 -import argparse
    6.39 -import os
    6.40 -import subprocess
    6.41 -import sys
    6.42 -import urllib2
    6.43 -
    6.44 -from PyQt4 import QtCore
    6.45 -from PyQt4 import QtGui
    6.46 -
    6.47 -# local
    6.48 -from about import About
    6.49 -from environment import Environment
    6.50 -from cygwin import Cygwin
    6.51 -
    6.52 -# ------------------------------------------------------------
    6.53 -# code
    6.54 -
    6.55 -
    6.56 -class OpenSecurityWait(QtGui.QDialog):
    6.57 -
    6.58 -    """OpenSecurity: please wait ..."""
    6.59 -    
    6.60 -    def __init__(self, parent = None, flags = QtCore.Qt.WindowFlags(0)):
    6.61 -        super(OpenSecurityWait, self).__init__(parent, flags)
    6.62 -        self.setWindowTitle('OpenSecurity')
    6.63 -        self.setup_ui()
    6.64 -        
    6.65 -        
    6.66 -    def setup_ui(self):
    6.67 -        """Create the widgets."""
    6.68 -        
    6.69 -        lyMain = QtGui.QVBoxLayout(self)
    6.70 -        lyMain.setContentsMargins(8, 8, 8, 8)
    6.71 -        
    6.72 -        # content area: left pixmap, right text
    6.73 -        lbTitle = QtGui.QLabel('Creating secure subsystem. Please stand by ...')
    6.74 -        lyMain.addWidget(lbTitle)
    6.75 -        
    6.76 -        self.setMinimumSize(400, 50)
    6.77 -        self.resize(lyMain.minimumSize())
    6.78 -
    6.79 -
    6.80 -class OpenSecurityTrayIcon(QtGui.QSystemTrayIcon):
    6.81 -    
    6.82 -    """This is the OpenSecuirty Tray Icon"""
    6.83 -
    6.84 -    def __init__(self, icon, parent=None):
    6.85 -        
    6.86 -        super(OpenSecurityTrayIcon, self).__init__(icon, parent)
    6.87 -        self.setup_ui()
    6.88 -        
    6.89 -        
    6.90 -    def clicked_about(self):
    6.91 -        """clicked about"""
    6.92 -        dlgAbout = About()
    6.93 -        dlgAbout.exec_()
    6.94 -    
    6.95 -
    6.96 -    def clicked_browser(self):
    6.97 -        """wish for safe internet browsing"""
    6.98 -        
    6.99 -        # TODO: HARDCODED ADDRESS OF OPENSECURITYD
   6.100 -        
   6.101 -        # tell the user to wait
   6.102 -        dlg = OpenSecurityWait()
   6.103 -        dlg.show()
   6.104 -        QtGui.QApplication.instance().processEvents()
   6.105 -        
   6.106 -        try:
   6.107 -        
   6.108 -            # get a proper browsing VM
   6.109 -            Cygwin.start_X11()
   6.110 -            browsing_vm = urllib2.urlopen('http://127.0.0.1:8080/browsing').readline()
   6.111 -            #dlg_launch_image = os.path.join(sys.path[0], 'launch.pyw')
   6.112 -            #process_command = [sys.executable, dlg_launch_image, browsing_vm, '/usr/bin/iceweasel']
   6.113 -            #process_command = [sys.executable, dlg_launch_image, browsing_vm, '/usr/bin/midori']
   6.114 -            #print(process_command)
   6.115 -            #process = subprocess.Popen(process_command, shell = False)
   6.116 -            
   6.117 -        except:
   6.118 -            dlg.hide()
   6.119 -            QtGui.QApplication.instance().processEvents()
   6.120 -            QtGui.QMessageBox.critical(None, 'Failed to invoke Safe Internet Browsing', 'OpenSecurity Error')
   6.121 -            
   6.122 -        dlg.hide()
   6.123 -        QtGui.QApplication.instance().processEvents()
   6.124 -            
   6.125 -            
   6.126 -    def clicked_exit(self):
   6.127 -        """clicked exit"""
   6.128 -        sys.exit(0)
   6.129 -    
   6.130 -
   6.131 -    def clicked_launch_application(self):
   6.132 -        """clicked the launch an application"""
   6.133 -        dlg_launch_image = os.path.join(sys.path[0], 'launch.pyw')
   6.134 -        process_command = [sys.executable, dlg_launch_image]
   6.135 -        print(process_command)
   6.136 -        process = subprocess.Popen(process_command, shell = False)
   6.137 -            
   6.138 -            
   6.139 -    def setup_ui(self):
   6.140 -        """create the user interface
   6.141 -        As for the system tray this is 'just' the context menu.
   6.142 -        """
   6.143 -    
   6.144 -        # define the tray icon menu
   6.145 -        menu = QtGui.QMenu(self.parent())
   6.146 -        self.setContextMenu(menu)
   6.147 -        
   6.148 -        # add known apps
   6.149 -        cAcBrowser = menu.addAction(QtGui.QIcon(QtGui.QPixmapCache.find('opensecurity_icon_64')), 'Safe Internet Browsing')
   6.150 -        menu.addSeparator()
   6.151 -        
   6.152 -        # add standard menu items
   6.153 -        cAcLaunch = menu.addAction(QtGui.QIcon(QtGui.QPixmapCache.find('opensecurity_icon_64')), 'Lauch Application')
   6.154 -        menu.addSeparator()
   6.155 -        cAcAbout = menu.addAction("About")
   6.156 -        cAcExit = menu.addAction("Exit")
   6.157 -        
   6.158 -        cAcBrowser.triggered.connect(self.clicked_browser)
   6.159 -        cAcLaunch.triggered.connect(self.clicked_launch_application)
   6.160 -        cAcAbout.triggered.connect(self.clicked_about)
   6.161 -        cAcExit.triggered.connect(self.clicked_exit)
   6.162 -        
   6.163 -        
   6.164 -def main():
   6.165 -    
   6.166 -    app = QtGui.QApplication(sys.argv)
   6.167 -
   6.168 -    # prebuild the pixmap cache: fetch all jpg, png and jpeg images and load them
   6.169 -    image_path = os.path.join(Environment("OpenSecurity").data_path, 'gfx')
   6.170 -    for file in os.listdir(image_path):
   6.171 -        if file.lower().rpartition('.')[2] in ('jpg', 'png', 'jpeg'):
   6.172 -            QtGui.QPixmapCache.insert(file.lower().rpartition('.')[0], QtGui.QPixmap(os.path.join(image_path, file)))
   6.173 -
   6.174 -    w = QtGui.QWidget()
   6.175 -    trayIcon = OpenSecurityTrayIcon(QtGui.QIcon(QtGui.QPixmapCache.find('opensecurity_icon_64')), w)
   6.176 -
   6.177 -    trayIcon.show()
   6.178 -    app.setQuitOnLastWindowClosed(False)
   6.179 -    sys.exit(app.exec_())
   6.180 -   
   6.181 -
   6.182 -# start
   6.183 -if __name__ == "__main__":
   6.184 -    main()
   6.185 -
     7.1 --- a/OpenSecurity/bin/password.py	Tue Mar 18 14:22:10 2014 +0100
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,150 +0,0 @@
     7.4 -#!/bin/env python
     7.5 -# -*- coding: utf-8 -*-
     7.6 -
     7.7 -# ------------------------------------------------------------
     7.8 -# password-dialog
     7.9 -# 
    7.10 -# ask the user a password
    7.11 -#
    7.12 -# Autor: Oliver Maurhart, <oliver.maurhart@ait.ac.at>
    7.13 -#
    7.14 -# Copyright (C) 2013 AIT Austrian Institute of Technology
    7.15 -# AIT Austrian Institute of Technology GmbH
    7.16 -# Donau-City-Strasse 1 | 1220 Vienna | Austria
    7.17 -# http://www.ait.ac.at
    7.18 -#
    7.19 -# This program is free software; you can redistribute it and/or
    7.20 -# modify it under the terms of the GNU General Public License
    7.21 -# as published by the Free Software Foundation version 2.
    7.22 -# 
    7.23 -# This program is distributed in the hope that it will be useful,
    7.24 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
    7.25 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    7.26 -# GNU General Public License for more details.
    7.27 -# 
    7.28 -# You should have received a copy of the GNU General Public License
    7.29 -# along with this program; if not, write to the Free Software
    7.30 -# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
    7.31 -# Boston, MA  02110-1301, USA.
    7.32 -# ------------------------------------------------------------
    7.33 -
    7.34 -
    7.35 -# ------------------------------------------------------------
    7.36 -# imports
    7.37 -
    7.38 -import sys
    7.39 -
    7.40 -from PyQt4 import QtCore
    7.41 -from PyQt4 import QtGui
    7.42 -
    7.43 -# local
    7.44 -from about import About
    7.45 -
    7.46 -# ------------------------------------------------------------
    7.47 -# code
    7.48 -
    7.49 -
    7.50 -class Password(QtGui.QDialog):
    7.51 -    
    7.52 -    """Ask the user for a password."""
    7.53 -    
    7.54 -    def __init__(self, text, parent = None, flags = QtCore.Qt.WindowFlags(0)):
    7.55 -        
    7.56 -        # super call and widget init
    7.57 -        super(Password, self).__init__(parent, flags)
    7.58 -        self.setWindowTitle('OpenSecuirty Password Request')
    7.59 -        self.setup_ui()
    7.60 -        
    7.61 -        # positionate ourself central
    7.62 -        screen = QtGui.QDesktopWidget().screenGeometry()
    7.63 -        self.resize(self.geometry().width() * 1.25, self.geometry().height())
    7.64 -        size = self.geometry()
    7.65 -        self.move((screen.width() - size.width()) / 2, (screen.height() - size.height()) / 2)
    7.66 -        
    7.67 -        # fix up text
    7.68 -        self.lbText.setText(text)
    7.69 -        
    7.70 -
    7.71 -    def clicked_about(self):
    7.72 -        """clicked the about button"""
    7.73 -        dlgAbout = About()
    7.74 -        dlgAbout.exec_()
    7.75 -    
    7.76 -
    7.77 -    def clicked_cancel(self):
    7.78 -        """clicked the cancel button"""
    7.79 -        self.reject()
    7.80 -    
    7.81 -
    7.82 -    def clicked_ok(self):
    7.83 -        """clicked the ok button"""
    7.84 -        sys.stdout.write('{ ')
    7.85 -        sys.stdout.write('\'password\': \'')
    7.86 -        sys.stdout.write(self.edPassword.text())
    7.87 -        sys.stdout.write('\' ')
    7.88 -        sys.stdout.write('}\n')
    7.89 -        self.accept()
    7.90 -    
    7.91 -
    7.92 -    def setup_ui(self):
    7.93 -        
    7.94 -        """Create the widgets."""
    7.95 -        
    7.96 -        lyMain = QtGui.QVBoxLayout(self)
    7.97 -        lyMain.setContentsMargins(8, 8, 8, 8)
    7.98 -        
    7.99 -        # content area: left pixmap, right text
   7.100 -        lyContent = QtGui.QHBoxLayout()
   7.101 -        lyMain.addLayout(lyContent)
   7.102 -        
   7.103 -        # pixmap
   7.104 -        lbPix = QtGui.QLabel()
   7.105 -        lbPix.setPixmap(QtGui.QPixmapCache.find('opensecurity_icon_64'))
   7.106 -        lyContent.addWidget(lbPix, 0, QtCore.Qt.Alignment(QtCore.Qt.AlignTop + QtCore.Qt.AlignHCenter))
   7.107 -        lyContent.addSpacing(16)
   7.108 -        
   7.109 -        # text ...
   7.110 -        lyText = QtGui.QVBoxLayout()
   7.111 -        lyContent.addLayout(lyText, 1)
   7.112 -        self.lbText = QtGui.QLabel()
   7.113 -        lyText.addWidget(self.lbText)
   7.114 -        lyPassword = QtGui.QHBoxLayout()
   7.115 -        lyText.addLayout(lyPassword)
   7.116 -        lbPassword = QtGui.QLabel('&Password:')
   7.117 -        lyPassword.addWidget(lbPassword)
   7.118 -        self.edPassword = QtGui.QLineEdit()
   7.119 -        self.edPassword.setEchoMode(QtGui.QLineEdit.Password)
   7.120 -        lyPassword.addWidget(self.edPassword)
   7.121 -        lbPassword.setBuddy(self.edPassword)
   7.122 -        lyText.addStretch(1)
   7.123 -        
   7.124 -        lyMain.addStretch(1)
   7.125 -        
   7.126 -        # buttons
   7.127 -        lyButton = QtGui.QHBoxLayout()
   7.128 -        lyMain.addLayout(lyButton)
   7.129 -        
   7.130 -        lyButton.addStretch(1)
   7.131 -        btnOk = QtGui.QPushButton('&Ok', self)
   7.132 -        btnOk.setDefault(True)
   7.133 -        btnOk.setMinimumWidth(100)
   7.134 -        lyButton.addWidget(btnOk)
   7.135 -        btnCancel = QtGui.QPushButton('&Cancel', self)
   7.136 -        btnCancel.setMinimumWidth(100)
   7.137 -        lyButton.addWidget(btnCancel)
   7.138 -        btnAbout = QtGui.QPushButton('&About', self)
   7.139 -        btnAbout.setMinimumWidth(100)
   7.140 -        lyButton.addWidget(btnAbout)
   7.141 -        
   7.142 -        button_width = max(btnOk.width(), btnCancel.width(), btnAbout.width())
   7.143 -        btnOk.setMinimumWidth(button_width)
   7.144 -        btnCancel.setMinimumWidth(button_width)
   7.145 -        btnAbout.setMinimumWidth(button_width)
   7.146 -        
   7.147 -        # reduce to the max
   7.148 -        self.resize(lyMain.minimumSize())
   7.149 -        
   7.150 -        # connectors
   7.151 -        btnOk.clicked.connect(self.clicked_ok)
   7.152 -        btnCancel.clicked.connect(self.clicked_cancel)
   7.153 -        btnAbout.clicked.connect(self.clicked_about)
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/OpenSecurity/bin/ui/AboutDialog.ui	Mon Mar 31 12:37:59 2014 +0200
     8.3 @@ -0,0 +1,92 @@
     8.4 +<?xml version="1.0" encoding="UTF-8"?>
     8.5 +<ui version="4.0">
     8.6 + <class>AboutDialog</class>
     8.7 + <widget class="QDialog" name="AboutDialog">
     8.8 +  <property name="geometry">
     8.9 +   <rect>
    8.10 +    <x>0</x>
    8.11 +    <y>0</y>
    8.12 +    <width>530</width>
    8.13 +    <height>407</height>
    8.14 +   </rect>
    8.15 +  </property>
    8.16 +  <property name="windowTitle">
    8.17 +   <string>About OpenSecurity</string>
    8.18 +  </property>
    8.19 +  <property name="windowIcon">
    8.20 +   <iconset resource="opensecurity.qrc">
    8.21 +    <normaloff>:/opensecurity/gfx/opensecurity_icon_64.png</normaloff>:/opensecurity/gfx/opensecurity_icon_64.png</iconset>
    8.22 +  </property>
    8.23 +  <layout class="QVBoxLayout" name="verticalLayout">
    8.24 +   <item>
    8.25 +    <widget class="QScrollArea" name="scrAbout">
    8.26 +     <property name="autoFillBackground">
    8.27 +      <bool>false</bool>
    8.28 +     </property>
    8.29 +     <property name="styleSheet">
    8.30 +      <string notr="true"/>
    8.31 +     </property>
    8.32 +     <property name="widgetResizable">
    8.33 +      <bool>true</bool>
    8.34 +     </property>
    8.35 +     <widget class="QWidget" name="scrAboutContent">
    8.36 +      <property name="geometry">
    8.37 +       <rect>
    8.38 +        <x>0</x>
    8.39 +        <y>0</y>
    8.40 +        <width>516</width>
    8.41 +        <height>365</height>
    8.42 +       </rect>
    8.43 +      </property>
    8.44 +      <property name="sizePolicy">
    8.45 +       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
    8.46 +        <horstretch>0</horstretch>
    8.47 +        <verstretch>0</verstretch>
    8.48 +       </sizepolicy>
    8.49 +      </property>
    8.50 +      <property name="styleSheet">
    8.51 +       <string notr="true">QWidget { background: white; color: black; };</string>
    8.52 +      </property>
    8.53 +     </widget>
    8.54 +    </widget>
    8.55 +   </item>
    8.56 +   <item>
    8.57 +    <layout class="QHBoxLayout" name="horizontalLayout">
    8.58 +     <item>
    8.59 +      <spacer name="spButtons">
    8.60 +       <property name="orientation">
    8.61 +        <enum>Qt::Horizontal</enum>
    8.62 +       </property>
    8.63 +       <property name="sizeHint" stdset="0">
    8.64 +        <size>
    8.65 +         <width>40</width>
    8.66 +         <height>20</height>
    8.67 +        </size>
    8.68 +       </property>
    8.69 +      </spacer>
    8.70 +     </item>
    8.71 +     <item>
    8.72 +      <widget class="QPushButton" name="btnOk">
    8.73 +       <property name="minimumSize">
    8.74 +        <size>
    8.75 +         <width>100</width>
    8.76 +         <height>0</height>
    8.77 +        </size>
    8.78 +       </property>
    8.79 +       <property name="text">
    8.80 +        <string>&amp;Ok</string>
    8.81 +       </property>
    8.82 +       <property name="default">
    8.83 +        <bool>true</bool>
    8.84 +       </property>
    8.85 +      </widget>
    8.86 +     </item>
    8.87 +    </layout>
    8.88 +   </item>
    8.89 +  </layout>
    8.90 + </widget>
    8.91 + <resources>
    8.92 +  <include location="opensecurity.qrc"/>
    8.93 + </resources>
    8.94 + <connections/>
    8.95 +</ui>
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/OpenSecurity/bin/ui/ConfigureDialog.ui	Mon Mar 31 12:37:59 2014 +0200
     9.3 @@ -0,0 +1,279 @@
     9.4 +<?xml version="1.0" encoding="UTF-8"?>
     9.5 +<ui version="4.0">
     9.6 + <class>ConfigureDialog</class>
     9.7 + <widget class="QDialog" name="ConfigureDialog">
     9.8 +  <property name="geometry">
     9.9 +   <rect>
    9.10 +    <x>0</x>
    9.11 +    <y>0</y>
    9.12 +    <width>595</width>
    9.13 +    <height>421</height>
    9.14 +   </rect>
    9.15 +  </property>
    9.16 +  <property name="windowTitle">
    9.17 +   <string>OpenSecurity Configuration</string>
    9.18 +  </property>
    9.19 +  <property name="windowIcon">
    9.20 +   <iconset resource="opensecurity.qrc">
    9.21 +    <normaloff>:/opensecurity/gfx/opensecurity_icon_64.png</normaloff>:/opensecurity/gfx/opensecurity_icon_64.png</iconset>
    9.22 +  </property>
    9.23 +  <property name="sizeGripEnabled">
    9.24 +   <bool>true</bool>
    9.25 +  </property>
    9.26 +  <layout class="QVBoxLayout" name="lyMain" stretch="0,0,0,0,0,0,0,1,0">
    9.27 +   <item>
    9.28 +    <layout class="QHBoxLayout" name="lyHeading">
    9.29 +     <property name="spacing">
    9.30 +      <number>8</number>
    9.31 +     </property>
    9.32 +     <property name="leftMargin">
    9.33 +      <number>8</number>
    9.34 +     </property>
    9.35 +     <property name="bottomMargin">
    9.36 +      <number>8</number>
    9.37 +     </property>
    9.38 +     <item>
    9.39 +      <widget class="QLabel" name="lbIcon">
    9.40 +       <property name="text">
    9.41 +        <string/>
    9.42 +       </property>
    9.43 +       <property name="pixmap">
    9.44 +        <pixmap resource="opensecurity.qrc">:/opensecurity/gfx/opensecurity_icon_64.png</pixmap>
    9.45 +       </property>
    9.46 +      </widget>
    9.47 +     </item>
    9.48 +     <item>
    9.49 +      <layout class="QGridLayout" name="lyStatus">
    9.50 +       <item row="0" column="1">
    9.51 +        <widget class="QLineEdit" name="edStatus">
    9.52 +         <property name="readOnly">
    9.53 +          <bool>true</bool>
    9.54 +         </property>
    9.55 +        </widget>
    9.56 +       </item>
    9.57 +       <item row="1" column="0">
    9.58 +        <widget class="QLabel" name="lbVersion">
    9.59 +         <property name="text">
    9.60 +          <string>Version:</string>
    9.61 +         </property>
    9.62 +        </widget>
    9.63 +       </item>
    9.64 +       <item row="1" column="1">
    9.65 +        <widget class="QLineEdit" name="edVersion">
    9.66 +         <property name="readOnly">
    9.67 +          <bool>true</bool>
    9.68 +         </property>
    9.69 +        </widget>
    9.70 +       </item>
    9.71 +       <item row="0" column="0">
    9.72 +        <widget class="QLabel" name="lbStatus">
    9.73 +         <property name="text">
    9.74 +          <string>Service status:</string>
    9.75 +         </property>
    9.76 +        </widget>
    9.77 +       </item>
    9.78 +       <item row="2" column="0" colspan="2">
    9.79 +        <widget class="QWidget" name="widget" native="true"/>
    9.80 +       </item>
    9.81 +      </layout>
    9.82 +     </item>
    9.83 +    </layout>
    9.84 +   </item>
    9.85 +   <item>
    9.86 +    <widget class="QLabel" name="lbTemplate">
    9.87 +     <property name="text">
    9.88 +      <string>Initial Template:</string>
    9.89 +     </property>
    9.90 +    </widget>
    9.91 +   </item>
    9.92 +   <item>
    9.93 +    <widget class="QTreeWidget" name="tvTemplate">
    9.94 +     <property name="maximumSize">
    9.95 +      <size>
    9.96 +       <width>16777215</width>
    9.97 +       <height>64</height>
    9.98 +      </size>
    9.99 +     </property>
   9.100 +     <column>
   9.101 +      <property name="text">
   9.102 +       <string>Name</string>
   9.103 +      </property>
   9.104 +     </column>
   9.105 +     <column>
   9.106 +      <property name="text">
   9.107 +       <string>Date</string>
   9.108 +      </property>
   9.109 +     </column>
   9.110 +     <column>
   9.111 +      <property name="text">
   9.112 +       <string>Size</string>
   9.113 +      </property>
   9.114 +     </column>
   9.115 +    </widget>
   9.116 +   </item>
   9.117 +   <item>
   9.118 +    <layout class="QHBoxLayout" name="lyDownload">
   9.119 +     <item>
   9.120 +      <spacer name="spDownload">
   9.121 +       <property name="orientation">
   9.122 +        <enum>Qt::Horizontal</enum>
   9.123 +       </property>
   9.124 +       <property name="sizeHint" stdset="0">
   9.125 +        <size>
   9.126 +         <width>40</width>
   9.127 +         <height>20</height>
   9.128 +        </size>
   9.129 +       </property>
   9.130 +      </spacer>
   9.131 +     </item>
   9.132 +     <item>
   9.133 +      <widget class="QPushButton" name="btnDownload">
   9.134 +       <property name="minimumSize">
   9.135 +        <size>
   9.136 +         <width>100</width>
   9.137 +         <height>0</height>
   9.138 +        </size>
   9.139 +       </property>
   9.140 +       <property name="text">
   9.141 +        <string>&amp;Download</string>
   9.142 +       </property>
   9.143 +      </widget>
   9.144 +     </item>
   9.145 +     <item>
   9.146 +      <widget class="QPushButton" name="btnImport">
   9.147 +       <property name="minimumSize">
   9.148 +        <size>
   9.149 +         <width>100</width>
   9.150 +         <height>0</height>
   9.151 +        </size>
   9.152 +       </property>
   9.153 +       <property name="text">
   9.154 +        <string>&amp;Import</string>
   9.155 +       </property>
   9.156 +      </widget>
   9.157 +     </item>
   9.158 +    </layout>
   9.159 +   </item>
   9.160 +   <item>
   9.161 +    <widget class="QLabel" name="lbMachines">
   9.162 +     <property name="text">
   9.163 +      <string>Machines:</string>
   9.164 +     </property>
   9.165 +    </widget>
   9.166 +   </item>
   9.167 +   <item>
   9.168 +    <widget class="QTreeWidget" name="tvMachines">
   9.169 +     <property name="maximumSize">
   9.170 +      <size>
   9.171 +       <width>16777215</width>
   9.172 +       <height>128</height>
   9.173 +      </size>
   9.174 +     </property>
   9.175 +     <column>
   9.176 +      <property name="text">
   9.177 +       <string>Name</string>
   9.178 +      </property>
   9.179 +     </column>
   9.180 +    </widget>
   9.181 +   </item>
   9.182 +   <item>
   9.183 +    <widget class="QLabel" name="lbProgress">
   9.184 +     <property name="text">
   9.185 +      <string>Progress:</string>
   9.186 +     </property>
   9.187 +    </widget>
   9.188 +   </item>
   9.189 +   <item>
   9.190 +    <widget class="QPlainTextEdit" name="edProgress">
   9.191 +     <property name="font">
   9.192 +      <font>
   9.193 +       <family>Monospace</family>
   9.194 +       <pointsize>10</pointsize>
   9.195 +      </font>
   9.196 +     </property>
   9.197 +     <property name="verticalScrollBarPolicy">
   9.198 +      <enum>Qt::ScrollBarAlwaysOn</enum>
   9.199 +     </property>
   9.200 +     <property name="readOnly">
   9.201 +      <bool>true</bool>
   9.202 +     </property>
   9.203 +    </widget>
   9.204 +   </item>
   9.205 +   <item>
   9.206 +    <layout class="QHBoxLayout" name="lyButton">
   9.207 +     <item>
   9.208 +      <spacer name="spButton">
   9.209 +       <property name="orientation">
   9.210 +        <enum>Qt::Horizontal</enum>
   9.211 +       </property>
   9.212 +       <property name="sizeHint" stdset="0">
   9.213 +        <size>
   9.214 +         <width>40</width>
   9.215 +         <height>20</height>
   9.216 +        </size>
   9.217 +       </property>
   9.218 +      </spacer>
   9.219 +     </item>
   9.220 +     <item>
   9.221 +      <widget class="QPushButton" name="btnRefresh">
   9.222 +       <property name="minimumSize">
   9.223 +        <size>
   9.224 +         <width>100</width>
   9.225 +         <height>0</height>
   9.226 +        </size>
   9.227 +       </property>
   9.228 +       <property name="text">
   9.229 +        <string>&amp;Refresh</string>
   9.230 +       </property>
   9.231 +      </widget>
   9.232 +     </item>
   9.233 +     <item>
   9.234 +      <widget class="QPushButton" name="btnAbout">
   9.235 +       <property name="minimumSize">
   9.236 +        <size>
   9.237 +         <width>100</width>
   9.238 +         <height>0</height>
   9.239 +        </size>
   9.240 +       </property>
   9.241 +       <property name="text">
   9.242 +        <string>&amp;About</string>
   9.243 +       </property>
   9.244 +      </widget>
   9.245 +     </item>
   9.246 +     <item>
   9.247 +      <widget class="QPushButton" name="btnClose">
   9.248 +       <property name="minimumSize">
   9.249 +        <size>
   9.250 +         <width>100</width>
   9.251 +         <height>0</height>
   9.252 +        </size>
   9.253 +       </property>
   9.254 +       <property name="text">
   9.255 +        <string>&amp;Close</string>
   9.256 +       </property>
   9.257 +       <property name="default">
   9.258 +        <bool>true</bool>
   9.259 +       </property>
   9.260 +      </widget>
   9.261 +     </item>
   9.262 +    </layout>
   9.263 +   </item>
   9.264 +  </layout>
   9.265 + </widget>
   9.266 + <tabstops>
   9.267 +  <tabstop>edStatus</tabstop>
   9.268 +  <tabstop>edVersion</tabstop>
   9.269 +  <tabstop>tvTemplate</tabstop>
   9.270 +  <tabstop>btnDownload</tabstop>
   9.271 +  <tabstop>btnImport</tabstop>
   9.272 +  <tabstop>tvMachines</tabstop>
   9.273 +  <tabstop>edProgress</tabstop>
   9.274 +  <tabstop>btnRefresh</tabstop>
   9.275 +  <tabstop>btnAbout</tabstop>
   9.276 +  <tabstop>btnClose</tabstop>
   9.277 + </tabstops>
   9.278 + <resources>
   9.279 +  <include location="opensecurity.qrc"/>
   9.280 + </resources>
   9.281 + <connections/>
   9.282 +</ui>
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/OpenSecurity/bin/ui/CredentialsDialog.ui	Mon Mar 31 12:37:59 2014 +0200
    10.3 @@ -0,0 +1,166 @@
    10.4 +<?xml version="1.0" encoding="UTF-8"?>
    10.5 +<ui version="4.0">
    10.6 + <class>CredentialsDialog</class>
    10.7 + <widget class="QDialog" name="CredentialsDialog">
    10.8 +  <property name="geometry">
    10.9 +   <rect>
   10.10 +    <x>0</x>
   10.11 +    <y>0</y>
   10.12 +    <width>420</width>
   10.13 +    <height>120</height>
   10.14 +   </rect>
   10.15 +  </property>
   10.16 +  <property name="sizePolicy">
   10.17 +   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
   10.18 +    <horstretch>0</horstretch>
   10.19 +    <verstretch>0</verstretch>
   10.20 +   </sizepolicy>
   10.21 +  </property>
   10.22 +  <property name="windowTitle">
   10.23 +   <string>OpenSecuirty Credentials Request</string>
   10.24 +  </property>
   10.25 +  <property name="windowIcon">
   10.26 +   <iconset resource="opensecurity.qrc">
   10.27 +    <normaloff>:/opensecurity/gfx/opensecurity_icon_64.png</normaloff>:/opensecurity/gfx/opensecurity_icon_64.png</iconset>
   10.28 +  </property>
   10.29 +  <layout class="QVBoxLayout" name="verticalLayout">
   10.30 +   <item>
   10.31 +    <layout class="QHBoxLayout" name="lyContent">
   10.32 +     <property name="spacing">
   10.33 +      <number>16</number>
   10.34 +     </property>
   10.35 +     <item>
   10.36 +      <widget class="QLabel" name="lblIcon">
   10.37 +       <property name="text">
   10.38 +        <string/>
   10.39 +       </property>
   10.40 +       <property name="pixmap">
   10.41 +        <pixmap resource="opensecurity.qrc">:/opensecurity/gfx/opensecurity_icon_64.png</pixmap>
   10.42 +       </property>
   10.43 +       <property name="alignment">
   10.44 +        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
   10.45 +       </property>
   10.46 +      </widget>
   10.47 +     </item>
   10.48 +     <item>
   10.49 +      <layout class="QGridLayout" name="lyCredentials" rowstretch="0,0,0,1" columnstretch="0,1">
   10.50 +       <property name="spacing">
   10.51 +        <number>4</number>
   10.52 +       </property>
   10.53 +       <item row="3" column="0" colspan="2">
   10.54 +        <widget class="QWidget" name="wdCredentialsSpacer" native="true"/>
   10.55 +       </item>
   10.56 +       <item row="1" column="1">
   10.57 +        <widget class="QLineEdit" name="edtUser"/>
   10.58 +       </item>
   10.59 +       <item row="2" column="0">
   10.60 +        <widget class="QLabel" name="lblPassword">
   10.61 +         <property name="text">
   10.62 +          <string>&amp;Password:</string>
   10.63 +         </property>
   10.64 +         <property name="buddy">
   10.65 +          <cstring>edtPassword</cstring>
   10.66 +         </property>
   10.67 +        </widget>
   10.68 +       </item>
   10.69 +       <item row="2" column="1">
   10.70 +        <widget class="QLineEdit" name="edtPassword">
   10.71 +         <property name="echoMode">
   10.72 +          <enum>QLineEdit::Password</enum>
   10.73 +         </property>
   10.74 +        </widget>
   10.75 +       </item>
   10.76 +       <item row="1" column="0">
   10.77 +        <widget class="QLabel" name="lblUser">
   10.78 +         <property name="text">
   10.79 +          <string>&amp;User:</string>
   10.80 +         </property>
   10.81 +         <property name="buddy">
   10.82 +          <cstring>edtUser</cstring>
   10.83 +         </property>
   10.84 +        </widget>
   10.85 +       </item>
   10.86 +       <item row="0" column="0" colspan="2">
   10.87 +        <widget class="QLabel" name="lblText">
   10.88 +         <property name="text">
   10.89 +          <string>TextLabel</string>
   10.90 +         </property>
   10.91 +        </widget>
   10.92 +       </item>
   10.93 +      </layout>
   10.94 +     </item>
   10.95 +    </layout>
   10.96 +   </item>
   10.97 +   <item>
   10.98 +    <layout class="QHBoxLayout" name="lyButtons">
   10.99 +     <item>
  10.100 +      <spacer name="spButtons">
  10.101 +       <property name="orientation">
  10.102 +        <enum>Qt::Horizontal</enum>
  10.103 +       </property>
  10.104 +       <property name="sizeHint" stdset="0">
  10.105 +        <size>
  10.106 +         <width>40</width>
  10.107 +         <height>20</height>
  10.108 +        </size>
  10.109 +       </property>
  10.110 +      </spacer>
  10.111 +     </item>
  10.112 +     <item>
  10.113 +      <widget class="QPushButton" name="btnAbout">
  10.114 +       <property name="minimumSize">
  10.115 +        <size>
  10.116 +         <width>100</width>
  10.117 +         <height>0</height>
  10.118 +        </size>
  10.119 +       </property>
  10.120 +       <property name="text">
  10.121 +        <string>&amp;About</string>
  10.122 +       </property>
  10.123 +      </widget>
  10.124 +     </item>
  10.125 +     <item>
  10.126 +      <widget class="QPushButton" name="btnCancel">
  10.127 +       <property name="minimumSize">
  10.128 +        <size>
  10.129 +         <width>100</width>
  10.130 +         <height>0</height>
  10.131 +        </size>
  10.132 +       </property>
  10.133 +       <property name="text">
  10.134 +        <string>&amp;Cancel</string>
  10.135 +       </property>
  10.136 +      </widget>
  10.137 +     </item>
  10.138 +     <item>
  10.139 +      <widget class="QPushButton" name="btnOk">
  10.140 +       <property name="minimumSize">
  10.141 +        <size>
  10.142 +         <width>100</width>
  10.143 +         <height>0</height>
  10.144 +        </size>
  10.145 +       </property>
  10.146 +       <property name="text">
  10.147 +        <string>&amp;Ok</string>
  10.148 +       </property>
  10.149 +       <property name="default">
  10.150 +        <bool>true</bool>
  10.151 +       </property>
  10.152 +      </widget>
  10.153 +     </item>
  10.154 +    </layout>
  10.155 +   </item>
  10.156 +  </layout>
  10.157 + </widget>
  10.158 + <tabstops>
  10.159 +  <tabstop>edtUser</tabstop>
  10.160 +  <tabstop>edtPassword</tabstop>
  10.161 +  <tabstop>btnAbout</tabstop>
  10.162 +  <tabstop>btnCancel</tabstop>
  10.163 +  <tabstop>btnOk</tabstop>
  10.164 + </tabstops>
  10.165 + <resources>
  10.166 +  <include location="opensecurity.qrc"/>
  10.167 + </resources>
  10.168 + <connections/>
  10.169 +</ui>
    11.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.2 +++ b/OpenSecurity/bin/ui/Makefile	Mon Mar 31 12:37:59 2014 +0200
    11.3 @@ -0,0 +1,24 @@
    11.4 +# small Makefile to help pyuic creation of UI files
    11.5 +
    11.6 +UI= \
    11.7 +	ui_AboutDialog.py \
    11.8 +	ui_ConfigureDialog.py \
    11.9 +	ui_CredentialsDialog.py
   11.10 +
   11.11 +RC= \
   11.12 +	opensecurity_rc.py
   11.13 +
   11.14 +.PHONY: all clean
   11.15 +
   11.16 +all: $(UI) $(RC)
   11.17 +
   11.18 +clean:
   11.19 +	rm -f $(UI)
   11.20 +
   11.21 +ui_%.py: %.ui
   11.22 +	pyuic4 -o $@ $<
   11.23 +
   11.24 +%_rc.py: %.qrc
   11.25 +	pyrcc4 -o $@ $<
   11.26 +
   11.27 +
    12.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.2 +++ b/OpenSecurity/bin/ui/about.py	Mon Mar 31 12:37:59 2014 +0200
    12.3 @@ -0,0 +1,152 @@
    12.4 +#!/bin/env python
    12.5 +# -*- coding: utf-8 -*-
    12.6 +
    12.7 +# ------------------------------------------------------------
    12.8 +# about-dialog
    12.9 +# 
   12.10 +# tell the user about the project
   12.11 +#
   12.12 +# Autor: Oliver Maurhart, <oliver.maurhart@ait.ac.at>
   12.13 +#
   12.14 +# Copyright (C) 2013 AIT Austrian Institute of Technology
   12.15 +# AIT Austrian Institute of Technology GmbH
   12.16 +# Donau-City-Strasse 1 | 1220 Vienna | Austria
   12.17 +# http://www.ait.ac.at
   12.18 +#
   12.19 +# This program is free software; you can redistribute it and/or
   12.20 +# modify it under the terms of the GNU General Public License
   12.21 +# as published by the Free Software Foundation version 2.
   12.22 +# 
   12.23 +# This program is distributed in the hope that it will be useful,
   12.24 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
   12.25 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   12.26 +# GNU General Public License for more details.
   12.27 +# 
   12.28 +# You should have received a copy of the GNU General Public License
   12.29 +# along with this program; if not, write to the Free Software
   12.30 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
   12.31 +# Boston, MA  02110-1301, USA.
   12.32 +# ------------------------------------------------------------
   12.33 +
   12.34 +
   12.35 +# ------------------------------------------------------------
   12.36 +# imports
   12.37 +
   12.38 +import os
   12.39 +
   12.40 +from PyQt4 import QtCore
   12.41 +from PyQt4 import QtGui
   12.42 +
   12.43 +# local
   12.44 +from environment import Environment
   12.45 +
   12.46 +
   12.47 +# ------------------------------------------------------------
   12.48 +# vars
   12.49 +
   12.50 +
   12.51 +ABOUT_TEXT = """
   12.52 +<html>
   12.53 +
   12.54 +<style type="text/css">
   12.55 +    .header { margin-bottom: 24px; }
   12.56 +    .about_text { margin-bottom: 100px; margin-left: 64px; margin-right: 64px; }
   12.57 +    .logo { vertical-align: top; margin-bottom: 24px; }
   12.58 +    .footer { margin-top: 100px; }
   12.59 +</style>
   12.60 +
   12.61 +<body bgcolor="#FFFFFF">
   12.62 +<div align="center">
   12.63 +
   12.64 +<h1 class="header">
   12.65 +    <a href="http://www.opensecurity.at"><img src="image:opensecurity_logo.jpg"/></a><br/><br/>
   12.66 +    OpenSecurity Demo V0.1
   12.67 +</h1>
   12.68 +
   12.69 +<div class="about_text" align="justify">
   12.70 +    Blah ...<br/>
   12.71 +</div>
   12.72 +
   12.73 +<div class="logo">
   12.74 +    <a href="http://www.ait.ac.at"><img src="image:ait_logo_no_claim.png"/></a>
   12.75 +    <a href="http://www.x-net.at"><img src="image:x-net_logo.jpg"/></a>
   12.76 +    <a href="http://www.ikarussecurity.com"><img src="image:ikarus_logo.jpg"/></a>
   12.77 +</div>
   12.78 +
   12.79 +<div class="logo">
   12.80 +    <a href="http://www.liqua.net"><img src="image:liqua_logo.jpg"/></a>
   12.81 +    <a href="http://www.linz.at"><img src="image:linz_logo.jpg"/></a>
   12.82 +    <a href="http://www.bmvit.gv.at"><img src="image:bmvit_logo.jpg"/></a>
   12.83 +</div>
   12.84 +
   12.85 +<div class="logo">
   12.86 +    <a href="http://www.ffg.at"><img src="image:ffg_logo.jpg"/></a>
   12.87 +    <a href="http://www.kiras.at"><img src="image:kiras_logo.jpg"/></a>
   12.88 +</div>
   12.89 +
   12.90 +<div class="footer" align="left">
   12.91 +    Copyright (C) 2013, AIT Austrian Institute of Technology<br/>
   12.92 +    AIT Austrian Institute of Technology GmbH<br/>
   12.93 +    Donau-City-Strasse 1 | 1220 Vienna | Austria<br/>
   12.94 +    <a href="http://www.ait.ac.at">http://www.ait.ac.at</a>
   12.95 +</div>
   12.96 +
   12.97 +</div>
   12.98 +</body>
   12.99 +</html>
  12.100 +""";
  12.101 +
  12.102 +
  12.103 +# ------------------------------------------------------------
  12.104 +# code
  12.105 +
  12.106 +
  12.107 +class About(QtGui.QDialog):
  12.108 +    
  12.109 +    """Show some about stuff."""
  12.110 +    
  12.111 +    def __init__(self, parent = None, flags = QtCore.Qt.WindowFlags(0)):
  12.112 +        
  12.113 +        # super call and widget init
  12.114 +        super(About, self).__init__(parent, flags)
  12.115 +        
  12.116 +        # setup image search path
  12.117 +        QtCore.QDir.setSearchPaths("image", QtCore.QStringList(os.path.join(Environment('opensecurity').data_path, 'gfx')));
  12.118 +        
  12.119 +        self.setWindowTitle('About OpenSecurity ...')
  12.120 +        self.setup_ui()
  12.121 +        
  12.122 +
  12.123 +    def setup_ui(self):
  12.124 +        
  12.125 +        """Create the widgets."""
  12.126 +        
  12.127 +        lyMain = QtGui.QVBoxLayout(self)
  12.128 +        lyMain.setContentsMargins(8, 8, 8, 8)
  12.129 +        
  12.130 +        lbAbout = QtGui.QLabel()
  12.131 +        lbAbout.setStyleSheet("QWidget { background: white; color: black; };")
  12.132 +        lbAbout.setText(ABOUT_TEXT)
  12.133 +        lbAbout.setContentsMargins(12, 12, 12, 12)
  12.134 +        
  12.135 +        scAbout = QtGui.QScrollArea()
  12.136 +        scAbout.setWidget(lbAbout)
  12.137 +        scAbout.viewport().setStyleSheet("QWidget { background: white; color: black; };")
  12.138 +        lyMain.addWidget(scAbout)
  12.139 +        
  12.140 +        # buttons
  12.141 +        lyButton = QtGui.QHBoxLayout()
  12.142 +        lyMain.addLayout(lyButton)
  12.143 +        
  12.144 +        lyButton.addStretch(1)
  12.145 +        btnOk = QtGui.QPushButton('&Ok', self)
  12.146 +        btnOk.setMinimumWidth(100)
  12.147 +        lyButton.addWidget(btnOk)
  12.148 +        
  12.149 +        # connectors
  12.150 +        btnOk.clicked.connect(self.accept)
  12.151 +        
  12.152 +        # reduce to the max
  12.153 +        self.setMinimumSize(600, 400)
  12.154 +        self.resize(lyMain.minimumSize())
  12.155 +
    13.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.2 +++ b/OpenSecurity/bin/ui/about_dialog.py	Mon Mar 31 12:37:59 2014 +0200
    13.3 @@ -0,0 +1,1 @@
    13.4 +about_dialog.pyw
    13.5 \ No newline at end of file
    14.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.2 +++ b/OpenSecurity/bin/ui/about_dialog.pyw	Mon Mar 31 12:37:59 2014 +0200
    14.3 @@ -0,0 +1,135 @@
    14.4 +#!/bin/env python
    14.5 +# -*- coding: utf-8 -*-
    14.6 +
    14.7 +# ------------------------------------------------------------
    14.8 +# about_dialog.pyw
    14.9 +# 
   14.10 +# something about OpenSecurity
   14.11 +#
   14.12 +# Autor: Oliver Maurhart, <oliver.maurhart@ait.ac.at>
   14.13 +#
   14.14 +# Copyright (C) 2014 AIT Austrian Institute of Technology
   14.15 +# AIT Austrian Institute of Technology GmbH
   14.16 +# Donau-City-Strasse 1 | 1220 Vienna | Austria
   14.17 +# http://www.ait.ac.at
   14.18 +#
   14.19 +# This program is free software; you can redistribute it and/or
   14.20 +# modify it under the terms of the GNU General Public License
   14.21 +# as published by the Free Software Foundation version 2.
   14.22 +# 
   14.23 +# This program is distributed in the hope that it will be useful,
   14.24 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
   14.25 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   14.26 +# GNU General Public License for more details.
   14.27 +# 
   14.28 +# You should have received a copy of the GNU General Public License
   14.29 +# along with this program; if not, write to the Free Software
   14.30 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
   14.31 +# Boston, MA  02110-1301, USA.
   14.32 +# ------------------------------------------------------------
   14.33 +
   14.34 +
   14.35 +# ------------------------------------------------------------
   14.36 +# imports
   14.37 +
   14.38 +import sys
   14.39 +
   14.40 +from PyQt4 import QtCore
   14.41 +from PyQt4 import QtGui
   14.42 +
   14.43 +from ui_AboutDialog import Ui_AboutDialog
   14.44 +
   14.45 +
   14.46 +# ------------------------------------------------------------
   14.47 +# code
   14.48 +
   14.49 +
   14.50 +ABOUT_TEXT = """
   14.51 +<html>
   14.52 +
   14.53 +<head>
   14.54 +
   14.55 +<style type="text/css">
   14.56 +    .about_text { margin-bottom: 100px; margin-left: 64px; margin-right: 64px; }
   14.57 +    .logo { vertical-align: middle; margin-bottom: 24px; }
   14.58 +    .footer { margin-top: 100px; }
   14.59 +</style>
   14.60 +
   14.61 +</head>
   14.62 +
   14.63 +<body bgcolor="#FFFFFF">
   14.64 +
   14.65 +<div align="center">
   14.66 +
   14.67 +<h1 class="header">
   14.68 +    <a href="http://www.opensecurity.at"><img src=":/opensecurity/gfx/opensecurity_logo.jpg"/></a><br/><br/>
   14.69 +    OpenSecurity V0.2.3
   14.70 +</h1>
   14.71 +
   14.72 +<div class="about_text" align="justify">
   14.73 +    Blah ...<br/>
   14.74 +</div>
   14.75 +
   14.76 +<div class="logo">
   14.77 +    <a href="http://www.ait.ac.at"><img src=":/opensecurity/gfx/ait_logo_no_claim.png"/></a>
   14.78 +    <a href="http://www.x-net.at"><img src=":/opensecurity/gfx/x-net_logo.jpg"/></a>
   14.79 +    <a href="http://www.ikarussecurity.com"><img src=":/opensecurity/gfx/ikarus_logo.jpg"/></a>
   14.80 +</div>
   14.81 +
   14.82 +<div class="logo">
   14.83 +    <a href="http://www.liqua.net"><img src=":/opensecurity/gfx/liqua_logo.jpg"/></a>
   14.84 +    <a href="http://www.linz.at"><img src=":/opensecurity/gfx/linz_logo.jpg"/></a>
   14.85 +    <a href="http://www.bmvit.gv.at"><img src=":/opensecurity/gfx/bmvit_logo.jpg"/></a>
   14.86 +</div>
   14.87 +
   14.88 +<div class="logo">
   14.89 +    <a href="http://www.ffg.at"><img src=":/opensecurity/gfx/ffg_logo.jpg"/></a>
   14.90 +    <a href="http://www.kiras.at"><img src=":/opensecurity/gfx/kiras_logo.jpg"/></a>
   14.91 +</div>
   14.92 +
   14.93 +<div class="footer" align="left">
   14.94 +    Copyright (C) 2013, 2014 AIT Austrian Institute of Technology<br/>
   14.95 +    AIT Austrian Institute of Technology GmbH<br/>
   14.96 +    Donau-City-Strasse 1 | 1220 Vienna | Austria<br/>
   14.97 +    <a href="http://www.ait.ac.at">http://www.ait.ac.at</a>
   14.98 +</div>
   14.99 +
  14.100 +</div>
  14.101 +</body>
  14.102 +</html>
  14.103 +""";
  14.104 +
  14.105 +
  14.106 +# ------------------------------------------------------------
  14.107 +# code
  14.108 +
  14.109 +
  14.110 +class AboutDialog(QtGui.QDialog):
  14.111 +
  14.112 +    """A dialog which shows some information about the OpenSecurity project"""
  14.113 +
  14.114 +    def __init__(self):
  14.115 +
  14.116 +        QtGui.QDialog.__init__(self)
  14.117 +
  14.118 +        # setup the user interface
  14.119 +        self.ui = Ui_AboutDialog()
  14.120 +        self.ui.setupUi(self)
  14.121 +   
  14.122 +        # fix the scroll area content
  14.123 +        self.ui.lblAbout = QtGui.QLabel(ABOUT_TEXT)
  14.124 +        self.ui.lblAbout.setContentsMargins(16, 16, 16, 16)
  14.125 +        self.ui.lblAbout.setStyleSheet(self.ui.scrAboutContent.styleSheet())
  14.126 +        self.ui.scrAbout.setWidget(self.ui.lblAbout)
  14.127 +
  14.128 +        # connectors
  14.129 +        self.ui.btnOk.clicked.connect(self.accept)
  14.130 +        self.ui.lblAbout.setText(ABOUT_TEXT)
  14.131 +
  14.132 +
  14.133 +if __name__ == "__main__":
  14.134 +        a = QtGui.QApplication(sys.argv)
  14.135 +        d = AboutDialog()
  14.136 +        d.show()
  14.137 +        sys.exit(a.exec_())     
  14.138 +
    15.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.2 +++ b/OpenSecurity/bin/ui/configure_dialog.py	Mon Mar 31 12:37:59 2014 +0200
    15.3 @@ -0,0 +1,1 @@
    15.4 +configure_dialog.pyw
    15.5 \ No newline at end of file
    16.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    16.2 +++ b/OpenSecurity/bin/ui/configure_dialog.pyw	Mon Mar 31 12:37:59 2014 +0200
    16.3 @@ -0,0 +1,101 @@
    16.4 +#!/bin/env python
    16.5 +# -*- coding: utf-8 -*-
    16.6 +
    16.7 +# ------------------------------------------------------------
    16.8 +# configure_dialog.pyw
    16.9 +# 
   16.10 +# let the user configure the opensecurity system
   16.11 +#
   16.12 +# Autor: Oliver Maurhart, <oliver.maurhart@ait.ac.at>
   16.13 +#
   16.14 +# Copyright (C) 2014 AIT Austrian Institute of Technology
   16.15 +# AIT Austrian Institute of Technology GmbH
   16.16 +# Donau-City-Strasse 1 | 1220 Vienna | Austria
   16.17 +# http://www.ait.ac.at
   16.18 +#
   16.19 +# This program is free software; you can redistribute it and/or
   16.20 +# modify it under the terms of the GNU General Public License
   16.21 +# as published by the Free Software Foundation version 2.
   16.22 +# 
   16.23 +# This program is distributed in the hope that it will be useful,
   16.24 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
   16.25 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   16.26 +# GNU General Public License for more details.
   16.27 +# 
   16.28 +# You should have received a copy of the GNU General Public License
   16.29 +# along with this program; if not, write to the Free Software
   16.30 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
   16.31 +# Boston, MA  02110-1301, USA.
   16.32 +# ------------------------------------------------------------
   16.33 +
   16.34 +
   16.35 +# ------------------------------------------------------------
   16.36 +# imports
   16.37 +
   16.38 +import sys
   16.39 +
   16.40 +from PyQt4 import QtCore
   16.41 +from PyQt4 import QtGui
   16.42 +
   16.43 +from ui_ConfigureDialog import Ui_ConfigureDialog 
   16.44 +from about_dialog import AboutDialog
   16.45 +
   16.46 +
   16.47 +# ------------------------------------------------------------
   16.48 +# code
   16.49 +
   16.50 +
   16.51 +class ConfigureDialog(QtGui.QDialog):
   16.52 +
   16.53 +    """A dialog which lets the user configure the OpenSecurity Subsystem"""
   16.54 +
   16.55 +    def __init__(self):
   16.56 +
   16.57 +        QtGui.QDialog.__init__(self)
   16.58 +
   16.59 +        # setup the user interface
   16.60 +        self.ui = Ui_ConfigureDialog()
   16.61 +        self.ui.setupUi(self)
   16.62 +    
   16.63 +        # local members
   16.64 +        self._about_dialog = AboutDialog()
   16.65 +
   16.66 +        # connectors
   16.67 +        self.ui.btnAbout.clicked.connect(self.clicked_about)
   16.68 +        self.ui.btnClose.clicked.connect(self.accept)
   16.69 +        self.ui.btnDownload.clicked.connect(self.clicked_download)
   16.70 +        self.ui.btnImport.clicked.connect(self.clicked_import)
   16.71 +        self.ui.btnRefresh.clicked.connect(self.clicked_refresh)
   16.72 +
   16.73 +
   16.74 +    def clicked_about(self):
   16.75 +
   16.76 +        """About button has been clicked."""
   16.77 +        self._about_dialog.show()
   16.78 +
   16.79 +
   16.80 +    def clicked_download(self):
   16.81 +
   16.82 +        """Download button has been clicked."""
   16.83 +        print('clicked_download()')
   16.84 +
   16.85 +
   16.86 +    def clicked_import(self):
   16.87 +
   16.88 +        """Import button has been clicked."""
   16.89 +        print('clicked_import()')
   16.90 +
   16.91 +
   16.92 +    def clicked_refresh(self):
   16.93 +
   16.94 +        """Refresh button has been clicked."""
   16.95 +        print('clicked_refresh()')
   16.96 +
   16.97 +
   16.98 +
   16.99 +if __name__ == "__main__":
  16.100 +        a = QtGui.QApplication(sys.argv)
  16.101 +        d = ConfigureDialog()
  16.102 +        d.show()
  16.103 +        sys.exit(a.exec_())     
  16.104 +
    17.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.2 +++ b/OpenSecurity/bin/ui/credentials.py	Mon Mar 31 12:37:59 2014 +0200
    17.3 @@ -0,0 +1,160 @@
    17.4 +#!/bin/env python
    17.5 +# -*- coding: utf-8 -*-
    17.6 +
    17.7 +# ------------------------------------------------------------
    17.8 +# credentials-dialog
    17.9 +# 
   17.10 +# ask the user credentials
   17.11 +#
   17.12 +# Autor: Oliver Maurhart, <oliver.maurhart@ait.ac.at>
   17.13 +#
   17.14 +# Copyright (C) 2013 AIT Austrian Institute of Technology
   17.15 +# AIT Austrian Institute of Technology GmbH
   17.16 +# Donau-City-Strasse 1 | 1220 Vienna | Austria
   17.17 +# http://www.ait.ac.at
   17.18 +#
   17.19 +# This program is free software; you can redistribute it and/or
   17.20 +# modify it under the terms of the GNU General Public License
   17.21 +# as published by the Free Software Foundation version 2.
   17.22 +# 
   17.23 +# This program is distributed in the hope that it will be useful,
   17.24 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
   17.25 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   17.26 +# GNU General Public License for more details.
   17.27 +# 
   17.28 +# You should have received a copy of the GNU General Public License
   17.29 +# along with this program; if not, write to the Free Software
   17.30 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
   17.31 +# Boston, MA  02110-1301, USA.
   17.32 +# ------------------------------------------------------------
   17.33 +
   17.34 +
   17.35 +# ------------------------------------------------------------
   17.36 +# imports
   17.37 +
   17.38 +import sys
   17.39 +
   17.40 +from PyQt4 import QtCore
   17.41 +from PyQt4 import QtGui
   17.42 +
   17.43 +# local
   17.44 +from about import About
   17.45 +
   17.46 +# ------------------------------------------------------------
   17.47 +# code
   17.48 +
   17.49 +
   17.50 +class Credentials(QtGui.QDialog):
   17.51 +    
   17.52 +    """Ask the user for credentials."""
   17.53 +    
   17.54 +    def __init__(self, text, parent = None, flags = QtCore.Qt.WindowFlags(0)):
   17.55 +        
   17.56 +        super(Credentials, self).__init__(parent, flags)
   17.57 +        self.setWindowTitle('OpenSecuirty Credentials Request')
   17.58 +        self.setup_ui()
   17.59 +        
   17.60 +        # positionate ourself central
   17.61 +        screen = QtGui.QDesktopWidget().screenGeometry()
   17.62 +        self.resize(self.geometry().width() * 1.25, self.geometry().height())
   17.63 +        size = self.geometry()
   17.64 +        self.move((screen.width() - size.width()) / 2, (screen.height() - size.height()) / 2)
   17.65 +        
   17.66 +        # fix up text
   17.67 +        self.lbText.setText(text)
   17.68 +        
   17.69 +
   17.70 +    def clicked_about(self):
   17.71 +        """clicked the about button"""
   17.72 +        dlgAbout = About()
   17.73 +        dlgAbout.exec_()
   17.74 +    
   17.75 +
   17.76 +    def clicked_cancel(self):
   17.77 +        """clicked the cancel button"""
   17.78 +        self.reject()
   17.79 +    
   17.80 +
   17.81 +    def clicked_ok(self):
   17.82 +        """clicked the ok button"""
   17.83 +        sys.stdout.write('{ ')
   17.84 +        sys.stdout.write('\'user\': \'')
   17.85 +        sys.stdout.write(self.edUser.text())
   17.86 +        sys.stdout.write('\', ')
   17.87 +        sys.stdout.write('\'password\': \'')
   17.88 +        sys.stdout.write(self.edPassword.text())
   17.89 +        sys.stdout.write('\' ')
   17.90 +        sys.stdout.write('}\n')
   17.91 +        self.accept()
   17.92 +    
   17.93 +
   17.94 +    def setup_ui(self):
   17.95 +        
   17.96 +        """Create the widgets."""
   17.97 +        
   17.98 +        lyMain = QtGui.QVBoxLayout(self)
   17.99 +        lyMain.setContentsMargins(8, 8, 8, 8)
  17.100 +        
  17.101 +        # content area: left pixmap, right text
  17.102 +        lyContent = QtGui.QHBoxLayout()
  17.103 +        lyMain.addLayout(lyContent)
  17.104 +        
  17.105 +        # pixmap
  17.106 +        lbPix = QtGui.QLabel()
  17.107 +        lbPix.setPixmap(QtGui.QPixmapCache.find('opensecurity_icon_64'))
  17.108 +        lyContent.addWidget(lbPix, 0, QtCore.Qt.Alignment(QtCore.Qt.AlignTop + QtCore.Qt.AlignHCenter))
  17.109 +        lyContent.addSpacing(16)
  17.110 +        
  17.111 +        # text ...
  17.112 +        lyText = QtGui.QGridLayout()
  17.113 +        lyContent.addLayout(lyText, 1)
  17.114 +        self.lbText = QtGui.QLabel()
  17.115 +        lyText.addWidget(self.lbText, 0, 0, 1, 2)
  17.116 +        
  17.117 +        lbUser = QtGui.QLabel('&User:')
  17.118 +        lyText.addWidget(lbUser, 1, 0)
  17.119 +        self.edUser = QtGui.QLineEdit()
  17.120 +        lyText.addWidget(self.edUser, 1, 1)
  17.121 +        lbUser.setBuddy(self.edUser)
  17.122 +        
  17.123 +        lbPassword = QtGui.QLabel('&Password:')
  17.124 +        lyText.addWidget(lbPassword, 2, 0)
  17.125 +        self.edPassword = QtGui.QLineEdit()
  17.126 +        self.edPassword.setEchoMode(QtGui.QLineEdit.Password)
  17.127 +        lyText.addWidget(self.edPassword, 2, 1)
  17.128 +        lbPassword.setBuddy(self.edPassword)
  17.129 +        
  17.130 +        lyText.addWidget(QtGui.QWidget(), 3, 0, 1, 2)
  17.131 +        lyText.setColumnStretch(1, 1)
  17.132 +        lyText.setRowStretch(3, 1)
  17.133 +        
  17.134 +        lyMain.addStretch(1)
  17.135 +        
  17.136 +        # buttons
  17.137 +        lyButton = QtGui.QHBoxLayout()
  17.138 +        lyMain.addLayout(lyButton)
  17.139 +        
  17.140 +        lyButton.addStretch(1)
  17.141 +        btnOk = QtGui.QPushButton('&Ok', self)
  17.142 +        btnOk.setDefault(True)
  17.143 +        btnOk.setMinimumWidth(100)
  17.144 +        lyButton.addWidget(btnOk)
  17.145 +        btnCancel = QtGui.QPushButton('&Cancel', self)
  17.146 +        btnCancel.setMinimumWidth(100)
  17.147 +        lyButton.addWidget(btnCancel)
  17.148 +        btnAbout = QtGui.QPushButton('&About', self)
  17.149 +        btnAbout.setMinimumWidth(100)
  17.150 +        lyButton.addWidget(btnAbout)
  17.151 +        
  17.152 +        button_width = max(btnOk.width(), btnCancel.width(), btnAbout.width())
  17.153 +        btnOk.setMinimumWidth(button_width)
  17.154 +        btnCancel.setMinimumWidth(button_width)
  17.155 +        btnAbout.setMinimumWidth(button_width)
  17.156 +        
  17.157 +        # reduce to the max
  17.158 +        self.resize(lyMain.minimumSize())
  17.159 +        
  17.160 +        # connectors
  17.161 +        btnOk.clicked.connect(self.clicked_ok)
  17.162 +        btnCancel.clicked.connect(self.clicked_cancel)
  17.163 +        btnAbout.clicked.connect(self.clicked_about)
    18.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.2 +++ b/OpenSecurity/bin/ui/credentials_dialog.py	Mon Mar 31 12:37:59 2014 +0200
    18.3 @@ -0,0 +1,1 @@
    18.4 +credentials_dialog.pyw
    18.5 \ No newline at end of file
    19.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    19.2 +++ b/OpenSecurity/bin/ui/credentials_dialog.pyw	Mon Mar 31 12:37:59 2014 +0200
    19.3 @@ -0,0 +1,102 @@
    19.4 +#!/bin/env python
    19.5 +# -*- coding: utf-8 -*-
    19.6 +
    19.7 +# ------------------------------------------------------------
    19.8 +# credentials_dialog.pyw
    19.9 +# 
   19.10 +# the user should give us some user/pass info
   19.11 +#
   19.12 +# Autor: Oliver Maurhart, <oliver.maurhart@ait.ac.at>
   19.13 +#
   19.14 +# Copyright (C) 2014 AIT Austrian Institute of Technology
   19.15 +# AIT Austrian Institute of Technology GmbH
   19.16 +# Donau-City-Strasse 1 | 1220 Vienna | Austria
   19.17 +# http://www.ait.ac.at
   19.18 +#
   19.19 +# This program is free software; you can redistribute it and/or
   19.20 +# modify it under the terms of the GNU General Public License
   19.21 +# as published by the Free Software Foundation version 2.
   19.22 +# 
   19.23 +# This program is distributed in the hope that it will be useful,
   19.24 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
   19.25 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   19.26 +# GNU General Public License for more details.
   19.27 +# 
   19.28 +# You should have received a copy of the GNU General Public License
   19.29 +# along with this program; if not, write to the Free Software
   19.30 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
   19.31 +# Boston, MA  02110-1301, USA.
   19.32 +# ------------------------------------------------------------
   19.33 +
   19.34 +
   19.35 +# ------------------------------------------------------------
   19.36 +# imports
   19.37 +
   19.38 +import sys
   19.39 +
   19.40 +from PyQt4 import QtCore
   19.41 +from PyQt4 import QtGui
   19.42 +
   19.43 +from ui_CredentialsDialog import Ui_CredentialsDialog 
   19.44 +from about_dialog import AboutDialog
   19.45 +
   19.46 +
   19.47 +# ------------------------------------------------------------
   19.48 +# code
   19.49 +
   19.50 +
   19.51 +class CredentialsDialog(QtGui.QDialog):
   19.52 +
   19.53 +    """A dialog for letting the user pass on a user/password combo"""
   19.54 +
   19.55 +    def __init__(self, user_text = 'Please provide approbitate login information:'):
   19.56 +
   19.57 +        QtGui.QDialog.__init__(self)
   19.58 +
   19.59 +        # setup the user interface
   19.60 +        self.ui = Ui_CredentialsDialog()
   19.61 +        self.ui.setupUi(self)
   19.62 +    
   19.63 +        # local members
   19.64 +        self._about_dialog = AboutDialog()
   19.65 +
   19.66 +        # connectors
   19.67 +        self.ui.lblText.setText(user_text)
   19.68 +        self.ui.btnAbout.clicked.connect(self.clicked_about)
   19.69 +        self.ui.btnCancel.clicked.connect(self.reject)
   19.70 +        self.ui.btnOk.clicked.connect(self.clicked_ok)
   19.71 +
   19.72 +
   19.73 +    def clicked_about(self):
   19.74 +
   19.75 +        """About button has been clicked."""
   19.76 +        self._about_dialog.show()
   19.77 +
   19.78 +
   19.79 +    def clicked_ok(self):
   19.80 +        
   19.81 +        """Ok button has been clicked."""
   19.82 +        sys.stdout.write('{ ')
   19.83 +        sys.stdout.write('\'user\': \'')
   19.84 +        sys.stdout.write(self.ui.edtUser.text())
   19.85 +        sys.stdout.write('\', ')
   19.86 +        sys.stdout.write('\'password\': \'')
   19.87 +        sys.stdout.write(self.ui.edtPassword.text())
   19.88 +        sys.stdout.write('\' ')
   19.89 +        sys.stdout.write('}\n')
   19.90 +        self.accept()
   19.91 +
   19.92 +
   19.93 +    def set_user_text(user_text):
   19.94 +
   19.95 +        """Set a text to explain which credentials we need."""
   19.96 +        self.ui.lblText.setText(user_text)
   19.97 +
   19.98 +
   19.99 +
  19.100 +if __name__ == "__main__":
  19.101 +        a = QtGui.QApplication(sys.argv)
  19.102 +        d = CredentialsDialog()
  19.103 +        d.show()
  19.104 +        sys.exit(a.exec_())     
  19.105 +
    20.1 Binary file OpenSecurity/bin/ui/gfx/ait_logo.jpg has changed
    21.1 Binary file OpenSecurity/bin/ui/gfx/ait_logo_no_claim.png has changed
    22.1 Binary file OpenSecurity/bin/ui/gfx/bmvit_logo.jpg has changed
    23.1 Binary file OpenSecurity/bin/ui/gfx/ffg_logo.jpg has changed
    24.1 Binary file OpenSecurity/bin/ui/gfx/ikarus_logo.jpg has changed
    25.1 Binary file OpenSecurity/bin/ui/gfx/kiras_logo.jpg has changed
    26.1 Binary file OpenSecurity/bin/ui/gfx/linz_logo.jpg has changed
    27.1 Binary file OpenSecurity/bin/ui/gfx/liqua_logo.jpg has changed
    28.1 Binary file OpenSecurity/bin/ui/gfx/opensecurity.ico has changed
    29.1 Binary file OpenSecurity/bin/ui/gfx/opensecurity_icon_64.png has changed
    30.1 Binary file OpenSecurity/bin/ui/gfx/opensecurity_logo.jpg has changed
    31.1 Binary file OpenSecurity/bin/ui/gfx/x-net_logo.jpg has changed
    32.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    32.2 +++ b/OpenSecurity/bin/ui/launch.pyw	Mon Mar 31 12:37:59 2014 +0200
    32.3 @@ -0,0 +1,257 @@
    32.4 +#!/bin/env python
    32.5 +# -*- coding: utf-8 -*-
    32.6 +
    32.7 +# ------------------------------------------------------------
    32.8 +# opensecurity-launcher
    32.9 +# 
   32.10 +# launches an application inside a VM
   32.11 +#
   32.12 +# Autor: Oliver Maurhart, <oliver.maurhart@ait.ac.at>
   32.13 +#
   32.14 +# Copyright (C) 2013 AIT Austrian Institute of Technology
   32.15 +# AIT Austrian Institute of Technology GmbH
   32.16 +# Donau-City-Strasse 1 | 1220 Vienna | Austria
   32.17 +# http://www.ait.ac.at
   32.18 +#
   32.19 +# This program is free software; you can redistribute it and/or
   32.20 +# modify it under the terms of the GNU General Public License
   32.21 +# as published by the Free Software Foundation version 2.
   32.22 +# 
   32.23 +# This program is distributed in the hope that it will be useful,
   32.24 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
   32.25 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   32.26 +# GNU General Public License for more details.
   32.27 +# 
   32.28 +# You should have received a copy of the GNU General Public License
   32.29 +# along with this program; if not, write to the Free Software
   32.30 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
   32.31 +# Boston, MA  02110-1301, USA.
   32.32 +# ------------------------------------------------------------
   32.33 +
   32.34 +
   32.35 +# ------------------------------------------------------------
   32.36 +# imports
   32.37 +
   32.38 +import argparse
   32.39 +import os
   32.40 +import subprocess
   32.41 +import sys
   32.42 +import urllib2
   32.43 +
   32.44 +from PyQt4 import QtCore
   32.45 +from PyQt4 import QtGui
   32.46 +
   32.47 +# local
   32.48 +from about import About
   32.49 +from cygwin import Cygwin
   32.50 +from environment import Environment
   32.51 +
   32.52 +
   32.53 +# ------------------------------------------------------------
   32.54 +# code
   32.55 +
   32.56 +
   32.57 +class Chooser(QtGui.QDialog, object):
   32.58 +    
   32.59 +    """Ask the user what to launch."""
   32.60 +    
   32.61 +    def __init__(self, parent = None, flags = QtCore.Qt.WindowFlags(0)):
   32.62 +    
   32.63 +        super(Chooser, self).__init__(parent, flags)
   32.64 +        self.setWindowTitle('OpenSecuirty Launch Application')
   32.65 +        self.setup_ui()
   32.66 +        
   32.67 +        # positionate ourself central
   32.68 +        screen = QtGui.QDesktopWidget().screenGeometry()
   32.69 +        self.resize(self.geometry().width() * 1.25, self.geometry().height())
   32.70 +        size = self.geometry()
   32.71 +        self.move((screen.width() - size.width()) / 2, (screen.height() - size.height()) / 2)
   32.72 +        
   32.73 +        # TODO: THIS HERE IS HARD CODED
   32.74 +        self._vms = [ { 'name': 'SecurityDVM0' } ]
   32.75 +        self._apps = [ { 'name': 'Browser', 'command': '/usr/bin/iceweasel' } ]
   32.76 +        
   32.77 +        # add the VMs we know
   32.78 +        self._cbVM.clear()
   32.79 +        for vm in self._vms:
   32.80 +            self._cbVM.addItem(vm['name'])
   32.81 +            
   32.82 +        # add the commands we know
   32.83 +        self._cbApplication.clear()
   32.84 +        for app in self._apps:
   32.85 +            self._cbApplication.addItem(app['name'])
   32.86 +        
   32.87 +        
   32.88 +        
   32.89 +    def app_get(self):
   32.90 +        """The application of the user."""
   32.91 +        a = str(self._cbApplication.currentText())
   32.92 +        for app in self._apps:
   32.93 +            if a == app['name']:
   32.94 +                return app['command']
   32.95 +        return a
   32.96 +        
   32.97 +    app = property(app_get)
   32.98 +        
   32.99 +
  32.100 +    def clicked_about(self):
  32.101 +        """clicked the about button"""
  32.102 +        dlgAbout = About()
  32.103 +        dlgAbout.exec_()
  32.104 +
  32.105 +
  32.106 +    def clicked_cancel(self):
  32.107 +        """clicked the cancel button"""
  32.108 +        self.reject()
  32.109 +    
  32.110 +
  32.111 +    def clicked_ok(self):
  32.112 +        """clicked the ok button"""
  32.113 +        self.accept()
  32.114 +    
  32.115 +    
  32.116 +    def setup_ui(self):
  32.117 +        """Create the widgets."""
  32.118 +        
  32.119 +        lyMain = QtGui.QVBoxLayout(self)
  32.120 +        lyMain.setContentsMargins(8, 8, 8, 8)
  32.121 +        
  32.122 +        # content area: left pixmap, right text
  32.123 +        lyContent = QtGui.QHBoxLayout()
  32.124 +        lyMain.addLayout(lyContent)
  32.125 +        
  32.126 +        # pixmap
  32.127 +        lbPix = QtGui.QLabel()
  32.128 +        lbPix.setPixmap(QtGui.QPixmapCache.find('opensecurity_icon_64'))
  32.129 +        lyContent.addWidget(lbPix, 0, QtCore.Qt.Alignment(QtCore.Qt.AlignTop + QtCore.Qt.AlignHCenter))
  32.130 +        lyContent.addSpacing(16)
  32.131 +        
  32.132 +        # launch ...
  32.133 +        lyLaunch = QtGui.QGridLayout()
  32.134 +        lyContent.addLayout(lyLaunch)
  32.135 +        lbTitle = QtGui.QLabel('Specify details for application to launch.')
  32.136 +        lyLaunch.addWidget(lbTitle, 0, 0, 1, 2)
  32.137 +        
  32.138 +        lbVM = QtGui.QLabel('&VM-ID:')
  32.139 +        lyLaunch.addWidget(lbVM, 1, 0)
  32.140 +        self._cbVM = QtGui.QComboBox()
  32.141 +        self._cbVM.setEditable(True)
  32.142 +        self._cbVM.setInsertPolicy(QtGui.QComboBox.InsertAlphabetically)
  32.143 +        lyLaunch.addWidget(self._cbVM, 1, 1)
  32.144 +        lbVM.setBuddy(self._cbVM)
  32.145 +        
  32.146 +        lbApplication = QtGui.QLabel('&Application:')
  32.147 +        lyLaunch.addWidget(lbApplication, 2, 0)
  32.148 +        self._cbApplication = QtGui.QComboBox()
  32.149 +        self._cbApplication.setEditable(True)
  32.150 +        self._cbApplication.setInsertPolicy(QtGui.QComboBox.InsertAlphabetically)
  32.151 +        lyLaunch.addWidget(self._cbApplication, 2, 1)
  32.152 +        lbApplication.setBuddy(self._cbApplication)
  32.153 +        
  32.154 +        lyLaunch.addWidget(QtGui.QWidget(), 3, 0, 1, 2)
  32.155 +        lyLaunch.setColumnStretch(1, 1)
  32.156 +        lyLaunch.setRowStretch(3, 1)
  32.157 +        
  32.158 +        lyMain.addStretch(1)
  32.159 +        
  32.160 +        # buttons
  32.161 +        lyButton = QtGui.QHBoxLayout()
  32.162 +        lyMain.addLayout(lyButton)
  32.163 +        
  32.164 +        lyButton.addStretch(1)
  32.165 +        btnOk = QtGui.QPushButton('&Ok', self)
  32.166 +        btnOk.setDefault(True)
  32.167 +        btnOk.setMinimumWidth(100)
  32.168 +        lyButton.addWidget(btnOk)
  32.169 +        btnCancel = QtGui.QPushButton('&Cancel', self)
  32.170 +        btnCancel.setMinimumWidth(100)
  32.171 +        lyButton.addWidget(btnCancel)
  32.172 +        btnAbout = QtGui.QPushButton('&About', self)
  32.173 +        btnAbout.setMinimumWidth(100)
  32.174 +        lyButton.addWidget(btnAbout)
  32.175 +        
  32.176 +        button_width = max(btnOk.width(), btnCancel.width(), btnAbout.width())
  32.177 +        btnOk.setMinimumWidth(button_width)
  32.178 +        btnCancel.setMinimumWidth(button_width)
  32.179 +        btnAbout.setMinimumWidth(button_width)
  32.180 +        
  32.181 +        # reduce to the max
  32.182 +        self.resize(lyMain.minimumSize())
  32.183 +        
  32.184 +        # connectors
  32.185 +        btnOk.clicked.connect(self.clicked_ok)
  32.186 +        btnCancel.clicked.connect(self.clicked_cancel)
  32.187 +        btnAbout.clicked.connect(self.clicked_about)
  32.188 +
  32.189 +        
  32.190 +    def vm_get(self):
  32.191 +        """The vm of choice."""
  32.192 +        return str(self._cbVM.currentText())
  32.193 +        
  32.194 +    vm = property(vm_get)
  32.195 +        
  32.196 +        
  32.197 +def ask_user():
  32.198 +    """ask the user for VM and app to start"""
  32.199 +    
  32.200 +    # prebuild the pixmap cache: fetch all jpg, png and jpeg images and load them
  32.201 +    image_path = os.path.join(Environment("OpenSecurity").data_path, 'gfx')
  32.202 +    for file in os.listdir(image_path):
  32.203 +        if file.lower().rpartition('.')[2] in ('jpg', 'png', 'jpeg'):
  32.204 +            QtGui.QPixmapCache.insert(file.lower().rpartition('.')[0], QtGui.QPixmap(os.path.join(image_path, file)))
  32.205 +            
  32.206 +    # we should have now our application icon
  32.207 +    app.setWindowIcon(QtGui.QIcon(QtGui.QPixmapCache.find('opensecurity_icon_64')))
  32.208 +    
  32.209 +    # pop up the dialog
  32.210 +    dlg = Chooser()
  32.211 +    dlg.show()
  32.212 +    app.exec_()
  32.213 +    
  32.214 +    if dlg.result() == QtGui.QDialog.Accepted:
  32.215 +        return dlg.vm, dlg.app
  32.216 +
  32.217 +    return '', ''
  32.218 +    
  32.219 +
  32.220 +def main():
  32.221 +    """entry point"""
  32.222 +    
  32.223 +    # launch Qt
  32.224 +    global app
  32.225 +    app = QtGui.QApplication(sys.argv)
  32.226 +    
  32.227 +    # parse command line
  32.228 +    parser = argparse.ArgumentParser(description = 'OpenSecurity Launcher: run application in VM')
  32.229 +    parser.add_argument('vm', metavar='VM', help='Name of Virtual Machine', nargs='?', type=str, default='')
  32.230 +    parser.add_argument('command', metavar='COMMAND', help='Full path of command and arguments to start inside VM', nargs='?', type=str, default='')
  32.231 +    args = parser.parse_args()
  32.232 +    
  32.233 +    # we must have all set
  32.234 +    if args.vm == "" or args.command == '':
  32.235 +        print('VM and/or COMMAND missing - invoking user dialog')
  32.236 +        args.vm, args.command = ask_user()
  32.237 +        
  32.238 +    # still no VM? --> no chance, over and out!
  32.239 +    if args.vm == '':
  32.240 +        sys.exit(0)
  32.241 +        
  32.242 +    # ensure we have our X11 running
  32.243 +    Cygwin.start_X11()
  32.244 +
  32.245 +    # call the OpenSecurity Admin to launch our progie =)
  32.246 +    # TODO: hard coded PORT
  32.247 +    url = 'http://127.0.0.1:8080/sdvms/' + args.vm + '/application' + args.command
  32.248 +    print('Calling ' + url)
  32.249 +    try:
  32.250 +        result = urllib2.urlopen(url, None, 5)
  32.251 +    except urllib2.HTTPError as e:
  32.252 +        # Error, Fail, ... :(
  32.253 +        msg = 'Error received from OpenSecurity Subsystem\nError code: ' + str(e.code) + '\nReason: ' + e.reason
  32.254 +        QtGui.QMessageBox.critical(None, 'OpenSecurity Error', msg)
  32.255 +    
  32.256 +    
  32.257 +# start
  32.258 +if __name__ == "__main__":
  32.259 +    main()
  32.260 +
    33.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    33.2 +++ b/OpenSecurity/bin/ui/notification.py	Mon Mar 31 12:37:59 2014 +0200
    33.3 @@ -0,0 +1,151 @@
    33.4 +#!/bin/env python
    33.5 +# -*- coding: utf-8 -*-
    33.6 +
    33.7 +# ------------------------------------------------------------
    33.8 +# notification-dialog
    33.9 +# 
   33.10 +# show the user an opensecurity specific message box
   33.11 +#
   33.12 +# Autor: Oliver Maurhart, <oliver.maurhart@ait.ac.at>
   33.13 +#
   33.14 +# Copyright (C) 2013 AIT Austrian Institute of Technology
   33.15 +# AIT Austrian Institute of Technology GmbH
   33.16 +# Donau-City-Strasse 1 | 1220 Vienna | Austria
   33.17 +# http://www.ait.ac.at
   33.18 +#
   33.19 +# This program is free software; you can redistribute it and/or
   33.20 +# modify it under the terms of the GNU General Public License
   33.21 +# as published by the Free Software Foundation version 2.
   33.22 +# 
   33.23 +# This program is distributed in the hope that it will be useful,
   33.24 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
   33.25 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   33.26 +# GNU General Public License for more details.
   33.27 +# 
   33.28 +# You should have received a copy of the GNU General Public License
   33.29 +# along with this program; if not, write to the Free Software
   33.30 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
   33.31 +# Boston, MA  02110-1301, USA.
   33.32 +# ------------------------------------------------------------
   33.33 +
   33.34 +
   33.35 +# ------------------------------------------------------------
   33.36 +# imports
   33.37 +
   33.38 +import sys
   33.39 +
   33.40 +from PyQt4 import QtCore
   33.41 +from PyQt4 import QtGui
   33.42 +
   33.43 +# local
   33.44 +from about import About
   33.45 +
   33.46 +
   33.47 +# ------------------------------------------------------------
   33.48 +# code
   33.49 +
   33.50 +class Notification(QtGui.QDialog):
   33.51 +    
   33.52 +    """Show the user an OpenSecurity specific notification."""
   33.53 +    
   33.54 +    TYPES = ['information', 'warning', 'critical']
   33.55 +        
   33.56 +    def __init__(self, msgtype, text, parent = None, flags = QtCore.Qt.WindowFlags(0)):
   33.57 +        
   33.58 +        # super call and widget init
   33.59 +        super(Notification, self).__init__(parent, flags)
   33.60 +        self.setWindowTitle('OpenSecuirty Notification')
   33.61 +        self.setup_ui(msgtype)
   33.62 +        
   33.63 +        # positionate ourself central
   33.64 +        screen = QtGui.QDesktopWidget().screenGeometry()
   33.65 +        self.resize(self.geometry().width() * 1.25, self.geometry().height())
   33.66 +        size = self.geometry()
   33.67 +        self.move((screen.width() - size.width()) / 2, (screen.height() - size.height()) / 2)
   33.68 +        
   33.69 +        # fix up text
   33.70 +        if msgtype in Notification.TYPES:
   33.71 +            
   33.72 +            typetext = { 
   33.73 +                'information': 'OpenSecurity information', 
   33.74 +                'warning': '<b>OpenSecurity warning</b>', 
   33.75 +                'critical': '<b>OpenSecurity critical error</b>'
   33.76 +            }
   33.77 +            self.lbMsgType.setText(typetext[msgtype])
   33.78 +            
   33.79 +            captiontext = { 
   33.80 +                'information': 'OpenSecurity: Information', 
   33.81 +                'warning': 'OpenSecurity: Warning', 
   33.82 +                'critical': 'OpenSecurity: Critical'
   33.83 +            }
   33.84 +            self.setWindowTitle(captiontext[msgtype])
   33.85 +            
   33.86 +        else:
   33.87 +            raise ValueError('unknown msgtype')
   33.88 +        
   33.89 +        self.lbText.setText(text)
   33.90 +        
   33.91 +
   33.92 +    def clicked_about(self):
   33.93 +        """clicked the about button"""
   33.94 +        dlgAbout = About()
   33.95 +        dlgAbout.exec_()
   33.96 +    
   33.97 +
   33.98 +    def clicked_ok(self):
   33.99 +        """clicked the ok button"""
  33.100 +        self.accept()
  33.101 +    
  33.102 +
  33.103 +    def setup_ui(self, msgtype):
  33.104 +        
  33.105 +        """Create the widgets."""
  33.106 +        
  33.107 +        lyMain = QtGui.QVBoxLayout(self)
  33.108 +        lyMain.setContentsMargins(8, 8, 8, 8)
  33.109 +        
  33.110 +        # content area: left pixmap, right text
  33.111 +        lyContent = QtGui.QHBoxLayout()
  33.112 +        lyMain.addLayout(lyContent)
  33.113 +        
  33.114 +        # pixmap
  33.115 +        lbPix = QtGui.QLabel()
  33.116 +        lbPix.setPixmap(QtGui.QPixmapCache.find('opensecurity_icon_64'))
  33.117 +        lyContent.addWidget(lbPix, 0, QtCore.Qt.Alignment(QtCore.Qt.AlignTop + QtCore.Qt.AlignHCenter))
  33.118 +        lyContent.addSpacing(16)
  33.119 +        
  33.120 +        # text ...
  33.121 +        lyText = QtGui.QVBoxLayout()
  33.122 +        lyContent.addLayout(lyText, 1)
  33.123 +        
  33.124 +        self.lbMsgType = QtGui.QLabel()
  33.125 +        lyText.addWidget(self.lbMsgType)
  33.126 +        self.lbText = QtGui.QLabel()
  33.127 +        lyText.addWidget(self.lbText)
  33.128 +        lyText.addStretch(1)
  33.129 +        
  33.130 +        lyMain.addStretch(1)
  33.131 +        
  33.132 +        # buttons
  33.133 +        lyButton = QtGui.QHBoxLayout()
  33.134 +        lyMain.addLayout(lyButton)
  33.135 +        
  33.136 +        lyButton.addStretch(1)
  33.137 +        btnOk = QtGui.QPushButton('&Ok', self)
  33.138 +        btnOk.setDefault(True)
  33.139 +        btnOk.setMinimumWidth(100)
  33.140 +        lyButton.addWidget(btnOk)
  33.141 +        btnAbout = QtGui.QPushButton('&About', self)
  33.142 +        btnAbout.setMinimumWidth(100)
  33.143 +        lyButton.addWidget(btnAbout)
  33.144 +        
  33.145 +        button_width = max(btnOk.width(), btnAbout.width())
  33.146 +        btnOk.setMinimumWidth(button_width)
  33.147 +        btnAbout.setMinimumWidth(button_width)
  33.148 +        
  33.149 +        # reduce to the max
  33.150 +        self.resize(lyMain.minimumSize())
  33.151 +        
  33.152 +        # connectors
  33.153 +        btnOk.clicked.connect(self.clicked_ok)
  33.154 +        btnAbout.clicked.connect(self.clicked_about)
    34.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    34.2 +++ b/OpenSecurity/bin/ui/opensecurity.qrc	Mon Mar 31 12:37:59 2014 +0200
    34.3 @@ -0,0 +1,16 @@
    34.4 +<RCC>
    34.5 +  <qresource prefix="opensecurity">
    34.6 +    <file>gfx/ait_logo_no_claim.png</file>
    34.7 +    <file>gfx/bmvit_logo.jpg</file>
    34.8 +    <file>gfx/ffg_logo.jpg</file>
    34.9 +    <file>gfx/ikarus_logo.jpg</file>
   34.10 +    <file>gfx/kiras_logo.jpg</file>
   34.11 +    <file>gfx/linz_logo.jpg</file>
   34.12 +    <file>gfx/liqua_logo.jpg</file>
   34.13 +    <file>gfx/opensecurity.ico</file>
   34.14 +    <file>gfx/opensecurity_icon_64.png</file>
   34.15 +    <file>gfx/opensecurity_logo.jpg</file>
   34.16 +    <file>gfx/x-net_logo.jpg</file>
   34.17 +    <file>gfx/ait_logo.jpg</file>
   34.18 +  </qresource>
   34.19 +</RCC>
    35.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    35.2 +++ b/OpenSecurity/bin/ui/opensecurity_dialog.py	Mon Mar 31 12:37:59 2014 +0200
    35.3 @@ -0,0 +1,106 @@
    35.4 +#!/bin/env python
    35.5 +# -*- coding: utf-8 -*-
    35.6 +
    35.7 +# ------------------------------------------------------------
    35.8 +# opensecurity-dialog
    35.9 +# 
   35.10 +# an opensecurity dialog
   35.11 +#
   35.12 +# Autor: Oliver Maurhart, <oliver.maurhart@ait.ac.at>
   35.13 +#
   35.14 +# Copyright (C) 2013 AIT Austrian Institute of Technology
   35.15 +# AIT Austrian Institute of Technology GmbH
   35.16 +# Donau-City-Strasse 1 | 1220 Vienna | Austria
   35.17 +# http://www.ait.ac.at
   35.18 +#
   35.19 +# This program is free software; you can redistribute it and/or
   35.20 +# modify it under the terms of the GNU General Public License
   35.21 +# as published by the Free Software Foundation version 2.
   35.22 +# 
   35.23 +# This program is distributed in the hope that it will be useful,
   35.24 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
   35.25 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   35.26 +# GNU General Public License for more details.
   35.27 +# 
   35.28 +# You should have received a copy of the GNU General Public License
   35.29 +# along with this program; if not, write to the Free Software
   35.30 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
   35.31 +# Boston, MA  02110-1301, USA.
   35.32 +# ------------------------------------------------------------
   35.33 +
   35.34 +
   35.35 +# ------------------------------------------------------------
   35.36 +# imports
   35.37 +
   35.38 +import argparse
   35.39 +import os
   35.40 +import sys
   35.41 +
   35.42 +from PyQt4 import QtCore
   35.43 +from PyQt4 import QtGui
   35.44 +
   35.45 +# local
   35.46 +from credentials import Credentials
   35.47 +from environment import Environment
   35.48 +from notification import Notification
   35.49 +from password import Password
   35.50 +
   35.51 +
   35.52 +# ------------------------------------------------------------
   35.53 +# code
   35.54 +
   35.55 +
   35.56 +def main():
   35.57 +    
   35.58 +    # parse command line
   35.59 +    parser = argparse.ArgumentParser(description = 'OpenSecurity Dialog.')
   35.60 +    parser.add_argument('mode', metavar='MODE', help='dialog mode: \'password\', \'credentials\', \'notification-information\', \'notification-warning\' or \'notification-critical\'')
   35.61 +    parser.add_argument('text', metavar='TEXT', help='text to show')
   35.62 +    args = parser.parse_args()
   35.63 +    
   35.64 +    app = QtGui.QApplication(sys.argv)
   35.65 +    
   35.66 +    # prebuild the pixmap cache: fetch all jpg, png and jpeg images and load them
   35.67 +    data_path = Environment("OpenSecurity").data_path
   35.68 +    image_path = os.path.join(data_path, 'gfx')
   35.69 +    for file in os.listdir(image_path):
   35.70 +        if file.lower().rpartition('.')[2] in ('jpg', 'png', 'jpeg'):
   35.71 +            QtGui.QPixmapCache.insert(file.lower().rpartition('.')[0], QtGui.QPixmap(os.path.join(image_path, file)))
   35.72 +            
   35.73 +    # we should have now our application icon
   35.74 +    app.setWindowIcon(QtGui.QIcon(QtGui.QPixmapCache.find('opensecurity_icon_64')))
   35.75 +    
   35.76 +    if args.mode == 'password':
   35.77 +        dlg = Password(args.text)
   35.78 +    
   35.79 +    if args.mode == 'credentials':
   35.80 +        dlg = Credentials(args.text)
   35.81 +    
   35.82 +    if args.mode == 'notification-information':
   35.83 +        dlg = Notification('information', args.text)
   35.84 +    
   35.85 +    if args.mode == 'notification-warning':
   35.86 +        dlg = Notification('warning', args.text)
   35.87 +    
   35.88 +    if args.mode == 'notification-critical':
   35.89 +        dlg = Notification('critical', args.text)
   35.90 +        
   35.91 +    if not 'dlg' in locals():
   35.92 +        raise ValueError('unknown mode. type --help for help')
   35.93 +    
   35.94 +    # pop up the dialog
   35.95 +    dlg.show()
   35.96 +    app.exec_()
   35.97 +    
   35.98 +    # give proper result code
   35.99 +    if dlg.result() == QtGui.QDialog.Accepted:
  35.100 +        res = 0
  35.101 +    else:
  35.102 +        res = 1
  35.103 +    sys.exit(res)
  35.104 +    
  35.105 +
  35.106 +# start
  35.107 +if __name__ == "__main__":
  35.108 +    main()
  35.109 +
    36.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    36.2 +++ b/OpenSecurity/bin/ui/opensecurity_rc.py	Mon Mar 31 12:37:59 2014 +0200
    36.3 @@ -0,0 +1,5181 @@
    36.4 +# -*- coding: utf-8 -*-
    36.5 +
    36.6 +# Resource object code
    36.7 +#
    36.8 +# Created: Mon Mar 31 11:08:04 2014
    36.9 +#      by: The Resource Compiler for PyQt (Qt v4.8.5)
   36.10 +#
   36.11 +# WARNING! All changes made in this file will be lost!
   36.12 +
   36.13 +from PyQt4 import QtCore
   36.14 +
   36.15 +qt_resource_data = "\
   36.16 +\x00\x00\x08\xbd\
   36.17 +\xff\
   36.18 +\xd8\xff\xe0\x00\x10\x4a\x46\x49\x46\x00\x01\x01\x00\x00\x01\x00\
   36.19 +\x01\x00\x00\xff\xdb\x00\x43\x00\x04\x03\x03\x03\x03\x02\x04\x03\
   36.20 +\x03\x03\x04\x04\x04\x05\x06\x0a\x06\x06\x05\x05\x06\x0c\x08\x09\
   36.21 +\x07\x0a\x0e\x0c\x0f\x0e\x0e\x0c\x0d\x0d\x0f\x11\x16\x13\x0f\x10\
   36.22 +\x15\x11\x0d\x0d\x13\x1a\x13\x15\x17\x18\x19\x19\x19\x0f\x12\x1b\
   36.23 +\x1d\x1b\x18\x1d\x16\x18\x19\x18\xff\xdb\x00\x43\x01\x04\x04\x04\
   36.24 +\x06\x05\x06\x0b\x06\x06\x0b\x18\x10\x0d\x10\x18\x18\x18\x18\x18\
   36.25 +\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\
   36.26 +\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\
   36.27 +\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\xff\xc0\x00\
   36.28 +\x11\x08\x00\x38\x00\x80\x03\x01\x22\x00\x02\x11\x01\x03\x11\x01\
   36.29 +\xff\xc4\x00\x1c\x00\x01\x00\x02\x02\x03\x01\x00\x00\x00\x00\x00\
   36.30 +\x00\x00\x00\x00\x00\x00\x06\x07\x04\x05\x01\x02\x03\x08\xff\xc4\
   36.31 +\x00\x33\x10\x00\x02\x01\x03\x03\x03\x02\x04\x05\x03\x05\x01\x00\
   36.32 +\x00\x00\x00\x01\x02\x03\x04\x05\x11\x00\x06\x12\x07\x21\x31\x13\
   36.33 +\x41\x22\x32\x51\x61\x08\x14\x15\x71\x81\x33\x42\xa1\x23\x24\x36\
   36.34 +\x62\x74\xb3\xff\xc4\x00\x1b\x01\x01\x01\x00\x02\x03\x01\x00\x00\
   36.35 +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x03\x06\x02\x05\x07\x04\
   36.36 +\xff\xc4\x00\x28\x11\x00\x01\x03\x03\x03\x03\x04\x03\x01\x00\x00\
   36.37 +\x00\x00\x00\x00\x00\x01\x00\x02\x11\x03\x04\x21\x05\x12\x31\x06\
   36.38 +\x13\x41\x32\x51\x61\x71\x14\x91\xa1\xf0\xff\xda\x00\x0c\x03\x01\
   36.39 +\x00\x02\x11\x03\x11\x00\x3f\x00\xfb\xfb\x4d\x34\xd1\x13\x4d\x34\
   36.40 +\xd1\x16\xba\xfd\x51\x35\x1e\xd6\xb9\x55\xd3\x39\x8e\x68\x69\x65\
   36.41 +\x91\x1c\x00\x78\xb0\x42\x41\xef\xf7\x1a\xd2\xf4\xd2\xef\x70\xbe\
   36.42 +\xf4\xa2\xcb\x76\xba\xd4\x9a\x8a\xca\x88\x4b\x4b\x29\x50\xa5\x8f\
   36.43 +\x22\x3c\x00\x07\xb6\xb6\xbb\x9f\xfe\x13\x78\xff\x00\xc5\x3f\xff\
   36.44 +\x00\x36\xd5\x57\xd3\x0d\x91\x49\xba\xba\x39\x6d\xa9\xdc\xb3\x56\
   36.45 +\x4c\xbe\x9b\x45\x43\x14\x35\x0f\x0a\xd2\xa2\xb1\x1c\xd4\x29\x00\
   36.46 +\xb9\x6c\xb7\x23\x9e\xdc\x47\x81\xab\xe1\x71\x3c\xab\xab\x4d\x56\
   36.47 +\x1d\x29\xbe\xdd\x6b\x76\xbd\xfe\xc1\x78\xac\x96\xae\xae\xc5\x57\
   36.48 +\x25\x1a\xd4\xca\x72\xef\x1e\x32\xa5\x8f\xb9\x1d\xc6\x7e\xda\x8c\
   36.49 +\x74\xc3\x6b\xc9\xd4\x0e\x96\xd3\xc9\xba\x6e\x57\x29\x28\xa0\x32\
   36.50 +\x41\x4b\x0c\x75\x4e\x85\x9f\x39\x69\x9c\x83\x96\x6c\x9c\x28\x39\
   36.51 +\x00\x0f\x1d\xf4\x84\xdc\xaf\x6d\x79\xd4\x54\x43\x4b\x49\x2d\x4d\
   36.52 +\x44\x8b\x1c\x31\x21\x77\x76\x38\x0a\xa0\x64\x93\xf6\xc6\xa9\x1e\
   36.53 +\x99\xd9\xeb\xfa\x87\xd3\xe1\x06\xed\xba\xdc\x27\xb6\x5b\xa5\x92\
   36.54 +\x8e\x9e\x28\xaa\x5a\x36\x99\x81\xc9\x92\x46\x1d\xdb\x8e\x40\x50\
   36.55 +\x4e\x3c\xe7\x3a\xd4\x35\xce\xf0\xff\x00\x83\xfd\xe1\x4e\xf5\xb3\
   36.56 +\xd4\xbd\x05\x4c\xf4\x11\xcd\x23\x16\x71\x00\x64\xc8\x27\xcf\x60\
   36.57 +\xcc\x3f\x6d\x64\xa5\x4f\x7b\xc3\x27\x93\x0b\x05\xcd\xc7\x66\x8b\
   36.58 +\xeb\x44\xed\x04\xfe\x84\xa8\x67\x51\x7f\x12\x7b\x8e\xe9\x77\x9e\
   36.59 +\x87\x64\x54\x7e\x93\x6a\x8d\x8a\xa5\x5f\x00\x67\x9c\x0f\xee\xcb\
   36.60 +\x02\x11\x4f\xb0\x03\x3f\x7d\x43\x2c\xdd\x74\xea\x7d\x9e\xe0\xb5\
   36.61 +\x23\x74\x54\x57\x20\x39\x68\x2b\x95\x66\x8d\xfe\xc7\xb6\x47\xf0\
   36.62 +\x46\xa3\xdb\x0f\x70\xa6\xd5\xea\x55\xa2\xf9\x34\x49\x25\x3c\x15\
   36.63 +\x00\x4f\x1b\x28\x60\xd1\x37\xc2\xe3\x07\xb7\xca\x4e\xae\x2e\xb1\
   36.64 +\x74\xd9\x2e\x7f\x88\x6d\xba\x2d\x30\xaa\xd0\x6e\x63\x18\x67\x84\
   36.65 +\x00\xa0\xa7\xf5\x18\x63\xb7\xf4\xfe\x2d\x6d\x46\x95\xbd\x07\x0a\
   36.66 +\x2e\x60\x82\x09\x9f\xae\x57\x92\x32\xeb\x52\xd4\x29\xba\xf6\x9d\
   36.67 +\x73\xbc\x38\x0d\xa2\x44\x07\x70\x46\x62\x27\x11\x0a\xf3\xe9\x67\
   36.68 +\x53\x6d\x9d\x4c\xda\x6d\x70\xa7\x88\x52\xdc\x29\x98\x47\x5b\x47\
   36.69 +\xcb\x97\xa4\xc4\x64\x15\x3e\xea\x7b\xe0\xfd\x88\xd6\x46\xe3\xdf\
   36.70 +\x76\xfa\x28\xab\xad\xf4\x13\x4b\xfa\x84\x60\xa2\x38\x8f\x92\x2b\
   36.71 +\xfe\xe7\xe9\xa8\x65\xa3\x70\x8a\x8f\xc5\x15\xe2\xc1\x60\xa7\x86\
   36.72 +\x3b\x7d\x9e\xc7\xf9\x77\x48\x50\x2a\xfa\xbc\x95\xfd\xbc\xe0\x95\
   36.73 +\x5f\xe0\xeb\x75\x6e\x01\xfa\x27\x72\x95\xc0\x32\x17\x90\x96\x23\
   36.74 +\xbe\x79\x0d\x79\x87\x56\xdd\xdc\x5b\x9f\xc7\xb4\x3b\x0b\xa9\xbd\
   36.75 +\xf2\x44\x90\x1a\x06\x06\x44\x13\x3c\xf8\x8e\x0a\xf5\x1d\x36\xe1\
   36.76 +\xf5\xa8\xc3\xdd\xb9\xcd\x25\xa4\xc4\x49\x18\x26\x16\x26\xd6\xbc\
   36.77 +\x6e\x6b\xe6\xe5\x5a\x4f\xd7\xe6\x8d\x42\x99\x5f\x92\x2b\x02\x01\
   36.78 +\x1d\x80\xc7\xdf\x53\x7b\x2e\xe7\x82\xe7\x7a\xad\xb4\x4c\xa2\x3a\
   36.79 +\xba\x69\x19\x40\x07\xb4\x8a\x0e\x32\x3e\xff\x00\x51\xa8\x6f\x4e\
   36.80 +\x2e\x55\xa6\xfe\x6d\x66\x6f\xf6\x82\x29\x24\x11\xf1\x1f\x36\x47\
   36.81 +\x7c\xe3\x3e\xff\x00\x5d\x7b\x52\xee\x3b\xdb\xf5\x38\x5b\x7f\x37\
   36.82 +\xca\x9b\xf3\x8d\x17\xa7\xe9\x27\xcb\xdf\xb6\x71\x9f\xf3\xad\x27\
   36.83 +\x40\xd5\xcd\xa5\xa5\xb5\x77\xd6\x7b\x8d\x4a\x85\xa6\x46\xe9\xc0\
   36.84 +\xc6\x5f\x80\x09\x9d\xc3\x27\xc8\x5f\x7b\x4c\x05\x66\x69\xa6\x9a\
   36.85 +\xf5\x65\x91\x34\xd3\x4d\x11\x62\xdc\xa8\xc5\xc2\xcf\x55\x40\xcd\
   36.86 +\xc4\x54\x42\xf0\x96\xfa\x72\x52\x33\xfe\x75\x55\x6c\x5d\xe1\x4b\
   36.87 +\xb1\x76\x2a\x6d\x2d\xd9\x45\x71\xa4\xba\x5a\xde\x48\x92\x38\xe9\
   36.88 +\x24\x94\x55\x27\x32\xc8\xd1\xb2\xa9\x07\x20\xe3\xcf\xdf\x56\xfe\
   36.89 +\x9a\xaa\x10\xab\x3e\x96\xd8\x2e\xd4\x1b\x73\x70\x5f\xef\x54\x6f\
   36.90 +\x49\x5b\x7d\xab\x92\xb0\x52\xb8\xf8\xe2\x8f\x04\x28\x61\xec\x4f\
   36.91 +\x73\x8f\xbe\xbd\xfa\x21\x4b\x53\x47\xd1\x9b\x74\x15\x74\xf2\xc1\
   36.92 +\x28\x79\x49\x8e\x54\x28\xc3\xe2\xfa\x1e\xfa\xb1\x74\xd2\x50\x08\
   36.93 +\x55\xa7\x43\xa9\x6a\xa8\xfa\x63\x2c\x55\x74\xd3\x53\xc8\x6e\x13\
   36.94 +\xb7\x09\x50\xa1\xc1\x23\x07\x07\x58\xdd\x29\xb1\xad\x6f\x4e\x37\
   36.95 +\x2d\x9e\xf5\x43\x2a\xd3\xd6\x5d\xaa\xe3\x92\x29\xa3\x2b\xce\x36\
   36.96 +\x54\x19\x19\x1e\x3c\xf7\xd5\xa9\xa6\x9b\xa3\x21\x71\x2c\x04\x41\
   36.97 +\xe1\x7c\x29\xd4\x5e\x8c\x6e\xbd\x8b\x7a\x9f\xd2\xb7\xd4\xdc\xec\
   36.98 +\xc5\x8f\xa1\x5f\x4d\x19\x7f\x87\xd8\x48\x06\x4a\xb0\xf7\xf6\x3e\
   36.99 +\x46\xbe\x8d\xe9\x15\xe1\x37\x1f\x46\x2d\x57\x8a\xfb\x5c\xd5\x97\
  36.100 +\xbd\xbb\x1c\xd4\xd1\x23\x21\x59\x19\xd5\x38\xaf\x1c\xe3\xbb\x27\
  36.101 +\x15\xd5\xbd\x8d\x75\x54\x44\x18\x55\x0a\x3e\x80\x63\x5d\x8d\xc6\
  36.102 +\xa2\xea\xf4\xc3\x1e\x32\x3c\xad\x77\x4f\xe9\xaa\x5a\x7d\xcb\xeb\
  36.103 +\x50\x79\xda\xe1\xe9\x22\x63\x32\x20\xfc\x1e\x30\xab\x6e\x91\xf4\
  36.104 +\xe6\xaf\x67\xdb\xee\x37\xdd\xc5\x2a\x4f\xb9\x6f\x53\x1a\x9a\xe7\
  36.105 +\x42\x19\x62\xcb\x16\xf4\xd4\xfb\xf7\x24\x93\xe3\x3f\xb6\xa4\x37\
  36.106 +\xbb\x32\x5b\xba\x7f\x78\xa4\xa1\x47\x75\x94\xbc\xcb\x1a\xae\x4a\
  36.107 +\xf2\x20\x90\x00\xfe\x75\x2a\xd3\x5d\x26\xa7\x6c\xdd\x41\xaf\xee\
  36.108 +\x7a\x8b\x5c\xd0\x7d\x83\x84\x18\xfe\x63\xe1\x77\x96\xb6\x94\xed\
  36.109 +\xa9\x0a\x34\x86\x07\xf8\x9f\xb2\xa9\xcd\x89\x54\x96\xfd\xe8\x8d\
  36.110 +\x52\xb2\x22\xc9\x1b\x45\x9e\x07\xb1\x38\x23\x3d\xbb\x78\xd4\xe6\
  36.111 +\xd1\xb4\x0d\x0e\xf3\xae\xbe\xd5\x4c\x92\xf3\x76\x6a\x74\x50\x7e\
  36.112 +\x1e\x5e\x49\xfb\xfb\x6a\x50\x11\x03\x16\x0a\xa0\x9f\x70\x35\xdb\
  36.113 +\x5a\xde\x8f\xd2\x94\xac\x69\x32\x95\x77\x77\x36\x38\xbd\xb8\x88\
  36.114 +\x24\x46\x72\x67\xdc\x7c\xac\xe1\xb0\x9a\x69\xa6\xb6\xd5\xc9\x35\
  36.115 +\x1f\xbf\x5c\x2f\x54\xb5\xf4\xc6\xd9\x6f\x9e\xa2\x9a\x12\x64\xa9\
  36.116 +\xf4\xd4\x13\x20\x20\x85\x45\xf7\x3d\xf0\x4e\x07\xd3\xef\xa9\x06\
  36.117 +\x9a\x22\x89\x9b\xf6\xe0\x99\xc0\x8e\xd8\xf0\x46\x78\x90\xed\x4d\
  36.118 +\x23\x10\x39\xe1\xb2\x32\x30\x48\x52\x47\x9e\xcc\x09\xc7\xb9\xef\
  36.119 +\x5b\x9a\x19\xe3\x57\xb3\xfa\x92\x37\xce\xa9\x1c\x85\x07\x65\x38\
  36.120 +\x0d\xed\x8e\x64\x12\x7c\xf0\x38\x1f\x4d\xf5\xdd\xeb\x63\xb3\xcc\
  36.121 +\x6d\xc3\x35\x27\x09\x19\xe2\x5b\x89\x2c\x07\x2c\x0f\x38\x04\x9f\
  36.122 +\xe3\x5a\xab\x45\xc2\xfb\x51\x3c\x70\x55\xdb\xcc\x34\xeb\x1b\x17\
  36.123 +\x96\x45\x7e\x79\x01\x40\x4e\xfe\x5b\xb9\xf8\x87\x63\x83\x8d\x55\
  36.124 +\x16\x2d\x55\xd7\x74\xa5\x3d\xb2\x74\xb6\x3b\x49\xca\x53\x53\x0c\
  36.125 +\x31\x9c\x3f\x84\x45\xef\x92\xa0\xb3\x86\xcf\xd1\x0f\xb6\xbc\xa9\
  36.126 +\xee\x9b\xb2\x0a\x78\xd2\x5b\x7c\x95\x44\x45\x99\x24\x68\x99\x59\
  36.127 +\x9b\x8b\x11\x80\x3b\x2f\x70\xa3\xf9\xd7\x34\xf7\x0d\xd3\x45\x49\
  36.128 +\x0c\x26\x82\x5a\xa7\x62\xa0\xc9\x32\x3b\x31\x62\x01\x39\xe3\xd9\
  36.129 +\x40\xe5\x8c\xf8\x1c\x1b\x3e\x46\xbb\x4b\xb8\xb7\x05\x2a\x46\x6a\
  36.130 +\xad\x48\xbe\xa1\x00\x14\x86\x56\xe2\x4b\xa0\x00\x8f\x7c\x2b\x31\
  36.131 +\xc0\xc9\x25\x4f\x61\xa2\x8b\xd2\x3b\xb6\xe6\x92\xa9\x62\x8a\x8a\
  36.132 +\x35\x4c\xbc\x7c\xe6\x82\x40\x3e\x70\x15\xf9\x67\xc7\x1c\x93\xd8\
  36.133 +\x77\xfa\x63\x27\x77\x65\xae\xa8\xb9\x59\xa2\xaf\xa8\xa7\xfc\xbf\
  36.134 +\xac\x39\x24\x67\x39\x0b\xec\x4e\x7e\xbd\xce\x3e\x84\x6b\x43\xfa\
  36.135 +\xde\xea\x9a\x9d\xd7\xf4\x35\x8a\x4f\x45\x99\x83\xc4\xec\x15\x95\
  36.136 +\x33\xc7\xfe\xdc\x8f\x8c\x76\x1e\x0f\x7d\x49\x2d\xb3\xb5\x4d\xae\
  36.137 +\x19\x5d\xb3\x26\x38\xc8\x44\x66\x31\xc8\x76\x6c\x29\xee\x06\x41\
  36.138 +\xd1\x50\xb2\xb4\xd3\x4d\x45\x53\x4d\x34\xd1\x13\x4d\x34\xd1\x14\
  36.139 +\x62\xa2\xe3\xb9\xa1\xb9\x54\x0a\x6b\x78\x9a\x9f\xd6\x61\x1f\xaa\
  36.140 +\xa4\x1c\x61\x54\x63\x1f\xda\x08\x62\x7d\xf0\x75\xe7\x0d\xeb\x74\
  36.141 +\x99\x51\x1e\xc8\xac\x40\x45\x7c\x2b\x2f\xcc\x57\xe2\x04\x9c\x60\
  36.142 +\x72\x6c\x8f\x23\x81\xfa\x8d\x34\xd5\x51\x79\xa5\xd7\x75\x54\x9e\
  36.143 +\x2d\x41\xe8\x8f\x8d\x48\x48\x98\x16\x38\x8c\x0c\x31\xf1\x86\x67\
  36.144 +\xef\x8e\xe1\x75\x95\x6e\xbb\x6e\x3a\xaa\xea\x61\x51\x6a\x48\x69\
  36.145 +\x9d\xbf\xd4\x62\x8c\xac\xa0\x86\x38\xc1\xfa\x10\x01\x3e\xf9\xed\
  36.146 +\xa6\x9a\x22\xc5\x5b\xee\xeb\x74\xf5\x56\xc4\xbc\x06\x58\xa3\x23\
  36.147 +\x86\xf1\xf2\xfe\xe0\x9c\x13\xe0\xe0\xe3\xdb\x5d\xe6\xa8\xdc\x46\
  36.148 +\xcb\x4d\x5a\x23\xa9\x7a\x81\x2c\xf2\xbc\x11\x2f\x0e\x68\x39\x7a\
  36.149 +\x6a\x41\x04\x8c\xfc\x07\x1e\x7c\xe9\xa6\x88\xb8\x9a\xe5\xba\xde\
  36.150 +\x2c\xc3\x49\x08\x96\x26\x05\x91\x61\x93\x12\xa8\x8d\x9b\x20\x9f\
  36.151 +\x66\x6e\x23\x1e\x47\xbe\xb9\x9a\xf1\xb9\xd2\x46\x56\xb3\x46\xe0\
  36.152 +\x39\x68\xf8\x23\x1e\x4b\xdf\xb6\x7d\x98\x0e\xf9\x3d\x89\xec\x34\
  36.153 +\xd3\x45\x16\x3b\x6e\x0d\xc5\x48\xd0\x51\xcf\x49\x0f\xaa\xf3\x0a\
  36.154 +\x74\x79\x95\x87\xa8\x41\x20\x93\x8f\x39\x03\x9f\x21\xd8\x67\x1a\
  36.155 +\x92\xd9\xab\x6a\x6e\x36\x88\xab\xaa\x69\xff\x00\x2e\x66\xf8\x92\
  36.156 +\x33\xe4\x2f\xb1\x3f\x73\xe7\xed\x91\xa6\x9a\x2a\x16\x7e\x9a\x69\
  36.157 +\xa8\xaa\x69\xa6\x9a\x22\x69\xa6\x9a\x22\xff\xd9\
  36.158 +\x00\x00\x08\xdf\
  36.159 +\xff\
  36.160 +\xd8\xff\xe0\x00\x10\x4a\x46\x49\x46\x00\x01\x01\x00\x00\x01\x00\
  36.161 +\x01\x00\x00\xff\xdb\x00\x43\x00\x04\x03\x03\x03\x03\x02\x04\x03\
  36.162 +\x03\x03\x04\x04\x04\x05\x06\x0a\x06\x06\x05\x05\x06\x0c\x08\x09\
  36.163 +\x07\x0a\x0e\x0c\x0f\x0e\x0e\x0c\x0d\x0d\x0f\x11\x16\x13\x0f\x10\
  36.164 +\x15\x11\x0d\x0d\x13\x1a\x13\x15\x17\x18\x19\x19\x19\x0f\x12\x1b\
  36.165 +\x1d\x1b\x18\x1d\x16\x18\x19\x18\xff\xdb\x00\x43\x01\x04\x04\x04\
  36.166 +\x06\x05\x06\x0b\x06\x06\x0b\x18\x10\x0d\x10\x18\x18\x18\x18\x18\
  36.167 +\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\
  36.168 +\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\
  36.169 +\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\xff\xc0\x00\
  36.170 +\x11\x08\x00\x3a\x00\x80\x03\x01\x22\x00\x02\x11\x01\x03\x11\x01\
  36.171 +\xff\xc4\x00\x1c\x00\x01\x00\x02\x03\x01\x01\x01\x00\x00\x00\x00\
  36.172 +\x00\x00\x00\x00\x00\x00\x04\x07\x05\x06\x08\x02\x03\x01\xff\xc4\
  36.173 +\x00\x35\x10\x00\x01\x03\x04\x01\x03\x02\x03\x05\x07\x05\x00\x00\
  36.174 +\x00\x00\x00\x01\x02\x03\x04\x00\x05\x06\x11\x12\x07\x21\x31\x13\
  36.175 +\x41\x14\x22\x51\x16\x23\x32\x42\x61\x36\x43\x52\x71\x74\x91\xb2\
  36.176 +\x53\x54\x81\x93\xa1\xff\xc4\x00\x1b\x01\x01\x00\x02\x03\x01\x01\
  36.177 +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x04\x05\x02\x03\x06\
  36.178 +\x01\x07\xff\xc4\x00\x2b\x11\x00\x01\x03\x03\x03\x02\x05\x05\x01\
  36.179 +\x01\x00\x00\x00\x00\x00\x00\x01\x00\x02\x11\x03\x04\x21\x12\x31\
  36.180 +\x41\x05\x51\x06\x13\x22\x61\x71\x23\x32\x81\x91\xf0\x24\xd1\xff\
  36.181 +\xda\x00\x0c\x03\x01\x00\x02\x11\x03\x11\x00\x3f\x00\xef\xea\x52\
  36.182 +\x94\x44\xa5\x29\x44\x58\x7b\xfe\x3c\xc5\xfc\x5b\xbd\x69\xf7\x08\
  36.183 +\x66\x0c\xc6\xe6\xa1\x50\xdf\x2d\xf3\x52\x37\xf2\x2f\xf8\x90\x76\
  36.184 +\x76\x2a\x3d\xb7\x35\xc6\xae\xd9\x9d\xc7\x14\xb7\xdc\x92\xf5\xd6\
  36.185 +\xdc\x9e\x72\x58\x08\x50\xe0\x36\x01\xf9\xb5\xa2\x41\x20\x10\x0f\
  36.186 +\x6d\xd4\xbb\xd5\xc2\xe5\x05\xcb\x6a\x2d\xb6\x85\xdc\x04\x99\xa8\
  36.187 +\x8f\x21\x49\x58\x40\x8c\xd1\x0a\x2a\x74\xef\xc8\x1a\x03\x5e\xe4\
  36.188 +\x8a\xd0\xba\x85\x2d\xfe\x9e\x47\x72\xfd\x81\xe0\xad\xdc\x32\x0b\
  36.189 +\xe4\xa0\xd4\x89\x0d\x46\x5b\x9e\x06\xf9\x2c\x23\xb9\xd9\xf0\x36\
  36.190 +\x06\xfb\x9a\x85\x71\x57\xc9\x9a\x83\x61\x1a\xb0\x49\x22\x31\x11\
  36.191 +\xca\xbc\xe9\xd6\x86\xf4\x36\xd5\xe6\x5c\xe0\x45\x3f\x53\x00\x0e\
  36.192 +\xd4\x0b\x8b\xc9\xc8\x6c\x02\x7b\x93\xb6\x37\xb4\xa9\x58\xcb\x0c\
  36.193 +\x9b\x9c\x9c\x76\x03\xb7\xc8\xcc\xc4\xba\xb9\x19\x0e\x4a\x8c\xd2\
  36.194 +\xf9\x25\xa7\x08\xf9\x80\xfd\x01\xed\x59\x3a\x96\xd7\x6a\x00\xaa\
  36.195 +\x6a\x94\xcd\x37\x96\x1e\x0c\x63\x23\x1d\x8f\x23\xb1\xe5\x29\x4a\
  36.196 +\x56\x4b\x04\xa5\x29\x44\x4a\x52\x94\x44\xa5\x29\x44\x4a\x52\x94\
  36.197 +\x44\xa5\x2b\xf0\xd1\x16\xbb\x92\xbb\x22\xf7\x8d\xdf\x6c\x58\xe5\
  36.198 +\xf5\x8b\x7d\xe1\xa6\x43\x4a\x92\xad\x9f\x84\x52\xd3\xc8\x15\x6b\
  36.199 +\xc1\xe1\xb2\x3e\x9b\x06\xb5\x1e\x9b\xe6\xf8\xcd\xd2\x12\xb0\x0c\
  36.200 +\x6b\x20\xb8\x5d\x6e\x36\xb8\x27\x77\x59\x4c\xa9\x48\x7c\x83\xc4\
  36.201 +\xb8\x14\x4e\xd4\x39\x28\x76\x3e\x47\x82\x6a\x46\x27\x70\x91\x99\
  36.202 +\xab\x2e\x61\xfc\x5c\xd9\xb1\x89\x4e\x2d\x86\xa5\x2c\x2d\x99\x33\
  36.203 +\xd6\xa0\x50\xeb\xc7\x7a\xd2\x74\x12\x01\xfe\x5f\x4e\xdc\xf6\x33\
  36.204 +\x85\x60\x99\xf5\xc7\x1f\xe8\xfc\x66\x44\x67\xdf\x6e\x18\x91\x31\
  36.205 +\x22\x4b\xd2\x9c\x49\x29\xf9\x54\x48\x09\x42\x94\x7b\x0f\xd3\x7d\
  36.206 +\xb7\x5c\xfd\xdd\xff\x00\x92\xfa\x77\x07\xed\x32\x0e\xf2\x44\x98\
  36.207 +\xd2\x31\xed\xea\xfd\x62\x17\xd1\xba\x37\x87\x4d\xf5\x1b\x9e\x9c\
  36.208 +\x07\xd4\x66\x97\x8c\xb7\x4b\x49\x68\x93\x51\xe0\x1d\xb2\x05\x3e\
  36.209 +\x33\x26\x41\x8d\x85\x30\x1e\xe8\x87\x55\x62\x65\x79\xe5\xf9\xcc\
  36.210 +\x86\xe1\x2d\x87\xd4\x86\x6d\xee\xab\xd5\x2a\x3a\x4f\x37\x7d\x42\
  36.211 +\x36\x83\xb5\x00\x3d\x88\x1a\x07\x55\x78\x74\xcf\xaa\x36\xce\xa5\
  36.212 +\xc1\x9e\xf4\x0b\x64\xe8\x0b\x84\xb4\x21\xc4\x49\xe2\xa0\x79\x02\
  36.213 +\x47\x15\x24\xe8\xf8\x3b\x1e\x47\x6f\xad\x6a\x59\x3f\x4e\xb0\xc7\
  36.214 +\xb1\xe7\x33\x1e\xa9\x5c\x9e\xb8\xdd\xe2\xc4\x0a\x98\xb4\x4c\x0c\
  36.215 +\x36\x14\x94\x93\xe8\xb6\x84\x90\x00\xd9\x21\x23\xc9\x27\x64\x9d\
  36.216 +\xd7\x36\xd9\xb3\x1c\xc2\xdc\xb7\xed\x58\x5d\xca\xed\x6d\x89\x26\
  36.217 +\x4a\x9e\x6e\xdf\x05\x65\xc5\x02\x7b\x01\xb0\x39\x28\x80\x12\x37\
  36.218 +\xef\xaa\x80\x6e\x9f\xd2\xab\x06\x91\xf4\xdd\x27\x4e\xee\xe3\x72\
  36.219 +\x7d\xfe\x7b\x65\x74\x6d\xe9\x16\xfe\x2d\xb3\x75\x50\x7f\xd3\x4c\
  36.220 +\x35\xa6\xa1\x05\x94\xa0\x13\x86\x34\x6e\x03\x79\x81\xc1\x31\x80\
  36.221 +\xbb\xee\x95\x5c\xf4\x6a\x37\x50\x58\xc1\x96\xe7\x50\xa5\xbe\xec\
  36.222 +\xa7\x5e\xe7\x19\xa9\x5a\x2f\xb4\xd6\x87\x67\x08\xf7\x27\x64\x03\
  36.223 +\xdc\x0f\x3f\x41\x63\x57\x53\x42\xaf\x9d\x4d\xb5\x34\x91\x3c\x1d\
  36.224 +\xd7\xc8\xfa\x8d\x98\xb3\xb9\x7d\xb8\xa8\x1f\xa4\xc6\xa6\xe4\x1f\
  36.225 +\x8f\xef\xda\x52\x94\xad\xca\x12\x52\x94\xa2\x25\x29\x4a\x22\x52\
  36.226 +\x95\x1a\xe3\x2d\x70\x2d\x6f\xcc\x6e\x1c\x89\x8b\x69\x05\x49\x8f\
  36.227 +\x19\x20\xb8\xe1\xf6\x4a\x41\x20\x6c\xfe\xa4\x0a\xf0\x98\x12\x56\
  36.228 +\x4d\x69\x71\x0d\x1b\x95\x26\xb5\x1b\x65\xce\x15\xdb\x33\xbf\x48\
  36.229 +\xb5\x64\x88\xba\xc8\xb7\xb4\x98\xc2\xd8\xca\xb8\xb3\x15\x44\x15\
  36.230 +\x7c\xea\x1b\x0a\x71\x4a\x4e\x89\xfc\xa0\x6b\x43\xbe\xfe\xb7\x2c\
  36.231 +\x81\xab\x57\x4c\xe5\xdf\x73\x86\xd1\x66\x68\x30\xa3\x25\xa8\xef\
  36.232 +\x97\x14\xd2\x54\x78\xa5\x09\x5a\x40\xdb\x87\x60\x7c\xbf\x98\xf6\
  36.233 +\x3e\xf5\xa8\x74\x42\xff\x00\x6c\xbb\xd9\x67\x45\xc6\x30\x47\xb1\
  36.234 +\xfc\x7a\x3a\xc7\xc3\xcb\x79\xde\x6a\x98\xe1\xdf\x22\x76\x36\xa5\
  36.235 +\x00\x06\xcf\x25\x79\xd6\xea\x15\x4b\x86\x9a\xd4\xe9\x4e\xf2\x63\
  36.236 +\x33\xed\x8e\x3e\x4f\xc4\x4a\xbd\xb5\xe9\xb5\x1b\x65\x71\x76\x5a\
  36.237 +\x48\x61\x0d\x9f\x4e\x8c\x91\x23\x51\x32\x4e\x00\x01\x82\x60\x92\
  36.238 +\x48\x1b\xd7\xf0\xad\xcf\xda\x3a\x9c\xde\x5d\xd7\x6c\xd6\x04\x49\
  36.239 +\x00\x97\x23\x59\x11\x25\x4f\x0e\xfe\x39\x21\x1b\x09\x68\x7b\x0d\
  36.240 +\x1d\x91\xb2\x7c\xef\x3f\xd5\xdb\x6e\x5f\x9f\xe3\xd0\xa0\x74\xfb\
  36.241 +\x1a\xf5\xec\xb2\x0a\x5f\x91\x35\x49\x6a\x3a\xa4\x91\xa2\xdf\x10\
  36.242 +\xe1\x4a\xb8\x0f\x3c\xb4\x37\xdb\x5d\xab\x62\x57\x40\xb1\x49\xbd\
  36.243 +\x43\x9b\x96\x5f\xa7\xdc\xaf\x0e\x49\x92\x64\xfc\x2c\x95\xa4\x34\
  36.244 +\x09\x3b\x09\x56\x86\xd4\x91\xd8\x00\x4e\xb4\x00\xef\x56\xb2\x52\
  36.245 +\x94\x20\x25\x29\x01\x20\x68\x00\x3c\x54\x0a\x1d\x36\xa3\xa9\xd4\
  36.246 +\xa3\x57\xd2\xd7\x1d\xe6\x5c\x7d\xc9\x38\xcf\x60\x17\x43\xd4\x3c\
  36.247 +\x51\x6f\x4a\xe6\xda\xf6\xd3\xea\x54\x63\x46\x0b\x74\x52\x66\x30\
  36.248 +\x18\xc0\x64\xc1\x27\xd4\xe2\x73\x9c\xf1\x40\xf4\x93\xa0\x92\xb1\
  36.249 +\xfb\xea\x72\x5c\xdc\xc3\x91\x29\xb4\x9f\x87\xb7\xa7\x4f\xa5\xb5\
  36.250 +\x9f\xde\x2d\x47\xb1\x50\xef\xa0\x37\xad\xef\x75\x7c\xb5\x12\x2b\
  36.251 +\x0b\x2b\x66\x3b\x4d\xa8\xf6\x2a\x42\x02\x49\xfe\xd5\xf6\xa5\x59\
  36.252 +\x5a\x59\x52\xb4\xa7\xe5\xd2\x1f\xf5\x72\xfd\x67\xae\xde\x75\x8b\
  36.253 +\x83\x71\x76\xe9\x3b\x00\x30\x00\xec\x07\xf1\x3c\xa5\x78\x75\xc6\
  36.254 +\xd9\x65\x6f\x3a\xa0\x84\x21\x25\x4a\x51\xf0\x00\xee\x4d\x7b\xa8\
  36.255 +\x37\x9f\xd9\xc9\xff\x00\xd3\x39\xfe\x06\xa5\xaa\x75\x88\x1d\x41\
  36.256 +\xc2\x88\xd8\xc9\xad\xbf\xf7\x0a\xcd\xc0\xb8\xc2\xba\x5b\xdb\x9d\
  36.257 +\x6e\x92\xdc\x98\xce\x6f\x83\xad\x9d\xa5\x5a\x3a\x3a\x3f\xcc\x1a\
  36.258 +\xe7\xae\x9f\x9e\x9d\x8b\x3c\xb3\x9a\xfa\x5f\x10\x1c\x4f\xa3\xcf\
  36.259 +\xd5\xfc\x1c\x7b\xfe\x0f\xd7\xeb\x5d\x03\x69\x83\x6f\xb6\xd9\x23\
  36.260 +\x42\xb5\x32\x96\x61\x36\x8f\xba\x42\x49\x20\x24\xf7\xf7\xef\xef\
  36.261 +\x44\x58\xa5\xe7\xd8\x6b\x6e\x29\xb5\xe4\x96\xe4\xa9\x24\xa5\x40\
  36.262 +\xbb\xe0\x8e\xc4\x56\x5a\xd7\x78\xb6\x5e\xa1\x99\x56\xa9\xac\xcb\
  36.263 +\x61\x2b\x28\x2e\x32\xae\x40\x28\x7b\x7f\xe8\xae\x7a\xc3\xfe\xc4\
  36.264 +\xfd\xa5\xbd\x7d\xb5\xf4\xbd\x1f\x50\xfc\x3f\x3f\x53\xf1\x7a\x8a\
  36.265 +\xe5\xf8\x3f\x4d\x79\xab\xe7\x19\x81\x60\x83\x8d\xb1\xf6\x69\x94\
  36.266 +\x35\x6e\x7f\xef\xdb\xe0\x54\x42\xb9\x7e\x6f\x9b\xbf\x7e\xd4\x45\
  36.267 +\x2a\xeb\x7a\xb4\xd9\x22\x89\x37\x6b\x84\x78\x6d\x13\xa0\xa7\x96\
  36.268 +\x13\xc8\xfd\x00\xf2\x7f\xe2\xa2\x5a\xb2\xec\x6a\xf9\x20\xb1\x6a\
  36.269 +\xbd\x43\x92\xf7\xfa\x48\x5e\x94\x7f\x92\x4e\x89\xaa\x82\xc7\x1d\
  36.270 +\xbe\xa5\xf5\x8e\xe1\x26\xf8\xb5\xbb\x6f\x86\x95\xad\xb8\xe5\x64\
  36.271 +\x0e\x09\x5f\x14\x23\xb7\x81\xe5\x47\x5e\x6b\x79\x8b\x8d\xf4\xb5\
  36.272 +\x8c\x8a\x15\xce\xdf\x26\xd4\xcc\xa8\xeb\xdb\x4d\xb3\x35\x3c\x54\
  36.273 +\xaf\x00\x94\xf2\x3b\x23\xdb\x5e\xff\x00\x5a\x22\xdb\x2d\xf9\x1d\
  36.274 +\x8e\xeb\x75\x99\x6d\xb6\x5c\xe3\x4c\x93\x0b\x42\x4a\x18\x5f\x3f\
  36.275 +\x44\x9d\xe9\x2a\x23\xb0\x57\x63\xdb\x7b\xad\x5f\x33\xb5\xf5\x1e\
  36.276 +\xfd\x7d\x8d\x6b\xc6\xaf\x70\xf1\xeb\x1f\x00\xa9\x57\x16\xfe\xf2\
  36.277 +\x62\xc9\x27\x68\x6d\x24\x69\x3a\x00\x77\xdf\xbf\xe9\xa3\xb8\xdb\
  36.278 +\xad\xf0\x2d\x90\x51\x16\xdb\x0a\x34\x36\x07\xcc\x1a\x8e\xda\x5b\
  36.279 +\x48\x27\xc9\xd0\x00\x54\xba\xd0\xfa\x46\xab\x34\xd4\x3f\xa9\x1f\
  36.280 +\x8e\xff\x00\x3b\x7e\x15\x85\x1b\xc6\x5a\x5c\x79\xb6\xec\x06\x06\
  36.281 +\x35\x80\xec\xc6\xf1\xf6\xcf\x22\x41\x03\xdd\x45\x5c\x08\xcf\xdb\
  36.282 +\x44\x19\xad\xa6\x63\x3c\x52\x95\x09\x29\x0e\x7a\x9a\xd7\x75\x02\
  36.283 +\x34\x4f\x6d\xf8\xf3\x5f\x76\xda\x6d\x96\x92\xd3\x48\x4a\x10\x91\
  36.284 +\xa4\xa5\x23\x40\x0f\xa0\x15\xee\x95\xb8\x00\x14\x12\xf7\x11\x04\
  36.285 +\xe1\x29\x4a\x57\xab\x14\xa5\x29\x44\x4a\x83\x79\xfd\x9c\xb8\x7f\
  36.286 +\x4c\xe7\xf8\x1a\x9d\x50\xee\xfd\xec\x13\x41\xff\x00\x6e\xe7\xf8\
  36.287 +\x9a\x22\xa7\x3a\x3b\x8d\x58\x6f\xb8\xf5\xc9\xdb\xbd\xa6\x2c\xc5\
  36.288 +\xb6\xfa\x50\x85\x3c\x8e\x45\x20\xa0\x1d\x0a\xbb\x50\x84\x34\xd2\
  36.289 +\x5b\x6d\x21\x29\x48\x09\x00\x7b\x01\x55\x8f\x45\x10\x84\x63\xb7\
  36.290 +\x30\x84\x25\x23\xe2\x53\xe0\x6b\xf2\x0a\xb4\x28\x8a\x88\xe9\x6d\
  36.291 +\x8a\xd1\x7c\xcb\x32\x16\xee\xf6\xe8\xf3\x12\xd2\xb9\x20\x3c\x8e\
  36.292 +\x5c\x49\x71\x7b\x23\xfb\x55\xe3\x16\x24\x68\x30\x5a\x87\x0d\x94\
  36.293 +\x32\xc3\x49\x08\x6d\xb4\x0d\x04\xa4\x78\x02\xaa\x9e\x91\xa1\x08\
  36.294 +\xca\xf2\x12\x94\x25\x24\x91\xbd\x0d\x7e\xf1\x75\x6e\x51\x15\x0d\
  36.295 +\x87\xc9\x8f\x80\x75\x86\xeb\x6c\xbf\xac\x45\x8f\x21\x0b\x69\xb7\
  36.296 +\xdc\xec\x82\x0a\xf9\x21\x44\xff\x00\x09\x1b\x1b\xf6\x35\x8a\xca\
  36.297 +\x2d\x98\xad\xaf\xa8\xf6\x46\xb1\x69\x2c\xbf\x1d\x6e\x36\xb7\x94\
  36.298 +\xdc\x8f\x58\x05\x97\x46\x86\xf7\xdb\xb7\xb5\x59\xbd\x5c\x87\x11\
  36.299 +\xec\x2b\xe2\x5e\x8a\xc3\x8f\xb6\xe0\x08\x75\x68\x05\x49\x07\xc8\
  36.300 +\x07\xc8\xad\x17\xa3\x50\x60\xc9\xc8\x96\xe4\x98\x71\xde\x5b\x69\
  36.301 +\x2a\x42\x9c\x6c\x28\xa0\xfd\x41\x23\xb1\xa2\x2f\xff\xd9\
  36.302 +\x00\x00\x69\xb0\
  36.303 +\xff\
  36.304 +\xd8\xff\xe0\x00\x10\x4a\x46\x49\x46\x00\x01\x02\x01\x00\x48\x00\
  36.305 +\x48\x00\x00\xff\xe1\x0f\xf1\x45\x78\x69\x66\x00\x00\x4d\x4d\x00\
  36.306 +\x2a\x00\x00\x00\x08\x00\x07\x01\x12\x00\x03\x00\x00\x00\x01\x00\
  36.307 +\x01\x00\x00\x01\x1a\x00\x05\x00\x00\x00\x01\x00\x00\x00\x62\x01\
  36.308 +\x1b\x00\x05\x00\x00\x00\x01\x00\x00\x00\x6a\x01\x28\x00\x03\x00\
  36.309 +\x00\x00\x01\x00\x02\x00\x00\x01\x31\x00\x02\x00\x00\x00\x1c\x00\
  36.310 +\x00\x00\x72\x01\x32\x00\x02\x00\x00\x00\x14\x00\x00\x00\x8e\x87\
  36.311 +\x69\x00\x04\x00\x00\x00\x01\x00\x00\x00\xa4\x00\x00\x00\xd0\x00\
  36.312 +\x0a\xfc\x80\x00\x00\x27\x10\x00\x0a\xfc\x80\x00\x00\x27\x10\x41\
  36.313 +\x64\x6f\x62\x65\x20\x50\x68\x6f\x74\x6f\x73\x68\x6f\x70\x20\x43\
  36.314 +\x53\x34\x20\x57\x69\x6e\x64\x6f\x77\x73\x00\x32\x30\x30\x39\x3a\
  36.315 +\x31\x31\x3a\x31\x37\x20\x31\x35\x3a\x30\x38\x3a\x32\x35\x00\x00\
  36.316 +\x00\x00\x03\xa0\x01\x00\x03\x00\x00\x00\x01\x00\x01\x00\x00\xa0\
  36.317 +\x02\x00\x04\x00\x00\x00\x01\x00\x00\x00\xc8\xa0\x03\x00\x04\x00\
  36.318 +\x00\x00\x01\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x00\x00\x06\x01\
  36.319 +\x03\x00\x03\x00\x00\x00\x01\x00\x06\x00\x00\x01\x1a\x00\x05\x00\
  36.320 +\x00\x00\x01\x00\x00\x01\x1e\x01\x1b\x00\x05\x00\x00\x00\x01\x00\
  36.321 +\x00\x01\x26\x01\x28\x00\x03\x00\x00\x00\x01\x00\x02\x00\x00\x02\
  36.322 +\x01\x00\x04\x00\x00\x00\x01\x00\x00\x01\x2e\x02\x02\x00\x04\x00\
  36.323 +\x00\x00\x01\x00\x00\x0e\xbb\x00\x00\x00\x00\x00\x00\x00\x48\x00\
  36.324 +\x00\x00\x01\x00\x00\x00\x48\x00\x00\x00\x01\xff\xd8\xff\xe0\x00\
  36.325 +\x10\x4a\x46\x49\x46\x00\x01\x02\x00\x00\x48\x00\x48\x00\x00\xff\
  36.326 +\xed\x00\x0c\x41\x64\x6f\x62\x65\x5f\x43\x4d\x00\x01\xff\xee\x00\
  36.327 +\x0e\x41\x64\x6f\x62\x65\x00\x64\x80\x00\x00\x00\x01\xff\xdb\x00\
  36.328 +\x84\x00\x0c\x08\x08\x08\x09\x08\x0c\x09\x09\x0c\x11\x0b\x0a\x0b\
  36.329 +\x11\x15\x0f\x0c\x0c\x0f\x15\x18\x13\x13\x15\x13\x13\x18\x11\x0c\
  36.330 +\x0c\x0c\x0c\x0c\x0c\x11\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\
  36.331 +\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\
  36.332 +\x0c\x0c\x01\x0d\x0b\x0b\x0d\x0e\x0d\x10\x0e\x0e\x10\x14\x0e\x0e\
  36.333 +\x0e\x14\x14\x0e\x0e\x0e\x0e\x14\x11\x0c\x0c\x0c\x0c\x0c\x11\x11\
  36.334 +\x0c\x0c\x0c\x0c\x0c\x0c\x11\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\
  36.335 +\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\
  36.336 +\x0c\x0c\x0c\xff\xc0\x00\x11\x08\x00\x48\x00\xa0\x03\x01\x22\x00\
  36.337 +\x02\x11\x01\x03\x11\x01\xff\xdd\x00\x04\x00\x0a\xff\xc4\x01\x3f\
  36.338 +\x00\x00\x01\x05\x01\x01\x01\x01\x01\x01\x00\x00\x00\x00\x00\x00\
  36.339 +\x00\x03\x00\x01\x02\x04\x05\x06\x07\x08\x09\x0a\x0b\x01\x00\x01\
  36.340 +\x05\x01\x01\x01\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x01\x00\
  36.341 +\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x10\x00\x01\x04\x01\x03\
  36.342 +\x02\x04\x02\x05\x07\x06\x08\x05\x03\x0c\x33\x01\x00\x02\x11\x03\
  36.343 +\x04\x21\x12\x31\x05\x41\x51\x61\x13\x22\x71\x81\x32\x06\x14\x91\
  36.344 +\xa1\xb1\x42\x23\x24\x15\x52\xc1\x62\x33\x34\x72\x82\xd1\x43\x07\
  36.345 +\x25\x92\x53\xf0\xe1\xf1\x63\x73\x35\x16\xa2\xb2\x83\x26\x44\x93\
  36.346 +\x54\x64\x45\xc2\xa3\x74\x36\x17\xd2\x55\xe2\x65\xf2\xb3\x84\xc3\
  36.347 +\xd3\x75\xe3\xf3\x46\x27\x94\xa4\x85\xb4\x95\xc4\xd4\xe4\xf4\xa5\
  36.348 +\xb5\xc5\xd5\xe5\xf5\x56\x66\x76\x86\x96\xa6\xb6\xc6\xd6\xe6\xf6\
  36.349 +\x37\x47\x57\x67\x77\x87\x97\xa7\xb7\xc7\xd7\xe7\xf7\x11\x00\x02\
  36.350 +\x02\x01\x02\x04\x04\x03\x04\x05\x06\x07\x07\x06\x05\x35\x01\x00\
  36.351 +\x02\x11\x03\x21\x31\x12\x04\x41\x51\x61\x71\x22\x13\x05\x32\x81\
  36.352 +\x91\x14\xa1\xb1\x42\x23\xc1\x52\xd1\xf0\x33\x24\x62\xe1\x72\x82\
  36.353 +\x92\x43\x53\x15\x63\x73\x34\xf1\x25\x06\x16\xa2\xb2\x83\x07\x26\
  36.354 +\x35\xc2\xd2\x44\x93\x54\xa3\x17\x64\x45\x55\x36\x74\x65\xe2\xf2\
  36.355 +\xb3\x84\xc3\xd3\x75\xe3\xf3\x46\x94\xa4\x85\xb4\x95\xc4\xd4\xe4\
  36.356 +\xf4\xa5\xb5\xc5\xd5\xe5\xf5\x56\x66\x76\x86\x96\xa6\xb6\xc6\xd6\
  36.357 +\xe6\xf6\x27\x37\x47\x57\x67\x77\x87\x97\xa7\xb7\xc7\xff\xda\x00\
  36.358 +\x0c\x03\x01\x00\x02\x11\x03\x11\x00\x3f\x00\xf5\x54\x92\x49\x25\
  36.359 +\x29\x24\x3c\x7c\x8a\x32\xa8\x66\x46\x3b\xc5\xb4\xda\x37\x31\xed\
  36.360 +\xd4\x10\x7b\x84\x44\x94\x41\x06\x8e\x84\x29\x24\x92\x49\x4a\x49\
  36.361 +\x24\x92\x52\x92\x49\x24\x94\xa4\x92\x49\x25\x29\x24\x92\x49\x4a\
  36.362 +\x49\x24\x92\x52\x92\x49\x24\x94\xa4\x92\x49\x25\x3f\xff\xd0\xf5\
  36.363 +\x55\x85\xd4\xfe\xb7\x74\xec\x1b\xdf\x8b\x4b\x2c\xce\xca\xaf\x47\
  36.364 +\xd7\x40\x1b\x58\xef\xdc\xb6\xe7\x96\xd6\xd7\xff\x00\x23\xdf\x62\
  36.365 +\x5d\x47\xeb\x06\x36\x4f\x4f\xcb\xa7\xa1\xe4\x33\x2f\xa9\x0a\xcf\
  36.366 +\xa5\x55\x4e\x05\xe2\x48\xad\xd6\x37\x51\xfc\xce\xfd\xeb\x1b\xa1\
  36.367 +\x7d\x53\xea\x74\x67\xe0\x75\x0f\x52\x91\x87\x49\xf5\x05\x61\xcf\
  36.368 +\x2f\x21\xcc\x7b\x3d\x47\x7b\x36\x3a\xdb\x1d\x66\xf7\xfb\xd4\x53\
  36.369 +\xc9\x2b\x02\x1a\xde\xf2\x1a\xd3\x77\x07\x2f\x88\x46\x73\xe6\x0f\
  36.370 +\x01\x88\x3c\x18\xa5\xe8\x94\xe4\x23\xc5\xea\xfd\x3e\x19\xfe\x87\
  36.371 +\xfe\x80\xdd\xe9\x5d\x7f\xa6\x74\x5a\xaa\xe8\xd9\x4e\xb0\x57\x8a\
  36.372 +\x05\x6c\xcf\x2d\x06\x87\x83\xee\x6b\x9c\xea\xdc\xf7\x53\xbb\x77\
  36.373 +\xf8\x4f\x67\xfc\x22\xea\x01\x0e\x01\xcd\x20\x82\x24\x11\xc1\x0b\
  36.374 +\x98\xfa\xcd\xf5\x67\xaa\x75\x4e\xa9\x5e\x66\x1d\x94\x31\x8c\xa0\
  36.375 +\x52\xe6\x5c\x5d\xee\xf7\x3d\xee\x6b\x9a\xc6\x3d\xae\xa9\xcd\x7a\
  36.376 +\x6f\xab\xbd\x4a\xbe\x8f\x80\xec\x3e\xb1\x68\xc4\xaa\xbb\x5c\xdc\
  36.377 +\x17\xdc\xe0\x37\x55\xa3\xbd\x36\x3b\xf3\xfe\xce\xf7\x6c\xff\x00\
  36.378 +\x31\x08\x4e\x51\x91\x8c\x85\x44\x7c\xb2\x4e\x6c\x38\xf2\xe3\x8e\
  36.379 +\x5c\x52\xe2\xcd\x2d\x72\xe2\x1e\xa9\x19\x4b\xe6\x94\x63\xfb\xce\
  36.380 +\xbd\xbf\x59\x3a\x15\x36\xbe\x9b\x73\xa9\x65\x95\x38\xb2\xc6\x97\
  36.381 +\x6a\x1c\xd3\xb5\xcd\x3f\xd5\x44\xbf\xad\x74\x9c\x7a\x69\xbe\xfc\
  36.382 +\xaa\xeb\xab\x24\x6e\xa1\xee\x74\x07\x88\x06\x59\xfe\x72\xf2\xfe\
  36.383 +\xa7\x6d\x77\x75\x3c\xdb\xaa\x70\x7d\x56\xe4\x5a\xfa\xde\x38\x2d\
  36.384 +\x73\xdc\xe6\xb8\x7f\x59\x6c\x7d\x60\xff\x00\xc4\xff\x00\xd5\xff\
  36.385 +\x00\xf8\xab\x3f\x25\x4a\x21\xcd\x48\x89\x9a\x1e\x8d\xbf\xc6\xe1\
  36.386 +\x6d\x4b\xe1\x78\x84\xb0\x0e\x29\xfe\xb4\x91\x2d\xbd\x35\x8c\xe4\
  36.387 +\x7b\xbc\x1e\xad\xd3\x7a\x81\x7b\x70\xb2\x2b\xc8\x35\x41\x78\x61\
  36.388 +\x98\xdd\x3b\x67\xfc\xd4\x2c\x8f\xac\x1d\x13\x16\xe7\x51\x91\x9b\
  36.389 +\x4d\x76\xd7\xa3\xd8\x5c\x24\x1f\x07\x2f\x33\xc2\xea\x99\xb8\x15\
  36.390 +\xe4\x33\x0e\xcf\x45\xd9\x41\xad\xb2\xd6\xfd\x30\xd6\xee\xd2\xa7\
  36.391 +\x7f\x83\xdd\xbf\xe9\xfd\x3f\xdc\x5b\x3f\x54\x3e\xae\xe0\x75\x47\
  36.392 +\x59\x93\x95\x60\xb1\xb8\xee\x87\x62\x0e\x64\xfb\x9b\x65\xff\x00\
  36.393 +\xbe\xcb\x11\x87\x33\x29\x98\xc6\x20\x71\x1d\xef\xe5\x5b\x9b\xe1\
  36.394 +\x98\xb0\x0c\x99\x32\x4e\x7e\xd4\x68\x40\x40\x71\x64\x91\x3f\xbd\
  36.395 +\xfa\x11\xf5\xbd\xe6\x36\x6e\x2e\x56\x38\xca\xc7\xb1\xb6\x63\xba\
  36.396 +\x48\xb4\x7d\x12\x1a\x61\xce\xdc\x7f\x37\x45\x47\xfe\x74\xfd\x5d\
  36.397 +\x89\xfd\xa1\x44\x73\x3b\x95\x0f\xae\xbd\x45\x9d\x3f\xa3\x0c\x1a\
  36.398 +\x21\x96\x66\xfe\x85\x8d\x1a\x6d\xa8\x0f\xd6\x1d\xfe\x67\xe8\x7f\
  36.399 +\xeb\xcb\x81\x38\xd6\x8c\x56\xe5\x16\xfe\x81\xd6\x3a\x80\xee\xdb\
  36.400 +\xda\xd1\x66\xdf\xf3\x1d\xff\x00\x41\x1c\xdc\xc4\xa1\x2e\x18\x81\
  36.401 +\x22\x05\xc9\x67\x27\xf0\xec\x79\xb1\xfb\x99\x25\x28\x46\x52\xe1\
  36.402 +\xc4\x01\x16\x6b\xfa\xdc\x2f\xb0\x82\x1c\x01\x06\x41\xd4\x10\xb3\
  36.403 +\x5f\xf5\x97\xa0\x31\xee\xad\xf9\xf4\xb5\xec\x25\xae\x69\x76\xa0\
  36.404 +\x83\xb5\xc1\x67\xfd\x47\xea\x9f\x6c\xe9\x3f\x65\xb1\xd3\x7e\x09\
  36.405 +\x15\x19\xe4\xd6\x7f\xa3\xbf\xfc\xc1\xe9\x7f\xd6\x97\x01\x9b\xa6\
  36.406 +\x5e\x51\x1c\xfa\xd7\x7f\xd5\xbd\x2c\xbc\xc1\x8c\x21\x38\x80\x78\
  36.407 +\xbb\xa3\x95\xf8\x74\x72\x66\xcd\x8b\x24\xa5\x13\x88\x81\xe9\xfd\
  36.408 +\x2e\x2f\xd2\x7d\x38\x7d\x67\xfa\xbc\x48\x03\xa8\x51\x27\xf9\x41\
  36.409 +\x5e\xc6\xcb\xc5\xcb\xaf\xd5\xc5\xb9\x97\xd7\x31\xba\xb7\x07\x09\
  36.410 +\xf0\x96\xae\x03\xa9\xf4\xaf\xab\x94\x74\x16\xe5\xe3\x64\xb4\xf5\
  36.411 +\x02\xca\x88\xa5\xb6\x87\x92\xf7\x6d\xf5\x58\x6a\x05\xdb\x7f\x3f\
  36.412 +\xfa\x8a\xbf\xd4\xcb\x2d\xaf\xeb\x15\x0d\xa4\x90\xdb\x5a\xf6\xdc\
  36.413 +\xd1\xc1\x60\x69\x70\xdf\xfd\x47\xed\x48\x73\x13\x13\x8c\x24\x22\
  36.414 +\x78\xab\xe4\x3f\xbc\xba\x5f\x0f\xc5\x2c\x19\x33\x63\x96\x48\xfb\
  36.415 +\x5c\x5e\x9c\xd1\x88\xe2\xf6\xc7\x11\xae\x17\xb8\xff\x00\x9d\x3f\
  36.416 +\x57\x62\x7f\x68\x51\x1c\xce\xe5\xa3\x75\xd5\x63\xd2\xfb\xee\x78\
  36.417 +\xae\xaa\xda\x5c\xf7\xbb\x40\x1a\x35\x2e\x2b\xc6\x07\xf4\x6f\xec\
  36.418 +\x7f\x05\xeb\x1d\x7f\xff\x00\x13\xd9\xdf\xf8\x59\xff\x00\xf5\x28\
  36.419 +\xe1\xcf\x29\xc6\x64\x80\x38\x05\xfe\x6b\x79\xde\x43\x1e\x0c\x98\
  36.420 +\x63\x19\x48\xfb\xb2\x94\x65\xc5\x5a\x70\x98\x6d\xfe\x3b\x2a\x3e\
  36.421 +\xb1\x74\x3c\x8b\x99\x45\x19\xb5\x59\x6d\xa7\x6b\x18\xd7\x49\x24\
  36.422 +\xf6\x08\xb9\x9d\x5f\xa5\xe0\xbb\x66\x5e\x5d\x54\x3f\x43\xb1\xef\
  36.423 +\x01\xd0\x7b\xec\xfa\x4b\xcc\xba\x07\xfc\xb9\xd3\xbf\xe3\xd9\xf9\
  36.424 +\x0a\x87\x59\xab\x22\x9e\xad\x98\x32\xc1\x6d\xef\xbe\xc7\x6e\x78\
  36.425 +\xfa\x4d\x2e\x77\xa6\xf6\x13\xf4\xab\xf4\xf6\x6c\x51\xfd\xea\x5c\
  36.426 +\x1c\x5c\x23\x7e\x1f\x06\x7f\xf4\x4e\x2f\x7f\xdb\x19\x25\x5c\x1c\
  36.427 +\x7f\xa3\xc7\x2f\x57\x0e\x8f\xa2\x7f\xce\xef\xab\x5f\xf9\x61\x57\
  36.428 +\xe3\xff\x00\x91\x57\xb0\xba\x9f\x4f\xea\x01\xee\xc2\xc8\x66\x40\
  36.429 +\xac\x80\xfd\x86\x60\x9e\x37\x2f\x3e\xc3\xbb\xea\x63\xe8\xad\x99\
  36.430 +\x94\xe5\xd5\x70\x00\x5b\x60\x25\xed\x2e\xfc\xe7\x33\xd1\x73\xdf\
  36.431 +\xb3\xfe\xb6\xba\xff\x00\xaa\xcc\xfa\xbf\x5e\x3d\xcc\xe8\xb7\xfa\
  36.432 +\xcd\x73\xf7\xdc\x1c\x49\x78\x24\x6d\x6e\xe6\x59\xb6\xc6\xb7\xdb\
  36.433 +\xed\x52\xe2\xcb\x29\x11\x72\x87\x94\x49\xe2\xfc\x5a\xbc\xd7\x29\
  36.434 +\x8f\x14\x09\x8e\x3e\x60\x48\x1f\x9b\x24\x61\xed\x7f\x8f\x07\xff\
  36.435 +\xd1\xf4\x3e\xbb\xd2\x5b\xd4\xfa\x4e\x56\x13\x03\x5b\x65\xec\xf6\
  36.436 +\x38\xf1\xbd\xa7\xd4\xaf\x77\xf6\xda\xb9\x0e\x8d\xd6\xba\xc8\xeb\
  36.437 +\x58\xb8\xf9\x59\x76\x33\x1d\x96\x16\x65\xe3\x59\xb4\x1a\xc8\x6b\
  36.438 +\xfd\xaf\xf6\x7a\x9e\x97\xab\xb7\xd3\xb7\x7a\xf4\x15\x9b\xd5\x7e\
  36.439 +\xae\xf4\x8e\xad\xee\xcd\xc7\x0f\xb2\x23\xd5\x6f\xb5\xf1\xe1\xbd\
  36.440 +\xaa\x2c\x98\xcc\x88\x94\x4d\x48\x7f\xce\x01\xb7\xca\xf3\x30\xc7\
  36.441 +\x09\x62\xc9\x0e\x2c\x72\xe2\xa3\xc3\x19\xcb\x14\xa7\x1e\x09\x4e\
  36.442 +\x31\x97\xf8\x3f\xa4\xf3\x5f\x5a\xfa\xf6\x75\x3d\x4a\xaf\xd9\xdd\
  36.443 +\x40\xd3\x85\xe8\x34\xd8\xfa\xfd\x37\xb7\x7e\xfb\x27\x6e\xe6\xd9\
  36.444 +\xea\x5b\xb3\x67\xb1\xab\x5b\xea\x7f\x4c\xba\x8c\x0b\x72\xb3\x18\
  36.445 +\x5b\x76\x75\x9e\xb7\xa6\xfd\x5c\xd6\x81\xb2\xa0\xff\x00\xe5\xed\
  36.446 +\x51\xfa\xbd\xd2\xfa\x6f\x50\xc6\xa3\xaf\xe4\x63\xb1\xd9\xf9\x6d\
  36.447 +\x16\xd8\xed\x4b\x43\xc0\xd9\xba\xb6\x38\xbb\x67\xd0\x5d\x12\x58\
  36.448 +\xe0\x78\xbd\xc2\x6e\xf5\x88\xfd\xdb\x5d\xcc\xe7\x88\xc6\x39\x68\
  36.449 +\x40\x47\x83\xd3\x96\x75\x11\x29\xca\x1f\xa3\xe9\xf9\xe3\xc7\xfa\
  36.450 +\x72\xff\x00\xc6\xdf\x24\xeb\x10\x3a\xbf\x50\x00\x40\x19\x37\x00\
  36.451 +\x23\xb6\xf7\x2d\x5f\xac\x1f\xf8\x9f\xfa\xbf\xff\x00\x15\x67\xe4\
  36.452 +\xa9\x76\xa7\xaa\xf4\xd7\x75\x2b\x30\x36\x3d\xf7\x55\x1e\xbd\xa2\
  36.453 +\xa7\x3a\xb6\x12\xdf\x55\xad\xba\xfd\xbb\x19\xfa\x3f\xec\x20\x57\
  36.454 +\xf5\x9b\xa1\x5d\x55\x8f\x73\x9d\x5d\x34\xd4\x72\x1a\xfb\x6a\x7b\
  36.455 +\x1a\xfa\x81\xf4\xfd\x7c\x7d\xcd\xfd\x2b\x37\xbb\x67\xb5\x43\xec\
  36.456 +\x40\x71\x8f\x70\x7a\xfc\x36\xe1\x97\x17\xef\x36\xfe\xfb\x98\x9c\
  36.457 +\x24\x72\xd2\xfd\x4d\x4b\x49\x1f\x58\xc9\x0f\x6e\x1f\xe4\xfd\x3c\
  36.458 +\x5f\x33\xc6\x7d\x5a\xe8\xb5\x75\x96\x67\xe3\xb8\xec\xba\xba\xeb\
  36.459 +\x76\x3d\xba\xfb\x5f\x2f\xe7\xf7\x98\xf8\xfd\x22\xa5\x8b\x93\xd4\
  36.460 +\x7a\x0f\x54\xf5\x03\x4d\x59\x58\xe7\x65\xd5\x3a\x76\xbd\xbf\x9f\
  36.461 +\x53\x8f\xe7\x57\x67\xd3\xae\xcf\xfa\xe2\xf4\x7c\x4e\xb1\x81\x6b\
  36.462 +\xe9\xad\xb5\x5b\x8f\x6e\x4b\xdf\x53\x2b\xba\x97\xd4\xed\xd5\xb3\
  36.463 +\xd7\x7e\xe6\xd8\xd6\xfb\x7d\x2f\xcf\x54\xef\xfa\xcb\xd2\xec\xc7\
  36.464 +\x2f\xc6\x0e\xb2\xf7\xe3\x59\x93\x49\x7d\x36\x16\x06\x33\xd5\x67\
  36.465 +\xa9\x90\xe6\xb3\xf4\x55\x7a\xb4\xed\x48\xe0\x80\x8c\x6a\x75\x28\
  36.466 +\xfe\x95\x6f\xfa\x5f\x2f\xf8\x49\x1c\xf7\x31\x29\xe4\x12\xe5\xcc\
  36.467 +\xf1\xe4\xaf\xd5\x48\x9e\x18\x69\xed\xfc\xfc\x1f\x24\xfd\xb9\xfe\
  36.468 +\x8b\xc4\x7d\x62\xeb\x3f\xb5\xfa\x9b\xf2\xda\x1c\xdc\x76\x31\xb5\
  36.469 +\xd0\xc7\x88\x21\xa0\x6e\x7e\xe0\xd9\xf7\xba\xd7\x3d\x59\xb3\xa7\
  36.470 +\xfd\x67\x1d\x27\xec\x4f\xc3\x8c\x0a\x89\xc8\xfa\x0d\xde\x08\x9b\
  36.471 +\x1d\x67\xa9\xbb\x7e\xed\x7f\xf4\x5a\xea\x29\xfa\xd1\x80\xd7\x5a\
  36.472 +\xdc\xcc\x72\xca\xf1\xe8\xc7\xba\xcc\xaa\xab\x7b\xeb\x3e\xbb\x43\
  36.473 +\xdc\xe8\xf4\xf7\x53\x53\x37\x7b\x1d\x67\xf3\x9f\xa5\xff\x00\x43\
  36.474 +\x62\xd9\xaf\xa9\x62\x3e\xcc\xba\xda\xe2\x06\x04\x0c\x87\x96\x90\
  36.475 +\xc6\x92\xdf\x5b\x6b\x6c\xfa\x2f\x75\x75\x6d\x75\x9b\x3f\x9b\x4a\
  36.476 +\x38\x63\x23\x29\x1c\x84\x99\x76\xf4\x7f\xdf\x23\x27\x3b\x9b\x1c\
  36.477 +\x71\xc2\x3c\xac\x63\x0c\x55\x28\xf1\xde\x5f\xdd\xe0\x94\x25\x1f\
  36.478 +\x6f\x86\x7f\xac\xff\x00\xc7\x1f\x38\xfa\xaf\xd5\x3f\x66\xf5\x9a\
  36.479 +\x2d\x71\x8a\x32\x3f\x41\x7f\x86\xd7\x91\xe9\xbf\xfe\xb7\x6e\xcf\
  36.480 +\xec\x2c\xfc\xe9\x6e\x66\x5f\x88\xbe\xef\xfa\xb7\xaf\x49\xab\xaf\
  36.481 +\xf4\x7b\x30\xdd\x9c\x2b\xb1\x94\x82\xc6\xd4\x5d\x43\xc1\xb4\xda\
  36.482 +\x76\xd0\x31\x06\xdf\xd6\x1d\x63\xbf\x32\xaf\x7b\x3f\xc2\xfa\x6a\
  36.483 +\xb6\x7f\xd6\x1a\x9d\x46\x33\xba\x6e\x37\xab\x91\x95\x90\x71\x9c\
  36.484 +\x2f\xaa\xc1\xe9\x3d\xa3\x7d\x8c\xc9\xae\xb6\x3a\xe6\xdd\xb7\x6f\
  36.485 +\xe8\xbf\xd1\x7e\x9f\xf9\xaa\x90\x38\x23\xc0\x23\xee\x58\x1e\xa1\
  36.486 +\xe9\xef\xfe\x13\x24\x39\xdc\xde\xf1\x98\xe5\x48\x94\x80\xc7\x2b\
  36.487 +\x9f\x0c\x7f\x57\xeb\xf5\x4b\xdb\xfd\xd7\x95\xeb\x1f\x56\x6c\xc1\
  36.488 +\xc0\xc6\xea\x78\xa0\xdb\x8d\x75\x4c\x75\xe2\x25\xd5\xb9\xc0\x3b\
  36.489 +\x76\x9f\xe0\x5d\x3f\xf5\xb5\x7b\xea\x3f\x56\xc0\xc6\xc9\x38\x59\
  36.490 +\x35\x32\xab\xf2\x0c\x51\x97\x10\x5c\x4f\xfd\xa6\xb5\xdf\xf9\xe7\
  36.491 +\xfe\xdb\xfe\x73\xf9\xce\x93\xa7\x7d\x64\xc3\xcc\x26\xab\x69\xb3\
  36.492 +\x1a\x6f\xb7\x1e\xbf\x51\x8f\x0c\x77\xa4\x1f\x67\xbd\xef\xae\xb6\
  36.493 +\x54\xff\x00\x4a\x9b\x1f\x65\x0f\xfe\x67\xf9\xb4\xf5\x7d\x62\xe8\
  36.494 +\x76\x54\xcb\xa9\xdc\xf0\xfa\x1d\x92\xd0\xca\x5e\xe7\x7a\x6d\x7f\
  36.495 +\xd9\xc9\xd8\xc6\x6e\xdd\xeb\x7b\x13\xa3\x8f\x1c\x66\x27\x09\x88\
  36.496 +\xf8\x57\xf8\xcc\x19\x39\x8e\x62\x78\x65\x83\x36\x09\x64\x37\xf3\
  36.497 +\x89\x54\xa3\xfe\x6f\x8b\xd3\x3e\x3f\x96\x4f\x99\xe5\x62\x5d\x85\
  36.498 +\x63\xf0\xb2\x9a\x6a\xba\xb9\x63\x83\x84\x4c\x7b\x77\xb3\xf7\x98\
  36.499 +\xef\xcd\x5d\x57\x50\xfa\xf7\x8d\x99\xd2\x6e\xc2\x18\xaf\x65\xf7\
  36.500 +\xd4\x6a\x73\x8b\x99\xe9\x82\xe1\xb5\xce\x04\x3b\xd4\x77\xf2\x7f\
  36.501 +\x46\xba\x07\xf5\xee\x89\x92\xda\x9b\x6d\x56\xd9\x65\xd6\x3e\x96\
  36.502 +\xe3\xba\x87\xba\xc1\x65\x61\x8f\xb2\xbb\x2a\xd8\x76\x7e\x8e\xd6\
  36.503 +\x59\xee\xff\x00\x06\xa3\x89\x97\xf5\x67\x2f\x33\xec\x94\xd0\xc2\
  36.504 +\xe7\x97\x8a\x6c\x34\x91\x55\xa6\xad\x2f\x18\xd7\x39\xbe\x9d\xde\
  36.505 +\x8f\xe7\x6c\x42\x38\xb8\x78\x84\x32\x80\x27\xa5\x55\xb2\x65\xe6\
  36.506 +\xce\x4e\x09\xe7\xe5\x24\x65\x8a\xe6\x24\x25\x28\xc7\xfa\xf2\xf9\
  36.507 +\x3e\x5f\xd5\xbc\x4f\xd5\x7c\x5b\xb2\xba\xe6\x19\xa5\xa5\xec\xa2\
  36.508 +\xc1\x65\xaf\x1f\x45\xad\x68\x3f\x49\xdf\xca\x5d\x07\x51\xfa\xf1\
  36.509 +\xd3\xbe\xd5\x7e\x26\x47\x4e\xfb\x45\x74\xd8\xea\xda\xf7\x39\xa4\
  36.510 +\x3b\x61\x35\x97\xec\xb1\xbe\xd6\xfb\x57\x61\x5d\x34\xd4\x22\xa6\
  36.511 +\x35\x83\xc1\xa2\x13\x3a\x8a\x5c\x65\xcc\x69\x27\x92\x42\x92\x18\
  36.512 +\x25\x08\xf0\xc6\x75\xad\x93\xc3\x7f\x83\x57\x37\x3f\x8f\x36\x5f\
  36.513 +\x73\x2e\x0e\x20\x22\x23\x08\x8c\x92\x87\x0e\xbc\x5c\x5c\x71\x8f\
  36.514 +\xa9\xf3\x0e\xb1\xd5\x7a\x1e\x73\x18\x3a\x77\x4f\x18\x77\x07\x02\
  36.515 +\xfb\x37\x37\x56\xc1\xdd\x5b\x6a\xaa\x5b\xf4\xbf\x3d\x6a\xfd\x43\
  36.516 +\xc2\xcb\xfd\xaa\xfc\xc3\x5b\xd9\x8e\xda\x5d\x59\x7b\x81\x01\xc5\
  36.517 +\xce\x6b\x9a\xc6\xee\xfa\x5f\x43\x72\xee\x46\x36\x38\xe2\xb6\xfd\
  36.518 +\xc8\x81\xa1\xa2\x1a\x00\x1e\x01\x08\xf2\xf5\x31\x39\x4a\xc8\xed\
  36.519 +\x1e\x05\xd9\x3e\x25\x78\x25\x83\x1e\x2e\x08\xc8\x55\xcf\x24\xb3\
  36.520 +\x1f\xa7\x14\x62\xff\x00\xff\xd2\xf5\x54\x92\x49\x25\x2c\x00\x1a\
  36.521 +\x01\x09\xd2\x49\x25\x38\xf9\x5f\x57\x29\xcb\xea\xac\xea\x17\x5c\
  36.522 +\x48\x61\x91\x58\x65\x6d\x76\xac\x75\x2e\xa8\xe5\x56\xc6\x5e\xec\
  36.523 +\x67\x31\xfe\xea\x6c\x77\xf6\xd5\x4c\x7f\xa9\x58\x15\x51\x76\x35\
  36.524 +\x97\x3a\xca\xac\xaf\xd2\xac\x8a\xea\x65\xac\x1b\x83\xdb\x63\xb2\
  36.525 +\x6b\xaf\xd5\xb6\xf6\x6d\xfa\x6e\xfc\xcf\xf0\x6b\xa3\x49\x30\xe2\
  36.526 +\x81\x36\x47\xf2\x2c\xe3\x9b\xce\x00\x88\x99\x00\x00\x05\x08\xe9\
  36.527 +\xc1\xf2\xb8\xf6\x74\x2c\xbb\x5b\x8f\x65\xbd\x4e\xe7\x66\x63\x5a\
  36.528 +\xeb\x2b\xca\xf4\xea\x04\x35\xec\xf4\x2c\xa5\xb4\xfa\x7e\x8e\xdd\
  36.529 +\x9f\xc8\xfe\x71\x43\x1f\xea\xb6\x2e\x3d\x0f\xa1\xb7\xda\xe6\xd9\
  36.530 +\x84\xec\x02\x5d\xb6\x76\x3d\xd6\xdb\xea\xfd\x1f\xe7\x7f\x4e\xb6\
  36.531 +\xd2\x4b\xdb\x8e\xf4\x8f\xbc\xe6\xaa\x12\xa1\xd8\x46\x31\xfe\xb7\
  36.532 +\xe8\xc7\xfa\xce\x05\xbf\x57\x9d\x8b\x55\xef\xc5\x2f\xcb\x6d\xb8\
  36.533 +\x75\xe1\xdb\x82\xe2\xc6\x0b\x7d\x26\xfa\x35\x3f\xed\x0e\x67\xe8\
  36.534 +\x1c\xda\xdf\x67\xd1\x56\xfa\x0f\x48\xb3\xa6\xf4\x6a\xf0\xac\xb0\
  36.535 +\xfd\xa5\xe1\xce\xc8\xb9\xba\x9f\x55\xff\x00\x49\xed\x75\x81\xdb\
  36.536 +\xbd\x3f\xa0\xcd\xec\xff\x00\x06\xb5\x12\x48\x63\x88\x36\x3b\x57\
  36.537 +\xda\xa9\xf3\x39\x27\x0e\x09\x1b\xb2\x24\x4f\x53\xc0\x38\x61\x7f\
  36.538 +\xdd\x79\xfa\x7e\xa8\x63\xd5\x5d\xdf\xac\xbd\xb7\xd8\xfa\xad\xaa\
  36.539 +\xda\x99\x5d\x42\xb7\xd0\x5c\xea\x6e\x14\x56\xcf\x42\xcb\x5d\xbf\
  36.540 +\xf5\x87\x3e\xbf\xd2\xff\x00\xc1\xab\x78\xfd\x01\x95\x7a\x56\x59\
  36.541 +\x91\x65\xf9\x0c\xca\xfb\x6d\xb7\x38\x34\x1b\x2c\x35\x3f\x13\x6e\
  36.542 +\xd6\x80\xda\xea\x6d\x4f\xf6\x56\xcf\xdc\x5a\xa9\x24\x31\xc4\x6c\
  36.543 +\x15\x2e\x6b\x34\xaf\x8a\x77\x7e\x11\xed\xc3\xc3\xfd\xdf\xea\xb8\
  36.544 +\x59\x3f\x55\x29\xc9\xc6\xcb\xc5\xb7\x2a\xdf\x47\x27\x20\xe5\x54\
  36.545 +\x1a\x18\x1d\x4b\xde\x5e\xeb\xfd\x27\xed\xdc\xe6\xdd\xea\xd8\xcf\
  36.546 +\xd2\x7f\x83\x4a\xdf\xaa\x38\x0e\x19\xe2\xbb\x1f\x50\xce\x35\x38\
  36.547 +\x34\x06\x96\x56\x6a\x77\xad\xb2\xba\x9c\xdd\xae\xa6\xdb\xbd\xf7\
  36.548 +\xd2\xff\x00\xe7\x16\xea\x49\x7b\x50\xec\x91\xcd\xe7\x1b\x4c\xef\
  36.549 +\x7d\x37\xf4\x9f\xfd\x47\x07\x17\xa7\x7d\x58\xc7\xc1\xc8\xab\x21\
  36.550 +\x97\x39\xcf\xaa\xdb\x6f\xda\x1a\xc6\x30\xba\xea\xea\xc7\x7b\x45\
  36.551 +\x75\xb5\xbb\x2b\x67\xa1\xfa\x36\xb1\x37\x4b\xfa\xad\x87\xd3\x33\
  36.552 +\x46\x45\x0f\x9a\xd9\xbf\xd1\xa9\xd5\xd7\xb9\xbb\xf9\x07\x2b\x67\
  36.553 +\xda\x2c\x65\x7f\x42\x9f\x7f\xb1\x9f\xe9\x16\xda\x49\x0c\x70\x15\
  36.554 +\xa6\xc6\xc2\x0f\x35\x98\xf1\x03\x33\xea\x1c\x32\xd0\x7c\xbe\xaf\
  36.555 +\xfb\xf9\xa9\x24\x92\x4f\x61\x52\x49\x24\x92\x9f\xff\xd3\xf5\x54\
  36.556 +\x97\xca\xa9\x24\xa7\xea\xa4\x97\xca\xa9\x24\xa7\xea\xa4\x97\xca\
  36.557 +\xa9\x24\xa7\xea\xa4\x97\xca\xa9\x24\xa7\xea\xa4\x97\xca\xa9\x24\
  36.558 +\xa7\xea\xa4\x97\xca\xa9\x24\xa7\xea\xa4\x97\xca\xa9\x24\xa7\xea\
  36.559 +\xa4\x97\xca\xa9\x24\xa7\xea\xa4\x97\xca\xa9\x24\xa7\xea\xa4\x97\
  36.560 +\xca\xa9\x24\xa7\xff\xd9\xff\xed\x14\xc0\x50\x68\x6f\x74\x6f\x73\
  36.561 +\x68\x6f\x70\x20\x33\x2e\x30\x00\x38\x42\x49\x4d\x04\x25\x00\x00\
  36.562 +\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
  36.563 +\x00\x00\x00\x00\x38\x42\x49\x4d\x03\xed\x00\x00\x00\x00\x00\x10\
  36.564 +\x00\x48\x00\x00\x00\x01\x00\x01\x00\x48\x00\x00\x00\x01\x00\x01\
  36.565 +\x38\x42\x49\x4d\x04\x26\x00\x00\x00\x00\x00\x0e\x00\x00\x00\x00\
  36.566 +\x00\x00\x00\x00\x00\x00\x3f\x80\x00\x00\x38\x42\x49\x4d\x04\x0d\
  36.567 +\x00\x00\x00\x00\x00\x04\x00\x00\x00\x78\x38\x42\x49\x4d\x04\x19\
  36.568 +\x00\x00\x00\x00\x00\x04\x00\x00\x00\x1e\x38\x42\x49\x4d\x03\xf3\
  36.569 +\x00\x00\x00\x00\x00\x09\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\
  36.570 +\x38\x42\x49\x4d\x27\x10\x00\x00\x00\x00\x00\x0a\x00\x01\x00\x00\
  36.571 +\x00\x00\x00\x00\x00\x02\x38\x42\x49\x4d\x03\xf5\x00\x00\x00\x00\
  36.572 +\x00\x48\x00\x2f\x66\x66\x00\x01\x00\x6c\x66\x66\x00\x06\x00\x00\
  36.573 +\x00\x00\x00\x01\x00\x2f\x66\x66\x00\x01\x00\xa1\x99\x9a\x00\x06\
  36.574 +\x00\x00\x00\x00\x00\x01\x00\x32\x00\x00\x00\x01\x00\x5a\x00\x00\
  36.575 +\x00\x06\x00\x00\x00\x00\x00\x01\x00\x35\x00\x00\x00\x01\x00\x2d\
  36.576 +\x00\x00\x00\x06\x00\x00\x00\x00\x00\x01\x38\x42\x49\x4d\x03\xf8\
  36.577 +\x00\x00\x00\x00\x00\x70\x00\x00\xff\xff\xff\xff\xff\xff\xff\xff\
  36.578 +\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x03\xe8\
  36.579 +\x00\x00\x00\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\
  36.580 +\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x03\xe8\x00\x00\x00\x00\
  36.581 +\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\
  36.582 +\xff\xff\xff\xff\xff\xff\x03\xe8\x00\x00\x00\x00\xff\xff\xff\xff\
  36.583 +\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\
  36.584 +\xff\xff\x03\xe8\x00\x00\x38\x42\x49\x4d\x04\x00\x00\x00\x00\x00\
  36.585 +\x00\x02\x00\x01\x38\x42\x49\x4d\x04\x02\x00\x00\x00\x00\x00\x04\
  36.586 +\x00\x00\x00\x00\x38\x42\x49\x4d\x04\x30\x00\x00\x00\x00\x00\x02\
  36.587 +\x01\x01\x38\x42\x49\x4d\x04\x2d\x00\x00\x00\x00\x00\x06\x00\x01\
  36.588 +\x00\x00\x00\x02\x38\x42\x49\x4d\x04\x08\x00\x00\x00\x00\x00\x10\
  36.589 +\x00\x00\x00\x01\x00\x00\x02\x40\x00\x00\x02\x40\x00\x00\x00\x00\
  36.590 +\x38\x42\x49\x4d\x04\x1e\x00\x00\x00\x00\x00\x04\x00\x00\x00\x00\
  36.591 +\x38\x42\x49\x4d\x04\x1a\x00\x00\x00\x00\x03\x49\x00\x00\x00\x06\
  36.592 +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x00\x00\x00\xc8\
  36.593 +\x00\x00\x00\x0a\x00\x55\x00\x6e\x00\x74\x00\x69\x00\x74\x00\x6c\
  36.594 +\x00\x65\x00\x64\x00\x2d\x00\x31\x00\x00\x00\x01\x00\x00\x00\x00\
  36.595 +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\
  36.596 +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xc8\x00\x00\x00\x5a\
  36.597 +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
  36.598 +\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
  36.599 +\x00\x00\x00\x00\x10\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x6e\
  36.600 +\x75\x6c\x6c\x00\x00\x00\x02\x00\x00\x00\x06\x62\x6f\x75\x6e\x64\
  36.601 +\x73\x4f\x62\x6a\x63\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x52\
  36.602 +\x63\x74\x31\x00\x00\x00\x04\x00\x00\x00\x00\x54\x6f\x70\x20\x6c\
  36.603 +\x6f\x6e\x67\x00\x00\x00\x00\x00\x00\x00\x00\x4c\x65\x66\x74\x6c\
  36.604 +\x6f\x6e\x67\x00\x00\x00\x00\x00\x00\x00\x00\x42\x74\x6f\x6d\x6c\
  36.605 +\x6f\x6e\x67\x00\x00\x00\x5a\x00\x00\x00\x00\x52\x67\x68\x74\x6c\
  36.606 +\x6f\x6e\x67\x00\x00\x00\xc8\x00\x00\x00\x06\x73\x6c\x69\x63\x65\
  36.607 +\x73\x56\x6c\x4c\x73\x00\x00\x00\x01\x4f\x62\x6a\x63\x00\x00\x00\
  36.608 +\x01\x00\x00\x00\x00\x00\x05\x73\x6c\x69\x63\x65\x00\x00\x00\x12\
  36.609 +\x00\x00\x00\x07\x73\x6c\x69\x63\x65\x49\x44\x6c\x6f\x6e\x67\x00\
  36.610 +\x00\x00\x00\x00\x00\x00\x07\x67\x72\x6f\x75\x70\x49\x44\x6c\x6f\
  36.611 +\x6e\x67\x00\x00\x00\x00\x00\x00\x00\x06\x6f\x72\x69\x67\x69\x6e\
  36.612 +\x65\x6e\x75\x6d\x00\x00\x00\x0c\x45\x53\x6c\x69\x63\x65\x4f\x72\
  36.613 +\x69\x67\x69\x6e\x00\x00\x00\x0d\x61\x75\x74\x6f\x47\x65\x6e\x65\
  36.614 +\x72\x61\x74\x65\x64\x00\x00\x00\x00\x54\x79\x70\x65\x65\x6e\x75\
  36.615 +\x6d\x00\x00\x00\x0a\x45\x53\x6c\x69\x63\x65\x54\x79\x70\x65\x00\
  36.616 +\x00\x00\x00\x49\x6d\x67\x20\x00\x00\x00\x06\x62\x6f\x75\x6e\x64\
  36.617 +\x73\x4f\x62\x6a\x63\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x52\
  36.618 +\x63\x74\x31\x00\x00\x00\x04\x00\x00\x00\x00\x54\x6f\x70\x20\x6c\
  36.619 +\x6f\x6e\x67\x00\x00\x00\x00\x00\x00\x00\x00\x4c\x65\x66\x74\x6c\
  36.620 +\x6f\x6e\x67\x00\x00\x00\x00\x00\x00\x00\x00\x42\x74\x6f\x6d\x6c\
  36.621 +\x6f\x6e\x67\x00\x00\x00\x5a\x00\x00\x00\x00\x52\x67\x68\x74\x6c\
  36.622 +\x6f\x6e\x67\x00\x00\x00\xc8\x00\x00\x00\x03\x75\x72\x6c\x54\x45\
  36.623 +\x58\x54\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x6e\x75\x6c\x6c\
  36.624 +\x54\x45\x58\x54\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x4d\x73\
  36.625 +\x67\x65\x54\x45\x58\x54\x00\x00\x00\x01\x00\x00\x00\x00\x00\x06\
  36.626 +\x61\x6c\x74\x54\x61\x67\x54\x45\x58\x54\x00\x00\x00\x01\x00\x00\
  36.627 +\x00\x00\x00\x0e\x63\x65\x6c\x6c\x54\x65\x78\x74\x49\x73\x48\x54\
  36.628 +\x4d\x4c\x62\x6f\x6f\x6c\x01\x00\x00\x00\x08\x63\x65\x6c\x6c\x54\
  36.629 +\x65\x78\x74\x54\x45\x58\x54\x00\x00\x00\x01\x00\x00\x00\x00\x00\
  36.630 +\x09\x68\x6f\x72\x7a\x41\x6c\x69\x67\x6e\x65\x6e\x75\x6d\x00\x00\
  36.631 +\x00\x0f\x45\x53\x6c\x69\x63\x65\x48\x6f\x72\x7a\x41\x6c\x69\x67\
  36.632 +\x6e\x00\x00\x00\x07\x64\x65\x66\x61\x75\x6c\x74\x00\x00\x00\x09\
  36.633 +\x76\x65\x72\x74\x41\x6c\x69\x67\x6e\x65\x6e\x75\x6d\x00\x00\x00\
  36.634 +\x0f\x45\x53\x6c\x69\x63\x65\x56\x65\x72\x74\x41\x6c\x69\x67\x6e\
  36.635 +\x00\x00\x00\x07\x64\x65\x66\x61\x75\x6c\x74\x00\x00\x00\x0b\x62\
  36.636 +\x67\x43\x6f\x6c\x6f\x72\x54\x79\x70\x65\x65\x6e\x75\x6d\x00\x00\
  36.637 +\x00\x11\x45\x53\x6c\x69\x63\x65\x42\x47\x43\x6f\x6c\x6f\x72\x54\
  36.638 +\x79\x70\x65\x00\x00\x00\x00\x4e\x6f\x6e\x65\x00\x00\x00\x09\x74\
  36.639 +\x6f\x70\x4f\x75\x74\x73\x65\x74\x6c\x6f\x6e\x67\x00\x00\x00\x00\
  36.640 +\x00\x00\x00\x0a\x6c\x65\x66\x74\x4f\x75\x74\x73\x65\x74\x6c\x6f\
  36.641 +\x6e\x67\x00\x00\x00\x00\x00\x00\x00\x0c\x62\x6f\x74\x74\x6f\x6d\
  36.642 +\x4f\x75\x74\x73\x65\x74\x6c\x6f\x6e\x67\x00\x00\x00\x00\x00\x00\
  36.643 +\x00\x0b\x72\x69\x67\x68\x74\x4f\x75\x74\x73\x65\x74\x6c\x6f\x6e\
  36.644 +\x67\x00\x00\x00\x00\x00\x38\x42\x49\x4d\x04\x28\x00\x00\x00\x00\
  36.645 +\x00\x0c\x00\x00\x00\x02\x3f\xf0\x00\x00\x00\x00\x00\x00\x38\x42\
  36.646 +\x49\x4d\x04\x14\x00\x00\x00\x00\x00\x04\x00\x00\x00\x02\x38\x42\
  36.647 +\x49\x4d\x04\x0c\x00\x00\x00\x00\x0e\xd7\x00\x00\x00\x01\x00\x00\
  36.648 +\x00\xa0\x00\x00\x00\x48\x00\x00\x01\xe0\x00\x00\x87\x00\x00\x00\
  36.649 +\x0e\xbb\x00\x18\x00\x01\xff\xd8\xff\xe0\x00\x10\x4a\x46\x49\x46\
  36.650 +\x00\x01\x02\x00\x00\x48\x00\x48\x00\x00\xff\xed\x00\x0c\x41\x64\
  36.651 +\x6f\x62\x65\x5f\x43\x4d\x00\x01\xff\xee\x00\x0e\x41\x64\x6f\x62\
  36.652 +\x65\x00\x64\x80\x00\x00\x00\x01\xff\xdb\x00\x84\x00\x0c\x08\x08\
  36.653 +\x08\x09\x08\x0c\x09\x09\x0c\x11\x0b\x0a\x0b\x11\x15\x0f\x0c\x0c\
  36.654 +\x0f\x15\x18\x13\x13\x15\x13\x13\x18\x11\x0c\x0c\x0c\x0c\x0c\x0c\
  36.655 +\x11\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\
  36.656 +\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x01\x0d\x0b\
  36.657 +\x0b\x0d\x0e\x0d\x10\x0e\x0e\x10\x14\x0e\x0e\x0e\x14\x14\x0e\x0e\
  36.658 +\x0e\x0e\x14\x11\x0c\x0c\x0c\x0c\x0c\x11\x11\x0c\x0c\x0c\x0c\x0c\
  36.659 +\x0c\x11\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\
  36.660 +\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\xff\xc0\
  36.661 +\x00\x11\x08\x00\x48\x00\xa0\x03\x01\x22\x00\x02\x11\x01\x03\x11\
  36.662 +\x01\xff\xdd\x00\x04\x00\x0a\xff\xc4\x01\x3f\x00\x00\x01\x05\x01\
  36.663 +\x01\x01\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x03\x00\x01\x02\
  36.664 +\x04\x05\x06\x07\x08\x09\x0a\x0b\x01\x00\x01\x05\x01\x01\x01\x01\
  36.665 +\x01\x01\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x03\x04\x05\x06\
  36.666 +\x07\x08\x09\x0a\x0b\x10\x00\x01\x04\x01\x03\x02\x04\x02\x05\x07\
  36.667 +\x06\x08\x05\x03\x0c\x33\x01\x00\x02\x11\x03\x04\x21\x12\x31\x05\
  36.668 +\x41\x51\x61\x13\x22\x71\x81\x32\x06\x14\x91\xa1\xb1\x42\x23\x24\
  36.669 +\x15\x52\xc1\x62\x33\x34\x72\x82\xd1\x43\x07\x25\x92\x53\xf0\xe1\
  36.670 +\xf1\x63\x73\x35\x16\xa2\xb2\x83\x26\x44\x93\x54\x64\x45\xc2\xa3\
  36.671 +\x74\x36\x17\xd2\x55\xe2\x65\xf2\xb3\x84\xc3\xd3\x75\xe3\xf3\x46\
  36.672 +\x27\x94\xa4\x85\xb4\x95\xc4\xd4\xe4\xf4\xa5\xb5\xc5\xd5\xe5\xf5\
  36.673 +\x56\x66\x76\x86\x96\xa6\xb6\xc6\xd6\xe6\xf6\x37\x47\x57\x67\x77\
  36.674 +\x87\x97\xa7\xb7\xc7\xd7\xe7\xf7\x11\x00\x02\x02\x01\x02\x04\x04\
  36.675 +\x03\x04\x05\x06\x07\x07\x06\x05\x35\x01\x00\x02\x11\x03\x21\x31\
  36.676 +\x12\x04\x41\x51\x61\x71\x22\x13\x05\x32\x81\x91\x14\xa1\xb1\x42\
  36.677 +\x23\xc1\x52\xd1\xf0\x33\x24\x62\xe1\x72\x82\x92\x43\x53\x15\x63\
  36.678 +\x73\x34\xf1\x25\x06\x16\xa2\xb2\x83\x07\x26\x35\xc2\xd2\x44\x93\
  36.679 +\x54\xa3\x17\x64\x45\x55\x36\x74\x65\xe2\xf2\xb3\x84\xc3\xd3\x75\
  36.680 +\xe3\xf3\x46\x94\xa4\x85\xb4\x95\xc4\xd4\xe4\xf4\xa5\xb5\xc5\xd5\
  36.681 +\xe5\xf5\x56\x66\x76\x86\x96\xa6\xb6\xc6\xd6\xe6\xf6\x27\x37\x47\
  36.682 +\x57\x67\x77\x87\x97\xa7\xb7\xc7\xff\xda\x00\x0c\x03\x01\x00\x02\
  36.683 +\x11\x03\x11\x00\x3f\x00\xf5\x54\x92\x49\x25\x29\x24\x3c\x7c\x8a\
  36.684 +\x32\xa8\x66\x46\x3b\xc5\xb4\xda\x37\x31\xed\xd4\x10\x7b\x84\x44\
  36.685 +\x94\x41\x06\x8e\x84\x29\x24\x92\x49\x4a\x49\x24\x92\x52\x92\x49\
  36.686 +\x24\x94\xa4\x92\x49\x25\x29\x24\x92\x49\x4a\x49\x24\x92\x52\x92\
  36.687 +\x49\x24\x94\xa4\x92\x49\x25\x3f\xff\xd0\xf5\x55\x85\xd4\xfe\xb7\
  36.688 +\x74\xec\x1b\xdf\x8b\x4b\x2c\xce\xca\xaf\x47\xd7\x40\x1b\x58\xef\
  36.689 +\xdc\xb6\xe7\x96\xd6\xd7\xff\x00\x23\xdf\x62\x5d\x47\xeb\x06\x36\
  36.690 +\x4f\x4f\xcb\xa7\xa1\xe4\x33\x2f\xa9\x0a\xcf\xa5\x55\x4e\x05\xe2\
  36.691 +\x48\xad\xd6\x37\x51\xfc\xce\xfd\xeb\x1b\xa1\x7d\x53\xea\x74\x67\
  36.692 +\xe0\x75\x0f\x52\x91\x87\x49\xf5\x05\x61\xcf\x2f\x21\xcc\x7b\x3d\
  36.693 +\x47\x7b\x36\x3a\xdb\x1d\x66\xf7\xfb\xd4\x53\xc9\x2b\x02\x1a\xde\
  36.694 +\xf2\x1a\xd3\x77\x07\x2f\x88\x46\x73\xe6\x0f\x01\x88\x3c\x18\xa5\
  36.695 +\xe8\x94\xe4\x23\xc5\xea\xfd\x3e\x19\xfe\x87\xfe\x80\xdd\xe9\x5d\
  36.696 +\x7f\xa6\x74\x5a\xaa\xe8\xd9\x4e\xb0\x57\x8a\x05\x6c\xcf\x2d\x06\
  36.697 +\x87\x83\xee\x6b\x9c\xea\xdc\xf7\x53\xbb\x77\xf8\x4f\x67\xfc\x22\
  36.698 +\xea\x01\x0e\x01\xcd\x20\x82\x24\x11\xc1\x0b\x98\xfa\xcd\xf5\x67\
  36.699 +\xaa\x75\x4e\xa9\x5e\x66\x1d\x94\x31\x8c\xa0\x52\xe6\x5c\x5d\xee\
  36.700 +\xf7\x3d\xee\x6b\x9a\xc6\x3d\xae\xa9\xcd\x7a\x6f\xab\xbd\x4a\xbe\
  36.701 +\x8f\x80\xec\x3e\xb1\x68\xc4\xaa\xbb\x5c\xdc\x17\xdc\xe0\x37\x55\
  36.702 +\xa3\xbd\x36\x3b\xf3\xfe\xce\xf7\x6c\xff\x00\x31\x08\x4e\x51\x91\
  36.703 +\x8c\x85\x44\x7c\xb2\x4e\x6c\x38\xf2\xe3\x8e\x5c\x52\xe2\xcd\x2d\
  36.704 +\x72\xe2\x1e\xa9\x19\x4b\xe6\x94\x63\xfb\xce\xbd\xbf\x59\x3a\x15\
  36.705 +\x36\xbe\x9b\x73\xa9\x65\x95\x38\xb2\xc6\x97\x6a\x1c\xd3\xb5\xcd\
  36.706 +\x3f\xd5\x44\xbf\xad\x74\x9c\x7a\x69\xbe\xfc\xaa\xeb\xab\x24\x6e\
  36.707 +\xa1\xee\x74\x07\x88\x06\x59\xfe\x72\xf2\xfe\xa7\x6d\x77\x75\x3c\
  36.708 +\xdb\xaa\x70\x7d\x56\xe4\x5a\xfa\xde\x38\x2d\x73\xdc\xe6\xb8\x7f\
  36.709 +\x59\x6c\x7d\x60\xff\x00\xc4\xff\x00\xd5\xff\x00\xf8\xab\x3f\x25\
  36.710 +\x4a\x21\xcd\x48\x89\x9a\x1e\x8d\xbf\xc6\xe1\x6d\x4b\xe1\x78\x84\
  36.711 +\xb0\x0e\x29\xfe\xb4\x91\x2d\xbd\x35\x8c\xe4\x7b\xbc\x1e\xad\xd3\
  36.712 +\x7a\x81\x7b\x70\xb2\x2b\xc8\x35\x41\x78\x61\x98\xdd\x3b\x67\xfc\
  36.713 +\xd4\x2c\x8f\xac\x1d\x13\x16\xe7\x51\x91\x9b\x4d\x76\xd7\xa3\xd8\
  36.714 +\x5c\x24\x1f\x07\x2f\x33\xc2\xea\x99\xb8\x15\xe4\x33\x0e\xcf\x45\
  36.715 +\xd9\x41\xad\xb2\xd6\xfd\x30\xd6\xee\xd2\xa7\x7f\x83\xdd\xbf\xe9\
  36.716 +\xfd\x3f\xdc\x5b\x3f\x54\x3e\xae\xe0\x75\x47\x59\x93\x95\x60\xb1\
  36.717 +\xb8\xee\x87\x62\x0e\x64\xfb\x9b\x65\xff\x00\xbe\xcb\x11\x87\x33\
  36.718 +\x29\x98\xc6\x20\x71\x1d\xef\xe5\x5b\x9b\xe1\x98\xb0\x0c\x99\x32\
  36.719 +\x4e\x7e\xd4\x68\x40\x40\x71\x64\x91\x3f\xbd\xfa\x11\xf5\xbd\xe6\
  36.720 +\x36\x6e\x2e\x56\x38\xca\xc7\xb1\xb6\x63\xba\x48\xb4\x7d\x12\x1a\
  36.721 +\x61\xce\xdc\x7f\x37\x45\x47\xfe\x74\xfd\x5d\x89\xfd\xa1\x44\x73\
  36.722 +\x3b\x95\x0f\xae\xbd\x45\x9d\x3f\xa3\x0c\x1a\x21\x96\x66\xfe\x85\
  36.723 +\x8d\x1a\x6d\xa8\x0f\xd6\x1d\xfe\x67\xe8\x7f\xeb\xcb\x81\x38\xd6\
  36.724 +\x8c\x56\xe5\x16\xfe\x81\xd6\x3a\x80\xee\xdb\xda\xd1\x66\xdf\xf3\
  36.725 +\x1d\xff\x00\x41\x1c\xdc\xc4\xa1\x2e\x18\x81\x22\x05\xc9\x67\x27\
  36.726 +\xf0\xec\x79\xb1\xfb\x99\x25\x28\x46\x52\xe1\xc4\x01\x16\x6b\xfa\
  36.727 +\xdc\x2f\xb0\x82\x1c\x01\x06\x41\xd4\x10\xb3\x5f\xf5\x97\xa0\x31\
  36.728 +\xee\xad\xf9\xf4\xb5\xec\x25\xae\x69\x76\xa0\x83\xb5\xc1\x67\xfd\
  36.729 +\x47\xea\x9f\x6c\xe9\x3f\x65\xb1\xd3\x7e\x09\x15\x19\xe4\xd6\x7f\
  36.730 +\xa3\xbf\xfc\xc1\xe9\x7f\xd6\x97\x01\x9b\xa6\x5e\x51\x1c\xfa\xd7\
  36.731 +\x7f\xd5\xbd\x2c\xbc\xc1\x8c\x21\x38\x80\x78\xbb\xa3\x95\xf8\x74\
  36.732 +\x72\x66\xcd\x8b\x24\xa5\x13\x88\x81\xe9\xfd\x2e\x2f\xd2\x7d\x38\
  36.733 +\x7d\x67\xfa\xbc\x48\x03\xa8\x51\x27\xf9\x41\x5e\xc6\xcb\xc5\xcb\
  36.734 +\xaf\xd5\xc5\xb9\x97\xd7\x31\xba\xb7\x07\x09\xf0\x96\xae\x03\xa9\
  36.735 +\xf4\xaf\xab\x94\x74\x16\xe5\xe3\x64\xb4\xf5\x02\xca\x88\xa5\xb6\
  36.736 +\x87\x92\xf7\x6d\xf5\x58\x6a\x05\xdb\x7f\x3f\xfa\x8a\xbf\xd4\xcb\
  36.737 +\x2d\xaf\xeb\x15\x0d\xa4\x90\xdb\x5a\xf6\xdc\xd1\xc1\x60\x69\x70\
  36.738 +\xdf\xfd\x47\xed\x48\x73\x13\x13\x8c\x24\x22\x78\xab\xe4\x3f\xbc\
  36.739 +\xba\x5f\x0f\xc5\x2c\x19\x33\x63\x96\x48\xfb\x5c\x5e\x9c\xd1\x88\
  36.740 +\xe2\xf6\xc7\x11\xae\x17\xb8\xff\x00\x9d\x3f\x57\x62\x7f\x68\x51\
  36.741 +\x1c\xce\xe5\xa3\x75\xd5\x63\xd2\xfb\xee\x78\xae\xaa\xda\x5c\xf7\
  36.742 +\xbb\x40\x1a\x35\x2e\x2b\xc6\x07\xf4\x6f\xec\x7f\x05\xeb\x1d\x7f\
  36.743 +\xff\x00\x13\xd9\xdf\xf8\x59\xff\x00\xf5\x28\xe1\xcf\x29\xc6\x64\
  36.744 +\x80\x38\x05\xfe\x6b\x79\xde\x43\x1e\x0c\x98\x63\x19\x48\xfb\xb2\
  36.745 +\x94\x65\xc5\x5a\x70\x98\x6d\xfe\x3b\x2a\x3e\xb1\x74\x3c\x8b\x99\
  36.746 +\x45\x19\xb5\x59\x6d\xa7\x6b\x18\xd7\x49\x24\xf6\x08\xb9\x9d\x5f\
  36.747 +\xa5\xe0\xbb\x66\x5e\x5d\x54\x3f\x43\xb1\xef\x01\xd0\x7b\xec\xfa\
  36.748 +\x4b\xcc\xba\x07\xfc\xb9\xd3\xbf\xe3\xd9\xf9\x0a\x87\x59\xab\x22\
  36.749 +\x9e\xad\x98\x32\xc1\x6d\xef\xbe\xc7\x6e\x78\xfa\x4d\x2e\x77\xa6\
  36.750 +\xf6\x13\xf4\xab\xf4\xf6\x6c\x51\xfd\xea\x5c\x1c\x5c\x23\x7e\x1f\
  36.751 +\x06\x7f\xf4\x4e\x2f\x7f\xdb\x19\x25\x5c\x1c\x7f\xa3\xc7\x2f\x57\
  36.752 +\x0e\x8f\xa2\x7f\xce\xef\xab\x5f\xf9\x61\x57\xe3\xff\x00\x91\x57\
  36.753 +\xb0\xba\x9f\x4f\xea\x01\xee\xc2\xc8\x66\x40\xac\x80\xfd\x86\x60\
  36.754 +\x9e\x37\x2f\x3e\xc3\xbb\xea\x63\xe8\xad\x99\x94\xe5\xd5\x70\x00\
  36.755 +\x5b\x60\x25\xed\x2e\xfc\xe7\x33\xd1\x73\xdf\xb3\xfe\xb6\xba\xff\
  36.756 +\x00\xaa\xcc\xfa\xbf\x5e\x3d\xcc\xe8\xb7\xfa\xcd\x73\xf7\xdc\x1c\
  36.757 +\x49\x78\x24\x6d\x6e\xe6\x59\xb6\xc6\xb7\xdb\xed\x52\xe2\xcb\x29\
  36.758 +\x11\x72\x87\x94\x49\xe2\xfc\x5a\xbc\xd7\x29\x8f\x14\x09\x8e\x3e\
  36.759 +\x60\x48\x1f\x9b\x24\x61\xed\x7f\x8f\x07\xff\xd1\xf4\x3e\xbb\xd2\
  36.760 +\x5b\xd4\xfa\x4e\x56\x13\x03\x5b\x65\xec\xf6\x38\xf1\xbd\xa7\xd4\
  36.761 +\xaf\x77\xf6\xda\xb9\x0e\x8d\xd6\xba\xc8\xeb\x58\xb8\xf9\x59\x76\
  36.762 +\x33\x1d\x96\x16\x65\xe3\x59\xb4\x1a\xc8\x6b\xfd\xaf\xf6\x7a\x9e\
  36.763 +\x97\xab\xb7\xd3\xb7\x7a\xf4\x15\x9b\xd5\x7e\xae\xf4\x8e\xad\xee\
  36.764 +\xcd\xc7\x0f\xb2\x23\xd5\x6f\xb5\xf1\xe1\xbd\xaa\x2c\x98\xcc\x88\
  36.765 +\x94\x4d\x48\x7f\xce\x01\xb7\xca\xf3\x30\xc7\x09\x62\xc9\x0e\x2c\
  36.766 +\x72\xe2\xa3\xc3\x19\xcb\x14\xa7\x1e\x09\x4e\x31\x97\xf8\x3f\xa4\
  36.767 +\xf3\x5f\x5a\xfa\xf6\x75\x3d\x4a\xaf\xd9\xdd\x40\xd3\x85\xe8\x34\
  36.768 +\xd8\xfa\xfd\x37\xb7\x7e\xfb\x27\x6e\xe6\xd9\xea\x5b\xb3\x67\xb1\
  36.769 +\xab\x5b\xea\x7f\x4c\xba\x8c\x0b\x72\xb3\x18\x5b\x76\x75\x9e\xb7\
  36.770 +\xa6\xfd\x5c\xd6\x81\xb2\xa0\xff\x00\xe5\xed\x51\xfa\xbd\xd2\xfa\
  36.771 +\x6f\x50\xc6\xa3\xaf\xe4\x63\xb1\xd9\xf9\x6d\x16\xd8\xed\x4b\x43\
  36.772 +\xc0\xd9\xba\xb6\x38\xbb\x67\xd0\x5d\x12\x58\xe0\x78\xbd\xc2\x6e\
  36.773 +\xf5\x88\xfd\xdb\x5d\xcc\xe7\x88\xc6\x39\x68\x40\x47\x83\xd3\x96\
  36.774 +\x75\x11\x29\xca\x1f\xa3\xe9\xf9\xe3\xc7\xfa\x72\xff\x00\xc6\xdf\
  36.775 +\x24\xeb\x10\x3a\xbf\x50\x00\x40\x19\x37\x00\x23\xb6\xf7\x2d\x5f\
  36.776 +\xac\x1f\xf8\x9f\xfa\xbf\xff\x00\x15\x67\xe4\xa9\x76\xa7\xaa\xf4\
  36.777 +\xd7\x75\x2b\x30\x36\x3d\xf7\x55\x1e\xbd\xa2\xa7\x3a\xb6\x12\xdf\
  36.778 +\x55\xad\xba\xfd\xbb\x19\xfa\x3f\xec\x20\x57\xf5\x9b\xa1\x5d\x55\
  36.779 +\x8f\x73\x9d\x5d\x34\xd4\x72\x1a\xfb\x6a\x7b\x1a\xfa\x81\xf4\xfd\
  36.780 +\x7c\x7d\xcd\xfd\x2b\x37\xbb\x67\xb5\x43\xec\x40\x71\x8f\x70\x7a\
  36.781 +\xfc\x36\xe1\x97\x17\xef\x36\xfe\xfb\x98\x9c\x24\x72\xd2\xfd\x4d\
  36.782 +\x4b\x49\x1f\x58\xc9\x0f\x6e\x1f\xe4\xfd\x3c\x5f\x33\xc6\x7d\x5a\
  36.783 +\xe8\xb5\x75\x96\x67\xe3\xb8\xec\xba\xba\xeb\x76\x3d\xba\xfb\x5f\
  36.784 +\x2f\xe7\xf7\x98\xf8\xfd\x22\xa5\x8b\x93\xd4\x7a\x0f\x54\xf5\x03\
  36.785 +\x4d\x59\x58\xe7\x65\xd5\x3a\x76\xbd\xbf\x9f\x53\x8f\xe7\x57\x67\
  36.786 +\xd3\xae\xcf\xfa\xe2\xf4\x7c\x4e\xb1\x81\x6b\xe9\xad\xb5\x5b\x8f\
  36.787 +\x6e\x4b\xdf\x53\x2b\xba\x97\xd4\xed\xd5\xb3\xd7\x7e\xe6\xd8\xd6\
  36.788 +\xfb\x7d\x2f\xcf\x54\xef\xfa\xcb\xd2\xec\xc7\x2f\xc6\x0e\xb2\xf7\
  36.789 +\xe3\x59\x93\x49\x7d\x36\x16\x06\x33\xd5\x67\xa9\x90\xe6\xb3\xf4\
  36.790 +\x55\x7a\xb4\xed\x48\xe0\x80\x8c\x6a\x75\x28\xfe\x95\x6f\xfa\x5f\
  36.791 +\x2f\xf8\x49\x1c\xf7\x31\x29\xe4\x12\xe5\xcc\xf1\xe4\xaf\xd5\x48\
  36.792 +\x9e\x18\x69\xed\xfc\xfc\x1f\x24\xfd\xb9\xfe\x8b\xc4\x7d\x62\xeb\
  36.793 +\x3f\xb5\xfa\x9b\xf2\xda\x1c\xdc\x76\x31\xb5\xd0\xc7\x88\x21\xa0\
  36.794 +\x6e\x7e\xe0\xd9\xf7\xba\xd7\x3d\x59\xb3\xa7\xfd\x67\x1d\x27\xec\
  36.795 +\x4f\xc3\x8c\x0a\x89\xc8\xfa\x0d\xde\x08\x9b\x1d\x67\xa9\xbb\x7e\
  36.796 +\xed\x7f\xf4\x5a\xea\x29\xfa\xd1\x80\xd7\x5a\xdc\xcc\x72\xca\xf1\
  36.797 +\xe8\xc7\xba\xcc\xaa\xab\x7b\xeb\x3e\xbb\x43\xdc\xe8\xf4\xf7\x53\
  36.798 +\x53\x37\x7b\x1d\x67\xf3\x9f\xa5\xff\x00\x43\x62\xd9\xaf\xa9\x62\
  36.799 +\x3e\xcc\xba\xda\xe2\x06\x04\x0c\x87\x96\x90\xc6\x92\xdf\x5b\x6b\
  36.800 +\x6c\xfa\x2f\x75\x75\x6d\x75\x9b\x3f\x9b\x4a\x38\x63\x23\x29\x1c\
  36.801 +\x84\x99\x76\xf4\x7f\xdf\x23\x27\x3b\x9b\x1c\x71\xc2\x3c\xac\x63\
  36.802 +\x0c\x55\x28\xf1\xde\x5f\xdd\xe0\x94\x25\x1f\x6f\x86\x7f\xac\xff\
  36.803 +\x00\xc7\x1f\x38\xfa\xaf\xd5\x3f\x66\xf5\x9a\x2d\x71\x8a\x32\x3f\
  36.804 +\x41\x7f\x86\xd7\x91\xe9\xbf\xfe\xb7\x6e\xcf\xec\x2c\xfc\xe9\x6e\
  36.805 +\x66\x5f\x88\xbe\xef\xfa\xb7\xaf\x49\xab\xaf\xf4\x7b\x30\xdd\x9c\
  36.806 +\x2b\xb1\x94\x82\xc6\xd4\x5d\x43\xc1\xb4\xda\x76\xd0\x31\x06\xdf\
  36.807 +\xd6\x1d\x63\xbf\x32\xaf\x7b\x3f\xc2\xfa\x6a\xb6\x7f\xd6\x1a\x9d\
  36.808 +\x46\x33\xba\x6e\x37\xab\x91\x95\x90\x71\x9c\x2f\xaa\xc1\xe9\x3d\
  36.809 +\xa3\x7d\x8c\xc9\xae\xb6\x3a\xe6\xdd\xb7\x6f\xe8\xbf\xd1\x7e\x9f\
  36.810 +\xf9\xaa\x90\x38\x23\xc0\x23\xee\x58\x1e\xa1\xe9\xef\xfe\x13\x24\
  36.811 +\x39\xdc\xde\xf1\x98\xe5\x48\x94\x80\xc7\x2b\x9f\x0c\x7f\x57\xeb\
  36.812 +\xf5\x4b\xdb\xfd\xd7\x95\xeb\x1f\x56\x6c\xc1\xc0\xc6\xea\x78\xa0\
  36.813 +\xdb\x8d\x75\x4c\x75\xe2\x25\xd5\xb9\xc0\x3b\x76\x9f\xe0\x5d\x3f\
  36.814 +\xf5\xb5\x7b\xea\x3f\x56\xc0\xc6\xc9\x38\x59\x35\x32\xab\xf2\x0c\
  36.815 +\x51\x97\x10\x5c\x4f\xfd\xa6\xb5\xdf\xf9\xe7\xfe\xdb\xfe\x73\xf9\
  36.816 +\xce\x93\xa7\x7d\x64\xc3\xcc\x26\xab\x69\xb3\x1a\x6f\xb7\x1e\xbf\
  36.817 +\x51\x8f\x0c\x77\xa4\x1f\x67\xbd\xef\xae\xb6\x54\xff\x00\x4a\x9b\
  36.818 +\x1f\x65\x0f\xfe\x67\xf9\xb4\xf5\x7d\x62\xe8\x76\x54\xcb\xa9\xdc\
  36.819 +\xf0\xfa\x1d\x92\xd0\xca\x5e\xe7\x7a\x6d\x7f\xd9\xc9\xd8\xc6\x6e\
  36.820 +\xdd\xeb\x7b\x13\xa3\x8f\x1c\x66\x27\x09\x88\xf8\x57\xf8\xcc\x19\
  36.821 +\x39\x8e\x62\x78\x65\x83\x36\x09\x64\x37\xf3\x89\x54\xa3\xfe\x6f\
  36.822 +\x8b\xd3\x3e\x3f\x96\x4f\x99\xe5\x62\x5d\x85\x63\xf0\xb2\x9a\x6a\
  36.823 +\xba\xb9\x63\x83\x84\x4c\x7b\x77\xb3\xf7\x98\xef\xcd\x5d\x57\x50\
  36.824 +\xfa\xf7\x8d\x99\xd2\x6e\xc2\x18\xaf\x65\xf7\xd4\x6a\x73\x8b\x99\
  36.825 +\xe9\x82\xe1\xb5\xce\x04\x3b\xd4\x77\xf2\x7f\x46\xba\x07\xf5\xee\
  36.826 +\x89\x92\xda\x9b\x6d\x56\xd9\x65\xd6\x3e\x96\xe3\xba\x87\xba\xc1\
  36.827 +\x65\x61\x8f\xb2\xbb\x2a\xd8\x76\x7e\x8e\xd6\x59\xee\xff\x00\x06\
  36.828 +\xa3\x89\x97\xf5\x67\x2f\x33\xec\x94\xd0\xc2\xe7\x97\x8a\x6c\x34\
  36.829 +\x91\x55\xa6\xad\x2f\x18\xd7\x39\xbe\x9d\xde\x8f\xe7\x6c\x42\x38\
  36.830 +\xb8\x78\x84\x32\x80\x27\xa5\x55\xb2\x65\xe6\xce\x4e\x09\xe7\xe5\
  36.831 +\x24\x65\x8a\xe6\x24\x25\x28\xc7\xfa\xf2\xf9\x3e\x5f\xd5\xbc\x4f\
  36.832 +\xd5\x7c\x5b\xb2\xba\xe6\x19\xa5\xa5\xec\xa2\xc1\x65\xaf\x1f\x45\
  36.833 +\xad\x68\x3f\x49\xdf\xca\x5d\x07\x51\xfa\xf1\xd3\xbe\xd5\x7e\x26\
  36.834 +\x47\x4e\xfb\x45\x74\xd8\xea\xda\xf7\x39\xa4\x3b\x61\x35\x97\xec\
  36.835 +\xb1\xbe\xd6\xfb\x57\x61\x5d\x34\xd4\x22\xa6\x35\x83\xc1\xa2\x13\
  36.836 +\x3a\x8a\x5c\x65\xcc\x69\x27\x92\x42\x92\x18\x25\x08\xf0\xc6\x75\
  36.837 +\xad\x93\xc3\x7f\x83\x57\x37\x3f\x8f\x36\x5f\x73\x2e\x0e\x20\x22\
  36.838 +\x23\x08\x8c\x92\x87\x0e\xbc\x5c\x5c\x71\x8f\xa9\xf3\x0e\xb1\xd5\
  36.839 +\x7a\x1e\x73\x18\x3a\x77\x4f\x18\x77\x07\x02\xfb\x37\x37\x56\xc1\
  36.840 +\xdd\x5b\x6a\xaa\x5b\xf4\xbf\x3d\x6a\xfd\x43\xc2\xcb\xfd\xaa\xfc\
  36.841 +\xc3\x5b\xd9\x8e\xda\x5d\x59\x7b\x81\x01\xc5\xce\x6b\x9a\xc6\xee\
  36.842 +\xfa\x5f\x43\x72\xee\x46\x36\x38\xe2\xb6\xfd\xc8\x81\xa1\xa2\x1a\
  36.843 +\x00\x1e\x01\x08\xf2\xf5\x31\x39\x4a\xc8\xed\x1e\x05\xd9\x3e\x25\
  36.844 +\x78\x25\x83\x1e\x2e\x08\xc8\x55\xcf\x24\xb3\x1f\xa7\x14\x62\xff\
  36.845 +\x00\xff\xd2\xf5\x54\x92\x49\x25\x2c\x00\x1a\x01\x09\xd2\x49\x25\
  36.846 +\x38\xf9\x5f\x57\x29\xcb\xea\xac\xea\x17\x5c\x48\x61\x91\x58\x65\
  36.847 +\x6d\x76\xac\x75\x2e\xa8\xe5\x56\xc6\x5e\xec\x67\x31\xfe\xea\x6c\
  36.848 +\x77\xf6\xd5\x4c\x7f\xa9\x58\x15\x51\x76\x35\x97\x3a\xca\xac\xaf\
  36.849 +\xd2\xac\x8a\xea\x65\xac\x1b\x83\xdb\x63\xb2\x6b\xaf\xd5\xb6\xf6\
  36.850 +\x6d\xfa\x6e\xfc\xcf\xf0\x6b\xa3\x49\x30\xe2\x81\x36\x47\xf2\x2c\
  36.851 +\xe3\x9b\xce\x00\x88\x99\x00\x00\x05\x08\xe9\xc1\xf2\xb8\xf6\x74\
  36.852 +\x2c\xbb\x5b\x8f\x65\xbd\x4e\xe7\x66\x63\x5a\xeb\x2b\xca\xf4\xea\
  36.853 +\x04\x35\xec\xf4\x2c\xa5\xb4\xfa\x7e\x8e\xdd\x9f\xc8\xfe\x71\x43\
  36.854 +\x1f\xea\xb6\x2e\x3d\x0f\xa1\xb7\xda\xe6\xd9\x84\xec\x02\x5d\xb6\
  36.855 +\x76\x3d\xd6\xdb\xea\xfd\x1f\xe7\x7f\x4e\xb6\xd2\x4b\xdb\x8e\xf4\
  36.856 +\x8f\xbc\xe6\xaa\x12\xa1\xd8\x46\x31\xfe\xb7\xe8\xc7\xfa\xce\x05\
  36.857 +\xbf\x57\x9d\x8b\x55\xef\xc5\x2f\xcb\x6d\xb8\x75\xe1\xdb\x82\xe2\
  36.858 +\xc6\x0b\x7d\x26\xfa\x35\x3f\xed\x0e\x67\xe8\x1c\xda\xdf\x67\xd1\
  36.859 +\x56\xfa\x0f\x48\xb3\xa6\xf4\x6a\xf0\xac\xb0\xfd\xa5\xe1\xce\xc8\
  36.860 +\xb9\xba\x9f\x55\xff\x00\x49\xed\x75\x81\xdb\xbd\x3f\xa0\xcd\xec\
  36.861 +\xff\x00\x06\xb5\x12\x48\x63\x88\x36\x3b\x57\xda\xa9\xf3\x39\x27\
  36.862 +\x0e\x09\x1b\xb2\x24\x4f\x53\xc0\x38\x61\x7f\xdd\x79\xfa\x7e\xa8\
  36.863 +\x63\xd5\x5d\xdf\xac\xbd\xb7\xd8\xfa\xad\xaa\xda\x99\x5d\x42\xb7\
  36.864 +\xd0\x5c\xea\x6e\x14\x56\xcf\x42\xcb\x5d\xbf\xf5\x87\x3e\xbf\xd2\
  36.865 +\xff\x00\xc1\xab\x78\xfd\x01\x95\x7a\x56\x59\x91\x65\xf9\x0c\xca\
  36.866 +\xfb\x6d\xb7\x38\x34\x1b\x2c\x35\x3f\x13\x6e\xd6\x80\xda\xea\x6d\
  36.867 +\x4f\xf6\x56\xcf\xdc\x5a\xa9\x24\x31\xc4\x6c\x15\x2e\x6b\x34\xaf\
  36.868 +\x8a\x77\x7e\x11\xed\xc3\xc3\xfd\xdf\xea\xb8\x59\x3f\x55\x29\xc9\
  36.869 +\xc6\xcb\xc5\xb7\x2a\xdf\x47\x27\x20\xe5\x54\x1a\x18\x1d\x4b\xde\
  36.870 +\x5e\xeb\xfd\x27\xed\xdc\xe6\xdd\xea\xd8\xcf\xd2\x7f\x83\x4a\xdf\
  36.871 +\xaa\x38\x0e\x19\xe2\xbb\x1f\x50\xce\x35\x38\x34\x06\x96\x56\x6a\
  36.872 +\x77\xad\xb2\xba\x9c\xdd\xae\xa6\xdb\xbd\xf7\xd2\xff\x00\xe7\x16\
  36.873 +\xea\x49\x7b\x50\xec\x91\xcd\xe7\x1b\x4c\xef\x7d\x37\xf4\x9f\xfd\
  36.874 +\x47\x07\x17\xa7\x7d\x58\xc7\xc1\xc8\xab\x21\x97\x39\xcf\xaa\xdb\
  36.875 +\x6f\xda\x1a\xc6\x30\xba\xea\xea\xc7\x7b\x45\x75\xb5\xbb\x2b\x67\
  36.876 +\xa1\xfa\x36\xb1\x37\x4b\xfa\xad\x87\xd3\x33\x46\x45\x0f\x9a\xd9\
  36.877 +\xbf\xd1\xa9\xd5\xd7\xb9\xbb\xf9\x07\x2b\x67\xda\x2c\x65\x7f\x42\
  36.878 +\x9f\x7f\xb1\x9f\xe9\x16\xda\x49\x0c\x70\x15\xa6\xc6\xc2\x0f\x35\
  36.879 +\x98\xf1\x03\x33\xea\x1c\x32\xd0\x7c\xbe\xaf\xfb\xf9\xa9\x24\x92\
  36.880 +\x4f\x61\x52\x49\x24\x92\x9f\xff\xd3\xf5\x54\x97\xca\xa9\x24\xa7\
  36.881 +\xea\xa4\x97\xca\xa9\x24\xa7\xea\xa4\x97\xca\xa9\x24\xa7\xea\xa4\
  36.882 +\x97\xca\xa9\x24\xa7\xea\xa4\x97\xca\xa9\x24\xa7\xea\xa4\x97\xca\
  36.883 +\xa9\x24\xa7\xea\xa4\x97\xca\xa9\x24\xa7\xea\xa4\x97\xca\xa9\x24\
  36.884 +\xa7\xea\xa4\x97\xca\xa9\x24\xa7\xea\xa4\x97\xca\xa9\x24\xa7\xff\
  36.885 +\xd9\x00\x38\x42\x49\x4d\x04\x21\x00\x00\x00\x00\x00\x55\x00\x00\
  36.886 +\x00\x01\x01\x00\x00\x00\x0f\x00\x41\x00\x64\x00\x6f\x00\x62\x00\
  36.887 +\x65\x00\x20\x00\x50\x00\x68\x00\x6f\x00\x74\x00\x6f\x00\x73\x00\
  36.888 +\x68\x00\x6f\x00\x70\x00\x00\x00\x13\x00\x41\x00\x64\x00\x6f\x00\
  36.889 +\x62\x00\x65\x00\x20\x00\x50\x00\x68\x00\x6f\x00\x74\x00\x6f\x00\
  36.890 +\x73\x00\x68\x00\x6f\x00\x70\x00\x20\x00\x43\x00\x53\x00\x34\x00\
  36.891 +\x00\x00\x01\x00\x38\x42\x49\x4d\x04\x06\x00\x00\x00\x00\x00\x07\
  36.892 +\x00\x06\x00\x00\x00\x01\x01\x00\xff\xe1\x11\x2c\x68\x74\x74\x70\
  36.893 +\x3a\x2f\x2f\x6e\x73\x2e\x61\x64\x6f\x62\x65\x2e\x63\x6f\x6d\x2f\
  36.894 +\x78\x61\x70\x2f\x31\x2e\x30\x2f\x00\x3c\x3f\x78\x70\x61\x63\x6b\
  36.895 +\x65\x74\x20\x62\x65\x67\x69\x6e\x3d\x22\xef\xbb\xbf\x22\x20\x69\
  36.896 +\x64\x3d\x22\x57\x35\x4d\x30\x4d\x70\x43\x65\x68\x69\x48\x7a\x72\
  36.897 +\x65\x53\x7a\x4e\x54\x63\x7a\x6b\x63\x39\x64\x22\x3f\x3e\x20\x3c\
  36.898 +\x78\x3a\x78\x6d\x70\x6d\x65\x74\x61\x20\x78\x6d\x6c\x6e\x73\x3a\
  36.899 +\x78\x3d\x22\x61\x64\x6f\x62\x65\x3a\x6e\x73\x3a\x6d\x65\x74\x61\
  36.900 +\x2f\x22\x20\x78\x3a\x78\x6d\x70\x74\x6b\x3d\x22\x41\x64\x6f\x62\
  36.901 +\x65\x20\x58\x4d\x50\x20\x43\x6f\x72\x65\x20\x34\x2e\x32\x2e\x32\
  36.902 +\x2d\x63\x30\x36\x33\x20\x35\x33\x2e\x33\x35\x32\x36\x32\x34\x2c\
  36.903 +\x20\x32\x30\x30\x38\x2f\x30\x37\x2f\x33\x30\x2d\x31\x38\x3a\x31\
  36.904 +\x32\x3a\x31\x38\x20\x20\x20\x20\x20\x20\x20\x20\x22\x3e\x20\x3c\
  36.905 +\x72\x64\x66\x3a\x52\x44\x46\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\
  36.906 +\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\
  36.907 +\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\
  36.908 +\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\
  36.909 +\x20\x3c\x72\x64\x66\x3a\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6f\
  36.910 +\x6e\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x20\x78\
  36.911 +\x6d\x6c\x6e\x73\x3a\x78\x6d\x70\x3d\x22\x68\x74\x74\x70\x3a\x2f\
  36.912 +\x2f\x6e\x73\x2e\x61\x64\x6f\x62\x65\x2e\x63\x6f\x6d\x2f\x78\x61\
  36.913 +\x70\x2f\x31\x2e\x30\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x78\x6d\
  36.914 +\x70\x4d\x4d\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x6e\x73\x2e\x61\
  36.915 +\x64\x6f\x62\x65\x2e\x63\x6f\x6d\x2f\x78\x61\x70\x2f\x31\x2e\x30\
  36.916 +\x2f\x6d\x6d\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x74\x45\x76\
  36.917 +\x74\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x6e\x73\x2e\x61\x64\x6f\
  36.918 +\x62\x65\x2e\x63\x6f\x6d\x2f\x78\x61\x70\x2f\x31\x2e\x30\x2f\x73\
  36.919 +\x54\x79\x70\x65\x2f\x52\x65\x73\x6f\x75\x72\x63\x65\x45\x76\x65\
  36.920 +\x6e\x74\x23\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\
  36.921 +\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\
  36.922 +\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\
  36.923 +\x20\x78\x6d\x6c\x6e\x73\x3a\x70\x68\x6f\x74\x6f\x73\x68\x6f\x70\
  36.924 +\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x6e\x73\x2e\x61\x64\x6f\x62\
  36.925 +\x65\x2e\x63\x6f\x6d\x2f\x70\x68\x6f\x74\x6f\x73\x68\x6f\x70\x2f\
  36.926 +\x31\x2e\x30\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x74\x69\x66\x66\
  36.927 +\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x6e\x73\x2e\x61\x64\x6f\x62\
  36.928 +\x65\x2e\x63\x6f\x6d\x2f\x74\x69\x66\x66\x2f\x31\x2e\x30\x2f\x22\
  36.929 +\x20\x78\x6d\x6c\x6e\x73\x3a\x65\x78\x69\x66\x3d\x22\x68\x74\x74\
  36.930 +\x70\x3a\x2f\x2f\x6e\x73\x2e\x61\x64\x6f\x62\x65\x2e\x63\x6f\x6d\
  36.931 +\x2f\x65\x78\x69\x66\x2f\x31\x2e\x30\x2f\x22\x20\x78\x6d\x70\x3a\
  36.932 +\x43\x72\x65\x61\x74\x6f\x72\x54\x6f\x6f\x6c\x3d\x22\x41\x64\x6f\
  36.933 +\x62\x65\x20\x50\x68\x6f\x74\x6f\x73\x68\x6f\x70\x20\x43\x53\x34\
  36.934 +\x20\x57\x69\x6e\x64\x6f\x77\x73\x22\x20\x78\x6d\x70\x3a\x4d\x65\
  36.935 +\x74\x61\x64\x61\x74\x61\x44\x61\x74\x65\x3d\x22\x32\x30\x30\x39\
  36.936 +\x2d\x31\x31\x2d\x31\x37\x54\x31\x35\x3a\x30\x38\x3a\x32\x35\x2b\
  36.937 +\x30\x31\x3a\x30\x30\x22\x20\x78\x6d\x70\x3a\x4d\x6f\x64\x69\x66\
  36.938 +\x79\x44\x61\x74\x65\x3d\x22\x32\x30\x30\x39\x2d\x31\x31\x2d\x31\
  36.939 +\x37\x54\x31\x35\x3a\x30\x38\x3a\x32\x35\x2b\x30\x31\x3a\x30\x30\
  36.940 +\x22\x20\x78\x6d\x70\x3a\x43\x72\x65\x61\x74\x65\x44\x61\x74\x65\
  36.941 +\x3d\x22\x32\x30\x30\x39\x2d\x31\x31\x2d\x31\x37\x54\x31\x35\x3a\
  36.942 +\x30\x38\x3a\x32\x35\x2b\x30\x31\x3a\x30\x30\x22\x20\x78\x6d\x70\
  36.943 +\x4d\x4d\x3a\x49\x6e\x73\x74\x61\x6e\x63\x65\x49\x44\x3d\x22\x78\
  36.944 +\x6d\x70\x2e\x69\x69\x64\x3a\x31\x31\x32\x45\x37\x42\x42\x46\x37\
  36.945 +\x39\x44\x33\x44\x45\x31\x31\x39\x32\x43\x36\x41\x35\x44\x35\x30\
  36.946 +\x35\x43\x43\x32\x42\x38\x39\x22\x20\x78\x6d\x70\x4d\x4d\x3a\x44\
  36.947 +\x6f\x63\x75\x6d\x65\x6e\x74\x49\x44\x3d\x22\x78\x6d\x70\x2e\x64\
  36.948 +\x69\x64\x3a\x31\x30\x32\x45\x37\x42\x42\x46\x37\x39\x44\x33\x44\
  36.949 +\x45\x31\x31\x39\x32\x43\x36\x41\x35\x44\x35\x30\x35\x43\x43\x32\
  36.950 +\x42\x38\x39\x22\x20\x78\x6d\x70\x4d\x4d\x3a\x4f\x72\x69\x67\x69\
  36.951 +\x6e\x61\x6c\x44\x6f\x63\x75\x6d\x65\x6e\x74\x49\x44\x3d\x22\x78\
  36.952 +\x6d\x70\x2e\x64\x69\x64\x3a\x31\x30\x32\x45\x37\x42\x42\x46\x37\
  36.953 +\x39\x44\x33\x44\x45\x31\x31\x39\x32\x43\x36\x41\x35\x44\x35\x30\
  36.954 +\x35\x43\x43\x32\x42\x38\x39\x22\x20\x64\x63\x3a\x66\x6f\x72\x6d\
  36.955 +\x61\x74\x3d\x22\x69\x6d\x61\x67\x65\x2f\x6a\x70\x65\x67\x22\x20\
  36.956 +\x70\x68\x6f\x74\x6f\x73\x68\x6f\x70\x3a\x43\x6f\x6c\x6f\x72\x4d\
  36.957 +\x6f\x64\x65\x3d\x22\x33\x22\x20\x70\x68\x6f\x74\x6f\x73\x68\x6f\
  36.958 +\x70\x3a\x49\x43\x43\x50\x72\x6f\x66\x69\x6c\x65\x3d\x22\x73\x52\
  36.959 +\x47\x42\x20\x49\x45\x43\x36\x31\x39\x36\x36\x2d\x32\x2e\x31\x22\
  36.960 +\x20\x74\x69\x66\x66\x3a\x4f\x72\x69\x65\x6e\x74\x61\x74\x69\x6f\
  36.961 +\x6e\x3d\x22\x31\x22\x20\x74\x69\x66\x66\x3a\x58\x52\x65\x73\x6f\
  36.962 +\x6c\x75\x74\x69\x6f\x6e\x3d\x22\x37\x32\x30\x30\x30\x30\x2f\x31\
  36.963 +\x30\x30\x30\x30\x22\x20\x74\x69\x66\x66\x3a\x59\x52\x65\x73\x6f\
  36.964 +\x6c\x75\x74\x69\x6f\x6e\x3d\x22\x37\x32\x30\x30\x30\x30\x2f\x31\
  36.965 +\x30\x30\x30\x30\x22\x20\x74\x69\x66\x66\x3a\x52\x65\x73\x6f\x6c\
  36.966 +\x75\x74\x69\x6f\x6e\x55\x6e\x69\x74\x3d\x22\x32\x22\x20\x74\x69\
  36.967 +\x66\x66\x3a\x4e\x61\x74\x69\x76\x65\x44\x69\x67\x65\x73\x74\x3d\
  36.968 +\x22\x32\x35\x36\x2c\x32\x35\x37\x2c\x32\x35\x38\x2c\x32\x35\x39\
  36.969 +\x2c\x32\x36\x32\x2c\x32\x37\x34\x2c\x32\x37\x37\x2c\x32\x38\x34\
  36.970 +\x2c\x35\x33\x30\x2c\x35\x33\x31\x2c\x32\x38\x32\x2c\x32\x38\x33\
  36.971 +\x2c\x32\x39\x36\x2c\x33\x30\x31\x2c\x33\x31\x38\x2c\x33\x31\x39\
  36.972 +\x2c\x35\x32\x39\x2c\x35\x33\x32\x2c\x33\x30\x36\x2c\x32\x37\x30\
  36.973 +\x2c\x32\x37\x31\x2c\x32\x37\x32\x2c\x33\x30\x35\x2c\x33\x31\x35\
  36.974 +\x2c\x33\x33\x34\x33\x32\x3b\x35\x39\x35\x38\x44\x46\x45\x39\x35\
  36.975 +\x31\x42\x35\x35\x46\x34\x46\x44\x42\x43\x39\x33\x34\x36\x30\x45\
  36.976 +\x32\x38\x36\x42\x39\x45\x32\x22\x20\x65\x78\x69\x66\x3a\x50\x69\
  36.977 +\x78\x65\x6c\x58\x44\x69\x6d\x65\x6e\x73\x69\x6f\x6e\x3d\x22\x32\
  36.978 +\x30\x30\x22\x20\x65\x78\x69\x66\x3a\x50\x69\x78\x65\x6c\x59\x44\
  36.979 +\x69\x6d\x65\x6e\x73\x69\x6f\x6e\x3d\x22\x39\x30\x22\x20\x65\x78\
  36.980 +\x69\x66\x3a\x43\x6f\x6c\x6f\x72\x53\x70\x61\x63\x65\x3d\x22\x31\
  36.981 +\x22\x20\x65\x78\x69\x66\x3a\x4e\x61\x74\x69\x76\x65\x44\x69\x67\
  36.982 +\x65\x73\x74\x3d\x22\x33\x36\x38\x36\x34\x2c\x34\x30\x39\x36\x30\
  36.983 +\x2c\x34\x30\x39\x36\x31\x2c\x33\x37\x31\x32\x31\x2c\x33\x37\x31\
  36.984 +\x32\x32\x2c\x34\x30\x39\x36\x32\x2c\x34\x30\x39\x36\x33\x2c\x33\
  36.985 +\x37\x35\x31\x30\x2c\x34\x30\x39\x36\x34\x2c\x33\x36\x38\x36\x37\
  36.986 +\x2c\x33\x36\x38\x36\x38\x2c\x33\x33\x34\x33\x34\x2c\x33\x33\x34\
  36.987 +\x33\x37\x2c\x33\x34\x38\x35\x30\x2c\x33\x34\x38\x35\x32\x2c\x33\
  36.988 +\x34\x38\x35\x35\x2c\x33\x34\x38\x35\x36\x2c\x33\x37\x33\x37\x37\
  36.989 +\x2c\x33\x37\x33\x37\x38\x2c\x33\x37\x33\x37\x39\x2c\x33\x37\x33\
  36.990 +\x38\x30\x2c\x33\x37\x33\x38\x31\x2c\x33\x37\x33\x38\x32\x2c\x33\
  36.991 +\x37\x33\x38\x33\x2c\x33\x37\x33\x38\x34\x2c\x33\x37\x33\x38\x35\
  36.992 +\x2c\x33\x37\x33\x38\x36\x2c\x33\x37\x33\x39\x36\x2c\x34\x31\x34\
  36.993 +\x38\x33\x2c\x34\x31\x34\x38\x34\x2c\x34\x31\x34\x38\x36\x2c\x34\
  36.994 +\x31\x34\x38\x37\x2c\x34\x31\x34\x38\x38\x2c\x34\x31\x34\x39\x32\
  36.995 +\x2c\x34\x31\x34\x39\x33\x2c\x34\x31\x34\x39\x35\x2c\x34\x31\x37\
  36.996 +\x32\x38\x2c\x34\x31\x37\x32\x39\x2c\x34\x31\x37\x33\x30\x2c\x34\
  36.997 +\x31\x39\x38\x35\x2c\x34\x31\x39\x38\x36\x2c\x34\x31\x39\x38\x37\
  36.998 +\x2c\x34\x31\x39\x38\x38\x2c\x34\x31\x39\x38\x39\x2c\x34\x31\x39\
  36.999 +\x39\x30\x2c\x34\x31\x39\x39\x31\x2c\x34\x31\x39\x39\x32\x2c\x34\
 36.1000 +\x31\x39\x39\x33\x2c\x34\x31\x39\x39\x34\x2c\x34\x31\x39\x39\x35\
 36.1001 +\x2c\x34\x31\x39\x39\x36\x2c\x34\x32\x30\x31\x36\x2c\x30\x2c\x32\
 36.1002 +\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\
 36.1003 +\x31\x31\x2c\x31\x32\x2c\x31\x33\x2c\x31\x34\x2c\x31\x35\x2c\x31\
 36.1004 +\x36\x2c\x31\x37\x2c\x31\x38\x2c\x32\x30\x2c\x32\x32\x2c\x32\x33\
 36.1005 +\x2c\x32\x34\x2c\x32\x35\x2c\x32\x36\x2c\x32\x37\x2c\x32\x38\x2c\
 36.1006 +\x33\x30\x3b\x31\x36\x36\x33\x42\x42\x33\x38\x35\x30\x42\x35\x38\
 36.1007 +\x30\x46\x45\x34\x35\x37\x32\x42\x31\x31\x32\x46\x31\x38\x44\x44\
 36.1008 +\x32\x30\x39\x22\x3e\x20\x3c\x78\x6d\x70\x4d\x4d\x3a\x48\x69\x73\
 36.1009 +\x74\x6f\x72\x79\x3e\x20\x3c\x72\x64\x66\x3a\x53\x65\x71\x3e\x20\
 36.1010 +\x3c\x72\x64\x66\x3a\x6c\x69\x20\x73\x74\x45\x76\x74\x3a\x61\x63\
 36.1011 +\x74\x69\x6f\x6e\x3d\x22\x63\x72\x65\x61\x74\x65\x64\x22\x20\x73\
 36.1012 +\x74\x45\x76\x74\x3a\x69\x6e\x73\x74\x61\x6e\x63\x65\x49\x44\x3d\
 36.1013 +\x22\x78\x6d\x70\x2e\x69\x69\x64\x3a\x31\x30\x32\x45\x37\x42\x42\
 36.1014 +\x46\x37\x39\x44\x33\x44\x45\x31\x31\x39\x32\x43\x36\x41\x35\x44\
 36.1015 +\x35\x30\x35\x43\x43\x32\x42\x38\x39\x22\x20\x73\x74\x45\x76\x74\
 36.1016 +\x3a\x77\x68\x65\x6e\x3d\x22\x32\x30\x30\x39\x2d\x31\x31\x2d\x31\
 36.1017 +\x37\x54\x31\x35\x3a\x30\x38\x3a\x32\x35\x2b\x30\x31\x3a\x30\x30\
 36.1018 +\x22\x20\x73\x74\x45\x76\x74\x3a\x73\x6f\x66\x74\x77\x61\x72\x65\
 36.1019 +\x41\x67\x65\x6e\x74\x3d\x22\x41\x64\x6f\x62\x65\x20\x50\x68\x6f\
 36.1020 +\x74\x6f\x73\x68\x6f\x70\x20\x43\x53\x34\x20\x57\x69\x6e\x64\x6f\
 36.1021 +\x77\x73\x22\x2f\x3e\x20\x3c\x72\x64\x66\x3a\x6c\x69\x20\x73\x74\
 36.1022 +\x45\x76\x74\x3a\x61\x63\x74\x69\x6f\x6e\x3d\x22\x73\x61\x76\x65\
 36.1023 +\x64\x22\x20\x73\x74\x45\x76\x74\x3a\x69\x6e\x73\x74\x61\x6e\x63\
 36.1024 +\x65\x49\x44\x3d\x22\x78\x6d\x70\x2e\x69\x69\x64\x3a\x31\x31\x32\
 36.1025 +\x45\x37\x42\x42\x46\x37\x39\x44\x33\x44\x45\x31\x31\x39\x32\x43\
 36.1026 +\x36\x41\x35\x44\x35\x30\x35\x43\x43\x32\x42\x38\x39\x22\x20\x73\
 36.1027 +\x74\x45\x76\x74\x3a\x77\x68\x65\x6e\x3d\x22\x32\x30\x30\x39\x2d\
 36.1028 +\x31\x31\x2d\x31\x37\x54\x31\x35\x3a\x30\x38\x3a\x32\x35\x2b\x30\
 36.1029 +\x31\x3a\x30\x30\x22\x20\x73\x74\x45\x76\x74\x3a\x73\x6f\x66\x74\
 36.1030 +\x77\x61\x72\x65\x41\x67\x65\x6e\x74\x3d\x22\x41\x64\x6f\x62\x65\
 36.1031 +\x20\x50\x68\x6f\x74\x6f\x73\x68\x6f\x70\x20\x43\x53\x34\x20\x57\
 36.1032 +\x69\x6e\x64\x6f\x77\x73\x22\x20\x73\x74\x45\x76\x74\x3a\x63\x68\
 36.1033 +\x61\x6e\x67\x65\x64\x3d\x22\x2f\x22\x2f\x3e\x20\x3c\x2f\x72\x64\
 36.1034 +\x66\x3a\x53\x65\x71\x3e\x20\x3c\x2f\x78\x6d\x70\x4d\x4d\x3a\x48\
 36.1035 +\x69\x73\x74\x6f\x72\x79\x3e\x20\x3c\x2f\x72\x64\x66\x3a\x44\x65\
 36.1036 +\x73\x63\x72\x69\x70\x74\x69\x6f\x6e\x3e\x20\x3c\x2f\x72\x64\x66\
 36.1037 +\x3a\x52\x44\x46\x3e\x20\x3c\x2f\x78\x3a\x78\x6d\x70\x6d\x65\x74\
 36.1038 +\x61\x3e\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1039 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1040 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1041 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1042 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1043 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1044 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1045 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1046 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1047 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1048 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1049 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1050 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1051 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1052 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1053 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1054 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1055 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1056 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1057 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1058 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1059 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1060 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1061 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1062 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1063 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1064 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1065 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1066 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1067 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1068 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1069 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1070 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1071 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1072 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1073 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1074 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1075 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1076 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1077 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1078 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1079 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1080 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1081 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1082 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1083 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1084 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1085 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1086 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1087 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1088 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1089 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1090 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1091 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1092 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1093 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1094 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1095 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1096 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1097 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1098 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1099 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1100 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1101 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1102 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1103 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1104 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1105 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1106 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1107 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1108 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1109 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1110 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1111 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1112 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1113 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1114 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1115 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1116 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1117 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1118 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1119 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1120 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1121 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1122 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1123 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1124 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1125 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1126 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1127 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1128 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1129 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1130 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1131 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1132 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1133 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1134 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1135 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1136 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1137 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1138 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1139 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1140 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1141 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1142 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1143 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1144 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1145 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1146 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1147 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1148 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1149 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1150 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1151 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1152 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1153 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1154 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1155 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1156 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1157 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1158 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1159 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1160 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1161 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1162 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1163 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1164 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1165 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
 36.1166 +\x20\x20\x20\x3c\x3f\x78\x70\x61\x63\x6b\x65\x74\x20\x65\x6e\x64\
 36.1167 +\x3d\x22\x77\x22\x3f\x3e\xff\xe2\x0c\x58\x49\x43\x43\x5f\x50\x52\
 36.1168 +\x4f\x46\x49\x4c\x45\x00\x01\x01\x00\x00\x0c\x48\x4c\x69\x6e\x6f\
 36.1169 +\x02\x10\x00\x00\x6d\x6e\x74\x72\x52\x47\x42\x20\x58\x59\x5a\x20\
 36.1170 +\x07\xce\x00\x02\x00\x09\x00\x06\x00\x31\x00\x00\x61\x63\x73\x70\
 36.1171 +\x4d\x53\x46\x54\x00\x00\x00\x00\x49\x45\x43\x20\x73\x52\x47\x42\
 36.1172 +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\xf6\xd6\
 36.1173 +\x00\x01\x00\x00\x00\x00\xd3\x2d\x48\x50\x20\x20\x00\x00\x00\x00\
 36.1174 +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
 36.1175 +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
 36.1176 +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x11\x63\x70\x72\x74\
 36.1177 +\x00\x00\x01\x50\x00\x00\x00\x33\x64\x65\x73\x63\x00\x00\x01\x84\
 36.1178 +\x00\x00\x00\x6c\x77\x74\x70\x74\x00\x00\x01\xf0\x00\x00\x00\x14\
 36.1179 +\x62\x6b\x70\x74\x00\x00\x02\x04\x00\x00\x00\x14\x72\x58\x59\x5a\
 36.1180 +\x00\x00\x02\x18\x00\x00\x00\x14\x67\x58\x59\x5a\x00\x00\x02\x2c\
 36.1181 +\x00\x00\x00\x14\x62\x58\x59\x5a\x00\x00\x02\x40\x00\x00\x00\x14\
 36.1182 +\x64\x6d\x6e\x64\x00\x00\x02\x54\x00\x00\x00\x70\x64\x6d\x64\x64\
 36.1183 +\x00\x00\x02\xc4\x00\x00\x00\x88\x76\x75\x65\x64\x00\x00\x03\x4c\
 36.1184 +\x00\x00\x00\x86\x76\x69\x65\x77\x00\x00\x03\xd4\x00\x00\x00\x24\
 36.1185 +\x6c\x75\x6d\x69\x00\x00\x03\xf8\x00\x00\x00\x14\x6d\x65\x61\x73\
 36.1186 +\x00\x00\x04\x0c\x00\x00\x00\x24\x74\x65\x63\x68\x00\x00\x04\x30\
 36.1187 +\x00\x00\x00\x0c\x72\x54\x52\x43\x00\x00\x04\x3c\x00\x00\x08\x0c\
 36.1188 +\x67\x54\x52\x43\x00\x00\x04\x3c\x00\x00\x08\x0c\x62\x54\x52\x43\
 36.1189 +\x00\x00\x04\x3c\x00\x00\x08\x0c\x74\x65\x78\x74\x00\x00\x00\x00\
 36.1190 +\x43\x6f\x70\x79\x72\x69\x67\x68\x74\x20\x28\x63\x29\x20\x31\x39\
 36.1191 +\x39\x38\x20\x48\x65\x77\x6c\x65\x74\x74\x2d\x50\x61\x63\x6b\x61\
 36.1192 +\x72\x64\x20\x43\x6f\x6d\x70\x61\x6e\x79\x00\x00\x64\x65\x73\x63\
 36.1193 +\x00\x00\x00\x00\x00\x00\x00\x12\x73\x52\x47\x42\x20\x49\x45\x43\
 36.1194 +\x36\x31\x39\x36\x36\x2d\x32\x2e\x31\x00\x00\x00\x00\x00\x00\x00\
 36.1195 +\x00\x00\x00\x00\x12\x73\x52\x47\x42\x20\x49\x45\x43\x36\x31\x39\
 36.1196 +\x36\x36\x2d\x32\x2e\x31\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
 36.1197 +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
 36.1198 +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
 36.1199 +\x00\x00\x00\x00\x00\x00\x00\x00\x58\x59\x5a\x20\x00\x00\x00\x00\
 36.1200 +\x00\x00\xf3\x51\x00\x01\x00\x00\x00\x01\x16\xcc\x58\x59\x5a\x20\
 36.1201 +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
 36.1202 +\x58\x59\x5a\x20\x00\x00\x00\x00\x00\x00\x6f\xa2\x00\x00\x38\xf5\
 36.1203 +\x00\x00\x03\x90\x58\x59\x5a\x20\x00\x00\x00\x00\x00\x00\x62\x99\
 36.1204 +\x00\x00\xb7\x85\x00\x00\x18\xda\x58\x59\x5a\x20\x00\x00\x00\x00\
 36.1205 +\x00\x00\x24\xa0\x00\x00\x0f\x84\x00\x00\xb6\xcf\x64\x65\x73\x63\
 36.1206 +\x00\x00\x00\x00\x00\x00\x00\x16\x49\x45\x43\x20\x68\x74\x74\x70\
 36.1207 +\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x65\x63\x2e\x63\x68\x00\x00\x00\
 36.1208 +\x00\x00\x00\x00\x00\x00\x00\x00\x16\x49\x45\x43\x20\x68\x74\x74\
 36.1209 +\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x65\x63\x2e\x63\x68\x00\x00\
 36.1210 +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
 36.1211 +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
 36.1212 +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x65\x73\x63\
 36.1213 +\x00\x00\x00\x00\x00\x00\x00\x2e\x49\x45\x43\x20\x36\x31\x39\x36\
 36.1214 +\x36\x2d\x32\x2e\x31\x20\x44\x65\x66\x61\x75\x6c\x74\x20\x52\x47\
 36.1215 +\x42\x20\x63\x6f\x6c\x6f\x75\x72\x20\x73\x70\x61\x63\x65\x20\x2d\
 36.1216 +\x20\x73\x52\x47\x42\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
 36.1217 +\x2e\x49\x45\x43\x20\x36\x31\x39\x36\x36\x2d\x32\x2e\x31\x20\x44\
 36.1218 +\x65\x66\x61\x75\x6c\x74\x20\x52\x47\x42\x20\x63\x6f\x6c\x6f\x75\
 36.1219 +\x72\x20\x73\x70\x61\x63\x65\x20\x2d\x20\x73\x52\x47\x42\x00\x00\
 36.1220 +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
 36.1221 +\x00\x00\x00\x00\x64\x65\x73\x63\x00\x00\x00\x00\x00\x00\x00\x2c\
 36.1222 +\x52\x65\x66\x65\x72\x65\x6e\x63\x65\x20\x56\x69\x65\x77\x69\x6e\
 36.1223 +\x67\x20\x43\x6f\x6e\x64\x69\x74\x69\x6f\x6e\x20\x69\x6e\x20\x49\
 36.1224 +\x45\x43\x36\x31\x39\x36\x36\x2d\x32\x2e\x31\x00\x00\x00\x00\x00\
 36.1225 +\x00\x00\x00\x00\x00\x00\x2c\x52\x65\x66\x65\x72\x65\x6e\x63\x65\
 36.1226 +\x20\x56\x69\x65\x77\x69\x6e\x67\x20\x43\x6f\x6e\x64\x69\x74\x69\
 36.1227 +\x6f\x6e\x20\x69\x6e\x20\x49\x45\x43\x36\x31\x39\x36\x36\x2d\x32\
 36.1228 +\x2e\x31\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
 36.1229 +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x69\x65\x77\
 36.1230 +\x00\x00\x00\x00\x00\x13\xa4\xfe\x00\x14\x5f\x2e\x00\x10\xcf\x14\
 36.1231 +\x00\x03\xed\xcc\x00\x04\x13\x0b\x00\x03\x5c\x9e\x00\x00\x00\x01\
 36.1232 +\x58\x59\x5a\x20\x00\x00\x00\x00\x00\x4c\x09\x56\x00\x50\x00\x00\
 36.1233 +\x00\x57\x1f\xe7\x6d\x65\x61\x73\x00\x00\x00\x00\x00\x00\x00\x01\
 36.1234 +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
 36.1235 +\x00\x00\x02\x8f\x00\x00\x00\x02\x73\x69\x67\x20\x00\x00\x00\x00\
 36.1236 +\x43\x52\x54\x20\x63\x75\x72\x76\x00\x00\x00\x00\x00\x00\x04\x00\
 36.1237 +\x00\x00\x00\x05\x00\x0a\x00\x0f\x00\x14\x00\x19\x00\x1e\x00\x23\
 36.1238 +\x00\x28\x00\x2d\x00\x32\x00\x37\x00\x3b\x00\x40\x00\x45\x00\x4a\
 36.1239 +\x00\x4f\x00\x54\x00\x59\x00\x5e\x00\x63\x00\x68\x00\x6d\x00\x72\
 36.1240 +\x00\x77\x00\x7c\x00\x81\x00\x86\x00\x8b\x00\x90\x00\x95\x00\x9a\
 36.1241 +\x00\x9f\x00\xa4\x00\xa9\x00\xae\x00\xb2\x00\xb7\x00\xbc\x00\xc1\
 36.1242 +\x00\xc6\x00\xcb\x00\xd0\x00\xd5\x00\xdb\x00\xe0\x00\xe5\x00\xeb\
 36.1243 +\x00\xf0\x00\xf6\x00\xfb\x01\x01\x01\x07\x01\x0d\x01\x13\x01\x19\
 36.1244 +\x01\x1f\x01\x25\x01\x2b\x01\x32\x01\x38\x01\x3e\x01\x45\x01\x4c\
 36.1245 +\x01\x52\x01\x59\x01\x60\x01\x67\x01\x6e\x01\x75\x01\x7c\x01\x83\
 36.1246 +\x01\x8b\x01\x92\x01\x9a\x01\xa1\x01\xa9\x01\xb1\x01\xb9\x01\xc1\
 36.1247 +\x01\xc9\x01\xd1\x01\xd9\x01\xe1\x01\xe9\x01\xf2\x01\xfa\x02\x03\
 36.1248 +\x02\x0c\x02\x14\x02\x1d\x02\x26\x02\x2f\x02\x38\x02\x41\x02\x4b\
 36.1249 +\x02\x54\x02\x5d\x02\x67\x02\x71\x02\x7a\x02\x84\x02\x8e\x02\x98\
 36.1250 +\x02\xa2\x02\xac\x02\xb6\x02\xc1\x02\xcb\x02\xd5\x02\xe0\x02\xeb\
 36.1251 +\x02\xf5\x03\x00\x03\x0b\x03\x16\x03\x21\x03\x2d\x03\x38\x03\x43\
 36.1252 +\x03\x4f\x03\x5a\x03\x66\x03\x72\x03\x7e\x03\x8a\x03\x96\x03\xa2\
 36.1253 +\x03\xae\x03\xba\x03\xc7\x03\xd3\x03\xe0\x03\xec\x03\xf9\x04\x06\
 36.1254 +\x04\x13\x04\x20\x04\x2d\x04\x3b\x04\x48\x04\x55\x04\x63\x04\x71\
 36.1255 +\x04\x7e\x04\x8c\x04\x9a\x04\xa8\x04\xb6\x04\xc4\x04\xd3\x04\xe1\
 36.1256 +\x04\xf0\x04\xfe\x05\x0d\x05\x1c\x05\x2b\x05\x3a\x05\x49\x05\x58\
 36.1257 +\x05\x67\x05\x77\x05\x86\x05\x96\x05\xa6\x05\xb5\x05\xc5\x05\xd5\
 36.1258 +\x05\xe5\x05\xf6\x06\x06\x06\x16\x06\x27\x06\x37\x06\x48\x06\x59\
 36.1259 +\x06\x6a\x06\x7b\x06\x8c\x06\x9d\x06\xaf\x06\xc0\x06\xd1\x06\xe3\
 36.1260 +\x06\xf5\x07\x07\x07\x19\x07\x2b\x07\x3d\x07\x4f\x07\x61\x07\x74\
 36.1261 +\x07\x86\x07\x99\x07\xac\x07\xbf\x07\xd2\x07\xe5\x07\xf8\x08\x0b\
 36.1262 +\x08\x1f\x08\x32\x08\x46\x08\x5a\x08\x6e\x08\x82\x08\x96\x08\xaa\
 36.1263 +\x08\xbe\x08\xd2\x08\xe7\x08\xfb\x09\x10\x09\x25\x09\x3a\x09\x4f\
 36.1264 +\x09\x64\x09\x79\x09\x8f\x09\xa4\x09\xba\x09\xcf\x09\xe5\x09\xfb\
 36.1265 +\x0a\x11\x0a\x27\x0a\x3d\x0a\x54\x0a\x6a\x0a\x81\x0a\x98\x0a\xae\
 36.1266 +\x0a\xc5\x0a\xdc\x0a\xf3\x0b\x0b\x0b\x22\x0b\x39\x0b\x51\x0b\x69\
 36.1267 +\x0b\x80\x0b\x98\x0b\xb0\x0b\xc8\x0b\xe1\x0b\xf9\x0c\x12\x0c\x2a\
 36.1268 +\x0c\x43\x0c\x5c\x0c\x75\x0c\x8e\x0c\xa7\x0c\xc0\x0c\xd9\x0c\xf3\
 36.1269 +\x0d\x0d\x0d\x26\x0d\x40\x0d\x5a\x0d\x74\x0d\x8e\x0d\xa9\x0d\xc3\
 36.1270 +\x0d\xde\x0d\xf8\x0e\x13\x0e\x2e\x0e\x49\x0e\x64\x0e\x7f\x0e\x9b\
 36.1271 +\x0e\xb6\x0e\xd2\x0e\xee\x0f\x09\x0f\x25\x0f\x41\x0f\x5e\x0f\x7a\
 36.1272 +\x0f\x96\x0f\xb3\x0f\xcf\x0f\xec\x10\x09\x10\x26\x10\x43\x10\x61\
 36.1273 +\x10\x7e\x10\x9b\x10\xb9\x10\xd7\x10\xf5\x11\x13\x11\x31\x11\x4f\
 36.1274 +\x11\x6d\x11\x8c\x11\xaa\x11\xc9\x11\xe8\x12\x07\x12\x26\x12\x45\
 36.1275 +\x12\x64\x12\x84\x12\xa3\x12\xc3\x12\xe3\x13\x03\x13\x23\x13\x43\
 36.1276 +\x13\x63\x13\x83\x13\xa4\x13\xc5\x13\xe5\x14\x06\x14\x27\x14\x49\
 36.1277 +\x14\x6a\x14\x8b\x14\xad\x14\xce\x14\xf0\x15\x12\x15\x34\x15\x56\
 36.1278 +\x15\x78\x15\x9b\x15\xbd\x15\xe0\x16\x03\x16\x26\x16\x49\x16\x6c\
 36.1279 +\x16\x8f\x16\xb2\x16\xd6\x16\xfa\x17\x1d\x17\x41\x17\x65\x17\x89\
 36.1280 +\x17\xae\x17\xd2\x17\xf7\x18\x1b\x18\x40\x18\x65\x18\x8a\x18\xaf\
 36.1281 +\x18\xd5\x18\xfa\x19\x20\x19\x45\x19\x6b\x19\x91\x19\xb7\x19\xdd\
 36.1282 +\x1a\x04\x1a\x2a\x1a\x51\x1a\x77\x1a\x9e\x1a\xc5\x1a\xec\x1b\x14\
 36.1283 +\x1b\x3b\x1b\x63\x1b\x8a\x1b\xb2\x1b\xda\x1c\x02\x1c\x2a\x1c\x52\
 36.1284 +\x1c\x7b\x1c\xa3\x1c\xcc\x1c\xf5\x1d\x1e\x1d\x47\x1d\x70\x1d\x99\
 36.1285 +\x1d\xc3\x1d\xec\x1e\x16\x1e\x40\x1e\x6a\x1e\x94\x1e\xbe\x1e\xe9\
 36.1286 +\x1f\x13\x1f\x3e\x1f\x69\x1f\x94\x1f\xbf\x1f\xea\x20\x15\x20\x41\
 36.1287 +\x20\x6c\x20\x98\x20\xc4\x20\xf0\x21\x1c\x21\x48\x21\x75\x21\xa1\
 36.1288 +\x21\xce\x21\xfb\x22\x27\x22\x55\x22\x82\x22\xaf\x22\xdd\x23\x0a\
 36.1289 +\x23\x38\x23\x66\x23\x94\x23\xc2\x23\xf0\x24\x1f\x24\x4d\x24\x7c\
 36.1290 +\x24\xab\x24\xda\x25\x09\x25\x38\x25\x68\x25\x97\x25\xc7\x25\xf7\
 36.1291 +\x26\x27\x26\x57\x26\x87\x26\xb7\x26\xe8\x27\x18\x27\x49\x27\x7a\
 36.1292 +\x27\xab\x27\xdc\x28\x0d\x28\x3f\x28\x71\x28\xa2\x28\xd4\x29\x06\
 36.1293 +\x29\x38\x29\x6b\x29\x9d\x29\xd0\x2a\x02\x2a\x35\x2a\x68\x2a\x9b\
 36.1294 +\x2a\xcf\x2b\x02\x2b\x36\x2b\x69\x2b\x9d\x2b\xd1\x2c\x05\x2c\x39\
 36.1295 +\x2c\x6e\x2c\xa2\x2c\xd7\x2d\x0c\x2d\x41\x2d\x76\x2d\xab\x2d\xe1\
 36.1296 +\x2e\x16\x2e\x4c\x2e\x82\x2e\xb7\x2e\xee\x2f\x24\x2f\x5a\x2f\x91\
 36.1297 +\x2f\xc7\x2f\xfe\x30\x35\x30\x6c\x30\xa4\x30\xdb\x31\x12\x31\x4a\
 36.1298 +\x31\x82\x31\xba\x31\xf2\x32\x2a\x32\x63\x32\x9b\x32\xd4\x33\x0d\
 36.1299 +\x33\x46\x33\x7f\x33\xb8\x33\xf1\x34\x2b\x34\x65\x34\x9e\x34\xd8\
 36.1300 +\x35\x13\x35\x4d\x35\x87\x35\xc2\x35\xfd\x36\x37\x36\x72\x36\xae\
 36.1301 +\x36\xe9\x37\x24\x37\x60\x37\x9c\x37\xd7\x38\x14\x38\x50\x38\x8c\
 36.1302 +\x38\xc8\x39\x05\x39\x42\x39\x7f\x39\xbc\x39\xf9\x3a\x36\x3a\x74\
 36.1303 +\x3a\xb2\x3a\xef\x3b\x2d\x3b\x6b\x3b\xaa\x3b\xe8\x3c\x27\x3c\x65\
 36.1304 +\x3c\xa4\x3c\xe3\x3d\x22\x3d\x61\x3d\xa1\x3d\xe0\x3e\x20\x3e\x60\
 36.1305 +\x3e\xa0\x3e\xe0\x3f\x21\x3f\x61\x3f\xa2\x3f\xe2\x40\x23\x40\x64\
 36.1306 +\x40\xa6\x40\xe7\x41\x29\x41\x6a\x41\xac\x41\xee\x42\x30\x42\x72\
 36.1307 +\x42\xb5\x42\xf7\x43\x3a\x43\x7d\x43\xc0\x44\x03\x44\x47\x44\x8a\
 36.1308 +\x44\xce\x45\x12\x45\x55\x45\x9a\x45\xde\x46\x22\x46\x67\x46\xab\
 36.1309 +\x46\xf0\x47\x35\x47\x7b\x47\xc0\x48\x05\x48\x4b\x48\x91\x48\xd7\
 36.1310 +\x49\x1d\x49\x63\x49\xa9\x49\xf0\x4a\x37\x4a\x7d\x4a\xc4\x4b\x0c\
 36.1311 +\x4b\x53\x4b\x9a\x4b\xe2\x4c\x2a\x4c\x72\x4c\xba\x4d\x02\x4d\x4a\
 36.1312 +\x4d\x93\x4d\xdc\x4e\x25\x4e\x6e\x4e\xb7\x4f\x00\x4f\x49\x4f\x93\
 36.1313 +\x4f\xdd\x50\x27\x50\x71\x50\xbb\x51\x06\x51\x50\x51\x9b\x51\xe6\
 36.1314 +\x52\x31\x52\x7c\x52\xc7\x53\x13\x53\x5f\x53\xaa\x53\xf6\x54\x42\
 36.1315 +\x54\x8f\x54\xdb\x55\x28\x55\x75\x55\xc2\x56\x0f\x56\x5c\x56\xa9\
 36.1316 +\x56\xf7\x57\x44\x57\x92\x57\xe0\x58\x2f\x58\x7d\x58\xcb\x59\x1a\
 36.1317 +\x59\x69\x59\xb8\x5a\x07\x5a\x56\x5a\xa6\x5a\xf5\x5b\x45\x5b\x95\
 36.1318 +\x5b\xe5\x5c\x35\x5c\x86\x5c\xd6\x5d\x27\x5d\x78\x5d\xc9\x5e\x1a\
 36.1319 +\x5e\x6c\x5e\xbd\x5f\x0f\x5f\x61\x5f\xb3\x60\x05\x60\x57\x60\xaa\
 36.1320 +\x60\xfc\x61\x4f\x61\xa2\x61\xf5\x62\x49\x62\x9c\x62\xf0\x63\x43\
 36.1321 +\x63\x97\x63\xeb\x64\x40\x64\x94\x64\xe9\x65\x3d\x65\x92\x65\xe7\
 36.1322 +\x66\x3d\x66\x92\x66\xe8\x67\x3d\x67\x93\x67\xe9\x68\x3f\x68\x96\
 36.1323 +\x68\xec\x69\x43\x69\x9a\x69\xf1\x6a\x48\x6a\x9f\x6a\xf7\x6b\x4f\
 36.1324 +\x6b\xa7\x6b\xff\x6c\x57\x6c\xaf\x6d\x08\x6d\x60\x6d\xb9\x6e\x12\
 36.1325 +\x6e\x6b\x6e\xc4\x6f\x1e\x6f\x78\x6f\xd1\x70\x2b\x70\x86\x70\xe0\
 36.1326 +\x71\x3a\x71\x95\x71\xf0\x72\x4b\x72\xa6\x73\x01\x73\x5d\x73\xb8\
 36.1327 +\x74\x14\x74\x70\x74\xcc\x75\x28\x75\x85\x75\xe1\x76\x3e\x76\x9b\
 36.1328 +\x76\xf8\x77\x56\x77\xb3\x78\x11\x78\x6e\x78\xcc\x79\x2a\x79\x89\
 36.1329 +\x79\xe7\x7a\x46\x7a\xa5\x7b\x04\x7b\x63\x7b\xc2\x7c\x21\x7c\x81\
 36.1330 +\x7c\xe1\x7d\x41\x7d\xa1\x7e\x01\x7e\x62\x7e\xc2\x7f\x23\x7f\x84\
 36.1331 +\x7f\xe5\x80\x47\x80\xa8\x81\x0a\x81\x6b\x81\xcd\x82\x30\x82\x92\
 36.1332 +\x82\xf4\x83\x57\x83\xba\x84\x1d\x84\x80\x84\xe3\x85\x47\x85\xab\
 36.1333 +\x86\x0e\x86\x72\x86\xd7\x87\x3b\x87\x9f\x88\x04\x88\x69\x88\xce\
 36.1334 +\x89\x33\x89\x99\x89\xfe\x8a\x64\x8a\xca\x8b\x30\x8b\x96\x8b\xfc\
 36.1335 +\x8c\x63\x8c\xca\x8d\x31\x8d\x98\x8d\xff\x8e\x66\x8e\xce\x8f\x36\
 36.1336 +\x8f\x9e\x90\x06\x90\x6e\x90\xd6\x91\x3f\x91\xa8\x92\x11\x92\x7a\
 36.1337 +\x92\xe3\x93\x4d\x93\xb6\x94\x20\x94\x8a\x94\xf4\x95\x5f\x95\xc9\
 36.1338 +\x96\x34\x96\x9f\x97\x0a\x97\x75\x97\xe0\x98\x4c\x98\xb8\x99\x24\
 36.1339 +\x99\x90\x99\xfc\x9a\x68\x9a\xd5\x9b\x42\x9b\xaf\x9c\x1c\x9c\x89\
 36.1340 +\x9c\xf7\x9d\x64\x9d\xd2\x9e\x40\x9e\xae\x9f\x1d\x9f\x8b\x9f\xfa\
 36.1341 +\xa0\x69\xa0\xd8\xa1\x47\xa1\xb6\xa2\x26\xa2\x96\xa3\x06\xa3\x76\
 36.1342 +\xa3\xe6\xa4\x56\xa4\xc7\xa5\x38\xa5\xa9\xa6\x1a\xa6\x8b\xa6\xfd\
 36.1343 +\xa7\x6e\xa7\xe0\xa8\x52\xa8\xc4\xa9\x37\xa9\xa9\xaa\x1c\xaa\x8f\
 36.1344 +\xab\x02\xab\x75\xab\xe9\xac\x5c\xac\xd0\xad\x44\xad\xb8\xae\x2d\
 36.1345 +\xae\xa1\xaf\x16\xaf\x8b\xb0\x00\xb0\x75\xb0\xea\xb1\x60\xb1\xd6\
 36.1346 +\xb2\x4b\xb2\xc2\xb3\x38\xb3\xae\xb4\x25\xb4\x9c\xb5\x13\xb5\x8a\
 36.1347 +\xb6\x01\xb6\x79\xb6\xf0\xb7\x68\xb7\xe0\xb8\x59\xb8\xd1\xb9\x4a\
 36.1348 +\xb9\xc2\xba\x3b\xba\xb5\xbb\x2e\xbb\xa7\xbc\x21\xbc\x9b\xbd\x15\
 36.1349 +\xbd\x8f\xbe\x0a\xbe\x84\xbe\xff\xbf\x7a\xbf\xf5\xc0\x70\xc0\xec\
 36.1350 +\xc1\x67\xc1\xe3\xc2\x5f\xc2\xdb\xc3\x58\xc3\xd4\xc4\x51\xc4\xce\
 36.1351 +\xc5\x4b\xc5\xc8\xc6\x46\xc6\xc3\xc7\x41\xc7\xbf\xc8\x3d\xc8\xbc\
 36.1352 +\xc9\x3a\xc9\xb9\xca\x38\xca\xb7\xcb\x36\xcb\xb6\xcc\x35\xcc\xb5\
 36.1353 +\xcd\x35\xcd\xb5\xce\x36\xce\xb6\xcf\x37\xcf\xb8\xd0\x39\xd0\xba\
 36.1354 +\xd1\x3c\xd1\xbe\xd2\x3f\xd2\xc1\xd3\x44\xd3\xc6\xd4\x49\xd4\xcb\
 36.1355 +\xd5\x4e\xd5\xd1\xd6\x55\xd6\xd8\xd7\x5c\xd7\xe0\xd8\x64\xd8\xe8\
 36.1356 +\xd9\x6c\xd9\xf1\xda\x76\xda\xfb\xdb\x80\xdc\x05\xdc\x8a\xdd\x10\
 36.1357 +\xdd\x96\xde\x1c\xde\xa2\xdf\x29\xdf\xaf\xe0\x36\xe0\xbd\xe1\x44\
 36.1358 +\xe1\xcc\xe2\x53\xe2\xdb\xe3\x63\xe3\xeb\xe4\x73\xe4\xfc\xe5\x84\
 36.1359 +\xe6\x0d\xe6\x96\xe7\x1f\xe7\xa9\xe8\x32\xe8\xbc\xe9\x46\xe9\xd0\
 36.1360 +\xea\x5b\xea\xe5\xeb\x70\xeb\xfb\xec\x86\xed\x11\xed\x9c\xee\x28\
 36.1361 +\xee\xb4\xef\x40\xef\xcc\xf0\x58\xf0\xe5\xf1\x72\xf1\xff\xf2\x8c\
 36.1362 +\xf3\x19\xf3\xa7\xf4\x34\xf4\xc2\xf5\x50\xf5\xde\xf6\x6d\xf6\xfb\
 36.1363 +\xf7\x8a\xf8\x19\xf8\xa8\xf9\x38\xf9\xc7\xfa\x57\xfa\xe7\xfb\x77\
 36.1364 +\xfc\x07\xfc\x98\xfd\x29\xfd\xba\xfe\x4b\xfe\xdc\xff\x6d\xff\xff\
 36.1365 +\xff\xee\x00\x0e\x41\x64\x6f\x62\x65\x00\x64\x40\x00\x00\x00\x01\
 36.1366 +\xff\xdb\x00\x84\x00\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x03\
 36.1367 +\x02\x02\x02\x03\x04\x03\x02\x02\x03\x04\x05\x04\x04\x04\x04\x04\
 36.1368 +\x05\x06\x05\x05\x05\x05\x05\x05\x06\x06\x07\x07\x08\x07\x07\x06\
 36.1369 +\x09\x09\x0a\x0a\x09\x09\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\
 36.1370 +\x0c\x0c\x0c\x0c\x0c\x01\x03\x03\x03\x05\x04\x05\x09\x06\x06\x09\
 36.1371 +\x0d\x0a\x09\x0a\x0d\x0f\x0e\x0e\x0e\x0e\x0f\x0f\x0c\x0c\x0c\x0c\
 36.1372 +\x0c\x0f\x0f\x0c\x0c\x0c\x0c\x0c\x0c\x0f\x0c\x0c\x0c\x0c\x0c\x0c\
 36.1373 +\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\
 36.1374 +\x0c\x0c\x0c\x0c\x0c\x0c\xff\xc0\x00\x11\x08\x00\x5a\x00\xc8\x03\
 36.1375 +\x01\x11\x00\x02\x11\x01\x03\x11\x01\xff\xdd\x00\x04\x00\x19\xff\
 36.1376 +\xc4\x01\xa2\x00\x00\x00\x07\x01\x01\x01\x01\x01\x00\x00\x00\x00\
 36.1377 +\x00\x00\x00\x00\x04\x05\x03\x02\x06\x01\x00\x07\x08\x09\x0a\x0b\
 36.1378 +\x01\x00\x02\x02\x03\x01\x01\x01\x01\x01\x00\x00\x00\x00\x00\x00\
 36.1379 +\x00\x01\x00\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x10\x00\x02\
 36.1380 +\x01\x03\x03\x02\x04\x02\x06\x07\x03\x04\x02\x06\x02\x73\x01\x02\
 36.1381 +\x03\x11\x04\x00\x05\x21\x12\x31\x41\x51\x06\x13\x61\x22\x71\x81\
 36.1382 +\x14\x32\x91\xa1\x07\x15\xb1\x42\x23\xc1\x52\xd1\xe1\x33\x16\x62\
 36.1383 +\xf0\x24\x72\x82\xf1\x25\x43\x34\x53\x92\xa2\xb2\x63\x73\xc2\x35\
 36.1384 +\x44\x27\x93\xa3\xb3\x36\x17\x54\x64\x74\xc3\xd2\xe2\x08\x26\x83\
 36.1385 +\x09\x0a\x18\x19\x84\x94\x45\x46\xa4\xb4\x56\xd3\x55\x28\x1a\xf2\
 36.1386 +\xe3\xf3\xc4\xd4\xe4\xf4\x65\x75\x85\x95\xa5\xb5\xc5\xd5\xe5\xf5\
 36.1387 +\x66\x76\x86\x96\xa6\xb6\xc6\xd6\xe6\xf6\x37\x47\x57\x67\x77\x87\
 36.1388 +\x97\xa7\xb7\xc7\xd7\xe7\xf7\x38\x48\x58\x68\x78\x88\x98\xa8\xb8\
 36.1389 +\xc8\xd8\xe8\xf8\x29\x39\x49\x59\x69\x79\x89\x99\xa9\xb9\xc9\xd9\
 36.1390 +\xe9\xf9\x2a\x3a\x4a\x5a\x6a\x7a\x8a\x9a\xaa\xba\xca\xda\xea\xfa\
 36.1391 +\x11\x00\x02\x02\x01\x02\x03\x05\x05\x04\x05\x06\x04\x08\x03\x03\
 36.1392 +\x6d\x01\x00\x02\x11\x03\x04\x21\x12\x31\x41\x05\x51\x13\x61\x22\
 36.1393 +\x06\x71\x81\x91\x32\xa1\xb1\xf0\x14\xc1\xd1\xe1\x23\x42\x15\x52\
 36.1394 +\x62\x72\xf1\x33\x24\x34\x43\x82\x16\x92\x53\x25\xa2\x63\xb2\xc2\
 36.1395 +\x07\x73\xd2\x35\xe2\x44\x83\x17\x54\x93\x08\x09\x0a\x18\x19\x26\
 36.1396 +\x36\x45\x1a\x27\x64\x74\x55\x37\xf2\xa3\xb3\xc3\x28\x29\xd3\xe3\
 36.1397 +\xf3\x84\x94\xa4\xb4\xc4\xd4\xe4\xf4\x65\x75\x85\x95\xa5\xb5\xc5\
 36.1398 +\xd5\xe5\xf5\x46\x56\x66\x76\x86\x96\xa6\xb6\xc6\xd6\xe6\xf6\x47\
 36.1399 +\x57\x67\x77\x87\x97\xa7\xb7\xc7\xd7\xe7\xf7\x38\x48\x58\x68\x78\
 36.1400 +\x88\x98\xa8\xb8\xc8\xd8\xe8\xf8\x39\x49\x59\x69\x79\x89\x99\xa9\
 36.1401 +\xb9\xc9\xd9\xe9\xf9\x2a\x3a\x4a\x5a\x6a\x7a\x8a\x9a\xaa\xba\xca\
 36.1402 +\xda\xea\xfa\xff\xda\x00\x0c\x03\x01\x00\x02\x11\x03\x11\x00\x3f\
 36.1403 +\x00\xfb\xf9\x8a\xbb\x15\x76\x2a\xec\x55\xd8\xab\xb1\x57\x62\xae\
 36.1404 +\xc5\x5d\x8a\xbb\x15\x76\x2a\xec\x55\xd8\xab\xb1\x57\x62\xae\xc5\
 36.1405 +\x5d\x8a\xbb\x15\x76\x2a\xec\x55\xd8\xab\xb1\x57\x62\xae\xc5\x5d\
 36.1406 +\x8a\xbf\xff\xd0\xfb\xf9\x8a\xbb\x15\x76\x2a\xec\x55\xd8\xab\xb1\
 36.1407 +\x57\x62\xae\xc5\x5d\x8a\xbb\x15\x76\x2a\xec\x55\xd8\xab\xb1\x57\
 36.1408 +\x62\xae\xc5\x5d\x8a\xbb\x15\x76\x2a\xec\x55\xd8\xab\xb1\x57\x62\
 36.1409 +\xae\xc5\x5d\x8a\xbf\xff\xd1\xfb\xf9\x8a\xbb\x15\x78\x7f\x9f\x7c\
 36.1410 +\xf5\xaf\x79\x7b\xf3\x77\xf2\x63\xca\x7a\x7c\xe8\x9a\x1f\x9c\xa2\
 36.1411 +\xf3\x01\xd7\xad\x9a\x34\x66\x95\xac\xa0\xb6\x6b\x62\xae\x41\x64\
 36.1412 +\xe0\xd2\x31\x3c\x48\xaf\x7c\xd7\xea\x35\x13\x86\xab\x0e\x30\x7d\
 36.1413 +\x32\x13\xbf\xf3\x40\xa7\xa2\xec\xee\xcf\xc3\x9b\xb2\xf5\x9a\x89\
 36.1414 +\x0f\x5e\x23\x8b\x84\xd9\xdb\x8e\x52\x12\xdb\x91\xb0\x07\x3e\x4f\
 36.1415 +\x70\xcd\x83\xce\xbb\x15\x76\x2a\xec\x55\xd8\xab\xb1\x57\x62\xae\
 36.1416 +\xc5\x5d\x8a\xbb\x15\x76\x2a\xec\x55\xd8\xab\xb1\x57\x62\xae\xc5\
 36.1417 +\x5d\x8a\xbb\x15\x76\x2a\xec\x55\xd8\xab\xb1\x57\xff\xd2\xfb\xf9\
 36.1418 +\x8a\xbe\x2a\xff\x00\x9c\x84\xff\x00\x9c\xad\x1f\x97\x7a\xa5\xd7\
 36.1419 +\x91\x7f\x2f\xac\xed\x35\x9f\x38\xd9\xc4\x25\xd7\x75\x8b\xd6\xae\
 36.1420 +\x9d\xa4\xa3\x53\xe1\x90\x2b\x29\x92\x5a\x11\xf0\xd4\x05\x25\x47\
 36.1421 +\xc6\xc7\x86\x73\x9d\xab\xdb\x9e\x04\x8e\x2c\x20\x19\x8e\x64\xfd\
 36.1422 +\x31\xf7\xf9\xfe\xce\x67\x67\xd2\x3d\x93\xf6\x14\x6b\xf1\x0d\x5e\
 36.1423 +\xb2\x52\x86\x19\x1a\x84\x63\xfd\xe6\x53\xe5\xb6\xd1\xf3\xee\x04\
 36.1424 +\xfa\x62\x38\x9e\x59\xe4\x78\xbf\x3f\xbf\x32\xbf\x2f\x35\xaf\xcc\
 36.1425 +\x5b\x8d\x74\xeb\xfa\xbe\xa4\xa9\x37\xe5\xe7\x9b\xe3\x87\x4d\x80\
 36.1426 +\xe9\x1f\xa3\xef\x24\x5d\x47\xea\xb0\x48\xd0\xb7\x1b\x91\x11\x85\
 36.1427 +\x83\x22\x12\x14\x12\x08\xa6\x62\xe9\x0e\xaf\x51\xa7\x96\x5e\x2e\
 36.1428 +\x29\x1f\xa6\x55\x1f\x4d\x1f\x57\x08\x34\x7d\x55\x5b\x80\xed\xfb\
 36.1429 +\x58\x76\x3f\x67\xf6\x86\x3d\x20\xc4\x31\xc2\x17\xe2\xe3\x32\x99\
 36.1430 +\xf1\x78\xe2\x3c\x3e\x33\x11\x21\x78\xef\x8c\x54\xa7\x57\xb1\x05\
 36.1431 +\x2e\xfc\x9f\xff\x00\x9c\xd2\xf3\x0d\x95\xfd\x86\x97\xf9\xb5\x71\
 36.1432 +\x67\xe6\x0f\x2d\x5f\x4c\xb6\xc3\xcf\xb6\x30\xfd\x5e\xe2\xce\x57\
 36.1433 +\xa9\x41\x7d\x6d\x1a\x22\xf1\xdb\xaa\xa2\xec\x18\xa9\x92\x86\x94\
 36.1434 +\xe8\x3d\xa2\x9c\x48\x19\xc8\x94\x09\xae\x31\xb5\x7f\x58\x7e\xce\
 36.1435 +\xfa\xb7\x2f\xda\x0f\xf8\x1c\xe0\xc9\x09\x4f\x41\x19\x63\xcd\x11\
 36.1436 +\x7e\x14\x8f\x10\x98\x1c\xce\x39\xd9\xfb\x64\x79\x81\x21\x0b\x17\
 36.1437 +\xf4\xd2\x19\xa2\xb8\x86\x2b\x88\x24\x59\xa0\x9d\x03\xc3\x32\x10\
 36.1438 +\xca\xca\xc2\xa1\x81\x1b\x10\x46\x76\x60\xdb\xe2\xc4\x18\x9a\x3b\
 36.1439 +\x10\xf8\x3f\xcf\x7f\xf3\x9d\x1a\x57\x92\x3c\xe5\xe6\x7f\x28\x3f\
 36.1440 +\xe5\xd5\xd6\xa4\xfe\x5a\xd4\xae\x34\xe7\xbf\x5d\x49\x22\x59\x8d\
 36.1441 +\xbb\x94\x2e\x10\xdb\xb7\x1a\xd3\xa5\x4e\x72\xba\xaf\x69\xe3\x83\
 36.1442 +\x2c\xb1\x9c\x64\xf0\x92\x2e\xfb\xbe\x0f\xab\x76\x4f\xfc\x0b\x72\
 36.1443 +\xeb\xf4\x98\xb5\x23\x50\x22\x32\x44\x4a\xb8\x09\xab\x17\x57\xc4\
 36.1444 +\xf5\x3f\xca\xaf\xf9\xc9\xad\x37\xf3\x43\xc9\x7f\x98\x1e\x70\x8b\
 36.1445 +\xca\x93\xe8\xa3\xc8\x76\xd2\xdd\x4d\xa7\x3d\xda\xce\xd7\x2b\x15\
 36.1446 +\xbb\xcf\x45\x90\x44\x81\x2b\xc3\x8e\xe0\xf8\xe6\xc3\x41\xdb\x23\
 36.1447 +\x57\x87\x26\x51\x0a\xe0\xe9\x7c\xf6\xbe\xe7\x9e\xed\xff\x00\x62\
 36.1448 +\xe7\xd9\x3a\xdd\x3e\x94\xe5\x13\x39\x88\x17\xc3\x5c\x37\x21\x1e\
 36.1449 +\x56\x6f\x9b\xc0\x7f\xe8\xa2\x1a\x47\xfe\x5a\xdb\xcf\xfb\x8a\xc7\
 36.1450 +\xff\x00\x64\xb9\xa8\xff\x00\x45\xf0\xff\x00\x52\x3f\x3f\xd8\xf6\
 36.1451 +\x3f\xf2\x67\xb2\xff\x00\xca\x54\x7f\xd2\x1f\xf8\xa7\xd7\x96\xdf\
 36.1452 +\x9e\x1e\x4b\xb7\xfc\xab\xd1\x3f\x36\x3c\xd3\x79\x1f\x95\xf4\x6d\
 36.1453 +\x66\xc2\x2b\xb8\xec\xa6\x93\xd6\x98\xcb\x2a\xf2\x16\xf0\xaa\xa8\
 36.1454 +\x69\x9f\xb0\x0a\xbe\xfb\x0c\xe8\x47\x69\x62\x8e\x9a\x39\xf2\x1e\
 36.1455 +\x11\x20\x0f\xcf\xa7\x9b\xe7\x27\xd9\xad\x56\x4e\xd2\xc9\xa0\xd3\
 36.1456 +\x8f\x12\x70\x91\x8d\x81\x43\x63\x5c\x47\xf9\xa3\xde\x5f\x27\x3f\
 36.1457 +\xfc\xfc\x23\x45\x96\xf5\xad\x74\xcf\xca\xdd\x4a\xf9\x24\x98\xc7\
 36.1458 +\x62\x4e\xa1\x1a\x4d\x28\x2d\x44\xfd\xd2\x5b\xc9\x46\x6d\xbe\x10\
 36.1459 +\xc7\x7d\xaa\x73\x41\xfe\x8b\x60\x65\x51\xc4\x4f\x76\xfb\x9f\x85\
 36.1460 +\x3e\x83\xff\x00\x26\x8b\x2c\x31\xf1\xe4\xd5\x42\x34\x2c\xfa\x4d\
 36.1461 +\x0e\xfd\xcc\x86\xc3\xbf\x67\xdb\x3f\x97\x3e\x6c\xd6\x7c\xe9\xe5\
 36.1462 +\x9b\x5d\x7f\x5c\xf2\xab\xf9\x3a\xea\xf1\x8b\x43\xa3\x4b\x72\x2e\
 36.1463 +\xa5\x58\x68\x38\x34\xac\xb1\xc6\x15\x8e\xff\x00\x08\xad\x05\x2a\
 36.1464 +\x6b\x50\x3a\x8d\x36\x4c\x99\x20\x25\x38\x70\x13\xd2\xef\xe7\xfa\
 36.1465 +\x9f\x2d\xed\x3d\x36\x0d\x36\x73\x8f\x06\x5f\x1a\x23\xf8\x84\x78\
 36.1466 +\x41\x3d\x6a\xc9\xb1\xe7\xb5\xf4\xdb\x73\xe4\x2f\x3a\x7f\xce\x79\
 36.1467 +\x79\x67\xca\xfe\x6c\xf3\x07\x97\x34\xdf\x23\x5d\x79\x86\xd3\x42\
 36.1468 +\xbd\x96\xc5\x75\xa4\xd4\x12\x04\xb8\x78\x0f\x09\x1d\x10\xc0\xff\
 36.1469 +\x00\x0f\x30\x42\x9e\x46\xa3\x7e\xf9\xcd\xea\x7d\xaa\xc7\x8b\x2c\
 36.1470 +\xa0\x20\x64\x22\x6a\xef\x9f\xd8\xfa\x47\x66\x7f\xc0\xa7\x51\xab\
 36.1471 +\xd3\x63\xcd\x3c\xe3\x19\x9c\x44\xb8\x78\x49\xab\xdc\x59\xb1\xbd\
 36.1472 +\x73\xdb\x6e\x4f\x47\xfc\x8b\xff\x00\x9c\xb0\xf2\xf7\xe7\x57\x99\
 36.1473 +\x6f\xfc\xab\xfe\x1c\x9b\xca\xba\xa4\x16\x9f\x5c\xd3\x92\x7b\xb5\
 36.1474 +\xb9\x17\x4a\x8d\x49\x55\x48\x8a\x2a\x32\x02\xa6\x9b\xd4\x54\xfe\
 36.1475 +\xce\x66\xf6\x5f\x6e\xc3\x5d\x90\xc3\x87\x84\x81\x63\x7b\xbe\xf7\
 36.1476 +\x4b\xed\x5f\xb0\x59\xfb\x0b\x04\x73\xf8\x83\x24\x4c\xb8\x4d\x47\
 36.1477 +\x87\x87\xbb\xa9\xd8\xef\xf1\xae\xf7\xd0\x7e\x7f\xf3\x6c\x5e\x43\
 36.1478 +\xf2\x57\x99\xfc\xe5\x3d\x93\x6a\x31\x79\x6b\x4e\x9e\xfd\xec\x11\
 36.1479 +\xc4\x6d\x30\x85\x4b\x70\x0e\x43\x05\xad\x29\x5a\x1c\xdb\x6a\xb3\
 36.1480 +\xf8\x18\xa5\x92\xaf\x84\x13\x5e\xe7\x91\xec\x9d\x01\xd7\xea\xf1\
 36.1481 +\x69\x84\xb8\x4e\x49\x08\xdf\x3a\xb3\x57\x4f\x83\xbf\xe8\xa2\x1a\
 36.1482 +\x47\xfe\x5a\xdb\xcf\xfb\x8a\xc7\xff\x00\x64\xb9\xcb\x7f\xa2\xf8\
 36.1483 +\x7f\xa9\x1f\x9f\xec\x7d\x5f\xfe\x4c\xf6\x5f\xf9\x4a\x8f\xfa\x43\
 36.1484 +\xff\x00\x14\xef\xfa\x28\x86\x91\xff\x00\x96\xb6\xf3\xfe\xe2\xb1\
 36.1485 +\xff\x00\xd9\x2e\x3f\xe8\xbe\x1f\xea\x47\xe7\xfb\x17\xfe\x4c\xf6\
 36.1486 +\x5f\xf9\x4a\x8f\xfa\x43\xff\x00\x14\xcf\xbc\xa1\xff\x00\x39\xe5\
 36.1487 +\xf9\x59\xae\xdf\xc1\xa7\xf9\x8f\x46\xd5\xfc\x9e\x2e\x18\x22\xea\
 36.1488 +\x53\x08\xee\xed\x10\x9a\x0f\xde\xbc\x24\x48\xa2\xa7\xa8\x8c\x8e\
 36.1489 +\xe4\x8c\xca\xd3\xfb\x55\xa6\xc9\x2a\x98\x30\xf3\xe6\x3e\xcd\xfe\
 36.1490 +\xc7\x51\xda\x3f\xf0\x29\xed\x2d\x3c\x0c\xf0\xce\x19\x6b\xa0\xb8\
 36.1491 +\xcb\xe1\x7b\x1f\xf4\xcf\x4a\xfc\xfa\xff\x00\x9c\x93\xd2\xbf\x24\
 36.1492 +\x22\xf2\x6c\xff\x00\xe1\xd7\xf3\x75\xbf\x9c\xa2\xbc\x9a\xd2\xe2\
 36.1493 +\xd6\xf5\x20\x44\x8e\xd4\x5b\x90\xc1\xbd\x39\x43\x89\x05\xc0\x20\
 36.1494 +\x8f\x0e\xf5\xcc\xee\xd5\xed\x98\xe8\x04\x0f\x0f\x17\x1d\xf2\x3d\
 36.1495 +\xd5\xef\xef\x74\x9e\xc9\xfb\x19\x93\xb7\xce\x68\xf8\x9e\x11\xc5\
 36.1496 +\xc3\x60\xc4\x9f\xab\x8b\xcc\x55\x70\xbc\xe3\xf2\xb3\xfe\x73\x57\
 36.1497 +\x49\xfc\xcd\xf3\xef\x97\xfc\x8c\xbe\x42\xb9\xd1\x1f\x5e\x79\xd1\
 36.1498 +\x35\x37\xd4\x12\x75\x88\xc3\x6f\x2c\xe2\xb1\x88\x10\x9e\x5e\x9f\
 36.1499 +\x1e\xbb\x56\xb9\x87\xd9\xfe\xd1\xc7\x57\x9e\x38\x86\x32\x38\xaf\
 36.1500 +\x7b\xee\x04\xf7\x79\x3b\x8f\x68\x7f\xe0\x6d\x93\xb2\x34\x39\x35\
 36.1501 +\x67\x38\x98\x87\x0e\xdc\x24\x5f\x14\x84\x79\xf1\x1f\xe7\x5b\xea\
 36.1502 +\x8f\xcc\x8f\x3a\x45\xf9\x75\xe4\x6f\x32\xf9\xda\x7b\x06\xd5\x22\
 36.1503 +\xf2\xe5\xa1\xba\x7d\x3d\x24\x11\x34\xb4\x65\x5e\x21\xca\xb0\x5e\
 36.1504 +\xbd\x68\x73\x79\xac\xd4\xfe\x5b\x0c\xb2\x91\x7c\x22\xe9\xe1\x7b\
 36.1505 +\x1b\xb3\x4f\x69\x6b\x31\xe9\x44\xb8\x4e\x43\x57\x57\x5f\x0d\x9f\
 36.1506 +\x0b\x7f\xd1\x44\x34\x8f\xfc\xb5\xb7\x9f\xf7\x15\x8f\xfe\xc9\x73\
 36.1507 +\x97\xff\x00\x45\xf0\xff\x00\x52\x3f\x3f\xd8\xfa\xa7\xfc\x99\xec\
 36.1508 +\xbf\xf2\x95\x1f\xf4\x87\xfe\x29\xf4\xef\xe6\x97\xfc\xe4\xa7\xe5\
 36.1509 +\xef\xe5\x36\x91\xa1\x5f\x79\x83\xeb\x97\xda\xb7\x98\xed\x16\xf3\
 36.1510 +\x4b\xf2\xee\x9c\x89\x25\xc9\x85\x87\xf7\x92\x34\x8d\x1a\x22\x06\
 36.1511 +\xf8\x6a\x4d\x4e\xfc\x54\xd0\xd3\x79\xaf\xed\x8c\x3a\x28\x83\x3b\
 36.1512 +\x26\x42\xc0\x1c\xde\x13\xd9\xff\x00\x63\x75\xbd\xb7\x92\x63\x05\
 36.1513 +\x08\x40\xd1\x9c\xb6\x8d\xf7\x0a\x04\x93\xd7\xcb\xa9\x16\x1f\x2d\
 36.1514 +\xde\xff\x00\xcf\xc4\xac\x12\x4a\x69\xdf\x95\x17\x17\x31\x55\xbe\
 36.1515 +\x3b\x8d\x65\x60\x6a\x6d\xc4\xf1\x4b\x39\x86\xfd\xf7\xdb\xdf\x34\
 36.1516 +\x52\xf6\xbe\x3d\x31\x13\xfe\x75\x7e\x82\xf7\xb8\xbf\xe0\x3b\x90\
 36.1517 +\x8f\x5e\xa8\x03\xe5\x8e\xff\x00\xdf\xc5\x46\x0f\xf9\xf8\x9c\x2d\
 36.1518 +\x20\x17\x3f\x94\x6f\x14\x54\x35\x78\xb5\xd1\x23\x57\xb7\xc2\xd6\
 36.1519 +\x08\x3f\x1c\x88\xf6\xbc\x75\xc5\xfe\xcb\xfe\x3a\xca\x7f\xf0\x1c\
 36.1520 +\x90\x1e\x9d\x5d\x9f\x3c\x75\xfe\xfc\xbe\xd4\xfc\x98\xfc\xd4\x8b\
 36.1521 +\xf3\x87\xc9\x56\xde\x73\x87\x41\x9f\xcb\xb0\xdd\x5c\x4d\x0c\x56\
 36.1522 +\x33\xcc\xb3\x96\x58\x5b\x81\x90\x3a\xaa\x6c\x58\x11\xd3\xb6\x74\
 36.1523 +\xdd\x9d\xac\xfc\xe6\x11\x97\x87\x84\x1b\xfb\x1f\x31\xf6\x8f\xb1\
 36.1524 +\x7f\x91\xf5\xb2\xd2\xf8\x83\x21\x88\x16\x40\xae\x62\xeb\xaf\x42\
 36.1525 +\x3e\x6f\xff\xd3\xfb\x05\x17\xfc\xe4\x97\xe5\x0e\xaf\x79\x26\x83\
 36.1526 +\xe5\x8f\x39\x5a\xeb\x3e\x6a\xb8\xf5\x60\xd2\x34\x41\x0d\xd4\x66\
 36.1527 +\xe2\xed\x15\x8a\x43\xea\x49\x0a\x22\xf2\x65\xa5\x4b\x01\xef\x9a\
 36.1528 +\xb8\xf6\xc6\x9b\x24\xb8\x31\xcc\x19\x9e\x43\x7d\xcf\x77\x27\xa9\
 36.1529 +\xc9\xec\x6f\x6a\x69\xf1\xf8\xd9\xf0\x98\x62\x14\x65\x2b\x89\xe1\
 36.1530 +\x8f\x7d\x02\x4f\xd8\xf8\x1b\xc9\x9f\xf3\x89\x7e\x7e\xfc\xd4\xb6\
 36.1531 +\xd7\xef\x7c\xd5\xe6\x78\xfc\xa3\xe6\x01\xaa\x49\x79\xe6\x4b\x7b\
 36.1532 +\xab\x71\x7b\x3d\xc5\xe5\xd1\x79\x03\x3b\xc3\x3a\xa5\x15\x18\x3a\
 36.1533 +\xee\x77\x91\xba\x67\x31\x8b\xd9\xfc\xfa\x88\x91\x92\x5c\x32\xbb\
 36.1534 +\x97\x5b\x26\xfa\x83\x5c\xb7\x1f\xd6\x2f\xa8\xea\xff\x00\xe0\x87\
 36.1535 +\xa0\xec\xec\x91\x3a\x7c\x47\x2e\x2e\x11\x0c\x64\x13\x01\x18\x44\
 36.1536 +\x0b\xa1\x28\xdd\x99\x7a\x4e\xc3\x68\x45\xfa\x31\xf9\x4b\xf9\x67\
 36.1537 +\x3f\xe5\xa7\xe5\x3e\x8d\xf9\x6b\x3e\xaf\x1e\xaf\x3e\x95\x06\xa1\
 36.1538 +\x0b\x6a\xd1\xc2\x61\x47\xfa\xf5\xd5\xc5\xc8\x22\x22\xee\x47\x11\
 36.1539 +\x3d\x3e\xd6\xf4\xce\xaf\x41\xa2\x3a\x5d\x30\xc2\x4d\xd5\xef\xef\
 36.1540 +\x24\xfe\x97\xc9\xbd\xa0\xed\xb8\xf6\xa7\x69\xcf\x5a\x21\xc2\x24\
 36.1541 +\x62\x78\x6e\xfe\x98\xc6\x3c\xe8\x73\xe1\xee\x7c\x09\xad\x7f\xce\
 36.1542 +\x0d\x6b\x9e\x4c\xd0\xf5\x9d\x77\xfc\x7d\x6b\xae\x5b\xc1\x6a\x63\
 36.1543 +\xbd\xd2\x12\xc1\xa0\x33\x45\x23\x2a\x92\xb2\x35\xc3\x28\x68\x8d\
 36.1544 +\x25\x5a\x8d\xd9\x40\xce\x5f\xfd\x0c\x4f\x08\x27\xc4\x04\x1d\x88\
 36.1545 +\xaa\xe7\xf1\xe9\xcc\x79\x87\xd4\xc7\xfc\x14\xb0\xeb\x67\x18\x78\
 36.1546 +\x06\x12\x07\x88\x4b\x8a\xe8\x80\x4f\x21\x1b\xa9\x0b\x81\xf2\x91\
 36.1547 +\x7d\x05\xf9\x35\xf9\xc1\xa2\xfe\x51\x7e\x59\x79\x53\xc9\x9f\x9e\
 36.1548 +\x5a\xda\xf9\x43\xcd\x5a\x6c\x12\xc5\xa7\xd9\xdd\xac\x97\x2f\x2e\
 36.1549 +\x9f\x1c\xce\x96\xce\x1e\xd1\x66\x4a\x2a\x8f\x4c\x02\xd5\xf8\x73\
 36.1550 +\x71\xa2\xd6\xc7\x43\xa7\x86\x2d\x5c\xb8\x26\x07\x2e\x7b\x5e\xdf\
 36.1551 +\x4d\x8f\x2f\x83\xc7\x76\xe7\x61\xe4\xed\xde\xd0\xcd\xaa\xec\x88\
 36.1552 +\x1c\xb8\x65\x21\x64\x7a\x6a\x64\x03\x21\x53\xe1\x3c\xfd\x5c\xab\
 36.1553 +\x77\xe5\xaf\xe6\xf6\xb5\xa6\x79\x8f\xf3\x4b\xf3\x03\x5e\xd1\x6e\
 36.1554 +\xd6\xfb\x49\xd5\xf5\xeb\xeb\xbd\x36\xf1\x43\x28\x96\x19\x66\x66\
 36.1555 +\x47\x01\xc2\xb0\xa8\x3d\xc6\x70\x7d\xa3\x96\x39\x75\x39\x27\x13\
 36.1556 +\x60\xc8\x90\xfb\xef\xb3\x7a\x5c\x9a\x5e\xcc\xd3\xe1\xca\x38\x67\
 36.1557 +\x0c\x71\x04\x77\x10\x37\x7d\x79\xff\x00\x38\x9b\xff\x00\x92\x5f\
 36.1558 +\xfe\x72\x23\xfe\xd8\xf7\x5f\xf5\x01\x36\x74\xbe\xcf\xff\x00\x89\
 36.1559 +\x6a\x3d\xc7\xfd\xc9\x7c\xcf\xfe\x08\x7f\xf1\xb7\xd9\xff\x00\xd6\
 36.1560 +\x8f\xfd\x34\x0f\xcf\xdc\xe3\x5f\x67\x4f\x75\x7f\x33\x6b\xfa\xf5\
 36.1561 +\xb6\x8f\x65\xab\xea\xb7\x17\xd6\x5a\x05\xa2\x58\xe8\xb6\x52\x3f\
 36.1562 +\xee\x6d\x60\x40\x00\x48\xa3\x14\x55\xad\x2a\x48\x15\x27\xad\x72\
 36.1563 +\xec\xba\x8c\x99\x44\x44\x8d\x88\x8a\x1e\x41\xc3\xd2\xf6\x7e\x9f\
 36.1564 +\x4b\x29\xcb\x14\x04\x4e\x49\x19\x48\xf5\x94\x8f\x52\x79\xfb\xbb\
 36.1565 +\xba\x3f\x4d\x3f\xe7\x0e\x3f\x26\xff\x00\x2c\xf5\x2f\x2c\x5a\x7e\
 36.1566 +\x61\xc5\x75\x1f\x99\x3c\xc2\x24\x68\x2f\xa3\x9d\x40\x6d\x3a\xe1\
 36.1567 +\x7e\xd4\x22\x2a\x9e\x3b\x10\x43\x75\x65\x35\xe8\x68\x3b\xdf\x67\
 36.1568 +\x34\x5a\x61\x84\x66\x87\xaa\x67\x99\x3f\xc2\x7b\x80\xe9\xef\xeb\
 36.1569 +\xf6\x3e\x03\xff\x00\x04\x9e\xdb\xed\x39\xeb\x25\xa3\xcc\x3c\x3c\
 36.1570 +\x23\x78\xc6\x27\x6c\x91\xe9\x29\x1d\xb8\xbf\xab\xca\x24\x56\xe4\
 36.1571 +\x59\xf4\x97\xfc\xe4\x9f\xe6\x64\x7f\x94\xdf\x94\x7a\xf6\xa9\x63\
 36.1572 +\x2a\xdb\x6b\xba\xaa\x7e\x87\xf2\xbc\x6a\x78\xb0\xba\xba\x52\xa6\
 36.1573 +\x54\xa7\x78\x63\x0f\x20\xed\x55\x03\xbe\x6c\x7b\x6b\x5d\xf9\x4d\
 36.1574 +\x34\xa4\x3e\xa3\xb0\xf7\x9f\xd4\x37\x79\xaf\x62\xbb\x0f\xf9\x5f\
 36.1575 +\xb4\xf1\xe2\x90\xbc\x71\xf5\xcf\xfa\xb1\xe9\xfe\x71\xa8\xfc\x5f\
 36.1576 +\x89\x1e\x4c\xf2\x7e\xaf\xe7\xbd\x74\x68\x3a\x34\x4d\x3d\xfc\x96\
 36.1577 +\xb7\x57\x4a\x00\xe5\x5f\xab\xc2\xf2\x80\x7f\xd6\x65\x0b\xf3\x39\
 36.1578 +\xe6\xda\x2d\x1c\xf5\x59\x38\x23\xce\x89\xf9\x0b\xfb\x4e\xdf\x17\
 36.1579 +\xe9\x8e\xda\xed\x8c\x3d\x95\xa7\xf1\xf2\xfd\x3c\x51\x8f\xfa\x69\
 36.1580 +\x00\x7e\x42\xe5\xf0\x57\xfc\xbd\xf3\x9e\xa3\xf9\x79\xe7\x5f\x2d\
 36.1581 +\xf9\xcf\x4b\x66\xfa\xce\x83\x7b\x1d\xc3\xc4\xa7\x8f\xad\x0f\xd9\
 36.1582 +\x9e\x12\x7c\x24\x8c\xb2\x1f\x9e\x47\x45\xaa\x96\x9b\x34\x72\xc7\
 36.1583 +\xf8\x4f\xd9\xd4\x7c\x43\x3e\xdb\xec\xbc\x7d\xa9\xa2\xcb\xa5\x9f\
 36.1584 +\x29\xc4\x8b\xee\x97\x38\xcb\xfc\xd9\x51\x7e\xd9\x7e\x73\xeb\xba\
 36.1585 +\x7f\x99\xff\x00\xe7\x1c\x7c\xf7\xe6\x1d\x26\x75\xb9\xd3\x75\xaf\
 36.1586 +\x29\x4f\x7b\x65\x3a\xf4\x68\xe6\x83\x9a\x9d\xbd\x8e\x7a\x67\x69\
 36.1587 +\x64\x8e\x4d\x0e\x49\xc7\x70\x60\x48\xf8\x87\xe6\x1f\x66\xb4\xf3\
 36.1588 +\xd3\x76\xee\x9f\x16\x41\x52\x86\x68\xc4\x8e\xe2\x25\x45\xf8\x35\
 36.1589 +\x9e\x54\xfd\x64\xfd\x4d\xb4\xb1\xff\x00\x9c\x5b\x5f\xc8\xeb\x7b\
 36.1590 +\xbd\x6b\x57\xf2\x73\xf9\x95\x7c\xaa\x8d\x79\x65\x05\xdd\x93\xea\
 36.1591 +\x66\xf7\xea\xa3\xe0\x58\x63\x66\x9b\xd5\xf5\x3c\x16\xa0\xef\xdb\
 36.1592 +\x3d\x0f\xc5\xec\xef\xc9\x8e\x23\x8c\x9e\x01\x7f\x4f\x15\xd7\xce\
 36.1593 +\xef\xed\x7e\x74\xfc\xb7\xb4\x67\xb6\x09\xc4\x35\x02\x1e\x31\xa2\
 36.1594 +\x7c\x41\x8f\x87\x8c\xf3\x27\xd3\xc1\xc3\xf0\x23\x67\xe5\x96\x79\
 36.1595 +\xe3\xf4\x5b\xeb\x8f\xcf\xf1\xa9\xaf\xe4\xcf\xfc\xe3\x04\x5a\xb0\
 36.1596 +\x91\x6e\xe1\xd1\x75\x74\x55\x96\xbc\xc4\x43\xf4\x7f\xa2\xa4\x1d\
 36.1597 +\xc5\x13\x88\xa6\x74\xbd\xb5\x19\x47\x49\xa5\x12\xe7\xc2\x7f\xde\
 36.1598 +\xd7\xd8\xf9\x9f\xb1\x33\xc7\x3e\xd7\xed\x59\x62\xae\x13\x92\x1c\
 36.1599 +\xb9\x5d\xe4\xbf\xb6\xd8\x3f\xfc\xe2\xcf\xfe\x4f\xcf\xcb\xbf\xf9\
 36.1600 +\x8a\xbb\xff\x00\xa8\x1b\x8c\xc4\xf6\x77\xfc\x7f\x1f\xf9\xdf\xee\
 36.1601 +\x4b\xb5\xff\x00\x82\x3f\xfc\x60\x6a\x3f\xcc\xff\x00\xa6\x90\x7e\
 36.1602 +\xb6\xff\x00\xce\x4d\xff\x00\xe4\x85\xfc\xcd\xff\x00\xb6\x43\x7f\
 36.1603 +\xc9\xc4\xce\xef\xb6\xbf\xc4\xf2\xff\x00\x55\xf0\x4f\x62\x7f\xe3\
 36.1604 +\x6b\x4d\xfd\x71\xf7\x17\xe0\x96\x79\x53\xf5\x93\xed\x3f\xf9\xcb\
 36.1605 +\xff\x00\x26\x79\x90\x6b\x1e\x47\xf3\xa2\x69\xf7\x17\x5e\x5c\xb9\
 36.1606 +\xf2\x9e\x9f\x64\x75\x08\xd1\x9e\x3b\x79\xad\xcc\xac\xf1\xc8\x45\
 36.1607 +\x42\x02\x24\x0c\x09\xa5\x77\xf0\xce\xab\xda\x6d\x26\x5e\x38\x65\
 36.1608 +\x00\x98\xf0\x81\x7d\xc4\x5f\x37\xc9\xff\x00\xe0\x63\xda\xfa\x61\
 36.1609 +\x83\x2e\x92\x53\x11\xcb\xe2\xca\x40\x13\x46\x42\x54\x2c\x77\xee\
 36.1610 +\x08\x20\x72\xdb\xbd\xf3\xa7\xe5\x6f\x9d\xf4\x4f\x21\x79\x9b\xf4\
 36.1611 +\xdf\x98\x3c\x9b\x6b\xe7\x7d\x3d\xad\xda\x06\xd2\xae\x65\x10\x94\
 36.1612 +\x66\x65\x61\x2c\x72\x18\xe6\x01\x87\x12\x3e\xce\xe0\xf5\x19\xa6\
 36.1613 +\xec\xcd\x74\x74\x79\x78\xe5\x01\x31\x55\x47\xa7\x98\xd8\xbd\xaf\
 36.1614 +\xb4\xfd\x85\x97\xb6\x34\xc3\x0e\x3c\xf2\xc0\x44\xae\xe3\x7b\xec\
 36.1615 +\x47\x0c\x80\x31\xb1\xbd\xf3\xe6\x39\x3e\xc9\xd2\xbf\xe7\x20\xbf\
 36.1616 +\xe7\x15\xf5\xb2\x90\xf9\xa3\xf2\x86\xef\x45\x79\x14\x23\xce\x96\
 36.1617 +\x96\x77\xf0\x28\x3f\x68\x33\x06\x8e\x4a\x6f\xda\x33\x5c\xe9\xe1\
 36.1618 +\xed\x06\x83\x27\xf7\x98\x6b\xfc\xd8\xc8\x7e\x3e\x0f\x97\xe7\xff\
 36.1619 +\x00\x81\xf7\xb4\x1a\x7d\xf4\xfa\xce\x2f\xf3\xe7\x03\xfa\x47\xfb\
 36.1620 +\x27\xdf\x7f\x93\xbe\x65\xfc\xad\xf3\x0f\x94\xa0\x1f\x94\xfa\x85\
 36.1621 +\x95\xcf\x97\x74\xf6\xf4\x8d\x8d\xac\x66\xdd\xad\x5c\xfc\x5c\x24\
 36.1622 +\xb7\x75\x47\x8c\x9e\xa2\xaa\x01\xea\x2a\x33\xa5\xd0\xea\x74\xf9\
 36.1623 +\xf1\xde\x02\x38\x47\x41\xb5\x7c\x3a\x3e\x61\xdb\xbd\x99\xda\x1a\
 36.1624 +\x1d\x41\x1a\xf8\xc8\x64\x96\xf7\x23\xc5\xc5\xe7\xc7\x67\x8b\xe7\
 36.1625 +\xef\x7f\xff\xd4\xfb\x9d\xa9\xf9\x2b\xcb\xda\x95\xae\xa3\x04\x9a\
 36.1626 +\x7a\x07\xd4\x20\x9a\x19\x65\x5d\x9a\x93\x21\x46\x20\xf6\x34\x38\
 36.1627 +\x27\x11\x38\x98\x9e\x47\x66\xcc\x39\x4e\x29\xc6\x71\xe7\x12\x08\
 36.1628 +\xf7\x8d\xdf\x8d\xb6\xbf\x98\x5f\x9d\xbf\x91\x0f\xaf\x7e\x5e\x79\
 36.1629 +\x67\xcc\x92\xe8\x17\xfe\x56\xbb\x9a\x2d\x4b\x4c\x36\x56\x77\x42\
 36.1630 +\xe2\xd0\x3b\xcf\x15\xdc\x02\xee\x09\x8d\x3f\x7a\xcc\xdc\x48\xf8\
 36.1631 +\x19\x58\x8a\x2b\x15\xf3\x7f\xcc\xeb\x34\x1c\x58\x71\xca\x8c\x09\
 36.1632 +\xb1\x40\xdc\x79\x89\x0b\x07\xbc\xdf\x95\x77\x1a\xfa\x4c\xf6\x67\
 36.1633 +\x63\xf6\xff\x00\x87\xad\xcf\x8c\x4e\x19\x80\x22\x5c\x52\x8f\x0c\
 36.1634 +\xe8\x46\x58\xe5\xc3\x28\xef\xe9\x02\x37\xfc\x42\x42\xec\xc4\x1f\
 36.1635 +\xa7\xff\x00\x90\x1e\x77\xf3\x47\x9d\xbf\x20\xbc\xb9\xe7\x5f\x33\
 36.1636 +\xea\x7f\xa4\xfc\xcd\x7f\x6d\xab\xc9\x77\xa9\xfa\x30\x43\xcd\xad\
 36.1637 +\x6f\xae\xe1\x84\xfa\x50\xc7\x1c\x43\x8a\x44\xa3\x65\xde\x9b\xd4\
 36.1638 +\xd7\x3b\x3e\xc9\xd5\x64\xcf\xa2\x8e\x59\x9b\x91\x12\xdf\x6e\x84\
 36.1639 +\x8e\x9b\x3e\x2d\xed\x6f\x65\xe9\xb4\x1d\xb7\x93\x4b\x82\x3c\x38\
 36.1640 +\xa2\x61\x42\xc9\xfa\xa1\x12\x77\x24\x9e\x64\xf5\x7e\x5c\x5d\x7f\
 36.1641 +\xce\x4d\xfe\x7c\x79\x93\x48\xbe\xb5\xf3\x2f\x9d\xde\xfb\x40\xb9\
 36.1642 +\x51\x1b\x59\x2e\x9b\xa6\xc0\xd7\x77\x0a\xca\xf1\x42\x8f\x0d\xac\
 36.1643 +\x72\x10\x1c\x2b\x3f\x16\x1f\x08\xa1\x35\x65\x07\x8b\x8f\x6d\x6b\
 36.1644 +\x72\x44\x9c\x93\xb8\xfb\xa3\xb9\xe8\x05\x0e\xfd\xcf\x97\xbc\x5f\
 36.1645 +\xb6\xcf\xd8\xae\xc5\xd3\xe5\x8c\x70\x61\x03\x27\x53\xc7\x33\xc1\
 36.1646 +\x0e\x52\x91\xb9\x10\x2c\x5c\x61\x63\xea\xdf\x94\x64\x47\xd2\x5f\
 36.1647 +\xf9\xc6\x6f\xca\xf4\xf2\xd7\xe4\xef\x96\xf4\xcf\x32\xd8\x07\xd4\
 36.1648 +\x2e\x0c\xba\x84\xf6\xf2\x82\x0c\x4f\x74\xc6\x4e\x04\x76\x2a\xa4\
 36.1649 +\x29\xf7\x19\xdb\xf6\x36\x90\xe9\x74\xb0\x84\xbe\xae\x67\xde\x77\
 36.1650 +\xfb\x39\x3e\x19\xed\x9f\x6b\xc3\xb5\x3b\x57\x36\x7c\x7b\xc2\xc4\
 36.1651 +\x62\x7b\xe3\x11\x57\xfe\x71\xb2\x3c\x8b\xf2\x4b\xf3\xca\x08\xad\
 36.1652 +\x7f\x38\xbf\x33\x6d\xe0\x41\x1c\x30\x79\x93\x50\x48\xa3\x1d\x02\
 36.1653 +\xac\xec\x00\xcf\x39\xed\x6f\xf1\xbc\xbf\xd6\x3f\x7b\xf4\x87\xb2\
 36.1654 +\x3f\xf1\x8f\xa5\xff\x00\x85\x47\xee\x7d\x5d\xff\x00\x38\x9b\xff\
 36.1655 +\x00\x92\x5f\xfe\x72\x23\xfe\xd8\xf7\x5f\xf5\x01\x36\x74\x5e\xcf\
 36.1656 +\xff\x00\x89\x6a\x3d\xc7\xfd\xc9\x7c\xef\xfe\x08\x7f\xf1\xb7\xd9\
 36.1657 +\xff\x00\xd6\x8f\xfd\x34\x0f\xcf\xdc\xe3\x5f\x67\x7d\x61\xe7\x3f\
 36.1658 +\xf9\xc7\x6b\xa8\xbf\x25\xbc\x91\xf9\xbb\xe5\x28\x24\xba\x8a\x7d\
 36.1659 +\x22\x19\xbc\xdf\xa6\xa0\x67\x64\x24\x54\xdd\xa6\xe4\xd0\x7e\xd8\
 36.1660 +\x1b\x01\xf1\x74\x07\x3a\x5d\x67\x62\xff\x00\x81\xe3\xd4\x62\x1f\
 36.1661 +\xc2\x0c\x87\xfb\xef\xd7\xf3\xef\x7c\xcb\xb1\xfd\xb6\xae\xd9\xd4\
 36.1662 +\x76\x76\xae\x5b\x78\xb2\x18\xa5\xb0\xeb\xb6\x33\xfe\xf4\xf7\xfa\
 36.1663 +\x7a\x87\x9c\x7e\x45\xfe\x74\x6b\x9f\x92\x9e\x72\x83\x5e\xb0\xe7\
 36.1664 +\x79\xa1\xdf\x14\x83\xcc\xfa\x18\x6a\x2d\xd5\xb0\x3d\x54\x12\x00\
 36.1665 +\x96\x3a\x92\x8d\xe3\x50\x7e\x16\x39\xad\xec\xae\xd2\x9e\x87\x2f\
 36.1666 +\x10\xde\x27\xea\x1d\xe3\xf5\x8e\x8f\x4d\xed\x5f\xb3\x38\x7b\x77\
 36.1667 +\x48\x71\x4b\x6c\x91\xde\x12\xfe\x6c\xbc\xff\x00\xa2\x7f\x88\x7c\
 36.1668 +\x79\x80\xf4\xef\xf9\xcb\xaf\xce\xdd\x3b\xf3\x6f\xce\x3a\x35\x9f\
 36.1669 +\x95\xef\x9a\xef\xc9\xbe\x5a\xb0\x8d\xac\x25\xa1\x45\x9e\xee\xf5\
 36.1670 +\x12\x59\xe5\x28\xc0\x10\x51\x78\x45\x46\x15\x52\xad\xe3\x99\xbe\
 36.1671 +\xd0\xf6\x9c\x75\x79\x40\xc6\x6e\x11\x1b\x79\x93\xb9\xfd\x5f\x37\
 36.1672 +\x47\xff\x00\x03\xbf\x66\x32\x76\x3e\x92\x73\xcf\x1a\xcd\x92\x46\
 36.1673 +\xfc\xa3\x12\x44\x47\xc4\xdc\xb6\xe6\x08\xee\x79\x37\xe5\x07\xe6\
 36.1674 +\x17\x9c\x3f\x2b\x35\xab\xaf\x34\xf9\x4b\xcb\x16\x5a\xed\xe5\xcd\
 36.1675 +\xb3\x59\x7a\xda\x85\xa5\xd5\xcc\x51\xa3\x30\x67\x09\xf5\x79\x61\
 36.1676 +\xa1\x24\x0a\xd4\x9e\x99\x89\xd9\x7a\xcc\xfa\x49\x1c\x98\xa1\xc4\
 36.1677 +\x48\xab\x20\x9f\xb8\x87\x71\xed\x47\x63\xe8\x3b\x63\x1c\x70\x6a\
 36.1678 +\xf3\x1c\x62\x27\x8a\xa3\x28\xc4\x93\x44\x02\x78\x84\xb9\x59\xaf\
 36.1679 +\x7b\xcd\xf5\xd9\x6f\x2e\x75\x8d\x46\xfa\xfb\x4d\x5d\x22\x7d\x4a\
 36.1680 +\xe6\x5b\xc6\xd3\xa3\x8e\x48\xa2\x8b\xd7\x76\x7e\x11\x24\xa5\x98\
 36.1681 +\x22\xd6\x8b\x52\x4d\x07\x53\x9a\xfc\xfc\x46\x64\xca\x3c\x24\x9b\
 36.1682 +\xae\x5c\xfb\xaf\xa3\xd0\x68\x7c\x31\x82\x30\xc7\x3e\x31\x10\x23\
 36.1683 +\xc5\x60\x93\xc2\x2b\x72\x36\xbe\xfe\x5e\xe7\xdd\x1f\x93\x1f\x9a\
 36.1684 +\x1f\xa6\xff\x00\xe7\x18\x7f\x39\xbf\x2d\x35\x2b\x8e\x5a\x87\x94\
 36.1685 +\xf4\x1b\xeb\xbd\x14\x37\x57\xd3\xee\x54\x96\x51\xe3\xe9\x4a\x4d\
 36.1686 +\x7d\x99\x47\x6c\xea\xbb\x33\x5d\xe2\x76\x76\x6c\x32\xe7\x08\x9a\
 36.1687 +\xfe\xa9\xfd\x47\xef\x0f\x94\x7b\x4f\xd8\x7f\x96\xf6\x93\x47\xad\
 36.1688 +\x80\xf4\xe6\xc9\x11\x2f\xeb\xc4\x8f\xf7\x51\xaf\x8c\x64\xf8\x07\
 36.1689 +\x39\x07\xd8\x9f\x47\x7e\x62\xff\x00\xce\x3a\xf9\x87\xc9\x9e\x40\
 36.1690 +\xf2\xa7\xe6\x4e\x99\x24\x9a\xcf\x97\x35\xcd\x3a\xd6\xeb\x56\xa2\
 36.1691 +\xfe\xf2\xca\x4b\x84\x57\x05\xb8\x8d\xe3\x25\xa9\x5e\xc7\xaf\x5c\
 36.1692 +\xdf\xf6\x87\x61\xcb\x06\x08\x67\xc6\x4c\xa2\x40\x27\xbc\x58\xfb\
 36.1693 +\x9f\x3f\xf6\x7b\xdb\xac\x7a\xfd\x7e\x6d\x0e\x70\x21\x92\x33\x90\
 36.1694 +\x81\x1c\xa6\x22\x48\xad\xff\x00\x8f\x6b\xee\x3d\x39\x30\x1f\xc9\
 36.1695 +\xff\x00\x30\xf9\x23\xcb\x5e\x79\xd2\x75\x0f\xcc\x1f\x2f\xae\xbf\
 36.1696 +\xe5\x93\x22\xa5\xe6\xc5\xde\xd4\x96\x04\x5c\x2c\x55\xe3\x27\x0e\
 36.1697 +\xea\x45\x69\xf6\x77\xeb\x85\xd9\x5a\x9c\x3a\x7c\xe2\x59\xa0\x25\
 36.1698 +\x1f\xbb\xce\xba\xfe\x29\xdd\xfb\x57\xd9\x9a\xdd\x7e\x86\x58\xf4\
 36.1699 +\x79\x8e\x2c\x9c\xf6\xdb\x8c\x7f\x34\xcb\x9c\x6f\xa1\x04\x79\xed\
 36.1700 +\xcb\xda\x5f\xf3\x9e\x36\xf6\x5a\x8f\x97\x7f\x26\xbc\xc3\xe5\xc6\
 36.1701 +\x8a\xf7\xca\xeb\x1e\xa5\x15\xae\xa5\x6a\xc1\xe0\x61\x76\x96\x92\
 36.1702 +\x41\xc5\xd6\xa0\x87\x48\x58\x8d\xfb\x67\x47\xed\x67\xef\x31\xe1\
 36.1703 +\xc9\x1d\xe3\xbe\xfe\xfa\xaf\xb8\xbe\x6b\xff\x00\x02\x33\xf9\x7c\
 36.1704 +\xfa\xcd\x3e\x41\xc3\x93\xd1\xe9\x3b\x1f\x41\x98\x96\xde\x46\x41\
 36.1705 +\xf1\x67\xe4\xc7\x9c\xf4\xef\xcb\xdf\xcd\x0f\x27\xf9\xc3\x57\x8e\
 36.1706 +\x59\x74\xcd\x1a\xed\xda\xf9\x60\x50\xf2\x08\xa6\x86\x48\x19\x95\
 36.1707 +\x49\x15\xe2\x24\xe5\x4a\xf6\xce\x6b\xb2\xb5\x71\xd2\xea\x61\x96\
 36.1708 +\x5c\x85\xdf\xc4\x11\xfa\x5f\x4d\xf6\xb3\xb2\x72\x76\xaf\x65\xe6\
 36.1709 +\xd2\xe2\x20\x4e\x60\x55\xf2\xb8\xc8\x4a\xbe\x3c\x34\xfd\x09\xfc\
 36.1710 +\xf9\xff\x00\x9c\xb1\xfc\x9d\xf3\x87\xe5\x3f\x9c\x3c\xab\xe5\x7d\
 36.1711 +\x56\xfb\x56\xd6\xfc\xc1\x68\xb6\x96\x76\xe6\xc6\x7b\x74\x5e\x52\
 36.1712 +\x21\x67\x79\x26\x54\x00\x2a\x82\x76\xa9\x3d\x33\xab\xed\x4e\xdf\
 36.1713 +\xd2\xe6\xd3\x4f\x1c\x09\x32\x90\xae\x44\x7d\xef\x92\xfb\x2b\xff\
 36.1714 +\x00\x03\xfe\xd5\xd1\xf6\x9e\x1c\xf9\xe1\x18\xc2\x12\xb2\x78\x81\
 36.1715 +\xe8\x76\x00\x12\xfc\xae\xb6\xb6\x9e\xf2\xe6\xde\xd2\xd6\x26\x9e\
 36.1716 +\xe6\xea\x44\x86\xde\x04\x15\x67\x91\xc8\x55\x50\x3c\x49\x34\xce\
 36.1717 +\x16\x31\x32\x22\x23\x72\x5f\x78\xcb\x96\x38\xa0\x67\x33\x51\x88\
 36.1718 +\x24\x9e\xe0\x37\x25\xfb\x71\xe7\xef\xcf\x4f\xcb\x0f\xc9\xfd\x3b\
 36.1719 +\xca\x1e\x51\xfc\xc0\xb6\xbe\xbf\xbd\xbf\xd2\x22\xb8\x8e\x1b\x3b\
 36.1720 +\x58\xee\x02\x42\xa7\xd1\x0f\x20\x79\x50\xaf\x26\x56\xa5\x01\xe8\
 36.1721 +\x73\xd4\xb5\xbd\xaf\x83\x40\x63\x0c\x97\x64\x74\x1f\x0e\xf7\xe5\
 36.1722 +\x6e\xc4\xf6\x43\x5d\xdb\xf1\xc9\x9f\x4d\xc2\x22\x25\x5e\xa2\x46\
 36.1723 +\xe7\x7a\x1b\x1e\xf0\xf9\xeb\x5b\xfc\xd5\xff\x00\x9c\x26\xf3\x39\
 36.1724 +\x9d\xf5\x3d\x02\x58\xa6\x28\xce\x27\xfd\x0c\xcb\x23\x37\xf2\xab\
 36.1725 +\xc6\x0b\x02\x7d\xc8\x1e\xf9\xaa\xcb\xda\xfd\x95\x9b\xeb\x80\x3f\
 36.1726 +\xe6\xef\xf3\x7a\xdd\x37\xb2\x1e\xd6\x68\xe8\x61\xca\x40\xee\x19\
 36.1727 +\x76\xf9\x13\x5f\x63\xe0\x2f\xcc\xc9\xbc\x83\x71\xe7\x2d\x56\x4f\
 36.1728 +\xcb\x3b\x6b\xcb\x5f\x27\x9f\x4f\xf4\x74\x77\xd5\x12\x96\xe0\x3d\
 36.1729 +\x56\x0a\xcc\xec\xaa\x5e\xb4\x05\x89\xf9\x74\x1c\x77\x68\x4b\x04\
 36.1730 +\xb3\x13\xa7\x04\x43\xa5\xfd\xaf\xb2\xfb\x3d\x8b\x5f\x8f\x45\x08\
 36.1731 +\xf6\x84\x84\xf3\x6f\x64\x57\x2b\xdb\x90\x00\x9a\xe6\x40\xf9\xf3\
 36.1732 +\x3e\xd3\xff\x00\x9f\x7c\xc1\xaa\x2f\x99\xfc\xf9\x75\x1a\x48\xba\
 36.1733 +\x3c\xb6\x36\x90\xdc\x3d\x3e\x07\x9d\x5e\x46\x40\x0f\x72\xaa\x4d\
 36.1734 +\x7c\x39\x0f\x11\x9d\x2f\xb2\x10\x97\x16\x49\x7f\x0e\xc3\xe3\xbf\
 36.1735 +\xe3\xe2\xf9\x8f\xfc\x18\x73\x62\xe0\xd3\x63\xbf\x5d\xc8\xf9\x88\
 36.1736 +\xec\x3e\xd3\xcb\xdc\x7b\x9f\xff\xd5\xfb\xf9\x8a\xbe\x74\xfc\xef\
 36.1737 +\xff\x00\x9c\x74\xf2\xaf\xe7\x14\x76\xfa\x8c\x92\x49\xa1\xf9\xb3\
 36.1738 +\x4e\x5a\x69\xde\x61\xb4\xa2\xcc\xa0\x1e\x41\x1f\xf9\xd4\x36\xf4\
 36.1739 +\x3b\x8f\xd9\x22\xa7\x35\xbd\xa3\xd9\x58\xb5\xa0\x19\x58\x90\xe5\
 36.1740 +\x21\xcc\x7e\xcf\xc0\xa7\xa7\xf6\x73\xda\xbd\x5f\x62\x4a\x43\x1d\
 36.1741 +\x4f\x14\xfe\xac\x72\xde\x32\xf3\xf2\x35\xb5\xf5\xea\x0d\x07\xc9\
 36.1742 +\x91\x7e\x4e\x7e\x60\x79\x22\x1b\xaf\xca\xfd\x43\xcf\xee\x3c\xcb\
 36.1743 +\xe7\xb8\xdd\xbf\x2c\xa6\x80\x49\x0d\xaa\x8b\x09\x16\x5d\x5c\xdd\
 36.1744 +\xc5\x19\x31\xb3\x4d\x04\xaa\x17\x9f\x2a\xb5\x77\x1d\x73\x4c\x3b\
 36.1745 +\x3f\x2e\x00\x70\x1c\xa0\xcf\x27\xd0\x6b\x97\x0e\xf3\xe2\x1d\x6c\
 36.1746 +\x1e\xb6\xf6\x73\xf6\x8b\x4b\xae\x94\x75\xf1\xd3\x18\xe2\xd3\xff\
 36.1747 +\x00\x7d\x1e\x2b\x32\xe3\x1c\x38\x78\x09\xa3\x11\x09\xc4\x93\xc3\
 36.1748 +\xc3\xb5\x73\xe4\xf5\x2f\xca\x1f\xf9\xc3\xab\x0f\x2c\xea\xf6\x5e\
 36.1749 +\x67\xf3\xe6\xa6\x7c\xcd\xab\xd8\x15\x6d\x3e\xd9\x90\x25\xb5\xb9\
 36.1750 +\x5d\xd7\xd3\x88\x16\x1f\x09\xe9\x5d\x87\x50\xa0\xe6\x6e\x83\xb0\
 36.1751 +\x71\xe9\xe6\x32\x64\x97\x89\x31\xca\xf6\x11\xf7\x0f\xc7\x90\x0e\
 36.1752 +\x93\xb7\xfd\xbe\xd4\x76\x86\x19\x69\xb4\xf0\x18\x30\xcb\xea\x00\
 36.1753 +\xdc\xe7\xfd\x69\xed\xcf\xaf\x53\xc8\xc8\x87\xdd\x11\x45\x1c\x31\
 36.1754 +\xa4\x51\x20\x48\xe3\x01\x51\x06\xc0\x01\x9b\xe7\x80\x7c\xdd\xe6\
 36.1755 +\x7f\xf9\xc5\x1f\xca\x1f\x35\xeb\xfa\xaf\x98\xf5\x4d\x08\xb6\xa5\
 36.1756 +\xad\x5c\xc9\x77\xa8\x4a\xb3\x4c\x39\xcd\x2b\x16\x77\xa0\x90\x01\
 36.1757 +\x52\x6b\xb6\x6b\x32\xf6\x36\x8f\x2c\x8c\xe5\x8c\x12\x77\x3b\x9f\
 36.1758 +\xd6\xf5\x1a\x5f\x6d\x3b\x63\x4b\x8a\x38\x71\x6a\x0c\x61\x00\x00\
 36.1759 +\x15\x1d\x80\xe5\xd1\x97\xf9\x27\xf2\x27\xc8\x1e\x42\xd0\xfc\xc9\
 36.1760 +\xe5\xed\x07\x4c\x30\x69\x7e\x6b\x85\xa0\xd6\xad\xda\x49\x1b\xd5\
 36.1761 +\x8d\xe3\x31\x30\xab\x39\x22\xaa\xc4\x6c\x46\x5f\x83\x41\x83\x04\
 36.1762 +\x25\x0c\x71\xa8\xcb\x98\xdf\x7e\x8e\x06\xbb\xda\x1d\x7e\xbb\x36\
 36.1763 +\x3c\xd9\xf2\x99\x4f\x1f\xd2\x68\x6d\x46\xfa\x01\xd7\xbd\xe6\x67\
 36.1764 +\xfe\x70\xc7\xf2\x48\x92\x46\x80\xe0\x13\xb0\x13\xcf\xb7\xfc\x94\
 36.1765 +\xcc\x5f\xe4\x2d\x0f\xfa\x98\xf9\x9f\xd6\xed\xbf\xd1\xf7\x6e\x7f\
 36.1766 +\xca\x4c\xbe\x51\xff\x00\x89\x7d\x13\xe5\xef\x27\xe8\x7e\x5a\xf2\
 36.1767 +\xb5\x8f\x93\xf4\xeb\x45\x1a\x1e\x9f\x6c\x2d\x2d\xec\xde\xae\x04\
 36.1768 +\x20\x50\x29\xe4\x49\x3b\x78\xe6\xcb\x1e\x28\xe3\x80\x84\x45\x44\
 36.1769 +\x0a\x03\xc9\xe6\x35\x3a\xac\xba\x9c\xd2\xcd\x92\x57\x39\x1b\x27\
 36.1770 +\xbc\x9e\xbb\x3e\x67\xf3\x4f\xfc\xe2\xa7\xfc\xe3\xee\x85\xa7\x6b\
 36.1771 +\x9e\x6a\xd7\x34\x81\xa5\x68\xda\x5c\x13\x6a\x1a\xa5\xc2\x3d\xc9\
 36.1772 +\x48\x21\x8c\x19\x24\x65\x8e\x26\x2c\x40\x00\xd1\x55\x7d\x80\xcd\
 36.1773 +\x56\x6e\xc8\xec\xfc\x71\x96\x49\xe3\x00\x0d\xcf\x3f\xd0\x5e\xbb\
 36.1774 +\x45\xed\x8f\xb4\x1a\x8c\x90\xc1\x87\x51\x29\x4a\x44\x46\x22\xa1\
 36.1775 +\xb9\x3b\x0d\xc8\xfb\x49\xf7\x94\x9b\x49\xff\x00\x9c\x65\xff\x00\
 36.1776 +\x9c\x66\xd7\x64\xd1\xe0\xd2\xa5\xb3\xba\xbc\xd7\xf4\x88\x75\xed\
 36.1777 +\x1f\x4c\xfa\xf4\x89\x79\x3e\x99\x70\x01\x8a\xf1\x6d\x5e\x55\x9b\
 36.1778 +\xd2\x6a\xd3\x91\x4a\x57\x63\xbe\xd9\x5e\x3e\xcb\xec\xdc\x94\x23\
 36.1779 +\x18\x93\x21\xc4\x05\x9b\x31\x3d\x6a\xee\x9b\xf5\x1e\xd5\xfb\x4d\
 36.1780 +\xa7\x13\x39\x32\xe4\x02\x13\x30\x91\xe1\x8f\x08\x98\xe7\x0e\x21\
 36.1781 +\x1e\x1e\x2f\x2b\xf3\x7d\x21\xe4\x9f\xca\x7f\x24\xf9\x0b\x43\x8b\
 36.1782 +\xcb\xfa\x16\x8d\x02\x58\x42\xef\x22\x2c\x8b\xea\x37\x29\x18\xb3\
 36.1783 +\x12\xcf\xc9\x8d\x49\xee\x73\x6f\xa7\xd3\xe3\xd3\xc0\x43\x18\xa8\
 36.1784 +\x8e\x8f\x1f\xda\x1d\xa3\xa8\xed\x0c\xc7\x3e\xa2\x66\x73\x35\x64\
 36.1785 +\xf9\x0a\x1c\xa8\x72\x62\x7e\x7f\xff\x00\x9c\x73\xfc\xae\xfc\xc7\
 36.1786 +\xd4\xad\xb5\x7f\x30\x79\x7e\x36\xbf\xb5\xb7\x16\xc9\x3c\x2c\xf1\
 36.1787 +\x13\x12\xb3\x38\x52\x23\x65\x06\x85\x89\xdf\xc7\x31\xf5\x5d\x9b\
 36.1788 +\xa7\xd4\xc8\x4b\x2c\x04\x88\x15\xd7\x97\xc1\xd8\x76\x5f\xb4\xdd\
 36.1789 +\xa3\xd9\x98\xce\x2d\x2e\x63\x08\x93\x64\x00\x0e\xfb\x0b\xdc\x1e\
 36.1790 +\x80\x31\xcd\x13\xfe\x71\x3f\xf2\x8b\x41\x93\x50\x7b\x0d\x1a\x48\
 36.1791 +\xff\x00\x4a\x58\xcf\xa6\xdf\x27\xd6\x27\xa4\x96\xd7\x2b\xc6\x48\
 36.1792 +\xd8\x7a\x9b\x83\x41\xf4\xef\xd7\x2a\xc7\xd8\xfa\x4c\x77\xc3\x8c\
 36.1793 +\x0b\x04\x1d\xcf\x23\xd3\x9b\x95\xa8\xf6\xcf\xb5\xf5\x1c\x3e\x26\
 36.1794 +\x73\x2e\x19\x09\x0d\xa3\xb4\xa3\xc8\x8f\x4f\x47\x96\x79\xe7\xfe\
 36.1795 +\x71\xf7\xfe\x71\x63\xf2\xd6\xda\xc2\xf7\xcf\x33\x43\xe5\xdb\x7d\
 36.1796 +\x52\x66\x87\x4f\x33\xcd\x76\xe6\x57\x40\x19\xc2\xa4\x4c\xed\x45\
 36.1797 +\x04\x54\xd2\x82\xa2\xbd\x46\x61\x6a\xbb\x3f\xb2\xf4\xa0\x1c\xb1\
 36.1798 +\x11\xbe\x5b\xcb\xf5\xbb\xde\xcb\xf6\x8f\xda\x9e\xd4\x94\xa3\xa5\
 36.1799 +\xcb\x3c\x86\x22\xcd\x08\x6d\xf3\x01\xf5\x8f\x97\xac\xbc\x8f\xa9\
 36.1800 +\x79\x5e\x4f\x27\xe8\x97\x7a\x7e\xbb\xa1\xe8\x70\x8d\x16\xff\x00\
 36.1801 +\x4e\x8a\x68\xee\x85\xbf\x08\x82\xfd\x5a\xe1\x2a\xc5\x1c\x21\x15\
 36.1802 +\x47\xf8\xa9\xd4\x66\xe7\x11\xc5\x28\xf0\x40\x82\x06\xd5\xce\xbc\
 36.1803 +\x8f\xc3\xa1\x78\xad\x5c\x35\x58\xb2\x8c\xd9\x84\xa3\x39\x9e\x31\
 36.1804 +\x22\x0c\x78\xac\xdf\x1c\x4e\xdd\x79\x18\xed\xdc\xf0\xb9\xbf\xe7\
 36.1805 +\x0d\x3f\x24\xa5\x96\x49\x17\xcb\xcd\x18\x76\x2c\x23\x59\xe7\x00\
 36.1806 +\x57\xb0\x1e\xa6\x60\x7f\x21\x68\x7f\xd4\xc7\xcc\xfe\xb7\xa0\x1e\
 36.1807 +\xde\xf6\xe0\xff\x00\x91\x32\xf9\x47\xfe\x25\xe9\xfa\x67\xe4\x77\
 36.1808 +\xe5\xf6\x9b\xe4\x59\xff\x00\x2e\x4e\x8e\xb7\xbe\x54\x9a\x57\x9c\
 36.1809 +\x69\x97\x6e\xf7\x09\x1c\x8e\x43\x13\x1f\xac\xcf\xc3\xe2\x1c\xa8\
 36.1810 +\xb4\x01\xaa\xdd\x49\x39\x97\x0d\x0e\x08\x62\xf0\x84\x47\x07\x71\
 36.1811 +\xdc\x7d\xae\x9f\x37\x6f\xeb\xb2\xea\x86\xae\x59\x4f\x8c\x36\xe3\
 36.1812 +\x15\x19\x7c\x78\x40\xbd\xb6\xdf\xa6\xdc\x9e\x0d\xaa\x7f\xce\x0b\
 36.1813 +\xfe\x53\x5d\xcc\xd2\x58\x9b\xed\x35\x18\x93\xe8\xc7\x73\x2b\x28\
 36.1814 +\xaf\xfc\x64\x67\xcd\x6c\xfd\x9b\xd0\xc8\xed\x12\x3d\xc4\xfe\x9b\
 36.1815 +\x7a\x7c\x3f\xf0\x4c\xed\xcc\x62\x8e\x58\xcb\xdf\x08\xff\x00\xbd\
 36.1816 +\x01\x29\x1f\xf3\x81\x9f\x96\xf5\xf8\xb5\x3d\x46\x9f\xf1\x98\xff\
 36.1817 +\x00\x4c\x87\xfa\x18\xd1\x77\x4b\xe6\xdd\xff\x00\x27\x47\xb6\xbf\
 36.1818 +\x9d\x0f\xf4\x81\xea\x5e\x43\xff\x00\x9c\x4f\xfc\xa9\xf2\x26\xa7\
 36.1819 +\x6f\xac\xd9\xe9\x3f\x5e\xd4\xad\x1b\x9d\xbd\xcd\xd3\xbc\xc5\x1b\
 36.1820 +\xc5\x44\x8c\xc1\x4f\xb8\x03\x33\xb4\xbd\x8f\xa4\xd3\x4b\x8b\x1c\
 36.1821 +\x07\x17\x79\xb2\x7e\xde\x5f\x07\x45\xda\xbe\xd9\x76\xb7\x69\xe3\
 36.1822 +\x38\xb3\xe6\x26\x07\x9c\x40\x11\x07\xdf\xc2\x05\xfb\x8d\xb2\x6f\
 36.1823 +\xcc\xbf\xf9\xc7\x5f\xcb\x6f\xcd\x4d\x5a\x1d\x73\xcd\x1a\x53\xdc\
 36.1824 +\x6a\x70\xda\x47\x64\x97\x29\x34\xd1\x91\x04\x4c\xcc\x88\x04\x72\
 36.1825 +\x28\x00\x17\x27\x6f\x1c\x9e\xab\xb2\xf4\xda\xa9\x71\x65\x87\x11\
 36.1826 +\xaa\xe6\x47\xdc\x5a\x3b\x2b\xda\xae\xd3\xec\xbc\x7e\x16\x97\x31\
 36.1827 +\x84\x6e\xea\xa2\x45\x9d\xaf\xd4\x0f\x70\x79\x79\xff\x00\x9c\x20\
 36.1828 +\xfc\x97\xae\xda\x65\xc8\x1f\xf3\x19\x77\xff\x00\x55\xf3\x13\xfd\
 36.1829 +\x0f\x68\x3f\xd4\xff\x00\xd9\x4b\xf5\xbb\x6f\xf9\x38\xdd\xbf\xff\
 36.1830 +\x00\x29\x1f\xec\x31\xff\x00\xc4\x26\x16\x1f\xf3\x85\xdf\x92\xb6\
 36.1831 +\x52\x2c\x87\x44\x7b\x8e\x26\xbc\x66\xb8\x9e\x50\x7e\x89\x24\x61\
 36.1832 +\x93\x87\x60\xe8\x61\xcb\x18\xf8\x92\x7e\xf2\xd3\x9b\xdb\xfe\xdd\
 36.1833 +\xca\x2a\x5a\x93\xf0\x8c\x23\xfe\xe6\x21\xf4\x57\x94\x7c\x8f\xe5\
 36.1834 +\x9f\x23\x69\xcb\xa5\xf9\x67\x49\xb7\xd2\xac\xd7\xfd\xd5\x04\x6b\
 36.1835 +\x18\xfb\x94\x01\x9b\x4c\x78\xe1\x8e\x3c\x30\x00\x01\xd0\x6c\xf2\
 36.1836 +\xda\x9d\x56\x5d\x4e\x43\x93\x34\xcc\xe4\x79\x99\x12\x4f\xcc\xbf\
 36.1837 +\xff\xd6\xfb\xf9\x8a\xbb\x15\x79\x2f\x9c\xff\x00\x2e\x6e\x3c\xcf\
 36.1838 +\xf9\x8b\xf9\x63\xe7\x98\x75\x25\xb6\x8f\xc8\x03\x55\x49\xb4\xe3\
 36.1839 +\x17\x23\x72\x35\x38\xe1\x8e\xa2\x4e\x63\x87\xa7\xe9\x57\xec\xb5\
 36.1840 +\x6b\xda\x99\x89\x97\x4b\xe2\x67\xc7\x96\xeb\x83\x8b\x6a\xe7\xc4\
 36.1841 +\x00\xf8\x55\x3b\x8d\x1f\x6b\x7e\x5f\x43\xa8\xd2\x70\x5f\x8e\x71\
 36.1842 +\x9e\x2b\xae\x1f\x0c\x93\xca\xb7\xe2\xe2\xef\x15\xe6\xf5\xac\xcb\
 36.1843 +\x74\xee\xc5\x5f\x9a\xbf\xf3\x92\x7e\x77\xd6\x3c\xb9\xf9\xb5\xac\
 36.1844 +\x5e\x27\xe6\x05\xfd\xc6\x99\xa1\x5a\x69\x6b\x0f\x92\x34\x3f\x30\
 36.1845 +\xdc\x68\x5a\xa5\x84\xb3\x04\x66\x92\x18\x1e\xde\x4b\x7b\xc3\x2f\
 36.1846 +\x30\xc4\x0e\x6d\xc4\xf1\x60\xa0\x03\x9c\x67\x6c\xea\x65\x8f\x52\
 36.1847 +\x4f\x88\x6a\x20\x7a\x63\x23\x09\x0f\x70\xaa\x95\xfc\x5f\x6b\xf6\
 36.1848 +\x2b\xb3\x31\x6a\x7b\x32\x11\xfc\xbc\x44\xa6\x67\xfb\xc9\xe2\x19\
 36.1849 +\x71\xcc\x0b\xd8\xcb\x88\x4b\x1f\x0d\x50\xfa\x45\xee\x09\x60\x9f\
 36.1850 +\x9a\x9f\x99\x3f\x98\xf7\x3f\x99\xbf\x98\x42\xef\xce\x5a\x87\x90\
 36.1851 +\xef\x74\x09\xec\xe4\xf2\x25\x8d\xde\xbb\x36\x8d\x0d\xad\x9c\x8a\
 36.1852 +\xad\x14\x83\x4e\x5b\x69\x96\xf9\xa6\x53\xfb\xd0\x5a\xa2\xa4\x11\
 36.1853 +\xc4\x6d\x8b\xae\xd6\x67\x3a\x8c\x97\x33\x03\x1a\xe1\xb9\x18\xd0\
 36.1854 +\xfe\xad\x1e\x2b\xea\xed\x7b\x07\xb1\x74\x11\xec\xfd\x3f\x0e\x18\
 36.1855 +\xe6\x8c\xc4\xbc\x52\x31\x8c\xa6\x52\x1c\xc7\x89\xc4\x3c\x31\x1f\
 36.1856 +\xe1\xdb\xa0\xeb\xcf\xa3\x79\x8b\xcd\xed\x79\xf9\x9d\xe7\x6b\x5f\
 36.1857 +\xcf\x2f\xcd\xef\x32\xfe\x51\xdd\xf9\x6e\xd7\x45\x7f\x25\x68\xfe\
 36.1858 +\x5a\xba\x9e\xde\xca\x6f\x5e\x04\x37\x93\xc4\x22\x8a\x51\x73\x59\
 36.1859 +\x6a\x37\x1d\x0b\x0d\xc2\xd1\x72\xf3\x6a\x38\xb5\x13\x1a\xac\xb2\
 36.1860 +\xc4\x62\x23\xc2\x22\x48\x1c\xb7\x3c\x8d\xee\xe9\xb4\x7d\x9d\xc1\
 36.1861 +\xd9\xd8\x65\xd9\x7a\x4c\x5a\xa1\x90\xe4\xf1\x25\x92\x20\xc8\x51\
 36.1862 +\x3c\x11\x36\x47\x07\xa7\xee\x1d\x4e\xe1\xbf\x31\x3f\x3a\x25\xf2\
 36.1863 +\xce\x99\xff\x00\x39\x41\xe5\x9b\xbf\xcc\x3d\x57\x4e\xf3\x7f\xe9\
 36.1864 +\xcb\x01\xf9\x79\x67\xf5\xbb\xb5\xba\x8a\xd9\x84\x0e\xe6\xc5\xd0\
 36.1865 +\x81\x0a\x14\x0c\xcd\xc0\xa8\xa1\xff\x00\x28\x54\x6b\x3b\x48\xe2\
 36.1866 +\x8e\xa6\x07\x21\x13\xe2\x1c\x3b\x9b\xad\xb9\x77\x33\xec\x7f\x66\
 36.1867 +\x86\xab\x27\x66\x67\x8e\x9e\x12\xc3\xc1\x2f\x14\xf0\xc7\x84\xcb\
 36.1868 +\xd4\x07\x18\x3f\x51\xba\x02\xef\xec\x4c\x35\xc3\xe6\x8d\x6e\xe7\
 36.1869 +\xfe\x72\x7f\xcc\x57\x5f\x98\x5e\x6a\x86\x0f\xcb\x9d\x0e\x1f\xf0\
 36.1870 +\xef\x96\xe0\xd4\xe6\x4d\x38\x4b\xa8\xe8\x0e\xb2\xc9\x24\x24\x92\
 36.1871 +\x4a\xf2\x2e\xa1\x4a\x80\xe7\x91\xa9\xc9\x65\xf1\x32\x1d\x4c\xce\
 36.1872 +\x49\x7e\xee\x3b\x0b\xdb\x78\x7e\x3e\x3b\xb4\xe9\x7f\x2d\x82\x3d\
 36.1873 +\x99\x86\x3a\x7c\x44\xe7\x99\xe3\x99\x80\xe3\xa8\x65\x14\x01\xfb\
 36.1874 +\x0d\xdf\xa7\x6e\x4c\x6b\x42\xd2\xb4\xfb\xcf\xce\xbf\xc8\xfb\x9f\
 36.1875 +\x33\xf9\xf3\xcc\xba\x2c\xbe\x79\xfc\x9b\xf2\xf3\xda\x6a\x90\x6a\
 36.1876 +\xb7\x16\xf2\xcd\xa9\xcb\x1a\x5b\x0b\x18\x27\x4f\x88\x24\xbc\x3d\
 36.1877 +\x67\x4e\x5b\xca\xcd\x21\x3c\x9b\x29\xc5\x8e\x32\xd5\xe1\x33\x9c\
 36.1878 +\x87\x1e\x18\xef\x64\x7a\xb9\x50\x3e\x7c\xeb\xbf\x77\x37\x55\x9e\
 36.1879 +\x70\xec\x8d\x6c\x70\x60\xc5\x31\x87\x59\x96\xc1\x80\x20\x40\x13\
 36.1880 +\x2e\x33\x1e\x57\x1b\xe1\x06\xb6\x80\x11\xaa\x0c\xcb\xf2\x8b\xcd\
 36.1881 +\x1f\x9a\x3e\x72\xfc\xc8\xf2\x7f\xe5\x2f\x98\x35\xdd\x6e\x07\xfc\
 36.1882 +\x8c\xb9\xd6\x2e\x7f\x32\x35\xc5\xbc\x9e\x36\xd7\x4c\x57\x02\x2d\
 36.1883 +\x29\x2e\x24\x0f\xca\x54\x3c\x83\x15\x90\xb0\x91\x01\x26\xbd\x73\
 36.1884 +\x27\xb3\xf3\xea\x33\x67\x86\x9e\x72\x97\xee\x4c\xb8\xcd\x9f\x56\
 36.1885 +\xfe\x9b\xef\xf8\xf3\x0e\xb7\xda\x1d\x0f\x67\x68\xb4\x19\xbb\x43\
 36.1886 +\x0e\x38\x1f\xce\x08\x0c\x31\xe1\x07\xc2\xb1\x79\x4c\x45\x6c\x7a\
 36.1887 +\x58\xae\x19\x55\x52\x69\xff\x00\x39\x6f\xe6\x3d\x63\x48\xf3\x77\
 36.1888 +\x95\xd2\xd3\xcf\xed\xa4\x69\x96\x3a\x15\xd6\xa1\x79\xe4\xbb\x6d\
 36.1889 +\x72\xe7\xcb\xb7\x77\x32\x09\x59\x52\xea\x0b\xc8\xe2\x78\x64\x90\
 36.1890 +\x71\xe2\x91\xb9\x27\x90\xf8\x51\x83\x36\x4f\xda\x0c\xd2\x86\x58\
 36.1891 +\xd6\x4a\x02\x24\xf0\xf1\x18\x13\xe6\x0d\x51\x3d\xc3\xec\x68\xff\
 36.1892 +\x00\x81\xee\x8f\x16\x6d\x2e\x53\x2c\x1c\x52\x39\x04\x46\x43\x8e\
 36.1893 +\x39\xa3\x11\x5f\x4c\xa0\x48\x90\x1d\x4c\x86\xd4\x77\x90\xa0\xc1\
 36.1894 +\x7c\xc9\xe7\xf8\xbc\xc7\xac\x79\x3e\x3f\xcc\x6f\xcc\xbf\x3b\x7e\
 36.1895 +\x55\x79\x0e\x4f\xcb\x6b\x3d\x6b\xc9\xb7\xb6\xd7\x32\x43\x77\xa9\
 36.1896 +\x6a\xa5\x40\x96\x6b\xab\x9b\x78\xc7\xd6\x66\x5f\xb4\xaa\x15\x03\
 36.1897 +\x7c\x25\x42\x73\xa3\xe2\xe6\xd5\x8c\xb3\x87\x8d\x92\x78\xe1\xe1\
 36.1898 +\x83\x1d\xf7\x94\xbc\xc8\xe6\x7e\x5f\x0b\xdf\x6b\xa2\xec\x83\xa6\
 36.1899 +\xc5\x98\xe8\xf4\xd8\x35\x39\xff\x00\x33\x28\x64\x04\x03\x18\x63\
 36.1900 +\xe8\x23\x19\x1f\x44\x7a\x13\x66\xb7\x07\x8b\x87\x64\xf4\x2d\x33\
 36.1901 +\xcd\x1f\x98\x9e\x6a\xff\x00\x9c\x38\xd7\xbf\x30\x35\xff\x00\x30\
 36.1902 +\xda\x79\x83\xcc\xf6\x7e\x68\xfa\xcc\x90\x5e\x3d\xb3\x08\x74\x88\
 36.1903 +\x0c\xf6\x77\x30\xc6\x14\x08\x9e\xee\x2e\x02\x76\x15\xf5\x93\x8d\
 36.1904 +\x69\x8e\x28\x64\xd4\xe4\xd2\x4f\x34\xa4\x25\x21\x3e\xb5\xf4\x8b\
 36.1905 +\x04\x77\x71\x0a\xe2\xfe\x70\x4e\xaf\x3e\x9b\xb3\x74\xdd\xb1\x8b\
 36.1906 +\x47\x8f\x19\xc7\x8e\x58\x6a\xe2\x25\xbe\x43\xc3\x38\x93\x7e\xa1\
 36.1907 +\x8e\x57\xc0\x3f\x82\x56\x92\x69\xda\x45\xee\x81\xa6\x7f\xce\x50\
 36.1908 +\x5a\x79\x37\xf3\x27\xcd\x30\x7e\x61\xf9\x1b\x5f\xb9\xd6\x6c\x34\
 36.1909 +\xc9\x35\x7b\xa3\x25\xde\x99\xa6\xcd\x6c\xf7\x17\xd7\x4a\x85\x3d\
 36.1910 +\x79\x24\x4e\x68\xce\xc7\xe2\x14\x04\x53\x2a\x86\x33\x8e\x3a\x91\
 36.1911 +\x8f\x24\xbc\x48\x48\x90\x38\x8e\xf1\x89\x16\x4f\x79\x72\xb3\x6a\
 36.1912 +\x21\xa8\xc9\xd9\x92\xd4\xe9\xb1\x1d\x3e\x6c\x62\x04\xf0\x46\xa3\
 36.1913 +\x39\x89\x08\xc2\x37\x7c\x20\x1a\x20\x0e\x5d\xe9\x6e\xa3\xf9\xbb\
 36.1914 +\xf9\xcf\xaf\x4b\x7f\xa9\x69\xda\xa6\xb1\xa6\xe9\x9f\xf3\x92\xb7\
 36.1915 +\xa9\xa6\x7e\x55\x08\x6f\x6e\x14\xe8\x8f\xa6\xea\xd0\x5a\x37\xa0\
 36.1916 +\x15\xc0\x84\xc9\x03\x37\xa8\xd1\x71\xe4\xc7\x91\xaf\x51\x09\xf6\
 36.1917 +\x86\xaf\x21\x32\x89\x20\x6a\x0d\x43\x73\xe9\xe1\x90\x1b\x77\x58\
 36.1918 +\xe7\x4d\xf8\x7d\x9e\xec\x9d\x38\x8c\x27\x18\x4a\x5d\x9f\x1e\x2c\
 36.1919 +\xd7\x11\xfb\xde\x3c\x72\x9e\xfb\x7a\xaa\x55\xc2\x25\x74\x36\x4b\
 36.1920 +\xbf\x37\xbf\x32\xbc\xd5\xa1\xf9\xb3\xcf\x9a\xc6\x83\xe7\xad\x77\
 36.1921 +\x49\xbf\xfc\xba\xf3\x1d\xae\x8b\xa3\xe8\xba\x9f\x9a\xa4\x17\x33\
 36.1922 +\xa5\xa8\x48\xa4\x99\x34\x6f\xab\x01\x71\x6f\x3f\xa6\xce\xee\xd2\
 36.1923 +\x54\xf2\x05\xcb\x56\x86\x1d\xa1\xad\xc9\x8f\x2c\xe5\x09\xc8\x1c\
 36.1924 +\x72\x00\x03\x3d\xcd\x75\xe0\xad\xc1\xf7\xfb\xdb\xbd\x9d\xec\x5d\
 36.1925 +\x36\xa3\x4b\x83\x1e\x5c\x18\xe5\x1c\xf8\xcc\xe5\x28\xe1\x1c\x23\
 36.1926 +\x8a\xc8\x07\x37\x17\xa2\x71\xb0\x00\xe1\xe9\x42\x9e\xd1\x79\x7d\
 36.1927 +\xf9\x8a\x96\x1f\xf3\x94\x5f\x98\x7a\x17\x9d\x7c\xcf\xa8\x6b\x9e\
 36.1928 +\x42\xf3\x16\xab\xa4\x79\x47\xca\xe6\xf5\xe7\xd3\x6d\x2d\xa4\x30\
 36.1929 +\x7d\x62\xe1\x2d\x5c\x3d\x5e\x08\x1d\x9a\x20\x28\xa9\xc4\xd1\x77\
 36.1930 +\x39\xb2\x94\xb3\xf0\xea\x73\x46\x72\x32\x84\x88\x88\xbf\x48\x1b\
 36.1931 +\x59\xaf\x21\xcb\xb9\xe6\xb1\xe2\xd0\x19\xf6\x66\x8f\x2e\x1c\x51\
 36.1932 +\x86\x7c\x70\x9c\xe7\xc2\x04\xe5\x21\xc5\xc3\x13\x21\x5b\x4a\x40\
 36.1933 +\x09\x75\x95\xf3\xd9\x4b\xfe\x71\x53\xcd\x5e\x6f\xd5\xfc\xfe\xb6\
 36.1934 +\x91\xf9\xdc\xf9\x8b\xcb\xd7\xde\x5a\x3a\x87\x98\xb4\x6b\xef\x31\
 36.1935 +\x4b\xaf\x5d\x2d\xd8\x92\x35\x5b\xd4\x13\x5b\xc2\xd6\xcc\xce\xfc\
 36.1936 +\x64\x8b\x91\xfb\x5b\x8f\xb2\x40\xec\x2c\xf9\x67\x9e\xb8\xf8\xa2\
 36.1937 +\x63\x64\x19\x71\x9b\xef\xe4\x2b\xcc\x27\xdb\xdd\x06\x97\x0e\x87\
 36.1938 +\x88\xe0\xf0\xf2\x47\x2f\x0c\x25\x1c\x43\x14\x78\x68\xfa\x0d\x4a\
 36.1939 +\x5c\x62\x85\xc6\x55\xd3\x6e\xaf\xd1\x0c\xeb\xdf\x1e\x76\x2a\xec\
 36.1940 +\x55\xd8\xab\xb1\x57\xff\xd7\xfb\xf9\x8a\xbb\x15\x76\x2a\xec\x55\
 36.1941 +\xd8\xaa\x5f\x75\xa4\xe9\x77\xb7\x16\xd7\x97\xba\x6d\xad\xdd\xdd\
 36.1942 +\x91\xad\x9d\xd4\xd0\xa4\x92\x44\x6b\x5a\xc6\xec\x09\x5d\xc7\x63\
 36.1943 +\x90\x96\x38\xc8\x82\x40\x24\x37\x43\x51\x93\x1c\x4c\x63\x22\x01\
 36.1944 +\xe6\x01\x20\x1f\x7f\x7b\x77\x3a\x56\x99\x79\x73\x6d\x79\x79\xa6\
 36.1945 +\xda\xdd\x5e\x59\x54\xd9\xdd\x4d\x0a\x3c\x91\x57\xaf\xa6\xec\x09\
 36.1946 +\x5f\xa0\xe3\x2c\x71\x91\x04\x80\x48\x44\x33\xe4\x84\x4c\x63\x22\
 36.1947 +\x01\xe6\x01\x34\x7d\xfd\xed\xdd\x69\x7a\x65\xec\xf6\xd7\x57\xba\
 36.1948 +\x75\xad\xdd\xcd\x93\x72\xb3\xb8\x9a\x14\x91\xe2\x6e\xb5\x8d\x98\
 36.1949 +\x12\xa7\x6e\xd8\x65\x08\xc8\x82\x40\x24\x2c\x33\xe4\xc6\x0c\x63\
 36.1950 +\x22\x01\xe6\x01\x22\xfd\xfd\xeb\x24\xd2\x34\x99\xae\xa4\xbd\x9b\
 36.1951 +\x4b\xb4\x96\xf2\x68\xc4\x33\x5d\xbc\x11\xb4\xaf\x18\xdc\x23\x39\
 36.1952 +\x5a\x90\x29\xd0\x9c\x07\x1c\x49\xba\x16\x98\xea\x32\xc6\x22\x22\
 36.1953 +\x44\x44\x6f\x56\x6a\xfd\xc8\x9f\xaa\x5a\x52\x71\xf5\x58\x69\x72\
 36.1954 +\x00\xb9\x1c\x17\xf7\x80\x0a\x00\xfb\x7c\x5b\x6d\xbe\x4b\x84\x77\
 36.1955 +\x30\xf1\x25\xb6\xe7\x6e\x5e\x48\x79\xf4\xad\x36\xe1\xad\x24\x92\
 36.1956 +\xc6\xdd\xa7\xd3\xc1\x1a\x6d\xc1\x86\x36\x7b\x62\x45\x2b\x09\x65\
 36.1957 +\x3c\x36\x03\xa6\x44\xe3\x89\xad\xb9\x72\xf2\xf7\x33\x8e\xa3\x24\
 36.1958 +\x6c\x09\x1a\x97\x31\x67\xd5\xef\xef\x79\xd7\xe5\x8f\xe5\x26\x87\
 36.1959 +\xf9\x61\xfe\x22\xbb\xb3\xd5\xf5\x6f\x33\x79\x83\xcd\xb7\x51\xdd\
 36.1960 +\x79\x8f\xcd\x1a\xec\xeb\x73\x7d\x74\x60\x42\x90\xa3\x3a\x24\x63\
 36.1961 +\x84\x61\x9b\x88\xa5\x77\x3b\xf4\xa6\x1e\x8b\xb3\xe1\xa5\xe2\x20\
 36.1962 +\x99\x4a\x46\xc9\x91\xb2\x7b\x9d\xc7\x6e\x7b\x43\x9b\xb5\x7c\x38\
 36.1963 +\xca\x10\xc7\x8f\x10\x22\x10\x80\xe1\x8c\x6f\x72\x6a\xce\xe7\x6b\
 36.1964 +\xf7\x3d\x1a\xff\x00\x4a\xd2\xf5\x55\x89\x35\x3d\x36\xd7\x51\x48\
 36.1965 +\x1f\xd4\x81\x2e\xa1\x49\x82\x3f\x4e\x4a\x1c\x1a\x1f\x71\x99\x93\
 36.1966 +\xc7\x19\xfd\x40\x1f\x7b\xa6\xc5\x9f\x26\x12\x4c\x24\x63\x7d\xc4\
 36.1967 +\x8f\xb9\xbb\xdd\x33\x4d\xd4\x52\x28\xb5\x0d\x3e\xda\xfe\x38\x1c\
 36.1968 +\x49\x04\x77\x11\x24\xaa\x8e\xbd\x19\x43\x82\x01\x1e\x23\x0c\xa1\
 36.1969 +\x19\x73\x00\xae\x3c\xf9\x31\x12\x61\x23\x12\x79\xd1\x21\x12\xf0\
 36.1970 +\x42\xf2\x45\x33\xc2\x8f\x34\x1c\xbd\x09\x59\x41\x64\xe4\x28\xdc\
 36.1971 +\x49\xdc\x54\x75\xa6\x1a\x1c\xd8\x09\x10\x08\x07\x62\x87\x5d\x37\
 36.1972 +\x4e\x5b\x9b\x9b\xc5\xb0\xb6\x5b\xbb\xd4\x11\xde\x5d\x08\x90\x49\
 36.1973 +\x2a\x0d\x82\xc8\xf4\xab\x01\xe0\x4e\x0e\x08\xd9\x34\x2c\xb3\x39\
 36.1974 +\xb2\x18\x88\xf1\x1a\x1c\x85\x9a\x1e\xee\xe5\xe2\xc6\xc8\x08\x14\
 36.1975 +\x59\xc0\x16\xd4\xf2\xb5\x51\x1a\xd2\x32\x77\xaa\x6d\xf0\xfd\x18\
 36.1976 +\xf0\x8e\xee\x48\xf1\x67\xbe\xe7\x7e\x7b\xf3\xf7\xa8\x4b\xa3\xe9\
 36.1977 +\x13\xdc\xc9\x7b\x3e\x97\x67\x35\xe4\xd1\x88\xa6\xbb\x78\x23\x69\
 36.1978 +\x5e\x35\x20\x84\x67\x2b\x52\x01\x15\x00\x9c\x07\x1c\x49\xb2\x05\
 36.1979 +\xb2\x8e\xa7\x2c\x63\xc2\x24\x40\x1b\xd5\x9a\xbf\x72\x32\x38\x21\
 36.1980 +\x84\xc8\x62\x85\x22\x33\x31\x79\x8a\x28\x52\xcc\x7a\xb3\x53\xa9\
 36.1981 +\xf7\x39\x20\x00\x6b\x32\x32\xab\x37\x48\x6b\x2d\x2f\x4c\xd3\x5a\
 36.1982 +\xe1\xb4\xed\x3a\xd6\xc1\xae\xdf\xd4\xbb\x6b\x78\x52\x23\x2b\xef\
 36.1983 +\xf1\x3f\x00\x39\x1d\xce\xe7\x23\x18\x46\x3c\x80\x16\xcf\x2e\x7c\
 36.1984 +\x99\x6b\x8e\x46\x55\xca\xc9\x35\xee\x47\x64\xda\x9d\x8a\xbb\x15\
 36.1985 +\x76\x2a\xec\x55\xff\xd0\xfb\xf9\x8a\xbb\x15\x76\x2a\xec\x55\xd8\
 36.1986 +\xab\xb1\x57\x62\xae\xc5\x5d\x8a\xbb\x15\x76\x2a\xec\x55\xd8\xab\
 36.1987 +\xb1\x57\x62\xae\xc5\x5d\x8a\xbb\x15\x76\x2a\xec\x55\xd8\xab\xb1\
 36.1988 +\x57\x62\xae\xc5\x5d\x8a\xbf\xff\xd1\xfb\xf9\x8a\xbb\x15\x76\x2a\
 36.1989 +\xec\x55\xd8\xab\xb1\x57\x62\xae\xc5\x5d\x8a\xbb\x15\x76\x2a\xec\
 36.1990 +\x55\xd8\xab\xb1\x57\x62\xae\xc5\x5d\x8a\xbb\x15\x76\x2a\xec\x55\
 36.1991 +\xd8\xab\xb1\x57\x62\xae\xc5\x5d\x8a\xbf\xff\xd2\xfb\xf9\x8a\xbb\
 36.1992 +\x15\x76\x2a\xec\x55\xd8\xab\xb1\x57\x62\xae\xc5\x5d\x8a\xbb\x15\
 36.1993 +\x76\x2a\xec\x55\xd8\xab\xb1\x57\x62\xae\xc5\x5d\x8a\xbb\x15\x76\
 36.1994 +\x2a\xec\x55\xd8\xab\xb1\x57\x62\xae\xc5\x5d\x8a\xbf\xff\xd9\
 36.1995 +\x00\x00\x14\x72\
 36.1996 +\x89\
 36.1997 +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
 36.1998 +\x00\x01\x00\x00\x00\x00\x3e\x08\x02\x00\x00\x00\x4b\x17\x52\x58\
 36.1999 +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x2e\x23\x00\x00\x2e\x23\
 36.2000 +\x01\x78\xa5\x3f\x76\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdd\x07\
 36.2001 +\x12\x08\x0a\x1d\xbd\xbe\x33\xbe\x00\x00\x14\x11\x49\x44\x41\x54\
 36.2002 +\x78\xda\xed\x5d\x69\x40\x14\x47\xda\x7e\xab\x7b\xee\x19\x86\x1b\
 36.2003 +\x44\x40\xc0\x0b\xc5\x5b\x6e\x10\xe4\x10\x10\x34\xc6\xa8\xd1\x24\
 36.2004 +\x1a\xd9\x78\x11\x75\x17\xa3\x9f\x04\xcf\x98\x18\xc9\x65\x8c\x64\
 36.2005 +\x4d\x34\x89\x67\x8c\xa2\x22\x28\x72\x28\x28\x97\xa2\x20\x20\x22\
 36.2006 +\x97\xa8\x84\x00\x02\x0a\x08\x72\x09\xc3\x1c\xdd\xf5\xfd\x18\x04\
 36.2007 +\xc4\x80\x38\x6b\xd8\xb8\xf4\xf3\x6b\x66\xba\xba\xa6\xba\xea\x79\
 36.2008 +\xaa\x9e\x7a\xbb\xbb\x0a\x61\x8c\x81\x01\x83\x81\x0a\x82\xa9\x02\
 36.2009 +\x06\x8c\x00\x18\x30\x60\x04\xc0\x80\x01\x23\x00\x06\x0c\x06\x14\
 36.2010 +\x58\xaf\x4b\x41\x73\x0b\x0a\x52\xaf\xdf\x44\xa8\x6f\x57\xc5\x22\
 36.2011 +\xff\xb1\x68\x01\x49\x90\x98\xa6\x7f\xd8\x7f\x98\xc3\x66\x03\xf4\
 36.2012 +\xe9\x4c\x8c\xb1\xbb\xab\xd3\x88\xa1\x66\x00\x90\x70\x39\xa5\xa8\
 36.2013 +\xb8\x04\xf5\xed\xc4\x57\xd9\x27\x91\xc4\xb2\xc5\xef\x21\x84\x18\
 36.2014 +\x76\x32\x02\x68\x47\xf2\xd5\xd4\x4b\x89\x57\x08\xa2\xaf\xe3\x15\
 36.2015 +\x9b\xcd\x52\x12\x17\x11\xa8\xac\xbc\x92\xcf\xe3\xf5\xf1\x44\x8c\
 36.2016 +\x71\xab\xa4\x4d\xf9\xb9\xbe\xbe\xa1\xbc\xf2\x21\xd1\xef\x44\x64\
 36.2017 +\x91\x24\xc3\x4b\xc6\x02\x75\x22\x29\xe5\xda\xc5\xf8\xe4\xbe\xb3\
 36.2018 +\xbf\x1b\x5e\xb6\x0b\x47\x3d\x7c\xee\x37\x30\x7d\x3f\x23\x80\x4e\
 36.2019 +\x64\x64\x65\xc7\x27\xa5\x90\x2c\x16\xd3\x54\x0c\x06\x9c\x05\x4a\
 36.2020 +\xcb\xcc\x8a\x89\x4d\x50\xb9\xef\x67\xc0\xe0\x35\x16\xc0\xa5\xc4\
 36.2021 +\xcb\xc9\x57\xd3\x18\xf6\x33\x18\x88\x16\x28\x21\xf9\x4a\x52\x4a\
 36.2022 +\x2a\xc3\x7e\x06\x03\x51\x00\x69\x19\x99\x49\x29\xa9\x24\x13\x0c\
 36.2023 +\x61\x30\x00\x2d\x50\xf2\xd5\xd4\xf8\xa4\x14\x84\x98\xbe\x9f\xc1\
 36.2024 +\xc0\x13\x40\x4c\x5c\x7c\x6a\xfa\x0d\xc6\xf9\x30\x18\x88\x16\xe8\
 36.2025 +\x52\xd2\xe5\x6b\x0c\xfb\x19\x0c\x4c\x01\xa4\xa4\xa5\x5f\xbe\x7a\
 36.2026 +\x9d\x64\xd8\xcf\x60\x00\x5a\xa0\xb8\x84\xa4\x94\xd4\x0c\xe6\x0e\
 36.2027 +\x28\x83\x81\x28\x80\x73\x31\x17\x32\xb2\x72\x18\xe7\xc3\x60\x20\
 36.2028 +\x5a\xa0\x8b\x09\xc9\x0c\xfb\xbb\x01\x03\xf3\x92\xea\xc0\x18\x01\
 36.2029 +\x12\xaf\x5c\xbb\x92\x9a\xfe\xb7\x65\x3f\x8f\xc7\x13\x8b\xd5\x7a\
 36.2030 +\x37\x66\x52\xa9\x54\x2a\x95\xf5\x3d\x4f\x84\x40\x4d\x4d\xad\xf7\
 36.2031 +\x34\x24\xc9\x74\x07\x03\x40\x00\x51\xe7\xe3\xd2\xb3\xb2\xff\xce\
 36.2032 +\xf1\xfe\x19\x5e\xee\x33\xbc\xdc\x7b\x4f\x93\x74\x25\x35\x3e\xf9\
 36.2033 +\x0a\x49\xf6\xb5\x1a\x79\x5c\x5e\x80\xff\x4a\x8c\xe9\x5e\x87\x00\
 36.2034 +\xcc\x4c\x87\xfe\xc7\x05\x10\x1e\x19\x7d\xf3\x56\xfe\xdf\xdc\xf9\
 36.2035 +\xf4\x49\x9c\x08\xc1\xcb\x93\xf5\x05\x39\x33\xe4\xff\xdf\x9e\x03\
 36.2036 +\xc4\xc6\x27\x65\xe7\x14\x30\xbe\x9f\xc1\x40\x14\x40\x5c\x42\xf2\
 36.2037 +\xd5\x34\x26\xe2\xc9\x60\x40\x5a\xa0\xd3\x11\x51\x39\x79\xb7\x19\
 36.2038 +\xf6\x33\x18\x88\x23\xc0\x99\xc8\xe8\x5b\xb9\x05\x2a\xb0\x1f\x63\
 36.2039 +\xcc\x2c\x5f\xc7\xe0\xf5\x16\x40\x5c\x7c\xe2\xcd\x1c\x15\x67\xbd\
 36.2040 +\x14\x4d\xeb\xeb\xe9\xd2\x34\xcd\xb4\x16\x83\xd7\x52\x00\xe7\xe3\
 36.2041 +\x2e\xa5\xa4\x65\xa8\x16\xf1\xc4\x80\xed\xad\x26\x4d\x9f\x36\xf5\
 36.2042 +\x05\xa1\x43\x06\x0c\xfe\x9e\x02\x38\x15\x1e\x91\x9a\x91\xa5\x1a\
 36.2043 +\xfb\x29\x8a\xb2\x99\x3c\x71\xd6\x8c\xe9\x32\x99\x82\x69\x2a\x06\
 36.2044 +\xaf\x9f\x00\xc2\x22\xa2\x72\x0b\xee\xa8\xc6\x7e\x99\x5c\xee\x68\
 36.2045 +\x67\x35\xcb\xc7\x8b\x69\x24\x06\x7f\x1d\xfe\xc2\x28\x50\x4c\x5c\
 36.2046 +\xfc\xad\xbc\xdb\x2a\xfa\x7e\x8a\x9a\xea\x68\xe7\xe3\xe9\xce\xb4\
 36.2047 +\x10\x83\xd7\x52\x00\x67\xa2\xce\xdf\xbc\x95\xa7\x5a\xc4\x13\x63\
 36.2048 +\xec\x60\x67\xc5\xb0\x9f\xc1\xeb\x2a\x80\xdf\x4e\x9e\xbe\x5b\xf4\
 36.2049 +\x87\x6a\x11\x4f\x8a\xa6\x9c\xec\x6d\x7c\x3c\xa7\x31\x6d\xc3\xe0\
 36.2050 +\xb5\x14\xc0\xe9\xb3\xe7\xee\x16\x15\xab\xe6\xfb\xe5\x0a\x85\x9b\
 36.2051 +\xb3\xa3\x97\xbb\x0b\xd3\x30\x0c\x5e\xcb\x49\x70\xe4\xf9\xd8\x9c\
 36.2052 +\xfc\x42\x15\x63\x3e\x34\xcd\xb0\x9f\xc1\xeb\x3a\x02\x60\x8c\x4f\
 36.2053 +\x85\x47\xe4\x17\xde\x53\x31\xde\x8f\xb1\x93\xbd\x0d\xc3\x7e\x06\
 36.2054 +\xaf\xab\x00\x8e\x84\x9c\x2a\xfe\xa3\x4c\xb5\x59\xaf\x5c\x2e\x77\
 36.2055 +\x9b\xea\xe8\xe9\xc6\xb0\x9f\xc1\xeb\x29\x80\x53\xe1\xe7\x54\x66\
 36.2056 +\xbf\x4c\x2e\xf7\x74\x73\x76\x9f\xea\xc4\x34\x46\x37\x44\x07\x6e\
 36.2057 +\xe3\x6b\x6a\xb8\x06\x7e\xa4\xdc\xa3\x20\x3b\x24\xb4\x2a\xef\x8e\
 36.2058 +\xb9\xcf\xb4\xa1\x4e\x0e\x92\xa6\xa6\xa4\xa0\xef\x44\x83\xf5\x9d\
 36.2059 +\xd7\xac\x04\x80\x8a\xec\x9c\x5b\x27\xc3\xa5\xcd\x2d\x5a\x66\x26\
 36.2060 +\xf6\x1f\x7e\xc0\xe2\xf1\x63\xb7\x7c\x46\xb2\x38\x1d\x59\xd1\x14\
 36.2061 +\x35\x61\xc1\x1c\x20\x50\xee\xa9\xb3\x08\x21\x8c\x31\x47\x24\xb0\
 36.2062 +\x5e\xf2\xbe\xfa\x20\x7d\x00\xb8\xb0\xe9\x73\x8a\xa2\x2c\xdf\x9f\
 36.2063 +\x6f\x30\xd6\x42\x99\x3e\x66\xe3\xa7\x6c\x1e\xdf\x63\x6b\x00\x22\
 36.2064 +\x08\x00\x28\xcb\xb8\x51\x70\x36\xc6\xd4\xd9\xc1\xc2\xdb\x03\x00\
 36.2065 +\x92\xbe\xf9\xfe\x49\x4d\xad\xc7\x27\x01\x3c\xb1\xb8\xbd\x0b\x93\
 36.2066 +\xb6\xc5\x6e\xda\xe1\xbe\x65\xbd\x40\x53\x23\x66\xe3\xf6\xd1\x33\
 36.2067 +\x3c\x86\x4e\xb1\x07\x00\x0c\x90\xf6\xf3\x61\xbe\xba\x78\xe2\x82\
 36.2068 +\xb9\x08\xc1\x1f\x57\xd3\xf2\xc2\x22\x29\x85\x62\x88\x9d\xb5\xd5\
 36.2069 +\xa2\xf9\xb2\x96\xd6\xf8\x2f\x76\x3d\xb3\x1e\x3d\xc1\x9a\xfe\xf9\
 36.2070 +\xc6\xac\x63\x27\x69\x9a\xb2\x5e\xbc\x30\x66\xd3\xf6\xae\xfb\x33\
 36.2071 +\xd0\x14\xed\xb6\x71\x6d\x5e\x44\x0c\x96\xcb\x6d\x97\x2d\x56\x5e\
 36.2072 +\xd7\xf9\xcd\x3b\xac\xff\xf1\x8e\xf4\x49\x4b\x7e\x78\x34\x22\x50\
 36.2073 +\x87\xa1\x30\xb2\x9e\x3c\x66\x96\x77\xcc\xfa\x2d\x6c\x81\xa0\xa3\
 36.2074 +\x12\x6c\x56\xf8\xea\x0e\x35\x7b\xc5\x02\x08\x3f\x17\x9d\x77\xfb\
 36.2075 +\x8e\x6a\xec\xa7\x69\xda\xc3\x75\x0a\xc3\xfe\xe7\x71\xf7\x62\xd2\
 36.2076 +\xe5\x6f\xbe\x17\x68\x69\x39\xf9\xfb\x71\x04\x02\x00\x28\xbc\x90\
 36.2077 +\x90\x1f\x1e\x25\xd4\xd7\x1d\xea\xe4\x40\xb5\x4a\x2e\xef\xde\x6b\
 36.2078 +\x30\x61\x8c\xf3\x9a\x95\x77\xe3\x12\x0f\x4c\x9f\x4b\x72\xb8\x98\
 36.2079 +\xa2\x10\x49\x5c\xfb\xf7\xcf\x5b\xca\x0b\x92\xbe\x09\x66\xb1\xf8\
 36.2080 +\x24\x9b\x85\x10\xa2\xe4\x72\x85\x5c\x36\x68\xbc\x05\x9b\xcd\xbe\
 36.2081 +\x1a\xfc\x13\x60\x4c\x53\x14\x22\x88\x98\xcd\xdb\xd6\x66\xa4\x0c\
 36.2082 +\xb1\x9e\x7c\x75\xcf\x2f\xf2\x36\x89\xa9\xbd\x95\x52\x00\x25\xd7\
 36.2083 +\xd2\x93\xbe\x0a\xe6\xa9\xab\x3b\xfe\x6b\x85\x50\x4b\x13\x00\xaa\
 36.2084 +\xf3\x0a\x53\x76\xef\x4b\xdd\x7b\x68\x5b\xcd\x3d\x36\x97\x9b\x79\
 36.2085 +\xe8\x78\xcd\xdd\x7b\x2e\x1f\xfb\xf3\xc4\x9d\x02\x4b\xfe\xee\x87\
 36.2086 +\x29\x6b\xfc\x04\x9a\x1a\xd7\xbe\xdf\x77\x79\xe7\xbf\x3f\xab\x2b\
 36.2087 +\xe6\xab\xab\x23\x80\xbc\xd0\x73\x62\xc3\x41\x93\xde\x99\x7b\xeb\
 36.2088 +\x74\xc4\x6f\xf3\x7d\xc7\xbc\xe1\x43\xb0\xd9\x51\x6b\x37\x35\x96\
 36.2089 +\x57\x38\xac\x5a\x56\x9e\x99\x8d\x00\xaa\x0a\xee\x60\xc0\x83\x46\
 36.2090 +\x9b\x93\x6c\x36\x00\x14\xc6\x5c\xa4\xe4\x0a\xeb\xc5\x0b\xcb\x33\
 36.2091 +\xb2\x10\x40\x4d\x51\x31\x25\x95\x0d\x1e\x3f\x96\x92\xcb\x68\x8a\
 36.2092 +\x2e\x8c\x8a\x55\xb4\xb6\x2a\x05\x00\x18\xa7\xec\xfe\x71\xa4\xab\
 36.2093 +\x13\x45\x53\xf7\xd3\x6f\x10\x24\x51\x9a\x9a\xa1\x67\x31\x8a\x2f\
 36.2094 +\x56\x13\xe9\x68\x03\xc6\x09\xc1\xc1\xa3\x5c\xa7\x11\x04\x09\x00\
 36.2095 +\x34\xa5\x98\xf0\xce\x9c\x57\x39\x02\x60\x8c\x8f\x9e\x08\x2d\x2a\
 36.2096 +\x2e\x55\xf1\x19\x4f\x00\x07\x5b\xeb\x69\x2e\x53\x19\xba\x3f\x57\
 36.2097 +\x39\x74\xd2\xce\xef\x39\x42\x91\x5c\xd2\x96\x7f\xee\xc2\xe4\x77\
 36.2098 +\xe7\x02\x74\x7f\xfb\x0c\x21\xa4\xac\xf6\x63\xef\x2c\x21\xb9\x1c\
 36.2099 +\xb7\x8d\x6b\x6d\x96\x2d\x8e\x59\xbf\xd9\x67\xe7\x0e\x4a\x41\xad\
 36.2100 +\x88\x8d\x60\xf3\x78\x61\x2b\xd7\xd5\xff\x51\xf6\xee\x89\x5f\xf8\
 36.2101 +\x6a\xe2\x41\xe3\xc7\x94\xa6\xa4\x01\x42\xa6\x4e\x76\x4e\x6b\x57\
 36.2102 +\x5e\xdd\xbd\xaf\xf4\x6a\xfa\xa5\xed\x5f\x2f\x8d\x3a\x85\x90\x72\
 36.2103 +\x57\x8e\xf6\xcc\x53\x82\xf7\x72\x85\x22\x5a\xae\xc8\x09\x3d\xeb\
 36.2104 +\xf0\xe1\x12\x00\x00\x04\x80\x10\x56\x28\x7e\x71\x7b\x73\xf5\xb5\
 36.2105 +\x58\x04\xa8\xfb\x7b\x6b\x18\x3a\x7f\x41\x88\xc5\xe3\x85\x2e\xf9\
 36.2106 +\x97\x6f\xf8\xd1\x8e\x73\x01\xe3\x98\x8f\x3f\xf1\xf9\x72\x9b\xfb\
 36.2107 +\x86\x75\x5d\xcf\xf3\xbb\x78\x06\x00\x8e\xbc\xb5\x10\x68\xfa\x1f\
 36.2108 +\xe7\x4e\x3c\xcd\xa1\x3d\xb3\x0f\xe3\xcf\x01\xc0\x49\x5f\xbf\xc6\
 36.2109 +\xca\x9a\x15\x17\xcf\x74\x39\xda\xa5\x1e\x00\x61\x80\xd1\xde\x1e\
 36.2110 +\xa3\xbd\x3d\x00\x60\xa3\x60\xf0\x1b\x3b\xb7\x0f\x73\x99\x02\x00\
 36.2111 +\x72\x89\x84\x02\xe9\xb2\xe8\xd3\x6c\x01\xef\x2f\x89\x02\x1d\xfc\
 36.2112 +\x2d\x44\x35\xf6\x03\x80\x42\xa1\x70\x71\xb4\x7b\xe1\x4b\xb7\x03\
 36.2113 +\x13\x08\x11\xd5\x79\x85\x98\xa6\x81\x40\xe7\xd6\x04\xbe\xb0\x2b\
 36.2114 +\x41\x08\x9a\x6b\x1e\x35\x57\xd5\x2c\x3c\x71\x48\xd3\x68\x30\xc9\
 36.2115 +\x22\xcd\xbd\xdc\x87\x4e\x75\xe4\x0a\x05\x18\xe3\x61\xce\x53\x46\
 36.2116 +\x7a\xba\x89\x07\xe9\x2b\xd3\x6b\x99\x9a\x8c\x9e\xee\x31\x6d\x5b\
 36.2117 +\x20\x4d\xd3\x92\x47\xf5\xcf\x67\x78\xff\x7a\x26\xc6\x34\x20\x14\
 36.2118 +\x13\xb8\xad\x5b\xb1\x2a\xb2\x73\x4b\xae\xa5\x23\xf2\x05\x2d\xee\
 36.2119 +\xb8\x66\xf9\xad\x33\xe1\x99\xbf\x86\x74\x3d\x17\x11\x44\xe9\xb5\
 36.2120 +\x8c\x2e\xc5\x7e\x4e\x41\x7f\x4d\x5d\xb2\xba\xb0\x9f\xc6\xaf\x4e\
 36.2121 +\x00\x27\xc3\xce\x96\x96\x55\xa8\xcc\x7e\x4f\xf7\xa9\x1e\x6e\x4c\
 36.2122 +\xdf\xff\xe7\xc8\x8f\xbc\x20\x79\xdc\x30\x76\xce\x4c\xa1\xb6\xa6\
 36.2123 +\xb4\xb1\xf9\x61\x41\x61\x2f\x89\x1d\x56\x2f\x93\xb7\x49\x33\x0e\
 36.2124 +\x1c\xdd\x63\xed\x1a\x40\x6a\x5f\xd8\x1a\xf4\xbc\x44\xba\x7e\xcb\
 36.2125 +\x0b\x8f\xfc\xc2\x6c\xc2\x4f\xce\x33\x29\xb9\x7c\xfc\x7b\x73\xbb\
 36.2126 +\xa5\x2d\x4a\xbc\xd2\x5c\xf5\x68\xb8\x9b\xb3\xba\xa1\x81\x42\x22\
 36.2127 +\x2d\xcb\xc8\xea\xa4\x12\x49\x10\x08\x0e\x7a\xcf\x6b\x6b\x7a\xd2\
 36.2128 +\x7b\xf9\x07\x8f\x1b\xeb\xb1\x29\x30\x72\xdd\x66\x8a\xa2\x3a\x7e\
 36.2129 +\x5c\x7c\xea\x48\x49\x6a\xfa\x3a\xa4\xf6\xb5\xb9\x75\xc8\xa2\x15\
 36.2130 +\xcd\x0f\xab\xfa\xe1\x35\x0f\x36\xf0\xbe\x18\x32\x26\xc8\x74\x5c\
 36.2131 +\x90\xe9\xb8\xbd\x6e\x33\x01\xe8\x57\x23\x80\x13\x61\x67\xf3\x0b\
 36.2132 +\xef\xa9\xfc\xa4\x83\xdb\x54\x47\x37\xe7\x29\x0c\xd1\x7b\x42\x94\
 36.2133 +\x7f\x20\x20\x30\x75\xb0\xb5\x59\xe6\x4b\xb2\xd8\x85\x51\x71\x9d\
 36.2134 +\xbd\xa4\xb2\xce\x11\xea\xe0\x8e\x4f\xd0\xd6\xa5\xe7\x4f\x8f\x9f\
 36.2135 +\x3b\xcb\xc8\xd6\x92\x2b\x14\x5e\xdc\x11\x24\x69\x6c\xea\x2d\xee\
 36.2136 +\xc1\xe1\xd0\x0a\x8a\xc5\xe3\x8c\x7f\x7b\xb6\xb3\xbf\x5f\xb7\xa3\
 36.2137 +\x91\xfe\x81\x88\x20\x4d\x1c\x6c\xed\x57\x2d\x21\xd9\xec\xfc\xf0\
 36.2138 +\xa8\x8e\x43\x13\xdf\x99\x23\x32\x30\xa0\x69\x2c\xa9\x6f\xe8\xbd\
 36.2139 +\xfc\x94\x4c\xee\x13\xf4\x09\x42\xe8\xf0\x9b\xef\x12\x4f\xb7\xb7\
 36.2140 +\x32\xb4\x9c\xb0\xa3\xae\x24\xf0\x76\x96\xdb\xe6\x75\x15\x37\xb2\
 36.2141 +\x8f\xbe\xfb\x81\x8a\xef\x06\xe2\xe7\xd7\x0d\xe8\x51\x48\x0a\x90\
 36.2142 +\x2d\xf8\xf5\xe7\x85\x21\x07\x16\x86\x1c\x78\x73\x57\x10\xfa\xcf\
 36.2143 +\x2d\x10\x4d\xd3\xfb\x0f\x1f\x2b\x50\x95\xfd\x14\x45\x3b\xd9\xdb\
 36.2144 +\x78\xb8\x32\x7d\x7f\x8f\x68\xa8\xa8\x6c\xa9\xab\x27\x39\xec\xe8\
 36.2145 +\x80\x4f\x92\xbf\x0c\x06\x04\x57\xbe\xfb\x11\x00\x38\x22\x11\x00\
 36.2146 +\x34\x94\x57\x00\x40\x59\x46\x16\x41\x20\xb6\x80\x0f\x00\x98\xc6\
 36.2147 +\x26\x76\xd6\xef\x1d\xdf\xbf\xea\x4a\x0c\x47\x2c\x62\x01\xf7\x71\
 36.2148 +\x69\x59\x2f\xf9\x8f\xf4\x9e\xf6\xde\xc9\x03\x34\xe0\x5b\x27\xc3\
 36.2149 +\xbb\x49\xa5\xa5\xb6\xae\xa1\xe2\x21\xc9\x66\x25\x04\xed\x8c\xdd\
 36.2150 +\xf4\x39\x42\xe8\xfa\x2f\x47\x3a\xdb\x4e\x2a\xf5\x4b\x38\xdb\xf7\
 36.2151 +\x6d\x33\xfd\xaf\x27\x94\x5c\x4e\x2d\x4b\xcd\x50\x0e\x41\x4a\xc2\
 36.2152 +\xe8\x8f\x1e\x69\xbd\xf8\xdd\x99\xdf\x6e\x7f\x90\x95\xa3\x5a\xfd\
 36.2153 +\x70\x04\xbc\x27\x8f\xea\xda\xf9\x2d\x93\x23\x02\x48\x2e\xa7\x67\
 36.2154 +\xb1\x50\x26\xb6\x96\xa6\x0e\xb6\xa6\x0e\xb6\x86\x93\x26\x3c\x7f\
 36.2155 +\x93\xea\xa5\x05\x70\xe8\x68\x48\x59\x45\xa5\xca\xf1\x7e\x0f\x57\
 36.2156 +\x27\xaf\x69\xae\x0c\xcb\x7b\xc1\x9d\xf3\x97\x30\xc6\xea\xc6\x83\
 36.2157 +\xcd\xbd\x5c\x87\x7b\xb9\x00\x81\x5a\x6b\x1f\xdf\x8b\x4f\x76\xdf\
 36.2158 +\xb0\x16\x00\x5f\xff\xe9\xf0\xd7\xe6\xd6\xc7\xdf\x5b\x8e\x29\x7a\
 36.2159 +\xdc\xdc\x59\x6d\x4d\xcd\x5f\x8d\x9c\xfc\x85\xd9\xf8\x6f\x46\x59\
 36.2160 +\xed\x34\xb7\x92\x36\x34\x09\xb4\x34\x0c\x27\x8c\xeb\xfd\x2f\x86\
 36.2161 +\x3a\xda\xb1\xd9\x5c\xae\x40\x70\x65\xf7\x8f\x5d\x1d\xce\xef\x89\
 36.2162 +\x29\x94\x42\x2e\x32\xd0\x37\xf7\x72\x1f\xe1\xe1\x4a\xb0\x58\xd2\
 36.2163 +\xa6\xe6\x82\xa8\x0b\x1d\x33\x5c\x2d\x93\x21\x93\x7c\xdf\xa1\x15\
 36.2164 +\xcf\xbd\x9e\xf1\x67\x74\xd0\x1e\x6e\x36\x7e\xfe\x5b\x94\x4c\x86\
 36.2165 +\x10\xa2\x29\x6a\x9f\xeb\xcc\x8b\x9f\x7e\xd5\x52\xf7\xf8\x71\x69\
 36.2166 +\xf9\xc5\xcf\x76\x1a\x4d\x9e\xf0\xa2\x0c\xfe\x1c\xe3\xe7\xcd\xae\
 36.2167 +\xca\xbb\x7d\xf3\x64\xb8\xa4\xb1\x39\x7a\xfd\x16\x8a\xa2\xf4\x2c\
 36.2168 +\x46\xf5\x38\x03\x00\xa2\xf6\x8f\x92\xda\xdf\x8b\x6b\x7f\x2f\x7e\
 36.2169 +\x54\xf4\xbb\xb4\x45\xf2\x1f\x09\xe0\x78\xe8\x99\xd2\xf2\x4a\x95\
 36.2170 +\x7d\xbf\xb7\x87\x9b\xab\xb3\x23\x43\xf1\xde\x91\xbc\xeb\x47\xae\
 36.2171 +\x9a\x70\xc1\xe1\xbd\xbe\x67\x8e\x7d\x70\xf6\xb8\xe5\xa2\xb7\x05\
 36.2172 +\xba\x5a\x59\xbf\x9e\xd0\x18\x62\xf8\xf6\xc1\x1f\xb4\x87\x99\x35\
 36.2173 +\x94\x57\x88\xf4\x74\xa6\x07\x6d\x75\xfa\x97\x1f\xc9\xe5\x58\x2d\
 36.2174 +\x7e\x57\x6c\x30\xa8\xb1\xb2\xaa\xa5\xbe\xd1\xd4\xd9\x6e\xf5\xf5\
 36.2175 +\xf8\x4e\x07\x2c\x14\x72\xc5\x22\xfc\x94\x5d\x88\x45\x72\xc5\x22\
 36.2176 +\x36\x8f\x0b\x00\xbe\x11\x47\x39\x22\xe1\xf5\x9f\x0e\x53\x34\xcd\
 36.2177 +\x51\x13\x72\xd5\xd4\xd8\x02\x7e\x42\xd0\xb7\x3c\x35\xd1\xec\x3d\
 36.2178 +\x5f\xfb\x86\xff\xf6\x41\xc4\x71\x87\x55\x1f\xf0\xb5\x35\x6f\x1c\
 36.2179 +\x3a\x4e\xb2\x39\x1c\xb1\x90\xe4\xf1\x00\x60\xee\x0f\x3b\x75\xcc\
 36.2180 +\x87\x71\xc5\xa2\x67\x3a\x5a\x1a\xf3\xc5\x22\x65\xff\xca\x55\x13\
 36.2181 +\x11\x2c\x52\xc9\xe9\x05\x07\xf7\xe8\x8e\x1a\xce\xe2\x71\x11\x41\
 36.2182 +\x4c\x5e\x34\x3f\x37\xec\xdc\x56\x1d\xd3\xaf\x46\x4c\x12\x1b\xe8\
 36.2183 +\x2d\x0c\x39\xd8\x71\x3a\xc9\xe7\x75\x9d\xaa\xb2\x79\x3c\x65\x21\
 36.2184 +\xdb\x3d\x9b\x40\xc0\xe6\x77\x7e\x1d\x33\xcb\xdb\x6b\xfb\xa6\xa8\
 36.2185 +\xb5\x9b\x37\x69\x18\x94\x5d\xbf\xf1\x61\x42\xa4\x58\x4f\xb7\xe3\
 36.2186 +\x28\x4f\x2c\xea\x98\xa3\xd3\x18\x0b\xf9\x3a\x3f\x3a\x78\x06\x4f\
 36.2187 +\x9a\x1a\x3c\x69\xea\x77\xe3\x1d\x2b\xb2\x6e\x76\x57\x48\xdf\x27\
 36.2188 +\x22\x47\x43\x42\xef\x15\x97\xa8\xec\xfb\x5d\x9d\x1d\x54\x8e\xf7\
 36.2189 +\x17\x14\xde\x3d\x1e\x1a\xde\xf7\x05\xd8\xd8\x6c\xd6\x96\x80\x8f\
 36.2190 +\x08\x82\x00\xc0\x01\x5b\x76\xf0\xba\xd4\xe6\x0b\xcb\x39\x7f\xce\
 36.2191 +\xac\xf1\x63\x46\xf7\x31\x7d\xe2\x95\x6b\xf1\xc9\x57\x48\xa2\xaf\
 36.2192 +\xbb\x39\xf1\x79\xbc\x4d\xeb\xfd\xfb\x58\x96\xa6\xea\x1a\x82\x64\
 36.2193 +\x89\x74\xb4\x3b\xdc\x63\x5b\x43\x3d\x47\x28\x20\x59\x2c\x9a\xa2\
 36.2194 +\x65\x2d\x2d\x6c\x91\x88\xcd\x69\x1f\xfd\x29\xb9\x0c\x21\xa4\x68\
 36.2195 +\x93\x2a\xa4\x52\x00\xc0\x24\x9b\xc5\x61\x11\x08\x11\x2c\x52\xda\
 36.2196 +\xfc\x04\x30\xa6\x68\xac\xa6\xab\xa3\x4c\xdc\x5c\x5d\x0d\x24\x4b\
 36.2197 +\xed\x69\xce\x0a\x99\x8c\xc5\xe9\x74\x11\x2d\xf5\x0d\x1c\xa1\x80\
 36.2198 +\xc5\x66\x4b\x5b\x9e\xf0\x44\x9d\x0b\x39\x2a\x64\x52\x59\xab\x54\
 36.2199 +\xa0\xd1\x1e\xfc\x6f\xa9\xab\xa3\x14\x94\x9a\x9e\xae\x92\x12\x18\
 36.2200 +\xa0\xad\xa9\x99\x27\x56\x43\xdd\x3b\x3e\xb9\xec\x49\x0b\x9b\xcf\
 36.2201 +\x63\x73\x9f\x89\x45\x36\x3e\xac\x62\x71\xb8\x42\x6d\x4d\x65\x70\
 36.2202 +\x46\xd1\x26\xe1\xf0\x78\xca\xb9\x0d\x4d\xd1\x72\x49\x2b\x4f\x24\
 36.2203 +\xea\x87\xee\xa6\x4f\x94\xa2\x29\x7a\xdf\xa1\x23\x0f\xab\x1e\xa9\
 36.2204 +\x16\xef\xa7\x69\xda\xdd\x85\xb9\xdb\xf5\x32\x5e\x51\xd2\xfa\xd5\
 36.2205 +\x08\x6b\x49\x43\x23\x02\x6c\x64\x63\xe9\x17\x1f\x41\x10\x84\x42\
 36.2206 +\xd2\xfa\xa5\xd9\xc4\x8e\x0e\x4b\x21\x95\xae\xb8\x78\x66\x98\x8b\
 36.2207 +\x13\x00\x64\x1e\x0d\x09\x5b\xba\x86\xc5\xe3\x22\x84\x68\x8c\x81\
 36.2208 +\xa6\x47\xb8\x39\x8d\x9a\x35\x3d\x62\x75\x20\xc9\xe5\x28\xdb\x8c\
 36.2209 +\xa2\xa9\xaf\x5a\x1e\xd2\x00\x3b\x47\xd9\x34\x56\x56\x22\x8c\x34\
 36.2210 +\xcd\x8c\x3f\xca\xbe\xc2\x62\xb1\xb7\xe9\x0e\xf7\xfe\x7c\xcb\x14\
 36.2211 +\xff\x15\xca\x9c\x77\x18\x5a\x2c\x8f\x0d\x35\x9d\x62\xbf\x6b\xec\
 36.2212 +\x14\x5d\xf3\x61\x2b\xe2\xda\x03\xf0\xa1\xbe\xab\x5a\xea\x1b\x96\
 36.2213 +\xc7\x86\x03\xc0\x5e\x97\x99\x15\x59\xd9\x80\x41\xa8\xa5\xf9\x7f\
 36.2214 +\x05\x69\x3c\x35\xb5\x93\xef\xfb\x35\x3f\xaa\x5b\x11\x1b\xd6\x35\
 36.2215 +\xe6\x18\xe1\xff\xf1\x8d\x03\xbf\x61\x16\xc1\x26\xd9\xab\xae\x9e\
 36.2216 +\xd7\x1f\x6b\x01\x80\x5b\x1e\xd7\x7f\x3b\xda\x4e\xd6\xda\x8a\x69\
 36.2217 +\xda\xc4\xce\x7a\x45\xfc\xd9\xb2\xd4\xcc\xfd\x5e\x6f\x6d\xbe\x9f\
 36.2218 +\x2f\xd4\xd2\x42\x00\x41\x46\xa3\x2d\x66\xf9\xcc\xfb\x79\x77\x3f\
 36.2219 +\x54\x75\x9f\x2c\xd0\xc1\xa3\xc7\x55\x66\xbf\x5c\xa1\xf0\xf1\x74\
 36.2220 +\x63\xd8\xff\x12\xec\x6f\x93\x06\x99\x4e\x18\x3e\xcd\x79\x43\x51\
 36.2221 +\x96\x7f\x46\xe2\x83\x9b\x39\xe7\x37\x7c\xaa\x3c\x24\x6b\x6b\x5b\
 36.2222 +\x1e\x17\xbe\xbe\x20\x6d\x7d\x41\x5a\x60\x51\xd6\x10\x3b\xeb\x76\
 36.2223 +\x5b\x3c\xe7\xcd\x0d\xbf\x67\xad\xc9\x4c\x44\x2c\xd6\xfc\xfd\xc1\
 36.2224 +\x01\xb7\xd3\xdf\x3e\xf8\x03\x56\x50\x42\x5d\xed\x4d\x25\xb7\xda\
 36.2225 +\xd3\x17\x66\xd0\x34\xf5\xad\xb9\xb5\x86\xa9\x51\xe0\xdd\xac\x75\
 36.2226 +\x39\x29\x92\xc6\xa6\xf0\xa5\xfe\xed\x71\xd2\x2e\x46\x00\x63\xba\
 36.2227 +\x3d\xac\x82\xf1\xef\x49\x29\xc9\x3b\x7f\x50\xaa\x0e\xb7\x47\x54\
 36.2228 +\xf1\xe1\x39\x8b\x5a\xaa\xaa\xd7\xe5\xa6\x06\xde\xc9\xd0\x1e\x39\
 36.2229 +\xfc\x27\x97\x99\xca\xb6\xee\x16\x6f\x2d\x8c\x8e\x4d\xdb\x7b\x60\
 36.2230 +\x69\x5c\xd8\xa6\xa2\x6c\xb7\x6d\x01\xbb\x27\x3a\x37\x54\x54\xca\
 36.2231 +\x9e\xb4\x7e\x33\x74\xd2\xb8\xb7\x67\x6d\xb8\x97\xf5\x51\x66\xe2\
 36.2232 +\xfd\xf4\xac\xf8\xed\xdf\x98\x39\xda\x1a\x8c\x1d\x7b\xca\xf7\x9f\
 36.2233 +\x00\x50\x76\xfd\x86\xb4\xf9\x89\xe7\xf6\x8d\xfd\x53\xdb\x2f\x16\
 36.2234 +\xc0\x6f\x27\x4f\x97\x55\x3e\x50\xf9\x49\x87\x59\xde\x1e\x53\xec\
 36.2235 +\x6d\x19\x5a\xf7\x1d\xcd\xd5\xd5\xb2\x16\x89\xc7\xd6\x8f\xc5\x83\
 36.2236 +\xf4\xf4\x2d\xcc\x1d\xfd\xfd\x72\x42\xcf\x76\x78\x6d\xf5\xc1\x83\
 36.2237 +\x35\x87\x18\x6b\x0e\x31\xd6\x32\x19\xc2\xe6\xb5\x9b\x0a\xae\x48\
 36.2238 +\xa8\x69\x32\x44\xc3\xd8\x08\x10\x12\xe9\xeb\x6a\x9a\x18\x8b\xf4\
 36.2239 +\x74\x01\x80\x20\x48\x91\x8e\x8e\x32\xbd\xe6\x10\xe3\xb6\xa6\x27\
 36.2240 +\xcd\xd5\xd5\x9e\x9f\x7c\x2c\x36\xd0\xd7\x1e\x66\xb6\xf8\xd4\x61\
 36.2241 +\xcd\x61\xa6\xed\x71\x45\xa2\x4b\xfb\xe2\xce\xcf\x1a\x83\x0d\x2e\
 36.2242 +\x05\xed\x94\x49\xda\xba\xda\xe6\xaa\x9c\x7c\x1b\xbf\x25\xda\xa6\
 36.2243 +\x26\xea\x46\x86\x9e\xdb\x02\x2b\x6f\xe6\xfd\xe9\x85\xa4\xef\xff\
 36.2244 +\x75\x84\x9b\xf3\x30\x67\x47\xd1\x20\x5d\xa7\xd5\xcb\x79\x9a\xea\
 36.2245 +\x95\x59\x39\xf5\x65\x65\x0a\x85\xc2\x63\x73\x80\x78\x90\x9e\xbe\
 36.2246 +\xc5\xa8\xf7\x4f\x1f\xa1\xe5\x72\x00\x58\x74\xea\xe0\xdd\x0b\x17\
 36.2247 +\x9b\x6a\x6a\xa3\x03\xb6\x8e\x98\xee\x2e\xd6\xd7\xeb\x9f\xda\x66\
 36.2248 +\xf5\xde\x7f\x1f\x3c\x7a\xbc\xf4\x7e\xa5\xca\xbe\xdf\xd3\xcd\xd9\
 36.2249 +\xd1\xce\x86\xe1\xf4\xcb\xf5\x1a\x0a\x39\x60\x60\x71\x38\xca\x90\
 36.2250 +\xbf\x96\x99\xb1\xa4\xbe\xb1\xa3\xc3\xaa\x2b\x29\x55\xba\x7c\xae\
 36.2251 +\xba\x5a\xc7\xcd\xdd\x1e\x03\x0f\x32\x69\x51\x72\x0a\xdd\xd6\x86\
 36.2252 +\x31\x68\x8f\x18\x26\xd0\xd4\xa4\x68\x9a\xcb\x17\x28\x1b\xd4\xc4\
 36.2253 +\xde\xc6\xc4\xde\x46\x19\x2c\x7c\x98\x7b\x3b\x3f\x32\x06\x53\x34\
 36.2254 +\xc1\x62\xe1\x2e\x4b\x30\xb9\x04\x7e\x94\xb2\x7b\xef\x1e\x1b\xb7\
 36.2255 +\xf5\xf9\x69\x1d\x3f\xca\x24\x6d\x62\x7d\x1d\x25\x29\xc4\x06\x83\
 36.2256 +\x64\xd0\xf6\xa7\xff\xde\xfa\xe8\xf1\x60\xcb\xb1\xf0\xf4\x69\x05\
 36.2257 +\x16\x9b\x2d\x6f\x6d\x55\xb4\xc9\x10\x41\x90\x6c\x16\x25\x57\xb4\
 36.2258 +\xd4\xd6\x0e\x9e\x38\xd6\x70\xd2\x38\x00\x50\x37\x36\xd2\x1b\x37\
 36.2259 +\xfa\xc4\x7b\xcb\xee\x67\x64\x7d\x2d\xad\xe9\xb7\xda\xee\x51\x00\
 36.2260 +\x98\xa6\xf7\xfc\x7c\xb0\xa6\xb6\xfe\x3f\x88\xf9\xb8\x3a\x3b\xda\
 36.2261 +\x33\x84\x56\x01\x08\x3a\x1f\x77\x41\x80\x3a\x9a\x80\xcd\xe3\x1d\
 36.2262 +\x98\x3e\x4f\x69\x48\xac\xde\x5f\xf0\xf6\xc1\x3d\xbd\xe7\xd3\xd6\
 36.2263 +\xd8\x1c\xbe\x6a\x1d\xa2\x31\x4d\x53\xce\xeb\xfe\x39\x71\xde\x6c\
 36.2264 +\xa0\x01\x3d\xb7\x01\x33\x42\x50\x70\x21\xae\x38\x25\x05\x30\x02\
 36.2265 +\x04\xf8\xe9\xed\x5b\x04\x20\x7d\xd2\xf2\x41\x64\x48\xb0\xe5\xd4\
 36.2266 +\x3b\x71\xf1\x1d\xeb\x1b\x20\x40\x5d\x46\x0c\xba\x67\x17\x81\x89\
 36.2267 +\xa7\xe1\x01\x04\x00\x44\xfb\x2d\x3c\xe5\xb7\xca\x5b\xb9\xdf\xdb\
 36.2268 +\xba\x73\xf8\x7c\x8e\x80\xff\x59\xed\x1f\x04\x81\xfc\x12\xce\x7d\
 36.2269 +\xaa\x37\xdc\x6a\xe1\x02\x1a\x63\xa2\xbf\xd6\xcf\xec\x51\x00\xbf\
 36.2270 +\xfc\x7a\xac\xa6\xae\x5e\xb5\x62\xc8\x64\xf2\x39\x6f\x4c\xb7\xb5\
 36.2271 +\xb6\x64\xa8\xac\x0a\xfb\x11\x02\x04\x1d\xb1\x76\x59\x6b\x1b\xc1\
 36.2272 +\x6e\x6f\x26\x85\x44\xb2\xa1\x38\x5b\xd3\xc4\x18\x00\xe8\x3e\x3c\
 36.2273 +\x3e\x23\xd2\xd3\xdd\x70\x3b\xb3\x33\xbc\xf3\xb8\x1e\x08\xa4\x1c\
 36.2274 +\x40\x00\x80\xc2\x58\xd1\xd2\xc2\x15\x89\x00\xc0\x63\xe3\x7a\x87\
 36.2275 +\xd5\x4b\x95\xbf\x6f\xe0\x1b\x74\x91\x22\xd2\x1b\x35\xd2\x7d\x4b\
 36.2276 +\xc0\x91\xd9\x8b\x8c\xac\x26\x72\x95\x8f\x16\x93\x48\xde\x2a\xe9\
 36.2277 +\x28\x1e\xee\x21\x88\x4f\x72\xd9\x92\x86\xc6\xce\x58\x08\xa5\x20\
 36.2278 +\x58\x2c\x82\x44\xca\x57\xbf\x8d\xac\x26\x7e\xd9\xf2\x20\x27\x3c\
 36.2279 +\x22\x62\x75\x40\x7b\x69\xb5\xb4\xd4\x74\x74\x47\xcf\xf0\x20\xfa\
 36.2280 +\x71\xf5\xd8\x3f\x57\xef\xa1\x63\x27\xca\x2b\x1e\xaa\x56\x0a\x9a\
 36.2281 +\xa6\x67\xcf\xf4\x62\xd8\xaf\x32\x78\x62\x75\x8a\x52\x94\xa6\xb5\
 36.2282 +\x13\x37\xfb\x78\xa8\xa1\xe5\xc4\xa7\xe6\xbc\x73\xff\x24\xa2\x2f\
 36.2283 +\xf7\x8e\x9e\x4d\xc2\xe6\x71\x09\x82\x28\x4a\x4c\x51\x7e\x3d\x36\
 36.2284 +\xcf\x77\xd7\x38\x87\xa7\xbe\x4b\xd1\xd5\xbc\x76\xcb\xc6\x7d\xe3\
 36.2285 +\x3a\x0d\x63\xa3\xca\x1b\xed\xf7\x6e\x45\xba\x3a\x77\x2f\x26\xb7\
 36.2286 +\x47\xa8\x23\x63\x34\xf4\x06\xb7\xff\xdb\xb3\x7b\xdb\x0c\x77\x75\
 36.2287 +\xbe\x73\x21\x5e\x99\x57\x6d\x71\x69\x6b\x5d\xa3\x86\x89\xb1\x40\
 36.2288 +\x5b\x5b\x21\x6d\x2b\xbf\x79\x8b\x20\x48\x8e\x40\x90\x75\x28\xc4\
 36.2289 +\xa4\xab\x49\x46\xd0\xcf\xeb\xc0\x76\x1f\x01\x28\x8a\xda\x77\xf0\
 36.2290 +\xd7\x87\x55\x35\xca\xd7\x26\x5e\xd6\xf4\x03\x02\x2f\x77\x17\x7b\
 36.2291 +\x1b\xab\x57\xef\x8c\x31\x26\xfa\x5c\x1e\xfc\x6c\x4c\x03\xbf\xcc\
 36.2292 +\x89\x2f\x75\xcd\xb8\x7d\xe9\x5e\x55\x0a\xd6\x13\x84\x3a\xda\xae\
 36.2293 +\x1f\xaf\x39\xb1\x70\xf9\xd5\xef\xf7\x35\xd7\x3c\x92\x34\x36\xae\
 36.2294 +\x4c\x88\x7a\x6a\x4b\xe9\xde\x9f\x9b\xc4\x34\xdd\x41\x5f\x8c\x71\
 36.2295 +\x73\x55\x4d\xb0\x95\x2b\xd0\xb4\x32\x0c\xfa\x7f\xb7\xae\xbe\xb1\
 36.2296 +\x6b\x47\xb8\xdf\x47\xd9\x21\x61\x18\x53\x8f\x4b\xee\xfb\x9e\x39\
 36.2297 +\xa6\xec\xb3\x9e\x89\x02\xd1\xed\x0f\x4d\x76\xcd\x6d\x49\xd4\xc9\
 36.2298 +\x6f\x2d\x6c\x31\x8d\x01\xe0\xcd\x5d\x41\xfb\xbd\xe7\xed\x30\x1d\
 36.2299 +\x2f\x1e\xa4\x57\x79\x33\xc7\xf3\xf3\xcd\xca\xbf\xbb\x7f\x3d\x33\
 36.2300 +\xd8\xd2\x45\x79\x8a\x86\xa9\xd1\xc2\x93\x87\xd2\x0f\x1d\xdf\xa6\
 36.2301 +\x65\x66\x68\x39\xf1\x5e\x7c\xe2\xd8\x99\xde\x26\x36\x96\x00\xe0\
 36.2302 +\xb0\x72\xe9\x01\x9f\xf9\x43\x9d\xec\x1a\xca\x2b\xa4\xcd\x2d\xab\
 36.2303 +\x52\x62\x3b\xff\x9a\xa2\xa1\x7f\x05\xd0\x9d\xe5\x65\x15\x95\x8f\
 36.2304 +\xeb\x1e\xab\xb6\x4b\x09\x06\xd0\xd4\x50\x37\x33\x31\x7e\xe5\xa5\
 36.2305 +\xac\x6f\x68\x2c\x29\x2d\xeb\xfb\xdb\xc6\x04\x41\x8c\x1b\x33\x8a\
 36.2306 +\x20\x08\x8c\x71\x56\x76\x2e\xc9\x22\xfb\xfe\xb8\xad\xc9\x10\x43\
 36.2307 +\x2d\x4d\xcd\x3e\x26\x7e\x50\x55\x5d\x55\x5d\x8d\xfa\x7c\x43\x9d\
 36.2308 +\x24\xc9\xf1\x63\xfb\x74\x97\xed\x49\x4d\x5d\x6e\x58\x04\x5f\x53\
 36.2309 +\xc3\xe2\x4d\x1f\xae\x80\x0f\x00\x72\xb9\xbc\xf0\x6c\xb4\xf9\x0c\
 36.2310 +\x2f\xae\x50\xd0\xc3\xec\x99\x2a\x88\xbe\x60\x62\x6f\xa3\x0c\xa1\
 36.2311 +\xd4\x16\x95\x54\xe6\xe4\x12\x4f\x1d\x3f\x4d\xd3\x13\xe6\xce\x02\
 36.2312 +\x00\x49\x63\x53\x4e\x68\x04\xc9\x26\xc6\xcd\x9d\xcd\x53\x13\x01\
 36.2313 +\x40\xde\x99\x68\xfd\xb1\xe6\x7a\x23\x47\x28\x53\xe6\x86\x45\x9a\
 36.2314 +\x39\xdb\x0b\xb5\xb5\xef\xc4\x5e\xd2\x1e\x36\x54\x7f\x54\xfb\xef\
 36.2315 +\xa5\x69\x99\x0a\x99\x6c\xf8\x54\x47\x00\x90\xb5\xb6\xe6\x9d\x8d\
 36.2316 +\x96\x36\x37\x4f\x98\xfb\x96\x50\x57\x0b\x00\xee\x5f\xbf\xd1\xf0\
 36.2317 +\xe0\x41\x47\x1b\x71\x85\xc2\x91\x9e\xae\x0a\xb9\xa2\x38\xe9\x72\
 36.2318 +\xcd\x9d\x7b\xa3\x67\x78\xeb\x0c\x35\xe9\x98\xd8\x34\x55\xd5\xe4\
 36.2319 +\x85\x45\x08\xf5\xf5\x2c\x66\x7a\x71\xf8\xfc\x8e\x4b\xc8\x3b\x77\
 36.2320 +\xde\x78\xd2\x04\x8d\x21\x86\xff\x35\x01\x30\x60\xd0\xd1\x9d\xa1\
 36.2321 +\xfe\xcd\x04\xff\x37\x76\x87\x62\x04\xc0\x60\x40\x83\xd9\xa8\x8b\
 36.2322 +\x01\x23\x00\x06\x0c\x18\x01\x30\x60\x30\x00\xf1\xff\x17\xc5\x7f\
 36.2323 +\xcc\xec\x74\xef\x6f\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\
 36.2324 +\x82\
 36.2325 +\x00\x00\x04\xab\
 36.2326 +\xff\
 36.2327 +\xd8\xff\xe0\x00\x10\x4a\x46\x49\x46\x00\x01\x01\x01\x00\x48\x00\
 36.2328 +\x48\x00\x00\xff\xdb\x00\x43\x00\x07\x04\x04\x04\x05\x04\x07\x05\
 36.2329 +\x05\x07\x0a\x07\x05\x07\x0a\x0c\x09\x07\x07\x09\x0c\x0d\x0b\x0b\
 36.2330 +\x0c\x0b\x0b\x0d\x11\x0d\x0d\x0d\x0d\x0d\x0d\x11\x0d\x0f\x10\x11\
 36.2331 +\x10\x0f\x0d\x14\x14\x16\x16\x14\x14\x1e\x1d\x1d\x1d\x1e\x22\x22\
 36.2332 +\x22\x22\x22\x22\x22\x22\x22\x22\xff\xdb\x00\x43\x01\x08\x07\x07\
 36.2333 +\x0d\x0c\x0d\x18\x10\x10\x18\x1a\x15\x11\x15\x1a\x20\x20\x20\x20\
 36.2334 +\x20\x20\x20\x20\x20\x20\x20\x20\x20\x21\x20\x20\x20\x20\x20\x20\
 36.2335 +\x21\x21\x21\x20\x20\x20\x21\x21\x21\x21\x21\x21\x21\x21\x22\x22\
 36.2336 +\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\xff\xc0\x00\
 36.2337 +\x11\x08\x00\x52\x00\x61\x03\x01\x11\x00\x02\x11\x01\x03\x11\x01\
 36.2338 +\xff\xc4\x00\x1c\x00\x01\x01\x01\x00\x01\x05\x00\x00\x00\x00\x00\
 36.2339 +\x00\x00\x00\x00\x00\x00\x06\x05\x04\x01\x02\x03\x07\x08\xff\xc4\
 36.2340 +\x00\x38\x10\x00\x01\x03\x03\x03\x02\x03\x04\x05\x0d\x00\x00\x00\
 36.2341 +\x00\x00\x00\x01\x00\x02\x03\x04\x05\x11\x06\x12\x21\x13\x31\x07\
 36.2342 +\x22\x41\x14\x36\x51\x61\x42\x71\x74\xb2\xb3\x15\x23\x32\x33\x35\
 36.2343 +\x43\x53\x72\x73\x82\x91\xa1\xc4\xff\xc4\x00\x18\x01\x01\x01\x01\
 36.2344 +\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x02\
 36.2345 +\x04\x03\xff\xc4\x00\x1e\x11\x01\x00\x02\x02\x02\x03\x01\x00\x00\
 36.2346 +\x00\x00\x00\x00\x00\x00\x00\x00\x01\x11\x02\x03\x04\x12\x05\x13\
 36.2347 +\x21\x71\xff\xda\x00\x0c\x03\x01\x00\x02\x11\x03\x11\x00\x3f\x00\
 36.2348 +\xfa\x45\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\
 36.2349 +\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\
 36.2350 +\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\
 36.2351 +\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\
 36.2352 +\x01\x01\x01\x01\x04\x3f\x8d\x12\xcd\x16\x97\x85\xd1\x3d\xcc\x77\
 36.2353 +\xb4\x0c\x96\xb8\xb4\xe3\xa7\x27\xc0\x85\x60\x57\x5a\xb9\xb6\x52\
 36.2354 +\x93\xdf\xa2\xcc\x9f\xed\x0a\x09\x9f\x15\xed\xb4\x35\xfa\x6d\x91\
 36.2355 +\xd6\xdd\x25\xb4\x40\x2a\x18\xef\x68\x86\x37\xca\x5c\x70\xe0\x19\
 36.2356 +\xb6\x3c\x3b\x9e\xeb\x7a\xf3\xeb\x37\x56\xec\xf1\xfc\xc8\xe3\xec\
 36.2357 +\xef\x38\xc6\x7f\x2a\xa5\xe2\x93\xc3\xe8\x6e\xd6\xab\x51\x65\xda\
 36.2358 +\xa5\xb1\xd2\xd0\xc5\x4e\xc9\x5a\x36\xf5\x43\x40\xc4\x8e\x0e\xe4\
 36.2359 +\x17\x7c\x0a\xce\x53\x73\x6e\x7d\xdb\x7d\x9b\x32\xce\xab\xb4\xcc\
 36.2360 +\xd7\xeb\x22\x0a\xad\x47\xa2\x75\x5d\x1d\xba\xba\xb9\xf5\xd6\x8a\
 36.2361 +\xe7\x35\xa3\xa8\xe7\x1e\x1c\xe0\xcc\x80\xe2\xe2\xd7\x31\xce\x6e\
 36.2362 +\x40\x38\x20\xfc\x7b\x1e\x6a\x9d\x55\xa1\xdb\xa8\x6b\x22\xaa\x35\
 36.2363 +\xf3\xd2\x74\xa3\x31\xec\x84\x8d\xa7\x2e\xdd\x93\xf3\x50\x49\xea\
 36.2364 +\x7d\x15\x6b\xd3\x96\xe3\x59\x59\x7a\xac\x73\xce\x44\x30\x07\x34\
 36.2365 +\x3a\x47\x63\x3b\x46\x4f\x61\xea\x7d\x02\xa3\x53\xc2\x4b\x3d\xe2\
 36.2366 +\x0a\x5a\x9b\x9d\x79\x7f\x46\xb1\xb1\x36\x9a\x39\x1c\xe2\xfd\xac\
 36.2367 +\x2f\x26\x4c\x13\xe5\x0e\xdf\xf5\x9c\x67\xe0\x92\x2e\xd4\x04\x04\
 36.2368 +\x04\x04\x10\xde\x36\xfb\xab\x0f\xda\x47\xe1\x48\x90\x2c\x2d\x5f\
 36.2369 +\xb2\xe9\x7f\xa3\x1f\xdd\x08\x25\x7c\x66\xf7\x45\x9f\x6a\x8f\xee\
 36.2370 +\xbd\x20\x52\x69\xbf\x77\xad\xdf\x65\x87\xf0\xc2\x08\x7f\x16\x3d\
 36.2371 +\xe8\xd3\xff\x00\xcd\xff\x00\x44\x2a\xc0\xb2\xd4\xda\x9a\xdd\xa7\
 36.2372 +\xed\x8e\xad\xac\x39\x3d\xa1\x84\x11\xba\x47\xfa\x35\xb9\xff\x00\
 36.2373 +\x67\xd0\x28\x24\x74\xbe\x9a\xb9\xea\xab\x9b\x75\x4e\xa7\x19\xa6\
 36.2374 +\xe3\xd8\x68\x8e\x76\x6d\x07\x2d\x3b\x4f\xee\xc7\x71\x9e\x5c\x79\
 36.2375 +\x3c\x63\x21\xec\x34\x04\x04\x04\x04\x04\x13\x7e\x21\x69\x8a\xfd\
 36.2376 +\x45\x67\x8a\x8a\x8d\xd1\xb6\x46\x4c\x24\x77\x54\xb8\x37\x68\x6b\
 36.2377 +\x9a\x40\xda\x1d\xcf\x99\x06\x3c\x5a\x7f\xc5\xb8\xa3\x6c\x71\xdd\
 36.2378 +\xa9\x84\x6c\x68\x0d\x18\x1c\x00\x30\x07\xea\x90\x72\xef\xfa\x53\
 36.2379 +\x54\x5e\xb4\x64\x16\xba\xca\x88\x65\xbb\xb2\x71\x24\xd3\x12\x43\
 36.2380 +\x0b\x41\x76\x31\xb5\x83\x9c\x38\x7d\x14\x14\xd6\x8a\x59\x69\x2d\
 36.2381 +\x54\x94\x92\xe0\xcb\x04\x31\xc6\xfd\xbd\x89\x63\x03\x4e\x3f\xc2\
 36.2382 +\x09\xcd\x73\xa3\x6e\xb7\xcb\xcd\xae\xb6\x8d\xf1\x36\x2a\x23\x99\
 36.2383 +\x44\x85\xc1\xc4\x75\x63\x7f\x97\x0d\x3e\x91\x94\x1c\x0d\x6b\xa0\
 36.2384 +\x75\x1d\xeb\x51\x7e\x52\xa5\x9e\x9f\xd9\xe3\x63\x04\x31\xd4\x17\
 36.2385 +\x38\x34\xb7\x97\x79\x76\x39\xb8\x2e\xe7\xe6\x83\xa5\x3d\xb7\xc5\
 36.2386 +\x6a\x96\x97\xd3\xde\xa9\x1e\xd0\x71\xb9\xa0\x63\x38\x07\xf8\x5f\
 36.2387 +\x02\x15\x1b\x5a\x4a\x9f\x56\xd3\x56\xd5\x43\xa8\x6b\xe1\xab\x71\
 36.2388 +\x8e\x37\x43\x14\x7c\x39\xb9\x73\xc3\x9c\x7c\x8c\xe1\xdc\x01\xf5\
 36.2389 +\x28\x28\x8b\x9a\x08\xc9\xe4\xf6\xf9\xa0\xee\x40\x40\x40\x40\x40\
 36.2390 +\x40\x40\x41\x93\x7b\xb5\xd6\xd5\xd4\xd2\xc9\x4b\x2e\xc8\xf7\x18\
 36.2391 +\xea\xdb\xb9\xcd\xcc\x25\xcd\x79\x2d\xdb\xf4\x81\x8f\x68\xed\xfa\
 36.2392 +\x47\x9f\x42\x19\xb6\xdd\x35\x76\x64\x8c\x35\x92\x75\x36\x3f\x79\
 36.2393 +\xfc\xeb\xcb\x5d\x20\x63\x9a\x1e\x40\x0d\xce\x5c\x41\x21\xc4\xf6\
 36.2394 +\x54\x71\xe8\xf4\xa6\xa1\x63\x07\x5a\x61\x96\x6e\x7c\x4d\xeb\xbc\
 36.2395 +\x86\xc8\xe1\x49\x8c\x61\xa3\x80\xe8\x65\xc6\x73\xdf\x9c\x92\x4a\
 36.2396 +\x81\x51\xa5\x6f\xef\x7b\x9e\xc7\xb4\x13\xc4\xa4\x4c\xfd\xd3\xf3\
 36.2397 +\x31\x0e\x39\x69\x0c\xc1\x91\x8e\xc0\xcf\x6f\x90\x54\x68\xd3\x69\
 36.2398 +\xfa\xa8\x64\xa4\x9a\x40\x26\x9e\x2a\xa9\x66\x99\xee\x91\xc4\x96\
 36.2399 +\xbc\x39\xad\x23\x23\xb8\x69\x6f\x97\x80\xa0\xdf\x40\x40\x40\x40\
 36.2400 +\x40\x40\x40\x40\x40\x40\x40\x40\x40\x40\x40\x40\x40\x40\x40\x40\
 36.2401 +\x40\x40\x40\x40\x40\x40\x40\x41\xff\xd9\
 36.2402 +\x00\x00\x19\x0f\
 36.2403 +\xff\
 36.2404 +\xd8\xff\xe0\x00\x10\x4a\x46\x49\x46\x00\x01\x01\x00\x00\x01\x00\
 36.2405 +\x01\x00\x00\xff\xdb\x00\x43\x00\x04\x03\x03\x03\x03\x02\x04\x03\
 36.2406 +\x03\x03\x04\x04\x04\x05\x06\x0a\x06\x06\x05\x05\x06\x0c\x08\x09\
 36.2407 +\x07\x0a\x0e\x0c\x0f\x0e\x0e\x0c\x0d\x0d\x0f\x11\x16\x13\x0f\x10\
 36.2408 +\x15\x11\x0d\x0d\x13\x1a\x13\x15\x17\x18\x19\x19\x19\x0f\x12\x1b\
 36.2409 +\x1d\x1b\x18\x1d\x16\x18\x19\x18\xff\xdb\x00\x43\x01\x04\x04\x04\
 36.2410 +\x06\x05\x06\x0b\x06\x06\x0b\x18\x10\x0d\x10\x18\x18\x18\x18\x18\
 36.2411 +\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\
 36.2412 +\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\
 36.2413 +\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\xff\xc0\x00\
 36.2414 +\x11\x08\x00\xc8\x00\xa0\x03\x01\x22\x00\x02\x11\x01\x03\x11\x01\
 36.2415 +\xff\xc4\x00\x1d\x00\x01\x00\x00\x07\x01\x01\x00\x00\x00\x00\x00\
 36.2416 +\x00\x00\x00\x00\x00\x00\x03\x04\x05\x06\x07\x08\x09\x02\x01\xff\
 36.2417 +\xc4\x00\x58\x10\x00\x01\x03\x03\x01\x05\x02\x05\x0c\x0c\x0b\x05\
 36.2418 +\x09\x00\x00\x00\x01\x00\x02\x03\x04\x05\x11\x06\x07\x12\x21\x31\
 36.2419 +\x41\x08\x51\x13\x14\x22\x61\x71\x15\x23\x24\x32\x38\x42\x72\x81\
 36.2420 +\x91\xa1\xb1\xb3\x09\x19\x33\x34\x52\x57\x62\x74\x76\xb4\xd1\xd3\
 36.2421 +\x16\x18\x25\x37\x43\x75\x82\x92\x95\xc1\xd2\x17\x56\x94\xc2\xf0\
 36.2422 +\x39\x53\x54\x73\x84\x85\x93\x96\xf1\xff\xc4\x00\x1c\x01\x01\x00\
 36.2423 +\x02\x03\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x04\
 36.2424 +\x07\x01\x05\x06\x03\x02\x08\xff\xc4\x00\x37\x11\x00\x01\x03\x02\
 36.2425 +\x03\x05\x06\x04\x06\x01\x05\x00\x00\x00\x00\x00\x01\x00\x02\x03\
 36.2426 +\x04\x11\x05\x21\x31\x06\x12\x41\x51\x71\x22\x32\x61\x81\xb1\xd1\
 36.2427 +\x13\x14\x91\xf0\x15\x33\x42\xa1\xc1\xe1\x07\x23\x62\x72\x82\x92\
 36.2428 +\xff\xda\x00\x0c\x03\x01\x00\x02\x11\x03\x11\x00\x3f\x00\xdf\xe4\
 36.2429 +\x44\x44\x44\x45\xf0\x90\xd6\x97\x38\x80\x07\x12\x4a\x22\xfa\x8a\
 36.2430 +\xd7\x97\x68\x5a\x52\x29\x1c\xc7\x5c\x8f\x03\x8c\x88\x5e\x41\xf4\
 36.2431 +\x1c\x71\x52\xf2\x6d\x3f\x46\x45\xed\xee\x8f\x1f\xfa\x79\x3f\x62\
 36.2432 +\xd5\xb7\x1b\xc3\xdd\xdd\xa8\x61\xff\x00\xb0\xf7\x53\xdb\x85\xd6\
 36.2433 +\x3b\x48\x5d\xf4\x2a\xf0\x45\x68\xda\xb6\x99\xa3\x2f\x57\xd8\xac\
 36.2434 +\xf4\x17\x6d\xfa\xc9\x73\xb8\xc7\xc2\xf6\x07\x11\xd3\x24\x63\x2a\
 36.2435 +\xee\x53\xa1\xa8\x8a\x71\xbd\x13\x83\x87\x81\xba\x8f\x51\x4b\x35\
 36.2436 +\x33\x83\x66\x61\x69\x3c\xc5\xbd\x51\x11\x17\xb2\xf0\x44\x44\x44\
 36.2437 +\x44\x45\x42\xad\xd6\x1a\x7e\x82\xba\x4a\x3a\x9a\xec\x4b\x19\xc3\
 36.2438 +\xc3\x58\xe7\x00\x7b\xb2\x02\x89\x59\x5f\x4d\x44\xd0\xfa\xa9\x1a\
 36.2439 +\xc0\x72\xbb\x88\x19\xf9\xaf\x58\xa0\x92\x63\x68\xda\x49\xf0\x17\
 36.2440 +\x55\xd4\x56\xd7\xf0\xf7\x4b\xff\x00\xe3\xdd\xff\x00\xc2\xff\x00\
 36.2441 +\xd8\xa1\x4d\xb4\x7d\x1d\x4c\x63\x15\x37\x76\xc2\x24\x78\x8d\xa6\
 36.2442 +\x48\xdc\x01\x24\xe3\xbb\xff\x00\xc5\x06\x3d\xa2\xc2\xe4\x70\x6b\
 36.2443 +\x2a\x58\x49\xe4\xe6\xfb\xa9\x03\x0d\xab\x39\x08\x9d\xf4\x2a\xea\
 36.2444 +\x45\xf0\x10\xe6\x82\x08\x20\xf2\x21\x7d\x5b\x95\x09\x11\x11\x11\
 36.2445 +\x11\x11\x11\x16\x3c\xda\x1e\xa9\x30\xc4\xeb\x05\xbe\x4f\x5c\x78\
 36.2446 +\xf6\x4b\xdb\xef\x5a\x7d\xe0\xf3\x9e\xbe\x6f\x4a\xbf\xaa\x9b\x3b\
 36.2447 +\xe8\xa5\x6d\x2c\x8d\x8e\x72\xc2\x23\x7b\x86\x43\x5d\x8e\x04\x8f\
 36.2448 +\x4a\xd7\xda\xa3\x3c\x77\x6a\xaa\x4a\xf6\xbe\x3a\xf8\xa4\x22\x76\
 36.2449 +\x48\x72\xed\xe3\xc7\x39\xea\x0f\x30\x7a\xe5\x57\xbf\xe4\x4c\x5e\
 36.2450 +\xaa\x86\x88\x43\x4e\xd3\x69\x2e\x1c\xee\x43\x97\x53\xcf\x95\xfc\
 36.2451 +\xba\x3d\x9d\xa2\x8e\x79\x8c\xaf\xcf\x77\x87\xf3\xd0\x7a\xa9\x67\
 36.2452 +\xb0\x3e\x2d\xd7\x2a\x1d\xce\x17\x44\xd2\x48\xcb\x4f\x55\x5e\x7a\
 36.2453 +\x95\xa8\x63\x5e\xc7\x35\xc0\x10\x7a\x15\x4c\xe1\x95\x0e\x8d\xfe\
 36.2454 +\x0a\xc3\x81\xfb\xae\x56\x6d\xa8\x38\x6a\x19\x65\x63\x9c\xd7\x32\
 36.2455 +\x3c\xb5\xcd\x38\x2d\x3b\xc3\x04\x1e\xfe\x0b\x66\x76\x7d\xac\x1b\
 36.2456 +\xa9\xac\x9e\x2f\x56\xf0\x2e\x74\xa0\x36\x61\xcb\xc2\x0e\x42\x40\
 36.2457 +\x3c\xfd\x7b\x8f\xa4\x2d\x79\x82\xdd\xe2\xd5\xf5\x13\xc6\x49\x63\
 36.2458 +\x9a\x06\xe9\xe6\xde\x39\x55\x6b\x15\xda\xb2\xcb\x7b\x86\xe5\x40\
 36.2459 +\xfd\xd9\xa1\x39\xc1\xe4\xf6\xf5\x69\xf3\x15\x62\x61\x18\xe9\xa0\
 36.2460 +\xa9\xf8\x83\x38\xcd\x83\x87\xf3\xd4\x2f\x1c\x7f\x0e\x66\x27\x15\
 36.2461 +\x87\x78\x68\x7c\x79\x74\x3f\xda\xda\x14\x54\xdb\x0d\xee\x8f\x50\
 36.2462 +\x58\xe1\xb9\x51\xbb\xc8\x78\xc3\x98\x79\xc6\xe1\xcd\xa7\xce\x15\
 36.2463 +\x49\x5c\x11\x4a\xc9\x58\x24\x8c\xdc\x1c\xc1\x55\x14\x91\xba\x37\
 36.2464 +\x16\x3c\x58\x84\x44\x54\xeb\xdd\xe2\x96\xc7\x67\x92\xbe\xa8\xe4\
 36.2465 +\x37\x83\x18\x0f\x19\x1d\xd1\xa1\x7c\xd4\x54\x47\x4f\x1b\xa6\x94\
 36.2466 +\xd9\xad\x17\x27\x90\x09\x1c\x6e\x91\xc1\x8c\x17\x25\x52\x75\x9e\
 36.2467 +\xa6\x6d\x8e\xd9\xe2\xf4\xcf\x06\xba\x70\x43\x07\xfd\xdb\x7a\xbc\
 36.2468 +\xff\x00\x97\x9f\xd0\xb0\xfb\x9e\xe7\xb8\xb9\xce\x2e\x24\xe4\x93\
 36.2469 +\xc4\x92\xa3\xdc\xae\x55\x37\x3b\x94\xd5\xf5\xaf\xde\x96\x43\x92\
 36.2470 +\x7a\x34\x74\x03\xcc\x15\x02\xbe\xe8\x43\x0c\x74\xc7\x1d\xf2\x7e\
 36.2471 +\xc5\xf9\xbb\x68\xb1\x6a\x8d\xa5\xaf\xdf\x66\x51\xb7\x26\x8e\x43\
 36.2472 +\x99\xf1\x3c\x7e\x9c\x15\x97\x84\x61\x5f\x2b\x1e\xe0\xef\x1d\x4f\
 36.2473 +\xdf\x25\xee\xe9\x7a\x82\xdd\x1b\x9a\xdc\x49\x3e\x38\x33\x3c\x1b\
 36.2474 +\xe9\x2b\x1d\xba\xe1\x53\x79\xbe\x4b\x59\x51\x29\x91\x91\x0d\xd6\
 36.2475 +\x77\x64\xf7\x0e\x9c\x14\x6b\xdd\x51\xf2\xa1\x6b\xb2\x4f\xb7\x3f\
 36.2476 +\xe4\xa5\xe8\x63\x6d\x2d\xa9\xae\x79\x0d\x2f\xf2\xc9\x27\x1c\xf9\
 36.2477 +\x7c\xcb\x77\x86\x61\x51\x50\xc3\xbe\x05\xde\x72\xba\xec\xe9\x69\
 36.2478 +\x5b\x0c\x7b\xdf\xa8\xac\xff\x00\xb1\xbd\xa0\xf8\xf4\x0c\xd2\x17\
 36.2479 +\x89\xf3\x55\x0b\x7d\x85\x2b\xcf\xdd\x58\x3f\xa3\x27\xf0\x9a\x39\
 36.2480 +\x77\x8f\x42\xcc\x6b\x49\x2c\x4d\xba\x5e\x35\x7d\x0d\xb7\x4c\x32\
 36.2481 +\x59\x6e\x8e\x99\xa6\x19\x23\x3b\xa2\x12\x0e\x77\xcb\xba\x01\x8c\
 36.2482 +\xfc\x4b\x75\x68\xd9\x53\x1d\xbe\x08\xeb\x26\x64\xd5\x0d\x8d\xa2\
 36.2483 +\x59\x18\xdd\xd0\xf7\x63\x89\x03\xa0\x27\x3c\x15\xb3\xb3\x75\x73\
 36.2484 +\x4d\x4e\x63\x98\x77\x72\x07\x98\xe5\xe5\xe8\xaa\xfd\xb2\xc2\xe1\
 36.2485 +\xa3\xa9\x6c\xb1\x1b\x6f\xe6\x5b\xcb\xc7\xa1\xf5\xbf\x94\x64\x44\
 36.2486 +\x5d\x1a\xe3\x91\x11\x11\x11\x58\x1b\x4b\xd1\x6f\xbe\x5b\x85\xea\
 36.2487 +\xd1\x1e\x2e\xd4\x8d\xe0\x1b\xce\xa2\x3e\x65\x9e\x72\x38\x91\xf1\
 36.2488 +\x8e\xaa\xff\x00\x45\x16\xb6\x8e\x2a\xc8\x5d\x04\xa2\xe0\xa9\x54\
 36.2489 +\x55\x92\x51\xcc\xd9\xa2\x39\x8f\xdf\xc0\xf8\x15\xab\xd4\x77\x41\
 36.2490 +\x3b\x77\x25\x18\x78\xe6\x3a\xa9\x99\x1c\x1c\xdc\xb4\x82\x15\xd5\
 36.2491 +\xb5\x6d\x12\x6d\xd5\xae\xd5\x36\x98\x8b\x69\xa5\x76\x6a\xe3\x60\
 36.2492 +\xfb\x93\xcf\xbf\x1e\x62\x79\xf7\x1f\x4a\xc6\xe6\xb6\x41\x18\x7b\
 36.2493 +\x5c\x5a\xf1\xf2\x15\x44\xe2\x9b\x3a\xea\x0a\xa3\x1e\x9e\x84\x73\
 36.2494 +\x56\xd5\x0c\xb1\x57\x42\xda\x88\x34\x3a\x8e\x47\x92\xa9\x83\xba\
 36.2495 +\xe7\x15\x01\xf1\x86\xcc\xd9\xa3\xf8\xc7\x78\x50\x68\xeb\xbc\x66\
 36.2496 +\x98\xba\x46\x86\x3b\x78\xb7\x87\x23\x85\xe9\xf2\x98\xdd\xc7\x88\
 36.2497 +\x3c\xd4\x46\xc4\xe6\x38\x83\xaa\x98\x18\x5a\x6c\x55\xe7\xa2\xf5\
 36.2498 +\x3c\x9a\x66\xf7\xbd\x2b\x9c\xea\x09\xc8\x6d\x44\x63\xa7\x73\xc7\
 36.2499 +\x9c\x7c\xe3\xe2\x59\xe2\x29\x63\x9e\x06\x4d\x0b\xda\xf8\xde\xd0\
 36.2500 +\xe6\xb9\xa7\x21\xc0\xf2\x21\x6a\xfd\x34\xa2\x48\xb2\x0e\x71\xc1\
 36.2501 +\x64\xed\x9b\xea\xc1\x4f\x2b\x34\xf5\x7c\xbe\xb2\xf3\xec\x57\xb8\
 36.2502 +\xfb\x47\x1f\x79\xe8\x3d\x3c\xfc\x3a\xae\xcf\x63\xf6\x84\xd2\xcb\
 36.2503 +\xf8\x7d\x49\xec\x38\xf6\x4f\x23\xcb\xa1\xf5\xea\xb8\xdd\xa4\xc2\
 36.2504 +\x3e\x2b\x4d\x54\x43\xb4\x35\xf1\x1c\xfa\x8f\x4e\x8b\x29\x4d\x34\
 36.2505 +\x54\xf4\xef\x9e\x79\x1b\x1c\x71\xb4\xb9\xcf\x71\xc0\x00\x73\x2b\
 36.2506 +\x07\xea\xed\x4e\xfb\xfd\xe0\xcc\x1c\xe6\xd1\xc5\x96\xc1\x19\xee\
 36.2507 +\xea\xe2\x3b\xcf\xcc\x38\x2a\xe6\xd1\x75\x6f\x8d\xd4\x3e\xc3\x6f\
 36.2508 +\x97\xd8\xf1\x3b\xd9\x0f\x69\xfb\xa3\x87\xbc\xf4\x0e\xbe\x7f\x42\
 36.2509 +\xc6\xd3\x4a\x78\x9e\x7e\x95\x1b\x6d\xb1\xd3\x88\x49\xf8\x75\x3b\
 36.2510 +\xbf\xd3\x69\xed\x11\xfa\x88\xe1\xd0\x7a\xf4\x0b\x1b\x3b\x83\xfc\
 36.2511 +\x26\x8a\x99\x47\x68\xe9\xe0\x3d\xcf\xa2\xf9\x55\x50\xf9\x01\x6e\
 36.2512 +\x70\xde\xe5\x42\xb8\xd6\x32\x18\x88\x6b\xb2\xf3\xc8\x0e\x8a\x6a\
 36.2513 +\xae\x53\x82\x5c\x78\x77\x2b\x6e\xba\x6c\x92\x47\x12\xb4\x78\x6d\
 36.2514 +\x13\x45\x80\x19\x2e\xf6\x92\x00\x4a\xa3\xd6\x4c\x5f\x2e\x39\x64\
 36.2515 +\xf1\x27\x8a\x32\x9e\xa6\xe4\xfc\x34\xbd\xb1\x03\xbb\xbd\xcc\x9f\
 36.2516 +\x33\x47\x7a\x9b\xa1\xb7\x78\xdd\x4b\xa6\xa8\xcf\x83\x67\xbd\xef\
 36.2517 +\x2b\x39\x6c\x83\x40\xb6\xaa\xa2\x3d\x55\x74\xa7\x02\x9a\x13\xec\
 36.2518 +\x18\x5c\x38\x3d\xc3\xfa\x4f\x40\xe9\xe7\xe3\xd0\x2e\xae\x96\x07\
 36.2519 +\x54\xce\xda\x78\x06\x7c\x4f\x00\x39\xaf\x6c\x57\x16\x8b\x0d\x80\
 36.2520 +\xcc\xfe\x1a\x78\x9e\x00\x7d\xe4\xae\x8d\x91\x6c\xe2\x0d\x1b\xa7\
 36.2521 +\xfd\x50\xad\xa7\x0d\xbb\x55\xb4\x17\x83\xc4\xc0\xce\x61\x99\xfc\
 36.2522 +\x23\xcd\xc7\xbf\x87\x45\x92\xd1\x15\x95\x4b\x4c\xca\x68\x84\x51\
 36.2523 +\xe8\x3e\xee\xa8\xaa\xea\xd9\x6b\xa7\x75\x44\xc6\xee\x3f\x76\xf2\
 36.2524 +\x44\x44\x52\x14\x44\x44\x44\x44\x44\x44\x45\x0a\xa2\x9e\x0a\xba\
 36.2525 +\x49\x29\xaa\x62\x6c\xb0\xca\xd2\xc7\xb1\xe3\x21\xc0\xf0\x20\xad\
 36.2526 +\x6a\xd7\xda\x3e\x7d\x23\x7c\x7c\x2c\x0f\x7d\xbe\x7c\xbe\x96\x53\
 36.2527 +\xc7\x87\x56\x13\xf8\x43\xe7\x18\x2b\x66\x95\x1f\x53\x69\xda\x1d\
 36.2528 +\x4f\xa7\x67\xb5\x57\x0c\x07\x8c\xc7\x28\x1c\x62\x78\xe4\xe1\xff\
 36.2529 +\x00\x5c\x46\x42\xd2\x63\x98\x4b\x71\x08\x72\xef\xb7\x43\xfc\x79\
 36.2530 +\xad\xf6\x01\x8c\x3b\x0d\x9e\xee\xee\x3b\x51\xfc\xf5\x0b\x55\xe8\
 36.2531 +\x1c\x7c\x40\x03\xd4\x93\xf3\xaf\x6f\x95\xcd\x18\xce\x47\x72\x9a\
 36.2532 +\x7d\x9e\xb6\x82\xa6\x5a\x32\x23\x97\xc0\xc8\xe8\xfc\x24\x4f\x05\
 36.2533 +\xae\xc1\x23\x20\xf7\x15\xe2\x4b\x7d\x4b\xd9\x91\x1e\x1d\xe9\x0a\
 36.2534 +\x9e\x7c\x91\x09\x08\x2e\x1a\xf3\x56\xdf\xc4\x8d\xc6\xf7\xc8\xa8\
 36.2535 +\x14\x35\xbe\x06\xbd\xac\x27\xd6\xe4\xf2\x48\x3d\x0f\x42\xab\xdb\
 36.2536 +\xee\x63\xc3\x98\x48\x3d\xe1\x5a\xd5\x36\xcb\x8e\xe9\x2c\xa7\x25\
 36.2537 +\xdd\x3c\xa1\xfb\x55\xc3\x44\x65\x92\xd5\x14\xd5\x40\x45\x3e\xee\
 36.2538 +\x24\x61\x3d\x47\x77\xa7\x9a\x89\x5c\xc8\xc5\xa4\x69\x06\xf9\x2f\
 36.2539 +\x2a\x96\x33\x27\x34\xa9\x93\x29\x76\x72\x72\x7c\xea\x4e\xaa\xa6\
 36.2540 +\x18\x8e\xeb\x9e\x37\x8f\x26\xe7\x8a\xf9\x3b\xe6\xe2\x23\x69\x1e\
 36.2541 +\x75\x48\x92\x9d\xe6\x73\x8c\x92\x4f\x53\x95\xf1\x4f\x4e\xd2\x6e\
 36.2542 +\x4a\xf9\x86\x20\x4e\x65\x7c\xab\x91\xf2\x92\x31\x81\xd0\x05\x4e\
 36.2543 +\x92\x9c\x37\xca\x7f\x13\xdd\xdc\xab\x2c\xa6\x64\x51\xe1\xc4\x97\
 36.2544 +\x7a\x79\x2f\x34\xd6\x89\xee\x97\x4a\x7a\x38\x64\x8e\x31\x34\xad\
 36.2545 +\x8c\xcb\x29\xdd\x63\x32\x71\x92\x7b\x96\xe6\x9e\x40\x08\x63\x54\
 36.2546 +\xd6\x4c\xd6\x03\x9d\x80\x57\x06\xcd\xf4\x4c\xba\xae\xee\xd6\x4c\
 36.2547 +\xd7\x32\xdd\x09\x12\x55\x48\x38\x67\x3c\xa3\x07\xbc\xe3\xe2\x19\
 36.2548 +\x3d\xcb\x66\x60\x82\x1a\x6a\x68\xe9\xe9\xe3\x6c\x51\x46\xd0\xc6\
 36.2549 +\x31\x83\x01\xa0\x70\x00\x0e\xe5\x4e\xd3\x9a\x7e\x87\x4c\xe9\xe8\
 36.2550 +\x2d\x34\x0d\xf2\x23\x19\x7c\x84\x79\x52\x3c\xf3\x71\xf3\x9f\xd8\
 36.2551 +\x15\x55\x5b\x18\x2e\x14\x28\x21\xed\x77\xdd\x99\x3f\xc7\x40\xa9\
 36.2552 +\xdc\x7f\x19\x76\x27\x51\xbc\x3b\x83\x41\xfc\xf5\x28\x88\x8b\x72\
 36.2553 +\xb4\x48\x88\x88\x88\x88\x88\x88\x88\x88\x88\xb1\xe6\xd2\x35\x80\
 36.2554 +\xb7\x52\xba\xc3\x6f\x97\x15\x73\x37\xd7\xde\xd3\xc6\x26\x1e\x9f\
 36.2555 +\x08\xfc\xc3\xd2\x15\x7f\x5a\x6a\xba\x7d\x2b\x60\x75\x41\x2d\x7d\
 36.2556 +\x64\xd9\x65\x34\x27\xdf\x3b\xbc\xfe\x48\xe6\x7e\x21\xd5\x6b\xc5\
 36.2557 +\x4d\x7c\xf5\x75\x92\xd5\x54\xcc\xe9\x66\x95\xc5\xef\x7b\x8f\x17\
 36.2558 +\x13\xcc\xae\x27\x6b\xb1\xb3\x04\x66\x8a\x9c\xf6\xdd\xa9\xe4\x3d\
 36.2559 +\xcf\xec\x3c\x97\x5b\xb3\x58\x29\xa9\x77\xcd\x4a\x3b\x03\x4f\x13\
 36.2560 +\xec\x3d\x54\xd7\x85\x1d\x17\x93\x30\x52\x06\x65\xe1\xf3\x80\x39\
 36.2561 +\xaa\xad\xb4\xaa\xc3\x10\xa9\xb9\x67\x05\x4a\xf8\xc1\x0f\xdd\x27\
 36.2562 +\x9a\x95\x96\xa9\xac\x1b\xce\x70\x03\xbc\x95\x54\xd2\xf6\x1a\xdd\
 36.2563 +\x55\xa9\x20\xb6\xd1\x82\x37\xbc\xb9\x25\x23\x84\x4c\x1c\xdc\x7f\
 36.2564 +\xc8\x75\x2a\x74\x14\x2e\x91\xc2\x36\x36\xe4\xe4\x17\xa4\x81\x90\
 36.2565 +\xc6\x64\x90\xd9\xa3\x52\x92\x38\x91\x81\xcc\xa8\x46\x92\x51\x19\
 36.2566 +\x7b\x63\x24\x75\x76\x15\xcf\x77\xb0\xc9\xa7\xef\x72\xdb\xea\x59\
 36.2567 +\x97\xb3\xca\x64\x84\x70\x91\xbd\x1c\x3f\xeb\x81\xca\xa7\xc8\xff\
 36.2568 +\x00\x3a\xd4\xc9\x3c\x90\x48\x61\x2c\xb1\x69\xb1\xba\x89\x15\x4b\
 36.2569 +\x5e\xd0\xe8\xf3\x05\x51\x22\x7c\x31\xc9\x89\xdb\xbe\x3b\xfb\xbe\
 36.2570 +\x25\x3a\xf9\x1b\xb9\xe4\xe3\x77\x1c\x31\xc9\x43\xab\xa7\x8e\x50\
 36.2571 +\x5c\x3c\x97\x77\x8e\xaa\x90\xf9\xa7\xa2\x7e\x1c\x32\xc3\xd3\xa7\
 36.2572 +\xc4\xa7\x32\x31\x3f\x68\x6b\xc9\x4b\x6b\x04\xb9\x8d\x56\x7c\xd9\
 36.2573 +\x96\xb4\x17\x6a\x31\x61\xb9\x4d\x9a\xea\x76\xfa\xcb\xdc\x78\xcd\
 36.2574 +\x18\xff\x00\x99\xbf\x38\xe3\xde\xb2\x2a\xd4\x6a\x1b\xa4\xb4\xd5\
 36.2575 +\xb1\x57\xd0\x4e\xe8\xa7\x85\xe1\xec\x7b\x79\xb5\xc1\x6c\xae\x8a\
 36.2576 +\xd5\xb4\xba\xb7\x4e\x36\xb1\x9b\xb1\xd5\xc5\x86\x54\xc0\x0f\xb4\
 36.2577 +\x7e\x39\x8f\xc9\x3c\xc7\xc9\xd1\x5a\xbb\x2d\x8c\x1a\x88\xfe\x52\
 36.2578 +\x73\xdb\x6e\x9e\x23\xdc\x7a\x79\xaa\xeb\x69\xf0\x33\x4a\xff\x00\
 36.2579 +\x9a\x88\x76\x0e\xbe\x07\xd8\xfa\xf9\x2b\x91\x11\x17\x5e\xb9\x04\
 36.2580 +\x44\x44\x44\x44\x44\x44\x52\x57\x7b\xb5\x0d\x8e\xcb\x51\x74\xb8\
 36.2581 +\xcc\x22\xa7\x81\xbb\xce\x3d\x4f\x70\x1d\xe4\x9e\x00\x29\xc7\x39\
 36.2582 +\xac\x61\x73\x88\x0d\x03\x24\x93\x80\x16\xb7\xed\x33\x5c\x4d\xab\
 36.2583 +\xaf\xbe\xa7\xdb\x65\x22\xcd\x48\xf2\x18\xe1\xca\xa1\xfc\x8c\x9e\
 36.2584 +\x8e\x8d\xf8\xcf\x55\xaa\xc5\xf1\x36\x61\xf0\x19\x0f\x78\xe8\x3c\
 36.2585 +\x7d\x82\xdc\xe0\x78\x43\xf1\x3a\x8d\xcd\x18\x33\x71\xe4\x3d\xcf\
 36.2586 +\x0f\xaf\x05\x47\xd4\xda\xaa\xb7\x54\x6a\x29\x6e\x75\x59\x68\x3e\
 36.2587 +\x4c\x30\x83\x91\x13\x07\x26\x8f\xa4\x9e\xa5\x52\x3c\x21\xe6\xe2\
 36.2588 +\xa0\xb2\x30\xc1\x8c\xa8\xb0\xc6\x65\x93\x74\x70\x03\x89\x3d\xca\
 36.2589 +\xa0\x9a\x6f\x8a\xf7\x48\xf3\x72\x73\x25\x5c\x31\xc5\x1c\x2c\x11\
 36.2590 +\xc6\x2c\xd1\xa2\xf7\xbc\xf7\x37\x78\x7b\x55\x29\x51\x2b\xda\x0e\
 36.2591 +\xe9\xc7\x9d\x4f\x54\x39\xb1\xc7\xba\x38\x0e\x40\x2a\x25\x7d\x40\
 36.2592 +\x63\x71\x9c\x17\x7c\xc1\x7d\x52\xb3\xe2\x3b\x45\xef\x0b\x77\x8e\
 36.2593 +\x8a\x2d\x15\x34\xf5\xd7\x28\x69\xe9\xa2\x7d\x4d\x54\xcf\x11\xc4\
 36.2594 +\xc6\xf1\x2e\x71\x38\x00\x2d\xa6\xd0\x5a\x3a\x0d\x21\xa6\x9b\x03\
 36.2595 +\xb7\x64\xb8\x4f\x87\xd5\x4c\x3a\xbb\xa3\x47\xe4\x8e\x43\xe3\x3d\
 36.2596 +\x55\x97\xb1\x9d\x00\xeb\x6d\x03\x35\x65\xe6\x02\x2b\x6a\x19\xec\
 36.2597 +\x48\x9e\x38\xc3\x19\x1e\xdc\xfe\x53\x87\xc8\x3d\x25\x65\xf5\x65\
 36.2598 +\x60\x18\x40\x80\x7c\xcc\xa3\xb4\x74\xf0\x1e\xe7\xd1\x56\xdb\x5f\
 36.2599 +\x8e\xfc\xcc\x86\x8e\x03\xd8\x6e\xa7\x99\xe5\xd0\x7e\xe7\xa0\x56\
 36.2600 +\xde\xb2\xd2\xf1\x6a\x4b\x21\x6c\x61\xac\xae\x87\x2e\xa7\x90\xf0\
 36.2601 +\xe3\xd5\xa7\xcc\x7e\x6e\x05\x60\x5a\x86\xcb\x4f\x3c\x90\x54\x46\
 36.2602 +\xe8\xe5\x8d\xc5\x8f\x63\x86\x0b\x48\xe0\x41\x5b\x3c\xb1\xa6\xd3\
 36.2603 +\xb4\x79\xaa\xa6\x7e\xa3\xb6\x45\x99\xe2\x6f\xb2\xa3\x68\xf6\xec\
 36.2604 +\x1e\xfc\x79\xc7\x5f\x37\xa1\x6a\xb6\xc3\x67\x45\x4b\x7e\x7a\x01\
 36.2605 +\xdb\x6f\x78\x73\x1c\xfa\x8f\x4e\x81\x43\xd9\xac\x5b\xe0\xbc\x52\
 36.2606 +\xcc\x7b\x27\x43\xc8\xf2\xe8\x7d\x7a\xac\x3f\x2c\x8a\x9d\x50\xf0\
 36.2607 +\xe0\x5a\xe0\x08\x3d\x0a\x99\x94\xe4\x70\x2a\x97\x51\x21\x69\x20\
 36.2608 +\xf0\x55\xfd\x34\x77\x39\x2b\x36\x16\x29\x09\xe3\x7c\x33\x78\x5a\
 36.2609 +\x57\xe0\xfe\x09\xe4\x55\x7f\x46\xeb\x5a\xad\x33\xa9\x62\xb8\xd3\
 36.2610 +\x87\x64\x79\x15\x34\xa4\xe3\xc2\xc7\xd4\x7a\x7a\x83\xd0\xab\x6e\
 36.2611 +\xa2\x6c\x67\x8a\x83\x21\x8a\xa2\x36\xb9\xd9\x0e\xe8\xe0\x70\x42\
 36.2612 +\xdf\x43\xbd\x19\x6c\x8d\x36\x23\x42\xa7\x4b\x4a\xca\x88\x8c\x53\
 36.2613 +\x0b\x82\x2c\x56\xea\xda\xae\x94\x57\xab\x35\x3d\xd2\xdd\x30\x9a\
 36.2614 +\x9a\xa1\x81\xec\x78\xfa\x0f\x71\x1c\x88\xef\x53\x8b\x58\xf6\x4b\
 36.2615 +\xb4\x59\x34\xa5\xf0\x59\xaf\x33\xe6\xcf\x58\xf0\x3c\x31\xe5\x4f\
 36.2616 +\x21\xe0\x1e\x7b\x81\xe0\x1d\xd3\x91\xe8\x56\xcd\x82\x1c\xd0\x41\
 36.2617 +\x04\x1e\xa1\x59\xf8\x6d\x7b\x6b\x21\x0f\xfd\x43\x51\xf7\xc1\x52\
 36.2618 +\x78\xf6\x0d\x26\x15\x52\x63\x39\xb4\xe6\xd3\xcc\x7b\x8e\x3f\xda\
 36.2619 +\xfa\x88\x8b\x60\xb4\x88\x88\x88\x8a\x0d\x5d\x2c\x15\xb4\x33\x51\
 36.2620 +\xd5\x46\x24\x86\x66\x18\xe4\x61\xf7\xcd\x23\x04\x2d\x63\xd6\xba\
 36.2621 +\x52\xa7\x48\x6a\x47\xd1\x3f\x7a\x4a\x49\x32\xfa\x59\xc8\xf6\xec\
 36.2622 +\xee\x3f\x94\x39\x1f\x88\xf5\x5b\x44\xa8\x1a\xc3\x4b\x51\xea\xed\
 36.2623 +\x33\x2d\xb2\xa7\x0c\x94\x79\x74\xf3\xe3\x8c\x52\x0e\x47\xd1\xd0\
 36.2624 +\x8e\xa1\x73\xfb\x43\x83\x0c\x4a\x0b\xb3\xf3\x1b\xa7\xb7\x9f\xaa\
 36.2625 +\xdf\xec\xfe\x30\x70\xe9\xec\xff\x00\xcb\x76\xbe\x1e\x3e\x5e\x8b\
 36.2626 +\x55\xdb\xbf\x24\xa2\x36\x0c\xb9\xc7\x01\x4f\x3d\xf1\xd1\xc3\xe0\
 36.2627 +\x98\x43\x9f\xef\x8f\x9d\x57\xdb\xb3\x8d\x73\x4a\x5e\xc6\x69\xd9\
 36.2628 +\xdf\x26\x4b\x4c\x8c\x92\x32\x31\xf9\x3e\x57\x5e\xf5\x01\xfb\x37\
 36.2629 +\xd7\x87\x96\x9b\xaa\xfe\xfc\x7f\xea\x55\x69\xc2\xeb\x1c\x6c\x61\
 36.2630 +\x75\x87\xfb\x4f\xb2\xb3\xff\x00\x11\xa4\x71\xfc\xe6\xdb\xfe\x43\
 36.2631 +\xdd\x5a\xb2\xca\xe7\x12\x49\xc9\x57\x7e\xc9\x74\x11\xd6\x5a\x9d\
 36.2632 +\xfa\x82\xe9\x0e\x6c\x94\x32\x6e\xb1\xae\x1c\x2a\xa5\x6f\xbd\xf3\
 36.2633 +\xb4\x1e\x27\xbf\x80\xef\x5f\x2d\xdb\x26\xd6\x97\x3b\xb4\x14\x55\
 36.2634 +\xb6\xc9\xad\xb4\xb2\x3b\x13\x55\xbd\xcc\x3e\x09\x9d\x48\x01\xc7\
 36.2635 +\x2e\xc7\x2f\x3e\x16\xc7\xd9\xed\x16\xfb\x0d\x8a\x96\xcf\x6b\xa7\
 36.2636 +\x6c\x14\x94\xb1\x88\xe2\x8d\xbd\x00\xef\xef\x27\x99\x3d\x49\x2b\
 36.2637 +\xb2\xd9\xbc\x11\xe5\xc6\x6a\x86\x90\x06\x80\x8b\x5f\xfa\x5a\x4d\
 36.2638 +\xa2\xda\x38\xe9\xa9\xfe\x05\x1b\xc1\x7b\xb8\x83\x7d\xd1\xd4\x71\
 36.2639 +\x3c\x39\x6b\xc9\x4f\x00\x00\xc0\x44\x45\x60\x2a\xb1\x17\xc2\x01\
 36.2640 +\x04\x11\x90\x57\xd4\x44\x58\x07\x69\x9a\x34\xe9\xdb\xa7\xaa\x74\
 36.2641 +\x11\x1f\x53\x2a\x9d\xc0\x34\x70\x81\xe7\x8e\xe7\xa0\xf3\x1f\x18\
 36.2642 +\xe8\xb1\xb5\x4e\xeb\xda\x43\x96\xdd\xdd\x2d\x94\x57\x9b\x3d\x45\
 36.2643 +\xb2\xe1\x08\x96\x9e\x76\x6e\x3d\xbf\xe6\x3b\x88\xe6\x0a\xd7\x4b\
 36.2644 +\xd6\xcb\x35\x95\x1d\xde\xa2\x96\x82\xd3\x35\x7d\x3b\x1f\xeb\x55\
 36.2645 +\x31\xb9\x80\x48\xde\x87\x05\xc0\x83\xde\x3b\xd5\x71\x8d\xec\xfb\
 36.2646 +\xe9\xe7\xf8\xd4\xad\x25\xae\xe0\x06\x87\xcb\x87\x2f\xa7\x25\x67\
 36.2647 +\xec\xce\xd0\x47\x34\x5f\x06\xa9\xe1\xaf\x6f\x12\x6d\x71\xd4\xf1\
 36.2648 +\xe7\xf5\xe6\xb1\x85\x78\x7c\x59\x27\x8b\x7b\xd4\x8d\x2d\x58\x3b\
 36.2649 +\xf1\xe7\x8b\x4e\x47\xa1\x64\x29\xf6\x5f\xb4\x07\x82\x06\x96\xab\
 36.2650 +\x70\x3d\x3c\x24\x7f\xea\x54\x61\xb1\x9d\xa4\x1b\xbc\x2e\xa6\xd3\
 36.2651 +\x35\x11\xc7\x23\x84\x6f\x32\xcb\x18\x6b\x01\x3e\xd8\x9d\xee\x43\
 36.2652 +\x99\x5f\x14\xf4\x73\xb9\xbb\xae\x8c\xdf\xa1\x5d\xb4\x78\xb5\x09\
 36.2653 +\x6f\x6a\x76\x7f\xe8\x7b\xa9\xbd\x9d\xe8\xba\xbd\x77\xab\x1b\x44\
 36.2654 +\x37\xe3\xb7\x41\x89\x2b\x67\x1e\xf5\x9f\x80\x0f\xe1\x3b\x88\x1f\
 36.2655 +\x19\xe8\xb6\xee\x96\x9a\x1a\x3a\x28\x69\x29\xa3\x11\xc3\x0b\x1b\
 36.2656 +\x1c\x6c\x1c\x9a\xd0\x30\x07\xc8\x15\x07\x44\x69\x0b\x7e\x89\xd2\
 36.2657 +\x30\x59\xa8\xb0\xf9\x07\x97\x51\x50\x46\x1d\x3c\x87\x9b\x8f\xd0\
 36.2658 +\x07\x40\x02\xb8\xd7\x6f\x85\xe1\xe2\x92\x3c\xfb\xc7\x5f\x65\x4f\
 36.2659 +\x6d\x36\x3a\x71\x4a\x9e\xc7\xe5\xb7\x26\xfb\xf9\xfe\xc1\x11\x11\
 36.2660 +\x6c\xd7\x36\x88\x88\x88\x88\x8b\xc4\xae\x2c\x81\xef\x6f\x30\xd2\
 36.2661 +\x47\xc8\x88\xbd\xe0\x77\x26\x07\x70\x5c\xce\x1d\xbb\x36\xe9\x0d\
 36.2662 +\x7b\xdc\x69\xf4\x9c\xd0\xc3\x2f\x94\xc3\x6c\x90\x02\x37\xb0\x01\
 36.2663 +\x70\x97\x86\x79\x65\x6f\xce\xc8\xb6\x99\x69\xda\xe6\xc8\xad\x3a\
 36.2664 +\xda\xd2\xd1\x17\x8d\x33\x72\xaa\x97\x7b\x78\xd2\xd4\x37\x84\x91\
 36.2665 +\x13\xe6\x3c\x8f\x50\x5a\x7a\xa2\x5d\x5f\x18\x1d\xc8\x8b\x59\x3b\
 36.2666 +\x5d\xed\xdb\x5d\xec\x51\xba\x3c\xe8\xaf\x52\x7f\x95\x9d\x56\x2a\
 36.2667 +\x7d\x50\xa5\x74\xff\x00\x72\x11\x6e\xee\xe1\xed\xc7\xdd\x1d\x9e\
 36.2668 +\x7d\x11\x16\xcd\xa2\xc7\x9b\x0b\xd6\x77\x9d\xa1\x76\x79\xd2\xda\
 36.2669 +\xd3\x50\x78\xb7\xaa\x77\x3a\x53\x35\x47\x8a\xc6\x63\x8f\x7b\xc2\
 36.2670 +\x39\xbe\x4b\x49\x38\xe0\xd1\xd5\x69\xfe\xd4\x3b\x67\x6d\x83\x48\
 36.2671 +\x6d\xc3\x55\xe9\x1b\x35\x0e\x99\x92\x8a\xd7\x75\x9e\x8a\x9b\xc3\
 36.2672 +\x50\x48\xf9\x5c\xc6\x3b\x0d\xde\x22\x51\x97\x7a\x02\x22\xe8\x1a\
 36.2673 +\x2e\x6c\xff\x00\x1d\xfe\xd0\x7f\xee\xe5\x83\xfc\x1a\xa7\xf7\x89\
 36.2674 +\xfc\x77\xfb\x41\xff\x00\xbb\x96\x0f\xf0\x6a\x9f\xde\x22\xc5\xd7\
 36.2675 +\x49\x93\x03\xb9\x60\x9b\x1e\xd2\x76\xa1\x2f\x61\xdb\x86\xd3\xb5\
 36.2676 +\x0d\x9a\x9a\x8b\x58\x32\xd5\x57\x70\xa7\xa2\x14\x52\x35\x9e\x49\
 36.2677 +\x71\x83\x7a\x12\xe2\xef\x29\xa1\xa7\x19\xc9\xcf\x45\xa9\xa7\xb6\
 36.2678 +\x87\x69\x4c\x9f\xe4\x1b\x47\xff\x00\x5e\xa8\xfd\xe2\x2c\xdd\x74\
 36.2679 +\xa3\x03\xb8\x22\xe6\x65\x4f\x6e\x4e\xd0\x34\x73\x78\x2a\xca\x4d\
 36.2680 +\x35\x4d\x26\x37\xb7\x27\xb3\x4b\x1b\xb1\xdf\x87\x4a\x0e\x14\xcb\
 36.2681 +\x3b\x69\xf6\x91\x92\x36\xc9\x1d\x92\xcc\xf6\x38\x65\xae\x6e\x9f\
 36.2682 +\xa8\x20\x8e\xf0\x44\x9c\x42\x2c\x5d\x74\xa9\x16\x9b\xf6\x6c\xed\
 36.2683 +\x01\xb7\xad\xaa\xed\xae\x2b\x26\xab\xb0\x50\xc5\xa7\x21\xa4\x9a\
 36.2684 +\x7a\xda\xa8\x6d\x12\xd2\x98\xdc\x1b\x88\x87\x84\x7b\xc8\xc9\x71\
 36.2685 +\x1c\x30\x49\x00\xf7\x2d\xc8\x45\x94\x44\x44\x44\x44\x44\x44\x50\
 36.2686 +\xea\x3e\xf4\x97\xe0\x1f\xa1\x44\x50\xea\x3e\xf4\x97\xe0\x1f\xa1\
 36.2687 +\x11\x72\x43\xb3\xfe\x8a\xa5\xda\x4e\xda\x6e\x9a\x02\xad\xed\x89\
 36.2688 +\xb7\xab\x3d\xc6\x9e\x39\x9d\xfd\x04\xcd\x02\x58\xa4\xfe\xcb\xe3\
 36.2689 +\x69\xf4\x64\x75\x59\x2b\xb2\x7e\xd2\xee\xbb\x14\xed\x0f\x70\xd9\
 36.2690 +\x66\xb7\xde\xa0\xa0\xba\xd6\x7a\x9d\x55\x0c\xce\xc3\x68\xee\x0c\
 36.2691 +\x3b\x91\xc9\x9f\xc1\x7f\xb4\x27\x91\x06\x33\xc8\x2a\x07\x63\x0f\
 36.2692 +\x76\xad\xab\xf3\x5b\x87\xd5\x15\x97\xbb\x78\x6c\x63\x74\xd3\x6d\
 36.2693 +\x9e\xc1\x4a\x41\x1b\x94\x57\xc6\xc4\x30\x47\xbd\x86\xa3\x87\x77\
 36.2694 +\x08\xdc\x7f\xf2\xfb\x8a\x2c\x2d\xea\x5a\x31\xf6\x45\xbd\xa6\xce\
 36.2695 +\x3e\x1d\xc3\xe8\xa7\x59\xbb\xb2\x86\xd9\xc6\xd6\xf6\x27\x04\x57\
 36.2696 +\x6a\xa1\x26\xa6\xb1\xee\xd0\xdc\xc3\x8f\x95\x30\xc7\xad\x54\x7f\
 36.2697 +\x6d\xa3\x8f\xe5\x35\xeb\x08\xfd\x91\x6f\x69\xb3\x8f\x87\x70\xfa\
 36.2698 +\x29\xd1\x16\xc1\xf6\x52\xf7\x1b\x68\x2f\xcc\x1d\xf5\xd2\x2d\x03\
 36.2699 +\xd5\x9f\xf6\x8d\x57\xfe\x9e\xb3\xf5\xb6\x2d\xfc\xec\xa5\xee\x36\
 36.2700 +\xd0\x5f\x98\x3b\xeb\xa4\x5c\xed\xda\x9d\xec\x69\xae\xdc\x7a\xa3\
 36.2701 +\x51\xba\x98\xd4\x8b\x66\xaf\x7d\x69\x80\x3b\x70\xc9\xe0\xe7\x0f\
 36.2702 +\xdd\xce\x0e\x33\xbb\x8c\xa2\x2e\xba\x86\x8e\xe0\x9b\xa3\xb9\x68\
 36.2703 +\xf7\xdb\x17\xa0\xfc\x52\xd5\x7f\x8d\x33\xf7\x49\xf6\xc5\xed\xfd\
 36.2704 +\x76\x4d\x54\x3f\xf7\xa6\x7e\xe9\x12\xeb\x78\x91\x5a\xbb\x35\xd6\
 36.2705 +\x4f\xda\x16\xc9\xac\x1a\xd9\xf6\x89\x6d\x3e\xab\xd1\xb2\xb0\x51\
 36.2706 +\x4b\x27\x84\x74\x4d\x77\x21\xbd\x81\x9c\x8c\x1c\xe0\x73\x57\x52\
 36.2707 +\x2c\xae\x65\xf6\xf8\xf7\x4f\xc3\xfa\x3f\x4f\xf5\x93\x2e\x83\xec\
 36.2708 +\xb3\xf9\x8b\xd1\x7f\xd4\x54\x3f\xab\xb1\x73\xe3\xb7\xbf\xba\x7e\
 36.2709 +\x1f\xd1\xfa\x7f\xac\x99\x74\x1f\x65\x9f\xcc\x5e\x8b\xfe\xa1\xa1\
 36.2710 +\xfd\x5d\x88\xb0\xae\xdc\x22\x22\x2c\xa2\x22\x22\x22\x22\x22\x22\
 36.2711 +\x87\x51\xf7\xa4\xbf\x00\xfd\x0a\x22\x87\x51\xf7\xa4\xbf\x00\xfd\
 36.2712 +\x08\x8b\x97\x7d\x8c\x3d\xda\xb6\xaf\xcd\x6e\x1f\x54\x57\x4d\xb5\
 36.2713 +\x05\x8a\xd5\xa9\xf4\xb5\xc3\x4e\xde\xe9\x19\x57\x6e\xb8\x53\xbe\
 36.2714 +\x96\xa6\x07\x8e\x0f\x8d\xe0\x82\x3e\x43\xcf\xa1\x5c\xc9\xec\x61\
 36.2715 +\xee\xd5\xb5\x7e\x6b\x70\xfa\xa2\xba\x90\x8b\x01\x72\xd7\x4e\xdc\
 36.2716 +\x6f\xfd\x90\x3b\x65\xcd\x43\x74\x7c\xf3\x59\xe3\x90\x53\xd5\xb8\
 36.2717 +\x0f\xbf\xad\x92\x9c\xb2\x60\x3a\xbd\xb8\x0e\xf8\x4c\x7b\x7a\xac\
 36.2718 +\xb9\xf6\x42\x6b\x29\x6e\x36\x9d\x98\x5c\x28\x6a\x23\xa8\xa5\xa9\
 36.2719 +\x6d\x74\xd0\xcd\x19\xcb\x64\x63\x9b\x4c\x5a\xe0\x7a\x82\x08\x2b\
 36.2720 +\x29\xf6\xd0\xd8\xb9\xda\x1e\xc8\xbf\x86\x56\x3a\x4f\x09\xa8\xb4\
 36.2721 +\xd3\x1f\x38\x6c\x6d\xcb\xea\x69\x39\xcb\x17\x9c\xb7\x1e\x11\xbf\
 36.2722 +\x05\xc0\x7b\x65\xa1\x5a\x83\x68\x15\x3a\xab\xb3\xee\x91\xd2\x37\
 36.2723 +\x3a\x93\x35\x56\x96\xb8\xd4\xc5\x46\xe7\x1c\x97\x51\x54\x46\xc7\
 36.2724 +\x35\xb9\xee\x63\xe2\x73\x47\x99\xcd\x1d\x11\x17\x4b\x3b\x29\x7b\
 36.2725 +\x8d\xb4\x17\xe6\x0e\xfa\xe9\x17\x3f\x35\xbd\x1d\x2d\xc3\xec\x85\
 36.2726 +\x5d\xe8\x2b\xa9\xe2\xa9\xa5\xa8\xd7\x22\x19\xa0\x95\xbb\xcc\x91\
 36.2727 +\x8e\xaa\x68\x73\x5c\x3a\x82\x09\x04\x2e\x81\xf6\x52\xf7\x1b\x68\
 36.2728 +\x2f\xcc\x1d\xf5\xd2\x2e\x7d\x6b\xcb\x85\x15\xab\xec\x82\x5e\x6e\
 36.2729 +\x97\x2a\x96\x53\x51\xd2\x6b\x71\x51\x3c\xf2\x67\x76\x38\xd9\x54\
 36.2730 +\xd7\x39\xc7\x1d\x00\x04\xa2\x2e\x92\x7f\xb0\x4d\x8a\xfe\x2a\xf4\
 36.2731 +\x8f\xf8\x64\x5f\xb1\x7a\x8f\x60\xfb\x17\x8e\x56\xc8\xcd\x95\xe9\
 36.2732 +\x10\xe6\x9c\x8c\xda\xe2\x3f\xf2\xaa\x10\xed\x4d\xd9\xf7\xf1\xa9\
 36.2733 +\x60\xfe\xfb\xff\x00\xd2\xbe\xff\x00\x1a\x6e\xcf\xbf\x8d\x4b\x07\
 36.2734 +\xf7\xdf\xfe\x94\x59\x59\x72\x28\xa2\x82\x06\x41\x0c\x6c\x8e\x36\
 36.2735 +\x34\x35\x8c\x60\x00\x34\x0e\x00\x00\x39\x05\xed\x5b\xfa\x37\x5c\
 36.2736 +\x69\x3d\xa0\xe9\xc3\x7f\xd1\x97\xca\x5b\xcd\xb4\x4c\xe8\x3c\x66\
 36.2737 +\x98\x92\xdd\xf6\xe3\x79\xbc\x40\xe2\x32\x3e\x55\x70\x22\x2e\x65\
 36.2738 +\xf6\xf7\xf7\x4f\xc3\xfa\x3f\x4f\xf5\x93\x2e\x83\xec\xb3\xf9\x8b\
 36.2739 +\xd1\x7f\xd4\x34\x3f\xab\xb1\x73\xe3\xb7\xbf\xba\x7e\x1f\xd1\xfa\
 36.2740 +\x7f\xac\x99\x74\x1f\x65\x9f\xcc\x5e\x8b\xfe\xa1\xa1\xfd\x5d\x88\
 36.2741 +\xb0\xae\xd4\x44\x45\x94\x44\x44\x44\x44\x44\x44\x5e\x64\x67\x84\
 36.2742 +\x89\xcc\x27\x1b\xc0\x8c\xaf\x48\x88\xb5\xab\x64\x3d\x8f\xac\x9b\
 36.2743 +\x23\xdb\x0d\x2e\xbe\xa2\xd6\xf7\x3b\xa4\xf4\xf1\xcf\x18\xa4\x9e\
 36.2744 +\x92\x38\xd8\xef\x0a\xd2\xd2\x77\x9a\x73\xc3\x2b\x65\x51\x11\x17\
 36.2745 +\xc7\x34\x39\xa5\xae\x00\x83\xc0\x82\xb5\x13\x54\xf6\x02\xd0\x97\
 36.2746 +\xbd\x63\x70\xbc\x59\xb5\x8d\xde\xc7\x47\x57\x3b\xa7\x6d\xba\x2a\
 36.2747 +\x68\xa6\x8e\x9c\xb8\xe4\xb5\x8e\x38\x3b\x99\x27\x00\xe7\x03\x86\
 36.2748 +\x56\xde\x22\x22\xb4\x76\x61\xa1\x29\xf6\x67\xb2\x3b\x1e\x84\xa4\
 36.2749 +\xb8\xcd\x70\x86\xd5\x01\x81\x95\x53\x30\x31\xf2\x02\xf7\x3b\x24\
 36.2750 +\x0e\x03\xdb\x2c\x1d\xb4\xbe\xc4\x9a\x0f\x68\x7b\x4c\xba\x6b\x48\
 36.2751 +\xf5\x3d\xf2\xcb\x53\x74\x94\xd4\xd5\x53\x53\xb6\x29\x62\x33\x1f\
 36.2752 +\x6c\xf6\xef\x8c\xb7\x38\xc9\x19\x23\x39\xc6\x16\xcf\xa2\x22\xd3\
 36.2753 +\x4f\xb5\xe3\xa3\x3f\x18\xfa\x93\xfe\x1a\x9f\xf6\x27\xda\xf1\xd1\
 36.2754 +\x9f\x8c\x7d\x49\xff\x00\x0d\x4f\xfb\x16\xe5\xa2\x25\x96\x3a\xd8\
 36.2755 +\xae\xc8\xed\xdb\x15\xd9\x9b\xb4\x6d\xae\xf1\x59\x75\x80\xd6\x4b\
 36.2756 +\x59\xe3\x15\x6c\x63\x1f\x99\x37\x72\xdc\x37\x86\x06\xea\xc8\xa8\
 36.2757 +\x88\x8b\x04\x6d\xcf\xb2\xce\x8d\xdb\x8e\xa4\xa2\xd4\x57\x2b\xcd\
 36.2758 +\xd6\xcd\x75\xa7\xa6\xf1\x37\x4f\x42\x23\x7b\x66\x88\x12\xe6\x87\
 36.2759 +\x31\xe0\xf1\x05\xce\xc1\x04\x73\xc1\xcf\x05\x98\xf4\xd5\x96\x2d\
 36.2760 +\x37\xa3\x2d\x1a\x76\x09\xdf\x3c\x56\xda\x28\x68\x99\x2c\x80\x07\
 36.2761 +\x3c\x46\xc0\xc0\xe2\x07\x0c\x9d\xdc\xaa\xa2\x22\x22\x22\x22\x22\
 36.2762 +\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x2b\x1e\xd1\x44\xcb\
 36.2763 +\x26\xb3\x8e\x9e\xef\x42\xd9\xab\x6b\x65\x9d\xf4\x97\x86\x4a\x5c\
 36.2764 +\x66\x1c\x5c\x63\x91\xa4\xf9\x24\x37\x80\xe6\xdc\x37\x86\x0a\x83\
 36.2765 +\xa3\xad\xcf\x92\xb9\xf7\x29\x2c\x74\xef\xc5\x75\x5e\x2e\x2e\xaa\
 36.2766 +\x71\x93\x84\xd2\x34\x79\x18\xfe\xcf\x3e\x4a\xea\xa2\xd3\x96\x4b\
 36.2767 +\x75\xc4\xd7\x51\xdb\xa2\x8a\xa0\x87\x00\xf1\x93\xba\x1c\x72\x43\
 36.2768 +\x72\x7c\x9c\xf5\xc6\x17\x8a\x6d\x2f\x61\xa4\xba\x7a\xa3\x4d\x6e\
 36.2769 +\x8a\x2a\x9f\x08\xe9\x77\xda\x5c\x3c\xa7\x67\x27\x19\xc7\x1c\x9f\
 36.2770 +\x95\x73\xf0\xe1\x52\xc6\xe6\x1b\x36\xcd\x24\xdb\x2d\x0e\xef\x12\
 36.2771 +\xdc\xce\x47\x3b\x03\xa7\x6b\x52\x77\x32\x62\x31\xb9\xaf\x17\x37\
 36.2772 +\x20\x0b\xf4\xbf\x0d\xec\x86\x63\x2c\xc6\xb9\x70\x56\x05\xb1\xae\
 36.2773 +\xfe\x14\xd1\x16\xd2\x1a\x19\x65\xbd\xd5\x1f\x55\x5d\x3f\x09\xda\
 36.2774 +\xc9\x5f\x9a\x72\xd1\xd5\xc3\x80\x0e\xe1\x86\x92\x38\x80\x15\x56\
 36.2775 +\xbe\xb6\xaa\xc9\x36\xa1\xd3\xd4\xd2\x38\x55\xdc\x26\x64\xb6\xcd\
 36.2776 +\xe7\x1c\x83\x52\x77\x1f\x8f\x33\x1e\x1e\xff\x00\x30\x21\x5e\x32\
 36.2777 +\x58\xed\x33\x5b\x64\xb7\xc9\x41\x0b\xa9\xa4\x94\xce\xe8\xc8\xe0\
 36.2778 +\x64\x2e\xdf\xde\xf3\x1d\xee\x39\xef\x51\x66\xb6\x5b\xea\x2e\x94\
 36.2779 +\xb7\x19\xe8\xe2\x92\xae\x94\x38\x41\x33\x9b\x97\x46\x1c\x30\xec\
 36.2780 +\x1f\x3a\xf4\x87\x0b\x92\x26\x6e\xb5\xc2\xfc\xfa\x8b\x1d\x07\x98\
 36.2781 +\x3a\x93\x6b\xe9\x75\xf7\x26\x29\x14\x8f\xde\x73\x4d\xb9\x74\x37\
 36.2782 +\x6e\xa7\xc8\x8d\x00\xbd\xb5\xb2\xb4\xdd\x1c\xb6\x7d\x65\x35\x2d\
 36.2783 +\xb5\xaf\x94\xd1\xe9\xb0\x20\x89\xc4\xbb\x7d\xcc\x91\xc1\xb9\xef\
 36.2784 +\x27\x01\x44\xd2\x9a\x7e\xc1\x5d\xa7\x6d\x5a\x86\x56\x0a\xfb\x84\
 36.2785 +\xd1\x47\x54\xfb\x8c\x92\x39\xd2\x3a\x52\x01\x77\x95\x9e\x00\x1c\
 36.2786 +\x8d\xd1\xc0\x63\x18\x57\x5f\x88\xd2\x7a\xa6\x6e\x3e\x01\x9e\x34\
 36.2787 +\x62\xf0\x1e\x17\x1e\x56\xe6\x77\xb7\x7d\x19\xe2\xa9\xad\xd2\x3a\
 36.2788 +\x6d\x97\x6f\x54\xa3\xb4\x53\xb2\xa3\xc2\xf8\x6d\xe6\x65\xad\xdf\
 36.2789 +\xe7\xbd\xba\x0e\xee\xf6\x78\xe7\x0a\x63\x69\x0b\x5d\x7b\x02\x33\
 36.2790 +\xc8\xf0\xd3\x4c\x8e\x7f\x77\x5e\x3f\x3e\xd7\x30\xb6\xe5\xa6\xc3\
 36.2791 +\x31\xc6\xd7\xb8\x39\x8c\x8d\xff\x00\xa5\x67\xdb\x6d\x2f\xaf\xda\
 36.2792 +\x35\xf2\xb6\x4d\x37\x49\x70\x6c\x17\x76\x81\x5d\x35\x63\x98\xf8\
 36.2793 +\x00\x86\x13\x86\xb3\x74\x83\x8c\xe7\x98\xc9\x25\x4a\x5e\xad\xd0\
 36.2794 +\x58\x36\xa4\xdd\x43\xa9\xec\xec\xbb\xd0\x5c\x6e\x54\xd1\x50\x5d\
 36.2795 +\xe3\x9d\xde\x1a\xd7\x29\xdd\x8e\x38\x4c\x79\x1e\xb6\x64\x1e\xd9\
 36.2796 +\x9d\x5e\x77\x81\x1c\x55\xf3\x36\x8e\xd3\x55\x17\xb7\x5d\xe5\xb4\
 36.2797 +\xc2\x6b\x5d\x2b\x66\x74\xc1\xce\x05\xcf\x6e\x30\xe3\x83\x82\x7c\
 36.2798 +\x91\xf2\x2f\x0e\xd1\x5a\x59\xfa\x98\x6a\x07\xd9\x69\xdf\x71\x6c\
 36.2799 +\xbe\x1d\xb3\x3b\x24\x09\x31\x8f\x08\x1a\x4e\xe8\x7e\x3d\xf6\x33\
 36.2800 +\xe7\x5f\x6c\xa7\x73\x45\xb2\xd6\xff\x00\x79\x7d\xf3\x52\x9b\x8a\
 36.2801 +\xc5\xbf\x72\x5d\x6d\xcd\xd2\x33\xe4\x34\x3b\xf9\x66\x35\x02\xdc\
 36.2802 +\xda\x55\x7d\x11\x14\xd5\xcf\xa2\x22\x22\x22\x22\x22\x22\x22\x22\
 36.2803 +\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\
 36.2804 +\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x2f\xff\xd9\
 36.2805 +\x00\x00\x17\x8a\
 36.2806 +\xff\
 36.2807 +\xd8\xff\xe0\x00\x10\x4a\x46\x49\x46\x00\x01\x01\x01\x00\x48\x00\
 36.2808 +\x48\x00\x00\xff\xdb\x00\x43\x00\x01\x01\x01\x01\x01\x01\x01\x01\
 36.2809 +\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\
 36.2810 +\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\
 36.2811 +\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\
 36.2812 +\x01\x01\x01\x01\x01\x01\x01\x01\xff\xdb\x00\x43\x01\x01\x01\x01\
 36.2813 +\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\
 36.2814 +\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\
 36.2815 +\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\
 36.2816 +\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\xff\xc0\x00\
 36.2817 +\x11\x08\x00\x47\x00\xbe\x03\x01\x11\x00\x02\x11\x01\x03\x11\x01\
 36.2818 +\xff\xc4\x00\x1c\x00\x01\x00\x03\x01\x01\x01\x01\x01\x00\x00\x00\
 36.2819 +\x00\x00\x00\x00\x00\x00\x08\x09\x0a\x07\x06\x03\x04\x05\xff\xc4\
 36.2820 +\x00\x4d\x10\x00\x01\x03\x03\x03\x02\x03\x03\x04\x0b\x0a\x0f\x00\
 36.2821 +\x00\x00\x00\x03\x02\x04\x05\x00\x06\x07\x01\x08\x12\x09\x13\x11\
 36.2822 +\x14\x22\x0a\x15\x23\x21\x32\x38\xb6\x17\x19\x1a\x37\x39\x41\x42\
 36.2823 +\x75\x76\x78\xb5\x25\x31\x55\x57\x62\x77\x95\x97\xb7\xd3\x16\x24\
 36.2824 +\x33\x51\x52\x56\x71\x83\x87\x91\x96\xb4\xd4\xd5\xd7\xff\xc4\x00\
 36.2825 +\x1c\x01\x01\x00\x01\x05\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\
 36.2826 +\x00\x00\x00\x07\x02\x03\x04\x06\x08\x05\x01\xff\xc4\x00\x57\x11\
 36.2827 +\x00\x01\x03\x03\x01\x03\x05\x07\x0c\x0b\x0d\x09\x00\x00\x00\x00\
 36.2828 +\x02\x00\x03\x04\x01\x05\x12\x06\x07\x13\x22\x11\x14\x32\x42\x52\
 36.2829 +\x15\x21\x23\x31\x61\x62\x72\x17\x24\x33\x36\x43\x51\x63\x71\x73\
 36.2830 +\x74\xb4\xc1\x16\x34\x41\x81\x82\x92\x93\x94\xa2\xb1\xd1\x25\x35\
 36.2831 +\x37\x53\x55\x56\x75\x91\xb2\xb3\xb5\xc2\xe1\x54\x64\x83\x84\x85\
 36.2832 +\xa1\xd2\xd3\xf0\xff\xda\x00\x0c\x03\x01\x00\x02\x11\x03\x11\x00\
 36.2833 +\x3f\x00\xdf\xc5\x11\x28\x89\x44\x4a\x22\x51\x12\x88\x94\x44\xa2\
 36.2834 +\x25\x11\x28\x89\x44\x4a\x22\x51\x12\x88\x94\x44\xa2\x25\x11\x28\
 36.2835 +\x89\x44\x4a\x22\x51\x12\x88\x94\x44\xa2\x25\x11\x28\x89\x44\x4a\
 36.2836 +\x22\x51\x12\x88\x94\x44\xa2\x25\x11\x28\x89\x44\x4a\x22\x51\x12\
 36.2837 +\x88\x94\x44\xa2\x25\x11\x28\x89\x44\x4a\x22\x51\x12\x88\x94\x44\
 36.2838 +\xa2\x25\x11\x28\x89\x44\x4a\x22\xaa\x9e\xa8\x7d\x54\x6c\x0e\x97\
 36.2839 +\xd0\x38\x7e\x7a\xfc\xc5\x77\x7e\x50\x0e\x5f\x96\xbc\xa2\x63\x01\
 36.2840 +\x69\x4c\xc2\x43\x92\x18\x96\x73\x3b\x79\xdb\x93\x3d\x54\xca\x54\
 36.2841 +\x93\x25\xe2\x6e\x20\x8d\xba\x5b\xfa\x93\xab\x72\x77\x3e\x72\x6a\
 36.2842 +\xe3\x61\x9d\x55\xa7\x1d\xa0\x2e\xb3\xd3\x8b\x7f\x16\x8f\x51\xcd\
 36.2843 +\xbe\x3d\xdc\x15\x95\x60\xdc\x78\xe2\x1d\x9e\x43\xb9\x31\xe6\xb6\
 36.2844 +\xf5\xd1\x25\x17\x2b\x26\x47\x96\xd4\x65\xbb\x26\x69\x14\xb9\x89\
 36.2845 +\x4a\x5a\xf9\x57\x03\xb8\x84\x31\x07\x8f\x71\x2a\x01\x14\xaf\x9c\
 36.2846 +\x9a\xa4\x87\x0a\xf2\x2f\xad\x39\x47\x07\x25\x3f\x6a\x95\x71\x55\
 36.2847 +\xff\x00\x53\xce\xa7\x96\x27\x4c\x4b\x17\x17\xdf\x77\xd6\x2f\xbb\
 36.2848 +\x32\x7b\x4c\x9d\x76\x4c\x5a\x4c\x18\xda\x53\x10\xd0\xee\x22\xdc\
 36.2849 +\x44\x43\xa6\x60\x8e\x9d\x12\x61\x2a\x19\x82\x61\xfc\x11\x8c\x5e\
 36.2850 +\xb4\x93\xe5\x57\xc9\x55\x80\x54\xfc\x4a\xd3\xae\xd1\xba\x7b\xfc\
 36.2851 +\xab\xd6\xf4\xcf\xea\x1d\x66\xf5\x2d\xc1\x37\x66\x75\xb1\xf1\xdd\
 36.2852 +\xcd\x8d\x22\x6d\x3c\xb5\x3b\x89\x9c\x41\x5d\x72\x91\x52\xd2\x2e\
 36.2853 +\xe4\x60\xec\xfb\x0e\xf0\x2c\xb0\x5c\xc4\xe8\x96\xe9\x66\x66\xf7\
 36.2854 +\xe3\x36\x69\x09\x3f\xc6\x12\xe2\x3d\xc2\x95\xe9\x20\xeb\xe1\x8e\
 36.2855 +\x35\xe4\x5f\x5b\x73\x78\x3c\xaa\xc4\xea\x95\x71\x28\x89\x44\x4a\
 36.2856 +\x22\x51\x12\x88\x94\x45\xe3\xaf\xab\xc6\x1b\x1e\x59\x97\x55\xf3\
 36.2857 +\x70\x91\x61\x85\xb4\x20\x25\x2e\x09\x25\xa3\x8f\x77\x56\xd1\x4c\
 36.2858 +\xca\xec\x82\x6e\x95\xa9\x29\x23\xa7\x1c\x3b\x2d\x85\xcb\xe2\xb8\
 36.2859 +\x20\x46\x9f\x52\xab\x2e\xd9\x6f\x7e\xed\x71\x87\x6d\x8a\x39\x48\
 36.2860 +\x9d\x29\x98\xac\xf6\x72\x78\xa8\x39\x57\xcc\x6f\xc6\x65\xf7\x39\
 36.2861 +\x2a\xb0\xe6\xcc\x6a\xdf\x0e\x44\xc9\x1c\x2c\xc5\x8e\xec\x87\x3e\
 36.2862 +\x26\x47\x2c\x69\xe7\x17\x55\x55\x9b\x0e\xaf\x78\xb8\xef\x99\x81\
 36.2863 +\xee\x29\xbd\xe3\xd9\x9d\xd0\x44\xed\xf7\xbd\x61\x5d\xf9\x36\xa4\
 36.2864 +\x32\x50\xe1\xdf\x96\x12\x52\x47\x1e\x5c\x6a\x51\xbc\xb8\xf5\xd0\
 36.2865 +\x86\xe1\xc4\x7e\xa5\x54\xd8\xee\xc1\x2f\x40\x06\x41\x7c\xb7\x38\
 36.2866 +\x62\xd9\x18\xb3\xb9\x90\x3b\xc2\xc7\x84\x72\x2e\x11\xc8\xb8\x78\
 36.2867 +\xbb\xc2\xa3\x3a\x6d\x5e\xda\x46\x34\x2b\x5c\xc0\x12\xc7\x96\xbb\
 36.2868 +\xe6\x6b\x88\xf5\x8b\x1e\xb7\xc4\xad\xc5\xb3\x96\xcf\x9b\x01\xe3\
 36.2869 +\x37\x02\x72\xd9\xd0\x44\xe5\xab\x80\x11\x24\x01\xc0\x64\x24\xa2\
 36.2870 +\x30\x88\x9e\x43\x20\xc8\x25\x25\x43\x22\x79\x68\xa4\x6b\xc9\x35\
 36.2871 +\x04\x18\x13\x66\x4d\xb8\x35\x6d\xc6\xc8\x85\xc0\x2e\xf1\x01\x0f\
 36.2872 +\x78\xa8\x5e\x3e\x2a\x29\x54\x2b\x42\x11\x21\x21\x21\x21\xc8\x48\
 36.2873 +\x7a\x24\x25\xd1\x2f\xb9\xef\x2f\xd9\x45\x5a\x51\x12\x88\x94\x44\
 36.2874 +\xa2\x25\x11\x28\x89\x44\x4a\x22\xc7\xa7\xb5\xc7\xf7\xba\xd9\x07\
 36.2875 +\xe9\xae\x72\xfd\x85\x8c\xeb\x26\x3f\x5f\xe2\xfa\x89\x61\xcb\xf7\
 36.2876 +\x3f\xc2\xff\x00\x2a\x9a\x5e\xcb\x9f\xe0\xd5\x9d\xfd\x66\xf2\x97\
 36.2877 +\xd5\x3c\x65\x5f\x24\xfb\x27\xe0\xd3\xeb\x55\xc6\xe8\x57\xe3\x5a\
 36.2878 +\x39\xac\x75\x92\xb2\x53\xed\x69\xfd\x1e\x76\x8f\xfc\xf4\x5e\xff\
 36.2879 +\x00\x51\x85\x59\x11\xfa\x45\xe8\xd7\xf5\x55\x62\xca\xe8\x8f\xa5\
 36.2880 +\xf5\x2e\xd1\xec\xa4\xfe\x0e\xfc\xc7\xfa\xe7\x64\x2f\xec\x3f\x6e\
 36.2881 +\xb5\xf2\x47\xb2\x7d\xef\xae\xa9\x13\xa0\x7f\x29\x5f\xec\x02\xba\
 36.2882 +\x4d\xc4\xef\x7f\x09\x6d\xbe\x4c\x76\xd5\xd2\xea\x66\xe5\xbc\x96\
 36.2883 +\x20\x39\x3d\xa5\x67\x36\x64\xfe\x4a\x2d\xab\x81\x24\xcc\xdc\x4e\
 36.2884 +\xb8\x90\x90\x8d\x8f\x8b\x4b\xa1\x28\x66\x6e\xdd\x6e\xcb\x26\x66\
 36.2885 +\xc4\x0b\xc1\xc7\xf9\x33\x0d\xc6\xbb\xb6\x93\xd9\xb6\xa2\xd5\xcc\
 36.2886 +\x94\xb8\x63\x1e\x1d\xbe\x99\x08\xce\xb8\x38\xe3\x6d\x3c\x42\x5b\
 36.2887 +\xb2\x18\xf4\x6d\xa7\x9e\x7b\x90\xf8\x4d\xcc\x45\x91\x21\x21\xde\
 36.2888 +\xe4\xd9\x0a\xd6\xef\xfa\xd2\xcd\xa7\xcf\x9b\xc8\x27\x1f\x97\x8f\
 36.2889 +\x2d\x62\xc5\xe4\x70\x9a\xa5\x7b\xe2\x6f\x72\x90\x8b\x3e\x41\xcb\
 36.2890 +\x79\x8f\x23\x95\x1c\x0b\x25\x11\x3e\xdc\x1e\x37\xfe\x27\x6f\x7f\
 36.2891 +\xe9\xe8\x1f\xee\xea\x40\xf5\x03\xbb\x7f\x38\x6d\x9f\x9b\xc9\xfd\
 36.2892 +\xab\x51\xf5\x5a\x81\xfc\x93\x33\xf2\xac\xae\xd7\xb7\xae\xa2\x96\
 36.2893 +\x66\xe1\x72\x8c\x26\x2d\x85\xc7\x37\x35\xbc\xfe\x69\xac\xc3\xc1\
 36.2894 +\xca\x49\xca\x45\xba\x66\x14\xc3\x45\xba\x93\x2a\x08\x26\xda\x77\
 36.2895 +\x94\xa3\x0d\xaa\x84\x3e\x3f\x35\x4a\x4a\xd5\xe9\xad\x67\x55\xec\
 36.2896 +\x96\xe1\xa4\xec\xd2\x2f\x4f\xdd\xe2\xca\x6e\x3b\x91\xc6\xac\xb2\
 36.2897 +\xcb\xc2\x45\xce\x9e\x16\x47\x94\x8b\x87\xad\x92\xf6\xec\x5a\xfe\
 36.2898 +\x25\xfa\xe4\xcd\xb5\xbb\x7c\xa8\xce\x3c\x2f\x16\xf1\xc7\x1b\x21\
 36.2899 +\xf0\x2c\x93\xdd\x5f\x89\x7b\xbd\xd4\xef\x66\xd6\xda\xc5\xc1\x6a\
 36.2900 +\xdb\xd3\xd6\x4c\xfd\xd4\x5b\xaa\x1d\xec\xc3\x73\xc3\xbf\x8f\x66\
 36.2901 +\x26\x83\x66\xf3\xc9\x6a\x22\xf9\xd4\xeb\xaa\x95\xae\xbf\x13\xe1\
 36.2902 +\xfc\xd4\xfe\x2a\xf2\xf4\x46\xce\x66\xeb\x68\xb3\x65\x47\xb9\x45\
 36.2903 +\x82\x30\x64\x37\x1c\x86\x43\x2e\x11\x11\x38\x39\xe4\x38\xf9\x16\
 36.2904 +\x7e\xa7\xd6\x51\xb4\xc3\xd1\xd9\x7e\x1c\x89\x5c\xe9\xa2\x70\x6a\
 36.2905 +\xc9\x08\xe3\x89\x63\xd6\xfa\x94\x92\xc3\xf9\x25\x96\x5e\xc6\x96\
 36.2906 +\x76\x4a\x8e\x8c\x75\x10\xca\xf1\x87\x14\xbb\x68\xc7\xa5\x09\xdd\
 36.2907 +\x33\x11\x4c\x60\xe8\x23\x94\x3c\x42\x45\x27\xb3\xcb\x92\x3f\x12\
 36.2908 +\xab\x51\xbf\xda\x0e\xc3\x79\xb8\x59\x9e\x78\x24\x39\x01\xfd\xc1\
 36.2909 +\x3c\x20\x4d\x8b\x9c\x22\x59\x08\x97\x17\x5b\xc8\xb6\x0b\x55\xc8\
 36.2910 +\x6e\xd6\xe8\x77\x26\xdb\x26\x86\x63\x3b\xe1\x12\xf1\x8f\xa4\xa1\
 36.2911 +\x36\x7c\xea\x45\x64\xe0\x4c\xb3\x76\x62\x69\x8c\x6d\x74\xcf\x48\
 36.2912 +\x5a\x9e\xe2\xf3\x12\xd1\xb2\xb1\x2d\x99\xba\xf7\xed\xb7\x0f\x72\
 36.2913 +\x0b\xb2\x17\x29\x51\x93\xd9\x0c\xb8\xda\x93\xb9\xf2\x28\xc1\xd5\
 36.2914 +\x49\xf4\xa9\x35\x23\xe9\x7d\x90\xdc\x75\x45\x8a\x0d\xf1\x9b\xc4\
 36.2915 +\x18\xad\x4e\xe7\x18\xb2\xf3\x2f\x13\x8d\xf3\x79\x92\x21\x96\x44\
 36.2916 +\x3c\x3c\x45\x1f\x2f\x45\xc1\x5a\x6d\xf3\x68\x31\x2c\x57\x59\x56\
 36.2917 +\xb7\x20\x48\x79\xc8\xdb\xbe\x57\x5b\x79\x91\x1a\xef\xa3\xb3\x27\
 36.2918 +\xa2\x5c\x5c\x34\x7b\x1f\xa9\x59\x35\x44\x6a\x44\x55\x25\xd5\x8b\
 36.2919 +\x34\x2a\xd7\xc6\x16\xc6\x19\x89\x75\xc2\x57\x24\xc8\xfb\xe2\xe3\
 36.2920 +\x40\xc9\xae\x84\x15\xa1\x6d\x38\x11\x5b\x80\xc9\x4f\x1e\x29\x98\
 36.2921 +\xb9\x3c\x89\x04\xbf\x15\x25\x41\x81\x92\x0a\x87\xaf\x71\x2a\x4c\
 36.2922 +\xe5\xb0\xdd\x3d\x49\xd7\x89\x9a\x89\xe1\xe5\x66\xce\xd7\x37\x87\
 36.2923 +\xe7\x4e\x98\x24\x24\x43\xf3\x78\x79\xe5\xe7\x48\x68\xbb\xfc\x8a\
 36.2924 +\x2a\xda\x8d\xdf\x9b\xdb\x63\xd9\xdb\xf6\x4b\x83\x9b\xe9\x3f\x33\
 36.2925 +\x62\xbc\x23\xe3\xf7\x69\x35\x1c\x7e\x44\x85\x52\xd4\xce\x0f\xbc\
 36.2926 +\x20\xf0\x6d\x99\x9e\xde\x07\xc2\xd2\xbd\xaf\x2b\x8e\xcf\x63\xf0\
 36.2927 +\x17\xc8\x4b\x85\x6c\xdd\x6c\x64\x16\xe3\xc7\xb6\xa0\xcd\x3c\x6b\
 36.2928 +\x75\x32\x6e\x1e\xd8\xd4\x15\xda\xae\x0d\xc8\xba\x3c\x4f\x67\xa2\
 36.2929 +\x18\xd4\xb6\xf9\x3a\x96\xe1\xa6\x5b\x2f\x5f\x5b\xad\xf1\x67\x3d\
 36.2930 +\xe1\x3a\x5c\xe0\x8f\x7c\xce\x3d\xa8\xf4\xac\x17\x4a\xbf\xef\x82\
 36.2931 +\xdf\x0e\xef\x8a\x20\x76\xcb\x2d\x9b\x2c\x3b\xe1\x7d\xab\x2e\x64\
 36.2932 +\x88\xa3\xff\x00\x04\x47\x12\xcb\xe1\xaa\x32\x84\x7b\x3b\x82\xed\
 36.2933 +\x2d\x07\x74\xde\xcd\x3f\x65\x6d\xba\xc3\x40\x49\xba\xef\x5c\xf8\
 36.2934 +\xa0\xc3\xb1\x65\x34\x57\xca\x62\xc2\xb6\x02\x4b\x67\xbe\xf0\xd3\
 36.2935 +\x97\xc1\xf7\x27\x18\x54\x91\x4a\xee\x15\xd4\x0b\xc3\x6a\x94\xa5\
 36.2936 +\x5a\x72\xe5\x5d\xaf\x69\xde\xe1\xea\xe7\xe5\x34\x38\xc4\xbd\x8f\
 36.2937 +\x74\x9b\xec\x8c\x82\xae\x33\x9a\xf4\xb7\xfe\xba\xf2\x0c\x86\xfc\
 36.2938 +\xaa\x78\xd9\xe5\xe3\xba\x7a\x7d\xa6\x48\xb2\x7e\xda\x5c\xc8\xbe\
 36.2939 +\x46\x83\x94\x52\xf4\x77\x3c\x8c\xfa\x4c\x95\x15\x82\x54\x5e\xb7\
 36.2940 +\xc4\xa2\x25\x11\x28\x89\x44\x4a\x22\x51\x12\x88\x94\x45\x8f\x4f\
 36.2941 +\x6b\x8f\xef\x75\xb2\x0f\xd3\x5c\xe5\xfb\x0b\x19\xd6\x4c\x7e\xbf\
 36.2942 +\xc5\xf5\x12\xc3\x97\xee\x7f\x85\xfe\x55\x34\xbd\x97\x3f\xc1\xab\
 36.2943 +\x3b\xfa\xcd\xe5\x2f\xaa\x78\xca\xbe\x49\xf6\x4f\xc1\xa7\xd6\xab\
 36.2944 +\x8d\xd0\xaf\xc6\xb4\x73\x58\xeb\x25\x64\xa7\xda\xd3\xfa\x3c\xed\
 36.2945 +\x1f\xf9\xe8\xbd\xfe\xa3\x0a\xb2\x23\xf4\x8b\xd1\xaf\xea\xaa\xc5\
 36.2946 +\x95\xd1\x1f\x4b\xea\x5d\x43\xd9\x67\x97\x0c\x0f\x4d\x4c\xff\x00\
 36.2947 +\x3a\xe1\x0a\x23\x68\x5d\xdd\x65\x59\x63\xa4\x7f\x39\x60\x8e\xc0\
 36.2948 +\xbb\x7c\x78\x64\xa3\xf9\x5a\x8c\x2a\x4a\x7f\x95\x57\x77\x07\x2a\
 36.2949 +\x64\x58\xe3\xde\x29\x0e\x32\xd0\xfa\x4f\x3d\x88\xff\x00\x69\x5a\
 36.2950 +\x6d\xca\x31\x11\xe7\xab\xe2\x6b\x7c\xf1\x7a\x22\xde\xf1\x73\xec\
 36.2951 +\x07\x65\x39\xdd\xc6\xea\xa1\xe2\xb2\x04\xb3\xc5\xfd\x90\x2e\x4b\
 36.2952 +\x8a\xec\xbd\x64\x5b\x17\x41\xbc\x5b\x46\x6c\x24\xae\x59\x16\x71\
 36.2953 +\xea\x5f\x73\xca\xf9\xcf\x2a\x38\x56\x3c\x06\x41\xc6\xb7\x70\x15\
 36.2954 +\x08\x3d\x96\x69\xd2\xbb\x5b\x54\x5c\x5b\xd0\x9a\x26\x43\xd6\xb6\
 36.2955 +\x5b\x1e\xe5\xc3\x8b\x06\xdc\xc9\x53\x21\x17\x09\xe6\x61\xb2\x4f\
 36.2956 +\x53\xad\x8e\x5c\xe1\xec\xbd\x98\x9b\x2e\x52\xde\x12\xe6\xbb\x14\
 36.2957 +\x33\xd5\x7a\x99\x96\xe7\x19\xfe\xe8\x48\x91\x22\x61\x0f\x8f\x16\
 36.2958 +\xc4\xa4\x10\x8f\x67\x2c\x77\x23\xfc\x48\x97\x8b\x90\x56\x85\x9f\
 36.2959 +\xec\xfb\x6b\xd0\xb6\xa4\x88\x18\x60\xdc\x7b\xfb\x9d\x09\x21\xe5\
 36.2960 +\x5c\x3d\x80\x04\xa4\x8e\x9a\x89\x99\x88\x32\x9a\x56\x53\xce\x49\
 36.2961 +\x3a\x32\x75\xd3\xc7\xbc\xf1\xd1\x8c\xaf\xca\x57\xf9\xb9\x49\xad\
 36.2962 +\x7f\xad\x64\x4e\x64\x9e\xd4\x97\x6f\x0d\x29\xac\x86\x92\x77\x6d\
 36.2963 +\x71\x15\x39\x46\x8c\xb5\x8b\x42\x3e\x3e\x10\x11\x15\x3d\x16\x92\
 36.2964 +\xd3\x4d\x47\x31\x0b\x2d\xbf\x81\x92\xc4\x89\x9d\xe9\x70\x89\x7b\
 36.2965 +\xab\x99\x11\x7a\x55\x2a\x97\xdd\x54\x65\xd3\x37\xe9\x7d\x61\x7e\
 36.2966 +\x63\xbe\xfe\xa7\xcc\x57\x4b\xed\x8f\xda\x1d\xd3\xe7\x36\xdf\xa7\
 36.2967 +\xc5\x50\xae\xce\x7d\xb6\x42\xf9\x2b\x87\xd1\x1c\x52\x2b\xac\x1f\
 36.2968 +\xdf\x27\x0f\x7e\x83\xce\x7e\xde\x4d\x6a\x5b\x03\xfd\xe8\xbf\x7f\
 36.2969 +\x49\x45\xfa\x3d\x17\xbf\xb5\x8f\xdf\x1b\x4f\xcd\x5c\xfe\xfa\x8a\
 36.2970 +\xd3\x76\x47\xf4\x50\xc1\x9f\xa1\x0d\xbf\xef\x5e\xd4\x2b\xb4\x7f\
 36.2971 +\x6f\x3a\x97\xfa\x48\xff\x00\xbb\x6d\x49\x9a\x2f\xda\xbd\x9b\xe6\
 36.2972 +\x61\xfa\xc9\x50\x67\x51\xcf\xa6\x6e\x64\xff\x00\x87\x9f\xd9\x55\
 36.2973 +\x8f\x5d\x45\xb2\x3f\xe0\xf7\x4f\xff\x00\xd5\xbf\xc6\xee\x4a\x0d\
 36.2974 +\xda\x0f\xb6\xfb\xc7\xfc\x87\xf8\x4c\x45\xa9\x7d\x75\xd1\x3a\x6b\
 36.2975 +\xae\xba\xe9\xa2\x74\xd3\xc7\xe5\xff\x00\x9f\x8e\xbe\x3f\x2f\xef\
 36.2976 +\xd7\x13\xae\x9a\x59\x31\xdd\xbe\x5d\xd3\x3f\xee\x36\xf1\xba\x47\
 36.2977 +\x24\x01\x5b\x1a\x4c\x06\xcd\xb4\x5e\x3a\x21\xb5\x8f\x65\x69\xc1\
 36.2978 +\x38\x54\x6b\x39\x2d\x78\x0c\x86\x1b\x39\x27\x0a\x7d\x74\x38\x18\
 36.2979 +\xc6\x42\x0c\x92\xce\x12\x14\xeb\xe9\x4d\x77\x3e\x84\xb0\xfd\x8b\
 36.2980 +\x69\x0b\x7c\x32\x64\x8a\x67\x37\x72\x6c\xe1\x6f\x1d\xe1\x5c\x24\
 36.2981 +\x0e\xf0\x9a\xec\x91\x32\x3b\x98\x9d\x5e\x16\x47\xef\x72\xce\xaa\
 36.2982 +\xbb\x77\x77\x50\x4a\x95\xbc\x11\x8f\xbe\x18\x70\xea\xe7\x44\x61\
 36.2983 +\xb5\x5c\x68\x5d\xae\x4a\x96\x52\x8b\xe5\x89\x5a\xbe\x58\xcb\x9b\
 36.2984 +\x22\xb9\xf6\x9d\x21\xb7\x5b\x77\x31\x5b\xbf\xb8\x16\x43\x06\x56\
 36.2985 +\x4b\x82\x40\x5d\x40\x26\xb7\x5d\xaa\x14\x3f\x86\x90\x31\x15\x03\
 36.2986 +\xc5\xb9\xa7\x26\x1a\xa8\x73\x4e\x52\x4e\x5a\xb7\x98\x91\xf1\x22\
 36.2987 +\xbb\xda\xf8\xc1\xf6\x4b\x0e\xd1\xe2\x6b\xb6\xb5\x64\x9d\x3f\x2b\
 36.2988 +\xd7\x57\x27\x5c\xb9\x0f\x38\x82\x5e\xb1\x98\x5b\x99\x0d\x8f\xae\
 36.2989 +\x3c\x25\x23\xc7\xaf\x80\x1e\xd4\x76\xbb\x2a\x4f\xb9\xdd\x74\x6c\
 36.2990 +\x9d\x2e\xe5\x86\x3d\xd6\x3f\xad\xe1\x80\xc3\x2d\xd4\x8f\xb6\xa3\
 36.2991 +\xf1\x32\x5e\xc3\xc2\x4f\x3c\x3e\x18\xbb\x2e\xb8\xa0\x3f\x4d\x7c\
 36.2992 +\xcf\xae\x2b\xdc\x4c\x55\xb5\x22\xeb\x50\x5b\x39\x6c\x08\xb2\x64\
 36.2993 +\x10\xb3\x70\x6e\x2b\x87\x52\xea\xe2\xcc\x78\xa1\xeb\xe9\x2b\xaf\
 36.2994 +\x7c\x28\x96\xfb\x7e\x4a\x4f\x04\x5c\x8e\x15\xa7\xfa\x2a\x94\x36\
 36.2995 +\xbd\xa7\x7b\xb9\xa4\x9e\x98\xdb\x79\x4c\xb0\x97\x74\x99\xe1\xe2\
 36.2996 +\x28\x7d\x19\xac\xf9\xb4\xe6\xfe\x1c\xbe\x12\x10\xad\x1b\x67\x77\
 36.2997 +\x8e\xe6\xdf\xdb\x8e\xe1\x63\x1e\xec\x3c\xcc\xb8\xb8\x79\xc6\x59\
 36.2998 +\x43\x2f\x84\x2d\xf7\xad\xdb\xf9\xc1\x2d\x39\x57\x1c\x2e\x90\x4a\
 36.2999 +\x22\x51\x12\x88\x94\x44\xa2\x25\x11\x28\x89\x44\x59\xb6\xf6\x9c\
 36.3000 +\x76\xb7\x79\xe7\x5d\x90\xda\x19\x6a\xc2\x86\x73\x3f\x27\xb6\x6c\
 36.3001 +\x86\xe2\xf5\xbb\x63\x63\xd8\xe8\xee\x44\x18\xba\xe8\x81\x71\x09\
 36.3002 +\x78\x4f\x36\xed\x08\xcf\x94\x1b\x76\x59\x9d\xa5\x2d\x34\x10\xf1\
 36.3003 +\x66\xde\xdb\x6f\x33\x3d\x24\xa4\x86\x05\x2a\x4d\xe6\x6b\xc8\x74\
 36.3004 +\x58\xf2\x87\x94\x3d\x12\x54\x0d\xd1\x2f\xad\xb6\x3a\xe9\xb7\x8d\
 36.3005 +\xf2\x56\x07\xce\x58\xbe\xfa\xbc\x71\x9d\xe9\x91\x89\x95\xa0\xae\
 36.3006 +\x8c\x5a\x9b\x75\xf5\xdd\x03\x74\x4a\x5a\xf6\xdd\xa3\x70\xc7\xc9\
 36.3007 +\x5b\xf7\x54\xe5\xaf\x1b\x2d\x0a\xfe\x3a\xcf\xb6\x9c\x47\xb8\x6f\
 36.3008 +\x71\x47\xba\x89\x70\xd6\x5b\x93\x39\x44\xc9\x07\xdd\xf7\x9c\x6e\
 36.3009 +\xae\x57\xce\xf2\xff\x00\xf7\x79\x63\x32\xf6\xee\x9c\x85\xda\x5a\
 36.3010 +\x09\xfb\xa8\xce\x9a\xbf\xc0\x7b\x9b\xfe\xab\xad\x3f\xfe\x9b\x56\
 36.3011 +\xf9\xb3\x9e\x6f\xf5\xff\x00\xa2\xc9\xe7\x2d\xf9\xdf\xd5\xfe\xaa\
 36.3012 +\x15\x7b\x51\x17\xec\x26\x55\xd9\x96\xc2\xf2\x7d\xb4\x97\xe3\xb6\
 36.3013 +\xb2\x45\xe4\xf2\xfd\xb7\x87\x24\x04\xb5\x93\x44\x1d\xe1\x8a\xa2\
 36.3014 +\xee\x08\x94\xc8\xb5\x09\x9d\x0d\xbb\xe4\xb1\x90\x0a\x5e\x37\x43\
 36.3015 +\x97\x03\x0b\x8e\x49\x49\x8c\x94\x7a\x91\xbb\xe6\xad\xc9\xad\x2a\
 36.3016 +\x01\xe5\xfd\x8a\x46\x7b\x2c\x31\x8d\x66\x7a\x6d\xe7\x88\x67\xc9\
 36.3017 +\x52\x98\xcb\x6e\xff\x00\x28\x46\x3c\x4a\x55\xc1\x5a\xb4\x7f\x81\
 36.3018 +\xf6\xf2\xd0\xc9\x42\xf4\xf9\xaa\xec\x91\x5e\xaf\x05\x71\x55\x56\
 36.3019 +\x4f\x1c\x69\x2d\x3e\xdf\x49\x82\x6d\xe6\xfd\x26\x4b\x21\xfd\x21\
 36.3020 +\x54\xb6\xd5\x1d\x61\xe6\xcb\xa2\xe6\xf1\xb2\xf4\x6a\x38\x92\xe6\
 36.3021 +\xf6\x8c\xb5\xe5\xb2\x0d\xd4\x37\x79\x3f\x0c\x57\x92\x98\xca\xe4\
 36.3022 +\x92\x8f\x93\x8d\x57\x26\x63\xb9\xad\x69\x56\x6f\x22\xcc\xfa\x30\
 36.3023 +\x85\x4a\x93\xe5\xe7\x2d\xd9\x0f\x7b\x40\xb8\x20\xd6\x31\x98\x8c\
 36.3024 +\x8c\x61\xf2\x0a\x83\x5d\xb1\x3d\x8b\x7e\xd2\x34\x49\x37\x16\x45\
 36.3025 +\x05\x9b\xc4\x36\x5d\x65\xef\x1f\x34\xb8\x32\x42\xf0\x8b\xc2\xdf\
 36.3026 +\x5a\x3c\xc6\x77\x32\x07\xb3\x90\x8f\x8f\x25\xcd\x11\x5d\x97\xa3\
 36.3027 +\x75\x2e\x4e\x33\x52\x72\xdf\x20\x85\xe1\xe8\xf3\x88\xee\x09\x33\
 36.3028 +\x90\xf9\x1c\x8f\x5d\xeb\x25\xe8\xab\xab\x75\xd4\xc7\x69\xd3\x56\
 36.3029 +\xd3\xcd\x15\x75\xdc\xf1\x4f\xa4\xa1\xdf\x05\x31\x32\x56\x54\xf2\
 36.3030 +\x9e\xb5\x39\xda\x98\x28\x6e\xe4\xd1\x6d\xe5\x22\xfb\x9c\x94\x9e\
 36.3031 +\x4a\x6d\x20\xe9\xbf\xab\xfc\xb5\x73\xa8\x6c\x73\x5c\xc6\x98\xd9\
 36.3032 +\x73\x38\x6f\x36\xcb\xcc\x96\xf9\x9b\x84\x7c\x48\x44\xa8\x59\x08\
 36.3033 +\xb9\x56\x9e\xfc\x66\x44\xbc\x8a\x62\x2d\xa2\xe9\x67\x23\x39\xeb\
 36.3034 +\x89\x4d\xb8\xe3\x25\xe0\x4a\x1b\xdb\xc6\xf2\x1f\x11\x6e\xc5\xc6\
 36.3035 +\xff\x00\x14\x89\x55\x07\x4c\xdf\xa5\xf5\x85\xf9\x8e\xfb\xfa\x9f\
 36.3036 +\x31\x53\xa6\xd8\xfd\xa1\xdd\x3e\x73\x6d\xfa\x7c\x55\x17\xec\xe7\
 36.3037 +\xdb\x64\x2f\x92\xb8\x7d\x11\xc5\x2b\xba\xc1\xda\xb2\x9a\x4b\xe1\
 36.3038 +\x7b\xd9\x21\x21\x21\x49\x1b\x74\x5a\xae\x0e\x91\xab\xb4\xce\x4c\
 36.3039 +\x4e\x63\xe5\x99\x04\xe7\xe5\xa2\x7b\x92\x4d\x4a\xf8\x8c\xc5\xe9\
 36.3040 +\xe5\xee\x97\x64\xf5\xf1\xf4\x68\x7b\x02\x9c\xce\xe3\x51\x5b\x72\
 36.3041 +\x11\x90\x2f\x43\x9c\x23\xcb\xdf\x26\x88\x5e\x6d\xc2\x1a\x7c\x09\
 36.3042 +\x0b\x79\x97\xc3\x0d\x16\xd3\xb5\x98\xae\xef\x2c\xf2\xfa\x4c\xee\
 36.3043 +\xe4\x47\x22\xf7\x9e\xc9\xb7\x07\x2f\x94\x1a\x97\xe4\xeb\xe4\x5d\
 36.3044 +\x13\x69\xdd\x41\x36\xef\x8f\xf0\x1e\x3d\xb0\x72\x04\xc4\xed\xb3\
 36.3045 +\x74\x59\x91\x45\x82\x78\xdd\x16\xd4\xc4\xd3\x47\x83\x6e\xf9\xd1\
 36.3046 +\x5a\xc8\x32\x7d\x10\xd5\xe2\x7b\x2e\x1a\x14\x5d\xe0\xb8\x4b\x77\
 36.3047 +\x01\x75\xde\x12\x74\x30\x52\x27\x06\xf2\xf5\xce\xca\xb5\x65\xd7\
 36.3048 +\x54\x5d\x2e\x96\xb8\xf1\x65\xc3\xb8\x3c\x0f\x8b\x9c\xf2\x3c\x72\
 36.3049 +\x0c\x9a\x11\xdd\x3c\x32\x09\xbe\x21\x21\x2e\x21\xc8\x4c\x71\xad\
 36.3050 +\x31\x2c\x84\x73\xf4\xbe\xba\xb0\x41\xb1\xdb\xe0\xce\x71\xe8\xf2\
 36.3051 +\x21\xb7\xb9\x21\xe6\xef\x3c\x05\xc8\x45\xc8\x4d\x93\x42\x5d\x21\
 36.3052 +\xc7\x84\xb1\xa8\xb9\x95\x38\xc7\x88\xaa\xc7\x79\x99\x32\xd0\xcc\
 36.3053 +\x1b\x93\xc8\xf9\x1a\xc3\x7c\x69\x4b\x4e\xe1\xff\x00\x03\xfd\xd6\
 36.3054 +\xf9\xcb\x07\x91\xa5\x37\xba\x2c\x2b\x5e\x0d\xf7\x26\x52\x01\x6e\
 36.3055 +\xe8\x5d\xb9\x28\xb7\x81\x4f\x78\x29\xee\x24\x69\x36\x9c\x84\xa4\
 36.3056 +\xa9\x53\x6e\xcf\x6c\xd3\xac\x3a\x42\xd5\x69\xba\x36\x2c\xcd\x87\
 36.3057 +\xcf\x37\xcc\x8b\xa2\xe0\x8e\xfa\xed\x32\x4b\x5c\x4c\x91\x09\x78\
 36.3058 +\x17\x84\xb8\x4b\xcd\x51\x96\xad\xb8\xc5\xbb\x6a\x19\xf7\x08\x64\
 36.3059 +\x4e\x47\x91\xcc\xf7\x44\x54\x21\x22\xdc\xc1\x8e\xc1\x70\x96\x27\
 36.3060 +\xd2\x64\xbf\xec\xb4\x09\xbf\x8c\xd3\xf6\x19\xdb\x85\xe2\xe9\x83\
 36.3061 +\xa4\xb6\xb9\xef\x91\xeb\x8f\xed\x7e\x25\xe0\xe8\x6e\x6e\x00\x38\
 36.3062 +\x1c\xbc\x8b\x6e\x3f\x14\x6a\x8b\xb7\xc5\x28\xe9\xbb\xa4\x27\xc1\
 36.3063 +\xbc\x97\xbb\x52\xa5\x25\x66\x1d\x72\xa6\xcb\xb4\xff\x00\xd9\x16\
 36.3064 +\xad\xb7\x8b\x83\x94\x1b\x6f\xee\x9c\xbe\x1e\x1c\x61\x90\xee\x19\
 36.3065 +\x2e\xfe\x3e\x1a\x66\xe4\x48\x7a\xcd\xef\x3c\x74\x15\x3b\x6b\x8b\
 36.3066 +\xbf\x72\x2c\x12\x88\x4a\xb4\x91\x3a\xbd\xcf\x63\xb5\x94\x8c\xb7\
 36.3067 +\xc4\x3e\x84\x7d\xe1\x09\x75\x4b\x77\xef\xaa\x1f\xd9\x96\xd6\x49\
 36.3068 +\xba\x6b\xfe\x76\x01\xec\xbc\x8d\xb9\x6a\x5a\xd6\xfa\xa6\x27\xa7\
 36.3069 +\xe3\x99\x05\xe1\x46\xf1\xe3\x94\xb3\x83\x88\x1a\x5c\x29\x20\x4b\
 36.3070 +\x89\x22\x68\xf9\xdf\xc4\xf1\xf1\x67\x12\xf7\xc1\x3c\xb8\xa9\x3d\
 36.3071 +\x3d\xb4\x2d\x6c\x3a\x26\xd7\x1e\x4b\x51\xd9\x99\x3a\x74\xae\x6f\
 36.3072 +\x1e\x3b\xc5\x51\xa1\x88\x8e\x52\x1e\x3c\x7b\xf8\xb7\xe0\x47\x87\
 36.3073 +\xac\xeb\x4a\x11\xd2\x5a\x66\xba\x9a\x7b\xd1\xdc\x78\xe3\xc5\x8a\
 36.3074 +\xc6\xf9\xe7\x84\x72\xef\x91\x62\xcb\x3c\x5c\x39\x74\x8b\xd1\x64\
 36.3075 +\x95\x98\xfd\xa7\xcc\x6f\xfc\x71\x5e\xff\x00\xd0\x30\x3f\xde\x54\
 36.3076 +\x3f\xea\xf9\x76\xfe\x6f\x5b\x3f\x38\x93\xfb\x14\x89\xea\x4b\x03\
 36.3077 +\xf9\x5a\x67\xe4\x99\x55\x35\xb9\x7c\x25\x2f\xb6\x1c\xdd\x2b\x61\
 36.3078 +\x82\x51\xfb\xa0\xc4\xe9\x0b\x72\x59\xb7\x2a\xc5\xa3\x37\x92\x51\
 36.3079 +\x4f\x42\x97\x6c\x64\xd2\x80\xfa\x46\xe1\x94\xa3\x77\xd1\x66\x58\
 36.3080 +\x7d\x1a\x48\x44\xb8\xec\xab\x8f\x1d\x6a\x71\xd1\xda\x8d\x8d\x67\
 36.3081 +\xa7\x23\xdd\x37\x2d\x09\x48\xe7\x10\xee\x10\xfa\x42\xcb\xc2\x58\
 36.3082 +\xbc\xcf\xc2\x51\xe6\x49\x97\x87\x2f\x72\x78\x6a\x4a\x2f\xd4\x56\
 36.3083 +\x77\x74\xd5\xe9\xe8\x22\x4e\x54\x59\xdc\xc8\x87\x23\xa3\x5a\xb2\
 36.3084 +\x5c\x42\xf7\xa5\x47\x5b\x26\x7c\x8e\x32\x4b\x4e\xdb\x70\xcb\x8d\
 36.3085 +\xb3\x96\x15\xc7\xf9\x2c\x2b\x16\x8f\x67\xa0\x82\x3b\x80\x21\xe0\
 36.3086 +\x94\xb3\xba\x62\xd4\xa8\xbb\x8d\xbf\x67\x4f\x50\x82\x99\x76\xae\
 36.3087 +\x8c\xd1\x2b\xe3\xce\x3c\xcc\xcd\xc7\x89\xb4\xae\x31\xd5\xd6\x12\
 36.3088 +\xd3\x5a\x8e\xe9\x67\x2c\xb7\x71\x65\x17\x35\x22\xf7\x48\x6f\x78\
 36.3089 +\x68\x65\x97\x58\xb7\x04\x22\xe7\x7b\xd9\x44\x87\xaa\xba\x47\x4f\
 36.3090 +\x5d\x42\xf5\x68\xb7\xdc\x46\xbc\x52\x19\xf0\xe3\xd9\x90\xcf\x81\
 36.3091 +\x90\x3f\x16\xf4\x4b\x1f\x37\x12\xfb\xab\xba\x56\xbe\xbd\xb4\xa2\
 36.3092 +\x25\x11\x28\x89\x44\x4a\x22\x51\x12\x88\xbe\x24\x10\xcc\x32\x04\
 36.3093 +\xc3\x41\x44\x54\xa8\x64\x12\xd2\x95\x8c\x88\x52\x78\xac\x6b\x42\
 36.3094 +\xfd\x2a\x4a\x93\xe3\xa2\x93\xae\x9c\x54\x9a\x22\xa7\x6c\xdb\xd0\
 36.3095 +\x4f\xa5\xd6\x74\xb8\xe4\xee\xf9\x7d\xba\x8a\xc2\xb9\xa6\x9c\x19\
 36.3096 +\xd4\x9c\x86\x23\xbc\x2e\xec\x79\x1a\xe1\xcb\x97\x69\x7a\x63\x8a\
 36.3097 +\xcd\x88\x95\xd6\xc3\x62\x42\x13\xcc\x0c\x9a\xc7\x5a\xcc\xfb\x81\
 36.3098 +\x78\x6e\xef\x71\x41\x64\xa6\x77\x28\xeb\x94\xeb\x2b\x24\xc3\x45\
 36.3099 +\xe3\x15\xc2\x3e\xe6\x6f\xa5\xcf\xfa\xab\x9a\x3f\xae\x09\x6f\xfd\
 36.3100 +\x75\x55\xbf\x73\xdf\x54\x73\x56\xbc\xff\x00\xc6\xaa\x9d\xfb\x9f\
 36.3101 +\xe9\x73\xb5\x3d\xde\x61\x5c\x1b\x80\xb3\x24\x45\xec\xf7\x1e\x6d\
 36.3102 +\xe1\x84\x54\x66\x37\x6d\x01\x79\x3c\x82\x95\x6c\xd6\x1a\xd4\x63\
 36.3103 +\x65\xb2\xd2\x5a\x48\x2d\xc8\x49\x45\x69\x07\x1a\xd4\x64\x51\x06\
 36.3104 +\x3e\xe3\x8e\x4e\x3e\x76\xb5\x6c\x4a\xa3\x5e\x55\x74\x9b\xa1\x63\
 36.3105 +\xe6\xae\xa5\xb2\x6d\x8d\x60\x6d\x80\x62\xbb\x83\x0e\x6d\xda\x3e\
 36.3106 +\xe7\x8d\xb2\xae\x6b\xfe\x57\x26\x4a\x02\xeb\xb8\xdc\xdc\xf2\x2a\
 36.3107 +\xba\x26\x6d\xdb\x56\xd6\x78\x40\xc8\x3a\x08\x08\x16\x7e\xe9\xb3\
 36.3108 +\x61\x50\x36\x69\x4f\x11\x9c\x6e\x0d\xcb\x93\x85\x50\x8a\xa5\xe3\
 36.3109 +\x5f\x40\x28\x14\xe4\xa2\xea\x79\x8b\x6e\x58\x67\x3d\x36\x68\x0c\
 36.3110 +\xa9\x63\x47\x5c\x6e\x63\x92\xa1\x46\xcc\x24\xcf\xa2\x27\xe3\x83\
 36.3111 +\xaa\x94\x4e\xc3\x79\xc8\x77\x4c\x65\x3c\x9f\x79\x5a\x99\x51\xe6\
 36.3112 +\x74\x68\xd2\x1b\xe3\x19\xa9\x17\x5e\xfe\x9e\xd5\x9a\x87\x4b\x93\
 36.3113 +\x85\x66\xb9\x3d\x14\x5e\x2c\x9e\x8f\x88\x3d\x15\xc2\xed\x14\x79\
 36.3114 +\x02\xe3\x39\xe3\xc3\xbe\x10\x17\x31\xe1\xcb\x91\x79\x17\x6d\x3f\
 36.3115 +\x67\xbd\x88\x8d\xca\x1b\x72\x09\xba\x62\xdb\x9c\x4d\xbc\x3e\x68\
 36.3116 +\xbc\xd1\x36\xf6\x3d\x6c\x73\xc7\x2e\xaa\x88\xd3\x3d\x30\xb6\xac\
 36.3117 +\xc6\x26\x59\xe8\x22\x6f\x5e\xf3\x48\xc7\xee\x85\xe3\x77\xbb\x56\
 36.3118 +\x9d\xc6\xed\x48\x61\xea\xad\x3c\xbf\xcd\xe6\x9f\x97\x4f\xca\xad\
 36.3119 +\xf6\x3e\xd9\xb5\xab\xb2\x19\x6c\x9e\xb6\xe2\xe3\xcd\x89\x7a\xc6\
 36.3120 +\x9d\x12\x2a\x0f\x6d\x6a\xae\x6c\xdb\x4c\xb6\xd3\x85\x46\xe6\x64\
 36.3121 +\x2d\x91\x7d\xb8\x5d\x51\xf4\x55\x56\x74\xcd\xfa\x5f\x58\x5f\x98\
 36.3122 +\xef\xbf\xa9\xf3\x15\x37\xed\x8f\xda\x1d\xd3\xe7\x36\xdf\xa7\xc5\
 36.3123 +\x51\x86\xce\x7d\xb6\x42\xf9\x2b\x87\xd1\x1c\x5a\x48\xbf\x71\xfd\
 36.3124 +\x9b\x93\xad\x79\x2b\x2e\xff\x00\xb7\x63\xee\x9b\x62\x5d\x28\xd1\
 36.3125 +\xfc\x54\x90\xd7\xa8\x96\xa1\x2b\x98\x4e\x12\x80\x81\x74\xc5\xe0\
 36.3126 +\x08\x94\x91\xb3\xe6\x2e\x1b\xbc\x6c\xbd\x3b\x8d\xdc\x0d\x75\xc7\
 36.3127 +\xd6\xcb\xad\xc2\xcb\x31\x99\xf6\xc9\x4e\x41\x98\xcf\x45\xe6\x7c\
 36.3128 +\xee\x95\x09\xb2\xc9\xb7\x1b\x3e\xb3\x2e\x09\x09\x75\x86\xab\xa1\
 36.3129 +\xe6\x41\x89\x72\x8a\x71\x27\x47\x09\x51\xde\xe9\xb2\xe7\xe8\xd4\
 36.3130 +\x4a\x9c\x42\x43\xdb\x6c\xa8\x43\xd5\xaa\x84\x8e\x3a\x5f\x6d\x38\
 36.3131 +\xc4\x21\x47\x01\x78\x33\x1a\xd5\xe3\xa3\x56\xd7\xac\xaa\x80\x1f\
 36.3132 +\x93\xc3\x88\xd4\xf3\xcd\x38\x57\xfb\xe3\x99\x5c\xbf\x1d\x49\x43\
 36.3133 +\xb6\x8d\x73\x4a\x72\x14\xab\x79\xf9\xc5\x6d\x67\x22\xfc\x5c\x47\
 36.3134 +\xf2\x74\x15\xa6\x57\x66\x9a\x5e\xbe\xe3\x2c\x69\xd9\x19\x8e\x63\
 36.3135 +\xfa\x59\x17\xe9\x2f\x97\xda\xb7\xda\x87\xf0\x4d\xf1\xff\x00\x59\
 36.3136 +\xbc\xff\x00\xc6\xaa\xbd\x5a\x35\xc7\xfb\x45\xbf\xf3\x1a\x7f\xec\
 36.3137 +\x5f\x3d\x4d\x34\xbf\xf1\x53\x3f\x3a\xaf\xfe\x0a\x42\xe7\xbd\xae\
 36.3138 +\xe2\xed\xc8\xaa\xda\xfb\x26\xa6\xe4\x74\x1b\x4d\x32\x7a\xc3\x34\
 36.3139 +\x86\x9e\x34\x3b\x41\x96\x63\x56\x7e\x78\xe7\x10\x42\xaf\x34\xe0\
 36.3140 +\x9a\x47\xb5\x10\xc8\x65\x7c\x24\x25\x5a\x0d\x29\xef\x13\xb9\xa8\
 36.3141 +\xe9\x6d\x6d\x79\xd2\x34\x97\xdc\x7e\x68\x1c\xfb\x73\xce\x0a\x44\
 36.3142 +\x61\x90\x5e\xb7\xcb\x72\x23\x5c\xb8\x47\xc3\x11\x70\xf8\xfa\xde\
 36.3143 +\x21\x5e\xfd\xef\x4d\x5b\x75\x01\x47\xee\x97\x38\x21\x8b\xbc\xdc\
 36.3144 +\x8b\x2e\xee\x69\xe1\xb1\xcc\x8b\x1e\x91\x70\x8f\x8f\xa3\xd5\xe9\
 36.3145 +\x12\xfe\xae\x09\xdb\x8e\x2e\xdb\x94\x34\xe4\x2e\x32\x8c\x7e\xc4\
 36.3146 +\x37\x2c\x98\x24\xa5\xdd\xca\xc9\x16\x55\xf3\xa2\x34\x6b\xe5\x19\
 36.3147 +\xb7\xf3\x25\xed\xf1\x6a\xd0\x7e\x60\x8d\xc2\x91\xfa\x0c\xf1\xd9\
 36.3148 +\x3c\x55\xde\xf4\xd8\xd4\xfa\xba\xf5\xab\x64\x47\x91\x7a\x79\x97\
 36.3149 +\x2b\x11\x92\x66\x38\x32\xc8\xb2\xc8\x89\x39\x91\x16\x23\xd6\x2e\
 36.3150 +\x1c\xbd\xea\x0b\x7d\x95\x72\xc7\xa7\xed\x9a\x7d\x97\x59\xb6\x81\
 36.3151 +\xd0\x5e\x70\x4d\xd2\x71\xcd\xe3\x85\x80\xf2\x08\xe5\xd9\x1e\xff\
 36.3152 +\x00\x25\x3c\xa4\xbb\xe5\x6b\x8b\xdd\x51\x8b\x3c\xed\x2b\x0d\x6e\
 36.3153 +\x3a\x46\xdf\x97\xc9\x51\x52\xa7\x91\xb6\x99\x3d\x8e\x8f\x79\x09\
 36.3154 +\x30\x68\x73\x91\x83\xd3\x89\xd2\x9b\xbc\x50\x92\xbf\x30\x36\xa7\
 36.3155 +\x19\x0c\xd5\x3a\xf1\xec\xa9\xe3\xcf\x1e\x5d\xef\x4e\xdf\xa6\x75\
 36.3156 +\xde\xa0\xd2\x0d\x4a\x66\xce\xf4\x7d\xcc\xc7\x1b\x71\xc6\xe4\x47\
 36.3157 +\x19\x03\xbd\x6c\x48\x79\x69\x95\x78\x72\x1e\x41\x3f\x7f\x76\x3d\
 36.3158 +\x95\xae\x5f\x34\xb5\x9f\x50\x39\x1d\xcb\x80\x3c\x4e\x47\x6e\xa2\
 36.3159 +\xd9\x34\xf1\x32\x58\x91\x65\x8d\x7d\xfc\x4b\xa3\xef\x64\x5d\xa5\
 36.3160 +\xeb\x30\x5e\x03\xb0\xb6\xf3\x6c\x48\xda\x18\xeb\xdf\x82\x80\x92\
 36.3161 +\x9b\x2c\xf9\xda\x4d\x4c\x16\x63\xb1\x26\xe1\x9b\x36\x0e\x08\xd5\
 36.3162 +\x65\x40\xd4\x11\xb8\x0b\x16\xbd\xd1\xa7\xe1\xa9\x41\xee\x78\x25\
 36.3163 +\x4a\x27\x73\xcf\xd4\xba\xa2\xe9\xaa\xe5\xb5\x3a\xf1\xcd\xca\x43\
 36.3164 +\x2c\x0c\x61\x28\xb1\xe9\x1f\x26\x06\xa4\xf0\x0d\x71\xf6\x4c\x5c\
 36.3165 +\x70\xb1\x2f\x2e\x2b\x26\xcb\x63\x83\x61\x8e\xe4\x5b\x7e\xf8\x59\
 36.3166 +\x27\xb7\xd8\xbc\xe6\xfb\x17\x08\x44\x4b\x1f\x16\x39\x08\x8a\xee\
 36.3167 +\x35\xe0\x2f\x69\x28\x89\x44\x4a\x22\x51\x12\x88\x94\x44\xa2\x25\
 36.3168 +\x11\x28\x89\x44\x4a\x22\x51\x12\x88\xbf\x13\xd6\x82\x7a\xc9\xd3\
 36.3169 +\x03\xea\xad\x02\xf1\xab\x86\xa6\xed\xab\x8a\xf4\x11\xc4\xa1\x13\
 36.3170 +\x54\x6b\xf9\x2a\xe2\xaf\x4e\xbc\x7d\x3a\xff\x00\xb6\xaa\x03\xab\
 36.3171 +\x46\x0e\x0f\x49\xb7\x05\xc1\xf8\xc4\xb2\x54\x98\x50\xc4\x87\xb4\
 36.3172 +\x35\x1f\xc6\x50\xb3\x0b\x6c\x1b\x07\x60\x7c\x83\x17\x92\xac\xa7\
 36.3173 +\x77\xd9\x2e\x28\x86\xf2\x6d\x5a\x26\x72\x7e\x3e\x42\x37\x51\x4b\
 36.3174 +\x47\x9e\x35\xd7\x75\xbb\x78\x16\x04\x52\xbc\xbb\x82\x76\x75\x4b\
 36.3175 +\x84\xfc\x4e\x2a\x57\x2f\xde\xa9\x07\x51\x6d\x47\x52\xea\x7b\x53\
 36.3176 +\xd6\x7b\x80\xda\xc6\x2b\xee\x32\xe3\x9c\xde\x3b\xcc\xb9\x93\x2f\
 36.3177 +\x0b\xcd\xe2\x45\x21\xe0\xe9\x53\x8b\x87\xef\xad\x3a\xd1\xa1\xac\
 36.3178 +\xb6\x39\xad\xdc\x21\x94\xc2\x90\xc8\xb9\x41\xdf\x3c\x26\x3e\x14\
 36.3179 +\x48\x0b\x84\x59\x6f\x97\x84\xbb\x4a\x70\x54\x78\xb7\x34\xa2\x25\
 36.3180 +\x11\x28\x89\x44\x4a\x22\x51\x12\x88\x94\x44\xa2\x25\x11\x28\x89\
 36.3181 +\x44\x4a\x22\x51\x12\x88\x94\x44\xa2\x25\x11\x28\x89\x44\x4a\x22\
 36.3182 +\x51\x12\x88\x94\x44\xa2\x25\x11\x28\x89\x44\x4a\x22\x51\x12\x88\
 36.3183 +\x94\x44\xa2\x25\x11\x28\x8b\xff\xd9\
 36.3184 +\x00\x00\x37\xd0\
 36.3185 +\xff\
 36.3186 +\xd8\xff\xe0\x00\x10\x4a\x46\x49\x46\x00\x01\x01\x01\x00\x64\x00\
 36.3187 +\x64\x00\x00\xff\xdb\x00\x43\x00\x01\x01\x01\x01\x01\x01\x01\x01\
 36.3188 +\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\
 36.3189 +\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\
 36.3190 +\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\
 36.3191 +\x01\x01\x01\x01\x01\x01\x01\x01\xff\xdb\x00\x43\x01\x01\x01\x01\
 36.3192 +\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\
 36.3193 +\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\
 36.3194 +\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\
 36.3195 +\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\xff\xc0\x00\
 36.3196 +\x11\x08\x00\x7f\x00\xe8\x03\x01\x22\x00\x02\x11\x01\x03\x11\x01\
 36.3197 +\xff\xc4\x00\x1f\x00\x01\x00\x01\x03\x05\x01\x01\x00\x00\x00\x00\
 36.3198 +\x00\x00\x00\x00\x00\x00\x09\x06\x07\x0a\x03\x04\x05\x08\x0b\x02\
 36.3199 +\x01\xff\xc4\x00\x3f\x10\x00\x01\x05\x00\x02\x01\x03\x03\x03\x02\
 36.3200 +\x03\x04\x06\x0b\x00\x00\x04\x01\x02\x03\x05\x06\x07\x08\x00\x09\
 36.3201 +\x11\x12\x13\x14\x21\x0a\x15\x31\x16\x22\x17\x23\x51\x18\x24\x41\
 36.3202 +\x71\x32\x34\x39\x42\x73\x81\x33\x37\x61\x75\x76\x77\x91\xb3\xb4\
 36.3203 +\xb6\xb8\xff\xc4\x00\x1d\x01\x01\x00\x01\x05\x00\x03\x00\x00\x00\
 36.3204 +\x00\x00\x00\x00\x00\x00\x00\x00\x01\x02\x05\x06\x07\x08\x03\x04\
 36.3205 +\x09\xff\xc4\x00\x38\x11\x00\x01\x03\x02\x02\x07\x05\x06\x06\x03\
 36.3206 +\x01\x01\x00\x00\x00\x00\x01\x00\x02\x03\x04\x11\x05\x21\x06\x12\
 36.3207 +\x13\x31\x41\x51\x61\x71\x91\xa1\xb1\xf0\x07\x14\x22\x23\x81\xc1\
 36.3208 +\x08\x32\x52\xd1\xe1\xf1\x15\x16\x42\x33\x93\xff\xda\x00\x0c\x03\
 36.3209 +\x01\x00\x02\x11\x03\x11\x00\x3f\x00\xcf\xe3\xc7\x8f\x1e\x11\x3c\
 36.3210 +\x78\xf1\xe1\x13\xc7\x8f\x1e\x11\x3c\x78\xf1\xe1\x13\xc7\x8f\x1e\
 36.3211 +\x11\x3c\xa0\x37\xfc\x91\x9c\xe3\xba\xd4\x36\xea\x67\xcc\x5c\xf1\
 36.3212 +\x13\x28\x14\xe1\xbc\x54\xb1\x3a\x30\xe3\x59\x8d\x2b\xe4\x69\x01\
 36.3213 +\x81\x5b\x55\x5a\x3b\x5c\x55\xbd\xf5\xc9\xb5\xd4\x75\x02\x35\xc4\
 36.3214 +\x58\x58\x40\xcf\x82\x3e\xa9\xbf\xba\x03\x39\x49\x6d\x7f\x69\x23\
 36.3215 +\xa2\xae\xa5\xae\x32\xcc\xe9\x18\x88\xe9\x10\x60\x87\x90\x89\x52\
 36.3216 +\x16\x2b\x9b\xf5\x67\x7b\x63\x56\x41\x12\x39\x1d\x2c\xce\x64\x6d\
 36.3217 +\xfe\xe7\x22\x79\x84\x5f\xac\x27\x77\xf6\xbc\xcf\xcc\x1b\x4e\xb2\
 36.3218 +\x50\xde\x10\x0e\x17\x10\x50\xf5\x7c\xf4\xca\xa3\x24\x60\xfb\x2e\
 36.3219 +\x45\xfa\x30\xd9\x2f\x0c\x48\x40\xea\xc5\x27\x8f\x78\x64\x12\xc1\
 36.3220 +\xa6\xd5\x54\xfd\x55\x0b\x59\xca\xf2\xe9\xdf\x7a\x2c\xcc\xcd\x01\
 36.3221 +\x1a\xe4\x1a\x31\xa3\x78\x86\x95\xe3\x34\xb8\x36\x1a\x1a\x27\xa8\
 36.3222 +\x2e\x7c\x93\x49\xac\x21\xa6\xa7\x88\x6b\x4d\x53\x33\x9a\x09\x11\
 36.3223 +\xc4\xd2\x00\x00\x17\x49\x23\xa3\x89\x83\x5e\x46\xaf\x4a\xbe\xba\
 36.3224 +\x1c\x3a\x96\x4a\xa9\xc9\xd4\x65\x80\x6b\x6c\x5d\x23\xdc\x6c\xd8\
 36.3225 +\xd8\x09\x17\x73\x8f\x1d\xcd\x68\x73\x9d\x93\x4a\x93\x3e\xcc\xfa\
 36.3226 +\xfd\xf1\x8e\x4e\xce\xcb\x2f\xc1\x41\x9f\xcd\x57\x01\x4d\x28\xa4\
 36.3227 +\x5d\xf1\xbd\x95\x55\x27\x11\xd7\x90\xd7\x39\xaf\x82\x0e\x69\xd3\
 36.3228 +\xd4\x68\x4a\xe4\x42\x82\x77\xc9\xa4\xcd\xc6\x9c\x68\x5e\x34\x87\
 36.3229 +\xb7\xe9\xd6\xef\xcb\x56\xbe\x56\xc5\x5e\xd3\xd6\xd3\xb9\x7a\x82\
 36.3230 +\x65\x9a\x9e\xa3\x8d\x72\xf0\x39\xee\x58\x46\xb0\xb5\xe5\xbd\x92\
 36.3231 +\xc7\x1a\x2a\xfc\x3e\xbb\x1d\xc8\x59\x8a\x82\x27\x54\xf6\x59\x25\
 36.3232 +\x8a\x94\x48\x95\xca\xa9\x10\xf1\x31\x11\xbe\x44\x43\x5a\xd6\x35\
 36.3233 +\xad\x63\x5a\xd6\xb5\xad\x63\x5a\xd6\xa3\x5a\xd6\x31\x11\xad\x6b\
 36.3234 +\x5a\xd4\x46\xb5\xad\x6a\x22\x35\xad\x44\x6b\x51\x3d\x91\x11\x3c\
 36.3235 +\xfa\x55\x44\x45\x55\x5f\x64\x4f\xca\xaa\xff\x00\x08\x9f\xea\xbe\
 36.3236 +\x75\x76\x0d\xec\x43\x43\x30\xe8\x23\x18\x8c\x55\x78\xdd\x50\x00\
 36.3237 +\xcb\x3d\x4d\x4c\xd4\xb0\x97\x8b\x5f\x63\x4d\x45\x24\x3a\x91\x92\
 36.3238 +\x2e\x19\x3c\xb5\x2e\x17\x37\x90\xe5\x6d\x77\x55\xa5\x98\xa4\xcf\
 36.3239 +\x26\x07\x45\x49\x1f\xfc\xb1\x91\xb2\x57\x5a\xf7\x1a\xcf\x99\xaf\
 36.3240 +\x05\xdc\xdc\xd6\x46\x0f\xe9\x0a\x49\x59\xea\xe9\xde\xb6\x11\xf7\
 36.3241 +\x3f\xd4\xbc\x38\xe7\x2f\xc5\x16\x1f\xf0\xc7\x47\x1c\x68\x89\xfc\
 36.3242 +\xfc\x67\x8f\x93\x9b\x60\x8e\x54\xfc\x23\x9c\x63\xbe\x1f\xcb\x53\
 36.3243 +\xe4\x9e\xfe\x5e\x2c\x27\xae\x0f\x70\x32\x64\x0e\xfd\x06\x6f\x8f\
 36.3244 +\x75\x82\x31\xc9\xf7\x31\x54\x69\x39\x57\x1c\x43\x98\x8a\xaa\xaf\
 36.3245 +\x09\x96\x5a\xfd\xed\x00\xb3\x22\xfe\x7d\xa7\xce\x9c\x3b\xbf\x28\
 36.3246 +\xf1\xdc\x8a\x9e\xd0\xff\x00\x28\xa5\xc3\x5c\xcb\x79\x84\x2e\x1a\
 36.3247 +\x89\x5d\xf0\x8a\xda\x51\xa7\x8e\xb2\x47\xfb\xab\x7e\x11\xd8\x3e\
 36.3248 +\x36\x86\xf7\xfc\x9a\xe6\xfc\x5b\x32\xbb\xe4\x8a\x9e\xde\xe8\xa9\
 36.3249 +\xe5\xbf\xb8\xe4\x6c\x9d\x32\xbe\x39\xac\x98\x59\x0c\x55\x45\x1a\
 36.3250 +\xb9\xaa\x64\x9f\x24\xff\x00\xba\xae\x8d\x52\x06\x2f\xfc\x7f\xcd\
 36.3251 +\x9a\x36\xff\x00\xa3\xbc\xbd\xcb\xec\x8b\x40\x2a\xd8\x63\x6e\x8f\
 36.3252 +\x35\x87\x31\xaf\x4d\x5d\x89\xb2\x46\x91\x6e\x2d\xac\x22\xed\x36\
 36.3253 +\xb8\x78\x73\x7f\x50\x23\x25\xeb\x47\xa4\x58\xd8\x70\x2d\xaa\x2f\
 36.3254 +\xdc\x75\x5d\x05\x3b\x81\x1f\xfc\xae\x07\x50\x47\x13\x7b\xe6\xb3\
 36.3255 +\x3a\xea\x97\xae\xef\x10\xf2\xad\xd5\x2e\x23\x94\xe3\x3b\x88\x76\
 36.3256 +\xf6\xe4\x8f\x5f\x59\x53\xca\xa7\x67\xc7\xc8\x6a\x2c\x89\x91\xb0\
 36.3257 +\x0d\x53\x8f\xe7\x6a\x46\x53\xe4\x63\xd0\x19\x3b\x95\xb5\xb4\x3c\
 36.3258 +\xad\x8c\xe2\xe8\xad\x67\x78\xf5\x75\x1a\x2b\x1b\x09\xe3\x89\xd3\
 36.3259 +\xe7\x90\xda\x50\xed\xeb\x1d\x63\x49\x3c\xdf\x21\xe5\x41\x6c\xeb\
 36.3260 +\x0f\x81\xe0\xdc\xd2\x1e\x8c\x47\xc9\x5d\x73\x5b\x37\xb4\xe0\x98\
 36.3261 +\xc4\x54\x73\x7e\x48\xf1\x8a\x85\xd1\x96\x01\x05\x87\x34\x04\x49\
 36.3262 +\xe5\x11\x71\xcc\x83\x9b\x01\x21\x0b\x99\x84\xb0\xc9\x8a\x48\x27\
 36.3263 +\x65\xd4\xcc\x96\x02\x47\x95\xaa\xc7\xc2\x45\x7c\x31\xc9\x1c\x91\
 36.3264 +\x3d\xaa\xa8\xf8\xde\x53\x9a\xe4\x5f\x8a\xa7\xfc\x7c\xc9\x13\xd0\
 36.3265 +\x7b\xd4\xc3\x6b\x36\xc9\xdd\x61\xe5\x1b\x93\x2e\x8a\xcf\xe6\xec\
 36.3266 +\xf4\x3c\x40\x69\xc6\x16\x7d\x95\xb7\x1e\x65\x87\x9a\xdf\x90\x38\
 36.3267 +\x79\xe6\x58\x10\x45\x8d\xbc\xf8\xcc\xbb\x2c\x79\x2b\x8b\x18\x71\
 36.3268 +\xa5\x17\x5b\x5b\x98\xd8\x65\x46\x99\x94\xd3\x02\x18\xda\x3f\xda\
 36.3269 +\x4f\xb1\x99\xb4\x56\x82\x5c\x7f\x03\x9a\x7a\xbc\x22\x07\x33\xdf\
 36.3270 +\x69\x6a\x8c\x6f\xad\xa1\x64\xaf\x6c\x6c\x99\xb2\x44\xd6\x36\xa6\
 36.3271 +\x9b\x6a\xf6\xb1\xe4\xc7\x1c\xd4\xe1\xcc\x74\x86\x66\x6d\x66\x8b\
 36.3272 +\x32\xc1\x71\xf9\x2b\x9e\x29\xab\x62\x64\x35\x04\x7c\xb9\x18\x7e\
 36.3273 +\x5c\xc4\x0b\x96\x96\x92\xe3\x1c\x9a\xa0\xb8\x5d\xce\x6b\xcd\xc0\
 36.3274 +\xd4\x3a\xad\x76\x6b\xfe\x3c\xd1\x1e\x78\x4a\x82\x12\x47\x96\x39\
 36.3275 +\xc7\x22\x28\xe7\x82\x68\x9c\x8f\x8a\x68\x66\x63\x64\x8a\x58\xde\
 36.3276 +\xd5\x54\x73\x24\x8d\xcd\x7b\x1c\x8a\xa8\xe6\xb9\x15\x15\x51\x7d\
 36.3277 +\xfc\xd6\xf3\x43\x2c\xa1\x3c\x78\xf1\xe1\x13\xc7\x8f\x1e\x11\x3c\
 36.3278 +\x78\xf1\xe1\x13\xc7\x8f\x1e\x11\x3c\x78\xf1\xe1\x13\xc7\x8f\x1e\
 36.3279 +\x11\x3c\x78\xf1\xe1\x13\xc7\x8f\x1e\x11\x3c\x78\xf1\xe1\x13\xc7\
 36.3280 +\x8f\x1e\x11\x5a\x3e\x6e\xb2\x86\xab\x04\x41\x65\x45\xf7\x00\xc7\
 36.3281 +\x77\x9a\x96\xc8\x6f\xe1\x0a\xad\x0e\xf4\x1b\x13\x84\x72\xa2\x2a\
 36.3282 +\xa4\x65\x8c\x14\x83\x49\xec\x8b\xf2\x8e\x57\x37\xe2\xe4\x5f\x8a\
 36.3283 +\xf9\x99\x0b\x79\x6f\xaa\x69\x3b\x1d\x11\x6f\xb0\xd2\xee\x2c\xad\
 36.3284 +\xb7\x7a\x7b\x19\x7d\xd6\x6b\x2d\x3e\xe2\xd0\xcd\x66\x8e\xc2\x65\
 36.3285 +\x55\x73\x9d\x29\xb7\x57\x07\x10\xf7\x39\x55\xca\xe9\x17\xdd\x57\
 36.3286 +\xf9\xf3\xd3\x8b\x96\x84\x80\x9c\x05\xf4\xe4\x8c\xd3\x07\xa7\x8c\
 36.3287 +\x4d\x09\x22\x39\xaa\xf4\x28\x2c\xf9\xc3\x5b\xd8\x88\xac\x44\xf9\
 36.3288 +\x3d\x0b\xad\x0c\xb1\x95\x8d\xfe\xe7\x24\xca\xd6\xa2\xaa\xfb\x79\
 36.3289 +\xe6\x9f\xbe\xe3\xc3\x78\x7b\x91\x79\x2f\x87\x2c\x9d\x23\xce\xe1\
 36.3290 +\xfe\x49\xdf\xf1\x5c\xf3\xca\x88\x8e\x36\x1e\x3f\xd6\xdb\xe5\xab\
 36.3291 +\x6d\x9a\xe4\xf6\x6c\xa3\x5e\xd4\x56\x57\xdf\x02\x4b\x3d\xe2\x2e\
 36.3292 +\xbe\xcc\x42\xe1\x57\x43\x3b\x15\x77\xff\x00\xe1\xf1\xf4\xe3\x48\
 36.3293 +\x31\xc8\xdd\xab\xef\x4f\xc1\x9a\xe8\x49\xb6\xb7\xbb\xb2\xb6\x98\
 36.3294 +\x54\xb4\x1d\xf6\x32\x3e\x94\x90\x37\xea\xdf\x86\x58\x6e\x99\x87\
 36.3295 +\xfb\x95\x29\x1f\xf9\x8a\xab\x3f\xab\xcc\x52\x6c\xfb\x80\x93\xbf\
 36.3296 +\x2e\x2a\x96\xf2\x71\xbd\x0e\xfa\x4d\xc6\x5d\xa7\xe5\xce\x46\xe4\
 36.3297 +\xbe\x5e\xa9\xad\xd8\xe1\xf8\x16\x2c\xab\x05\xc2\x5a\x31\xa5\x53\
 36.3298 +\x68\x77\x3a\xf5\xb8\x2a\x9e\x4d\x10\x0e\x6b\xc7\xb3\xa8\xcf\xd6\
 36.3299 +\x50\x97\x63\x3d\x29\xaa\x90\x1a\x69\xf4\x8f\x2c\x72\x81\x49\xc7\
 36.3300 +\x97\x1e\x8e\x45\xdd\xff\x00\x4d\x0e\xda\xea\xd7\x31\xf7\x46\x46\
 36.3301 +\xae\x6b\x97\xd9\xcd\xaf\x1d\xde\xed\xfb\x99\x1a\xbe\xe8\xb3\xc8\
 36.3302 +\xbe\xe8\x34\x4b\xf8\x44\x47\x4b\x2a\x7c\x7e\x9b\x5f\x32\x5f\xa7\
 36.3303 +\x5f\xbe\xf9\x4e\xb6\x76\x23\x69\xd7\xee\x54\x30\x91\x72\xfd\xab\
 36.3304 +\xb2\xc5\x56\xe5\xf4\x8f\x80\xa3\xdb\x53\xcb\xb4\xc5\x5b\x57\x66\
 36.3305 +\xc0\xb0\x41\x99\x34\xf0\x81\xb6\x83\x49\x3d\x34\xc7\xbe\x29\x22\
 36.3306 +\x1a\xdc\x4a\x0f\xaf\x20\xa1\xc8\x61\x0d\xe8\x2f\x68\x90\x63\x7f\
 36.3307 +\xe8\xda\x41\x36\x02\x66\x6e\x20\xda\x46\x3a\x3f\x76\x2e\x15\x5e\
 36.3308 +\xea\xda\x98\x4e\x20\xea\x72\xdf\x88\x48\x28\x05\x49\x6e\xa7\xcc\
 36.3309 +\x20\x1d\x97\xcc\xd4\xbe\x29\x81\x43\x03\xb1\x1a\x47\xd6\x06\xec\
 36.3310 +\x36\x86\xcd\x78\x05\x8e\x90\xb5\xc2\x2d\x70\x72\xd4\xda\xea\x6f\
 36.3311 +\xc8\x9f\xcd\xf0\xde\xf9\xd4\x5b\x71\xa7\x1d\x5e\xe6\x8b\xc6\x5d\
 36.3312 +\xe0\xb1\xb6\xf9\x13\xeb\xa4\xa7\x3b\x31\x65\x99\xa5\x37\x3e\x5d\
 36.3313 +\x54\xb0\xa8\xf2\xd6\x93\x4e\x40\x52\x01\x30\x32\x40\xab\x0b\xc5\
 36.3314 +\x92\x05\x85\xd1\x7f\x62\xb3\xe3\xf8\xf3\xcf\x17\xd7\x3b\xa1\x58\
 36.3315 +\x1e\x8c\x76\xd6\xbc\x7e\x1c\xad\x6d\x0f\x0e\xf3\x66\x52\x4e\x44\
 36.3316 +\xc8\xe4\xe2\x92\x59\x42\xc4\x5b\x43\x6c\x55\x46\xaf\x25\x50\xf9\
 36.3317 +\xd5\xd3\x32\x88\x43\xa2\x1a\xda\x94\x47\x3e\x58\xea\xeb\x6e\x46\
 36.3318 +\xa9\x1e\x55\x1c\x08\xa3\x8f\xd1\xbd\xce\x46\x35\xcf\x72\xa3\x5a\
 36.3319 +\xd6\xab\x9c\xab\xfc\x22\x35\x3d\xd5\x57\xdb\xdf\xf0\x88\x9f\x9f\
 36.3320 +\xe7\xcf\x39\x1f\x5d\x1e\xf8\x63\x7b\xbd\xdb\xb8\x5b\xc5\x64\x4d\
 36.3321 +\x61\xc4\xdc\x13\x9e\x33\x8c\x32\xf7\xd3\x0c\x48\x4d\xd6\xde\xb2\
 36.3322 +\xf0\xd3\xf6\x5a\x80\xc4\x35\x91\x17\x0d\x61\x36\x8b\x05\x3d\x53\
 36.3323 +\xe7\x8a\x07\x1b\x5d\x46\x35\x8b\x60\x63\x0c\x47\x3f\x9e\xff\x00\
 36.3324 +\x0f\xb2\x63\xcf\xd3\x0a\x86\xd2\x49\x52\xec\x19\xb4\x13\xbf\x1b\
 36.3325 +\x6b\x9e\xf3\x4a\x1c\xf6\x91\x40\xe7\xb4\x93\x1f\xbd\xba\xa5\xbf\
 36.3326 +\x21\xd6\xda\x98\x5b\x57\xaa\x76\x62\x55\x9c\xe9\x2b\x69\x85\x13\
 36.3327 +\x35\xc3\x04\xfb\x46\x8a\x7b\x00\x1f\x60\x46\xd4\x0b\x67\xa8\x18\
 36.3328 +\x46\xb0\xfc\xa1\xc5\x97\xce\xca\x15\xfc\xed\x0f\x48\xb7\x56\x7c\
 36.3329 +\x65\xdc\x9e\xaa\x6e\xea\x64\xfa\x65\x67\x7b\x0d\xc3\xf3\x94\xdf\
 36.3330 +\x8a\xb9\x0c\xa1\x3b\x77\x49\x51\xac\xa7\x91\xad\x45\x73\x86\xd0\
 36.3331 +\xe4\xac\x6f\x73\xa7\x31\xad\x57\x4a\x05\xb1\x51\x22\x7b\xbf\xce\
 36.3332 +\xaf\x79\xdd\xaf\x4d\xee\x36\x6f\x2a\xf7\xb3\xab\xb9\x92\x60\x96\
 36.3333 +\x7a\x8a\x9e\x57\xa3\xe4\xcd\x3b\x18\xc5\x74\x2f\xc7\xf0\xb4\x45\
 36.3334 +\xf3\x2e\xbc\x52\xa4\xf8\xb9\x90\x43\x69\x99\xc1\x5a\xd3\xb2\x59\
 36.3335 +\x3d\x91\xc5\x58\x8d\x04\x48\xf2\x26\x82\x37\xf5\x4e\x9c\xbe\x9a\
 36.3336 +\x3d\x0b\xd2\xc7\x55\x80\xea\x7f\xf5\xdc\x61\xaf\x69\xb7\xc4\x5f\
 36.3337 +\x41\x3b\x23\x6b\x49\xc8\x48\xe9\x1c\xc6\xc4\x6e\x08\x90\xb0\x82\
 36.3338 +\x0e\x6b\x0e\xa0\x0e\x35\xd4\x5a\x9f\x9b\xde\xe9\xc8\x3c\x80\x99\
 36.3339 +\x84\x93\xd0\x00\x4b\xba\x5d\x7a\x7c\x71\x1a\xbd\xbc\x6d\x90\x1a\
 36.3340 +\x47\xba\x45\xad\xaa\x6d\x33\x5e\xf5\x57\x3d\xd1\x51\x91\x3d\x3c\
 36.3341 +\x2a\xe7\x2a\xaa\xb9\x56\x10\x63\xfe\xef\x75\xf9\x7f\x3e\xeb\xef\
 36.3342 +\xe5\xc6\xf2\x92\xc1\x54\x13\x43\x8b\xcb\x54\x9c\x9e\xd6\x01\xd1\
 36.3343 +\xd7\x32\xcf\xf1\xed\xef\x6b\x20\xd1\xcf\x68\xe4\x4f\xe5\x11\xf6\
 36.3344 +\x12\x92\xe4\x45\xfc\xa2\x2f\xb2\xaa\xaa\x7b\xad\x5b\xe7\xcd\x95\
 36.3345 +\xb5\x06\xe1\xd8\x13\xc7\x8f\x1e\x14\xa7\x8f\x1e\x3c\x22\x78\xf1\
 36.3346 +\xe3\xc2\x27\x8f\x1e\x3c\x22\x78\xf1\xe3\xc2\x27\x8f\x1e\x3c\x22\
 36.3347 +\x78\xf1\xe3\xc2\x27\x8f\x1e\x3c\x22\x78\xf1\xe3\xc2\x27\x8f\x1e\
 36.3348 +\x3c\x22\xd2\x9e\x18\x89\x86\x61\xe7\x8d\x93\x41\x3c\x52\x43\x34\
 36.3349 +\x32\x35\x1f\x1c\xb0\xca\xd5\x64\x91\x3d\xab\xf8\x73\x24\x63\x9c\
 36.3350 +\xc7\x35\x7f\x0a\x8a\xa8\xbf\x8f\x30\x35\xf5\xa4\xe0\xd9\xb8\x1b\
 36.3351 +\xb6\x77\x1b\xe9\x07\x92\x2c\xe7\x29\x64\xc5\x2a\xc0\xc5\x8f\xfb\
 36.3352 +\x48\xda\x71\x3d\x45\x56\x34\xb2\xde\xf6\xfb\x44\xa4\xe9\xf8\xa6\
 36.3353 +\x0e\x25\xbf\x99\xa8\xbf\x54\x9d\x0b\xb5\x53\xc8\xf9\xe5\xfa\xb2\
 36.3354 +\x2e\x79\xfe\x43\x37\xad\x07\x47\x65\xee\x07\x59\xf4\x01\x65\x45\
 36.3355 +\x81\x39\x2a\x81\x06\xbc\xe3\xf2\xe4\x92\x21\x22\x97\x69\x50\xc2\
 36.3356 +\xe2\xa7\xce\xd8\x9f\x2b\xe2\x84\x2a\xae\x41\xae\xb1\xb5\xc2\xb8\
 36.3357 +\xc2\x88\x18\x00\x75\x36\x38\x8b\x4b\x69\x99\x4f\x58\x7b\x9b\x99\
 36.3358 +\xfb\x3e\xd2\x26\xe8\xb6\x96\xe1\x18\xac\xce\x2d\xa3\x13\xfb\xa6\
 36.3359 +\x22\x40\x2e\xb5\x05\x5f\xc8\xa9\x93\x55\xa0\xb9\xe6\x9d\xae\x15\
 36.3360 +\x2d\x60\x04\xba\x48\x18\xd1\x99\x04\x5b\x31\x8a\x1f\xf2\x38\x7c\
 36.3361 +\xf4\xc3\xf3\x90\x24\x88\xe5\x7d\xac\x6e\x0f\x68\x04\xe4\x35\xec\
 36.3362 +\x63\x24\xe4\x03\xcd\xf2\x5e\x72\x16\xd6\x85\x5d\x59\x19\x68\x63\
 36.3363 +\x95\xc4\x1b\x3b\xe6\x72\x7b\xaa\xb6\x26\x2a\xff\x00\x95\x03\x3d\
 36.3364 +\xfd\xbd\xa3\x86\x3f\x8c\x6c\x4f\x6f\x7f\x8b\x51\x57\xf2\xaa\xbe\
 36.3365 +\x76\x83\xa1\xb3\x44\x3f\x77\xba\x81\x2c\xf2\x32\x18\x9b\xd9\x7e\
 36.3366 +\x12\x6a\xc9\x23\x9a\xc6\x23\xa4\xe4\x4c\xfc\x71\xa2\xb9\xca\x88\
 36.3367 +\x8a\xf9\x1e\xc6\x35\x15\x7f\x2f\x73\x5a\x9f\x95\x44\xf3\xab\x06\
 36.3368 +\x84\x6d\x61\xa6\xd6\x59\x84\x65\x6d\x9d\x61\xa5\xd6\xd9\xd6\xd8\
 36.3369 +\x8b\x30\x36\x35\xb6\x55\xe4\xca\x15\x85\x6d\x88\x24\xb2\x22\x41\
 36.3370 +\xb1\xaf\x36\x09\xc3\x3c\x12\x62\x88\x90\x8c\x82\x71\x49\x8e\x39\
 36.3371 +\xe1\x91\x8d\x04\x69\xb5\x86\x85\x65\x5a\x61\x55\xf6\x55\xa6\x0b\
 36.3372 +\x63\x5d\x60\x09\x13\x06\x75\x7d\x80\x33\xc6\x50\x47\x04\x58\xef\
 36.3373 +\x8c\x81\x0c\x0c\xa8\xa2\x24\x52\xa0\x92\x39\xc7\x9e\x28\xe6\x85\
 36.3374 +\xec\x91\x8d\x72\x7d\x10\xaa\x86\x3c\x47\x0d\xa8\x82\x19\x59\xb2\
 36.3375 +\xae\xa1\x96\x28\xa7\x8c\x89\x23\xd9\xd5\x53\xb9\x91\xcc\xc2\xd3\
 36.3376 +\xab\x23\x35\x64\x0f\x69\x6b\xac\xf6\xd8\x87\x58\x82\xb5\xac\x7f\
 36.3377 +\x26\x48\xc9\x69\x1b\x29\x18\x75\x0d\xc1\x06\x37\x03\xaa\x6f\x98\
 36.3378 +\x3f\x0d\x8d\xc5\xc2\xf6\x08\x2b\xfe\xac\x47\xfe\x04\xa9\xff\x00\
 36.3379 +\xd5\x8e\x44\xf3\xc8\x4f\x69\x2c\x73\x6d\x36\x53\x43\x23\x26\x86\
 36.3380 +\x6d\x76\x9e\x68\x66\x89\xc8\xf8\xa5\x8a\x5b\xd3\xe4\x8a\x58\xde\
 36.3381 +\xd5\x56\xbe\x39\x18\xe6\xbd\x8f\x6a\xab\x5e\xd7\x23\x9a\xaa\x8a\
 36.3382 +\x8b\xe4\xc7\x6d\x3f\x50\x47\xa9\x06\xeb\x80\xcc\xe0\x5b\x4d\x9f\
 36.3383 +\x1c\x56\xfe\xeb\x9e\x9b\x2b\x7b\xcc\xd9\xec\x41\xf5\x1c\xdd\x77\
 36.3384 +\x4a\x50\x8e\xaf\x3d\x93\xe8\x62\xd4\x49\x8c\xaa\xb4\xb1\x06\x49\
 36.3385 +\x86\x2b\x45\x9a\xc0\xd1\x68\x21\x59\x14\xea\xdb\x2a\xfb\x54\x4b\
 36.3386 +\x04\x84\xb6\xb5\xac\x6a\x35\xa8\x8d\x6b\x51\x1a\xd6\xb5\x11\x11\
 36.3387 +\xa8\x89\xec\x88\x88\x9f\x84\x44\x4f\xc2\x22\x79\xa7\xfd\x8e\xfb\
 36.3388 +\x3a\xc6\xf4\x10\x69\x0c\x98\xd4\xd4\x2f\x93\x13\x92\x86\x2a\x66\
 36.3389 +\x51\x4b\x24\xc3\x65\x42\x6b\x0b\xa7\x7b\xdf\x14\x5a\xa2\x73\x54\
 36.3390 +\xdd\x94\x7a\xbb\x46\x86\x38\xc8\x18\x4b\x5a\xaf\x98\xe6\x29\x06\
 36.3391 +\x23\xee\xa2\x9d\xb2\x01\x08\x94\xbc\xc8\xd0\xd3\xad\x26\xce\xcd\
 36.3392 +\x00\x39\xd7\xd5\xd4\x3a\xc6\xf6\xb9\x16\xbe\x65\x7e\xf9\x93\x37\
 36.3393 +\xe9\xb7\xeb\x09\x1b\xde\x6b\xe4\x5e\x7a\xb6\xaf\x57\xd3\x67\x00\
 36.3394 +\xaf\xe3\x4a\x42\x65\x89\xeb\x13\x9a\x6d\x85\x66\xe3\x7f\x2c\x4a\
 36.3395 +\xf4\x48\x9e\xb2\x57\xe7\x32\x18\xf9\xa4\x87\xde\x46\x57\xed\xee\
 36.3396 +\x46\x95\xd1\xc6\x42\xa4\xb8\xe0\x62\x71\x7a\xae\x47\xd8\xe5\xb8\
 36.3397 +\xfb\x0b\x46\x6e\x97\x67\xb5\xbf\xab\xcc\x65\xf3\xf5\xed\x6b\x8c\
 36.3398 +\xb7\xbc\xb9\x2e\x30\xab\xc2\x85\x64\x73\x21\x85\xb2\x4f\x2a\x38\
 36.3399 +\x82\xc9\x92\x10\xc0\x11\x84\x1e\x74\xe3\x84\x29\x13\xc7\xe9\x93\
 36.3400 +\xe9\x6f\xd4\x0a\x3e\x9f\x75\x7b\x05\x80\x01\xe3\x58\x59\x45\x4e\
 36.3401 +\x84\xdd\xe8\x87\x85\xf1\x47\xac\xd3\xdc\x4a\x96\x9b\x1d\x78\x89\
 36.3402 +\x33\x62\x9f\xf6\x5b\x8b\xa7\x32\xa3\x18\xe9\xe1\x8c\xa9\x78\xe3\
 36.3403 +\x2d\x89\x20\xf4\x5b\x39\xce\x55\xb5\x7e\x20\x74\xb2\x2c\x37\x47\
 36.3404 +\x21\xd1\x8a\x79\x5a\x6b\xf1\xe9\x23\x96\xa6\x30\x6e\xe8\x70\xaa\
 36.3405 +\x49\x9b\x29\x7b\xed\x9b\x4d\x4d\x5c\x70\xc5\x10\x70\xd5\x92\x38\
 36.3406 +\xaa\x85\xee\xcb\x1f\x2e\x8d\xd1\x19\xaa\x9d\x56\xe1\xf2\xe9\xc1\
 36.3407 +\x0c\x27\x73\xa6\x78\xb5\xb8\x5c\x32\x37\x38\xbb\x7e\xab\x9d\x1d\
 36.3408 +\xc5\x8e\x52\x51\xe3\xc7\x8f\x38\xc5\x67\x89\xe3\xc7\x8f\x08\x9e\
 36.3409 +\x3c\x78\xf0\x89\xe3\xc7\x8f\x08\x9e\x3c\x78\xf0\x89\xe3\xc7\x8f\
 36.3410 +\x08\x9e\x3c\x78\xf0\x89\xe3\xc7\x8f\x08\x9e\x3c\x78\xf0\x89\xe3\
 36.3411 +\xc7\x8f\x08\x9e\x3c\x78\xf0\x89\xe6\xc2\xd2\xb0\x0b\xaa\xd3\xea\
 36.3412 +\x2d\x44\x84\xea\xdb\x30\xc9\x02\xc0\x22\x1b\xf3\x80\xb0\x8b\x89\
 36.3413 +\xf0\x12\x34\xad\xf7\x4f\x94\x73\x42\xf7\xc6\xe4\xf7\x45\xf6\x77\
 36.3414 +\xba\x2a\x2a\x22\xa6\xff\x00\xc7\x84\x58\x67\xfa\xd2\xfa\x35\xeb\
 36.3415 +\xae\xb6\x17\xfd\x94\xeb\x56\x78\xad\x0e\xb6\xe5\x65\xb2\xdd\xf1\
 36.3416 +\xdd\x68\xc8\xfb\x2e\x4d\x51\xa0\x57\x97\xad\xc6\x24\x48\xc6\x58\
 36.3417 +\xf2\xb0\xa1\x40\xd2\x35\xf8\x65\x63\x2d\xf9\x18\x61\xc9\xd7\x62\
 36.3418 +\xd6\xdf\x56\xcb\x8c\xc1\xf8\x8e\x92\x31\x21\x11\x38\x86\x0f\x38\
 36.3419 +\x85\x8b\x2c\x90\x14\x29\x50\xc8\x39\x03\x4f\x13\x95\x92\xc0\x44\
 36.3420 +\x12\xb5\x92\x41\x34\x6f\x45\x6c\x91\x4a\xd6\xc8\xc7\x23\x9a\xf6\
 36.3421 +\xb5\xcd\x54\x4f\x60\x0b\x7a\x7a\xbb\xea\xf2\x6a\xae\x41\x1a\xca\
 36.3422 +\xb8\xc6\x23\x09\x0c\xb8\x9b\x2c\x32\x23\x5e\xd9\x23\x77\xc5\x7f\
 36.3423 +\x2c\x96\x19\x58\xc9\xa0\x99\x8a\xd9\x87\x99\x8c\x9a\x17\xb2\x56\
 36.3424 +\x35\xc9\x15\xbd\xa9\xf4\x7b\xea\x5f\x69\x6c\x0e\xd0\xec\xb8\xef\
 36.3425 +\x32\x7e\xa0\xdf\x9b\xa7\xd1\xcc\xcb\xbc\xce\xca\x77\xbd\x1a\x9f\
 36.3426 +\x39\x39\x0f\x07\x6d\x9e\xd1\x9d\x3a\x2c\x71\x2a\x95\xae\x83\x69\
 36.3427 +\x2c\x89\x13\x23\x91\x1f\x0f\xbc\x5e\x6f\x6f\x67\x9e\xdb\x71\x0d\
 36.3428 +\x13\xa3\x8b\x05\xc6\xa9\x24\xc6\x70\x7a\x71\xa9\x46\xf8\xa5\x6c\
 36.3429 +\x78\x86\x1f\x16\xfd\x84\x6e\x97\xe5\x55\x53\x37\x3d\x8c\x12\xba\
 36.3430 +\x17\x40\x0e\xa4\x73\xec\x1b\x1c\x2c\xc7\x31\x3d\x1f\x8e\xb2\x43\
 36.3431 +\x3d\x3b\xc4\x13\x38\xde\x40\xe1\x78\xa4\x3f\xa8\x81\xf1\x31\xfc\
 36.3432 +\xdc\xdd\x60\xed\xe5\x9a\xe4\xb9\xde\x69\x7e\x72\xd4\x34\x37\x9a\
 36.3433 +\x9b\x9a\xbc\xe6\x66\x9a\xdb\x45\xa0\xbb\x38\x5a\xca\x6a\x2a\x2a\
 36.3434 +\xe3\x6d\xee\x6d\xec\x4d\x9e\x31\x83\x02\xae\xae\xba\x02\x4f\xb0\
 36.3435 +\x34\xb2\x25\x88\x71\x44\x0c\x79\xc8\x22\x79\x23\x86\x18\xdf\x23\
 36.3436 +\xda\xd5\xce\x0e\x0f\xd3\x3f\xd6\x26\x5a\x7d\xc4\xf0\xee\x67\xaf\
 36.3437 +\x59\x3d\xd6\xb6\x6e\xc3\x9a\xea\xc4\x8d\x5c\xbf\xd8\xd6\x05\xd7\
 36.3438 +\xda\xcd\x22\xa7\xb7\xb7\xbb\x7f\xab\x59\x2a\x27\xe1\x0d\x57\x22\
 36.3439 +\xbd\x65\x2b\xaa\xbe\x95\x1d\x56\xea\x8b\x98\x7f\x1f\x71\xe6\x5e\
 36.3440 +\x96\xed\xc3\xb8\x62\x2e\x29\xc3\xb4\x23\x4a\x40\xf2\xc5\xf4\x48\
 36.3441 +\x14\xde\x41\xd6\x5c\x69\xb7\xe4\xc4\x4c\x3f\xee\xe6\xc7\x5d\x7d\
 36.3442 +\x40\x05\x88\xef\x96\x03\x2b\x24\x82\x45\x85\x36\x46\x2f\xf8\x8e\
 36.3443 +\xc1\x23\xa4\x7f\xf8\x2c\x0f\x12\xa9\xae\x73\x2d\x19\xc5\x0d\x35\
 36.3444 +\x25\x24\x4f\x23\x27\xc8\x29\x6a\x6a\xe6\x98\x30\x9b\x98\x9b\xb0\
 36.3445 +\xda\x00\x5a\x27\x88\xfc\x42\xd7\x06\x8b\x54\x97\x8f\x78\xa8\x89\
 36.3446 +\x91\x82\x2f\xb1\xd7\x91\xe4\x71\x0d\xd7\x64\x6d\x6e\x5f\xf4\x75\
 36.3447 +\xad\xfa\x5d\xb9\x43\xdf\xa2\xb7\xa3\x8d\x87\x0d\x9b\x17\x3f\xf6\
 36.3448 +\x26\xa6\x09\x39\x50\xca\xf2\x00\x13\x34\xaa\x39\x95\xfc\x55\x57\
 36.3449 +\x65\x0b\xa0\xb4\xcc\xc5\x66\x3c\x93\x8d\x73\xc9\xf7\x35\xf2\x49\
 36.3450 +\x53\xb8\xb0\xa8\x99\xf4\x7c\x7f\x54\x6d\x9e\x32\xbe\xc6\xe3\x54\
 36.3451 +\x55\xb1\xf4\x99\x5b\x47\x1c\x70\xc6\xc8\xa2\x8d\x91\x45\x1b\x1b\
 36.3452 +\x1c\x71\x46\xd4\x64\x71\xb1\x8d\x46\xb1\x8c\x63\x51\x1a\xd6\x31\
 36.3453 +\xa8\x8d\x63\x5a\x88\xd6\xb5\x11\xa8\x88\x88\x89\xe6\x80\x20\x85\
 36.3454 +\x58\x18\xd5\xf5\xc2\x0c\x08\x21\xc3\x18\xe2\x06\x24\x31\x8e\x28\
 36.3455 +\xd0\x44\xd4\x6c\x70\xc1\x04\x4d\x6c\x71\x44\xc6\xa7\xb3\x58\xc6\
 36.3456 +\xa3\x5a\x9f\x84\x4f\x37\x5e\x72\xc6\x3b\x8e\xe2\x9a\x49\x8a\x55\
 36.3457 +\x63\x18\xc5\x53\xea\xab\xaa\xdf\xad\x23\xdd\xf0\xb1\x8c\x68\x0d\
 36.3458 +\x8e\x18\x23\x1f\x0c\x30\x42\xc0\x19\x14\x4c\x00\x35\xa2\xe6\xee\
 36.3459 +\x2e\x71\xcc\x29\xa9\xa1\xa4\x89\x90\xc0\xc0\xc8\xd8\x2c\x07\x12\
 36.3460 +\x78\xb9\xc7\xfe\x9c\xe3\x9b\x9c\x73\x3d\x80\x00\xf1\xe3\xc7\x96\
 36.3461 +\x85\xe7\x4f\x1e\x3c\x78\x44\xf1\xe3\xc7\x84\x4f\x1e\x3c\x78\x44\
 36.3462 +\xf1\xe3\xc7\x84\x4f\x1e\x3c\x78\x44\xf2\x9c\xbe\xd8\xe4\x72\xcb\
 36.3463 +\x02\x69\xf5\x39\xcc\xe2\x95\xef\xf6\xc9\x7d\x77\x59\x4e\xa4\xfb\
 36.3464 +\x2a\xb5\x7e\x82\x58\x14\x3a\xcd\xec\xe4\x54\xff\x00\x2f\xe5\xf9\
 36.3465 +\xfc\x79\x05\xfe\xa9\x3e\xa1\x9c\xc7\x91\xe5\x2c\xaf\x47\x7a\x6e\
 36.3466 +\x93\x3f\x9f\x37\xef\xa4\x03\x47\xab\xa9\x8c\x52\xef\x33\x53\x6b\
 36.3467 +\x1c\x91\xd0\x65\x72\xce\x2d\x24\xae\xa9\xd0\x9e\x1b\xd2\xd6\xe7\
 36.3468 +\x46\x7b\x5f\xfd\x35\x4d\x2c\x25\xc1\xf6\x73\xbd\x6c\xc1\xb6\xdc\
 36.3469 +\x7f\xfa\x7f\xe9\x75\x55\xab\xad\xed\x17\x64\x39\x23\x6f\xcb\x1a\
 36.3470 +\x18\xd9\x61\xa7\x2f\x3c\x44\x66\x8b\x05\xa9\x11\xfc\xe6\x64\xba\
 36.3471 +\x7d\x7a\x5c\xe8\x34\xd3\xc3\x23\xd2\x29\x6c\x8d\x41\x3e\xe5\x61\
 36.3472 +\xf9\xc6\x3c\x2c\x91\x18\xd9\xb6\x57\x26\xd7\xdc\x37\x93\xfc\x76\
 36.3473 +\x94\x59\x19\x06\x68\x56\x22\xc0\x75\x79\x63\x1c\x11\x4c\x49\x46\
 36.3474 +\x30\x39\xe2\x24\x52\x23\x77\xba\x36\x48\x08\x85\xef\x86\x66\x2a\
 36.3475 +\xa2\xfb\x3a\x37\xb9\xab\xed\xfc\xf9\xba\xf3\x14\x6e\x79\xe9\x1f\
 36.3476 +\x6c\x7d\x25\x82\x93\xb2\xfd\x3c\xe7\xad\x4e\xc7\x89\x28\xac\x83\
 36.3477 +\x9f\x92\xf0\x3a\x01\x9c\x82\x0f\x5c\x49\x51\x0b\x11\xda\xec\x98\
 36.3478 +\xc5\x3b\x37\xab\xce\xbe\x59\xa0\xac\x2a\xe8\x21\x6a\x74\xf4\x0b\
 36.3479 +\x3c\x66\x06\x64\x30\xbe\x72\x05\x9f\xfe\x91\x76\xd3\x2d\xdc\xfe\
 36.3480 +\xbf\xe5\xb9\x9b\x3c\x1b\x29\x2c\xc9\x90\x8a\x1d\xb6\x55\x09\x52\
 36.3481 +\x5f\x97\xd9\xd4\xa4\x4c\xb7\xac\x64\xcf\x6b\x25\x22\xbe\x74\x96\
 36.3482 +\x0b\x2a\x72\xa4\x8d\xaf\x9e\xb4\xc1\xd2\x54\x42\x23\x9d\x8d\x11\
 36.3483 +\x95\xc1\xb8\xf1\xbf\x50\x8b\xb7\x5e\x3c\x2a\xa2\x22\xaa\xaf\xb2\
 36.3484 +\x27\xe5\x55\x7f\x84\x4f\xf5\x5f\x34\xd9\x2c\x52\x7b\xfd\x39\x23\
 36.3485 +\x93\xe3\xf8\x77\xc1\xed\x77\xc5\x7f\xd1\x7e\x2a\xbe\xdf\xf9\xf9\
 36.3486 +\x08\xb5\x3c\x78\xf3\xe1\xf2\xc5\x12\x22\xc9\x24\x71\xa2\xff\x00\
 36.3487 +\x0a\xf7\xb5\x88\xbf\xf2\x57\x2a\x22\xff\x00\xe5\xe1\x17\xdf\x8f\
 36.3488 +\x3f\x11\x51\xc8\x8a\xd5\x45\x45\x4f\x74\x54\x54\x54\x54\xff\x00\
 36.3489 +\x54\x54\xfc\x2a\x7f\xed\x4f\x3f\x7c\x22\x78\xf3\x4d\x66\x85\x1e\
 36.3490 +\x91\x2c\xb1\xa4\x8b\xed\xed\x1a\xbd\xa8\xf5\xf7\xfe\x3d\x98\xab\
 36.3491 +\xf2\x5f\x7f\x74\xf6\xfc\x7e\x7d\xfc\xd3\x30\xa8\x01\x10\xa3\x49\
 36.3492 +\x91\xb1\x0c\x18\xf3\x14\x44\xaf\x5f\x8b\x22\x80\x78\xdd\x2c\xb2\
 36.3493 +\x3d\xdf\xf7\x5a\xc8\xda\xe7\xb9\x7f\xe0\x88\xab\xe1\x10\xb3\x04\
 36.3494 +\x00\x52\x0d\x38\xa1\x82\x08\x48\x64\x20\xb2\xcb\x9e\x21\x85\x14\
 36.3495 +\x78\x9a\xaf\x96\x72\x08\x99\xcc\x8a\x18\x63\x62\x2b\xe4\x96\x47\
 36.3496 +\xb5\x8c\x6a\x2b\x9c\xe4\x44\x55\xf2\x96\xce\xf2\x2f\x1f\x6b\xc9\
 36.3497 +\x98\x2c\x9e\xeb\x1d\xa8\x30\x66\xbd\xc4\x09\x9d\xd3\xd2\x5d\x95\
 36.3498 +\x03\x62\x72\x32\x47\x4c\x3d\x61\xc5\x4b\x12\x46\xf5\x46\xbd\x5e\
 36.3499 +\xc6\xa3\x1c\xa8\xd7\x7b\x2a\xa2\x79\x82\x67\x0a\xe2\x7b\x31\xfa\
 36.3500 +\x97\x7b\x59\xce\xfa\x7e\x46\xec\x16\x9b\x87\x7a\x71\xc1\xf6\x94\
 36.3501 +\xe4\xe5\xf8\xde\x95\xc4\x1c\x35\x55\x3e\xbe\xc3\x43\x0f\x1e\xd5\
 36.3502 +\xd0\xe2\x24\x30\x3c\xe9\x7b\x8b\x3a\x2c\xc9\xf7\x9b\x9e\x41\xd2\
 36.3503 +\xc0\x71\xc1\x92\xf0\xe9\xab\x20\x20\x19\x06\x86\x9e\x44\x37\x7f\
 36.3504 +\xa4\xf7\x82\x63\xa4\x8c\xde\x12\xed\x77\x32\xe1\x39\x0e\xb1\x8c\
 36.3505 +\x26\x9a\xf7\x4d\x4f\x9f\xbe\xa9\xfd\xda\x1f\xc8\xe4\x4d\x15\x02\
 36.3506 +\xe6\x2e\xab\x5b\x1c\xa8\xd9\x5b\x35\x5d\xa3\x49\x85\xcc\x4f\xa4\
 36.3507 +\xff\x00\x75\x57\x36\xab\x01\x91\x36\x3c\x72\xbd\x91\x65\xa9\xe3\
 36.3508 +\xc8\xf1\xf4\xc0\xeb\xd7\x67\x7a\xbb\xd5\x6a\xae\x1d\xed\xa7\x31\
 36.3509 +\x99\xce\x9c\xa5\x9e\xdb\xec\x9e\x0e\xf4\xdd\x8e\x9f\x74\xe2\x30\
 36.3510 +\x73\x98\x34\x78\xca\xd8\x6f\x76\x50\x43\xa5\x6c\x01\x56\x40\xae\
 36.3511 +\xfd\xa6\xc9\xe6\x25\x24\xc4\x4d\x56\x11\xe6\x57\x0c\x24\xee\x90\
 36.3512 +\xc7\xbd\x91\xb5\x5f\x23\xda\xc6\x37\xfe\x93\x9e\xe4\x6b\x53\xfe\
 36.3513 +\x6e\x72\xa2\x27\xf2\x9f\xca\xf9\x4a\x2f\xaf\x1e\x7c\x47\x2c\x72\
 36.3514 +\xb5\x1f\x14\x8c\x91\x8a\xbe\xc8\xf8\xde\xd7\xb5\x57\xfd\x11\xcd\
 36.3515 +\x55\x4f\x7f\xca\x7f\xc7\xcf\xbf\x08\x9e\x3c\xd1\x90\x91\xe2\x72\
 36.3516 +\x32\x52\x21\x8d\xeb\xfc\x36\x49\x63\x63\x97\xdf\xf8\xf6\x6b\x9c\
 36.3517 +\x8a\xbe\xff\x00\xf2\xf3\x57\xdd\x17\xdb\xd9\x51\x7d\xff\x00\x29\
 36.3518 +\xf9\xfe\x53\xfd\x53\xfd\x7c\x22\xfd\xf1\xe3\xc7\x84\x4f\x1e\x3c\
 36.3519 +\xdb\x4f\x24\x0e\xf7\x0d\xd3\xc4\xc9\xc9\x8a\x56\xc5\x13\xa4\x62\
 36.3520 +\x4a\xf4\xf8\x39\x1c\xf6\x44\xae\x47\xbd\xac\x4f\x77\x39\x5a\x8b\
 36.3521 +\xec\x8d\x5f\x75\x4f\x6f\x08\xb7\x3e\x3c\x87\xdf\x4b\x8f\x4b\x9b\
 36.3522 +\xbf\x4e\xad\xef\x70\xf6\x76\xfc\xd7\x17\x2d\xc7\xda\x6d\xae\x43\
 36.3523 +\x5a\x0d\x74\x79\x72\xb3\x8b\x89\x8f\x2f\x7f\xcb\xb7\x6f\x01\xf3\
 36.3524 +\x13\x7b\x72\x96\xaa\x6b\x79\x3e\x11\x92\x68\x62\x01\xb1\x7e\xca\
 36.3525 +\xaf\x74\x6f\x42\x98\xc8\x29\x4e\x45\xf5\x4f\xdd\xe3\xbd\x61\xf8\
 36.3526 +\xb7\xd3\x2c\x0e\x27\xc9\x97\x8b\xdc\xe3\x00\xd5\x5b\x72\x91\x97\
 36.3527 +\xf7\x0d\xd4\x05\x21\xf8\x3d\x7e\xbd\x81\x57\x50\xc0\x33\x6a\x55\
 36.3528 +\x91\x13\x9b\x80\x37\x4e\x49\x4f\x73\xa0\x26\x59\x11\x89\x23\x19\
 36.3529 +\xe4\xdb\x7d\xb3\xb0\xbf\x24\x53\x5b\xe3\xc7\x8f\x21\x13\xc7\x8f\
 36.3530 +\x1e\x11\x62\xb1\xe9\xbe\x24\x3c\xbd\xeb\x53\xdc\x6e\x4a\xd7\xb1\
 36.3531 +\x0f\xb9\xc0\x1f\xd8\x92\xf2\xea\x52\xfc\xe7\xae\x2c\x1e\x51\xa7\
 36.3532 +\xe2\x1a\x59\xe3\x73\xd1\x1c\xd9\x2a\xf8\xf5\xd6\x19\xef\xed\x6b\
 36.3533 +\x3e\x31\x1e\xad\x44\x63\x7d\x98\xb9\x53\xf9\x89\x9e\x93\x40\xbe\
 36.3534 +\x99\x1e\xb3\xfa\x8e\x4b\xdd\x8e\x45\x67\x07\x76\x38\x9d\x55\x95\
 36.3535 +\x86\x91\x20\x99\xc3\x43\x95\xe6\x1b\x30\x74\x17\xf6\xed\xfa\x6d\
 36.3536 +\x56\x4a\xb8\xce\x5c\xa9\x1c\xfb\xa8\x21\x64\xe4\xc5\x9b\x64\xf2\
 36.3537 +\x0f\x14\x85\x93\x04\x4e\xca\xea\x9e\xe6\xa7\x43\x55\x5d\x7b\x45\
 36.3538 +\x66\x05\xd5\x2d\xc0\x43\x59\x55\x5b\xd5\x17\x01\xf5\x96\x75\xe6\
 36.3539 +\x44\xc9\xc4\x38\x03\x85\x92\x51\x8b\x10\x98\x64\x64\xd0\x11\x04\
 36.3540 +\xb2\x45\x2c\x6f\x6b\xd8\xe5\x45\x45\xf2\xa7\x70\xe4\x40\xb7\xd0\
 36.3541 +\x66\x3b\xd1\x70\xfb\x9c\x75\x17\x22\x62\xf5\xd8\x1d\x40\x8d\x3b\
 36.3542 +\x37\xb7\xcc\xde\xe4\xaf\xc2\x7a\x35\x5a\x5d\x36\x8e\xac\xaa\x7b\
 36.3543 +\x31\xd5\x1c\x8a\x9f\xe6\x86\x64\xcc\x45\x54\x5f\x67\x2a\x39\x3f\
 36.3544 +\x28\x9e\x63\x23\xfa\x78\x75\x17\x10\x55\x77\x37\x8f\x5e\x5c\x92\
 36.3545 +\xd4\xd1\x05\xc7\x5a\xa1\x5d\x0c\x8e\xfa\x0d\xba\xb5\x13\x90\x68\
 36.3546 +\x2c\x0b\x81\x5a\xbe\xd1\xbc\x81\x72\xd5\x8e\x64\x8c\x7f\xbb\xdb\
 36.3547 +\x13\x5c\x9f\x96\x22\xf9\x36\x5e\xa0\xfd\xbf\xc8\x74\xf3\xae\x7b\
 36.3548 +\x7d\xad\x85\xe0\x23\x72\x25\xf5\x05\xce\x7b\x88\xb3\x8a\x44\x6b\
 36.3549 +\x6d\x7b\xb8\xb0\x06\x40\xeb\x0e\x1c\x16\xbd\x09\x96\x9f\x32\x41\
 36.3550 +\x50\x5e\x5f\x96\xd4\x8a\x18\x42\x15\x04\x42\x63\x38\xe0\x63\x9a\
 36.3551 +\x34\xfd\x06\xfa\xf1\x7b\xc6\x9d\x5c\xe5\x8e\x6a\xd2\x57\x91\x5c\
 36.3552 +\x47\x3a\x1b\x1b\x32\xd1\x95\x1b\xe1\x98\xbc\x36\x16\xb2\xd8\x0a\
 36.3553 +\xeb\x5f\x83\xda\x8e\x74\x16\x37\xb6\xba\x09\x03\x97\xdf\xe1\x38\
 36.3554 +\xd1\xb2\x78\xd1\x59\x23\x5e\xf0\xfc\xae\xeb\x60\x3c\xd1\x46\xff\
 36.3555 +\x00\x44\xc3\xef\x4f\x7a\x13\x91\x3a\xb7\x96\xec\x5e\xf3\x8f\x38\
 36.3556 +\x43\x23\xc8\xda\x1e\x46\xe5\xce\x57\x96\xef\x4b\xa0\xdd\xa4\x1a\
 36.3557 +\xc4\x07\x3f\x9b\xe3\xaa\xcb\xc2\xef\xa1\xb6\x90\x02\x1d\x8d\xb7\
 36.3558 +\xb4\xa3\xce\x0b\x6f\x4d\x54\x33\xe7\xd3\x5a\xdb\xcd\x61\x1c\x35\
 36.3559 +\xd5\x52\x76\x77\xb3\xbd\x15\xec\xcf\xa6\x76\x3e\x2e\xd8\x75\x63\
 36.3560 +\xb6\x5c\xb7\xb8\xa6\xc1\xd9\x55\x11\xc9\x98\xce\x42\x39\xe7\xc7\
 36.3561 +\x3d\x5d\x85\x88\xa0\x25\xc9\x35\xd1\x16\xec\xe6\x96\x89\xf6\x05\
 36.3562 +\x0d\x5f\x75\x56\x75\x24\x56\xa0\x8a\x6a\x58\x89\x6f\x24\x70\x92\
 36.3563 +\xe8\x2b\x2f\xd3\xe7\xc9\x78\xe1\x6d\x3b\x65\xc4\x45\x9c\x10\x5b\
 36.3564 +\xcb\x3d\xd5\x4f\x20\x53\x85\x3b\xdb\x19\xda\x0c\xd0\xa9\x75\x41\
 36.3565 +\x6a\x80\x22\xaf\xb9\x2d\xcc\x9e\xc0\xe6\x32\x16\xff\x00\x99\x0c\
 36.3566 +\x7a\x48\xa7\x8d\xb2\x47\xf7\x2e\x86\x56\xfd\x54\x39\x1b\x27\xc7\
 36.3567 +\x1d\x0b\xec\x69\x3a\x92\x84\x89\x75\xf8\x2b\x2e\x3c\xce\x04\x44\
 36.3568 +\x8c\x6c\xf6\x9a\x8d\xab\x12\x9a\xa4\x70\x22\x7a\xa2\x90\x48\x3f\
 36.3569 +\x5e\x6b\xd9\x19\x1f\xbb\xe2\x0a\xa4\xa2\xbd\x95\xb0\x2f\x95\x13\
 36.3570 +\x67\x6a\xe5\x6b\x8c\xac\x3a\x74\x45\x42\x5f\x7a\x93\xe4\xea\xbd\
 36.3571 +\x37\xa0\xef\x44\x74\xc2\x3e\xde\xc7\x28\x15\x7d\x6e\x11\xc4\xc8\
 36.3572 +\x83\xcb\xcc\x16\x16\xa9\x92\x6e\x57\xeb\xfc\x9c\x52\xd2\x89\xa7\
 36.3573 +\x42\x2c\xc8\x27\xf2\x6b\x31\xe2\x4f\x60\xe8\xfe\xe1\x8e\x8d\x22\
 36.3574 +\xcb\xaf\xfd\x21\xe6\xef\x50\x7c\x0d\x77\x66\xfb\x85\xde\x2e\x43\
 36.3575 +\xc4\xc9\xc9\x68\x45\xf6\x0b\x8c\xf0\x5a\x5a\xea\x88\x29\x33\x52\
 36.3576 +\x91\x23\x6a\xed\x0c\xae\x32\xc9\x73\xf4\x30\xd9\x32\x26\xcf\x55\
 36.3577 +\x41\x5b\x9d\x79\xf0\xd2\xb6\xbc\xbb\x5d\x03\xec\x0b\x9a\xba\xba\
 36.3578 +\xc2\x68\x78\x67\x7c\x77\xa0\x16\x42\xea\x00\xcd\x90\x6c\xe7\x60\
 36.3579 +\x67\xe6\xa3\x07\x6b\x24\x74\x8b\xc7\xe5\x5d\xe9\xf0\xaa\x7f\xd0\
 36.3580 +\xf8\x2b\xdf\x5e\x05\x9e\x80\x7b\x82\xa4\x54\x58\x87\x00\x32\x2c\
 36.3581 +\x64\x7b\x46\x1d\xce\x4e\xf1\xf4\x5b\xd3\x5b\xd3\xd7\xb5\x3d\x5d\
 36.3582 +\xe2\x9e\x5e\x12\xb3\x90\x8f\xbf\xb4\xcf\x09\x55\xc8\x01\xd5\x73\
 36.3583 +\x4e\xf4\x36\x50\x72\x15\x3c\x10\x8b\xaa\xa4\x2a\xac\x3b\xb6\x45\
 36.3584 +\x51\x2c\x46\xfc\x4e\x10\x24\x86\x18\xe4\xa9\x3e\xb4\xe0\xd8\xf0\
 36.3585 +\x0c\x16\x59\x23\x21\x7d\xe3\xe2\x20\x10\x2f\x90\xe1\x99\xfe\xf8\
 36.3586 +\xa2\xb6\x9c\x2b\xc8\x9c\xef\xe9\xa9\xdf\x7e\x21\xea\x6e\xdf\x9f\
 36.3587 +\xec\xfb\x1f\xd6\xce\xc5\x15\x49\x47\x8a\xb9\xd1\x5a\x4b\x6d\x73\
 36.3588 +\x96\xb9\xd5\x5b\xbf\x2f\x9d\x48\xda\x55\xb5\xdc\xf4\xb6\x95\x5a\
 36.3589 +\xf7\xd4\x53\x5c\x02\x1d\xab\xf3\xf6\xd9\xeb\xb1\xee\xc3\x0a\xbc\
 36.3590 +\xf8\x5d\x55\x5f\xa7\xea\x1d\xbe\xed\x1c\x1e\xab\xbc\x4b\xc5\xdd\
 36.3591 +\x6e\xe5\xeb\xbe\x3f\xd3\x72\x17\x1b\x67\xb1\xb4\xf1\x58\xe8\x2d\
 36.3592 +\x9d\x81\xa9\x9f\x68\x16\xb2\x8e\xe3\x4d\x63\x95\x74\x86\x52\xcf\
 36.3593 +\x63\x4f\x57\x39\x17\x00\x9f\x1d\x29\x76\xe3\x59\xd6\x80\x55\x6b\
 36.3594 +\x5f\x60\x38\x8d\xf2\x4a\x71\x5e\x8d\xbd\x19\xc1\x6f\x70\xdc\x93\
 36.3595 +\x43\x8f\xe4\x19\x35\x7c\x75\xaf\xcc\xee\x32\xe5\x5b\xf2\xbe\xe6\
 36.3596 +\xe4\x51\x34\x19\x1b\xc0\x34\x74\xb2\x92\x0d\x85\xb4\xc3\x98\x24\
 36.3597 +\x56\xb5\xa2\x4c\x48\x33\xb5\xc3\x17\x1b\x1d\x0c\xec\x7c\x52\x39\
 36.3598 +\xab\x1e\x7d\xb4\xff\x00\xb7\x87\xa9\x3f\xfb\xa7\x01\xff\x00\xe3\
 36.3599 +\x6c\xfc\x90\x41\xb9\xb5\xc8\x69\xbd\xc0\xb1\x3c\xed\x9e\x7c\xd1\
 36.3600 +\x5c\x6d\x4f\xa1\xc6\xf6\xd6\x94\xfd\x50\xbd\xff\x00\xec\x25\xb7\
 36.3601 +\x3b\x38\x59\x4f\x17\x57\x7c\x7d\x90\xd9\x72\xf4\x4d\x8d\x66\x86\
 36.3602 +\x29\x07\x03\x43\x3e\xb2\x92\xb2\x72\xd1\xb0\x21\x41\x68\xcf\x9e\
 36.3603 +\xae\x07\xa1\x30\xd6\x9b\xf4\x1a\x04\x97\x47\xd1\x9f\xb6\x7c\xb7\
 36.3604 +\xcd\xf9\x3e\x67\xeb\xc7\x61\xed\x4d\xd3\x72\x6f\x5f\x2f\x62\xa3\
 36.3605 +\x92\xf6\xed\xd1\x93\x7f\x61\x9e\x24\xcb\x6a\x23\xa9\xb4\x85\xb5\
 36.3606 +\x13\xf7\x23\xb3\xd7\xb4\xc6\x01\x15\x91\x09\x39\x66\x86\x4b\x61\
 36.3607 +\x2e\x79\x14\x48\xe4\x96\x70\xfc\xc6\xc3\xd2\x27\xd9\x9e\xa4\x3e\
 36.3608 +\xa7\xac\x6f\xf6\xc6\x9b\xcd\xd2\xfc\x13\xf0\xdf\xf2\xf9\xf3\x7a\
 36.3609 +\xd6\x2f\xc7\xf8\xfe\xc6\xaa\xa3\x7f\x1f\x84\x55\xf6\xfe\x57\xca\
 36.3610 +\x6f\x70\x6f\xda\x3a\x66\x07\x92\x28\xd2\xd6\xfa\x6b\x7a\xa6\xfa\
 36.3611 +\x33\xf6\x3b\x91\x79\xeb\xd3\x2e\xbd\x79\xdf\xae\xbb\x92\x5b\x25\
 36.3612 +\x87\x1d\x57\x83\x0e\xa6\xea\x2c\x90\x96\x66\xda\xd2\x60\xb9\x1b\
 36.3613 +\x8c\x64\x2c\x0d\x0e\x85\xf9\x0f\xbe\xb4\xaf\xcc\x6f\x38\xf8\x92\
 36.3614 +\xed\x22\xa6\x20\x89\x4f\x26\x86\xc2\xc8\x91\xca\xee\x47\x5f\x3f\
 36.3615 +\x54\x5f\x16\x41\xa4\x0b\x8c\x7b\xed\xd6\xae\x4d\xea\xfe\xe6\x29\
 36.3616 +\x22\x06\xdf\x57\x9c\xaf\xb5\xd6\xe4\x05\x25\x26\x58\x89\xb4\xbe\
 36.3617 +\xc3\x5c\xd7\xd1\xf2\x76\x4a\xa9\x92\x7b\xc2\xd8\x69\xc1\xe4\xc9\
 36.3618 +\x58\xb1\xfd\x69\x8b\x8e\x17\xbd\x47\xc9\xff\x00\x09\xc8\xf8\x0e\
 36.3619 +\x50\xa8\x2f\x41\xc7\x3b\x3c\xce\xe2\x92\xba\xf6\xf3\x31\x61\x69\
 36.3620 +\x96\xb9\x02\xec\x3a\xfd\x26\x6a\xc2\x6a\xad\x0d\x01\xf3\x01\x3c\
 36.3621 +\xed\x0a\xe6\x96\xc6\x09\x83\xb3\xad\x2b\xe8\x98\x1c\xec\xf8\x4d\
 36.3622 +\x0b\x3e\x4d\x55\xea\x77\x7e\x3a\x8d\xd4\xbe\xd2\x75\xf7\x93\x2a\
 36.3623 +\xbb\x4d\x91\xc4\xb7\x33\x4f\x8a\xd2\x5d\x7f\x8a\xf7\x00\x00\x1e\
 36.3624 +\x9b\x8a\x9f\x55\x4c\x51\x4c\xdc\xd0\xeb\xbe\x30\xd9\xd4\x13\x9c\
 36.3625 +\x41\xd9\x60\xe8\xda\x67\xd8\x58\x8e\x33\xea\xec\xc5\x36\xb8\xa2\
 36.3626 +\x03\x99\x70\x77\x8f\xa8\xdf\xc3\xbf\xea\x8a\xfa\xd5\xf6\x4b\x83\
 36.3627 +\xf4\x3c\x0b\x67\xd9\xcc\xaf\x24\x65\xf5\xbc\x19\x55\x82\xd0\xf2\
 36.3628 +\x59\x3c\x8b\x99\xb3\x86\xe7\x3e\xb8\xfc\xad\x31\xb7\xd7\xf6\x6c\
 36.3629 +\x28\x15\x99\x7d\xea\xeb\xab\x8d\x79\xa2\x39\x8c\x30\x59\x87\x90\
 36.3630 +\x69\xe0\x8c\x86\xba\x34\xc3\xcb\x80\xea\x3b\x6d\xfa\x83\x39\x13\
 36.3631 +\x97\xf9\xc7\x98\x7b\x8b\xb2\xe9\xaf\x4b\x71\x1b\x42\x72\x3c\x69\
 36.3632 +\xc4\x3c\x73\xa8\x82\x93\x41\x7b\x32\x43\x05\x8c\x15\x2a\x13\x2f\
 36.3633 +\x29\xeb\x0f\x26\x96\x8c\xca\x73\x36\x1b\xad\x4c\x1a\x81\x0d\xd3\
 36.3634 +\x18\xb4\x99\x6a\x08\xc6\x0c\xe2\xa9\x2c\xd7\xa1\x30\x5c\xd1\xce\
 36.3635 +\x1e\x9f\x3e\xb0\x5d\x59\xc7\x13\x73\x75\x43\x7d\xc0\x5a\x7f\xf0\
 36.3636 +\xce\x99\x27\x96\x40\xbf\xc5\x0d\xcf\x1c\x6f\xe8\xdd\x47\x58\xd9\
 36.3637 +\x1d\xf6\xe0\xc9\xb4\x8e\xb2\x90\x3b\x46\x44\x8c\x42\x9b\xf4\xa7\
 36.3638 +\x99\xaf\x58\xd1\x7c\xe7\xfd\x04\xbd\x3c\xbd\x39\xbd\x40\x3a\xf7\
 36.3639 +\xbd\xaf\xe6\xda\xfe\x42\x9b\xb2\x5c\x57\xbd\xb3\x87\x5b\x9f\xa0\
 36.3640 +\xe6\x9d\xfe\x06\x72\x70\x37\xac\x18\xac\x7e\x90\x7c\x75\x1d\xd5\
 36.3641 +\x78\xcd\x08\x72\x16\xcb\x31\x69\x63\x08\x69\x24\x37\x15\x6b\x0d\
 36.3642 +\xa7\xd1\x9c\xa0\xdc\x4c\xdb\x56\xfc\xc1\x00\x10\x2f\x6e\x37\xb1\
 36.3643 +\xe7\xbb\xb7\x72\x2a\xb3\xb4\x7c\x6b\xd9\x8f\xd3\xfb\xaf\xe1\x7e\
 36.3644 +\xcb\xf5\xb3\xbb\xbb\xbe\xd2\x75\xab\x4f\xbe\x1b\x19\xca\x3c\x19\
 36.3645 +\xca\x1a\xc1\xee\x49\x54\x50\x8b\xb9\x90\x19\x80\x16\xe6\xc7\x3c\
 36.3646 +\xf1\x34\xb4\xb5\xb7\x22\xd6\x6c\x28\xa8\xf2\x96\xb9\x4d\x28\xb4\
 36.3647 +\xc8\x74\x37\xe0\xd8\x22\x0d\x2e\x1e\xb6\x5e\xab\x5b\xae\xb4\xf5\
 36.3648 +\xe7\xaf\xb9\x2e\xa0\x13\xf5\xf9\xd3\xbb\x00\xd7\x9b\xc6\x5a\x78\
 36.3649 +\xab\xd9\x65\x73\x96\xe3\xdb\xa0\x28\xe4\x16\xfb\x37\x4e\x54\x53\
 36.3650 +\x0d\x36\xc7\x50\x6e\xa2\x96\x8f\x37\x31\x10\x9f\x1d\x54\xb2\x58\
 36.3651 +\x94\xc0\xd6\xc9\xb5\x64\xc1\x5f\x9b\xfa\x6d\x7d\x2c\xec\xa1\xfb\
 36.3652 +\x7b\x0c\x07\x33\x1d\x0f\xbf\xc9\x21\x33\xb0\xfc\xae\x4c\x68\xef\
 36.3653 +\x65\x6a\x3d\xb1\xcf\xa1\x91\xa8\xf4\x45\x54\x47\xa2\x7b\xa2\x2a\
 36.3654 +\xa2\x2f\xe5\x7c\x8a\x7f\x5e\x7c\x6d\x0f\x53\xbb\xb1\xe8\xdb\xcc\
 36.3655 +\x32\x54\x1f\x07\x5c\xfa\xf7\x6b\xc5\xd9\x36\x47\x3b\xc8\xb4\x8e\
 36.3656 +\xb3\x3d\xc1\x3c\xb3\xc6\xda\x82\x29\x1e\x49\x1f\x58\x83\xcc\x97\
 36.3657 +\x0b\x59\x13\x9e\xf2\xa4\x90\x93\x94\x57\x3e\x45\x7b\xdc\xf5\x50\
 36.3658 +\xb1\x2d\xe3\xcc\x91\xbe\xdb\xaf\x99\xbf\x5e\x88\xaf\x87\x1d\xfe\
 36.3659 +\x9b\x9e\x63\xe4\xfc\x9d\x76\xff\x00\xb7\xde\xa4\xbd\xa1\x2b\xb0\
 36.3660 +\x1a\x20\xe2\xba\xd0\x09\x82\xd3\x93\x65\x9c\xc7\x5d\x1b\x1a\x4f\
 36.3661 +\x25\x1c\x77\x9a\x8b\x9b\x93\xb4\x8b\x55\x2b\xfe\xdc\x83\xe9\x19\
 36.3662 +\x91\xaa\x96\x66\x49\x15\x48\x31\x85\x1c\x04\xcd\xd8\xae\xc7\xf5\
 36.3663 +\x8f\x9d\x3d\x3b\x7d\x0e\xfb\xbd\xc7\x5a\x1e\xdc\x72\xaf\x3c\x6d\
 36.3664 +\xaa\x4d\x2b\x67\x81\xe6\x9b\x2b\xad\x7e\x5f\x7d\x95\xc9\x5c\xea\
 36.3665 +\xb8\x9e\x9a\x9f\x25\x5b\x69\x26\xcf\x49\xa0\xa6\x4a\x84\xaa\xb6\
 36.3666 +\x9a\x57\x57\x6a\xa4\x16\x79\xef\x6c\xa5\x16\x30\x46\x31\xf5\xd0\
 36.3667 +\x64\x69\x4d\x75\x51\xa2\xa7\xaa\xd0\x50\x59\x81\x75\x45\x7b\x5a\
 36.3668 +\x0d\xcd\x2d\xcd\x59\x70\x1f\x59\x6d\x51\x66\x2c\x46\xd6\xda\x56\
 36.3669 +\x9c\x33\xe5\x18\xda\xf3\xc3\x9e\x12\x83\x2c\x79\x24\x80\x81\xe5\
 36.3670 +\x8e\x68\x9e\xe6\x3d\xae\x58\xc2\xf5\xb7\xa6\xb0\xbf\xf4\xa9\xee\
 36.3671 +\xa5\x6d\x60\xf2\x14\x5a\x71\x58\xb6\x2b\x14\x4d\x57\xbd\x04\xa6\
 36.3672 +\xd9\xe5\xae\x6c\x26\xf8\xa7\xe7\xe0\x3d\x78\x05\x11\x23\xbf\x86\
 36.3673 +\x47\x13\xde\xbf\x86\xaf\x90\x09\x24\x03\xba\xe3\x2c\xbb\x3d\x05\
 36.3674 +\x23\x78\xbf\x35\x41\xfa\x06\xeb\xb5\xbb\xaf\x4a\xde\xb6\x69\xf7\
 36.3675 +\x3a\xbd\x3e\xdb\x4f\x62\x47\x2d\x25\x8e\x97\x63\xa1\xb8\xd4\xe8\
 36.3676 +\xac\x10\x5e\x63\xde\x08\x2a\x1f\x79\x7c\x6d\x85\xa1\x88\x28\x90\
 36.3677 +\x40\x20\xc8\x49\x72\xfd\x01\x60\x84\x78\xbe\x10\xc5\x1b\x1b\x17\
 36.3678 +\xfe\xa6\xfc\xa9\xca\x59\xbf\xd4\x17\xe9\x95\x82\xcd\xf2\x77\x23\
 36.3679 +\xe7\x70\x7a\x4a\x6e\x0b\x7e\x8f\x0d\x41\xbb\xd5\xd2\xe2\xf4\x4f\
 36.3680 +\x37\x9a\xb9\x4c\x33\x5f\x7f\x94\xac\xb7\x16\x82\xe9\xc6\x86\x28\
 36.3681 +\xa1\x98\xeb\x2a\xf2\x94\xa1\x46\x1c\x69\xd6\x48\x60\x89\x8c\xef\
 36.3682 +\x97\xe9\xc0\xdb\x67\xb5\x5e\x94\xbc\x2b\x4d\x4e\x7c\x05\x59\x71\
 36.3683 +\xfe\xbb\x96\xb2\x7a\x81\x63\x91\x8e\x96\xb6\xe4\x9e\x44\xbe\xd7\
 36.3684 +\xc0\x3c\xf1\xa2\xfc\xe3\x59\xa8\xf5\x35\x25\xc4\xaf\x44\x47\xb2\
 36.3685 +\x65\x56\xaa\xfc\x57\xda\x32\x7d\x52\xcc\x0c\x9f\xd4\x79\xe9\x76\
 36.3686 +\x38\xc5\x8a\x41\x15\xf5\x5d\x7e\x18\xf8\x20\x22\x19\xa7\x00\x89\
 36.3687 +\x79\xab\x94\xcd\x88\x73\x61\x8d\xee\x90\x49\xe5\x0c\xa1\x4c\x8e\
 36.3688 +\x12\x1b\x1c\x8f\x14\x91\xc9\x6b\x56\x19\xe2\x7b\xe4\x01\xaf\x6b\
 36.3689 +\x65\x73\x97\x7a\x85\x54\xfe\xa0\x4e\xcc\x76\x23\xad\xde\xa1\x1e\
 36.3690 +\x99\xba\x0e\xbf\x68\x74\xc4\x68\xe5\x0b\x5d\xfb\x4f\x14\xb3\x6d\
 36.3691 +\xa4\xce\xf1\xe7\x27\x6c\x2d\x77\xb8\xdc\xae\x5e\x8b\x7b\x45\x57\
 36.3692 +\x7f\x49\x4b\x7b\x5e\x5d\x85\xf4\x40\xbd\xd7\x52\x46\xc1\xe0\x9e\
 36.3693 +\x4f\x89\xf5\xec\x57\x15\x17\x7d\xba\x33\xe9\x43\xd9\x5e\x31\xed\
 36.3694 +\x50\xfe\xa0\x3d\xe4\xee\x25\x87\x61\xfb\x08\x5f\x1f\xee\x29\x62\
 36.3695 +\xe3\x4a\x7c\xfd\x80\xdc\x65\xc5\x97\x1b\x98\x2b\x83\x9d\xb8\x5b\
 36.3696 +\xdb\x0b\xf8\xe2\x70\x14\x19\xf8\x6e\xb3\x82\x09\x4b\xc7\xd8\xc0\
 36.3697 +\x27\x82\xf2\x79\x56\x19\x5e\x37\xdc\x1f\x18\xdf\xa8\xc3\xfe\xd3\
 36.3698 +\x0f\x48\x6f\xfe\x38\xce\xff\x00\xfd\x1f\xc3\x9e\x66\x46\x57\xfd\
 36.3699 +\x58\x8f\xfc\x09\xbf\xfb\x6e\xf2\x0e\x4d\x1d\x6f\x7e\xb6\x39\x22\
 36.3700 +\xc4\x6b\xf4\xf9\x69\x79\x57\xb0\x7a\xff\x00\x59\x7e\x39\xde\xf3\
 36.3701 +\x6f\x2f\xda\x0e\x4e\xd3\x17\x8a\xc9\xde\xdc\x72\x06\x9b\x53\x6b\
 36.3702 +\xc6\xc2\xea\xb4\x7d\xb4\xa3\x2a\xc7\x8f\xd3\x53\x67\x6e\x2e\x64\
 36.3703 +\xe1\x60\x1a\xb2\x71\x7f\x6c\x80\x68\x7e\xbd\x35\x42\xcb\x1b\xd9\
 36.3704 +\x5c\x23\x61\x8a\xce\x48\xf4\xd1\x5c\xbf\xae\x4f\x13\x74\x59\x3b\
 36.3705 +\x7b\xda\xab\x8f\xea\x9e\x3f\xa6\xbd\xff\x00\x69\x1b\x7d\xfa\x93\
 36.3706 +\xd8\x2a\x5f\xb9\xe3\x7d\xae\x87\xf6\xca\x8d\x87\xd1\x45\x1e\xba\
 36.3707 +\x1f\xd8\xff\x00\x6a\x82\x05\x8d\x7e\x15\x76\x27\x0f\xee\xbf\x57\
 36.3708 +\xdf\xc9\x4b\xfd\x2f\xbf\xfa\xf7\xf5\x7e\xff\x00\xe7\x47\x11\x7f\
 36.3709 +\xfb\xef\x6d\xfc\xd8\xf3\xac\x8c\x8f\xf5\x60\x75\xe5\x1e\xe4\x6f\
 36.3710 +\xd4\xe2\x3c\xe4\x6c\xf7\x5f\xfa\x52\x2f\x09\xf2\xab\x91\xa9\xfe\
 36.3711 +\xaa\xad\x63\x97\xfe\x4d\x5f\x2a\xdc\xe7\x5b\x83\x7e\xc1\x15\xe8\
 36.3712 +\xef\xaf\xa5\x2f\x2f\xf5\xc7\xd2\xfb\x9a\x5b\xc0\x9d\xca\xee\x4f\
 36.3713 +\x2b\x72\xc7\x0e\x6e\x1f\xd9\x5a\xed\x4e\xd3\x99\x75\xd1\xee\x0f\
 36.3714 +\xc3\x52\x66\xe0\xa3\xe4\xfe\x3c\x0e\xc3\x29\x69\x4d\x29\x54\x70\
 36.3715 +\x64\x85\x9f\x90\x6b\x2b\x08\x82\xc0\x89\x34\x99\x68\x80\xae\x41\
 36.3716 +\xd6\xec\xc7\x4b\x28\x5e\x8b\xbd\xc8\xff\x00\x6d\xaf\x4f\xbe\x18\
 36.3717 +\xe4\x9b\x8b\x75\xb7\xe4\x7c\x50\x12\x71\x07\x2c\xc9\x34\xea\x49\
 36.3718 +\xee\xdd\x71\xf8\xe1\x80\xfb\x4b\x19\x1c\xe9\x26\x79\x3a\x9c\xe4\
 36.3719 +\xf9\xfd\x6b\x66\x9e\x59\x67\x2a\x1b\xd8\xc9\x9a\x45\x9e\x49\x51\
 36.3720 +\xb2\x9a\x78\x21\xda\x02\x6d\x6d\x80\xd1\x18\x05\x80\x84\x02\x70\
 36.3721 +\x93\xb1\x24\x80\xa0\xcb\x85\xf0\x12\x34\xcc\x77\xf6\xbe\x29\xe1\
 36.3722 +\x91\xf1\x48\xd5\xfc\x39\xae\x54\x5f\xc2\xf9\x83\x07\x5a\xfb\x09\
 36.3723 +\x0f\xa0\xa7\xa8\x1f\xa8\x97\x58\x77\x92\xc8\x17\x03\x6e\x78\xf3\
 36.3724 +\x59\xcc\x1c\x12\x19\x91\x3e\x5a\xd9\xf5\xd4\x14\x36\xbb\x1e\x0f\
 36.3725 +\x1a\xbd\x23\x72\xc7\x18\xfa\x6a\x0b\x5b\x5e\x2e\xba\x40\xd5\xe4\
 36.3726 +\x93\x79\x47\x97\x08\xe9\xdc\xfa\x27\xb6\x3a\x46\x60\x8b\x66\x33\
 36.3727 +\x1f\x5b\x02\x3c\x8a\x2e\xda\x76\x1f\x94\xf9\x5b\xd4\x43\xf5\x03\
 36.3728 +\xf1\x8f\x55\xf8\xa7\x95\x39\x37\x29\xd7\x2e\x99\x0c\x09\x7c\xd4\
 36.3729 +\x37\x1d\x72\x06\xc3\x21\x43\xae\xb7\xc4\x16\x1e\xe7\x92\xc1\xd1\
 36.3730 +\x47\x98\xb8\xa8\x82\xd6\x3b\x0d\x89\x18\xde\x13\x38\x0b\x66\xbd\
 36.3731 +\xe3\x45\x45\xae\x92\xb1\xca\xd3\x64\x52\x5e\x5f\x5f\xd3\x29\xd6\
 36.3732 +\x8d\x0d\x77\x06\x73\x47\x7d\xb9\x4e\x02\x4b\xe4\xfe\xe1\xf2\x1d\
 36.3733 +\xf4\xd4\x57\x36\x9f\x29\x6d\x09\xe3\xec\xce\x92\xd6\x4b\xbb\xc5\
 36.3734 +\x2a\x47\x34\x97\x26\xdf\x93\x08\xd1\x90\x42\x15\x12\xfd\xd8\x79\
 36.3735 +\x4a\x4b\x71\x65\x70\xf6\x7f\x27\xbc\x13\x63\x61\xc3\x2c\xb2\xb9\
 36.3736 +\x1b\xcf\x6d\xfc\x82\x29\xdf\xed\x87\x4f\xf8\x4f\xb9\x7c\x73\xfe\
 36.3737 +\x1d\x73\x2e\x7e\x43\x23\x00\x89\xac\x72\x7a\xba\x89\x63\x03\x5d\
 36.3738 +\x8a\xb8\x9e\x14\x82\x6b\x1c\xed\xb3\xa2\x99\x22\x8c\xc8\x99\x1c\
 36.3739 +\x36\xb5\x26\xc2\x5d\x3d\xb4\x70\x8a\xe3\x81\x94\x90\x6b\x89\x0e\
 36.3740 +\x16\xeb\xbd\x1f\x7b\xd9\xc1\xae\x2f\x3f\xd5\x9f\x50\x9d\x3e\x4b\
 36.3741 +\x8e\xe6\x26\x69\x43\xcc\x1f\x61\xba\xcc\xc0\x12\x4c\xf7\x3a\x42\
 36.3742 +\x16\x9a\x92\xea\xd7\x32\x87\xca\x8f\xf7\x9c\xda\xea\xda\xf9\xe6\
 36.3743 +\x7a\x23\xa4\x7a\xab\x18\xad\xc9\x1b\xc7\x91\x72\x05\xaf\x97\x23\
 36.3744 +\x98\xf1\x45\x8f\xcf\x12\x7a\x1c\xae\x83\x91\x04\xe5\x6e\xf1\xf6\
 36.3745 +\x2f\x67\xd9\xdd\x08\xb3\x0f\x34\x94\x04\x1f\xa4\x4a\xeb\x68\xc6\
 36.3746 +\x91\x66\x82\xb3\x41\xa9\xd2\x5e\x5b\x6a\x4c\xa3\x85\xee\x73\x3f\
 36.3747 +\x68\xa8\x96\x92\x07\xc5\x23\xa2\x8a\x51\xa0\x47\xc3\x24\xf0\x95\
 36.3748 +\x55\x59\x45\x8f\x26\x92\x92\xb8\x0a\x7a\x6a\x7c\xd4\xd5\x55\x15\
 36.3749 +\x15\x41\x8f\x5f\x59\x55\x59\x5f\x56\xe1\x2b\xeb\x6b\x6b\xc4\x8e\
 36.3750 +\x11\x01\x00\x11\x21\x88\x50\xc3\x16\x28\x87\x18\x78\xa3\x86\x18\
 36.3751 +\xd9\x1b\x1a\xd4\xa9\x7c\xe3\xad\xe0\x94\xaa\x9b\x31\xa0\x6f\xce\
 36.3752 +\x62\x2b\xcd\x82\x16\x7c\x9a\xdf\x9c\xb3\x0d\x24\x71\xb3\xe4\xf5\
 36.3753 +\x6b\x5b\xf2\x7b\x9a\x9e\xee\x72\x35\x3d\xfd\xd5\x51\x3d\xd7\xc1\
 36.3754 +\x24\xef\x45\x86\xaf\xa6\x67\x43\x82\xed\xe5\x17\x62\x36\xd9\x6e\
 36.3755 +\x59\xdc\xf0\x57\x38\xf0\xff\x00\x2e\x53\x3b\x8d\xf9\x3b\x12\x79\
 36.3756 +\xd0\xcb\x5f\x05\xd0\x5a\x59\x8f\xaf\xb0\x10\x13\xab\x0d\x58\xa4\
 36.3757 +\x24\x21\xe5\x88\xea\xbb\x2a\xf3\xa2\x63\xcb\x1a\x77\x1a\x29\x09\
 36.3758 +\x04\x52\x3a\x9e\x8c\x5d\x84\xe7\x0d\xb6\x6a\xd7\xbb\xdd\xe1\xd8\
 36.3759 +\x73\x7e\x23\x26\x57\xd4\xaf\xca\x55\xc3\x7d\x11\x13\x8e\x8f\x62\
 36.3760 +\x11\x08\x64\x5e\xda\x95\x4f\x9b\x9a\xda\x08\x99\x0d\x95\xa5\x75\
 36.3761 +\x21\x16\xf2\xc6\xd6\x32\x43\x65\x58\xe2\x7b\x2f\xaf\xa3\x7f\x52\
 36.3762 +\xb9\xff\x00\xaa\x94\xfd\x98\x13\x9e\x30\x89\x87\x9f\x90\x79\x0f\
 36.3763 +\x39\x7b\x91\x8d\x34\xb9\x2d\x1f\xee\xb5\x60\x09\xa3\x88\xb2\xbe\
 36.3764 +\x59\x5b\xdb\xb6\x05\xf4\x9e\x78\x89\xf4\x6c\x1c\x2c\xef\xfa\xbe\
 36.3765 +\xf1\xc4\xe4\x64\x8a\xc9\xa9\xf2\xa7\x38\xdc\xd8\xfd\x72\xe5\xcf\
 36.3766 +\xd6\x68\xa8\x40\xf8\xcb\x00\x07\x1c\x0f\xc4\x42\xe4\xa9\x19\xc6\
 36.3767 +\x62\xe4\x59\x83\x8b\x14\xf1\x1b\x3d\x0f\xf4\x7b\x2a\xff\x00\x65\
 36.3768 +\x4c\xfc\xa2\x4e\xb2\xa1\x00\x3e\xaf\xdc\x39\x9a\x43\xa5\x92\x76\
 36.3769 +\x39\xef\x9d\xf2\x4a\xf7\xbd\xd0\x61\x7f\xe8\xb3\xca\x1c\x45\xbb\
 36.3770 +\xbe\xd9\xf4\x3b\xb8\xbb\xae\xbb\x57\x68\xa5\xfa\xa7\x63\x4c\x9b\
 36.3771 +\x40\x50\x0d\x1d\x8e\x9a\x41\x6a\x65\xb3\xa3\xb9\x05\xba\x0a\xc0\
 36.3772 +\x24\x95\xeb\x5a\xdd\x45\x45\xb1\x21\x31\xee\xff\x00\x78\x98\x8f\
 36.3773 +\x91\x32\x64\x15\xe3\xca\x41\x23\xeb\xf5\xf3\x45\x10\x5d\x5f\xf4\
 36.3774 +\xfc\xed\x77\x1f\xf3\x6e\x2f\x9b\xbb\x2b\xdf\x2e\x4a\xe7\x29\xf0\
 36.3775 +\xab\x7b\x25\x5f\x1b\xc3\x25\xf8\xd8\x13\x65\xbf\xce\xda\x67\x65\
 36.3776 +\x92\xca\xb6\xd6\xf6\x7a\xc4\x98\x38\xec\x92\xc0\x72\xab\xe8\xc5\
 36.3777 +\x2d\x4b\x10\x66\x3a\x7f\xa2\xc7\xb6\x4a\xfb\x97\xfd\x3d\x6d\xf9\
 36.3778 +\x43\xbf\xfc\x3f\xdd\x58\x39\x36\xba\xa2\xb7\x8b\x83\xcf\x0b\x3e\
 36.3779 +\x06\x5c\xd9\x25\x9d\x70\xb4\x71\xdd\xc6\xe7\xc5\x7a\xcb\x58\x47\
 36.3780 +\x13\xee\x7f\x76\x45\x6a\x3e\xbe\x6f\xa6\x90\xaa\x2a\xb9\x5e\x8a\
 36.3781 +\xd9\x3f\xf1\xe2\xe7\xbc\x5b\x70\xdc\x89\xe4\x62\x74\xf3\xd3\xe6\
 36.3782 +\xe3\xab\x9d\x99\xed\x57\x60\x0e\xe4\xca\xed\x80\x7d\x8e\xbf\xd0\
 36.3783 +\xdc\x85\x9a\x0f\x38\x45\x49\x39\x56\xde\x72\x16\x83\x6e\xd8\x09\
 36.3784 +\xb1\x9a\xd0\xc8\xac\xdc\x3c\x57\x6d\xaf\x59\x22\x14\x44\x92\x41\
 36.3785 +\xd4\x84\x63\x5b\x22\x46\xd9\x3b\xf1\xe4\x7d\xd1\x62\x2d\xb3\xfd\
 36.3786 +\x38\x9d\xa7\xe2\xfe\x5c\xdc\xf3\x07\x47\xfd\x49\x77\x5c\x39\x6f\
 36.3787 +\xba\xd3\xde\xeb\x2d\xa2\x26\x2d\xae\x26\xec\xc2\xf4\x17\x47\xdd\
 36.3788 +\x97\x5f\x6b\xa1\xe3\x2d\x65\x68\x77\xa0\x40\x55\x91\x2d\x6c\x57\
 36.3789 +\x14\x24\x40\x54\x6f\x7f\xd6\x19\xa9\x23\xda\xee\x2f\x53\xe8\x27\
 36.3790 +\xea\x9f\xd9\x51\x85\xc7\xf6\xff\x00\xd5\x7f\x4b\xb4\xe2\xdf\xba\
 36.3791 +\x1e\x5b\x5c\x78\xc7\xf2\x76\xb6\xb2\xc1\xa3\xcc\xd7\x42\x44\x99\
 36.3792 +\x7b\x4d\x06\x73\x22\x75\x90\xe9\xf2\x94\x33\xae\xab\x2c\xa5\x12\
 36.3793 +\x5f\xfd\x1b\x93\xe6\xf7\x79\x97\xef\x8f\x27\x58\xfa\x03\xa7\x4e\
 36.3794 +\x83\xb9\x17\x47\x7a\x09\xe9\xff\x00\xc1\x1e\x9d\x5c\x21\x0f\x0b\
 36.3795 +\xf0\x80\x56\x26\x25\x95\x97\xf5\x1e\xf3\x77\xa4\x78\xc4\x6b\xb9\
 36.3796 +\x03\x56\xf1\x61\x0d\xf6\xf7\x44\x0b\x00\xe3\x0a\x10\x43\x42\xc0\
 36.3797 +\xa8\x68\x41\x8a\x3a\xda\x60\x91\xff\x00\x04\x26\xc4\xcb\x4b\x2b\
 36.3798 +\x08\xa3\xee\x27\xe9\xf5\xa1\xe4\x4e\x7e\xb7\xed\x87\x45\xfb\x23\
 36.3799 +\xb5\xe9\x07\x3c\xe8\xad\x6c\x74\x17\xf3\x62\xd2\xea\x2c\xa9\x7a\
 36.3800 +\x5b\xa7\xbe\x5b\xfb\xea\x59\xf2\x77\xd9\x8d\x3e\x56\x5d\x24\xd2\
 36.3801 +\x4e\x4e\x8e\xa4\x1b\x13\x28\xad\x8b\x38\xd9\xdd\x5f\x04\x64\x4c\
 36.3802 +\x2c\xb9\x1f\x78\xf1\x72\x33\xf4\x7b\x79\xa2\xc6\x1f\x1b\xe8\xd1\
 36.3803 +\xea\x87\xb6\xd4\x65\xa6\xed\x2f\xac\x7f\x32\x6a\x30\x19\x9d\x1d\
 36.3804 +\x06\x86\x4c\x6f\x1c\xbb\x67\x56\xdd\x14\x99\xab\x70\xee\x41\x12\
 36.3805 +\xfd\x84\xea\x2a\xa9\x2d\x42\x20\xa0\x06\x49\xe0\xbc\xa9\xbb\x62\
 36.3806 +\x7b\xbe\x65\x64\xd2\xb5\xaa\xe9\xc2\xee\x9f\x4a\xb8\x3f\xbe\x7c\
 36.3807 +\x13\x79\xc0\x5c\xf1\x4a\x51\xf9\xcb\x02\x06\xb8\xa0\xbf\xa8\x9e\
 36.3808 +\x30\xb5\x38\x8d\x6d\x7c\x24\x41\x55\xad\xcb\xd8\xc9\x11\x11\x0b\
 36.3809 +\x6a\x14\x45\x94\x34\xd0\x92\x39\x35\xf6\x75\xc6\x1b\x5b\x60\x2c\
 36.3810 +\xe2\x92\xf6\xa7\x6d\xbc\x78\xb9\xee\xe4\x00\xf2\x45\x89\xfe\x57\
 36.3811 +\xd0\xd7\xd5\x33\x80\x6b\x9f\xc6\x3d\x5a\xf5\x82\xdb\x61\x78\x32\
 36.3812 +\x09\x89\x83\x3f\x95\xb8\xaa\xda\x30\xac\xc5\x64\xf2\xba\x57\x43\
 36.3813 +\x4d\x5a\x36\x9e\xce\xa6\x8d\xf2\x3d\xf2\x4f\x2c\x59\x39\x73\xa3\
 36.3814 +\x38\xb9\x26\x29\x18\x93\x4f\x2c\xaf\x9a\x9e\x90\x74\x4a\xff\x00\
 36.3815 +\xae\x3d\x58\xdf\xf5\xd3\xb1\x7c\xf1\xb4\xee\x49\xfc\xc1\xa4\xdf\
 36.3816 +\x5f\xf2\x8e\xcf\x95\x88\xba\x34\xcb\xfa\xde\x48\xca\xd1\xe4\xb4\
 36.3817 +\x98\xbf\xbb\xb8\xbf\xbd\xd1\x15\x9d\x9a\xbe\xa4\xc9\x5b\x35\x95\
 36.3818 +\xe4\xd6\x0d\x96\xf0\xf8\xe1\x78\xf0\xc4\x33\x23\x91\x7f\x1e\x09\
 36.3819 +\x27\x7d\xbb\x85\xfb\xec\x8b\x12\x8a\xbf\xd3\xc5\xdc\x6e\xb2\xf2\
 36.3820 +\x46\xd6\xc3\xd3\xcb\xd4\xc3\x67\xd7\xce\x2a\xdd\xd8\x2c\xc7\xe5\
 36.3821 +\xad\x00\xd3\xb6\xec\x70\x1a\xe9\xd6\xbc\x7b\xa7\x66\x6e\xc3\xcb\
 36.3822 +\xec\x2c\x68\x86\x21\xe0\x56\x68\x48\xa1\xa8\xb9\x64\x2b\x24\x91\
 36.3823 +\x4c\x27\xdc\x4d\x0a\xde\x2e\x38\xfd\x3b\xd7\x5c\x7b\xdb\xae\xac\
 36.3824 +\xf6\xfa\xc3\xb8\xbb\x6e\x57\xe4\x5e\x27\xd6\xe6\xb9\x1b\x9d\xef\
 36.3825 +\xb9\x6a\xb2\xe3\x5b\xaa\xe6\x6d\xe5\x26\xae\xca\xe6\x43\xea\x2f\
 36.3826 +\x8e\xd2\xce\x5e\x62\xad\xb9\xe9\xa9\xb3\x00\x83\x69\x36\x82\x68\
 36.3827 +\x5b\x4a\x96\x0f\x21\x10\xc5\x08\x6c\x9d\x7c\x78\xd6\x3c\xfa\x5e\
 36.3828 +\xc2\xfd\xfb\xd1\x42\x8f\xa9\x4f\xa4\xc6\x83\xbf\x1d\xa1\xe9\xc7\
 36.3829 +\x61\xaa\x79\xa2\xa3\x8d\xc4\xea\xc5\xf5\x65\xc9\xd9\x8b\x0c\x79\
 36.3830 +\x9a\x12\x76\x2c\x03\x93\x31\x5b\xf7\x40\x2d\x90\xf7\x75\x91\x54\
 36.3831 +\x3a\x58\x72\x72\x56\xa4\x93\x0a\x6a\x36\x43\x58\x4a\xb5\x5b\x0b\
 36.3832 +\xa2\x92\x6a\xa5\x62\xc9\x14\x91\xfb\xfb\x2c\x91\xbd\x9e\xff\x00\
 36.3833 +\xcf\xb7\xcd\xaa\xdf\x75\x4f\x7f\xcf\xb7\xbf\xba\xa7\xbf\xe7\xdb\
 36.3834 +\xf1\xe6\xa7\x8f\x17\x39\x0e\x5b\xbe\xa8\xa1\xbb\xd2\xab\xd2\xc2\
 36.3835 +\xfb\xd3\x8f\x7f\xdc\xbd\xa5\xcf\x30\xd4\xf2\x9c\x5d\xa9\xdc\x63\
 36.3836 +\xb5\xc0\x01\x5b\x92\x2f\x32\xfc\x6c\x79\x6d\x0f\x30\xdd\xbc\x12\
 36.3837 +\xe7\x2a\xea\xd9\xb6\xef\x31\x9c\xa3\x00\xec\x9a\x18\xc3\x48\x5d\
 36.3838 +\x4f\x34\x8e\x63\xd0\xb6\x36\x1b\x4d\xea\x71\xe8\xe1\xb8\xed\xe7\
 36.3839 +\x64\xb8\xa7\xba\xfd\x58\xec\x79\x3d\x60\xed\x3f\x17\x50\xd6\xe6\
 36.3840 +\xa1\xd4\xc9\x4a\x5d\xbd\x4d\xb0\x54\x05\x5e\x91\x41\x6e\x3c\xb5\
 36.3841 +\xa6\x0c\x6d\x4e\x80\x31\x34\xd7\x59\xeb\x25\x9c\x7b\x6a\x7d\x0e\
 36.3842 +\x68\x98\x2a\x2d\x2b\x1c\x38\xd2\xa1\x93\xd5\xe3\xc5\xcd\xef\x7c\
 36.3843 +\xd1\x74\x63\xa0\x9c\x3b\xdc\xae\x16\xe2\x5b\xdc\xd7\x76\xfb\x33\
 36.3844 +\x5b\xda\x4e\x4f\x33\x60\x65\x95\x1e\xda\xab\x21\x47\x8e\x12\x9f\
 36.3845 +\x20\xea\xfa\xf8\x02\xcf\xa8\x54\x94\x19\xf6\x96\x44\x47\x42\x79\
 36.3846 +\x93\x1a\x64\x04\x90\xff\x00\xb9\x64\x68\x42\xb2\x34\x63\x71\x83\
 36.3847 +\xfd\x49\xf8\x8c\x5f\x69\xbd\x40\x3a\x15\xd5\x3e\x27\xac\xfb\x9e\
 36.3848 +\xcb\xe9\xe8\xe5\xc8\xed\xf4\x60\xbe\x32\x1b\x59\x83\xe4\x3d\xb5\
 36.3849 +\x73\x78\xee\x9e\xcc\x76\xac\x9f\xef\xb9\x59\x04\xe4\xbd\xc2\x41\
 36.3850 +\x32\x88\xe1\x29\xf4\x10\x4f\x22\x4f\x05\xd0\xf2\x8d\x9a\xfc\xcf\
 36.3851 +\x73\x22\x91\xed\x8d\xd3\x39\x91\xbd\xcd\x85\x8a\xc4\x7c\xae\x6b\
 36.3852 +\x55\x52\x26\x2c\x8e\x63\x11\xf2\x2a\x23\x1a\xaf\x7b\x18\x8e\x54\
 36.3853 +\x57\x39\x13\xdd\x53\x19\x0f\x4f\x5f\x4f\x0e\xde\xe9\xbd\x57\xfb\
 36.3854 +\x35\xea\x45\xde\xce\x2d\x67\x1d\x7b\xfe\xf7\x07\x5d\x33\x87\x6e\
 36.3855 +\x30\x3b\x72\xde\xba\x69\x49\xc8\x52\x18\xc6\xe2\x35\x1a\xc8\xea\
 36.3856 +\x47\xe3\xbe\x27\xa5\x8e\x91\xc1\xdd\x38\x09\x25\xb6\xd8\x82\x55\
 36.3857 +\x34\x84\xad\x19\xab\x04\xb4\xd8\x93\xc8\x1b\x76\xee\xfb\xf0\x45\
 36.3858 +\x91\x3f\x0b\xf1\x4e\x4b\x82\xb8\x8b\x8c\xb8\x5f\x04\x04\x55\x78\
 36.3859 +\xce\x2a\xc2\x65\xb8\xff\x00\x30\x0c\x4d\x46\xb6\x0a\x5c\x9d\x28\
 36.3860 +\x74\xa0\x23\x95\x11\x16\x49\xa4\x80\x36\xcc\x44\xef\xf7\x94\x82\
 36.3861 +\x24\x96\x79\x5c\xf9\x65\x7b\xdc\xf2\xe6\x78\xf2\x94\x54\xf6\xab\
 36.3862 +\x57\x9e\xc4\x50\x9f\xa7\xd4\xd9\xc1\x4f\x47\x58\x83\xfd\xd9\xc4\
 36.3863 +\x24\x8f\x44\x94\xd3\x07\xae\x00\x58\x20\x81\x92\x92\x59\xd6\x36\
 36.3864 +\x25\x89\x5d\x5a\x00\x90\xcc\x65\x85\x81\x63\x04\x1c\x13\x13\x3c\
 36.3865 +\x51\x3a\xdb\x97\xd8\x0e\x32\x0a\x4a\xd1\xa6\xb4\xb6\x92\xce\xd7\
 36.3866 +\x4d\x7b\x89\x1a\x90\x3c\xce\x86\xc2\xee\x3d\x96\x73\x3f\x2e\xae\
 36.3867 +\xd3\x2a\x65\x60\x15\xa4\x92\x15\xdb\x73\x70\xcb\x7a\x18\x64\xb2\
 36.3868 +\x3f\xdc\xaa\x59\xfb\x85\x7b\xc9\x11\xcd\x99\xdc\xf7\x2d\xf1\xb8\
 36.3869 +\xbc\xad\x89\x23\x24\x45\x99\x14\xa4\x47\x7f\x8c\xd6\xd3\x5b\x8d\
 36.3870 +\x0c\x65\x3a\xb7\x4b\xc7\xfb\x2a\x1d\xe6\x60\xc9\x82\x95\xd1\xc4\
 36.3871 +\x78\x51\x68\x33\x95\xdf\xb8\xd7\xbe\x58\x50\xda\xf7\x14\x33\x48\
 36.3872 +\x1e\x49\x58\x44\x5d\x59\xdc\x71\x96\xa7\x21\xc8\xfc\x4f\xa3\xa4\
 36.3873 +\x9e\x2b\xad\x5e\xcb\xb3\x37\x3c\xb5\xbc\xb7\x70\x21\xc7\x9a\xa0\
 36.3874 +\xaf\x6f\x5d\x75\x9c\x33\x56\x1c\x15\x65\x68\xeb\x6d\xa7\x04\x68\
 36.3875 +\x49\xc7\x56\xa3\xeb\x9f\x67\x6b\x39\x33\xda\x5d\x90\x34\x70\x33\
 36.3876 +\xed\xe3\x9c\xba\xf1\xfe\x3e\xf7\x50\x6f\xc3\xa7\x98\xf2\xcd\x76\
 36.3877 +\x2d\xbd\x82\xe2\x19\x6b\xf3\xf7\x03\x6c\x81\x32\x9b\x49\x5f\x9f\
 36.3878 +\xb5\x0a\xdc\x48\x0e\x9e\xb8\x2a\xdd\x5d\xfb\x72\x79\xb3\x6f\x89\
 36.3879 +\x68\xbe\xd9\xe8\x6d\xf5\x4e\x76\x70\x6f\xde\x50\x39\x23\xb7\x1c\
 36.3880 +\xe1\x0a\x60\xee\xae\xb1\x51\x3e\xf3\x5c\xf7\xc6\x1a\xcd\x38\x98\
 36.3881 +\xfa\x6b\xc3\x1f\x7a\x7d\x96\xc2\x90\x11\xce\xa0\xbe\xab\x1c\xcb\
 36.3882 +\xdc\x04\xd1\xc3\xaf\xa3\x14\xfb\x1a\xd1\x41\x22\xda\x8d\x92\xb4\
 36.3883 +\xa2\x42\x84\x87\xca\xf0\x92\x52\xc7\x49\xa0\x82\x77\xc7\x63\x73\
 36.3884 +\x7d\x32\xcb\xe4\x6d\x68\xec\xab\x8d\xcd\x68\x7e\x19\x20\xb3\x3a\
 36.3885 +\xa7\x6f\x70\x14\x3a\xd9\xce\x38\x3e\x42\xd9\xf2\x82\xea\xb2\xe8\
 36.3886 +\x7c\x9f\x6d\x98\xb6\x9f\x57\xc8\x5a\xd9\x5a\x1f\xd1\xb1\xad\x1e\
 36.3887 +\x12\x69\x9c\x90\xcd\x25\x0c\x3f\x77\x54\x67\x3a\xe5\x6f\x45\xb5\
 36.3888 +\xc6\xeb\xa6\xda\x86\x63\x72\x9c\xb1\xcc\x5c\x9e\xe0\x1b\x41\x24\
 36.3889 +\x0b\x60\xbc\xbb\x57\x63\x54\x4d\x2f\xdc\xad\xb4\x8a\x3a\x51\x47\
 36.3890 +\x67\x3c\xc3\x1f\xf4\xa5\x71\xd2\x47\x13\x67\x1e\x16\x7c\x95\x59\
 36.3891 +\x75\xed\xfe\x33\xec\xdf\xd5\x2e\x72\xb8\xed\xcf\xb3\xf9\xee\xb7\
 36.3892 +\x55\x78\xec\x39\x73\x09\x57\x77\x71\x46\x75\xc3\xa0\x97\x38\x4b\
 36.3893 +\xc1\xd2\xd8\xb8\x32\xd6\x8b\x35\x61\x1e\x4d\xbb\xb7\x03\xa1\xba\
 36.3894 +\x48\x56\xbe\x98\x8f\xe8\xe9\x47\xd0\xfb\x9f\x34\x10\x7e\xde\x50\
 36.3895 +\x8b\xf5\xbe\xb9\x30\x42\xfe\x07\xfd\xa0\x78\xb1\xaa\x0b\x08\xbe\
 36.3896 +\x24\x19\xec\xec\xf0\x55\x95\xe2\x9f\x49\x74\x19\x85\x2f\x28\x5d\
 36.3897 +\x26\x77\x01\x60\xd1\x27\x05\x84\x47\x4f\xa6\xbb\x73\x6b\x03\xb3\
 36.3898 +\x9e\x38\x85\x18\xd7\x30\x6b\x17\x85\x3c\x91\xc6\xeb\x63\xc8\xfd\
 36.3899 +\x51\xa0\xe5\x0d\x96\xab\x4f\xa0\xb6\x65\x73\xb5\xb4\xd7\x39\x9b\
 36.3900 +\x4b\x5c\xa5\x7c\xb9\x8d\x7d\x8e\x32\xeb\x14\x66\x46\x6c\x36\x9e\
 36.3901 +\xd6\xb2\xc2\x3a\xad\xb5\x08\x46\x1d\x3e\x9a\xa0\xad\x5d\x35\x9d\
 36.3902 +\x95\x31\xd1\x8a\x05\x6c\xb0\x0c\x3c\x73\xb7\xe7\x47\xd6\x7b\x6d\
 36.3903 +\x6c\xce\xd0\xde\x6e\x87\x7e\xe2\xb6\xbf\x86\x6b\xf3\x36\xc2\xe7\
 36.3904 +\xbe\x95\x30\xdf\xe0\xbf\x26\x56\x72\x98\x05\xdb\xd3\xad\xa2\xca\
 36.3905 +\x6c\x9a\xcb\xfa\x80\xc6\xba\x80\x63\x85\x8e\xb2\xbd\x1d\x15\x64\
 36.3906 +\x8e\x95\x56\x67\x85\xb8\x9f\x57\x1f\x6b\xf0\xdf\xcd\x4e\x7e\xb9\
 36.3907 +\x78\x5b\xc5\x5c\x13\xfb\x27\xc4\x35\x90\x8b\x29\x7a\x0b\x2f\x73\
 36.3908 +\x34\xdb\x4c\x68\xc3\x0b\x96\xd4\x1e\x74\xba\x9e\x3e\xa7\x2e\xff\
 36.3909 +\x00\x55\x48\xd0\x00\xa8\x24\xcf\xbe\xaf\xa7\x00\xcb\x16\x31\x60\
 36.3910 +\x46\x18\x20\xa4\x4e\x1b\xe7\x8a\x19\x5e\xcd\xdb\xbb\x11\xc4\x2c\
 36.3911 +\x2d\xc1\xc9\xaf\x1a\x27\x3c\x7d\x09\x00\x4d\x28\x87\xb0\x6b\xa7\
 36.3912 +\x64\xad\x28\xa8\xf5\x01\x51\x4c\xa2\xfb\x5b\xd9\x50\x5d\xe9\xa8\
 36.3913 +\x29\xac\x6b\x82\x49\x4a\x65\xb5\x9c\x55\xd1\x47\x31\x70\x19\x10\
 36.3914 +\xd6\xdb\x3d\xd6\xcb\xda\x3d\x66\x43\x53\x36\xf4\x1b\x09\x73\x3c\
 36.3915 +\xe1\xc8\x7c\xd4\x48\xab\x97\x90\x36\x58\x17\xc8\xd8\x2b\x8c\x1d\
 36.3916 +\x8d\x04\x6f\x65\xe4\xea\x28\xd5\x82\xe8\x2c\xec\x00\x35\x52\x79\
 36.3917 +\x66\x21\x81\x42\x4c\x1f\x49\x93\x2c\x9a\x07\x75\x6c\x83\xf8\xff\
 36.3918 +\x00\x53\xc5\x12\x6d\xe0\x5c\x1d\x8e\xbe\xeb\x71\x97\x18\x9c\xa8\
 36.3919 +\x76\x16\xb4\xf7\x16\xdb\x67\x72\x14\x15\xb7\xa4\x17\x60\xf0\x74\
 36.3920 +\x79\xda\xcd\x33\xe6\xf9\x00\xa0\xd7\x93\x6f\x4f\x24\x55\xa7\x96\
 36.3921 +\x8e\x1e\x42\x8b\x65\xeb\xe9\xbb\xc7\x8e\x7d\x14\x67\x7c\xf7\x7f\
 36.3922 +\x5d\x7b\x55\xf3\x87\x97\x30\x12\x65\x75\x5b\x29\xaf\xa2\x02\x8f\
 36.3923 +\x0c\x7d\x95\x4e\xca\x4b\x18\x09\x08\xcc\xcd\xbd\x4c\x62\xcc\x75\
 36.3924 +\x4d\xbd\x7c\xd0\xb4\xd1\xec\x9b\x09\xf5\xf3\x8c\x2b\x61\x91\xf6\
 36.3925 +\x03\xd8\xd7\x13\x5e\xa5\x0e\x78\xb2\xcb\xc5\x1b\xce\x5c\x7b\x5b\
 36.3926 +\xfe\x55\x81\xd6\xa1\xd8\x46\x36\x88\xf3\x29\xa6\xcf\x5d\x2d\xd5\
 36.3927 +\x6d\x4e\x46\x5a\xf8\x74\xd7\x96\x15\x91\x05\x21\x23\xd2\x54\x4b\
 36.3928 +\x6b\x5d\x1c\xb6\x9f\x17\x88\x54\x85\xc5\x1d\x7c\x86\x3f\xe4\xd4\
 36.3929 +\xe1\xe2\xe1\xb4\x6f\x19\x6a\xb0\x30\xc5\xc7\x54\xee\xd9\x1a\xc2\
 36.3930 +\xaf\x06\xa5\xe2\xfc\xf4\x58\x9b\x11\xa7\x65\x28\x57\x95\x77\x78\
 36.3931 +\xb2\x1f\x20\x7a\x31\x34\x94\xb5\x53\x51\xdc\x93\x66\x52\xd8\xc9\
 36.3932 +\x5a\x7a\x0e\x29\x42\xfe\xdd\x5d\x24\x16\xb7\x3b\xd5\x17\x62\xa4\
 36.3933 +\x90\xcc\x66\xc6\x5a\x69\xcb\xc4\x6d\xb8\xdd\xd5\x56\x10\xda\x69\
 36.3934 +\x28\x33\xb8\xcd\x7d\xc0\x37\xa0\xd5\xe4\x59\x75\x74\x45\xa8\x10\
 36.3935 +\x63\x6c\x87\xb1\x96\x88\x02\xec\x48\xac\x78\xd7\x45\x57\x7d\xa8\
 36.3936 +\x40\x85\x59\x08\xac\xbd\x6e\xf5\xde\x99\xfe\xfc\xff\x00\x6f\x15\
 36.3937 +\x50\xe5\x7b\x0b\x03\xf9\x13\x94\x73\xfb\x0b\x8c\xd3\xf2\x35\x5a\
 36.3938 +\xfe\x21\xce\x71\x8d\xe6\x76\x96\xe5\xb2\x5c\x27\x2d\xe3\xa2\xd1\
 36.3939 +\xd3\x0d\x78\x6a\x5c\x5f\x02\x6c\xa4\x16\xf6\x8d\x5f\x78\x20\xd9\
 36.3940 +\xfa\xb9\xe2\x9c\x66\x4a\x23\x26\x9a\x37\xbf\x9d\x5e\xcc\xe0\x8a\
 36.3941 +\xd7\xe0\xb2\x94\xa2\xe8\xef\x3f\xae\xad\xf9\x37\x3a\xdb\x40\x68\
 36.3942 +\x2d\x90\x7a\x1d\x0f\x14\xdb\x01\x43\xa7\xa8\xb9\x16\x60\xe2\x32\
 36.3943 +\x12\x06\xb9\x2e\x60\x67\x91\x22\x58\x44\xfb\x39\x89\x22\x46\x8a\
 36.3944 +\xf8\xa6\x7d\xb9\x13\xa8\xeb\x4b\x06\x80\x5c\xf6\xd1\xa1\x8b\x3d\
 36.3945 +\xa7\x00\xdb\xe4\xe1\x3a\x95\x4e\x75\x34\xfc\x03\x4f\x57\x47\x4f\
 36.3946 +\x05\xbc\xac\xb1\x19\x6e\x21\xd0\x05\x56\xc7\xd9\x3e\x06\x57\x48\
 36.3947 +\x21\x33\x3d\xe3\x7d\x46\x35\x19\xe7\x37\x96\xeb\x65\xee\x4f\x43\
 36.3948 +\x96\xd3\x89\xc8\x01\x99\x69\x9f\xe5\x0e\x72\xde\x92\x84\x65\x16\
 36.3949 +\x20\xec\x2b\x39\xde\xf9\xba\x4d\x0d\x1c\x70\x47\x78\xf9\x03\x26\
 36.3950 +\xa2\xc9\xbf\x1a\x9b\x35\x20\x96\xa8\x8e\xfa\x45\x07\x34\xad\xfa\
 36.3951 +\xcf\x65\xeb\xb0\x74\xe7\x7b\xf8\x73\x4c\xfc\x77\xe5\xba\xe3\xed\
 36.3952 +\x7e\xee\x66\xca\xaa\xcb\x76\x27\x13\x36\x3a\x9e\xfb\x51\xa8\xa3\
 36.3953 +\x2a\xc0\xda\x7d\x46\xa6\xc9\x72\x35\x3a\xa9\x6b\xaa\x32\x59\xcd\
 36.3954 +\x55\x8e\x6c\xbd\x05\xa0\x56\xb5\xb1\xde\x52\x81\x58\x48\xac\xab\
 36.3955 +\xb4\x9a\xe0\x61\x9d\x35\xd0\x77\x2d\xac\x84\x80\xeb\x8a\x78\xd5\
 36.3956 +\x12\x76\x13\x8a\x1d\xa8\x23\x1e\x9a\x39\xd6\xe4\x4d\x5d\x26\x24\
 36.3957 +\xb7\xa5\x25\xe3\xaa\x05\xd2\xe9\xe8\x80\xd2\xe5\xeb\xe7\xbe\x6d\
 36.3958 +\x72\xd2\xb5\x34\x94\xb6\x75\xe7\x51\x92\x87\x38\x6b\x18\xcc\x19\
 36.3959 +\x20\x95\xce\x9a\x34\x75\x94\xa3\xea\x65\x95\x05\x2d\xc8\x01\x72\
 36.3960 +\x04\x5f\xb9\x6b\xb8\xf3\x5f\xc5\xda\xd3\xdf\x9d\x47\x0d\x3e\x73\
 36.3961 +\x4d\xc8\x5b\x7e\x41\xaf\xb2\xa7\x0d\x6c\xdc\xe0\x6f\x33\xc5\xf2\
 36.3962 +\x26\xb2\xad\x89\x39\x04\x83\x6c\x21\x80\x4e\x4c\x63\x4f\x58\x88\
 36.3963 +\x56\xed\x7a\xa4\x40\xa7\x68\x5d\x4f\xb4\x80\x2a\x9b\x7e\x55\xe1\
 36.3964 +\x3e\x48\x00\x02\x68\xe4\x30\x9a\xc1\xf8\x5b\x19\x92\xc4\x57\xd0\
 36.3965 +\xc8\x6f\xee\x71\x21\xbf\xbd\xd6\xe2\xea\x09\x2e\xc5\x60\x81\xe2\
 36.3966 +\x17\x39\xdf\x44\x69\x63\x74\x2d\x8d\x97\x32\x3d\x0f\x2c\xf9\x5f\
 36.3967 +\x2e\xc4\x17\xe3\xd3\xf9\xe3\xbb\xf6\xe2\xab\x7e\x51\xe6\xa3\xb2\
 36.3968 +\x5c\x9d\x90\xe3\x7a\xc2\x69\x73\xec\x33\x2d\x75\xc9\x3a\xfd\x6e\
 36.3969 +\xbb\x3d\x7d\x6d\x9c\xad\xc3\xe4\x6e\x29\x59\xa2\x15\x87\x55\x5b\
 36.3970 +\x51\x07\x4a\x7c\xf4\x44\x5e\x12\xcd\x25\xa9\xc6\xd4\xe7\x8b\x0e\
 36.3971 +\xb1\xd6\x54\xf6\x03\x1e\xe6\xc7\x51\x17\xd8\xbe\x26\xaf\xa9\x2a\
 36.3972 +\xe6\xc3\x40\x68\x42\x82\x76\x24\x23\x20\x23\x3b\xa1\x6d\xa0\xc9\
 36.3973 +\xc9\x24\x20\x98\x13\xa6\xa6\x6d\x5b\xad\x23\xab\xd6\x96\xa8\x15\
 36.3974 +\x3d\x83\x83\x41\xe5\x3d\x24\xae\x95\xd0\x9d\x01\x03\x43\xc2\x72\
 36.3975 +\xd7\x00\x0d\xcb\xda\x1b\x12\x6e\xef\x9e\x1e\x5b\x41\xc3\x1c\x91\
 36.3976 +\xc3\x1a\x1a\x50\xc3\x54\xb3\x22\xa7\x92\x23\x11\x87\xdb\x57\x5c\
 36.3977 +\x38\x95\x8c\x23\xab\xfe\xc6\x0f\xb4\x8a\x5a\xf2\xa1\x93\xe7\x2b\
 36.3978 +\xa5\xfe\x1a\xc5\xa3\x74\x5d\x66\xbc\xd5\x7e\xf5\x6f\x6f\xbd\x0d\
 36.3979 +\xfb\x1b\xb5\xe0\x2a\xe2\x2d\xe0\xcd\xba\x2a\xc8\xf3\xdd\x7f\xdb\
 36.3980 +\x91\xc8\x54\xe3\x45\x52\x96\xdf\x26\xd9\x6a\x74\xe7\x58\x93\x70\
 36.3981 +\x5a\x98\xe8\x40\x0c\xc8\xc1\xaf\x81\xc8\x0c\x73\x90\x16\xe3\x7f\
 36.3982 +\x47\xf6\xbf\xd5\x33\xb9\xe5\x7f\xb0\xfb\xdf\xcf\xb6\xf4\xd8\xf3\
 36.3983 +\x3e\x06\xa7\x3d\x88\xd4\x1c\x7d\xac\x35\x3c\x8a\x60\x35\xb9\x15\
 36.3984 +\xfe\x9a\xd1\x38\xfb\x3b\x3b\x30\x09\xb2\xae\xae\x96\xa5\x2a\xff\
 36.3985 +\x00\x73\xae\x38\xc1\xc3\x21\x22\x1e\xc8\x41\x1e\x93\x33\xe8\xc9\
 36.3986 +\xf0\x91\x7e\x3e\x70\x30\x76\x3b\x88\x4a\x09\xe7\x8d\xa6\x9e\x68\
 36.3987 +\x61\xcb\xec\xb5\xc4\xc7\x1d\x15\xf2\x98\x15\x47\x1e\x5d\xc7\x9c\
 36.3988 +\xdd\x46\x70\x2b\x5a\x86\x05\x6f\x93\xba\x91\x00\xbc\xa1\x2a\x08\
 36.3989 +\xae\x02\x95\x1c\xe7\x82\xb1\x27\xd4\x5a\x47\xb2\xe2\xe8\x8a\x8b\
 36.3990 +\x84\x5d\x9c\x01\x4b\xb0\xa8\xe7\x3c\x5e\x80\xd9\xd5\x00\x78\x75\
 36.3991 +\xd5\x55\xa1\x5e\x43\x60\x71\x70\x1d\x73\x4f\x39\x23\xa2\x9b\x14\
 36.3992 +\x1f\x42\xb6\x52\xac\x5a\x93\xfd\x78\x03\x27\xe8\x3a\x27\x52\x44\
 36.3993 +\x75\x38\x96\x30\xf3\x29\xf7\xac\x06\xfb\x52\x17\x3e\x09\xb6\xb1\
 36.3994 +\x2f\x38\xd3\x42\xb0\x97\x9f\xed\x6b\x6e\x6e\xcc\xa4\xad\x8e\xdc\
 36.3995 +\x45\xaa\x76\x76\x6a\x7a\xea\xea\x68\x08\x28\xe6\x93\x5f\x13\xa6\
 36.3996 +\xb1\x92\x63\xdd\x29\x13\x32\xec\xf5\xfd\xa6\x79\xf4\xe9\xbf\x76\
 36.3997 +\x7b\xfb\x7d\x6f\xe6\x73\xdd\x99\xa9\x4e\x41\xe4\x7a\x4d\x85\xc5\
 36.3998 +\x30\x98\x8a\xe2\xf8\x99\xdc\x7f\xa8\xaf\xcb\xe9\x46\x19\x2b\xf9\
 36.3999 +\x4f\x32\x2d\xa5\x5a\x6d\x2e\xa4\x3e\xda\xa2\x07\x99\x6e\x60\xa0\
 36.4000 +\xd7\x1e\xf8\x73\x23\x23\x4c\x1e\x13\x05\x8d\xdf\xef\x8f\xdb\x71\
 36.4001 +\xbf\x60\x2f\xee\x66\xa8\x07\x79\x6d\xc7\xf5\x04\xcb\xcb\xfd\x91\
 36.4002 +\xc0\x1e\x54\x14\xfa\xaa\x31\x2d\x28\xb8\x4b\x47\xac\xaa\x06\xc2\
 36.4003 +\x9a\x52\xac\xf4\x95\x35\x16\xad\xaa\xa0\x8e\xf3\x4c\xdd\x16\x86\
 36.4004 +\x21\x1f\x5f\x05\xa9\x35\x0c\x8f\xe8\x7d\x08\x76\x11\x75\x3c\xa7\
 36.4005 +\xd5\xe9\xf3\x16\x3b\x98\x8c\xcb\xee\xa8\xf8\x62\x87\x5a\x3c\x14\
 36.4006 +\x1f\x69\x69\x20\x7c\x3f\x4d\x53\x52\x8b\x50\x62\xd9\x91\x08\x6f\
 36.4007 +\xd6\xc7\x56\x8c\x31\x67\x1e\x77\x52\xb1\xeb\x28\x52\x15\x33\x93\
 36.4008 +\xe9\xe9\x13\xd4\x97\xdb\x80\xda\x1d\x06\xce\x23\x33\xc6\x72\x27\
 36.4009 +\x63\x76\xd7\x81\x83\x49\x20\x26\x9b\x5d\xd8\xca\xad\xa5\x5d\xed\
 36.4010 +\x00\x67\x3a\xcc\x8f\xb1\x7d\x0c\x5b\xdb\xc5\xae\xb4\x74\x04\x49\
 36.4011 +\x3a\xc3\x5d\xf5\xc6\x62\xc7\x3a\xca\x36\xf2\xe1\xd0\x5f\xc6\xff\
 36.4012 +\x00\xba\x67\x97\xd2\xfd\xe2\xfc\x7b\x79\xf7\xd9\x76\x13\x29\xcb\
 36.4013 +\xb8\x7d\xc8\x77\xc4\xe5\x2d\x9f\x62\xfc\xfd\x45\x55\xe9\xc3\x49\
 36.4014 +\x5b\x64\x39\x8d\xa5\xd0\xd6\x91\x6f\x9b\xb8\x8a\xbe\x71\x62\x38\
 36.4015 +\x8a\xfb\xfa\xf1\x67\x2e\xa9\x62\x81\x48\x2a\x28\xd5\xa9\x0b\x24\
 36.4016 +\x56\xb5\x6d\x75\x27\x69\x38\xdc\x6c\xc6\x70\xed\x8e\xa4\x09\x6e\
 36.4017 +\xac\x78\xf2\xb7\x92\x2c\xca\xc9\x66\x76\xe5\x66\x9b\x95\x32\xcd\
 36.4018 +\xd4\xb3\xe9\x83\x94\xea\x5f\xdc\x02\xa0\x0e\xcd\xae\x80\xc7\x5c\
 36.4019 +\xb4\x63\x80\xf8\xaa\x9b\x04\x5f\x26\x23\xae\x57\x1e\x62\xf6\x19\
 36.4020 +\x1c\x70\x99\x7d\x06\xba\xbb\x4e\x4d\x46\x72\xb7\x33\x53\x68\x36\
 36.4021 +\x6d\x94\x5f\x5a\x0a\x7a\xef\xdb\x84\xb5\xb8\x1a\x3b\x23\x94\x8b\
 36.4022 +\x22\xd8\xc8\x25\x3a\x10\xe7\x12\xbe\x37\xb2\x54\x0a\x08\x99\x32\
 36.4023 +\x36\x3e\xb6\x0b\xd3\xeb\x81\x73\x4e\xce\xa7\x23\x06\xf6\xbf\xaf\
 36.4024 +\x16\x5c\x02\xe2\xd7\x2c\xf6\xbf\xed\xec\x74\xf3\xe8\xff\x00\xaa\
 36.4025 +\x12\x24\xba\x56\xa1\x30\xfd\x65\x09\x2a\xd5\xeb\x04\x8d\x6a\x4e\
 36.4026 +\xa5\x35\xff\x00\xe5\xf8\xcb\xcb\x3f\x33\xba\xfd\x89\x9d\xb7\x0b\
 36.4027 +\xdb\x76\xec\xfc\x7a\xf8\x6e\x57\xbb\x79\xd8\x9c\x06\x1f\x3d\xc8\
 36.4028 +\xb7\x8d\x7d\xa6\x91\xfc\x6d\x9e\xd6\xdc\xdc\x0d\x41\x58\x71\xa3\
 36.4029 +\x49\x61\x8f\xc5\xc1\xbc\xb1\xcd\xa5\xbc\x43\x3e\xb4\x5b\x8f\xe9\
 36.4030 +\xd3\xaa\xce\x73\x4b\x9e\x21\xa0\x86\xc6\x37\xcd\x3b\x54\x73\x5a\
 36.4031 +\x3d\xbe\xd9\xf6\xb2\x8f\x15\x45\xae\xdb\x18\x09\x06\xd0\xe5\xf8\
 36.4032 +\x6a\xab\x94\xd7\x1d\x15\x16\x98\x2e\x42\x9d\x2c\x6d\xec\xab\xd2\
 36.4033 +\x57\x38\xf0\x20\xce\x36\x86\x47\x06\xc0\xa2\x29\xa5\x7d\xc0\xc7\
 36.4034 +\x47\x31\x06\xfd\x3a\xf9\x84\x9a\x4e\x32\xef\xa8\xa1\xe9\x8e\xdb\
 36.4035 +\xd9\x5a\xea\x06\xae\xb8\xde\xe0\x77\x1c\x79\xa3\xd1\x64\xe8\xdf\
 36.4036 +\x9c\xb5\xd1\xe6\xf5\xf8\xc2\xb1\x75\x55\x7b\x50\x82\xb5\x65\x0e\
 36.4037 +\xd5\x30\x62\x4d\x01\x59\x3b\xbb\xba\xc9\x74\x62\xc4\x05\x6d\x54\
 36.4038 +\x96\x5f\x6a\x31\x33\x1f\xab\xae\xea\xe5\xf6\xf2\x93\x51\x55\xa5\
 36.4039 +\xe4\x30\x99\x3e\xa7\xae\x89\xc0\xc5\x9b\x51\x96\x70\xdf\x6c\x40\
 36.4040 +\xf6\x85\xda\x03\xac\x80\x72\xae\x8b\x6b\x96\x39\x49\x6b\x08\xa8\
 36.4041 +\x7c\x9f\x09\xdb\x1a\xfc\x0c\x87\xe5\xf8\x0b\x71\x27\xd5\xbb\x7a\
 36.4042 +\xf8\x76\x20\xbf\x1b\x0d\xd9\x79\xdc\xf3\x57\x98\xee\x79\xe3\x2a\
 36.4043 +\xc2\x6e\xc3\xb2\xb9\x3a\xb8\xac\xdd\xb6\x1e\x92\xf4\x73\xb3\xd7\
 36.4044 +\xe2\x4f\x54\x7f\x24\x4f\x20\xd8\xc4\x32\x19\xeb\x63\x92\x21\xee\
 36.4045 +\x88\x89\xd0\x30\xb7\x37\xed\xc5\x9d\x5b\x09\xb2\x0f\x23\xbe\x29\
 36.4046 +\x6f\x6a\x3b\x29\x55\xaa\x9e\x28\x29\xc5\x7e\x65\xe1\xf6\x06\xd7\
 36.4047 +\x84\x0f\x5d\xad\x26\x95\x90\x5d\x93\x49\x3d\xc8\x84\x26\x6c\xba\
 36.4048 +\xa0\x24\x18\x6b\xab\x59\x6b\x12\x6a\xb8\x2f\x65\x14\x51\xa1\x8c\
 36.4049 +\x88\x2d\x14\x72\xa5\x12\x39\x38\x9d\xbf\x5b\x34\x9b\x5b\x8d\x6d\
 36.4050 +\xc3\xf9\x06\xb2\xae\x5d\xf0\xfc\x32\x5e\xaa\x28\x32\x52\x93\x12\
 36.4051 +\x68\x78\x6b\x46\x4d\xed\x71\x54\x89\x36\x85\xb2\x05\x55\x79\x19\
 36.4052 +\x31\x88\x70\x46\x48\x71\x22\x28\x6d\x98\x72\xe4\xfb\xa7\xb2\x1d\
 36.4053 +\xc3\x7a\xdd\x74\x39\x53\xb4\x4d\xc8\x29\x54\xde\xca\x3b\xb1\x55\
 36.4054 +\xc3\x11\x9b\x91\xe7\x0e\x61\xf3\x98\x6d\xc6\x58\x93\x23\xb9\x8e\
 36.4055 +\x12\x43\x98\xdb\x02\x94\x1b\x16\x09\x01\x03\x0f\xf4\x59\x34\x24\
 36.4056 +\x3e\x37\x3a\x46\x5e\xb8\x6e\xe9\xce\xfe\xb7\xb3\xf5\xfd\xfa\xb1\
 36.4057 +\xe8\xae\x44\xdd\x85\xe2\x58\x02\xb8\xb2\x7e\xa1\x16\xb6\x9a\x87\
 36.4058 +\x55\xa9\x5b\x08\xab\x6d\x67\x12\xdf\x39\x85\xb1\x6d\x46\xce\xeb\
 36.4059 +\x35\x2c\x21\xc8\x9a\x40\x33\x16\x4f\x8c\x5b\x69\xe9\x90\xc4\x85\
 36.4060 +\x25\x84\x98\xbe\xb0\x64\x0e\x4c\xba\x95\xbc\xfd\xc5\xd6\xe3\xd8\
 36.4061 +\xcb\x5f\x78\x54\xa4\x56\xdb\x65\xa9\x1f\x57\x3d\x25\xc8\x17\x25\
 36.4062 +\xd8\xee\x00\x8a\xd3\x1d\x1d\x6d\x5d\x88\x22\x18\x7c\x5a\x5a\xf9\
 36.4063 +\x1c\x55\x51\x43\xc6\xf1\xa7\x8c\x63\x3d\xe5\x63\x83\x25\xb1\x58\
 36.4064 +\xf4\xe9\xfc\x31\x64\xaa\xb1\x70\x6d\x1c\x94\xd8\x6e\x2e\xe5\xde\
 36.4065 +\x29\xe3\x27\xcd\x50\xb2\x1b\x4b\x4b\xcb\xef\x08\x7b\x0b\x0d\x1c\
 36.4066 +\x8d\xb0\x63\x2f\xac\x73\x74\x35\xc2\x50\xd4\xfd\x06\xd7\xc0\x73\
 36.4067 +\x59\x35\xa5\x8b\x14\xd2\x1a\x83\xee\xce\xea\x94\xb6\xf2\x6b\x21\
 36.4068 +\xd0\xdf\x65\x75\x34\x1b\x1a\x9e\x23\xa9\xbc\xca\xe8\x71\x68\x6d\
 36.4069 +\x55\x80\xfc\x4f\x9d\xba\xa5\x09\x7e\xeb\xf7\x76\xd9\xd4\x9a\x75\
 36.4070 +\x85\xa8\xba\x3a\xfb\xaa\x42\x00\xb9\xcd\xdb\xd3\x57\xc8\x01\x64\
 36.4071 +\x46\xa4\x32\x56\x5c\xcf\xab\x7d\xaf\xc5\x33\xe5\xe3\xbb\x2f\x1c\
 36.4072 +\xee\xbb\x6b\x41\x77\x5f\xa6\xa3\xa7\xd1\x54\xbe\x79\x2a\xef\xaa\
 36.4073 +\xc1\xb8\xae\x90\x91\x49\x04\x87\x83\x64\x34\x45\x8a\xe9\xc2\x36\
 36.4074 +\x28\x0c\x12\x67\x41\x33\x16\x51\x8a\x86\x12\x20\x7f\xca\x29\xa2\
 36.4075 +\x64\x8d\x73\x51\xe7\x09\xc7\xb9\x39\x70\x98\x6c\x96\x32\x6b\xeb\
 36.4076 +\x8d\x4c\xb9\x6c\xfd\x55\x13\xf4\x5a\x02\xe7\x3a\xee\xe5\x6b\x03\
 36.4077 +\x88\x4f\xdc\x2c\xcd\x2a\x62\x4b\x28\xb2\x12\x2f\x94\xb3\x98\x59\
 36.4078 +\x86\x4a\xbe\xcf\x28\xc2\x88\x59\x08\x91\xe4\x29\x5f\xff\xd9\
 36.4079 +\x00\x00\x0c\x03\
 36.4080 +\xff\
 36.4081 +\xd8\xff\xe0\x00\x10\x4a\x46\x49\x46\x00\x01\x01\x00\x00\x01\x00\
 36.4082 +\x01\x00\x00\xff\xdb\x00\x43\x00\x04\x03\x03\x03\x03\x02\x04\x03\
 36.4083 +\x03\x03\x04\x04\x04\x05\x06\x0a\x06\x06\x05\x05\x06\x0c\x08\x09\
 36.4084 +\x07\x0a\x0e\x0c\x0f\x0e\x0e\x0c\x0d\x0d\x0f\x11\x16\x13\x0f\x10\
 36.4085 +\x15\x11\x0d\x0d\x13\x1a\x13\x15\x17\x18\x19\x19\x19\x0f\x12\x1b\
 36.4086 +\x1d\x1b\x18\x1d\x16\x18\x19\x18\xff\xdb\x00\x43\x01\x04\x04\x04\
 36.4087 +\x06\x05\x06\x0b\x06\x06\x0b\x18\x10\x0d\x10\x18\x18\x18\x18\x18\
 36.4088 +\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\
 36.4089 +\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\
 36.4090 +\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\xff\xc0\x00\
 36.4091 +\x11\x08\x00\x2e\x00\x80\x03\x01\x22\x00\x02\x11\x01\x03\x11\x01\
 36.4092 +\xff\xc4\x00\x1c\x00\x00\x02\x02\x03\x01\x01\x00\x00\x00\x00\x00\
 36.4093 +\x00\x00\x00\x00\x00\x06\x07\x00\x05\x02\x04\x08\x01\x03\xff\xc4\
 36.4094 +\x00\x4a\x10\x00\x01\x03\x03\x02\x04\x02\x04\x07\x09\x0f\x05\x00\
 36.4095 +\x00\x00\x00\x01\x02\x03\x04\x05\x06\x11\x00\x07\x08\x12\x21\x31\
 36.4096 +\x13\x51\x14\x22\x41\x61\x15\x18\x32\x42\x52\x71\x81\x09\x16\x17\
 36.4097 +\x23\x24\x57\x72\x95\xd1\x19\x25\x39\x43\x56\x58\x62\x63\x75\x76\
 36.4098 +\x82\x83\x94\xb2\xd2\x91\x92\xa1\xa3\xd3\xff\xc4\x00\x19\x01\x01\
 36.4099 +\x01\x01\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\
 36.4100 +\x00\x03\x02\x04\x05\xff\xc4\x00\x31\x11\x00\x02\x01\x02\x03\x05\
 36.4101 +\x03\x0d\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x02\x03\x11\x04\
 36.4102 +\x31\xb1\x05\x21\x41\x71\xa1\x13\x14\x32\x06\x12\x33\x61\x62\x81\
 36.4103 +\x91\x92\x93\xc1\xc2\xd1\xe1\xf0\xff\xda\x00\x0c\x03\x01\x00\x02\
 36.4104 +\x11\x03\x11\x00\x3f\x00\xef\xed\x4c\xeb\x5a\x7d\x42\x15\x2e\x9c\
 36.4105 +\xec\xfa\x8c\xb6\x22\x46\x68\x73\x38\xf3\xeb\x08\x42\x07\x99\x27\
 36.4106 +\xb6\x96\x12\xf7\x3e\xe0\xba\x4b\x91\x76\xc2\xdc\x93\x3d\xb0\xa2\
 36.4107 +\xd9\xab\x4b\x67\x91\x8f\xad\xb0\xa2\x90\xaf\xac\x91\xfa\x27\x59\
 36.4108 +\xce\xa4\x61\x9e\x67\xab\x0f\x83\xab\x88\xbb\x82\xb2\x59\xb7\xb9\
 36.4109 +\x2e\x6f\xfc\xc6\x8c\x99\x91\x61\x44\x5c\xa9\x92\x1a\x8e\xc3\x63\
 36.4110 +\x2b\x75\xd5\x84\x25\x23\xcc\x93\xd0\x68\x1a\x4e\xee\xdb\x0f\x3e\
 36.4111 +\xb8\xd6\xc4\x6a\xbd\xd7\x25\x04\xa4\xa6\x85\x0d\x4f\xb6\x0f\x91\
 36.4112 +\x7c\xe1\xa1\xff\x00\x76\x80\xe9\x56\x44\xab\xe6\xbd\x30\x57\x6f\
 36.4113 +\xfa\x55\x4a\xa9\x4c\x78\x22\x5c\x56\x96\x8a\x9b\x90\x96\x49\xf5\
 36.4114 +\x4b\x6b\x01\x86\x95\xd0\xff\x00\x12\x4f\x4e\xe7\x4c\x24\xed\x3d\
 36.4115 +\xab\x25\x84\x37\x5f\x5d\x56\xe0\x08\xc7\x2a\x2a\x93\x9c\x5b\x43\
 36.4116 +\x1e\xc0\xca\x4a\x5a\x03\xdd\xc9\xac\x9c\xea\xcf\xc2\xad\xcc\xf7\
 36.4117 +\x46\x86\x02\x87\xa5\xa8\xe6\xfd\x95\xbb\xad\xae\xb9\x34\x06\xd6\
 36.4118 +\xb7\x6a\xeb\x60\xa9\x2e\x33\x63\xda\x49\x1d\x09\xb8\x2b\xa9\x92\
 36.4119 +\xf8\xff\x00\x22\x3e\x7a\xfb\xb9\xb4\x3e\xfd\xfd\x3a\xa0\xa0\x87\
 36.4120 +\xf7\x86\xaa\xfa\x96\x72\x63\xda\x76\x8b\xa4\x76\xec\x1d\x71\x0e\
 36.4121 +\x64\x7b\xf3\xa6\x8c\xfa\x86\xd1\xed\xd4\xc8\xd1\x27\xca\xb4\x2d\
 36.4122 +\xa9\x0e\xa7\x99\x86\xde\x53\x11\x5c\x70\x67\x19\x48\x38\x51\xeb\
 36.4123 +\x8e\xba\x22\x17\x4d\xb6\xab\x9e\x3d\xb9\xf0\xed\x3c\x55\xe4\x47\
 36.4124 +\xf4\xa6\x69\xe5\xf4\x87\xdc\x6b\xe9\x86\xfe\x51\x4f\x43\xd7\x5c\
 36.4125 +\xf6\x35\x25\x9c\xf5\xfb\x35\xa1\xaa\xda\x58\x4a\x7b\xa9\xd0\xd3\
 36.4126 +\xf2\x8c\xdf\x51\x00\xfc\x9a\x44\xc5\x05\x4c\x56\xfe\xd5\x95\x8e\
 36.4127 +\xa5\x0d\xbb\x1d\x04\x7d\x49\xe5\xc6\xb5\x5c\xa5\x58\x2e\xba\x55\
 36.4128 +\x3b\x6b\xf7\x96\x4f\x37\x75\xc8\x76\x52\xc9\xff\x00\xdd\xa7\xd5\
 36.4129 +\xc1\xb8\x96\x1d\xa9\x54\x45\x36\xe6\xbc\xa8\x74\x89\x6b\x6c\x3a\
 36.4130 +\x98\xf3\xe7\x21\x95\x94\x12\x40\x50\x4a\x88\x38\xc8\x3d\x7d\xda\
 36.4131 +\xab\xfc\x35\x6d\x0f\xe7\x36\xd3\xfd\x6a\xcf\xfc\xb5\xcf\x74\x4f\
 36.4132 +\x37\xd0\xd1\x6d\xf9\x47\xc1\x06\xb9\x49\xad\x12\x11\xef\x51\xf6\
 36.4133 +\x55\x24\xaa\x6d\x91\xbb\x34\xe4\x81\x92\xb5\xb1\x38\x84\xfd\x65\
 36.4134 +\x2a\x56\xb1\x8e\xc7\x0e\xcc\xbc\x12\x8d\xc3\xbf\x28\x2e\x9e\x9c\
 36.4135 +\xaf\xcc\x9d\x1b\xfd\xc8\xc7\xfe\x74\xfe\xa7\xee\x9e\xda\x55\x64\
 36.4136 +\x22\x3d\x37\x70\x6d\x99\x4f\x2c\xf2\xa1\xa6\xaa\x8c\x95\x28\xf9\
 36.4137 +\x01\xcd\x93\xa2\xa7\xa2\xc6\x96\xcf\x87\x25\x86\xde\x41\xf9\xae\
 36.4138 +\x20\x28\x7f\xd0\xe8\xee\x6b\x85\xbe\x1f\xd3\x45\xe5\x0c\x9e\xe9\
 36.4139 +\x76\x9f\x53\xf7\x16\x21\xe9\x16\xe5\xbd\x50\xc3\xb6\x57\x11\xd7\
 36.4140 +\x01\x27\xa2\x5b\x5d\x55\x89\x43\xed\x4a\xc0\x27\x4d\xfb\x46\x93\
 36.4141 +\x5d\xa3\xd0\x4c\x5b\x82\xe8\x7a\xe2\x93\xe2\x15\x26\x5b\xb1\x91\
 36.4142 +\x1c\x84\x74\xc2\x79\x51\xd0\xe3\xaf\x53\xdf\x3a\xa9\xaf\x6d\xee\
 36.4143 +\xd7\x86\xd7\x5e\xaf\x5a\xd6\xf3\x29\x85\xf9\x52\xe7\x3c\xc3\x6c\
 36.4144 +\x86\x79\x3d\x6e\x75\x2c\x63\x00\x63\x27\x3d\x35\x7b\x6e\xdd\x36\
 36.4145 +\xd5\xd9\x4e\x72\x7d\xb1\x5e\xa6\xd6\x22\xb6\xe7\x84\xb7\xe0\x48\
 36.4146 +\x4b\xe8\x4a\xf0\x0f\x29\x29\x27\x07\x04\x1c\x7b\xf5\xb5\x1a\x3e\
 36.4147 +\x63\xbb\xd5\xe8\x7c\xfd\xa1\x8f\x58\x88\xa8\xc1\xb6\xb8\xde\x31\
 36.4148 +\xbf\xcc\x92\x6f\xa1\x71\xa9\xa9\xaa\x0b\x92\xf6\xb4\x2c\xf6\x50\
 36.4149 +\xed\xd5\x73\xd2\x28\xa8\x70\x12\x83\x50\x96\x86\x39\xc0\xf2\x0a\
 36.4150 +\x20\x9f\xb3\x5e\x83\xe5\x17\xfa\x9a\x5a\x7c\x61\xb6\x38\x74\x3b\
 36.4151 +\xb1\x68\x67\xfb\x4d\xbf\xdb\xab\xfb\x73\x73\xf6\xf2\xef\x9d\xe8\
 36.4152 +\x56\xbd\xef\x6f\xd6\x24\xe0\x9f\x02\x14\xf6\xdd\x70\x8f\x30\x90\
 36.4153 +\x72\x74\x5c\x8f\xb4\xbb\x2e\x9d\x58\xac\x26\xa3\x72\x28\xd5\xfc\
 36.4154 +\x25\x73\x47\x86\xf8\xfc\x96\x39\xfa\x41\xae\xca\x5f\xf4\x95\x93\
 36.4155 +\xe5\x8d\x12\x21\x09\x6d\xb4\xa1\x09\x09\x4a\x46\x00\x03\x00\x0f\
 36.4156 +\x76\xb2\xd4\xd4\xa2\x96\x47\x73\xa9\x39\xa4\xa4\xf7\x2c\x8e\x58\
 36.4157 +\xe1\xf6\xa7\x4c\xa5\x71\x3d\xbf\x66\xa5\x50\x87\x0c\x2e\xba\xd9\
 36.4158 +\x49\x7d\xe4\xb7\xcd\x82\xe6\x71\x92\x33\x8d\x6e\xde\x5c\x46\xdc\
 36.4159 +\x57\xb5\xd7\x27\x6e\x38\x6a\xa2\xb7\x72\xd7\x1b\xf5\x26\x5c\xb2\
 36.4160 +\x07\xef\x65\x34\x75\x05\x5c\xe7\xa3\x8a\xef\x83\xdb\xa7\x40\xbe\
 36.4161 +\xda\x03\xdb\x4d\x9e\xdb\x9d\xd7\xe2\x7b\x7b\xd5\x7f\x5b\x88\xac\
 36.4162 +\x2a\x05\x74\x08\xa5\x52\x1d\x6b\xc2\xe7\x2b\xe6\xc7\x86\xa4\xe7\
 36.4163 +\x3c\xa9\xef\x9e\xda\xba\x4d\x95\xba\xfc\x28\xcb\x95\x53\xdb\x96\
 36.4164 +\x9e\xbe\xb6\xc5\xd7\x55\x2a\x6d\x05\xe4\x8f\x84\x29\xff\x00\x49\
 36.4165 +\xc6\xd6\x91\x95\x8c\x0e\xf8\x3d\x07\x54\xfc\xed\x00\x31\xb6\xb3\
 36.4166 +\x86\x8a\x05\xa1\x5f\x37\xdd\xfb\x51\x72\xf8\xbf\xe4\x1f\x15\xea\
 36.4167 +\xd5\x48\x78\x88\x61\x7e\x4c\x21\x5f\x27\x1d\x82\x8f\x5f\x2e\x51\
 36.4168 +\xd3\x42\x35\xcc\x7e\xeb\x15\xaf\xe7\xf7\x98\xf7\x5f\xf1\x3b\xa7\
 36.4169 +\x36\xd6\x6f\x1d\x87\xbc\x36\xb7\xc3\x36\x65\x5d\x2f\xa9\xb1\x89\
 36.4170 +\x50\x5e\x1e\x1c\x98\x8a\xfa\x2e\x37\xdc\x7e\x90\xca\x4f\xb0\xe9\
 36.4171 +\x33\x5b\xfe\x16\x2b\x63\xfb\x9a\xf7\xfb\x9d\xd2\x08\xab\xdc\x8b\
 36.4172 +\x52\xdb\xbc\xbe\xe9\xcd\xa7\x42\xba\xe8\x70\x6b\x34\xd7\x2d\x27\
 36.4173 +\x9c\x5c\x49\xac\x87\x5b\x52\x92\xa7\x4a\x49\x49\xf6\x83\xdb\x4e\
 36.4174 +\x7f\x8b\x86\xc3\xfe\x69\x2d\x1f\xd5\xa8\xfd\x9a\x41\xef\x4d\x99\
 36.4175 +\x32\xfd\xfb\xa3\x76\xbd\xb7\x06\xec\xac\x5a\xef\x3d\x6a\x38\xe0\
 36.4176 +\xa9\xd2\x16\x10\xfa\x02\x16\xe9\x29\x04\xfb\x15\xd8\xe8\xd3\xe2\
 36.4177 +\xa5\x74\x7f\x39\x3d\xd1\xff\x00\x54\x9f\xdb\xa0\x8c\xb7\xd3\x87\
 36.4178 +\x3d\x8d\x85\xc3\xfd\xdb\x5a\x85\xb7\xb4\x2a\x3c\xfa\x7d\x2d\xe9\
 36.4179 +\x51\xa6\xc1\x63\xd1\xd6\xd3\x88\x49\x52\x4f\xaa\x40\x57\x5e\x98\
 36.4180 +\x39\xce\x71\xa3\xee\x19\x6a\x75\x1a\xbf\x09\x76\x34\xea\xac\x87\
 36.4181 +\xa4\x49\x34\xe0\xd9\x75\xe5\x15\x2d\x49\x42\xd4\x84\xe4\x9e\xfe\
 36.4182 +\xaa\x40\xcf\xbb\x48\x1d\xe2\xe1\x82\xe6\xa2\x6d\x15\x6a\xe8\x77\
 36.4183 +\x7a\x2e\xcb\xad\x9a\x34\x75\x54\x1c\xa2\x5c\x6e\xa9\xc8\x93\x12\
 36.4184 +\xd7\xac\xa4\x2f\xc3\x71\x27\xb0\x38\xf7\xf9\x77\xd3\xae\x87\xbb\
 36.4185 +\xf6\xad\xa3\xc1\x1d\x1f\x75\x1f\xa4\x44\xa3\x52\xd8\xa2\x34\xeb\
 36.4186 +\x14\x98\xa7\x95\x01\xdc\x72\x21\x86\xb3\xd7\x05\x63\x03\xb9\xc6\
 36.4187 +\x49\xce\x09\xd5\xc4\xb8\x01\x5c\x4b\x57\xea\xbb\x8d\xb8\x16\xf7\
 36.4188 +\x0c\xf6\x74\x95\x21\xfa\xe2\x93\x32\xe3\x96\xd1\xcf\xa1\x40\x47\
 36.4189 +\xad\xca\xaf\x22\xac\x73\x60\xf7\xc2\x07\xce\xd5\x1a\x69\x11\x38\
 36.4190 +\x4f\xe2\x7e\x94\xed\x1d\xa5\x44\xda\xeb\xdd\x2d\xd3\xe4\xa1\x4b\
 36.4191 +\x25\x14\xd9\xed\xa4\x25\x0e\x12\x7b\x05\x0e\xa4\x9e\xe1\x4b\xfa\
 36.4192 +\x23\x41\xfb\x0f\x7e\xdc\xf6\x64\xdb\x93\x70\xae\xed\x96\xdc\xab\
 36.4193 +\x8a\xed\xba\xe4\xfa\x63\xd5\x38\x34\xb4\x96\x51\x18\xe1\x4d\xb4\
 36.4194 +\xc9\x52\x81\xe4\xea\x0f\x6c\x60\x23\xcb\x47\x1b\xa7\xba\xdf\x85\
 36.4195 +\x6d\xa6\xac\x59\x35\xae\x1e\x37\x69\x2c\xcd\x6b\x0c\xc8\x4d\x2d\
 36.4196 +\xa2\xa8\xcf\x27\xab\x6e\xa7\xd7\xee\x95\x63\xeb\x19\x1e\xdd\x17\
 36.4197 +\x1f\x51\xd6\x99\x04\x6b\x89\x76\xea\x8d\xb7\x37\xc7\x1b\x1b\xc8\
 36.4198 +\xad\xe6\x62\x95\x51\xac\x40\xa9\xa6\x3d\x16\x25\x75\x69\x2d\xa6\
 36.4199 +\x28\x2a\x19\x6d\x0b\x21\x24\x84\x86\x8f\x6e\x81\x44\xfb\x4e\x9a\
 36.4200 +\xdc\x27\x6e\xa5\x4e\xf3\xdb\x47\xec\x7b\xcd\xb9\x51\x6f\x5b\x48\
 36.4201 +\xa2\x05\x42\x3c\xd4\x16\xdf\x71\xac\x7e\x29\xd5\x25\x5d\x79\xb1\
 36.4202 +\xea\xab\xde\x33\xf3\xb5\x82\x28\x5b\x13\xc4\x7e\xe6\xde\xb4\xab\
 36.4203 +\x93\x6e\xd2\xfd\x6e\xd0\xa8\x0a\x4c\xb9\xaf\xaf\xc0\x76\x46\x39\
 36.4204 +\x82\x54\x95\x32\xb0\xa5\x23\xd4\x20\x73\xe9\xcc\x32\x0e\x06\xd6\
 36.4205 +\xec\x0f\x71\x64\xd8\x5f\xe8\xe3\x68\x03\x71\xf8\x6a\xb4\x2e\x59\
 36.4206 +\x36\xed\xc1\xb3\xb1\x2d\x6b\x56\xe7\xa3\x55\x59\x9b\xe9\xf0\xd1\
 36.4207 +\xe1\x05\xb2\x92\x4a\x90\x43\x39\xc9\xcf\x2e\x09\x1e\x63\x3d\x75\
 36.4208 +\xbd\xf1\x2c\xe1\xdf\xf9\x1b\x2f\xf5\xac\xaf\xfe\x9a\x4f\xf1\x11\
 36.4209 +\xb0\xf6\x06\xc4\xed\xb4\x3d\xcf\xda\xc7\xaa\xf6\xd5\xc5\x4e\xaa\
 36.4210 +\x47\x44\x75\x35\x52\x75\x68\x78\x28\x9c\xa4\xa5\x64\xe7\xb6\x71\
 36.4211 +\x9c\x10\x08\x20\x8d\x45\xef\x3b\x87\x53\x53\x53\xd9\xae\x80\x4a\
 36.4212 +\x5a\x34\x7d\xaf\xda\xad\xd9\xbe\xab\xbf\x7f\x49\x55\x4a\xe6\xa8\
 36.4213 +\x26\x4c\xe8\xd2\xd6\x80\xdc\x37\x01\x3e\xa0\x52\x53\xea\xfc\xbe\
 36.4214 +\xbc\xe7\x23\xa6\x9c\x91\xa5\x47\x98\xc0\x7a\x3b\x81\xc6\xca\x94\
 36.4215 +\x9e\x64\xf6\xca\x54\x52\x47\xd8\x41\x1f\x66\x94\x95\x9d\xbc\xbb\
 36.4216 +\x5d\xa8\xd7\x18\xa2\x1a\x7c\x21\x54\x94\xec\xa6\xa6\x47\xad\xcd\
 36.4217 +\x8a\x96\xca\xc8\x25\x4e\x43\x09\x5b\x2e\x2c\x7c\xee\xa1\x2e\x7b\
 36.4218 +\x40\xc9\xd7\xcd\xdd\xaf\xb9\x53\x52\x2f\x48\x34\x5a\xdb\x8e\x20\
 36.4219 +\x37\x1e\x4c\xf9\x92\x59\x55\x3d\x42\x4b\xce\x95\xb4\x96\xc7\x52\
 36.4220 +\x52\xea\x3b\x29\x04\x14\x01\x9e\x50\x30\x21\x2b\xae\x4e\x1c\xac\
 36.4221 +\x1b\xb7\x71\x22\xee\x85\x8d\x70\x55\x2c\xcb\x89\xb7\x56\x1d\xa9\
 36.4222 +\xdb\x0e\x36\x84\x4a\x50\x51\x4a\xfc\x46\xd4\x92\x85\x1e\x64\x90\
 36.4223 +\xae\x9e\xb6\x0f\x30\x3a\x28\x46\xce\x41\x5f\x10\x34\x5d\xde\xa8\
 36.4224 +\x57\xea\x32\xeb\x94\xda\x31\xa3\x96\xbc\x26\x9b\x65\xf4\x9e\x6c\
 36.4225 +\xb8\xa0\x13\x90\xa3\xce\x7a\x02\x07\xbb\x55\xb3\xf6\x6a\x5a\xad\
 36.4226 +\x05\x45\xa3\x55\xd1\x4b\xb8\x5c\x97\x35\xd7\xaa\xec\x38\xe8\x52\
 36.4227 +\x9a\x90\xa7\xc8\x40\x00\xff\x00\x5a\xdf\x4e\xc0\xa4\x91\xd7\x1a\
 36.4228 +\xaf\xb7\x36\x5e\xa8\xd5\x76\x3b\xb5\xa9\x31\x8d\x19\x0f\xa5\xc9\
 36.4229 +\x14\xc6\xe7\x38\xeb\x72\x0a\x59\x7d\x00\x94\xa5\xa6\x93\xf2\x9d\
 36.4230 +\x6c\xe0\x83\x90\x8e\xa4\xe0\x0d\x04\x12\xbf\xb6\x16\xdd\x5b\x89\
 36.4231 +\xe8\x7b\xb4\xdd\x76\x52\xab\x34\x5a\x6a\xa8\xeb\xa7\x37\xc8\x5a\
 36.4232 +\x4a\x5c\x49\x58\x2b\xe9\xcc\x15\xca\xe0\x23\xae\x31\x8d\x31\xdf\
 36.4233 +\x92\xcc\x58\x6e\xca\x90\xe0\x6d\x96\x90\x5c\x5a\xd5\xd9\x29\x03\
 36.4234 +\x24\x9f\xb0\x69\x58\xee\xcd\xc4\x6e\x35\x78\xc1\x91\x89\x92\x3d\
 36.4235 +\x1f\xe0\x89\x6f\xc9\x79\x4e\x42\xf0\x9a\x42\x46\x55\x9c\xe4\x14\
 36.4236 +\x9c\x11\xd7\x97\x00\xe7\x18\xd5\x14\xed\x9e\xbb\xa4\x5d\xf5\x5a\
 36.4237 +\x83\x37\x0b\x61\xc9\x72\x26\xc8\x6e\x71\x9a\xb4\xb8\x94\x3e\x87\
 36.4238 +\x12\xdb\x45\xb4\xb5\x9e\x54\x73\xa5\x38\xf1\x71\x84\x02\x13\x9c\
 36.4239 +\x00\x80\xd6\xbb\x68\x10\x2f\x9d\xbd\xad\xda\xb2\x26\x2d\xa8\xd5\
 36.4240 +\x38\x8e\xc0\x79\xe8\xe5\x2a\x5b\x61\x69\x29\x24\x67\x23\x98\x67\
 36.4241 +\xb1\x1a\x4d\xd7\xf8\x7e\xb0\x85\x99\xb6\xd6\x25\xcd\x7a\x54\xfe\
 36.4242 +\x01\xb6\x9f\x09\x8b\x4a\x7b\xc2\x4a\x6a\xee\x85\x64\x07\xb0\x9c\
 36.4243 +\xab\x00\x91\x84\xe0\x00\xa3\xe7\xab\x4a\x8e\xd0\xd7\x3c\x0a\xf4\
 36.4244 +\x4a\x3a\x28\x51\x99\x9f\x2d\x53\xbd\x28\x3e\xfb\x72\x1f\x0a\x75\
 36.4245 +\xa7\x0b\x0a\x21\x24\x21\x19\x43\x99\x38\x58\x5e\x40\x29\x03\x39\
 36.4246 +\xf2\x9d\xb3\x35\x77\xe3\x21\xea\x9c\xda\x6b\x2f\x30\x89\xe9\x82\
 36.4247 +\xb8\xeb\x71\xc5\xc3\x2f\xb2\xd2\x1b\x52\x55\xca\x80\x4a\x5c\x6d\
 36.4248 +\x6b\xe8\x94\xe3\x98\x77\x39\x3a\x18\x8e\xd4\x21\x0d\xb4\x1b\x6d\
 36.4249 +\x01\x08\x48\xc0\x4a\x46\x00\x1e\x40\x6b\x2e\x9e\xfd\x26\x63\xed\
 36.4250 +\x3d\x65\xf4\x06\x16\xc5\x22\x89\x17\xc2\x8d\x1e\x5b\x14\xc9\xf2\
 36.4251 +\x5d\xf4\xff\x00\x0e\x5b\x2f\x2d\x6b\x51\x4a\x0a\x49\x43\x4e\x20\
 36.4252 +\x77\x27\xc5\x39\x56\x3b\xe1\x79\xec\xfc\xd9\x13\x23\xfd\xea\x3a\
 36.4253 +\xc3\x50\x13\x1d\xf6\xdb\x87\x32\x73\xa9\x6e\x33\xae\x2c\x2b\x9d\
 36.4254 +\xb4\x96\xdc\x00\x74\xec\x39\x48\xea\x01\xc1\xe8\xdc\x8b\xca\xc6\
 36.4255 +\xd2\xd0\x53\xbf\xb0\xb7\xaa\x25\x6e\x75\x12\xa7\x0e\x12\xe2\xd4\
 36.4256 +\x50\xc7\x86\x23\xd4\x23\x80\x4f\xe3\xf9\x86\x7d\x51\x8c\x28\x11\
 36.4257 +\xf2\x53\xe5\xa1\x1b\xcb\x86\x7b\x5a\xef\xdc\x09\x1b\x93\x67\x5e\
 36.4258 +\xb7\x35\x99\x5e\xaa\x21\x0b\x93\x3a\xdf\x94\x12\xd4\xb1\x81\x85\
 36.4259 +\xa9\x07\xb9\x20\x0c\x90\x70\x7a\x1c\x67\xae\xad\xc6\xd8\x5d\x0a\
 36.4260 +\x9f\x2b\xd2\xcd\x0e\x64\xe9\x4b\x5b\x86\xba\xe4\xa9\x42\x43\x68\
 36.4261 +\x54\x7f\x0f\xc2\x4b\x23\xd5\xe5\x04\xe0\x65\x65\x3c\xbd\x4a\x49\
 36.4262 +\xef\xb2\xbd\xa6\x9f\x4a\x36\xec\xbb\x4e\x4c\x48\xb2\x69\x6c\x30\
 36.4263 +\x25\xb2\xe4\x87\x90\xdd\x41\xd6\x94\xd9\x1c\xea\x1c\xc4\x0e\x54\
 36.4264 +\xba\x39\x8a\x49\x1c\xc3\xa1\x19\x1a\x08\x0f\xf8\xb7\xee\x2f\x2e\
 36.4265 +\x07\x14\x1b\x91\x8c\x76\xe6\x47\xfc\xb5\xed\x33\x84\x9a\x14\xab\
 36.4266 +\xae\x9b\x5d\xdc\x7d\xc4\xbc\xef\xf5\xd3\x5e\x12\x22\xc3\xac\xca\
 36.4267 +\x1e\x8c\x95\x82\x08\x2a\x6c\x67\x9b\xb0\xe9\x9e\xb8\xeb\xd3\xa6\
 36.4268 +\x8f\x1a\xdb\x9a\xbd\x62\xed\x15\x6b\xc5\xda\x7b\xf0\xd7\x36\x4c\
 36.4269 +\xa5\xd3\x23\x48\x79\x6d\x00\xb8\xec\x34\xda\x72\x42\x42\xf9\x4b\
 36.4270 +\x2e\x28\xe5\x20\x65\x79\x03\x3a\x4a\x5e\xc1\x56\xb5\x76\xaf\x68\
 36.4271 +\xce\x4a\x6a\x93\x43\x11\x5b\x83\x35\xe7\x5e\x2a\xa7\xb6\xe3\xab\
 36.4272 +\x0d\xa1\xa5\x78\x99\x01\x20\x8c\x9c\x67\x3f\x48\x60\x6a\x2b\x9f\
 36.4273 +\xff\xd9\
 36.4274 +\x00\x00\x14\x03\
 36.4275 +\x00\
 36.4276 +\x00\x01\x00\x01\x00\x40\x40\x00\x00\x01\x00\x20\x00\xed\x13\x00\
 36.4277 +\x00\x16\x00\x00\x00\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\
 36.4278 +\x0d\x49\x48\x44\x52\x00\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\
 36.4279 +\x00\x00\xaa\x69\x71\xde\x00\x00\x13\xb4\x49\x44\x41\x54\x78\x9c\
 36.4280 +\xe5\x9b\x7b\x94\x5c\x45\x9d\xc7\x3f\x55\x75\x1f\xdd\x3d\x3d\x8f\
 36.4281 +\x3c\x26\x99\x4c\x26\xc9\x10\x42\x08\x21\x21\x21\x11\x92\x80\x26\
 36.4282 +\x2c\xcb\xeb\xb0\xba\xa2\xf8\x02\x15\x77\x41\x3d\xea\xba\x88\xf1\
 36.4283 +\x1c\xd6\x17\xba\xec\x7a\x76\x15\x44\x56\xe1\x08\xae\xeb\xaa\x28\
 36.4284 +\xee\xae\x8f\x95\xb3\x1c\x5d\x97\x05\x11\x45\x09\x20\x20\xc8\xc3\
 36.4285 +\x90\x84\x84\x99\x4e\x26\xc9\xcc\x64\x1e\x3d\xfd\xb8\xaf\xaa\xfd\
 36.4286 +\xe3\x76\xf7\xf4\xf4\x74\xcf\xf4\x84\xc8\x3f\xfb\x3b\xa7\x4f\x77\
 36.4287 +\xdf\x5b\xb7\xea\xf7\xfb\xd6\xaf\x7e\xf5\x7b\xd4\x15\xc6\x18\xfe\
 36.4288 +\x3f\x93\xf5\x2a\x8e\x65\x03\x8b\x81\x34\x20\x67\x69\x1b\x01\x63\
 36.4289 +\xc0\x10\x10\xfe\x31\x99\x3a\xd1\x00\xb8\x40\x4f\xe9\xbb\x96\x3a\
 36.4290 +\xa3\x48\x5f\xe1\x79\xde\xfa\x20\x88\x5a\xb5\x31\x52\xeb\x08\x63\
 36.4291 +\x0c\x42\x08\xa4\x50\x20\xc0\x52\x32\xb2\x6d\x6b\xc8\x71\xec\xc7\
 36.4292 +\xa5\x94\xf7\x02\x23\x35\xfd\x78\x40\xa6\xf4\xfd\x8a\x49\x9c\x80\
 36.4293 +\x25\x50\x2d\x74\x4f\x14\x45\x3b\xb3\xd9\x7c\x4f\xd1\xf3\x08\x82\
 36.4294 +\x10\x1d\x69\x22\x13\x61\x34\xb6\xef\x07\xed\x2f\xbd\x94\xd9\xeb\
 36.4295 +\x85\xe1\xb9\xbe\xef\x53\xc8\x7b\x78\x9e\x87\x6d\xdb\x24\x93\x49\
 36.4296 +\x6c\x47\x91\x74\x13\x28\x25\x7e\xdc\xbb\xa2\x7b\xb3\xeb\x3a\x05\
 36.4297 +\x25\x65\x28\xa5\xc0\xb2\x24\x89\x44\x92\xd6\xd6\x96\x8c\x65\xa9\
 36.4298 +\x2f\x31\x09\xc2\x2b\x02\xe3\x95\x00\xe0\x00\x4b\x81\x55\x61\x18\
 36.4299 +\x7e\xec\xd8\xe8\x78\x4f\x2e\x57\x70\x0b\x05\xaf\xe7\xa9\xa7\x5f\
 36.4300 +\x48\xec\xfe\xc3\x1e\x8e\x1e\x1d\x22\x97\x2b\x30\x3e\x91\x63\x22\
 36.4301 +\xe7\xe1\x15\x7c\x82\x50\xe3\x05\x01\x4a\x29\x04\x0a\x29\x25\x5a\
 36.4302 +\x40\x14\x45\x10\x69\x6c\x47\xa1\x84\xc0\x4d\xd8\xb4\xa6\x13\xa4\
 36.4303 +\x52\x2e\x6d\xe9\x04\x1d\xf3\xda\x58\xb3\x7a\x35\x5b\xb7\x6e\x2a\
 36.4304 +\x26\x13\x6e\x26\x95\x4a\x78\xf3\xe7\x75\x64\x1c\xc7\x7a\x45\x60\
 36.4305 +\x1c\x0f\x00\xe5\x19\x3f\xc9\xf7\xc3\x0f\x0f\x0d\x0d\x9f\x3a\x38\
 36.4306 +\x34\xba\xe2\x27\x3f\xfd\xdf\xe4\xc3\x8f\x3c\x45\xc1\x93\xf8\x91\
 36.4307 +\x42\x63\x93\x4c\xb4\x21\xa4\x83\x54\x36\x28\x89\x2d\x2d\x8c\x50\
 36.4308 +\x28\x14\x5a\x80\x94\xb1\x29\x30\xc6\x50\xe6\x23\xfe\x1d\xa1\x4d\
 36.4309 +\x88\x09\x43\xb4\x09\xd1\x91\x47\xe0\x17\x30\x41\x1e\xdb\x0a\xb1\
 36.4310 +\x54\xc8\x19\xeb\x56\xf2\xae\x2b\x2e\x2f\xce\xeb\x68\xcf\x74\x74\
 36.4311 +\xb4\x79\x6d\x6d\x2d\x19\xa5\xd4\xe7\x81\x47\xe6\x02\xc2\x5c\x00\
 36.4312 +\x28\x0b\x7e\xb2\xef\x87\x3b\x87\x87\x47\x56\x1e\x3c\x74\xb8\xfb\
 36.4313 +\xd6\xaf\x7c\x3d\x78\xfe\x85\xbd\x1d\xc9\x96\x05\xb4\xb6\x77\x63\
 36.4314 +\x27\xdb\xff\xd9\x18\xf7\xfd\x46\xb8\x20\x2c\x34\x16\xf1\x08\x65\
 36.4315 +\xbb\x27\x10\xa5\x21\x8d\xa8\x19\xc1\x48\x10\x3a\x6e\x25\x62\x30\
 36.4316 +\x04\x1a\xd0\x08\x13\x20\x8d\x8f\xc0\x7b\x42\x07\x13\x9b\x27\xc6\
 36.4317 +\x0e\x93\x1d\x3f\x4c\xe7\x82\x36\xae\xb9\xfa\xdd\x6c\xde\xb4\xb6\
 36.4318 +\xb8\xac\xa7\x7b\x97\xeb\xda\x9f\x07\xf6\x01\xfd\xcd\x00\xd1\x2c\
 36.4319 +\x00\x2e\xb0\xd5\x18\xf3\xf1\xb1\xf1\xec\xc9\xfb\x0f\x64\x96\xdd\
 36.4320 +\x75\xd7\xf7\x13\x3f\xb9\xef\x51\xe6\x2d\xea\xa5\xb3\xf3\x24\x50\
 36.4321 +\x29\xb4\x91\x18\x23\x30\x42\x55\x04\x36\x55\x82\x57\xe4\x2c\x19\
 36.4322 +\xbe\x58\x50\xc1\x4c\x3c\x18\xa3\x11\x42\x54\x01\x11\x21\x84\x41\
 36.4323 +\x10\x61\x89\x90\xd1\x91\xc3\x1c\x3d\xf8\x07\x56\x9d\xbc\x88\x1b\
 36.4324 +\x3e\x79\x6d\xb1\x77\xf9\x92\xcc\xfc\xf9\x1d\xfb\x2c\xcb\x6a\x4a\
 36.4325 +\x1b\x9a\x01\xc0\x05\xb6\x86\x61\xf4\xd9\x83\x87\x8e\x6c\x7b\xf4\
 36.4326 +\xb1\x67\x12\x37\x7e\xee\x66\x1c\x77\x21\x4b\x7a\xd7\xbd\xa4\xec\
 36.4327 +\xf9\x2b\x03\xed\x12\x69\x81\x14\xa5\x4d\xa5\x34\x8b\x50\xee\xbb\
 36.4328 +\x24\xbc\x91\x35\xf7\x67\xa6\x9a\xa7\xe3\x6b\xd5\xe0\x19\x83\x25\
 36.4329 +\x3c\x24\x59\x06\x07\xf6\x30\x74\x78\x1f\xd7\x5c\xf3\x36\xde\x7c\
 36.4330 +\xd9\xc5\xc5\x15\x2b\x7a\x76\xb9\xb6\x7d\x23\xb3\x80\x30\x1b\x00\
 36.4331 +\x2e\xb0\x35\x08\xc3\xcf\xbe\xb4\xbf\x6f\xdb\x5d\xdf\xf9\x71\xe2\
 36.4332 +\x07\x3f\xbe\x9f\xee\xde\x8d\xb4\xb6\x77\x13\x46\x12\x8d\x03\x42\
 36.4333 +\xd5\xb0\x39\x57\xaa\x27\x6a\xf9\x7a\x15\x78\xf5\x80\x33\x21\x4a\
 36.4334 +\x44\x28\x19\xe0\x17\x46\xd9\xb7\xe7\x49\xb6\x9d\xb5\x92\xeb\x3f\
 36.4335 +\xfa\xfe\xe2\xea\x53\x7a\x77\xb9\xae\x3b\x23\x08\x33\x01\x60\x03\
 36.4336 +\x67\x06\x41\xf8\x0f\x7b\xf7\xbd\x7c\xee\xcd\x5f\xfc\x6a\xe2\xe9\
 36.4337 +\xe7\x33\x2c\xea\x5e\x8b\x4a\x2c\x22\x34\x09\xb4\x6e\x5e\x95\x67\
 36.4338 +\xa6\x49\x00\x8c\x31\x48\x29\x4b\x7d\x35\x01\x40\xb9\x07\xa3\x51\
 36.4339 +\x32\x44\x46\x59\x06\x07\x9e\xa5\x2d\xe1\x73\xcb\xcd\x37\x14\xd7\
 36.4340 +\x9c\xba\x72\x46\x10\x66\xf2\xc8\x3a\xc3\x30\xbc\xb2\xff\xe0\xc0\
 36.4341 +\x9a\x2f\xdf\xf6\xcd\xc4\x73\xbb\x8f\xd2\xb5\x6c\x13\xc2\xe9\xc4\
 36.4342 +\x0f\x15\xc6\x50\x11\x3e\x66\xa0\x5a\xf8\x98\x79\x61\xa8\x18\xbc\
 36.4343 +\xe9\x02\x57\xdf\x10\xd4\xb7\x11\x55\x1a\x51\x25\x7c\xf5\xb8\x42\
 36.4344 +\x08\x30\x12\x21\x24\x18\x07\xa1\x3a\xe8\xea\xd9\x84\x17\x2d\xe4\
 36.4345 +\x13\x9f\xbc\x29\xb1\x77\x6f\xdf\x56\xcf\x0b\x3e\x0b\x6c\xa3\x8e\
 36.4346 +\x83\xd6\x08\x00\x07\x58\x3d\x9e\xcd\x6d\xf9\xef\x9f\x3d\xf4\xdc\
 36.4347 +\x6f\x1e\x7b\x9e\xf9\x4b\x56\x63\x54\x3b\xa1\x49\x20\xa4\xdd\xe0\
 36.4348 +\xb1\xe6\xa8\x5a\x80\x6a\xaa\x5e\xdf\x8d\xb4\xc9\x18\x03\xda\x20\
 36.4349 +\x8c\xac\x7c\xa2\x40\x93\xcf\x7a\x1c\x1b\xce\x32\x70\xe8\x18\x07\
 36.4350 +\xf6\x8f\x92\xcd\x27\x39\x32\x18\xf2\x4f\x5f\xfe\x56\x22\x93\x19\
 36.4351 +\xd8\x1a\x86\xe1\xc7\x81\x65\xd4\xac\xb3\x46\xae\xf0\x12\xdf\x0f\
 36.4352 +\x3e\xf0\xf2\xcb\x99\xd5\x77\x7c\xed\xdb\xf3\x17\xaf\xd8\x8a\xb4\
 36.4353 +\x17\x12\x19\xab\x21\xf3\x53\x05\x28\x09\xd1\xa0\x69\x2c\x9b\x98\
 36.4354 +\x22\x30\x80\x44\x80\x89\x9f\xab\x07\x86\x30\x12\x81\x40\x87\x11\
 36.4355 +\x85\x42\x81\x62\xc1\xa7\x58\x2c\xc6\x4e\x54\xa9\x9d\x12\x12\x63\
 36.4356 +\x14\xc8\x04\x42\x75\xf1\xeb\x47\xf7\xf2\xf3\x5f\xec\x4a\xbc\xf9\
 36.4357 +\xb2\x8b\x4e\x5a\xb0\xa0\x63\x29\xd0\x07\xf8\x33\x01\xe0\x02\xab\
 36.4358 +\x87\x87\x47\x4e\xbf\xed\xf6\x7f\x1d\x4f\xb7\x2e\x9d\x9f\x4a\x77\
 36.4359 +\xe1\x45\x0e\x42\xc8\x69\x4c\x57\xaf\xfd\x99\xc0\xa9\xdf\x1e\x1a\
 36.4360 +\x19\xc0\xb2\x6a\x1b\xad\xd1\xda\x10\x86\x21\xc5\x5c\x91\x7c\x3e\
 36.4361 +\x4f\x18\x86\x18\x2d\x10\x46\x94\xe2\x08\x39\xa5\x8b\xf8\x59\x9b\
 36.4362 +\x48\xb7\x60\xbb\x8b\xb8\xeb\xee\xff\x64\xdb\xb6\x4d\x1d\x1d\x1d\
 36.4363 +\xad\x57\x28\xa5\xf6\x11\x7b\x8c\x25\xd0\xa7\x53\x8f\xe7\x79\x1f\
 36.4364 +\xeb\xcb\x0c\x9c\xfc\xe0\xc3\xcf\xf4\x2e\xe8\x3e\xe5\xfe\x48\x4f\
 36.4365 +\x5a\xf9\x5a\x21\xab\x55\xb5\x19\x23\xa8\xb5\x46\x1b\x83\x31\x9a\
 36.4366 +\x28\x0a\x88\x42\x9f\x28\xf4\x31\x51\x14\xcf\x3c\xb1\x5a\x87\x7e\
 36.4367 +\x44\x7e\xa2\xc0\xf8\xc8\x38\x83\x03\xc3\x1c\x39\x38\xc8\xf8\x48\
 36.4368 +\x96\xc8\xd7\x08\x2d\x51\x22\x76\xa3\x85\x10\xf1\x73\x55\x6c\x49\
 36.4369 +\x0c\x20\xd1\x91\x85\xb4\xd3\x0c\x1c\xce\x73\xff\x03\xbb\xf6\x8e\
 36.4370 +\x8e\x4e\xbc\x26\x0c\xc3\xd3\x80\x44\x05\xe8\x1a\xa6\x05\x70\x46\
 36.4371 +\x5f\xff\xa1\xef\x5d\xb7\xf3\x33\x6b\x0f\x0d\x39\x74\x2e\x3d\x1d\
 36.4372 +\x2f\xb4\x4f\xc0\xba\x07\xa3\x43\xa2\xc8\x23\x0a\xf3\xa4\x92\x36\
 36.4373 +\x2b\x7a\x7a\x48\x24\x1d\x02\x3f\xe2\xf0\xe1\x23\x0c\x0e\x8f\x11\
 36.4374 +\x46\x92\x30\x90\x78\xc5\x10\xaf\x18\x47\x8b\xb2\x34\x4f\x0d\x6d\
 36.4375 +\x87\x28\xdd\xd3\x65\x9f\x33\xfe\xd6\x08\x04\x39\x5c\x7b\x0c\x1d\
 36.4376 +\x0c\x70\xf7\xb7\x6f\x2a\xac\x3e\x65\xc5\x2f\x95\x52\x1f\x26\xf6\
 36.4377 +\x16\x4d\xed\x12\x48\x03\x6b\xc6\xc6\xc6\x73\xcf\x3e\xbf\x87\x53\
 36.4378 +\xd6\x5d\x4a\xa0\x5d\x84\x9c\x2d\x7c\x2f\x09\xd9\xc8\xc5\xa5\x24\
 36.4379 +\xbc\x3f\xc6\xe2\xce\x24\x6f\x7a\xc3\xeb\x39\x7d\x6d\x2f\xe9\x16\
 36.4380 +\x17\x4b\x4a\xb4\x36\x14\xbd\x88\x3d\x7b\xfa\xf9\xd6\x5d\xf7\xf0\
 36.4381 +\xd8\xe3\x2f\x91\x4c\x77\x22\x8c\x85\x14\x6a\xda\xb2\xab\x3b\x6e\
 36.4382 +\xd5\x44\xea\x29\xcb\x49\x11\x99\x16\x46\xc7\x43\xf6\xec\xed\x4f\
 36.4383 +\x2e\xe9\xea\xec\x49\xa5\x5c\xd7\x71\x1c\x60\xba\x0d\x58\x5c\x28\
 36.4384 +\x14\x2e\x7b\xfc\xb1\xa7\x1f\x4c\xb7\x2e\x38\x4b\xda\x69\xc2\xc8\
 36.4385 +\x6e\xda\x73\xab\x4f\x06\xa3\x43\x88\x26\xd8\x71\xee\x06\xae\xbe\
 36.4386 +\xea\x42\xe6\xcf\x03\x47\x55\xaf\xbf\x78\xbd\x2f\xef\x5e\xc9\xd9\
 36.4387 +\xaf\xd9\xc9\xf7\x7f\xf8\x24\x5f\xf9\xea\x77\x50\xaa\x0d\x83\xfb\
 36.4388 +\x8a\x7c\x0d\x8d\x45\x68\x04\x6d\x1d\xdd\xfc\xec\x7f\x1e\x60\xe3\
 36.4389 +\x86\x53\x44\x2a\x35\xb9\x1b\xd6\x4e\xad\x33\x38\x38\x72\xea\x03\
 36.4390 +\x3f\xff\xf5\xf5\xed\xed\x8b\x31\x8d\xcc\xf8\x5c\xc8\x44\x28\x0a\
 36.4391 +\xbc\xee\x9c\xd3\xb9\xf6\x83\x17\xd2\xb5\x00\x5c\x19\x0f\x2c\x6a\
 36.4392 +\x3e\x96\x82\xf6\x56\xb8\xe6\x3d\x9b\xb8\x7e\xe7\x15\x48\xf2\x08\
 36.4393 +\x13\x50\x36\x94\xcd\x0a\x3f\xd9\x4e\x22\xb0\x30\x91\x83\xeb\xb4\
 36.4394 +\xf1\xeb\x87\x77\x91\xcb\xe5\xa7\xb4\x9d\xa6\xdb\x45\xcf\x77\xf6\
 36.4395 +\xec\xef\x27\x95\x9e\x87\x29\x4d\x7c\x33\xd6\xbd\x11\x13\x12\x9f\
 36.4396 +\xe5\x3d\x1d\xfc\xe5\xbb\x2e\x26\x9d\x8c\xd7\xa7\x14\x75\x1c\xe7\
 36.4397 +\xd2\x35\x49\x0c\xc4\x5b\xdf\x72\x36\x17\x5d\xb4\x0d\x21\x3c\xd0\
 36.4398 +\x73\xcb\x8a\x4d\xe5\x57\x62\x50\x04\xa1\x20\x57\x08\x30\x1a\x57\
 36.4399 +\x4a\x59\xc9\x5a\x4d\x03\x40\x1b\x4d\xa4\x25\xb6\x93\x8a\xd7\xb2\
 36.4400 +\xd0\xcd\x23\x5f\x65\x8d\xa5\x8c\x4d\x91\xb2\xe0\xfc\xed\x1b\xe9\
 36.4401 +\xea\x8c\xd7\xea\x4c\x4e\x50\xcc\x3c\x60\x20\x61\xc3\xe5\x6f\xba\
 36.4402 +\x80\x85\xf3\x1d\x10\x8d\x00\xa8\xf5\x28\xe3\xff\x93\xfc\x96\x22\
 36.4403 +\x48\x21\xd0\x46\xe0\x26\xd2\x44\x91\xee\x11\x42\x7c\x94\x38\xb4\
 36.4404 +\x17\x75\xac\x9b\x8c\x2d\xbe\xb4\x2b\x4b\xa0\x7a\x0d\x36\x4b\x5a\
 36.4405 +\x6b\x04\x86\x84\xab\xb8\xf8\x82\x0d\xcc\x16\x2e\x4d\xf5\x2d\xe2\
 36.4406 +\x99\xd9\xb4\xb1\x8d\x15\x2b\x16\x21\xe7\x68\x83\xea\x6d\xd5\xc6\
 36.4407 +\x18\x6c\x2b\xc5\x4b\x07\x0e\xb9\xb9\x7c\xb1\xc7\xf7\xfd\xfa\x1a\
 36.4408 +\x00\x71\x58\xab\x4b\x4e\x46\xb5\xe1\xa9\xce\xdc\xcc\x44\x71\x0c\
 36.4409 +\x0f\xca\x68\xda\x5b\x92\xa4\x92\xa5\x75\x3e\x0b\x7e\xd5\xf3\x59\
 36.4410 +\x0e\x83\xd6\x9f\x7e\x32\x4a\xd5\xce\xf4\x24\xaf\x53\x61\xad\xfd\
 36.4411 +\x2f\xab\x44\x94\x28\x65\x33\x32\x32\x46\x10\x04\x22\xf6\xf6\xeb\
 36.4412 +\x01\x20\x00\x35\x79\xb9\x56\xe0\xe6\xbc\x3d\x89\x89\x34\x03\x07\
 36.4413 +\x0f\x31\xaf\xbd\x0d\x59\xa7\x9f\xd9\xfb\x00\x29\x60\x49\x57\x27\
 36.4414 +\x42\xce\xf5\xd9\xe9\x3c\x96\xb7\x68\xa5\xd4\x94\xeb\xd3\x5d\x61\
 36.4415 +\x63\x2a\x46\xc7\x18\xd3\x74\x98\x1f\xb7\x15\x08\x20\xf4\x23\x86\
 36.4416 +\x8f\x1e\x21\x2c\x06\x28\x54\x9d\xc6\xe5\xaf\x1a\xb7\xba\x86\x0d\
 36.4417 +\x00\xcb\x9a\xce\x62\x19\x0f\xdd\x30\xd6\xa8\xb6\x01\xe5\x8e\x63\
 36.4418 +\x7b\xe0\xba\x36\xca\xb2\x28\xb9\x01\xf5\xa3\x41\x1d\x86\x08\xa2\
 36.4419 +\x27\x9a\xf4\x7f\xe2\x31\x84\x40\x18\x89\x57\x0c\x18\x3a\x32\x84\
 36.4420 +\x5f\x8c\x00\xc1\xc1\x83\x03\xd0\xc0\xf8\xcd\xa6\x4d\x06\xe8\xcf\
 36.4421 +\x0c\x60\x1a\x49\xda\x04\x55\xc0\x10\x1a\xdf\xcb\xb1\xe6\xd4\x93\
 36.4422 +\xbc\x74\x2a\x51\xc9\x1e\x4f\x13\xd1\x52\x92\xb6\x36\x97\xc0\xcb\
 36.4423 +\x6e\x36\x66\xaa\xf1\x69\xc4\xb0\x8e\x00\x23\xf1\x0a\x3e\x23\x47\
 36.4424 +\x47\x09\xfc\x08\x81\xc2\xe0\xb2\x67\x5f\x1f\xc7\x46\x4b\xeb\xbb\
 36.4425 +\x12\xf7\xe8\x59\x9c\xab\xd8\x97\xd3\x06\x7e\xf7\xcc\x8b\x68\x1d\
 36.4426 +\x7b\x0d\xe5\xf1\xb5\x68\x3c\xfb\xb5\x54\xb6\x61\x4a\x49\xfc\x20\
 36.4427 +\x87\x6d\xa9\x8c\x65\x55\x52\xe9\x66\x1a\x00\x89\xa4\xc3\x86\xf5\
 36.4428 +\x6b\xc8\xe7\xc6\x91\x33\x04\x3e\x15\x56\xb5\x46\x29\x15\x0b\x3f\
 36.4429 +\x34\x42\x10\x04\x48\xe2\x04\x85\x10\x12\xdf\x87\x1f\xfe\xe8\x21\
 36.4430 +\x22\x53\x06\x21\x0e\x54\x1a\xf5\x1b\x1b\x5a\x89\x06\x1e\x7b\x6c\
 36.4431 +\x98\xbe\x97\x87\xd1\x46\x4e\x6b\x37\x17\x8a\xe1\x0b\x59\xde\xd3\
 36.4432 +\x85\x65\x5b\x53\xea\x07\xd3\x00\x48\xa7\x5a\x38\xfb\xac\x8d\xe4\
 36.4433 +\x26\x86\x51\xc4\x89\x87\x46\x64\x8c\x41\x0a\x8b\xc0\x0b\x39\x36\
 36.4434 +\x78\xac\x22\x7c\x35\x85\x91\xe2\xa7\x3f\x7b\x94\xdd\x2f\x86\x35\
 36.4435 +\x76\x5c\x56\xcc\xfe\x54\xcd\x8a\x7f\x67\xb3\xf0\x83\x1f\xdd\xcf\
 36.4436 +\xf0\x68\x50\x27\x64\x99\x0b\x19\x10\x3e\x61\xe4\xb1\x65\xeb\xd9\
 36.4437 +\xb4\xa4\x92\x91\xef\x57\xd2\x01\xd3\x00\xf0\x5a\x5b\x53\x99\x75\
 36.4438 +\xa7\xaf\x2a\x8e\x8f\x0d\x21\x64\x5c\xa4\xa8\x16\xb8\xfa\x77\x1c\
 36.4439 +\x77\x1b\x86\x8f\x0e\x13\x86\xe1\x34\xe1\x01\x34\x36\x7d\x99\x51\
 36.4440 +\x6e\xbb\xe3\x6e\x86\x8e\xc5\x02\x9a\x99\xb4\x5f\x80\x1f\xc2\x77\
 36.4441 +\xff\xed\x41\x7e\xf1\xcb\x27\x80\x44\x29\xcd\x7e\x9c\x24\x34\x52\
 36.4442 +\x04\x14\xf3\xa3\x6c\xda\xb4\xf1\x9e\xb6\xb6\xd6\x21\xc7\x71\x2a\
 36.4443 +\x42\xd5\x72\x9c\x51\x4a\xdd\x9a\x48\x24\x32\xe9\x16\x87\xa2\x97\
 36.4444 +\x45\xc8\xe9\xb9\xb8\xb2\xf0\xc2\x48\x86\x6a\x66\x7e\xea\x6c\x1a\
 36.4445 +\x04\x0a\x2d\x52\x3c\xf4\xab\xdf\x71\xe3\xdf\xdd\xc1\xe0\x30\x93\
 36.4446 +\xe6\xbe\x76\xdb\x06\xfc\x00\xee\xf8\xc6\x83\xdc\x7e\xe7\x8f\xd0\
 36.4447 +\x24\x4b\xc2\x1f\xaf\x11\x94\x48\xa3\x91\xc2\x27\x9f\x3f\xc6\xaa\
 36.4448 +\x95\xdd\x9b\x13\x09\xfb\x71\xe2\xca\xb3\xa9\x07\x80\x07\x64\x5a\
 36.4449 +\xd3\x2d\xde\x05\xe7\x6f\x67\xe4\xd8\x11\x94\x88\x10\x75\x67\x5e\
 36.4450 +\x92\x1d\xcf\xe1\xe5\xbd\xca\x6e\x53\xbe\x5f\x4b\x06\x85\x65\xb5\
 36.4451 +\xf2\xfc\xee\x3e\x46\xb3\xd1\xb4\xfb\xd5\x14\x84\xf0\xdb\xc7\xff\
 36.4452 +\x80\x90\x6d\x18\x61\x53\x49\xaf\x35\xe9\x84\x95\xa9\x32\x11\x42\
 36.4453 +\xa3\xf0\x38\x63\xfd\xc9\xb4\xb6\xa6\x26\x2c\xcb\xba\x97\xb8\xec\
 36.4454 +\x4e\x3d\x00\x00\x8a\x0b\x17\x76\x64\xde\xf6\x96\x37\x16\x47\x86\
 36.4455 +\x32\x58\xc2\xc7\x10\xd4\x48\x24\x09\x83\x80\xdc\x78\x0e\x13\x4d\
 36.4456 +\xee\xe5\xd2\x4c\xee\xd1\xa5\xd1\xa7\x08\xa0\xa4\x5d\xa9\x07\x36\
 36.4457 +\x66\x1c\x94\xb2\xe3\xac\x73\x95\x0f\x51\xf6\x4a\x67\xcc\x49\x56\
 36.4458 +\xc5\x22\x95\xd8\x82\x88\x7c\x7e\x88\x8b\x2f\x38\xf7\x9e\x8e\x8e\
 36.4459 +\xd6\xc3\xd4\x9c\x39\xa8\xc7\x4d\xc6\xb2\xac\x5b\xdb\xda\x52\x99\
 36.4460 +\x96\x84\x20\x08\xc6\x5e\x52\x55\xb9\xed\x32\x03\xd9\xf1\x1c\xbe\
 36.4461 +\x1f\xd4\x79\x9c\x69\x6d\xa7\x30\xd9\x64\x88\xdd\x28\xf6\x9f\x8b\
 36.4462 +\x16\x18\x13\x21\x44\x44\xe0\x8f\xf3\xee\x2b\x2e\xb9\x28\xdd\x92\
 36.4463 +\xea\x07\xf2\x54\xf9\xd5\xf5\x00\xf0\x80\x4c\x3a\x9d\xf2\xce\xdb\
 36.4464 +\x7e\x16\x63\xc3\x03\x2b\x85\x30\x15\x67\x44\xa2\xf0\xfd\x90\xf1\
 36.4465 +\xf1\x89\x12\xa3\xaa\x22\x68\x84\x46\x8b\xc9\x04\x69\xec\x47\x9c\
 36.4466 +\x98\x23\x38\xa2\x1c\x26\x56\xf5\x57\x9b\x0b\x9c\x5a\x87\x30\x71\
 36.4467 +\x1a\x0e\x9f\xb5\xa7\xad\x42\x2a\x65\x4b\x49\x27\x71\xc1\xa7\xf2\
 36.4468 +\x54\x23\x7d\x8c\x16\x2e\xe8\xf0\x6e\xbc\xe1\xaf\xcc\xf0\xd1\x7e\
 36.4469 +\x84\xd4\x08\x69\xe2\x84\xa6\xd6\x64\xc7\x26\xa8\x76\x4c\xea\x65\
 36.4470 +\x85\x67\x4b\x63\xcd\x46\xb5\x33\x7d\x3c\x3e\x40\x6c\xfc\x46\x39\
 36.4471 +\xe7\x9c\xcd\x3c\xb2\xeb\x99\x97\x3d\x2f\xb0\xa8\x91\xb9\xd1\x06\
 36.4472 +\xeb\x59\x96\xda\x6f\x59\x6a\xfd\xf2\xe5\x8b\xec\x7c\x6e\x14\x3b\
 36.4473 +\xe1\x22\xa5\x22\x0c\x22\xf2\xd9\x09\xe2\x0c\x3d\x08\x61\xaa\xd2\
 36.4474 +\x71\xb5\x8e\xd3\xf4\x6b\x75\xa9\x3a\x33\x5e\xf6\x5c\xeb\x82\x57\
 36.4475 +\x93\x3a\xaf\xc9\x41\x56\x57\xa1\x84\x09\x90\xd2\xa7\x25\x21\x78\
 36.4476 +\xc7\x5b\x2e\x08\x17\xcc\x6f\x97\xae\x6b\x0f\x10\xd7\x04\x66\x5c\
 36.4477 +\x02\x00\xda\xf3\x82\xec\x23\xbb\x9e\x79\x78\xc7\x8e\x2d\x4c\x8c\
 36.4478 +\x1d\x45\xca\x38\x35\x35\x31\x9e\x2b\x3d\x38\xd5\x3a\xcf\x58\xc9\
 36.4479 +\xa9\xed\xbc\xc1\xa0\x15\xb7\x5d\xc8\x29\x06\xf0\x78\x48\x48\x8d\
 36.4480 +\x89\xb2\x6c\x5c\xbf\x8a\x64\x32\x79\xb8\xa5\x25\xf1\x75\xa5\xd4\
 36.4481 +\xcd\xc0\x40\x75\xbb\x46\x00\x04\x8e\x63\x0d\x9e\x7d\xd6\x7a\xe7\
 36.4482 +\xa2\xf3\xcf\x7d\x56\x51\x40\x04\x39\xa4\x8e\xc8\x4f\x4c\xd4\xad\
 36.4483 +\xf7\xd5\xce\x58\x75\x12\x25\xf6\x26\x05\x51\x64\xea\x3b\x41\x55\
 36.4484 +\xfe\x80\x10\x10\x6a\x4d\x34\x83\xed\x90\x46\x22\xab\x3c\xd4\xe9\
 36.4485 +\x35\x48\x83\x20\x44\x89\x09\x4e\x5b\xbb\x94\xbe\xfe\x81\x6f\x78\
 36.4486 +\x9e\xb7\x9b\xf8\xd0\x84\x3f\xa5\xaf\x06\x63\x0c\x4a\x29\x6f\x6f\
 36.4487 +\x4d\x27\x6f\x59\xbc\x68\xbe\x5c\xb3\x6a\x09\x5e\x71\x98\xb0\x58\
 36.4488 +\x20\x0a\x4d\x5c\x88\xa4\xfe\xda\xaf\xb0\x50\x73\x4f\xa0\x18\x3a\
 36.4489 +\x96\x25\x97\x6f\x9c\xdf\x33\xc4\xda\x91\xc9\x1c\x46\xa9\xa9\x75\
 36.4490 +\x88\xe9\x63\x34\xd4\xa3\x38\xd0\x32\x3e\x9d\x0b\x12\x5c\x7a\xe1\
 36.4491 +\x96\x89\x75\x6b\x57\x6e\x72\x1c\x47\x13\x1f\xbf\x9b\x42\x0d\x35\
 36.4492 +\x80\xb8\x86\xb6\xa7\xa5\x25\xc1\x96\xb3\x4e\x03\x7f\x94\x7c\x6e\
 36.4493 +\x0c\x51\x65\x76\x9b\x31\x72\x31\x10\x1a\x23\x15\xbe\x6f\x71\xdf\
 36.4494 +\x03\xbf\x89\xeb\x7f\x35\xfc\x6b\x13\x2f\x81\x47\x1e\xc9\x70\xe8\
 36.4495 +\xd0\x10\xb5\x67\x0e\xaa\x97\x92\x16\xba\x2a\x1a\x9c\xae\x29\xc2\
 36.4496 +\x04\xb8\x8e\x66\xe5\x49\x8b\x99\x37\xaf\xed\x70\x32\xe9\xde\xa1\
 36.4497 +\x94\xfa\x25\xf1\x16\xd8\x14\x00\x65\x2a\x74\xb4\xb7\xf6\x9f\xb7\
 36.4498 +\x7d\x4b\x31\x95\x34\xe4\x73\xa3\x48\xa2\xba\x83\xce\x4a\x46\xe2\
 36.4499 +\xba\xed\xdc\x7d\xf7\x7f\xf1\xf3\x87\x32\x44\x02\x22\x03\xa1\x8e\
 36.4500 +\xbf\xb5\x81\xfd\x7d\x70\xe3\xe7\x6e\xc3\x4d\xb4\x21\xe5\xcc\x36\
 36.4501 +\x60\xf2\xfc\x40\xad\x40\x21\x4a\x79\x08\x91\xe3\xd2\x4b\x2f\x38\
 36.4502 +\xd0\xd6\x96\x1e\x07\x5e\x06\x46\xa9\xa3\x36\xb3\x01\x90\x51\x4a\
 36.4503 +\xdd\xba\x60\x5e\x47\xe6\xec\xd7\x6c\x20\x61\x6b\xa4\xf4\x11\x95\
 36.4504 +\x00\x49\x22\xa6\x04\x2a\xd5\x39\xb8\x5a\x2a\x9d\x1d\x92\x69\x76\
 36.4505 +\x5e\x7f\x2b\xff\xf8\xc5\xfb\xe9\x3f\x14\x0b\x3f\x3c\x0a\xdf\xfd\
 36.4506 +\xf7\xe7\xb9\xf2\xaa\x4f\x33\x36\xe1\x62\x84\x03\xda\x4c\xdb\xe7\
 36.4507 +\xa7\xf4\x56\xa9\x42\x97\x93\xe9\xe5\x58\x24\x20\x61\xe7\xe8\xea\
 36.4508 +\x74\x58\x7b\x5a\xef\xbc\x64\x32\xb1\x97\x1a\xe7\x67\x4a\x3f\x4d\
 36.4509 +\xec\xaf\xab\xc2\x30\xba\x7d\xf7\xee\x03\x3b\x3e\xf8\xd7\x37\x25\
 36.4510 +\x72\xc5\x14\x81\x6e\x47\x1b\xb7\x4a\xd8\x32\xb0\xb5\xff\xeb\x91\
 36.4511 +\x41\xa2\x09\xc2\x09\xa2\x70\x1c\xd7\x16\xf8\x21\x08\xe1\x62\xdb\
 36.4512 +\xed\xb1\xf0\xe5\x96\x55\xdb\xdb\xcc\x55\x21\x49\x7c\x80\x2a\xc4\
 36.4513 +\x52\x13\xe8\x60\x1f\xff\x72\xe7\x8d\xde\x19\xeb\x57\x3f\xe2\xba\
 36.4514 +\xf6\x0d\xc0\xe3\x34\x38\x22\xd3\x4c\xd2\xab\xdf\xb2\xd4\xad\x5d\
 36.4515 +\xdd\x9d\x99\xab\xde\x79\x09\x91\x7f\x18\x29\xfc\x92\x97\x17\x7f\
 36.4516 +\x26\x63\x80\xf2\xb5\x99\xf2\xff\xa0\x91\x28\x3b\x8d\x9b\xe8\x04\
 36.4517 +\xb5\x10\xdb\x59\x80\xe3\x74\x94\x82\x9f\x49\x2a\x5b\xf7\x46\xc2\
 36.4518 +\x57\x8f\x2b\x4c\x88\x52\x01\x51\x34\xca\x8e\xd7\x9e\x49\xcf\xd2\
 36.4519 +\xce\x8c\x52\xe2\x0b\xc0\x6f\x1b\x09\xdf\x2c\x00\x1e\xb0\xaf\xa3\
 36.4520 +\xad\x75\xdf\x8e\x1d\x9b\x8b\x2b\x7b\xe7\x63\xa2\x71\x94\x8c\xfd\
 36.4521 +\x89\xb9\xec\xff\x30\xa9\xba\x46\x4b\x0c\x09\x0c\x09\x10\x49\x34\
 36.4522 +\x53\x23\xbf\xea\xf6\xcd\x78\x81\x42\x86\x48\xc6\x49\xba\x3e\x1f\
 36.4523 +\xb9\xf6\x3d\x63\xf3\xe7\xcf\xeb\xb3\x2c\x6b\x3f\xb3\x1c\x93\x6b\
 36.4524 +\x36\xed\xd9\xaf\x94\xb8\x65\xf9\xb2\xae\x3d\xdf\xfc\xc6\x17\xa2\
 36.4525 +\xd0\x3f\x8a\x6d\xe5\x11\x78\x08\xa1\x2a\x39\xba\x69\xee\x6b\x5c\
 36.4526 +\x08\x9b\x3e\xa8\x01\x35\x83\x87\x58\x1d\x31\xd6\x17\x3e\x36\x80\
 36.4527 +\x93\xe3\x6a\x2c\x15\x91\xcb\xf6\x71\xfd\xc7\xae\x66\x22\x97\xbf\
 36.4528 +\xcd\x48\xee\x26\x8e\xfc\x66\x44\xaf\x59\x00\x3c\x60\xaf\xd6\xfa\
 36.4529 +\xb9\xdf\x3e\xf1\xc2\xc3\xd7\x5d\xf7\x17\x8c\x0c\xbe\x88\x6d\x45\
 36.4530 +\xa5\x5d\x21\xa6\x66\x2b\x48\x5a\x30\xa3\xa3\x33\xa7\x88\x8f\x10\
 36.4531 +\x4b\x79\x14\x72\x87\xb9\xe4\xe2\x73\x38\x73\xc3\xaa\x89\x35\xab\
 36.4532 +\x7b\x37\xd8\x52\x0e\xd1\xc4\x49\xd1\x39\x24\xbe\xf1\x5c\x37\xd1\
 36.4533 +\xb7\x75\xeb\xfa\xd4\x79\xaf\x5d\x57\xd8\xb1\x7d\x03\x7e\x71\x10\
 36.4534 +\x29\x8b\x08\xa3\xa7\x74\x55\x76\x8d\x05\x1a\x81\xae\x6b\xcd\xeb\
 36.4535 +\x83\xd4\xa8\x02\x54\x4b\x93\xd6\x5f\x89\x08\x18\x65\x69\x77\x82\
 36.4536 +\x0f\xbc\xef\xf2\xa3\x4b\xbb\x17\x3e\xe1\xba\xce\x97\x1b\xed\xfb\
 36.4537 +\xb5\x34\x17\x00\x06\xa5\xe4\xb6\x96\x54\xe2\x53\xbd\x2b\xba\x1f\
 36.4538 +\xbd\xee\xda\x77\x7b\xcb\xba\x93\x08\x33\x8a\x90\x3e\xb5\x4e\x56\
 36.4539 +\xb3\x89\x8b\xe3\x27\x83\x30\x45\xa4\x98\x20\x9d\x28\xf0\x9e\xab\
 36.4540 +\xde\x48\x18\x99\x2f\x81\xbc\x85\xd8\xf0\x8d\x30\xf3\x76\x04\xcc\
 36.4541 +\x0d\x80\x80\x38\x9d\xfc\x2b\xdb\xb6\x3e\xbf\x6c\xe9\xe2\xbe\xf7\
 36.4542 +\xbf\xf7\x32\x5a\x92\x59\x94\x9c\x40\x8a\x29\x41\x56\xcc\x62\xe5\
 36.4543 +\x74\x57\x6d\xa4\x56\xeb\xbb\xcf\x9d\xa4\xf0\xb1\xed\x1c\x52\x0f\
 36.4544 +\x72\xc9\x85\x9b\x78\xdd\xb6\x75\xd9\x53\x4f\x59\xb6\xc9\x75\xd5\
 36.4545 +\x31\xe6\x70\x5a\x7c\x2e\x00\x94\xa9\x08\xf4\xbb\x09\x7b\x3c\x91\
 36.4546 +\x74\xf7\xbc\xf7\xea\xcb\x89\xc2\xa3\xd8\x56\x0e\x29\x0a\x20\x22\
 36.4547 +\xca\x05\x95\xc6\x07\x29\x9b\xa3\xfa\xd5\x24\x10\x14\x71\xec\x22\
 36.4548 +\xf9\xf1\xfd\xfc\xd9\x25\x5b\xb8\xf2\xed\xaf\xf7\x96\x76\x77\x3e\
 36.4549 +\xe9\x38\xf6\x9d\xc0\x33\xd4\x04\x3c\x33\xd1\xf1\x26\xdc\x73\xc9\
 36.4550 +\x84\xfb\xdc\xf6\x73\xcf\xdc\x34\x32\x32\x5e\x6c\x6b\x6b\x4b\x7c\
 36.4551 +\xfa\x33\xb7\x90\x6c\x5d\x45\x10\x82\x96\x6e\x5c\xdd\x35\x55\x19\
 36.4552 +\xe4\x59\x96\x04\x30\x25\xce\x80\x72\xfa\x4c\x50\xd6\xe4\xb8\x0e\
 36.4553 +\xe1\xe3\x38\x39\x8e\x1d\xdd\xcd\x87\x3e\xf0\x56\xde\xf4\xc6\xf3\
 36.4554 +\xbd\xe5\xcb\xba\x76\xd9\xb6\x75\x23\xf1\x71\xd8\xe2\x5c\x04\x39\
 36.4555 +\xde\x37\x46\x1c\xa0\x1b\x58\x1d\x45\xd1\xdf\x64\xb3\xf9\x75\xc5\
 36.4556 +\xa2\xdf\x71\xde\x45\xef\x73\x52\x2d\x4b\x89\x4c\x1a\x6d\x1c\x90\
 36.4557 +\x0e\x46\xcf\xae\x64\xf5\x12\x1a\x31\xc5\x1e\x5e\xbc\xa1\x86\x08\
 36.4558 +\x11\xe0\x58\x79\xc6\x46\xf7\x71\xed\x87\xae\xbc\xef\xcf\xdf\xb0\
 36.4559 +\x7d\xdd\x92\xae\x85\xbb\x6d\xdb\xfa\x7b\x8e\x43\xf8\x78\xcc\xe3\
 36.4560 +\x7f\x65\x46\x10\x1f\x33\x39\xd3\xf3\x82\x77\x3e\xf5\xf4\xee\xb6\
 36.4561 +\x95\xbd\xdd\x6f\x7f\xc7\x95\x1f\x71\xc6\x26\x6c\xb4\x9c\x47\xa4\
 36.4562 +\xd3\x68\xe3\x12\x95\x0e\x40\x57\xe7\xeb\x26\xbb\xa8\x4f\xc6\xc4\
 36.4563 +\xb1\x80\x04\x10\x21\x4a\xe4\xb0\xc4\x08\xd2\x8c\xb2\xf3\xba\xab\
 36.4564 +\xd9\xfe\xda\xcd\x87\x16\x2d\x9a\x7f\xaf\x6d\xab\x6f\x02\x4f\x73\
 36.4565 +\x1c\xc2\xc3\x2b\x03\xa0\x4c\x8b\xb4\xd6\x6f\x0d\x82\x68\xa5\xd6\
 36.4566 +\xfa\x4f\xf6\xee\xeb\x5b\x7b\xe7\xd7\xfe\xc3\xfd\xdd\xef\xfb\xc8\
 36.4567 +\x17\x1d\xb4\x68\x01\x61\x63\xb4\x02\xa3\xe2\x17\x2a\xa4\xa8\x2a\
 36.4568 +\x4b\x56\xe5\xc1\x00\x84\x46\xe8\x08\x21\x0d\x42\x68\xc0\x43\x47\
 36.4569 +\x79\xd2\xa9\x88\xae\x45\x92\x4f\x7f\xe2\x43\x5e\xef\xf2\xa5\x99\
 36.4570 +\xf6\xf6\xf4\x1e\xcb\x52\x7f\x0b\x3c\xc5\x1c\xd6\x7c\x2d\x9d\x08\
 36.4571 +\x00\x2c\x60\x3e\xb1\x36\x9c\x1a\x04\xe1\xa7\x32\x07\x8f\x6c\x7b\
 36.4572 +\xf2\xa9\x17\xdc\x7b\xee\xbd\x9f\xfe\xfe\x61\x8e\x0e\x15\x71\x9c\
 36.4573 +\x0e\x10\x49\x10\x09\xb4\x91\x68\xe4\x64\xcd\x4f\x94\x62\x0a\xe2\
 36.4574 +\x9c\x85\x14\x11\x5a\x4f\x10\xfa\x63\xb4\xa7\x05\xdd\x4b\xdb\xb8\
 36.4575 +\xf0\xfc\x73\xee\xfb\xd3\xf3\xcf\x59\xb7\xac\x67\xf1\x6e\xcb\x52\
 36.4576 +\x37\x59\x96\xb5\x97\x26\x5f\x8b\x99\x89\x4e\x04\x00\xd5\x94\xa0\
 36.4577 +\xfc\x6a\xcd\x58\x76\xe5\xf0\xb1\xf1\xf6\x17\x5e\x3c\xb0\xf7\xd1\
 36.4578 +\xc7\x9e\x3d\xe7\xb9\xe7\xf6\xf3\xe2\x8b\x19\xf2\x85\x08\x27\xd5\
 36.4579 +\x8e\xa5\x5c\x94\xb2\xe3\xdc\x9f\xd0\x68\xed\x13\x84\x3e\x7e\x71\
 36.4580 +\x02\x41\xc0\x49\xbd\x5d\xac\x5b\x7b\x12\x5b\xce\x3a\x8d\x4d\x67\
 36.4581 +\xae\x29\x2c\x5a\x34\xef\xf7\xe9\x96\xd4\x2e\xcb\xb2\xbe\x47\xac\
 36.4582 +\xf2\x1e\x27\x20\xe7\x7e\xa2\x01\x80\x18\x84\x1e\xe2\x77\x08\xaf\
 36.4583 +\xc8\x17\xbc\xf5\xb9\x5c\xa1\x35\x5f\x28\x26\x27\xb2\x85\x9e\x27\
 36.4584 +\x9f\x7c\xc1\xdd\x7f\xa0\x9f\xcc\xc0\x61\x46\x8e\x8d\x51\x2c\xfa\
 36.4585 +\x38\x8e\x45\x5b\x7b\x9a\x25\x4b\x16\xd3\xbb\x7c\xe9\x81\x6d\x5b\
 36.4586 +\x36\xce\x6b\x6d\x4d\x0d\xba\x8e\xed\xb7\xb4\x24\x69\x6d\x4d\x65\
 36.4587 +\xc0\x7c\xd1\xb2\xac\xe7\x81\x41\x5e\x81\xca\xd7\xd2\x1f\x03\x00\
 36.4588 +\x88\x17\xb6\x0d\x2c\xf6\x7d\x3f\xed\x38\x8e\x04\x7a\xc2\x30\xda\
 36.4589 +\x99\xcd\xe6\x7a\x8a\x45\x1f\x3f\x08\x08\xc3\xf2\x9b\xa3\x60\x59\
 36.4590 +\x0a\xdb\xb6\x4c\x32\x99\xf0\xd2\x2d\x2d\x7b\x85\x30\x5f\xb7\x2c\
 36.4591 +\x6b\xc0\xf7\xc1\x71\x2a\xef\x04\x1e\x97\xa1\x9b\x91\xd1\x57\xe1\
 36.4592 +\xe5\xe9\xb2\xa9\x77\x81\x1e\xdf\xc7\x9d\x65\x02\x8d\xe3\x38\x79\
 36.4593 +\xe2\xf4\x75\x75\xc3\x3f\xce\x4c\xbd\xca\x6f\x8f\xcf\x25\x02\x78\
 36.4594 +\x55\x18\x7b\x35\xdf\x1e\x87\x57\x49\xa8\xb9\xd0\xff\x01\x66\xcc\
 36.4595 +\x70\x2d\xcc\xd6\x7a\xe4\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\
 36.4596 +\x60\x82\
 36.4597 +\x00\x00\x13\xdf\
 36.4598 +\x89\
 36.4599 +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
 36.4600 +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\
 36.4601 +\x00\x00\x00\x06\x62\x4b\x47\x44\x00\x00\x00\x00\x00\x00\xf9\x43\
 36.4602 +\xbb\x7f\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0f\x61\x00\x00\
 36.4603 +\x0f\x61\x01\xa8\x3f\xa7\x69\x00\x00\x00\x07\x74\x49\x4d\x45\x07\
 36.4604 +\xdd\x0a\x03\x0f\x27\x18\xf8\x84\x7f\x10\x00\x00\x00\x1d\x69\x54\
 36.4605 +\x58\x74\x43\x6f\x6d\x6d\x65\x6e\x74\x00\x00\x00\x00\x00\x43\x72\
 36.4606 +\x65\x61\x74\x65\x64\x20\x77\x69\x74\x68\x20\x47\x49\x4d\x50\x64\
 36.4607 +\x2e\x65\x07\x00\x00\x13\x43\x49\x44\x41\x54\x78\xda\xe5\x9b\x7b\
 36.4608 +\x94\x5d\x55\x7d\xc7\x3f\x7b\xef\xf3\xb8\xf7\xce\x9d\x47\x26\x99\
 36.4609 +\x64\x32\x99\x24\x93\x10\x42\x08\x09\x09\x89\x90\x04\x34\xa1\x94\
 36.4610 +\xd7\xa2\x5a\x51\x7c\x81\x8a\x2d\xa8\x4b\xad\x45\x8c\x6b\x51\x5f\
 36.4611 +\x68\x69\x5d\xad\x82\x48\x15\x96\x60\xad\x55\x51\x6c\xeb\xa3\xb2\
 36.4612 +\xca\xd2\x5a\x0a\x22\x8a\x12\x40\x40\x90\x87\x21\x09\x09\x33\x37\
 36.4613 +\x99\x24\x33\x93\x79\xdc\xb9\x8f\xf3\xda\xbb\x7f\x9c\x3b\x93\x3b\
 36.4614 +\x73\x1f\x73\x27\x03\xac\xe5\xea\x59\xeb\xae\x79\x9d\x39\xe7\xfc\
 36.4615 +\xbe\xfb\xf7\xf8\xfe\xbe\xbf\x7d\x84\x31\x86\xff\xcf\x87\xf5\x2a\
 36.4616 +\xde\xcb\x06\x16\x01\x69\x40\xce\x70\x6e\x04\x8c\x02\x83\x40\xf8\
 36.4617 +\xc7\x04\x80\x0b\x74\x97\xbe\x4e\x3f\x3a\xa2\x48\x5f\xee\x79\xde\
 36.4618 +\xfa\x20\x88\x9a\xb5\x31\x52\xeb\x08\x63\x0c\x42\x08\xa4\x50\x20\
 36.4619 +\xc0\x52\x32\xb2\x6d\x6b\xd0\x71\xec\xc7\xa4\x94\xf7\x00\xc3\xd3\
 36.4620 +\xae\xe3\x01\x99\xd2\xd7\x39\x1f\xe2\x65\x08\x81\x72\xa3\xbb\xa3\
 36.4621 +\x28\xda\x99\xcd\xe6\xbb\x8b\x9e\x47\x10\x84\xe8\x48\x13\x99\x08\
 36.4622 +\xa3\xb1\x7d\x3f\x68\x7d\xf1\xc5\xcc\x5e\x2f\x0c\xcf\xf1\x7d\x9f\
 36.4623 +\x42\xde\xc3\xf3\x3c\x6c\xdb\x26\x99\x4c\x62\x3b\x8a\xa4\x9b\x40\
 36.4624 +\x29\xf1\xe3\x9e\xe5\x5d\x9b\x5d\xd7\x29\x28\x29\x43\x29\x05\x96\
 36.4625 +\x25\x49\x24\x92\x34\x37\x37\x65\x2c\x4b\x7d\xa9\x0c\x84\x39\x81\
 36.4626 +\x31\x17\x00\x1c\x60\x09\xb0\x2a\x0c\xc3\x8f\x1d\x1b\x19\xeb\xce\
 36.4627 +\xe5\x0a\x6e\xa1\xe0\x75\x3f\xf9\xd4\xf3\x89\xdd\x7f\xd8\xc3\xd1\
 36.4628 +\xa3\x83\xe4\x72\x05\xc6\xc6\x73\x8c\xe7\x3c\xbc\x82\x4f\x10\x6a\
 36.4629 +\xbc\x20\x40\x29\x85\x40\x21\xa5\x44\x0b\x88\xa2\x08\x22\x8d\xed\
 36.4630 +\x28\x94\x10\xb8\x09\x9b\xe6\x74\x82\x54\xca\xa5\x25\x9d\xa0\x6d\
 36.4631 +\x5e\x0b\x6b\x56\xaf\x66\xeb\xd6\x4d\xc5\x64\xc2\xcd\xa4\x52\x09\
 36.4632 +\xaf\x7d\x5e\x5b\xc6\x71\xac\x39\x81\x71\x22\x00\x4c\xac\xf8\x0a\
 36.4633 +\xdf\x0f\x3f\x3c\x38\x38\x74\xca\xc0\xe0\xc8\xf2\x9f\xfc\xf4\x7f\
 36.4634 +\x93\x0f\x3d\xfc\x24\x05\x4f\xe2\x47\x0a\x8d\x4d\x32\xd1\x82\x90\
 36.4635 +\x0e\x52\xd9\xa0\x24\xb6\xb4\x30\x42\xa1\x50\x68\x01\x52\xc6\xa9\
 36.4636 +\xc0\x18\xc3\xc4\x73\xc4\xdf\x47\x68\x13\x62\xc2\x10\x6d\x42\x74\
 36.4637 +\xe4\x11\xf8\x05\x4c\x90\xc7\xb6\x42\x2c\x15\x72\xfa\xba\x95\xbc\
 36.4638 +\xeb\xf2\xcb\x8a\xf3\xda\x5a\x33\x6d\x6d\x2d\x5e\x4b\x4b\x53\x46\
 36.4639 +\x29\xf5\x79\xe0\xe1\xd9\x80\x30\x1b\x00\x26\x0c\x3f\xc9\xf7\xc3\
 36.4640 +\x9d\x43\x43\xc3\x2b\x0f\x1e\x3a\xdc\x75\xcb\x57\xbe\x1e\x3c\xf7\
 36.4641 +\xfc\xde\xb6\x64\xd3\x7c\x9a\x5b\xbb\xb0\x93\xad\xff\x6c\x8c\xfb\
 36.4642 +\x7e\x23\x5c\x10\x16\x1a\x8b\xf8\x0e\x13\x79\x4f\x20\x4a\xb7\x34\
 36.4643 +\x62\xda\x1d\x8c\x04\xa1\xe3\xb3\x44\x0c\x86\x40\x03\x1a\x61\x02\
 36.4644 +\xa4\xf1\x11\x78\x8f\xeb\x60\x7c\xf3\xf8\xe8\x61\xb2\x63\x87\xe9\
 36.4645 +\x98\xdf\xc2\xd5\x57\xbd\x9b\xcd\x9b\xd6\x16\x97\x76\x77\xed\x72\
 36.4646 +\x5d\xfb\xf3\xc0\x3e\xa0\xaf\x11\x20\x1a\x05\xc0\x05\xb6\x1a\x63\
 36.4647 +\x3e\x3e\x3a\x96\x3d\x69\xff\x81\xcc\xd2\x3b\xef\xfc\x7e\xe2\x27\
 36.4648 +\xf7\x3e\xc2\xbc\x85\x3d\x74\x74\xac\x00\x95\x42\x1b\x89\x31\x02\
 36.4649 +\x23\xd4\xa4\xc1\xa6\xcc\xf0\x49\x3b\x4b\x89\x2f\x36\x54\x50\xef\
 36.4650 +\x19\x8c\xd1\x08\x21\xca\x80\x88\x10\xc2\x20\x88\xb0\x44\xc8\xc8\
 36.4651 +\xf0\x61\x8e\x1e\xfc\x03\xab\x4e\x5a\xc8\xf5\x9f\xbc\xa6\xd8\xb3\
 36.4652 +\x6c\x71\xa6\xbd\xbd\x6d\x9f\x65\x59\x0d\x79\x43\x23\x00\xb8\xc0\
 36.4653 +\xd6\x30\x8c\x3e\x7b\xf0\xd0\x91\x6d\x8f\x3c\xfa\x74\xe2\x86\xcf\
 36.4654 +\xdd\x84\xe3\x2e\x60\x71\xcf\xba\x17\x95\xdd\xbe\x32\xd0\x2e\x91\
 36.4655 +\x16\x48\x51\x2a\x2a\xa5\x55\x04\x33\xd5\x78\x23\xa7\xfd\xbd\xfe\
 36.4656 +\x61\x2a\xa0\x9b\x06\x9e\x31\x58\xc2\x43\x92\x65\xa0\x7f\x0f\x83\
 36.4657 +\x87\xf7\x71\xf5\xd5\x6f\xe3\xcd\x97\x5e\x54\x5c\xbe\xbc\x7b\x97\
 36.4658 +\x6b\xdb\x37\xcc\x04\xc2\x4c\x00\xb8\xc0\xd6\x20\x0c\x3f\xfb\xe2\
 36.4659 +\xfe\xde\x6d\x77\x7e\xe7\xc7\x89\x1f\xfc\xf8\x3e\xba\x7a\x36\xd2\
 36.4660 +\xdc\xda\x45\x18\x49\x34\x0e\x08\x35\xed\x31\x67\x7b\x54\x33\x75\
 36.4661 +\xe2\xf7\xa2\x22\x3c\xa6\x9e\x12\xa2\x44\x84\x92\x01\x7e\x61\x84\
 36.4662 +\x7d\x7b\x9e\x60\xdb\x99\x2b\xb9\xee\xa3\xef\x2f\xae\x3e\xb9\x67\
 36.4663 +\x97\xeb\xba\x75\x41\xa8\x07\x80\x0d\x9c\x11\x04\xe1\x3f\xec\xdd\
 36.4664 +\xf7\xd2\x39\x37\x7d\xf1\xab\x89\xa7\x9e\xcb\xb0\xb0\x6b\x2d\x2a\
 36.4665 +\xb1\x90\xd0\x24\xd0\xba\x71\x57\x6e\x14\x00\x63\x0c\x52\xca\xd2\
 36.4666 +\xb5\x1a\x00\xa0\x2c\x54\x94\x0c\x91\x51\x96\x81\xfe\x67\x68\x49\
 36.4667 +\xf8\xdc\x7c\xd3\xf5\xc5\x35\xa7\xac\xac\x0b\x42\x3d\x46\xd6\x11\
 36.4668 +\x86\xe1\x15\x7d\x07\xfb\xd7\x7c\xf9\xd6\x6f\x26\x9e\xdd\x7d\x94\
 36.4669 +\xce\xa5\x9b\x10\x4e\x07\x7e\xa8\x30\x86\x49\xe3\x27\x5c\x73\xaa\
 36.4670 +\x41\x06\x61\x98\x4c\x78\x95\x06\x97\xff\x41\xd4\xc8\x11\x65\x1e\
 36.4671 +\x51\x66\x7c\xf9\x7d\x85\x10\x60\x24\x42\x48\x30\x0e\x42\xb5\xd1\
 36.4672 +\xd9\xbd\x09\x2f\x5a\xc0\x27\x3e\x79\x63\x62\xef\xde\xde\xad\x9e\
 36.4673 +\x17\x7c\x16\xd8\x56\x8d\xa0\xc9\x3a\x35\x7e\xf5\x58\x36\xb7\xe5\
 36.4674 +\xbf\x7f\xf6\xe0\xb3\xbf\x79\xf4\x39\xda\x17\xaf\xc6\xa8\x56\x42\
 36.4675 +\x93\x40\x48\x7b\x6e\xec\x4b\x88\x1a\xab\x78\xdc\xa3\x6a\x79\x93\
 36.4676 +\x31\x06\xb4\x41\x18\x39\xf9\x89\x02\x4d\x3e\xeb\x71\x6c\x28\x4b\
 36.4677 +\xff\xa1\x63\x1c\xd8\x3f\x42\x36\x9f\xe4\xc8\x40\xc8\x3f\x7d\xf9\
 36.4678 +\x5b\x89\x4c\xa6\x7f\x6b\x18\x86\x1f\x07\x96\x4e\x8f\xb3\x5a\x54\
 36.4679 +\x78\xb1\xef\x07\x1f\x78\xe9\xa5\xcc\xea\xdb\xbf\xf6\xed\xf6\x45\
 36.4680 +\xcb\xb7\x22\xed\x05\x44\xc6\xaa\xf9\xf0\xd5\x56\xce\x88\x5a\xe7\
 36.4681 +\x1d\x77\xf7\xf2\xeb\x49\x04\x98\xf8\xff\xaa\x81\x21\x8c\x44\x20\
 36.4682 +\xd0\x61\x44\xa1\x50\xa0\x58\xf0\x29\x16\x8b\x31\x89\x2a\x9d\xa7\
 36.4683 +\x84\xc4\x18\x05\x32\x81\x50\x9d\xfc\xfa\x91\xbd\xfc\xfc\x17\xbb\
 36.4684 +\x12\x6f\xbe\xf4\xc2\x15\xf3\xe7\xb7\x2d\x01\x7a\x01\xbf\x1e\x00\
 36.4685 +\x2e\xb0\x7a\x68\x68\xf8\xb4\x5b\x6f\xfb\xd7\xb1\x74\xf3\x92\xf6\
 36.4686 +\x54\xba\x13\x2f\x72\x10\x42\x56\x3c\x74\x79\xec\xd7\x03\xa7\xfa\
 36.4687 +\xf9\xb5\x13\xe0\x84\x6b\x1b\xad\xd1\xda\x10\x86\x21\xc5\x5c\x91\
 36.4688 +\x7c\x3e\x4f\x18\x86\x18\x2d\x10\x46\x94\xfa\x08\x39\xe5\x12\xf1\
 36.4689 +\xff\xda\x44\xba\x09\xdb\x5d\xc8\x9d\x77\xfd\x27\xdb\xb6\x6d\x6a\
 36.4690 +\x6b\x6b\x6b\xbe\x5c\x29\xb5\xaf\xc4\x18\x6b\x86\x40\xb7\xe7\x79\
 36.4691 +\x1f\xeb\xcd\xf4\x9f\xf4\xc0\x43\x4f\xf7\xcc\xef\x3a\xf9\xbe\x48\
 36.4692 +\x1f\xcf\xf2\xd3\x8d\x2c\x77\xd5\x46\x92\xa0\xd6\x1a\x6d\x0c\xc6\
 36.4693 +\x68\xa2\x28\x20\x0a\x7d\xa2\xd0\xc7\x44\x51\xbc\xf2\xc4\x6e\x1d\
 36.4694 +\xfa\x11\xf9\xf1\x02\x63\xc3\x63\x0c\xf4\x0f\x71\xe4\xe0\x00\x63\
 36.4695 +\xc3\x59\x22\x5f\x23\xb4\x44\x89\x98\x46\x0b\x21\xe2\xff\x13\xe5\
 36.4696 +\x71\x6d\x00\x89\x8e\x2c\xa4\x9d\xa6\xff\x70\x9e\xfb\xee\xdf\xb5\
 36.4697 +\x77\x64\x64\xfc\x35\x61\x18\x9e\x0a\x24\x6a\x55\x01\x01\x9c\xde\
 36.4698 +\xdb\x77\xe8\x7b\xd7\xee\xfc\xcc\xda\x43\x83\x0e\x1d\x4b\x4e\xc3\
 36.4699 +\x0b\xed\x97\x21\xee\xc1\xe8\x90\x28\xf2\x88\xc2\x3c\xa9\xa4\xcd\
 36.4700 +\xf2\xee\x6e\x12\x49\x87\xc0\x8f\x38\x7c\xf8\x08\x03\x43\xa3\x84\
 36.4701 +\x91\x24\x0c\x24\x5e\x31\xc4\x2b\xc6\xdd\xa2\x2c\xad\x53\xcd\xdc\
 36.4702 +\x21\x4a\x7f\xd3\xa6\x0c\x00\xd0\x08\x04\x39\x5c\x7b\x14\x1d\xf4\
 36.4703 +\x73\xd7\xb7\x6f\x2c\xac\x3e\x79\xf9\x2f\x95\x52\x1f\x2e\xb1\x45\
 36.4704 +\x33\x3d\x04\xd2\xc0\x9a\xd1\xd1\xb1\xdc\x33\xcf\xed\xe1\xe4\x75\
 36.4705 +\x97\x10\x68\x17\x21\x65\x63\x46\xd6\xa2\xb8\x94\x8c\xf7\x47\x59\
 36.4706 +\xd4\x91\xe4\x4d\x6f\x78\x3d\xa7\xad\xed\x21\xdd\xe4\x62\x49\x89\
 36.4707 +\xd6\x86\xa2\x17\xb1\x67\x4f\x1f\xdf\xba\xf3\x6e\x1e\x7d\xec\x45\
 36.4708 +\x92\xe9\x0e\x84\xb1\x90\x42\x55\x84\x5d\xd5\xfb\x96\x2d\xa4\x9e\
 36.4709 +\x12\x4e\x8a\xc8\x34\x31\x32\x16\xb2\x67\x6f\x5f\x72\x71\x67\x47\
 36.4710 +\x77\x2a\xe5\xba\x8e\xe3\x54\xcd\x01\x8b\x0a\x85\xc2\xa5\x8f\x3d\
 36.4711 +\xfa\xd4\x03\xe9\xe6\xf9\x67\x4a\x3b\x4d\x18\xd9\x0d\x33\xb7\x5a\
 36.4712 +\x35\xde\xe8\x10\xa2\x71\x76\x9c\xb3\x81\xab\xae\xbc\x80\xf6\x79\
 36.4713 +\xe0\xa8\xf2\xf8\x8b\xe3\x7d\x59\xd7\x4a\xce\x7a\xcd\x4e\xbe\xff\
 36.4714 +\xc3\x27\xf8\xca\x57\xbf\x83\x52\x2d\x18\xdc\x39\x71\x0d\x8d\x45\
 36.4715 +\x68\x04\x2d\x6d\x5d\xfc\xec\x7f\xee\x67\xe3\x86\x93\x45\x2a\xe5\
 36.4716 +\xd6\x2c\x83\xce\xc0\xc0\xf0\x29\xf7\xff\xfc\xd7\xd7\xb5\xb6\x2e\
 36.4717 +\xc2\x18\xc1\x9c\x0f\x13\xa1\x28\xf0\xba\xb3\x4f\xe3\x9a\x0f\x5e\
 36.4718 +\x40\xe7\x7c\x70\x65\x7c\x63\x31\xed\x63\x29\x68\x6d\x86\xab\xdf\
 36.4719 +\xb3\x89\xeb\x76\x5e\x8e\x24\x8f\x30\xc1\x64\xa2\x6c\xd4\xf8\xe3\
 36.4720 +\xe7\x49\x04\x16\x26\x72\x70\x9d\x16\x7e\xfd\xd0\x2e\x72\xb9\x7c\
 36.4721 +\x7d\x1e\x50\xf4\x7c\x67\xcf\xfe\x3e\x52\xe9\x79\x18\x4d\xc3\xd9\
 36.4722 +\xbd\xd6\x43\x48\x7c\x96\x75\xb7\xf1\x97\xef\xba\x88\x74\x32\x8e\
 36.4723 +\x4f\x29\xaa\x10\xe7\xd2\xef\x64\x09\x88\xb7\xbe\xe5\x2c\x2e\xbc\
 36.4724 +\x70\x1b\x42\x78\xa0\xc3\x39\xf0\x0c\x89\x41\x11\x84\x82\x5c\x21\
 36.4725 +\xc0\x68\x5c\x29\xe5\xa4\x6a\x55\x01\x80\x36\x9a\x48\x4b\x6c\x27\
 36.4726 +\x15\xc7\xb2\xd0\x8d\x23\x5f\x96\x8d\xa5\x8c\x53\x91\xb2\xe0\xbc\
 36.4727 +\xed\x1b\xe9\xec\x88\x63\xb5\x1e\x09\x9a\x2c\x8d\x06\x12\x36\x5c\
 36.4728 +\xf6\xa6\xf3\x59\xd0\xee\x80\x08\xeb\x50\xe8\x4a\x06\x7a\xfc\x79\
 36.4729 +\x4b\x1d\xa4\x10\x68\x23\x70\x13\x69\xa2\x48\x77\x0b\x21\x3e\x5a\
 36.4730 +\x6a\xed\x45\x95\xec\x26\xe3\x8c\x2f\xed\xc9\x10\x28\x8f\xc1\x86\
 36.4731 +\x63\x4f\x6b\x04\x86\x84\xab\xb8\xe8\xfc\x0d\xcc\xd4\x2e\x4d\xe5\
 36.4732 +\x16\xf1\xca\x6c\xda\xd8\xc2\xf2\xe5\x0b\x91\xb3\xcc\x41\xd5\x4a\
 36.4733 +\xb5\x31\x06\xdb\x4a\xf1\xe2\x81\x43\x6e\x2e\x5f\xec\xf6\x7d\xdf\
 36.4734 +\xad\xc1\x03\xe2\xb6\x56\x97\x48\x46\x79\xe2\x29\x57\x6e\xea\xbb\
 36.4735 +\xbf\x46\x08\x50\x46\xd3\xda\x94\x24\x95\x2c\xc5\xb9\x98\xb9\x25\
 36.4736 +\x32\xd3\xfa\xc0\xf5\xa7\x9d\x84\x52\xd3\x57\xba\x7a\x0f\x51\xf9\
 36.4737 +\xb3\x2c\x33\x51\xa2\x94\xcd\xf0\xf0\x28\x41\x10\x88\x98\xed\x57\
 36.4738 +\x03\x40\x00\x4a\xd6\x24\x37\x8d\xb1\x3d\x89\x89\x34\xfd\x07\x0f\
 36.4739 +\x31\xaf\xb5\x05\x39\x8b\x04\x36\xc5\x0b\x04\x2c\xee\xec\x40\x48\
 36.4740 +\x33\x27\x0f\x28\x2f\xd1\x4a\xa9\x19\x64\x71\x63\x26\x93\x8e\x31\
 36.4741 +\xa6\xe1\x36\x3f\x3e\x57\x20\x80\xd0\x8f\x18\x3a\x7a\x84\xb0\x18\
 36.4742 +\xa0\x50\x35\xbb\x5f\xc3\x34\x5a\x5d\xd1\x2f\x80\x65\x55\x3e\xe2\
 36.4743 +\x04\x1e\x5a\xcc\x54\x05\x74\xd9\x85\xe3\x7c\xe0\xba\x36\xca\xb2\
 36.4744 +\x28\xd1\x80\xea\xdd\xa0\x0e\x43\x04\xd1\xe3\x0d\xf2\x9f\x49\xd4\
 36.4745 +\x85\x91\x78\xc5\x80\xc1\x23\x83\xf8\xc5\x08\x10\x1c\x3c\xd8\x0f\
 36.4746 +\x35\x92\xdf\x4c\xde\x64\x80\xbe\x4c\x3f\x46\x9f\x78\x39\x9e\x04\
 36.4747 +\x43\x68\x7c\x2f\xc7\x9a\x53\x56\x78\xe9\x54\x62\x52\x3d\xae\x30\
 36.4748 +\xd1\x52\x92\x96\x16\x97\xc0\xcb\x6e\x36\x46\x37\xf4\xc0\x3a\x8a\
 36.4749 +\x05\x0b\xaf\xe0\x33\x7c\x74\x84\xc0\x8f\x10\x28\x0c\x2e\x7b\xf6\
 36.4750 +\xf5\x72\x6c\xa4\x14\xdf\xa6\xac\xb7\xaf\x9b\xd8\x62\x2e\xa7\x0d\
 36.4751 +\xfc\xee\xe9\x17\xd0\x3a\x66\x0d\x13\xf7\xd7\xa2\xf6\xea\xd7\x6a\
 36.4752 +\xbe\x94\x92\xf8\x41\x0e\xdb\x52\x19\xcb\x9a\x94\xd2\x4d\x05\x00\
 36.4753 +\x89\xa4\xc3\x86\xf5\x6b\xc8\xe7\xc6\x90\x75\x1a\x9f\xf2\x6c\xaf\
 36.4754 +\x94\x8a\x8d\x1f\x1c\x26\x08\x02\x24\xb1\x40\x21\x84\xc4\xf7\xe1\
 36.4755 +\x87\x3f\x7a\x90\xc8\x4c\x80\x60\x2a\x70\x9f\xde\x50\x19\x23\xd1\
 36.4756 +\xc0\xa3\x8f\x0e\xd1\xfb\xd2\x10\xda\xc8\x59\x11\xa1\x6a\xa2\x87\
 36.4757 +\x20\x64\x59\x77\x27\x96\x6d\x4d\x99\x1f\x54\x00\x90\x4e\x35\x71\
 36.4758 +\xd6\x99\x1b\xc9\x8d\x0f\xa1\x88\x85\x87\x7a\xee\x25\x85\x45\xe0\
 36.4759 +\x85\x1c\x1b\x38\x36\x69\x7c\xf9\x11\x46\x8a\x9f\xfe\xec\x11\x76\
 36.4760 +\xbf\x10\x4e\xcb\xe3\x72\x32\xed\x4f\xf5\xac\xf8\xfb\x6c\x16\x7e\
 36.4761 +\xf0\xa3\xfb\x18\x1a\x09\xaa\xb4\x2c\xb3\x94\xdb\x84\x4f\x18\x79\
 36.4762 +\x6c\xd9\x7a\x16\x4d\xa9\x64\xe4\xfb\x7e\x4d\x26\xe8\x35\x37\xa7\
 36.4763 +\x32\xeb\x4e\x5b\x55\x1c\x1b\x1d\x44\xc8\x78\x48\x51\x6b\xa5\xe2\
 36.4764 +\xbe\xdb\x30\x74\x74\x88\x30\x0c\x2b\x8c\x8f\x9d\xd9\xa6\x37\x33\
 36.4765 +\xc2\xad\xb7\xdf\xc5\xe0\xb1\x92\x10\x52\xcf\xfb\x05\xf8\x21\x7c\
 36.4766 +\xf7\xdf\x1e\xe0\x17\xbf\x7c\x1c\x48\x94\x64\xf6\x13\x6d\x43\x35\
 36.4767 +\x52\x04\x14\xf3\x23\x6c\xda\xb4\xf1\xee\x96\x96\xe6\x41\xc7\x71\
 36.4768 +\xa2\x5a\x00\x64\x94\x52\xb7\x24\x12\x89\x4c\xba\xc9\xa1\xe8\x65\
 36.4769 +\x11\xb2\x52\x8b\x9b\x30\x5e\x18\xc9\xe0\xb4\x95\x9f\xba\x9a\x06\
 36.4770 +\x81\x42\x8b\x14\x0f\xfe\xea\x77\xdc\xf0\x77\xb7\x33\x30\x54\x96\
 36.4771 +\xee\x45\x25\x3b\xf2\x03\xb8\xfd\x1b\x0f\x70\xdb\x1d\x3f\x42\x93\
 36.4772 +\x2c\x19\x7f\xa2\x49\x50\x22\x8d\x46\x0a\x9f\x7c\xfe\x18\xab\x56\
 36.4773 +\x76\x6d\x4e\x24\xec\xc7\x4a\x93\x67\x53\xd5\x03\x80\x4c\x73\xba\
 36.4774 +\xc9\x3b\xff\xbc\xed\x0c\x1f\x3b\x82\x12\x11\xa2\xea\xca\x4b\xb2\
 36.4775 +\x63\x39\xbc\xbc\x37\x59\x6d\x6a\xc5\xa9\x41\x61\x59\xcd\x3c\xb7\
 36.4776 +\xbb\x97\x91\x6c\x54\xf7\x91\x83\x10\x7e\xfb\xd8\x1f\x10\xb2\x05\
 36.4777 +\x23\xec\xe3\xf2\x5a\x83\x24\xac\x22\x61\x0b\x8d\xc2\xe3\xf4\xf5\
 36.4778 +\x27\xd1\xdc\x9c\x1a\xb7\x2c\xeb\x9e\xd2\xd8\xbd\x66\x19\x2c\x2e\
 36.4779 +\x58\xd0\x96\x79\xdb\x5b\xde\x58\x1c\x1e\xcc\x60\x09\x1f\x43\x50\
 36.4780 +\x31\xc2\x0a\x83\x80\xdc\x58\x0e\x13\x1d\xaf\xe5\xd2\x1c\xaf\xd1\
 36.4781 +\xd3\x97\xd8\x18\x83\x92\xf6\xe4\x3c\xb0\x1e\x01\x52\xca\x8e\x55\
 36.4782 +\xe7\x32\x0e\x31\xc1\x4a\xeb\x6a\x92\x65\xbd\xc8\x64\x6f\x41\x44\
 36.4783 +\x3e\x3f\xc8\x45\xe7\x9f\x73\x77\x5b\x5b\xf3\xe1\xe9\x7b\x0e\xaa\
 36.4784 +\x3d\x4d\xc6\xb2\xac\x5b\x5a\x5a\x52\x99\xa6\x84\x20\x08\x46\x5f\
 36.4785 +\x54\x65\xda\xf6\xc4\x03\x64\xc7\x72\xf8\x7e\x30\x6b\x46\xd6\x68\
 36.4786 +\x8b\x5d\xab\xf7\x9f\x8d\x17\x18\x13\x21\x44\x44\xe0\x8f\xf1\xee\
 36.4787 +\xcb\x2f\xbe\x30\xdd\x94\xea\x03\xf2\xe5\xbc\xba\x1a\x00\x1e\x90\
 36.4788 +\x49\xa7\x53\xde\xb9\xdb\xcf\x64\x74\xa8\x7f\xa5\x10\x66\x92\x8c\
 36.4789 +\x48\x14\xbe\x1f\x32\x36\x36\x5e\x7a\x50\x35\x69\x68\x84\x46\x0b\
 36.4790 +\x53\x66\x80\xae\xc1\xe1\x4f\x54\x4a\x9f\xda\x13\x4c\xd7\x02\xa7\
 36.4791 +\xce\x21\x4c\x2c\xc3\xe1\xb3\xf6\xd4\x55\x48\xa5\x6c\x29\xe9\x28\
 36.4792 +\x0d\x7c\xc4\x4c\x73\x81\x68\xc1\xfc\x36\xef\x86\xeb\xff\xca\x0c\
 36.4793 +\x1d\xed\x43\x48\x8d\x90\x26\x16\x34\xb5\x26\x3b\x3a\x3e\x85\x98\
 36.4794 +\x54\x53\x85\x67\x92\xb1\x1a\x17\x35\x66\xbf\xf2\x93\xc6\x09\x9f\
 36.4795 +\x7c\x7e\x84\xb3\xcf\xde\xcc\xc3\xbb\x9e\x7e\xc9\xf3\x02\x6b\xba\
 36.4796 +\xcd\xb5\x0a\xac\x67\x59\x6a\xbf\x65\xa9\xf5\xcb\x96\x2d\xb4\xf3\
 36.4797 +\xb9\x11\xec\x84\x8b\x94\x8a\x30\x88\xc8\x67\xc7\x89\x15\x7a\x10\
 36.4798 +\xc2\x94\xc9\x71\xa2\xaa\xfe\x3f\xab\xd1\xa0\xa9\xc7\x3a\x45\x5d\
 36.4799 +\x0d\xb2\x7c\x0a\x25\x4c\x80\x94\x3e\x4d\x09\xc1\x3b\xde\x72\x7e\
 36.4800 +\x38\xbf\xbd\x55\xba\xae\xdd\x5f\x9a\x09\x98\x99\x3c\x40\x7b\x5e\
 36.4801 +\x90\x7d\x78\xd7\xd3\x0f\xed\xd8\xb1\x85\xf1\xd1\xa3\x48\x19\x4b\
 36.4802 +\x53\xe3\x63\xb9\xe3\x43\x8c\xb2\xec\x5c\x77\x92\x53\xc1\x0d\xea\
 36.4803 +\x0d\x4c\xe2\x6e\x52\xa0\xe6\x16\x32\x52\x63\xa2\x2c\x1b\xd7\xaf\
 36.4804 +\x22\x99\x4c\x1e\x6e\x6a\x4a\x7c\x5d\x29\x75\x13\xd0\xdf\xc8\x68\
 36.4805 +\x2c\x70\x1c\x6b\xe0\xac\x33\xd7\x3b\x17\x9e\x77\xce\x33\x8a\x02\
 36.4806 +\x22\xc8\x21\x75\x44\x7e\x7c\xbc\xea\xbc\x6f\xfa\x8a\x95\x8b\x28\
 36.4807 +\x31\x9b\x14\x44\x91\xa9\x4e\x82\x44\xf9\x50\x03\x42\xad\x89\xea\
 36.4808 +\xe4\x0e\x69\x24\xb2\x8c\xa1\x56\xce\x20\x0d\x82\x10\x25\xc6\x39\
 36.4809 +\x75\xed\x12\x7a\xfb\xfa\xbf\xe1\x79\xde\x6e\xe2\x4d\x13\x7e\x23\
 36.4810 +\x00\x0c\x48\x29\x6f\x6b\x4e\x27\x6f\x5e\xb4\xb0\x5d\xae\x59\xb5\
 36.4811 +\x18\xaf\x38\x44\x58\x2c\x10\x85\x26\x1e\x44\xd6\x88\xfd\x4a\x89\
 36.4812 +\xab\x04\x04\x8a\xc1\x63\x59\x72\xf9\xb0\x6e\x24\x68\x20\x93\x39\
 36.4813 +\x8c\x52\xf6\x0c\x15\x45\xd7\xa1\xbe\x1a\x8c\x4f\xc7\xfc\x04\x97\
 36.4814 +\x5c\xb0\x65\x7c\xdd\xda\x95\x9b\x1c\xc7\xd1\xc4\xdb\xef\x1a\x1a\
 36.4815 +\x8e\x06\xa5\x19\xda\x9e\xa6\xa6\x04\x5b\xce\x3c\x15\xfc\x11\xf2\
 36.4816 +\xb9\x51\x84\x11\xb3\x12\x47\x62\x20\x34\x46\x2a\x7c\xdf\xe2\xde\
 36.4817 +\xfb\x7f\x13\xcf\xff\xf4\x74\x2d\x32\x0e\x81\x87\x1f\xce\x70\xe8\
 36.4818 +\xd0\x60\xc5\x9e\x83\xf2\x50\xd2\x42\x97\x75\x83\xa6\x8a\xf8\x11\
 36.4819 +\xe0\x3a\x9a\x95\x2b\x16\x31\x6f\x5e\xcb\xe1\x64\xd2\xbd\x5d\x29\
 36.4820 +\xf5\xcb\x52\x09\x6c\x78\x3c\x0e\x50\x68\x6b\x6d\xee\x3b\x77\xfb\
 36.4821 +\x96\x62\x2a\x69\xc8\xe7\x46\x90\x44\x27\x56\xda\x8c\xc4\x75\x5b\
 36.4822 +\xb9\xeb\xae\xff\xe2\xe7\x0f\x66\x88\x04\x44\x06\x42\x1d\x7f\xd5\
 36.4823 +\x06\xf6\xf7\xc2\x0d\x9f\xbb\x15\x37\xd1\x82\x94\xaa\x01\x60\x4d\
 36.4824 +\x15\xf2\x1b\xa2\x94\x87\x10\x39\x2e\xb9\xe4\xfc\x03\x2d\x2d\xe9\
 36.4825 +\x31\xe0\x25\x60\xa4\x9a\xdb\xcc\x04\x40\x46\x29\x75\xcb\xfc\x79\
 36.4826 +\x6d\x99\xb3\x5e\xb3\x81\x84\xad\x91\xd2\x47\x4c\x36\x48\x12\x31\
 36.4827 +\xa5\x51\x91\x75\x2e\x59\xda\x3b\x24\xd3\xec\xbc\xee\x16\xfe\xf1\
 36.4828 +\x8b\xf7\xd1\x77\x28\x36\x7e\x68\x04\xbe\xfb\xef\xcf\x71\xc5\x95\
 36.4829 +\x9f\x66\x74\xdc\xc5\x08\x07\xb4\xa9\xa8\xf3\x95\x21\x31\xf1\x39\
 36.4830 +\x7e\x5f\x21\x02\x12\x76\x8e\xce\x0e\x87\xb5\xa7\xf6\xcc\x4b\x26\
 36.4831 +\x13\x7b\xa7\x93\x9f\xa9\xde\x32\x73\x7d\x5d\x15\x86\xd1\x6d\xbb\
 36.4832 +\x77\x1f\xd8\xf1\xc1\xbf\xbe\x31\x91\x2b\xa6\x08\x74\x2b\xda\xb8\
 36.4833 +\x65\xc6\xea\x69\x78\xea\xba\x35\x4f\xa2\x09\xc2\x71\xa2\x70\x0c\
 36.4834 +\xd7\x16\xf8\x21\x08\xe1\x62\xdb\xad\xb1\xf1\x54\x96\xb7\xfa\x53\
 36.4835 +\x21\x19\x8b\x28\x26\xc4\x52\xe3\xe8\x60\x1f\xff\x72\xc7\x0d\xde\
 36.4836 +\xe9\xeb\x57\x3f\xec\xba\xf6\xf5\xc0\x63\xd4\xd8\x22\xd3\x88\xe8\
 36.4837 +\xd5\x67\x59\xea\x96\xce\xae\x8e\xcc\x95\xef\xbc\x98\xc8\x3f\x8c\
 36.4838 +\x14\x7e\x89\xe5\xc5\x9f\xe3\x3d\x80\x9e\x34\xbe\xb6\xfe\x0f\x1a\
 36.4839 +\x89\xb2\xd3\xb8\x89\x0e\x50\x0b\xb0\x9d\xf9\x38\x4e\x5b\xa9\xf9\
 36.4840 +\xa9\x64\x76\xb5\x8c\x2f\xbf\xaf\x30\x21\x4a\x05\x44\xd1\x08\x3b\
 36.4841 +\x5e\x7b\x06\xdd\x4b\x3a\x32\x4a\x89\x2f\x00\xbf\xa5\xce\x26\xa9\
 36.4842 +\x46\x00\xf0\x80\x7d\x6d\x2d\xcd\xfb\x76\xec\xd8\x5c\x5c\xd9\xd3\
 36.4843 +\x8e\x89\xc6\x50\xd2\x9f\x36\x84\x68\x8c\xb3\x4f\xb8\xae\xd1\x12\
 36.4844 +\x43\x02\x43\x02\x44\x12\xcd\xd4\xce\x6f\xa6\x9e\xa0\xb2\xee\x87\
 36.4845 +\x48\xc6\x48\xba\x3e\x1f\xb9\xe6\x3d\xa3\xed\xed\xf3\x7a\x2d\xcb\
 36.4846 +\xda\xcf\x0c\xdb\xe4\x1a\x95\x3d\xfb\x94\x12\x37\x2f\x5b\xda\xb9\
 36.4847 +\xe7\x9b\xdf\xf8\x42\x14\xfa\x47\xb1\xad\x3c\x02\x0f\x21\xd4\xa4\
 36.4848 +\x46\x57\x41\x5f\xe3\x41\x58\xd5\x95\x53\x75\x18\x62\x79\xc7\x58\
 36.4849 +\xdd\xf8\x38\x01\x1e\xbf\xaf\xc6\x52\x11\xb9\x6c\x2f\xd7\x7d\xec\
 36.4850 +\x2a\xc6\x73\xf9\x5b\x8d\xe4\xae\x52\xe7\x67\x5e\x0e\x00\x3c\x60\
 36.4851 +\xaf\xd6\xfa\xd9\xdf\x3e\xfe\xfc\x43\xd7\x5e\xfb\x17\x0c\x0f\xbc\
 36.4852 +\x80\x6d\x45\xa5\xaa\xc0\xac\x26\x48\x5a\x50\x97\xe8\xcc\xaa\xe3\
 36.4853 +\x23\xc4\x52\x1e\x85\xdc\x61\x2e\xbe\xe8\x6c\xce\xd8\xb0\x6a\x7c\
 36.4854 +\xcd\xea\x9e\x0d\xb6\x94\x83\x34\xb0\x53\x74\x16\xc2\x37\x9e\xeb\
 36.4855 +\x26\x7a\xb7\x6e\x5d\x9f\x3a\xf7\xb5\xeb\x0a\x3b\xb6\x6f\xc0\x2f\
 36.4856 +\x0e\x20\x65\x11\x61\xf4\x94\x4b\x4d\x50\x63\x81\x46\xa0\xab\x66\
 36.4857 +\xf3\xea\x20\x99\x06\x4b\xec\xf1\xec\xaf\x44\x04\x8c\xb0\xa4\x2b\
 36.4858 +\xc1\x07\xde\x77\xd9\xd1\x25\x5d\x0b\x1e\x77\x5d\xe7\xcb\xb5\xea\
 36.4859 +\xfe\x5c\x00\x18\x90\x92\x5b\x9b\x52\x89\x4f\xf5\x2c\xef\x7a\xe4\
 36.4860 +\xda\x6b\xde\xed\x2d\xed\x4a\x22\xcc\x08\x42\xfa\x15\x24\xab\x51\
 36.4861 +\xe1\x62\x2e\x62\xa7\x30\x45\xa4\x18\x27\x9d\x28\xf0\x9e\x2b\xdf\
 36.4862 +\x48\x18\x99\x2f\x81\xbc\xb9\x94\xf8\x86\x67\x28\x47\xb3\x06\x20\
 36.4863 +\x28\xc9\xc9\xbf\xb2\x6d\xeb\xf3\x4b\x97\x2c\xea\x7d\xff\x7b\x2f\
 36.4864 +\xa5\x29\x99\x45\xc9\x71\xa4\xf0\x2b\x56\xef\xf8\xee\xae\xe9\x9d\
 36.4865 +\x5a\xad\xfd\x83\xb3\x6b\x75\x6d\x3b\x87\xd4\x03\x5c\x7c\xc1\x26\
 36.4866 +\x5e\xb7\x6d\x5d\xf6\x94\x93\x97\x6e\x72\x5d\x75\x8c\x59\xec\x16\
 36.4867 +\x97\x27\x70\xef\x22\xd0\xe7\x26\xec\xb1\x44\xd2\xdd\xf3\xde\xab\
 36.4868 +\x2e\x23\x0a\x8f\x62\x5b\x39\xa4\x28\x80\x88\x98\x18\xa8\xd4\xde\
 36.4869 +\x48\x39\x87\x19\x9f\x00\x41\x11\xc7\x2e\x92\x1f\xdb\xcf\x9f\x5d\
 36.4870 +\xbc\x85\x2b\xde\xfe\x7a\x6f\x49\x57\xc7\x13\x8e\x63\xdf\x01\x3c\
 36.4871 +\x3d\xbd\xe1\xa9\x77\x9c\xa8\xe0\x9e\x4b\x26\xdc\x67\xb7\x9f\x73\
 36.4872 +\xc6\xa6\xe1\xe1\xb1\x62\x4b\x4b\x4b\xe2\xd3\x9f\xb9\x99\x64\xf3\
 36.4873 +\x2a\x82\x10\xb4\x74\xe3\xe9\xae\x29\x53\x90\x67\x08\x89\xd8\x33\
 36.4874 +\x44\x15\xf9\x4c\x4c\x7a\x72\x3c\x87\xf0\x71\x9c\x1c\xc7\x8e\xee\
 36.4875 +\xe6\x43\x1f\x78\x2b\x6f\x7a\xe3\x79\xde\xb2\xa5\x9d\xbb\x6c\xdb\
 36.4876 +\x9a\xd8\x0e\x5b\x9c\x15\xc8\x27\x38\x6d\x71\x80\x2e\x60\x75\x14\
 36.4877 +\x45\x7f\x93\xcd\xe6\xd7\x15\x8b\x7e\xdb\xb9\x17\xbe\xcf\x49\x35\
 36.4878 +\x2d\x21\x32\x69\xb4\x71\x40\x3a\x18\x3d\xb3\x93\x55\x13\x34\xca\
 36.4879 +\x19\x5e\x5c\x50\x43\x84\x08\x70\xac\x3c\xa3\x23\xfb\xb8\xe6\x43\
 36.4880 +\x57\xdc\xfb\xe7\x6f\xd8\xbe\x6e\x71\xe7\x82\xdd\xb6\x6d\xfd\xfd\
 36.4881 +\x89\x18\x3f\x17\x00\x26\x52\xb1\x0b\x9c\xe1\x79\xc1\x3b\x9f\x7c\
 36.4882 +\x6a\x77\xcb\xca\x9e\xae\xb7\xbf\xe3\x8a\x8f\x38\xa3\xe3\x36\x5a\
 36.4883 +\xce\x23\xd2\x69\xb4\x71\x89\x4a\x1b\xa0\xcb\xf5\xba\x6a\x0a\xcf\
 36.4884 +\xf4\xfc\x61\x4a\x1b\x25\x10\x21\x4a\xe4\xb0\xc4\x30\xd2\x8c\xb0\
 36.4885 +\xf3\xda\xab\xd8\xfe\xda\xcd\x87\x16\x2e\x6c\xbf\xc7\xb6\xd5\x37\
 36.4886 +\x81\xa7\x4e\xc4\xf8\xb9\x02\x30\x71\x2c\xd4\x5a\xbf\x35\x08\xa2\
 36.4887 +\x95\x5a\xeb\x3f\xd9\xbb\xaf\x77\xed\x1d\x5f\xfb\x0f\xf7\x77\xbf\
 36.4888 +\xef\x25\x5f\x74\xd0\xa2\x09\x84\x8d\xd1\x0a\x8c\x8a\x5f\xa8\x90\
 36.4889 +\xa2\x6c\x2c\x29\xa6\x26\x4f\xa1\x11\x3a\x42\x48\x83\x10\x1a\xf0\
 36.4890 +\xd0\x51\x9e\x74\x2a\xa2\x73\xa1\xe4\xd3\x9f\xf8\x90\xd7\xb3\x6c\
 36.4891 +\x49\xa6\xb5\x35\xbd\xc7\xb2\xd4\xdf\x02\x4f\xce\x26\xe6\x5f\x09\
 36.4892 +\x00\x2c\xa0\xbd\xe4\x0d\xa7\x04\x41\xf8\xa9\xcc\xc1\x23\xdb\x9e\
 36.4893 +\x78\xf2\x79\xf7\xee\x7b\xee\xa3\xaf\x6f\x88\xa3\x83\x45\x1c\xa7\
 36.4894 +\x0d\x44\x12\x44\x02\x6d\x24\x1a\x79\x7c\xe6\x27\x4a\x3d\x05\xb1\
 36.4895 +\x66\x21\x45\x84\xd6\xe3\x84\xfe\x28\xad\x69\x41\xd7\x92\x16\x2e\
 36.4896 +\x38\xef\xec\x7b\xff\xf4\xbc\xb3\xd7\x2d\xed\x5e\xb4\xdb\xb2\xd4\
 36.4897 +\x8d\x96\x65\xed\xa5\xc1\xd7\x62\x5e\x69\x00\xca\x8f\x04\x13\xaf\
 36.4898 +\xd6\x8c\x66\x57\x0e\x1d\x1b\x6b\x7d\xfe\x85\x03\x7b\x1f\x79\xf4\
 36.4899 +\x99\xb3\x9f\x7d\x76\x3f\x2f\xbc\x90\x21\x5f\x88\x70\x52\xad\x58\
 36.4900 +\xca\x45\x29\x3b\xd6\xfe\x84\x46\x6b\x9f\x20\xf4\xf1\x8b\xe3\x08\
 36.4901 +\x02\x56\xf4\x74\xb2\x6e\xed\x0a\xb6\x9c\x79\x2a\x9b\xce\x58\x53\
 36.4902 +\x58\xb8\x70\xde\xef\xd3\x4d\xa9\x5d\x96\x65\x7d\xaf\xe4\xf2\xde\
 36.4903 +\xcb\xa1\xb9\x8b\x57\xe0\xd5\xd9\x04\xf1\x0e\xac\xee\x28\x8a\x2e\
 36.4904 +\xcf\x17\xbc\xf5\xb9\x5c\xa1\x39\x5f\x28\x26\xc7\xb3\x85\xee\x27\
 36.4905 +\x9e\x78\xde\xdd\x7f\xa0\x8f\x4c\xff\x61\x86\x8f\x8d\x52\x2c\xfa\
 36.4906 +\x38\x8e\x45\x4b\x6b\x9a\xc5\x8b\x17\xd1\xb3\x6c\xc9\x81\x6d\x5b\
 36.4907 +\x36\xce\x6b\x6e\x4e\x0d\xb8\x8e\xed\x37\x35\x25\x69\x6e\x4e\x65\
 36.4908 +\xc0\x7c\xd1\xb2\xac\xe7\x80\x81\xb9\xb8\xfc\xab\x01\xc0\x44\x60\
 36.4909 +\xdb\xc0\x22\xdf\xf7\xd3\x8e\xe3\x48\xa0\x3b\x0c\xa3\x9d\xd9\x6c\
 36.4910 +\xae\xbb\x58\xf4\xf1\x83\x80\x30\x9c\x78\x73\x14\x2c\x4b\x61\xdb\
 36.4911 +\x96\x49\x26\x13\x5e\xba\xa9\x69\xaf\x10\xe6\xeb\x96\x65\xf5\xfb\
 36.4912 +\x3e\x38\xce\xe4\x3b\x81\xc5\x97\xfd\x41\x5f\x85\x97\xa7\x27\x52\
 36.4913 +\xbd\x0b\x74\xfb\x3e\xee\x0c\x0b\x68\x1c\xc7\xc9\x97\xe4\x6b\xbf\
 36.4914 +\xca\xf4\xe0\x8f\x0e\x80\xda\x93\x8d\xc6\xc6\x25\xaf\xe8\xf1\x6a\
 36.4915 +\xbe\x3d\xfe\xaa\x19\x35\x9b\xe3\xff\x00\x66\xcc\x70\x2d\xad\x78\
 36.4916 +\xbd\x47\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
 36.4917 +\x00\x00\x0b\x0c\
 36.4918 +\xff\
 36.4919 +\xd8\xff\xe0\x00\x10\x4a\x46\x49\x46\x00\x01\x01\x00\x00\x01\x00\
 36.4920 +\x01\x00\x00\xff\xdb\x00\x43\x00\x04\x03\x03\x03\x03\x02\x04\x03\
 36.4921 +\x03\x03\x04\x04\x04\x05\x06\x0a\x06\x06\x05\x05\x06\x0c\x08\x09\
 36.4922 +\x07\x0a\x0e\x0c\x0f\x0e\x0e\x0c\x0d\x0d\x0f\x11\x16\x13\x0f\x10\
 36.4923 +\x15\x11\x0d\x0d\x13\x1a\x13\x15\x17\x18\x19\x19\x19\x0f\x12\x1b\
 36.4924 +\x1d\x1b\x18\x1d\x16\x18\x19\x18\xff\xdb\x00\x43\x01\x04\x04\x04\
 36.4925 +\x06\x05\x06\x0b\x06\x06\x0b\x18\x10\x0d\x10\x18\x18\x18\x18\x18\
 36.4926 +\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\
 36.4927 +\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\
 36.4928 +\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\xff\xc0\x00\
 36.4929 +\x11\x08\x00\x30\x00\xc8\x03\x01\x22\x00\x02\x11\x01\x03\x11\x01\
 36.4930 +\xff\xc4\x00\x1c\x00\x00\x03\x01\x00\x03\x01\x01\x00\x00\x00\x00\
 36.4931 +\x00\x00\x00\x00\x00\x00\x07\x08\x06\x02\x04\x05\x03\x01\xff\xc4\
 36.4932 +\x00\x44\x10\x00\x01\x03\x03\x02\x02\x04\x07\x0b\x0c\x03\x01\x00\
 36.4933 +\x00\x00\x00\x01\x02\x03\x04\x00\x05\x11\x06\x07\x12\x21\x13\x31\
 36.4934 +\x41\x51\x08\x14\x15\x22\x23\x37\xb2\x18\x32\x33\x36\x61\x72\x75\
 36.4935 +\x85\xb1\xb3\xd1\x16\x24\x34\x35\x42\x52\x56\x71\x73\x74\x81\x94\
 36.4936 +\x25\x43\x62\x91\xff\xc4\x00\x19\x01\x00\x03\x01\x01\x01\x00\x00\
 36.4937 +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x02\x03\x04\x05\xff\
 36.4938 +\xc4\x00\x2d\x11\x00\x02\x01\x02\x05\x03\x02\x04\x07\x00\x00\x00\
 36.4939 +\x00\x00\x00\x00\x00\x01\x02\x11\x12\x03\x21\x31\x41\x51\x04\x61\
 36.4940 +\x91\x13\x14\x05\x15\x71\xb1\x42\x52\x62\x81\xd1\xe1\xf0\xff\xda\
 36.4941 +\x00\x0c\x03\x01\x00\x02\x11\x03\x11\x00\x3f\x00\xbf\xa8\xa2\x8a\
 36.4942 +\x00\x28\xa2\x8a\x00\x29\x4d\xac\xb7\xd6\xcb\xa6\x75\x12\xed\x16\
 36.4943 +\xeb\x7a\xee\xee\x33\x94\xbe\xeb\x4f\x04\x21\x0b\xfd\xd0\x70\x78\
 36.4944 +\x88\xed\xee\xaf\x03\x77\x77\x83\xa0\x2f\xe9\x5d\x27\x2b\xd2\xf3\
 36.4945 +\x6e\x64\xf6\x8f\xbc\xef\x6d\xb3\xdf\xde\xae\xce\xa1\xce\xa7\xda\
 36.4946 +\xd2\x30\xdd\x99\xca\x7c\x14\x00\xf0\x93\x64\xa8\x0f\xc9\x27\x79\
 36.4947 +\x9c\x7e\x96\x9f\xc2\xb4\x3a\xd3\x7b\x1a\xd1\xfa\xa7\xc8\xca\xd3\
 36.4948 +\xce\x4b\x3e\x2c\xd4\x8e\x94\x48\x08\xf7\xe0\x9c\x63\x1d\x98\xa9\
 36.4949 +\x7d\x3f\x08\x9f\x9c\x3e\xda\x61\xef\x67\xad\x5f\xab\xa2\xfb\x2a\
 36.4950 +\xa7\x6a\xa8\xae\x74\x18\xf6\xbf\x08\x76\x6e\x57\xc8\x56\xe1\xa5\
 36.4951 +\x9d\x6c\xca\x90\xdb\x1c\x66\x50\x3c\x3c\x6b\x09\xce\x31\xd9\x9a\
 36.4952 +\xee\xea\xad\xf7\x6b\x4c\xeb\x2b\x85\x85\x5a\x6d\xc9\x26\x1b\x9d\
 36.4953 +\x1f\x4c\x24\x84\x85\xf9\xa0\xe7\x18\xe5\xd7\x53\xee\x97\xf8\xf5\
 36.4954 +\x64\xfa\x46\x37\xde\xa6\xbd\xbd\xd6\xf5\xcf\xa8\x7f\xb9\x1e\xc2\
 36.4955 +\x68\xb5\x54\x2e\x74\x19\xfe\xe9\x46\x7f\x84\x9e\xff\x00\x6d\x3f\
 36.4956 +\x85\x1e\xe9\x46\x7f\x84\x9e\xff\x00\x6d\x3f\x85\x4f\xf4\x53\xb1\
 36.4957 +\x0a\xf6\x50\x1e\xe9\x36\x73\xf1\x49\xdf\xf6\xd3\xf8\x53\x97\x4d\
 36.4958 +\x5e\x86\xa2\xd2\x36\xeb\xe0\x8e\x63\x89\x8c\x25\xfe\x88\xab\x8b\
 36.4959 +\x83\x23\xab\x3d\xb5\x0d\x0e\xb1\x56\x7e\xd9\x7a\xa0\xd3\x9f\xd8\
 36.4960 +\x35\xf6\x54\x4d\x25\xa1\x70\x93\x7a\x9a\xba\x28\xa2\xa0\xb0\xa2\
 36.4961 +\x8a\x28\x00\xa2\x8a\x28\x00\xa2\x8a\x28\x00\xa2\x8a\x28\x00\xa2\
 36.4962 +\x8a\x28\x00\xa2\x8a\x28\x00\xa4\x26\xef\x6f\x07\x07\x4f\xa5\x34\
 36.4963 +\x9c\xaf\x3f\x9b\x73\x27\xb4\xaf\x7b\xd8\x5b\x6c\xf7\xf7\xab\xfc\
 36.4964 +\x0a\xe1\xbb\xdb\xc1\xce\x46\x95\xd2\x72\xbb\xdb\x99\x3d\xa5\x7f\
 36.4965 +\xf5\xb6\xcf\xda\xaf\xf0\x3b\xe9\x07\x5a\x46\x3b\xb3\x39\x4b\x64\
 36.4966 +\x15\xdf\x9f\x66\xb9\x5a\xe1\x41\x95\x3e\x2a\x98\x44\xe6\x8b\xd1\
 36.4967 +\xc2\xf9\x29\x68\x0a\xc7\x16\x3b\x01\x23\x97\x7f\x5d\x37\x76\x8f\
 36.4968 +\x68\x15\x75\x53\x1a\xa3\x54\xc6\x29\x82\x08\x5c\x58\x4e\x0c\x17\
 36.4969 +\xfb\x96\xb1\xfb\x9d\xc3\xb7\xf9\x75\xfc\xbc\x23\x52\x13\xac\xec\
 36.4970 +\xa9\x48\x00\x08\x2a\x00\x0e\xcf\x48\x6a\xae\xce\x84\xdb\x95\x44\
 36.4971 +\xca\x7e\x11\x3f\x38\x7d\xb4\xc3\xde\xcf\x5a\xbf\x57\x45\xf6\x55\
 36.4972 +\x4b\xc4\xfc\x22\x7e\x70\xfb\x69\x87\xbd\x9e\xb5\x7e\xae\x8b\xec\
 36.4973 +\xaa\x9b\xd4\x5b\x19\x1d\x2f\xf1\xea\xc9\xf4\x8c\x6f\xbd\x4d\x5c\
 36.4974 +\x0a\x61\x95\x28\xa9\x4c\xb6\x49\xeb\x25\x22\xa1\xfd\x2f\xf1\xea\
 36.4975 +\xc9\xf4\x8c\x6f\xbd\x4d\x5c\x95\x18\x85\xe1\x93\x17\x84\x42\x10\
 36.4976 +\x8d\xca\x80\x10\x84\xa4\x79\x39\x1c\x80\xc7\xfd\x8b\xa5\x4c\x2f\
 36.4977 +\xd6\x71\xbf\xac\xdf\xb4\x29\xb1\xe1\x17\xeb\x32\x07\xd1\xc8\xfb\
 36.4978 +\xc5\xd2\x9e\x17\xeb\x38\xbf\xd6\x6f\xda\x15\x71\xd0\x99\x6a\x5d\
 36.4979 +\x8d\x47\x8f\xd0\xa3\xd0\x37\xef\x47\xec\x8e\xea\xfb\x00\x12\x90\
 36.4980 +\x94\x80\x00\xea\x02\xb8\xb5\xf0\x28\xf9\xa3\xec\xac\x9d\xcb\x73\
 36.4981 +\xb4\x5d\xaa\xf7\xa8\xac\xf3\x2e\xe1\x33\xb4\xed\xb0\x5d\xee\x2c\
 36.4982 +\x25\xb5\x29\x4c\xc7\x29\x2a\xe3\x18\x1e\x77\x21\x9c\x0e\x7c\xc7\
 36.4983 +\x7d\x73\xb6\x96\xa7\x4c\x30\xe5\x37\x48\x2a\x9a\xfa\x29\x77\x3f\
 36.4984 +\x7b\x76\xf6\xdc\x99\x01\xfb\xa4\x95\xba\xca\x21\x28\x47\x62\x1b\
 36.4985 +\xae\xba\xf1\x98\x85\x2e\x3a\x1b\x42\x41\x2b\x52\x92\x85\x1e\x11\
 36.4986 +\xd5\x83\x9a\xfc\x93\xbd\x9a\x2a\x26\xa4\xb4\x58\x9e\x45\xf8\x4d\
 36.4987 +\xbb\xb4\xdb\xd0\xdb\xf2\x34\x91\xd2\x25\x7f\xcd\x1c\xb8\x7f\x68\
 36.4988 +\x1f\x7a\x39\x9c\x0a\x57\x2e\x4d\x97\x47\x8e\xff\x00\x03\xf1\xfb\
 36.4989 +\xfd\x86\x2d\x14\xac\x8d\xe1\x0d\xb5\xd2\x6d\x97\x39\xc9\xbc\xca\
 36.4990 +\x6d\xab\x7b\x06\x53\x9d\x34\x17\x9b\x2e\x32\x1e\x0c\x29\xc6\xb2\
 36.4991 +\x9c\x38\x90\xe2\x92\x92\x52\x4e\x09\xad\x34\xdd\xc9\xd1\xf6\xfd\
 36.4992 +\x45\x7f\xb1\x48\xba\x81\x70\xb0\xdb\x45\xda\xe0\xc2\x5b\x52\x8b\
 36.4993 +\x51\xc8\x27\x8b\x97\x59\xc2\x7a\x87\x3e\x63\xbc\x51\x72\xe4\x52\
 36.4994 +\xe9\x31\xe2\xe9\x28\x3f\x1f\x4f\xe5\x79\x35\xb4\x56\x43\x4e\xee\
 36.4995 +\x76\x8c\xd5\x4e\xb8\x8b\x0d\xd8\x4c\x0d\xdb\x19\xbb\xa9\x68\x6d\
 36.4996 +\x5c\x3e\x2e\xef\x17\x02\xb3\xdf\xe6\x28\x14\xf5\x82\x30\x6b\xe0\
 36.4997 +\x8d\xd8\xd0\xae\x33\x31\x48\xbc\x8e\x38\x70\xe2\xcf\x79\x92\xda\
 36.4998 +\x83\x81\x89\x24\x06\x96\x13\xd6\x41\x2a\x00\xe3\xa8\x91\x9e\xba\
 36.4999 +\x77\x22\x7d\xb6\x2d\x5a\xb5\xd5\x76\xe4\xdb\x51\x59\x21\xb8\x96\
 36.5000 +\x25\xb1\x74\x91\x1a\x2d\xe2\x54\x7b\x71\x70\x39\x22\x3d\xb9\xd5\
 36.5001 +\xb6\xe1\x6d\x7c\x0e\x74\x6b\xc6\x17\xc2\xac\xe7\x07\xa8\x12\x32\
 36.5002 +\x01\x35\xd6\x8f\xba\x5a\x6a\x55\x95\xbb\x93\x0c\x5d\xd4\x87\x61\
 36.5003 +\xae\xe0\xd3\x3e\x20\xe7\x4a\xe4\x74\x2d\x08\x53\xa9\x46\x32\x53\
 36.5004 +\x97\x12\x73\xdd\x93\xd9\x45\xc8\x3d\xb6\x2f\xe5\x66\xda\x8a\xc7\
 36.5005 +\x5b\x37\x33\x4b\xdd\x2d\x4b\xb8\x34\xe4\xd6\x19\x4d\xb5\x57\x7f\
 36.5006 +\xce\x62\xad\xa5\x2a\x28\x24\x74\xa0\x11\xcc\x1c\x64\x77\x8a\xea\
 36.5007 +\xbf\xbb\x7a\x56\x34\x9b\x8b\x52\x1a\xbb\xb6\x8b\x74\x03\x73\x92\
 36.5008 +\xf2\xad\xee\x06\xd1\x1c\x20\xac\x39\xc5\x8c\x10\x42\x48\x1d\xe4\
 36.5009 +\x62\x8b\x90\xd7\x4d\x8a\xdb\x56\xb3\x77\x45\x79\x76\x3b\xe3\x57\
 36.5010 +\xd8\x6e\x48\x6a\x05\xca\x18\x42\xf8\x0a\x27\xc5\x54\x75\x9e\x5d\
 36.5011 +\x60\x2b\xac\x7c\xb4\x53\x31\x94\x5c\x5d\x19\xea\x54\xfd\xbb\xbb\
 36.5012 +\xc1\xd2\x19\x1a\x57\x49\xca\xf3\x39\xb7\x32\x7b\x4a\xeb\xec\x2d\
 36.5013 +\xb6\x7b\xbb\x0a\xbf\xc0\xa7\x1e\xad\xb0\xcf\xd4\x9a\x75\xcb\x44\
 36.5014 +\x2b\xeb\xf6\x84\xbd\xe6\xbc\xf3\x0d\x85\xad\x68\xc7\x34\x82\x4f\
 36.5015 +\x9a\x0f\x69\x1c\xfb\x29\x51\xee\x6a\xb7\x7f\x17\x4d\xff\x00\x55\
 36.5016 +\x1f\x8d\x54\x69\xb9\x12\xae\xc4\xf5\xd4\x29\xdf\xb4\x7b\x40\xab\
 36.5017 +\x89\x63\x54\xea\xa8\xc4\x43\x18\x5c\x48\x2e\x0e\x6f\x77\x2d\x63\
 36.5018 +\xf7\x7b\x87\x6f\x5f\x57\x5e\xb3\x4e\x78\x3f\xd8\x2c\xba\x85\x9b\
 36.5019 +\x95\xc2\xeb\x22\xec\xdb\x27\x89\x31\x5e\x65\x28\x41\x57\x61\x56\
 36.5020 +\x0f\x30\x3b\xa9\xbc\x00\x03\x00\x60\x0a\xa9\x4f\x82\x63\x0e\x40\
 36.5021 +\x00\x94\x84\xa4\x00\x07\x20\x05\x4d\xde\x11\xff\x00\x1d\xac\xdf\
 36.5022 +\xd8\xab\xef\x0d\x52\x54\xbb\xdc\x3d\xa8\x8b\xb8\x17\x98\x97\x07\
 36.5023 +\xef\x72\x20\x18\xcc\x96\x42\x1b\x65\x2b\x0a\xca\x8a\xb3\x92\x7e\
 36.5024 +\x5a\x98\xba\x32\xa4\xaa\x89\x29\x3f\x08\x9f\x9c\x3e\xda\x61\xef\
 36.5025 +\x67\xad\x5f\xab\xa2\xfb\x2a\xa6\x10\xf0\x6b\xb7\x85\x03\xf9\x5d\
 36.5026 +\x37\x91\xcf\xe8\xa8\xfc\x6b\xdf\xd6\x5b\x27\x0f\x58\x6a\x7f\x2c\
 36.5027 +\xbb\xa8\x64\xc4\x57\x8b\xb5\x1f\xa2\x43\x09\x50\xc2\x01\x19\xc9\
 36.5028 +\x3d\xb9\xab\xb9\x54\x8b\x5d\x09\xc3\x4b\xfc\x7a\xb2\x7d\x23\x1b\
 36.5029 +\xef\x53\x57\x25\x25\x6d\x9e\x0e\xf0\x2d\xb7\xb8\x57\x14\xea\xa9\
 36.5030 +\x8e\x18\xb2\x1b\x7c\x20\xc6\x40\x0a\xe0\x58\x56\x33\x9e\xdc\x53\
 36.5031 +\xaa\xa6\x6d\x3d\x0a\x82\x6b\x52\x64\xf0\x8b\xf5\x99\x03\xe8\xe4\
 36.5032 +\x7d\xe2\xe9\x4f\x0b\xf5\x9c\x5f\xeb\x37\xed\x0a\xaa\xf7\x07\x68\
 36.5033 +\xe2\xeb\xed\x46\xc5\xd9\xfb\xe4\x88\x2a\x6a\x38\x8e\x1b\x6d\x94\
 36.5034 +\xac\x1c\x29\x4a\xce\x49\xff\x00\xd5\x65\x99\xf0\x6f\xb7\xb3\x25\
 36.5035 +\xa7\x86\xac\x9a\x78\x16\x95\xe3\xc5\x51\xcf\x04\x1e\xff\x00\x92\
 36.5036 +\xa9\x49\x24\x27\x16\xd8\xee\x6f\xe0\x13\xfc\x85\x48\x33\x34\x3b\
 36.5037 +\x12\x37\x33\x54\xdf\xee\x9a\xc2\xeb\xff\x00\x32\xab\xe4\x09\xef\
 36.5038 +\x37\x6b\x40\x8b\x29\x9f\x17\x29\x72\x34\x77\x38\xcb\x9d\x23\x49\
 36.5039 +\x65\x2a\x1d\x20\x0d\xa8\xb4\xbe\x1f\x96\xbf\x4a\x78\x50\x13\x9e\
 36.5040 +\xa1\x8c\xd2\xd5\xfd\xa3\x12\x6e\x52\xc3\xda\x96\x41\xb5\xa9\xd9\
 36.5041 +\xf2\x62\x41\x11\x93\x98\xcf\xcc\x6d\x6d\xb8\xa2\xe6\x72\xb4\x80\
 36.5042 +\xeb\xbc\x29\xc0\xc7\x17\x32\x70\x2b\x9a\x71\xb8\xf5\x7e\x1f\xd5\
 36.5043 +\x2c\x07\x2a\xba\x55\x71\xfd\x3e\xc2\x76\xdd\xb5\x3a\xaa\xf1\xb5\
 36.5044 +\x37\xbb\xdd\xd2\x14\x2b\x8d\xca\x53\x76\xb4\xb3\x1a\xe3\x6a\xc3\
 36.5045 +\x4e\x45\x88\xc2\x92\xca\xda\x4b\x72\x82\xd2\xf6\x1c\x2a\x2b\xe9\
 36.5046 +\x13\xd4\x40\x18\x38\xaf\x53\x46\x2e\x52\x2e\x1b\x4e\xf3\x2c\x6a\
 36.5047 +\x9b\xe4\x9b\x25\x9e\x63\xe7\xc6\x59\x64\x3f\x31\x97\xf0\xda\x5d\
 36.5048 +\xe2\x53\xf8\x42\x41\xe4\x12\xa2\x55\xc2\x05\x3f\x34\xe6\x8f\xb1\
 36.5049 +\x69\x5d\x28\x8b\x0d\x8a\xdb\x06\x03\x3d\x10\x43\x86\x24\x64\x31\
 36.5050 +\xd2\xac\x20\x20\xb8\xa4\xa4\x00\x54\x71\xd7\x58\x69\x1b\x2c\xd1\
 36.5051 +\x7b\x4d\x3d\x1a\xef\x6e\x75\xdb\x15\xb5\x16\xe6\xcd\xd2\xcc\xd4\
 36.5052 +\xe0\xae\x15\x85\x87\x52\x14\xa1\xd1\xaf\x23\xad\x35\x3e\x9d\x34\
 36.5053 +\x3b\x3e\x63\x1c\x5b\xa3\x88\xf2\xdb\x2f\xd2\xe3\xb7\x62\x7d\x8f\
 36.5054 +\xb5\xf0\x61\xe8\xeb\xeb\x6c\x5d\xee\x1e\x23\x73\xb7\xf9\x2d\x57\
 36.5055 +\x79\x36\xc7\x17\x19\x6f\x0b\xc3\x63\x8e\x32\xba\x42\x5a\x41\x52\
 36.5056 +\x82\x56\x85\x04\xf1\xf0\x05\xa4\x10\x0d\x7b\x77\x6d\x12\xd3\x7b\
 36.5057 +\xd1\x74\x9d\x3b\x71\x3a\x1b\xce\xa6\xb9\xdd\x34\xe4\x80\xed\xbb\
 36.5058 +\xf3\x52\x1f\x82\xda\x9b\x69\x2b\x0a\xe3\xf3\x12\xb8\xe0\x29\x47\
 36.5059 +\x1c\x49\x20\x00\x4f\x37\x73\xbb\x42\xf4\x9d\x37\x2f\x4b\x4c\xd5\
 36.5060 +\x8f\xc8\xd3\x8e\x3a\x1c\x62\xd8\xe4\x16\x94\x94\x83\x31\x12\x94\
 36.5061 +\x97\x14\x72\x5d\x19\x49\x40\xf7\xa0\x25\x47\x21\x46\xb9\x2b\x64\
 36.5062 +\x34\xb1\xb8\xc8\x0d\x86\xe3\xda\xde\x95\x2e\x49\xb6\x44\x8c\x86\
 36.5063 +\x1a\x47\x8c\x45\x65\x82\x11\xc3\x8e\x12\x92\xc0\x70\x28\x0c\xf1\
 36.5064 +\x2b\x3d\x80\xd4\xfa\x7d\x8d\xfe\x6b\x16\xdb\x94\xf5\xae\xdc\xa5\
 36.5065 +\x4d\x57\x6f\xa6\x5a\x89\xed\xa6\xb1\xe9\x4d\xb7\xbd\xdd\xa4\xd9\
 36.5066 +\xe6\x5d\x65\xda\xef\x36\xa8\x10\xa4\x11\x0f\x0d\x5a\x5e\x75\x6b\
 36.5067 +\x64\x29\x65\x4e\x64\x21\xc7\x82\xd4\x12\x90\x78\x38\xb9\xe3\x22\
 36.5068 +\xbd\x0b\x96\x88\xb6\xdc\x36\xd6\xc5\x79\x87\x70\x9c\xed\xce\xeb\
 36.5069 +\xe4\xd8\x56\xb4\x43\x88\x03\xef\xa6\x3b\x60\x48\x61\xc4\xa9\x61\
 36.5070 +\x21\xb5\xa5\x92\xa3\x95\x0e\x12\x94\xab\x99\x14\xc4\xb5\x6c\x87\
 36.5071 +\x92\x6d\xf0\xad\x8c\xea\xe9\xae\xc0\xe8\xe1\x22\xe4\xd3\xd1\x90\
 36.5072 +\xa5\xce\x31\x1e\x53\xad\x28\x2f\x3e\x8c\x92\xa0\x15\x80\x72\x00\
 36.5073 +\xc6\x39\xd7\x66\x0e\xd5\xea\x18\x16\x7b\x44\x16\xb5\xda\x09\xb1\
 36.5074 +\xbc\x5f\xb5\x3b\xe4\x94\x02\xd1\x21\x69\x50\x74\x74\x9e\x90\x14\
 36.5075 +\x38\xa4\xf2\xe1\x39\xc1\xcd\x35\x07\x4a\x50\x8c\x4e\xbe\x0f\x11\
 36.5076 +\xe2\x2c\x4c\xf2\xd5\x3c\xd2\x59\x57\x2e\x75\xed\xde\xa6\x26\xc3\
 36.5077 +\x74\x62\x5e\xbb\x9f\x77\xb4\x31\x35\x56\xeb\x9c\x27\x0c\x86\x2c\
 36.5078 +\x90\x5e\x0d\xb2\x65\xba\x52\xdb\xb3\x5a\x5b\xa4\x07\x12\xa6\xdd\
 36.5079 +\xcf\x42\x82\x79\xad\x4a\x38\x23\x3a\x0d\x12\xd4\x0b\xf5\xd6\xdf\
 36.5080 +\x6c\xb6\xce\x79\x52\x6c\xfa\x51\xeb\x2c\xd4\x3b\x18\xa3\xc5\xde\
 36.5081 +\x53\xc8\x6f\x0e\x79\xc7\x85\x79\x8c\xe1\xe0\xeb\xe1\xc1\xce\x08\
 36.5082 +\xcf\x69\x7b\x11\x04\xc4\x8b\x01\x3a\x81\xe5\x42\x28\x8d\xe5\x04\
 36.5083 +\x3d\x11\xb7\x1c\x90\xe3\x0e\xad\xc4\xba\xdb\x99\xf4\x0b\x25\xd5\
 36.5084 +\x82\x52\x0f\x9b\x80\x31\xd6\x58\x1a\x7f\x4b\xc4\xd3\xf7\xad\x41\
 36.5085 +\x71\x8c\xe0\x52\xef\x53\xc4\xf7\x52\x1b\x4a\x38\x15\xd1\x36\xde\
 36.5086 +\x32\x3d\xf7\xc1\xe7\x27\x9f\x3a\xa8\xc5\xee\x72\xf5\x1d\x56\x15\
 36.5087 +\x1f\xa6\xea\xf6\xfb\x67\xe5\xf8\x46\x22\xe1\xb5\xf7\xf1\x61\xb5\
 36.5088 +\xc1\xb3\x5f\x20\x34\xea\x74\xda\x74\xcc\xf7\x25\x47\x5a\xc2\x9a\
 36.5089 +\x09\x03\xa6\x68\x05\x0c\x2c\x1e\x2c\x05\x64\x1c\x8c\xf5\x57\x7b\
 36.5090 +\x50\x6d\x93\xd7\x4b\x5e\xa8\x83\x0e\xe8\xdb\x2d\xdd\xf4\xd2\x2c\
 36.5091 +\x2c\xf4\xad\x95\x16\x8a\x52\xea\x43\x8a\xc1\x19\x1e\x90\x72\x18\
 36.5092 +\x3c\x8d\x31\xe8\xab\xb5\x1c\x5e\xf3\x17\x2c\xff\x00\xd5\xa9\x97\
 36.5093 +\xd0\xb6\x2b\x9e\x9e\xd3\xce\x5b\xee\x4d\xdb\x5b\x3d\x32\x9c\x42\
 36.5094 +\x60\x38\xfa\xd3\x82\x06\x72\x5e\x52\x95\x9c\xfc\xb8\xa2\xb5\x14\
 36.5095 +\x53\x4a\x86\x13\x9b\x9c\x9c\x9e\xac\xff\xd9\
 36.5096 +"
 36.5097 +
 36.5098 +qt_resource_name = "\
 36.5099 +\x00\x0c\
 36.5100 +\x05\x61\x1b\x99\
 36.5101 +\x00\x6f\
 36.5102 +\x00\x70\x00\x65\x00\x6e\x00\x73\x00\x65\x00\x63\x00\x75\x00\x72\x00\x69\x00\x74\x00\x79\
 36.5103 +\x00\x03\
 36.5104 +\x00\x00\x6d\xd8\
 36.5105 +\x00\x67\
 36.5106 +\x00\x66\x00\x78\
 36.5107 +\x00\x0e\
 36.5108 +\x0c\x83\x07\x47\
 36.5109 +\x00\x62\
 36.5110 +\x00\x6d\x00\x76\x00\x69\x00\x74\x00\x5f\x00\x6c\x00\x6f\x00\x67\x00\x6f\x00\x2e\x00\x6a\x00\x70\x00\x67\
 36.5111 +\x00\x0c\
 36.5112 +\x08\x7b\xfd\x07\
 36.5113 +\x00\x66\
 36.5114 +\x00\x66\x00\x67\x00\x5f\x00\x6c\x00\x6f\x00\x67\x00\x6f\x00\x2e\x00\x6a\x00\x70\x00\x67\
 36.5115 +\x00\x0f\
 36.5116 +\x05\x1a\xbd\x67\
 36.5117 +\x00\x69\
 36.5118 +\x00\x6b\x00\x61\x00\x72\x00\x75\x00\x73\x00\x5f\x00\x6c\x00\x6f\x00\x67\x00\x6f\x00\x2e\x00\x6a\x00\x70\x00\x67\
 36.5119 +\x00\x15\
 36.5120 +\x02\xdc\xda\x07\
 36.5121 +\x00\x61\
 36.5122 +\x00\x69\x00\x74\x00\x5f\x00\x6c\x00\x6f\x00\x67\x00\x6f\x00\x5f\x00\x6e\x00\x6f\x00\x5f\x00\x63\x00\x6c\x00\x61\x00\x69\x00\x6d\
 36.5123 +\x00\x2e\x00\x70\x00\x6e\x00\x67\
 36.5124 +\x00\x0d\
 36.5125 +\x03\xee\x5c\xc7\
 36.5126 +\x00\x6c\
 36.5127 +\x00\x69\x00\x6e\x00\x7a\x00\x5f\x00\x6c\x00\x6f\x00\x67\x00\x6f\x00\x2e\x00\x6a\x00\x70\x00\x67\
 36.5128 +\x00\x0e\
 36.5129 +\x0d\x7b\x0b\xc7\
 36.5130 +\x00\x78\
 36.5131 +\x00\x2d\x00\x6e\x00\x65\x00\x74\x00\x5f\x00\x6c\x00\x6f\x00\x67\x00\x6f\x00\x2e\x00\x6a\x00\x70\x00\x67\
 36.5132 +\x00\x0e\
 36.5133 +\x04\xf8\xa9\xc7\
 36.5134 +\x00\x6c\
 36.5135 +\x00\x69\x00\x71\x00\x75\x00\x61\x00\x5f\x00\x6c\x00\x6f\x00\x67\x00\x6f\x00\x2e\x00\x6a\x00\x70\x00\x67\
 36.5136 +\x00\x15\
 36.5137 +\x06\xd4\xe5\x47\
 36.5138 +\x00\x6f\
 36.5139 +\x00\x70\x00\x65\x00\x6e\x00\x73\x00\x65\x00\x63\x00\x75\x00\x72\x00\x69\x00\x74\x00\x79\x00\x5f\x00\x6c\x00\x6f\x00\x67\x00\x6f\
 36.5140 +\x00\x2e\x00\x6a\x00\x70\x00\x67\
 36.5141 +\x00\x0e\
 36.5142 +\x04\xf3\x69\x87\
 36.5143 +\x00\x6b\
 36.5144 +\x00\x69\x00\x72\x00\x61\x00\x73\x00\x5f\x00\x6c\x00\x6f\x00\x67\x00\x6f\x00\x2e\x00\x6a\x00\x70\x00\x67\
 36.5145 +\x00\x10\
 36.5146 +\x0b\x92\x8d\xbf\
 36.5147 +\x00\x6f\
 36.5148 +\x00\x70\x00\x65\x00\x6e\x00\x73\x00\x65\x00\x63\x00\x75\x00\x72\x00\x69\x00\x74\x00\x79\x00\x2e\x00\x69\x00\x63\x00\x6f\
 36.5149 +\x00\x18\
 36.5150 +\x09\xac\xfd\x07\
 36.5151 +\x00\x6f\
 36.5152 +\x00\x70\x00\x65\x00\x6e\x00\x73\x00\x65\x00\x63\x00\x75\x00\x72\x00\x69\x00\x74\x00\x79\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\
 36.5153 +\x00\x5f\x00\x36\x00\x34\x00\x2e\x00\x70\x00\x6e\x00\x67\
 36.5154 +\x00\x0c\
 36.5155 +\x08\xe3\x1d\x07\
 36.5156 +\x00\x61\
 36.5157 +\x00\x69\x00\x74\x00\x5f\x00\x6c\x00\x6f\x00\x67\x00\x6f\x00\x2e\x00\x6a\x00\x70\x00\x67\
 36.5158 +"
 36.5159 +
 36.5160 +qt_resource_struct = "\
 36.5161 +\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\
 36.5162 +\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x02\
 36.5163 +\x00\x00\x00\x1e\x00\x02\x00\x00\x00\x0c\x00\x00\x00\x03\
 36.5164 +\x00\x00\x00\x8e\x00\x00\x00\x00\x00\x01\x00\x00\x7b\x58\
 36.5165 +\x00\x00\x00\xbe\x00\x00\x00\x00\x00\x01\x00\x00\x8f\xce\
 36.5166 +\x00\x00\x01\x52\x00\x00\x00\x00\x00\x01\x00\x00\xfc\xf2\
 36.5167 +\x00\x00\x01\x00\x00\x00\x00\x00\x00\x01\x00\x00\xad\x90\
 36.5168 +\x00\x00\x00\x6a\x00\x00\x00\x00\x00\x01\x00\x00\x11\xa4\
 36.5169 +\x00\x00\x01\x22\x00\x00\x00\x00\x00\x01\x00\x00\xc5\x1e\
 36.5170 +\x00\x00\x00\x4c\x00\x00\x00\x00\x00\x01\x00\x00\x08\xc1\
 36.5171 +\x00\x00\x01\xd0\x00\x00\x00\x00\x00\x01\x00\x01\x30\xe3\
 36.5172 +\x00\x00\x01\x9a\x00\x00\x00\x00\x00\x01\x00\x01\x1d\x00\
 36.5173 +\x00\x00\x01\x74\x00\x00\x00\x00\x00\x01\x00\x01\x08\xf9\
 36.5174 +\x00\x00\x00\x2a\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
 36.5175 +\x00\x00\x00\xde\x00\x00\x00\x00\x00\x01\x00\x00\x94\x7d\
 36.5176 +"
 36.5177 +
 36.5178 +def qInitResources():
 36.5179 +    QtCore.qRegisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data)
 36.5180 +
 36.5181 +def qCleanupResources():
 36.5182 +    QtCore.qUnregisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data)
 36.5183 +
 36.5184 +qInitResources()
    37.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    37.2 +++ b/OpenSecurity/bin/ui/opensecurity_tray.pyw	Mon Mar 31 12:37:59 2014 +0200
    37.3 @@ -0,0 +1,182 @@
    37.4 +#!/bin/env python
    37.5 +# -*- coding: utf-8 -*-
    37.6 +
    37.7 +# ------------------------------------------------------------
    37.8 +# opensecurity-dialog
    37.9 +# 
   37.10 +# an opensecurity dialog
   37.11 +#
   37.12 +# Autor: Oliver Maurhart, <oliver.maurhart@ait.ac.at>
   37.13 +#
   37.14 +# Copyright (C) 2013 AIT Austrian Institute of Technology
   37.15 +# AIT Austrian Institute of Technology GmbH
   37.16 +# Donau-City-Strasse 1 | 1220 Vienna | Austria
   37.17 +# http://www.ait.ac.at
   37.18 +#
   37.19 +# This program is free software; you can redistribute it and/or
   37.20 +# modify it under the terms of the GNU General Public License
   37.21 +# as published by the Free Software Foundation version 2.
   37.22 +# 
   37.23 +# This program is distributed in the hope that it will be useful,
   37.24 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
   37.25 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   37.26 +# GNU General Public License for more details.
   37.27 +# 
   37.28 +# You should have received a copy of the GNU General Public License
   37.29 +# along with this program; if not, write to the Free Software
   37.30 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
   37.31 +# Boston, MA  02110-1301, USA.
   37.32 +# ------------------------------------------------------------
   37.33 +
   37.34 +
   37.35 +# ------------------------------------------------------------
   37.36 +# imports
   37.37 +
   37.38 +import argparse
   37.39 +import os
   37.40 +import subprocess
   37.41 +import sys
   37.42 +import urllib2
   37.43 +
   37.44 +from PyQt4 import QtCore
   37.45 +from PyQt4 import QtGui
   37.46 +
   37.47 +# local
   37.48 +from about import About
   37.49 +from environment import Environment
   37.50 +from cygwin import Cygwin
   37.51 +
   37.52 +# ------------------------------------------------------------
   37.53 +# code
   37.54 +
   37.55 +
   37.56 +class OpenSecurityWait(QtGui.QDialog):
   37.57 +
   37.58 +    """OpenSecurity: please wait ..."""
   37.59 +    
   37.60 +    def __init__(self, parent = None, flags = QtCore.Qt.WindowFlags(0)):
   37.61 +        super(OpenSecurityWait, self).__init__(parent, flags)
   37.62 +        self.setWindowTitle('OpenSecurity')
   37.63 +        self.setup_ui()
   37.64 +        
   37.65 +        
   37.66 +    def setup_ui(self):
   37.67 +        """Create the widgets."""
   37.68 +        
   37.69 +        lyMain = QtGui.QVBoxLayout(self)
   37.70 +        lyMain.setContentsMargins(8, 8, 8, 8)
   37.71 +        
   37.72 +        # content area: left pixmap, right text
   37.73 +        lbTitle = QtGui.QLabel('Creating secure subsystem. Please stand by ...')
   37.74 +        lyMain.addWidget(lbTitle)
   37.75 +        
   37.76 +        self.setMinimumSize(400, 50)
   37.77 +        self.resize(lyMain.minimumSize())
   37.78 +
   37.79 +
   37.80 +class OpenSecurityTrayIcon(QtGui.QSystemTrayIcon):
   37.81 +    
   37.82 +    """This is the OpenSecuirty Tray Icon"""
   37.83 +
   37.84 +    def __init__(self, icon, parent=None):
   37.85 +        
   37.86 +        super(OpenSecurityTrayIcon, self).__init__(icon, parent)
   37.87 +        self.setup_ui()
   37.88 +        
   37.89 +        
   37.90 +    def clicked_about(self):
   37.91 +        """clicked about"""
   37.92 +        dlgAbout = About()
   37.93 +        dlgAbout.exec_()
   37.94 +    
   37.95 +
   37.96 +    def clicked_browser(self):
   37.97 +        """wish for safe internet browsing"""
   37.98 +        
   37.99 +        # TODO: HARDCODED ADDRESS OF OPENSECURITYD
  37.100 +        
  37.101 +        # tell the user to wait
  37.102 +        dlg = OpenSecurityWait()
  37.103 +        dlg.show()
  37.104 +        QtGui.QApplication.instance().processEvents()
  37.105 +        
  37.106 +        try:
  37.107 +        
  37.108 +            # get a proper browsing VM
  37.109 +            Cygwin.start_X11()
  37.110 +            browsing_vm = urllib2.urlopen('http://127.0.0.1:8080/browsing').readline()
  37.111 +            #dlg_launch_image = os.path.join(sys.path[0], 'launch.pyw')
  37.112 +            #process_command = [sys.executable, dlg_launch_image, browsing_vm, '/usr/bin/iceweasel']
  37.113 +            #process_command = [sys.executable, dlg_launch_image, browsing_vm, '/usr/bin/midori']
  37.114 +            #print(process_command)
  37.115 +            #process = subprocess.Popen(process_command, shell = False)
  37.116 +            
  37.117 +        except:
  37.118 +            dlg.hide()
  37.119 +            QtGui.QApplication.instance().processEvents()
  37.120 +            QtGui.QMessageBox.critical(None, 'Failed to invoke Safe Internet Browsing', 'OpenSecurity Error')
  37.121 +            
  37.122 +        dlg.hide()
  37.123 +        QtGui.QApplication.instance().processEvents()
  37.124 +            
  37.125 +            
  37.126 +    def clicked_exit(self):
  37.127 +        """clicked exit"""
  37.128 +        sys.exit(0)
  37.129 +    
  37.130 +
  37.131 +    def clicked_launch_application(self):
  37.132 +        """clicked the launch an application"""
  37.133 +        dlg_launch_image = os.path.join(sys.path[0], 'launch.pyw')
  37.134 +        process_command = [sys.executable, dlg_launch_image]
  37.135 +        print(process_command)
  37.136 +        process = subprocess.Popen(process_command, shell = False)
  37.137 +            
  37.138 +            
  37.139 +    def setup_ui(self):
  37.140 +        """create the user interface
  37.141 +        As for the system tray this is 'just' the context menu.
  37.142 +        """
  37.143 +    
  37.144 +        # define the tray icon menu
  37.145 +        menu = QtGui.QMenu(self.parent())
  37.146 +        self.setContextMenu(menu)
  37.147 +        
  37.148 +        # add known apps
  37.149 +        cAcBrowser = menu.addAction(QtGui.QIcon(QtGui.QPixmapCache.find('opensecurity_icon_64')), 'Safe Internet Browsing')
  37.150 +        menu.addSeparator()
  37.151 +        
  37.152 +        # add standard menu items
  37.153 +        cAcLaunch = menu.addAction(QtGui.QIcon(QtGui.QPixmapCache.find('opensecurity_icon_64')), 'Lauch Application')
  37.154 +        menu.addSeparator()
  37.155 +        cAcAbout = menu.addAction("About")
  37.156 +        cAcExit = menu.addAction("Exit")
  37.157 +        
  37.158 +        cAcBrowser.triggered.connect(self.clicked_browser)
  37.159 +        cAcLaunch.triggered.connect(self.clicked_launch_application)
  37.160 +        cAcAbout.triggered.connect(self.clicked_about)
  37.161 +        cAcExit.triggered.connect(self.clicked_exit)
  37.162 +        
  37.163 +        
  37.164 +def main():
  37.165 +    
  37.166 +    app = QtGui.QApplication(sys.argv)
  37.167 +
  37.168 +    # prebuild the pixmap cache: fetch all jpg, png and jpeg images and load them
  37.169 +    image_path = os.path.join(Environment("OpenSecurity").data_path, 'gfx')
  37.170 +    for file in os.listdir(image_path):
  37.171 +        if file.lower().rpartition('.')[2] in ('jpg', 'png', 'jpeg'):
  37.172 +            QtGui.QPixmapCache.insert(file.lower().rpartition('.')[0], QtGui.QPixmap(os.path.join(image_path, file)))
  37.173 +
  37.174 +    w = QtGui.QWidget()
  37.175 +    trayIcon = OpenSecurityTrayIcon(QtGui.QIcon(QtGui.QPixmapCache.find('opensecurity_icon_64')), w)
  37.176 +
  37.177 +    trayIcon.show()
  37.178 +    app.setQuitOnLastWindowClosed(False)
  37.179 +    sys.exit(app.exec_())
  37.180 +   
  37.181 +
  37.182 +# start
  37.183 +if __name__ == "__main__":
  37.184 +    main()
  37.185 +
    38.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    38.2 +++ b/OpenSecurity/bin/ui/password.py	Mon Mar 31 12:37:59 2014 +0200
    38.3 @@ -0,0 +1,153 @@
    38.4 +#!/bin/env python
    38.5 +# -*- coding: utf-8 -*-
    38.6 +
    38.7 +# ------------------------------------------------------------
    38.8 +# password-dialog
    38.9 +# 
   38.10 +# ask the user a password
   38.11 +#
   38.12 +# Autor: Oliver Maurhart, <oliver.maurhart@ait.ac.at>
   38.13 +#
   38.14 +# Copyright (C) 2013 AIT Austrian Institute of Technology
   38.15 +# AIT Austrian Institute of Technology GmbH
   38.16 +# Donau-City-Strasse 1 | 1220 Vienna | Austria
   38.17 +# http://www.ait.ac.at
   38.18 +#
   38.19 +# This program is free software; you can redistribute it and/or
   38.20 +# modify it under the terms of the GNU General Public License
   38.21 +# as published by the Free Software Foundation version 2.
   38.22 +# 
   38.23 +# This program is distributed in the hope that it will be useful,
   38.24 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
   38.25 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   38.26 +# GNU General Public License for more details.
   38.27 +# 
   38.28 +# You should have received a copy of the GNU General Public License
   38.29 +# along with this program; if not, write to the Free Software
   38.30 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
   38.31 +# Boston, MA  02110-1301, USA.
   38.32 +# ------------------------------------------------------------
   38.33 +
   38.34 +
   38.35 +# ------------------------------------------------------------
   38.36 +# imports
   38.37 +
   38.38 +import sys
   38.39 +
   38.40 +from PyQt4 import QtCore
   38.41 +from PyQt4 import QtGui
   38.42 +
   38.43 +# local
   38.44 +from about import About
   38.45 +
   38.46 +
   38.47 +# ------------------------------------------------------------
   38.48 +# code
   38.49 +
   38.50 +
   38.51 +class Password(QtGui.QDialog):
   38.52 +    
   38.53 +    """Ask the user for a password."""
   38.54 +    
   38.55 +    def __init__(self, text, parent = None, flags = QtCore.Qt.WindowFlags(0)):
   38.56 +        
   38.57 +        # super call and widget init
   38.58 +        super(Password, self).__init__(parent, flags)
   38.59 +        self.setWindowTitle('OpenSecuirty Password Request')
   38.60 +        self.setup_ui()
   38.61 +        
   38.62 +        # positionate ourself central
   38.63 +        screen = QtGui.QDesktopWidget().screenGeometry()
   38.64 +        self.resize(self.geometry().width() * 1.25, self.geometry().height())
   38.65 +        size = self.geometry()
   38.66 +        self.move((screen.width() - size.width()) / 2, (screen.height() - size.height()) / 2)
   38.67 +        
   38.68 +        # fix up text
   38.69 +        self.lbText.setText(text)
   38.70 +        
   38.71 +
   38.72 +    def clicked_about(self):
   38.73 +        """clicked the about button"""
   38.74 +        dlgAbout = About()
   38.75 +        dlgAbout.exec_()
   38.76 +    
   38.77 +
   38.78 +    def clicked_cancel(self):
   38.79 +        """clicked the cancel button"""
   38.80 +        self.reject()
   38.81 +    
   38.82 +
   38.83 +    def clicked_ok(self):
   38.84 +        """clicked the ok button"""
   38.85 +        sys.stdout.write('{ ')
   38.86 +        sys.stdout.write('\'password\': \'')
   38.87 +        sys.stdout.write(self.edPassword.text())
   38.88 +        sys.stdout.write('\' ')
   38.89 +        sys.stdout.write('}\n')
   38.90 +        self.accept()
   38.91 +    
   38.92 +
   38.93 +    def setup_ui(self):
   38.94 +        
   38.95 +        """Create the widgets."""
   38.96 +        
   38.97 +        lyMain = QtGui.QVBoxLayout(self)
   38.98 +        lyMain.setContentsMargins(8, 8, 8, 8)
   38.99 +        
  38.100 +        # content area: left pixmap, right text
  38.101 +        lyContent = QtGui.QHBoxLayout()
  38.102 +        lyMain.addLayout(lyContent)
  38.103 +        
  38.104 +        # pixmap
  38.105 +        lbPix = QtGui.QLabel()
  38.106 +        lbPix.setPixmap(QtGui.QPixmapCache.find('opensecurity_icon_64'))
  38.107 +        lyContent.addWidget(lbPix, 0, QtCore.Qt.Alignment(QtCore.Qt.AlignTop + QtCore.Qt.AlignHCenter))
  38.108 +        lyContent.addSpacing(16)
  38.109 +        
  38.110 +        # text ...
  38.111 +        lyText = QtGui.QVBoxLayout()
  38.112 +        lyContent.addLayout(lyText, 1)
  38.113 +        self.lbText = QtGui.QLabel()
  38.114 +        lyText.addWidget(self.lbText)
  38.115 +        lyPassword = QtGui.QHBoxLayout()
  38.116 +        lyText.addLayout(lyPassword)
  38.117 +        lbPassword = QtGui.QLabel('&Password:')
  38.118 +        lyPassword.addWidget(lbPassword)
  38.119 +        self.edPassword = QtGui.QLineEdit()
  38.120 +        self.edPassword.setEchoMode(QtGui.QLineEdit.Password)
  38.121 +        lyPassword.addWidget(self.edPassword)
  38.122 +        lbPassword.setBuddy(self.edPassword)
  38.123 +        lyText.addStretch(1)
  38.124 +        
  38.125 +        lyMain.addStretch(1)
  38.126 +        
  38.127 +        # buttons
  38.128 +        lyButton = QtGui.QHBoxLayout()
  38.129 +        lyMain.addLayout(lyButton)
  38.130 +        
  38.131 +        lyButton.addStretch(1)
  38.132 +        btnOk = QtGui.QPushButton('&Ok', self)
  38.133 +        btnOk.setDefault(True)
  38.134 +        btnOk.setMinimumWidth(100)
  38.135 +        lyButton.addWidget(btnOk)
  38.136 +        btnCancel = QtGui.QPushButton('&Cancel', self)
  38.137 +        btnCancel.setMinimumWidth(100)
  38.138 +        lyButton.addWidget(btnCancel)
  38.139 +        btnAbout = QtGui.QPushButton('&About', self)
  38.140 +        btnAbout.setMinimumWidth(100)
  38.141 +        lyButton.addWidget(btnAbout)
  38.142 +        
  38.143 +        button_width = max(btnOk.width(), btnCancel.width(), btnAbout.width())
  38.144 +        btnOk.setMinimumWidth(button_width)
  38.145 +        btnCancel.setMinimumWidth(button_width)
  38.146 +        btnAbout.setMinimumWidth(button_width)
  38.147 +        
  38.148 +        # reduce to the max
  38.149 +        self.resize(lyMain.minimumSize())
  38.150 +        
  38.151 +        # connectors
  38.152 +        btnOk.clicked.connect(self.clicked_ok)
  38.153 +        btnCancel.clicked.connect(self.clicked_cancel)
  38.154 +        btnAbout.clicked.connect(self.clicked_about)
  38.155 +
  38.156 +
    39.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    39.2 +++ b/OpenSecurity/bin/ui/ui_AboutDialog.py	Mon Mar 31 12:37:59 2014 +0200
    39.3 @@ -0,0 +1,69 @@
    39.4 +# -*- coding: utf-8 -*-
    39.5 +
    39.6 +# Form implementation generated from reading ui file 'AboutDialog.ui'
    39.7 +#
    39.8 +# Created: Mon Mar 31 11:30:29 2014
    39.9 +#      by: PyQt4 UI code generator 4.10.3
   39.10 +#
   39.11 +# WARNING! All changes made in this file will be lost!
   39.12 +
   39.13 +from PyQt4 import QtCore, QtGui
   39.14 +
   39.15 +try:
   39.16 +    _fromUtf8 = QtCore.QString.fromUtf8
   39.17 +except AttributeError:
   39.18 +    def _fromUtf8(s):
   39.19 +        return s
   39.20 +
   39.21 +try:
   39.22 +    _encoding = QtGui.QApplication.UnicodeUTF8
   39.23 +    def _translate(context, text, disambig):
   39.24 +        return QtGui.QApplication.translate(context, text, disambig, _encoding)
   39.25 +except AttributeError:
   39.26 +    def _translate(context, text, disambig):
   39.27 +        return QtGui.QApplication.translate(context, text, disambig)
   39.28 +
   39.29 +class Ui_AboutDialog(object):
   39.30 +    def setupUi(self, AboutDialog):
   39.31 +        AboutDialog.setObjectName(_fromUtf8("AboutDialog"))
   39.32 +        AboutDialog.resize(530, 407)
   39.33 +        icon = QtGui.QIcon()
   39.34 +        icon.addPixmap(QtGui.QPixmap(_fromUtf8(":/opensecurity/gfx/opensecurity_icon_64.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
   39.35 +        AboutDialog.setWindowIcon(icon)
   39.36 +        self.verticalLayout = QtGui.QVBoxLayout(AboutDialog)
   39.37 +        self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
   39.38 +        self.scrAbout = QtGui.QScrollArea(AboutDialog)
   39.39 +        self.scrAbout.setAutoFillBackground(False)
   39.40 +        self.scrAbout.setStyleSheet(_fromUtf8(""))
   39.41 +        self.scrAbout.setWidgetResizable(True)
   39.42 +        self.scrAbout.setObjectName(_fromUtf8("scrAbout"))
   39.43 +        self.scrAboutContent = QtGui.QWidget()
   39.44 +        self.scrAboutContent.setGeometry(QtCore.QRect(0, 0, 516, 365))
   39.45 +        sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred)
   39.46 +        sizePolicy.setHorizontalStretch(0)
   39.47 +        sizePolicy.setVerticalStretch(0)
   39.48 +        sizePolicy.setHeightForWidth(self.scrAboutContent.sizePolicy().hasHeightForWidth())
   39.49 +        self.scrAboutContent.setSizePolicy(sizePolicy)
   39.50 +        self.scrAboutContent.setStyleSheet(_fromUtf8("QWidget { background: white; color: black; };"))
   39.51 +        self.scrAboutContent.setObjectName(_fromUtf8("scrAboutContent"))
   39.52 +        self.scrAbout.setWidget(self.scrAboutContent)
   39.53 +        self.verticalLayout.addWidget(self.scrAbout)
   39.54 +        self.horizontalLayout = QtGui.QHBoxLayout()
   39.55 +        self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout"))
   39.56 +        spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
   39.57 +        self.horizontalLayout.addItem(spacerItem)
   39.58 +        self.btnOk = QtGui.QPushButton(AboutDialog)
   39.59 +        self.btnOk.setMinimumSize(QtCore.QSize(100, 0))
   39.60 +        self.btnOk.setDefault(True)
   39.61 +        self.btnOk.setObjectName(_fromUtf8("btnOk"))
   39.62 +        self.horizontalLayout.addWidget(self.btnOk)
   39.63 +        self.verticalLayout.addLayout(self.horizontalLayout)
   39.64 +
   39.65 +        self.retranslateUi(AboutDialog)
   39.66 +        QtCore.QMetaObject.connectSlotsByName(AboutDialog)
   39.67 +
   39.68 +    def retranslateUi(self, AboutDialog):
   39.69 +        AboutDialog.setWindowTitle(_translate("AboutDialog", "About OpenSecurity", None))
   39.70 +        self.btnOk.setText(_translate("AboutDialog", "&Ok", None))
   39.71 +
   39.72 +import opensecurity_rc
    40.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    40.2 +++ b/OpenSecurity/bin/ui/ui_ConfigureDialog.py	Mon Mar 31 12:37:59 2014 +0200
    40.3 @@ -0,0 +1,154 @@
    40.4 +# -*- coding: utf-8 -*-
    40.5 +
    40.6 +# Form implementation generated from reading ui file 'ConfigureDialog.ui'
    40.7 +#
    40.8 +# Created: Mon Mar 31 11:08:03 2014
    40.9 +#      by: PyQt4 UI code generator 4.10.3
   40.10 +#
   40.11 +# WARNING! All changes made in this file will be lost!
   40.12 +
   40.13 +from PyQt4 import QtCore, QtGui
   40.14 +
   40.15 +try:
   40.16 +    _fromUtf8 = QtCore.QString.fromUtf8
   40.17 +except AttributeError:
   40.18 +    def _fromUtf8(s):
   40.19 +        return s
   40.20 +
   40.21 +try:
   40.22 +    _encoding = QtGui.QApplication.UnicodeUTF8
   40.23 +    def _translate(context, text, disambig):
   40.24 +        return QtGui.QApplication.translate(context, text, disambig, _encoding)
   40.25 +except AttributeError:
   40.26 +    def _translate(context, text, disambig):
   40.27 +        return QtGui.QApplication.translate(context, text, disambig)
   40.28 +
   40.29 +class Ui_ConfigureDialog(object):
   40.30 +    def setupUi(self, ConfigureDialog):
   40.31 +        ConfigureDialog.setObjectName(_fromUtf8("ConfigureDialog"))
   40.32 +        ConfigureDialog.resize(595, 421)
   40.33 +        icon = QtGui.QIcon()
   40.34 +        icon.addPixmap(QtGui.QPixmap(_fromUtf8(":/opensecurity/gfx/opensecurity_icon_64.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
   40.35 +        ConfigureDialog.setWindowIcon(icon)
   40.36 +        ConfigureDialog.setSizeGripEnabled(True)
   40.37 +        self.lyMain = QtGui.QVBoxLayout(ConfigureDialog)
   40.38 +        self.lyMain.setObjectName(_fromUtf8("lyMain"))
   40.39 +        self.lyHeading = QtGui.QHBoxLayout()
   40.40 +        self.lyHeading.setSpacing(8)
   40.41 +        self.lyHeading.setContentsMargins(8, -1, -1, 8)
   40.42 +        self.lyHeading.setObjectName(_fromUtf8("lyHeading"))
   40.43 +        self.lbIcon = QtGui.QLabel(ConfigureDialog)
   40.44 +        self.lbIcon.setText(_fromUtf8(""))
   40.45 +        self.lbIcon.setPixmap(QtGui.QPixmap(_fromUtf8(":/opensecurity/gfx/opensecurity_icon_64.png")))
   40.46 +        self.lbIcon.setObjectName(_fromUtf8("lbIcon"))
   40.47 +        self.lyHeading.addWidget(self.lbIcon)
   40.48 +        self.lyStatus = QtGui.QGridLayout()
   40.49 +        self.lyStatus.setObjectName(_fromUtf8("lyStatus"))
   40.50 +        self.edStatus = QtGui.QLineEdit(ConfigureDialog)
   40.51 +        self.edStatus.setReadOnly(True)
   40.52 +        self.edStatus.setObjectName(_fromUtf8("edStatus"))
   40.53 +        self.lyStatus.addWidget(self.edStatus, 0, 1, 1, 1)
   40.54 +        self.lbVersion = QtGui.QLabel(ConfigureDialog)
   40.55 +        self.lbVersion.setObjectName(_fromUtf8("lbVersion"))
   40.56 +        self.lyStatus.addWidget(self.lbVersion, 1, 0, 1, 1)
   40.57 +        self.edVersion = QtGui.QLineEdit(ConfigureDialog)
   40.58 +        self.edVersion.setReadOnly(True)
   40.59 +        self.edVersion.setObjectName(_fromUtf8("edVersion"))
   40.60 +        self.lyStatus.addWidget(self.edVersion, 1, 1, 1, 1)
   40.61 +        self.lbStatus = QtGui.QLabel(ConfigureDialog)
   40.62 +        self.lbStatus.setObjectName(_fromUtf8("lbStatus"))
   40.63 +        self.lyStatus.addWidget(self.lbStatus, 0, 0, 1, 1)
   40.64 +        self.widget = QtGui.QWidget(ConfigureDialog)
   40.65 +        self.widget.setObjectName(_fromUtf8("widget"))
   40.66 +        self.lyStatus.addWidget(self.widget, 2, 0, 1, 2)
   40.67 +        self.lyHeading.addLayout(self.lyStatus)
   40.68 +        self.lyMain.addLayout(self.lyHeading)
   40.69 +        self.lbTemplate = QtGui.QLabel(ConfigureDialog)
   40.70 +        self.lbTemplate.setObjectName(_fromUtf8("lbTemplate"))
   40.71 +        self.lyMain.addWidget(self.lbTemplate)
   40.72 +        self.tvTemplate = QtGui.QTreeWidget(ConfigureDialog)
   40.73 +        self.tvTemplate.setMaximumSize(QtCore.QSize(16777215, 64))
   40.74 +        self.tvTemplate.setObjectName(_fromUtf8("tvTemplate"))
   40.75 +        self.lyMain.addWidget(self.tvTemplate)
   40.76 +        self.lyDownload = QtGui.QHBoxLayout()
   40.77 +        self.lyDownload.setObjectName(_fromUtf8("lyDownload"))
   40.78 +        spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
   40.79 +        self.lyDownload.addItem(spacerItem)
   40.80 +        self.btnDownload = QtGui.QPushButton(ConfigureDialog)
   40.81 +        self.btnDownload.setMinimumSize(QtCore.QSize(100, 0))
   40.82 +        self.btnDownload.setObjectName(_fromUtf8("btnDownload"))
   40.83 +        self.lyDownload.addWidget(self.btnDownload)
   40.84 +        self.btnImport = QtGui.QPushButton(ConfigureDialog)
   40.85 +        self.btnImport.setMinimumSize(QtCore.QSize(100, 0))
   40.86 +        self.btnImport.setObjectName(_fromUtf8("btnImport"))
   40.87 +        self.lyDownload.addWidget(self.btnImport)
   40.88 +        self.lyMain.addLayout(self.lyDownload)
   40.89 +        self.lbMachines = QtGui.QLabel(ConfigureDialog)
   40.90 +        self.lbMachines.setObjectName(_fromUtf8("lbMachines"))
   40.91 +        self.lyMain.addWidget(self.lbMachines)
   40.92 +        self.tvMachines = QtGui.QTreeWidget(ConfigureDialog)
   40.93 +        self.tvMachines.setMaximumSize(QtCore.QSize(16777215, 128))
   40.94 +        self.tvMachines.setObjectName(_fromUtf8("tvMachines"))
   40.95 +        self.lyMain.addWidget(self.tvMachines)
   40.96 +        self.lbProgress = QtGui.QLabel(ConfigureDialog)
   40.97 +        self.lbProgress.setObjectName(_fromUtf8("lbProgress"))
   40.98 +        self.lyMain.addWidget(self.lbProgress)
   40.99 +        self.edProgress = QtGui.QPlainTextEdit(ConfigureDialog)
  40.100 +        font = QtGui.QFont()
  40.101 +        font.setFamily(_fromUtf8("Monospace"))
  40.102 +        font.setPointSize(10)
  40.103 +        self.edProgress.setFont(font)
  40.104 +        self.edProgress.setVerticalScrollBarPolicy(QtCore.Qt.ScrollBarAlwaysOn)
  40.105 +        self.edProgress.setReadOnly(True)
  40.106 +        self.edProgress.setObjectName(_fromUtf8("edProgress"))
  40.107 +        self.lyMain.addWidget(self.edProgress)
  40.108 +        self.lyButton = QtGui.QHBoxLayout()
  40.109 +        self.lyButton.setObjectName(_fromUtf8("lyButton"))
  40.110 +        spacerItem1 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
  40.111 +        self.lyButton.addItem(spacerItem1)
  40.112 +        self.btnRefresh = QtGui.QPushButton(ConfigureDialog)
  40.113 +        self.btnRefresh.setMinimumSize(QtCore.QSize(100, 0))
  40.114 +        self.btnRefresh.setObjectName(_fromUtf8("btnRefresh"))
  40.115 +        self.lyButton.addWidget(self.btnRefresh)
  40.116 +        self.btnAbout = QtGui.QPushButton(ConfigureDialog)
  40.117 +        self.btnAbout.setMinimumSize(QtCore.QSize(100, 0))
  40.118 +        self.btnAbout.setObjectName(_fromUtf8("btnAbout"))
  40.119 +        self.lyButton.addWidget(self.btnAbout)
  40.120 +        self.btnClose = QtGui.QPushButton(ConfigureDialog)
  40.121 +        self.btnClose.setMinimumSize(QtCore.QSize(100, 0))
  40.122 +        self.btnClose.setDefault(True)
  40.123 +        self.btnClose.setObjectName(_fromUtf8("btnClose"))
  40.124 +        self.lyButton.addWidget(self.btnClose)
  40.125 +        self.lyMain.addLayout(self.lyButton)
  40.126 +        self.lyMain.setStretch(7, 1)
  40.127 +
  40.128 +        self.retranslateUi(ConfigureDialog)
  40.129 +        QtCore.QMetaObject.connectSlotsByName(ConfigureDialog)
  40.130 +        ConfigureDialog.setTabOrder(self.edStatus, self.edVersion)
  40.131 +        ConfigureDialog.setTabOrder(self.edVersion, self.tvTemplate)
  40.132 +        ConfigureDialog.setTabOrder(self.tvTemplate, self.btnDownload)
  40.133 +        ConfigureDialog.setTabOrder(self.btnDownload, self.btnImport)
  40.134 +        ConfigureDialog.setTabOrder(self.btnImport, self.tvMachines)
  40.135 +        ConfigureDialog.setTabOrder(self.tvMachines, self.edProgress)
  40.136 +        ConfigureDialog.setTabOrder(self.edProgress, self.btnRefresh)
  40.137 +        ConfigureDialog.setTabOrder(self.btnRefresh, self.btnAbout)
  40.138 +        ConfigureDialog.setTabOrder(self.btnAbout, self.btnClose)
  40.139 +
  40.140 +    def retranslateUi(self, ConfigureDialog):
  40.141 +        ConfigureDialog.setWindowTitle(_translate("ConfigureDialog", "OpenSecurity Configuration", None))
  40.142 +        self.lbVersion.setText(_translate("ConfigureDialog", "Version:", None))
  40.143 +        self.lbStatus.setText(_translate("ConfigureDialog", "Service status:", None))
  40.144 +        self.lbTemplate.setText(_translate("ConfigureDialog", "Initial Template:", None))
  40.145 +        self.tvTemplate.headerItem().setText(0, _translate("ConfigureDialog", "Name", None))
  40.146 +        self.tvTemplate.headerItem().setText(1, _translate("ConfigureDialog", "Date", None))
  40.147 +        self.tvTemplate.headerItem().setText(2, _translate("ConfigureDialog", "Size", None))
  40.148 +        self.btnDownload.setText(_translate("ConfigureDialog", "&Download", None))
  40.149 +        self.btnImport.setText(_translate("ConfigureDialog", "&Import", None))
  40.150 +        self.lbMachines.setText(_translate("ConfigureDialog", "Machines:", None))
  40.151 +        self.tvMachines.headerItem().setText(0, _translate("ConfigureDialog", "Name", None))
  40.152 +        self.lbProgress.setText(_translate("ConfigureDialog", "Progress:", None))
  40.153 +        self.btnRefresh.setText(_translate("ConfigureDialog", "&Refresh", None))
  40.154 +        self.btnAbout.setText(_translate("ConfigureDialog", "&About", None))
  40.155 +        self.btnClose.setText(_translate("ConfigureDialog", "&Close", None))
  40.156 +
  40.157 +import opensecurity_rc
    41.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    41.2 +++ b/OpenSecurity/bin/ui/ui_CredentialsDialog.py	Mon Mar 31 12:37:59 2014 +0200
    41.3 @@ -0,0 +1,112 @@
    41.4 +# -*- coding: utf-8 -*-
    41.5 +
    41.6 +# Form implementation generated from reading ui file 'CredentialsDialog.ui'
    41.7 +#
    41.8 +# Created: Mon Mar 31 12:35:59 2014
    41.9 +#      by: PyQt4 UI code generator 4.10.3
   41.10 +#
   41.11 +# WARNING! All changes made in this file will be lost!
   41.12 +
   41.13 +from PyQt4 import QtCore, QtGui
   41.14 +
   41.15 +try:
   41.16 +    _fromUtf8 = QtCore.QString.fromUtf8
   41.17 +except AttributeError:
   41.18 +    def _fromUtf8(s):
   41.19 +        return s
   41.20 +
   41.21 +try:
   41.22 +    _encoding = QtGui.QApplication.UnicodeUTF8
   41.23 +    def _translate(context, text, disambig):
   41.24 +        return QtGui.QApplication.translate(context, text, disambig, _encoding)
   41.25 +except AttributeError:
   41.26 +    def _translate(context, text, disambig):
   41.27 +        return QtGui.QApplication.translate(context, text, disambig)
   41.28 +
   41.29 +class Ui_CredentialsDialog(object):
   41.30 +    def setupUi(self, CredentialsDialog):
   41.31 +        CredentialsDialog.setObjectName(_fromUtf8("CredentialsDialog"))
   41.32 +        CredentialsDialog.resize(420, 120)
   41.33 +        sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred)
   41.34 +        sizePolicy.setHorizontalStretch(0)
   41.35 +        sizePolicy.setVerticalStretch(0)
   41.36 +        sizePolicy.setHeightForWidth(CredentialsDialog.sizePolicy().hasHeightForWidth())
   41.37 +        CredentialsDialog.setSizePolicy(sizePolicy)
   41.38 +        icon = QtGui.QIcon()
   41.39 +        icon.addPixmap(QtGui.QPixmap(_fromUtf8(":/opensecurity/gfx/opensecurity_icon_64.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
   41.40 +        CredentialsDialog.setWindowIcon(icon)
   41.41 +        self.verticalLayout = QtGui.QVBoxLayout(CredentialsDialog)
   41.42 +        self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
   41.43 +        self.lyContent = QtGui.QHBoxLayout()
   41.44 +        self.lyContent.setSpacing(16)
   41.45 +        self.lyContent.setObjectName(_fromUtf8("lyContent"))
   41.46 +        self.lblIcon = QtGui.QLabel(CredentialsDialog)
   41.47 +        self.lblIcon.setText(_fromUtf8(""))
   41.48 +        self.lblIcon.setPixmap(QtGui.QPixmap(_fromUtf8(":/opensecurity/gfx/opensecurity_icon_64.png")))
   41.49 +        self.lblIcon.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignTop)
   41.50 +        self.lblIcon.setObjectName(_fromUtf8("lblIcon"))
   41.51 +        self.lyContent.addWidget(self.lblIcon)
   41.52 +        self.lyCredentials = QtGui.QGridLayout()
   41.53 +        self.lyCredentials.setSpacing(4)
   41.54 +        self.lyCredentials.setObjectName(_fromUtf8("lyCredentials"))
   41.55 +        self.wdCredentialsSpacer = QtGui.QWidget(CredentialsDialog)
   41.56 +        self.wdCredentialsSpacer.setObjectName(_fromUtf8("wdCredentialsSpacer"))
   41.57 +        self.lyCredentials.addWidget(self.wdCredentialsSpacer, 3, 0, 1, 2)
   41.58 +        self.edtUser = QtGui.QLineEdit(CredentialsDialog)
   41.59 +        self.edtUser.setObjectName(_fromUtf8("edtUser"))
   41.60 +        self.lyCredentials.addWidget(self.edtUser, 1, 1, 1, 1)
   41.61 +        self.lblPassword = QtGui.QLabel(CredentialsDialog)
   41.62 +        self.lblPassword.setObjectName(_fromUtf8("lblPassword"))
   41.63 +        self.lyCredentials.addWidget(self.lblPassword, 2, 0, 1, 1)
   41.64 +        self.edtPassword = QtGui.QLineEdit(CredentialsDialog)
   41.65 +        self.edtPassword.setEchoMode(QtGui.QLineEdit.Password)
   41.66 +        self.edtPassword.setObjectName(_fromUtf8("edtPassword"))
   41.67 +        self.lyCredentials.addWidget(self.edtPassword, 2, 1, 1, 1)
   41.68 +        self.lblUser = QtGui.QLabel(CredentialsDialog)
   41.69 +        self.lblUser.setObjectName(_fromUtf8("lblUser"))
   41.70 +        self.lyCredentials.addWidget(self.lblUser, 1, 0, 1, 1)
   41.71 +        self.lblText = QtGui.QLabel(CredentialsDialog)
   41.72 +        self.lblText.setObjectName(_fromUtf8("lblText"))
   41.73 +        self.lyCredentials.addWidget(self.lblText, 0, 0, 1, 2)
   41.74 +        self.lyCredentials.setColumnStretch(1, 1)
   41.75 +        self.lyCredentials.setRowStretch(3, 1)
   41.76 +        self.lyContent.addLayout(self.lyCredentials)
   41.77 +        self.verticalLayout.addLayout(self.lyContent)
   41.78 +        self.lyButtons = QtGui.QHBoxLayout()
   41.79 +        self.lyButtons.setObjectName(_fromUtf8("lyButtons"))
   41.80 +        spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
   41.81 +        self.lyButtons.addItem(spacerItem)
   41.82 +        self.btnAbout = QtGui.QPushButton(CredentialsDialog)
   41.83 +        self.btnAbout.setMinimumSize(QtCore.QSize(100, 0))
   41.84 +        self.btnAbout.setObjectName(_fromUtf8("btnAbout"))
   41.85 +        self.lyButtons.addWidget(self.btnAbout)
   41.86 +        self.btnCancel = QtGui.QPushButton(CredentialsDialog)
   41.87 +        self.btnCancel.setMinimumSize(QtCore.QSize(100, 0))
   41.88 +        self.btnCancel.setObjectName(_fromUtf8("btnCancel"))
   41.89 +        self.lyButtons.addWidget(self.btnCancel)
   41.90 +        self.btnOk = QtGui.QPushButton(CredentialsDialog)
   41.91 +        self.btnOk.setMinimumSize(QtCore.QSize(100, 0))
   41.92 +        self.btnOk.setDefault(True)
   41.93 +        self.btnOk.setObjectName(_fromUtf8("btnOk"))
   41.94 +        self.lyButtons.addWidget(self.btnOk)
   41.95 +        self.verticalLayout.addLayout(self.lyButtons)
   41.96 +        self.lblPassword.setBuddy(self.edtPassword)
   41.97 +        self.lblUser.setBuddy(self.edtUser)
   41.98 +
   41.99 +        self.retranslateUi(CredentialsDialog)
  41.100 +        QtCore.QMetaObject.connectSlotsByName(CredentialsDialog)
  41.101 +        CredentialsDialog.setTabOrder(self.edtUser, self.edtPassword)
  41.102 +        CredentialsDialog.setTabOrder(self.edtPassword, self.btnAbout)
  41.103 +        CredentialsDialog.setTabOrder(self.btnAbout, self.btnCancel)
  41.104 +        CredentialsDialog.setTabOrder(self.btnCancel, self.btnOk)
  41.105 +
  41.106 +    def retranslateUi(self, CredentialsDialog):
  41.107 +        CredentialsDialog.setWindowTitle(_translate("CredentialsDialog", "OpenSecuirty Credentials Request", None))
  41.108 +        self.lblPassword.setText(_translate("CredentialsDialog", "&Password:", None))
  41.109 +        self.lblUser.setText(_translate("CredentialsDialog", "&User:", None))
  41.110 +        self.lblText.setText(_translate("CredentialsDialog", "TextLabel", None))
  41.111 +        self.btnAbout.setText(_translate("CredentialsDialog", "&About", None))
  41.112 +        self.btnCancel.setText(_translate("CredentialsDialog", "&Cancel", None))
  41.113 +        self.btnOk.setText(_translate("CredentialsDialog", "&Ok", None))
  41.114 +
  41.115 +import opensecurity_rc
    42.1 Binary file OpenSecurity/gfx/ait_logo.jpg has changed
    43.1 Binary file OpenSecurity/gfx/ait_logo_no_claim.png has changed
    44.1 Binary file OpenSecurity/gfx/bmvit_logo.jpg has changed
    45.1 Binary file OpenSecurity/gfx/ffg_logo.jpg has changed
    46.1 Binary file OpenSecurity/gfx/ikarus_logo.jpg has changed
    47.1 Binary file OpenSecurity/gfx/kiras_logo.jpg has changed
    48.1 Binary file OpenSecurity/gfx/linz_logo.jpg has changed
    49.1 Binary file OpenSecurity/gfx/liqua_logo.jpg has changed
    50.1 Binary file OpenSecurity/gfx/opensecurity.ico has changed
    51.1 Binary file OpenSecurity/gfx/opensecurity_icon_64.png has changed
    52.1 Binary file OpenSecurity/gfx/opensecurity_logo.jpg has changed
    53.1 Binary file OpenSecurity/gfx/x-net_logo.jpg has changed