added Sledgehammer manual;
authorblanchet
Fri, 14 May 2010 22:43:00 +0200
changeset 3691890bb12cf8e36
parent 36917 ffad77bb3046
child 36919 476a8d4f5c8b
added Sledgehammer manual;
some material was recovered from the Isar material, the rest is new
doc-src/Dirs
doc-src/Makefile.in
doc-src/Nitpick/nitpick.tex
doc-src/Sledgehammer/Makefile
doc-src/Sledgehammer/sledgehammer.tex
doc-src/gfx/isabelle_sledgehammer.eps
doc-src/gfx/isabelle_sledgehammer.pdf
doc-src/manual.bib
     1.1 --- a/doc-src/Dirs	Fri May 14 22:30:24 2010 +0200
     1.2 +++ b/doc-src/Dirs	Fri May 14 22:43:00 2010 +0200
     1.3 @@ -1,1 +1,1 @@
     1.4 -Intro Ref System Logics HOL ZF Inductive TutorialI IsarOverview IsarRef IsarImplementation Locales LaTeXsugar Classes Codegen Functions Nitpick Main
     1.5 +Intro Ref System Logics HOL ZF Inductive TutorialI IsarOverview IsarRef IsarImplementation Locales LaTeXsugar Classes Codegen Functions Nitpick Main Sledgehammer
     2.1 --- a/doc-src/Makefile.in	Fri May 14 22:30:24 2010 +0200
     2.2 +++ b/doc-src/Makefile.in	Fri May 14 22:43:00 2010 +0200
     2.3 @@ -48,6 +48,9 @@
     2.4  isabelle_nitpick.eps:
     2.5  	test -r isabelle_nitpick.eps || ln -s ../gfx/isabelle_nitpick.eps .
     2.6  
     2.7 +isabelle_sledgehammer.eps:
     2.8 +	test -r isabelle_sledgehammer.eps || ln -s ../gfx/isabelle_sledgehammer.eps .
     2.9 +
    2.10  
    2.11  isabelle.pdf:
    2.12  	test -r isabelle.pdf || ln -s ../gfx/isabelle.pdf .
    2.13 @@ -64,6 +67,9 @@
    2.14  isabelle_nitpick.pdf:
    2.15  	test -r isabelle_nitpick.pdf || ln -s ../gfx/isabelle_nitpick.pdf .
    2.16  
    2.17 +isabelle_sledgehammer.pdf:
    2.18 +	test -r isabelle_sledgehammer.pdf || ln -s ../gfx/isabelle_sledgehammer.pdf .
    2.19 +
    2.20  typedef.ps:
    2.21  	test -r typedef.ps || ln -s ../gfx/typedef.ps .
    2.22  
     3.1 --- a/doc-src/Nitpick/nitpick.tex	Fri May 14 22:30:24 2010 +0200
     3.2 +++ b/doc-src/Nitpick/nitpick.tex	Fri May 14 22:43:00 2010 +0200
     3.3 @@ -81,7 +81,7 @@
     3.4  \section{Introduction}
     3.5  \label{introduction}
     3.6  
     3.7 -Nitpick \cite{blanchette-nipkow-2009} is a counterexample generator for
     3.8 +Nitpick \cite{blanchette-nipkow-2010} is a counterexample generator for
     3.9  Isabelle/HOL \cite{isa-tutorial} that is designed to handle formulas
    3.10  combining (co)in\-duc\-tive datatypes, (co)in\-duc\-tively defined predicates, and
    3.11  quantifiers. It builds on Kodkod \cite{torlak-jackson-2007}, a highly optimized
    3.12 @@ -111,6 +111,11 @@
    3.13  must find a model for the axioms. If it finds no model, we have an indication
    3.14  that the axioms might be unsatisfiable.
    3.15  
    3.16 +You can also invoke Nitpick from the ``Commands'' submenu of the
    3.17 +``Isabelle'' menu in Proof General or by pressing the Emacs key sequence C-c C-a
    3.18 +C-n. This is equivalent to entering the \textbf{nitpick} command with no
    3.19 +arguments in the theory text.
    3.20 +
    3.21  Nitpick requires the Kodkodi package for Isabelle as well as a Java 1.5 virtual
    3.22  machine called \texttt{java}. The examples presented in this manual can be found
    3.23  in Isabelle's \texttt{src/HOL/Nitpick\_Examples/Manual\_Nits.thy} theory.
    3.24 @@ -137,6 +142,22 @@
    3.25  suggesting several textual improvements.
    3.26  % and Perry James for reporting a typo.
    3.27  
    3.28 +%\section{Installation}
    3.29 +%\label{installation}
    3.30 +%
    3.31 +%MISSING:
    3.32 +%
    3.33 +%  * Nitpick is part of Isabelle/HOL
    3.34 +%  * but it relies on an external tool called Kodkodi (Kodkod wrapper)
    3.35 +%  * Two options:
    3.36 +%    * if you use a prebuilt Isabelle package, Kodkodi is automatically there
    3.37 +%    * if you work from sources, the latest Kodkodi can be obtained from ...
    3.38 +%      download it, install it in some directory of your choice (e.g.,
    3.39 +%      $ISABELLE_HOME/contrib/kodkodi), and add the absolute path to Kodkodi
    3.40 +%      in your .isabelle/etc/components file
    3.41 +%
    3.42 +%  * If you're not sure, just try the example in the next section
    3.43 +
    3.44  \section{First Steps}
    3.45  \label{first-steps}
    3.46  
    3.47 @@ -184,6 +205,9 @@
    3.48  \hbox{}\qquad\qquad $Q = \textit{False}$
    3.49  \postw
    3.50  
    3.51 +%FIXME: If you get the output:...
    3.52 +%Then do such-and-such.
    3.53 +
    3.54  Nitpick can also be invoked on individual subgoals, as in the example below:
    3.55  
    3.56  \prew
    3.57 @@ -2017,17 +2041,17 @@
    3.58  well-founded. The option can take the following values:
    3.59  
    3.60  \begin{enum}
    3.61 -\item[$\bullet$] \textbf{\textit{true}}: Tentatively treat the (co)in\-duc\-tive
    3.62 +\item[$\bullet$] \textbf{\textit{true}:} Tentatively treat the (co)in\-duc\-tive
    3.63  predicate as if it were well-founded. Since this is generally not sound when the
    3.64  predicate is not well-founded, the counterexamples are tagged as ``quasi
    3.65  genuine.''
    3.66  
    3.67 -\item[$\bullet$] \textbf{\textit{false}}: Treat the (co)in\-duc\-tive predicate
    3.68 +\item[$\bullet$] \textbf{\textit{false}:} Treat the (co)in\-duc\-tive predicate
    3.69  as if it were not well-founded. The predicate is then unrolled as prescribed by
    3.70  the \textit{star\_linear\_preds}, \textit{iter}~\qty{const}, and \textit{iter}
    3.71  options.
    3.72  
    3.73 -\item[$\bullet$] \textbf{\textit{smart}}: Try to prove that the inductive
    3.74 +\item[$\bullet$] \textbf{\textit{smart}:} Try to prove that the inductive
    3.75  predicate is well-founded using Isabelle's \textit{lexicographic\_order} and
    3.76  \textit{size\_change} tactics. If this succeeds (or the predicate occurs with an
    3.77  appropriate polarity in the formula to falsify), use an efficient fixed point
    3.78 @@ -2080,10 +2104,10 @@
    3.79  counterexamples. The option can take the following values:
    3.80  
    3.81  \begin{enum}
    3.82 -\item[$\bullet$] \textbf{\textit{true}}: Box the specified type whenever
    3.83 +\item[$\bullet$] \textbf{\textit{true}:} Box the specified type whenever
    3.84  practicable.
    3.85 -\item[$\bullet$] \textbf{\textit{false}}: Never box the type.
    3.86 -\item[$\bullet$] \textbf{\textit{smart}}: Box the type only in contexts where it
    3.87 +\item[$\bullet$] \textbf{\textit{false}:} Never box the type.
    3.88 +\item[$\bullet$] \textbf{\textit{smart}:} Box the type only in contexts where it
    3.89  is likely to help. For example, $n$-tuples where $n > 2$ and arguments to
    3.90  higher-order functions are good candidates for boxing.
    3.91  \end{enum}
    3.92 @@ -2107,8 +2131,8 @@
    3.93  then take the following values:
    3.94  
    3.95  \begin{enum}
    3.96 -\item[$\bullet$] \textbf{\textit{false}}: Don't attempt to finitize the type.
    3.97 -\item[$\bullet$] \textbf{\textit{true}} or \textbf{\textit{smart}}: Finitize the
    3.98 +\item[$\bullet$] \textbf{\textit{false}:} Don't attempt to finitize the type.
    3.99 +\item[$\bullet$] \textbf{\textit{true}} or \textbf{\textit{smart}:} Finitize the
   3.100  type wherever possible.
   3.101  \end{enum}
   3.102  
   3.103 @@ -2116,11 +2140,11 @@
   3.104  datatypes:
   3.105  
   3.106  \begin{enum}
   3.107 -\item[$\bullet$] \textbf{\textit{true}}: Finitize the datatype. Since this is
   3.108 +\item[$\bullet$] \textbf{\textit{true}:} Finitize the datatype. Since this is
   3.109  unsound, counterexamples generated under these conditions are tagged as ``quasi
   3.110  genuine.''
   3.111 -\item[$\bullet$] \textbf{\textit{false}}: Don't attempt to finitize the datatype.
   3.112 -\item[$\bullet$] \textbf{\textit{smart}}: Perform a monotonicity analysis to
   3.113 +\item[$\bullet$] \textbf{\textit{false}:} Don't attempt to finitize the datatype.
   3.114 +\item[$\bullet$] \textbf{\textit{smart}:} Perform a monotonicity analysis to
   3.115  detect whether the datatype can be safely finitized before finitizing it.
   3.116  \end{enum}
   3.117  
   3.118 @@ -2282,13 +2306,13 @@
   3.119  Specifies the expected outcome, which must be one of the following:
   3.120  
   3.121  \begin{enum}
   3.122 -\item[$\bullet$] \textbf{\textit{genuine}}: Nitpick found a genuine counterexample.
   3.123 -\item[$\bullet$] \textbf{\textit{quasi\_genuine}}: Nitpick found a ``quasi
   3.124 +\item[$\bullet$] \textbf{\textit{genuine}:} Nitpick found a genuine counterexample.
   3.125 +\item[$\bullet$] \textbf{\textit{quasi\_genuine}:} Nitpick found a ``quasi
   3.126  genuine'' counterexample (i.e., a counterexample that is genuine unless
   3.127  it contradicts a missing axiom or a dangerous option was used inappropriately).
   3.128 -\item[$\bullet$] \textbf{\textit{potential}}: Nitpick found a potential counterexample.
   3.129 -\item[$\bullet$] \textbf{\textit{none}}: Nitpick found no counterexample.
   3.130 -\item[$\bullet$] \textbf{\textit{unknown}}: Nitpick encountered some problem (e.g.,
   3.131 +\item[$\bullet$] \textbf{\textit{potential}:} Nitpick found a potential counterexample.
   3.132 +\item[$\bullet$] \textbf{\textit{none}:} Nitpick found no counterexample.
   3.133 +\item[$\bullet$] \textbf{\textit{unknown}:} Nitpick encountered some problem (e.g.,
   3.134  Kodkod ran out of memory).
   3.135  \end{enum}
   3.136  
   3.137 @@ -2314,11 +2338,9 @@
   3.138  
   3.139  The supported solvers are listed below:
   3.140  
   3.141 -\let\foo
   3.142 -
   3.143  \begin{enum}
   3.144  
   3.145 -\item[$\bullet$] \textbf{\textit{MiniSat}}: MiniSat is an efficient solver
   3.146 +\item[$\bullet$] \textbf{\textit{MiniSat}:} MiniSat is an efficient solver
   3.147  written in \cpp{}. To use MiniSat, set the environment variable
   3.148  \texttt{MINISAT\_HOME} to the directory that contains the \texttt{minisat}
   3.149  executable.%
   3.150 @@ -2329,13 +2351,13 @@
   3.151  \url{http://minisat.se/MiniSat.html}. Nitpick has been tested with versions 1.14
   3.152  and 2.0 beta (2007-07-21).
   3.153  
   3.154 -\item[$\bullet$] \textbf{\textit{MiniSat\_JNI}}: The JNI (Java Native Interface)
   3.155 +\item[$\bullet$] \textbf{\textit{MiniSat\_JNI}:} The JNI (Java Native Interface)
   3.156  version of MiniSat is bundled with Kodkodi and is precompiled for the major
   3.157  platforms. It is also available from \texttt{native\-solver.\allowbreak tgz},
   3.158  which you will find on Kodkod's web site \cite{kodkod-2009}. Unlike the standard
   3.159  version of MiniSat, the JNI version can be used incrementally.
   3.160  
   3.161 -\item[$\bullet$] \textbf{\textit{PicoSAT}}: PicoSAT is an efficient solver
   3.162 +\item[$\bullet$] \textbf{\textit{PicoSAT}:} PicoSAT is an efficient solver
   3.163  written in C. You can install a standard version of
   3.164  PicoSAT and set the environment variable \texttt{PICOSAT\_HOME} to the directory
   3.165  that contains the \texttt{picosat} executable.%
   3.166 @@ -2344,7 +2366,7 @@
   3.167  available at \url{http://fmv.jku.at/picosat/} and are also bundled with Kodkodi.
   3.168  Nitpick has been tested with version 913.
   3.169  
   3.170 -\item[$\bullet$] \textbf{\textit{zChaff}}: zChaff is an efficient solver written
   3.171 +\item[$\bullet$] \textbf{\textit{zChaff}:} zChaff is an efficient solver written
   3.172  in \cpp{}. To use zChaff, set the environment variable \texttt{ZCHAFF\_HOME} to
   3.173  the directory that contains the \texttt{zchaff} executable.%
   3.174  \footref{cygwin-paths}
   3.175 @@ -2352,12 +2374,12 @@
   3.176  \url{http://www.princeton.edu/~chaff/zchaff.html}. Nitpick has been tested with
   3.177  versions 2004-05-13, 2004-11-15, and 2007-03-12.
   3.178  
   3.179 -\item[$\bullet$] \textbf{\textit{zChaff\_JNI}}: The JNI version of zChaff is
   3.180 +\item[$\bullet$] \textbf{\textit{zChaff\_JNI}:} The JNI version of zChaff is
   3.181  bundled with Kodkodi and is precompiled for the major
   3.182  platforms. It is also available from \texttt{native\-solver.\allowbreak tgz},
   3.183  which you will find on Kodkod's web site \cite{kodkod-2009}.
   3.184  
   3.185 -\item[$\bullet$] \textbf{\textit{RSat}}: RSat is an efficient solver written in
   3.186 +\item[$\bullet$] \textbf{\textit{RSat}:} RSat is an efficient solver written in
   3.187  \cpp{}. To use RSat, set the environment variable \texttt{RSAT\_HOME} to the
   3.188  directory that contains the \texttt{rsat} executable.%
   3.189  \footref{cygwin-paths}
   3.190 @@ -2365,21 +2387,21 @@
   3.191  \url{http://reasoning.cs.ucla.edu/rsat/}. Nitpick has been tested with version
   3.192  2.01.
   3.193  
   3.194 -\item[$\bullet$] \textbf{\textit{BerkMin}}: BerkMin561 is an efficient solver
   3.195 +\item[$\bullet$] \textbf{\textit{BerkMin}:} BerkMin561 is an efficient solver
   3.196  written in C. To use BerkMin, set the environment variable
   3.197  \texttt{BERKMIN\_HOME} to the directory that contains the \texttt{BerkMin561}
   3.198  executable.\footref{cygwin-paths}
   3.199  The BerkMin executables are available at
   3.200  \url{http://eigold.tripod.com/BerkMin.html}.
   3.201  
   3.202 -\item[$\bullet$] \textbf{\textit{BerkMin\_Alloy}}: Variant of BerkMin that is
   3.203 +\item[$\bullet$] \textbf{\textit{BerkMin\_Alloy}:} Variant of BerkMin that is
   3.204  included with Alloy 4 and calls itself ``sat56'' in its banner text. To use this
   3.205  version of BerkMin, set the environment variable
   3.206  \texttt{BERKMINALLOY\_HOME} to the directory that contains the \texttt{berkmin}
   3.207  executable.%
   3.208  \footref{cygwin-paths}
   3.209  
   3.210 -\item[$\bullet$] \textbf{\textit{Jerusat}}: Jerusat 1.3 is an efficient solver
   3.211 +\item[$\bullet$] \textbf{\textit{Jerusat}:} Jerusat 1.3 is an efficient solver
   3.212  written in C. To use Jerusat, set the environment variable
   3.213  \texttt{JERUSAT\_HOME} to the directory that contains the \texttt{Jerusat1.3}
   3.214  executable.%
   3.215 @@ -2387,24 +2409,16 @@
   3.216  The C sources for Jerusat are available at
   3.217  \url{http://www.cs.tau.ac.il/~ale1/Jerusat1.3.tgz}.
   3.218  
   3.219 -\item[$\bullet$] \textbf{\textit{SAT4J}}: SAT4J is a reasonably efficient solver
   3.220 +\item[$\bullet$] \textbf{\textit{SAT4J}:} SAT4J is a reasonably efficient solver
   3.221  written in Java that can be used incrementally. It is bundled with Kodkodi and
   3.222  requires no further installation or configuration steps. Do not attempt to
   3.223  install the official SAT4J packages, because their API is incompatible with
   3.224  Kodkod.
   3.225  
   3.226 -\item[$\bullet$] \textbf{\textit{SAT4J\_Light}}: Variant of SAT4J that is
   3.227 +\item[$\bullet$] \textbf{\textit{SAT4J\_Light}:} Variant of SAT4J that is
   3.228  optimized for small problems. It can also be used incrementally.
   3.229  
   3.230 -\item[$\bullet$] \textbf{\textit{HaifaSat}}: HaifaSat 1.0 beta is an
   3.231 -experimental solver written in \cpp. To use HaifaSat, set the environment
   3.232 -variable \texttt{HAIFASAT\_\allowbreak HOME} to the directory that contains the
   3.233 -\texttt{HaifaSat} executable.%
   3.234 -\footref{cygwin-paths}
   3.235 -The \cpp{} sources for HaifaSat are available at
   3.236 -\url{http://cs.technion.ac.il/~gershman/HaifaSat.htm}.
   3.237 -
   3.238 -\item[$\bullet$] \textbf{\textit{smart}}: If \textit{sat\_solver} is set to
   3.239 +\item[$\bullet$] \textbf{\textit{smart}:} If \textit{sat\_solver} is set to
   3.240  \textit{smart}, Nitpick selects the first solver among MiniSat,
   3.241  PicoSAT, zChaff, RSat, BerkMin, BerkMin\_Alloy, Jerusat, MiniSat\_JNI, and zChaff\_JNI
   3.242  that is recognized by Isabelle. If none is found, it falls back on SAT4J, which
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/doc-src/Sledgehammer/Makefile	Fri May 14 22:43:00 2010 +0200
     4.3 @@ -0,0 +1,36 @@
     4.4 +#
     4.5 +# $Id$
     4.6 +#
     4.7 +
     4.8 +## targets
     4.9 +
    4.10 +default: dvi
    4.11 +
    4.12 +
    4.13 +## dependencies
    4.14 +
    4.15 +include ../Makefile.in
    4.16 +
    4.17 +NAME = sledgehammer
    4.18 +FILES = sledgehammer.tex ../iman.sty ../manual.bib
    4.19 +
    4.20 +dvi: $(NAME).dvi
    4.21 +
    4.22 +$(NAME).dvi: $(FILES) isabelle_sledgehammer.eps
    4.23 +	$(LATEX) $(NAME)
    4.24 +	$(BIBTEX) $(NAME)
    4.25 +	$(LATEX) $(NAME)
    4.26 +	$(LATEX) $(NAME)
    4.27 +	$(SEDINDEX) $(NAME)
    4.28 +	$(LATEX) $(NAME)
    4.29 +
    4.30 +pdf: $(NAME).pdf
    4.31 +
    4.32 +$(NAME).pdf: $(FILES) isabelle_sledgehammer.pdf
    4.33 +	$(PDFLATEX) $(NAME)
    4.34 +	$(BIBTEX) $(NAME)
    4.35 +	$(PDFLATEX) $(NAME)
    4.36 +	$(PDFLATEX) $(NAME)
    4.37 +	$(SEDINDEX) $(NAME)
    4.38 +	$(FIXBOOKMARKS) $(NAME).out
    4.39 +	$(PDFLATEX) $(NAME)
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/doc-src/Sledgehammer/sledgehammer.tex	Fri May 14 22:43:00 2010 +0200
     5.3 @@ -0,0 +1,483 @@
     5.4 +\documentclass[a4paper,12pt]{article}
     5.5 +\usepackage[T1]{fontenc}
     5.6 +\usepackage{amsmath}
     5.7 +\usepackage{amssymb}
     5.8 +\usepackage[english,french]{babel}
     5.9 +\usepackage{color}
    5.10 +\usepackage{footmisc}
    5.11 +\usepackage{graphicx}
    5.12 +%\usepackage{mathpazo}
    5.13 +\usepackage{multicol}
    5.14 +\usepackage{stmaryrd}
    5.15 +%\usepackage[scaled=.85]{beramono}
    5.16 +\usepackage{../iman,../pdfsetup}
    5.17 +
    5.18 +%\oddsidemargin=4.6mm
    5.19 +%\evensidemargin=4.6mm
    5.20 +%\textwidth=150mm
    5.21 +%\topmargin=4.6mm
    5.22 +%\headheight=0mm
    5.23 +%\headsep=0mm
    5.24 +%\textheight=234mm
    5.25 +
    5.26 +\def\Colon{\mathord{:\mkern-1.5mu:}}
    5.27 +%\def\lbrakk{\mathopen{\lbrack\mkern-3.25mu\lbrack}}
    5.28 +%\def\rbrakk{\mathclose{\rbrack\mkern-3.255mu\rbrack}}
    5.29 +\def\lparr{\mathopen{(\mkern-4mu\mid}}
    5.30 +\def\rparr{\mathclose{\mid\mkern-4mu)}}
    5.31 +
    5.32 +\def\unk{{?}}
    5.33 +\def\undef{(\lambda x.\; \unk)}
    5.34 +%\def\unr{\textit{others}}
    5.35 +\def\unr{\ldots}
    5.36 +\def\Abs#1{\hbox{\rm{\flqq}}{\,#1\,}\hbox{\rm{\frqq}}}
    5.37 +\def\Q{{\smash{\lower.2ex\hbox{$\scriptstyle?$}}}}
    5.38 +
    5.39 +\urlstyle{tt}
    5.40 +
    5.41 +\begin{document}
    5.42 +
    5.43 +\selectlanguage{english}
    5.44 +
    5.45 +\title{\includegraphics[scale=0.5]{isabelle_sledgehammer} \\[4ex]
    5.46 +Hammering Away \\[\smallskipamount]
    5.47 +\Large A User's Guide to Sledgehammer for Isabelle/HOL}
    5.48 +\author{\hbox{} \\
    5.49 +Jasmin Christian Blanchette \\
    5.50 +{\normalsize Institut f\"ur Informatik, Technische Universit\"at M\"unchen} \\
    5.51 +\hbox{}}
    5.52 +
    5.53 +\maketitle
    5.54 +
    5.55 +\tableofcontents
    5.56 +
    5.57 +\setlength{\parskip}{.7em plus .2em minus .1em}
    5.58 +\setlength{\parindent}{0pt}
    5.59 +\setlength{\abovedisplayskip}{\parskip}
    5.60 +\setlength{\abovedisplayshortskip}{.9\parskip}
    5.61 +\setlength{\belowdisplayskip}{\parskip}
    5.62 +\setlength{\belowdisplayshortskip}{.9\parskip}
    5.63 +
    5.64 +% General-purpose enum environment with correct spacing
    5.65 +\newenvironment{enum}%
    5.66 +    {\begin{list}{}{%
    5.67 +        \setlength{\topsep}{.1\parskip}%
    5.68 +        \setlength{\partopsep}{.1\parskip}%
    5.69 +        \setlength{\itemsep}{\parskip}%
    5.70 +        \advance\itemsep by-\parsep}}
    5.71 +    {\end{list}}
    5.72 +
    5.73 +\def\pre{\begingroup\vskip0pt plus1ex\advance\leftskip by\leftmargin
    5.74 +\advance\rightskip by\leftmargin}
    5.75 +\def\post{\vskip0pt plus1ex\endgroup}
    5.76 +
    5.77 +\def\prew{\pre\advance\rightskip by-\leftmargin}
    5.78 +\def\postw{\post}
    5.79 +
    5.80 +\section{Introduction}
    5.81 +\label{introduction}
    5.82 +
    5.83 +Sledgehammer is a tool that applies first-order automatic theorem provers (ATPs)
    5.84 +on the current goal. The supported ATPs are E \cite{schulz-2002}, SPASS
    5.85 +\cite{weidenbach-et-al-2009}, and Vampire \cite{riazanov-voronkov-2002}, which
    5.86 +can be run locally or remotely via the SystemOnTPTP web service
    5.87 +\cite{sutcliffe-2000}.
    5.88 +
    5.89 +The problem passed to ATPs consists of the current goal together with a
    5.90 +heuristic selection of facts (theorems) from the current theory context,
    5.91 +filtered by relevance. The result of a successful ATP proof search is some
    5.92 +source text that usually (but not always) reconstructs the proof within
    5.93 +Isabelle, without requiring the ATPs again. The reconstructed proof relies on
    5.94 +the general-purpose Metis prover \cite{metis}, which is fully integrated into
    5.95 +Isabelle/HOL, with explicit inferences going through the kernel. Thus its
    5.96 +results are correct by construction.
    5.97 +
    5.98 +\newbox\boxA
    5.99 +\setbox\boxA=\hbox{\texttt{nospam}}
   5.100 +
   5.101 +Examples of Sledgehammer use can be found in Isabelle's
   5.102 +\texttt{src/HOL/Metis\_Examples} directory.
   5.103 +Comments and bug reports concerning Sledgehammer or this manual should be
   5.104 +directed to
   5.105 +\texttt{blan{\color{white}nospam}\kern-\wd\boxA{}chette@\allowbreak
   5.106 +in.\allowbreak tum.\allowbreak de}.
   5.107 +
   5.108 +\vskip2.5\smallskipamount
   5.109 +
   5.110 +%\textbf{Acknowledgment.} The author would like to thank Mark Summerfield for
   5.111 +%suggesting several textual improvements.
   5.112 +
   5.113 +\section{Installation}
   5.114 +\label{installation}
   5.115 +
   5.116 +Sledgehammer is part of Isabelle, so you don't need to install it. However, it
   5.117 +relies on third-party automatic theorem provers (ATPs). Currently, E, SPASS, and
   5.118 +Vampire are supported. All of these are available remotely via SystemOnTPTP
   5.119 +\cite{sutcliffe-2000}, but if you want better performance you will need to
   5.120 +install at least E and SPASS locally.
   5.121 +
   5.122 +There are three main ways to install E and SPASS:
   5.123 +
   5.124 +\begin{enum}
   5.125 +\item[$\bullet$] If you installed an official Isabelle package with everything
   5.126 +inside, it should already include properly setup executables for E and SPASS,
   5.127 +ready to use.
   5.128 +
   5.129 +\item[$\bullet$] Otherwise, you can download the Isabelle-aware E and SPASS
   5.130 +binary packages from Isabelle's download page. Extract the archives, then add a
   5.131 +line to your \texttt{\char`\~/.isabelle/etc/components} file with the absolute path to
   5.132 +E or SPASS. For example, if \texttt{\char`\~/.isabelle/etc/components} does not exist
   5.133 +yet and you extracted SPASS to \texttt{/usr/local/spass-3.7}, create
   5.134 +the file \texttt{\char`\~/.isabelle/etc/components} with the single line
   5.135 +
   5.136 +\prew
   5.137 +\texttt{/usr/local/spass-3.7}
   5.138 +\postw
   5.139 +
   5.140 +\item[$\bullet$] If you prefer to build E or SPASS yourself, feel free to do so
   5.141 +and set the environment variable \texttt{E\_HOME} or \texttt{SPASS\_HOME} to the
   5.142 +directory that contains the \texttt{eproof} or \texttt{SPASS} executable,
   5.143 +respectively.
   5.144 +\end{enum}
   5.145 +
   5.146 +To check whether E and SPASS are installed, follow the example in
   5.147 +\S\ref{first-steps}.
   5.148 +
   5.149 +\section{First Steps}
   5.150 +\label{first-steps}
   5.151 +
   5.152 +To illustrate Sledgehammer in context, let us start a theory file and
   5.153 +attempt to prove a simple lemma:
   5.154 +
   5.155 +\prew
   5.156 +\textbf{theory}~\textit{Scratch} \\
   5.157 +\textbf{imports}~\textit{Main} \\
   5.158 +\textbf{begin} \\[2\smallskipamount]
   5.159 +%
   5.160 +\textbf{lemma} ``$[a] = [b] \,\longleftrightarrow\, a = b$'' \\
   5.161 +\textbf{sledgehammer}
   5.162 +\postw
   5.163 +
   5.164 +After a few seconds, Sledgehammer produces the following output:
   5.165 +
   5.166 +\prew
   5.167 +\slshape
   5.168 +Sledgehammer: ATP ``\textit{e}'' for subgoal 1: \\
   5.169 +$([a] = [b]) = (a = b)$ \\
   5.170 +Try this command: \textbf{by} (\textit{metis hd.simps}). \\
   5.171 +To minimize the number of lemmas, try this command: \\
   5.172 +\textbf{sledgehammer} \textit{minimize} [\textit{atp} = \textit{e}] (\textit{hd.simps}). \\[3\smallskipamount]
   5.173 +%
   5.174 +Sledgehammer: ATP ``\textit{spass}'' for subgoal 1: \\
   5.175 +$([a] = [b]) = (a = b)$ \\
   5.176 +Try this command: \textbf{by} (\textit{metis insert\_Nil last\_ConsL}). \\
   5.177 +To minimize the number of lemmas, try this command: \\
   5.178 +\textbf{sledgehammer} \textit{minimize} [\textit{atp} = \textit{spass}] (\textit{insert\_Nil last\_ConsL}). \\[3\smallskipamount]
   5.179 +%
   5.180 +Sledgehammer: ATP ``\textit{remote\_vampire}'' for subgoal 1: \\
   5.181 +$([a] = [b]) = (a = b)$ \\
   5.182 +Try this command: \textbf{by} (\textit{metis One\_nat\_def\_raw empty\_replicate} \\
   5.183 +\phantom{Try this command: \textbf{by} (\textit{metis~}}\textit{insert\_Nil last\_ConsL replicate\_Suc}). \\
   5.184 +To minimize the number of lemmas, try this command: \\
   5.185 +\textbf{sledgehammer} \textit{minimize} [\textit{atp} = \textit{remote\_vampire}] \\
   5.186 +\phantom{\textbf{sledgehammer}~}(\textit{One\_nat\_def\_raw empty\_replicate insert\_Nil} \\
   5.187 +\phantom{\textbf{sledgehammer}~(}\textit{last\_ConsL replicate\_Suc}).
   5.188 +\postw
   5.189 +
   5.190 +Sledgehammer ran E, SPASS, and the remote version of Vampire in parallel. If E
   5.191 +and SPASS are not installed (\S\ref{installation}), you will see references to
   5.192 +their remote American cousins \textit{remote\_e} and \textit{remote\_spass}
   5.193 +instead of \textit{e} and \textit{spass}.
   5.194 +
   5.195 +Based on each ATP proof, Sledgehammer gives a one-liner proof that uses the
   5.196 +\textit{metis} method. You can click them and insert them into the theory text.
   5.197 +You can click the ``\textbf{sledgehammer} \textit{minimize}'' command if you
   5.198 +want to look for a shorter (and faster) proof. But here the proof found by E
   5.199 +looks perfect, so click it to finish the proof.
   5.200 +
   5.201 +You can ask Sledgehammer for an Isar text proof by passing the
   5.202 +\textit{isar\_proof} option:
   5.203 +
   5.204 +\prew
   5.205 +\textbf{sledgehammer} [\textit{isar\_proof}]
   5.206 +\postw
   5.207 +
   5.208 +When Isar proof construction is successful, it can yield proofs that are more
   5.209 +readable and also faster than the \textit{metis} one-liners. This feature is
   5.210 +experimental.
   5.211 +
   5.212 +\section{Command Syntax}
   5.213 +\label{command-syntax}
   5.214 +
   5.215 +Sledgehammer can be invoked at any point when there is an open goal by entering
   5.216 +the \textbf{sledgehammer} command in the theory file. Its general syntax is as
   5.217 +follows:
   5.218 +
   5.219 +\prew
   5.220 +\textbf{sledgehammer} \textit{subcommand\/$^?$ options\/$^?$ facts\_override\/$^?$ num\/$^?$}
   5.221 +\postw
   5.222 +
   5.223 +For convenience, Sledgehammer is also available in the ``Commands'' submenu of
   5.224 +the ``Isabelle'' menu in Proof General or by pressing the Emacs key sequence C-c
   5.225 +C-a C-s. This is equivalent to entering the \textbf{sledgehammer} command with
   5.226 +no arguments in the theory text.
   5.227 +
   5.228 +In the general syntax, the \textit{subcommand} may be any of the following:
   5.229 +
   5.230 +\begin{enum}
   5.231 +\item[$\bullet$] \textbf{\textit{run} (the default):} Runs Sledgehammer on subgoal number
   5.232 +\textit{num} (1 by default), with the given options and facts.
   5.233 +
   5.234 +\item[$\bullet$] \textbf{\textit{minimize}:} Attempts to minimize the provided facts
   5.235 +(specified in the \textit{facts\_override} argument) to obtain a simpler proof
   5.236 +involving fewer facts. The options and goal number are as for \textit{run}.
   5.237 +
   5.238 +\item[$\bullet$] \textbf{\textit{messages}:} Redisplays recent messages issued by
   5.239 +Sledgehammer. This allows you to examine results that might have been lost due
   5.240 +to Sledgehammer's asynchronous nature. The \textit{num} argument specifies a
   5.241 +limit on the number of messages to display (5 by default).
   5.242 +
   5.243 +\item[$\bullet$] \textbf{\textit{available\_atps}:} Prints the list of installed ATPs.
   5.244 +See \S\ref{installation} and \S\ref{mode-of-operation} for more information on
   5.245 +how to install ATPs.
   5.246 +
   5.247 +\item[$\bullet$] \textbf{\textit{running\_atps}:} Prints information about currently
   5.248 +running ATPs, including elapsed runtime and remaining time until timeout.
   5.249 +
   5.250 +\item[$\bullet$] \textbf{\textit{kill\_atps}:} Terminates all running ATPs.
   5.251 +
   5.252 +\item[$\bullet$] \textbf{\textit{refresh\_tptp}:} Refreshes the list of remote
   5.253 +ATPs available at System\-On\-TPTP \cite{sutcliffe-2000}.
   5.254 +\end{enum}
   5.255 +
   5.256 +Sledgehammer's behavior can be influenced by various \textit{options}, which can
   5.257 +be specified in brackets after the \textbf{sledgehammer} command. The
   5.258 +\textit{options} are a list of key--value pairs of the form ``[$k_1 = v_1,
   5.259 +\ldots, k_n = v_n$]''. For Boolean options, ``= \textit{true}'' is optional. For
   5.260 +example:
   5.261 +
   5.262 +\prew
   5.263 +\textbf{sledgehammer} [\textit{isar\_proof}, \,\textit{timeout} = 120$\,s$]
   5.264 +\postw
   5.265 +
   5.266 +Default values can be set using \textbf{sledgehammer\_\allowbreak params}:
   5.267 +
   5.268 +\prew
   5.269 +\textbf{sledgehammer\_params} \textit{options}
   5.270 +\postw
   5.271 +
   5.272 +The supported options are described in \S\ref{option-reference}.
   5.273 +
   5.274 +The \textit{facts\_override} argument lets you alter the set of facts that go
   5.275 +through the relevance filter. It may be of the form ``(\textit{facts})'', where
   5.276 +\textit{facts} is a space-separated list of Isabelle facts (theorems, local
   5.277 +assumptions, etc.), in which case the relevance filter is bypassed and the given
   5.278 +facts are used. It may also be of the form (\textit{add}:\ \textit{facts}$_1$),
   5.279 +(\textit{del}:\ \textit{facts}$_2$), or (\textit{add}:\ \textit{facts}$_1$\
   5.280 +\textit{del}:\ \textit{facts}$_2$), where the relevance filter is instructed to
   5.281 +proceed as usual except that it should consider \textit{facts}$_1$
   5.282 +highly-relevant and \textit{facts}$_2$ fully irrelevant.
   5.283 +
   5.284 +\section{Option Reference}
   5.285 +\label{option-reference}
   5.286 +
   5.287 +\def\flushitem#1{\item[]\noindent\kern-\leftmargin \textbf{#1}}
   5.288 +\def\qty#1{$\left<\textit{#1}\right>$}
   5.289 +\def\qtybf#1{$\mathbf{\left<\textbf{\textit{#1}}\right>}$}
   5.290 +\def\optrue#1#2{\flushitem{\textit{#1} $\bigl[$= \qtybf{bool}$\bigr]$\quad [\textit{true}]\hfill (neg.: \textit{#2})}\nopagebreak\\[\parskip]}
   5.291 +\def\opfalse#1#2{\flushitem{\textit{#1} $\bigl[$= \qtybf{bool}$\bigr]$\quad [\textit{false}]\hfill (neg.: \textit{#2})}\nopagebreak\\[\parskip]}
   5.292 +\def\opsmart#1#2{\flushitem{\textit{#1} $\bigl[$= \qtybf{bool\_or\_smart}$\bigr]$\quad [\textit{smart}]\hfill (neg.: \textit{#2})}\nopagebreak\\[\parskip]}
   5.293 +\def\opsmartx#1#2{\flushitem{\textit{#1} $\bigl[$= \qtybf{bool\_or\_smart}$\bigr]$\quad [\textit{smart}]\hfill\\\hbox{}\hfill (neg.: \textit{#2})}\nopagebreak\\[\parskip]}
   5.294 +\def\opnodefault#1#2{\flushitem{\textit{#1} = \qtybf{#2}} \nopagebreak\\[\parskip]}
   5.295 +\def\opdefault#1#2#3{\flushitem{\textit{#1} = \qtybf{#2}\quad [\textit{#3}]} \nopagebreak\\[\parskip]}
   5.296 +\def\oparg#1#2#3{\flushitem{\textit{#1} \qtybf{#2} = \qtybf{#3}} \nopagebreak\\[\parskip]}
   5.297 +\def\opargbool#1#2#3{\flushitem{\textit{#1} \qtybf{#2} $\bigl[$= \qtybf{bool}$\bigr]$\hfill (neg.: \textit{#3})}\nopagebreak\\[\parskip]}
   5.298 +\def\opargboolorsmart#1#2#3{\flushitem{\textit{#1} \qtybf{#2} $\bigl[$= \qtybf{bool\_or\_smart}$\bigr]$\hfill (neg.: \textit{#3})}\nopagebreak\\[\parskip]}
   5.299 +
   5.300 +Sledgehammer's options are categorized as follows:\ mode of operation
   5.301 +(\S\ref{mode-of-operation}), problem encoding (\S\ref{problem-encoding}), output
   5.302 +format (\S\ref{output-format}), and timeouts (\S\ref{timeouts}).
   5.303 +
   5.304 +The descriptions below refer to the following syntactic quantities:
   5.305 +
   5.306 +\begin{enum}
   5.307 +\item[$\bullet$] \qtybf{string}: A string.
   5.308 +\item[$\bullet$] \qtybf{bool\/}: \textit{true} or \textit{false}.
   5.309 +\item[$\bullet$] \qtybf{bool\_or\_smart\/}: \textit{true}, \textit{false}, or \textit{smart}.
   5.310 +\item[$\bullet$] \qtybf{int\/}: An integer.
   5.311 +\item[$\bullet$] \qtybf{time}: An integer followed by $\textit{min}$ (minutes), $s$ (seconds), or \textit{ms}
   5.312 +(milliseconds), or the keyword \textit{none} ($\infty$ years).
   5.313 +\end{enum}
   5.314 +
   5.315 +Default values are indicated in square brackets. Boolean options have a negated
   5.316 +counterpart (e.g., \textit{debug} vs.\ \textit{no\_debug}). When setting
   5.317 +Boolean options, ``= \textit{true}'' may be omitted.
   5.318 +
   5.319 +\subsection{Mode of Operation}
   5.320 +\label{mode-of-operation}
   5.321 +
   5.322 +\begin{enum}
   5.323 +%\optrue{blocking}{non\_blocking}
   5.324 +%Specifies whether the \textbf{sledgehammer} command should operate synchronously.
   5.325 +%The asynchronous (non-blocking) mode lets the user start proving the putative
   5.326 +%theorem while Sledgehammer looks for a counterexample, but it can also be more
   5.327 +%confusing. For technical reasons, automatic runs currently always block.
   5.328 +
   5.329 +\opnodefault{atps}{string}
   5.330 +Specifies the ATPs (automated theorem provers) to use as a space-separated list
   5.331 +(e.g., ``\textit{e}~\textit{spass}''). The following ATPs are supported:
   5.332 +
   5.333 +\begin{enum}
   5.334 +\item[$\bullet$] \textbf{\textit{e}:} E is an ATP developed by Stephan Schulz
   5.335 +\cite{schulz-2002}. To use E, set the environment variable
   5.336 +\texttt{E\_HOME} to the directory that contains the \texttt{eproof} executable,
   5.337 +or install the prebuilt E package from Isabelle's download page. See
   5.338 +\S\ref{installation} for details.
   5.339 +
   5.340 +\item[$\bullet$] \textbf{\textit{spass}:} SPASS is an ATP developed by Christoph
   5.341 +Weidenbach et al.\ \cite{weidenbach-et-al-2009}. To use SPASS, set the
   5.342 +environment variable \texttt{SPASS\_HOME} to the directory that contains the
   5.343 +\texttt{SPASS} executable, or install the prebuilt SPASS package from Isabelle's
   5.344 +download page. See \S\ref{installation} for details.
   5.345 +
   5.346 +\item[$\bullet$] \textbf{\textit{spass\_tptp}:} Same as the above, except that
   5.347 +Sledgehammer communicates with SPASS using the TPTP syntax rather than the
   5.348 +native DFG syntax. This ATP is provided for experimental purposes.
   5.349 +
   5.350 +\item[$\bullet$] \textbf{\textit{vampire}:} Vampire is an ATP developed by
   5.351 +Andrei Voronkov and his colleagues \cite{riazanov-voronkov-2002}. To use
   5.352 +Vampire, set the environment variable \texttt{VAMPIRE\_HOME} to the directory
   5.353 +that contains the \texttt{vampire} executable.
   5.354 +
   5.355 +\item[$\bullet$] \textbf{\textit{remote\_e}:} The remote version of E executes
   5.356 +on Geoff Sutcliffe's Miami servers \cite{sutcliffe-2000}.
   5.357 +
   5.358 +\item[$\bullet$] \textbf{\textit{remote\_spass}:} The remote version of SPASS
   5.359 +executes on Geoff Sutcliffe's Miami servers.
   5.360 +
   5.361 +\item[$\bullet$] \textbf{\textit{remote\_vampire}:} The remote version of
   5.362 +Vampire executes on Geoff Sutcliffe's Miami servers. Version 9 is used.
   5.363 +
   5.364 +\end{enum}
   5.365 +
   5.366 +By default, Sledgehammer will run E, SPASS, and Vampire in parallel. For E and
   5.367 +SPASS, it will use any locally installed version if available, falling back
   5.368 +on the remote versions if necessary. For historical reasons, the default value
   5.369 +of this option can be overridden using the option ``Sledgehammer: ATPs'' from
   5.370 +the ``Isabelle'' menu in Proof General.
   5.371 +
   5.372 +It is a good idea to run several ATPs in parallel, although it could slow down
   5.373 +your machine. Tobias Nipkow observed that running E, SPASS, and Vampire together
   5.374 +for 5 seconds yields the same success rate as running the most effective of
   5.375 +these (Vampire) for 120 seconds \cite{boehme-nipkow-2010}.
   5.376 +
   5.377 +\opnodefault{atp}{string}
   5.378 +Alias for \textit{atps}.
   5.379 +
   5.380 +\opfalse{overlord}{no\_overlord}
   5.381 +Specifies whether Sledgehammer should put its temporary files in
   5.382 +\texttt{\$ISA\-BELLE\_\allowbreak HOME\_\allowbreak USER}, which is useful for
   5.383 +debugging Sledgehammer but also unsafe if several instances of the tool are run
   5.384 +simultaneously. The files are identified by the prefix \texttt{prob\_}; you may
   5.385 +safely remove them after Sledgehammer has run.
   5.386 +
   5.387 +\nopagebreak
   5.388 +{\small See also \textit{debug} (\S\ref{output-format}).}
   5.389 +\end{enum}
   5.390 +
   5.391 +\subsection{Problem Encoding}
   5.392 +\label{problem-encoding}
   5.393 +
   5.394 +\begin{enum}
   5.395 +\opfalse{explicit\_apply}{implicit\_apply}
   5.396 +Specifies whether function application should be encoded as an explicit
   5.397 +``apply'' operator. If the option is set to \textit{false}, each function will
   5.398 +be directly applied to as many arguments as possible. Enabling this option can
   5.399 +sometimes help discover higher-order proofs that otherwise would not be found.
   5.400 +
   5.401 +\opfalse{full\_types}{partial\_types}
   5.402 +Specifies whether full-type information is exported. Enabling this option can
   5.403 +prevent the discovery of type-incorrect proofs, but it also tends to slow down
   5.404 +the ATPs significantly. For historical reasons, the default value of this option
   5.405 +can be overridden using the option ``Sledgehammer: ATPs'' from the ``Isabelle''
   5.406 +menu in Proof General.
   5.407 +
   5.408 +\opdefault{relevance\_threshold}{int}{50}
   5.409 +Specifies the threshold above which facts are considered relevant by the
   5.410 +relevance filter. The option ranges from 0 to 100, where 0 means that all
   5.411 +theorems are relevant.
   5.412 +
   5.413 +\opdefault{relevance\_convergence}{int}{320}
   5.414 +Specifies the convergence quotient, multiplied by 100, used by the relevance
   5.415 +filter. This quotient is used by the relevance filter to scale down the
   5.416 +relevance of facts at each iteration of the filter.
   5.417 +
   5.418 +\opsmartx{theory\_relevant}{theory\_irrelevant}
   5.419 +Specifies whether the theory from which a fact comes should be taken into
   5.420 +consideration by the relevance filter. If the option is set to \textit{smart},
   5.421 +it is taken to be \textit{true} for SPASS and \textit{false} for E and Vampire,
   5.422 +because empirical results suggest that these are the best settings.
   5.423 +
   5.424 +\opfalse{defs\_relevant}{defs\_irrelevant}
   5.425 +Specifies whether the definition of constants occurring in the formula to prove
   5.426 +should be considered particularly relevant. Enabling this option tends to lead
   5.427 +to larger problems and typically slows down the ATPs.
   5.428 +
   5.429 +\optrue{respect\_no\_atp}{ignore\_no\_atp}
   5.430 +Specifies whether Sledgehammer should honor the \textit{no\_atp} attributes. The
   5.431 +\textit{no\_atp} attributes marks theorems that tend to confuse ATPs, typically
   5.432 +because they can lead to unsound ATP proofs \cite{boehme-nipkow-2010}. It is
   5.433 +normally a good idea to leave this option enabled, unless you are debugging
   5.434 +Sledgehammer.
   5.435 +
   5.436 +\end{enum}
   5.437 +
   5.438 +\subsection{Output Format}
   5.439 +\label{output-format}
   5.440 +
   5.441 +\begin{enum}
   5.442 +
   5.443 +\opfalse{verbose}{quiet}
   5.444 +Specifies whether the \textbf{sledgehammer} command should explain what it does.
   5.445 +
   5.446 +\opfalse{debug}{no\_debug}
   5.447 +Specifies whether Nitpick should display additional debugging information beyond
   5.448 +what \textit{verbose} already displays. Enabling \textit{debug} also enables
   5.449 +\textit{verbose} behind the scenes.
   5.450 +
   5.451 +\nopagebreak
   5.452 +{\small See also \textit{overlord} (\S\ref{mode-of-operation}).}
   5.453 +
   5.454 +\opfalse{isar\_proof}{no\_isar\_proof}
   5.455 +Specifies whether Isar proofs should be output in addition to one-liner
   5.456 +\textit{metis} proofs. Isar proof construction is still experimental and often
   5.457 +fails; however, they are usually faster and sometimes more robust than
   5.458 +\textit{metis} proofs.
   5.459 +
   5.460 +\opdefault{isar\_shrink\_factor}{int}{1}
   5.461 +Specifies the granularity of the Isar proof. A value of $n$ indicates that each
   5.462 +Isar proof step should correspond to a group of up to $n$ consecutive proof
   5.463 +steps in the ATP proof.
   5.464 +
   5.465 +\end{enum}
   5.466 +
   5.467 +\subsection{Timeouts}
   5.468 +\label{timeouts}
   5.469 +
   5.470 +\begin{enum}
   5.471 +\opdefault{timeout}{time}{$\mathbf{60}$ s}
   5.472 +Specifies the maximum amount of time that the ATPs should spend looking for a
   5.473 +proof. For historical reasons, the default value of this option can be
   5.474 +overridden using the option ``Sledgehammer: Time Limit'' from the ``Isabelle''
   5.475 +menu in Proof General.
   5.476 +
   5.477 +\opdefault{minimize\_timeout}{time}{$\mathbf{5}$\,s}
   5.478 +Specifies the maximum amount of time that the ATPs should spend looking for a
   5.479 +proof for \textbf{sledgehammer}~\textit{minimize}.
   5.480 +\end{enum}
   5.481 +
   5.482 +\let\em=\sl
   5.483 +\bibliography{../manual}{}
   5.484 +\bibliographystyle{abbrv}
   5.485 +
   5.486 +\end{document}
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/doc-src/gfx/isabelle_sledgehammer.eps	Fri May 14 22:43:00 2010 +0200
     6.3 @@ -0,0 +1,6488 @@
     6.4 +%!PS-Adobe-2.0 EPSF-1.2
     6.5 +%%Title: isabelle_any
     6.6 +%%Creator: FreeHand 5.5
     6.7 +%%CreationDate: 24.09.1998 21:04 Uhr
     6.8 +%%BoundingBox: 0 0 202 178
     6.9 +%%FHPathName:MacSystem:Home:Markus:TUM:Isabelle Logo:export:isabelle_any
    6.10 +%ALDOriginalFile:MacSystem:Home:Markus:TUM:Isabelle Logo:export:isabelle_any
    6.11 +%ALDBoundingBox: -153 -386 442 456
    6.12 +%%FHPageNum:1
    6.13 +%%DocumentSuppliedResources: procset Altsys_header 4 0
    6.14 +%%ColorUsage: Color
    6.15 +%%DocumentProcessColors: Cyan Magenta Yellow Black
    6.16 +%%DocumentNeededResources: font Symbol
    6.17 +%%+ font ZapfHumanist601BT-Bold
    6.18 +%%DocumentFonts: Symbol
    6.19 +%%+ ZapfHumanist601BT-Bold
    6.20 +%%DocumentNeededFonts: Symbol
    6.21 +%%+ ZapfHumanist601BT-Bold
    6.22 +%%EndComments
    6.23 +%!PS-AdobeFont-1.0: ZapfHumanist601BT-Bold 003.001
    6.24 +%%CreationDate: Mon Jun 22 16:09:28 1992
    6.25 +%%VMusage: 35200 38400   
    6.26 +% Bitstream Type 1 Font Program
    6.27 +% Copyright 1990-1992 as an unpublished work by Bitstream Inc., Cambridge, MA.
    6.28 +% All rights reserved.
    6.29 +% Confidential and proprietary to Bitstream Inc.
    6.30 +% U.S. GOVERNMENT RESTRICTED RIGHTS
    6.31 +% This software typeface product is provided with RESTRICTED RIGHTS. Use,
    6.32 +% duplication or disclosure by the Government is subject to restrictions
    6.33 +% as set forth in the license agreement and in FAR 52.227-19 (c) (2) (May, 1987),
    6.34 +% when applicable, or the applicable provisions of the DOD FAR supplement
    6.35 +% 252.227-7013 subdivision (a) (15) (April, 1988) or subdivision (a) (17)
    6.36 +% (April, 1988).  Contractor/manufacturer is Bitstream Inc.,
    6.37 +% 215 First Street, Cambridge, MA 02142.
    6.38 +% Bitstream is a registered trademark of Bitstream Inc.
    6.39 +11 dict begin
    6.40 +/FontInfo 9 dict dup begin
    6.41 +  /version (003.001) readonly def
    6.42 +  /Notice (Copyright 1990-1992 as an unpublished work by Bitstream Inc.  All rights reserved.  Confidential.) readonly def
    6.43 +  /FullName (Zapf Humanist 601 Bold) readonly def
    6.44 +  /FamilyName (Zapf Humanist 601) readonly def
    6.45 +  /Weight (Bold) readonly def
    6.46 +  /ItalicAngle 0 def
    6.47 +  /isFixedPitch false def
    6.48 +  /UnderlinePosition -136 def
    6.49 +  /UnderlineThickness 85 def
    6.50 +end readonly def
    6.51 +/FontName /ZapfHumanist601BT-Bold def
    6.52 +/PaintType 0 def
    6.53 +/FontType 1 def
    6.54 +/FontMatrix [0.001 0 0 0.001 0 0] readonly def
    6.55 +/Encoding StandardEncoding def
    6.56 +/FontBBox {-167 -275 1170 962} readonly def
    6.57 +/UniqueID 15530396 def
    6.58 +currentdict end
    6.59 +currentfile eexec
    6.60 +a2951840838a4133839ca9d22e2b99f2b61c767cd675080aacfcb24e19cd
    6.61 +1336739bb64994c56737090b4cec92c9945ff0745ef7ffc61bb0a9a3b849
    6.62 +e7e98740e56c0b5af787559cc6956ab31e33cf8553d55c0b0e818ef5ec6b
    6.63 +f48162eac42e7380ca921dae1c82b38fd6bcf2001abb5d001a56157094cf
    6.64 +e27d8f4eac9693e88372d20358b47e0c3876558ebf757a1fbc5c1cddf62b
    6.65 +3c57bf727ef1c4879422c142a084d1c7462ac293e097fabe3a3ecfcd8271
    6.66 +f259833bac7912707218ec9a3063bf7385e02d8c1058ac06df00b33b8c01
    6.67 +8768b278010eb4dd58c7ba59321899741cb7215d8a55bee8d3398c887f02
    6.68 +e1f4869387f89141de693fcb429c7884c22dcdeddcaa62b7f5060249dfab
    6.69 +cfc351201f7d188b6ed68a228abda4d33b3d269ac09cde172bc045e67449
    6.70 +c0f25d224efbe8c9f9d2968a01edbfb039123c365ed0db58ad38aabe015b
    6.71 +8881191dd23092f6d53d5c1cd68ebd038e098d32cb24b433b7d5d89c28ee
    6.72 +05ea0b6070bb785a2974b5a160ee4cf8b6d8c73445d36720af0530441cd9
    6.73 +61bc0c367f1af1ec1c5ab7255ddda153c1868aba58cd5b44835535d85326
    6.74 +5d7fed5ff7118adb5d5b76cc3b72e5ff27e21eb857261b3afb7688fca12d
    6.75 +1663b0d8bdc1dd47a84b65b47d3e76d3b8fa8b319f17e1bb22b45a7482fd
    6.76 +f9ad1b6129e09ae47f15cd2447484cd2d64f59ab0f2f876c81e7d87ccdf9
    6.77 +005aa8fc093d02db51a075d571e925f2d309a1c535a1e59d34215c6cd33e
    6.78 +3c38997b4956461f376399901a8d0943dca6a335baac93fc8482c0659f04
    6.79 +329c6f040b35828ea6dd1bd1858f2a9be4ef77731b5b75a1c536c6bc9479
    6.80 +0821e5d88f6e2981835dbfd65ec254ebcf2cf49c917d121cd3bbb476a12b
    6.81 +69c15f17d9c17bb15ad1e7d31d2afcf58c8f0ad526d68615a0f1ac3b1d1c
    6.82 +d3beafeea3cf56c8f8a66367c70df9159f0b1b3157ccfd010045c4718e0e
    6.83 +625c0891e85790c9b97b85517c74c9d55eaca31a01cddc64898bf0eeadf3
    6.84 +53391a185e507dcb0a6f52661a56357ac818dfc740a540aadf02f4e7a79d
    6.85 +8008a77cd30abde337025b01217d6a68c306abe145b7260c3478fa5f366f
    6.86 +b2d37259ead8a8ec2db2f09ae0eb3a682d27b0d73a60935f80254c24426a
    6.87 +003a87a29a4370cbf1b2ef1e19ad8466ec725fd5b463d06011a5e0da2258
    6.88 +ff6c1483c4532bc21f2ed9b99b929b2800ddefc1a98d12ba085adc210bac
    6.89 +e0274b69e24d16af015a51ca73edf779a7534a887aa780337ad966839881
    6.90 +edc22ba72038aa1a96a6deba24ad676795da711b92f8cf5f54cb4322ec04
    6.91 +40ef9e15b11e3005f3ff69376ecb29bb66e8fc1b685f2b05fb162fcb35aa
    6.92 +d7eb2a8ec39b97ab1ff05ef02f8dbbc12085a5cd252cc4010fab7f63dfd5
    6.93 +7fa1be86f724d37db5faef17ae8e8e537444e8e9db917b270344183473af
    6.94 +7f47d5703a160d8ef1e772438620d3336b2fbcf6433612e4b5e64fae0329
    6.95 +8a3c4010c17d93f13ba66d549c69dd58c7d26ddc90285fed831918563a16
    6.96 +2a7ac2511e2f18c9eb3df905a9dcba65a31cc1c39f07458abb11b4c60346
    6.97 +aea19070e126982f1dde336e79be0ecd69a8afbe2493d064d4d2ff38788b
    6.98 +b3038125961302db9761403c3b8019ec641e107425002205a77ae2ae0f4f
    6.99 +7550d623dd03f0ec0199f42a9a8b89514e2e21baca9b3c8c96ca48cbf9dc
   6.100 +ee6d6241d713e014b49e83ad85e62a6b2f70b58e4cc72d41ea6fcbdd3b5c
   6.101 +890c8af0d24200658773b1628c6cc9aaaabb08865ee4c7ff2c513ad7aa23
   6.102 +155a321213fa94731683a3e282a0e60aa3c87aade3da231465bdd9097f2c
   6.103 +89a1af8e5b9649143f2d9482546501ea97e8bea2f5d5eea97d4f19bb6835
   6.104 +3138d3babb2461c08d537491aaede1f23d734c6f099eb5bef6e2ffaaf138
   6.105 +e5ab71b8b41599091037e440127a4eaedf208c20c8a2fc62eadab191d1ab
   6.106 +4d5531f826aa6b9fff2797a7f54673e0a3fae09a93a0dfafb8b11d60dc69
   6.107 +5acf9b7e1a47c31d0b5a0b85b7b50cddff5ac831651d9c7469c2139c7a89
   6.108 +7d2f868f36c65156921803eccfdbdd1618595ab6d2a9230ef523a1b5ee51
   6.109 +f2a0d200fc0e94aff7f546593ff2a3eb865d129895af01b8ab6e4616fe20
   6.110 +9123b6e2b7e0817adc3cdb78ae8b0b1d75f2986ebd8fb24c4de92ac9e8c3
   6.111 +6afa520636bcad2e6a03d11c268d97fa578561f6e7523e042c4cc73a0eac
   6.112 +7a841907450e83d8e7a8de4db5085f6e8b25dc85b59e018380f4b9523a7f
   6.113 +02cbeec989f0221b7681ec427519062b429dcd8fc2e4f81173519f88e2e4
   6.114 +3798b90a84060920f6ae789afd6a9182e7fec87cd2d4235d37a65c3f3bcc
   6.115 +c742c89cbe5f3e2ba6c4f40ebba162e12569d20684cc167685285a087e7a
   6.116 +0a995fe1939bf25c09553512ba2cf77ef21d2ef8da1c73ba6e5826f4099e
   6.117 +27d8bc7b3545fc592b75228e70127c15a382774357457cd4586d80dc0bd6
   6.118 +065aee32acfd5c0523303cece85a3dbf46853b917618c0330146f527c15b
   6.119 +dbb9f6526964368b2b8593eed1551dad75659565d54c6a0a52da7a8e366f
   6.120 +dd009ef853491c0fb995e19933cba1dbdc8902721c3ea6017ffdd5851cb8
   6.121 +3c8bada46075ac121afe13a70e87529e40693157adcc999ed4657e017adf
   6.122 +f7dbac4bc0d204f204c6f47b769aaf714f9ec1d25226f24d0a1b53e28ac5
   6.123 +374ab99755852c1431b2486df5fd637e2005a25303345a1c95a15a1189ba
   6.124 +f6f6883de1ad46d48427b137c2003d210ab2b2f5680f2633939f289d7553
   6.125 +eb943adf8127f1c3ee7d6453b5566393700ad74ab86eb9a89f8b0380af55
   6.126 +6b62f51b7dbd0c5dcc9a9fb658944d7ad5845d58dedc2d38200d0ef7cb0f
   6.127 +76041dc104ef3ab89c1dc2f6a75635d48051c8a7dd9f5e60253a53957ec8
   6.128 +9d1266566d7ed20d79dfc2807b397d7cf056bdaccdb72528a88aa4987682
   6.129 +c909b2fe1e35a71c2f29e89a2bf32173967e79610367ce4574ba6a1cc031
   6.130 +cfb176fc0313f74f91a866ef9954b95b29caf917a6b919586f54d23cb7ce
   6.131 +23305886ae7760ebd6263df0d3c511ac7afc361df78bc2621f66d3268b99
   6.132 +078fa59124f0eb9476496c938eb4584e87455dc6f2faa999e938460b31c6
   6.133 +28021c652acfa12d4556aa4302bbcd043e60389480b796c3fc0b2e51b81e
   6.134 +c2afa4a34335318a1c5a842dcaa120df414acba2e79ab5cc61c99e98108c
   6.135 +5cb907a96b30d731131782f9df79aabfc16a20ace8852d047497982e11c8
   6.136 +26321addf679de8a96a2d18743f6f2c3b2bc397370b10ad273fcfb76b48b
   6.137 +9dad27cf89ca2c370149cd48ab956e9bbce01cbf8e1f0c661b99cf19b36e
   6.138 +87b6165dd85ae3f3674525e17d85971093e110520d17f2d6253611e35ec9
   6.139 +e17000e48e2926454c1e8eb4098e0115b49536f2c33505eb5e574f7a414b
   6.140 +e176398c5ddf6d846ea5ddf2a5e94c0422e0115c57a8c9e56bf8ba962c82
   6.141 +698c96bd6138baaca7347e44352cc62df4eeba364954ad921a5a43280980
   6.142 +264df4a7fb29d005423179f7bd1d98b4280d62ce23c927551f1ffc2b8f17
   6.143 +0a9c23656c0c91b640cdcfdbd88089ffb28d3ac68bad25dbbed82c083696
   6.144 +1f9f86a6183cc1061ffdb32279796569d05b31c946955402d0be1fb9f2bf
   6.145 +304d1ad8e1e357be49e6e2ee67f7f1e7bc699d46a5f7853fe659ba2e1930
   6.146 +0d3e3ea658b9862701dcab08fdd23bf1d751777f25efbe9e02d12b5612b3
   6.147 +c3fc2275190346b94ec4024e4ade08e54d75c0b4c48f4956b9182e8ce997
   6.148 +74b54da4a9318c099d89f1ce3b6803a95f48b9fb8b845372be25e54478e8
   6.149 +49e4707ea03a36e134efa661e4e6250d89649ae074cfd9d6b9e2071c1099
   6.150 +3b8a5a5ebc3e1cb228c97565aef7f254e3f90af8a3dd281c83792755719d
   6.151 +c6a5b3bab4aa6be5afe9624050eee8dfb13b018f4088c932cd48ace38dfe
   6.152 +b1b4218dba8f7fada6628076acf1b54db0c95d4fb12232f1fa9d1ba848f9
   6.153 +fe80c65b75d6946c00fe78839142c5302707d9269b24565dbcc551aca060
   6.154 +b4d0f99b961dd3cc795a982063ac42e9fc81fc98add42744a9f92e74b00d
   6.155 +637ee4606ea2099b6c763493c3159f8e52a90dafca682010c0e92bc9038a
   6.156 +10abb066c75c8d97f7ad6fb1a37136e52cf2093c4fa485fe12adad10e4d0
   6.157 +83b78b023628ddc5326cbf8392516027a9f3de4945f93488e4a1997efd2a
   6.158 +22c2c136dbac1bdb829e082beac48cdd06dcb17bacf09451c7b636bd49a8
   6.159 +fc60cb1d2292250bea78e1dd276725ab4c526b66ddabf4e1b2bf0a2571df
   6.160 +2490df70735f5da321fac74fe4fab54444e53dace9832cff38a70c58104a
   6.161 +4f0c0545dcf7a1a9ecb54e0e32d6d8195d30b2c98a567741fcf325a4ddeb
   6.162 +244a1a35676e246ddc835fac13b569f35f22ec93191eca3efbe17ff9a950
   6.163 +d08f863710b2bbecec969068c498eb2338b68f3fc3f5447449fe4de2b065
   6.164 +e068ecd9255d369b2bb6c4b0b7423774bed69294758aca2bdb1a8d5bf618
   6.165 +d3fa09462f7838e8a79b7a53bebe6dacb0a1561eaa074bc6f069f6a06fb2
   6.166 +c4a5cb13e2172bce9be659a82665da5cded73da84322bb16aa6e19ac1958
   6.167 +7515cb5d2b65e65e803f76700ce5efd3df7fe4ed431fae0e8e286b1d5056
   6.168 +a0d18df926b2be7a93c503ab903abd4788680a6201fdc299f2cb5d6a9b6e
   6.169 +2048109c8d1fb633a54128938594b2cce86a7e0185e7d59e6536584039ec
   6.170 +9e30ff7be6ddba9fdba82de7415fdc47de84d97afb1aa3ba495bd91dee9d
   6.171 +f3b21ee1164987dd8510925087cd0919f1085cba6e4dd3c7384d26667f94
   6.172 +ad7f736a60d8bd76dfaa4b53c23536fc309ff2317c48ee0107ff2ca4d1b3
   6.173 +f78c5a27b901c931128bdb636094ef0cd543a5b62b7dbe10ed83aed5780c
   6.174 +a16067a4a7e8b7c5bf8a8e822149bc1b5bcdabe13a7f6aa6eaeff24a42f4
   6.175 +a58a2b70f545103540169137fda9abb589f734b6776cb50402d6123ce802
   6.176 +10dce05e3697a98c9411cf60a02c278c91e03d540b936cd00c668960e357
   6.177 +1aeaf4d94cfb496b259ec0d8fdba9199fb46634ff177bc8d310ea1314eef
   6.178 +d46c927a981c58e88743ed4e07d80fe841edee812e3053412bf2e710146c
   6.179 +b25dec8ea70c38bb1f6e4db3c2e8ba521963c1584eeb60ea1e9555058f13
   6.180 +e98307c13cbd15c26b611f543149b1ddf88dd6296ae703f58daeb67f1b03
   6.181 +ab5b24c72d5770cb9d8ed242c4faaad1dd940ada00e98ff3a61799d13355
   6.182 +aba916910aa9a6e5ee8af438d0ba8235346fcd139b9d2cb7db7bd3f298a3
   6.183 +94ff0aff3b9042f32a004e042c346a5ea35917f229848a9c5a32909b0090
   6.184 +4aa715640277a6ada99f8b2927fda22899ff1347f42bac73e2bd4bbf3945
   6.185 +55fd7dd30d5c6dadf5c259fdb2455d8c607de1c5da588e20159f18e4e8da
   6.186 +b714e532d888a0386c52c2b85964251af003ac9d10c0c8b9b3465e1dde48
   6.187 +2e74a29e17a7cf6c9a43b5af1646f0b8508f98e9a1279ec3908073d89dcb
   6.188 +aa093e8dd1004c1ecccce0803095b0069d4be7a1eb14b02efc37d137dfe3
   6.189 +f0190bc9628069abc257f45d0e050e60c7f5281277937dd986fcd5b94a2b
   6.190 +845a1a75addd74a142800f18ef408c08a2c2ad16a93298f148c0ae7d2990
   6.191 +ded147f92f053809a60d4f992a227167aad5b5eb2bbe8a4a77dc77a08b72
   6.192 +6acb34422e2532eec7e274e4a42d71ee584f5f3df5a3a5b379974ede73ab
   6.193 +5f1b0a2dbfcc8cfac4747ca26eb6030dc2f85a104b754432977850c093b9
   6.194 +97ed90af711b544ff682e7b1eac82b2b7b44014b09c17ecf084c994a095d
   6.195 +9eeef5391305caf093b62ac9916f982a436d521fcf4d75c5b8e4d92266fd
   6.196 +e99a58aa39d7693ecd1796b8851761d64bbca39a6d5a0b4533ae47123327
   6.197 +f98d0ad0e8b36625cc3647b55459552906d8a1d5766845ffac101980efcf
   6.198 +79657e365510be5db557cefef21193ca3cf3dad175ee2e7ae91d174fdc06
   6.199 +2ff5c51ffe2f021122e96df042019d3a1883e662537ec1b69c11fbb6e750
   6.200 +0132eabf5803c816153ecbff60ca3b3b39708c26cb1751afb2e65d8e5f4a
   6.201 +c4397a88fb1f112672fcdd24e4ba545c5b2a7968c17b62f8e2530a8acbff
   6.202 +cfca82c64b7abcab84e2c4a0a7ced67b15669301fe9ff2c756e70ff7ce33
   6.203 +497be6acc4ac5617e1f043bd8a87416299a39bf17fc31c02d72d75fdc2a1
   6.204 +e60669fa4d5e4a49d9afea2f53f4626680e9c0dfca223529efa415c4343a
   6.205 +b6067aa800c484457ea050eaaa5d3fafeedd0eec72f327e02c6b3912b5a8
   6.206 +c404de4839c9c4a99da42681cde43316606a34c7d2f02269de1aab776857
   6.207 +e668f35946af4d618d36d444bdc02b1f63ea25b6260b4fb606ac8575b5c9
   6.208 +782a5de4037350d5753b1537537ccb008c454eeb264e6cd4727c999e240e
   6.209 +0ac89e95a896b67d54910a3531345f64198ad394b5ceb52881f1dd9e6beb
   6.210 +95862dc188d45b3e46aacb5fe40097947dab9bc3c1ee46bfc9b1b3ed6167
   6.211 +efd0d65ceb043d7b24c1456676e4baa47b1209a315f199bb3a91f4374cd9
   6.212 +cc0b40d3f09f19f8dd8a46915eee55eeeeb3c7b8f437106ee491ef0f4ff9
   6.213 +2c5c6f779e0fbe7bd5293964bb645ca362b106abeb773571d9ae83b786a3
   6.214 +d5a4ea3ea970daadc46cc5e6037f76fd20e0fffc47cf4e7af9522b91f96b
   6.215 +3297720fd45d9bc2200622ad2ca9445556c8a8202b1991bc63da360d021d
   6.216 +55be2528e043f803e08da99b91ab9cfc5e65b2655d78206b4aecd445a7b0
   6.217 +1caa0d06b0a55e8f04b70b60b04a860c8e1ab439f4910051e3f7441b47c7
   6.218 +8aa3ab8519f181a9e833f3242fa58d02ed76bf0031f71f9def8484ecced8
   6.219 +b6e41aca56176b6b32a2443d12492c8a0f5ba8a3e227219dfd1dd23fcb48
   6.220 +fcfd255dbbf3e198874e607399db8d8498e719f00e9ed8bdd96c88817606
   6.221 +357a0063c23854e64ad4e59ddd5060845b2c4cddd00c40081458f8ee02c7
   6.222 +303c11747bd104440046bf2d09794fca2c4beb23ed1b66d9ccb9a4dd57ad
   6.223 +a24943461ecc00704c916bdc621bfddb17913dfb0f3513b65f3ab015786a
   6.224 +caa51ee9546bc8ddf87e2e104137e35ddf8f8d23724e9a53824169bc7cfa
   6.225 +99562656e6f1c888d4dbff0b269c5d1e733e5f212d91297610201eb43249
   6.226 +35e336dd0052738db2d64f3e89429903bb5c1810009cf766e9a06223dd2f
   6.227 +219b706394a121dc029af55c6ada9052af59682ef7c51e121cf16f0319ac
   6.228 +0aa9512ef900c548d673fe361da19052808797e958209072e145d46ec8cc
   6.229 +a89fafd76630eff30ae979973bdf0f8c9e469d8edd3b1c93731c72f976b7
   6.230 +d81142bc15c376403f967affaa5f482efd57c6f91970729d16db851f0ed3
   6.231 +ea7d82f409307b5b436886c1beda94a1fa3ab1b60686f6574c844fb2c0b3
   6.232 +a07174dc4f27b4fed2f8bd4d5436be4b343e5efdf0400d235bd910255341
   6.233 +a20770804a26f8437e9bce6da8e9f8258a343c7aee291f1510be306ae67a
   6.234 +ab1d7696453530c02fd153bbe49dbf62baad6146029cbd1656cdb76c952c
   6.235 +b93edfee76fe33832930be59636bb947e8ad285f20f663cccf484fba97d6
   6.236 +7446c7b6c6f5857428bb1737d9ae801df75d9cb4d7bd59ef7a4cbadde928
   6.237 +38f15d232005585d2e40483d2d3e08cc8f398bb43afedb84343c3ba3835d
   6.238 +0ba82a86dce859cf655f85e63e41365e0dbefcf511b9a27a2b6e66b2ad3a
   6.239 +c657902842287a317e46ceaa93b5088f09d53a65815b44538af90ad3b06b
   6.240 +4e5e2dc509f02e30a01e05201c67d4d39582bbe64e20b669f5fd787909a3
   6.241 +30fc50a95b31426bbb57a4fbf9feacdc31f98bcf50da7e50c2bfc169c6fd
   6.242 +ccf213cdb878653bcea372968ea6e31fd30dd55434cc91c0af22179ce669
   6.243 +a05493f195e12432c6173ae2ac3c94fb83f38210014a9f969ea2b44e99f5
   6.244 +e5a7317e848d429ad62167a4fc5001149676c0c28cdf59b8d1c5a582f516
   6.245 +3eee855312777fee6dacbf993f5c058f355dbde6552dc960d336eee445dd
   6.246 +11d53fd21b745d1e5ec317efbbef25e070d0a36797a6081c356ac2328e64
   6.247 +e5c55fbc81dc75d9c1575548ece74b8307eef485aa8e28859a2e0435c831
   6.248 +23a600efb323c362fe9f02407a5411c41a69566cd50add324b63ab939980
   6.249 +b9d7a929ae4887163cfa7acbfc9fabaab8987a1f6906b9881491cd055b94
   6.250 +485c968479dbb05b34ed0cd6844729a692978c6928c3392e33e8324ded88
   6.251 +814cacdac8128e1425c0091a13558100d7cdbed5992795d94d39c32f32dc
   6.252 +621ab6f3b75187a66741f61d6a9c91d791b1cfc3d0e94d4a76302e0c3f2e
   6.253 +cbdc51f14f3251aa5c8bb989f0e13ee500b7b7f2f1e52ca970ad8a7b4b99
   6.254 +57e93126254297380d67179deb8ff1e99d5cdf7a35c5bb9fa7b402e63234
   6.255 +78640344e1f10c378ad23c5cd1aa18e1e0b308db70d3a624a455f8e291a2
   6.256 +ee102ad10776208c2d546cb76d89ca8103a8b95f8acc2d2bdc9791324915
   6.257 +6c9e05429091071f0c5b76d82c8d1c8a69d840fd460922cd2090624bc218
   6.258 +0c9391005926a25042a55e322060807363462e1cdeab309033124ba3a884
   6.259 +1db13f39edae04ec52cde9dbde64ddda1ad805141d4230ec76bd81fd98d7
   6.260 +0d90fa1aaa26ea551bf687ddd6cdcf3de5a446b266c68434f07d9c0b382d
   6.261 +5816c4e22f22cc03ff78064c6dffb12315c6bcbbf5dc510f5aaabf23471a
   6.262 +234efceeb4aa2f9af9ea787c014c5587ef162fc5b35e8f4c23b168c6e247
   6.263 +41d33dcc11d2a56d3ba9d8eed6e79aebf9f0faf1a3aeb89d792d69041f0b
   6.264 +b8fadfc0aa090effc6ae5e2f13cdbf54b5bed69b039eef2627769613b6f1
   6.265 +aefe9b66747fe8feaf7455796740f411a770d4a1764f0483719584880f45
   6.266 +430e38d3af184145892a08b2add234a3f3ee4ccfc9f6995c02392adafccd
   6.267 +722f366d748cfe9373fbf5f878ed47e9d221fd156bb28369df9e7d2b79da
   6.268 +76120d135ebaf36cff93beb7e313c2b2de7477176fc19609a1b906c995cd
   6.269 +defef08899265b6b8aefb44da1aadefd1c523dce5ca1b84c0c652b3009fd
   6.270 +057789892d4d31764f181754b2e0a62c465587585509989a219711a5e4e2
   6.271 +5b3b340ca8fdd3f04fef204b1b722b2f6c2ccb00c3cf1a94ba9bdfbfeda9
   6.272 +e2a062c6f1ced3b8aae5dae32ade1fca1001f98d0ad0e8b36625cc3647b5
   6.273 +5459552906d8a788eb8bc734ccb65fe9582c71df94fd95d22c5323de235c
   6.274 +28220fb9a2ccb37362174d8cd5922c9e5a87b51d0668555100a33e33750e
   6.275 +f1f795cbed962494a994be7ce8cf71fc58ff4204551b1615ed27cf088171
   6.276 +fd000b72462b67935961e7c6c3a05bfd67b9ba094ea2c16fdf486da912e1
   6.277 +e97bfd1c17934535e551cede20c001b5d2adb2be4cbad7d6ba0bdeae4b1a
   6.278 +a739f90293e67ecbdeea4d35825e092697fb05b215083e3f3d6be260790e
   6.279 +2a175fd44eb1c4c16759504827a6eb58a838c4d65fec6eef108495577019
   6.280 +15740cac164111892e8d1cc447cd208e243a89ab847d8ebf4fb98bff49e7
   6.281 +a3453facf3b0e8cb67590f390173ddba68324531d2e426aed152e12301d7
   6.282 +538c1f3c0048a9cc00c009a1a9138460082123209c1e007266fbf236eb72
   6.283 +21f87d4ca38a0b699e84ca230ffb5095f90a6528bf2a9118f95ac9ab8d2d
   6.284 +ed9eed9b8b27be894b717469758c8d94fa89acc64f530f432d0e5f16c922
   6.285 +36d6a63410f099c9e909450fd731d698ef658d8ffc1de14817b850814f68
   6.286 +1a4a9be5cc7a71c381974c249f0b209bfdc2e97f9540c96f57bb4d283622
   6.287 +00969b82011315289e6a025b137030a0af3b4b42b00fed7cec49df43c59e
   6.288 +3b2495a036dd1b17a8e6adae63bfbbd48807c44b5bbf71813355e1b0e58e
   6.289 +22b6fb88005fc55565be49c17244901b73ef02fc4eb7669be5af22d89c0d
   6.290 +dff0fc6821d810d13e5821d48d4a71d7e463d5b60bc279d0dcf5f8da3a95
   6.291 +905b56d6f2be95e6d4243b1048e3b662e62401ffaa3bc3f5f90b0854b8a3
   6.292 +8c38039f61fcb359b06bbb7d59e3b39a295dccd6db9a8b83a6f64ef8dc94
   6.293 +a77123dd164cfd1c46f1ee51aa19c3d6e7db92a298d10159f2b5eff2caf9
   6.294 +dc93a6d267fb65bd900d6adf0c6be598050b6d3a9b3a322ab3c9e880d774
   6.295 +1f58016ff97e5f606b5dbd72ba99252c669209bb556dd5be84fdd7c1ce92
   6.296 +8a3b3d3aab8d37e6b740227563bb4d60f6bb04052356e1a48d2079feca44
   6.297 +7ea17fd06f208426d045dee660d1d6460455f8d20dbc5ae64550bbdf60d7
   6.298 +27d96cc9afef842a8c8c78ea2257e6c6d0d207c80cfe399e8874c693274e
   6.299 +d2c2022d303ca50a70624b07434fb85040a76a823f446c7454dab4f9c05f
   6.300 +10274eb5ba164aa3649d1bc90694316ba5cb3e7df4442e777124cff7ebef
   6.301 +53df2320a0c441ab61666493cb43da46d5711c21699de85bc74359444da2
   6.302 +e3e397d4c16234f81531505b621aa242a6698886f82b447104b1f1062f60
   6.303 +b5c87cea9151bb3c627bfa4532b06fd147c556ed8d61ae30a8719dfb8705
   6.304 +f8a6c74368381403640cc57026d3790c49e2bbd1c0e48285ec6ba44de678
   6.305 +e3a1394d659c412f09644b83ee1a333a1f51ad8deb4e6d77b3b226ac2c4f
   6.306 +fe653411a7976ae7c4a3cb7df309788da6b483f8a7bab4a6990db74362f5
   6.307 +bc41d545a320389b2599fd726e426ed9fa2916ece67b058f6a269544e517
   6.308 +128bda38d117f402409d0d8f8c88ed509aa2ba882e0c579b45af4be80770
   6.309 +22d7269684eaf0f9afc3054316da6611e3fd260d67fb6fe52c9ade5dda24
   6.310 +a0050a819ed21342aac9d25194778beb3145f56a66980f620998923521ea
   6.311 +3f957b6ed0c5470734af9f416a16427dd03eff9a0e023452097d4ef936d5
   6.312 +49a90823cef6de340a1ee02a52851b310cbcf41ae274947a62f9d1d8702a
   6.313 +669023e3caf967204a340694b45fecbda4bf9552f6bdc62d43b3b2c3d571
   6.314 +9983c182453e22ee34241ab908e667115f7988174684cd70084aefc55caa
   6.315 +f5352a88e9dac45d1ea0e032af61fe9a9118a3931b2050fc6db66ab96a39
   6.316 +74353b597f34dfd9f72150de23285eda5e555a607d198c291965a7233715
   6.317 +3f4946a57af0b440ff8567b01a6f46c6d32fea5f8bf57d89dccbab7da882
   6.318 +ee6c9260e89443b1d7db099477492bd0468850df3db668d741123e7ebe3d
   6.319 +c21748ab4c5cbeb5de33b8963aecafe76bba0c4f6ed8e8263a116ed85e58
   6.320 +fb71ec4ab0071301be7c7d3afd5fa6ad46c0232807bb7fe129e44bfd16e9
   6.321 +fd0c8bb5e7cdd86a78b5fb0669093c22eda9151d85b6f58a9c8ead3727c0
   6.322 +09850bd31a8b4a873d0a506240bb2aeccb8dcb6369532f21d9b967aa8443
   6.323 +fd6d77cb2d65c4678a5fad188db85940f0a187aa1031dcf5b8e0d0cbfb6d
   6.324 +b3b96fedec5b249b7a69de9b42dfa605bd622de7a220cce9b66e9f3394d6
   6.325 +13487dc5e82c1e619079cd057b1e19ac05ebdfd7c8bf01c6c66fab49e0b6
   6.326 +613df9e42beae2f7b9407a2bff8896d8035cea0fd5c11bc5889cb3d90876
   6.327 +61766138d2625f42d0244adca65d1bc73989328c0eea0b97c7c766285ab3
   6.328 +351ce2b183f774488a8806c33178090a3808f0ce5e339b87cf7add933301
   6.329 +ca486742831ca751f0626864ce13172829a8419af5c78794a0eaa17b5bcd
   6.330 +fcb684f7d4bb7af15deb432e44dc7dedf56eb8bea08b46f1e8123a49a349
   6.331 +a7cbccf833a528f5e22d2d463040e09b91e543a2f33077b3e7b9ecc64f14
   6.332 +306186cdae1fc317a6ced7e9b4d51a10bbbcf2fadff876b4d9082e3f4aef
   6.333 +dfef230e4232572f4fa33a6e065f6895aa2ea96c5659cb579b023179f0fe
   6.334 +de7ba64bbd9362a7b2b8c4eaec254915629e81d01c839096339b99bc9e25
   6.335 +84536955feaa52fa20666f65bafd9b2e69c3e8c15d24fa407e7d881679b1
   6.336 +789a0e2a695d13553c92c0214c9b7562cd6a9a3d77c8b0c2196cef76dc51
   6.337 +d855c1dac37f96eae4cc7bf07e17dc7c08333d7af33c8b2965ea1f23446b
   6.338 +3c96c52b30ea628ad572694d145b58a606f90b278290297aa372cff56b6f
   6.339 +56f4aad6612eb7c7bd07db4f7d1a70d8044d16d0b5c1605ee02a852ffdb4
   6.340 +450147b3f9b87d72dc431b34fcdc899462dcc1b6bb6ab1758b6a589e91e5
   6.341 +8f5196251d00133b43749b7a11fb67a22664c5e38e336dbdeb5509c2d9d6
   6.342 +2642c07275949df0e2db59314ae0fb34641fc171d3fe1289f919136d853c
   6.343 +d9048ee9db50c699c49e27a8df199590bbc65b23b55bb387eed0c73f2db5
   6.344 +1cb091f8c22af83103f214199e371f7de1df23f757817200be30610004df
   6.345 +81fe8ed6eba79e856fca21a126ca326ad2f313c16e15754663ad6a065e08
   6.346 +4050ff005fc899d6e233691b918a093b5f1ffda8839ab23ae66b1bb7b953
   6.347 +0a7f896ec55de6fb9faf1b49656ff2e57488cd7f1c44114c75f9d571461f
   6.348 +767a6040ffa14e9fb43096f164d60ca530d7cca76d526d1999ac1b52a793
   6.349 +28651112a65db1f2564ecf90ea6bf2c9ecf515640719c3fb5e36cfc58591
   6.350 +e227793f39b9d3a9025cb10f324a95c29c488724aa74812366ff0b118fc7
   6.351 +19f9fd0f202a040be47ec99b46b4dfc3d2a17902a5779c8d52b27231a1bb
   6.352 +5cd794c838daddc3e6824ca8297ba669a818c239b389400faf17aa04b802
   6.353 +f763029edb9784dfdc42f223e6496a938e613463bf9bbbd59d63300a9ad7
   6.354 +4e71865cac4b4e81a5864388c3886e70799c8989188341f7d17cb514cd99
   6.355 +3b211883f171ec6402cc361885f4f4b110757bb3e52941a94bfaebb2faa0
   6.356 +3e32eb72e25e31abdde82c2a9015478afa0f434ae3f8b97a4bef598d6eda
   6.357 +44ffe1915c26ee0e8339d2d45a6a080550f538ded5542c8b96ca2f596979
   6.358 +8bb6223e460e857516ab5a3323136ee8fc4b0556a7c39d0cf7acb45e48be
   6.359 +4ae9db325e4750b73289e36a61b301795bdb2ca2a8b933be1c09fd0cd2cb
   6.360 +8677df171d36ef1519a2269b21e4103b2ee151c513df3e10b2a216d6fb22
   6.361 +18bf2005fa7e0f0563ad96661a7f55e1b5b991f8ca285651b2683c6a7c9d
   6.362 +2d1941374989b06f2e9b42a6af60193dc758dd8e9fcfc7c1aa06eab47e81
   6.363 +bd79660666defac0c6b9e484df9c17a61ce7a61ef73150e8cd406af6da17
   6.364 +4d9c2392cc420eddda40f975ffbeacad8ce1b4e14bee29ba8552ff03376f
   6.365 +c034784b38dc1d0ab7bc53943d2545b03d39797af8d58d6dffce56a353d9
   6.366 +bebc833f04db321ca8642bbb7fcc63ed2349ffa08a33a5d0d78f4fd2c5ea
   6.367 +4258e4671e362036f1f67fcef9d878ae2c203fd9c05200c59cc98633e65a
   6.368 +99d912ec51d6f74500d5358b70e799a6817f59adfc43365d7bba1fd6766c
   6.369 +5c8e76248daf3f01e7a8950fe875d657397797a45e7f99a92887300b6806
   6.370 +b86db61e03c4c09d6cf507800aeead874a94e6f665746752937214302045
   6.371 +0b19cfa8db69230517183a03a16e5503882ea1e419c333d3e3b73cef6762
   6.372 +873ac06bec34c3f736494483442619f5bbadd86f128a5a40b854051893ea
   6.373 +8d31dd6656777ad4ac2572d17c6fb21385b053495d1270e65d78334a4115
   6.374 +2787ea89b86f97e72718905a11e9c5664837701a3c1c65ccaf26aebe8dab
   6.375 +c1207d5da2079c37883d9235708f370203b3b2a8ec3a5bb35fab93dae115
   6.376 +aef626dc44b67ca56fac18caf1c22e6fbab93564829a75776630b9c42513
   6.377 +721ca0fbb0b402f4d1db8f701d2b29fa60162feaa8a167eb3113c6f57036
   6.378 +e8361357913eb24dd38dc6d3bf4c3176a07ffc75cecf8e5940a310f79a8e
   6.379 +f590844383d631796ade04a91144d073a9413cff34fb454f1fd75cfbe5e6
   6.380 +525c3bd36ddab80138f6c19aad7417d47df1f1e0fc958fb190a8205b5321
   6.381 +7c43a4dcb0599be404473d6faebe7240dc402a0e0caa21b56a601b154524
   6.382 +f44988e5074c71ae8e1948bb2a2ce72fc24cf3b1813cf7408a6b097aff22
   6.383 +f9d285134d09b7053464259531eb7b270cd5f39f81bbf41a36420f61e5f6
   6.384 +b429036bbf20e27af1a437becd74c5bbc25ee2519402454fc94d430636e1
   6.385 +736fe65a643d9b9d21c9a54eac5a8fed51ff60a47b85a0e9423e330e00cf
   6.386 +220c23e056d20aec2fca3e6bc7a61a8366eb940c9bc99fb90e8704e27655
   6.387 +20335a983eccc7e20b13745c4b4f30a842f1ba64745718c152697c688c73
   6.388 +6cffcf5cc8eb5756201560413117a45ad3d264291cd51404f98448d31474
   6.389 +d47d17d201def12867ba679f0e2605de8f3e8135ed0234890cffa68848f0
   6.390 +6de427741b34c2ea654251ae8450a152538eb806ace3ecfe86d8c4a137ec
   6.391 +c98c6d6cbdc191a5f8f5b5972c70b4896960037b6d4c7c63586a52d5eb59
   6.392 +47af8c192eb980d0801fa670bb1d08740819f9da1dd9e153010bf9580a1d
   6.393 +0925d8327ea1b88db8d934f40266ddf93e5ea137f267847d826cd7999b33
   6.394 +c795d0ac05abe2ec1770dd98eea67912f1939118defc9b379e237d6477bc
   6.395 +91ad08e0046b0836fafa1272b0213dce990c90815f5b30d0eb103ac9539c
   6.396 +2f7bd2280264cd95b4be84cbc5139a7628ed211905dcb92cbc3180ac9e6b
   6.397 +b9ecc3cb08608b2395827d5729781dea49d328ba0c1b4cf2cec9f6bbc822
   6.398 +1f2bbbb9d88f9e7682b9ecc06b9705faa8a90a51678183db1e24cc2c4307
   6.399 +e16b3c20f08f179ec69df7a8c4261427f5886f9179c493bf2d0ef36640d7
   6.400 +79925585724aba69df6d1b4f0bd2a356eedfd74a88bea667b102420c2300
   6.401 +ec420e99b9ce8be1472b617e1255a7f43a0b52f11657f1a4dbb624a24886
   6.402 +9604fe2062b98f5787d010723e520a4f42a0c3943e151ee627f3d5db90e0
   6.403 +7747e1a88a53c4784c8d2b042b9c23c9e436d7d88343171161a364cd8961
   6.404 +37a19582a00d774ef01c7c3fc9e9c7be5074c858d2bacd707a6a4f322027
   6.405 +137d6ca0421ed9f9c7e7229e867678e5272cfc7156a419e893404ad7dabf
   6.406 +a5d8b6fd0787cb4fe1a901c34dd931f1b64f0c470ff807005fb66350d0ea
   6.407 +eb84ebef2c2399cd14a4454ea5004bddd99988b39c4134b92121ec77faee
   6.408 +55cc716eecc58b594b39c41dcab308efa4458ed71943ec5805dcd0194ddc
   6.409 +1ba04a5d3d42d07ac62a907ea25cd2a7e77aba470324d41dc1a3fe088388
   6.410 +787b3312f472cb4f23a414fa5f7c7a0cc5d121d7642b5b3f0cf7ca2173af
   6.411 +3f878f374938251feb3ce5ddd2d7703fc79a130978ac516daf70ae903799
   6.412 +28bea3a4296f48725d578d2e8fb0f932e398404fa8a242024bc011c0ae81
   6.413 +7b92bb104712253a5d89c543a744332069e33ca08bd133211d233ef799f2
   6.414 +fed6a20a9073021e505def8b79e1279dacc062cfd4dddc2e8e0a7fda5dd6
   6.415 +bb5a745f99cccb7ec1df532308da3da0f236c74639c280ea649b2f7ec27d
   6.416 +24221470b642567f3b2e1cd0b3ffa65c5ac986b557aa9b444bf470380435
   6.417 +abae9b51c6da7ff753810ca7938d8a1c47d2b41fafd236cb5998f3ef365e
   6.418 +1f700bb257679ba3a82e235a3e97a667a6ad94412839c96dcd49dd86ccbb
   6.419 +6df8ad01756b311e9fd57ccd2eb2f19f035e214804e2b77769319a5389c2
   6.420 +35f3ca2a73c616c9ef0984abcba167d7d652b330c68f4f6378aba69628b4
   6.421 +2d59eaa2a7e4c782f6eb96f6758d17d35650b15cb5de9bf973b3b6f67c1d
   6.422 +f3285be8322fc2b44359640a3ba5d6d7b96142583a00a9a0ef84fbf14046
   6.423 +09ad55b2aefe8c5c8f58ed21623bf765f81dbb6cca6d2a51fb7730a14839
   6.424 +392cad6b47f5e03448350ab36a37d9ff2b9dab69be5196511072b10cc91f
   6.425 +2e6b5160b2b1bd112e6c02d14063a9bb46977b0d4bc79b921fd942f916c9
   6.426 +c5708e0d133c8309de2f6ee0b1afc996c889c36de20fbbbfd32878f477cd
   6.427 +7735c7c3fa59e9c46e654ea20b4381d9f6c6431082e6918d532bcd539284
   6.428 +af0333a783c9e7fd4fa1e4da5ce8fea2ea4037644a24532d65fa5c1ee982
   6.429 +89e4b9abaf71a35d308a9b8c337f70babc5fc8dbb0327143707ca5b675c5
   6.430 +2d3cf09f7a4f667fcda03d8c82d157e661517787ce6bfb35ea772de13c66
   6.431 +2bd24b74ff9ab0fbcf6635d8e06b54b5b3125d17ae13d175cb7922338ec8
   6.432 +9d1159fea2110995ce48f7d2b094f06d11d59b3a64a44a83d48c78855e47
   6.433 +21243e82d9858401b094a236fa0a90d61863931c30d13b9bf33a35ac0d11
   6.434 +a999f2b4dfba6fc187f8c235a5217d777a5a97112e7db6a8a4b06b07d9c9
   6.435 +f41820e233c8b58b9e47ac56ad1ddcc0b35dd03976bc776c6ac3692ec0ca
   6.436 +f8c75ea7825bc84156468ca7b269d890ec9d4a365b0b31d2f6530185d5e0
   6.437 +2acc3ce14eea55ebb5667067825a8682e135d23c78863d32065ddcf1a755
   6.438 +e0de6dea7220d1a28416b96db40b1e9f159aeb070c9a9515f301f162b0cf
   6.439 +e32c6c89287de6e2b40458e3393826189a10af8517ff5a10c41c9d05d999
   6.440 +aa9305a2ee8e7fe46076bc9c5722ee0a140a144ae383e84a8abe70af5d29
   6.441 +96a0a896cd499caa0ed7867e7c3aac563763216e7769d12218b584d853ec
   6.442 +01db93ca22d0c8d6b286b20b6b26d6ef19f2cebe7030ecaa68d069fac7a0
   6.443 +09d61770b5e8f83024a99142f59d88297cb8d093992c3c6c11b043b151e8
   6.444 +20df640407d8bc829bfc196bf2901e63c6f16102d03ffb7c54a7a560f5f9
   6.445 +5cf8379f4a2eccdcb604bd553e6157b4381940d1b3c768dbfbf2618812f5
   6.446 +7fbe744b3d8ad680dd9223d8bf2412ecbb614d05b485e3b4669d22b417f5
   6.447 +02cce2d705c208b15fa83b5be77ccfc1c840f385a58ae49fbe6ab4e53912
   6.448 +473630e0cfecefab95ebc632a2b10a2103bfe801ca0302542080cfb4cf4d
   6.449 +4c241b1a6c8d28114516e3f1bf39dc02db73e6d9a797279acfd79b02a71b
   6.450 +ae34860dd0e11b18954129f8dd57c039bb7063a4c92f0f6a1e25f4ae59d6
   6.451 +6c1cc6b73a79d6a56f7f2a8a64d571caa8a760f4f485d770d000ddf393ba
   6.452 +784bb27b781c47678dd78ae9b5d5e8b57d163c42c7a55e4aae22061686bf
   6.453 +aebcede728ff2f65e75955585208c176d100912836b5200a79062d4f09b1
   6.454 +ba9465b0e937e289160ec543a4cedbbe0cdb5ecfbb4838138ee9e1ac757d
   6.455 +3c5f04fb6b510b389e2f521759e403bfc8ec6bd79e2d40bdd81901c10dd7
   6.456 +4620acaac9108940daf03af23f09d3c8b785db562b05e597056406557857
   6.457 +e96fc8bea53c2c2ccd0ea6572abb0acacfe29e737173d665ab6dc2995f60
   6.458 +807aaa4073a183aed23c26c67eb137c937999fafc63b66a021125e4ee5c1
   6.459 +a745ad1fff2bd828dcef392052965ce0e9af7a2c88d730fef69da91083fd
   6.460 +83d9fe9f73d42a8dbdcaba85b0fa93b210dbf49cdcbf5d4b69e07375fab1
   6.461 +a39038cc51f66f0b10eebe0cc61f697f7025d9755830b2d65f1ad0db91ef
   6.462 +ebbfb578053de329935bb28d6ed6c12f748a2f70458990f04d56c35557e3
   6.463 +8bc5d2e5de7f52bcf00c3bcce091aaa8852d53ac686f8f407baf3f7c8968
   6.464 +69f3b62f44a5e2291aff9d30d7b5c663658a41add74562dbb0f1062f564a
   6.465 +9b907846291700151de04c1a55cb945eaa2e7a709218ec56d1becce1c0b7
   6.466 +dc41d5f016ae8080c3b07311590a0def35337fc3c844c0ccd04926be9fec
   6.467 +509b1255ef12f368d20601b1ac8c68b0a935f987a21de0f8191604e921ea
   6.468 +0c04b00dc188fd73499852dbcccd4119ef799472b353be7f7dcc904ddfdb
   6.469 +920839f3d4a13bb1796f2dc886f31217845f8d7a543aabbc720311fd0e6d
   6.470 +a31ad3daa06d5e7e6270a34304f35ef170a7abe733428e96b0522fddbb5d
   6.471 +eb35aacec147067fe066c9ef145246fa3d444d176c274b91fddb8a7bd7ff
   6.472 +7cc7693c25895bf931eb321dc9d79f662a17691f9bd1662fecbcecf6d1f9
   6.473 +cd8ddcda56d19811f05fa48bcb492feb355b0ec7c04d6046549c56f7799c
   6.474 +2cd0d9dade8809de7d510702e525ad9cc82c41b4fb36218e3d72e905c507
   6.475 +159076a9c0e4a008ccca17bd594c69f5eee656426f865fc1988d677b72ce
   6.476 +b710b29a0aa8f8337552ae30e93bf7c6e5d013555872dba4737dc5f08c0f
   6.477 +efd428c66fc8da675373f13f89102688977e18e14dedd7f3b676256b0263
   6.478 +b66b013617d9a026794b0d6040c23c5506a98530249633a6beec46117c96
   6.479 +ec036eaf6439e25b8e57754af5ebaaf9b57880ad4fc93f002fb03e9fda21
   6.480 +df4acb78296b0c49a5a852c134c3b10755177a0dbd6c54ea7a2b9bdac62b
   6.481 +5d7f3da649df856478e4baf97899e0f891a96536c283f5c81200c51c6ab6
   6.482 +77285450c7f7e96836b6da5660f6cb76782ddfc64b6fc348ebc3ba4a46f7
   6.483 +19176296d8c5a31132b3fa7d935a5d777c1dc84d669d564cb4fd689a38ce
   6.484 +680d0b3b130caea0be43864826d0d154019fd0d865f1c389cd367cb5248e
   6.485 +24640eb6f66603e50581f6fb5aca6cfec1d6dbf4196da10a5e1ebb14e4ca
   6.486 +0251c4c8412cc1673d6e7a9666b04b090567efa0b830d2362fd384cb0303
   6.487 +8a40290597bdaffe429bb89fb66b9dfcfa92f39d92a8baba7266d144ac04
   6.488 +f069093ebb3fcea961ba4497d3628ad207e0c8c4fac0e5f3f2a663a8d05d
   6.489 +b6dc33b890ae13d84dce64b495d24cc749b121659373ca31cee09bff2e9e
   6.490 +e5b62e89d5faa4482a75f341dd172500a54b98fc108a69a3ea94db696513
   6.491 +d4c7691e0095ed3900cd4489ab008b5460b34ae8dedf3721c60de7086605
   6.492 +6c391137cf23255c565bf11403bdeecf8bf39ad5e4317a4bb37003b2e7c1
   6.493 +400c3b8ed7f63719bddf07908dc2decdb0f68e8ef722851c4420303f6de1
   6.494 +b5efc9b2598732fd1f2cbe45a504bd7fbfdafeade3add7274a1e875aba3c
   6.495 +4e0abfc6444944b79f95b5009560818f7a0599e5bab4405378fadfe084f1
   6.496 +653e5a0166714047e8bd4e4cb116596d8089bae9147ec1d62cd94491af75
   6.497 +a1743d58bafa11b63b447c954a8d7fe11d39d969feac8fa93c614f97807d
   6.498 +ac62cb7a84a974a0fa555a2e3f0ef662706efcb828ef72e2ea83b29e212d
   6.499 +f89ffecabcb08dbb7119203c4c5db823bf4e8b698b763fbd4d21e57940d9
   6.500 +1754959d21f3f649d856ac6615eac692ebcbac555f772eb6ba3cece5ebfb
   6.501 +cfcc2f3d8dcad7edc697df93aef762cd47cc3ba9e2cdd10940be676efe7a
   6.502 +a3749170edb47b7562805e3f8bd978b18057c9110ff8d19b466ea238af32
   6.503 +993e2d3021745b238021f824d887d2e01a7ff12fc6f084b35292f4864579
   6.504 +406c0f61d0ac7cdf7e4770b424e2ccc22353e6c82bf8ff172973df267ded
   6.505 +bdaabc2a742beea02e35b9b253f98de9ca131f802deee2905ca1a6dc4608
   6.506 +19a59b4a4265c723007d0215fc8ac2a91ec5f86cd6aac1e370a297103c3a
   6.507 +3cff58c7ae201cbaaa8a12c93e95e73974f9abcd678451b1db02ebb2e10c
   6.508 +c5abfa573a2ea4219fd1851765649318bb556b728d432ec05a86e9894aad
   6.509 +9cdca63d08642655801bb37f28b6e11b958e8e800c8d521ca4aa045fe9ab
   6.510 +ac02dc015d18b1901d519181ef60227170a07f3328a6d5fe4c5aedb35fc1
   6.511 +3dbe86564a9b1dd4c7ec648880360cdd1742ed4ac409450f1d9681cb5e46
   6.512 +5edd1de2a2c7f8ed63436f98e849504ae71bb872683ae107ad5df3ca0b47
   6.513 +a5b79513e02d7c540257d465ae4521cb3449d79c931e2ce8c5b0a0a4ac88
   6.514 +cef7b9e5f92bf721ad51682d6b6f6c14747f78eaac1891fe29aed4eaf177
   6.515 +e3d2fc655ae889c0c30a3575a76c52e95db2f6a4d8ffee9518391954b92d
   6.516 +39dae4e97c4022031f8ab390b66ada6dc9ab2de4d1dddf26ac4032981a69
   6.517 +08f73d34b4849ae28832cddc0dcd116a47d9262b0f93c24fbfdf8a78e6ae
   6.518 +ae3357f3fb89530854257a9db773a1acf5271fc4ca04a06b46dbe661ca11
   6.519 +9f45e0080cd129e1a7c23a33f1c48af960761b117d9d91fa5a0ed3e47865
   6.520 +b774a322f7dddfda2960b91fa7ba20c8f9eb213251299ae328b28ef54b0f
   6.521 +55fd54f8047c555e4045cbd70964e1c953e471408e4f25fe8ca7009bfe44
   6.522 +0244b1e30dff518ea7ce5078027baba4e07ecf0ebecb497b4bd88f1ff72e
   6.523 +b261f6dffec0ed895e237b5608d31ef479e8c9ae9003039a5fe67252ee39
   6.524 +774e1501100c0fcf154f5c5c81c70539e03118ab91f4ce247f6132d46346
   6.525 +bbbb126c09d7459c1977e6e367a0c83d14edf7dea081e5f795a7c831fd1b
   6.526 +325b33674ec9c2b68029a0e600746329ea2e1b9bdd5cb2b140468e53c108
   6.527 +8e8f2567425443f8146ec37101fa4dfccb0e032fff6cdfd76382463551b1
   6.528 +ae8ca6cbff0e34a3f75ad400a9573217f8cbb00a6d59ff46e48421e97091
   6.529 +cb17f53f20ebeb89609ea55ed6ba4101f2f3ceccbc7ade21202439ef91d8
   6.530 +a9a783c22de7e6601b50c4342e094d0eff223494489fa92150425da1b432
   6.531 +908423fb3f41e0b115ec1ba592a4f920d15610b9fb33f9912aba67912d05
   6.532 +1ee00a13282c1909a3a56c4ed06f2f4d1739dc296b7492aad0446f87a416
   6.533 +c6db4d42b504dec3a6756f3d0845ab2d2e151aa5fde12b31a9c3b5ae1cc9
   6.534 +d97192bc048f00dead66940004281c4d5a92c20b1f77795cb4f98b8eaa7c
   6.535 +be16f9b9d4a34a1a53e0a0deadb4fb4b20d9e8064d3412ea8d2ebd259b8f
   6.536 +2f04bf4bf11a5ab7883c99943d762549c3d5866bb6ed85a0e862eafbcfc7
   6.537 +03bf4b77cecc0d65bce4df33e0d65456397f231f8cbf66672457cf539817
   6.538 +6aa5292fae24695009e55904a04588659a3a23fa11989b925705ab45f954
   6.539 +6f862b0e176fddf75b70d9ef7389f750becbffae25d58a1252cc04a79e13
   6.540 +fbb6a666fd87cec5562c3e14fd78ad05be28ff3871d6fceff5aa8965bb65
   6.541 +67ec76d105a6348e915b27767f5010011e80e0e2f9c34742a4eeba369e66
   6.542 +8faf086a45ac9bcdd76c758db01a78602412a4244c759ece0b963d9ea58b
   6.543 +0efbf4376bf115288803a54cfcf78584c8af80da2a3324096463e3898285
   6.544 +57de6c6354444b12a74d5e66053f6907c48522cae9e93bccdb4632131add
   6.545 +52eb374213888125de71994c31dba481b70b2e4c1f10b865d58ef09fc9dd
   6.546 +2ca7f69bd2855895256caa5dd6bf7d4d8b341d677c56ca08fd7ba37485b1
   6.547 +444af8be0dcdb233a512088936ab4d7fc8c03139df396b7408747b142782
   6.548 +d9406db0dcd31368d2f23ddef61b0da3c0704e9049ccf7f904548c3ca963
   6.549 +76eadf1ccf77f94c157f5b84f74b0c43466134876a90c5fdc2c53af70c3f
   6.550 +f5c2d13cb665fed9016454bac1a629361c8ea62f4b2399233e8587db6e75
   6.551 +a9cde3530f20a68ec155d275a4aa6f63aa5cd115244643b54911c954feca
   6.552 +d57be2a6c40f1bac38e393969617b066f7d94e8b18dd80fccd0168d4a385
   6.553 +f2f1489d1dd41b68d47e5ec66ec568333d1f584e3dca90f1367a990630d0
   6.554 +14355be7dc45378aa111c319838edd441f15e125f928e044640f25ffdcc5
   6.555 +c116c3f6ce0d4d3195187b22200808366eca9b508ec45e664e562186efec
   6.556 +a97b22835d384758849605a01973cd9ffc1657b124950c9d9fa3e18b1a20
   6.557 +7156c4f96f08b87824373c2865845d17a0dda71b1d69f5331c5676d0648b
   6.558 +ca80a7958a2aa034d7e1e9fafead9248e6e64f9ec327c60ae4f724e1fb95
   6.559 +8a71e82ac3842768b27b506b5982311557432dc3f270ae6eab23a42fef70
   6.560 +dd0d407a02cbadeb7b8b74a2523cf46a5f61e52b053c2007f75ae053a96d
   6.561 +e00646662d027d93f950e516cddff40501c76cd0d7cf76c66b7bcd1998d2
   6.562 +7a19f52635c8e27511324aabbb641dd524d11d48a946937b7fa0d89a5dbc
   6.563 +4b582d921811b3fd84c2a432dacb67d684a77ac08845e078e2417c7d9e08
   6.564 +bd555c5265024aeb55fef4579b46f8c5e79770432c5349d5a65a47ce9338
   6.565 +e1b599328bb1dff2a838f732852f3debf4bb9b828f9274d03d7cf813b123
   6.566 +687c5e78a26310d87870bfcb0a76bf32aa20e46f6b2826912e562f503aed
   6.567 +11e427b7765cd2a68da2ec0609259ff14f57c07963d075e96f8bd2eab9a0
   6.568 +dc32714dd8905f2627c6d6f33563436bda2d7fa9a976f88947b84c72f454
   6.569 +bf0b66ca84470375d2ff252b4a2df52ab613d0c8ef0465ff1d809ca82025
   6.570 +c2122a8f44c56ebfa25690bf6a05675ebb8634ddfd24c3734fe8cb32d6d6
   6.571 +c69c72a4951cb959175770b4286d383e7a3f158450945c8a2ccf7e54fb19
   6.572 +aa8d2d98a07f0c55f834f2728d89f82a598269750115a02287c4d415cdaa
   6.573 +14e1d9e7032684002f90603c0108dd26b40fb569bb21cc63d0da7e9e1873
   6.574 +9df0a9c85bc340d2b0940860d95571dc244628c59bab449f057e409e58ca
   6.575 +cc3369f4baa8e53c6765a55620e78341dae06e5cdf2fa5e5ba58634b29ee
   6.576 +ddfee7f78672e55f18a7debbc30862f278f83f4cc123ab591371f548fbf9
   6.577 +bd24b3453b9b57051c2e67edff2104f3a05a9f0cb7efd81c1b1b0a2bbe95
   6.578 +21854902526e5d4fa1b3be270811b972e8726623410cec7911c07f871428
   6.579 +1caaead97c503714eaadb14ae5923f020093722df1b9d9c055d7d5f95af2
   6.580 +a9fbc5ab6f6c2bd655f685534d7dc5fbb5ebded6ccdcf369bd83c644dc62
   6.581 +84c2810495888e9d8f464a42228cdc231d5b561c6b210bc493fc1e7bfd66
   6.582 +5a6c4055a6a629f571f4f05c15cb2104b4f9d0bd1b1f0ab8252da384eeae
   6.583 +f5fd5c663ad7a2c29f65a48a30ed8de196f9eb8ea314c6e86989298146a5
   6.584 +589f76f12664c8d008228b33144679d16ff564453b5e4e9f813191b6c99e
   6.585 +2680e20a410949ac30691b1428a255b6185b7e3802e8511192e73c376f3d
   6.586 +eb807ad2727fbb4b27538b3213da0746231b1c1b595a958466155835c537
   6.587 +e0df4a0ef272d4c3f7f2ef011daed38bc58bb0fd7458e48060db98971bd4
   6.588 +b24bc7bd0de92573a1c7a80a5fa2b34fbe50271dabeb83aaa4235cb7f63d
   6.589 +6a6b399360df8b1235e4e9ab59698930044a98d5e083b5f5a5772309b390
   6.590 +9e1ff2a252734b32fee3940f0e1ba61f54dd1d3f6ff0d57c9ae75a302d14
   6.591 +b9dd9034279aaca80b6bd05c74bf3d968305a5046910871223a3ef8c77d8
   6.592 +25d7e6d3d2809e76064c473d1cd7c05666040b6eba647e34588f49fd70a0
   6.593 +3c937933a2272c938d2fd3aa8149f215bb48f3bb45090bcb9a6ace393a44
   6.594 +f1a9bda2ad09a5f566b2e8887880afa45a603a63ffe7c188e3eae926a903
   6.595 +4f1803368e773f42c7391dff1b9ce8599161515c549aca46aebae7db23ec
   6.596 +8f09db0e0f590aab75e8eb890df354b37cd886bdc230369783a4f22ab51e
   6.597 +0f623738681b0d3f0099c925b93bbb56411205d63f6c05647b3e460ab354
   6.598 +1bf98c59f7f6c2ea8f29d8fe08df254d8a16aab686baf6856c4fed3ec96b
   6.599 +0328738183dbc1eebb2a3d301b0390ed8bd128bd8e7801c89941485c3c86
   6.600 +22b5f223cb07dca74f0e8643240044e8c376abbd8c82ff98c6dba9b6d244
   6.601 +5b6cf4189d63c6acd6e45f07485a0fa55eff370da7e71c26469740a68627
   6.602 +a3c297d2bf215121fb67815b7b9403aecca10d21e59fabcbe38f5ca66e7b
   6.603 +551b22e28f2d1fd7303d15a42c45bf54b40ef7fc93060ae5164e54f91c55
   6.604 +20bd303a98d0667a02a900813b260c0343021ac01872fd62cb6abebc7ad3
   6.605 +a4456805159839ca4a3e35db586221169ded66f852e8974e3815d4d7659f
   6.606 +6a9bb93585aaf264f06cb6da6a26e51683945224158ea69719b8e4e36eb1
   6.607 +01333aac974db8f84b051724cf245fe7a4c86582b5dbb9a5d9318180e33b
   6.608 +8d92c22c44b0d18f8ca34dfa4ee9693c1a26fedece01635fc5eac1fefa81
   6.609 +32458254ad46dfdfd2be12a1e7f32f3728f286f1d5d4394424a073696b65
   6.610 +e3c459aee9310752231fa703faf35e11796c4eeef698f4109ca8c46ee322
   6.611 +5dc2e3e04fa787188e583321f8410b68b9624ff60679d3f25c13e5ea7506
   6.612 +a3ce8d0bebb99d9a959ad92d8cf909988d9250b310629903d6bfcad4581a
   6.613 +504b91b2c91889987f36d6fd0be1d0ee5aac00aa0cb48d78a1f7a64a777f
   6.614 +089573ba79452efcc31c8258fb317369feb0d7ccd48cf13da6d1ccb59a4a
   6.615 +48ea0b398e590c1169113fed81639e13e96aa268d99cfdb7aee977fbe85f
   6.616 +f784853a06642b5521ae0a7f610c9739af31ba7a5157ebbbad999e23794a
   6.617 +d2cf25af987dc85dfa29639957cf28e7f2b7671188045130a6e2785f8d8e
   6.618 +30e91f0f68c1cc9f2de902952730003e816e4f5703db7a97b4c566f80547
   6.619 +42fa77be563ef681a4513b9a68b2b0956551c74545cc9883428dfa72fd5c
   6.620 +4eee93256b26bc86ea34f7427cb0c0cc22c0cc343f739c6c0c46d0923675
   6.621 +5e04d70587426ef875f8c89ff8492ea23e4e4d763b84a6437a440e69eb70
   6.622 +65ab6d8cf5f8444a844e6ef3d158b451d121daea2d0e2b423eea24254226
   6.623 +7eff1b4224c4e80af2a7becac1649e4bbef09f39415e9b1e3750d7ac47a1
   6.624 +068a4f5ce30840b00574eb4e683e3ec25f6e690feeb0d354568efbc354ba
   6.625 +813ca1400734a67693af127b0f636d58b83e91548f98e3d87da7fd7cdebf
   6.626 +f3ecb4b9272d1c83d4980170378d32f1d98b87c440881af9ec052510982a
   6.627 +0c02ba6743bdc7691a44bae5e044c25304c1a2525cf2c0694494a2e9aa34
   6.628 +f36af43ab288807ffa4bd418ad51d98c75f2b2f01abfd834d3305682b6b8
   6.629 +62ef69d05962aac485bb4f560583a5dbb74e967eaf6d299160753ec32249
   6.630 +bb1d9851d5441cb0c624208e69dc876cd8841a66976b5d7f9c99be68363b
   6.631 +8112d33d971f2c4f2a1feca88ba1a794ddb725c5e2e2c248082231059aef
   6.632 +729bb5fee5006ab8809f63e162fc0743c047c7984a9e6333b433fa143d73
   6.633 +72d4a74fe37314508e04f54dc7a1445e2d6178ec9c041d0cd4fda5cae830
   6.634 +4b16feb21f3222261c293a8b058dc708405c1a97ff34eee4ca69ff4e1ee2
   6.635 +a03380d52297574e3aa50c8afb826fc94a14e8caa9ba89d6e92913be9e07
   6.636 +bf7ae011e6bd142d8952d9c2304735e875d1ddcf82fa9fc0c6449df2acf0
   6.637 +d5f6cff6d21ef6b2d29022ed79c4226c97f163284f2311cf34d5b0524a1a
   6.638 +a446645b9d05554f8b49075075f0734b3d1ea31410759c174fcc7305d2c1
   6.639 +d7128781043cba326251a3375784a506cf32d6a11a4876f85ffa2606fbdf
   6.640 +27dd16d64b2108d808e33c409dd33f6e0c6079e47e7196016f261e824fba
   6.641 +b0e4f91a189747053e648ad2d942ece8f582f052668b63a23a2fae4c75a5
   6.642 +180db7811aac654270ec6e341126e3561429f1d41fe7ba3f1de9f8bbb8d9
   6.643 +fc5cebdef869376a2e42dcaa578c0807835e58d75c39f91a83d5c1eb86a1
   6.644 +b0f7aab991f65eef030f212d38d10b1913bff71717c06c78d9a1be136f21
   6.645 +4be157ba11ba309326c55c23ae8512646751fb82ae200c06bd2e644bed38
   6.646 +c7cee826cb587ee8ff378b7fdc00ec316bd4a9c24e2c250cb3d64f8ecbb8
   6.647 +7f4d81626d7f1e4491908bf17c48c84bb1736693eb4d0fe634484cdd590f
   6.648 +a40ae94d44f348ba683a43004b487f047745fcdfdee2e913328a11a99530
   6.649 +9bd117e0e5be4fb25d176d59dc2b1842418141190ed9ae1f33e5354cacfd
   6.650 +a5e4bc186119e1461bcd98517e675276ddf0296d3b3cef617dfa36b4759c
   6.651 +944fd721e1bf63d45cea90b5817a40d153a2f779e03487cad3c1375425ac
   6.652 +8cbabf7f754d16cabe45c65f1be4441908e0969d5a5111c931e724537dea
   6.653 +7cd3fbfec9b2f7d3efa747bf586e9218c3106c49276b89fa28f770fa0644
   6.654 +fe1f3fe3adf07f59c755a5b39a2ac1d6f23c256a293bf3b31b6b9cf4c622
   6.655 +b188d6e7401c038657c78bfde9ba09f508f1bbe3ed79793772cfc928c4da
   6.656 +519f7dbf3ff7074284437d2de8d7b7c78829642d924abacf353119e9088d
   6.657 +14739935a23667c432806085c3af71ffb7c5fe6b4412b9b1044c1e62ee0a
   6.658 +a5ce7e0322bc65a8c7d874270d84136526e52d0c7f9f93199c6bb7301216
   6.659 +a19bebcef3c5633f21d012b448d367157ad928e21f8e471e46982bc46a7f
   6.660 +df1bf816a86dc62657c4ebf286134b327ce363ab6a66634eaa2a42e99034
   6.661 +069fe1302febf06959eab8e7304da4d94a83ac1650a02c38c1c4b7e65c43
   6.662 +e3a6fb0213e57ac49e58721a4f36996069caedefeb48f1a59303459d5873
   6.663 +f3bedcdb9d00c1cf31130c27b60928f210e1aa5e1c8e04b86d2049f31265
   6.664 +9198fa646c53afa9058eb8ceb41bda65f415c79ac92af5790b176de1d300
   6.665 +f1c06b782d584f458dbd07d32c427d894f84215a8e7819e295ee98d976d5
   6.666 +644f11920ff2f49cb1075c3bb42b9fe4b561362902f11a75669b7e7c4475
   6.667 +b65f1ae48834cd67816eb63b58cda2f50bc22eeb0cc965569b476bedded1
   6.668 +2701668f609393659b266bb0e37bb27afc90bca271366e34754383363592
   6.669 +0f9a3b508aabfe8deef585b07a992460c592a150b325b1e50e4214a2f483
   6.670 +e9dfc826c54b488493a96eaa37276f5a9666f0a5388fe388263d2c0cf614
   6.671 +c6cd01571da4389f01fcdbd0ade1c435d64c5921b5bf7dbebd5268100a03
   6.672 +1e1abb8cbd83873089a9e08cf80276c7e30d2bb40280278c29fa818eb079
   6.673 +87623b1cfe13e0b01e27be0a8320b69b5afee820f4705202158b7f3059b3
   6.674 +655bc28a754d088fde23d43d6a9389da8bc1cf3e8ea1a6f4328c196e655e
   6.675 +42184444d8c0614c7167c91a492c24c8357794c61f5e47cdaf4b38004a5c
   6.676 +8fceaa8151e929328bce1b8f67b22034f3f75e4d105283337c3d460e7d99
   6.677 +89920c43f5e1449c74ad6ab5ea029cc6e497ea60068451c4ef2132fb87ae
   6.678 +049077a156c868b768df4a4c475a532e2a22d999931c64f8bcc18f51d25f
   6.679 +0f94fbd3e9e6c094f78da062f80c4aa2b86fa572cc469e629deb4ba0c553
   6.680 +55e8422b562ed2f694d0e8e5540144e30841d7593b255edd4a61dd345d5a
   6.681 +00e411d2c50d64782a3ebedf945fc31c00d2fe4ca800f5aeeaf12ab399db
   6.682 +956362e979bd7ef0787188e43835e5389ac444d13204af6bf1875622f175
   6.683 +09f32015c28729cfa3b3cca90308eefaf260e3fd9df10f3e76786b8bc0eb
   6.684 +a30e8cd33689aabc55e3ce387cdb89a30573495852a48009cb58a0fd34bd
   6.685 +da911159ccacc94698ffb94c5f45f15ecc9e82365174cefbe746f95eee44
   6.686 +7a33b4d823487e203478eeb2d8c4bc7b743427778249c56e48fe17d0a501
   6.687 +7b693509ddfe1f42bdef97aedcc26ceffa9357dd985cdf2c70bbfc987354
   6.688 +6f0aa7df227ec42f9ca2482f58809e3f9650444568c54d3520bd0a7301ef
   6.689 +48bfebef1fc4332b5ca851fd786c1ece136fe9e575b69393b5aec2611903
   6.690 +fae6e7a5046e2ff350becb8700f209b1131044afd32fed1bc1297b6a2f29
   6.691 +6ec3b87f170e92aabacc8867360e4dbce9ea29f0c1df981f6cecc8986767
   6.692 +0ccfb4c9faeaad7ca9029b8ff0129fec4a040f80ead041b3bc8af7526675
   6.693 +ed9e13204e64d76440a097d77c535d34165bfe9ffcade530abcc75ae224e
   6.694 +890d5c110004e218bd827a02ac7340e18bf3684c43e664e0a37d5fd4fd1c
   6.695 +4d4489d25a99d542c16e06685652cfa3567da4eb0cb517be1482939da0cd
   6.696 +d0ea3519ad1e51bd9dc7b9077375a8cd3b5de9888697e853bacddbbdd1a3
   6.697 +0e442e1d6f2d652046821813d0cc0e8f16c97cdd32daf239f5b2b65ef620
   6.698 +46f6e9821b2e2ec539302747795fa746318514d38bdf0d0e490c00e114d5
   6.699 +03e7fc9a8fb83b14337a5bb4d640b52630f5450bb3bfcf7cecfbb1ef5192
   6.700 +ae401265450db197bcfa07315ff95a809bc5fb4249e3a728a817f2580ae3
   6.701 +50d8d6577f79c883ab4a3119d9ab98219aed0d1e826023a66da814396058
   6.702 +d95e52d9af8bdbcb0454721f27855b686d13bdb473f650c9865f3e04f08d
   6.703 +b10f5256a3e59bcf16b12a84bb7ef3b370647cdad5929b722a05f5b3669e
   6.704 +14c232bb82fcb9c1dd8155ff4515f4e83c895cafb86754e896f38e5f3beb
   6.705 +5d29f1bd99cb8a09c5e50f412f6d8a773b79021ab2c4831aa663c5defc4d
   6.706 +553616874dd5bd8b75c7a2af7d029aab5a72528fbc4b5ee3d30d523412c9
   6.707 +60b432434017c4cd68b2062d28f307fc287e11663511d1a6b52143afac0d
   6.708 +ce0f7ba3f326fb707fb8d2c985dd60090e6664f2344e098a7a1a6448026a
   6.709 +2ee651e8141cd7786b6543f512e4c31d25dcaf6652b1eb52706300b771cc
   6.710 +0c49295067befc044ea46341927123ad4b7d094784bda7fa7b568853d0b6
   6.711 +1e4cc39e1abcc9479f91a2501009ae34ef7d5ff56205cf5288503591cc55
   6.712 +c48abcc78daa4804549562afc713a4c11152e6e4331619b2e474a25ffb62
   6.713 +7c46112fa4259f07871f8d6882e9a7ec62d20a86a0c502815d0a8f3f5ce7
   6.714 +cb4a6a74b6db8e17d54bc919b82c7c729cc05b98855b9d8a0fabd8a9bdfd
   6.715 +4333f395607631f57c0473be0fb290c4f40a7aa6ac49208570ffa1d0f849
   6.716 +d4871ebcf9ef6f5106301cf54ff8cc9918d6de74d519fccba58bb1c21543
   6.717 +f3bca9f43c211b2e5c233ff6dff2c9b56d3f656f6070d13dfd0be04653e4
   6.718 +98c670770e01c07b731ca0e2eb56e608828fedaf1a31087f2d43cb4c0074
   6.719 +e576769b0830577c86ad5de48ee216df02d7c4e4ec231afd8e76c608fc9d
   6.720 +06cc86f38cf4d839e0a0829902f56cf2f86f08b975a6bdd0642d6b4c78e2
   6.721 +57cf9a4f52646a952f6a220c36c91db7f44c7f44bddf33328ea8cc01827b
   6.722 +5f2d79e3ee6c514a4f8597a847ef5f32c6400736e6ade28faa7bc6e9c6ba
   6.723 +e4bbff236fa6dd2b0ed23fc77f92649feba149f82488260b0bea2a4fe1f4
   6.724 +65d96d8c51719e5e10d4c17d1b67e700aac36b1ed55c93b4b2604e72f51e
   6.725 +b30fbf5b64c6fcaaef764639ebd789f82ed354712c7f9fcd1df257e14c0e
   6.726 +8fd59a0eddab684bb1b4176d79b22ad2605bf534e4b8fac2272fbdeaf210
   6.727 +0424a2c5cc65f8dd5faa13313dd926128ed466046ee94bd3eb41f3ea5505
   6.728 +5a70603a2ae1981bfae8e77d850fc5a5bf1bacb3df9b7cbce68ce7979fad
   6.729 +a73c2900526b68236c6d37197b0c521c5b1cf5cbbc89238586eceb99818e
   6.730 +aa47ca94ff615233575fe83d0d50d734351e0363030a12300f7b20450946
   6.731 +17bb209c346ac1d35402b617d6260fce04ce8b3231ab5c05af30b0f3ccb3
   6.732 +3616d3df334c8d963279537563222dfbb705c3e14616ad01927f952e6364
   6.733 +4c4b7fa44ac97616c1521facd066aa33b2296dc03682eb6a3b9dd8e5bf62
   6.734 +53f10667ecb07bbd50553f1b211067f5cf098b64b84d94ba9ad8b146dc9e
   6.735 +8e9be06bc14cfe0945e22fd819856d6996e857c0bb5f292defeb493589f4
   6.736 +515700753885d61eee1b8c19e6e94fe2302c07933f949d6bf119d207fb04
   6.737 +dae7bcff7578bf33d77e29611c7cf03b2df12c242827ec4c4e5b5343ca3e
   6.738 +4f7f38ed337583e30dedd78a082f41d60cbad55d59dbba11af1bd296ed6f
   6.739 +e31d2e10d3a8b5ea698e656ff97755a47ddd862d23309e2e6ed3e3e111c0
   6.740 +2c3a713d782fe301dbaff0a4225f932576622d1cbae40d20f46958298d01
   6.741 +783851c894f2712bfc4736d3802e548a704878e2d139348671fb96d0ddbb
   6.742 +f56d9349172caef0dfed4b84d867116d91063dcdf9ec401dfe8abb269ee6
   6.743 +0d646bd12e0752313e2ddc272d9f4aeb9d940987596ab623f9198765cec4
   6.744 +62f7b6c540c9a70c9a872bd28ea62e056560b61ec51fc68eafe008f20760
   6.745 +246e06374ae5a6bd2577217700507978811ec29985ab644e474e41e8a105
   6.746 +295fa67ae05e0739e8c7fbc51104522934942f53e1e1df1ec2a66f0a74b5
   6.747 +9885cf2c2fad1cab3e2b609f126ac8b7350d5408a7df9ed5c27a10ef6505
   6.748 +6f0d877cd7bb902977ba93e6e8520d2d018560ec8143876ad0dcb95b173d
   6.749 +af72c0d413bbb5541f14faa57eedb3ac2430e36911d2f486d9ebf9cb6745
   6.750 +2ccc763e1e46e7a4b8373e06082176a6c66d045e18f90b4b2ad15802f6ef
   6.751 +cf2130cdc627601ecc19887784b6de7fb6a193bc3d057ace29f74199acae
   6.752 +69526ba6f7a2c669593f9d0849f12e37201c32c88384e4548a6718cbb2ab
   6.753 +714ccc917d93b865ac7d7d4dbd13979843f4f5c1f8b937ef12fcdc9aff50
   6.754 +f09d2625f4367ee70a98772a273d8919952102aa03297e3cbcd876da5abd
   6.755 +2ceb162b8fe1d9a22ff694495528c09a8819fbfb6946ab205d4b2424f6d5
   6.756 +6fa1c704065cb64fb2aa0fdf291fd5e7daa38667e6d8e889be7f4c453da0
   6.757 +59c492cd25fcf4a03a6995897145273a66cd6ba999138bc8e2aa7d080f9d
   6.758 +231497ed28a9a27b6b0d4785bfaee46fee71b26d6839f2549a14e7ab7347
   6.759 +0b6cf368d2d49e74c78d93477828e4582589cb447d795181d3f13dd8ad52
   6.760 +3c750df8f19b3260c17a6598b406472a7204dd26c5988911ce9884de9a1d
   6.761 +ce33d834becb1dc80efb07f32d3ed6c2a484c5d53746071576c3f67f25ff
   6.762 +1558986fe2dc2265b4fff79c07e3f4c6c0ce8319e04c14728ed722cf214f
   6.763 +65066148bc817753dfdcc0950bf80dc515002e1a92e7d8936e9b3aa9635a
   6.764 +a6d512c68aebc79a62a6bd17a411bba7684e1f06be9bc3d1aca25d50c8bd
   6.765 +1d75597194cf87c9ffe04ff28bea91b5b9521fd356ed9e036466137586ee
   6.766 +f0a8795486438d0d9707cb2854f12963929edac394c562235ca71376d938
   6.767 +e4e1518668180b857d75318bc22e9f0683749047e7649f9e20b35204b6ee
   6.768 +60c0d47bebf53179a083f0b4cad5b3327a3faf2cf03753e3e46c05773629
   6.769 +7e9bb305f603369cbb568350b2b5c6d23a35c551e0ab28b082e321ef4ed0
   6.770 +e2704d35c75b4750af782160c2f2e9aab0e14e541e95b64ebedd66db2c12
   6.771 +a8935a60177cab634e20a8871a3a72f4b21c3a34d9dac37176a321c2ce3e
   6.772 +e828d140c8445117e7fe4738000c30ffae8e2a48bd618cc8813e38fa0f86
   6.773 +92ca634d1e56010987483aa0f08980d91528df3d370ac724acb238e141ab
   6.774 +595dcb3da7a769de170edd5763078d1084e2ebefadf8a50a816b50722617
   6.775 +c9539dbd68d9062b015639708dd900aecf4f15adb36339c05a9aec7403ed
   6.776 +771f9f28c60e52bda3ba6902e06334036c1dfd66d35ed00e3fc0bebf55da
   6.777 +416093b5cf512217c47f905ccc91fad879d63dd1380519a02025ddf15d70
   6.778 +eaa1bd8cb6be67608fbc5c94796bd09ba35933f64c5e72a26db1ae40ef49
   6.779 +af5e972fa44660588292b67ac670bf046cb1f5a7a0d73ffd6df862744786
   6.780 +4a56393b0f1b4cfcfa362c74634713093161b29c94a2526b7138aa92fdde
   6.781 +b37a8c1f30a6b3837d9500b340515f0412e681f5bf36e7869fa157df18e5
   6.782 +c79df3e6aca924d7b7dd2e0d5b87682d7ea6913b26397ac180fb75fabc1b
   6.783 +8e156ed542b9d8c83079bccd141c187f90d72694de4f6d08520d11cd454b
   6.784 +bd3c2e6d259694fda0c8decc724bdd650163b7f6ce1181590c06de4c0dd8
   6.785 +536aba318cabf54782c919e07c2ffa1034143175d05deddfcd7dce6c86a9
   6.786 +ec9bf6a4437da474aac2dbce2c91aedc20043f179d5c9120f3dfb1cf6906
   6.787 +c27f2ec68cd75035c283e1672ea90d953a23a1515c420b81c3270fa06573
   6.788 +4d003eca1bb71a2dacdab67e44f47c266c2ea1776648b62bc110671e6eca
   6.789 +4546d3c72c8acd956e10452c32532ed51bf3d0518467fa829efd9c896e8e
   6.790 +1e5c7ff6da0b51e872e403470affc95f25e1d2b9b59ddb0472705e14fdc8
   6.791 +fc2af16527188508be10d098372cd7eb7d62a85c8d8dd1d0f55ae3ccd0a6
   6.792 +5dd6bf776dc187bf4de409d5db3fcc5a6d852848a251f4fb4e01dac5e9b9
   6.793 +587fa8c46ce03689709008b34dfb3dc105def80a1b515abcbe06e73fdf7e
   6.794 +7136e40cc922fe9a9da1726747e84427f288d934747b6c587490734906b8
   6.795 +a91144ac82a57957cffab561714e1ff5148a39499dfc8cc96bf5d87ced17
   6.796 +825e8f80cd943d9a73945fb8bc51cf1f9cb39c605491c1bb8f1c4139974a
   6.797 +59471ead310d041b1ca1ecd5e9f92007cd8243cb3fb1ec5256444699a9fc
   6.798 +ed6cb31eaf0912c16fa480a1cb4a8f4a9cb6a4d9a9903d1e2f674286032b
   6.799 +489b8a23ac4719fe435a9fa2d79abdbaba740e69d5ed611421b1aefcd06a
   6.800 +362ddbb7b79aac41e3e90657afc0b87a6e8c57ceef70a628efe19f568634
   6.801 +50f47b5c6d95870039caa3d07a54e58df064bb5f59dbe9b9a2c7c84d7e0f
   6.802 +32386309560a0efa2cbfa27f861b208b2df4a062ffe2c59c057296aaf5c2
   6.803 +0f48ffc9ff0692f8cfbd6fc6ed1f3a14537ba40d7267e6b5f69c997a949b
   6.804 +26577a9a99db3f53167355c4967dabd522292ddaca3c537bcf303ce76add
   6.805 +eb99f6664227a94d6a698dd5a5d40008349376067d057e28e55972264502
   6.806 +e035b1f5e33d7b3aeae016f9be50f2aa09aa138d15d7af3c1ccb805f2d5b
   6.807 +cd4e9b2b5c288b2af4a25abf0a9093749377c9e8232ba1af17962f85064a
   6.808 +23b0a13f11acbb471cc700f9f1b588f72cb63d3d1a95a93502ef74ed212a
   6.809 +c452f1a84619bbdf61a1dc79c0d9ba29c7f19b400f682cf66f7705849314
   6.810 +f5c8bbf973f2c53bdb060932156bf2c9cd8d36cf6271075500b0e3e6ad49
   6.811 +958af46a9dc950f4c29f1ab5dc0a85924f7ffef259f778459c80118b1eb1
   6.812 +ed29208d1145b21b19d62f755de4972c57a09b3decb0a8096ab025fe6b9d
   6.813 +be49ae35394f0ea40d3693980f97f712b27f0e28d8a549acbf1da63518d0
   6.814 +374941effacf63ac3de0523cfac0dcaeb690de5836741fe58917c7ecffc1
   6.815 +95e7b560a3e763aa70fc883751bd60ea0a0f893d8e9fe75a66c67e202c24
   6.816 +84f66708ae74413c0101fe0b5003be20881345d917203b582a247e6c74a8
   6.817 +1d0479f317aba7b9dbbc0a92e91c51fbe8775a44c57699acc9da84ad60fb
   6.818 +9629929d1edabbd70b4ef9887ce4ec2469f154fada42de54240cf3302364
   6.819 +7c492ba17e6936a4d85e0751df0945463368a803fb40d8ded22abe118250
   6.820 +86cfff1878abe5b100bc08b991cda6fdfd579332360f0c3374842edce6ed
   6.821 +e43649d6702f34668a29bf387e647f96d78f33395e8d4b3521cb4fb0956d
   6.822 +12c924c16eee798cde68e319a358cc3524c753177d976d4e14a2e0cb72a4
   6.823 +80cd87bfb842060b1266568af298bbec58a717c577be73ad808e004348f1
   6.824 +6aead32a3d57457376ab57197534d6e469ed24474a83618f3ce21df515a1
   6.825 +22918f4b62c642de0c8a62315ebe02bcfc529c5b8f7c127085c2d819e29a
   6.826 +f44be20fa077ee01a8d427bbe3d97a9d2bafd77f17835279bf135900aee5
   6.827 +9bc49582b18d468bf93e47ce0bdd627775264ebe9e4172839a444f928580
   6.828 +8c95895b7e23592b2dcd41ee82e966c26aa2143e3057161511796e980998
   6.829 +1f2e4ef5868b3bf4576e3546e6407e35cdf14654bcefa7557d09407545a2
   6.830 +38173080b4771ea52054736677a8d9749a2b22b46b24fbff93c55aa2274b
   6.831 +8c7ddbd751bcaf1df00ccbe1f24a80622aff192fd6db2238db941ec44ae0
   6.832 +dd73f6b2f80d89bd0aa30c038583deba14913d38a7b61b54522755e251b2
   6.833 +aeca62033a39ec1143b2b960f9cb87f748428bec3243b8164f07d5ff72eb
   6.834 +f2ef69347bb933241c2401a96ba5ffa3f9ad060c41f4e6bf7280af65293a
   6.835 +bbae49d723dbc4be61d7e13f7a5931a697e7f2c6582dff416341ccf5a24e
   6.836 +9a53686a1e13bbe0bb480c19a4e72a5e477bd29f39dce1a17f63f1e8c696
   6.837 +d5f8855cefdbf7ce681c7d6ac46798ca9bbdc01f9ad78ce26011ee4b0a55
   6.838 +786bb41995e509058610650d4858836fcedfe72b42e1d8ba4d607e7ddbbe
   6.839 +3b0222919c85de3cd428fed182f37f0d38e254378c56358e258f8e336126
   6.840 +9b1f1acd7f387686e8022326a6bbc1511ed3684e2d2fc9b4e53e83e127e7
   6.841 +84da13550e593bbad1c87493f27b60240852e7fa24392fbf3f478f411047
   6.842 +3f00a8fdb6dcb8aae629dc7f055d85341d119f7f6951ae612ffa7df82111
   6.843 +d1ca48306a57a922cf4c3106f0b5e87efba6815f6de4294c7a0394087067
   6.844 +677889d22a3fd86b0796200300d2716445078027fe0c0b05c86ac80d2095
   6.845 +ae874324ee6ea3553bcb92fc1522a6d1524f6fa22b71598fbce784a10b5b
   6.846 +61e50307ef4409ffb7b38f27800f2185140ed08fc4ab396050b068025a9d
   6.847 +e4bddcad201e72ed9b41c4ffd4cee743c9c2345b95c5071442defc8ba5fa
   6.848 +9c63c56e209df41d10d93135a8080f7cccacf67e0b0ddb3e0a31df32b83f
   6.849 +290b3c536e9949973cdc80aa5c8a4feee20290a95f68e59f54050192de42
   6.850 +f27464ee374e4d2451ee8708933b970402c90ca3070843a449d7c3146347
   6.851 +1efa666a60fd5cbf55a47e4a3c5c318fc1af944d58d32690a2c7eeef09b2
   6.852 +d94721896e1e3e76e44a8efd524ed5d6f5eb9da093d277441546c6828745
   6.853 +ad71b6c13f653dd631bc6fc55d0eb4648b7bd9c0eddb13222542f2b6e8d8
   6.854 +b80bfab4365f4199a41ac690979285d917de79359a183e6fc254b63e6408
   6.855 +6d33e3c029f472f40742a99f92999f302f79994ffd615f1a848194cb56c7
   6.856 +12146850f5e400303bf5bcd4e5fdccd1fe2edf5352d525cb15d8327f45a2
   6.857 +6e3ac276dc8780c65724d28dc6bf9c7c985840070c35e32859168890d599
   6.858 +a884dc2a90194cc2e9cc6a20c6c0ee11b20adf3aff01db48eb8dba7b0c81
   6.859 +7fc10cf5a66e8171a2823a4cd22f0e80c82011ae56dd895ae2d3ebe84ff3
   6.860 +d521c31453e0909cb9b1cf0b030eb6b7059ec38038cae12d0e1cc4b5b3bf
   6.861 +e6c821faac9b8792441e2612aa1ee9318b71f9966d7d3a64abe349be68b1
   6.862 +744de7b212f6be73a0e1eb2fa30850acc3d9562f989cb2d4fbfbcd5d3ef7
   6.863 +ba55717da1cabf197b06ee4d8650e968518b6103fbe68fcd5aab70bdd21d
   6.864 +66f09f96208db67c1b345672486657295a39a7fd689b2c9216c6b46a29dd
   6.865 +1283bdba295dfa839a45b86c14f553ff903a6f7a962f035ce90c241f7cde
   6.866 +13bab01d8b94d89abdf5288288a5b32879f0532148c188d42233613b7a1a
   6.867 +7f68e98e63b44af842b924167da2ab0cab8c470a1696a92a19e190a8e84b
   6.868 +1d307b824506e72e68377107166c9c6b6dc0eed258e71e2c6c7d3e63d921
   6.869 +39690865d3f347c95070cd9691a025825421be84bd571802c85e2c83ba53
   6.870 +841223435a9ced5dead103b470a4c6ae9efcc8b53331c61d0e1e6d3246cd
   6.871 +aa1b0da347685121196a07e97d21b10ad34e7031d95c1bafa37b4141bf33
   6.872 +a6be401129dcd64086885f4b5f1b25bce75a4cc8be60af35479509e64044
   6.873 +d49c8a0c286e4158a5f346ef5fe93a6d4b0a9372233c7434a7a6f9e7ea21
   6.874 +30c0b4b9f62e3a74cc5d2916ebdaa51a1ef81fceb6cf221e70002a8a3106
   6.875 +bfbccc2d1809dde18e9607fcaac008fabb72e8c50244507f4013c5a268a3
   6.876 +6135ead9cc25362c37aa9511589f18d812e6039490f9c599f44e88754ac1
   6.877 +4f6c1841d570efde27958c7f1b2c68772584e1d12fea252e3a6ec3b051a7
   6.878 +6faebbf6f5101978e24a9ca927c02065e8e49150a55c64dd30757e8a33d5
   6.879 +2a788437a9181efb47414dbc22fdeda203d4122137bd045611f68314e12d
   6.880 +1d6a5ec270c8919562c03e3af7b0e0deceeddbdaf3eab8fb5632e44dc1e8
   6.881 +d46e2396b0236a46659164e33709415e7b347f7f7b87a9224a189ddf5178
   6.882 +2cf66c9d385470a51efc88696176f6d3ac3b7b95fa074c981194e22981f5
   6.883 +1d925f980393b7102f1f836b12855149ef1a20d2949371ddba037b53a389
   6.884 +7617c257bbdfcd74bc51c2b40f8addfe1b5f8bc45aa4d953c0d1d5f4091c
   6.885 +6af796af6513c820499969593bfd22f8c6dcde1d2ee2c0ceebb5bd6a1ce4
   6.886 +5fa61094e932b380cee381f4485e39b4b1797f2a7d8d90bcbf89b9cb1006
   6.887 +2d50fff083743bf318157caac1c0179c87c03a2857fc002979e7cc97feda
   6.888 +966b09ceb761d3f55cf07637256c6aa8b8e5cb6aa9739452a330afbe7082
   6.889 +975ee39fad5e8106e8ee05771157e92d99003533d922ccc37add065b6236
   6.890 +7613d039741f99edc77c230fe8d1baba720a185186662376b947bbe1a686
   6.891 +4b42c61ebe1abd40d890751ab8945c629de3b6d2a49809dc693f9e397097
   6.892 +cf1e568c258081242460af2de0ca44b7ba2734573967b3bdec0e5e64598c
   6.893 +cbf41e630d821491504f414d9b54a3100dd5105a141cf61bd3ec41b67368
   6.894 +c8cd366c543754ee800ffee3d19c9cd0d408cc772da10e4d8134964b0a61
   6.895 +232e2dfbeacd0fdee12792504bb327a2e1fc44127f8577ca51d380a760b3
   6.896 +740e6be46455cbf3917b90f0dfeadaa25d5d9f66cda43ebf9f75e0191a06
   6.897 +25ba29666bbe8678822a453d4e876bad4a6b0d4b6cf98feb60339c9eba2a
   6.898 +dce4ef7faba428422c503d0210dcf8d884ca9f5094aab9f3b1a2238b569f
   6.899 +444748902907cb0d9d7ca33fccdd0cd29bc68e44f7bca5092be6272bc949
   6.900 +baae5af92c302bb21f91b6ea8463265680f7c16f45d8ff35392a10eab87e
   6.901 +296f3af4478032b5b021db8510deb617941130d45c46fb3647d94b162fe2
   6.902 +2738766fb6d76a06ab6803818b27c5ff4205ba668f95b5ec5ce4ce6da545
   6.903 +c13ff56f417a4e0b3b8554a1e2a985a167e168adc8c4db28a601a80ab451
   6.904 +91bf32acfd8d25c39c2f17fb3bca1296d3d160f25b43b4d6b94f20ffe012
   6.905 +b779339b12860dfc897b366e3d400e756f4f9f4d2c86fb9d94c11ebd1450
   6.906 +eaf720056e2c39529331bdcb104d113b42c94af2c6a5035750b7ae7fdcba
   6.907 +b6116d74bc07a11d4357ecf73d99221dad5cba4a7136425c2a3ac0e092fd
   6.908 +606a4ab722195e3b7fdfb5a5e3ccbb85fc701c42bec43b54e964dff3fa04
   6.909 +193043eead7681cedae9cce6919949ea60ef5630c4b9263c8f98b4bc74a1
   6.910 +63ccf3d0a0bc1deff39b800ac90bd734dda7ecdc73169ad77e129887db80
   6.911 +7a253f8807a422eda8a16c9ee9bb8fc0942634bfe035dac9f7e36d09844e
   6.912 +39477c043399db4d07b3617da9d6eee76d0fde9201da98b906050748b68d
   6.913 +8c944ace3c96e90a3c2b63eae27b9152cb7274fa336866d71b65a57f1bc2
   6.914 +bb1f482a67f3993dcb3ff24abb0223f9a026c81b2b33127a1dad8929dec7
   6.915 +5d46bdd790eb1addd771c5c3965a2f514d3a128117a44560cc10a729bade
   6.916 +4e6c86de7c09a39602235c803902e34f5c176b18e127d71a011dd9a3a61e
   6.917 +ebfaa4a4e2a5651be6f4067e5e09bb4f3514d67c2129e4d3ea9568661138
   6.918 +1e45af07bd84f883c70577a986416747f3bd8d1bf86d3d7b07e8a350899d
   6.919 +3c2dae237bd5ece45faba7a0ba30fcda7b7eec9fbeaa5a94620686d1e403
   6.920 +1cd2512e8d89451c7bd8eb432c8862023d66f3f9fcec0d47598e2df59525
   6.921 +d673a5ff493d458748cd6341f161a0a3e8996ca5b496508578fe4f653924
   6.922 +2ae28bf4b7397c02b726fd5f9d8b898938bb668a546be6e42865f4f030d9
   6.923 +5faa289eb24f7b8e249b224a95a2245605d67417a489626df7417855b8d3
   6.924 +1c0043cadd2b461d32e1b39ccf409757c37b68f84e752bde6b5bbb847bf1
   6.925 +57ea3434802def983d6ce5ceb3e9fbc4911b5484e99bb94dc3f383e50672
   6.926 +0e85a91ed378e352838cf02921ee0ea94be01b5a60f9b1f58fcc1b4f527e
   6.927 +43725de9b9dadc3ef462fa279bd7138095d4cff2a0563039f71e383430dc
   6.928 +f628dc9611b2e3db08fb2da1d5383dc1a3c784e1e64541fde1d9d7f42505
   6.929 +de96d3d0a401099fc2879af0293b0eeb143b78cc221f670c0479bc150047
   6.930 +0cacb9a282e334e428b527acdfbfc56e6aec8d4d60745c1dc000011b6248
   6.931 +d9ab4a17dca7cc74e17d33c0641710b02cb1edb0addc6be214b17e9f845b
   6.932 +2d9c8bf03c19e131e00f91f2a393b5f2ae7c3d4ae9021c4d7891d84d5067
   6.933 +377ce92836e42eacd7e540824f7ac95360ce116d41d17a50748748971c82
   6.934 +27f089a22ee0d21940de854f737547b73c7517addd9bdaab425a6c2908f6
   6.935 +87dd990d6cba4d84308bdd4c4435a6480ecfa1a14daabd4d8e2398178e48
   6.936 +de28b84f7ce4b61d2e6e64fe043c29a941f6de7621ee6f6d8b506221df05
   6.937 +db238b8fe4323cb5f259d4d3d9c94d4ae1ca37d6c34345489c0284171346
   6.938 +e9830e2e3c6c167238a7ffe0989d3eac870cd44102cae139469b9d909b5a
   6.939 +9c34792f693ac94ecd35d2277080e30a2d24b50391b6f2a3d3b6c81f7ed1
   6.940 +a7b218903e7fed7a63269e27d793a2e0b40320ebf447c71f36d40dee002d
   6.941 +7257f43c8add31edf2c571123e46fdb413e007cc89e99b6f98d77ab38bff
   6.942 +cf140f787e45ffb2c7cc4ddbb59a4e32dfc36e2875f204ac851d757c1236
   6.943 +12deb31324ea4c201d27fdab46e9f3988ad2bcfb8e9cfa8c487831a9b0c6
   6.944 +60b20fb66b4c77f52359ac96f3b3d189aa0571c1c53db06ddb10f08882db
   6.945 +0b1e93e9478d4c75626c5fbdbc6044c4d82684b310ab2af144d12bf36f1a
   6.946 +c0bf6249d1da9ab319453594cb19d0e93c4e047fb49229c0cce76d0cece4
   6.947 +2e76fabd2425382afe707db032cf617b046a59a2fc1bb3838d98fd5c8053
   6.948 +ecb918bc14762e4ca45027623988f434ff4cb08bc9bff5d7de21940e3e03
   6.949 +1ee042d9c30662aa76f96213fb5a92047af60f320e4660eadd1ec19d0086
   6.950 +072f2202af5f219725f81882f10d1e065a8035a9946d0ca0e48a5e7dcf61
   6.951 +0283b834eda01e7d94b3453830daade2aa6c947989b290c02ade0d7b2620
   6.952 +813ad177ed82813b6a985d5c0a2d42419bda763d409da085936e33c817ae
   6.953 +68e5467eddc30be172de855a0f7f5c527555b3f4d942401b450f08273b1e
   6.954 +c5b5352fdb8562a71f276284cf7c27537e628f94bcbffe8d669ea2645752
   6.955 +60830f1e65e83a2204cec393f6d92d4f61f317471b4b93039d298ca2cc94
   6.956 +eeada0140823a2bcd1573e732e7b4bde7368f2ecca5961ad547f554ae989
   6.957 +98d87b7e5d07a85c382bcea1693a697224f41eb8b406bc6a0c3eddfe8b5c
   6.958 +f25b11c3e4bd91ea7d6274cd6b3ee7b8f18cc3fd502a324c645568dce9e0
   6.959 +d43caa61f7306fd5488fcfc439d85f8160ebf0ac90fc541f9c74d35d7833
   6.960 +09309807a639477bb038200738342e50136dc64baa7cc1b879c61f7e1b90
   6.961 +e1f2bd4f6e54c4dc97b8e4adeb102979203a31fe26a7f58c609915a95abc
   6.962 +4acc263179423f8ab16b04272d5592fc536f29a45cbcdbe15890f119ca9f
   6.963 +c7a52eef41dfa5c4fed087eef8e698ba738e300bd58f2a1a10da1198c1f9
   6.964 +b60e2032f8384a86aa84027df21cb87977528e3bb9bea1e3a6879c56402e
   6.965 +a29063afc6ac0194f4944433f9a5872cf0a2a741382d7f3c0ca7817d5d7c
   6.966 +4b8bf53af0f18b1eb54480519cebb61d983157e039b13025e7980eb36f54
   6.967 +3451bbb84e470ffd0f98eba80c74f238729dd6278294388a2e06de68a719
   6.968 +47b6d478c85f124d14aaa835620e49b7f5a4f21347302c0f0864f7ebaeec
   6.969 +d0831c36187cbe9c848736764a31056d2cef27c07cca00033dcddca9a2f3
   6.970 +b9ebf28e67257b69cd38bc23c711b6a2f6e4dda9bf5a19da275e6a8d683c
   6.971 +723bfbb95a90a344a6f421f0b67ae84c74652288b0597e4c86c28f73808a
   6.972 +77455f2948e8df634c2d14f221626b019033f9230c9167982cca9ae6dc37
   6.973 +aecbcb49fd9fc1dbf2d11bba7187888721bc42a7f47c23e07d2fc5a7a91c
   6.974 +0dfe255a7f9d17e69af1618502a6b90b1dd748c7eaca1e1ebe8b861b04ff
   6.975 +e5f628f47eb4e7e65311037d7a5713d7cc3552dc85f452ba74c4f12aecd0
   6.976 +d72892c940c3325640d62fe3bbbc71361dce6d54766e1fb99dedcb2d19d2
   6.977 +fa6fa21f9116e03952ebbef659816a62db51a9b5b3916ff818518774ccd6
   6.978 +79d44100d7236f211f36fa80a4cbafb3db76ba1e7e7f12082b0140eed2cb
   6.979 +5e793e24501715c6c170ad4f856a4bf16bb10210025156e635264d3cf18b
   6.980 +1fc1e8cd2fcfdc2ab1a24af9087975bfcf6fb703fb36e288e58d0d2ffc98
   6.981 +bb4318001d931ad6161dcdf8984e6690e0f6bb07af81bf07445f8f57b355
   6.982 +6b960d24e7cd152708489e4d953ab6a155a757e002ead97585e6c5333d7e
   6.983 +5aaab2731f047f3490432e0ebf3d0d628eefa8c1f665b9c86aabb0706639
   6.984 +5bc372e16378f0d9b439c98e7bf87be73e934995d58e4e70d3ae9a5b54c8
   6.985 +87a19f2826a772c39d41805c642354d9bec75b065f148f7c1e435dabbeaf
   6.986 +e4a5744e3f2894a928121ab069bffa3218a106a9dbb83971353a7c7a5616
   6.987 +d9da66fbb908173f9b07aadcbd4d112cc353e7b70476046ce5a92e86eaff
   6.988 +4eec40acc840005f51f55c9f5874216851e9cf3fa431d95d3032e779e356
   6.989 +4bdce33966a3a798b170a06c4cc9f73700224c858c36bbf2d0326c337ce9
   6.990 +46f69c19a84187fa50afc5b36010f9a7612e3a25e846d49bb907af9505e7
   6.991 +d8c78748d7dcb501bbb3d6603e829deee3784f2f3ca583d3738d6d2ecfb8
   6.992 +eaa887103606211a3c1b5cd74a3e0e96fb57da91baebaecd3669661e7b1d
   6.993 +579ba41928a40a7028acff6cd409e601d23ff66ff2c8acb12e535360d727
   6.994 +60d2e988d801930e0e9443d60dcb9f378fa75d58d73e6a3b6e5b26407c82
   6.995 +67d50ad97787f8a9b91765e41552283cb67e43e59bf71cf08b9755c8ce47
   6.996 +0cf374832c72d1e9702b55bcfc8b5a4e966d5072fb2a72a2108574c58601
   6.997 +03082ac8c4bba3e7eeb34d6b13181365a0fbd4e0aa25ffded22008d76f67
   6.998 +d44c3e29741961dbe7cbaae1622a9d2c8bca23056d2a609581d5b5e3d697
   6.999 +08d7e369b48b08fa69660e0ce3157c24f8d6e59bf2f564ce495d0fca4741
  6.1000 +c3a58ec9f924986399480ee547ad1853288e994940bd1d0a2d2519797bf2
  6.1001 +8f345e1bb9cbf6997dae764e69c64534e7f9dd98f86b5710ff8b500e1c4d
  6.1002 +f509da50c64e213ebdf91978553a5d90908eb554f09b8fc2748c9c405903
  6.1003 +e7bfbf0ea7e84254fb6735f09bf865244238e5fed85336c995bc3a3b9948
  6.1004 +947a6eb95db4cd1b64c0fccf82d247a2202e9e7eef5a550557625a0192bc
  6.1005 +8bcc9e461e52833f6b8729ccd957d5c4b6e07016e864fc02b792c7400ace
  6.1006 +d0a8f43c755f87bba6e5c6e1022416e5454cb34a19865d951f7aea527760
  6.1007 +53658cbf306ead832244f3062c39a0a121a1157a8e47008163c5bfc88197
  6.1008 +be16e9a1ba26a035a16dd38cc28dffb666dd4ba7356c66b7bced9e26e905
  6.1009 +4ce25f6d36607d8f5dda1e21ac96a815bb2989f01130ba1aca9aade554fe
  6.1010 +effdfef5d6b0d2a01aad92f599f6a12e121010ae6acc6f150f19e7305271
  6.1011 +97da761b07530ca19b84b119e5edca1fad18462143b8913d6b3f6864b713
  6.1012 +7a93bb9e1bc29c09d660704e8d8292c61072ebfe35c354a2342b2458a353
  6.1013 +31d043874380d439388e46688a53bcfe01bc190ef1a6b5dec9d40aafe822
  6.1014 +261b28bf3e2d76f3dc4302506ce3387b4aa2a51cd4ba1faa2ed1fd7df664
  6.1015 +6772fe9f83d253451eeb0448b444b8ca80cc7cb653c2d1eaa0de6f2b1c72
  6.1016 +47e6d24ae72e620e200aff83a557a1aa7a0ce0a9cfbbeae03c31d8cbf1d8
  6.1017 +20b53b688ed2ffbd83418d743ee31e3d62216ac7be6c12bc1917548cf670
  6.1018 +d69fd2e78d9f7786ada0ea30a6f6d9fbd1f1406337151ffa1d3d40afbe03
  6.1019 +728fd1aa2fa8a4f075796b9de9586b71218b4356fb52daa01d3c18cb75ae
  6.1020 +d4d33fc809dcb6e3dcf7aee408a0cef21353d76ed480bf522fdfe86e0e0a
  6.1021 +b7d097defcb793057f0ce98ea4989a9b6787b14029a4bf10315a2557149a
  6.1022 +fe9c91e7d825f7518b343fb556f0177a8f6ca08fbda9913d52997511590e
  6.1023 +b9942c9813b4cf4d4aae4919401f2fc11fef0620eb5c40532cdb22d5fad6
  6.1024 +919a3a710de6c40d54993b5386636499c866938e33bc703a99c73adc228d
  6.1025 +95cac73ff4f4a275c04d0d787b62c6a184dacc4024d23f593e7721be232e
  6.1026 +9882fb738160e52ab905f0ce2c76ae6ff2c8bbe118a1acdb3b464178cf01
  6.1027 +94bc6a50df1090e9221be11e49f254b06c3236a31569b947ad041d1c6b55
  6.1028 +bfdec3c18c791ace0fe2a59504eef64a4eec4b5c8dd38b092745e0d5ad29
  6.1029 +276bf02c419c546627672a5764a4904635bff86fd0781d36fbdf13485229
  6.1030 +71f355de2b0ad250052f50ad70f61afc870ac7a816561d3232b73360d4ab
  6.1031 +2727b2fd045f254c782bb3f1f49d94c6d625047071b7e32da5c6d21a86de
  6.1032 +9283fd632074430772bfbd85e0c9ccab1dec16bbc049c3e223bec1b65c8a
  6.1033 +9e98cf58b30a74f74f1a842dc91e30c023498e280ac55edd58f4cc731d81
  6.1034 +e443d9b9efdf5fea63c9f357320e01b8740eedaeef2495cd02eb2f338b3e
  6.1035 +674fb074cc497d7b1937b188da857c2c230e9a931cbc00c85a7a36fa80b4
  6.1036 +56588e1bbabbe4ef429a6aef9bd4eb89c5752421bd049aa13f4dcf9b51ce
  6.1037 +2503e90bc118fac78a25d187353d6f5d496cd6130b337666f49619cea985
  6.1038 +dfbeb7e49c67c1e0f0f8e9ec8ba14624ed0982dcbb69415e4b3c8ddba140
  6.1039 +397eb1fc1ddd36c94c374f018873ba41109e45afa51f0e691157d5958c06
  6.1040 +26fbc0903ae25e47ee372389cf65472a3e4d9769550bdc42c0b72f9a297c
  6.1041 +d5d3c16ec67e06036e740ab664abc9f10b9499269b73ad3678daf4474329
  6.1042 +c2c7252c1f0df1e3b5e8f198dfef8325cb1e7e8057897a3d7fb5bb5858e0
  6.1043 +cfc0c115bbd7362d8e8ee41862af6eeda681cabbb06f72ebd2ae0b0be45b
  6.1044 +a9e1be83f1da30687a655e5d148fcc17d9f53b760810a565f6d2f4cd5da3
  6.1045 +5434116edef756adb4d3df544a1de593be988f2bb8d36c34deaac7d9dc15
  6.1046 +cba49764f1e03aa09fe21fcd7c74e3d6487ebe219569e019f10dd163046b
  6.1047 +c1a3cb2bcbaa8558197cb2c18709a998b4efa8ab8c9a71d2ccf942c17662
  6.1048 +1b88dee6b424165d6ce10ac48375e760983818e0085276b1674dd41042e1
  6.1049 +a01a8de111c903f74834199b3230bd475d92c6226ef74eb1daaec3475a6a
  6.1050 +fcb47644a17c7e390ee3b16bef1c1ca6c55eddc44fbefbdde525921b3047
  6.1051 +0d76817bd8ac724739a8e743eb09cf78e88adad527d4f115b8a32ed4898f
  6.1052 +45bab3eb802b8168aec061e3ecdb026c056fb9efe7e2df48bd516ccb12ce
  6.1053 +00de08ed8be4ee0c41f40f4c8f64483e0ade90a78d6d4fe9203fe0b97c60
  6.1054 +3b2f8882bc15a212453c691c52d00fae8a3a26934ff8acf68d4352eef75a
  6.1055 +0b10d938e55b7333dda2db0296a69e9775bf82b1aa6d684fd9080fc1c11f
  6.1056 +ab4369c7a95a9504063db900a6e345bf6dd99be041230b2e60cc86b8c345
  6.1057 +1d84a9c2cb4ab6d74d63dd43dc26eb6b384f5222796d4083dcc3e1651548
  6.1058 +d9469f09a33b213a33ac52a6a2e23802d8f8a75c01a607940daab0051410
  6.1059 +73a88130bc192f303616adb113c0051b65e12086cb319c0a5323fa7def40
  6.1060 +402f5f87a3b2c2cf0e92789985f6775ac2743e1ffe2d0668291059740d45
  6.1061 +43bae7a2897e5e658592bf5a72966097742e0702deecb0cb12499eab701d
  6.1062 +34ba37a08346217a415e44297a181bbf3744f0a49230ad6f030e11462be9
  6.1063 +afc2ae14e0587bc02311b48b8e2122c28cdf14414f3680fa52dbbb63b17f
  6.1064 +6ebe4a1204f3c5d6150cbf89a8023890383153838d4dde77d4c8b1b78823
  6.1065 +8918c564d3babfe58eeb154307dd1997f5ab7105426e35c279008b2677e4
  6.1066 +695c60f956b348799c04b734338018fc27f7de7ad9d73468fdbc5283bd14
  6.1067 +c066ddad9a3562f16baae15d72d7bfcb409e1c874e9db1a8cde233b282b9
  6.1068 +6e76e9c08d85ddfbd3cce7e64104d0b0e95291bd91f405ff82f41601ee20
  6.1069 +8471e613fbbee67f269e4e954c36d1d18ca9880b7cc2b08fc990978efdc5
  6.1070 +1d157deefedaa765c1e26ee125d4a2514a41a3b95e9151a824532d7d6486
  6.1071 +35ad622718fe71219a697e94c2e64f26424cbb767acdef5cda70e179cd29
  6.1072 +b7e318d1c6d3ad26fd5fdcbf2fc221301cc1f10f5ed86b40a1a6bcc01c90
  6.1073 +eafd65183e75609610637b99fea57885efe76437df02a2ffc21223d039b5
  6.1074 +74955d9a54ff41980eddaa8768c5ad883a0c9150877392b990d63c6805db
  6.1075 +7b8d6ab1358cbedaedb6feadb0ee4fb8f9c1ca03a3e755a74227a8930bb7
  6.1076 +2ea0a00b48fc626fa14d7d48624aedc31c556f44e982f3ccbde7ee735f73
  6.1077 +629ab1b65bcbcf0a3586a920477e8c960219802fcb1bc3a179032b324f8d
  6.1078 +c424899b38275886cb5bc771f26a0880767d49cc23426a40a4b6ff8fe48f
  6.1079 +d747565fc537565f6d7fd08706accc60f5fbcb45bc785f45ee9b0812366f
  6.1080 +ae71b23ec43f3549c8224d78baf18719f05108d5741e681457ead8abc050
  6.1081 +462481771a8dc6cfeb98956e163981a98c59ab44d90e9c3a946c453b5071
  6.1082 +db0c769f7fb5144c7ab0c9ef1a6db1addcde1d4ae1daee1b4035af256a04
  6.1083 +df53926c7a2dcdb94caaf12f986e20929ba4e396f3aa7c93a7abaef1294f
  6.1084 +5f13a0dd3c3aaa8fb38da3e15daa32163b7437af683b4f5e64cb14aebbde
  6.1085 +8c69ed2e8cdbfb213fc8129af29ca2c06c8f85a5038d688d1fa5d1b54ebe
  6.1086 +4dea81a49ce24131f8e6702e7aa4e2cba078d5dd373f894ccb275f49c690
  6.1087 +1dc772e1d2f5fb3fe15dbfffac62c87110162074eb72ae4e5e446bf7e650
  6.1088 +a554178d0d64d3c07f330f0d99e99f2239cb1597f2e5f443854cdb0f5fab
  6.1089 +b28fe62f22e7f3419d017980f325351bb04f8f3c3dc57fee03cc029bd29b
  6.1090 +202308d5a800ed2d500d41ace8e54e2557bf25b627883beb8118d800eb94
  6.1091 +f4253f855168f7fc8a2d29c5fcb76bb90a6c4e345722b8991a854047f46e
  6.1092 +4e97336be85470b6be2b9ba573dbc4967ddcdbfc3b6fc35b0c7f3f2f570c
  6.1093 +55dc3fee6d80bc6f46cc7e4d86a0b86f6fa61d062e213d9e442db63fbf11
  6.1094 +d03165b44572096995ed342893bb672f6bb55ff8fed944667995f0f89a48
  6.1095 +a904c47420f32afd14129c6e2bedffce1f07ea69d550b6909bb5beb4aa08
  6.1096 +b0b44f35e018ba5206fdb4df0228462c1fdbb95a429e53eb27bb1b0490db
  6.1097 +f07202c3608d0f4ce08570e3d6aa3d4581c569b57bd8c1ea0e4ed3fc5497
  6.1098 +e316ecec06e6be582d9170d426f6d22d8c7287b8219945c124941ca8812b
  6.1099 +e97efd9105eb6999edc0665016633b3b48820df736125b7c76c9f3a67d93
  6.1100 +8a2a0a6b743fd42aebc46a0249be459f16811ac9eba7b63bad7c2e88f175
  6.1101 +0eff8da5faaab5659824f9d19b3225aad2ac17c52c523414d3031d08a926
  6.1102 +30abf474fe02a32b44d3b7d9fe0c19aec16ca6d018b71d9d395ffaea0788
  6.1103 +0d4501d7cdf0f7077a2d63303d09083080d67f1f714a1b271dab9fc9866e
  6.1104 +4b0571a171eec8a4e351ba2d02438cd108a33b1106acaad0ccdb051061ea
  6.1105 +7f40543748115f29debfb4be4b42cae8762d62114ec6f8ef68c478a8e05d
  6.1106 +ecfa18b0368428efec9eafb2353f95e3d71e1636b9d9f94a77e692843255
  6.1107 +698576dce13b2b858d2d15ee47cdba3ed08d64b77ab46dd29bba6aac2106
  6.1108 +ab847de378cccdaf35c64e50840248915f4fc110992c493cb1b9cd0b483f
  6.1109 +0f1abf5e9b018210b477fea28234ffbe5e0bbe01338e0842a89f1e00a0ca
  6.1110 +7cdde0b2d7c324d5e17d8d3415ccad703507497ac95360ce660b656e5f66
  6.1111 +72a2f50761f3d02ccdc1d5692d7797699b8e2147cfd4817c81a432ff6a5f
  6.1112 +39cc54927fa146cbed56a55f85f123c0a94b7553a8819b329d9dd122c502
  6.1113 +94e3f6314d5117db89ae7597c4691b6c542979a1ca3d26a8e23d3eb698c7
  6.1114 +1841651e08ec771cfb974d6613f2143872c739b62796bd0a45172530793c
  6.1115 +28d93a65b59f79c245248d2c09428657a35b0c0e367bf7a4a4f0425b3f4b
  6.1116 +485d9f402e164328a4b963f456829a39035c00283d2e4fcb71a42da6d42a
  6.1117 +d46cb751287de34e6519c60bb3f1a6ba91f7bfa21dca96ee712af5681701
  6.1118 +18ece8a0535d9ba1dd4bd835e004a2f38c5ba43c9b30d17045e5649fbbac
  6.1119 +188922e442182d4bdafaefb39e00106a5a7765f3d67850471e3629e526af
  6.1120 +8691f935b57bd38465665204a214fef1006ea37dc0781073ced5fc042781
  6.1121 +93650393c3cadfddedcc5550ed483bb6355f54600e9758e647f9c9711f1b
  6.1122 +e7df05d0e50a698615307c18f6d4886f50188011ba499d03831185915f3f
  6.1123 +77c4b9ce708d78423b110776aaaf90396be0381616d1e9b0c1dcf68b6396
  6.1124 +82399da2a7323bf42ae5347599ef4ae9e5c135522c5ecb87e201853eb899
  6.1125 +db60d24acad17d6b7c2c7ea4dc221f3cb6d6caacd1ac0822ea3242ad9b4d
  6.1126 +d15116c3874e3012fad26074a23b3cc7e25d67ef349811dbc6b87b53377f
  6.1127 +0cf972040a037ecb91e3406a9bac68c9cab9be9a6bb28e93e3275b177cd5
  6.1128 +0b66935cbe8dd3d6a8365625db936b2cfc87d4d6e7322df3dbe6ccda2421
  6.1129 +a5e5372566f626a5e9d8bc66959e443286f8eb4bcfdeb6c49a799f1efa69
  6.1130 +63260d0ea2d51260baba9207fb246da927fc4c89e9c4dd5848fd4ef6f81a
  6.1131 +cd836f5f06ff0fe135cafd7ab512af55a57727dd05a5fe1f7c3c7bbe8ea7
  6.1132 +e6680fcb3bbbee1cf2e2c0bba20185f00e2dc3afd42f22de472cdb3eaa5a
  6.1133 +ddf8c6fb3682eea5548c51ddca25ca615221127b4438ea535ab3089c9ed9
  6.1134 +b971f35245cf831d9461a5da9d57bc4e5606d26535a7414cef6aee2a7b95
  6.1135 +bf2276044818ee0f3b0a16532934b8b745d8137b42ec2b28fae7d55fc02c
  6.1136 +9ccfa4e0055f8a4be96e1e235c01b8b6ad509b832a3e90161e0a449934e7
  6.1137 +4be973c939b31cbc19dad4c58e9be89d242f0ce200548cdd4fa2081ab3f8
  6.1138 +e01f358d5db24b7a50eb2096d833378921f561f132cd7988708ee10cffb6
  6.1139 +2256201801c667e176b1dfaecde9756d725bef093457805e16f550e8a7de
  6.1140 +87ecd46e5b09646b73ee74f890a36867636911e4cda2c46a40e7d57cf297
  6.1141 +9696046614c85b1a47ba55c60544ebd3ad7d750d003bda56dd7eed8c4702
  6.1142 +f8b319aaeef9d3cdc59b3e63ee93c6e1e857af273eb90909ecf36ef4c276
  6.1143 +895c78aa762e5376c5c542f854fba864ebce56e4b0207091139f053c2c08
  6.1144 +3b7ddcd0a9909b52100002bc3f8c47bcb19e7a9cb58b1ac03fee95e81195
  6.1145 +072d3aa7c8079632725f63425a3550a947834d29ac9a26d0774e90248e18
  6.1146 +996731fd9aa53ab62b40ce557d98e874b763d9d629a173f0c7babfc00ae7
  6.1147 +82daef5f00cf3608ebeef403dbbc19e16a1d160b889f4a10359d9eacc19d
  6.1148 +7b5f126b31720dce7fc35ec861dfa56ea23fa18423ff4e8fe6e53fc6ba16
  6.1149 +b95a2b5dec00f614e4f835281ee0b4bf549e7e882689e0b445dd46fc40c9
  6.1150 +090e5575fa2c34b02a51ad0bccf6a7bb83ca3b929285e5e9fd054b72c47b
  6.1151 +733a66c5abda526b18b2e49d0746e067e63b948a45eab2f4221c5b62ae21
  6.1152 +a5d9d7cd8aa9eeb49588891d22c56b14b55ceb6488f02b73ab3b7f6c5555
  6.1153 +b75452594658255e4cd58ac4815f2e1bc3888c6777f62aac2f0a57d416c3
  6.1154 +765c991f0f9a33d888aeb2d527b482c042ee23783a04a73ad13dfc590a52
  6.1155 +f3116f8296cacc7ab29b7d87e7864561a5d0a12bde2d36ee697064f41d1b
  6.1156 +ca6ef2f801caab5295d19bf4c02b10c19f73b44635ba48a0806b967d7dfc
  6.1157 +ce9a4850171a78532cb30020c0d66b3b1e7c75eaa7894904c181a022e8bc
  6.1158 +9b2b8ef1202f3c7d36bcab4742d4a4761bb55b64da0d99685d319f5da8fa
  6.1159 +132be6c0483f50e2657ae8af1e28f969440d6ed43eb00e95fd9e1cd490a4
  6.1160 +8646f6d008598751f7a41b43fbec7770fe591012b6b0c4ae18775ccc7db5
  6.1161 +de0ded2dd53e82c89648d46f0d0cc5d3ac5aa104239608d512a4353b9547
  6.1162 +04fe6eb7e73d718323cf9d748b8ec5da01ec9358267de12cc22b05ef0312
  6.1163 +e4b6ac5dbb6d06d7f2d911f20d527f504d62547aef136834b3695df8044c
  6.1164 +383b6145e824d3931a602f081d9d656f84987a1ef121772f1f5b37a116bb
  6.1165 +d2e77d4ccda01411545d24e15ce595db4cd62ee876b8754df0b85b44e011
  6.1166 +b82d76ce45795e6c2c58be8690b734a8880a074f303a70da4a1b086a6de6
  6.1167 +56c02cc7a4c25258eff18cb0fd868214bb46f972e26509f868d065b3cb14
  6.1168 +1c316898cf22293391bd7051ac3a6927aada952a8fd0658ce63357c07f34
  6.1169 +acbf8c99a5537da0023e901f0eb5547e1b466b7d982c8c539798b76ee2a2
  6.1170 +252437a81a37c3b63f625172d682eeed0b795860b2755f020ef52a138353
  6.1171 +003c61be2052cdd7d73b2cdcd26b127660a7b22fc51a6a2f6034f37e3e46
  6.1172 +c1d7f83f8b28c7c965993abba1d358362833580d9c63fa85d4cb949f97de
  6.1173 +579fb6807b95a58b78f596db50055947dd0d0e597d9687083e9bc0266e86
  6.1174 +90b884b27f4094d8fb82ffdbaac4d580340a9ef8aa242be87e54b601af19
  6.1175 +87a48d267c04e371ae77163ebd0de3f5297b1060442ecdeac38334844e38
  6.1176 +0f294d4be73935fd8a38de7fba6d082c3d9156d7e88f2cfff0459377cbb6
  6.1177 +041f37a7e05010753b98e0b67d5827aa312129bb3c3bd883c12323756406
  6.1178 +d555720da8a0bb30edcfa760c01ecc2ba3b15fecccf5a10e9f358822e0ff
  6.1179 +b64178fce2ea6a1105bfb72df0e4bc499b207ae26b8ea960de48e7ee7010
  6.1180 +b4e671dff795e4cdc5b43e81b1604d224f0616ae311f1208859c502c1a10
  6.1181 +940e7b9cd11be728bd3a0c8005ae23aea32c1b642812198a6f1aed32cb75
  6.1182 +97152b1340dd35ada1b81051e393d38f3740fa9523df6a83b8ca7dbceb33
  6.1183 +6e299b54cd998d4dfef804733c76156585e42b7284cbcc4047ba6b290efc
  6.1184 +aa60953e98cd2b4bc2893857fa6a339f820142a52ccab0df09a2709df550
  6.1185 +f22e5921cbca408e7998cc1cccb8adf6d8f8b71e6685ae59d290fa33f5cd
  6.1186 +664d73e434237424060f634262f04e9a71a977556e93b692ddc3aad26d92
  6.1187 +97dde71e4def64932151ad572af6e681082e9944ddbec6e7a8bdfd534233
  6.1188 +9ca3106ca1ccc80eab14f1655978b137fad8f399df7cbfa2d7d3d9675e0e
  6.1189 +9afec37369a8ede2c93145ab3f42a375926946680c215fa16bf7416fc892
  6.1190 +bacd806cd424b9f85b47802c4336918f7486af2a03bf0d39b10169d35494
  6.1191 +419cb1ab7b8f407897f70c18303e91563b497d70b7181ede6aa0c3efe089
  6.1192 +ca6135b34dd1019b298e3677f8da61f864a67023c31eaa716c40cf3d397f
  6.1193 +9a1209564c9ec759c37028079661d2a56374203c78b023ec61340bce5d96
  6.1194 +e477a4f77e5c0db7c0d1257b4bbbc6f889b17e6eaab045b8adef6f931e4d
  6.1195 +0795583d60a6b7002cf61639c6f930671f3b8ac05a1c4e002f4bfc50d8b2
  6.1196 +3029fc4dce1b602cc3a5533336271bccc226559ffb127e3a562f92f89824
  6.1197 +552b9a70466d5a3c74ae515a222b109d490f26e8fc2d9d72bc8af6d1dcc7
  6.1198 +80463c7af81993bac2ce4aece9d95ab736b1dc73e32d1237bc8ec2b52513
  6.1199 +36dbabb4ecc7ceb5d18b02043281eb9a3bfdf19bc4853c9b1722ef1cdcf4
  6.1200 +fcec534923db2e2653dc48545a9850c0ac2e4594abc9f7d18a0bcf2fadfb
  6.1201 +bf085d465a4d10528312f5d790eb9511ca01061c0d94136b99a043bcf278
  6.1202 +c18223b1e0f1cc062b32b79e28dec2dc59a0aaa4b5f3506923c83e6a87fa
  6.1203 +08a1d941bb644c994491cf7f3b0e2ccf6c8a8ba89376f76dfdb592374f93
  6.1204 +528e78e31e0b18719346b9f1486f652638e3120687774030444674cb0778
  6.1205 +96385c41f6566819652d825dd58f9a4308ff79b45d7828dcbfebc406e40a
  6.1206 +c46e866cb0e3e97d6ce7fcac19a9d0fe39bbde66c5f0cf775eb3b1e6d7e1
  6.1207 +1f67e7edb3d5c4facc85c916bf13322b56a0414ca27d145cb740fa2c37cd
  6.1208 +8c142d9301f1ac3704cf6a8e93973a07fde5a331cf0cbb370c7ba555de61
  6.1209 +18a6cea0ecb2c0e37152390cc57e2e4fb3791ddbc383ee26b6f4006d0d68
  6.1210 +4880888011020f856a9de47f45440f127cf27ccaea7d40a3869d39ec7dec
  6.1211 +ebc06382d294717644b6118354e15544fd4c6d88df9245c9a83b30e6ce09
  6.1212 +e2498dd1df488a019b179cb859889e6ad2838f749e3b038b280ebc8d5c3a
  6.1213 +b03e8f15751214691edf0f86281e612d7ec0773c8a5d2b433266402df62f
  6.1214 +fcc06879ca196aaf1fc73a5f01ac46b44d6cbe7743ae9a862c20445ae2be
  6.1215 +1544f413d010280cc2941900bf3c42ec088cb21b44a915bb810e7666b545
  6.1216 +5324465c5943eedcef0c09128a995f431382e2062f5e39f4338c8eba1bca
  6.1217 +e553cb60bb8f3e5038ac8073398c49f06dc734b18afa7921ea0d455e6e73
  6.1218 +db8ad9f77fb5ba6c28af6b4f18cbe46cf842c82d6c960be1520a5fd929df
  6.1219 +ac7e00ede976fb2be0a07f659079a421fca693de89ce9b8fcb42b0176d9d
  6.1220 +f3ddd58f921e13e216933d27b49d175b423751c451be7618eaab054d3b8c
  6.1221 +23e8dd6fd60182d61e9b5c86b3b764a29a62f913ee7524d8cb33737d7224
  6.1222 +d95dc4bb8c2ad6397604a0ffecc8865adcb540e5da1cd769077838515118
  6.1223 +ebc9f0b988545c1881dd2e7a8fd73e11bd7ae9085fb4d45526b23a346b0f
  6.1224 +e4281ee3d588106db5f7c386c488d8f2f4dd02d4c08e74c1034f987a44e5
  6.1225 +d39fd07538de57a42987ce290fb2f6557e8b5cbcaec168f5780927226415
  6.1226 +1e11e3667d33b36a793aa53e9e2d1102c9eb30cb3ba0ebac953e0227fe4a
  6.1227 +3d3c0eb57e4390c3d35db0c41946e45be2830a1ae33fa25cf2c7c9cb4550
  6.1228 +ce9ff6c6e3d628fc7284daa6241604c90dde6339b7f7e7df3733416cdac8
  6.1229 +e5291357e4983d74d3582a490438a7fdb0af97001a31990b1de68e6adb48
  6.1230 +917daa387e647f9f13312db57310c7dedc2a2ea80800b4f4bbaa99c6b7b2
  6.1231 +7ac8345cb659489307e2565ebfd17774642c9ae5d3c18068dc35170c7d58
  6.1232 +4cf4173f1baf98137fa249c81f3347e1dadd6b1ba0f50c3b64c1eab183a0
  6.1233 +937b0f7278eff101e5267fa6480da7d602844416490c2c2c7eb0d44ac8f4
  6.1234 +75cfd611db5ec268db07c0b3608825c3e12834a2b2efaf5e2723c5199c42
  6.1235 +6011cf22e64e4c0d31d563f321097935ea0c6fcbf5acd3748d90079f6ab8
  6.1236 +687288dc55df29fe7958f566b27b73e2ea30747247f7a2b2add0602c7d64
  6.1237 +d23f52e7c96748e6a54ee8c4629b2aab8882169653f0ba7f05236bf14364
  6.1238 +244720f3259cbed73a318b29e4a9305deb65a2c9dec8a9d0f9a9f6fae541
  6.1239 +83e0f4b9a9a567057a1794945168dc23cec25d1c02ea9242c9fb6d8fc11e
  6.1240 +e8874bd80a5226373ae87cea91853d0625c777ceb1f5a6f3debcf2f75a61
  6.1241 +460c7b4067f568ecd01f62901ade8bf8fbc5db9c6720420496f0cb48a002
  6.1242 +99870773c2e7b12e83987a5d0290d9bbf589ac889bf7d4334a5147187a7f
  6.1243 +71008f216ce917ca4cfba5347078f354897fd87ac48af6a6c62711d2eb3a
  6.1244 +5882bf3b32c0f1bfda976f850c9dcb97170e78c229a27fd5e292d161ece9
  6.1245 +a8c47a223cbdc28e24f79f6429c72b5752a08f917feda941582c36d9acb5
  6.1246 +748c86072858d053170fdbf708971a0bd5a8d8034ec769cb72ea88eb5cd7
  6.1247 +49f35be6ee5e9b5df6021926cae9dac3f5ec2b33680b12e95fd4ecbf28eb
  6.1248 +a0503c10c6f2be6c7c47e9d66a0fae6038441c50e6447892f4aaf0a25ccd
  6.1249 +952c2e8b201bb479099f16fc4903993ac18d4667c84c124685ae7648a826
  6.1250 +6bc1701cc600964fdcc01258a72104a0e5e9996b34c2691a66fa20f48d7c
  6.1251 +2522333dfdabf3785f37dd9b021e8ee29fa10f76f43d5f935996cbf9d98d
  6.1252 +92d0a84ce65613f7c4a5052f4c408bf10679fc28a4a9ff848d9e0c4976bb
  6.1253 +dfdfb78bb934cd72434db596cb49e199f386a0bda69449ce2e11e3a4f53d
  6.1254 +be134c6d7fe452a0927cf6a9a15b2406f8bd354adcde0ce136378baa565f
  6.1255 +b9c51a03b1fbe1e166a1f92af26bd9f072250aaa6596a236ba2d5a200c90
  6.1256 +a760ca050421abc78223b2e8b2eea958ab23084fa1947574e846e48aeb12
  6.1257 +26cebb8b5a92089e9ea771557599e2fff44d75bcf600e76ae7289ba98cf3
  6.1258 +98208c5104562834f568ebd62801b988b0a9fdf132b6564566103b3d2d8e
  6.1259 +6a099b7fbad8a13b8cd7f6729bb6651fc1019e66c4bd6ff27410bd5cdae7
  6.1260 +4010bd68b066bffdb4fd5e3dd9cf7e1a1353f7a4c5157e3ad508f4ca0259
  6.1261 +9761b7cdd6a81b3560b8765be3b0432fe4c25dcb4001b00c7fa62874f681
  6.1262 +ed22127dc3974605a05be8d8fcf9701f859ffce4dc598091891ab7596ac3
  6.1263 +4cd851ecfd2dbbaa2f99dac376f7bb40703fd0700d7499a7c24726bdc9bb
  6.1264 +3b88c6a82e52686c1ee945d8825092bc81848a08722ac5a1d24353f95ec8
  6.1265 +18f3fa487d9600318091b0ae9874b42bb3cb683a2518b18cc1bd86c6e5e8
  6.1266 +3d37c14ef4fe0c77b03a3314995b1e7c1066b98c4375bd1fc5fadee1b024
  6.1267 +7ece4f95a0f59978d543910deb2e5761632c74c508269c4e4b9e315bda02
  6.1268 +975dc771fc30c8164b9df9172a4e571d8ca578cd2aaeaa0dd083e74cdc2e
  6.1269 +d938b984b96d76a64b8c5fd12e63220bbac41e5bcd5ccb6b84bdbf6a02d5
  6.1270 +934ac50c654c0853209a6758bcdf560e53566d78987484bb6672ebe93f22
  6.1271 +dcba14e3acc132a2d9ae837adde04d8b16
  6.1272 +0000000000000000000000000000000000000000000000000000000000000000
  6.1273 +0000000000000000000000000000000000000000000000000000000000000000
  6.1274 +0000000000000000000000000000000000000000000000000000000000000000
  6.1275 +0000000000000000000000000000000000000000000000000000000000000000
  6.1276 +0000000000000000000000000000000000000000000000000000000000000000
  6.1277 +0000000000000000000000000000000000000000000000000000000000000000
  6.1278 +0000000000000000000000000000000000000000000000000000000000000000
  6.1279 +0000000000000000000000000000000000000000000000000000000000000000
  6.1280 +cleartomark
  6.1281 +%%BeginResource: procset Altsys_header 4 0
  6.1282 +userdict begin /AltsysDict 245 dict def end
  6.1283 +AltsysDict begin
  6.1284 +/bdf{bind def}bind def
  6.1285 +/xdf{exch def}bdf
  6.1286 +/defed{where{pop true}{false}ifelse}bdf
  6.1287 +/ndf{1 index where{pop pop pop}{dup xcheck{bind}if def}ifelse}bdf
  6.1288 +/d{setdash}bdf
  6.1289 +/h{closepath}bdf
  6.1290 +/H{}bdf
  6.1291 +/J{setlinecap}bdf
  6.1292 +/j{setlinejoin}bdf
  6.1293 +/M{setmiterlimit}bdf
  6.1294 +/n{newpath}bdf
  6.1295 +/N{newpath}bdf
  6.1296 +/q{gsave}bdf
  6.1297 +/Q{grestore}bdf
  6.1298 +/w{setlinewidth}bdf
  6.1299 +/sepdef{
  6.1300 + dup where not
  6.1301 + {
  6.1302 +AltsysSepDict
  6.1303 + }
  6.1304 + if 
  6.1305 + 3 1 roll exch put
  6.1306 +}bdf
  6.1307 +/st{settransfer}bdf
  6.1308 +/colorimage defed /_rci xdf
  6.1309 +/_NXLevel2 defed { 
  6.1310 + _NXLevel2 not {   
  6.1311 +/colorimage where {
  6.1312 +userdict eq {
  6.1313 +/_rci false def 
  6.1314 +} if
  6.1315 +} if
  6.1316 + } if
  6.1317 +} if
  6.1318 +/md defed{ 
  6.1319 + md type /dicttype eq {  
  6.1320 +/colorimage where { 
  6.1321 +md eq { 
  6.1322 +/_rci false def 
  6.1323 +}if
  6.1324 +}if
  6.1325 +/settransfer where {
  6.1326 +md eq {
  6.1327 +/st systemdict /settransfer get def
  6.1328 +}if
  6.1329 +}if
  6.1330 + }if 
  6.1331 +}if
  6.1332 +/setstrokeadjust defed
  6.1333 +{
  6.1334 + true setstrokeadjust
  6.1335 + /C{curveto}bdf
  6.1336 + /L{lineto}bdf
  6.1337 + /m{moveto}bdf
  6.1338 +}
  6.1339 +{
  6.1340 + /dr{transform .25 sub round .25 add 
  6.1341 +exch .25 sub round .25 add exch itransform}bdf
  6.1342 + /C{dr curveto}bdf
  6.1343 + /L{dr lineto}bdf
  6.1344 + /m{dr moveto}bdf
  6.1345 + /setstrokeadjust{pop}bdf 
  6.1346 +}ifelse
  6.1347 +/rectstroke defed /xt xdf
  6.1348 +xt {/yt save def} if
  6.1349 +/privrectpath { 
  6.1350 + 4 -2 roll m
  6.1351 + dtransform round exch round exch idtransform 
  6.1352 + 2 copy 0 lt exch 0 lt xor
  6.1353 + {dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto}
  6.1354 + {exch dup 0 rlineto exch 0 exch rlineto neg 0 rlineto}
  6.1355 + ifelse
  6.1356 + closepath
  6.1357 +}bdf
  6.1358 +/rectclip{newpath privrectpath clip newpath}def
  6.1359 +/rectfill{gsave newpath privrectpath fill grestore}def
  6.1360 +/rectstroke{gsave newpath privrectpath stroke grestore}def
  6.1361 +xt {yt restore} if
  6.1362 +/_fonthacksave false def
  6.1363 +/currentpacking defed 
  6.1364 +{
  6.1365 + /_bfh {/_fonthacksave currentpacking def false setpacking} bdf
  6.1366 + /_efh {_fonthacksave setpacking} bdf
  6.1367 +}
  6.1368 +{
  6.1369 + /_bfh {} bdf
  6.1370 + /_efh {} bdf
  6.1371 +}ifelse
  6.1372 +/packedarray{array astore readonly}ndf
  6.1373 +/` 
  6.1374 +{ 
  6.1375 + false setoverprint  
  6.1376 + 
  6.1377 + 
  6.1378 + /-save0- save def
  6.1379 + 5 index concat
  6.1380 + pop
  6.1381 + storerect left bottom width height rectclip
  6.1382 + pop
  6.1383 + 
  6.1384 + /dict_count countdictstack def
  6.1385 + /op_count count 1 sub def
  6.1386 + userdict begin
  6.1387 + 
  6.1388 + /showpage {} def
  6.1389 + 
  6.1390 + 0 setgray 0 setlinecap 1 setlinewidth
  6.1391 + 0 setlinejoin 10 setmiterlimit [] 0 setdash newpath
  6.1392 + 
  6.1393 +} bdf
  6.1394 +/currentpacking defed{true setpacking}if
  6.1395 +/min{2 copy gt{exch}if pop}bdf
  6.1396 +/max{2 copy lt{exch}if pop}bdf
  6.1397 +/xformfont { currentfont exch makefont setfont } bdf
  6.1398 +/fhnumcolors 1 
  6.1399 + statusdict begin
  6.1400 +/processcolors defed 
  6.1401 +{
  6.1402 +pop processcolors
  6.1403 +}
  6.1404 +{
  6.1405 +/deviceinfo defed {
  6.1406 +deviceinfo /Colors known {
  6.1407 +pop deviceinfo /Colors get
  6.1408 +} if
  6.1409 +} if
  6.1410 +} ifelse
  6.1411 + end 
  6.1412 +def
  6.1413 +/printerRes 
  6.1414 + gsave
  6.1415 + matrix defaultmatrix setmatrix
  6.1416 + 72 72 dtransform
  6.1417 + abs exch abs
  6.1418 + max
  6.1419 + grestore
  6.1420 + def
  6.1421 +/graycalcs
  6.1422 +[
  6.1423 + {Angle Frequency}   
  6.1424 + {GrayAngle GrayFrequency} 
  6.1425 + {0 Width Height matrix defaultmatrix idtransform 
  6.1426 +dup mul exch dup mul add sqrt 72 exch div} 
  6.1427 + {0 GrayWidth GrayHeight matrix defaultmatrix idtransform 
  6.1428 +dup mul exch dup mul add sqrt 72 exch div} 
  6.1429 +] def
  6.1430 +/calcgraysteps {
  6.1431 + forcemaxsteps
  6.1432 + {
  6.1433 +maxsteps
  6.1434 + }
  6.1435 + {
  6.1436 +/currenthalftone defed
  6.1437 +{currenthalftone /dicttype eq}{false}ifelse
  6.1438 +{
  6.1439 +currenthalftone begin
  6.1440 +HalftoneType 4 le
  6.1441 +{graycalcs HalftoneType 1 sub get exec}
  6.1442 +{
  6.1443 +HalftoneType 5 eq
  6.1444 +{
  6.1445 +Default begin
  6.1446 +{graycalcs HalftoneType 1 sub get exec}
  6.1447 +end
  6.1448 +}
  6.1449 +{0 60} 
  6.1450 +ifelse
  6.1451 +}
  6.1452 +ifelse
  6.1453 +end
  6.1454 +}
  6.1455 +{
  6.1456 +currentscreen pop exch 
  6.1457 +}
  6.1458 +ifelse
  6.1459 + 
  6.1460 +printerRes 300 max exch div exch 
  6.1461 +2 copy 
  6.1462 +sin mul round dup mul 
  6.1463 +3 1 roll 
  6.1464 +cos mul round dup mul 
  6.1465 +add 1 add 
  6.1466 +dup maxsteps gt {pop maxsteps} if 
  6.1467 + }
  6.1468 + ifelse
  6.1469 +} bdf
  6.1470 +/nextrelease defed { 
  6.1471 + /languagelevel defed not {    
  6.1472 +/framebuffer defed { 
  6.1473 +0 40 string framebuffer 9 1 roll 8 {pop} repeat
  6.1474 +dup 516 eq exch 520 eq or
  6.1475 +{
  6.1476 +/fhnumcolors 3 def
  6.1477 +/currentscreen {60 0 {pop pop 1}}bdf
  6.1478 +/calcgraysteps {maxsteps} bdf
  6.1479 +}if
  6.1480 +}if
  6.1481 + }if
  6.1482 +}if
  6.1483 +fhnumcolors 1 ne {
  6.1484 + /calcgraysteps {maxsteps} bdf
  6.1485 +} if
  6.1486 +/currentpagedevice defed {
  6.1487 + 
  6.1488 + 
  6.1489 + currentpagedevice /PreRenderingEnhance known
  6.1490 + {
  6.1491 +currentpagedevice /PreRenderingEnhance get
  6.1492 +{
  6.1493 +/calcgraysteps 
  6.1494 +{
  6.1495 +forcemaxsteps 
  6.1496 +{maxsteps}
  6.1497 +{256 maxsteps min}
  6.1498 +ifelse
  6.1499 +} def
  6.1500 +} if
  6.1501 + } if
  6.1502 +} if
  6.1503 +/gradfrequency 144 def
  6.1504 +printerRes 1000 lt {
  6.1505 + /gradfrequency 72 def
  6.1506 +} if
  6.1507 +/adjnumsteps {
  6.1508 + 
  6.1509 + dup dtransform abs exch abs max  
  6.1510 + 
  6.1511 + printerRes div       
  6.1512 + 
  6.1513 + gradfrequency mul      
  6.1514 + round        
  6.1515 + 5 max       
  6.1516 + min        
  6.1517 +}bdf
  6.1518 +/goodsep {
  6.1519 + spots exch get 4 get dup sepname eq exch (_vc_Registration) eq or
  6.1520 +}bdf
  6.1521 +/BeginGradation defed
  6.1522 +{/bb{BeginGradation}bdf}
  6.1523 +{/bb{}bdf}
  6.1524 +ifelse
  6.1525 +/EndGradation defed
  6.1526 +{/eb{EndGradation}bdf}
  6.1527 +{/eb{}bdf}
  6.1528 +ifelse
  6.1529 +/bottom -0 def 
  6.1530 +/delta -0 def 
  6.1531 +/frac -0 def 
  6.1532 +/height -0 def 
  6.1533 +/left -0 def 
  6.1534 +/numsteps1 -0 def 
  6.1535 +/radius -0 def 
  6.1536 +/right -0 def 
  6.1537 +/top -0 def 
  6.1538 +/width -0 def 
  6.1539 +/xt -0 def 
  6.1540 +/yt -0 def 
  6.1541 +/df currentflat def 
  6.1542 +/tempstr 1 string def 
  6.1543 +/clipflatness currentflat def 
  6.1544 +/inverted? 
  6.1545 + 0 currenttransfer exec .5 ge def
  6.1546 +/tc1 [0 0 0 1] def 
  6.1547 +/tc2 [0 0 0 1] def 
  6.1548 +/storerect{/top xdf /right xdf /bottom xdf /left xdf 
  6.1549 +/width right left sub def /height top bottom sub def}bdf
  6.1550 +/concatprocs{
  6.1551 + systemdict /packedarray known 
  6.1552 + {dup type /packedarraytype eq 2 index type /packedarraytype eq or}{false}ifelse
  6.1553 + { 
  6.1554 +/proc2 exch cvlit def /proc1 exch cvlit def
  6.1555 +proc1 aload pop proc2 aload pop
  6.1556 +proc1 length proc2 length add packedarray cvx
  6.1557 + }
  6.1558 + { 
  6.1559 +/proc2 exch cvlit def /proc1 exch cvlit def
  6.1560 +/newproc proc1 length proc2 length add array def
  6.1561 +newproc 0 proc1 putinterval newproc proc1 length proc2 putinterval
  6.1562 +newproc cvx
  6.1563 + }ifelse
  6.1564 +}bdf
  6.1565 +/i{dup 0 eq
  6.1566 + {pop df dup} 
  6.1567 + {dup} ifelse 
  6.1568 + /clipflatness xdf setflat
  6.1569 +}bdf
  6.1570 +version cvr 38.0 le
  6.1571 +{/setrgbcolor{
  6.1572 +currenttransfer exec 3 1 roll
  6.1573 +currenttransfer exec 3 1 roll
  6.1574 +currenttransfer exec 3 1 roll
  6.1575 +setrgbcolor}bdf}if
  6.1576 +/vms {/vmsv save def} bdf
  6.1577 +/vmr {vmsv restore} bdf
  6.1578 +/vmrs{vmsv restore /vmsv save def}bdf
  6.1579 +/eomode{ 
  6.1580 + {/filler /eofill load def /clipper /eoclip load def}
  6.1581 + {/filler /fill load def /clipper /clip load def}
  6.1582 + ifelse
  6.1583 +}bdf
  6.1584 +/normtaper{}bdf
  6.1585 +/logtaper{9 mul 1 add log}bdf
  6.1586 +/CD{
  6.1587 + /NF exch def 
  6.1588 + {    
  6.1589 +exch dup 
  6.1590 +/FID ne 1 index/UniqueID ne and
  6.1591 +{exch NF 3 1 roll put}
  6.1592 +{pop pop}
  6.1593 +ifelse
  6.1594 + }forall 
  6.1595 + NF
  6.1596 +}bdf
  6.1597 +/MN{
  6.1598 + 1 index length   
  6.1599 + /Len exch def 
  6.1600 + dup length Len add  
  6.1601 + string dup    
  6.1602 + Len     
  6.1603 + 4 -1 roll    
  6.1604 + putinterval   
  6.1605 + dup     
  6.1606 + 0      
  6.1607 + 4 -1 roll   
  6.1608 + putinterval   
  6.1609 +}bdf
  6.1610 +/RC{4 -1 roll /ourvec xdf 256 string cvs(|______)anchorsearch
  6.1611 + {1 index MN cvn/NewN exch def cvn
  6.1612 + findfont dup maxlength dict CD dup/FontName NewN put dup
  6.1613 + /Encoding ourvec put NewN exch definefont pop}{pop}ifelse}bdf
  6.1614 +/RF{ 
  6.1615 + dup      
  6.1616 + FontDirectory exch   
  6.1617 + known     
  6.1618 + {pop 3 -1 roll pop}  
  6.1619 + {RC}
  6.1620 + ifelse
  6.1621 +}bdf
  6.1622 +/FF{dup 256 string cvs(|______)exch MN cvn dup FontDirectory exch known
  6.1623 + {exch pop findfont 3 -1 roll pop}
  6.1624 + {pop dup findfont dup maxlength dict CD dup dup
  6.1625 + /Encoding exch /Encoding get 256 array copy 7 -1 roll 
  6.1626 + {3 -1 roll dup 4 -2 roll put}forall put definefont}
  6.1627 + ifelse}bdf
  6.1628 +/RFJ{ 
  6.1629 + dup      
  6.1630 + FontDirectory exch   
  6.1631 + known     
  6.1632 + {pop 3 -1 roll pop  
  6.1633 + FontDirectory /Ryumin-Light-83pv-RKSJ-H known 
  6.1634 + {pop pop /Ryumin-Light-83pv-RKSJ-H dup}if  
  6.1635 + }      
  6.1636 + {RC}
  6.1637 + ifelse
  6.1638 +}bdf
  6.1639 +/FFJ{dup 256 string cvs(|______)exch MN cvn dup FontDirectory exch known
  6.1640 + {exch pop findfont 3 -1 roll pop}
  6.1641 + {pop
  6.1642 +dup FontDirectory exch known not 
  6.1643 + {FontDirectory /Ryumin-Light-83pv-RKSJ-H known 
  6.1644 +{pop /Ryumin-Light-83pv-RKSJ-H}if 
  6.1645 + }if            
  6.1646 + dup findfont dup maxlength dict CD dup dup
  6.1647 + /Encoding exch /Encoding get 256 array copy 7 -1 roll 
  6.1648 + {3 -1 roll dup 4 -2 roll put}forall put definefont}
  6.1649 + ifelse}bdf
  6.1650 +/fps{
  6.1651 + currentflat   
  6.1652 + exch     
  6.1653 + dup 0 le{pop 1}if 
  6.1654 + {
  6.1655 +dup setflat 3 index stopped
  6.1656 +{1.3 mul dup 3 index gt{pop setflat pop pop stop}if} 
  6.1657 +{exit} 
  6.1658 +ifelse
  6.1659 + }loop 
  6.1660 + pop setflat pop pop
  6.1661 +}bdf
  6.1662 +/fp{100 currentflat fps}bdf
  6.1663 +/clipper{clip}bdf 
  6.1664 +/W{/clipper load 100 clipflatness dup setflat fps}bdf
  6.1665 +userdict begin /BDFontDict 29 dict def end
  6.1666 +BDFontDict begin
  6.1667 +/bu{}def
  6.1668 +/bn{}def
  6.1669 +/setTxMode{av 70 ge{pop}if pop}def
  6.1670 +/gm{m}def
  6.1671 +/show{pop}def
  6.1672 +/gr{pop}def
  6.1673 +/fnt{pop pop pop}def
  6.1674 +/fs{pop}def
  6.1675 +/fz{pop}def
  6.1676 +/lin{pop pop}def
  6.1677 +/:M {pop pop} def
  6.1678 +/sf {pop} def
  6.1679 +/S {pop} def
  6.1680 +/@b {pop pop pop pop pop pop pop pop} def
  6.1681 +/_bdsave /save load def
  6.1682 +/_bdrestore /restore load def
  6.1683 +/save { dup /fontsave eq {null} {_bdsave} ifelse } def
  6.1684 +/restore { dup null eq { pop } { _bdrestore } ifelse } def
  6.1685 +/fontsave null def
  6.1686 +end
  6.1687 +/MacVec 256 array def 
  6.1688 +MacVec 0 /Helvetica findfont
  6.1689 +/Encoding get 0 128 getinterval putinterval
  6.1690 +MacVec 127 /DEL put MacVec 16#27 /quotesingle put MacVec 16#60 /grave put
  6.1691 +/NUL/SOH/STX/ETX/EOT/ENQ/ACK/BEL/BS/HT/LF/VT/FF/CR/SO/SI
  6.1692 +/DLE/DC1/DC2/DC3/DC4/NAK/SYN/ETB/CAN/EM/SUB/ESC/FS/GS/RS/US
  6.1693 +MacVec 0 32 getinterval astore pop
  6.1694 +/Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis/Udieresis/aacute
  6.1695 +/agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute/egrave
  6.1696 +/ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde/oacute
  6.1697 +/ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex/udieresis
  6.1698 +/dagger/degree/cent/sterling/section/bullet/paragraph/germandbls
  6.1699 +/registered/copyright/trademark/acute/dieresis/notequal/AE/Oslash
  6.1700 +/infinity/plusminus/lessequal/greaterequal/yen/mu/partialdiff/summation
  6.1701 +/product/pi/integral/ordfeminine/ordmasculine/Omega/ae/oslash 
  6.1702 +/questiondown/exclamdown/logicalnot/radical/florin/approxequal/Delta/guillemotleft
  6.1703 +/guillemotright/ellipsis/nbspace/Agrave/Atilde/Otilde/OE/oe
  6.1704 +/endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide/lozenge
  6.1705 +/ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright/fi/fl
  6.1706 +/daggerdbl/periodcentered/quotesinglbase/quotedblbase
  6.1707 +/perthousand/Acircumflex/Ecircumflex/Aacute
  6.1708 +/Edieresis/Egrave/Iacute/Icircumflex/Idieresis/Igrave/Oacute/Ocircumflex
  6.1709 +/apple/Ograve/Uacute/Ucircumflex/Ugrave/dotlessi/circumflex/tilde
  6.1710 +/macron/breve/dotaccent/ring/cedilla/hungarumlaut/ogonek/caron
  6.1711 +MacVec 128 128 getinterval astore pop
  6.1712 +end %. AltsysDict
  6.1713 +%%EndResource
  6.1714 +%%EndProlog
  6.1715 +%%BeginSetup
  6.1716 +AltsysDict begin
  6.1717 +_bfh
  6.1718 +%%IncludeResource: font Symbol
  6.1719 +_efh
  6.1720 +0 dict dup begin
  6.1721 +end 
  6.1722 +/f0 /Symbol FF def
  6.1723 +_bfh
  6.1724 +%%IncludeResource: font ZapfHumanist601BT-Bold
  6.1725 +_efh
  6.1726 +0 dict dup begin
  6.1727 +end 
  6.1728 +/f1 /ZapfHumanist601BT-Bold FF def
  6.1729 +end %. AltsysDict
  6.1730 +%%EndSetup
  6.1731 +AltsysDict begin 
  6.1732 +/onlyk4{false}ndf
  6.1733 +/ccmyk{dup 5 -1 roll sub 0 max exch}ndf
  6.1734 +/cmyk2gray{
  6.1735 + 4 -1 roll 0.3 mul 4 -1 roll 0.59 mul 4 -1 roll 0.11 mul
  6.1736 + add add add 1 min neg 1 add
  6.1737 +}bdf
  6.1738 +/setcmykcolor{1 exch sub ccmyk ccmyk ccmyk pop setrgbcolor}ndf
  6.1739 +/maxcolor { 
  6.1740 + max max max  
  6.1741 +} ndf
  6.1742 +/maxspot {
  6.1743 + pop
  6.1744 +} ndf
  6.1745 +/setcmykcoloroverprint{4{dup -1 eq{pop 0}if 4 1 roll}repeat setcmykcolor}ndf
  6.1746 +/findcmykcustomcolor{5 packedarray}ndf
  6.1747 +/setcustomcolor{exch aload pop pop 4{4 index mul 4 1 roll}repeat setcmykcolor pop}ndf
  6.1748 +/setseparationgray{setgray}ndf
  6.1749 +/setoverprint{pop}ndf 
  6.1750 +/currentoverprint false ndf
  6.1751 +/cmykbufs2gray{
  6.1752 + 0 1 2 index length 1 sub
  6.1753 + { 
  6.1754 +4 index 1 index get 0.3 mul 
  6.1755 +4 index 2 index get 0.59 mul 
  6.1756 +4 index 3 index get 0.11 mul 
  6.1757 +4 index 4 index get 
  6.1758 +add add add cvi 255 min
  6.1759 +255 exch sub
  6.1760 +2 index 3 1 roll put
  6.1761 + }for
  6.1762 + 4 1 roll pop pop pop
  6.1763 +}bdf
  6.1764 +/colorimage{
  6.1765 + pop pop
  6.1766 + [
  6.1767 +5 -1 roll/exec cvx 
  6.1768 +6 -1 roll/exec cvx 
  6.1769 +7 -1 roll/exec cvx 
  6.1770 +8 -1 roll/exec cvx
  6.1771 +/cmykbufs2gray cvx
  6.1772 + ]cvx 
  6.1773 + image
  6.1774 +}
  6.1775 +%. version 47.1 on Linotronic of Postscript defines colorimage incorrectly (rgb model only)
  6.1776 +version cvr 47.1 le 
  6.1777 +statusdict /product get (Lino) anchorsearch{pop pop true}{pop false}ifelse
  6.1778 +and{userdict begin bdf end}{ndf}ifelse
  6.1779 +fhnumcolors 1 ne {/yt save def} if
  6.1780 +/customcolorimage{
  6.1781 + aload pop
  6.1782 + (_vc_Registration) eq 
  6.1783 + {
  6.1784 +pop pop pop pop separationimage
  6.1785 + }
  6.1786 + {
  6.1787 +/ik xdf /iy xdf /im xdf /ic xdf
  6.1788 +ic im iy ik cmyk2gray /xt xdf
  6.1789 +currenttransfer
  6.1790 +{dup 1.0 exch sub xt mul add}concatprocs
  6.1791 +st 
  6.1792 +image
  6.1793 + }
  6.1794 + ifelse
  6.1795 +}ndf
  6.1796 +fhnumcolors 1 ne {yt restore} if
  6.1797 +fhnumcolors 3 ne {/yt save def} if
  6.1798 +/customcolorimage{
  6.1799 + aload pop 
  6.1800 + (_vc_Registration) eq 
  6.1801 + {
  6.1802 +pop pop pop pop separationimage
  6.1803 + }
  6.1804 + {
  6.1805 +/ik xdf /iy xdf /im xdf /ic xdf
  6.1806 +1.0 dup ic ik add min sub 
  6.1807 +1.0 dup im ik add min sub 
  6.1808 +1.0 dup iy ik add min sub 
  6.1809 +/ic xdf /iy xdf /im xdf
  6.1810 +currentcolortransfer
  6.1811 +4 1 roll 
  6.1812 +{dup 1.0 exch sub ic mul add}concatprocs 4 1 roll 
  6.1813 +{dup 1.0 exch sub iy mul add}concatprocs 4 1 roll 
  6.1814 +{dup 1.0 exch sub im mul add}concatprocs 4 1 roll 
  6.1815 +setcolortransfer
  6.1816 +{/dummy xdf dummy}concatprocs{dummy}{dummy}true 3 colorimage
  6.1817 + }
  6.1818 + ifelse
  6.1819 +}ndf
  6.1820 +fhnumcolors 3 ne {yt restore} if
  6.1821 +fhnumcolors 4 ne {/yt save def} if
  6.1822 +/customcolorimage{
  6.1823 + aload pop
  6.1824 + (_vc_Registration) eq 
  6.1825 + {
  6.1826 +pop pop pop pop separationimage
  6.1827 + }
  6.1828 + {
  6.1829 +/ik xdf /iy xdf /im xdf /ic xdf
  6.1830 +currentcolortransfer
  6.1831 +{1.0 exch sub ik mul ik sub 1 add}concatprocs 4 1 roll
  6.1832 +{1.0 exch sub iy mul iy sub 1 add}concatprocs 4 1 roll
  6.1833 +{1.0 exch sub im mul im sub 1 add}concatprocs 4 1 roll
  6.1834 +{1.0 exch sub ic mul ic sub 1 add}concatprocs 4 1 roll
  6.1835 +setcolortransfer
  6.1836 +{/dummy xdf dummy}concatprocs{dummy}{dummy}{dummy}
  6.1837 +true 4 colorimage
  6.1838 + }
  6.1839 + ifelse
  6.1840 +}ndf
  6.1841 +fhnumcolors 4 ne {yt restore} if
  6.1842 +/separationimage{image}ndf
  6.1843 +/newcmykcustomcolor{6 packedarray}ndf
  6.1844 +/inkoverprint false ndf
  6.1845 +/setinkoverprint{pop}ndf 
  6.1846 +/setspotcolor { 
  6.1847 + spots exch get
  6.1848 + dup 4 get (_vc_Registration) eq
  6.1849 + {pop 1 exch sub setseparationgray}
  6.1850 + {0 5 getinterval exch setcustomcolor}
  6.1851 + ifelse
  6.1852 +}ndf
  6.1853 +/currentcolortransfer{currenttransfer dup dup dup}ndf
  6.1854 +/setcolortransfer{st pop pop pop}ndf
  6.1855 +/fas{}ndf
  6.1856 +/sas{}ndf
  6.1857 +/fhsetspreadsize{pop}ndf
  6.1858 +/filler{fill}bdf 
  6.1859 +/F{gsave {filler}fp grestore}bdf
  6.1860 +/f{closepath F}bdf
  6.1861 +/S{gsave {stroke}fp grestore}bdf
  6.1862 +/s{closepath S}bdf
  6.1863 +/bc4 [0 0 0 0] def 
  6.1864 +/_lfp4 {
  6.1865 + /iosv inkoverprint def
  6.1866 + /cosv currentoverprint def
  6.1867 + /yt xdf       
  6.1868 + /xt xdf       
  6.1869 + /ang xdf      
  6.1870 + storerect
  6.1871 + /taperfcn xdf
  6.1872 + /k2 xdf /y2 xdf /m2 xdf /c2 xdf
  6.1873 + /k1 xdf /y1 xdf /m1 xdf /c1 xdf
  6.1874 + c1 c2 sub abs
  6.1875 + m1 m2 sub abs
  6.1876 + y1 y2 sub abs
  6.1877 + k1 k2 sub abs
  6.1878 + maxcolor      
  6.1879 + calcgraysteps mul abs round  
  6.1880 + height abs adjnumsteps   
  6.1881 + dup 2 lt {pop 1} if    
  6.1882 + 1 sub /numsteps1 xdf
  6.1883 + currentflat mark    
  6.1884 + currentflat clipflatness  
  6.1885 + /delta top bottom sub numsteps1 1 add div def 
  6.1886 + /right right left sub def  
  6.1887 + /botsv top delta sub def  
  6.1888 + {
  6.1889 +{
  6.1890 +W
  6.1891 +xt yt translate 
  6.1892 +ang rotate
  6.1893 +xt neg yt neg translate 
  6.1894 +dup setflat 
  6.1895 +/bottom botsv def
  6.1896 +0 1 numsteps1 
  6.1897 +{
  6.1898 +numsteps1 dup 0 eq {pop 0.5 } { div } ifelse 
  6.1899 +taperfcn /frac xdf
  6.1900 +bc4 0 c2 c1 sub frac mul c1 add put
  6.1901 +bc4 1 m2 m1 sub frac mul m1 add put
  6.1902 +bc4 2 y2 y1 sub frac mul y1 add put
  6.1903 +bc4 3 k2 k1 sub frac mul k1 add put
  6.1904 +bc4 vc
  6.1905 +1 index setflat 
  6.1906 +{ 
  6.1907 +mark {newpath left bottom right delta rectfill}stopped
  6.1908 +{cleartomark exch 1.3 mul dup setflat exch 2 copy gt{stop}if}
  6.1909 +{cleartomark exit}ifelse
  6.1910 +}loop
  6.1911 +/bottom bottom delta sub def
  6.1912 +}for
  6.1913 +}
  6.1914 +gsave stopped grestore
  6.1915 +{exch pop 2 index exch 1.3 mul dup 100 gt{cleartomark setflat stop}if}
  6.1916 +{exit}ifelse
  6.1917 + }loop
  6.1918 + cleartomark setflat
  6.1919 + iosv setinkoverprint
  6.1920 + cosv setoverprint
  6.1921 +}bdf
  6.1922 +/bcs [0 0] def 
  6.1923 +/_lfs4 {
  6.1924 + /iosv inkoverprint def
  6.1925 + /cosv currentoverprint def
  6.1926 + /yt xdf       
  6.1927 + /xt xdf       
  6.1928 + /ang xdf      
  6.1929 + storerect
  6.1930 + /taperfcn xdf
  6.1931 + /tint2 xdf      
  6.1932 + /tint1 xdf      
  6.1933 + bcs exch 1 exch put    
  6.1934 + tint1 tint2 sub abs    
  6.1935 + bcs 1 get maxspot    
  6.1936 + calcgraysteps mul abs round  
  6.1937 + height abs adjnumsteps   
  6.1938 + dup 2 lt {pop 2} if    
  6.1939 + 1 sub /numsteps1 xdf
  6.1940 + currentflat mark    
  6.1941 + currentflat clipflatness  
  6.1942 + /delta top bottom sub numsteps1 1 add div def 
  6.1943 + /right right left sub def  
  6.1944 + /botsv top delta sub def  
  6.1945 + {
  6.1946 +{
  6.1947 +W
  6.1948 +xt yt translate 
  6.1949 +ang rotate
  6.1950 +xt neg yt neg translate 
  6.1951 +dup setflat 
  6.1952 +/bottom botsv def
  6.1953 +0 1 numsteps1 
  6.1954 +{
  6.1955 +numsteps1 div taperfcn /frac xdf
  6.1956 +bcs 0
  6.1957 +1.0 tint2 tint1 sub frac mul tint1 add sub
  6.1958 +put bcs vc
  6.1959 +1 index setflat 
  6.1960 +{ 
  6.1961 +mark {newpath left bottom right delta rectfill}stopped
  6.1962 +{cleartomark exch 1.3 mul dup setflat exch 2 copy gt{stop}if}
  6.1963 +{cleartomark exit}ifelse
  6.1964 +}loop
  6.1965 +/bottom bottom delta sub def
  6.1966 +}for
  6.1967 +}
  6.1968 +gsave stopped grestore
  6.1969 +{exch pop 2 index exch 1.3 mul dup 100 gt{cleartomark setflat stop}if}
  6.1970 +{exit}ifelse
  6.1971 + }loop
  6.1972 + cleartomark setflat
  6.1973 + iosv setinkoverprint
  6.1974 + cosv setoverprint
  6.1975 +}bdf
  6.1976 +/_rfs4 {
  6.1977 + /iosv inkoverprint def
  6.1978 + /cosv currentoverprint def
  6.1979 + /tint2 xdf      
  6.1980 + /tint1 xdf      
  6.1981 + bcs exch 1 exch put    
  6.1982 + /radius xdf      
  6.1983 + /yt xdf       
  6.1984 + /xt xdf       
  6.1985 + tint1 tint2 sub abs    
  6.1986 + bcs 1 get maxspot    
  6.1987 + calcgraysteps mul abs round  
  6.1988 + radius abs adjnumsteps   
  6.1989 + dup 2 lt {pop 2} if    
  6.1990 + 1 sub /numsteps1 xdf
  6.1991 + radius numsteps1 div 2 div /halfstep xdf 
  6.1992 + currentflat mark    
  6.1993 + currentflat clipflatness  
  6.1994 + {
  6.1995 +{
  6.1996 +dup setflat 
  6.1997 +W 
  6.1998 +0 1 numsteps1 
  6.1999 +{
  6.2000 +dup /radindex xdf
  6.2001 +numsteps1 div /frac xdf
  6.2002 +bcs 0
  6.2003 +tint2 tint1 sub frac mul tint1 add
  6.2004 +put bcs vc
  6.2005 +1 index setflat 
  6.2006 +{ 
  6.2007 +newpath mark xt yt radius 1 frac sub mul halfstep add 0 360
  6.2008 +{ arc
  6.2009 +radindex numsteps1 ne 
  6.2010 +{
  6.2011 +xt yt 
  6.2012 +radindex 1 add numsteps1 
  6.2013 +div 1 exch sub 
  6.2014 +radius mul halfstep add
  6.2015 +dup xt add yt moveto 
  6.2016 +360 0 arcn 
  6.2017 +} if
  6.2018 +fill
  6.2019 +}stopped
  6.2020 +{cleartomark exch 1.3 mul dup setflat exch 2 copy gt{stop}if}
  6.2021 +{cleartomark exit}ifelse
  6.2022 +}loop
  6.2023 +}for
  6.2024 +}
  6.2025 +gsave stopped grestore
  6.2026 +{exch pop 2 index exch 1.3 mul dup 100 gt{cleartomark setflat stop}if}
  6.2027 +{exit}ifelse
  6.2028 + }loop
  6.2029 + cleartomark setflat
  6.2030 + iosv setinkoverprint
  6.2031 + cosv setoverprint
  6.2032 +}bdf
  6.2033 +/_rfp4 {
  6.2034 + /iosv inkoverprint def
  6.2035 + /cosv currentoverprint def
  6.2036 + /k2 xdf /y2 xdf /m2 xdf /c2 xdf
  6.2037 + /k1 xdf /y1 xdf /m1 xdf /c1 xdf
  6.2038 + /radius xdf      
  6.2039 + /yt xdf       
  6.2040 + /xt xdf       
  6.2041 + c1 c2 sub abs
  6.2042 + m1 m2 sub abs
  6.2043 + y1 y2 sub abs
  6.2044 + k1 k2 sub abs
  6.2045 + maxcolor      
  6.2046 + calcgraysteps mul abs round  
  6.2047 + radius abs adjnumsteps   
  6.2048 + dup 2 lt {pop 1} if    
  6.2049 + 1 sub /numsteps1 xdf
  6.2050 + radius numsteps1 dup 0 eq {pop} {div} ifelse 
  6.2051 + 2 div /halfstep xdf 
  6.2052 + currentflat mark    
  6.2053 + currentflat clipflatness  
  6.2054 + {
  6.2055 +{
  6.2056 +dup setflat 
  6.2057 +W 
  6.2058 +0 1 numsteps1 
  6.2059 +{
  6.2060 +dup /radindex xdf
  6.2061 +numsteps1 dup 0 eq {pop 0.5 } { div } ifelse 
  6.2062 +/frac xdf
  6.2063 +bc4 0 c2 c1 sub frac mul c1 add put
  6.2064 +bc4 1 m2 m1 sub frac mul m1 add put
  6.2065 +bc4 2 y2 y1 sub frac mul y1 add put
  6.2066 +bc4 3 k2 k1 sub frac mul k1 add put
  6.2067 +bc4 vc
  6.2068 +1 index setflat 
  6.2069 +{ 
  6.2070 +newpath mark xt yt radius 1 frac sub mul halfstep add 0 360
  6.2071 +{ arc
  6.2072 +radindex numsteps1 ne 
  6.2073 +{
  6.2074 +xt yt 
  6.2075 +radindex 1 add 
  6.2076 +numsteps1 dup 0 eq {pop} {div} ifelse 
  6.2077 +1 exch sub 
  6.2078 +radius mul halfstep add
  6.2079 +dup xt add yt moveto 
  6.2080 +360 0 arcn 
  6.2081 +} if
  6.2082 +fill
  6.2083 +}stopped
  6.2084 +{cleartomark exch 1.3 mul dup setflat exch 2 copy gt{stop}if}
  6.2085 +{cleartomark exit}ifelse
  6.2086 +}loop
  6.2087 +}for
  6.2088 +}
  6.2089 +gsave stopped grestore
  6.2090 +{exch pop 2 index exch 1.3 mul dup 100 gt{cleartomark setflat stop}if}
  6.2091 +{exit}ifelse
  6.2092 + }loop
  6.2093 + cleartomark setflat
  6.2094 + iosv setinkoverprint
  6.2095 + cosv setoverprint
  6.2096 +}bdf
  6.2097 +/lfp4{_lfp4}ndf
  6.2098 +/lfs4{_lfs4}ndf
  6.2099 +/rfs4{_rfs4}ndf
  6.2100 +/rfp4{_rfp4}ndf
  6.2101 +/cvc [0 0 0 1] def 
  6.2102 +/vc{
  6.2103 + AltsysDict /cvc 2 index put 
  6.2104 + aload length 4 eq
  6.2105 + {setcmykcolor}
  6.2106 + {setspotcolor}
  6.2107 + ifelse
  6.2108 +}bdf 
  6.2109 +/origmtx matrix currentmatrix def
  6.2110 +/ImMatrix matrix currentmatrix def
  6.2111 +0 setseparationgray
  6.2112 +/imgr {1692 1570.1102 2287.2756 2412 } def 
  6.2113 +/bleed 0 def 
  6.2114 +/clpr {1692 1570.1102 2287.2756 2412 } def 
  6.2115 +/xs 1 def 
  6.2116 +/ys 1 def 
  6.2117 +/botx 0 def 
  6.2118 +/overlap 0 def 
  6.2119 +/wdist 18 def 
  6.2120 +0 2 mul fhsetspreadsize 
  6.2121 +0 0 ne {/df 0 def /clipflatness 0 def} if 
  6.2122 +/maxsteps 256 def 
  6.2123 +/forcemaxsteps false def 
  6.2124 +vms
  6.2125 +-1845 -1956 translate
  6.2126 +/currentpacking defed{false setpacking}if 
  6.2127 +/spots[
  6.2128 +1 0 0 0 (Process Cyan) false newcmykcustomcolor
  6.2129 +0 1 0 0 (Process Magenta) false newcmykcustomcolor
  6.2130 +0 0 1 0 (Process Yellow) false newcmykcustomcolor
  6.2131 +0 0 0 1 (Process Black) false newcmykcustomcolor
  6.2132 +]def
  6.2133 +/textopf false def
  6.2134 +/curtextmtx{}def
  6.2135 +/otw .25 def
  6.2136 +/msf{dup/curtextmtx xdf makefont setfont}bdf
  6.2137 +/makesetfont/msf load def
  6.2138 +/curtextheight{.707104 .707104 curtextmtx dtransform
  6.2139 + dup mul exch dup mul add sqrt}bdf
  6.2140 +/ta2{ 
  6.2141 +tempstr 2 index gsave exec grestore 
  6.2142 +cwidth cheight rmoveto 
  6.2143 +4 index eq{5 index 5 index rmoveto}if 
  6.2144 +2 index 2 index rmoveto 
  6.2145 +}bdf
  6.2146 +/ta{exch systemdict/cshow known
  6.2147 +{{/cheight xdf/cwidth xdf tempstr 0 2 index put ta2}exch cshow} 
  6.2148 +{{tempstr 0 2 index put tempstr stringwidth/cheight xdf/cwidth xdf ta2}forall} 
  6.2149 +ifelse 6{pop}repeat}bdf
  6.2150 +/sts{/textopf currentoverprint def vc setoverprint
  6.2151 +/ts{awidthshow}def exec textopf setoverprint}bdf
  6.2152 +/stol{/xt currentlinewidth def 
  6.2153 + setlinewidth vc newpath 
  6.2154 + /ts{{false charpath stroke}ta}def exec 
  6.2155 + xt setlinewidth}bdf 
  6.2156 + 
  6.2157 +/strk{/textopf currentoverprint def vc setoverprint
  6.2158 + /ts{{false charpath stroke}ta}def exec 
  6.2159 + textopf setoverprint
  6.2160 + }bdf 
  6.2161 +n
  6.2162 +[] 0 d
  6.2163 +3.863708 M
  6.2164 +1 w
  6.2165 +0 j
  6.2166 +0 J
  6.2167 +false setoverprint
  6.2168 +0 i
  6.2169 +false eomode
  6.2170 +[0 0 0 1] vc
  6.2171 +vms
  6.2172 +%white border -- disabled
  6.2173 +%1845.2293 2127.8588 m
  6.2174 +%2045.9437 2127.8588 L
  6.2175 +%2045.9437 1956.1412 L
  6.2176 +%1845.2293 1956.1412 L
  6.2177 +%1845.2293 2127.8588 L
  6.2178 +%0.1417 w
  6.2179 +%2 J
  6.2180 +%2 M
  6.2181 +%[0 0 0 0]  vc
  6.2182 +%s 
  6.2183 +n
  6.2184 +1950.8 2097.2 m
  6.2185 +1958.8 2092.5 1967.3 2089 1975.5 2084.9 C
  6.2186 +1976.7 2083.5 1976.1 2081.5 1976.7 2079.9 C
  6.2187 +1979.6 2081.1 1981.6 2086.8 1985.3 2084 C
  6.2188 +1993.4 2079.3 2001.8 2075.8 2010 2071.7 C
  6.2189 +2010.5 2071.5 2010.5 2071.1 2010.8 2070.8 C
  6.2190 +2011.2 2064.3 2010.9 2057.5 2011 2050.8 C
  6.2191 +2015.8 2046.9 2022.2 2046.2 2026.6 2041.7 C
  6.2192 +2026.5 2032.5 2026.8 2022.9 2026.4 2014.1 C
  6.2193 +2020.4 2008.3 2015 2002.4 2008.8 1997.1 C
  6.2194 +2003.8 1996.8 2000.7 2001.2 1996.1 2002.1 C
  6.2195 +1995.2 1996.4 1996.9 1990.5 1995.6 1984.8 C
  6.2196 +1989.9 1979 1984.5 1973.9 1978.8 1967.8 C
  6.2197 +1977.7 1968.6 1976 1967.6 1974.5 1968.3 C
  6.2198 +1967.4 1972.5 1960.1 1976.1 1952.7 1979.3 C
  6.2199 +1946.8 1976.3 1943.4 1970.7 1938.5 1966.1 C
  6.2200 +1933.9 1966.5 1929.4 1968.8 1925.1 1970.7 C
  6.2201 +1917.2 1978.2 1906 1977.9 1897.2 1983.4 C
  6.2202 +1893.2 1985.6 1889.4 1988.6 1885 1990.1 C
  6.2203 +1884.6 1990.6 1883.9 1991 1883.8 1991.6 C
  6.2204 +1883.7 2000.4 1884 2009.9 1883.6 2018.9 C
  6.2205 +1887.7 2024 1893.2 2028.8 1898 2033.8 C
  6.2206 +1899.1 2035.5 1900.9 2036.8 1902.5 2037.9 C
  6.2207 +1903.9 2037.3 1905.2 2036.6 1906.4 2035.5 C
  6.2208 +1906.3 2039.7 1906.5 2044.6 1906.1 2048.9 C
  6.2209 +1906.3 2049.6 1906.7 2050.2 1907.1 2050.8 C
  6.2210 +1913.4 2056 1918.5 2062.7 1924.8 2068.1 C
  6.2211 +1926.6 2067.9 1928 2066.9 1929.4 2066 C
  6.2212 +1930.2 2071 1927.7 2077.1 1930.6 2081.6 C
  6.2213 +1936.6 2086.9 1941.5 2092.9 1947.9 2097.9 C
  6.2214 +1949 2098.1 1949.9 2097.5 1950.8 2097.2 C
  6.2215 +[0 0 0 0.18]  vc
  6.2216 +f 
  6.2217 +0.4 w
  6.2218 +S 
  6.2219 +n
  6.2220 +1975.2 2084.7 m
  6.2221 +1976.6 2083.4 1975.7 2081.1 1976 2079.4 C
  6.2222 +1979.3 2079.5 1980.9 2086.2 1984.8 2084 C
  6.2223 +1992.9 2078.9 2001.7 2075.6 2010 2071.2 C
  6.2224 +2011 2064.6 2010.2 2057.3 2010.8 2050.6 C
  6.2225 +2015.4 2046.9 2021.1 2045.9 2025.9 2042.4 C
  6.2226 +2026.5 2033.2 2026.8 2022.9 2025.6 2013.9 C
  6.2227 +2020.5 2008.1 2014.5 2003.1 2009.3 1997.6 C
  6.2228 +2004.1 1996.7 2000.7 2001.6 1995.9 2002.6 C
  6.2229 +1995.2 1996.7 1996.3 1990.2 1994.9 1984.6 C
  6.2230 +1989.8 1978.7 1983.6 1973.7 1978.4 1968 C
  6.2231 +1977.3 1969.3 1976 1967.6 1974.8 1968.5 C
  6.2232 +1967.7 1972.7 1960.4 1976.3 1952.9 1979.6 C
  6.2233 +1946.5 1976.9 1943.1 1970.5 1937.8 1966.1 C
  6.2234 +1928.3 1968.2 1920.6 1974.8 1911.6 1978.4 C
  6.2235 +1901.9 1979.7 1893.9 1986.6 1885 1990.6 C
  6.2236 +1884.3 1991 1884.3 1991.7 1884 1992.3 C
  6.2237 +1884.5 2001 1884.2 2011 1884.3 2019.9 C
  6.2238 +1890.9 2025.3 1895.9 2031.9 1902.3 2037.4 C
  6.2239 +1904.2 2037.9 1905.6 2034.2 1906.8 2035.7 C
  6.2240 +1907.4 2040.9 1905.7 2046.1 1907.3 2050.8 C
  6.2241 +1913.6 2056.2 1919.2 2062.6 1925.1 2067.9 C
  6.2242 +1926.9 2067.8 1928 2066.3 1929.6 2065.7 C
  6.2243 +1929.9 2070.5 1929.2 2076 1930.1 2080.8 C
  6.2244 +1936.5 2086.1 1941.6 2092.8 1948.4 2097.6 C
  6.2245 +1957.3 2093.3 1966.2 2088.8 1975.2 2084.7 C
  6.2246 +[0 0 0 0]  vc
  6.2247 +f 
  6.2248 +S 
  6.2249 +n
  6.2250 +1954.8 2093.8 m
  6.2251 +1961.6 2090.5 1968.2 2087 1975 2084 C
  6.2252 +1975 2082.8 1975.6 2080.9 1974.8 2080.6 C
  6.2253 +1974.3 2075.2 1974.6 2069.6 1974.5 2064 C
  6.2254 +1977.5 2059.7 1984.5 2060 1988.9 2056.4 C
  6.2255 +1989.5 2055.5 1990.5 2055.3 1990.8 2054.4 C
  6.2256 +1991.1 2045.7 1991.4 2036.1 1990.6 2027.8 C
  6.2257 +1990.7 2026.6 1992 2027.3 1992.8 2027.1 C
  6.2258 +1997 2032.4 2002.6 2037.8 2007.6 2042.2 C
  6.2259 +2008.7 2042.3 2007.8 2040.6 2007.4 2040 C
  6.2260 +2002.3 2035.6 1997.5 2030 1992.8 2025.2 C
  6.2261 +1991.6 2024.7 1990.8 2024.9 1990.1 2025.4 C
  6.2262 +1989.4 2024.9 1988.1 2025.2 1987.2 2024.4 C
  6.2263 +1987.1 2025.8 1988.3 2026.5 1989.4 2026.8 C
  6.2264 +1989.4 2026.6 1989.3 2026.2 1989.6 2026.1 C
  6.2265 +1989.9 2026.2 1989.9 2026.6 1989.9 2026.8 C
  6.2266 +1989.8 2026.6 1990 2026.5 1990.1 2026.4 C
  6.2267 +1990.2 2027 1991.1 2028.3 1990.1 2028 C
  6.2268 +1989.9 2037.9 1990.5 2044.1 1989.6 2054.2 C
  6.2269 +1985.9 2058 1979.7 2057.4 1976 2061.2 C
  6.2270 +1974.5 2061.6 1975.2 2059.9 1974.5 2059.5 C
  6.2271 +1973.9 2058 1975.6 2057.8 1975 2056.6 C
  6.2272 +1974.5 2057.1 1974.6 2055.3 1973.6 2055.9 C
  6.2273 +1971.9 2059.3 1974.7 2062.1 1973.1 2065.5 C
  6.2274 +1973.1 2071.2 1972.9 2077 1973.3 2082.5 C
  6.2275 +1967.7 2085.6 1962 2088 1956.3 2090.7 C
  6.2276 +1953.9 2092.4 1951 2093 1948.6 2094.8 C
  6.2277 +1943.7 2089.9 1937.9 2084.3 1933 2079.6 C
  6.2278 +1931.3 2076.1 1933.2 2071.3 1932.3 2067.2 C
  6.2279 +1931.3 2062.9 1933.3 2060.6 1932 2057.6 C
  6.2280 +1932.7 2056.5 1930.9 2053.3 1933.2 2051.8 C
  6.2281 +1936.8 2050.1 1940.1 2046.9 1944 2046.8 C
  6.2282 +1946.3 2049.7 1949.3 2051.9 1952 2054.4 C
  6.2283 +1954.5 2054.2 1956.4 2052.3 1958.7 2051.3 C
  6.2284 +1960.8 2050 1963.2 2049 1965.6 2048.4 C
  6.2285 +1968.3 2050.8 1970.7 2054.3 1973.6 2055.4 C
  6.2286 +1973 2052.2 1969.7 2050.4 1967.6 2048.2 C
  6.2287 +1967.1 2046.7 1968.8 2046.6 1969.5 2045.8 C
  6.2288 +1972.8 2043.3 1980.6 2043.4 1979.3 2038.4 C
  6.2289 +1979.4 2038.6 1979.2 2038.7 1979.1 2038.8 C
  6.2290 +1978.7 2038.6 1978.9 2038.1 1978.8 2037.6 C
  6.2291 +1978.9 2037.9 1978.7 2038 1978.6 2038.1 C
  6.2292 +1978.2 2032.7 1978.4 2027.1 1978.4 2021.6 C
  6.2293 +1979.3 2021.1 1980 2020.2 1981.5 2020.1 C
  6.2294 +1983.5 2020.5 1984 2021.8 1985.1 2023.5 C
  6.2295 +1985.7 2024 1987.4 2023.7 1986 2022.8 C
  6.2296 +1984.7 2021.7 1983.3 2020.8 1983.9 2018.7 C
  6.2297 +1987.2 2015.9 1993 2015.4 1994.9 2011.5 C
  6.2298 +1992.2 2004.9 1999.3 2005.2 2002.1 2002.4 C
  6.2299 +2005.9 2002.7 2004.8 1997.4 2009.1 1999 C
  6.2300 +2011 1999.3 2010 2002.9 2012.7 2002.4 C
  6.2301 +2010.2 2000.7 2009.4 1996.1 2005.5 1998.5 C
  6.2302 +2002.1 2000.3 1999 2002.5 1995.4 2003.8 C
  6.2303 +1995.2 2003.6 1994.9 2003.3 1994.7 2003.1 C
  6.2304 +1994.3 1997 1995.6 1991.1 1994.4 1985.3 C
  6.2305 +1994.3 1986 1993.8 1985 1994 1985.6 C
  6.2306 +1993.8 1995.4 1994.4 2001.6 1993.5 2011.7 C
  6.2307 +1989.7 2015.5 1983.6 2014.9 1979.8 2018.7 C
  6.2308 +1978.3 2019.1 1979.1 2017.4 1978.4 2017 C
  6.2309 +1977.8 2015.5 1979.4 2015.3 1978.8 2014.1 C
  6.2310 +1978.4 2014.6 1978.5 2012.8 1977.4 2013.4 C
  6.2311 +1975.8 2016.8 1978.5 2019.6 1976.9 2023 C
  6.2312 +1977 2028.7 1976.7 2034.5 1977.2 2040 C
  6.2313 +1971.6 2043.1 1965.8 2045.6 1960.1 2048.2 C
  6.2314 +1957.7 2049.9 1954.8 2050.5 1952.4 2052.3 C
  6.2315 +1947.6 2047.4 1941.8 2041.8 1936.8 2037.2 C
  6.2316 +1935.2 2033.6 1937.1 2028.8 1936.1 2024.7 C
  6.2317 +1935.1 2020.4 1937.1 2018.1 1935.9 2015.1 C
  6.2318 +1936.5 2014.1 1934.7 2010.8 1937.1 2009.3 C
  6.2319 +1944.4 2004.8 1952 2000.9 1959.9 1997.8 C
  6.2320 +1963.9 1997 1963.9 2001.9 1966.8 2003.3 C
  6.2321 +1970.3 2006.9 1973.7 2009.9 1976.9 2012.9 C
  6.2322 +1977.9 2013 1977.1 2011.4 1976.7 2010.8 C
  6.2323 +1971.6 2006.3 1966.8 2000.7 1962 1995.9 C
  6.2324 +1960 1995.2 1960.1 1996.6 1958.2 1995.6 C
  6.2325 +1957 1997 1955.1 1998.8 1953.2 1998 C
  6.2326 +1951.7 1994.5 1954.1 1993.4 1952.9 1991.1 C
  6.2327 +1952.1 1990.5 1953.3 1990.2 1953.2 1989.6 C
  6.2328 +1954.2 1986.8 1950.9 1981.4 1954.4 1981.2 C
  6.2329 +1954.7 1981.6 1954.7 1981.7 1955.1 1982 C
  6.2330 +1961.9 1979.1 1967.6 1975 1974.3 1971.6 C
  6.2331 +1974.7 1969.8 1976.7 1969.5 1978.4 1969.7 C
  6.2332 +1980.3 1970 1979.3 1973.6 1982 1973.1 C
  6.2333 +1975.8 1962.2 1968 1975.8 1960.8 1976.7 C
  6.2334 +1956.9 1977.4 1953.3 1982.4 1949.1 1978.8 C
  6.2335 +1946 1975.8 1941.2 1971 1939.5 1969.2 C
  6.2336 +1938.5 1968.6 1938.9 1967.4 1937.8 1966.8 C
  6.2337 +1928.7 1969.4 1920.6 1974.5 1912.4 1979.1 C
  6.2338 +1904 1980 1896.6 1985 1889.3 1989.4 C
  6.2339 +1887.9 1990.4 1885.1 1990.3 1885 1992.5 C
  6.2340 +1885.4 2000.6 1885.2 2012.9 1885.2 2019.9 C
  6.2341 +1886.1 2022 1889.7 2019.5 1888.4 2022.8 C
  6.2342 +1889 2023.3 1889.8 2024.4 1890.3 2024 C
  6.2343 +1891.2 2023.5 1891.8 2028.2 1893.4 2026.6 C
  6.2344 +1894.2 2026.3 1893.9 2027.3 1894.4 2027.6 C
  6.2345 +1893.4 2027.6 1894.7 2028.3 1894.1 2028.5 C
  6.2346 +1894.4 2029.6 1896 2030 1896 2029.2 C
  6.2347 +1896.2 2029 1896.3 2029 1896.5 2029.2 C
  6.2348 +1896.8 2029.8 1897.3 2030 1897 2030.7 C
  6.2349 +1896.5 2030.7 1896.9 2031.5 1897.2 2031.6 C
  6.2350 +1898.3 2034 1899.5 2030.6 1899.6 2033.3 C
  6.2351 +1898.5 2033 1899.6 2034.4 1900.1 2034.8 C
  6.2352 +1901.3 2035.8 1903.2 2034.6 1902.5 2036.7 C
  6.2353 +1904.4 2036.9 1906.1 2032.2 1907.6 2035.5 C
  6.2354 +1907.5 2040.1 1907.7 2044.9 1907.3 2049.4 C
  6.2355 +1908 2050.2 1908.3 2051.4 1909.5 2051.6 C
  6.2356 +1910.1 2051.1 1911.6 2051.1 1911.4 2052.3 C
  6.2357 +1909.7 2052.8 1912.4 2054 1912.6 2054.7 C
  6.2358 +1913.4 2055.2 1913 2053.7 1913.6 2054.4 C
  6.2359 +1913.6 2054.5 1913.6 2055.3 1913.6 2054.7 C
  6.2360 +1913.7 2054.4 1913.9 2054.4 1914 2054.7 C
  6.2361 +1914 2054.9 1914.1 2055.3 1913.8 2055.4 C
  6.2362 +1913.7 2056 1915.2 2057.6 1916 2057.6 C
  6.2363 +1915.9 2057.3 1916.1 2057.2 1916.2 2057.1 C
  6.2364 +1917 2056.8 1916.7 2057.7 1917.2 2058 C
  6.2365 +1917 2058.3 1916.7 2058.3 1916.4 2058.3 C
  6.2366 +1917.1 2059 1917.3 2060.1 1918.4 2060.4 C
  6.2367 +1918.1 2059.2 1919.1 2060.6 1919.1 2059.5 C
  6.2368 +1919 2060.6 1920.6 2060.1 1919.8 2061.2 C
  6.2369 +1919.6 2061.2 1919.3 2061.2 1919.1 2061.2 C
  6.2370 +1919.6 2061.9 1921.4 2064.2 1921.5 2062.6 C
  6.2371 +1922.4 2062.1 1921.6 2063.9 1922.2 2064.3 C
  6.2372 +1922.9 2067.3 1926.1 2064.3 1925.6 2067.2 C
  6.2373 +1927.2 2066.8 1928.4 2064.6 1930.1 2065.2 C
  6.2374 +1931.8 2067.8 1931 2071.8 1930.8 2074.8 C
  6.2375 +1930.6 2076.4 1930.1 2078.6 1930.6 2080.4 C
  6.2376 +1936.6 2085.4 1941.8 2091.6 1948.1 2096.9 C
  6.2377 +1950.7 2096.7 1952.6 2094.8 1954.8 2093.8 C
  6.2378 +[0 0.33 0.33 0.99]  vc
  6.2379 +f 
  6.2380 +S 
  6.2381 +n
  6.2382 +1989.4 2080.6 m
  6.2383 +1996.1 2077.3 2002.7 2073.8 2009.6 2070.8 C
  6.2384 +2009.6 2069.6 2010.2 2067.7 2009.3 2067.4 C
  6.2385 +2008.9 2062 2009.1 2056.4 2009.1 2050.8 C
  6.2386 +2012.3 2046.6 2019 2046.6 2023.5 2043.2 C
  6.2387 +2024 2042.3 2025.1 2042.1 2025.4 2041.2 C
  6.2388 +2025.3 2032.7 2025.6 2023.1 2025.2 2014.6 C
  6.2389 +2025 2015.3 2024.6 2014.2 2024.7 2014.8 C
  6.2390 +2024.5 2024.7 2025.1 2030.9 2024.2 2041 C
  6.2391 +2020.4 2044.8 2014.3 2044.2 2010.5 2048 C
  6.2392 +2009 2048.4 2009.8 2046.7 2009.1 2046.3 C
  6.2393 +2008.5 2044.8 2010.2 2044.6 2009.6 2043.4 C
  6.2394 +2009.1 2043.9 2009.2 2042.1 2008.1 2042.7 C
  6.2395 +2006.5 2046.1 2009.3 2048.9 2007.6 2052.3 C
  6.2396 +2007.7 2058 2007.5 2063.8 2007.9 2069.3 C
  6.2397 +2002.3 2072.4 1996.5 2074.8 1990.8 2077.5 C
  6.2398 +1988.4 2079.2 1985.6 2079.8 1983.2 2081.6 C
  6.2399 +1980.5 2079 1977.9 2076.5 1975.5 2074.1 C
  6.2400 +1975.5 2075.1 1975.5 2076.2 1975.5 2077.2 C
  6.2401 +1977.8 2079.3 1980.3 2081.6 1982.7 2083.7 C
  6.2402 +1985.3 2083.5 1987.1 2081.6 1989.4 2080.6 C
  6.2403 +f 
  6.2404 +S 
  6.2405 +n
  6.2406 +1930.1 2079.9 m
  6.2407 +1931.1 2075.6 1929.2 2071.1 1930.8 2067.2 C
  6.2408 +1930.3 2066.3 1930.1 2064.6 1928.7 2065.5 C
  6.2409 +1927.7 2066.4 1926.5 2067 1925.3 2067.4 C
  6.2410 +1924.5 2066.9 1925.6 2065.7 1924.4 2066 C
  6.2411 +1924.2 2067.2 1923.6 2065.5 1923.2 2065.7 C
  6.2412 +1922.3 2063.6 1917.8 2062.1 1919.6 2060.4 C
  6.2413 +1919.3 2060.5 1919.2 2060.3 1919.1 2060.2 C
  6.2414 +1919.7 2060.9 1918.2 2061 1917.6 2060.2 C
  6.2415 +1917 2059.6 1916.1 2058.8 1916.4 2058 C
  6.2416 +1915.5 2058 1917.4 2057.1 1915.7 2057.8 C
  6.2417 +1914.8 2057.1 1913.4 2056.2 1913.3 2054.9 C
  6.2418 +1913.1 2055.4 1911.3 2054.3 1910.9 2053.2 C
  6.2419 +1910.7 2052.9 1910.2 2052.5 1910.7 2052.3 C
  6.2420 +1911.1 2052.5 1910.9 2052 1910.9 2051.8 C
  6.2421 +1910.5 2051.2 1909.9 2052.6 1909.2 2051.8 C
  6.2422 +1908.2 2051.4 1907.8 2050.2 1907.1 2049.4 C
  6.2423 +1907.5 2044.8 1907.3 2040 1907.3 2035.2 C
  6.2424 +1905.3 2033 1902.8 2039.3 1902.3 2035.7 C
  6.2425 +1899.6 2036 1898.4 2032.5 1896.3 2030.7 C
  6.2426 +1895.7 2030.1 1897.5 2030 1896.3 2029.7 C
  6.2427 +1896.3 2030.6 1895 2029.7 1894.4 2029.2 C
  6.2428 +1892.9 2028.1 1894.2 2027.4 1893.6 2027.1 C
  6.2429 +1892.1 2027.9 1891.7 2025.6 1890.8 2024.9 C
  6.2430 +1891.1 2024.6 1889.1 2024.3 1888.4 2023 C
  6.2431 +1887.5 2022.6 1888.2 2021.9 1888.1 2021.3 C
  6.2432 +1886.7 2022 1885.2 2020.4 1884.8 2019.2 C
  6.2433 +1884.8 2010 1884.6 2000.2 1885 1991.8 C
  6.2434 +1886.9 1989.6 1889.9 1989.3 1892.2 1987.5 C
  6.2435 +1898.3 1982.7 1905.6 1980.1 1912.8 1978.6 C
  6.2436 +1921 1974.2 1928.8 1968.9 1937.8 1966.6 C
  6.2437 +1939.8 1968.3 1938.8 1968.3 1940.4 1970 C
  6.2438 +1945.4 1972.5 1947.6 1981.5 1954.6 1979.3 C
  6.2439 +1952.3 1981 1950.4 1978.4 1948.6 1977.9 C
  6.2440 +1945.1 1973.9 1941.1 1970.6 1938 1966.6 C
  6.2441 +1928.4 1968.5 1920.6 1974.8 1911.9 1978.8 C
  6.2442 +1907.1 1979.2 1902.6 1981.7 1898.2 1983.6 C
  6.2443 +1893.9 1986 1889.9 1989 1885.5 1990.8 C
  6.2444 +1884.9 1991.2 1884.8 1991.8 1884.5 1992.3 C
  6.2445 +1884.9 2001.3 1884.7 2011.1 1884.8 2019.6 C
  6.2446 +1890.6 2025 1896.5 2031.2 1902.3 2036.9 C
  6.2447 +1904.6 2037.6 1905 2033 1907.3 2035.5 C
  6.2448 +1907.2 2040.2 1907 2044.8 1907.1 2049.6 C
  6.2449 +1913.6 2055.3 1918.4 2061.5 1925.1 2067.4 C
  6.2450 +1927.3 2068.2 1929.6 2062.5 1930.6 2066.9 C
  6.2451 +1929.7 2070.7 1930.3 2076 1930.1 2080.1 C
  6.2452 +1935.6 2085.7 1941.9 2090.7 1947.2 2096.7 C
  6.2453 +1942.2 2091.1 1935.5 2085.2 1930.1 2079.9 C
  6.2454 +[0.18 0.18 0 0.78]  vc
  6.2455 +f 
  6.2456 +S 
  6.2457 +n
  6.2458 +1930.8 2061.9 m
  6.2459 +1930.3 2057.8 1931.8 2053.4 1931.1 2050.4 C
  6.2460 +1931.3 2050.3 1931.7 2050.5 1931.6 2050.1 C
  6.2461 +1933 2051.1 1934.4 2049.5 1935.9 2048.7 C
  6.2462 +1937 2046.5 1939.5 2047.1 1941.2 2045.1 C
  6.2463 +1939.7 2042.6 1937.3 2041.2 1935.4 2039.3 C
  6.2464 +1934 2039.7 1934.5 2038.1 1933.7 2037.6 C
  6.2465 +1934 2033.3 1933.1 2027.9 1934.4 2024.4 C
  6.2466 +1934.3 2023.8 1933.9 2022.8 1933 2022.8 C
  6.2467 +1931.6 2023.1 1930.5 2024.4 1929.2 2024.9 C
  6.2468 +1928.4 2024.5 1929.8 2023.5 1928.7 2023.5 C
  6.2469 +1927.7 2024.1 1926.2 2022.6 1925.6 2021.6 C
  6.2470 +1926.9 2021.6 1924.8 2020.6 1925.6 2020.4 C
  6.2471 +1924.7 2021.7 1923.9 2019.6 1923.2 2019.2 C
  6.2472 +1923.3 2018.3 1923.8 2018.1 1923.2 2018 C
  6.2473 +1922.9 2017.8 1922.9 2017.5 1922.9 2017.2 C
  6.2474 +1922.8 2018.3 1921.3 2017.3 1920.3 2018 C
  6.2475 +1916.6 2019.7 1913 2022.1 1910 2024.7 C
  6.2476 +1910 2032.9 1910 2041.2 1910 2049.4 C
  6.2477 +1915.4 2055.2 1920 2058.7 1925.3 2064.8 C
  6.2478 +1927.2 2064 1929 2061.4 1930.8 2061.9 C
  6.2479 +[0 0 0 0]  vc
  6.2480 +f 
  6.2481 +S 
  6.2482 +n
  6.2483 +1907.6 2030.4 m
  6.2484 +1907.5 2027.1 1906.4 2021.7 1908.5 2019.9 C
  6.2485 +1908.8 2020.1 1908.9 2019 1909.2 2019.6 C
  6.2486 +1910 2019.6 1912 2019.2 1913.1 2018.2 C
  6.2487 +1913.7 2016.5 1920.2 2015.7 1917.4 2012.7 C
  6.2488 +1918.2 2011.2 1917 2013.8 1917.2 2012 C
  6.2489 +1916.9 2012.3 1916 2012.4 1915.2 2012 C
  6.2490 +1912.5 2010.5 1916.6 2008.8 1913.6 2009.6 C
  6.2491 +1912.6 2009.2 1911.1 2009 1910.9 2007.6 C
  6.2492 +1911 1999.2 1911.8 1989.8 1911.2 1982.2 C
  6.2493 +1910.1 1981.1 1908.8 1982.2 1907.6 1982.2 C
  6.2494 +1900.8 1986.5 1893.2 1988.8 1887.2 1994.2 C
  6.2495 +1887.2 2002.4 1887.2 2010.7 1887.2 2018.9 C
  6.2496 +1892.6 2024.7 1897.2 2028.2 1902.5 2034.3 C
  6.2497 +1904.3 2033.3 1906.2 2032.1 1907.6 2030.4 C
  6.2498 +f 
  6.2499 +S 
  6.2500 +n
  6.2501 +1910.7 2025.4 m
  6.2502 +1912.7 2022.4 1916.7 2020.8 1919.8 2018.9 C
  6.2503 +1920.2 2018.7 1920.6 2018.6 1921 2018.4 C
  6.2504 +1925 2020 1927.4 2028.5 1932 2024.2 C
  6.2505 +1932.3 2025 1932.5 2023.7 1932.8 2024.4 C
  6.2506 +1932.8 2028 1932.8 2031.5 1932.8 2035 C
  6.2507 +1931.9 2033.9 1932.5 2036.3 1932.3 2036.9 C
  6.2508 +1933.2 2036.4 1932.5 2038.5 1933 2038.4 C
  6.2509 +1933.1 2040.5 1935.6 2042.2 1936.6 2043.2 C
  6.2510 +1936.2 2042.4 1935.1 2040.8 1933.7 2040.3 C
  6.2511 +1932.2 2034.4 1933.8 2029.8 1933 2023.2 C
  6.2512 +1931.1 2024.9 1928.4 2026.4 1926.5 2023.5 C
  6.2513 +1925.1 2021.6 1923 2019.8 1921.5 2018.2 C
  6.2514 +1917.8 2018.9 1915.2 2022.5 1911.6 2023.5 C
  6.2515 +1910.8 2023.8 1911.2 2024.7 1910.4 2025.2 C
  6.2516 +1910.9 2031.8 1910.6 2039.1 1910.7 2045.6 C
  6.2517 +1910.1 2048 1910.7 2045.9 1911.2 2044.8 C
  6.2518 +1910.6 2038.5 1911.2 2031.8 1910.7 2025.4 C
  6.2519 +[0.07 0.06 0 0.58]  vc
  6.2520 +f 
  6.2521 +S 
  6.2522 +n
  6.2523 +1910.7 2048.9 m
  6.2524 +1910.3 2047.4 1911.3 2046.5 1911.6 2045.3 C
  6.2525 +1912.9 2045.3 1913.9 2047.1 1915.2 2045.8 C
  6.2526 +1915.2 2044.9 1916.6 2043.3 1917.2 2042.9 C
  6.2527 +1918.7 2042.9 1919.4 2044.4 1920.5 2043.2 C
  6.2528 +1921.2 2042.2 1921.4 2040.9 1922.4 2040.3 C
  6.2529 +1924.5 2040.3 1925.7 2040.9 1926.8 2039.6 C
  6.2530 +1927.1 2037.9 1926.8 2038.1 1927.7 2037.6 C
  6.2531 +1929 2037.5 1930.4 2037 1931.6 2037.2 C
  6.2532 +1932.3 2038.2 1933.1 2038.7 1932.8 2040.3 C
  6.2533 +1935 2041.8 1935.9 2043.8 1938.5 2044.8 C
  6.2534 +1938.6 2045 1938.3 2045.5 1938.8 2045.3 C
  6.2535 +1939.1 2042.9 1935.4 2044.2 1935.4 2042.2 C
  6.2536 +1932.1 2040.8 1932.8 2037.2 1932 2034.8 C
  6.2537 +1932.3 2034 1932.7 2035.4 1932.5 2034.8 C
  6.2538 +1931.3 2031.8 1935.5 2020.1 1928.9 2025.9 C
  6.2539 +1924.6 2024.7 1922.6 2014.5 1917.4 2020.4 C
  6.2540 +1915.5 2022.8 1912 2022.6 1910.9 2025.4 C
  6.2541 +1911.5 2031.9 1910.9 2038.8 1911.4 2045.3 C
  6.2542 +1911.1 2046.5 1910 2047.4 1910.4 2048.9 C
  6.2543 +1915.1 2054.4 1920.4 2058.3 1925.1 2063.8 C
  6.2544 +1920.8 2058.6 1914.9 2054.3 1910.7 2048.9 C
  6.2545 +[0.4 0.4 0 0]  vc
  6.2546 +f 
  6.2547 +S 
  6.2548 +n
  6.2549 +1934.7 2031.9 m
  6.2550 +1934.6 2030.7 1934.9 2029.5 1934.4 2028.5 C
  6.2551 +1934 2029.5 1934.3 2031.2 1934.2 2032.6 C
  6.2552 +1933.8 2031.7 1934.9 2031.6 1934.7 2031.9 C
  6.2553 +[0.92 0.92 0 0.67]  vc
  6.2554 +f 
  6.2555 +S 
  6.2556 +n
  6.2557 +vmrs
  6.2558 +1934.7 2019.4 m
  6.2559 +1934.1 2015.3 1935.6 2010.9 1934.9 2007.9 C
  6.2560 +1935.1 2007.8 1935.6 2008.1 1935.4 2007.6 C
  6.2561 +1936.8 2008.6 1938.2 2007 1939.7 2006.2 C
  6.2562 +1940.1 2004.3 1942.7 2005 1943.6 2003.8 C
  6.2563 +1945.1 2000.3 1954 2000.8 1950 1996.6 C
  6.2564 +1952.1 1993.3 1948.2 1989.2 1951.2 1985.6 C
  6.2565 +1953 1981.4 1948.4 1982.3 1947.9 1979.8 C
  6.2566 +1945.4 1979.6 1945.1 1975.5 1942.4 1975 C
  6.2567 +1942.4 1972.3 1938 1973.6 1938.5 1970.4 C
  6.2568 +1937.4 1969 1935.6 1970.1 1934.2 1970.2 C
  6.2569 +1927.5 1974.5 1919.8 1976.8 1913.8 1982.2 C
  6.2570 +1913.8 1990.4 1913.8 1998.7 1913.8 2006.9 C
  6.2571 +1919.3 2012.7 1923.8 2016.2 1929.2 2022.3 C
  6.2572 +1931.1 2021.6 1932.8 2018.9 1934.7 2019.4 C
  6.2573 +[0 0 0 0]  vc
  6.2574 +f 
  6.2575 +0.4 w
  6.2576 +2 J
  6.2577 +2 M
  6.2578 +S 
  6.2579 +n
  6.2580 +2024.2 2038.1 m
  6.2581 +2024.1 2029.3 2024.4 2021.7 2024.7 2014.4 C
  6.2582 +2024.4 2013.6 2020.6 2013.4 2021.3 2011.2 C
  6.2583 +2020.5 2010.3 2018.4 2010.6 2018.9 2008.6 C
  6.2584 +2019 2008.8 2018.8 2009 2018.7 2009.1 C
  6.2585 +2018.2 2006.7 2015.2 2007.9 2015.3 2005.5 C
  6.2586 +2014.7 2004.8 2012.4 2005.1 2013.2 2003.6 C
  6.2587 +2012.3 2004.2 2012.8 2002.4 2012.7 2002.6 C
  6.2588 +2009.4 2003.3 2011.2 1998.6 2008.4 1999.2 C
  6.2589 +2007 1999.1 2006.1 1999.4 2005.7 2000.4 C
  6.2590 +2006.9 1998.5 2007.7 2000.5 2009.3 2000.2 C
  6.2591 +2009.2 2003.7 2012.4 2002.1 2012.9 2005.2 C
  6.2592 +2015.9 2005.6 2015.2 2008.6 2017.7 2008.8 C
  6.2593 +2018.4 2009.6 2018.3 2011.4 2019.6 2011 C
  6.2594 +2021.1 2011.7 2021.4 2014.8 2023.7 2015.1 C
  6.2595 +2023.7 2023.5 2023.9 2031.6 2023.5 2040.5 C
  6.2596 +2021.8 2041.7 2020.7 2043.6 2018.4 2043.9 C
  6.2597 +2020.8 2042.7 2025.5 2041.8 2024.2 2038.1 C
  6.2598 +[0 0.87 0.91 0.83]  vc
  6.2599 +f 
  6.2600 +S 
  6.2601 +n
  6.2602 +2023.5 2040 m
  6.2603 +2023.5 2031.1 2023.5 2023.4 2023.5 2015.1 C
  6.2604 +2020.2 2015 2021.8 2010.3 2018.4 2011 C
  6.2605 +2018.6 2007.5 2014.7 2009.3 2014.8 2006.4 C
  6.2606 +2011.8 2006.3 2012.2 2002.3 2009.8 2002.4 C
  6.2607 +2009.7 2001.5 2009.2 2000.1 2008.4 2000.2 C
  6.2608 +2008.7 2000.9 2009.7 2001.2 2009.3 2002.4 C
  6.2609 +2008.4 2004.2 2007.5 2003.1 2007.9 2005.5 C
  6.2610 +2007.9 2010.8 2007.7 2018.7 2008.1 2023.2 C
  6.2611 +2009 2024.3 2007.3 2023.4 2007.9 2024 C
  6.2612 +2007.7 2024.6 2007.3 2026.3 2008.6 2027.1 C
  6.2613 +2009.7 2026.8 2010 2027.6 2010.5 2028 C
  6.2614 +2010.5 2028.2 2010.5 2029.1 2010.5 2028.5 C
  6.2615 +2011.5 2028 2010.5 2030 2011.5 2030 C
  6.2616 +2014.2 2029.7 2012.9 2032.2 2014.8 2032.6 C
  6.2617 +2015.1 2033.6 2015.3 2033 2016 2033.3 C
  6.2618 +2017 2033.9 2016.6 2035.4 2017.2 2036.2 C
  6.2619 +2018.7 2036.4 2019.2 2039 2021.3 2038.4 C
  6.2620 +2021.6 2035.4 2019.7 2029.5 2021.1 2027.3 C
  6.2621 +2020.9 2023.5 2021.5 2018.5 2020.6 2016 C
  6.2622 +2020.9 2013.9 2021.5 2015.4 2022.3 2014.4 C
  6.2623 +2022.2 2015.1 2023.3 2014.8 2023.2 2015.6 C
  6.2624 +2022.7 2019.8 2023.3 2024.3 2022.8 2028.5 C
  6.2625 +2022.3 2028.2 2022.6 2027.6 2022.5 2027.1 C
  6.2626 +2022.5 2027.8 2022.5 2029.2 2022.5 2029.2 C
  6.2627 +2022.6 2029.2 2022.7 2029.1 2022.8 2029 C
  6.2628 +2023.9 2032.8 2022.6 2037 2023 2040.8 C
  6.2629 +2022.3 2041.2 2021.6 2041.5 2021.1 2042.2 C
  6.2630 +2022 2041.2 2022.9 2041.4 2023.5 2040 C
  6.2631 +[0 1 1 0.23]  vc
  6.2632 +f 
  6.2633 +S 
  6.2634 +n
  6.2635 +2009.1 1997.8 m
  6.2636 +2003.8 1997.7 2000.1 2002.4 1995.4 2003.1 C
  6.2637 +1995 1999.5 1995.2 1995 1995.2 1992 C
  6.2638 +1995.2 1995.8 1995 1999.7 1995.4 2003.3 C
  6.2639 +2000.3 2002.2 2003.8 1997.9 2009.1 1997.8 C
  6.2640 +2012.3 2001.2 2015.6 2004.8 2018.7 2008.1 C
  6.2641 +2021.6 2011.2 2027.5 2013.9 2025.9 2019.9 C
  6.2642 +2026.1 2017.9 2025.6 2016.2 2025.4 2014.4 C
  6.2643 +2020.2 2008.4 2014 2003.6 2009.1 1997.8 C
  6.2644 +[0.18 0.18 0 0.78]  vc
  6.2645 +f 
  6.2646 +S 
  6.2647 +n
  6.2648 +2009.3 1997.8 m
  6.2649 +2008.7 1997.4 2007.9 1997.6 2007.2 1997.6 C
  6.2650 +2007.9 1997.6 2008.9 1997.4 2009.6 1997.8 C
  6.2651 +2014.7 2003.6 2020.8 2008.8 2025.9 2014.8 C
  6.2652 +2025.8 2017.7 2026.1 2014.8 2025.6 2014.1 C
  6.2653 +2020.4 2008.8 2014.8 2003.3 2009.3 1997.8 C
  6.2654 +[0.07 0.06 0 0.58]  vc
  6.2655 +f 
  6.2656 +S 
  6.2657 +n
  6.2658 +2009.6 1997.6 m
  6.2659 +2009 1997.1 2008.1 1997.4 2007.4 1997.3 C
  6.2660 +2008.1 1997.4 2009 1997.1 2009.6 1997.6 C
  6.2661 +2014.8 2003.7 2021.1 2008.3 2025.9 2014.4 C
  6.2662 +2021.1 2008.3 2014.7 2003.5 2009.6 1997.6 C
  6.2663 +[0.4 0.4 0 0]  vc
  6.2664 +f 
  6.2665 +S 
  6.2666 +n
  6.2667 +2021.8 2011.5 m
  6.2668 +2021.9 2012.2 2022.3 2013.5 2023.7 2013.6 C
  6.2669 +2023.4 2012.7 2022.8 2011.8 2021.8 2011.5 C
  6.2670 +[0 0.33 0.33 0.99]  vc
  6.2671 +f 
  6.2672 +S 
  6.2673 +n
  6.2674 +2021.1 2042 m
  6.2675 +2022.1 2041.1 2020.9 2040.2 2020.6 2039.6 C
  6.2676 +2018.4 2039.5 2018.1 2036.9 2016.3 2036.4 C
  6.2677 +2015.8 2035.5 2015.3 2033.8 2014.8 2033.6 C
  6.2678 +2012.4 2033.8 2013 2030.4 2010.5 2030.2 C
  6.2679 +2009.6 2028.9 2009.6 2028.3 2008.4 2028 C
  6.2680 +2006.9 2026.7 2007.5 2024.3 2006 2023.2 C
  6.2681 +2006.6 2023.2 2005.7 2023.3 2005.7 2023 C
  6.2682 +2006.4 2022.5 2006.3 2021.1 2006.7 2020.6 C
  6.2683 +2006.6 2015 2006.9 2009 2006.4 2003.8 C
  6.2684 +2006.9 2002.5 2007.6 2001.1 2006.9 2000.7 C
  6.2685 +2004.6 2003.6 2003 2002.9 2000.2 2004.3 C
  6.2686 +1999.3 2005.8 1997.9 2006.3 1996.1 2006.7 C
  6.2687 +1995.7 2008.9 1996 2011.1 1995.9 2012.9 C
  6.2688 +1993.4 2015.1 1990.5 2016.2 1987.7 2017.7 C
  6.2689 +1987.1 2019.3 1991.1 2019.4 1990.4 2021.3 C
  6.2690 +1990.5 2021.5 1991.9 2022.3 1992 2023 C
  6.2691 +1994.8 2024.4 1996.2 2027.5 1998.5 2030 C
  6.2692 +2002.4 2033 2005.2 2037.2 2008.8 2041 C
  6.2693 +2010.2 2041.3 2011.6 2042 2011 2043.9 C
  6.2694 +2011.2 2044.8 2010.1 2045.3 2010.5 2046.3 C
  6.2695 +2013.8 2044.8 2017.5 2043.4 2021.1 2042 C
  6.2696 +[0 0.5 0.5 0.2]  vc
  6.2697 +f 
  6.2698 +S 
  6.2699 +n
  6.2700 +2019.4 2008.8 m
  6.2701 +2018.9 2009.2 2019.3 2009.9 2019.6 2010.3 C
  6.2702 +2022.2 2011.5 2020.3 2009.1 2019.4 2008.8 C
  6.2703 +[0 0.33 0.33 0.99]  vc
  6.2704 +f 
  6.2705 +S 
  6.2706 +n
  6.2707 +2018 2007.4 m
  6.2708 +2015.7 2006.7 2015.3 2003.6 2012.9 2002.8 C
  6.2709 +2013.5 2003.7 2013.5 2005.1 2015.6 2005.2 C
  6.2710 +2016.4 2006.1 2015.7 2007.7 2018 2007.4 C
  6.2711 +f 
  6.2712 +S 
  6.2713 +n
  6.2714 +vmrs
  6.2715 +1993.5 2008.8 m
  6.2716 +1993.4 2000 1993.7 1992.5 1994 1985.1 C
  6.2717 +1993.7 1984.3 1989.9 1984.1 1990.6 1982 C
  6.2718 +1989.8 1981.1 1987.7 1981.4 1988.2 1979.3 C
  6.2719 +1988.3 1979.6 1988.1 1979.7 1988 1979.8 C
  6.2720 +1987.5 1977.5 1984.5 1978.6 1984.6 1976.2 C
  6.2721 +1983.9 1975.5 1981.7 1975.8 1982.4 1974.3 C
  6.2722 +1981.6 1974.9 1982.1 1973.1 1982 1973.3 C
  6.2723 +1979 1973.7 1980 1968.8 1976.9 1969.7 C
  6.2724 +1975.9 1969.8 1975.3 1970.3 1975 1971.2 C
  6.2725 +1976.2 1969.2 1977 1971.2 1978.6 1970.9 C
  6.2726 +1978.5 1974.4 1981.7 1972.8 1982.2 1976 C
  6.2727 +1985.2 1976.3 1984.5 1979.3 1987 1979.6 C
  6.2728 +1987.7 1980.3 1987.5 1982.1 1988.9 1981.7 C
  6.2729 +1990.4 1982.4 1990.7 1985.5 1993 1985.8 C
  6.2730 +1992.9 1994.3 1993.2 2002.3 1992.8 2011.2 C
  6.2731 +1991.1 2012.4 1990 2014.4 1987.7 2014.6 C
  6.2732 +1990.1 2013.4 1994.7 2012.6 1993.5 2008.8 C
  6.2733 +[0 0.87 0.91 0.83]  vc
  6.2734 +f 
  6.2735 +0.4 w
  6.2736 +2 J
  6.2737 +2 M
  6.2738 +S 
  6.2739 +n
  6.2740 +1992.8 2010.8 m
  6.2741 +1992.8 2001.8 1992.8 1994.1 1992.8 1985.8 C
  6.2742 +1989.5 1985.7 1991.1 1981.1 1987.7 1981.7 C
  6.2743 +1987.9 1978.2 1983.9 1980 1984.1 1977.2 C
  6.2744 +1981.1 1977 1981.5 1973 1979.1 1973.1 C
  6.2745 +1979 1972.2 1978.5 1970.9 1977.6 1970.9 C
  6.2746 +1977.9 1971.6 1979 1971.9 1978.6 1973.1 C
  6.2747 +1977.6 1974.9 1976.8 1973.9 1977.2 1976.2 C
  6.2748 +1977.2 1981.5 1977 1989.4 1977.4 1994 C
  6.2749 +1978.3 1995 1976.6 1994.1 1977.2 1994.7 C
  6.2750 +1977 1995.3 1976.6 1997 1977.9 1997.8 C
  6.2751 +1979 1997.5 1979.3 1998.3 1979.8 1998.8 C
  6.2752 +1979.8 1998.9 1979.8 1999.8 1979.8 1999.2 C
  6.2753 +1980.8 1998.7 1979.7 2000.7 1980.8 2000.7 C
  6.2754 +1983.5 2000.4 1982.1 2003 1984.1 2003.3 C
  6.2755 +1984.4 2004.3 1984.5 2003.7 1985.3 2004 C
  6.2756 +1986.3 2004.6 1985.9 2006.1 1986.5 2006.9 C
  6.2757 +1988 2007.1 1988.4 2009.7 1990.6 2009.1 C
  6.2758 +1990.9 2006.1 1989 2000.2 1990.4 1998 C
  6.2759 +1990.2 1994.3 1990.8 1989.2 1989.9 1986.8 C
  6.2760 +1990.2 1984.7 1990.8 1986.2 1991.6 1985.1 C
  6.2761 +1991.5 1985.9 1992.6 1985.5 1992.5 1986.3 C
  6.2762 +1992 1990.5 1992.6 1995 1992 1999.2 C
  6.2763 +1991.6 1998.9 1991.9 1998.3 1991.8 1997.8 C
  6.2764 +1991.8 1998.5 1991.8 2000 1991.8 2000 C
  6.2765 +1991.9 1999.9 1992 1999.8 1992 1999.7 C
  6.2766 +1993.2 2003.5 1991.9 2007.7 1992.3 2011.5 C
  6.2767 +1991.6 2012 1990.9 2012.2 1990.4 2012.9 C
  6.2768 +1991.3 2011.9 1992.2 2012.1 1992.8 2010.8 C
  6.2769 +[0 1 1 0.23]  vc
  6.2770 +f 
  6.2771 +S 
  6.2772 +n
  6.2773 +1978.4 1968.5 m
  6.2774 +1977 1969.2 1975.8 1968.2 1974.5 1969 C
  6.2775 +1968.3 1973 1961.6 1976 1955.1 1979.1 C
  6.2776 +1962 1975.9 1968.8 1972.5 1975.5 1968.8 C
  6.2777 +1976.5 1968.8 1977.6 1968.8 1978.6 1968.8 C
  6.2778 +1981.7 1972.1 1984.8 1975.7 1988 1978.8 C
  6.2779 +1990.9 1981.9 1996.8 1984.6 1995.2 1990.6 C
  6.2780 +1995.3 1988.6 1994.9 1986.9 1994.7 1985.1 C
  6.2781 +1989.5 1979.1 1983.3 1974.3 1978.4 1968.5 C
  6.2782 +[0.18 0.18 0 0.78]  vc
  6.2783 +f 
  6.2784 +S 
  6.2785 +n
  6.2786 +1978.4 1968.3 m
  6.2787 +1977.9 1968.7 1977.1 1968.5 1976.4 1968.5 C
  6.2788 +1977.3 1968.8 1978.1 1967.9 1978.8 1968.5 C
  6.2789 +1984 1974.3 1990.1 1979.5 1995.2 1985.6 C
  6.2790 +1995.1 1988.4 1995.3 1985.6 1994.9 1984.8 C
  6.2791 +1989.5 1979.4 1983.9 1973.8 1978.4 1968.3 C
  6.2792 +[0.07 0.06 0 0.58]  vc
  6.2793 +f 
  6.2794 +S 
  6.2795 +n
  6.2796 +1978.6 1968 m
  6.2797 +1977.9 1968 1977.4 1968.6 1978.4 1968 C
  6.2798 +1983.9 1973.9 1990.1 1979.1 1995.2 1985.1 C
  6.2799 +1990.2 1979 1983.8 1974.1 1978.6 1968 C
  6.2800 +[0.4 0.4 0 0]  vc
  6.2801 +f 
  6.2802 +S 
  6.2803 +n
  6.2804 +1991.1 1982.2 m
  6.2805 +1991.2 1982.9 1991.6 1984.2 1993 1984.4 C
  6.2806 +1992.6 1983.5 1992.1 1982.5 1991.1 1982.2 C
  6.2807 +[0 0.33 0.33 0.99]  vc
  6.2808 +f 
  6.2809 +S 
  6.2810 +n
  6.2811 +1990.4 2012.7 m
  6.2812 +1991.4 2011.8 1990.2 2010.9 1989.9 2010.3 C
  6.2813 +1987.7 2010.2 1987.4 2007.6 1985.6 2007.2 C
  6.2814 +1985.1 2006.2 1984.6 2004.5 1984.1 2004.3 C
  6.2815 +1981.7 2004.5 1982.3 2001.2 1979.8 2000.9 C
  6.2816 +1978.8 1999.6 1978.8 1999.1 1977.6 1998.8 C
  6.2817 +1976.1 1997.4 1976.7 1995 1975.2 1994 C
  6.2818 +1975.8 1994 1975 1994 1975 1993.7 C
  6.2819 +1975.7 1993.2 1975.6 1991.8 1976 1991.3 C
  6.2820 +1975.9 1985.7 1976.1 1979.7 1975.7 1974.5 C
  6.2821 +1976.2 1973.3 1976.9 1971.8 1976.2 1971.4 C
  6.2822 +1973.9 1974.3 1972.2 1973.6 1969.5 1975 C
  6.2823 +1967.9 1977.5 1963.8 1977.1 1961.8 1980 C
  6.2824 +1959 1980 1957.6 1983 1954.8 1982.9 C
  6.2825 +1953.8 1984.2 1954.8 1985.7 1955.1 1987.2 C
  6.2826 +1956.2 1989.5 1959.7 1990.1 1959.9 1991.8 C
  6.2827 +1965.9 1998 1971.8 2005.2 1978.1 2011.7 C
  6.2828 +1979.5 2012 1980.9 2012.7 1980.3 2014.6 C
  6.2829 +1980.5 2015.6 1979.4 2016 1979.8 2017 C
  6.2830 +1983 2015.6 1986.8 2014.1 1990.4 2012.7 C
  6.2831 +[0 0.5 0.5 0.2]  vc
  6.2832 +f 
  6.2833 +S 
  6.2834 +n
  6.2835 +1988.7 1979.6 m
  6.2836 +1988.2 1979.9 1988.6 1980.6 1988.9 1981 C
  6.2837 +1991.4 1982.2 1989.6 1979.9 1988.7 1979.6 C
  6.2838 +[0 0.33 0.33 0.99]  vc
  6.2839 +f 
  6.2840 +S 
  6.2841 +n
  6.2842 +1987.2 1978.1 m
  6.2843 +1985 1977.5 1984.6 1974.3 1982.2 1973.6 C
  6.2844 +1982.7 1974.5 1982.8 1975.8 1984.8 1976 C
  6.2845 +1985.7 1976.9 1985 1978.4 1987.2 1978.1 C
  6.2846 +f 
  6.2847 +S 
  6.2848 +n
  6.2849 +1975.5 2084 m
  6.2850 +1975.5 2082 1975.3 2080 1975.7 2078.2 C
  6.2851 +1978.8 2079 1980.9 2085.5 1984.8 2083.5 C
  6.2852 +1993 2078.7 2001.6 2075 2010 2070.8 C
  6.2853 +2010.1 2064 2009.9 2057.2 2010.3 2050.6 C
  6.2854 +2014.8 2046.2 2020.9 2045.7 2025.6 2042 C
  6.2855 +2026.1 2035.1 2025.8 2028 2025.9 2021.1 C
  6.2856 +2025.8 2027.8 2026.1 2034.6 2025.6 2041.2 C
  6.2857 +2022.2 2044.9 2017.6 2046.8 2012.9 2048 C
  6.2858 +2012.5 2049.5 2010.4 2049.4 2009.8 2051.1 C
  6.2859 +2009.9 2057.6 2009.6 2064.2 2010 2070.5 C
  6.2860 +2001.2 2075.4 1992 2079.1 1983.2 2084 C
  6.2861 +1980.3 2082.3 1977.8 2079.2 1975.2 2077.5 C
  6.2862 +1974.9 2079.9 1977.2 2084.6 1973.3 2085.2 C
  6.2863 +1964.7 2088.6 1956.8 2093.7 1948.1 2097.2 C
  6.2864 +1949 2097.3 1949.6 2096.9 1950.3 2096.7 C
  6.2865 +1958.4 2091.9 1967.1 2088.2 1975.5 2084 C
  6.2866 +[0.18 0.18 0 0.78]  vc
  6.2867 +f 
  6.2868 +S 
  6.2869 +n
  6.2870 +vmrs
  6.2871 +1948.6 2094.5 m
  6.2872 +1950.2 2093.7 1951.8 2092.9 1953.4 2092.1 C
  6.2873 +1951.8 2092.9 1950.2 2093.7 1948.6 2094.5 C
  6.2874 +[0 0.87 0.91 0.83]  vc
  6.2875 +f 
  6.2876 +0.4 w
  6.2877 +2 J
  6.2878 +2 M
  6.2879 +S 
  6.2880 +n
  6.2881 +1971.6 2082.3 m
  6.2882 +1971.6 2081.9 1970.7 2081.1 1970.9 2081.3 C
  6.2883 +1970.7 2081.6 1970.6 2081.6 1970.4 2081.3 C
  6.2884 +1970.8 2080.1 1968.7 2081.7 1968.3 2080.8 C
  6.2885 +1966.6 2080.9 1966.7 2078 1964.2 2078.2 C
  6.2886 +1964.8 2075 1960.1 2075.8 1960.1 2072.9 C
  6.2887 +1958 2072.3 1957.5 2069.3 1955.3 2069.3 C
  6.2888 +1953.9 2070.9 1948.8 2067.8 1950 2072 C
  6.2889 +1949 2074 1943.2 2070.6 1944 2074.8 C
  6.2890 +1942.2 2076.6 1937.6 2073.9 1938 2078.2 C
  6.2891 +1936.7 2078.6 1935 2078.6 1933.7 2078.2 C
  6.2892 +1933.5 2080 1936.8 2080.7 1937.3 2082.8 C
  6.2893 +1939.9 2083.5 1940.6 2086.4 1942.6 2088 C
  6.2894 +1945.2 2089.2 1946 2091.3 1948.4 2093.6 C
  6.2895 +1956 2089.5 1963.9 2086.1 1971.6 2082.3 C
  6.2896 +[0 0.01 1 0]  vc
  6.2897 +f 
  6.2898 +S 
  6.2899 +n
  6.2900 +1958.2 2089.7 m
  6.2901 +1956.4 2090 1955.6 2091.3 1953.9 2091.9 C
  6.2902 +1955.6 2091.9 1956.5 2089.7 1958.2 2089.7 C
  6.2903 +[0 0.87 0.91 0.83]  vc
  6.2904 +f 
  6.2905 +S 
  6.2906 +n
  6.2907 +1929.9 2080.4 m
  6.2908 +1929.5 2077.3 1929.7 2073.9 1929.6 2070.8 C
  6.2909 +1929.8 2074.1 1929.2 2077.8 1930.1 2080.8 C
  6.2910 +1935.8 2085.9 1941.4 2091.3 1946.9 2096.9 C
  6.2911 +1941.2 2091 1935.7 2086 1929.9 2080.4 C
  6.2912 +[0.4 0.4 0 0]  vc
  6.2913 +f 
  6.2914 +S 
  6.2915 +n
  6.2916 +1930.1 2080.4 m
  6.2917 +1935.8 2086 1941.5 2090.7 1946.9 2096.7 C
  6.2918 +1941.5 2090.9 1935.7 2085.8 1930.1 2080.4 C
  6.2919 +[0.07 0.06 0 0.58]  vc
  6.2920 +f 
  6.2921 +S 
  6.2922 +n
  6.2923 +1940.9 2087.1 m
  6.2924 +1941.7 2088 1944.8 2090.6 1943.6 2089.2 C
  6.2925 +1942.5 2089 1941.6 2087.7 1940.9 2087.1 C
  6.2926 +[0 0.87 0.91 0.83]  vc
  6.2927 +f 
  6.2928 +S 
  6.2929 +n
  6.2930 +1972.8 2082.8 m
  6.2931 +1973 2075.3 1972.4 2066.9 1973.3 2059.5 C
  6.2932 +1972.5 2058.9 1972.8 2057.3 1973.1 2056.4 C
  6.2933 +1974.8 2055.2 1973.4 2055.5 1972.4 2055.4 C
  6.2934 +1970.1 2053.2 1967.9 2050.9 1965.6 2048.7 C
  6.2935 +1960.9 2049.9 1956.9 2052.7 1952.4 2054.7 C
  6.2936 +1949.3 2052.5 1946.3 2049.5 1943.6 2046.8 C
  6.2937 +1939.9 2047.7 1936.8 2050.1 1933.5 2051.8 C
  6.2938 +1930.9 2054.9 1933.5 2056.2 1932.3 2059.7 C
  6.2939 +1933.2 2059.7 1932.2 2060.5 1932.5 2060.2 C
  6.2940 +1933.2 2062.5 1931.6 2064.6 1932.5 2067.4 C
  6.2941 +1932.9 2069.7 1932.7 2072.2 1932.8 2074.6 C
  6.2942 +1933.6 2070.6 1932.2 2066.3 1933 2062.6 C
  6.2943 +1934.4 2058.2 1929.8 2053.5 1935.2 2051.1 C
  6.2944 +1937.7 2049.7 1940.2 2048 1942.8 2046.8 C
  6.2945 +1945.9 2049.2 1948.8 2052 1951.7 2054.7 C
  6.2946 +1952.7 2054.7 1953.6 2054.6 1954.4 2054.2 C
  6.2947 +1958.1 2052.5 1961.7 2049.3 1965.9 2049.2 C
  6.2948 +1968.2 2052.8 1975.2 2055 1972.6 2060.9 C
  6.2949 +1973.3 2062.4 1972.2 2065.2 1972.6 2067.6 C
  6.2950 +1972.7 2072.6 1972.4 2077.7 1972.8 2082.5 C
  6.2951 +1968.1 2084.9 1963.5 2087.5 1958.7 2089.5 C
  6.2952 +1963.5 2087.4 1968.2 2085 1972.8 2082.8 C
  6.2953 +f 
  6.2954 +S 
  6.2955 +n
  6.2956 +1935.2 2081.1 m
  6.2957 +1936.8 2083.4 1938.6 2084.6 1940.4 2086.6 C
  6.2958 +1938.8 2084.4 1936.7 2083.4 1935.2 2081.1 C
  6.2959 +f 
  6.2960 +S 
  6.2961 +n
  6.2962 +1983.2 2081.3 m
  6.2963 +1984.8 2080.5 1986.3 2079.7 1988 2078.9 C
  6.2964 +1986.3 2079.7 1984.8 2080.5 1983.2 2081.3 C
  6.2965 +f 
  6.2966 +S 
  6.2967 +n
  6.2968 +2006.2 2069.1 m
  6.2969 +2006.2 2068.7 2005.2 2067.9 2005.5 2068.1 C
  6.2970 +2005.3 2068.4 2005.2 2068.4 2005 2068.1 C
  6.2971 +2005.4 2066.9 2003.3 2068.5 2002.8 2067.6 C
  6.2972 +2001.2 2067.7 2001.2 2064.8 1998.8 2065 C
  6.2973 +1999.4 2061.8 1994.7 2062.6 1994.7 2059.7 C
  6.2974 +1992.4 2059.5 1992.4 2055.8 1990.1 2056.8 C
  6.2975 +1985.9 2059.5 1981.1 2061 1976.9 2063.8 C
  6.2976 +1977.2 2067.6 1974.9 2074.2 1978.8 2075.8 C
  6.2977 +1979.6 2077.8 1981.7 2078.4 1982.9 2080.4 C
  6.2978 +1990.6 2076.3 1998.5 2072.9 2006.2 2069.1 C
  6.2979 +[0 0.01 1 0]  vc
  6.2980 +f 
  6.2981 +S 
  6.2982 +n
  6.2983 +vmrs
  6.2984 +1992.8 2076.5 m
  6.2985 +1991 2076.8 1990.2 2078.1 1988.4 2078.7 C
  6.2986 +1990.2 2078.7 1991 2076.5 1992.8 2076.5 C
  6.2987 +[0 0.87 0.91 0.83]  vc
  6.2988 +f 
  6.2989 +0.4 w
  6.2990 +2 J
  6.2991 +2 M
  6.2992 +S 
  6.2993 +n
  6.2994 +1975.5 2073.4 m
  6.2995 +1976.1 2069.7 1973.9 2064.6 1977.4 2062.4 C
  6.2996 +1973.9 2064.5 1976.1 2069.9 1975.5 2073.6 C
  6.2997 +1976 2074.8 1979.3 2077.4 1978.1 2076 C
  6.2998 +1977 2075.7 1975.8 2074.5 1975.5 2073.4 C
  6.2999 +f 
  6.3000 +S 
  6.3001 +n
  6.3002 +2007.4 2069.6 m
  6.3003 +2007.6 2062.1 2007 2053.7 2007.9 2046.3 C
  6.3004 +2007.1 2045.7 2007.3 2044.1 2007.6 2043.2 C
  6.3005 +2009.4 2042 2007.9 2042.3 2006.9 2042.2 C
  6.3006 +2002.2 2037.4 1996.7 2032.4 1992.5 2027.3 C
  6.3007 +1992 2027.3 1991.6 2027.3 1991.1 2027.3 C
  6.3008 +1991.4 2035.6 1991.4 2045.6 1991.1 2054.4 C
  6.3009 +1990.5 2055.5 1988.4 2056.6 1990.6 2055.4 C
  6.3010 +1991.6 2055.4 1991.6 2054.1 1991.6 2053.2 C
  6.3011 +1990.8 2044.7 1991.9 2035.4 1991.6 2027.6 C
  6.3012 +1991.8 2027.6 1992 2027.6 1992.3 2027.6 C
  6.3013 +1997 2032.8 2002.5 2037.7 2007.2 2042.9 C
  6.3014 +2007.3 2044.8 2006.7 2047.4 2007.6 2048.4 C
  6.3015 +2006.9 2055.1 2007.1 2062.5 2007.4 2069.3 C
  6.3016 +2002.7 2071.7 1998.1 2074.3 1993.2 2076.3 C
  6.3017 +1998 2074.2 2002.7 2071.8 2007.4 2069.6 C
  6.3018 +f 
  6.3019 +S 
  6.3020 +n
  6.3021 +2006.7 2069.1 m
  6.3022 +2006.3 2068.6 2005.9 2067.7 2005.7 2066.9 C
  6.3023 +2005.7 2059.7 2005.9 2051.4 2005.5 2045.1 C
  6.3024 +2004.9 2045.3 2004.7 2044.5 2004.3 2045.3 C
  6.3025 +2005.1 2045.3 2004.2 2045.8 2004.8 2046 C
  6.3026 +2004.8 2052.2 2004.8 2059.2 2004.8 2064.5 C
  6.3027 +2005.7 2065.7 2005.1 2065.7 2005 2066.7 C
  6.3028 +2003.8 2067 2002.7 2067.2 2001.9 2066.4 C
  6.3029 +2001.3 2064.6 1998 2063.1 1998 2061.9 C
  6.3030 +1996.1 2062.3 1996.6 2058.3 1994.2 2058.8 C
  6.3031 +1992.6 2057.7 1992.7 2054.8 1989.9 2056.6 C
  6.3032 +1985.6 2059.3 1980.9 2060.8 1976.7 2063.6 C
  6.3033 +1976 2066.9 1976 2071.2 1976.7 2074.6 C
  6.3034 +1977.6 2070.8 1973.1 2062.1 1980.5 2061.2 C
  6.3035 +1984.3 2060.3 1987.5 2058.2 1990.8 2056.4 C
  6.3036 +1991.7 2056.8 1992.9 2057.2 1993.5 2059.2 C
  6.3037 +1994.3 2058.6 1994.4 2060.6 1994.7 2059.2 C
  6.3038 +1995.3 2062.7 1999.2 2061.4 1998.8 2064.8 C
  6.3039 +2001.8 2065.4 2002.5 2068.4 2005.2 2067.4 C
  6.3040 +2004.9 2067.9 2006 2068 2006.4 2069.1 C
  6.3041 +2001.8 2071.1 1997.4 2073.9 1992.8 2075.8 C
  6.3042 +1997.5 2073.8 2002 2071.2 2006.7 2069.1 C
  6.3043 +[0 0.2 1 0]  vc
  6.3044 +f 
  6.3045 +S 
  6.3046 +n
  6.3047 +1988.7 2056.6 m
  6.3048 +1985.1 2058.7 1981.1 2060.1 1977.6 2061.9 C
  6.3049 +1981.3 2060.5 1985.6 2058.1 1988.7 2056.6 C
  6.3050 +[0 0.87 0.91 0.83]  vc
  6.3051 +f 
  6.3052 +S 
  6.3053 +n
  6.3054 +1977.9 2059.5 m
  6.3055 +1975.7 2064.5 1973.7 2054.7 1975.2 2060.9 C
  6.3056 +1976 2060.6 1977.6 2059.7 1977.9 2059.5 C
  6.3057 +f 
  6.3058 +S 
  6.3059 +n
  6.3060 +1989.6 2051.3 m
  6.3061 +1990.1 2042.3 1989.8 2036.6 1989.9 2028 C
  6.3062 +1989.8 2027 1990.8 2028.3 1990.1 2027.3 C
  6.3063 +1988.9 2026.7 1986.7 2026.9 1986.8 2024.7 C
  6.3064 +1987.4 2023 1985.9 2024.6 1985.1 2023.7 C
  6.3065 +1984.1 2021.4 1982.5 2020.5 1980.3 2020.6 C
  6.3066 +1979.9 2020.8 1979.5 2021.1 1979.3 2021.6 C
  6.3067 +1979.7 2025.8 1978.4 2033 1979.6 2038.1 C
  6.3068 +1983.7 2042.9 1968.8 2044.6 1978.8 2042.7 C
  6.3069 +1979.3 2042.3 1979.6 2041.9 1980 2041.5 C
  6.3070 +1980 2034.8 1980 2027 1980 2021.6 C
  6.3071 +1981.3 2020.5 1981.7 2021.5 1982.9 2021.8 C
  6.3072 +1983.6 2024.7 1986.1 2023.8 1986.8 2026.4 C
  6.3073 +1987.1 2027.7 1988.6 2027.1 1989.2 2028.3 C
  6.3074 +1989.1 2036.7 1989.3 2044.8 1988.9 2053.7 C
  6.3075 +1987.2 2054.9 1986.2 2056.8 1983.9 2057.1 C
  6.3076 +1986.3 2055.9 1990.9 2055 1989.6 2051.3 C
  6.3077 +f 
  6.3078 +S 
  6.3079 +n
  6.3080 +1971.6 2078.9 m
  6.3081 +1971.4 2070.5 1972.1 2062.2 1971.6 2055.9 C
  6.3082 +1969.9 2053.7 1967.6 2051.7 1965.6 2049.6 C
  6.3083 +1961.4 2050.4 1957.6 2053.6 1953.4 2055.2 C
  6.3084 +1949.8 2055.6 1948.2 2051.2 1945.5 2049.6 C
  6.3085 +1945.1 2048.8 1944.5 2047.9 1943.6 2047.5 C
  6.3086 +1940.1 2047.8 1937.3 2051 1934 2052.3 C
  6.3087 +1933.7 2052.6 1933.7 2053 1933.2 2053.2 C
  6.3088 +1933.7 2060.8 1933.4 2067.2 1933.5 2074.6 C
  6.3089 +1933.8 2068.1 1934 2060.9 1933.2 2054 C
  6.3090 +1935.3 2050.9 1939.3 2049.6 1942.4 2047.5 C
  6.3091 +1942.8 2047.5 1943.4 2047.4 1943.8 2047.7 C
  6.3092 +1947.1 2050.2 1950.3 2057.9 1955.3 2054.4 C
  6.3093 +1955.4 2054.4 1955.5 2054.3 1955.6 2054.2 C
  6.3094 +1955.9 2057.6 1956.1 2061.8 1955.3 2064.8 C
  6.3095 +1955.4 2064.3 1955.1 2063.8 1955.6 2063.6 C
  6.3096 +1956 2066.6 1955.3 2068.7 1958.7 2069.8 C
  6.3097 +1959.2 2071.7 1961.4 2071.7 1962 2074.1 C
  6.3098 +1964.4 2074.2 1964 2077.7 1967.3 2078.4 C
  6.3099 +1967 2079.7 1968.1 2079.9 1969 2080.1 C
  6.3100 +1971.1 2079.9 1970 2079.2 1970.4 2078 C
  6.3101 +1969.5 2077.2 1970.3 2075.9 1969.7 2075.1 C
  6.3102 +1970.1 2069.8 1970.1 2063.6 1969.7 2058.8 C
  6.3103 +1969.2 2058.5 1970 2058.1 1970.2 2057.8 C
  6.3104 +1970.4 2058.3 1971.2 2057.7 1971.4 2058.3 C
  6.3105 +1971.5 2065.3 1971.2 2073.6 1971.6 2081.1 C
  6.3106 +1974.1 2081.4 1969.8 2084.3 1972.4 2082.5 C
  6.3107 +1971.9 2081.4 1971.6 2080.2 1971.6 2078.9 C
  6.3108 +[0 0.4 1 0]  vc
  6.3109 +f 
  6.3110 +S 
  6.3111 +n
  6.3112 +1952.4 2052 m
  6.3113 +1954.1 2051.3 1955.6 2050.4 1957.2 2049.6 C
  6.3114 +1955.6 2050.4 1954.1 2051.3 1952.4 2052 C
  6.3115 +[0 0.87 0.91 0.83]  vc
  6.3116 +f 
  6.3117 +S 
  6.3118 +n
  6.3119 +1975.5 2039.8 m
  6.3120 +1975.5 2039.4 1974.5 2038.7 1974.8 2038.8 C
  6.3121 +1974.6 2039.1 1974.5 2039.1 1974.3 2038.8 C
  6.3122 +1974.6 2037.6 1972.5 2039.3 1972.1 2038.4 C
  6.3123 +1970.4 2038.4 1970.5 2035.5 1968 2035.7 C
  6.3124 +1968.6 2032.5 1964 2033.3 1964 2030.4 C
  6.3125 +1961.9 2029.8 1961.4 2026.8 1959.2 2026.8 C
  6.3126 +1957.7 2028.5 1952.6 2025.3 1953.9 2029.5 C
  6.3127 +1952.9 2031.5 1947 2028.2 1947.9 2032.4 C
  6.3128 +1946 2034.2 1941.5 2031.5 1941.9 2035.7 C
  6.3129 +1940.6 2036.1 1938.9 2036.1 1937.6 2035.7 C
  6.3130 +1937.3 2037.5 1940.7 2038.2 1941.2 2040.3 C
  6.3131 +1943.7 2041.1 1944.4 2043.9 1946.4 2045.6 C
  6.3132 +1949.1 2046.7 1949.9 2048.8 1952.2 2051.1 C
  6.3133 +1959.9 2047.1 1967.7 2043.6 1975.5 2039.8 C
  6.3134 +[0 0.01 1 0]  vc
  6.3135 +f 
  6.3136 +S 
  6.3137 +n
  6.3138 +vmrs
  6.3139 +1962 2047.2 m
  6.3140 +1960.2 2047.5 1959.5 2048.9 1957.7 2049.4 C
  6.3141 +1959.5 2049.5 1960.3 2047.2 1962 2047.2 C
  6.3142 +[0 0.87 0.91 0.83]  vc
  6.3143 +f 
  6.3144 +0.4 w
  6.3145 +2 J
  6.3146 +2 M
  6.3147 +S 
  6.3148 +n
  6.3149 +2012.4 2046.3 m
  6.3150 +2010.3 2051.3 2008.3 2041.5 2009.8 2047.7 C
  6.3151 +2010.5 2047.4 2012.2 2046.5 2012.4 2046.3 C
  6.3152 +f 
  6.3153 +S 
  6.3154 +n
  6.3155 +1944.8 2044.6 m
  6.3156 +1945.5 2045.6 1948.6 2048.1 1947.4 2046.8 C
  6.3157 +1946.3 2046.5 1945.5 2045.2 1944.8 2044.6 C
  6.3158 +f 
  6.3159 +S 
  6.3160 +n
  6.3161 +1987.2 2054.9 m
  6.3162 +1983.7 2057.3 1979.6 2058 1976 2060.2 C
  6.3163 +1974.7 2058.2 1977.2 2055.8 1974.3 2054.9 C
  6.3164 +1973.1 2052 1970.4 2050.2 1968 2048 C
  6.3165 +1968 2047.7 1968 2047.4 1968.3 2047.2 C
  6.3166 +1969.5 2046.1 1983 2040.8 1972.4 2044.8 C
  6.3167 +1971.2 2046.6 1967.9 2046 1968 2048.2 C
  6.3168 +1970.5 2050.7 1973.8 2052.6 1974.3 2055.6 C
  6.3169 +1975.1 2055 1975.7 2056.7 1975.7 2057.1 C
  6.3170 +1975.7 2058.2 1974.8 2059.3 1975.5 2060.4 C
  6.3171 +1979.3 2058.2 1983.9 2057.7 1987.2 2054.9 C
  6.3172 +[0.18 0.18 0 0.78]  vc
  6.3173 +f 
  6.3174 +S 
  6.3175 +n
  6.3176 +1967.8 2047.5 m
  6.3177 +1968.5 2047 1969.1 2046.5 1969.7 2046 C
  6.3178 +1969.1 2046.5 1968.5 2047 1967.8 2047.5 C
  6.3179 +[0 0.87 0.91 0.83]  vc
  6.3180 +f 
  6.3181 +S 
  6.3182 +n
  6.3183 +1976.7 2040.3 m
  6.3184 +1976.9 2032.8 1976.3 2024.4 1977.2 2017 C
  6.3185 +1976.4 2016.5 1976.6 2014.8 1976.9 2013.9 C
  6.3186 +1978.7 2012.7 1977.2 2013 1976.2 2012.9 C
  6.3187 +1971.5 2008.1 1965.9 2003.1 1961.8 1998 C
  6.3188 +1960.9 1998 1960.1 1998 1959.2 1998 C
  6.3189 +1951.5 2001.1 1944.3 2005.5 1937.1 2009.6 C
  6.3190 +1935 2012.9 1937 2013.6 1936.1 2017.2 C
  6.3191 +1937.1 2017.2 1936 2018 1936.4 2017.7 C
  6.3192 +1937 2020.1 1935.5 2022.1 1936.4 2024.9 C
  6.3193 +1936.8 2027.2 1936.5 2029.7 1936.6 2032.1 C
  6.3194 +1937.4 2028.2 1936 2023.8 1936.8 2020.1 C
  6.3195 +1938.3 2015.7 1933.6 2011 1939 2008.6 C
  6.3196 +1945.9 2004.5 1953.1 2000.3 1960.6 1998.3 C
  6.3197 +1960.9 1998.3 1961.3 1998.3 1961.6 1998.3 C
  6.3198 +1966.2 2003.5 1971.8 2008.4 1976.4 2013.6 C
  6.3199 +1976.6 2015.5 1976 2018.1 1976.9 2019.2 C
  6.3200 +1976.1 2025.8 1976.4 2033.2 1976.7 2040 C
  6.3201 +1971.9 2042.4 1967.4 2045 1962.5 2047 C
  6.3202 +1967.3 2044.9 1972 2042.6 1976.7 2040.3 C
  6.3203 +f 
  6.3204 +S 
  6.3205 +n
  6.3206 +1939 2038.6 m
  6.3207 +1940.6 2040.9 1942.5 2042.1 1944.3 2044.1 C
  6.3208 +1942.7 2041.9 1940.6 2040.9 1939 2038.6 C
  6.3209 +f 
  6.3210 +S 
  6.3211 +n
  6.3212 +2006.2 2065.7 m
  6.3213 +2006 2057.3 2006.7 2049 2006.2 2042.7 C
  6.3214 +2002.1 2038.4 1997.7 2033.4 1993 2030 C
  6.3215 +1992.9 2029.3 1992.5 2028.6 1992 2028.3 C
  6.3216 +1992.1 2036.6 1991.9 2046.2 1992.3 2054.9 C
  6.3217 +1990.8 2056.2 1989 2056.7 1987.5 2058 C
  6.3218 +1988.7 2057.7 1990.7 2054.4 1993 2056.4 C
  6.3219 +1993.4 2058.8 1996 2058.2 1996.6 2060.9 C
  6.3220 +1999 2061 1998.5 2064.5 2001.9 2065.2 C
  6.3221 +2001.5 2066.5 2002.7 2066.7 2003.6 2066.9 C
  6.3222 +2005.7 2066.7 2004.6 2066 2005 2064.8 C
  6.3223 +2004 2064 2004.8 2062.7 2004.3 2061.9 C
  6.3224 +2004.6 2056.6 2004.6 2050.4 2004.3 2045.6 C
  6.3225 +2003.7 2045.3 2004.6 2044.9 2004.8 2044.6 C
  6.3226 +2005 2045.1 2005.7 2044.5 2006 2045.1 C
  6.3227 +2006 2052.1 2005.8 2060.4 2006.2 2067.9 C
  6.3228 +2008.7 2068.2 2004.4 2071.1 2006.9 2069.3 C
  6.3229 +2006.4 2068.2 2006.2 2067 2006.2 2065.7 C
  6.3230 +[0 0.4 1 0]  vc
  6.3231 +f 
  6.3232 +S 
  6.3233 +n
  6.3234 +2021.8 2041.7 m
  6.3235 +2018.3 2044.1 2014.1 2044.8 2010.5 2047 C
  6.3236 +2009.3 2045 2011.7 2042.6 2008.8 2041.7 C
  6.3237 +2004.3 2035.1 1997.6 2030.9 1993 2024.4 C
  6.3238 +1992.1 2024 1991.5 2024.3 1990.8 2024 C
  6.3239 +1993.2 2023.9 1995.3 2027.1 1996.8 2029 C
  6.3240 +2000.4 2032.6 2004.9 2036.9 2008.4 2040.8 C
  6.3241 +2008.2 2043.1 2011.4 2042.8 2009.8 2045.8 C
  6.3242 +2009.8 2046.3 2009.7 2046.9 2010 2047.2 C
  6.3243 +2013.8 2045 2018.5 2044.5 2021.8 2041.7 C
  6.3244 +[0.18 0.18 0 0.78]  vc
  6.3245 +f 
  6.3246 +S 
  6.3247 +n
  6.3248 +2001.6 2034 m
  6.3249 +2000.7 2033.1 1999.9 2032.3 1999 2031.4 C
  6.3250 +1999.9 2032.3 2000.7 2033.1 2001.6 2034 C
  6.3251 +[0 0.87 0.91 0.83]  vc
  6.3252 +f 
  6.3253 +S 
  6.3254 +n
  6.3255 +vmrs
  6.3256 +1989.4 2024.4 m
  6.3257 +1989.5 2025.4 1988.6 2024.3 1988.9 2024.7 C
  6.3258 +1990.5 2025.8 1990.7 2024.2 1992.8 2024.9 C
  6.3259 +1993.8 2025.9 1995 2027.1 1995.9 2028 C
  6.3260 +1994.3 2026 1991.9 2023.4 1989.4 2024.4 C
  6.3261 +[0 0.87 0.91 0.83]  vc
  6.3262 +f 
  6.3263 +0.4 w
  6.3264 +2 J
  6.3265 +2 M
  6.3266 +S 
  6.3267 +n
  6.3268 +1984.8 2019.9 m
  6.3269 +1984.6 2018.6 1986.3 2017.2 1987.7 2016.8 C
  6.3270 +1987.2 2017.5 1982.9 2017.9 1984.4 2020.6 C
  6.3271 +1984.1 2019.9 1984.9 2020 1984.8 2019.9 C
  6.3272 +f 
  6.3273 +S 
  6.3274 +n
  6.3275 +1981.7 2017 m
  6.3276 +1979.6 2022 1977.6 2012.3 1979.1 2018.4 C
  6.3277 +1979.8 2018.1 1981.5 2017.2 1981.7 2017 C
  6.3278 +f 
  6.3279 +S 
  6.3280 +n
  6.3281 +1884.3 2019.2 m
  6.3282 +1884.7 2010.5 1884.5 2000.6 1884.5 1991.8 C
  6.3283 +1886.6 1989.3 1889.9 1988.9 1892.4 1987 C
  6.3284 +1890.8 1988.7 1886 1989.1 1884.3 1992.3 C
  6.3285 +1884.7 2001 1884.5 2011.3 1884.5 2019.9 C
  6.3286 +1891 2025.1 1895.7 2031.5 1902 2036.9 C
  6.3287 +1896.1 2031 1890 2024.9 1884.3 2019.2 C
  6.3288 +[0.07 0.06 0 0.58]  vc
  6.3289 +f 
  6.3290 +S 
  6.3291 +n
  6.3292 +1884 2019.4 m
  6.3293 +1884.5 2010.6 1884.2 2000.4 1884.3 1991.8 C
  6.3294 +1884.8 1990.4 1887.8 1989 1884.8 1990.8 C
  6.3295 +1884.3 1991.3 1884.3 1992 1884 1992.5 C
  6.3296 +1884.5 2001.2 1884.2 2011.1 1884.3 2019.9 C
  6.3297 +1887.9 2023.1 1891.1 2026.4 1894.4 2030 C
  6.3298 +1891.7 2026.1 1887.1 2022.9 1884 2019.4 C
  6.3299 +[0.4 0.4 0 0]  vc
  6.3300 +f 
  6.3301 +S 
  6.3302 +n
  6.3303 +1885 2011.7 m
  6.3304 +1885 2006.9 1885 2001.9 1885 1997.1 C
  6.3305 +1885 2001.9 1885 2006.9 1885 2011.7 C
  6.3306 +[0 0.87 0.91 0.83]  vc
  6.3307 +f 
  6.3308 +S 
  6.3309 +n
  6.3310 +1975.5 2036.4 m
  6.3311 +1975.2 2028 1976 2019.7 1975.5 2013.4 C
  6.3312 +1971.1 2008.5 1965.6 2003.6 1961.6 1999 C
  6.3313 +1958.8 1998 1956 2000 1953.6 2001.2 C
  6.3314 +1948.2 2004.7 1941.9 2006.5 1937.1 2010.8 C
  6.3315 +1937.5 2018.3 1937.3 2024.7 1937.3 2032.1 C
  6.3316 +1937.6 2025.6 1937.9 2018.4 1937.1 2011.5 C
  6.3317 +1937.3 2011 1937.6 2010.5 1937.8 2010 C
  6.3318 +1944.6 2005.7 1951.9 2002.3 1959.2 1999 C
  6.3319 +1960.1 1998.5 1960.1 1999.8 1960.4 2000.4 C
  6.3320 +1959.7 2006.9 1959.7 2014.2 1959.4 2021.1 C
  6.3321 +1959 2021.1 1959.2 2021.9 1959.2 2022.3 C
  6.3322 +1959.2 2021.9 1959 2021.3 1959.4 2021.1 C
  6.3323 +1959.8 2024.1 1959.2 2026.2 1962.5 2027.3 C
  6.3324 +1963 2029.2 1965.3 2029.2 1965.9 2031.6 C
  6.3325 +1968.3 2031.8 1967.8 2035.2 1971.2 2036 C
  6.3326 +1970.8 2037.2 1971.9 2037.5 1972.8 2037.6 C
  6.3327 +1974.9 2037.4 1973.9 2036.7 1974.3 2035.5 C
  6.3328 +1973.3 2034.7 1974.1 2033.4 1973.6 2032.6 C
  6.3329 +1973.9 2027.3 1973.9 2021.1 1973.6 2016.3 C
  6.3330 +1973 2016 1973.9 2015.6 1974 2015.3 C
  6.3331 +1974.3 2015.9 1975 2015.3 1975.2 2015.8 C
  6.3332 +1975.3 2022.8 1975.1 2031.2 1975.5 2038.6 C
  6.3333 +1977.9 2039 1973.7 2041.8 1976.2 2040 C
  6.3334 +1975.7 2039 1975.5 2037.8 1975.5 2036.4 C
  6.3335 +[0 0.4 1 0]  vc
  6.3336 +f 
  6.3337 +S 
  6.3338 +n
  6.3339 +1991.1 2012.4 m
  6.3340 +1987.5 2014.8 1983.4 2015.6 1979.8 2017.7 C
  6.3341 +1978.5 2015.7 1981 2013.3 1978.1 2012.4 C
  6.3342 +1973.6 2005.8 1966.8 2001.6 1962.3 1995.2 C
  6.3343 +1961.4 1994.7 1960.8 1995 1960.1 1994.7 C
  6.3344 +1962.5 1994.6 1964.6 1997.8 1966.1 1999.7 C
  6.3345 +1969.7 2003.3 1974.2 2007.6 1977.6 2011.5 C
  6.3346 +1977.5 2013.8 1980.6 2013.5 1979.1 2016.5 C
  6.3347 +1979.1 2017 1979 2017.6 1979.3 2018 C
  6.3348 +1983.1 2015.7 1987.8 2015.2 1991.1 2012.4 C
  6.3349 +[0.18 0.18 0 0.78]  vc
  6.3350 +f 
  6.3351 +S 
  6.3352 +n
  6.3353 +1970.9 2004.8 m
  6.3354 +1970 2003.9 1969.2 2003 1968.3 2002.1 C
  6.3355 +1969.2 2003 1970 2003.9 1970.9 2004.8 C
  6.3356 +[0 0.87 0.91 0.83]  vc
  6.3357 +f 
  6.3358 +S 
  6.3359 +n
  6.3360 +1887.9 1994.9 m
  6.3361 +1888.5 1992.3 1891.4 1992.2 1893.2 1990.8 C
  6.3362 +1898.4 1987.5 1904 1984.8 1909.5 1982.2 C
  6.3363 +1909.7 1982.7 1910.3 1982.1 1910.4 1982.7 C
  6.3364 +1909.5 1990.5 1910.1 1996.4 1910 2004.5 C
  6.3365 +1909.1 2003.4 1909.7 2005.8 1909.5 2006.4 C
  6.3366 +1910.4 2006 1909.7 2008 1910.2 2007.9 C
  6.3367 +1911.3 2010.6 1912.5 2012.6 1915.7 2013.4 C
  6.3368 +1915.8 2013.7 1915.5 2014.4 1916 2014.4 C
  6.3369 +1916.3 2015 1915.4 2016 1915.2 2016 C
  6.3370 +1916.1 2015.5 1916.5 2014.5 1916 2013.6 C
  6.3371 +1913.4 2013.3 1913.1 2010.5 1910.9 2009.8 C
  6.3372 +1910.7 2008.8 1910.4 2007.9 1910.2 2006.9 C
  6.3373 +1911.1 1998.8 1909.4 1990.7 1910.7 1982.4 C
  6.3374 +1910 1982.1 1908.9 1982.1 1908.3 1982.4 C
  6.3375 +1901.9 1986.1 1895 1988.7 1888.8 1993 C
  6.3376 +1888 1993.4 1888.4 1994.3 1887.6 1994.7 C
  6.3377 +1888.1 2001.3 1887.8 2008.6 1887.9 2015.1 C
  6.3378 +1887.3 2017.5 1887.9 2015.4 1888.4 2014.4 C
  6.3379 +1887.8 2008 1888.4 2001.3 1887.9 1994.9 C
  6.3380 +[0.07 0.06 0 0.58]  vc
  6.3381 +f 
  6.3382 +S 
  6.3383 +n
  6.3384 +vmrs
  6.3385 +1887.9 2018.4 m
  6.3386 +1887.5 2016.9 1888.5 2016 1888.8 2014.8 C
  6.3387 +1890.1 2014.8 1891.1 2016.6 1892.4 2015.3 C
  6.3388 +1892.4 2014.4 1893.8 2012.9 1894.4 2012.4 C
  6.3389 +1895.9 2012.4 1896.6 2013.9 1897.7 2012.7 C
  6.3390 +1898.4 2011.7 1898.6 2010.4 1899.6 2009.8 C
  6.3391 +1901.7 2009.9 1902.9 2010.4 1904 2009.1 C
  6.3392 +1904.3 2007.4 1904 2007.6 1904.9 2007.2 C
  6.3393 +1906.2 2007 1907.6 2006.5 1908.8 2006.7 C
  6.3394 +1910.6 2008.2 1909.8 2011.5 1912.6 2012 C
  6.3395 +1912.4 2013 1913.8 2012.7 1914 2013.2 C
  6.3396 +1911.5 2011.1 1909.1 2007.9 1909.2 2004.3 C
  6.3397 +1909.5 2003.5 1909.9 2004.9 1909.7 2004.3 C
  6.3398 +1909.9 1996.2 1909.3 1990.5 1910.2 1982.7 C
  6.3399 +1909.5 1982.6 1909.5 1982.6 1908.8 1982.7 C
  6.3400 +1903.1 1985.7 1897 1987.9 1891.7 1992 C
  6.3401 +1890.5 1993 1888.2 1992.9 1888.1 1994.9 C
  6.3402 +1888.7 2001.4 1888.1 2008.4 1888.6 2014.8 C
  6.3403 +1888.3 2016 1887.2 2016.9 1887.6 2018.4 C
  6.3404 +1892.3 2023.9 1897.6 2027.9 1902.3 2033.3 C
  6.3405 +1898 2028.2 1892.1 2023.8 1887.9 2018.4 C
  6.3406 +[0.4 0.4 0 0]  vc
  6.3407 +f 
  6.3408 +0.4 w
  6.3409 +2 J
  6.3410 +2 M
  6.3411 +S 
  6.3412 +n
  6.3413 +1910.9 1995.2 m
  6.3414 +1910.4 1999.8 1911 2003.3 1910.9 2008.1 C
  6.3415 +1910.9 2003.8 1910.9 1999.2 1910.9 1995.2 C
  6.3416 +[0.18 0.18 0 0.78]  vc
  6.3417 +f 
  6.3418 +S 
  6.3419 +n
  6.3420 +1911.2 2004.3 m
  6.3421 +1911.2 2001.9 1911.2 1999.7 1911.2 1997.3 C
  6.3422 +1911.2 1999.7 1911.2 2001.9 1911.2 2004.3 C
  6.3423 +[0 0.87 0.91 0.83]  vc
  6.3424 +f 
  6.3425 +S 
  6.3426 +n
  6.3427 +1958.7 1995.2 m
  6.3428 +1959 1995.6 1956.2 1995 1956.5 1996.8 C
  6.3429 +1955.8 1997.6 1954.2 1998.5 1953.6 1997.3 C
  6.3430 +1953.6 1990.8 1954.9 1989.6 1953.4 1983.9 C
  6.3431 +1953.4 1983.3 1953.3 1982.1 1954.4 1982 C
  6.3432 +1955.5 1982.6 1956.5 1981.3 1957.5 1981 C
  6.3433 +1956.3 1981.8 1954.7 1982.6 1953.9 1981.5 C
  6.3434 +1951.4 1983 1954.7 1988.8 1952.9 1990.6 C
  6.3435 +1953.8 1990.6 1953.2 1992.7 1953.4 1993.7 C
  6.3436 +1953.8 1994.5 1952.3 1996.1 1953.2 1997.8 C
  6.3437 +1956.3 1999.4 1957.5 1994 1959.9 1995.6 C
  6.3438 +1962 1994.4 1963.7 1997.7 1965.2 1998.8 C
  6.3439 +1963.5 1996.7 1961.2 1994.1 1958.7 1995.2 C
  6.3440 +f 
  6.3441 +S 
  6.3442 +n
  6.3443 +1945 2000.7 m
  6.3444 +1945.4 1998.7 1945.4 1997.9 1945 1995.9 C
  6.3445 +1944.5 1995.3 1944.2 1992.6 1945.7 1993.2 C
  6.3446 +1946 1992.2 1948.7 1992.5 1948.4 1990.6 C
  6.3447 +1947.5 1990.3 1948.1 1988.7 1947.9 1988.2 C
  6.3448 +1948.9 1987.8 1950.5 1986.8 1950.5 1984.6 C
  6.3449 +1951.5 1980.9 1946.7 1983 1947.2 1979.8 C
  6.3450 +1944.5 1979.9 1945.2 1976.6 1943.1 1976.7 C
  6.3451 +1941.8 1975.7 1942.1 1972.7 1939.2 1973.8 C
  6.3452 +1938.2 1974.6 1939.3 1971.6 1938.3 1970.9 C
  6.3453 +1938.8 1969.2 1933.4 1970.3 1937.3 1970 C
  6.3454 +1939.4 1971.2 1937.2 1973 1937.6 1974.3 C
  6.3455 +1937.2 1976.3 1937.1 1981.2 1937.8 1984.1 C
  6.3456 +1938.8 1982.3 1937.9 1976.6 1938.5 1973.1 C
  6.3457 +1938.9 1975 1938.5 1976.4 1939.7 1977.2 C
  6.3458 +1939.5 1983.5 1938.9 1991.3 1940.2 1997.3 C
  6.3459 +1939.4 1999.1 1938.6 1997.1 1937.8 1997.1 C
  6.3460 +1937.4 1996.7 1937.6 1996.1 1937.6 1995.6 C
  6.3461 +1936.5 1998.5 1940.1 1998.4 1940.9 2000.7 C
  6.3462 +1942.1 2000.4 1943.2 2001.3 1943.1 2002.4 C
  6.3463 +1943.6 2003.1 1941.1 2004.6 1942.8 2003.8 C
  6.3464 +1943.9 2002.5 1942.6 2000.6 1945 2000.7 C
  6.3465 +[0.65 0.65 0 0.42]  vc
  6.3466 +f 
  6.3467 +S 
  6.3468 +n
  6.3469 +1914.5 2006.4 m
  6.3470 +1914.1 2004.9 1915.2 2004 1915.5 2002.8 C
  6.3471 +1916.7 2002.8 1917.8 2004.6 1919.1 2003.3 C
  6.3472 +1919 2002.4 1920.4 2000.9 1921 2000.4 C
  6.3473 +1922.5 2000.4 1923.2 2001.9 1924.4 2000.7 C
  6.3474 +1925 1999.7 1925.3 1998.4 1926.3 1997.8 C
  6.3475 +1928.4 1997.9 1929.5 1998.4 1930.6 1997.1 C
  6.3476 +1930.9 1995.4 1930.7 1995.6 1931.6 1995.2 C
  6.3477 +1932.8 1995 1934.3 1994.5 1935.4 1994.7 C
  6.3478 +1936.1 1995.8 1936.9 1996.2 1936.6 1997.8 C
  6.3479 +1938.9 1999.4 1939.7 2001.3 1942.4 2002.4 C
  6.3480 +1942.4 2002.5 1942.2 2003 1942.6 2002.8 C
  6.3481 +1942.9 2000.4 1939.2 2001.8 1939.2 1999.7 C
  6.3482 +1936.2 1998.6 1937 1995.3 1935.9 1993.5 C
  6.3483 +1937.1 1986.5 1935.2 1977.9 1937.6 1971.2 C
  6.3484 +1937.6 1970.3 1936.6 1971 1936.4 1970.4 C
  6.3485 +1930.2 1973.4 1924 1976 1918.4 1980 C
  6.3486 +1917.2 1981 1914.9 1980.9 1914.8 1982.9 C
  6.3487 +1915.3 1989.4 1914.7 1996.4 1915.2 2002.8 C
  6.3488 +1914.9 2004 1913.9 2004.9 1914.3 2006.4 C
  6.3489 +1919 2011.9 1924.2 2015.9 1928.9 2021.3 C
  6.3490 +1924.6 2016.2 1918.7 2011.8 1914.5 2006.4 C
  6.3491 +[0.4 0.4 0 0]  vc
  6.3492 +f 
  6.3493 +S 
  6.3494 +n
  6.3495 +1914.5 1982.9 m
  6.3496 +1915.1 1980.3 1918 1980.2 1919.8 1978.8 C
  6.3497 +1925 1975.5 1930.6 1972.8 1936.1 1970.2 C
  6.3498 +1939.4 1970.6 1936.1 1974.2 1936.6 1976.4 C
  6.3499 +1936.5 1981.9 1936.8 1987.5 1936.4 1992.8 C
  6.3500 +1935.9 1992.8 1936.2 1993.5 1936.1 1994 C
  6.3501 +1937.1 1993.6 1936.2 1995.9 1936.8 1995.9 C
  6.3502 +1937 1998 1939.5 1999.7 1940.4 2000.7 C
  6.3503 +1940.1 1998.6 1935 1997.2 1937.6 1993.7 C
  6.3504 +1938.3 1985.7 1935.9 1976.8 1937.8 1970.7 C
  6.3505 +1936.9 1969.8 1935.4 1970.3 1934.4 1970.7 C
  6.3506 +1928.3 1974.4 1921.4 1976.7 1915.5 1981 C
  6.3507 +1914.6 1981.4 1915.1 1982.3 1914.3 1982.7 C
  6.3508 +1914.7 1989.3 1914.5 1996.6 1914.5 2003.1 C
  6.3509 +1913.9 2005.5 1914.5 2003.4 1915 2002.4 C
  6.3510 +1914.5 1996 1915.1 1989.3 1914.5 1982.9 C
  6.3511 +[0.07 0.06 0 0.58]  vc
  6.3512 +f 
  6.3513 +S 
  6.3514 +n
  6.3515 +1939.2 1994.9 m
  6.3516 +1939.3 1995 1939.4 1995.1 1939.5 1995.2 C
  6.3517 +1939.1 1989 1939.3 1981.6 1939 1976.7 C
  6.3518 +1938.6 1976.3 1938.6 1974.6 1938.5 1973.3 C
  6.3519 +1938.7 1976.1 1938.1 1979.4 1939 1981.7 C
  6.3520 +1937.3 1986 1937.7 1991.6 1938 1996.4 C
  6.3521 +1937.3 1994.3 1939.6 1996.2 1939.2 1994.9 C
  6.3522 +[0.18 0.18 0 0.78]  vc
  6.3523 +f 
  6.3524 +S 
  6.3525 +n
  6.3526 +1938.3 1988.4 m
  6.3527 +1938.5 1990.5 1937.9 1994.1 1938.8 1994.7 C
  6.3528 +1937.9 1992.6 1939 1990.6 1938.3 1988.4 C
  6.3529 +[0 0.87 0.91 0.83]  vc
  6.3530 +f 
  6.3531 +S 
  6.3532 +n
  6.3533 +1938.8 1985.8 m
  6.3534 +1938.5 1985.9 1938.4 1985.7 1938.3 1985.6 C
  6.3535 +1938.4 1986.2 1938 1989.5 1938.8 1987.2 C
  6.3536 +1938.8 1986.8 1938.8 1986.3 1938.8 1985.8 C
  6.3537 +f 
  6.3538 +S 
  6.3539 +n
  6.3540 +vmrs
  6.3541 +1972.8 2062.1 m
  6.3542 +1971.9 2061 1972.5 2059.4 1972.4 2058 C
  6.3543 +1972.2 2063.8 1971.9 2073.7 1972.4 2081.3 C
  6.3544 +1972.5 2074.9 1971.9 2067.9 1972.8 2062.1 C
  6.3545 +[0 1 1 0.36]  vc
  6.3546 +f 
  6.3547 +0.4 w
  6.3548 +2 J
  6.3549 +2 M
  6.3550 +S 
  6.3551 +n
  6.3552 +1940.2 2071.7 m
  6.3553 +1941.3 2072 1943.1 2072.3 1944 2071.5 C
  6.3554 +1943.6 2069.9 1945.2 2069.1 1946 2068.8 C
  6.3555 +1950 2071.1 1948.7 2065.9 1951.7 2066.2 C
  6.3556 +1953.5 2063.9 1956.9 2069.4 1955.6 2063.8 C
  6.3557 +1955.5 2064.2 1955.7 2064.8 1955.3 2065 C
  6.3558 +1954.3 2063.7 1956.2 2063.6 1955.6 2062.1 C
  6.3559 +1954.5 2060 1958.3 2050.3 1952.2 2055.6 C
  6.3560 +1949.1 2053.8 1946 2051 1943.8 2048 C
  6.3561 +1940.3 2048 1937.5 2051.3 1934.2 2052.5 C
  6.3562 +1933.1 2054.6 1934.4 2057.3 1934 2060 C
  6.3563 +1934 2065.1 1934 2069.7 1934 2074.6 C
  6.3564 +1934.4 2069 1934.1 2061.5 1934.2 2054.9 C
  6.3565 +1934.6 2054.5 1935.3 2054.7 1935.9 2054.7 C
  6.3566 +1937 2055.3 1935.9 2056.1 1935.9 2056.8 C
  6.3567 +1936.5 2063 1935.6 2070.5 1935.9 2074.6 C
  6.3568 +1936.7 2074.4 1937.3 2075.2 1938 2074.6 C
  6.3569 +1937.9 2073.6 1939.1 2072.1 1940.2 2071.7 C
  6.3570 +[0 0.2 1 0]  vc
  6.3571 +f 
  6.3572 +S 
  6.3573 +n
  6.3574 +1933.2 2074.1 m
  6.3575 +1933.2 2071.5 1933.2 2069 1933.2 2066.4 C
  6.3576 +1933.2 2069 1933.2 2071.5 1933.2 2074.1 C
  6.3577 +[0 1 1 0.36]  vc
  6.3578 +f 
  6.3579 +S 
  6.3580 +n
  6.3581 +2007.4 2048.9 m
  6.3582 +2006.5 2047.8 2007.1 2046.2 2006.9 2044.8 C
  6.3583 +2006.7 2050.6 2006.5 2060.5 2006.9 2068.1 C
  6.3584 +2007.1 2061.7 2006.5 2054.7 2007.4 2048.9 C
  6.3585 +f 
  6.3586 +S 
  6.3587 +n
  6.3588 +1927.2 2062.4 m
  6.3589 +1925.8 2060.1 1928.1 2058.2 1927 2056.4 C
  6.3590 +1927.3 2055.5 1926.5 2053.5 1926.8 2051.8 C
  6.3591 +1926.8 2052.8 1926 2052.5 1925.3 2052.5 C
  6.3592 +1924.1 2052.8 1925 2050.5 1924.4 2050.1 C
  6.3593 +1925.3 2050.2 1925.4 2048.8 1926.3 2049.4 C
  6.3594 +1926.5 2052.3 1928.4 2047.2 1928.4 2051.1 C
  6.3595 +1928.9 2050.5 1929 2051.4 1928.9 2051.8 C
  6.3596 +1928.9 2052 1928.9 2052.3 1928.9 2052.5 C
  6.3597 +1929.4 2051.4 1928.9 2049 1930.1 2048.2 C
  6.3598 +1928.9 2047.1 1930.5 2047.1 1930.4 2046.5 C
  6.3599 +1931.9 2046.2 1933.1 2046.1 1934.7 2046.5 C
  6.3600 +1934.6 2046.9 1935.2 2047.9 1934.4 2048.4 C
  6.3601 +1936.9 2048.1 1933.6 2043.8 1935.9 2043.9 C
  6.3602 +1935.7 2043.9 1934.8 2041.3 1933.2 2041.7 C
  6.3603 +1932.5 2041.6 1932.4 2039.6 1932.3 2041 C
  6.3604 +1930.8 2042.6 1929 2040.6 1927.7 2042 C
  6.3605 +1927.5 2041.4 1927.1 2040.9 1927.2 2040.3 C
  6.3606 +1927.8 2040.6 1927.4 2039.1 1928.2 2038.6 C
  6.3607 +1929.4 2038 1930.5 2038.8 1931.3 2037.9 C
  6.3608 +1931.7 2039 1932.5 2038.6 1931.8 2037.6 C
  6.3609 +1930.9 2037 1928.7 2037.8 1928.2 2037.9 C
  6.3610 +1926.7 2037.8 1928 2039 1927 2038.8 C
  6.3611 +1927.4 2040.4 1925.6 2040.8 1925.1 2041 C
  6.3612 +1924.3 2040.4 1923.2 2040.5 1922.2 2040.5 C
  6.3613 +1921.4 2041.7 1921 2043.9 1919.3 2043.9 C
  6.3614 +1918.8 2043.4 1917.2 2043.3 1916.4 2043.4 C
  6.3615 +1915.9 2044.4 1915.7 2046 1914.3 2046.5 C
  6.3616 +1913.1 2046.6 1912 2044.5 1911.4 2046.3 C
  6.3617 +1912.8 2046.5 1913.8 2047.4 1915.7 2047 C
  6.3618 +1916.9 2047.7 1915.6 2048.8 1916 2049.4 C
  6.3619 +1915.4 2049.3 1913.9 2050.3 1913.3 2051.1 C
  6.3620 +1913.9 2054.1 1916 2050.2 1916.7 2053 C
  6.3621 +1916.9 2053.8 1915.5 2054.1 1916.7 2054.4 C
  6.3622 +1917 2054.7 1920.2 2054.3 1919.3 2056.6 C
  6.3623 +1918.8 2056.1 1920.2 2058.6 1920.3 2057.6 C
  6.3624 +1921.2 2057.9 1922.1 2057.5 1922.4 2059 C
  6.3625 +1922.3 2059.1 1922.2 2059.3 1922 2059.2 C
  6.3626 +1922.1 2059.7 1922.4 2060.3 1922.9 2060.7 C
  6.3627 +1923.2 2060.1 1923.8 2060.4 1924.6 2060.7 C
  6.3628 +1925.9 2062.6 1923.2 2062 1925.6 2063.6 C
  6.3629 +1926.1 2063.1 1927.3 2062.5 1927.2 2062.4 C
  6.3630 +[0.21 0.21 0 0]  vc
  6.3631 +f 
  6.3632 +S 
  6.3633 +n
  6.3634 +1933.2 2063.3 m
  6.3635 +1933.2 2060.7 1933.2 2058.2 1933.2 2055.6 C
  6.3636 +1933.2 2058.2 1933.2 2060.7 1933.2 2063.3 C
  6.3637 +[0 1 1 0.36]  vc
  6.3638 +f 
  6.3639 +S 
  6.3640 +n
  6.3641 +1965.2 2049.2 m
  6.3642 +1967.1 2050.1 1969.9 2053.7 1972.1 2056.4 C
  6.3643 +1970.5 2054 1967.6 2051.3 1965.2 2049.2 C
  6.3644 +f 
  6.3645 +S 
  6.3646 +n
  6.3647 +1991.8 2034.8 m
  6.3648 +1991.7 2041.5 1992 2048.5 1991.6 2055.2 C
  6.3649 +1990.5 2056.4 1991.9 2054.9 1991.8 2054.4 C
  6.3650 +1991.8 2047.9 1991.8 2041.3 1991.8 2034.8 C
  6.3651 +f 
  6.3652 +S 
  6.3653 +n
  6.3654 +1988.9 2053.2 m
  6.3655 +1988.9 2044.3 1988.9 2036.6 1988.9 2028.3 C
  6.3656 +1985.7 2028.2 1987.2 2023.5 1983.9 2024.2 C
  6.3657 +1983.9 2022.4 1982 2021.6 1981 2021.3 C
  6.3658 +1980.6 2021.1 1980.6 2021.7 1980.3 2021.6 C
  6.3659 +1980.3 2027 1980.3 2034.8 1980.3 2041.5 C
  6.3660 +1979.3 2043.2 1977.6 2043 1976.2 2043.6 C
  6.3661 +1977.1 2043.8 1978.5 2043.2 1978.8 2044.1 C
  6.3662 +1978.5 2045.3 1979.9 2045.3 1980.3 2045.8 C
  6.3663 +1980.5 2046.8 1980.7 2046.2 1981.5 2046.5 C
  6.3664 +1982.4 2047.1 1982 2048.6 1982.7 2049.4 C
  6.3665 +1984.2 2049.6 1984.6 2052.2 1986.8 2051.6 C
  6.3666 +1987.1 2048.6 1985.1 2042.7 1986.5 2040.5 C
  6.3667 +1986.3 2036.7 1986.9 2031.7 1986 2029.2 C
  6.3668 +1986.3 2027.1 1986.9 2028.6 1987.7 2027.6 C
  6.3669 +1987.7 2028.3 1988.7 2028 1988.7 2028.8 C
  6.3670 +1988.1 2033 1988.7 2037.5 1988.2 2041.7 C
  6.3671 +1987.8 2041.4 1988 2040.8 1988 2040.3 C
  6.3672 +1988 2041 1988 2042.4 1988 2042.4 C
  6.3673 +1988 2042.4 1988.1 2042.3 1988.2 2042.2 C
  6.3674 +1989.3 2046 1988 2050.2 1988.4 2054 C
  6.3675 +1987.8 2054.4 1987.1 2054.7 1986.5 2055.4 C
  6.3676 +1987.4 2054.4 1988.4 2054.6 1988.9 2053.2 C
  6.3677 +[0 1 1 0.23]  vc
  6.3678 +f 
  6.3679 +S 
  6.3680 +n
  6.3681 +1950.8 2054.4 m
  6.3682 +1949.7 2053.4 1948.7 2052.3 1947.6 2051.3 C
  6.3683 +1948.7 2052.3 1949.7 2053.4 1950.8 2054.4 C
  6.3684 +[0 1 1 0.36]  vc
  6.3685 +f 
  6.3686 +S 
  6.3687 +n
  6.3688 +vmrs
  6.3689 +2006.7 2043.2 m
  6.3690 +2004.5 2040.8 2002.4 2038.4 2000.2 2036 C
  6.3691 +2002.4 2038.4 2004.5 2040.8 2006.7 2043.2 C
  6.3692 +[0 1 1 0.36]  vc
  6.3693 +f 
  6.3694 +0.4 w
  6.3695 +2 J
  6.3696 +2 M
  6.3697 +S 
  6.3698 +n
  6.3699 +1976.7 2019.6 m
  6.3700 +1975.8 2018.6 1976.4 2016.9 1976.2 2015.6 C
  6.3701 +1976 2021.3 1975.8 2031.2 1976.2 2038.8 C
  6.3702 +1976.4 2032.4 1975.8 2025.5 1976.7 2019.6 C
  6.3703 +f 
  6.3704 +S 
  6.3705 +n
  6.3706 +1988.4 2053.5 m
  6.3707 +1988.6 2049.2 1988.1 2042.8 1988 2040 C
  6.3708 +1988.4 2040.4 1988.1 2041 1988.2 2041.5 C
  6.3709 +1988.3 2037.2 1988 2032.7 1988.4 2028.5 C
  6.3710 +1987.6 2027.1 1987.2 2028.6 1986.8 2028 C
  6.3711 +1985.9 2028.5 1986.5 2029.7 1986.3 2030.4 C
  6.3712 +1986.9 2029.8 1986.6 2031 1987 2031.2 C
  6.3713 +1987.4 2039.6 1985 2043 1987.2 2050.4 C
  6.3714 +1987.2 2051.6 1985.9 2052.3 1984.6 2051.3 C
  6.3715 +1981.9 2049.7 1982.9 2047 1980.3 2046.5 C
  6.3716 +1980.3 2045.2 1978.1 2046.2 1978.6 2043.9 C
  6.3717 +1975.6 2043.3 1979.3 2045.6 1979.6 2046.5 C
  6.3718 +1980.8 2046.6 1981.5 2048.5 1982.2 2049.9 C
  6.3719 +1983.7 2050.8 1984.8 2052.8 1986.5 2053 C
  6.3720 +1986.7 2053.5 1987.5 2054.1 1987 2054.7 C
  6.3721 +1987.4 2053.9 1988.3 2054.3 1988.4 2053.5 C
  6.3722 +[0 1 1 0.23]  vc
  6.3723 +f 
  6.3724 +S 
  6.3725 +n
  6.3726 +1988 2038.1 m
  6.3727 +1988 2036.7 1988 2035.4 1988 2034 C
  6.3728 +1988 2035.4 1988 2036.7 1988 2038.1 C
  6.3729 +[0 1 1 0.36]  vc
  6.3730 +f 
  6.3731 +S 
  6.3732 +n
  6.3733 +1999.7 2035.7 m
  6.3734 +1997.6 2033.5 1995.4 2031.2 1993.2 2029 C
  6.3735 +1995.4 2031.2 1997.6 2033.5 1999.7 2035.7 C
  6.3736 +f 
  6.3737 +S 
  6.3738 +n
  6.3739 +1944 2029.2 m
  6.3740 +1945.2 2029.5 1946.9 2029.8 1947.9 2029 C
  6.3741 +1947.4 2027.4 1949 2026.7 1949.8 2026.4 C
  6.3742 +1953.9 2028.6 1952.6 2023.4 1955.6 2023.7 C
  6.3743 +1957.4 2021.4 1960.7 2027 1959.4 2021.3 C
  6.3744 +1959.3 2021.7 1959.6 2022.3 1959.2 2022.5 C
  6.3745 +1958.1 2021.2 1960.1 2021.1 1959.4 2019.6 C
  6.3746 +1959.1 2012.7 1959.9 2005.1 1959.6 1999.2 C
  6.3747 +1955.3 2000.1 1951.3 2003.1 1947.2 2005 C
  6.3748 +1943.9 2006 1941.2 2008.7 1938 2010 C
  6.3749 +1936.9 2012.1 1938.2 2014.8 1937.8 2017.5 C
  6.3750 +1937.8 2022.6 1937.8 2027.3 1937.8 2032.1 C
  6.3751 +1938.2 2026.5 1938 2019 1938 2012.4 C
  6.3752 +1938.5 2012 1939.2 2012.3 1939.7 2012.2 C
  6.3753 +1940.8 2012.8 1939.7 2013.6 1939.7 2014.4 C
  6.3754 +1940.4 2020.5 1939.4 2028 1939.7 2032.1 C
  6.3755 +1940.6 2031.9 1941.2 2032.7 1941.9 2032.1 C
  6.3756 +1941.7 2031.2 1943 2029.7 1944 2029.2 C
  6.3757 +[0 0.2 1 0]  vc
  6.3758 +f 
  6.3759 +S 
  6.3760 +n
  6.3761 +1937.1 2031.6 m
  6.3762 +1937.1 2029.1 1937.1 2026.5 1937.1 2024 C
  6.3763 +1937.1 2026.5 1937.1 2029.1 1937.1 2031.6 C
  6.3764 +[0 1 1 0.36]  vc
  6.3765 +f 
  6.3766 +S 
  6.3767 +n
  6.3768 +1991.8 2028 m
  6.3769 +1992.5 2027.8 1993.2 2029.9 1994 2030.2 C
  6.3770 +1992.9 2029.6 1993.1 2028.1 1991.8 2028 C
  6.3771 +[0 1 1 0.23]  vc
  6.3772 +f 
  6.3773 +S 
  6.3774 +n
  6.3775 +1991.8 2027.8 m
  6.3776 +1992.4 2027.6 1992.6 2028.3 1993 2028.5 C
  6.3777 +1992.6 2028.2 1992.2 2027.6 1991.6 2027.8 C
  6.3778 +1991.6 2028.5 1991.6 2029.1 1991.6 2029.7 C
  6.3779 +1991.6 2029.1 1991.4 2028.3 1991.8 2027.8 C
  6.3780 +[0 1 1 0.36]  vc
  6.3781 +f 
  6.3782 +S 
  6.3783 +n
  6.3784 +1985.8 2025.4 m
  6.3785 +1985.3 2025.2 1984.8 2024.7 1984.1 2024.9 C
  6.3786 +1983.3 2025.3 1983.6 2027.3 1983.9 2027.6 C
  6.3787 +1985 2028 1986.9 2026.9 1985.8 2025.4 C
  6.3788 +[0 1 1 0.23]  vc
  6.3789 +f 
  6.3790 +S 
  6.3791 +n
  6.3792 +vmrs
  6.3793 +1993.5 2024.4 m
  6.3794 +1992.4 2023.7 1991.3 2022.9 1990.1 2023.2 C
  6.3795 +1990.7 2023.7 1989.8 2023.8 1989.4 2023.7 C
  6.3796 +1989.1 2023.7 1988.6 2023.9 1988.4 2023.5 C
  6.3797 +1988.5 2023.2 1988.3 2022.7 1988.7 2022.5 C
  6.3798 +1989 2022.6 1988.9 2023 1988.9 2023.2 C
  6.3799 +1989.1 2022.8 1990.4 2022.3 1990.6 2021.3 C
  6.3800 +1990.4 2021.8 1990 2021.3 1990.1 2021.1 C
  6.3801 +1990.1 2020.9 1990.1 2020.1 1990.1 2020.6 C
  6.3802 +1989.9 2021.1 1989.5 2020.6 1989.6 2020.4 C
  6.3803 +1989.6 2019.8 1988.7 2019.6 1988.2 2019.2 C
  6.3804 +1987.5 2018.7 1987.7 2020.2 1987 2019.4 C
  6.3805 +1987.5 2020.4 1986 2021.1 1987.5 2021.8 C
  6.3806 +1986.8 2023.1 1986.6 2021.1 1986 2021.1 C
  6.3807 +1986.1 2020.1 1985.9 2019 1986.3 2018.2 C
  6.3808 +1986.7 2018.4 1986.5 2019 1986.5 2019.4 C
  6.3809 +1986.5 2018.7 1986.4 2017.8 1987.2 2017.7 C
  6.3810 +1986.5 2017.2 1985.5 2019.3 1985.3 2020.4 C
  6.3811 +1986.2 2022 1987.3 2023.5 1989.2 2024.2 C
  6.3812 +1990.8 2024.3 1991.6 2022.9 1993.2 2024.4 C
  6.3813 +1993.8 2025.4 1995 2026.6 1995.9 2027.1 C
  6.3814 +1995 2026.5 1994.1 2025.5 1993.5 2024.4 C
  6.3815 +[0 1 1 0.36]  vc
  6.3816 +f 
  6.3817 +0.4 w
  6.3818 +2 J
  6.3819 +2 M
  6.3820 +[0 0.5 0.5 0.2]  vc
  6.3821 +S 
  6.3822 +n
  6.3823 +2023 2040.3 m
  6.3824 +2023.2 2036 2022.7 2029.6 2022.5 2026.8 C
  6.3825 +2022.9 2027.2 2022.7 2027.8 2022.8 2028.3 C
  6.3826 +2022.8 2024 2022.6 2019.5 2023 2015.3 C
  6.3827 +2022.2 2013.9 2021.7 2015.4 2021.3 2014.8 C
  6.3828 +2020.4 2015.3 2021 2016.5 2020.8 2017.2 C
  6.3829 +2021.4 2016.6 2021.1 2017.8 2021.6 2018 C
  6.3830 +2022 2026.4 2019.6 2029.8 2021.8 2037.2 C
  6.3831 +2021.7 2038.4 2020.5 2039.1 2019.2 2038.1 C
  6.3832 +2016.5 2036.5 2017.5 2033.8 2014.8 2033.3 C
  6.3833 +2014.9 2032 2012.6 2033 2013.2 2030.7 C
  6.3834 +2011.9 2030.8 2011.2 2030.1 2010.8 2029.2 C
  6.3835 +2010.8 2029.1 2010.8 2028.2 2010.8 2028.8 C
  6.3836 +2010 2028.8 2010.4 2026.5 2008.6 2027.3 C
  6.3837 +2007.9 2026.6 2007.3 2025.9 2007.9 2027.1 C
  6.3838 +2009.7 2028 2010 2030.1 2012.2 2030.9 C
  6.3839 +2012.9 2032.1 2013.7 2033.6 2015.1 2033.6 C
  6.3840 +2015.7 2035.1 2016.9 2036.7 2018.4 2038.4 C
  6.3841 +2019.8 2039.3 2022 2039.4 2021.6 2041.5 C
  6.3842 +2021.9 2040.7 2022.9 2041.1 2023 2040.3 C
  6.3843 +[0 1 1 0.23]  vc
  6.3844 +f 
  6.3845 +S 
  6.3846 +n
  6.3847 +2022.5 2024.9 m
  6.3848 +2022.5 2023.5 2022.5 2022.2 2022.5 2020.8 C
  6.3849 +2022.5 2022.2 2022.5 2023.5 2022.5 2024.9 C
  6.3850 +[0 1 1 0.36]  vc
  6.3851 +f 
  6.3852 +S 
  6.3853 +n
  6.3854 +1983.2 2022.8 m
  6.3855 +1982.4 2022.5 1982.1 2021.6 1981.2 2022.3 C
  6.3856 +1981.1 2022.9 1980.5 2024 1981 2024.2 C
  6.3857 +1981.8 2024.6 1982.9 2024.4 1983.2 2022.8 C
  6.3858 +[0 1 1 0.23]  vc
  6.3859 +f 
  6.3860 +S 
  6.3861 +n
  6.3862 +1931.1 2019.9 m
  6.3863 +1929.6 2017.7 1932 2015.7 1930.8 2013.9 C
  6.3864 +1931.1 2013 1930.3 2011 1930.6 2009.3 C
  6.3865 +1930.6 2010.3 1929.8 2010 1929.2 2010 C
  6.3866 +1928 2010.3 1928.8 2008.1 1928.2 2007.6 C
  6.3867 +1929.1 2007.8 1929.3 2006.3 1930.1 2006.9 C
  6.3868 +1930.3 2009.8 1932.2 2004.8 1932.3 2008.6 C
  6.3869 +1932.7 2008 1932.8 2009 1932.8 2009.3 C
  6.3870 +1932.8 2009.6 1932.8 2009.8 1932.8 2010 C
  6.3871 +1933.2 2009 1932.7 2006.6 1934 2005.7 C
  6.3872 +1932.7 2004.6 1934.3 2004.6 1934.2 2004 C
  6.3873 +1935.8 2003.7 1937 2003.6 1938.5 2004 C
  6.3874 +1938.5 2004.5 1939.1 2005.4 1938.3 2006 C
  6.3875 +1940.7 2005.7 1937.4 2001.3 1939.7 2001.4 C
  6.3876 +1939.5 2001.4 1938.6 1998.8 1937.1 1999.2 C
  6.3877 +1936.3 1999.1 1936.2 1997.1 1936.1 1998.5 C
  6.3878 +1934.7 2000.1 1932.9 1998.2 1931.6 1999.5 C
  6.3879 +1931.3 1998.9 1930.9 1998.5 1931.1 1997.8 C
  6.3880 +1931.6 1998.2 1931.3 1996.6 1932 1996.1 C
  6.3881 +1933.2 1995.5 1934.3 1996.4 1935.2 1995.4 C
  6.3882 +1935.5 1996.5 1936.3 1996.1 1935.6 1995.2 C
  6.3883 +1934.7 1994.5 1932.5 1995.3 1932 1995.4 C
  6.3884 +1930.5 1995.3 1931.9 1996.5 1930.8 1996.4 C
  6.3885 +1931.2 1997.9 1929.5 1998.3 1928.9 1998.5 C
  6.3886 +1928.1 1997.9 1927.1 1998 1926 1998 C
  6.3887 +1925.3 1999.2 1924.8 2001.4 1923.2 2001.4 C
  6.3888 +1922.6 2000.9 1921 2000.9 1920.3 2000.9 C
  6.3889 +1919.7 2001.9 1919.6 2003.5 1918.1 2004 C
  6.3890 +1916.9 2004.1 1915.8 2002 1915.2 2003.8 C
  6.3891 +1916.7 2004 1917.6 2004.9 1919.6 2004.5 C
  6.3892 +1920.7 2005.2 1919.4 2006.3 1919.8 2006.9 C
  6.3893 +1919.2 2006.9 1917.7 2007.8 1917.2 2008.6 C
  6.3894 +1917.8 2011.6 1919.8 2007.8 1920.5 2010.5 C
  6.3895 +1920.8 2011.3 1919.3 2011.6 1920.5 2012 C
  6.3896 +1920.8 2012.3 1924 2011.8 1923.2 2014.1 C
  6.3897 +1922.6 2013.6 1924.1 2016.1 1924.1 2015.1 C
  6.3898 +1925.1 2015.4 1925.9 2015 1926.3 2016.5 C
  6.3899 +1926.2 2016.6 1926 2016.8 1925.8 2016.8 C
  6.3900 +1925.9 2017.2 1926.2 2017.8 1926.8 2018.2 C
  6.3901 +1927.1 2017.6 1927.7 2018 1928.4 2018.2 C
  6.3902 +1929.7 2020.1 1927.1 2019.5 1929.4 2021.1 C
  6.3903 +1929.9 2020.7 1931.1 2020 1931.1 2019.9 C
  6.3904 +[0.21 0.21 0 0]  vc
  6.3905 +f 
  6.3906 +S 
  6.3907 +n
  6.3908 +1937.1 2020.8 m
  6.3909 +1937.1 2018.3 1937.1 2015.7 1937.1 2013.2 C
  6.3910 +1937.1 2015.7 1937.1 2018.3 1937.1 2020.8 C
  6.3911 +[0 1 1 0.36]  vc
  6.3912 +f 
  6.3913 +S 
  6.3914 +n
  6.3915 +2020.4 2012.2 m
  6.3916 +2019.8 2012 2019.3 2011.5 2018.7 2011.7 C
  6.3917 +2017.9 2012.1 2018.1 2014.1 2018.4 2014.4 C
  6.3918 +2019.6 2014.8 2021.4 2013.7 2020.4 2012.2 C
  6.3919 +[0 1 1 0.23]  vc
  6.3920 +f 
  6.3921 +S 
  6.3922 +n
  6.3923 +1976 2013.9 m
  6.3924 +1973.8 2011.5 1971.6 2009.1 1969.5 2006.7 C
  6.3925 +1971.6 2009.1 1973.8 2011.5 1976 2013.9 C
  6.3926 +[0 1 1 0.36]  vc
  6.3927 +f 
  6.3928 +S 
  6.3929 +n
  6.3930 +1995.4 2012.7 m
  6.3931 +1996.1 2010.3 1993.8 2006.2 1997.3 2005.7 C
  6.3932 +1998.9 2005.4 2000 2003.7 2001.4 2003.1 C
  6.3933 +2003.9 2003.1 2005.3 2001.3 2006.9 1999.7 C
  6.3934 +2004.5 2003.5 2000 2002.2 1997.6 2005.7 C
  6.3935 +1996.5 2005.9 1994.8 2006.1 1995.2 2007.6 C
  6.3936 +1995.7 2009.4 1995.2 2011.6 1994.7 2012.9 C
  6.3937 +1992 2015.8 1987.8 2015.7 1985.3 2018.7 C
  6.3938 +1988.3 2016.3 1992.3 2015.3 1995.4 2012.7 C
  6.3939 +[0.18 0.18 0 0.78]  vc
  6.3940 +f 
  6.3941 +S 
  6.3942 +n
  6.3943 +1995.6 2012.4 m
  6.3944 +1995.6 2011.2 1995.6 2010 1995.6 2008.8 C
  6.3945 +1995.6 2010 1995.6 2011.2 1995.6 2012.4 C
  6.3946 +[0 1 1 0.36]  vc
  6.3947 +f 
  6.3948 +S 
  6.3949 +n
  6.3950 +vmrs
  6.3951 +2017.7 2009.6 m
  6.3952 +2016.9 2009.3 2016.7 2008.4 2015.8 2009.1 C
  6.3953 +2014.2 2010.6 2016 2010.6 2016.5 2011.5 C
  6.3954 +2017.2 2010.9 2018.1 2010.8 2017.7 2009.6 C
  6.3955 +[0 1 1 0.23]  vc
  6.3956 +f 
  6.3957 +0.4 w
  6.3958 +2 J
  6.3959 +2 M
  6.3960 +S 
  6.3961 +n
  6.3962 +2014.4 2006.4 m
  6.3963 +2013.5 2006.8 2012.1 2005.6 2012 2006.7 C
  6.3964 +2013 2007.3 2011.9 2009.2 2012.9 2008.4 C
  6.3965 +2014.2 2008.3 2014.6 2007.8 2014.4 2006.4 C
  6.3966 +f 
  6.3967 +S 
  6.3968 +n
  6.3969 +1969 2006.4 m
  6.3970 +1966.5 2003.8 1964 2001.2 1961.6 1998.5 C
  6.3971 +1964 2001.2 1966.5 2003.8 1969 2006.4 C
  6.3972 +[0 1 1 0.36]  vc
  6.3973 +f 
  6.3974 +S 
  6.3975 +n
  6.3976 +2012 2005.2 m
  6.3977 +2012.2 2004.2 2011.4 2003.3 2010.3 2003.3 C
  6.3978 +2009 2003.6 2010 2004.7 2009.6 2004.8 C
  6.3979 +2009.3 2005.7 2011.4 2006.7 2012 2005.2 C
  6.3980 +[0 1 1 0.23]  vc
  6.3981 +f 
  6.3982 +S 
  6.3983 +n
  6.3984 +1962.8 1995.2 m
  6.3985 +1961.7 1994.4 1960.6 1993.7 1959.4 1994 C
  6.3986 +1959.5 1994.9 1957.5 1994.1 1956.8 1994.7 C
  6.3987 +1955.9 1995.5 1956.7 1997 1955.1 1997.3 C
  6.3988 +1956.9 1996.7 1956.8 1994 1959.2 1994.7 C
  6.3989 +1961.1 1991 1968.9 2003.2 1962.8 1995.2 C
  6.3990 +[0 1 1 0.36]  vc
  6.3991 +f 
  6.3992 +S 
  6.3993 +n
  6.3994 +1954.6 1995.6 m
  6.3995 +1955.9 1994.7 1955.1 1989.8 1955.3 1988 C
  6.3996 +1954.5 1988.3 1954.9 1986.6 1954.4 1986 C
  6.3997 +1955.7 1989.2 1953.9 1991.1 1954.8 1994.2 C
  6.3998 +1954.5 1995.9 1953.5 1995.3 1953.9 1997.3 C
  6.3999 +1955.3 1998.3 1953.2 1995.5 1954.6 1995.6 C
  6.4000 +f 
  6.4001 +S 
  6.4002 +n
  6.4003 +1992.3 2011 m
  6.4004 +1992.5 2006.7 1992 2000.3 1991.8 1997.6 C
  6.4005 +1992.2 1997.9 1992 1998.5 1992 1999 C
  6.4006 +1992.1 1994.7 1991.9 1990.2 1992.3 1986 C
  6.4007 +1991.4 1984.6 1991 1986.1 1990.6 1985.6 C
  6.4008 +1989.7 1986 1990.3 1987.2 1990.1 1988 C
  6.4009 +1990.7 1987.4 1990.4 1988.5 1990.8 1988.7 C
  6.4010 +1991.3 1997.1 1988.9 2000.6 1991.1 2007.9 C
  6.4011 +1991 2009.1 1989.8 2009.9 1988.4 2008.8 C
  6.4012 +1985.7 2007.2 1986.8 2004.5 1984.1 2004 C
  6.4013 +1984.2 2002.7 1981.9 2003.7 1982.4 2001.4 C
  6.4014 +1981.2 2001.5 1980.5 2000.8 1980 2000 C
  6.4015 +1980 1999.8 1980 1998.9 1980 1999.5 C
  6.4016 +1979.3 1999.5 1979.7 1997.2 1977.9 1998 C
  6.4017 +1977.2 1997.3 1976.6 1996.7 1977.2 1997.8 C
  6.4018 +1979 1998.7 1979.3 2000.8 1981.5 2001.6 C
  6.4019 +1982.2 2002.8 1983 2004.3 1984.4 2004.3 C
  6.4020 +1985 2005.8 1986.2 2007.5 1987.7 2009.1 C
  6.4021 +1989 2010 1991.3 2010.2 1990.8 2012.2 C
  6.4022 +1991.2 2011.4 1992.2 2011.8 1992.3 2011 C
  6.4023 +[0 1 1 0.23]  vc
  6.4024 +f 
  6.4025 +S 
  6.4026 +n
  6.4027 +1991.8 1995.6 m
  6.4028 +1991.8 1994.3 1991.8 1992.9 1991.8 1991.6 C
  6.4029 +1991.8 1992.9 1991.8 1994.3 1991.8 1995.6 C
  6.4030 +[0 1 1 0.36]  vc
  6.4031 +f 
  6.4032 +S 
  6.4033 +n
  6.4034 +1959.2 1994.2 m
  6.4035 +1958.8 1993.3 1960.7 1993.9 1961.1 1993.7 C
  6.4036 +1961.5 1993.9 1961.2 1994.4 1961.8 1994.2 C
  6.4037 +1960.9 1994 1960.8 1992.9 1959.9 1992.5 C
  6.4038 +1959.6 1993.5 1958.3 1993.5 1958.2 1994.2 C
  6.4039 +1958.1 1994.1 1958 1994 1958 1994 C
  6.4040 +1957.2 1994.9 1958 1993.4 1956.8 1993 C
  6.4041 +1955.6 1992.5 1956 1991 1956.3 1989.9 C
  6.4042 +1956.5 1989.8 1956.6 1990 1956.8 1990.1 C
  6.4043 +1957.1 1989 1956 1989.1 1955.8 1988.2 C
  6.4044 +1955.1 1990.4 1956.2 1995 1954.8 1995.9 C
  6.4045 +1954.1 1995.5 1954.5 1996.5 1954.4 1997.1 C
  6.4046 +1955 1996.8 1954.8 1997.4 1955.6 1996.8 C
  6.4047 +1956 1996 1956.3 1993.2 1958.7 1994.2 C
  6.4048 +1958.9 1994.2 1959.7 1994.2 1959.2 1994.2 C
  6.4049 +[0 1 1 0.23]  vc
  6.4050 +f 
  6.4051 +S 
  6.4052 +n
  6.4053 +1958.2 1994 m
  6.4054 +1958.4 1993.5 1959.7 1993.1 1959.9 1992 C
  6.4055 +1959.7 1992.5 1959.3 1992 1959.4 1991.8 C
  6.4056 +1959.4 1991.6 1959.4 1990.8 1959.4 1991.3 C
  6.4057 +1959.2 1991.8 1958.8 1991.3 1958.9 1991.1 C
  6.4058 +1958.9 1990.5 1958 1990.3 1957.5 1989.9 C
  6.4059 +1956.8 1989.5 1956.9 1991 1956.3 1990.1 C
  6.4060 +1956.7 1991 1955.4 1992.1 1956.5 1992.3 C
  6.4061 +1956.8 1993.5 1958.3 1992.9 1957.2 1994 C
  6.4062 +1957.8 1994.3 1958.1 1992.4 1958.2 1994 C
  6.4063 +[0 0.5 0.5 0.2]  vc
  6.4064 +f 
  6.4065 +S 
  6.4066 +n
  6.4067 +vmrs
  6.4068 +1954.4 1982.7 m
  6.4069 +1956.1 1982.7 1954.1 1982.5 1953.9 1982.9 C
  6.4070 +1953.9 1983.7 1953.7 1984.7 1954.1 1985.3 C
  6.4071 +1954.4 1984.2 1953.6 1983.6 1954.4 1982.7 C
  6.4072 +[0 1 1 0.36]  vc
  6.4073 +f 
  6.4074 +0.4 w
  6.4075 +2 J
  6.4076 +2 M
  6.4077 +S 
  6.4078 +n
  6.4079 +1989.6 1982.9 m
  6.4080 +1989.1 1982.7 1988.6 1982.3 1988 1982.4 C
  6.4081 +1987.2 1982.8 1987.4 1984.8 1987.7 1985.1 C
  6.4082 +1988.9 1985.6 1990.7 1984.4 1989.6 1982.9 C
  6.4083 +[0 1 1 0.23]  vc
  6.4084 +f 
  6.4085 +S 
  6.4086 +n
  6.4087 +1987 1980.3 m
  6.4088 +1986.2 1980 1986 1979.1 1985.1 1979.8 C
  6.4089 +1983.5 1981.4 1985.3 1981.4 1985.8 1982.2 C
  6.4090 +1986.5 1981.7 1987.4 1981.5 1987 1980.3 C
  6.4091 +f 
  6.4092 +S 
  6.4093 +n
  6.4094 +1983.6 1977.2 m
  6.4095 +1982.7 1977.5 1981.4 1976.3 1981.2 1977.4 C
  6.4096 +1982.3 1978 1981.2 1979.9 1982.2 1979.1 C
  6.4097 +1983.5 1979 1983.9 1978.5 1983.6 1977.2 C
  6.4098 +f 
  6.4099 +S 
  6.4100 +n
  6.4101 +1981.2 1976 m
  6.4102 +1981.5 1974.9 1980.6 1974 1979.6 1974 C
  6.4103 +1978.3 1974.3 1979.3 1975.4 1978.8 1975.5 C
  6.4104 +1978.6 1976.4 1980.7 1977.4 1981.2 1976 C
  6.4105 +f 
  6.4106 +S 
  6.4107 +n
  6.4108 +1972.1 2082.3 m
  6.4109 +1971.8 2081.8 1971.3 2080.9 1971.2 2080.1 C
  6.4110 +1971.1 2072.9 1971.3 2064.6 1970.9 2058.3 C
  6.4111 +1970.3 2058.5 1970.1 2057.7 1969.7 2058.5 C
  6.4112 +1970.6 2058.5 1969.7 2059 1970.2 2059.2 C
  6.4113 +1970.2 2065.4 1970.2 2072.4 1970.2 2077.7 C
  6.4114 +1971.1 2078.9 1970.6 2078.9 1970.4 2079.9 C
  6.4115 +1969.2 2080.2 1968.2 2080.4 1967.3 2079.6 C
  6.4116 +1966.8 2077.8 1963.4 2076.3 1963.5 2075.1 C
  6.4117 +1961.5 2075.5 1962 2071.5 1959.6 2072 C
  6.4118 +1959.2 2070 1956.5 2069.3 1955.8 2067.6 C
  6.4119 +1956 2068.4 1955.3 2069.7 1956.5 2069.8 C
  6.4120 +1958.6 2068.9 1958.1 2073.5 1960.1 2072.4 C
  6.4121 +1960.7 2075.9 1964.7 2074.6 1964.2 2078 C
  6.4122 +1967.2 2078.6 1967.9 2081.6 1970.7 2080.6 C
  6.4123 +1970.3 2081.1 1971.5 2081.2 1971.9 2082.3 C
  6.4124 +1967.2 2084.3 1962.9 2087.1 1958.2 2089 C
  6.4125 +1962.9 2087 1967.4 2084.4 1972.1 2082.3 C
  6.4126 +[0 0.2 1 0]  vc
  6.4127 +f 
  6.4128 +S 
  6.4129 +n
  6.4130 +1971.9 2080.1 m
  6.4131 +1971.9 2075.1 1971.9 2070 1971.9 2065 C
  6.4132 +1971.9 2070 1971.9 2075.1 1971.9 2080.1 C
  6.4133 +[0 1 1 0.23]  vc
  6.4134 +f 
  6.4135 +S 
  6.4136 +n
  6.4137 +2010.8 2050.6 m
  6.4138 +2013.2 2049 2010.5 2050.1 2010.5 2051.3 C
  6.4139 +2010.5 2057.7 2010.5 2064.1 2010.5 2070.5 C
  6.4140 +2008.7 2072.4 2006 2073.3 2003.6 2074.4 C
  6.4141 +2016.4 2073.7 2008 2058.4 2010.8 2050.6 C
  6.4142 +[0.4 0.4 0 0]  vc
  6.4143 +f 
  6.4144 +S 
  6.4145 +n
  6.4146 +2006.4 2066.9 m
  6.4147 +2006.4 2061.9 2006.4 2056.8 2006.4 2051.8 C
  6.4148 +2006.4 2056.8 2006.4 2061.9 2006.4 2066.9 C
  6.4149 +[0 1 1 0.23]  vc
  6.4150 +f 
  6.4151 +S 
  6.4152 +n
  6.4153 +1971.9 2060.7 m
  6.4154 +1972.2 2060.3 1971.4 2068.2 1972.4 2061.9 C
  6.4155 +1971.8 2061.6 1972.4 2060.9 1971.9 2060.7 C
  6.4156 +f 
  6.4157 +S 
  6.4158 +n
  6.4159 +vmrs
  6.4160 +1986.5 2055.2 m
  6.4161 +1987.5 2054.3 1986.3 2053.4 1986 2052.8 C
  6.4162 +1983.8 2052.7 1983.6 2050.1 1981.7 2049.6 C
  6.4163 +1981.2 2048.7 1980.8 2047 1980.3 2046.8 C
  6.4164 +1978.5 2047 1978 2044.6 1976.7 2043.9 C
  6.4165 +1974 2044.4 1972 2046.6 1969.2 2047 C
  6.4166 +1969 2047.2 1968.8 2047.5 1968.5 2047.7 C
  6.4167 +1970.6 2049.6 1973.1 2051.3 1974.3 2054.2 C
  6.4168 +1975.7 2054.5 1977 2055.2 1976.4 2057.1 C
  6.4169 +1976.7 2058 1975.5 2058.5 1976 2059.5 C
  6.4170 +1979.2 2058 1983 2056.6 1986.5 2055.2 C
  6.4171 +[0 0.5 0.5 0.2]  vc
  6.4172 +f 
  6.4173 +0.4 w
  6.4174 +2 J
  6.4175 +2 M
  6.4176 +S 
  6.4177 +n
  6.4178 +1970.2 2054.2 m
  6.4179 +1971.5 2055.3 1972.5 2056.8 1972.1 2058.3 C
  6.4180 +1972.8 2056.5 1971.6 2055.6 1970.2 2054.2 C
  6.4181 +[0 1 1 0.23]  vc
  6.4182 +f 
  6.4183 +S 
  6.4184 +n
  6.4185 +1992 2052.5 m
  6.4186 +1992 2053.4 1992.2 2054.4 1991.8 2055.2 C
  6.4187 +1992.2 2054.4 1992 2053.4 1992 2052.5 C
  6.4188 +f 
  6.4189 +S 
  6.4190 +n
  6.4191 +1957.2 2053 m
  6.4192 +1958.1 2052.6 1959 2052.2 1959.9 2051.8 C
  6.4193 +1959 2052.2 1958.1 2052.6 1957.2 2053 C
  6.4194 +f 
  6.4195 +S 
  6.4196 +n
  6.4197 +2006.4 2047.5 m
  6.4198 +2006.8 2047.1 2006 2055 2006.9 2048.7 C
  6.4199 +2006.4 2048.4 2007 2047.7 2006.4 2047.5 C
  6.4200 +f 
  6.4201 +S 
  6.4202 +n
  6.4203 +2004.8 2041 m
  6.4204 +2006.1 2042.1 2007.1 2043.6 2006.7 2045.1 C
  6.4205 +2007.3 2043.3 2006.2 2042.4 2004.8 2041 C
  6.4206 +f 
  6.4207 +S 
  6.4208 +n
  6.4209 +1976 2039.8 m
  6.4210 +1975.6 2039.3 1975.2 2038.4 1975 2037.6 C
  6.4211 +1974.9 2030.4 1975.2 2022.1 1974.8 2015.8 C
  6.4212 +1974.2 2016 1974 2015.3 1973.6 2016 C
  6.4213 +1974.4 2016 1973.5 2016.5 1974 2016.8 C
  6.4214 +1974 2022.9 1974 2030 1974 2035.2 C
  6.4215 +1974.9 2036.4 1974.4 2036.4 1974.3 2037.4 C
  6.4216 +1973.1 2037.7 1972 2037.9 1971.2 2037.2 C
  6.4217 +1970.6 2035.3 1967.3 2033.9 1967.3 2032.6 C
  6.4218 +1965.3 2033 1965.9 2029.1 1963.5 2029.5 C
  6.4219 +1963 2027.6 1960.4 2026.8 1959.6 2025.2 C
  6.4220 +1959.8 2025.9 1959.2 2027.2 1960.4 2027.3 C
  6.4221 +1962.5 2026.4 1961.9 2031 1964 2030 C
  6.4222 +1964.6 2033.4 1968.5 2032.1 1968 2035.5 C
  6.4223 +1971 2036.1 1971.8 2039.1 1974.5 2038.1 C
  6.4224 +1974.2 2038.7 1975.3 2038.7 1975.7 2039.8 C
  6.4225 +1971 2041.8 1966.7 2044.6 1962 2046.5 C
  6.4226 +1966.8 2044.5 1971.3 2041.9 1976 2039.8 C
  6.4227 +[0 0.2 1 0]  vc
  6.4228 +f 
  6.4229 +S 
  6.4230 +n
  6.4231 +1975.7 2037.6 m
  6.4232 +1975.7 2032.6 1975.7 2027.6 1975.7 2022.5 C
  6.4233 +1975.7 2027.6 1975.7 2032.6 1975.7 2037.6 C
  6.4234 +[0 1 1 0.23]  vc
  6.4235 +f 
  6.4236 +S 
  6.4237 +n
  6.4238 +1992 2035.5 m
  6.4239 +1992 2034.2 1992 2032.9 1992 2031.6 C
  6.4240 +1992 2032.9 1992 2034.2 1992 2035.5 C
  6.4241 +f 
  6.4242 +S 
  6.4243 +n
  6.4244 +2015.3 2036 m
  6.4245 +2015.4 2034.1 2013.3 2034 2012.9 2033.3 C
  6.4246 +2011.5 2031 2009.3 2029.4 2007.4 2028 C
  6.4247 +2006.9 2027.1 2006.6 2023.8 2005 2024.9 C
  6.4248 +2004 2024.9 2002.9 2024.9 2001.9 2024.9 C
  6.4249 +2001.4 2026.5 2001 2028.4 2003.8 2028.3 C
  6.4250 +2006.6 2030.4 2008.9 2033.7 2011.2 2036.2 C
  6.4251 +2011.8 2036.4 2012.9 2035.8 2012.9 2036.7 C
  6.4252 +2013 2035.5 2015.3 2037.4 2015.3 2036 C
  6.4253 +[0 0 0 0]  vc
  6.4254 +f 
  6.4255 +S 
  6.4256 +n
  6.4257 +vmrs
  6.4258 +2009.1 2030.4 m
  6.4259 +2009.1 2029 2007.5 2029.4 2006.9 2028.3 C
  6.4260 +2007.2 2027.1 2006.5 2025.5 2005.7 2024.7 C
  6.4261 +2004.6 2025.1 2003.1 2024.9 2001.9 2024.9 C
  6.4262 +2001.8 2026.2 2000.9 2027 2002.4 2028 C
  6.4263 +2004.5 2027.3 2004.9 2029.4 2006.9 2029 C
  6.4264 +2007 2030.2 2007.6 2030.7 2008.4 2031.4 C
  6.4265 +2008.8 2031.5 2009.1 2031.1 2009.1 2030.4 C
  6.4266 +[0 0 0 0.18]  vc
  6.4267 +f 
  6.4268 +0.4 w
  6.4269 +2 J
  6.4270 +2 M
  6.4271 +S 
  6.4272 +n
  6.4273 +2003.8 2029.5 m
  6.4274 +2003 2029.4 2001.9 2029.1 2002.4 2030.4 C
  6.4275 +2003.1 2031.3 2005.2 2030.3 2003.8 2029.5 C
  6.4276 +[0 1 1 0.23]  vc
  6.4277 +f 
  6.4278 +S 
  6.4279 +n
  6.4280 +1999.2 2025.2 m
  6.4281 +1999.1 2025.6 1998 2025.7 1998.8 2026.6 C
  6.4282 +2000.9 2028.5 1999.5 2023.4 1999.2 2025.2 C
  6.4283 +f 
  6.4284 +S 
  6.4285 +n
  6.4286 +2007.6 2024.2 m
  6.4287 +2007.6 2022.9 2008.4 2024.2 2007.6 2022.8 C
  6.4288 +2007.6 2017.5 2007.8 2009.1 2007.4 2003.8 C
  6.4289 +2007.9 2003.7 2008.7 2002.8 2009.1 2002.1 C
  6.4290 +2009.6 2000.8 2008.3 2000.8 2007.9 2000.2 C
  6.4291 +2004.9 2000 2008.9 2001.3 2007.2 2002.1 C
  6.4292 +2006.7 2007.7 2007 2015.1 2006.9 2021.1 C
  6.4293 +2006.7 2022.1 2005.4 2022.8 2006.2 2023.5 C
  6.4294 +2006.6 2023.1 2008 2025.9 2007.6 2024.2 C
  6.4295 +f 
  6.4296 +S 
  6.4297 +n
  6.4298 +1989.9 2023.5 m
  6.4299 +1989.5 2022.6 1991.4 2023.2 1991.8 2023 C
  6.4300 +1992.2 2023.2 1991.9 2023.7 1992.5 2023.5 C
  6.4301 +1991.6 2023.2 1991.6 2022.2 1990.6 2021.8 C
  6.4302 +1990.4 2022.8 1989 2022.8 1988.9 2023.5 C
  6.4303 +1988.5 2023 1988.7 2022.6 1988.7 2023.5 C
  6.4304 +1989.1 2023.5 1990.2 2023.5 1989.9 2023.5 C
  6.4305 +f 
  6.4306 +[0 0.5 0.5 0.2]  vc
  6.4307 +S 
  6.4308 +n
  6.4309 +2003.3 2023.5 m
  6.4310 +2003.1 2023.3 2003.1 2023.2 2003.3 2023 C
  6.4311 +2003.7 2023.1 2003.9 2022.9 2003.8 2022.5 C
  6.4312 +2003.4 2022.2 2001.2 2022.3 2002.4 2023 C
  6.4313 +2002.6 2022.9 2002.7 2023.1 2002.8 2023.2 C
  6.4314 +2000.7 2023.7 2003.9 2023.4 2003.3 2023.5 C
  6.4315 +[0 1 1 0.23]  vc
  6.4316 +f 
  6.4317 +S 
  6.4318 +n
  6.4319 +1986.8 2019.4 m
  6.4320 +1987.8 2019.8 1987.5 2018.6 1987.2 2018 C
  6.4321 +1986.2 2017.8 1987.3 2020.5 1986.3 2019.2 C
  6.4322 +1986.3 2017.7 1986.3 2020.6 1986.3 2021.3 C
  6.4323 +1988.5 2023.1 1985.6 2020.3 1986.8 2019.4 C
  6.4324 +f 
  6.4325 +S 
  6.4326 +n
  6.4327 +1975.7 2018.2 m
  6.4328 +1976.1 2017.8 1975.2 2025.7 1976.2 2019.4 C
  6.4329 +1975.7 2019.2 1976.3 2018.4 1975.7 2018.2 C
  6.4330 +f 
  6.4331 +S 
  6.4332 +n
  6.4333 +1974 2011.7 m
  6.4334 +1975.4 2012.8 1976.4 2014.3 1976 2015.8 C
  6.4335 +1976.6 2014 1975.5 2013.1 1974 2011.7 C
  6.4336 +f 
  6.4337 +S 
  6.4338 +n
  6.4339 +1984.6 2006.7 m
  6.4340 +1984.7 2004.8 1982.6 2004.8 1982.2 2004 C
  6.4341 +1980.8 2001.7 1978.6 2000.1 1976.7 1998.8 C
  6.4342 +1976.1 1997.8 1975.8 1994.5 1974.3 1995.6 C
  6.4343 +1973.3 1995.6 1972.2 1995.6 1971.2 1995.6 C
  6.4344 +1970.7 1997.2 1970.3 1999.1 1973.1 1999 C
  6.4345 +1975.8 2001.2 1978.2 2004.4 1980.5 2006.9 C
  6.4346 +1981.1 2007.1 1982.1 2006.5 1982.2 2007.4 C
  6.4347 +1982.3 2006.2 1984.5 2008.1 1984.6 2006.7 C
  6.4348 +[0 0 0 0]  vc
  6.4349 +f 
  6.4350 +S 
  6.4351 +n
  6.4352 +vmrs
  6.4353 +1978.4 2001.2 m
  6.4354 +1978.4 1999.7 1976.8 2000.1 1976.2 1999 C
  6.4355 +1976.5 1997.8 1975.8 1996.2 1975 1995.4 C
  6.4356 +1973.9 1995.8 1972.4 1995.6 1971.2 1995.6 C
  6.4357 +1971 1997 1970.2 1997.7 1971.6 1998.8 C
  6.4358 +1973.8 1998 1974.2 2000.1 1976.2 1999.7 C
  6.4359 +1976.3 2000.9 1976.9 2001.4 1977.6 2002.1 C
  6.4360 +1978.1 2002.2 1978.4 2001.8 1978.4 2001.2 C
  6.4361 +[0 0 0 0.18]  vc
  6.4362 +f 
  6.4363 +0.4 w
  6.4364 +2 J
  6.4365 +2 M
  6.4366 +S 
  6.4367 +n
  6.4368 +1973.1 2000.2 m
  6.4369 +1972.3 2000.1 1971.2 1999.8 1971.6 2001.2 C
  6.4370 +1972.4 2002 1974.5 2001 1973.1 2000.2 C
  6.4371 +[0 1 1 0.23]  vc
  6.4372 +f 
  6.4373 +S 
  6.4374 +n
  6.4375 +1960.8 1998.5 m
  6.4376 +1961.6 1998.2 1962.6 2000.3 1963.2 2000.9 C
  6.4377 +1962.3 2000.1 1962.2 1998.7 1960.8 1998.5 C
  6.4378 +f 
  6.4379 +S 
  6.4380 +n
  6.4381 +1968.5 1995.9 m
  6.4382 +1968.4 1996.4 1967.3 1996.4 1968 1997.3 C
  6.4383 +1970.1 1999.2 1968.8 1994.1 1968.5 1995.9 C
  6.4384 +f 
  6.4385 +S 
  6.4386 +n
  6.4387 +1976.9 1994.9 m
  6.4388 +1976.9 1993.7 1977.6 1994.9 1976.9 1993.5 C
  6.4389 +1976.9 1988.2 1977.1 1979.8 1976.7 1974.5 C
  6.4390 +1977.2 1974.5 1978 1973.5 1978.4 1972.8 C
  6.4391 +1978.8 1971.5 1977.6 1971.5 1977.2 1970.9 C
  6.4392 +1974.2 1970.7 1978.2 1972 1976.4 1972.8 C
  6.4393 +1976 1978.4 1976.3 1985.8 1976.2 1991.8 C
  6.4394 +1976 1992.8 1974.6 1993.5 1975.5 1994.2 C
  6.4395 +1975.9 1993.8 1977.3 1996.6 1976.9 1994.9 C
  6.4396 +f 
  6.4397 +S 
  6.4398 +n
  6.4399 +1972.6 1994.2 m
  6.4400 +1972.4 1994 1972.4 1993.9 1972.6 1993.7 C
  6.4401 +1973 1993.8 1973.1 1993.7 1973.1 1993.2 C
  6.4402 +1972.7 1992.9 1970.5 1993.1 1971.6 1993.7 C
  6.4403 +1971.9 1993.7 1972 1993.8 1972.1 1994 C
  6.4404 +1970 1994.4 1973.1 1994.1 1972.6 1994.2 C
  6.4405 +f 
  6.4406 +S 
  6.4407 +n
  6.4408 +1948.1 2093.8 m
  6.4409 +1947 2092.7 1945.9 2091.6 1944.8 2090.4 C
  6.4410 +1945.9 2091.6 1947 2092.7 1948.1 2093.8 C
  6.4411 +[0 0.4 1 0]  vc
  6.4412 +f 
  6.4413 +S 
  6.4414 +n
  6.4415 +1953.4 2091.4 m
  6.4416 +1954.8 2090.7 1956.3 2090 1957.7 2089.2 C
  6.4417 +1956.3 2090 1954.8 2090.7 1953.4 2091.4 C
  6.4418 +[0 0.2 1 0]  vc
  6.4419 +f 
  6.4420 +S 
  6.4421 +n
  6.4422 +1954.1 2091.4 m
  6.4423 +1956.6 2089.6 1957.2 2089.6 1954.1 2091.4 C
  6.4424 +[0 0.4 1 0]  vc
  6.4425 +f 
  6.4426 +S 
  6.4427 +n
  6.4428 +1962.3 2087.3 m
  6.4429 +1963.7 2086.6 1965.2 2085.9 1966.6 2085.2 C
  6.4430 +1965.2 2085.9 1963.7 2086.6 1962.3 2087.3 C
  6.4431 +f 
  6.4432 +S 
  6.4433 +n
  6.4434 +vmrs
  6.4435 +1967.1 2084.9 m
  6.4436 +1968.3 2084.4 1969.7 2083.8 1970.9 2083.2 C
  6.4437 +1969.7 2083.8 1968.3 2084.4 1967.1 2084.9 C
  6.4438 +[0 0.4 1 0]  vc
  6.4439 +f 
  6.4440 +0.4 w
  6.4441 +2 J
  6.4442 +2 M
  6.4443 +S 
  6.4444 +n
  6.4445 +1982.7 2080.6 m
  6.4446 +1981.5 2079.5 1980.5 2078.4 1979.3 2077.2 C
  6.4447 +1980.5 2078.4 1981.5 2079.5 1982.7 2080.6 C
  6.4448 +f 
  6.4449 +S 
  6.4450 +n
  6.4451 +1988 2078.2 m
  6.4452 +1989.4 2077.5 1990.8 2076.8 1992.3 2076 C
  6.4453 +1990.8 2076.8 1989.4 2077.5 1988 2078.2 C
  6.4454 +[0 0.2 1 0]  vc
  6.4455 +f 
  6.4456 +S 
  6.4457 +n
  6.4458 +1988.7 2078.2 m
  6.4459 +1991.1 2076.4 1991.8 2076.4 1988.7 2078.2 C
  6.4460 +[0 0.4 1 0]  vc
  6.4461 +f 
  6.4462 +S 
  6.4463 +n
  6.4464 +1976.2 2063.8 m
  6.4465 +1978.6 2062.2 1976 2063.3 1976 2064.5 C
  6.4466 +1976.1 2067.8 1975.5 2071.4 1976.4 2074.4 C
  6.4467 +1975.7 2071.1 1975.9 2067.2 1976.2 2063.8 C
  6.4468 +f 
  6.4469 +S 
  6.4470 +n
  6.4471 +1996.8 2074.1 m
  6.4472 +1998.3 2073.4 1999.7 2072.7 2001.2 2072 C
  6.4473 +1999.7 2072.7 1998.3 2073.4 1996.8 2074.1 C
  6.4474 +f 
  6.4475 +S 
  6.4476 +n
  6.4477 +2001.6 2071.7 m
  6.4478 +2002.9 2071.2 2004.2 2070.6 2005.5 2070 C
  6.4479 +2004.2 2070.6 2002.9 2071.2 2001.6 2071.7 C
  6.4480 +f 
  6.4481 +S 
  6.4482 +n
  6.4483 +1981.5 2060.7 m
  6.4484 +1980.2 2061.2 1978.9 2061.5 1977.9 2062.6 C
  6.4485 +1978.9 2061.5 1980.2 2061.2 1981.5 2060.7 C
  6.4486 +f 
  6.4487 +S 
  6.4488 +n
  6.4489 +1982 2060.4 m
  6.4490 +1982.7 2060.1 1983.6 2059.8 1984.4 2059.5 C
  6.4491 +1983.6 2059.8 1982.7 2060.1 1982 2060.4 C
  6.4492 +f 
  6.4493 +S 
  6.4494 +n
  6.4495 +1952 2051.3 m
  6.4496 +1950.8 2050.2 1949.7 2049.1 1948.6 2048 C
  6.4497 +1949.7 2049.1 1950.8 2050.2 1952 2051.3 C
  6.4498 +f 
  6.4499 +S 
  6.4500 +n
  6.4501 +vmrs
  6.4502 +1977.4 2047.7 m
  6.4503 +1975.8 2047.8 1974.8 2046.1 1974.5 2045.3 C
  6.4504 +1974.9 2044.4 1976 2044.5 1976.7 2044.8 C
  6.4505 +1977.9 2045 1977 2048.4 1979.3 2047.5 C
  6.4506 +1979.9 2047.5 1980.8 2048.6 1979.8 2049.2 C
  6.4507 +1978.2 2050.4 1980.8 2049.5 1980.3 2049.4 C
  6.4508 +1981.4 2049.8 1980.3 2048.4 1980.3 2048 C
  6.4509 +1979.8 2047.5 1979 2046.6 1978.4 2046.5 C
  6.4510 +1977.3 2045.9 1977.2 2043.3 1975.2 2044.6 C
  6.4511 +1974.7 2045.3 1973.6 2045 1973.3 2045.8 C
  6.4512 +1975 2046.3 1975.8 2049.8 1978.1 2049.4 C
  6.4513 +1978.4 2050.9 1978.7 2048.5 1977.9 2049.2 C
  6.4514 +1977.7 2048.7 1977.2 2047.8 1977.4 2047.7 C
  6.4515 +[0 0.5 0.5 0.2]  vc
  6.4516 +f 
  6.4517 +0.4 w
  6.4518 +2 J
  6.4519 +2 M
  6.4520 +S 
  6.4521 +n
  6.4522 +1957.2 2048.9 m
  6.4523 +1958.7 2048.2 1960.1 2047.5 1961.6 2046.8 C
  6.4524 +1960.1 2047.5 1958.7 2048.2 1957.2 2048.9 C
  6.4525 +[0 0.2 1 0]  vc
  6.4526 +f 
  6.4527 +S 
  6.4528 +n
  6.4529 +1958 2048.9 m
  6.4530 +1960.4 2047.1 1961.1 2047.1 1958 2048.9 C
  6.4531 +[0 0.4 1 0]  vc
  6.4532 +f 
  6.4533 +S 
  6.4534 +n
  6.4535 +1966.1 2044.8 m
  6.4536 +1967.6 2044.1 1969 2043.4 1970.4 2042.7 C
  6.4537 +1969 2043.4 1967.6 2044.1 1966.1 2044.8 C
  6.4538 +f 
  6.4539 +S 
  6.4540 +n
  6.4541 +1970.9 2042.4 m
  6.4542 +1972.2 2041.9 1973.5 2041.3 1974.8 2040.8 C
  6.4543 +1973.5 2041.3 1972.2 2041.9 1970.9 2042.4 C
  6.4544 +f 
  6.4545 +S 
  6.4546 +n
  6.4547 +2012 2034.5 m
  6.4548 +2010.4 2034.6 2009.3 2032.9 2009.1 2032.1 C
  6.4549 +2009.4 2031 2010.3 2031.3 2011.2 2031.6 C
  6.4550 +2012.5 2031.8 2011.6 2035.2 2013.9 2034.3 C
  6.4551 +2014.4 2034.3 2015.4 2035.4 2014.4 2036 C
  6.4552 +2012.7 2037.2 2015.3 2036.3 2014.8 2036.2 C
  6.4553 +2015.9 2036.6 2014.8 2035.2 2014.8 2034.8 C
  6.4554 +2014.4 2034.3 2013.6 2033.4 2012.9 2033.3 C
  6.4555 +2011.5 2031 2009.3 2029.4 2007.4 2028 C
  6.4556 +2007.5 2026.5 2007.3 2027.9 2007.2 2028.3 C
  6.4557 +2007.9 2028.8 2008.7 2029.1 2009.3 2030 C
  6.4558 +2009.6 2030.7 2009 2031.9 2008.4 2031.6 C
  6.4559 +2006.7 2031 2007.7 2028 2005 2028.8 C
  6.4560 +2004.8 2028.6 2004.3 2028.2 2003.8 2028.3 C
  6.4561 +2006.6 2030.4 2008.9 2033.7 2011.2 2036.2 C
  6.4562 +2011.8 2036.4 2012.9 2035.8 2012.9 2036.7 C
  6.4563 +2012.7 2036.1 2011.8 2035 2012 2034.5 C
  6.4564 +[0 0.5 0.5 0.2]  vc
  6.4565 +f 
  6.4566 +S 
  6.4567 +n
  6.4568 +1981.2 2005.2 m
  6.4569 +1979.7 2005.3 1978.6 2003.6 1978.4 2002.8 C
  6.4570 +1978.7 2001.8 1979.6 2002.1 1980.5 2002.4 C
  6.4571 +1981.8 2002.5 1980.9 2005.9 1983.2 2005 C
  6.4572 +1983.7 2005.1 1984.7 2006.1 1983.6 2006.7 C
  6.4573 +1982 2007.9 1984.6 2007 1984.1 2006.9 C
  6.4574 +1985.2 2007.3 1984.1 2006 1984.1 2005.5 C
  6.4575 +1983.6 2005 1982.9 2004.1 1982.2 2004 C
  6.4576 +1980.8 2001.7 1978.6 2000.1 1976.7 1998.8 C
  6.4577 +1976.7 1997.2 1976.6 1998.6 1976.4 1999 C
  6.4578 +1977.2 1999.5 1978 1999.8 1978.6 2000.7 C
  6.4579 +1978.8 2001.5 1978.3 2002.7 1977.6 2002.4 C
  6.4580 +1976 2001.8 1977 1998.7 1974.3 1999.5 C
  6.4581 +1974.1 1999.3 1973.6 1998.9 1973.1 1999 C
  6.4582 +1975.8 2001.2 1978.2 2004.4 1980.5 2006.9 C
  6.4583 +1981.1 2007.1 1982.1 2006.5 1982.2 2007.4 C
  6.4584 +1982 2006.8 1981.1 2005.7 1981.2 2005.2 C
  6.4585 +f 
  6.4586 +S 
  6.4587 +n
  6.4588 +1966.8 1976.4 m
  6.4589 +1969.4 1973 1974.4 1974.6 1976.2 1970.4 C
  6.4590 +1972.7 1974 1968 1975.1 1964 1977.4 C
  6.4591 +1960.9 1979.9 1957.1 1981.8 1953.9 1982.7 C
  6.4592 +1958.4 1981.1 1962.6 1978.8 1966.8 1976.4 C
  6.4593 +[0.18 0.18 0 0.78]  vc
  6.4594 +f 
  6.4595 +S 
  6.4596 +n
  6.4597 +1948.4 2093.8 m
  6.4598 +1949.8 2093.1 1951.2 2092.5 1952.7 2091.9 C
  6.4599 +1951.2 2092.5 1949.8 2093.1 1948.4 2093.8 C
  6.4600 +[0 0.2 1 0]  vc
  6.4601 +f 
  6.4602 +S 
  6.4603 +n
  6.4604 +1948.1 2093.6 m
  6.4605 +1947.3 2092.8 1946.5 2091.9 1945.7 2091.2 C
  6.4606 +1946.5 2091.9 1947.3 2092.8 1948.1 2093.6 C
  6.4607 +f 
  6.4608 +S 
  6.4609 +n
  6.4610 +vmrs
  6.4611 +1942.1 2087.8 m
  6.4612 +1943.5 2088.4 1944.3 2089.5 1945.2 2090.7 C
  6.4613 +1944.8 2089.3 1943.3 2088.3 1942.1 2087.8 C
  6.4614 +[0 0.2 1 0]  vc
  6.4615 +f 
  6.4616 +0.4 w
  6.4617 +2 J
  6.4618 +2 M
  6.4619 +S 
  6.4620 +n
  6.4621 +1933.5 2078.4 m
  6.4622 +1933.5 2078 1933.2 2079 1933.7 2079.4 C
  6.4623 +1935 2080.4 1936.2 2081.3 1937.1 2082.8 C
  6.4624 +1936.7 2080.7 1933.7 2080.7 1933.5 2078.4 C
  6.4625 +f 
  6.4626 +S 
  6.4627 +n
  6.4628 +1982.9 2080.6 m
  6.4629 +1984.4 2079.9 1985.8 2079.3 1987.2 2078.7 C
  6.4630 +1985.8 2079.3 1984.4 2079.9 1982.9 2080.6 C
  6.4631 +f 
  6.4632 +S 
  6.4633 +n
  6.4634 +1982.7 2080.4 m
  6.4635 +1981.9 2079.6 1981.1 2078.7 1980.3 2078 C
  6.4636 +1981.1 2078.7 1981.9 2079.6 1982.7 2080.4 C
  6.4637 +f 
  6.4638 +S 
  6.4639 +n
  6.4640 +1977.4 2075.1 m
  6.4641 +1977.9 2075.3 1979.1 2076.4 1979.8 2077.5 C
  6.4642 +1979 2076.8 1978.7 2075.1 1977.4 2075.1 C
  6.4643 +f 
  6.4644 +S 
  6.4645 +n
  6.4646 +1952.2 2051.3 m
  6.4647 +1953.6 2050.7 1955.1 2050.1 1956.5 2049.4 C
  6.4648 +1955.1 2050.1 1953.6 2050.7 1952.2 2051.3 C
  6.4649 +f 
  6.4650 +S 
  6.4651 +n
  6.4652 +1952 2051.1 m
  6.4653 +1951.2 2050.3 1950.3 2049.5 1949.6 2048.7 C
  6.4654 +1950.3 2049.5 1951.2 2050.3 1952 2051.1 C
  6.4655 +f 
  6.4656 +S 
  6.4657 +n
  6.4658 +1946 2045.3 m
  6.4659 +1947.3 2045.9 1948.1 2047 1949.1 2048.2 C
  6.4660 +1948.6 2046.8 1947.1 2045.8 1946 2045.3 C
  6.4661 +f 
  6.4662 +S 
  6.4663 +n
  6.4664 +1937.3 2036 m
  6.4665 +1937.4 2035.5 1937 2036.5 1937.6 2036.9 C
  6.4666 +1938.8 2037.9 1940.1 2038.8 1940.9 2040.3 C
  6.4667 +1940.6 2038.2 1937.6 2038.2 1937.3 2036 C
  6.4668 +f 
  6.4669 +S 
  6.4670 +n
  6.4671 +1935.2 2073.2 m
  6.4672 +1936.4 2069.9 1935.8 2061.8 1935.6 2056.4 C
  6.4673 +1935.8 2055.9 1936.3 2055.7 1936.1 2055.2 C
  6.4674 +1935.7 2054.7 1935 2055 1934.4 2054.9 C
  6.4675 +1934.4 2061.5 1934.4 2068.7 1934.4 2074.6 C
  6.4676 +1935.7 2075.1 1936 2073.7 1935.2 2073.2 C
  6.4677 +[0 0.01 1 0]  vc
  6.4678 +f 
  6.4679 +S 
  6.4680 +n
  6.4681 +vmrs
  6.4682 +1939 2030.7 m
  6.4683 +1940.3 2027.4 1939.7 2019.3 1939.5 2013.9 C
  6.4684 +1939.7 2013.5 1940.1 2013.2 1940 2012.7 C
  6.4685 +1939.5 2012.3 1938.8 2012.5 1938.3 2012.4 C
  6.4686 +1938.3 2019 1938.3 2026.2 1938.3 2032.1 C
  6.4687 +1939.5 2032.7 1939.8 2031.2 1939 2030.7 C
  6.4688 +[0 0.01 1 0]  vc
  6.4689 +f 
  6.4690 +0.4 w
  6.4691 +2 J
  6.4692 +2 M
  6.4693 +S 
  6.4694 +n
  6.4695 +1975.2 2077.2 m
  6.4696 +1975.3 2077.3 1975.4 2077.4 1975.5 2077.5 C
  6.4697 +1974.7 2073.2 1974.9 2067.5 1975.2 2063.6 C
  6.4698 +1975.4 2064 1974.6 2063.9 1974.8 2064.3 C
  6.4699 +1974.9 2069.9 1974.3 2076.5 1975.2 2081.1 C
  6.4700 +1974.9 2079.9 1974.9 2078.4 1975.2 2077.2 C
  6.4701 +[0.92 0.92 0 0.67]  vc
  6.4702 +f 
  6.4703 +S 
  6.4704 +n
  6.4705 +1930.8 2067.4 m
  6.4706 +1931.5 2070.1 1929.6 2072.1 1930.6 2074.6 C
  6.4707 +1931 2072.6 1930.8 2069.8 1930.8 2067.4 C
  6.4708 +f 
  6.4709 +S 
  6.4710 +n
  6.4711 +2010 2050.1 m
  6.4712 +2009.8 2050.5 2009.5 2050.9 2009.3 2051.1 C
  6.4713 +2009.5 2056.7 2008.9 2063.3 2009.8 2067.9 C
  6.4714 +2009.5 2062.1 2009.3 2054.7 2010 2050.1 C
  6.4715 +f 
  6.4716 +S 
  6.4717 +n
  6.4718 +1930.1 2060.9 m
  6.4719 +1929.3 2057.1 1930.7 2054.8 1929.9 2051.3 C
  6.4720 +1930.2 2050.2 1931.1 2049.6 1931.8 2049.2 C
  6.4721 +1931.4 2049.6 1930.4 2049.5 1930.1 2050.1 C
  6.4722 +1928.4 2054.8 1933.4 2063.5 1925.3 2064.3 C
  6.4723 +1927.2 2063.9 1928.5 2062.1 1930.1 2060.9 C
  6.4724 +[0.07 0.06 0 0.58]  vc
  6.4725 +f 
  6.4726 +S 
  6.4727 +n
  6.4728 +1929.6 2061.2 m
  6.4729 +1929.6 2057.6 1929.6 2054.1 1929.6 2050.6 C
  6.4730 +1930 2049.9 1930.5 2049.4 1931.1 2049.2 C
  6.4731 +1930 2048.6 1930.5 2050.2 1929.4 2049.6 C
  6.4732 +1928 2054.4 1932.8 2063 1925.3 2064 C
  6.4733 +1926.9 2063.3 1928.3 2062.4 1929.6 2061.2 C
  6.4734 +[0.4 0.4 0 0]  vc
  6.4735 +f 
  6.4736 +S 
  6.4737 +n
  6.4738 +1930.8 2061.6 m
  6.4739 +1930.5 2058 1931.6 2054 1930.8 2051.3 C
  6.4740 +1930.3 2054.5 1930.9 2058.5 1930.4 2061.9 C
  6.4741 +1930.5 2061.2 1931 2062.2 1930.8 2061.6 C
  6.4742 +[0.92 0.92 0 0.67]  vc
  6.4743 +f 
  6.4744 +S 
  6.4745 +n
  6.4746 +1941.2 2045.1 m
  6.4747 +1939.7 2042.6 1937.3 2041.2 1935.4 2039.3 C
  6.4748 +1934.2 2040 1933.7 2036.4 1934 2039.3 C
  6.4749 +1934.9 2040.1 1936.1 2039.9 1936.8 2040.8 C
  6.4750 +1935.3 2044.2 1942.3 2041.7 1939.5 2046 C
  6.4751 +1937.1 2048.5 1940.5 2045.6 1941.2 2045.1 C
  6.4752 +f 
  6.4753 +S 
  6.4754 +n
  6.4755 +1910 2045.8 m
  6.4756 +1910 2039.4 1910 2033 1910 2026.6 C
  6.4757 +1910 2033 1910 2039.4 1910 2045.8 C
  6.4758 +f 
  6.4759 +S 
  6.4760 +n
  6.4761 +1978.8 2022.3 m
  6.4762 +1979.1 2021.7 1979.4 2020.4 1978.6 2021.6 C
  6.4763 +1978.6 2026.9 1978.6 2033 1978.6 2037.6 C
  6.4764 +1979.2 2037 1979.1 2038.2 1979.1 2038.6 C
  6.4765 +1978.7 2033.6 1978.9 2026.8 1978.8 2022.3 C
  6.4766 +f 
  6.4767 +S 
  6.4768 +n
  6.4769 +vmrs
  6.4770 +2026.1 2041.2 m
  6.4771 +2026.1 2034.8 2026.1 2028.3 2026.1 2021.8 C
  6.4772 +2026.1 2028.5 2026.3 2035.4 2025.9 2042 C
  6.4773 +2024.4 2042.9 2022.9 2044.1 2021.3 2044.8 C
  6.4774 +2023.1 2044 2025.1 2042.8 2026.1 2041.2 C
  6.4775 +[0.07 0.06 0 0.58]  vc
  6.4776 +f 
  6.4777 +0.4 w
  6.4778 +2 J
  6.4779 +2 M
  6.4780 +S 
  6.4781 +n
  6.4782 +2026.4 2021.8 m
  6.4783 +2026.3 2028.5 2026.5 2035.4 2026.1 2042 C
  6.4784 +2025.6 2042.8 2024.7 2042.7 2024.2 2043.4 C
  6.4785 +2024.7 2042.7 2025.5 2042.7 2026.1 2042.2 C
  6.4786 +2026.5 2035.5 2026.3 2027.9 2026.4 2021.8 C
  6.4787 +[0.4 0.4 0 0]  vc
  6.4788 +f 
  6.4789 +S 
  6.4790 +n
  6.4791 +2025.6 2038.4 m
  6.4792 +2025.6 2033 2025.6 2027.6 2025.6 2022.3 C
  6.4793 +2025.6 2027.6 2025.6 2033 2025.6 2038.4 C
  6.4794 +[0.92 0.92 0 0.67]  vc
  6.4795 +f 
  6.4796 +S 
  6.4797 +n
  6.4798 +1934 2023.5 m
  6.4799 +1934 2024.7 1933.8 2026 1934.2 2027.1 C
  6.4800 +1934 2025.5 1934.7 2024.6 1934 2023.5 C
  6.4801 +f 
  6.4802 +S 
  6.4803 +n
  6.4804 +1928.2 2023.5 m
  6.4805 +1928 2024.6 1927.4 2023.1 1926.8 2023.2 C
  6.4806 +1926.2 2021 1921.4 2019.3 1923.2 2018 C
  6.4807 +1922.7 2016.5 1923.2 2019.3 1922.2 2018.2 C
  6.4808 +1924.4 2020.4 1926.2 2023.3 1928.9 2024.9 C
  6.4809 +1927.9 2024.2 1929.8 2023.5 1928.2 2023.5 C
  6.4810 +[0.18 0.18 0 0.78]  vc
  6.4811 +f 
  6.4812 +S 
  6.4813 +n
  6.4814 +1934 2019.2 m
  6.4815 +1932 2019.6 1930.8 2022.6 1928.7 2021.8 C
  6.4816 +1924.5 2016.5 1918.2 2011.8 1914 2006.7 C
  6.4817 +1914 2005.7 1914 2004.6 1914 2003.6 C
  6.4818 +1913.6 2004.3 1913.9 2005.8 1913.8 2006.9 C
  6.4819 +1919 2012.4 1924.1 2016.5 1929.2 2022.3 C
  6.4820 +1931 2021.7 1932.2 2019.8 1934 2019.2 C
  6.4821 +f 
  6.4822 +S 
  6.4823 +n
  6.4824 +1928.7 2024.9 m
  6.4825 +1926.3 2022.7 1924.1 2020.4 1921.7 2018.2 C
  6.4826 +1924.1 2020.4 1926.3 2022.7 1928.7 2024.9 C
  6.4827 +[0.65 0.65 0 0.42]  vc
  6.4828 +f 
  6.4829 +S 
  6.4830 +n
  6.4831 +1914.3 2006.7 m
  6.4832 +1918.7 2011.8 1924.5 2016.4 1928.9 2021.6 C
  6.4833 +1924.2 2016.1 1919 2012.1 1914.3 2006.7 C
  6.4834 +[0.07 0.06 0 0.58]  vc
  6.4835 +f 
  6.4836 +S 
  6.4837 +n
  6.4838 +1924.8 2020.8 m
  6.4839 +1921.2 2016.9 1925.6 2022.5 1926 2021.1 C
  6.4840 +1924.2 2021 1926.7 2019.6 1924.8 2020.8 C
  6.4841 +[0.92 0.92 0 0.67]  vc
  6.4842 +f 
  6.4843 +S 
  6.4844 +n
  6.4845 +1934 2018.4 m
  6.4846 +1933.2 2014.7 1934.5 2012.3 1933.7 2008.8 C
  6.4847 +1934 2007.8 1935 2007.2 1935.6 2006.7 C
  6.4848 +1935.3 2007.1 1934.3 2007 1934 2007.6 C
  6.4849 +1932.2 2012.3 1937.2 2021 1929.2 2021.8 C
  6.4850 +1931.1 2021.4 1932.3 2019.6 1934 2018.4 C
  6.4851 +[0.07 0.06 0 0.58]  vc
  6.4852 +f 
  6.4853 +S 
  6.4854 +n
  6.4855 +vmrs
  6.4856 +1933.5 2018.7 m
  6.4857 +1933.5 2015.1 1933.5 2011.7 1933.5 2008.1 C
  6.4858 +1933.8 2007.4 1934.3 2006.9 1934.9 2006.7 C
  6.4859 +1933.8 2006.1 1934.3 2007.7 1933.2 2007.2 C
  6.4860 +1931.9 2012 1936.7 2020.5 1929.2 2021.6 C
  6.4861 +1930.7 2020.8 1932.2 2019.9 1933.5 2018.7 C
  6.4862 +[0.4 0.4 0 0]  vc
  6.4863 +f 
  6.4864 +0.4 w
  6.4865 +2 J
  6.4866 +2 M
  6.4867 +S 
  6.4868 +n
  6.4869 +1934.7 2019.2 m
  6.4870 +1934.3 2015.6 1935.4 2011.5 1934.7 2008.8 C
  6.4871 +1934.1 2012 1934.7 2016 1934.2 2019.4 C
  6.4872 +1934.4 2018.7 1934.8 2019.8 1934.7 2019.2 C
  6.4873 +[0.92 0.92 0 0.67]  vc
  6.4874 +f 
  6.4875 +S 
  6.4876 +n
  6.4877 +1917.6 2013.6 m
  6.4878 +1917.8 2011.1 1916.8 2014.2 1917.2 2012.2 C
  6.4879 +1916.3 2012.9 1914.8 2011.8 1914.3 2010.8 C
  6.4880 +1914.2 2010.5 1914.4 2010.4 1914.5 2010.3 C
  6.4881 +1913.9 2008.8 1913.9 2011.9 1914.3 2012 C
  6.4882 +1916.3 2012 1917.6 2013.6 1916.7 2015.6 C
  6.4883 +1913.7 2017.4 1919.6 2014.8 1917.6 2013.6 C
  6.4884 +f 
  6.4885 +S 
  6.4886 +n
  6.4887 +1887.2 2015.3 m
  6.4888 +1887.2 2008.9 1887.2 2002.5 1887.2 1996.1 C
  6.4889 +1887.2 2002.5 1887.2 2008.9 1887.2 2015.3 C
  6.4890 +f 
  6.4891 +S 
  6.4892 +n
  6.4893 +1916.7 2014.4 m
  6.4894 +1917 2012.1 1913 2013 1913.8 2010.8 C
  6.4895 +1912.1 2009.8 1910.9 2009.4 1910.7 2007.9 C
  6.4896 +1910.4 2010.6 1913.4 2010.4 1914 2012.4 C
  6.4897 +1914.9 2012.8 1916.6 2012.9 1916.4 2014.4 C
  6.4898 +1916.9 2015.1 1914.5 2016.6 1916.2 2015.8 C
  6.4899 +1916.4 2015.3 1916.7 2015 1916.7 2014.4 C
  6.4900 +[0.65 0.65 0 0.42]  vc
  6.4901 +f 
  6.4902 +S 
  6.4903 +n
  6.4904 +1914 2009.3 m
  6.4905 +1912.8 2010.9 1909.6 2005.3 1911.9 2009.8 C
  6.4906 +1912.3 2009.6 1913.6 2010.2 1914 2009.3 C
  6.4907 +[0.92 0.92 0 0.67]  vc
  6.4908 +f 
  6.4909 +S 
  6.4910 +n
  6.4911 +1951.2 1998.8 m
  6.4912 +1949 1996.4 1951.5 1994 1950.3 1991.8 C
  6.4913 +1949.1 1989.1 1954 1982.7 1948.8 1981.2 C
  6.4914 +1949.2 1981.5 1951 1982.4 1950.8 1983.6 C
  6.4915 +1951.9 1988.6 1947.1 1986.5 1948.1 1990.4 C
  6.4916 +1948.5 1990.3 1948.7 1990.7 1948.6 1991.1 C
  6.4917 +1949 1992.5 1947.3 1991.9 1948.1 1992.5 C
  6.4918 +1947.1 1992.7 1945.7 1993.5 1945.2 1994.7 C
  6.4919 +1944.5 1996.8 1947.7 2000.5 1943.8 2001.4 C
  6.4920 +1943.4 2002 1943.7 2004 1942.4 2004.5 C
  6.4921 +1945.2 2002.2 1948.9 2000.9 1951.2 1998.8 C
  6.4922 +f 
  6.4923 +S 
  6.4924 +n
  6.4925 +1994.9 1993 m
  6.4926 +1995.1 1996.5 1994.5 2000.3 1995.4 2003.6 C
  6.4927 +1994.5 2000.3 1995.1 1996.5 1994.9 1993 C
  6.4928 +f 
  6.4929 +S 
  6.4930 +n
  6.4931 +1913.8 2003.3 m
  6.4932 +1913.8 1996.9 1913.8 1990.5 1913.8 1984.1 C
  6.4933 +1913.8 1990.5 1913.8 1996.9 1913.8 2003.3 C
  6.4934 +f 
  6.4935 +S 
  6.4936 +n
  6.4937 +1941.9 1998 m
  6.4938 +1940.5 1997.3 1940.7 1999.4 1940.7 2000 C
  6.4939 +1942.8 2001.3 1942.6 1998.8 1941.9 1998 C
  6.4940 +[0 0 0 0]  vc
  6.4941 +f 
  6.4942 +S 
  6.4943 +n
  6.4944 +vmrs
  6.4945 +1942.1 1999.2 m
  6.4946 +1942.2 1998.9 1941.8 1998.8 1941.6 1998.5 C
  6.4947 +1940.4 1998 1940.7 1999.7 1940.7 2000 C
  6.4948 +1941.6 2000.3 1942.6 2000.4 1942.1 1999.2 C
  6.4949 +[0.92 0.92 0 0.67]  vc
  6.4950 +f 
  6.4951 +0.4 w
  6.4952 +2 J
  6.4953 +2 M
  6.4954 +S 
  6.4955 +n
  6.4956 +1940 1997.1 m
  6.4957 +1939.8 1996 1939.7 1995.9 1939.2 1995.2 C
  6.4958 +1939.1 1995.3 1938.5 1997.9 1937.8 1996.4 C
  6.4959 +1938 1997.3 1939.4 1998.6 1940 1997.1 C
  6.4960 +f 
  6.4961 +S 
  6.4962 +n
  6.4963 +1911.2 1995.9 m
  6.4964 +1911.2 1991.6 1911.3 1987.2 1911.4 1982.9 C
  6.4965 +1911.3 1987.2 1911.2 1991.6 1911.2 1995.9 C
  6.4966 +f 
  6.4967 +S 
  6.4968 +n
  6.4969 +1947.2 1979.1 m
  6.4970 +1945.1 1978.8 1944.6 1975.7 1942.4 1975 C
  6.4971 +1940.5 1972.6 1942.2 1973.7 1942.4 1975.7 C
  6.4972 +1945.8 1975.5 1944.2 1979.8 1947.6 1979.6 C
  6.4973 +1948.3 1982.3 1948.5 1980 1947.2 1979.1 C
  6.4974 +f 
  6.4975 +S 
  6.4976 +n
  6.4977 +1939.5 1973.3 m
  6.4978 +1940.1 1972.6 1939.8 1974.2 1940.2 1973.1 C
  6.4979 +1939.1 1972.8 1938.8 1968.5 1935.9 1969.7 C
  6.4980 +1937.4 1969.2 1938.5 1970.6 1939 1971.4 C
  6.4981 +1939.2 1972.7 1938.6 1973.9 1939.5 1973.3 C
  6.4982 +f 
  6.4983 +S 
  6.4984 +n
  6.4985 +1975.2 2073.2 m
  6.4986 +1975.2 2070.2 1975.2 2067.2 1975.2 2064.3 C
  6.4987 +1975.2 2067.2 1975.2 2070.2 1975.2 2073.2 C
  6.4988 +[0.18 0.18 0 0.78]  vc
  6.4989 +f 
  6.4990 +S 
  6.4991 +n
  6.4992 +1929.9 2065.7 m
  6.4993 +1928.1 2065.6 1926 2068.8 1924.1 2066.9 C
  6.4994 +1918.1 2060.9 1912.9 2055.7 1907.1 2049.9 C
  6.4995 +1906.7 2047.1 1906.9 2043.9 1906.8 2041 C
  6.4996 +1906.8 2043.9 1906.8 2046.8 1906.8 2049.6 C
  6.4997 +1913.2 2055.5 1918.7 2061.9 1925.1 2067.6 C
  6.4998 +1927.1 2067.9 1928.6 2064.4 1930.1 2066.2 C
  6.4999 +1929.7 2070.3 1929.9 2074.7 1929.9 2078.9 C
  6.5000 +1929.6 2074.4 1930.5 2070.1 1929.9 2065.7 C
  6.5001 +[0.07 0.06 0 0.58]  vc
  6.5002 +f 
  6.5003 +S 
  6.5004 +n
  6.5005 +1930.1 2061.6 m
  6.5006 +1928.1 2062.1 1927 2065.1 1924.8 2064.3 C
  6.5007 +1920.7 2058.9 1914.4 2054.3 1910.2 2049.2 C
  6.5008 +1910.2 2048.1 1910.2 2047.1 1910.2 2046 C
  6.5009 +1909.8 2046.8 1910 2048.3 1910 2049.4 C
  6.5010 +1915.1 2054.9 1920.3 2059 1925.3 2064.8 C
  6.5011 +1927.1 2064.2 1928.4 2062.3 1930.1 2061.6 C
  6.5012 +[0.18 0.18 0 0.78]  vc
  6.5013 +f 
  6.5014 +S 
  6.5015 +n
  6.5016 +1932 2049.9 m
  6.5017 +1932.3 2050.3 1932 2050.4 1932.8 2050.4 C
  6.5018 +1932 2050.4 1932.2 2049.2 1931.3 2049.6 C
  6.5019 +1931.4 2050.5 1930.3 2050.4 1930.4 2051.3 C
  6.5020 +1931.1 2051.1 1930.7 2049.4 1932 2049.9 C
  6.5021 +f 
  6.5022 +S 
  6.5023 +n
  6.5024 +1938.3 2046 m
  6.5025 +1936.3 2046.8 1935.2 2047.2 1934.2 2048.9 C
  6.5026 +1935.3 2047.7 1936.8 2046.2 1938.3 2046 C
  6.5027 +[0.4 0.4 0 0]  vc
  6.5028 +f 
  6.5029 +S 
  6.5030 +n
  6.5031 +vmrs
  6.5032 +1938.3 2047 m
  6.5033 +1937.9 2046.9 1936.6 2047.1 1936.1 2048 C
  6.5034 +1936.5 2047.5 1937.3 2046.7 1938.3 2047 C
  6.5035 +[0.18 0.18 0 0.78]  vc
  6.5036 +f 
  6.5037 +0.4 w
  6.5038 +2 J
  6.5039 +2 M
  6.5040 +S 
  6.5041 +n
  6.5042 +1910.2 2043.2 m
  6.5043 +1910.1 2037.5 1910 2031.8 1910 2026.1 C
  6.5044 +1910 2031.8 1910.1 2037.5 1910.2 2043.2 C
  6.5045 +f 
  6.5046 +S 
  6.5047 +n
  6.5048 +1933.5 2032.1 m
  6.5049 +1933.7 2035.2 1932.8 2035.8 1933.7 2038.6 C
  6.5050 +1933.3 2036.6 1934.6 2018 1933.5 2032.1 C
  6.5051 +f 
  6.5052 +S 
  6.5053 +n
  6.5054 +1907.3 2021.8 m
  6.5055 +1906.6 2025.9 1909.4 2032.6 1903.2 2034 C
  6.5056 +1902.8 2034.1 1902.4 2033.9 1902 2033.8 C
  6.5057 +1897.9 2028.5 1891.6 2023.8 1887.4 2018.7 C
  6.5058 +1887.4 2017.7 1887.4 2016.6 1887.4 2015.6 C
  6.5059 +1887 2016.3 1887.2 2017.8 1887.2 2018.9 C
  6.5060 +1892.3 2024.4 1897.5 2028.5 1902.5 2034.3 C
  6.5061 +1904.3 2033.6 1905.7 2032 1907.3 2030.9 C
  6.5062 +1907.3 2027.9 1907.3 2024.9 1907.3 2021.8 C
  6.5063 +f 
  6.5064 +S 
  6.5065 +n
  6.5066 +1933.7 2023.2 m
  6.5067 +1932 2021.7 1931.1 2024.9 1929.4 2024.9 C
  6.5068 +1931.2 2024.7 1932.4 2021.5 1933.7 2023.2 C
  6.5069 +f 
  6.5070 +S 
  6.5071 +n
  6.5072 +1989.2 2024.4 m
  6.5073 +1987.4 2023.7 1985.8 2022.2 1985.1 2020.4 C
  6.5074 +1984.6 2020.1 1986 2018.9 1985.1 2019.2 C
  6.5075 +1985.6 2020.8 1984.1 2019.4 1984.6 2021.1 C
  6.5076 +1986.3 2022.3 1988.1 2025.3 1989.2 2024.4 C
  6.5077 +f 
  6.5078 +S 
  6.5079 +n
  6.5080 +1904.4 2031.9 m
  6.5081 +1903 2029.7 1905.3 2027.7 1904.2 2025.9 C
  6.5082 +1904.5 2025 1903.7 2023 1904 2021.3 C
  6.5083 +1904 2022.3 1903.2 2022 1902.5 2022 C
  6.5084 +1901.3 2022.3 1902.2 2020.1 1901.6 2019.6 C
  6.5085 +1902.5 2019.8 1902.6 2018.3 1903.5 2018.9 C
  6.5086 +1903.7 2021.8 1905.6 2016.8 1905.6 2020.6 C
  6.5087 +1905.9 2020 1906.3 2020.8 1906.1 2021.1 C
  6.5088 +1905.8 2022.7 1906.7 2020.4 1906.4 2019.9 C
  6.5089 +1906.4 2018.5 1908.2 2017.8 1906.8 2016.5 C
  6.5090 +1906.9 2015.7 1907.7 2017.1 1907.1 2016.3 C
  6.5091 +1908.5 2015.8 1910.3 2015.1 1911.6 2016 C
  6.5092 +1912.2 2016.2 1911.9 2018 1911.6 2018 C
  6.5093 +1914.5 2017.1 1910.4 2013.6 1913.3 2013.4 C
  6.5094 +1912.4 2011.3 1910.5 2011.8 1909.5 2010 C
  6.5095 +1910 2010.5 1909 2010.8 1908.8 2011.2 C
  6.5096 +1907.5 2009.9 1906.1 2011.7 1904.9 2011.5 C
  6.5097 +1904.7 2010.9 1904.3 2010.5 1904.4 2009.8 C
  6.5098 +1905 2010.2 1904.6 2008.6 1905.4 2008.1 C
  6.5099 +1906.6 2007.5 1907.7 2008.4 1908.5 2007.4 C
  6.5100 +1908.9 2008.5 1909.7 2008.1 1909 2007.2 C
  6.5101 +1908.1 2006.5 1905.9 2007.3 1905.4 2007.4 C
  6.5102 +1903.9 2007.3 1905.2 2008.5 1904.2 2008.4 C
  6.5103 +1904.6 2009.9 1902.8 2010.3 1902.3 2010.5 C
  6.5104 +1901.5 2009.9 1900.4 2010 1899.4 2010 C
  6.5105 +1898.6 2011.2 1898.2 2013.4 1896.5 2013.4 C
  6.5106 +1896 2012.9 1894.4 2012.9 1893.6 2012.9 C
  6.5107 +1893.1 2013.9 1892.9 2015.5 1891.5 2016 C
  6.5108 +1890.3 2016.1 1889.2 2014 1888.6 2015.8 C
  6.5109 +1890 2016 1891 2016.9 1892.9 2016.5 C
  6.5110 +1894.1 2017.2 1892.8 2018.3 1893.2 2018.9 C
  6.5111 +1892.6 2018.9 1891.1 2019.8 1890.5 2020.6 C
  6.5112 +1891.1 2023.6 1893.2 2019.8 1893.9 2022.5 C
  6.5113 +1894.1 2023.3 1892.7 2023.6 1893.9 2024 C
  6.5114 +1894.2 2024.3 1897.4 2023.8 1896.5 2026.1 C
  6.5115 +1896 2025.6 1897.4 2028.1 1897.5 2027.1 C
  6.5116 +1898.4 2027.4 1899.3 2027 1899.6 2028.5 C
  6.5117 +1899.5 2028.6 1899.4 2028.8 1899.2 2028.8 C
  6.5118 +1899.3 2029.2 1899.6 2029.8 1900.1 2030.2 C
  6.5119 +1900.4 2029.6 1901 2030 1901.8 2030.2 C
  6.5120 +1903.1 2032.1 1900.4 2031.5 1902.8 2033.1 C
  6.5121 +1903.3 2032.7 1904.5 2032 1904.4 2031.9 C
  6.5122 +[0.21 0.21 0 0]  vc
  6.5123 +f 
  6.5124 +S 
  6.5125 +n
  6.5126 +1909.2 2019.4 m
  6.5127 +1908.8 2020.3 1910.2 2019.8 1909.2 2019.2 C
  6.5128 +1908.3 2019.3 1907.6 2020.2 1907.6 2021.3 C
  6.5129 +1908.5 2021 1907.6 2019 1909.2 2019.4 C
  6.5130 +[0.18 0.18 0 0.78]  vc
  6.5131 +f 
  6.5132 +S 
  6.5133 +n
  6.5134 +1915.5 2015.6 m
  6.5135 +1913.5 2016.3 1912.4 2016.8 1911.4 2018.4 C
  6.5136 +1912.5 2017.2 1914 2015.7 1915.5 2015.6 C
  6.5137 +[0.4 0.4 0 0]  vc
  6.5138 +f 
  6.5139 +S 
  6.5140 +n
  6.5141 +1915.5 2016.5 m
  6.5142 +1915.1 2016.4 1913.8 2016.6 1913.3 2017.5 C
  6.5143 +1913.7 2017 1914.5 2016.2 1915.5 2016.5 C
  6.5144 +[0.18 0.18 0 0.78]  vc
  6.5145 +f 
  6.5146 +S 
  6.5147 +n
  6.5148 +vmrs
  6.5149 +1887.4 2012.7 m
  6.5150 +1887.3 2007 1887.2 2001.3 1887.2 1995.6 C
  6.5151 +1887.2 2001.3 1887.3 2007 1887.4 2012.7 C
  6.5152 +[0.18 0.18 0 0.78]  vc
  6.5153 +f 
  6.5154 +0.4 w
  6.5155 +2 J
  6.5156 +2 M
  6.5157 +S 
  6.5158 +n
  6.5159 +1935.9 2007.4 m
  6.5160 +1936.2 2007.8 1935.8 2007.9 1936.6 2007.9 C
  6.5161 +1935.9 2007.9 1936.1 2006.7 1935.2 2007.2 C
  6.5162 +1935.2 2008.1 1934.1 2007.9 1934.2 2008.8 C
  6.5163 +1935 2008.7 1934.6 2006.9 1935.9 2007.4 C
  6.5164 +f 
  6.5165 +S 
  6.5166 +n
  6.5167 +1942.1 2003.6 m
  6.5168 +1940.1 2004.3 1939.1 2004.8 1938 2006.4 C
  6.5169 +1939.1 2005.2 1940.6 2003.7 1942.1 2003.6 C
  6.5170 +[0.4 0.4 0 0]  vc
  6.5171 +f 
  6.5172 +S 
  6.5173 +n
  6.5174 +1942.1 2004.5 m
  6.5175 +1941.8 2004.4 1940.4 2004.6 1940 2005.5 C
  6.5176 +1940.4 2005 1941.2 2004.2 1942.1 2004.5 C
  6.5177 +[0.18 0.18 0 0.78]  vc
  6.5178 +f 
  6.5179 +S 
  6.5180 +n
  6.5181 +1914 2000.7 m
  6.5182 +1914 1995 1913.9 1989.3 1913.8 1983.6 C
  6.5183 +1913.9 1989.3 1914 1995 1914 2000.7 C
  6.5184 +f 
  6.5185 +S 
  6.5186 +n
  6.5187 +1941.6 1998.3 m
  6.5188 +1943.4 2001.9 1942.4 1996 1940.9 1998.3 C
  6.5189 +1941.2 1998.3 1941.4 1998.3 1941.6 1998.3 C
  6.5190 +f 
  6.5191 +S 
  6.5192 +n
  6.5193 +1954.8 1989.9 m
  6.5194 +1953.9 1989.6 1954.7 1991.6 1953.9 1991.1 C
  6.5195 +1954.5 1993.1 1953.6 1998 1954.6 1993.2 C
  6.5196 +1954 1992.2 1954.7 1990.7 1954.8 1989.9 C
  6.5197 +f 
  6.5198 +S 
  6.5199 +n
  6.5200 +1947.6 1992.5 m
  6.5201 +1946.2 1993.5 1944.9 1993 1944.8 1994.7 C
  6.5202 +1945.5 1994 1947 1992.2 1947.6 1992.5 C
  6.5203 +f 
  6.5204 +S 
  6.5205 +n
  6.5206 +1910.7 1982.2 m
  6.5207 +1910.3 1981.8 1909.7 1982 1909.2 1982 C
  6.5208 +1909.7 1982 1910.3 1981.9 1910.7 1982.2 C
  6.5209 +1911 1987.1 1910 1992.6 1910.7 1997.3 C
  6.5210 +1910.7 1992.3 1910.7 1987.2 1910.7 1982.2 C
  6.5211 +[0.65 0.65 0 0.42]  vc
  6.5212 +f 
  6.5213 +S 
  6.5214 +n
  6.5215 +1910.9 1992.8 m
  6.5216 +1910.9 1991.3 1910.9 1989.7 1910.9 1988.2 C
  6.5217 +1910.9 1989.7 1910.9 1991.3 1910.9 1992.8 C
  6.5218 +[0.18 0.18 0 0.78]  vc
  6.5219 +f 
  6.5220 +S 
  6.5221 +n
  6.5222 +vmrs
  6.5223 +1953.6 1983.6 m
  6.5224 +1954.1 1985.3 1953.2 1988.6 1954.8 1989.4 C
  6.5225 +1954.1 1987.9 1954.4 1985.4 1953.6 1983.6 C
  6.5226 +[0.18 0.18 0 0.78]  vc
  6.5227 +f 
  6.5228 +0.4 w
  6.5229 +2 J
  6.5230 +2 M
  6.5231 +S 
  6.5232 +n
  6.5233 +1910.7 1982 m
  6.5234 +1911.6 1982.9 1911 1984.4 1911.2 1985.6 C
  6.5235 +1911 1984.4 1911.6 1982.9 1910.7 1982 C
  6.5236 +f 
  6.5237 +S 
  6.5238 +n
  6.5239 +1947.2 1979.6 m
  6.5240 +1947.5 1980.6 1948.3 1980.6 1947.4 1979.6 C
  6.5241 +1946.2 1979.4 1945.7 1978.8 1947.2 1979.6 C
  6.5242 +f 
  6.5243 +S 
  6.5244 +n
  6.5245 +1930.4 2061.4 m
  6.5246 +1930.4 2058 1930.4 2053.5 1930.4 2051.1 C
  6.5247 +1930.7 2054.6 1929.8 2057.4 1930.1 2061.2 C
  6.5248 +1929.5 2061.9 1929.7 2061.2 1930.4 2061.4 C
  6.5249 +[0.65 0.65 0 0.42]  vc
  6.5250 +f 
  6.5251 +S 
  6.5252 +n
  6.5253 +1939.5 2044.8 m
  6.5254 +1940 2041.5 1935.2 2044.3 1936.4 2040.8 C
  6.5255 +1934.9 2040.9 1934.1 2039.7 1933.5 2038.6 C
  6.5256 +1933.3 2035.4 1933.2 2040 1934 2040.3 C
  6.5257 +1936.2 2040.6 1936.3 2043.6 1938.5 2043.4 C
  6.5258 +1939.7 2044.2 1939.4 2045.6 1938.3 2046.5 C
  6.5259 +1939.1 2046.6 1939.6 2045.6 1939.5 2044.8 C
  6.5260 +f 
  6.5261 +S 
  6.5262 +n
  6.5263 +1910.4 2045.3 m
  6.5264 +1910.4 2039.5 1910.4 2033.6 1910.4 2027.8 C
  6.5265 +1910.4 2033.6 1910.4 2039.5 1910.4 2045.3 C
  6.5266 +f 
  6.5267 +S 
  6.5268 +n
  6.5269 +1906.8 2030.9 m
  6.5270 +1907.6 2026.8 1905 2020.8 1909 2018.7 C
  6.5271 +1906.5 2018.9 1906.8 2022.4 1906.8 2024.7 C
  6.5272 +1906.4 2028.2 1907.9 2032 1903 2033.8 C
  6.5273 +1902.2 2034 1903.8 2033.4 1904.2 2033.1 C
  6.5274 +1905.1 2032.4 1905.9 2031.5 1906.8 2030.9 C
  6.5275 +[0.07 0.06 0 0.58]  vc
  6.5276 +f 
  6.5277 +S 
  6.5278 +n
  6.5279 +1907.1 2030.7 m
  6.5280 +1907.1 2028.8 1907.1 2027 1907.1 2025.2 C
  6.5281 +1907.1 2027 1907.1 2028.8 1907.1 2030.7 C
  6.5282 +[0.65 0.65 0 0.42]  vc
  6.5283 +f 
  6.5284 +S 
  6.5285 +n
  6.5286 +1932 2023.2 m
  6.5287 +1932.2 2023.6 1931.7 2023.7 1931.6 2024 C
  6.5288 +1932 2023.7 1932.3 2022.8 1933 2023 C
  6.5289 +1933.9 2024.3 1933.3 2026.2 1933.5 2027.8 C
  6.5290 +1933.5 2026.4 1934.9 2022.2 1932 2023.2 C
  6.5291 +f 
  6.5292 +S 
  6.5293 +n
  6.5294 +2026.1 2021.6 m
  6.5295 +2026.1 2020.8 2026.1 2019.9 2026.1 2019.2 C
  6.5296 +2026.1 2019.9 2026.1 2020.8 2026.1 2021.6 C
  6.5297 +f 
  6.5298 +S 
  6.5299 +n
  6.5300 +vmrs
  6.5301 +1934.2 2018.9 m
  6.5302 +1934.2 2015.5 1934.2 2011 1934.2 2008.6 C
  6.5303 +1934.5 2012.1 1933.7 2014.9 1934 2018.7 C
  6.5304 +1933.4 2019.5 1933.5 2018.7 1934.2 2018.9 C
  6.5305 +[0.65 0.65 0 0.42]  vc
  6.5306 +f 
  6.5307 +0.4 w
  6.5308 +2 J
  6.5309 +2 M
  6.5310 +S 
  6.5311 +n
  6.5312 +1887.6 2014.8 m
  6.5313 +1887.6 2009 1887.6 2003.1 1887.6 1997.3 C
  6.5314 +1887.6 2003.1 1887.6 2009 1887.6 2014.8 C
  6.5315 +f 
  6.5316 +S 
  6.5317 +n
  6.5318 +1914.3 2002.8 m
  6.5319 +1914.3 1997 1914.3 1991.1 1914.3 1985.3 C
  6.5320 +1914.3 1991.1 1914.3 1997 1914.3 2002.8 C
  6.5321 +f 
  6.5322 +S 
  6.5323 +n
  6.5324 +1995.4 1992.3 m
  6.5325 +1995.4 1991.5 1995.4 1990.7 1995.4 1989.9 C
  6.5326 +1995.4 1990.7 1995.4 1991.5 1995.4 1992.3 C
  6.5327 +f 
  6.5328 +S 
  6.5329 +n
  6.5330 +1896 1988.4 m
  6.5331 +1896.9 1988 1897.8 1987.7 1898.7 1987.2 C
  6.5332 +1897.8 1987.7 1896.9 1988 1896 1988.4 C
  6.5333 +f 
  6.5334 +S 
  6.5335 +n
  6.5336 +1899.4 1986.8 m
  6.5337 +1900.4 1986.3 1901.3 1985.8 1902.3 1985.3 C
  6.5338 +1901.3 1985.8 1900.4 1986.3 1899.4 1986.8 C
  6.5339 +f 
  6.5340 +S 
  6.5341 +n
  6.5342 +1902.8 1985.1 m
  6.5343 +1905.2 1984 1905.2 1984 1902.8 1985.1 C
  6.5344 +f 
  6.5345 +S 
  6.5346 +n
  6.5347 +1949.1 1983.4 m
  6.5348 +1950.2 1984.4 1947.8 1984.6 1949.3 1985.1 C
  6.5349 +1949.5 1984.4 1949.6 1984.1 1949.1 1983.4 C
  6.5350 +[0.07 0.06 0 0.58]  vc
  6.5351 +f 
  6.5352 +S 
  6.5353 +n
  6.5354 +1906.1 1983.4 m
  6.5355 +1908.6 1982 1908.6 1982 1906.1 1983.4 C
  6.5356 +[0.65 0.65 0 0.42]  vc
  6.5357 +f 
  6.5358 +S 
  6.5359 +n
  6.5360 +1922.7 1976.4 m
  6.5361 +1923.6 1976 1924.4 1975.7 1925.3 1975.2 C
  6.5362 +1924.4 1975.7 1923.6 1976 1922.7 1976.4 C
  6.5363 +f 
  6.5364 +S 
  6.5365 +n
  6.5366 +vmrs
  6.5367 +1926 1974.8 m
  6.5368 +1927 1974.3 1928 1973.8 1928.9 1973.3 C
  6.5369 +1928 1973.8 1927 1974.3 1926 1974.8 C
  6.5370 +[0.65 0.65 0 0.42]  vc
  6.5371 +f 
  6.5372 +0.4 w
  6.5373 +2 J
  6.5374 +2 M
  6.5375 +S 
  6.5376 +n
  6.5377 +1929.4 1973.1 m
  6.5378 +1931.9 1972 1931.9 1972 1929.4 1973.1 C
  6.5379 +f 
  6.5380 +S 
  6.5381 +n
  6.5382 +1932.8 1971.4 m
  6.5383 +1935.3 1970 1935.3 1970 1932.8 1971.4 C
  6.5384 +f 
  6.5385 +S 
  6.5386 +n
  6.5387 +1949.6 2097.2 m
  6.5388 +1951.1 2096.4 1952.6 2095.5 1954.1 2094.8 C
  6.5389 +1952.6 2095.5 1951.1 2096.4 1949.6 2097.2 C
  6.5390 +[0.07 0.06 0 0.58]  vc
  6.5391 +f 
  6.5392 +S 
  6.5393 +n
  6.5394 +1955.1 2094.3 m
  6.5395 +1956.7 2093.5 1958.3 2092.7 1959.9 2091.9 C
  6.5396 +1958.3 2092.7 1956.7 2093.5 1955.1 2094.3 C
  6.5397 +f 
  6.5398 +S 
  6.5399 +n
  6.5400 +1960.4 2091.6 m
  6.5401 +1961.3 2091.2 1962.1 2090.9 1963 2090.4 C
  6.5402 +1962.1 2090.9 1961.3 2091.2 1960.4 2091.6 C
  6.5403 +f 
  6.5404 +S 
  6.5405 +n
  6.5406 +1963.5 2090.2 m
  6.5407 +1964.4 2089.7 1965.2 2089.2 1966.1 2088.8 C
  6.5408 +1965.2 2089.2 1964.4 2089.7 1963.5 2090.2 C
  6.5409 +f 
  6.5410 +S 
  6.5411 +n
  6.5412 +1966.6 2088.5 m
  6.5413 +1969.5 2087.1 1972.4 2085.8 1975.2 2084.4 C
  6.5414 +1972.4 2085.8 1969.5 2087.1 1966.6 2088.5 C
  6.5415 +f 
  6.5416 +S 
  6.5417 +n
  6.5418 +1965.2 2086.1 m
  6.5419 +1965.9 2085.7 1966.8 2085.3 1967.6 2084.9 C
  6.5420 +1966.8 2085.3 1965.9 2085.7 1965.2 2086.1 C
  6.5421 +f 
  6.5422 +S 
  6.5423 +n
  6.5424 +1968.3 2084.7 m
  6.5425 +1969.2 2084.3 1970 2083.9 1970.9 2083.5 C
  6.5426 +1970 2083.9 1969.2 2084.3 1968.3 2084.7 C
  6.5427 +f 
  6.5428 +S 
  6.5429 +n
  6.5430 +vmrs
  6.5431 +1984.1 2084 m
  6.5432 +1985.6 2083.2 1987.2 2082.3 1988.7 2081.6 C
  6.5433 +1987.2 2082.3 1985.6 2083.2 1984.1 2084 C
  6.5434 +[0.07 0.06 0 0.58]  vc
  6.5435 +f 
  6.5436 +0.4 w
  6.5437 +2 J
  6.5438 +2 M
  6.5439 +S 
  6.5440 +n
  6.5441 +1976 2078.7 m
  6.5442 +1978.1 2080.1 1980 2082 1982 2083.7 C
  6.5443 +1980 2081.9 1977.9 2080.3 1976 2078.2 C
  6.5444 +1975.5 2079.9 1975.8 2081.9 1975.7 2083.7 C
  6.5445 +1975.8 2082 1975.5 2080.2 1976 2078.7 C
  6.5446 +f 
  6.5447 +S 
  6.5448 +n
  6.5449 +1989.6 2081.1 m
  6.5450 +1991.3 2080.3 1992.8 2079.5 1994.4 2078.7 C
  6.5451 +1992.8 2079.5 1991.3 2080.3 1989.6 2081.1 C
  6.5452 +f 
  6.5453 +S 
  6.5454 +n
  6.5455 +1933.2 2074.6 m
  6.5456 +1932.4 2076.2 1932.8 2077.5 1933 2078.7 C
  6.5457 +1933 2077.6 1932.9 2074.8 1933.2 2074.6 C
  6.5458 +f 
  6.5459 +S 
  6.5460 +n
  6.5461 +1994.9 2078.4 m
  6.5462 +1995.8 2078 1996.7 2077.7 1997.6 2077.2 C
  6.5463 +1996.7 2077.7 1995.8 2078 1994.9 2078.4 C
  6.5464 +f 
  6.5465 +S 
  6.5466 +n
  6.5467 +1998 2077 m
  6.5468 +1998.9 2076.5 1999.8 2076 2000.7 2075.6 C
  6.5469 +1999.8 2076 1998.9 2076.5 1998 2077 C
  6.5470 +f 
  6.5471 +S 
  6.5472 +n
  6.5473 +2001.2 2075.3 m
  6.5474 +2004 2073.9 2006.9 2072.6 2009.8 2071.2 C
  6.5475 +2006.9 2072.6 2004 2073.9 2001.2 2075.3 C
  6.5476 +f 
  6.5477 +S 
  6.5478 +n
  6.5479 +1980.5 2060.7 m
  6.5480 +1979.9 2060.7 1976.7 2062.8 1975.7 2064.5 C
  6.5481 +1975.7 2067.5 1975.7 2070.5 1975.7 2073.4 C
  6.5482 +1976.3 2068.7 1973.9 2061.6 1980.5 2060.7 C
  6.5483 +f 
  6.5484 +S 
  6.5485 +n
  6.5486 +1999.7 2072.9 m
  6.5487 +2000.5 2072.5 2001.3 2072.1 2002.1 2071.7 C
  6.5488 +2001.3 2072.1 2000.5 2072.5 1999.7 2072.9 C
  6.5489 +f 
  6.5490 +S 
  6.5491 +n
  6.5492 +2002.8 2071.5 m
  6.5493 +2003.7 2071.1 2004.6 2070.7 2005.5 2070.3 C
  6.5494 +2004.6 2070.7 2003.7 2071.1 2002.8 2071.5 C
  6.5495 +f 
  6.5496 +S 
  6.5497 +n
  6.5498 +vmrs
  6.5499 +2015.1 2047.5 m
  6.5500 +2014.4 2047.5 2011.2 2049.6 2010.3 2051.3 C
  6.5501 +2010.3 2057.7 2010.3 2064.1 2010.3 2070.5 C
  6.5502 +2010.3 2063.9 2010.1 2057.1 2010.5 2050.6 C
  6.5503 +2012 2049.3 2013.5 2048.3 2015.1 2047.5 C
  6.5504 +[0.07 0.06 0 0.58]  vc
  6.5505 +f 
  6.5506 +0.4 w
  6.5507 +2 J
  6.5508 +2 M
  6.5509 +S 
  6.5510 +n
  6.5511 +1910.4 2049.2 m
  6.5512 +1914.8 2054.3 1920.7 2058.9 1925.1 2064 C
  6.5513 +1920.4 2058.6 1915.1 2054.6 1910.4 2049.2 C
  6.5514 +f 
  6.5515 +S 
  6.5516 +n
  6.5517 +1988.2 2057.3 m
  6.5518 +1989.1 2056.8 1989.9 2056.2 1990.8 2055.6 C
  6.5519 +1989.9 2056.2 1989.1 2056.8 1988.2 2057.3 C
  6.5520 +f 
  6.5521 +S 
  6.5522 +n
  6.5523 +1991.6 2051.3 m
  6.5524 +1991.6 2046.3 1991.6 2041.2 1991.6 2036.2 C
  6.5525 +1991.6 2041.2 1991.6 2046.3 1991.6 2051.3 C
  6.5526 +f 
  6.5527 +S 
  6.5528 +n
  6.5529 +1935.6 2047.5 m
  6.5530 +1932.9 2051.7 1939.7 2043.8 1935.6 2047.5 C
  6.5531 +f 
  6.5532 +S 
  6.5533 +n
  6.5534 +1938.8 2043.9 m
  6.5535 +1938.1 2043.3 1938.2 2043.7 1937.3 2043.4 C
  6.5536 +1938.7 2043 1938.2 2044.9 1939 2045.3 C
  6.5537 +1938.2 2045.3 1938.7 2046.6 1937.8 2046.5 C
  6.5538 +1939.1 2046.2 1939.1 2044.5 1938.8 2043.9 C
  6.5539 +f 
  6.5540 +S 
  6.5541 +n
  6.5542 +1972.4 2045.6 m
  6.5543 +1973.4 2045 1974.5 2044.4 1975.5 2043.9 C
  6.5544 +1974.5 2044.4 1973.4 2045 1972.4 2045.6 C
  6.5545 +f 
  6.5546 +S 
  6.5547 +n
  6.5548 +1969 2043.6 m
  6.5549 +1969.8 2043.2 1970.6 2042.9 1971.4 2042.4 C
  6.5550 +1970.6 2042.9 1969.8 2043.2 1969 2043.6 C
  6.5551 +f 
  6.5552 +S 
  6.5553 +n
  6.5554 +1972.1 2042.2 m
  6.5555 +1973 2041.8 1973.9 2041.4 1974.8 2041 C
  6.5556 +1973.9 2041.4 1973 2041.8 1972.1 2042.2 C
  6.5557 +f 
  6.5558 +S 
  6.5559 +n
  6.5560 +1906.6 2035 m
  6.5561 +1905 2034.7 1904.8 2036.6 1903.5 2036.9 C
  6.5562 +1904.9 2037 1905.8 2033.4 1907.1 2035.7 C
  6.5563 +1907.1 2037.2 1907.1 2038.6 1907.1 2040 C
  6.5564 +1906.9 2038.4 1907.5 2036.4 1906.6 2035 C
  6.5565 +f 
  6.5566 +S 
  6.5567 +n
  6.5568 +vmrs
  6.5569 +1937.1 2032.1 m
  6.5570 +1936.2 2033.7 1936.6 2035 1936.8 2036.2 C
  6.5571 +1936.8 2035.1 1936.8 2032.4 1937.1 2032.1 C
  6.5572 +[0.07 0.06 0 0.58]  vc
  6.5573 +f 
  6.5574 +0.4 w
  6.5575 +2 J
  6.5576 +2 M
  6.5577 +S 
  6.5578 +n
  6.5579 +1887.6 2018.7 m
  6.5580 +1892 2023.8 1897.9 2028.4 1902.3 2033.6 C
  6.5581 +1897.6 2028.1 1892.3 2024.1 1887.6 2018.7 C
  6.5582 +f 
  6.5583 +S 
  6.5584 +n
  6.5585 +1999.7 2031.4 m
  6.5586 +1998.7 2030.3 1997.6 2029.2 1996.6 2028 C
  6.5587 +1997.6 2029.2 1998.7 2030.3 1999.7 2031.4 C
  6.5588 +f 
  6.5589 +S 
  6.5590 +n
  6.5591 +1912.8 2017 m
  6.5592 +1910.6 2021.1 1913.6 2015.3 1914.5 2016 C
  6.5593 +1914 2016.3 1913.4 2016.7 1912.8 2017 C
  6.5594 +f 
  6.5595 +S 
  6.5596 +n
  6.5597 +1939.5 2005 m
  6.5598 +1936.7 2009.2 1943.6 2001.3 1939.5 2005 C
  6.5599 +f 
  6.5600 +S 
  6.5601 +n
  6.5602 +1942.6 2001.4 m
  6.5603 +1941.9 2000.8 1942 2001.2 1941.2 2000.9 C
  6.5604 +1942.5 2000.6 1942.1 2002.4 1942.8 2002.8 C
  6.5605 +1942 2002.8 1942.5 2004.1 1941.6 2004 C
  6.5606 +1943 2003.7 1942.9 2002.1 1942.6 2001.4 C
  6.5607 +f 
  6.5608 +S 
  6.5609 +n
  6.5610 +2006.2 2000.7 m
  6.5611 +2005.4 2001.5 2004 2002.8 2004 2002.8 C
  6.5612 +2004.5 2002.4 2005.5 2001.4 2006.2 2000.7 C
  6.5613 +f 
  6.5614 +S 
  6.5615 +n
  6.5616 +1998.5 2001.6 m
  6.5617 +1997.7 2002 1996.8 2002.4 1995.9 2002.6 C
  6.5618 +1995.5 1999.3 1995.7 1995.7 1995.6 1992.3 C
  6.5619 +1995.6 1995.7 1995.6 1999.2 1995.6 2002.6 C
  6.5620 +1996.6 2002.4 1997.7 2002.2 1998.5 2001.6 C
  6.5621 +[0.4 0.4 0 0]  vc
  6.5622 +f 
  6.5623 +S 
  6.5624 +n
  6.5625 +1996.1 2002.8 m
  6.5626 +1995.9 2002.8 1995.8 2002.8 1995.6 2002.8 C
  6.5627 +1995.2 1999.5 1995.5 1995.9 1995.4 1992.5 C
  6.5628 +1995.4 1995.9 1995.4 1999.4 1995.4 2002.8 C
  6.5629 +1996.4 2003.1 1998.2 2001.6 1996.1 2002.8 C
  6.5630 +[0.07 0.06 0 0.58]  vc
  6.5631 +f 
  6.5632 +S 
  6.5633 +n
  6.5634 +1969 2002.1 m
  6.5635 +1968 2001 1966.9 1999.9 1965.9 1998.8 C
  6.5636 +1966.9 1999.9 1968 2001 1969 2002.1 C
  6.5637 +f 
  6.5638 +S 
  6.5639 +n
  6.5640 +vmrs
  6.5641 +2000 2001.2 m
  6.5642 +2002.1 2000 2004.1 1998.9 2006.2 1997.8 C
  6.5643 +2004.1 1998.9 2002.1 2000 2000 2001.2 C
  6.5644 +[0.07 0.06 0 0.58]  vc
  6.5645 +f 
  6.5646 +0.4 w
  6.5647 +2 J
  6.5648 +2 M
  6.5649 +S 
  6.5650 +n
  6.5651 +1895.8 1984.8 m
  6.5652 +1898.3 1983.6 1900.8 1982.3 1903.2 1981 C
  6.5653 +1900.8 1982.3 1898.3 1983.6 1895.8 1984.8 C
  6.5654 +f 
  6.5655 +S 
  6.5656 +n
  6.5657 +1905.2 1980.3 m
  6.5658 +1906.4 1979.9 1907.6 1979.5 1908.8 1979.1 C
  6.5659 +1907.6 1979.5 1906.4 1979.9 1905.2 1980.3 C
  6.5660 +f 
  6.5661 +S 
  6.5662 +n
  6.5663 +1964.7 1977.4 m
  6.5664 +1963.8 1977.5 1962.5 1980.2 1960.8 1980 C
  6.5665 +1962.5 1980.2 1963.3 1978 1964.7 1977.4 C
  6.5666 +f 
  6.5667 +S 
  6.5668 +n
  6.5669 +1952 1979.6 m
  6.5670 +1955.2 1979.2 1955.2 1979.2 1952 1979.6 C
  6.5671 +f 
  6.5672 +S 
  6.5673 +n
  6.5674 +1937.8 1966.4 m
  6.5675 +1941.2 1969.5 1946.1 1976.4 1951.5 1979.3 C
  6.5676 +1946.1 1976.7 1942.8 1970.4 1937.8 1966.4 C
  6.5677 +f 
  6.5678 +S 
  6.5679 +n
  6.5680 +1911.9 1978.6 m
  6.5681 +1914.3 1977.4 1916.7 1976.2 1919.1 1975 C
  6.5682 +1916.7 1976.2 1914.3 1977.4 1911.9 1978.6 C
  6.5683 +f 
  6.5684 +S 
  6.5685 +n
  6.5686 +1975.5 1971.4 m
  6.5687 +1974.6 1972.2 1973.3 1973.6 1973.3 1973.6 C
  6.5688 +1973.7 1973.1 1974.8 1972.1 1975.5 1971.4 C
  6.5689 +f 
  6.5690 +S 
  6.5691 +n
  6.5692 +1922.4 1972.8 m
  6.5693 +1924.9 1971.6 1927.4 1970.3 1929.9 1969 C
  6.5694 +1927.4 1970.3 1924.9 1971.6 1922.4 1972.8 C
  6.5695 +f 
  6.5696 +S 
  6.5697 +n
  6.5698 +1969.2 1971.9 m
  6.5699 +1971.1 1970.9 1972.9 1969.8 1974.8 1968.8 C
  6.5700 +1972.9 1969.8 1971.1 1970.9 1969.2 1971.9 C
  6.5701 +f 
  6.5702 +S 
  6.5703 +n
  6.5704 +vmrs
  6.5705 +1931.8 1968.3 m
  6.5706 +1933 1967.9 1934.2 1967.5 1935.4 1967.1 C
  6.5707 +1934.2 1967.5 1933 1967.9 1931.8 1968.3 C
  6.5708 +[0.07 0.06 0 0.58]  vc
  6.5709 +f 
  6.5710 +0.4 w
  6.5711 +2 J
  6.5712 +2 M
  6.5713 +S 
  6.5714 +n
  6.5715 +1940.7 2072.4 m
  6.5716 +1941.5 2072.4 1942.3 2072.3 1943.1 2072.2 C
  6.5717 +1942.3 2072.3 1941.5 2072.4 1940.7 2072.4 C
  6.5718 +[0 0 0 0.18]  vc
  6.5719 +f 
  6.5720 +S 
  6.5721 +n
  6.5722 +1948.6 2069.3 m
  6.5723 +1947 2069.5 1945.7 2068.9 1944.8 2069.8 C
  6.5724 +1945.9 2068.5 1948.4 2070.2 1948.6 2069.3 C
  6.5725 +f 
  6.5726 +S 
  6.5727 +n
  6.5728 +1954.6 2066.4 m
  6.5729 +1954.7 2067.9 1955.6 2067.3 1955.6 2068.8 C
  6.5730 +1955.4 2067.8 1956 2066.6 1954.6 2066.4 C
  6.5731 +f 
  6.5732 +S 
  6.5733 +n
  6.5734 +1929.2 2061.2 m
  6.5735 +1927.8 2062.1 1926.3 2064.1 1924.8 2063.3 C
  6.5736 +1926.3 2064.6 1928 2062 1929.2 2061.2 C
  6.5737 +f 
  6.5738 +S 
  6.5739 +n
  6.5740 +1924.4 2067.4 m
  6.5741 +1918.5 2061.6 1912.7 2055.9 1906.8 2050.1 C
  6.5742 +1912.7 2055.9 1918.5 2061.6 1924.4 2067.4 C
  6.5743 +[0.4 0.4 0 0]  vc
  6.5744 +f 
  6.5745 +S 
  6.5746 +n
  6.5747 +1924.6 2062.8 m
  6.5748 +1923.9 2062.1 1923.2 2061.2 1922.4 2060.4 C
  6.5749 +1923.2 2061.2 1923.9 2062.1 1924.6 2062.8 C
  6.5750 +[0 0 0 0.18]  vc
  6.5751 +f 
  6.5752 +S 
  6.5753 +n
  6.5754 +1919.3 2057.3 m
  6.5755 +1917.5 2055.6 1915.7 2053.8 1913.8 2052 C
  6.5756 +1915.7 2053.8 1917.5 2055.6 1919.3 2057.3 C
  6.5757 +f 
  6.5758 +S 
  6.5759 +n
  6.5760 +1929.2 2055.2 m
  6.5761 +1929.2 2054.2 1929.2 2053.2 1929.2 2052.3 C
  6.5762 +1929.2 2053.2 1929.2 2054.2 1929.2 2055.2 C
  6.5763 +f 
  6.5764 +S 
  6.5765 +n
  6.5766 +1926.3 2049.6 m
  6.5767 +1925.4 2049 1925.4 2050.5 1924.4 2050.4 C
  6.5768 +1925.3 2051.3 1924.5 2051.9 1925.6 2052.5 C
  6.5769 +1926.9 2052.6 1926 2050.6 1926.3 2049.6 C
  6.5770 +f 
  6.5771 +S 
  6.5772 +n
  6.5773 +vmrs
  6.5774 +1911.2 2046.8 m
  6.5775 +1910.1 2048.9 1911.9 2050.1 1913.1 2051.3 C
  6.5776 +1912.1 2049.9 1910.6 2048.8 1911.2 2046.8 C
  6.5777 +[0 0 0 0.18]  vc
  6.5778 +f 
  6.5779 +0.4 w
  6.5780 +2 J
  6.5781 +2 M
  6.5782 +S 
  6.5783 +n
  6.5784 +1934 2048.7 m
  6.5785 +1932.6 2048.7 1930.1 2047.7 1929.6 2049.4 C
  6.5786 +1930.9 2048.6 1933.3 2049 1934 2048.7 C
  6.5787 +f 
  6.5788 +S 
  6.5789 +n
  6.5790 +1980 2048.4 m
  6.5791 +1979.5 2046.8 1976.3 2047.9 1977.2 2045.6 C
  6.5792 +1976.8 2045.1 1976.1 2044.7 1975.2 2044.8 C
  6.5793 +1973.7 2046 1976.3 2046.4 1976.7 2047.5 C
  6.5794 +1977.8 2047.2 1978.2 2050 1979.6 2049.2 C
  6.5795 +1980 2049 1979.6 2048.6 1980 2048.4 C
  6.5796 +f 
  6.5797 +S 
  6.5798 +n
  6.5799 +1938.3 2045.6 m
  6.5800 +1938.2 2044.4 1936.8 2043.8 1935.9 2043.4 C
  6.5801 +1936.4 2044.4 1939.1 2044.3 1937.6 2045.8 C
  6.5802 +1937 2046.1 1935.9 2046.1 1935.9 2046.8 C
  6.5803 +1936.7 2046.3 1937.8 2046.2 1938.3 2045.6 C
  6.5804 +f 
  6.5805 +S 
  6.5806 +n
  6.5807 +1932.5 2040 m
  6.5808 +1932.8 2038.1 1932 2038.9 1932.3 2040.3 C
  6.5809 +1933.1 2040.3 1932.7 2041.7 1933.7 2041.5 C
  6.5810 +1933.1 2041 1932.9 2040.5 1932.5 2040 C
  6.5811 +f 
  6.5812 +S 
  6.5813 +n
  6.5814 +2014.6 2035.2 m
  6.5815 +2014.1 2033.6 2010.9 2034.7 2011.7 2032.4 C
  6.5816 +2011.3 2031.9 2009.4 2030.7 2009.3 2032.1 C
  6.5817 +2009.5 2033.7 2012.9 2033.8 2012.4 2035.7 C
  6.5818 +2013 2036.4 2014.2 2036.5 2014.6 2035.2 C
  6.5819 +f 
  6.5820 +S 
  6.5821 +n
  6.5822 +1906.4 2030.7 m
  6.5823 +1905 2031.6 1903.5 2033.6 1902 2032.8 C
  6.5824 +1903.4 2034 1905.6 2031.4 1906.4 2030.7 C
  6.5825 +f 
  6.5826 +S 
  6.5827 +n
  6.5828 +1901.8 2037.2 m
  6.5829 +1899.5 2034.8 1897.2 2032.5 1894.8 2030.2 C
  6.5830 +1897.2 2032.5 1899.5 2034.8 1901.8 2037.2 C
  6.5831 +[0.4 0.4 0 0]  vc
  6.5832 +f 
  6.5833 +S 
  6.5834 +n
  6.5835 +1901.8 2032.4 m
  6.5836 +1901.1 2031.6 1900.4 2030.7 1899.6 2030 C
  6.5837 +1900.4 2030.7 1901.1 2031.6 1901.8 2032.4 C
  6.5838 +[0 0 0 0.18]  vc
  6.5839 +f 
  6.5840 +S 
  6.5841 +n
  6.5842 +1944.5 2030 m
  6.5843 +1945.3 2029.9 1946.1 2029.8 1946.9 2029.7 C
  6.5844 +1946.1 2029.8 1945.3 2029.9 1944.5 2030 C
  6.5845 +f 
  6.5846 +S 
  6.5847 +n
  6.5848 +vmrs
  6.5849 +1997.8 2027.8 m
  6.5850 +1997.7 2027.9 1997.6 2028.1 1997.3 2028 C
  6.5851 +1997.4 2029.1 1998.5 2029.5 1999.2 2030 C
  6.5852 +2000.1 2029.5 1998.9 2028 1997.8 2027.8 C
  6.5853 +[0 0 0 0.18]  vc
  6.5854 +f 
  6.5855 +0.4 w
  6.5856 +2 J
  6.5857 +2 M
  6.5858 +S 
  6.5859 +n
  6.5860 +1906.4 2029.2 m
  6.5861 +1906.4 2026.6 1906.4 2024 1906.4 2021.3 C
  6.5862 +1906.4 2024 1906.4 2026.6 1906.4 2029.2 C
  6.5863 +f 
  6.5864 +S 
  6.5865 +n
  6.5866 +2006.2 2025.9 m
  6.5867 +2006 2025.9 2005.8 2025.8 2005.7 2025.6 C
  6.5868 +2005.7 2025.5 2005.7 2025.3 2005.7 2025.2 C
  6.5869 +2004.6 2025.8 2002.7 2024.7 2001.9 2026.1 C
  6.5870 +2001.9 2027.9 2007.8 2029.2 2006.2 2025.9 C
  6.5871 +[0 0 0 0]  vc
  6.5872 +f 
  6.5873 +S 
  6.5874 +n
  6.5875 +1952.4 2026.8 m
  6.5876 +1950.9 2027 1949.6 2026.4 1948.6 2027.3 C
  6.5877 +1949.7 2026.1 1952.2 2027.7 1952.4 2026.8 C
  6.5878 +[0 0 0 0.18]  vc
  6.5879 +f 
  6.5880 +S 
  6.5881 +n
  6.5882 +1896.5 2026.8 m
  6.5883 +1894.7 2025.1 1892.9 2023.3 1891 2021.6 C
  6.5884 +1892.9 2023.3 1894.7 2025.1 1896.5 2026.8 C
  6.5885 +f 
  6.5886 +S 
  6.5887 +n
  6.5888 +1958.4 2024 m
  6.5889 +1958.5 2025.5 1959.4 2024.8 1959.4 2026.4 C
  6.5890 +1959.3 2025.3 1959.8 2024.1 1958.4 2024 C
  6.5891 +f 
  6.5892 +S 
  6.5893 +n
  6.5894 +1903.5 2019.2 m
  6.5895 +1902.6 2018.6 1902.6 2020 1901.6 2019.9 C
  6.5896 +1902.5 2020.8 1901.7 2021.4 1902.8 2022 C
  6.5897 +1904.1 2022.2 1903.2 2020.1 1903.5 2019.2 C
  6.5898 +f 
  6.5899 +S 
  6.5900 +n
  6.5901 +1933 2018.7 m
  6.5902 +1931.7 2019.6 1930.1 2021.6 1928.7 2020.8 C
  6.5903 +1930.1 2022.1 1931.8 2019.5 1933 2018.7 C
  6.5904 +f 
  6.5905 +S 
  6.5906 +n
  6.5907 +1888.4 2016.3 m
  6.5908 +1887.3 2018.4 1889.1 2019.6 1890.3 2020.8 C
  6.5909 +1889.3 2019.5 1887.8 2018.3 1888.4 2016.3 C
  6.5910 +f 
  6.5911 +S 
  6.5912 +n
  6.5913 +1928.4 2020.4 m
  6.5914 +1927.7 2019.6 1927 2018.7 1926.3 2018 C
  6.5915 +1927 2018.7 1927.7 2019.6 1928.4 2020.4 C
  6.5916 +f 
  6.5917 +S 
  6.5918 +n
  6.5919 +vmrs
  6.5920 +1911.2 2018.2 m
  6.5921 +1909.8 2018.3 1907.3 2017.2 1906.8 2018.9 C
  6.5922 +1908.1 2018.1 1910.5 2018.6 1911.2 2018.2 C
  6.5923 +[0 0 0 0.18]  vc
  6.5924 +f 
  6.5925 +0.4 w
  6.5926 +2 J
  6.5927 +2 M
  6.5928 +S 
  6.5929 +n
  6.5930 +1915.5 2015.1 m
  6.5931 +1915.4 2013.9 1914 2013.3 1913.1 2012.9 C
  6.5932 +1913.6 2013.9 1916.3 2013.8 1914.8 2015.3 C
  6.5933 +1914.2 2015.6 1913.1 2015.6 1913.1 2016.3 C
  6.5934 +1913.9 2015.9 1915 2015.7 1915.5 2015.1 C
  6.5935 +f 
  6.5936 +S 
  6.5937 +n
  6.5938 +1923.2 2014.8 m
  6.5939 +1921.3 2013.1 1919.5 2011.3 1917.6 2009.6 C
  6.5940 +1919.5 2011.3 1921.3 2013.1 1923.2 2014.8 C
  6.5941 +f 
  6.5942 +S 
  6.5943 +n
  6.5944 +1933 2012.7 m
  6.5945 +1933 2011.7 1933 2010.8 1933 2009.8 C
  6.5946 +1933 2010.8 1933 2011.7 1933 2012.7 C
  6.5947 +f 
  6.5948 +S 
  6.5949 +n
  6.5950 +1909.7 2008.1 m
  6.5951 +1908.9 2009.2 1910.1 2009.9 1910.4 2011 C
  6.5952 +1911.1 2010.7 1908.9 2009.7 1909.7 2008.1 C
  6.5953 +f 
  6.5954 +S 
  6.5955 +n
  6.5956 +1930.1 2007.2 m
  6.5957 +1929.2 2006.6 1929.2 2008 1928.2 2007.9 C
  6.5958 +1929.1 2008.8 1928.4 2009.4 1929.4 2010 C
  6.5959 +1930.7 2010.2 1929.9 2008.1 1930.1 2007.2 C
  6.5960 +f 
  6.5961 +S 
  6.5962 +n
  6.5963 +1915 2004.3 m
  6.5964 +1914 2006.4 1915.7 2007.6 1916.9 2008.8 C
  6.5965 +1915.9 2007.5 1914.4 2006.3 1915 2004.3 C
  6.5966 +f 
  6.5967 +S 
  6.5968 +n
  6.5969 +1937.8 2006.2 m
  6.5970 +1936.4 2006.3 1934 2005.2 1933.5 2006.9 C
  6.5971 +1934.7 2006.1 1937.1 2006.6 1937.8 2006.2 C
  6.5972 +f 
  6.5973 +S 
  6.5974 +n
  6.5975 +1983.9 2006 m
  6.5976 +1983.3 2004.3 1980.2 2005.4 1981 2003.1 C
  6.5977 +1980.6 2002.7 1978.7 2001.5 1978.6 2002.8 C
  6.5978 +1978.8 2004.4 1982.1 2004.5 1981.7 2006.4 C
  6.5979 +1982.3 2007.2 1983.5 2007.2 1983.9 2006 C
  6.5980 +f 
  6.5981 +S 
  6.5982 +n
  6.5983 +1942.1 2003.1 m
  6.5984 +1942 2001.9 1940.6 2001.3 1939.7 2000.9 C
  6.5985 +1940.2 2001.9 1943 2001.8 1941.4 2003.3 C
  6.5986 +1940.9 2003.6 1939.7 2003.6 1939.7 2004.3 C
  6.5987 +1940.5 2003.9 1941.6 2003.7 1942.1 2003.1 C
  6.5988 +f 
  6.5989 +S 
  6.5990 +n
  6.5991 +vmrs
  6.5992 +1967.1 1998.5 m
  6.5993 +1967 1998.6 1966.8 1998.8 1966.6 1998.8 C
  6.5994 +1966.7 1999.8 1967.8 2000.2 1968.5 2000.7 C
  6.5995 +1969.4 2000.2 1968.2 1998.8 1967.1 1998.5 C
  6.5996 +[0 0 0 0.18]  vc
  6.5997 +f 
  6.5998 +0.4 w
  6.5999 +2 J
  6.6000 +2 M
  6.6001 +S 
  6.6002 +n
  6.6003 +1936.4 1997.6 m
  6.6004 +1936.7 1995.6 1935.8 1996.4 1936.1 1997.8 C
  6.6005 +1936.9 1997.9 1936.5 1999.2 1937.6 1999 C
  6.6006 +1937 1998.5 1936.8 1998 1936.4 1997.6 C
  6.6007 +f 
  6.6008 +S 
  6.6009 +n
  6.6010 +1975.5 1996.6 m
  6.6011 +1975.2 1996.7 1975.1 1996.5 1975 1996.4 C
  6.6012 +1975 1996.2 1975 1996.1 1975 1995.9 C
  6.6013 +1973.9 1996.5 1972 1995.5 1971.2 1996.8 C
  6.6014 +1971.2 1998.6 1977 1999.9 1975.5 1996.6 C
  6.6015 +[0 0 0 0]  vc
  6.6016 +f 
  6.6017 +S 
  6.6018 +n
  6.6019 +1949.3 2097.4 m
  6.6020 +1950.3 2096.9 1951.2 2096.4 1952.2 2096 C
  6.6021 +1951.2 2096.4 1950.3 2096.9 1949.3 2097.4 C
  6.6022 +[0.4 0.4 0 0]  vc
  6.6023 +f 
  6.6024 +S 
  6.6025 +n
  6.6026 +1960.8 2091.6 m
  6.6027 +1961.7 2091.2 1962.6 2090.9 1963.5 2090.4 C
  6.6028 +1962.6 2090.9 1961.7 2091.2 1960.8 2091.6 C
  6.6029 +f 
  6.6030 +S 
  6.6031 +n
  6.6032 +1964.4 2090 m
  6.6033 +1965.7 2089.2 1967 2088.5 1968.3 2087.8 C
  6.6034 +1967 2088.5 1965.7 2089.2 1964.4 2090 C
  6.6035 +f 
  6.6036 +S 
  6.6037 +n
  6.6038 +1976 2083.7 m
  6.6039 +1976.3 2082.3 1975.2 2079.1 1976.9 2079.4 C
  6.6040 +1978.8 2080.7 1980.3 2082.9 1982.2 2084.2 C
  6.6041 +1980.6 2083.1 1978.2 2080.2 1976 2078.9 C
  6.6042 +1975.6 2081.2 1977 2084.9 1973.8 2085.4 C
  6.6043 +1972.2 2086.1 1970.7 2087 1969 2087.6 C
  6.6044 +1971.4 2086.5 1974.1 2085.6 1976 2083.7 C
  6.6045 +f 
  6.6046 +S 
  6.6047 +n
  6.6048 +1983.9 2084.2 m
  6.6049 +1984.8 2083.7 1985.8 2083.2 1986.8 2082.8 C
  6.6050 +1985.8 2083.2 1984.8 2083.7 1983.9 2084.2 C
  6.6051 +f 
  6.6052 +S 
  6.6053 +n
  6.6054 +1995.4 2078.4 m
  6.6055 +1996.3 2078 1997.1 2077.7 1998 2077.2 C
  6.6056 +1997.1 2077.7 1996.3 2078 1995.4 2078.4 C
  6.6057 +f 
  6.6058 +S 
  6.6059 +n
  6.6060 +1999 2076.8 m
  6.6061 +2000.3 2076 2001.6 2075.3 2002.8 2074.6 C
  6.6062 +2001.6 2075.3 2000.3 2076 1999 2076.8 C
  6.6063 +f 
  6.6064 +S 
  6.6065 +n
  6.6066 +vmrs
  6.6067 +1929.6 2065.7 m
  6.6068 +1930.1 2065.6 1929.8 2068.6 1929.9 2070 C
  6.6069 +1929.8 2068.6 1930.1 2067 1929.6 2065.7 C
  6.6070 +[0.4 0.4 0 0]  vc
  6.6071 +f 
  6.6072 +0.4 w
  6.6073 +2 J
  6.6074 +2 M
  6.6075 +S 
  6.6076 +n
  6.6077 +1906.6 2049.4 m
  6.6078 +1906.6 2046.7 1906.6 2043.9 1906.6 2041.2 C
  6.6079 +1906.6 2043.9 1906.6 2046.7 1906.6 2049.4 C
  6.6080 +f 
  6.6081 +S 
  6.6082 +n
  6.6083 +2016 2047.5 m
  6.6084 +2014.8 2048 2013.5 2048.3 2012.4 2049.4 C
  6.6085 +2013.5 2048.3 2014.8 2048 2016 2047.5 C
  6.6086 +f 
  6.6087 +S 
  6.6088 +n
  6.6089 +2016.5 2047.2 m
  6.6090 +2017.3 2046.9 2018.1 2046.6 2018.9 2046.3 C
  6.6091 +2018.1 2046.6 2017.3 2046.9 2016.5 2047.2 C
  6.6092 +f 
  6.6093 +S 
  6.6094 +n
  6.6095 +1912.4 2028.5 m
  6.6096 +1911.8 2032.4 1912.4 2037.2 1911.9 2041.2 C
  6.6097 +1911.5 2037.2 1911.7 2032.9 1911.6 2028.8 C
  6.6098 +1911.6 2033.5 1911.6 2038.9 1911.6 2042.9 C
  6.6099 +1912.5 2042.2 1911.6 2043.9 1912.6 2043.6 C
  6.6100 +1912.9 2039.3 1913.1 2033.3 1912.4 2028.5 C
  6.6101 +[0.21 0.21 0 0]  vc
  6.6102 +f 
  6.6103 +S 
  6.6104 +n
  6.6105 +1906.8 2040.8 m
  6.6106 +1906.8 2039 1906.8 2037.2 1906.8 2035.5 C
  6.6107 +1906.8 2037.2 1906.8 2039 1906.8 2040.8 C
  6.6108 +[0.4 0.4 0 0]  vc
  6.6109 +f 
  6.6110 +S 
  6.6111 +n
  6.6112 +1905.9 2035.2 m
  6.6113 +1904.9 2036.4 1903.7 2037.2 1902.3 2037.4 C
  6.6114 +1903.7 2037.2 1904.9 2036.4 1905.9 2035.2 C
  6.6115 +f 
  6.6116 +S 
  6.6117 +n
  6.6118 +1906.1 2031.2 m
  6.6119 +1907 2031.1 1906.4 2028 1906.6 2030.7 C
  6.6120 +1905.5 2032.1 1904 2032.8 1902.5 2033.6 C
  6.6121 +1903.9 2033.2 1905 2032.1 1906.1 2031.2 C
  6.6122 +f 
  6.6123 +S 
  6.6124 +n
  6.6125 +1908.3 2018.7 m
  6.6126 +1905.2 2018.6 1907.1 2023.2 1906.6 2025.4 C
  6.6127 +1906.8 2023 1905.9 2019.5 1908.3 2018.7 C
  6.6128 +f 
  6.6129 +S 
  6.6130 +n
  6.6131 +1889.6 1998 m
  6.6132 +1889 2001.9 1889.6 2006.7 1889.1 2010.8 C
  6.6133 +1888.7 2006.7 1888.9 2002.4 1888.8 1998.3 C
  6.6134 +1888.8 2003 1888.8 2008.4 1888.8 2012.4 C
  6.6135 +1889.7 2011.7 1888.8 2013.4 1889.8 2013.2 C
  6.6136 +1890.1 2008.8 1890.3 2002.8 1889.6 1998 C
  6.6137 +[0.21 0.21 0 0]  vc
  6.6138 +f 
  6.6139 +S 
  6.6140 +n
  6.6141 +vmrs
  6.6142 +1999 2001.4 m
  6.6143 +2001 2000.3 2003 1999.2 2005 1998 C
  6.6144 +2003 1999.2 2001 2000.3 1999 2001.4 C
  6.6145 +[0.4 0.4 0 0]  vc
  6.6146 +f 
  6.6147 +0.4 w
  6.6148 +2 J
  6.6149 +2 M
  6.6150 +S 
  6.6151 +n
  6.6152 +1916.2 1986 m
  6.6153 +1915.7 1989.9 1916.3 1994.7 1915.7 1998.8 C
  6.6154 +1915.3 1994.7 1915.5 1990.4 1915.5 1986.3 C
  6.6155 +1915.5 1991 1915.5 1996.4 1915.5 2000.4 C
  6.6156 +1916.3 1999.7 1915.5 2001.4 1916.4 2001.2 C
  6.6157 +1916.7 1996.8 1917 1990.8 1916.2 1986 C
  6.6158 +[0.21 0.21 0 0]  vc
  6.6159 +f 
  6.6160 +S 
  6.6161 +n
  6.6162 +1886.9 1989.6 m
  6.6163 +1887.8 1989.2 1888.7 1988.9 1889.6 1988.4 C
  6.6164 +1888.7 1988.9 1887.8 1989.2 1886.9 1989.6 C
  6.6165 +[0.4 0.4 0 0]  vc
  6.6166 +f 
  6.6167 +S 
  6.6168 +n
  6.6169 +1892.4 1986.8 m
  6.6170 +1895.1 1985.1 1897.9 1983.6 1900.6 1982 C
  6.6171 +1897.9 1983.6 1895.1 1985.1 1892.4 1986.8 C
  6.6172 +f 
  6.6173 +S 
  6.6174 +n
  6.6175 +1907.3 1979.3 m
  6.6176 +1908.5 1978.9 1909.7 1978.5 1910.9 1978.1 C
  6.6177 +1909.7 1978.5 1908.5 1978.9 1907.3 1979.3 C
  6.6178 +f 
  6.6179 +S 
  6.6180 +n
  6.6181 +1938.5 1966.6 m
  6.6182 +1942.6 1970.1 1945.9 1976.4 1951.7 1979.1 C
  6.6183 +1946.2 1976.1 1943.1 1970.9 1938.5 1966.6 C
  6.6184 +f 
  6.6185 +S 
  6.6186 +n
  6.6187 +1955.1 1978.6 m
  6.6188 +1955.9 1978.2 1956.7 1977.8 1957.5 1977.4 C
  6.6189 +1956.7 1977.8 1955.9 1978.2 1955.1 1978.6 C
  6.6190 +f 
  6.6191 +S 
  6.6192 +n
  6.6193 +1913.6 1977.6 m
  6.6194 +1914.5 1977.2 1915.3 1976.9 1916.2 1976.4 C
  6.6195 +1915.3 1976.9 1914.5 1977.2 1913.6 1977.6 C
  6.6196 +f 
  6.6197 +S 
  6.6198 +n
  6.6199 +1919.1 1974.8 m
  6.6200 +1921.8 1973.1 1924.5 1971.6 1927.2 1970 C
  6.6201 +1924.5 1971.6 1921.8 1973.1 1919.1 1974.8 C
  6.6202 +f 
  6.6203 +S 
  6.6204 +n
  6.6205 +1963.5 1974.5 m
  6.6206 +1964.5 1974 1965.6 1973.4 1966.6 1972.8 C
  6.6207 +1965.6 1973.4 1964.5 1974 1963.5 1974.5 C
  6.6208 +f 
  6.6209 +S 
  6.6210 +n
  6.6211 +vmrs
  6.6212 +1967.8 1972.4 m
  6.6213 +1970 1971.2 1972.1 1970 1974.3 1968.8 C
  6.6214 +1972.1 1970 1970 1971.2 1967.8 1972.4 C
  6.6215 +[0.4 0.4 0 0]  vc
  6.6216 +f 
  6.6217 +0.4 w
  6.6218 +2 J
  6.6219 +2 M
  6.6220 +S 
  6.6221 +n
  6.6222 +1934 1967.3 m
  6.6223 +1935.2 1966.9 1936.4 1966.5 1937.6 1966.1 C
  6.6224 +1936.4 1966.5 1935.2 1966.9 1934 1967.3 C
  6.6225 +f 
  6.6226 +S 
  6.6227 +n
  6.6228 +1928.9 2061.2 m
  6.6229 +1928.9 2059.2 1928.9 2057.3 1928.9 2055.4 C
  6.6230 +1928.9 2057.3 1928.9 2059.2 1928.9 2061.2 C
  6.6231 +[0.21 0.21 0 0]  vc
  6.6232 +f 
  6.6233 +S 
  6.6234 +n
  6.6235 +1917.2 2047 m
  6.6236 +1917.8 2046.5 1919.6 2046.8 1920 2047.2 C
  6.6237 +1920 2046.5 1920.9 2046.8 1921 2046.3 C
  6.6238 +1921.9 2047.3 1921.3 2044.1 1921.5 2044.1 C
  6.6239 +1919.7 2044.8 1915.7 2043.5 1916.2 2046 C
  6.6240 +1916.2 2048.3 1917 2045.9 1917.2 2047 C
  6.6241 +[0 0 0 0]  vc
  6.6242 +f 
  6.6243 +S 
  6.6244 +n
  6.6245 +1922 2044.1 m
  6.6246 +1923.5 2043.2 1927 2045.4 1927.5 2042.9 C
  6.6247 +1927.1 2042.6 1927.3 2040.9 1927.2 2041.5 C
  6.6248 +1924.9 2042.3 1920.9 2040.6 1922 2044.1 C
  6.6249 +f 
  6.6250 +S 
  6.6251 +n
  6.6252 +1934.9 2043.9 m
  6.6253 +1935.2 2043.4 1934.4 2042.7 1934 2042.2 C
  6.6254 +1933.2 2041.8 1932.4 2042.8 1932.8 2043.2 C
  6.6255 +1932.9 2044 1934.3 2043.3 1934.9 2043.9 C
  6.6256 +f 
  6.6257 +S 
  6.6258 +n
  6.6259 +1906.1 2030.7 m
  6.6260 +1906.1 2028.8 1906.1 2027 1906.1 2025.2 C
  6.6261 +1906.1 2027 1906.1 2028.8 1906.1 2030.7 C
  6.6262 +[0.21 0.21 0 0]  vc
  6.6263 +f 
  6.6264 +S 
  6.6265 +n
  6.6266 +1932.8 2018.7 m
  6.6267 +1932.8 2016.8 1932.8 2014.8 1932.8 2012.9 C
  6.6268 +1932.8 2014.8 1932.8 2016.8 1932.8 2018.7 C
  6.6269 +f 
  6.6270 +S 
  6.6271 +n
  6.6272 +1894.4 2016.5 m
  6.6273 +1895 2016 1896.8 2016.3 1897.2 2016.8 C
  6.6274 +1897.2 2016 1898.1 2016.3 1898.2 2015.8 C
  6.6275 +1899.1 2016.8 1898.5 2013.6 1898.7 2013.6 C
  6.6276 +1896.9 2014.4 1892.9 2013 1893.4 2015.6 C
  6.6277 +1893.4 2017.8 1894.2 2015.4 1894.4 2016.5 C
  6.6278 +[0 0 0 0]  vc
  6.6279 +f 
  6.6280 +S 
  6.6281 +n
  6.6282 +1899.2 2013.6 m
  6.6283 +1900.7 2012.7 1904.2 2014.9 1904.7 2012.4 C
  6.6284 +1904.3 2012.1 1904.5 2010.5 1904.4 2011 C
  6.6285 +1902.1 2011.8 1898.1 2010.1 1899.2 2013.6 C
  6.6286 +f 
  6.6287 +S 
  6.6288 +n
  6.6289 +vmrs
  6.6290 +1912.1 2013.4 m
  6.6291 +1912.4 2012.9 1911.6 2012.3 1911.2 2011.7 C
  6.6292 +1910.4 2011.4 1909.6 2012.3 1910 2012.7 C
  6.6293 +1910.1 2013.5 1911.5 2012.9 1912.1 2013.4 C
  6.6294 +[0 0 0 0]  vc
  6.6295 +f 
  6.6296 +0.4 w
  6.6297 +2 J
  6.6298 +2 M
  6.6299 +S 
  6.6300 +n
  6.6301 +1921 2004.5 m
  6.6302 +1921.6 2004 1923.4 2004.3 1923.9 2004.8 C
  6.6303 +1923.8 2004 1924.8 2004.3 1924.8 2003.8 C
  6.6304 +1925.7 2004.8 1925.1 2001.6 1925.3 2001.6 C
  6.6305 +1923.6 2002.4 1919.6 2001 1920 2003.6 C
  6.6306 +1920 2005.8 1920.8 2003.4 1921 2004.5 C
  6.6307 +f 
  6.6308 +S 
  6.6309 +n
  6.6310 +1925.8 2001.6 m
  6.6311 +1927.3 2000.7 1930.8 2002.9 1931.3 2000.4 C
  6.6312 +1930.9 2000.1 1931.1 1998.5 1931.1 1999 C
  6.6313 +1928.7 1999.8 1924.8 1998.1 1925.8 2001.6 C
  6.6314 +f 
  6.6315 +S 
  6.6316 +n
  6.6317 +1938.8 2001.4 m
  6.6318 +1939 2000.9 1938.2 2000.3 1937.8 1999.7 C
  6.6319 +1937.1 1999.4 1936.2 2000.3 1936.6 2000.7 C
  6.6320 +1936.7 2001.5 1938.1 2000.9 1938.8 2001.4 C
  6.6321 +f 
  6.6322 +S 
  6.6323 +n
  6.6324 +1908.6691 2008.1348 m
  6.6325 +1897.82 2010.0477 L
  6.6326 +1894.1735 1989.3671 L
  6.6327 +1905.0226 1987.4542 L
  6.6328 +1908.6691 2008.1348 L
  6.6329 +n
  6.6330 +q
  6.6331 +_bfh
  6.6332 +%%IncludeResource: font Symbol
  6.6333 +_efh
  6.6334 +{
  6.6335 +f0 [19.696045 -3.4729 3.4729 19.696045 0 0] makesetfont
  6.6336 +1895.041763 1994.291153 m
  6.6337 +0 0 32 0 0 (l) ts
  6.6338 +}
  6.6339 +true
  6.6340 +[0 0 0 1]sts
  6.6341 +Q
  6.6342 +1979.2185 1991.7809 m
  6.6343 +1960.6353 1998.5452 L
  6.6344 +1953.4532 1978.8124 L
  6.6345 +1972.0363 1972.0481 L
  6.6346 +1979.2185 1991.7809 L
  6.6347 +n
  6.6348 +q
  6.6349 +_bfh
  6.6350 +%%IncludeResource: font Symbol
  6.6351 +_efh
  6.6352 +{
  6.6353 +f0 [18.793335 -6.84082 6.84021 18.793335 0 0] makesetfont
  6.6354 +1955.163254 1983.510773 m
  6.6355 +0 0 32 0 0 (\256) ts
  6.6356 +}
  6.6357 +true
  6.6358 +[0 0 0 1]sts
  6.6359 +Q
  6.6360 +1952.1544 2066.5423 m
  6.6361 +1938.0739 2069.025 L
  6.6362 +1934.4274 2048.3444 L
  6.6363 +1948.5079 2045.8617 L
  6.6364 +1952.1544 2066.5423 L
  6.6365 +n
  6.6366 +q
  6.6367 +_bfh
  6.6368 +%%IncludeResource: font Symbol
  6.6369 +_efh
  6.6370 +{
  6.6371 +f0 [19.696045 -3.4729 3.4729 19.696045 0 0] makesetfont
  6.6372 +1935.29567 2053.268433 m
  6.6373 +0 0 32 0 0 (") ts
  6.6374 +}
  6.6375 +true
  6.6376 +[0 0 0 1]sts
  6.6377 +Q
  6.6378 +1931.7231 2043.621 m
  6.6379 +1919.3084 2048.14 L
  6.6380 +1910.6898 2024.4607 L
  6.6381 +1923.1046 2019.9417 L
  6.6382 +1931.7231 2043.621 L
  6.6383 +n
  6.6384 +q
  6.6385 +_bfh
  6.6386 +%%IncludeResource: font Symbol
  6.6387 +_efh
  6.6388 +{
  6.6389 +f0 [22.552002 -8.208984 8.208252 22.552002 0 0] makesetfont
  6.6390 +1912.741867 2030.098648 m
  6.6391 +0 0 32 0 0 (=) ts
  6.6392 +}
  6.6393 +true
  6.6394 +[0 0 0 1]sts
  6.6395 +Q
  6.6396 +1944 2024.5 m
  6.6397 +1944 2014 L
  6.6398 +0.8504 w
  6.6399 +0 J
  6.6400 +3.863693 M
  6.6401 +[0 0 0 1]  vc
  6.6402 +false setoverprint
  6.6403 +S 
  6.6404 +n
  6.6405 +1944.25 2019.1673 m
  6.6406 +1952.5 2015.9173 L
  6.6407 +S 
  6.6408 +n
  6.6409 +1931.0787 2124.423 m
  6.6410 +1855.5505 2043.4285 L
  6.6411 +1871.0419 2013.0337 L
  6.6412 +1946.5701 2094.0282 L
  6.6413 +1931.0787 2124.423 L
  6.6414 +n
  6.6415 +q
  6.6416 +_bfh
  6.6417 +%%IncludeResource: font ZapfHumanist601BT-Bold
  6.6418 +_efh
  6.6419 +{
  6.6420 +f1 [22.155762 23.759277 -14.753906 28.947754 0 0] makesetfont
  6.6421 +1867.35347 2020.27063 m
  6.6422 +0 0 32 0 0 (Isabelle) ts
  6.6423 +}
  6.6424 +true
  6.6425 +[0 0 0 1]sts
  6.6426 +Q
  6.6427 +1933.5503 1996.9547 m
  6.6428 +1922.7012 1998.8677 L
  6.6429 +1919.0547 1978.1871 L
  6.6430 +1929.9038 1976.2741 L
  6.6431 +1933.5503 1996.9547 L
  6.6432 +n
  6.6433 +q
  6.6434 +_bfh
  6.6435 +%%IncludeResource: font Symbol
  6.6436 +_efh
  6.6437 +{
  6.6438 +f0 [19.696045 -3.4729 3.4729 19.696045 0 0] makesetfont
  6.6439 +1919.922913 1983.111069 m
  6.6440 +0 0 32 0 0 (b) ts
  6.6441 +}
  6.6442 +true
  6.6443 +[0 0 0 1]sts
  6.6444 +Q
  6.6445 +2006.3221 2025.7184 m
  6.6446 +1993.8573 2027.9162 L
  6.6447 +1990.2108 2007.2356 L
  6.6448 +2002.6756 2005.0378 L
  6.6449 +2006.3221 2025.7184 L
  6.6450 +n
  6.6451 +q
  6.6452 +_bfh
  6.6453 +%%IncludeResource: font Symbol
  6.6454 +_efh
  6.6455 +{
  6.6456 +f0 [19.696045 -3.4729 3.4729 19.696045 0 0] makesetfont
  6.6457 +1991.07901 2012.159653 m
  6.6458 +0 0 32 0 0 (a) ts
  6.6459 +}
  6.6460 +true
  6.6461 +[0 0 0 1]sts
  6.6462 +Q
  6.6463 +vmrs
  6.6464 +2030.0624 2094.056 m
  6.6465 +1956.3187 2120.904 L
  6.6466 +1956.321 2095.3175 L
  6.6467 +2030.0647 2068.4695 L
  6.6468 +2030.0624 2094.056 L
  6.6469 +n
  6.6470 +q
  6.6471 +_bfh
  6.6472 +%%IncludeResource: font ZapfHumanist601BT-Bold
  6.6473 +_efh
  6.6474 +{
  6.6475 +f1 [22.898804 -8.336792 -0.002197 24.368408 0 0] makesetfont
  6.6476 +1956.320496 2101.409561 m
  6.6477 +0 0 32 0 0 ( S/H) ts
  6.6478 +}
  6.6479 +true
  6.6480 +[0 0 0 1]sts
  6.6481 +Q
  6.6482 +vmr
  6.6483 +vmr
  6.6484 +end
  6.6485 +%%Trailer
  6.6486 +%%DocumentNeededResources: font Symbol
  6.6487 +%%+ font ZapfHumanist601BT-Bold
  6.6488 +%%DocumentFonts: Symbol
  6.6489 +%%+ ZapfHumanist601BT-Bold
  6.6490 +%%DocumentNeededFonts: Symbol
  6.6491 +%%+ ZapfHumanist601BT-Bold
     7.1 Binary file doc-src/gfx/isabelle_sledgehammer.pdf has changed
     8.1 --- a/doc-src/manual.bib	Fri May 14 22:30:24 2010 +0200
     8.2 +++ b/doc-src/manual.bib	Fri May 14 22:43:00 2010 +0200
     8.3 @@ -228,13 +228,19 @@
     8.4  title="Introduction to Functional Programming using Haskell",
     8.5  publisher=PH,year=1998}
     8.6  
     8.7 -@inproceedings{blanchette-nipkow-2009,
     8.8 -  title = "Nitpick: A Counterexample Generator for Higher-Order Logic Based on a Relational Model Finder (Extended Abstract)",
     8.9 +@inproceedings{blanchette-nipkow-2010,
    8.10 +  title = "Nitpick: A Counterexample Generator for Higher-Order Logic Based on a Relational Model Finder",
    8.11    author = "Jasmin Christian Blanchette and Tobias Nipkow",
    8.12 -  booktitle = "{TAP} 2009: Short Papers",
    8.13 -  editor = "Catherine Dubois",
    8.14 -  publisher = "ETH Technical Report 630",
    8.15 -  year = 2009}
    8.16 +  crossref = {itp2010}}
    8.17 +
    8.18 +@inproceedings{boehme-nipkow-2010,
    8.19 +  author={Sascha B\"ohme and Tobias Nipkow},
    8.20 +  title={Sledgehammer: Judgement Day},
    8.21 +  booktitle={Automated Reasoning: IJCAR 2010},
    8.22 +  editor={J. Giesl and R. H\"ahnle},
    8.23 +  publisher=Springer,
    8.24 +  series=LNCS,
    8.25 +  year=2010}
    8.26  
    8.27  @Article{boyer86,
    8.28    author	= {Robert Boyer and Ewing Lusk and William McCune and Ross
    8.29 @@ -620,6 +626,11 @@
    8.30    pages =	 {203--220},
    8.31    crossref =     {tphols96}}
    8.32  
    8.33 +@misc{metis,
    8.34 +  author = "Joe Hurd",
    8.35 +  title = "Metis Theorem Prover",
    8.36 +  note = "\url{http://www.gilith.com/software/metis/}"}
    8.37 +
    8.38  %J
    8.39  
    8.40  @article{haskell-revised-report,
    8.41 @@ -1256,6 +1267,15 @@
    8.42    publisher	= {Addison-Wesley},
    8.43    year		= 1990}
    8.44  
    8.45 +@article{riazanov-voronkov-2002,
    8.46 +  author = "Alexander Riazanov and Andrei Voronkov",
    8.47 +  title = "The Design and Implementation of {Vampire}",
    8.48 +  journal = "Journal of AI Communications",
    8.49 +  year = 2002,
    8.50 +  volume = 15,
    8.51 +  number ="2/3",
    8.52 +  pages = "91--110"}
    8.53 +
    8.54  @book{Rosen-DMA,author={Kenneth H. Rosen},
    8.55  title={Discrete Mathematics and Its Applications},
    8.56  publisher={McGraw-Hill},year=1998}
    8.57 @@ -1287,6 +1307,15 @@
    8.58    number =       4
    8.59  }
    8.60  
    8.61 +@article{schulz-2002,
    8.62 +  author = "Stephan Schulz",
    8.63 +  title = "E---A Brainiac Theorem Prover",
    8.64 +  journal = "Journal of AI Communications",
    8.65 +  year = 2002,
    8.66 +  volume = 15,
    8.67 +  number ="2/3",
    8.68 +  pages = "111--126"}
    8.69 +
    8.70  @misc{sledgehammer-2009,
    8.71    key = "Sledgehammer",
    8.72    title = "The {S}ledgehammer: Let Automatic Theorem Provers
    8.73 @@ -1305,6 +1334,17 @@
    8.74    year		= 1972,
    8.75    publisher	= {Dover}}
    8.76  
    8.77 +@inproceedings{sutcliffe-2000,
    8.78 +  author = "Geoff Sutcliffe",
    8.79 +  title = "System Description: {SystemOnTPTP}",
    8.80 +  editor = "J. G. Carbonell and J. Siekmann",
    8.81 +  booktitle	= {Automated Deduction --- {CADE}-17 International Conference},
    8.82 +  series = "Lecture Notes in Artificial Intelligence",
    8.83 +  volume = {1831},
    8.84 +  pages = "406--410",
    8.85 +  year = 2000,
    8.86 +  publisher = Springer}
    8.87 +
    8.88  @InCollection{szasz93,
    8.89    author	= {Nora Szasz},
    8.90    title		= {A Machine Checked Proof that {Ackermann's} Function is not
    8.91 @@ -1411,6 +1451,11 @@
    8.92    note =	 {\url{http://x-symbol.sourceforge.net}}
    8.93  }
    8.94  
    8.95 +@misc{weidenbach-et-al-2009,
    8.96 +  author = "Christoph Weidenbach and Dilyana Dimova and Arnaud Fietzke and Rohit Kumar and Martin Suda and Patrick Wischnewski",
    8.97 +  title = "{SPASS} Version 3.5",
    8.98 +  note = {\url{http://www.spass-prover.org/publications/spass.pdf}}}
    8.99 +
   8.100  @manual{isabelle-sys,
   8.101    author	= {Markus Wenzel and Stefan Berghofer},
   8.102    title		= {The {Isabelle} System Manual},
   8.103 @@ -1750,6 +1795,14 @@
   8.104  %  editor        =
   8.105  %  volume        = 4732,
   8.106  
   8.107 +@Proceedings{itp2010,
   8.108 +  title         = {Interactive Theorem Proving: {ITP}-10},
   8.109 +  booktitle     = {Interactive Theorem Proving: {ITP}-10},
   8.110 +  editor = "Matt Kaufmann and Lawrence Paulson",
   8.111 +  publisher     = Springer,
   8.112 +  series        = LNCS,
   8.113 +  year          = 2010}
   8.114 +
   8.115  @unpublished{classes_modules,
   8.116    title         = {{ML} Modules and {Haskell} Type Classes: A Constructive Comparison},
   8.117    author        = {Stefan Wehr et. al.}