summaryrefslogtreecommitdiff
path: root/graphics/bardiag/doc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/bardiag/doc
Initial commit
Diffstat (limited to 'graphics/bardiag/doc')
-rw-r--r--graphics/bardiag/doc/barddoc.sty39
l---------graphics/bardiag/doc/bardiag.bar1
-rw-r--r--graphics/bardiag/doc/bardiag.cfg126
-rw-r--r--graphics/bardiag/doc/bardiag.pdfbin0 -> 274760 bytes
l---------graphics/bardiag/doc/bardiag.sty1
-rw-r--r--graphics/bardiag/doc/bardiag.tex604
-rw-r--r--graphics/bardiag/doc/bardiag1.pdfbin0 -> 62467 bytes
-rw-r--r--graphics/bardiag/doc/bardiag1.tex102
-rw-r--r--graphics/bardiag/doc/bardiag2.pdfbin0 -> 135316 bytes
-rw-r--r--graphics/bardiag/doc/bardiag2.tex78
-rw-r--r--graphics/bardiag/doc/example/altdiags.ps2196
-rw-r--r--graphics/bardiag/doc/example/altdiags.tex97
l---------graphics/bardiag/doc/example/barddoc.sty1
l---------graphics/bardiag/doc/example/bardiag.bar1
l---------graphics/bardiag/doc/example/bardiag.cfg1
l---------graphics/bardiag/doc/example/bardiag.sty1
-rwxr-xr-xgraphics/bardiag/doc/example/compile.all19
-rw-r--r--graphics/bardiag/doc/example/diagrams.aux17
-rw-r--r--graphics/bardiag/doc/example/diagrams.dvibin0 -> 130920 bytes
-rw-r--r--graphics/bardiag/doc/example/diagrams.log316
-rw-r--r--graphics/bardiag/doc/example/diagrams.ps5088
-rw-r--r--graphics/bardiag/doc/example/diagrams.tex204
-rw-r--r--graphics/bardiag/doc/example/diagramsbw.ps1950
-rw-r--r--graphics/bardiag/doc/example/diagramsbw.tex61
l---------graphics/bardiag/doc/example/pstfp.sty1
-rw-r--r--graphics/bardiag/doc/example/src/10.tex80
-rw-r--r--graphics/bardiag/doc/example/src/1a.tex23
-rw-r--r--graphics/bardiag/doc/example/src/1b.tex13
-rw-r--r--graphics/bardiag/doc/example/src/2a.tex23
-rw-r--r--graphics/bardiag/doc/example/src/2b.tex24
-rw-r--r--graphics/bardiag/doc/example/src/3.tex29
-rw-r--r--graphics/bardiag/doc/example/src/4.tex49
-rw-r--r--graphics/bardiag/doc/example/src/5.tex33
-rw-r--r--graphics/bardiag/doc/example/src/6.tex29
-rw-r--r--graphics/bardiag/doc/example/src/7.tex30
-rw-r--r--graphics/bardiag/doc/example/src/8.tex56
-rw-r--r--graphics/bardiag/doc/example/src/9.tex29
-rw-r--r--graphics/bardiag/doc/figs/diag.eps6580
-rw-r--r--graphics/bardiag/doc/figs/diagleg.eps7038
-rw-r--r--graphics/bardiag/doc/figs/examp1.tex10
-rw-r--r--graphics/bardiag/doc/figs/examp1a.tex9
-rw-r--r--graphics/bardiag/doc/figs/examp1b.tex15
-rw-r--r--graphics/bardiag/doc/figs/examp2.tex19
-rw-r--r--graphics/bardiag/doc/figs/examp2er.tex23
-rw-r--r--graphics/bardiag/doc/figs/examp3.tex37
-rw-r--r--graphics/bardiag/doc/figs/examp4.tex12
-rw-r--r--graphics/bardiag/doc/figs/examp5.tex77
-rw-r--r--graphics/bardiag/doc/figs/examp6.tex76
-rw-r--r--graphics/bardiag/doc/figs/exampcr.tex65
-rw-r--r--graphics/bardiag/doc/figs/tddiag.eps1329
l---------graphics/bardiag/doc/pstfp.sty1
51 files changed, 26613 insertions, 0 deletions
diff --git a/graphics/bardiag/doc/barddoc.sty b/graphics/bardiag/doc/barddoc.sty
new file mode 100644
index 0000000000..b7c7ca78b4
--- /dev/null
+++ b/graphics/bardiag/doc/barddoc.sty
@@ -0,0 +1,39 @@
+\usepackage[a4paper,nohead]{geometry}
+\usepackage{bardiag}
+%\usepackage{showkeys}
+
+\usepackage{graphicx}
+\usepackage{subfigure}
+
+\usepackage{verbatim}
+
+\usepackage{makeidx}
+
+\usepackage{listings}
+
+\lstset{
+ %language=[LaTeX]TeX,
+ basicstyle=\small\ttfamily,
+ numbers=left,
+ numberstyle=\small,
+ stringstyle=\ttfamily,
+ commentstyle=\itshape,
+ stepnumber=1
+}
+
+%\usepackage{xr}
+%\externaldocument{bardiag2}
+
+
+\renewcommand \thefigure {\thesection.\arabic{figure}}
+\newcommand{\mysection}[1]{\section{{#1}}\setcounter{figure}{0}}
+%-------------------------------------------------------
+\newcommand{\barvers}{0.5 }
+
+\newcommand{\bard}{{ \texttt{bardiag} }}
+\newcommand{\pst}{{ \texttt{PSTricks} }}
+\newcommand{\figref}[1]{Fig.\ref{#1}}
+\newcommand{\pac}[1]{{\texttt{#1}}}
+
+\date{December 10, 2003}
+\author{R. Stepanyan\\rstepanyan@yahoo.com}
diff --git a/graphics/bardiag/doc/bardiag.bar b/graphics/bardiag/doc/bardiag.bar
new file mode 120000
index 0000000000..3de8cfa3ef
--- /dev/null
+++ b/graphics/bardiag/doc/bardiag.bar
@@ -0,0 +1 @@
+../bardiag.bar \ No newline at end of file
diff --git a/graphics/bardiag/doc/bardiag.cfg b/graphics/bardiag/doc/bardiag.cfg
new file mode 100644
index 0000000000..b5910c1442
--- /dev/null
+++ b/graphics/bardiag/doc/bardiag.cfg
@@ -0,0 +1,126 @@
+% New colors defined
+\definecolor{brown}{rgb}{.65, .16, .16}
+
+\definecolor{lightblue}{rgb}{.68, .85, .9}
+\definecolor{lightred}{rgb}{1.0, .65, .65}
+
+\definecolor{darkyellow}{rgb}{0.6, 0.6, 0.3}
+
+\definecolor{palegreen}{rgb}{.6, .98, .6}
+\definecolor{pink}{rgb}{1, .75, .8}
+\definecolor{wheat}{rgb}{.96, .87, .7}
+\definecolor{verylightgray}{gray}{0.95}
+
+
+\newcommand{\arrowheight}{\dbar}
+\newcommand{\arrowwidth}{\dbar}
+
+\newcommand{\ARbot}{0}
+\newcommand{\RECTmid}{0}
+\newcommand{\RECTwidth}{0.7} % 70% from \dbar
+\newcommand{\RECTleft}{0}
+\newcommand{\RECTright}{0}
+
+\newcommand{\mytempx}{0}
+\newcommand{\mytempxx}{0}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Additional bar primitives %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\newcommand{\barArrowRect}[6][fillstyle=solid]
+{\ifthenelse{\bdorientation = \bdvert}
+ {\FPfadd{\mytempx}{#2}{#4}
+ \FPdiv{\RECTmid}{\mytempx}{2}
+
+ \FPfsub{\ARbot}{#5}{\arrowheight}
+
+ \FPmul{\mytempx}{\dbar}{\RECTwidth}
+ \FPdiv{\mytempxx}{\mytempx}{2}
+ \FPfsub{\RECTleft}{\RECTmid}{\mytempxx}
+ \FPfadd{\RECTright}{\RECTmid}{\mytempxx}
+
+ \psframe[linestyle=none,fillcolor=#6,linecolor=#6,#1](\RECTleft,#3)(\RECTright,\ARbot)
+ \pspolygon[fillcolor=#6,linecolor=#6,#1](#2,\ARbot)(\RECTmid,#5)(#4,\ARbot)(#2,\ARbot)
+ }
+ {\FPfadd{\mytempx}{#3}{#5}
+ \FPdiv{\RECTmid}{\mytempx}{2}
+ \FPfsub{\ARbot}{#4}{\arrowheight}
+ \FPmul{\mytempx}{\dbar}{\RECTwidth}
+ \FPdiv{\mytempxx}{\mytempx}{2}
+ \FPfsub{\RECTleft}{\RECTmid}{\mytempxx}
+ \FPfadd{\RECTright}{\RECTmid}{\mytempxx}
+ \psframe[linestyle=none,fillcolor=#6,linecolor=#6,#1](#2,\RECTleft)(\ARbot,\RECTright)
+ \pspolygon[fillcolor=#6,linecolor=#6,#1](\ARbot,#3)(#4,\RECTmid)(\ARbot,#5)(\ARbot,#3)
+ }
+}
+%---------------------------------------
+\newcommand{\barGradRect}[6][fillstyle=gradient]
+{\ifthenelse{\bdorientation = \bdvert}
+ {\psframe[gradbegin=#6,gradend=white,gradmidpoint=1,gradangle=45,
+ fillstyle=gradient,linestyle=none,linecolor=#6](#2,#3)(#4,#5)
+ }
+ {\psframe[gradbegin=#6,gradend=white,gradmidpoint=1,gradangle=-45,
+ fillstyle=gradient,linestyle=none,linecolor=#6](#2,#3)(#4,#5)
+ }
+}
+
+\newcommand{\barGradMidRect}[6][fillstyle=gradient]
+{\ifthenelse{\bdorientation = \bdvert}
+ {\psframe[gradbegin=#6,gradend=white,gradmidpoint=0.3,gradangle=90,
+ fillstyle=gradient,linestyle=none,linecolor=#6](#2,#3)(#4,#5)
+ }
+ {\psframe[gradbegin=#6,gradend=white,gradmidpoint=0.3,gradangle=0,
+ fillstyle=gradient,linestyle=none,linecolor=#6](#2,#3)(#4,#5)
+ }
+}
+%---------------------------------------
+\newcommand{\barGradCylinder}[6][fillstyle=gradient]
+{ \FPmul{\xtd}{\dbar}{\tdx}
+ \FPmul{\ytd}{\dbar}{\tdy}
+
+ \FPdiv{\elRx}{\dbar}{2}
+ \FPdiv{\elRy}{\ytd}{2}
+
+ \ifthenelse{\bdorientation = \bdvert}
+ {
+ \FPfadd{\tmpvar}{#2}{#4}
+ \FPdiv{\xtda}{\tmpvar}{2} % Xcenter of the bottom ellipse
+ \FPdiv{\tmpvar}{\ytd}{2}
+ \FPfadd{\ytda}{\tmpvar}{#3} % Ycenter of the bottom ellipse
+ \newpsstyle{gradcylstyle}{gradbegin=#6,gradend=white,gradmidpoint=0.25,gradangle=90,fillstyle=gradient,linestyle=none,linecolor=#6}
+ % Draw the bottom ellipse
+ \psellipse[style=gradcylstyle](\xtda,\ytda)(\elRx,\elRy)
+ \FPdiv{\tmpvar}{\ytd}{2}
+ \FPfadd{\ytdb}{\tmpvar}{#5} % Ycenter of the top ellipse
+ % Draw the rectangle
+ \psframe[style=gradcylstyle](#2,\ytda)(#4,\ytdb)
+ % Draw the top ellipse
+ \psellipse[fillstyle=solid,fillcolor=#6,linecolor=#6](\xtda,\ytdb)(\elRx,\elRy)
+ }
+ { \FPfadd{\tmpvar}{#3}{#5}
+ \FPdiv{\ytda}{\tmpvar}{2}
+ \FPdiv{\tmpvar}{\ytd}{2}
+ \FPfadd{\xtda}{\tmpvar}{#2}
+ \newpsstyle{gradcylstyle}{gradbegin=#6,gradend=white,gradmidpoint=0.25,gradangle=0,fillstyle=gradient,linestyle=none,linecolor=#6}
+ % Draw the left ellipse
+ \psellipse[style=gradcylstyle](\xtda,\ytda,)(\elRy,\elRx)
+ \FPdiv{\tmpvar}{\ytd}{2}
+ \FPfadd{\ytdb}{\tmpvar}{#4}
+ % Draw the rectangle
+ \psframe[style=gradcylstyle](\xtda,#3)(\ytdb,#5)
+ % Draw the right ellipse
+ \psellipse[fillstyle=solid,fillcolor=#6,linecolor=#6](\ytdb,\ytda)(\elRy,\elRx)
+ }
+}
+%---------------------------------------
+\newcommand{\barCoil}[6][qq]
+{\ifthenelse{\bdorientation = \bdvert}
+ {\FPfadd{\mytempx}{#2}{#4}
+ \FPdiv{\RECTmid}{\mytempx}{2}
+ \pscoil[linecolor=#6,linewidth=3pt]{->}(\RECTmid,#3)(\RECTmid,#5)
+ }
+ {\FPfadd{\mytempx}{#3}{#5}
+ \FPdiv{\RECTmid}{\mytempx}{2}
+ \pscoil[linecolor=#5,linewidth=3pt]{->}(#2,\RECTmid)(#4,\RECTmid)
+ }
+}
diff --git a/graphics/bardiag/doc/bardiag.pdf b/graphics/bardiag/doc/bardiag.pdf
new file mode 100644
index 0000000000..05ca253a42
--- /dev/null
+++ b/graphics/bardiag/doc/bardiag.pdf
Binary files differ
diff --git a/graphics/bardiag/doc/bardiag.sty b/graphics/bardiag/doc/bardiag.sty
new file mode 120000
index 0000000000..0eb05ad20b
--- /dev/null
+++ b/graphics/bardiag/doc/bardiag.sty
@@ -0,0 +1 @@
+../bardiag.sty \ No newline at end of file
diff --git a/graphics/bardiag/doc/bardiag.tex b/graphics/bardiag/doc/bardiag.tex
new file mode 100644
index 0000000000..5d9316178c
--- /dev/null
+++ b/graphics/bardiag/doc/bardiag.tex
@@ -0,0 +1,604 @@
+\documentclass[12pt]{article}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\usepackage{barddoc}
+
+\title{The \bard package
+ \thanks{This file has version number \barvers and describes \bard ver.\barvers}
+}
+
+
+\makeindex
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{document}
+\maketitle
+\begin{abstract}
+The \bard package is inspired and entirely based on \pst package.
+The main purpose is to make the drawing of (simple)
+bar diagrams possible and (I hope) easy in La\TeX{}.
+\end{abstract}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\mysection{Package installation \label{sec:1}}
+
+The \bard package consists of two sty-files:
+\pac{bardiag.sty} (written by me)
+and \pac{pstfp.sty} which is an almost exact copy of
+the \pac{fp-basic.sty} package
+by Michael Mehlich. The second one is needed to work with floating
+point numbers and has been patched to work with \pac{multido.sty} from the
+\pst. The \pac{bardiag.sty} also loads \pac{bardiag.bar} with some
+internal routines.
+
+The \bard depends on \pac{pstricks}, \pac{pstcol}, \pac{pst-grad},
+\pac{multido}, \pac{calc}, \pac{fp-snap}, \pac{ifthen},
+so make sure they are installed. Then copy
+the \pac{bardiag.sty}, \pac{bardiag.bar}, and \pac{pstfp.sty}
+files into your texmf tree,
+where La\TeX{} is able to find them. That's it!
+
+This manual consists of three files: this one (\texttt{bardiag.ps}),
+\texttt{bardiag1.ps}, and \texttt{bardiag2.ps}.
+The present one describes the installation and features needed to draw
+``vertically'' oriented diagrams, i.e. with bars parallel to
+the Y-axis; \texttt{bardiag1.ps} explains how to build ``horizontal''
+bar diagrams; and \texttt{bardiag2.ps} includes all appendices,
+including some source listings and examples of alternative shapes, not
+included in the \bard\texttt style-file itself, but available as a config file.
+
+In the \pac{example} directory you can find: (i) \pac{diagrams.tex} which
+contains some examples of colored diagrams; (ii) \pac{diagramsbw.tex} with b/w
+diagrams -- it is shown how to use pattern filling instead of color; (iii)
+\pac{altdiags.tex} represents some ``alternative'' bar shapes.
+
+\mysection{Quick start \label{sec:2}}
+
+\subsection{Simple bar diagram \label{sec:2.1}}
+Let me start from an example. One wants to draw a diagram, representing table~\ref{tab:1}.
+\begin{table}[!h]\centering
+\begin{tabular}{c||ccccc}
+Year & 1998 & 1999 & 2000 & 2001 & 2002 \\\hline
+Income & 120 & 123 & 147 & 176 & 132
+\end{tabular}
+\caption{\label{tab:1} See diagram \figref{fig:1}.}
+\end{table}
+%
+It can be done with the following piece of code
+\lstinputlisting{figs/examp1.tex}
+The result is \figref{fig:1}.
+So, a bit of explanation now.
+
+Any diagram begins with \verb+\bardiagrambegin+
+\index{Commands!bardiagrambegin}
+and ends with
+\verb+\bardiagramend+ \index{Commands!bardiagramend}
+commands. Arguments of the first one are\\
+\verb+\bardiagrambegin{diagheight}{diagwidth}{bottomheight}{dbar}{dx}{xunit}{yunit}+
+
+\begin{figure}[t]\centering
+ \input{figs/examp1.tex}
+\caption{\label{fig:1} Example 1 to table~\ref{tab:1}.}
+\end{figure}
+
+\begin{figure}[t]\centering
+ \includegraphics[scale=0.5]{figs/diag.eps}
+ \caption{\label{fig:2} Arguments (shown with \#1..5) of the
+ \texttt{bardiagrambegin} command and other parameters}
+\end{figure}
+
+The meaning of the first 5 arguments is apparent from the
+\figref{fig:2}. The 6th and the 7th parameters are unit lengths along
+x- and y-axis correspondingly. Note, that \texttt{diagheight},
+\texttt{diagwidth}, \texttt{dbar}, and \texttt{dx} are NOT lengths, but
+(floating point) numbers. They are then converted to lengths
+automatically using \texttt{xunit} and \texttt{yunit}. However
+\texttt{bottomheight} is a ``real'' length and should be accompanied,
+exactly as \texttt{xunit} and \texttt{yunit}, by \texttt{cm} or
+\texttt{in} or whatever you find more comfortable for yourself. This
+allows to scale the diagram changing \texttt{xunit} and/or
+\texttt{yunit} but leave the bottom part of the same height. Just to
+demonstrate that I drew the same diagram
+ as \figref{fig:1}, but used a
+smaller last argument in \texttt{bardiagrambegin}:\\
+\verb+\bardiagrambegin{9.5}{200}{2cm}{1}{2}{1cm}{0.01cm}+\\
+As you see on \figref{fig:3} the bottom remains readable.
+\begin{figure}[!ht]\centering
+ \input{figs/examp1a.tex}
+\caption{\label{fig:3} The same data as in \figref{fig:1} but
+ \texttt{yunit} is 0.1cm instead of 0.5cm.}
+\end{figure}
+
+The \verb+\bardiagrambegin+ begins a bar diagram and
+\verb+\bardigramend+ \index{Commands!bardiagramend}
+ends it. It has two arguments: x and y label. In
+the example above they are \verb+{\large Year}+ and
+\verb+{\large Income}+ correspondingly.
+
+Between the ``begin'' and ``end'' statements
+one actually ``draws the stuff''. Command\\
+\verb+\baritem{caption}{value}{color}+ \index{Commands!baritem}
+Draws a bar of height \texttt{value} using color \texttt{color} and
+prints \texttt{caption} below it. By default it also prints numbers
+\index{Numbers}
+(values) near the top of the bar - how to change this behavior is
+explained further on [section~\ref{sec:3.3}].
+
+Command \verb+\drawlevellines+ draws horizontal lines and put ticks
+with numbers along the y-axis. An important parameter in this case is
+the \verb+\betweenticks+ \index{Parameters!betweenticks}. It
+determines the distance between ticks (level lines) in units of
+\texttt{yunit}. Note that the \verb+\drawlevellines+ can be issued at
+any point inside the diagram. In this way bars can lie over (as in
+\figref{fig:1}) or be behind the level lines.
+
+\subsection{Adding a legend \label{sec:2.2}}
+The next step is to add a legend to the diagram:
+\lstinputlisting{figs/examp1b.tex}
+The result is shown in \figref{fig:4}.
+\begin{figure}[t]\centering
+ \input{figs/examp1b.tex}
+\caption{\label{fig:4} Adding legend to \figref{fig:1}}
+\end{figure}
+
+Any legend begins with
+\verb+\diagLegendbegin{Xupleft}{Yupleft}{width}+,
+\index{Commands!Legend!diaglegendbegin}
+where the first two arguments represent the upper left point of the
+legend's bounding box (see \figref{fig:5}) and the last one its width.
+The height of the box is calculated automatically.
+
+\verb+\diagLegenditem{caption}{icolor}+ produces a rectangle of the
+color \texttt{icolor} and prints \texttt{caption} next to it. To finish
+the legend the \verb+\diagLegendend+
+\index{Commands!Legend!diagLegendend}
+is used. Note, that \emph{all} these coordinates are in \texttt{xunit}
+and \texttt{yunit} units, not in \texttt{cm} or \texttt{in}!
+\begin{figure}[t]\centering
+ \includegraphics[scale=0.5]{figs/diagleg.eps}
+\caption{\label{fig:5} Legend-related parameters}
+\end{figure}
+
+Some properties of the legend can be changed using \\
+\verb+\diagLegendoptions{framefillcolor}{framelinecolor}{framelinewidth}+
+\index{Commands!Legend!diagLegendoptions}
+command.
+
+\subsection{Groups of items \label{sec:2.3}}
+I can imagine that you need more than just bars with figures. Let me
+introduce one more feature: grouping of items as in \figref{fig:6}.
+\begin{figure}[t]\centering
+ \input{figs/examp2.tex}
+\caption{\label{fig:6} Grouped items}
+\end{figure}
+This grouping is done using\\
+\verb+\subbaritem{caption}{value}{color}+\index{Commands!subbaritem}. \\
+So, a piece of code like
+\begin{verbatim}
+ \baritem{1998}{123}{red}
+ \subbaritem{}{118}{blue}
+\end{verbatim}
+will produce \emph{two} bars next to each other.
+You can go further and make groups of 3, 4, etc bars. In this way
+\begin{verbatim}
+ \baritem{1998}{123}{red}
+ \subbaritem{}{118}{blue}
+ \subbaritem{}{108}{green}
+\end{verbatim}
+would produce group of 3 bars.
+
+The ``bad news'' about \figref{fig:6} is that the labels (year)
+are not centered anymore. To correct the situation, just issue the command
+\verb+\barspergroup{2}+ \index{Commands!barspergroup}
+just after the beginning of the chart. It commands
+the \bardiag\ to place the label assuming each group of items to be 2 bars wide.
+
+Another way of grouping items is put them on top of each other
+as in \figref{fig:7}, where, actually, two these approaches are combined.
+The above explained \verb+\barspergroup+ trick is used here too.
+\begin{figure}[ht]\centering
+ \input{figs/examp3.tex}
+\caption{\label{fig:7} Grouped items}
+\end{figure}
+The corresponding source code is shown below:
+\lstinputlisting{figs/examp3.tex}
+The command \verb+\subtopbaritem+ \index{Commands!subtopbaritem} has
+the same arguments as other ``baritem'' commands and produces a bar on
+top of the previous ``baritem'', which can be \verb+\baritem+,
+\verb+\subbaritem+ or even \verb+\subtopbaritem+.
+
+\subsection{Making a 3D frame \label{sec:2.4}}
+Frame can be done 3-dimensional by using the switch
+\verb+\frameTD+. Its default value is 0, however, using\\
+\verb+\renewcommand{\frameTD}{1}+
+\index{Switches!frameTD}
+\\
+a 3D frame can be forced. To control the 3D effect, parameters
+\verb+\tdx+ and \verb+\tdy+ are used [section~\ref{sec:3.5}].
+Here, \figref{fig:8a}, is an example of the same diagram as in
+\figref{fig:1} but with a 3D frame
+%
+\begin{figure}[!ht]
+\renewcommand{\betweenticks}{50}
+\subfigure[3D frame]{\label{fig:8a}
+ \renewcommand{\frameTD}{1}
+ \centering
+ \input{figs/examp4.tex}
+}
+\subfigure[3D items]{\label{fig:8b}
+ \renewcommand{\frameTD}{0}
+ \renewcommand{\ActiveBarPrimitive}{\barTDRect}
+ \input{figs/examp4.tex}
+}
+\caption{\label{fig:8} 3D effects}
+\end{figure}
+
+\subsection{Adding shadow to the legend \label{sec:2.5}}
+You can force the legend to have a shadow by\\
+\verb+\newcommand{\legendShadow}{1}+\index{Switches!legendShadow}.\\
+However, if you use a 3D frame this will be done automatically.
+
+\subsection{Changing the item-bar shape \label{sec:2.6}}
+The \bard package provides also 3D item-bar shapes: rectangular 3d and
+cylindrical. In fact, all the ``bar-item'' commands, such as
+\verb+\XXXbaritem+, call the
+\verb+\ActiveBarPrimitive+ command to draw ``a bar''. This means that
+you can provide your own shapes [section \ref{sec:3.3}].
+
+Concerning the shapes, provided by \bard: \figref{fig:8b} is an
+example of\\ \verb+\renewcommand{\ActiveBarPrimitive}{\barTDrect}+
+\index{Shape of an item-bar}\index{Shape of an item-bar!barTDrect}
+command.
+The default value \index{Shape of an item-bar!default}, \verb+\barRect+,
+\index{Shape of an item-bar!barRect} produces a flat rectangle and
+\verb+\barCylinder+\index{Shape of an item-bar!barCylinder} a cylinder.
+All these shapes can be grouped, etc, exactly in the same way as flat
+rectangular bars.
+
+The package provides: \verb+\barRect+, \verb+\barTDRect+,\verb+\barCylinder+.
+Some additional shapes are discussed in \texttt{bardiag2.ps}.
+
+\subsection{Adding error margins (``whiskers'')}
+Adding ``whisker'' is simple! Just issue
+\verb+\barerrormargins{dYdown}{dYup}+ command after
+the corresponding
+\verb+\baritem+ or \verb+\subbaritem+\footnote{Unfortunately,
+it will not work with \texttt{subtopbaritem}.}.
+\begin{lstlisting}{}
+ \baritem{1998}{123}{gray} \barerror{25}
+ \subbaritem{}{118}{lightgray} \barerrormargins{35}{15}
+\end{lstlisting}
+%
+If you need symmetric whisker, use \verb+\barerror{dY}+ instead.
+The properties of the ``whisker''-line are controlled by two parameters:\\
+(i) \verb+\barerrorterm+ which defines the terminators. Default is
+\verb+\newcommand{\barerrorterm}{*-|}+, as in \figref{fig:er}\\
+(ii) \verb+barerrorstyle+ can change the color, thickness, etc; use
+\verb+\newpsstyle+ to redefine it. Default:
+\verb+\newpsstyle{barerrorstyle}{linewidth=2pt,linecolor=black}+.
+
+Everything said above holds for ``horizontal'' diagrams (\texttt{bardiag1.ps})
+as well.
+
+\begin{figure}[t]\centering
+ %\renewcommand{\bdorientation}{\bdhor}
+ \renewcommand{\placenumber}{\bottom}
+ \renewcommand\numbercolor{\black\bf}
+ \input{figs/examp2er.tex}
+\caption{\label{fig:er} Grouped items and ``whiskers''}
+\end{figure}
+
+%\lstinputlisting{figs/examp2er.tex}
+\subsection{Pattern fillings and black-and-white documents}
+In many cases one cannot use any colors, except grayscale: not so many
+publications are printed in color. So, it would be handy to use patterns
+to fill the bar-items. This is possible, because \verb+\baritem+
+and friends take also an optional argument: style. In fact, the default one is
+\verb+fillstyle=solid+ to get solid filled rectangles. In fact, one can call\\
+\verb+\baritem[fillstyle=vlines*]{xxx}{nnn}{gray}+\\
+to produce a dashed bar. To
+get more info about fill styles, look into the \pac{pstricks} documentation:
+e.g. \pac{psr-usr2.ps}, pp. 27--28.
+Three of the relevant styles are: \verb+vlines*+, \verb+hlines*+, and
+\verb+crosshatch*+. Also parameters like \verb+hatchwidth+, \verb+hatchsep+,
+\verb+hatchcolor+, \verb+hatchangle+ can be used. Both\\
+\verb+\baritem[fillstyle=vlines*,hatchsep=8pt,hatchangle=30]{xxx}{nnn}{gray}+\\
+and\\
+\verb+\newpsstyle{myfill}{fillstyle=vlines*,hatchsep=8pt,hatchangle=30}+\\
+\verb+\baritem[style=myfill]{xxx}{nnn}{gray}+\\
+are acceptable and produce the same.
+\begin{figure}[t]\centering
+ %\renewcommand{\bdorientation}{\bdhor}
+ \renewcommand{\placenumber}{\bottom}
+ \renewcommand\numbercolor{\black\bf}
+ \input{figs/exampcr.tex}
+\caption{\label{fig:cr} Using optional style argument of ``baritem'' and
+ ``diagLegenditem''}
+\end{figure}
+A comprehensive example to study is presented in \figref{fig:cr}:
+\lstinputlisting{figs/exampcr.tex}
+
+As shown in this example, the same technique applies to \verb+\diagLegenditem+.
+
+Note, not all ``bar shapes'' will make use of the style you supply: e.g.,
+there is no use in pattern-filled 3D cylinders because they look flat.
+All the bar-primitives do accept the style option. It should always work well
+for \verb+\barRect+ and \verb+\barArrowRect+. In the case of \verb+\barTDRect+
+you can try to play around
+-- personally, I do not see much use of it.
+Such primitives as \verb+\barCylinder+,
+\verb+\barGradRect+, \verb+\barGradMidRect+, \verb+\barGradCylinder+ will just
+ignore this optional argument.
+
+
+\subsection{Additional information \label{sec:2.7}}
+Try to have a look at the examples, which can be found in the
+\texttt{example} directory.
+%
+%#########################################
+%
+\clearpage
+\mysection{A more sophisticated example \label{sec:3}}
+See \figref{fig:9}. More examples can be found in \texttt{bardiag1.ps} and
+\texttt{bardiag2.ps}. In \texttt{bardiag1.ps} it is also explained how
+to draw a ``horizontally'' oriented diagram.
+
+\begin{figure}[!ht]\centering
+ \input{figs/examp5.tex}
+\caption{\label{fig:9} A more sophisticated example. See
+ \texttt{bardiag2.ps} for the source code.}
+\end{figure}
+
+\subsection{Frame properties \label{sec:3.1}}
+\begin{enumerate}
+\item \verb+\bardiagrambegin{#1}{#2}{#3}{#4}{#5}{#6}{#7}+
+ \index{Commands!bardiagrambegin}
+ see \figref{fig:2}
+ \begin{itemize}
+ \item[\#1] diagram height (number)
+ \item[\#2] diagram width (number)
+ \item[\#3] bottom height (length, use \texttt{cm},
+ \texttt{in},\ldots)
+ \item[\#4] bar width (number)
+ \item[\#5] distance between (groups) of bars
+ \item[\#6] x unit length (\texttt{cm},
+ \texttt{in},\ldots)
+ \item[\#7] y unit length (\texttt{cm},
+ \texttt{in},\ldots)
+ \end{itemize}
+\item \verb+\bardiagramend{#1}{#2}+ \index{Commands!bardiagramend}
+ \begin{itemize}
+ \item[\#1] X label (text, things like \verb+\bf,\it+, color can
+ be used)
+ \item[\#2] Y label (the same)
+ \end{itemize}
+\item Parameters to be changed using \verb+\renewcommand+:
+ \begin{itemize}
+ \item \verb+\frameTD+ \index{Switches!frameTD}
+ (default 0) can 1 or 0; makes the frame
+ 3D or 2D
+ \end{itemize}
+\item Parameters to be changed using \verb+\setlengt+:
+ \begin{itemize}
+ \item \verb+\leftshift+ \index{Lengths!leftshift}
+ (default \verb+\ticklength++2mm) is the
+ distance between the first bar and the frame left edge
+ \item \verb+\textoffset+ \index{Lengths!textoffset}
+ (default -0.2mm) see \figref{fig:2}
+ \item \verb+\captionoffset+ \index{Lengths!captionoffset}
+ (default 1.5cm) see \figref{fig:2}
+ \end{itemize}
+\item Styles, use \verb+\newpsstyle+ to change
+ \begin{itemize}
+ \item \verb+diagframestyle+ \index{Styles!diagframestyle}
+ is style of a 2D frame; defined as\\
+ \verb+\newpsstyle{diagframestyle}{linewidth=1pt,linecolor=black,fillstyle=none}+
+ \item \verb+diagTDframestyle+ \index{Styles!diagTDframestyle}
+ is style of the foreground of a 3D frame;\\
+ \verb+\newpsstyle{diagTDframestyle}+\\
+ \verb+ {linewidth=1pt,linecolor=black,fillstyle=none}+
+ \item \verb+diagbgframestyle+ \index{Styles!diagbgframestyle}
+ is style of the background of a 3D frame;\\
+ \verb+\newpsstyle{diagbgframestyle}+\\
+ \verb+ {linewidth=1pt,linecolor=black,fillcolor=frameBGgray}+\\
+ Also the definition \verb+\definecolor{frameBGgray}{gray}{0.9}+
+ is used.
+ \end{itemize}
+\end{enumerate}
+
+% - - - - - - -
+\subsection{Level lines and ticks \label{sec:3.2}}
+ Both are produced by the \verb+\drawlevellines+ command. It can be
+ issued at \emph{any} point inside a diagram.
+\begin{enumerate}
+\item Parameters to be changed using \verb+\renewcommand+:
+ \begin{itemize}
+ \item \verb+\betweenticks+ \index{Parameters!betweenticks}
+ is the distance between
+ ticks/level lines in units of \verb+yunit+, so no \texttt{cm}
+ allowed
+ \item \verb+\MAXnumberofticks+ \index{Parameters!MAXnumberofticks}
+ (default is 20) is the maximal
+ number of ticks/level lines allowed. If \verb+\betweenticks+
+ is so small that the number of ticks exceeds
+ \verb+\MAXnumberofticks+, the latter will be used (\bard
+ will complain however, so a warning will be issued).
+ \item \verb+\barlabelangle+ \index{Parameters!barlabelangle}
+ determines the angle of labels to be written below the
+ bars. It has to be changed \emph{after}
+ \verb+\bardiagrambegin+
+ is called, otherwise it will automatically be set to 90
+ degrees for vertical bars and 0 for horizontal ones.
+ \item \verb+\ticklabelangle+ is almost the same as
+ \index{Parameters!ticklabelangle}
+ \texttt{barlabelangle} but for the tick labels. It can
+ be set at any point, not only after the beginnig of a diagram.
+ \end{itemize}
+\item Parameters to be changed using \verb+\setlengt+:
+ \begin{itemize}
+ \item \verb+\ticklength+ \index{Lengths!ticklength}
+ (default 2mm) is length of a tick on the y-axis
+ \item \verb+\lefttextoffset+ \index{Lengths!lefttextoffset}
+ (default \verb+\leftshift++2mm)
+ see \figref{fig:2}
+ \end{itemize}
+\item Styles, use \verb+\newpsstyle+ to change
+ \begin{itemize}
+ \item \verb+tickstyle+ \index{Styles!tickstyle}
+ is the tick style; defined as\\
+ \verb+\newpsstyle{tickstyle}{linewidth=1pt,linecolor=black}+
+ \item \verb+levellinestyle+ \index{Styles!levellinestyle}
+ is the level line style;\\
+ \verb+\newpsstyle{levellinestyle}{linewidth=0.2pt,linecolor=blue}+
+ \end{itemize}
+\end{enumerate}
+
+% - - - - - - -
+\subsection{Bars \label{sec:3.3}}
+\begin{enumerate}
+\item \verb+\baritem{name}{value}{color}+ \index{Commands!baritem}
+ is used to show a
+ ``bar''. Actually it calls\\ \verb+\ActiveBarPrimitive+
+ to draw the ``bar''.
+\item \verb+\subbaritem{}{}{}+ \index{Commands!subbaritem}
+ is used to produce a bar next to the
+ previous bar (on the right hand side) without any space in between.
+\item \verb+\subtopbaritem{}{}{}+ \index{Commands!subtopbaritem}
+ is used to produce a bar on top of
+ the previous bar.
+\item \verb+\ActiveBarPrimitive+ \index{Commands!ActiveBarPrimitive}
+ is used by all ``baritem'' commands
+ to draw something that represents a bar. In fact, the
+ \verb+\ActiveBarPrimitive+ is just a ``pointer'' to a command, which
+ will really do the job. \bard provides 3 such commands:
+ \verb+\barRect+, \index{Commands!barRect}\index{Switches!barRect}
+ \verb+\barTDRect+, \index{Commands!barTDRect}\index{Switches!barTDRect}
+ and \verb+\barCylinder+. \index{Commands!barCylinder}\index{Switches!barCylinder}
+ Use,
+ e.g., \verb+\renewcommand{\ActiveBarPrimitive}{\barCylinder}+ to
+ draw cylinders instead of default rectangles. You can write your own
+ ``shape'' (say \verb+\mybar+)
+ and put it somewhere in the preamble of the document or in
+ the \texttt{bardiag.cfg}\index{bardiag.cfg} file and then point
+ \verb+\ActiveBarPrimitive+ to it [see \texttt{bardiag.cfg} in
+ \texttt{example} directory]. The \verb+\mybar+
+ should accept 5 arguments: (\#1,\#2) and (\#3,\#4) are coordinates
+ of the bottom-left and upper-right corners and \#5 is the color.
+ In the \texttt{bardiag.cfg} file, which can be found, e.g., in the
+ examples directory, a couple of ``alternative'' shapes are defined.
+ Examples can be found in \texttt{altdiag.tex} and in the appendix
+ (see file \texttt{bardiag2.tex} or \texttt{bardiag2.ps}).
+%
+\item Parameters to be changed using \verb+\renewcommand+:
+ \begin{itemize}
+ \item \verb+\shownumbers+ \index{Switches!shownumbers}
+ \index{Numbers!shownumbers}
+ (default 1) use 1 to show
+ and 0 to hide the numbers on item-bars
+ \item \verb+\numbercolor+ \index{Parameters!numbercolor}
+ \index{Numbers!numbercolor}
+ (default \verb+\black\bf+) is the
+ color of these numbers
+ \item \verb+\placenumber+ \index{Switches!placenumber}
+ \index{Numbers!placenumber}
+ (default \verb+\belowtop+)
+ determines where on the bar put the number; can be
+ \verb+\belowtop+, \verb+ \overtop+, \verb+\bottom+
+ \index{Parameters!placenumber!belowtop}
+ \index{Parameters!placenumber!overtop}
+ \index{Parameters!placenumber!bottom}
+ \end{itemize}
+%
+\item Parameters to be changed using \verb+\setlengt+:
+ \begin{itemize}
+ \item \verb+\numberoffset+ \index{Lengths!numberoffset}
+ (default \verb+2\textoffset+) is
+ offset of the number on a bar
+ from the top (if \verb+\overtop+ or \verb+\belowtop+
+ are used) or the bottom (if \verb+\bottom+ is used)
+ \end{itemize}
+\end{enumerate}
+
+% - - - - - -
+\subsection{Legend \label{sec:3.4}}
+\begin{enumerate}
+\item \verb+\diagLegendbegin{}{}{}+ \index{Commands!Legend!diagLegendbegin}
+ begins a legend.
+ (\#1,\#2) is a coordinate of the top-left corner, \#3 is the width
+ of the bounding box (all in units, not is \texttt{cm} or \texttt{in}).
+ It is assumed
+ that diagram is started above. Each diagram can have any number of
+ legends.
+\item \verb+\diagLegendend+ \index{Commands!Legend!diagLegendend}
+ ends a legend. It is needed to draw a shadow.
+\item \verb+\diagLegendoptions{}{}{}+ \index{Commands!Legend!diagLegendoptions}
+ is used to change the legend
+ background color (\#1), frame line color (\#2), and frame line
+ width (\#3).
+\item \verb+\diagLegenditem{}{}+ \index{Commands!Legend!diagLegenditem}
+ adds one item to the legend: \#1 is
+ text, \#2 is color. A rectangle of the color \#2 will be drawn and
+ the text \#1 printed next to it.
+\item Parameters to be changed using \verb+\renewcommand+:
+ \begin{itemize}
+ \item \verb+\legendShadow+ \index{Switches!legendShadow}
+ (default 0) - can be 1(=show the
+ legend shadow) or 0(=do not); is switched on or off
+ automatically if the frame is 3D or 2D, but can be adjusted
+ by the final user as well
+ \item \verb+\legendShadowColor+ \index{Parameters!legendShadowColor}
+ (default \verb+legShCol+,
+ where \verb+\definecolor{legShCol}{gray}{.5}+)
+ \end{itemize}
+%
+\item Parameters to be changed using \verb+\setlength+:
+ \begin{itemize}
+ \item \verb+\legenditemheight+ \index{Lengths!legenditemheight}
+ (default 7mm) - see \figref{fig:5}
+ \item \verb+\legendspacer+ \index{Lengths!legendspacer}
+ (default 3mm) - see \figref{fig:5}
+ \item \verb+\legendRectWidth+ \index{Lengths!legendRectWidth}
+ (default 6mm) is width of the
+ colored rectangle; see \figref{fig:5}
+ \item \verb+\legendRectHeight+ \index{Lengths!legendRectHeight}
+ (default 4mm) is height of the
+ colored rectangle; see \figref{fig:5}
+ \end{itemize}
+\item Styles (to be changed by \verb+\newpsstyle+)
+ \begin{itemize}
+ \item \verb+diagLegenditemstyle+ \index{Styles!diagLegenditemstyle}
+ is a style for the rectangle,
+ which appears left to the legend text; default\\
+ \verb+fillstyle=solid,fillcolor=white,linecolor=white+
+ is not supposed to be changed directly (use
+ \texttt{diagLegendoptions}), although it's up to you.
+ \item+diagLegendframetyle+ \index{Styles!diagLegendframetyle}
+ is a style for the bounding box
+ around the legend; default\\
+ \verb+fillstyle=none,linecolor=black,linewidth=0.5pt+
+ is not supposed to be changed directly (use
+ \texttt{diagLegendoptions}), although it's up to you.
+ \end{itemize}
+\end{enumerate}
+
+%- - - -
+\subsection{3D effects \label{sec:3.5}}
+\begin{figure}[!h]\centering
+ \includegraphics[scale=0.7]{figs/tddiag.eps}
+\caption{\label{fig:3d}``Depth'' of the 3D-effect}
+\end{figure}
+ ``Depth'' of the 3D effect is controlled by \verb+\tdx+ and
+ \verb+\tdy+ parameters
+ \index{Parameters!tdx (3D depth)} \index{Parameters!tdy (3D depth)}
+ (default - \verb+\tdx+=0.4 and \verb+\tdy+ is 5\% of the diagram height).
+ They determine the
+ ``depth'' in units of the bar width \verb+\dbar+, \figref{fig:3d}.
+ Use \verb+\renewcommand+ to change them. Note, that the \verb+\renewcommand+
+ is to be issued \emph{after} the \verb+\begindiagram+ statement.
+%#########################################
+
+
+\printindex
+
+\end{document}
diff --git a/graphics/bardiag/doc/bardiag1.pdf b/graphics/bardiag/doc/bardiag1.pdf
new file mode 100644
index 0000000000..7bc1ced788
--- /dev/null
+++ b/graphics/bardiag/doc/bardiag1.pdf
Binary files differ
diff --git a/graphics/bardiag/doc/bardiag1.tex b/graphics/bardiag/doc/bardiag1.tex
new file mode 100644
index 0000000000..f86615a3c8
--- /dev/null
+++ b/graphics/bardiag/doc/bardiag1.tex
@@ -0,0 +1,102 @@
+\documentclass[12pt]{article}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\usepackage{barddoc}
+
+\usepackage{xr}
+\externaldocument{bardiag}
+
+\title{The \bard package: documentation part 2
+ \thanks{This file has version number \barvers and describes \bard ver.\barvers}
+}
+
+\begin{document}
+\maketitle
+
+\setcounter{section}{3}
+\mysection{Horizontal mode \label{sec:4}}
+
+There is also a possibility to draw a diagram with horizontally oriented
+bars. An example of such a diagram is shown in \figref{fig4:1}
+
+\begin{figure}[!ht]\centering
+ \renewcommand{\bdorientation}{\bdhor}
+ \input{figs/examp6.tex}
+\caption{\label{fig4:1} Example of a diagram drawn in the horizontal mode.
+ Compare with {\figref{fig:9}}. The listing can be found in
+ section \ref{sec:4:1}}
+\end{figure}
+
+The idea is that one has to be able to ``rotate'' a diagram without
+changing to much in the source. For this purpose a parameter
+\verb+\bdorientation+ is introduced. It should have one of two values:
+\verb+\bdvert+ (default) and \verb+\bdhor+, meaning vertical and
+horizontal. The \figref{fig4:1} is drawn with the following piece of
+code
+\begin{lstlisting}{}
+\begin{figure}[!ht]\centering
+ \renewcommand{\bdorientation}{\bdhor}
+ \input{figs/examp6.tex}
+\caption{xxxx}
+\end{figure}
+\end{lstlisting}
+\noindent
+Line 2 sets the orientation.
+
+The main point here is that, while calling \texttt{bardiagrambegin}
+[see section~\ref{sec:4:1} for the listing], one changes the meaning
+of its parameters. If before the arguments \#1 and \#2 meant X(=horizontal) and
+Y(=vertical) sizes of the framed part of the diagram, then now one has
+to call Y the direction along the bars. So, after\\
+\verb+\renewcommand{\bdorientation}{\bdhor}+\\
+X becomes vertical and Y horizontal. It sounds crazy, I know.
+In fact, it means that you don't need to change the arguments
+of \verb+\beginbardiag+ to
+rotate the diagram. Only \verb+\bdorientationin+ should be
+redefined. The same holds for unit lengths (args \#6 and \#7).
+
+The same idea may work for a legend - its argument are now ``measured''
+perpendicular to the bars (\#1) and along the bars (\#2). Still, you
+will probably need to shift the legend by hand to make it look pretty.
+
+Well, basically, that's it. Of course, the bar primitives, which are
+used to draw the ``real things'' should be aware of a possibility to
+draw them horizontally. All primitives supplied with this package work
+this way.
+
+To demonstrate the concept let me draw the same diagram as in
+\figref{fig:1}, but now in the horizontal mode.
+
+\begin{lstlisting}{}
+\renewcommand{\bdorientation}{\bdhor}
+\begin{figure}[t]\centering
+ \input{figs/examp1.tex}
+\caption{\label{fig:1hor} \figref{fig:1} redrawn in the horizontal mode.}
+\end{figure}
+\end{lstlisting}
+
+The result is \figref{fig:1hor}. It looks quite okay. However the same
+trick does not work
+with \figref{fig:4hor} (which is \figref{fig:1}
+plus a legend) [\figref{fig:4hor}]. You need to move the legend by hand.
+
+
+\renewcommand{\bdorientation}{\bdhor}
+\begin{figure}[t]\centering
+ \input{figs/examp1.tex}
+\caption{\label{fig:1hor} \figref{fig:1} redrawn in the horizontal mode.}
+\end{figure}
+
+\begin{figure}[t]\centering
+ \input{figs/examp1b.tex}
+\caption{\label{fig:4hor} \figref{fig:4} redrawn in the horizontal
+ mode. As you see, the legend messes it up. Sorry, I cannot do
+ anything about it.}
+\end{figure}
+
+\clearpage
+\subsection{\label{sec:4:1}Listing of the example \figref{fig4:1}}
+\lstinputlisting{figs/examp6.tex}
+
+
+
+\end{document} \ No newline at end of file
diff --git a/graphics/bardiag/doc/bardiag2.pdf b/graphics/bardiag/doc/bardiag2.pdf
new file mode 100644
index 0000000000..bd37d5e6bd
--- /dev/null
+++ b/graphics/bardiag/doc/bardiag2.pdf
Binary files differ
diff --git a/graphics/bardiag/doc/bardiag2.tex b/graphics/bardiag/doc/bardiag2.tex
new file mode 100644
index 0000000000..6213b6019d
--- /dev/null
+++ b/graphics/bardiag/doc/bardiag2.tex
@@ -0,0 +1,78 @@
+\documentclass[12pt]{article}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\usepackage{barddoc}
+
+\title{The \bard package: documentation part 3
+ \thanks{This file has version number \barvers and describes \bard ver.\barvers}
+}
+
+\usepackage{xr}
+\externaldocument{bardiag}
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{document}
+\maketitle
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+%#########################################
+\appendix \section*{\appendixname}
+
+\mysection{\label{app1}Source file for the example \figref{fig:9} from \texttt{bardiag.tex|.ps}}
+\lstinputlisting{figs/examp5.tex}
+
+%\section{\label{app2}Source of the \bard}
+%{\small
+%\verbatiminput{bardiag.sty}
+%}
+
+\clearpage
+\mysection{\label{app2}Examples of alternative shapes,
+ defined in \texttt{bardiag.cfg}}
+As mentioned above, file \texttt{bardiag.cfg} is automatically loaded.
+One can define colors or parameters there, or, say, some new shapes.
+To demonstrate a couple of ``alternative'' shapes, we redraw the
+\figref{fig:8a} as shown below [\figref{fig:a2:1}].
+Use, e.g.,\\
+\verb+\renewcommand{\ActiveBarPrimitive}{\barArrowRect}+\\
+and the provided \texttt{bardiag.cfg} to draw \figref{fig:a2:1:a}.
+
+\renewcommand{\shownumbers}{0}
+\begin{figure}[!ht]
+\renewcommand{\betweenticks}{50}
+\renewcommand{\tdx}{0.4}
+\renewcommand{\tdy}{15}
+\subfigure[Using \texttt{barArrowRect}]{\label{fig:a2:1:a}
+ \centering
+ \renewcommand{\frameTD}{0}
+ \renewcommand{\ActiveBarPrimitive}{\barArrowRect}
+ \renewcommand{\arrowheight}{5\dbar}
+ \renewcommand{\placenumber}{\bottom}
+ \input{figs/examp4.tex}
+}
+\subfigure[Using \texttt{barGradRect}]{\label{fig:a2:1:b}
+ \renewcommand{\frameTD}{0}
+ \renewcommand{\ActiveBarPrimitive}{\barGradRect}
+ \input{figs/examp4.tex}
+}\\
+\subfigure[Using \texttt{barGradMidRect}]{\label{fig:a2:1:c}
+ \centering
+ \renewcommand{\frameTD}{0}
+ \renewcommand{\ActiveBarPrimitive}{\barGradMidRect}
+ \input{figs/examp4.tex}
+}
+\subfigure[Using \texttt{barGradCylinder}]{\label{fig:a2:1:d}
+ \renewcommand{\frameTD}{0}
+ \renewcommand{\ActiveBarPrimitive}{\barGradCylinder}
+ \renewcommand{\tdx}{0.5} % depth of 3d
+ \renewcommand{\tdy}{15}
+ \input{figs/examp4.tex}
+}
+\caption{\label{fig:a2:1}Alternative shapes}
+\end{figure}
+%----------------------------------------
+\printindex
+
+\end{document}
diff --git a/graphics/bardiag/doc/example/altdiags.ps b/graphics/bardiag/doc/example/altdiags.ps
new file mode 100644
index 0000000000..6eacff34fd
--- /dev/null
+++ b/graphics/bardiag/doc/example/altdiags.ps
@@ -0,0 +1,2196 @@
+%!PS-Adobe-2.0
+%%Creator: dvips(k) 5.86e Copyright 2001 Radical Eye Software
+%%Title: altdiags.dvi
+%%Pages: 5
+%%PageOrder: Ascend
+%%BoundingBox: 0 0 596 842
+%%DocumentFonts: CMR12 CMBX12
+%%EndComments
+%DVIPSWebPage: (www.radicaleye.com)
+%DVIPSCommandLine: dvips -Pcmz -Pamz -o altdiags.ps altdiags.dvi
+%DVIPSParameters: dpi=600, compressed
+%DVIPSSource: TeX output 2003.12.10:2245
+%%BeginProcSet: texc.pro
+%!
+/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
+N}B/A{dup}B/TR{translate}N/isls false N/vsize 11 72 mul N/hsize 8.5 72
+mul N/landplus90{false}def/@rigin{isls{[0 landplus90{1 -1}{-1 1}ifelse 0
+0 0]concat}if 72 Resolution div 72 VResolution div neg scale isls{
+landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div hsize
+mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul TR[
+matrix currentmatrix{A A round sub abs 0.00001 lt{round}if}forall round
+exch round exch]setmatrix}N/@landscape{/isls true N}B/@manualfeed{
+statusdict/manualfeed true put}B/@copies{/#copies X}B/FMat[1 0 0 -1 0 0]
+N/FBB[0 0 0 0]N/nn 0 N/IEn 0 N/ctr 0 N/df-tail{/nn 8 dict N nn begin
+/FontType 3 N/FontMatrix fntrx N/FontBBox FBB N string/base X array
+/BitMaps X/BuildChar{CharBuilder}N/Encoding IEn N end A{/foo setfont}2
+array copy cvx N load 0 nn put/ctr 0 N[}B/sf 0 N/df{/sf 1 N/fntrx FMat N
+df-tail}B/dfs{div/sf X/fntrx[sf 0 0 sf neg 0 0]N df-tail}B/E{pop nn A
+definefont setfont}B/Cw{Cd A length 5 sub get}B/Ch{Cd A length 4 sub get
+}B/Cx{128 Cd A length 3 sub get sub}B/Cy{Cd A length 2 sub get 127 sub}
+B/Cdx{Cd A length 1 sub get}B/Ci{Cd A type/stringtype ne{ctr get/ctr ctr
+1 add N}if}B/id 0 N/rw 0 N/rc 0 N/gp 0 N/cp 0 N/G 0 N/CharBuilder{save 3
+1 roll S A/base get 2 index get S/BitMaps get S get/Cd X pop/ctr 0 N Cdx
+0 Cx Cy Ch sub Cx Cw add Cy setcachedevice Cw Ch true[1 0 0 -1 -.1 Cx
+sub Cy .1 sub]/id Ci N/rw Cw 7 add 8 idiv string N/rc 0 N/gp 0 N/cp 0 N{
+rc 0 ne{rc 1 sub/rc X rw}{G}ifelse}imagemask restore}B/G{{id gp get/gp
+gp 1 add N A 18 mod S 18 idiv pl S get exec}loop}B/adv{cp add/cp X}B
+/chg{rw cp id gp 4 index getinterval putinterval A gp add/gp X adv}B/nd{
+/cp 0 N rw exit}B/lsh{rw cp 2 copy get A 0 eq{pop 1}{A 255 eq{pop 254}{
+A A add 255 and S 1 and or}ifelse}ifelse put 1 adv}B/rsh{rw cp 2 copy
+get A 0 eq{pop 128}{A 255 eq{pop 127}{A 2 idiv S 128 and or}ifelse}
+ifelse put 1 adv}B/clr{rw cp 2 index string putinterval adv}B/set{rw cp
+fillstr 0 4 index getinterval putinterval adv}B/fillstr 18 string 0 1 17
+{2 copy 255 put pop}for N/pl[{adv 1 chg}{adv 1 chg nd}{1 add chg}{1 add
+chg nd}{adv lsh}{adv lsh nd}{adv rsh}{adv rsh nd}{1 add adv}{/rc X nd}{
+1 add set}{1 add clr}{adv 2 chg}{adv 2 chg nd}{pop nd}]A{bind pop}
+forall N/D{/cc X A type/stringtype ne{]}if nn/base get cc ctr put nn
+/BitMaps get S ctr S sf 1 ne{A A length 1 sub A 2 index S get sf div put
+}if put/ctr ctr 1 add N}B/I{cc 1 add D}B/bop{userdict/bop-hook known{
+bop-hook}if/SI save N @rigin 0 0 moveto/V matrix currentmatrix A 1 get A
+mul exch 0 get A mul add .99 lt{/QV}{/RV}ifelse load def pop pop}N/eop{
+SI restore userdict/eop-hook known{eop-hook}if showpage}N/@start{
+userdict/start-hook known{start-hook}if pop/VResolution X/Resolution X
+1000 div/DVImag X/IEn 256 array N 2 string 0 1 255{IEn S A 360 add 36 4
+index cvrs cvn put}for pop 65781.76 div/vsize X 65781.76 div/hsize X}N
+/p{show}N/RMat[1 0 0 -1 0 0]N/BDot 260 string N/Rx 0 N/Ry 0 N/V{}B/RV/v{
+/Ry X/Rx X V}B statusdict begin/product where{pop false[(Display)(NeXT)
+(LaserWriter 16/600)]{A length product length le{A length product exch 0
+exch getinterval eq{pop true exit}if}{pop}ifelse}forall}{false}ifelse
+end{{gsave TR -.1 .1 TR 1 1 scale Rx Ry false RMat{BDot}imagemask
+grestore}}{{gsave TR -.1 .1 TR Rx Ry scale 1 1 false RMat{BDot}
+imagemask grestore}}ifelse B/QV{gsave newpath transform round exch round
+exch itransform moveto Rx 0 rlineto 0 Ry neg rlineto Rx neg 0 rlineto
+fill grestore}B/a{moveto}B/delta 0 N/tail{A/delta X 0 rmoveto}B/M{S p
+delta add tail}B/b{S p tail}B/c{-4 M}B/d{-3 M}B/e{-2 M}B/f{-1 M}B/g{0 M}
+B/h{1 M}B/i{2 M}B/j{3 M}B/k{4 M}B/w{0 rmoveto}B/l{p -4 w}B/m{p -3 w}B/n{
+p -2 w}B/o{p -1 w}B/q{p 1 w}B/r{p 2 w}B/s{p 3 w}B/t{p 4 w}B/x{0 S
+rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end
+
+%%EndProcSet
+%%BeginProcSet: pstricks.pro
+%!
+% PostScript prologue for pstricks.tex.
+% Version 97 patch 3, 98/06/01
+% For distribution, see pstricks.tex.
+%
+/tx@Dict 200 dict def tx@Dict begin
+/ADict 25 dict def
+/CM { matrix currentmatrix } bind def
+/SLW /setlinewidth load def
+/CLW /currentlinewidth load def
+/CP /currentpoint load def
+/ED { exch def } bind def
+/L /lineto load def
+/T /translate load def
+/TMatrix { } def
+/RAngle { 0 } def
+/Atan { /atan load stopped { pop pop 0 } if } def
+/Div { dup 0 eq { pop } { div } ifelse } def
+/NET { neg exch neg exch T } def
+/Pyth { dup mul exch dup mul add sqrt } def
+/PtoC { 2 copy cos mul 3 1 roll sin mul } def
+/PathLength@ { /z z y y1 sub x x1 sub Pyth add def /y1 y def /x1 x def }
+def
+/PathLength { flattenpath /z 0 def { /y1 ED /x1 ED /y2 y1 def /x2 x1 def
+} { /y ED /x ED PathLength@ } {} { /y y2 def /x x2 def PathLength@ }
+/pathforall load stopped { pop pop pop pop } if z } def
+/STP { .996264 dup scale } def
+/STV { SDict begin normalscale end STP } def
+/DashLine { dup 0 gt { /a .5 def PathLength exch div } { pop /a 1 def
+PathLength } ifelse /b ED /x ED /y ED /z y x add def b a .5 sub 2 mul y
+mul sub z Div round z mul a .5 sub 2 mul y mul add b exch Div dup y mul
+/y ED x mul /x ED x 0 gt y 0 gt and { [ y x ] 1 a sub y mul } { [ 1 0 ]
+0 } ifelse setdash stroke } def
+/DotLine { /b PathLength def /a ED /z ED /y CLW def /z y z add def a 0 gt
+{ /b b a div def } { a 0 eq { /b b y sub def } { a -3 eq { /b b y add
+def } if } ifelse } ifelse [ 0 b b z Div round Div dup 0 le { pop 1 } if
+] a 0 gt { 0 } { y 2 div a -2 gt { neg } if } ifelse setdash 1
+setlinecap stroke } def
+/LineFill { gsave abs CLW add /a ED a 0 dtransform round exch round exch
+2 copy idtransform exch Atan rotate idtransform pop /a ED .25 .25
+% DG/SR modification begin - Dec. 12, 1997 - Patch 2
+%itransform translate pathbbox /y2 ED a Div ceiling cvi /x2 ED /y1 ED a
+itransform pathbbox /y2 ED a Div ceiling cvi /x2 ED /y1 ED a
+% DG/SR modification end
+Div cvi /x1 ED /y2 y2 y1 sub def clip newpath 2 setlinecap systemdict
+/setstrokeadjust known { true setstrokeadjust } if x2 x1 sub 1 add { x1
+% DG/SR modification begin - Jun. 1, 1998 - Patch 3 (from Michael Vulis)
+% a mul y1 moveto 0 y2 rlineto stroke /x1 x1 1 add def } repeat grestore }
+% def
+a mul y1 moveto 0 y2 rlineto stroke /x1 x1 1 add def } repeat grestore
+pop pop } def
+% DG/SR modification end
+/BeginArrow { ADict begin /@mtrx CM def gsave 2 copy T 2 index sub neg
+exch 3 index sub exch Atan rotate newpath } def
+/EndArrow { @mtrx setmatrix CP grestore end } def
+/Arrow { CLW mul add dup 2 div /w ED mul dup /h ED mul /a ED { 0 h T 1 -1
+scale } if w neg h moveto 0 0 L w h L w neg a neg rlineto gsave fill
+grestore } def
+/Tbar { CLW mul add /z ED z -2 div CLW 2 div moveto z 0 rlineto stroke 0
+CLW moveto } def
+/Bracket { CLW mul add dup CLW sub 2 div /x ED mul CLW add /y ED /z CLW 2
+div def x neg y moveto x neg CLW 2 div L x CLW 2 div L x y L stroke 0
+CLW moveto } def
+/RoundBracket { CLW mul add dup 2 div /x ED mul /y ED /mtrx CM def 0 CLW
+2 div T x y mul 0 ne { x y scale } if 1 1 moveto .85 .5 .35 0 0 0
+curveto -.35 0 -.85 .5 -1 1 curveto mtrx setmatrix stroke 0 CLW moveto }
+def
+/SD { 0 360 arc fill } def
+/EndDot { { /z DS def } { /z 0 def } ifelse /b ED 0 z DS SD b { 0 z DS
+CLW sub SD } if 0 DS z add CLW 4 div sub moveto } def
+/Shadow { [ { /moveto load } { /lineto load } { /curveto load } {
+/closepath load } /pathforall load stopped { pop pop pop pop CP /moveto
+load } if ] cvx newpath 3 1 roll T exec } def
+/NArray { aload length 2 div dup dup cvi eq not { exch pop } if /n exch
+cvi def } def
+/NArray { /f ED counttomark 2 div dup cvi /n ED n eq not { exch pop } if
+f { ] aload /Points ED } { n 2 mul 1 add -1 roll pop } ifelse } def
+/Line { NArray n 0 eq not { n 1 eq { 0 0 /n 2 def } if ArrowA /n n 2 sub
+def n { Lineto } repeat CP 4 2 roll ArrowB L pop pop } if } def
+/Arcto { /a [ 6 -2 roll ] cvx def a r /arcto load stopped { 5 } { 4 }
+ifelse { pop } repeat a } def
+/CheckClosed { dup n 2 mul 1 sub index eq 2 index n 2 mul 1 add index eq
+and { pop pop /n n 1 sub def } if } def
+/Polygon { NArray n 2 eq { 0 0 /n 3 def } if n 3 lt { n { pop pop }
+repeat } { n 3 gt { CheckClosed } if n 2 mul -2 roll /y0 ED /x0 ED /y1
+ED /x1 ED x1 y1 /x1 x0 x1 add 2 div def /y1 y0 y1 add 2 div def x1 y1
+moveto /n n 2 sub def n { Lineto } repeat x1 y1 x0 y0 6 4 roll Lineto
+Lineto pop pop closepath } ifelse } def
+/Diamond { /mtrx CM def T rotate /h ED /w ED dup 0 eq { pop } { CLW mul
+neg /d ED /a w h Atan def /h d a sin Div h add def /w d a cos Div w add
+def } ifelse mark w 2 div h 2 div w 0 0 h neg w neg 0 0 h w 2 div h 2
+div /ArrowA { moveto } def /ArrowB { } def false Line closepath mtrx
+setmatrix } def
+% DG modification begin - Jan. 15, 1997
+%/Triangle { /mtrx CM def translate rotate /h ED 2 div /w ED dup 0 eq {
+%pop } { CLW mul /d ED /h h d w h Atan sin Div sub def /w w d h w Atan 2
+%div dup cos exch sin Div mul sub def } ifelse mark 0 d w neg d 0 h w d 0
+%d /ArrowA { moveto } def /ArrowB { } def false Line closepath mtrx
+%setmatrix } def
+/Triangle { /mtrx CM def translate rotate /h ED 2 div /w ED dup
+CLW mul /d ED /h h d w h Atan sin Div sub def /w w d h w Atan 2
+div dup cos exch sin Div mul sub def mark 0 d w neg d 0 h w d 0
+d /ArrowA { moveto } def /ArrowB { } def false Line closepath mtrx
+% DG/SR modification begin - Jun. 1, 1998 - Patch 3 (from Michael Vulis)
+% setmatrix } def
+setmatrix pop } def
+% DG/SR modification end
+/CCA { /y ED /x ED 2 copy y sub /dy1 ED x sub /dx1 ED /l1 dx1 dy1 Pyth
+def } def
+/CCA { /y ED /x ED 2 copy y sub /dy1 ED x sub /dx1 ED /l1 dx1 dy1 Pyth
+def } def
+/CC { /l0 l1 def /x1 x dx sub def /y1 y dy sub def /dx0 dx1 def /dy0 dy1
+def CCA /dx dx0 l1 c exp mul dx1 l0 c exp mul add def /dy dy0 l1 c exp
+mul dy1 l0 c exp mul add def /m dx0 dy0 Atan dx1 dy1 Atan sub 2 div cos
+abs b exp a mul dx dy Pyth Div 2 div def /x2 x l0 dx mul m mul sub def
+/y2 y l0 dy mul m mul sub def /dx l1 dx mul m mul neg def /dy l1 dy mul
+m mul neg def } def
+/IC { /c c 1 add def c 0 lt { /c 0 def } { c 3 gt { /c 3 def } if }
+ifelse /a a 2 mul 3 div 45 cos b exp div def CCA /dx 0 def /dy 0 def }
+def
+/BOC { IC CC x2 y2 x1 y1 ArrowA CP 4 2 roll x y curveto } def
+/NC { CC x1 y1 x2 y2 x y curveto } def
+/EOC { x dx sub y dy sub 4 2 roll ArrowB 2 copy curveto } def
+/BAC { IC CC x y moveto CC x1 y1 CP ArrowA } def
+/NAC { x2 y2 x y curveto CC x1 y1 } def
+/EAC { x2 y2 x y ArrowB curveto pop pop } def
+/OpenCurve { NArray n 3 lt { n { pop pop } repeat } { BOC /n n 3 sub def
+n { NC } repeat EOC } ifelse } def
+/AltCurve { { false NArray n 2 mul 2 roll [ n 2 mul 3 sub 1 roll ] aload
+/Points ED n 2 mul -2 roll } { false NArray } ifelse n 4 lt { n { pop
+pop } repeat } { BAC /n n 4 sub def n { NAC } repeat EAC } ifelse } def
+/ClosedCurve { NArray n 3 lt { n { pop pop } repeat } { n 3 gt {
+CheckClosed } if 6 copy n 2 mul 6 add 6 roll IC CC x y moveto n { NC }
+repeat closepath pop pop } ifelse } def
+/SQ { /r ED r r moveto r r neg L r neg r neg L r neg r L fill } def
+/ST { /y ED /x ED x y moveto x neg y L 0 x L fill } def
+/SP { /r ED gsave 0 r moveto 4 { 72 rotate 0 r L } repeat fill grestore }
+def
+/FontDot { DS 2 mul dup matrix scale matrix concatmatrix exch matrix
+rotate matrix concatmatrix exch findfont exch makefont setfont } def
+/Rect { x1 y1 y2 add 2 div moveto x1 y2 lineto x2 y2 lineto x2 y1 lineto
+x1 y1 lineto closepath } def
+/OvalFrame { x1 x2 eq y1 y2 eq or { pop pop x1 y1 moveto x2 y2 L } { y1
+y2 sub abs x1 x2 sub abs 2 copy gt { exch pop } { pop } ifelse 2 div
+exch { dup 3 1 roll mul exch } if 2 copy lt { pop } { exch pop } ifelse
+/b ED x1 y1 y2 add 2 div moveto x1 y2 x2 y2 b arcto x2 y2 x2 y1 b arcto
+x2 y1 x1 y1 b arcto x1 y1 x1 y2 b arcto 16 { pop } repeat closepath }
+ifelse } def
+/Frame { CLW mul /a ED 3 -1 roll 2 copy gt { exch } if a sub /y2 ED a add
+/y1 ED 2 copy gt { exch } if a sub /x2 ED a add /x1 ED 1 index 0 eq {
+pop pop Rect } { OvalFrame } ifelse } def
+/BezierNArray { /f ED counttomark 2 div dup cvi /n ED n eq not { exch pop
+} if n 1 sub neg 3 mod 3 add 3 mod { 0 0 /n n 1 add def } repeat f { ]
+aload /Points ED } { n 2 mul 1 add -1 roll pop } ifelse } def
+/OpenBezier { BezierNArray n 1 eq { pop pop } { ArrowA n 4 sub 3 idiv { 6
+2 roll 4 2 roll curveto } repeat 6 2 roll 4 2 roll ArrowB curveto }
+ifelse } def
+/ClosedBezier { BezierNArray n 1 eq { pop pop } { moveto n 1 sub 3 idiv {
+6 2 roll 4 2 roll curveto } repeat closepath } ifelse } def
+/BezierShowPoints { gsave Points aload length 2 div cvi /n ED moveto n 1
+sub { lineto } repeat CLW 2 div SLW [ 4 4 ] 0 setdash stroke grestore }
+def
+/Parab { /y0 exch def /x0 exch def /y1 exch def /x1 exch def /dx x0 x1
+sub 3 div def /dy y0 y1 sub 3 div def x0 dx sub y0 dy add x1 y1 ArrowA
+x0 dx add y0 dy add x0 2 mul x1 sub y1 ArrowB curveto /Points [ x1 y1 x0
+y0 x0 2 mul x1 sub y1 ] def } def
+/Grid { newpath /a 4 string def /b ED /c ED /n ED cvi dup 1 lt { pop 1 }
+if /s ED s div dup 0 eq { pop 1 } if /dy ED s div dup 0 eq { pop 1 } if
+/dx ED dy div round dy mul /y0 ED dx div round dx mul /x0 ED dy div
+round cvi /y2 ED dx div round cvi /x2 ED dy div round cvi /y1 ED dx div
+round cvi /x1 ED /h y2 y1 sub 0 gt { 1 } { -1 } ifelse def /w x2 x1 sub
+0 gt { 1 } { -1 } ifelse def b 0 gt { /z1 b 4 div CLW 2 div add def
+/Helvetica findfont b scalefont setfont /b b .95 mul CLW 2 div add def }
+if systemdict /setstrokeadjust known { true setstrokeadjust /t { } def }
+{ /t { transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add
+exch itransform } bind def } ifelse gsave n 0 gt { 1 setlinecap [ 0 dy n
+div ] dy n div 2 div setdash } { 2 setlinecap } ifelse /i x1 def /f y1
+dy mul n 0 gt { dy n div 2 div h mul sub } if def /g y2 dy mul n 0 gt {
+dy n div 2 div h mul add } if def x2 x1 sub w mul 1 add dup 1000 gt {
+pop 1000 } if { i dx mul dup y0 moveto b 0 gt { gsave c i a cvs dup
+stringwidth pop /z2 ED w 0 gt {z1} {z1 z2 add neg} ifelse h 0 gt {b neg}
+{z1} ifelse rmoveto show grestore } if dup t f moveto g t L stroke /i i
+w add def } repeat grestore gsave n 0 gt
+% DG/SR modification begin - Nov. 7, 1997 - Patch 1
+%{ 1 setlinecap [ 0 dx n div ] dy n div 2 div setdash }
+{ 1 setlinecap [ 0 dx n div ] dx n div 2 div setdash }
+% DG/SR modification end
+{ 2 setlinecap } ifelse /i y1 def /f x1 dx mul
+n 0 gt { dx n div 2 div w mul sub } if def /g x2 dx mul n 0 gt { dx n
+div 2 div w mul add } if def y2 y1 sub h mul 1 add dup 1000 gt { pop
+1000 } if { newpath i dy mul dup x0 exch moveto b 0 gt { gsave c i a cvs
+dup stringwidth pop /z2 ED w 0 gt {z1 z2 add neg} {z1} ifelse h 0 gt
+{z1} {b neg} ifelse rmoveto show grestore } if dup f exch t moveto g
+exch t L stroke /i i h add def } repeat grestore } def
+/ArcArrow { /d ED /b ED /a ED gsave newpath 0 -1000 moveto clip newpath 0
+1 0 0 b grestore c mul /e ED pop pop pop r a e d PtoC y add exch x add
+exch r a PtoC y add exch x add exch b pop pop pop pop a e d CLW 8 div c
+mul neg d } def
+/Ellipse { /mtrx CM def T scale 0 0 1 5 3 roll arc mtrx setmatrix } def
+/Rot { CP CP translate 3 -1 roll neg rotate NET } def
+/RotBegin { tx@Dict /TMatrix known not { /TMatrix { } def /RAngle { 0 }
+def } if /TMatrix [ TMatrix CM ] cvx def /a ED a Rot /RAngle [ RAngle
+dup a add ] cvx def } def
+/RotEnd { /TMatrix [ TMatrix setmatrix ] cvx def /RAngle [ RAngle pop ]
+cvx def } def
+/PutCoor { gsave CP T CM STV exch exec moveto setmatrix CP grestore } def
+/PutBegin { /TMatrix [ TMatrix CM ] cvx def CP 4 2 roll T moveto } def
+/PutEnd { CP /TMatrix [ TMatrix setmatrix ] cvx def moveto } def
+/Uput { /a ED add 2 div /h ED 2 div /w ED /s a sin def /c a cos def /b s
+abs c abs 2 copy gt dup /q ED { pop } { exch pop } ifelse def /w1 c b
+div w mul def /h1 s b div h mul def q { w1 abs w sub dup c mul abs } {
+h1 abs h sub dup s mul abs } ifelse } def
+/UUput { /z ED abs /y ED /x ED q { x s div c mul abs y gt } { x c div s
+mul abs y gt } ifelse { x x mul y y mul sub z z mul add sqrt z add } { q
+{ x s div } { x c div } ifelse abs } ifelse a PtoC h1 add exch w1 add
+exch } def
+/BeginOL { dup (all) eq exch TheOL eq or { IfVisible not { Visible
+/IfVisible true def } if } { IfVisible { Invisible /IfVisible false def
+} if } ifelse } def
+/InitOL { /OLUnit [ 3000 3000 matrix defaultmatrix dtransform ] cvx def
+/Visible { CP OLUnit idtransform T moveto } def /Invisible { CP OLUnit
+neg exch neg exch idtransform T moveto } def /BOL { BeginOL } def
+/IfVisible true def } def
+end
+% END pstricks.pro
+
+%%EndProcSet
+%%BeginProcSet: pst-dots.pro
+%!PS-Adobe-2.0
+%%Title: Dot Font for PSTricks
+%%Creator: Timothy Van Zandt <tvz@Princeton.EDU>
+%%Creation Date: May 7, 1993
+%% Version 97 patch 1, 99/12/16
+%% Modified by Etienne Riga <etienne.riga@skynet.be> - Dec. 16, 1999
+%% to add /Diamond, /SolidDiamond and /BoldDiamond
+10 dict dup begin
+ /FontType 3 def
+ /FontMatrix [ .001 0 0 .001 0 0 ] def
+ /FontBBox [ 0 0 0 0 ] def
+ /Encoding 256 array def
+ 0 1 255 { Encoding exch /.notdef put } for
+ Encoding
+ dup (b) 0 get /Bullet put
+ dup (c) 0 get /Circle put
+ dup (C) 0 get /BoldCircle put
+ dup (u) 0 get /SolidTriangle put
+ dup (t) 0 get /Triangle put
+ dup (T) 0 get /BoldTriangle put
+ dup (r) 0 get /SolidSquare put
+ dup (s) 0 get /Square put
+ dup (S) 0 get /BoldSquare put
+ dup (q) 0 get /SolidPentagon put
+ dup (p) 0 get /Pentagon put
+ dup (P) 0 get /BoldPentagon put
+% DG/SR modification begin - Dec. 16, 1999 - From Etienne Riga
+ dup (l) 0 get /SolidDiamond put
+ dup (d) 0 get /Diamond put
+ (D) 0 get /BoldDiamond put
+% DG/SR modification end
+ /Metrics 13 dict def
+ Metrics begin
+ /Bullet 1000 def
+ /Circle 1000 def
+ /BoldCircle 1000 def
+ /SolidTriangle 1344 def
+ /Triangle 1344 def
+ /BoldTriangle 1344 def
+ /SolidSquare 886 def
+ /Square 886 def
+ /BoldSquare 886 def
+ /SolidPentagon 1093.2 def
+ /Pentagon 1093.2 def
+ /BoldPentagon 1093.2 def
+% DG/SR modification begin - Dec. 16, 1999 - From Etienne Riga
+ /SolidDiamond 1008 def
+ /Diamond 1008 def
+ /BoldDiamond 1008 def
+% DG/SR modification end
+ /.notdef 0 def
+ end
+ /BBoxes 13 dict def
+ BBoxes begin
+ /Circle { -550 -550 550 550 } def
+ /BoldCircle /Circle load def
+ /Bullet /Circle load def
+ /Triangle { -571.5 -330 571.5 660 } def
+ /BoldTriangle /Triangle load def
+ /SolidTriangle /Triangle load def
+ /Square { -450 -450 450 450 } def
+ /BoldSquare /Square load def
+ /SolidSquare /Square load def
+ /Pentagon { -546.6 -465 546.6 574.7 } def
+ /BoldPentagon /Pentagon load def
+ /SolidPentagon /Pentagon load def
+% DG/SR modification begin - Dec. 16, 1999 - From Etienne Riga
+ /Diamond { -428.5 -742.5 428.5 742.5 } def
+ /BoldDiamond /Diamond load def
+ /SolidDiamond /Diamond load def
+% DG/SR modification end
+ /.notdef { 0 0 0 0 } def
+ end
+ /CharProcs 20 dict def
+ CharProcs begin
+ /Adjust {
+ 2 copy dtransform floor .5 add exch floor .5 add exch idtransform
+ 3 -1 roll div 3 1 roll exch div exch scale
+ } def
+ /CirclePath { 0 0 500 0 360 arc closepath } def
+ /Bullet { 500 500 Adjust CirclePath fill } def
+ /Circle { 500 500 Adjust CirclePath .9 .9 scale CirclePath
+ eofill } def
+ /BoldCircle { 500 500 Adjust CirclePath .8 .8 scale CirclePath
+ eofill } def
+ /BoldCircle { CirclePath .8 .8 scale CirclePath eofill } def
+ /TrianglePath { 0 660 moveto -571.5 -330 lineto 571.5 -330 lineto
+ closepath } def
+ /SolidTriangle { TrianglePath fill } def
+ /Triangle { TrianglePath .85 .85 scale TrianglePath eofill } def
+ /BoldTriangle { TrianglePath .7 .7 scale TrianglePath eofill } def
+ /SquarePath { -450 450 moveto 450 450 lineto 450 -450 lineto
+ -450 -450 lineto closepath } def
+ /SolidSquare { SquarePath fill } def
+ /Square { SquarePath .89 .89 scale SquarePath eofill } def
+ /BoldSquare { SquarePath .78 .78 scale SquarePath eofill } def
+ /PentagonPath {
+ -337.8 -465 moveto
+ 337.8 -465 lineto
+ 546.6 177.6 lineto
+ 0 574.7 lineto
+ -546.6 177.6 lineto
+ closepath
+ } def
+ /SolidPentagon { PentagonPath fill } def
+ /Pentagon { PentagonPath .89 .89 scale PentagonPath eofill } def
+ /BoldPentagon { PentagonPath .78 .78 scale PentagonPath eofill } def
+% DG/SR modification begin - Dec. 16, 1999 - From Etienne Riga
+ /DiamondPath { 0 742.5 moveto -428.5 0 lineto 0 -742.5 lineto
+ 428.5 0 lineto closepath } def
+ /SolidDiamond { DiamondPath fill } def
+ /Diamond { DiamondPath .85 .85 scale DiamondPath eofill } def
+ /BoldDiamond { DiamondPath .7 .7 scale DiamondPath eofill } def
+% DG/SR modification end
+ /.notdef { } def
+ end
+ /BuildGlyph {
+ exch
+ begin
+ Metrics 1 index get exec 0
+ BBoxes 3 index get exec
+ setcachedevice
+ CharProcs begin load exec end
+ end
+ } def
+ /BuildChar {
+ 1 index /Encoding get exch get
+ 1 index /BuildGlyph get exec
+ } bind def
+end
+/PSTricksDotFont exch definefont pop
+%END pst-dots.pro
+
+%%EndProcSet
+%%BeginProcSet: pst-coil.pro
+%!
+% PostScript prologue for pst-coil.tex.
+% Version 97 patch 1, 98/06/02
+% For distribution, see pstricks.tex.
+%
+/tx@CoilDict 40 dict def tx@CoilDict begin
+/CoilLoop { /t ED t sin AspectSin mul t 180 div AspectCos mul add t cos
+lineto } def
+/Coil { /Inc ED dup sin /AspectSin ED cos /AspectCos ED /ArmB ED /ArmA ED
+/h ED /w ED /y1 ED /x1 ED /y0 ED /x0 ED x0 y0 translate y1 y0 sub x1 x0
+sub 2 copy Pyth /TotalLength ED Atan rotate /BeginAngle ArmA AspectCos
+Div w h mul Div 360 mul def /EndAngle TotalLength ArmB sub AspectCos Div
+w h mul Div 360 mul def 1 0 0 0 ArrowA ArmA 0 lineto /mtrx CM def w h
+mul 2 Div w 2 Div scale BeginAngle Inc EndAngle { CoilLoop } for
+EndAngle CoilLoop mtrx setmatrix TotalLength ArmB sub 0 lineto CP
+% DG/SR modification begin - Jun. 2, 1998 - Patch 1 (from Michael Vulis)
+% TotalLength 0 ArrowB lineto } def
+TotalLength 0 ArrowB lineto
+pop pop pop pop } def
+% DG/SR modification end
+/AltCoil { /Inc ED dup sin /AspectSin ED cos /AspectCos ED /h ED /w ED
+/EndAngle ED /BeginAngle ED /mtrx CM def w h mul 2 Div w 2 Div scale
+BeginAngle sin AspectSin mul BeginAngle 180 div AspectCos mul add
+BeginAngle cos /lineto load stopped { moveto } if BeginAngle Inc
+EndAngle { CoilLoop } for EndAngle CoilLoop mtrx setmatrix } def
+/ZigZag { /ArmB ED /ArmA ED 2 div /w ED w mul /h ED /y1 ED /x1 ED /y0 ED
+/x0 ED x1 y1 translate y0 y1 sub x0 x1 sub 2 copy Pyth /TotalLength ED
+Atan rotate TotalLength ArmA sub ArmB sub dup h div cvi /n ED n h mul
+sub 2 div dup ArmA add /ArmA ED ArmB add /ArmB ED /x ArmB h 2 div add
+def mark 0 0 ArmB 0 n { x w /w w neg def /x x h add def } repeat
+TotalLength ArmA sub 0 TotalLength 0 } def
+end
+% END pst-coil.pro
+
+%%EndProcSet
+%%BeginProcSet: pst-grad.pro
+%!
+% PostScript prologue for pst-grad.tex.
+% Version 97, 93/05/12
+% For distribution, see pstricks.tex.
+%
+% For the PSTricks gradient fillstyle.
+%
+% Based on some EPS files by leeweyr!bill@nuchat.sccsi.com (W. R. Lee).
+%
+% Syntax:
+% R0 G0 B0 R1 G1 B1 NumLines MidPoint Angle GradientFill
+
+/tx@GradientDict 40 dict def
+tx@GradientDict begin
+/GradientFill {
+ rotate
+ /MidPoint ED
+ /NumLines ED
+ /LastBlue ED
+ /LastGreen ED
+ /LastRed ED
+ /FirstBlue ED
+ /FirstGreen ED
+ /FirstRed ED
+ % This avoids gaps due to rounding errors:
+ clip
+ pathbbox %leave llx,lly,urx,ury on stack
+ /y ED /x ED
+ 2 copy translate
+ y sub neg /y ED
+ x sub neg /x ED
+ % This avoids gaps due to rounding errors:
+ LastRed FirstRed add 2 div
+ LastGreen FirstGreen add 2 div
+ LastBlue FirstBlue add 2 div
+ setrgbcolor
+ fill
+ /YSizePerLine y NumLines div def
+ /CurrentY 0 def
+ /MidLine NumLines 1 MidPoint sub mul abs cvi def
+ MidLine NumLines 2 sub gt
+ { /MidLine NumLines def }
+ { MidLine 2 lt { /MidLine 0 def } if }
+ ifelse
+ MidLine 0 gt
+ {
+ /Red FirstRed def
+ /Green FirstGreen def
+ /Blue FirstBlue def
+ /RedIncrement LastRed FirstRed sub MidLine 1 sub div def
+ /GreenIncrement LastGreen FirstGreen sub MidLine 1 sub div def
+ /BlueIncrement LastBlue FirstBlue sub MidLine 1 sub div def
+ MidLine { GradientLoop } repeat
+ } if
+ MidLine NumLines lt
+ {
+ /Red LastRed def
+ /Green LastGreen def
+ /Blue LastBlue def
+ /RedIncrement FirstRed LastRed sub NumLines MidLine sub 1 sub div def
+ /GreenIncrement FirstGreen LastGreen sub NumLines MidLine sub 1 sub div def
+ /BlueIncrement FirstBlue LastBlue sub NumLines MidLine sub 1 sub div def
+ NumLines MidLine sub { GradientLoop } repeat
+ } if
+} def
+/GradientLoop {
+ 0 CurrentY moveto
+ x 0 rlineto
+ 0 YSizePerLine rlineto
+ x neg 0 rlineto
+ closepath
+ Red Green Blue setrgbcolor fill
+ /CurrentY CurrentY YSizePerLine add def
+ /Blue Blue BlueIncrement add def
+ /Green Green GreenIncrement add def
+ /Red Red RedIncrement add def
+} def
+
+end
+% END pst-grad.pro
+
+%%EndProcSet
+%%BeginProcSet: texps.pro
+%!
+TeXDict begin/rf{findfont dup length 1 add dict begin{1 index/FID ne 2
+index/UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll
+exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]/Metrics
+exch def dict begin Encoding{exch dup type/integertype ne{pop pop 1 sub
+dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get div def}
+ifelse}forall Metrics/Metrics currentdict end def[2 index currentdict
+end definefont 3 -1 roll makefont/setfont cvx]cvx def}def/ObliqueSlant{
+dup sin S cos div neg}B/SlantFont{4 index mul add}def/ExtendFont{3 -1
+roll mul exch}def/ReEncodeFont{CharStrings rcheck{/Encoding false def
+dup[exch{dup CharStrings exch known not{pop/.notdef/Encoding true def}
+if}forall Encoding{]exch pop}{cleartomark}ifelse}if/Encoding exch def}
+def end
+
+%%EndProcSet
+%%BeginProcSet: special.pro
+%!
+TeXDict begin/SDict 200 dict N SDict begin/@SpecialDefaults{/hs 612 N
+/vs 792 N/ho 0 N/vo 0 N/hsc 1 N/vsc 1 N/ang 0 N/CLIP 0 N/rwiSeen false N
+/rhiSeen false N/letter{}N/note{}N/a4{}N/legal{}N}B/@scaleunit 100 N
+/@hscale{@scaleunit div/hsc X}B/@vscale{@scaleunit div/vsc X}B/@hsize{
+/hs X/CLIP 1 N}B/@vsize{/vs X/CLIP 1 N}B/@clip{/CLIP 2 N}B/@hoffset{/ho
+X}B/@voffset{/vo X}B/@angle{/ang X}B/@rwi{10 div/rwi X/rwiSeen true N}B
+/@rhi{10 div/rhi X/rhiSeen true N}B/@llx{/llx X}B/@lly{/lly X}B/@urx{
+/urx X}B/@ury{/ury X}B/magscale true def end/@MacSetUp{userdict/md known
+{userdict/md get type/dicttype eq{userdict begin md length 10 add md
+maxlength ge{/md md dup length 20 add dict copy def}if end md begin
+/letter{}N/note{}N/legal{}N/od{txpose 1 0 mtx defaultmatrix dtransform S
+atan/pa X newpath clippath mark{transform{itransform moveto}}{transform{
+itransform lineto}}{6 -2 roll transform 6 -2 roll transform 6 -2 roll
+transform{itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll
+curveto}}{{closepath}}pathforall newpath counttomark array astore/gc xdf
+pop ct 39 0 put 10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack}
+if}N/txpose{pxs pys scale ppr aload pop por{noflips{pop S neg S TR pop 1
+-1 scale}if xflip yflip and{pop S neg S TR 180 rotate 1 -1 scale ppr 3
+get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip
+yflip not and{pop S neg S TR pop 180 rotate ppr 3 get ppr 1 get neg sub
+neg 0 TR}if yflip xflip not and{ppr 1 get neg ppr 0 get neg TR}if}{
+noflips{TR pop pop 270 rotate 1 -1 scale}if xflip yflip and{TR pop pop
+90 rotate 1 -1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get
+neg sub neg TR}if xflip yflip not and{TR pop pop 90 rotate ppr 3 get ppr
+1 get neg sub neg 0 TR}if yflip xflip not and{TR pop pop 270 rotate ppr
+2 get ppr 0 get neg sub neg 0 S TR}if}ifelse scaleby96{ppr aload pop 4
+-1 roll add 2 div 3 1 roll add 2 div 2 copy TR .96 dup scale neg S neg S
+TR}if}N/cp{pop pop showpage pm restore}N end}if}if}N/normalscale{
+Resolution 72 div VResolution 72 div neg scale magscale{DVImag dup scale
+}if 0 setgray}N/psfts{S 65781.76 div N}N/startTexFig{/psf$SavedState
+save N userdict maxlength dict begin/magscale true def normalscale
+currentpoint TR/psf$ury psfts/psf$urx psfts/psf$lly psfts/psf$llx psfts
+/psf$y psfts/psf$x psfts currentpoint/psf$cy X/psf$cx X/psf$sx psf$x
+psf$urx psf$llx sub div N/psf$sy psf$y psf$ury psf$lly sub div N psf$sx
+psf$sy scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub
+TR/showpage{}N/erasepage{}N/copypage{}N/p 3 def @MacSetUp}N/doclip{
+psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll newpath 4 copy 4 2
+roll moveto 6 -1 roll S lineto S lineto S lineto closepath clip newpath
+moveto}N/endTexFig{end psf$SavedState restore}N/@beginspecial{SDict
+begin/SpecialSave save N gsave normalscale currentpoint TR
+@SpecialDefaults count/ocount X/dcount countdictstack N}N/@setspecial{
+CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs neg 0 rlineto
+closepath clip}if ho vo TR hsc vsc scale ang rotate rwiSeen{rwi urx llx
+sub div rhiSeen{rhi ury lly sub div}{dup}ifelse scale llx neg lly neg TR
+}{rhiSeen{rhi ury lly sub div dup scale llx neg lly neg TR}if}ifelse
+CLIP 2 eq{newpath llx lly moveto urx lly lineto urx ury lineto llx ury
+lineto closepath clip}if/showpage{}N/erasepage{}N/copypage{}N newpath}N
+/@endspecial{count ocount sub{pop}repeat countdictstack dcount sub{end}
+repeat grestore SpecialSave restore end}N/@defspecial{SDict begin}N
+/@fedspecial{end}B/li{lineto}B/rl{rlineto}B/rc{rcurveto}B/np{/SaveX
+currentpoint/SaveY X N 1 setlinecap newpath}N/st{stroke SaveX SaveY
+moveto}N/fil{fill SaveX SaveY moveto}N/ellipse{/endangle X/startangle X
+/yrad X/xrad X/savematrix matrix currentmatrix N TR xrad yrad scale 0 0
+1 startangle endangle arc savematrix setmatrix}N end
+
+%%EndProcSet
+%%BeginProcSet: color.pro
+%!
+TeXDict begin/setcmykcolor where{pop}{/setcmykcolor{dup 10 eq{pop
+setrgbcolor}{1 sub 4 1 roll 3{3 index add neg dup 0 lt{pop 0}if 3 1 roll
+}repeat setrgbcolor pop}ifelse}B}ifelse/TeXcolorcmyk{setcmykcolor}def
+/TeXcolorrgb{setrgbcolor}def/TeXcolorgrey{setgray}def/TeXcolorgray{
+setgray}def/TeXcolorhsb{sethsbcolor}def/currentcmykcolor where{pop}{
+/currentcmykcolor{currentrgbcolor 10}B}ifelse/DC{exch dup userdict exch
+known{pop pop}{X}ifelse}B/GreenYellow{0.15 0 0.69 0 setcmykcolor}DC
+/Yellow{0 0 1 0 setcmykcolor}DC/Goldenrod{0 0.10 0.84 0 setcmykcolor}DC
+/Dandelion{0 0.29 0.84 0 setcmykcolor}DC/Apricot{0 0.32 0.52 0
+setcmykcolor}DC/Peach{0 0.50 0.70 0 setcmykcolor}DC/Melon{0 0.46 0.50 0
+setcmykcolor}DC/YellowOrange{0 0.42 1 0 setcmykcolor}DC/Orange{0 0.61
+0.87 0 setcmykcolor}DC/BurntOrange{0 0.51 1 0 setcmykcolor}DC
+/Bittersweet{0 0.75 1 0.24 setcmykcolor}DC/RedOrange{0 0.77 0.87 0
+setcmykcolor}DC/Mahogany{0 0.85 0.87 0.35 setcmykcolor}DC/Maroon{0 0.87
+0.68 0.32 setcmykcolor}DC/BrickRed{0 0.89 0.94 0.28 setcmykcolor}DC/Red{
+0 1 1 0 setcmykcolor}DC/OrangeRed{0 1 0.50 0 setcmykcolor}DC/RubineRed{
+0 1 0.13 0 setcmykcolor}DC/WildStrawberry{0 0.96 0.39 0 setcmykcolor}DC
+/Salmon{0 0.53 0.38 0 setcmykcolor}DC/CarnationPink{0 0.63 0 0
+setcmykcolor}DC/Magenta{0 1 0 0 setcmykcolor}DC/VioletRed{0 0.81 0 0
+setcmykcolor}DC/Rhodamine{0 0.82 0 0 setcmykcolor}DC/Mulberry{0.34 0.90
+0 0.02 setcmykcolor}DC/RedViolet{0.07 0.90 0 0.34 setcmykcolor}DC
+/Fuchsia{0.47 0.91 0 0.08 setcmykcolor}DC/Lavender{0 0.48 0 0
+setcmykcolor}DC/Thistle{0.12 0.59 0 0 setcmykcolor}DC/Orchid{0.32 0.64 0
+0 setcmykcolor}DC/DarkOrchid{0.40 0.80 0.20 0 setcmykcolor}DC/Purple{
+0.45 0.86 0 0 setcmykcolor}DC/Plum{0.50 1 0 0 setcmykcolor}DC/Violet{
+0.79 0.88 0 0 setcmykcolor}DC/RoyalPurple{0.75 0.90 0 0 setcmykcolor}DC
+/BlueViolet{0.86 0.91 0 0.04 setcmykcolor}DC/Periwinkle{0.57 0.55 0 0
+setcmykcolor}DC/CadetBlue{0.62 0.57 0.23 0 setcmykcolor}DC
+/CornflowerBlue{0.65 0.13 0 0 setcmykcolor}DC/MidnightBlue{0.98 0.13 0
+0.43 setcmykcolor}DC/NavyBlue{0.94 0.54 0 0 setcmykcolor}DC/RoyalBlue{1
+0.50 0 0 setcmykcolor}DC/Blue{1 1 0 0 setcmykcolor}DC/Cerulean{0.94 0.11
+0 0 setcmykcolor}DC/Cyan{1 0 0 0 setcmykcolor}DC/ProcessBlue{0.96 0 0 0
+setcmykcolor}DC/SkyBlue{0.62 0 0.12 0 setcmykcolor}DC/Turquoise{0.85 0
+0.20 0 setcmykcolor}DC/TealBlue{0.86 0 0.34 0.02 setcmykcolor}DC
+/Aquamarine{0.82 0 0.30 0 setcmykcolor}DC/BlueGreen{0.85 0 0.33 0
+setcmykcolor}DC/Emerald{1 0 0.50 0 setcmykcolor}DC/JungleGreen{0.99 0
+0.52 0 setcmykcolor}DC/SeaGreen{0.69 0 0.50 0 setcmykcolor}DC/Green{1 0
+1 0 setcmykcolor}DC/ForestGreen{0.91 0 0.88 0.12 setcmykcolor}DC
+/PineGreen{0.92 0 0.59 0.25 setcmykcolor}DC/LimeGreen{0.50 0 1 0
+setcmykcolor}DC/YellowGreen{0.44 0 0.74 0 setcmykcolor}DC/SpringGreen{
+0.26 0 0.76 0 setcmykcolor}DC/OliveGreen{0.64 0 0.95 0.40 setcmykcolor}
+DC/RawSienna{0 0.72 1 0.45 setcmykcolor}DC/Sepia{0 0.83 1 0.70
+setcmykcolor}DC/Brown{0 0.81 1 0.60 setcmykcolor}DC/Tan{0.14 0.42 0.56 0
+setcmykcolor}DC/Gray{0 0 0 0.50 setcmykcolor}DC/Black{0 0 0 1
+setcmykcolor}DC/White{0 0 0 0 setcmykcolor}DC end
+
+%%EndProcSet
+%%BeginFont: CMR12
+%!PS-AdobeFont-1.1: CMR12 1.0
+%%CreationDate: 1991 Aug 20 16:38:05
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMR12) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMR12 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 48 /zero put
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 54 /six put
+dup 56 /eight put
+dup 58 /colon put
+dup 65 /A put
+dup 66 /B put
+dup 67 /C put
+dup 68 /D put
+dup 69 /E put
+dup 70 /F put
+dup 71 /G put
+dup 72 /H put
+dup 74 /J put
+dup 76 /L put
+dup 77 /M put
+dup 82 /R put
+dup 83 /S put
+dup 97 /a put
+dup 98 /b put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 107 /k put
+dup 108 /l put
+dup 109 /m put
+dup 110 /n put
+dup 111 /o put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 118 /v put
+dup 119 /w put
+dup 121 /y put
+readonly def
+/FontBBox{-34 -251 988 750}readonly def
+/UniqueID 5000794 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5CF4E9D2405B169CD5365D6ECED5D768D66D6C
+68618B8C482B341F8CA38E9BB9BAFCFAAD9C2F3FD033B62690986ED43D9C9361
+3645B82392D5CAE11A7CB49D7E2E82DCD485CBA04C77322EB2E6A79D73DC194E
+59C120A2DABB9BF72E2CF256DD6EB54EECBA588101ABD933B57CE8A3A0D16B28
+51D7494F73096DF53BDC66BBF896B587DF9643317D5F610CD9088F9849126F23
+DDE030F7B277DD99055C8B119CAE9C99158AC4E150CDFC2C66ED92EBB4CC092A
+AA078CE16247A1335AD332DAA950D20395A7384C33FF72EAA31A5B89766E635F
+45C4C068AD7EE867398F0381B07CB94D29FF097D59FF9961D195A948E3D87C31
+821E9295A56D21875B41988F7A16A1587050C3C71B4E4355BB37F255D6B237CE
+96F25467F70FA19E0F85785FF49068949CCC79F2F8AE57D5F79BB9C5CF5EED5D
+9857B9967D9B96CDCF73D5D65FF75AFABB66734018BAE264597220C89FD17379
+26764A9302D078B4EB0E29178C878FD61007EEA2DDB119AE88C57ECFEF4B71E4
+140A34951DDC3568A84CC92371A789021A103A1A347050FDA6ECF7903F67D213
+1D0C7C474A9053866E9C88E65E6932BA87A73686EAB0019389F84D159809C498
+1E7A30ED942EB211B00DBFF5BCC720F4E276C3339B31B6EABBB078430E6A09BB
+377D3061A20B1EB98796B8607EECBC699445EAA866C38E03ED7D4F3EDBCA1926
+2AF6A41F67AFCFBF3630C943FA111E4CCD988A7363F7C2B75EAF5830B049460E
+0D2B337988F150B9182E989E7750C51BA83DF37685483F86D1F47478883F3F6A
+4B7F768DA5AA89E8F163029ADD4A9209DE8A4F285766C06EA859639B92CCCDCA
+F59B1C2BB8D588CA754D1257BFF76B53984DF4937093AAEF79009D32A29A4C16
+FB610C7D6713482C48D7F9E8410C0F00AD6E67021056B6035534E79F05D14EF2
+4E813521BDB6233D223BBA8A2D0388B7C5C5A0A7F97B50B752D6C133A577DAD1
+90A292A294BC8ABCDDD8E38CC8C8A0024169B738F2FDDE4897D4C41B9988C8D6
+88A614E9D05240252FFD0365A70B22E2CE509D694F7988C76A140F8ACB2DBEDA
+09790E00A0B99F2C56D001B49047236127BE66464A58565632A3EC4B20028FE1
+74AACDB0F1CCD16198E9924729D57F63129BBA940C11308395D72C9546210F38
+7C887FCD5143932BEED2BA62019012B2B1AB7006DAA0FB4ADA0791256973F0D6
+09C1BFD76B08AA5F98337B16ACFB488741AA5FB0E2AB5DEF7057629CD39B9239
+F6BF0152049C41FF3072B437C06D8F25CA9C9254E97A75853A2089B7AF99FF2D
+05F5705A2D9933AF2C444468BCE2C208BABC128B51CEA2F6BF6BAD51EFFCCB13
+6FE0FA496A38EA35ADB452666EC3B1185922E9DE1B9AFE0690773C3328F4447D
+F3370C9277F124AC3557BB9C042B357C1D91ADA19E63790ECDBA05F8531FAAAB
+E40EFC07B3A35A501772D74CB8A19FE5946C43E6A9C6E07B0824D3789A22AFE7
+84A7F82DD43740B205FC028E3816EFF282C07DD96FB1C881D55032722826C1CB
+88425324FE9B0EB8DE3E9FFA859852B150A46102F62C1EA1625282605C769745
+3E8E82F7BC7FA413798D207B6207132636D7287135D17DED9BE8359058860E19
+5B999BC876049C821DA685AADF2420BB0A6BA2671EA2729ECBDBDC602A9722FC
+204D5612107EF6EF6EBE3EBF9454CF7AF25D5F8017F128643E4971A7422313FC
+5CD71555D0BF8BD9B9862E09B8D9F0F4464ED30F6CD85BA3164905AB90ADBCCD
+C52B5D56977D1B28F53761AD748C12A415556DCFE02F1239B3A47745FB06431A
+220353934FF326400484B696EF20FE786AA7948B1EABB608C1E9873C2D07C4E2
+BA70EA883DDCC3859BDB788FFB476AA90B3E5A913F25E7F540E8FB25FF1A000C
+9BCBD90363179F3C9AF6356C20A4CCF726A786A28825992666F5B9B54B018358
+6D7259B96F1CA5554506DE8EA00FC0223F490DE2854E1A45D224FBE0CE6035E5
+B7468262F93821A05233DF9198E57FAC30E1C8FAEF1EDD0DE8BB6A4374BF79FA
+6E6B02B1721C0F9A7C5444DAEA623FB366F33E9C46C14207EA9ECF488CC0FC36
+EED2BF0E5BC606B1608578259BA8542A5CB5C4B1B7A72E5AB204B4D629A895E7
+8943E9878865BD10E2B3F12E298C5AAFC69E9AC632030EE62FEFFAF2C6C6A2D6
+00F00B912E52407D513060CA1B3F3E56F0069142A59F13FF858340A8A607071F
+A1A461E65C34FAE0C1B1B914EA257DFFB34733F299A1EC855BF639146C193BC2
+7EB6337A68913969BE946F40EEB558CDDE9409A65F07EDB1D196EE9D8386904D
+160BB768E355118349A84ADCAF36EDA08F1A5F4B04D9843B5731916862D7B1C3
+6788526F7D062B8A597C369E429E35D6BD7C7831AB7919C790A956E6A56DF576
+9B8E696A8F4CF308AAB6D6251EE28A0A8210258FAE7E86465C2C3F34F02F23AA
+7A2909112616E3FF302F5AB5C04D994E77A1331FE333706E349F6D8445D80E50
+4D772879F22895DCA9BF1F53115A0052F2F5AD397D1E3417C561A0772AA3E353
+6CFE11AD090AAFAD840F5DCD0713E372D59A219CE3D8E50DC12C439B3E5657CA
+8FA0876AA6E7AA02E2A64793F5C9FDA575E4C97D15A3F98BE47354D7EE437C95
+DC118EE05AFC9FF0373D4929FB51A3B23E42696945BC87D5CC6ADAEAECC20B0E
+DDB923EF6C7BC7C89854CDE5E36A472CA89F8C8229271042A35F58565E143141
+8FD5176FA2C09AC7476B1CFE55A3ACE9C5ACD2A007A96BC5A9B60DB36E000444
+CEF59253000BA798F29B8134008D0686FDA49EBCAE9CD7493E8D290518078298
+AE516BA32141B7C1AFE07C7A4C2A914F65D01359D79BB13F7E44CFC21C838107
+6A048281ED789F4BD48D0F70496E7B7090BFB61B058351FB8A8F20759C100A7F
+FEDBC0BEA76682F64481954534F47090A108AEC3345910AAD29CB4572FECA9CB
+3900DBDC384AE434CAA98E6228D9C8B1C323221BB16582999BF823604E91C4F0
+17DC914F89E115A140F6E8A35F487B0A7983A9520DF6E1AE1A1B75287C854E30
+54DE804C85E0682BAB43F9D7D2504655D6498927F74941B36B7D57A15750E332
+8CB0065AF33308BA42C12C4D21D69444143878CE726C71662D5E7CC3CA0203AC
+A15D99D3B494F29BF51DD0A2B5DCDF94DD155E87A59904249BD2A7BCC0AC1392
+0A555249B32618B172D34E20BCC3B9C7AF9FAEA3429C5E1EBA53C5416F29194A
+2CFD31B6446C9192D003A03AFEBAAB6FDC5B7811F361E0464D9F59B321CF7E61
+2C88016BB1628B4566AE60B2102418DA1CBCC647B76D7AA406798093730B69A1
+B2C509D1BACD381F42E9C2E0A7EAE8843E4C9242FE324E1608D341A87F0188D0
+C5A873D780F8DF62BF643E0C35F0E5D11D16323DF07AFBAFD1BB3BDCE5EB96EC
+65948BCEDFE52B0AEDB89E89379303362DE98C8EEA1FD50CF4DF72EE450CFB86
+F4C2690C310D48820DA7270372FC93600D4A3A2E94F4199EF7EF9C761A4A674D
+52EA87B3A102E08A6C702433D782C3833446D3F1E373C3F6E1B2BFF4B08B9F0B
+908E8C5E1DB89A936CA6D0EE79496E4531C1ECB81C85ACD1E1C7F4AF15ACA41C
+EF6182BF7C0B9784AD9E22D6469BE7B594D09A3E2716D46D589459EDB35BE7BB
+0D63E880C1DA377988249ECEE46C4EE21B79ED9057142F39DFD35264A2BD6D91
+A9EC1CDB01FF7601896830CDB42060D36B78131C42AD0F0CD4B9A0B4000B65B8
+F0A6B110AB0476D1FFC60D88C3D626B689B5E8AC4BC4B138D5773E152216D395
+068E3F437FE140B85DA489713830A10D7F0AF9245297A470F6E6EB03FB5D4809
+E1A3E1CD189E878751C456698900766004799B4D944C7760E3FFF06B0A6A8FDC
+C62CA1FEAB16B84CEE38A70551FF96D2BBBB1BC2A8CBFA83679688CEEE3E76E4
+4B3CFE81387EB39028F724B88B3E6AED3E39BEA9DDBBEF26114C002D075940D1
+435D63A3D0856D8EBD8D7F8CB1071C1F4D194D950BF75FFE97D5544B158627C9
+3DA5EE354DCF662F686315997E60512951A7F7E3CFA85EFC5562ED13EF804B3F
+364A1B8AE328863A2849AD4B2C116CFAB99C4A9609597D734A1D30531E2CC1DA
+A100BE00F0EE4A9780071C1B1367807D986931E55DD09D5F5FA10A5805D72AD7
+275E7DDA8EDDC4912222BFE2B6DF02E3EFD7CD4942452EC6BC20593B2BF19553
+C544CCF7068585A64D811B989AAE25C2C307DC8B65F98B5CCAA3DAF9AB76D44C
+60C6D24D65F084A9D1C629BD0666DD1CFD891A5790544E809C773CE17D289C89
+6EFBB95F28C95141A9388C895E8BBB337266CBD855B759420C496E49FA82ADE5
+7109E940445E6DDCE03426E3B538D9E413FEF3644775222A89FF94ED3B9FE44F
+166891680ECC5C98FFC4AC20280626A794A1A306DE0B023ED297D522A3A1DB2A
+B590F1ED044633B8A296FAA5380B0EF065A10FD6A3AF4962130E316962138481
+8E03A9E82FB9379D7AB51715671FAC02FF0783C3B35068E81ACB0DC35790DB20
+C09625AF2B977EC3C4EE684356F467E82041B8A17CC36200889BD287185B1C63
+5C500E7523ACDA331971E5D033E3EFA889C23240A2747FE674E3E02BCEF72034
+D8764688BBACDD346CAABFA624D8CE82E3D62D5EFE85C779CB35FA3D9B71A552
+37BD6E394842079E9E659EDBF41700FD9BDAD42CEBFF01873850B4C5248A54BF
+77497ADCD4840DD6868491DE6780F04CA0304A6A1794989FE02E17F4477B9238
+E1E4201CA3CF10AB1BD66070B54D8BE5AE81A9818E56E1EFA452F813615AB212
+79891CCF7E6E7701A51B70069B2AFC85E7657D3732DADFF63B6EA178276E1513
+9383F265B51FFB497DCBC23A9A8EDD147831B16841C603B0943A2CC32B8518C1
+366C54F7EB02BE99338CE1F23B5CE91AFC14349AC0D93B69DADED79272BE88E6
+2A7F99473ACE8E898C4D05B9016CA2FB90863597B2FF097B2351FAC858874CAE
+3479A30D7694D5D462FB52ABEB2D20E06855A8FDD5B1FD40BDB234FC2F0C7CFA
+B44FC117CC90F9528CB36371EF1C60F31EC7CBA0E2D9125D3AF3A4B51701157B
+E352F244D77F7BF74F40B8B559F20B01EE58EEF59011B0B9CDFFC473AE524A71
+59CDC24645DE103CEDAFE4F946F2C180B85BAC487D2F56C9399435EF6645E9F2
+A92E73B823175C5CDBC88EA95866A03206A45BE324876C8FFF494BC297220FDE
+B5A9582E3F8C5EC6759F6AA49ECD4400B80E0ED5C5921733147D8E61988FE8E1
+E3E28BDE8DB5C12F09A9CD8194EDF25562C5417C711BD986B99F3B7A0D110590
+DDA00417C3B7D64DC3BE7A86C3F7C27B63A01C1E8F6584D1B06E313C6C88639F
+030ACB648D0BAD7B27D0C76836987E67DFFD0105C11DC886B76BFC99E3909710
+EE129DBD6C9C3A4F562B7F922A4B5408661762B65D171DEC23316ACDB959BD7B
+23100D1107DC7C87F40ABD942DBCD4AD7E34F741C8E1F1CEF2642F49A18A7299
+F5E0EE8A8C111485B2AB458EE4523DABF4E85FAAF94E47909FA1E3192EBBE00D
+D3AC3C55858DEA85B06562623BAF3BDFEFC34552A69080EFD6383A82D517474C
+0FEB542C1D5991F3D1224C4125A57E5A0E9DEFC51886D13E306C5AB77DC45B65
+350B105ACF9BFF0C36798D414981F2D4C7F137DAB8E6918D7B5F55A424DD3802
+309C17DC1FFAD8B0C3C11801CC458628E5767FD214243AAB879C4A6798E7376F
+6D87938B297D606FA4ED1DE072B03E0D97BF4098132076C8570DAFA0121FF0BE
+9FECFB99F657F0E6A5A52A7E0F3AA031AF984207B535A8F6D2A61853211AEC5E
+9A4ECDAB3C60E2DE541398BE04D335390E3F16F94BB16F77AE5C67D6E0AC2197
+6E7E5CA716058C416B860ADA5D5D75DF1D60D3AF633FED2EFF599690386901CD
+DF60D8C18BF1532E5DE2C00A3D09FB6B03A83B88A14E65B811033C986A78A405
+217ED28B261C2115C32DBCF6AB883D9F1C4E2533AFA3B0F6A88F72A94BD49E8C
+CA1F28F74C7B441AB7C3020EA76E02CBB710A6E093A5FCE0631D41D9E134C122
+024D3C23359DA407C3FD11DC7695ED086102B827564382E0010A614217051ADD
+09EEAB17EAFC576DF5109A70DB533A4D53D2EB7F536E654D8DE20991F3D1EB6B
+6FF79428D1B7765D00B580B5516FF2A76FAC74B0D43412FCE75068BD1C1DE8B6
+553A5F062BB68EA9788F03E54CAA19EA1BDACFEE988BF48753515538A1D60719
+0BC17823C482E9C268D7F7B615063603B8DE727236BC87E8EA749663272BBDB2
+63575AC6F5BEC242B56B6AB13334FF5452D4321E6F97797B136F73330AE2F6A0
+9B5E883E455F773BDCE886FD170489ECA6F4D5186D9EA6273183B187D0A26092
+D0076E27FC6FF821EE0EEA80FF093DA6B39BF3A5A1F7CCB2A6DF192686600DA9
+805BEF5F607205E67D7CE06AF5255C9AAA4A754A46649A9342FFEFD3F0429678
+C6A43F6AE3AF7277432348F1A30589FC004E353683A0654E2493BBF8B079AD2C
+DD31BB121FDC7A31E0CBFA56994A61E17D6BB79FB3335F9B7B6788521F8F38C9
+319AA6424EDA3614251FC26E56C1865CA84E335269D86E0596ADFAB0AF346F3A
+4750C3C3D64A96F818F1870FE979C5E73E0DEE9877B94A14AA154A9F5D9376C9
+F910526EFCEEFBD3A342648A7D08A7508C40043AD0703C0BE5333E4FFC63130C
+238C74E634548075CC19E4E0C13CDC313942487316A2B83A6A3E6D35D12BE6BA
+D0BEC75CD55CE74D11E1A04198193E60056D46F090227D24AA0B9AE8648BC7C0
+DF5386EA649156AA54E7B9BC6926F512640A6B64AD3EBBDDA7464EBC8D7AB744
+FCA02F37475078F3C45BC0281F40C787B57E17A12F6B9184DF71DC97E15C4893
+1B1473B04F05B1195F4AEAEDBC84DE42752D83B8B06ADEF20B6CF7F0E99FE78A
+8EA75011156DB4F56A42D6DC37626CE7AEE998979B7DB916CBFC002565CEE835
+D62BFBB09F19701C855117C0ED6CF5B1238218369C3D422028CE1FC37009A929
+582040A980CCF55728A97D50C8B4AFBA6FAA4BBDF8ED1649ACA5F020F0E71FD7
+4FD38AD8D3DC32A35CC85E83F50884E5B22F5DCA28DAE6BA03B7DB515E377639
+8AC851494108DE6262462ECD4403A103B8B14D8EB57107D5A0DC27C110CC8BDA
+B5E17D61EEADE58789D8CFCBD3C1C8BF1C2BBAE8145C1B77C35D4CBC9A178406
+0CFC0F6FB4623DAF69D7732B5E4D1EE61F89ABCA7D00DE65F42ECE9EAF820752
+42449614EDB9945C94599C82C147589529A661CAC8DAD946ADF4EDBA02DE1668
+F379865030F8C0A2ACE2B2A9C3D1AF45C169091CC58BEC6AF9D111E544CB6EE2
+329D3B8C101CF0F2973B02F4F729271CBBCDEF72F2C63F7F0A0538C17A377FA7
+F439A611EA5BF606F61E3FB18CBE7C132658793388C3393C41764B0ACBE10D4A
+FB3C57F2D72B575DAFB7F178032B8ADD70069CF28C110581AFBD10A6B6A1A573
+85D5B18B45DF1DF9ECEBE2BE92BFEBA9A87A8D116F6CA7842AE34A19D71ECCBE
+39FC39A863C0F84F29B174710F88A0E9BC85503D1523F3EB821D021DA119CA2A
+D7238F2139509E56D1C62A86FE674221B04E368A08E03230AB5BFF512C2B49D2
+6B8BC19F92470F3BBE46044296995694FA57CDCE1FF9B0182DD0FFEC1F3A0243
+A88AC60CB0F0917D30FA5E3D48517B51B653DC7620D6C2BCF0AFB55D7FF44F5C
+0BA0F32D676DF461C4F251A4B16829D5B69EDF338469FBE9A07C94892A2E76E9
+718D90ED945A6012B395F17A8F7E5ACD0124116FB716729907D106B0D328D536
+D24B955BDCDF4FC3908A5BDFEDB36AA72DDC7C21B1E9EBEFABF33B65BC53FA1E
+CBF400AFC85D0366B599BC894E04FE10639187A2E57310C06C2D76BB981CF331
+228E22D24E384AB3F7EE39EED2F146D4806A13B9B720629B63A2136E2D9B5FE5
+7382ECFB3C7453589BA94ED09E09916EBFAA82AC2C2ABCD7AD8A75D9F39BCC06
+233C52E92B2F0114D1B168DC8A5FFD327B453AEA8F41B349F42D84D64F9763E6
+6D7CDF68FDE6C11A54F38C5BC893EDE3DE111837DFBCA5B3A1B408DCEE88D0F9
+4B9F6330FAADD5AE26CE2D048D4BD420972B462FD4B8E59B5C28624404254A2D
+2EC746398AC7E16F775BC2027CF65A82E556D6A5D3CA512CC909592F81E15D56
+D8D2ABB5FD394FFA721B73A7B34824123B13C50F7FF3A1ABA41133B4975C5859
+A990FC1B5C62779A545EFF3377E8E39EA0D8BCA5DE757F7B71266CF8E9FCCBF2
+FAE68954D16157EFE45D2FD9AFFD61E867EBDCABDA363619065A2B0C7D71032A
+8C526BF074A63924A30EBBAFE935E472CBB79252ABA90B85974A4A0EC6FC64AC
+A23CADAE0E842D6ECD37DDC910D8C67978062FC5246FA4B8E2A54D0159F94538
+AA62B55337D59A98B9F569446DE442272C6F8EF210EA6F7DE271FB041906B12A
+BE7BA8E6A06AEADE34EE676F2DF2FC7578B7DBF3935CBF8B6215BCDEA8FC72CA
+0B620B3EED0DCB34BCFEEA0D7974B6D4D5A2441444C3BDB6ECC7921965B76380
+73FFF523C53154CA45BD06739AF4A3A3BDA3E254DACC1EE279B98B7D0D6276D2
+281E7A7FFE548137E99EBB0D7A09523AF2C9A2DDD29AD331DA37ACD04242F8F6
+03B41E7F02E77626C4D9327679A6BABAFB22D2FC1E0E7E4F79794B2167DD6BBD
+F2D41E83B8DBAB65D1F2383E881F882698A2760A20814219402EEFAEA5F7E9D2
+628A73D893D0A811D107A908AA727570E122636641B5AE72ECEC32B151A1898E
+AE62CD5898377DF5A7DE1BF3FCD8509BDA50482EBC8CA1862A43019A324AD2FB
+7E23F0D65E459AAEB42A47927FACE4CC4B7BD4867B828E6BC1BE1656F82503C0
+760876A48C6D4A259DCBF3E06253C8FE0B16E07E8099AA6D9BB0D58A8B7436A5
+741A78C64BA4D6C8EAE1AC4B2A0C18A8A29BEF96A8F1305D2733E98526941F5F
+A68B527D606B699E6DED44CB0373841A6B82241196E847808A25336D6B94F1FA
+1A3824D42D22BC57542BBE64FB314A86052141C73D9705AA74CD2FD5045B7FCB
+B7C122622CC79BD8F4D6F8E049C0EE7F6CB84CFD74C0903C884A97DF66B4230C
+6426BCD4F76001F8117755A51CBFE59ADE3773D479B1FA950C91F56BA911BAF9
+86B9383975E88B19A7490B7AAA2958B49E1D49A1F3C73F79642CE24756B5EE3E
+688F611961E16F2006D886FA5AF5489799D31367C67AC80CF233BC5CA37C86E8
+FE95953F6795073BE5064627B70B6B4CE3D37F0486B225417A3A30B6EEB35494
+8FAFC0FBD964578F6112C1F52CBCB6204038D4B2EC78B3236D8F82B892309913
+29176C8758EB53E9A9B84891AB7FCC8C2D77B2D2B10F88D397603892EE0A7F1E
+146A48310F97687FE2725CE3D5448DC3A76081DFABC19F0530EDB7945397DAFA
+DE8BBDE3C3738CE7767A066AEAEC319819A418BF248C2D95E272ECA9A5D7B012
+C264F9B2F86E6D05EA10188EE9C3B5000262FC25B08D0932ADB15B7E249C3648
+7E7B551E98E6ABFCE6921BD06720136D36559AADE2CF4136778129FBCD243534
+E827AEB58F42256110A8662727CA5508AC28099B907B5070B242E4B3FD749ED2
+DF46507B574A16260C33C679C2683C3AC82712AEFEC12753A4BE73A1A1B99281
+D38A5060507E425F0967D3AE86586BA61BE0751B259CF146DC10A55C5D6952F7
+8672ACA54D7711AEEA791537F3A79E2D7D81744C3FF6BDB89D84E40048F3ED7D
+E2137D44542420EF79B447795CC3808464DE850449F64EC291F99C4706118AFA
+153D7073DFED808B99267D4E207E16B882960534C45EAA5999634D6AF7673412
+45DBF9E8A4E4BB97C0CB5792A3BA5E1D092FBC204A63FB8792AA18523AACBE73
+ED98C94E5854B78D1C83924C49A91A15A72C2F3E8EFEA9A45C9881FA8CB20C95
+923400254166F441BB7C9FCD2E9FFB8981C2FE575CD6E85B59BB29CED5CE0B6F
+C5B915CC288BD38ADE174507F0D8AD59008A6A7C091B347D4FF855C7BDBD8276
+2160290163961F005A3ABD3D37DA3FA2FB2C36ECD60EAE5302410343AF76A9DE
+443C5C90EA95A32185007F3D6A61862D66CAC7C50C4A116A09BB4640D7E06648
+BA2CD74669E8CD158218A7E92D3DA67301338592CCE1DF0C9D50FA71DF1039EF
+8624B528F7316BA01109AFEAA94FC5B6F636608DDBE65B65B41D51055B69893D
+EF4516F8698D51DCE2776B21D25EB3FDB630F67EA244EFBB12C9498125DAF77E
+E6BDF4595BAEB705AB4FF2C5A2E4D640AB70FA765C4C4DA0FE7F1021C2B58A69
+BF828CE01C59112D523F204DA65F73AEAC88CF32C96045FE7D5E934828E2B4E9
+7DB554A154C4774B087EF833C955E7DC72F2DA9B7270516F9663BA8049EC7BCE
+54BD794166F5DE5EF1CFA184BB3E74387E139772AB0F831AB2E38D38512E8254
+8B2DC59C7EA02C1860920BBD28CBB6079C04D5EB7001E755CF7D57EBC6F57560
+FC6BF71A6A27F77A15D691A651410E3B948BD1B9DD6844087777AFCF2F4FC019
+A21F5EED87F59AE051BE7F6FDC49F5D4950A20458BCBF8EAB4CCD61068B23BFC
+71BE0A139FB58725AD624A6E964D083149D1AB70D3B50DE32B011406DB33ECBE
+73DA15BE8ACAC226A6D40838B43E553C70415F3F468F56B6E8F1836C866F6CF5
+4E94ED60EF2B6A96A0B2AD5586DB3874141060AEFBC2AB00327CCE9F73B1CF7B
+5F95CD8B5B4FD1902397C842C66BF3F3BFE7CAE21AF68ED3F8A7664E7D9A96E6
+F64AF71A9B1937EFC8B2946CE58E3B09299806C674FC516697F00B5F0AF8B844
+D5CA340E48D33026E38EA51B0FD546C5D0F35593A51EF7234DE9422D633AEA54
+10A209644CC48D6078765D15F1BDE5D9CE86FC6002CB9E2F6B035D0B9D1C0CAF
+48B51B52DFB12198248D068EA503E04AD8E36667EA25FDC4E15ED5C153761E32
+1F21538DFA1DF3F79E03185FC7185F4C2440E7B4B54A6AC7B4C55DD0DB93D65E
+31ABE9F50D35E35C68E07C398C79D3DE25E000CA48F61BB6A3EDB84BF5A44CF6
+7AC30C5DACE75F9991F188DEA89E8F5AEC160CEF0ED1AD45CC8FC1172F02372E
+312505
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMBX12
+%!PS-AdobeFont-1.1: CMBX12 1.0
+%%CreationDate: 1991 Aug 20 16:34:54
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMBX12) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Bold) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMBX12 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 48 /zero put
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 55 /seven put
+dup 56 /eight put
+readonly def
+/FontBBox{-53 -251 1139 750}readonly def
+/UniqueID 5000769 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5F0364CD5660F74BEE96790DE35AFA90CCF712
+B1805DA88AE375A04D99598EADFC625BDC1F9C315B6CF28C9BD427F32C745C99
+AEBE70DAAED49EA45AF94F081934AA47894A370D698ABABDA4215500B190AF26
+7FCFB7DDA2BC68605A4EF61ECCA3D61C684B47FFB5887A3BEDE0B4D30E8EBABF
+20980C23312618EB0EAF289B2924FF4A334B85D98FD68545FDADB47F991E7390
+B10EE86A46A5AF8866C010225024D5E5862D49DEB5D8ECCB95D94283C50A363D
+68A49071445610F03CE3600945118A6BC0B3AA4593104E727261C68C4A47F809
+D77E4CF27B3681F6B6F3AC498E45361BF9E01FAF5527F5E3CC790D3084674B3E
+26296F3E03321B5C555D2458578A89E72D3166A3C5D740B3ABB127CF420C316D
+F957873DA04CF0DB25A73574A4DE2E4F2D5D4E8E0B430654CF7F341A1BDB3E26
+77C194764EAD58C585F49EF10843FE020F9FDFD9008D660DE50B9BD7A2A87299
+BC319E66D781101BB956E30643A19B93C8967E1AE4719F300BFE5866F0D6DA5E
+C55E171A24D3B707EFA325D47F473764E99BC8B1108D815CF2ACADFA6C4663E8
+30855D673CE98AB78F5F829F7FA226AB57F07B3E7D4E7CE30ED3B7EB0D3035C5
+148DA8D9FA34483414FDA8E3DC9E6C479E3EEE9A11A0547FC9085FA4631AD19C
+E936E0598E3197207FA7BB6E55CFD5EF72AEC12D9A9675241C7B00AD58FAF645
+1297991B5D01701E82228D0313FC7C66B263BC79ACDDF9AAC48A3CBF42B96E38
+583E1D059953076D68148DC8B6C9527B3A74CE7DEF788A11531F44120BDF0F61
+0B2F3ED94EEBCDE4ACD23834C242AA4314B9EF98E4BE72DB76EBDD0A028CEA9D
+B4C38C1F2D24B8FDE686832FE96204552C820E45B6BAF0C3308742AE23767DB5
+CA5E8A96258B222BA6F0BF16FB384BB819581A5056E227E96A13DDC233489448
+0A0D81D9C9B0226330E51C6381E7DC4EA2CBE42605F0DEC89E67DDE95D4114AB
+E9EEA84ECD33F51E4B1B26F71DC4ED0B5AA503561F9C18B1FE0B7A2177E698B5
+6B7ED1A353E679419052AE323BFE2A38AA90C2E0277BA7D4812E62BE3979EE62
+542FFD59AF693A1871423A065F5A93A8C8AFED47CC241B5049D20ADDF2D4B2A9
+A6BA321967EC4F43EDE3D2B89E5F87529376E3163C2AAEFE462FBE2428ABDB39
+BADA6B2233A500A4991FCC2FCA40DACF0F472EDFA480300E6B7259752DFE22C2
+698B18A0F34BF249E8060F307F064DE7209B4782C58B15BB6E669DE2B1FB1FC7
+8BCE8233AF0BA7FF803D0CC6A59CD0F372ADB2CD994F92D627D320C1B260D3AC
+ED9B5D54B7DBAC366B366868DE0ABCCF617EB162E81ECF61108F520130160B3F
+5E5554D3A8C1B6B481169800067804997C4F9806E7484A089D4B52EE26CE169B
+04D922A18CB0C320485CD0F8177BC8488F94E206FC440BCDCCD1C79A1974B5D9
+E5A2631D736774F22B9468A64177F085C5C3C58BF42806973AD774711932A97D
+8D2D1A0D11EEE63DE03FF9EE169CD4FFD106A71DC8B590262458F1127503BD31
+1FEC3E4B35C3F449BC55877E0F68332DDA1AD84F589CDCD970AB338A5AF3B621
+155640E1D0EF485EA26A6C9A4947AB44E11CD7C248124C3A7B0541B5828BFA94
+4A042850EE3E0E74F1F82F7B8B56A76B2AE705322A3C6FCAA4252E13C07B448E
+984E78864D9B2BC0BBC92475C2B3430DB59E1F7D9D6D5399DCF5EE18B6CC3393
+9B1C8AC1D666F92146B4D72D0C52EB82A2E90C51790CCE49D7376CE5DAAF6575
+ECD02EE8D45B8AD5BB8D6F1F07F62CD7CE3FD73A6DD9CD53EA1EF6DAC40259EF
+B004D4D32E9FA1F48A15AEFA8F233C9D0E6BAF8A885028EB024523843453983B
+6DE2EB57F1D4D3ED66D718908D7C907A4E9CAA1CFA2AB53344AC4BD7B651A545
+54024835B330794F5659B5A1B9591833112951387B57F50A3E2FABFDD4F18D0E
+D03A73BE04724881D126AB585C79029782A7DB30AA34C51485CEB9E043C54F1F
+1E4E7CE78F9DD4B729CE4DE14FCF44CBBF2CC5116F4DDB53D546B589C457C016
+498E5485A77D7A381793A6BBD8E6AB8C429C41D5E0B08624CF74C23309C51292
+09D3510A528537440F25EBFC092212AF063CDF4AF7851D50D0A77852196F654F
+FA68CBCF92C7B2A6CA18BEC8429AA5A733508EAF577382EB1D60F5B6A6D1E867
+77183198569BA15211D527D329D33780E7DE436A93DFA3756075B0AAFA797ABA
+A365CF8822840B0A71BF9F85CAB13FE631B6C0BB8EFA6DEF9BA48DBA2974F673
+29213322E25AB865679F28E7BF858488CA10051A7CA54177191681032FCF33C9
+CB9E4F549CFE04A63E9196944F4166EAF5A56E3F53A972952722DCBE12098C51
+777AF321F11DF805E6FCD1E9EC402CCB7D5FDF7051C7937E5931E7BDBCE52B58
+ECBE3787EED62B7FC398B688793B0FD2E2E92BAD4DFA0546EE126CFDF56F0DA7
+930D4FB443E875D4E9D108C15E2B0ACCB4488D0C6FC3197FD81A2D029BEA14FC
+6F76F06F2074EED7D10CB1269BE629A17553AE37426D39093EB0384038EDF280
+8A8816ED4971C1A0EAD10E15A422456E2347E940B8DC28EAAA4F176E6B7181D3
+8403DD0ABD5569AE96B836DACD437705CD3EEDD192C2A70F8D9864F38EB65263
+5F627306C3CB6DECFA5121AB1DEA226B060EFE033B7B9D1E7D3294D2DBB37E9F
+C75B82C3C1B2DA8489A176AC3520B79FFB4DC41906FFC636B7250E36A8DBF91D
+AB36A226B78E5C1AB072584388313294B13CD8182CB5ACE4613CFBF8571CC225
+0A137569C973F143B17D0D824466EDF28E6C2CB2B9935CABA9C7596A32821F13
+42CC43D3D19A09DC70FCCDB2EB7BECA21E3328D971E4D146CABC7B1BEEFC5E20
+2CA8BAF3120108
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+TeXDict begin 39158280 55380996 1000 600 600 (altdiags.dvi)
+@start /Fa 138[65 46 46 3[59 1[98 3[33 3[52 65 1[65 14[65
+8[60 74[{}11 119.552 /CMR12 rf /Fb 199[56 56 1[56 56
+56 56 56 56 48[{}8 99.6264 /CMBX12 rf /Fc 134[51 1[70
+51 54 38 38 38 2[49 54 81 27 51 1[27 54 49 1[43 54 43
+54 49 14[72 4[89 61 1[50 1[73 77 64 66 75 70 69 73 6[27
+1[49 1[49 49 49 49 49 49 49 48[{}41 99.6264 /CMR12 rf
+end
+%%EndProlog
+%%BeginSetup
+%%Feature: *Resolution 600dpi
+TeXDict begin
+%%PaperSize: A4
+
+%%EndSetup
+%%Page: 1 1
+1 0 bop Black Black Black 1082 2112 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true -11.38107 0.0
+270.30106 284.3628 .5 Frame gsave 1.0 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+
+@endspecial 916 2144 a Fc(0)1082 2112 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 56.87256 -11.38107 56.87256 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 56.87256 -5.69054 56.87256 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+794 1672 a(200)1082 2112 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 113.74512 -11.38107 113.74512 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 113.74512 -5.69054 113.74512 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 794
+1199 a(400)1082 2112 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 170.61768 -11.38107 170.61768 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 170.61768 -5.69054 170.61768 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 794 727 a(600)1082
+2112 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 227.49023 -11.38107 227.49023 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 227.49023 -5.69054 227.49023 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 794 255 a(800)1082 2112 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 284.3628 -11.38107 284.3628 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 284.3628 -5.69054 284.3628 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+745 -217 a(1000)1082 2112 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 1 0 setrgbcolor 0. true 4.26773
+0.0 24.185 190.52307 .5 Frame gsave 0 1 0 setrgbcolor fill grestore
+end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 1 0 setrgbcolor [ 0.0 190.52307
+28.45274 190.52307 14.22636 205.02557 0.0 190.52307 /Lineto /lineto
+load def false Polygon gsave 0 1 0 setrgbcolor fill grestore gsave
+0.8 SLW 0 1 0 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 0
+TeXcolorgray 1116 2049 a Fb(721)p Black 1200 2159 a
+ tx@Dict begin 90. RotBegin end
+ 1200
+2159 a 949 2184 a Fc(Jelger)1200 2159 y
+ tx@Dict begin RotEnd end
+ 1200 2159 a 1082
+2112 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 0 0 setrgbcolor 0. true 61.17322
+0.0 81.09048 102.65497 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 0 0 setrgbcolor [ 56.90549 102.65497
+85.35823 102.65497 71.13185 117.15747 56.90549 102.65497 /Lineto /lineto
+load def false Polygon gsave 1 0 0 setrgbcolor fill grestore gsave
+0.8 SLW 1 0 0 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 0 TeXcolorgray 1588 2049 a Fb(412)p
+Black 1672 2159 a
+ tx@Dict begin 90. RotBegin end
+ 1672 2159 a 1416 2193 a Fc(Johan)1672
+2159 y
+ tx@Dict begin RotEnd end
+ 1672 2159 a 1082 2112 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 0 1 0 setcmykcolor 0. true 118.0787
+0.0 137.99597 215.83136 .5 Frame gsave 0 0 1 0 setcmykcolor fill
+grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 0 1 0 setcmykcolor [ 113.81097
+215.83136 142.26372 215.83136 128.03734 230.33386 113.81097 215.83136
+ /Lineto /lineto load def false Polygon gsave 0 0 1 0 setcmykcolor
+fill grestore gsave 0.8 SLW 0 0 1 0 setcmykcolor 0 setlinecap stroke
+ grestore end
+
+@endspecial 0
+TeXcolorgray 2061 2049 a Fb(810)p Black 2145 2159 a
+ tx@Dict begin 90. RotBegin end
+ 2145
+2159 a 1826 2193 a Fc(Rikk)m(ert)2145 2159 y
+ tx@Dict begin RotEnd end
+ 2145 2159
+a 1082 2112 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 1 0 setrgbcolor 0. true 174.98419
+0.0 194.90146 73.64996 .5 Frame gsave 0 1 0 setrgbcolor fill grestore
+end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 1 0 setrgbcolor [ 170.71646
+73.64996 199.1692 73.64996 184.94283 88.15247 170.71646 73.64996 /Lineto
+/lineto load def false Polygon gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 1 0 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 0 TeXcolorgray
+2533 2049 a Fb(310)p Black 2617 2159 a
+ tx@Dict begin 90. RotBegin end
+ 2617 2159 a 2395
+2193 a Fc(Henk)2617 2159 y
+ tx@Dict begin RotEnd end
+ 2617 2159 a 1082 2112 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 0 0 setrgbcolor 0. true 231.88968
+0.0 251.80695 139.62213 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 0 0 setrgbcolor [ 227.62195
+139.62213 256.07469 139.62213 241.84831 154.12463 227.62195 139.62213
+ /Lineto /lineto load def false Polygon gsave 1 0 0 setrgbcolor fill
+grestore gsave 0.8 SLW 1 0 0 setrgbcolor 0 setlinecap stroke grestore
+end
+
+@endspecial
+0 TeXcolorgray 3006 2049 a Fb(542)p Black 3090 2159 a
+ tx@Dict begin 90. RotBegin end
+
+3090 2159 a 2834 2193 a Fc(Erwin)3090 2159 y
+ tx@Dict begin RotEnd end
+ 3090 2159
+a 1082 2112 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 160.18907 256.00029
+302.45279 275.9172 .5 Frame gsave 1 setgray fill grestore gsave 0.8
+SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 168.72488 260.2682
+185.79652 271.64929 .5 Frame gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 2695 -71 a Fc(F)-8
+b(ull)33 b(y)m(ear)1082 2112 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 160.18907 236.08337
+302.45279 256.00029 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 168.72488 240.35129
+185.79652 251.73238 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 2695
+94 a(Less)h(than)f(a)f(y)m(ear)1082 2112 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 160.18907 216.16646
+302.45279 236.08337 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 168.72488 220.43437
+185.79652 231.81546 .5 Frame gsave 0 0 1 0 setcmykcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+2695 269 a(Less)i(than)f(6)f(mon)m(ths)1082 2112 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.5 SLW 0 setgray 0. true 160.18907 216.16646
+302.45279 275.9172 .5 Frame gsave 0.5 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial 727 931 a
+ tx@Dict begin 90. RotBegin end
+ 727 931 a 326 973
+a Fa(Jobs)39 b(Submitted)727 931 y
+ tx@Dict begin RotEnd end
+ 727 931 a Black 567
+2787 a Fc(Figure)33 b(1:)43 b(Bar)32 b(Diagram)g(with)h(alternativ)m(e)
+h(items:)45 b(barArro)m(wRect)p Black Black Black 1856
+6065 a(1)p Black eop
+%%Page: 2 2
+2 1 bop Black Black Black 1049 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true -11.38107 0.0
+270.30106 284.3628 .5 Frame gsave 1.0 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+
+@endspecial 883 3648 a Fc(0)1049 3616 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 56.87256 -11.38107 56.87256 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 56.87256 -5.69054 56.87256 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+761 3176 a(200)1049 3616 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 113.74512 -11.38107 113.74512 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 113.74512 -5.69054 113.74512 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 761
+2704 a(400)1049 3616 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 170.61768 -11.38107 170.61768 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 170.61768 -5.69054 170.61768 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 761 2232 a(600)1049
+3616 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 227.49023 -11.38107 227.49023 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 227.49023 -5.69054 227.49023 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 761 1760 a(800)1049 3616 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 284.3628 -11.38107 284.3628 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 284.3628 -5.69054 284.3628 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+712 1287 a(1000)1049 3616 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 1 0 setrgbcolor 0. true 0.0
+0.0 28.45274 205.02557 .5 Frame gsave gsave 0 1 0 setrgbcolor currentrgbcolor
+grestore gsave 1 setgray currentrgbcolor grestore 300 1. 45. tx@GradientDict
+begin GradientFill end grestore end
+
+
+@endspecial 0 TeXcolorgray 1083 2041 a Fb(721)p Black
+1167 3663 a
+ tx@Dict begin 90. RotBegin end
+ 1167 3663 a 917 3688 a Fc(Jelger)1167 3663
+y
+ tx@Dict begin RotEnd end
+ 1167 3663 a 1049 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 0 0 setrgbcolor 0. true 56.90549
+0.0 85.35823 117.15747 .5 Frame gsave gsave 1 0 0 setrgbcolor currentrgbcolor
+grestore gsave 1 setgray currentrgbcolor grestore 300 1. 45. tx@GradientDict
+begin GradientFill end grestore end
+
+@endspecial
+0 TeXcolorgray 1556 2770 a Fb(412)p Black 1640 3663 a
+ tx@Dict begin 90. RotBegin end
+
+1640 3663 a 1384 3698 a Fc(Johan)1640 3663 y
+ tx@Dict begin RotEnd end
+ 1640 3663
+a 1049 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 0 1 0 setcmykcolor 0. true 113.81097
+0.0 142.26372 230.33386 .5 Frame gsave gsave 0 0 1 0 setcmykcolor
+currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore
+300 1. 45. tx@GradientDict begin GradientFill end grestore end
+
+@endspecial
+0 TeXcolorgray 2028 1830 a Fb(810)p Black 2112 3663 a
+ tx@Dict begin 90. RotBegin end
+
+2112 3663 a 1794 3698 a Fc(Rikk)m(ert)2112 3663 y
+ tx@Dict begin RotEnd end
+ 2112
+3663 a 1049 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 1 0 setrgbcolor 0. true 170.71646
+0.0 199.1692 88.15247 .5 Frame gsave gsave 0 1 0 setrgbcolor currentrgbcolor
+grestore gsave 1 setgray currentrgbcolor grestore 300 1. 45. tx@GradientDict
+begin GradientFill end grestore end
+
+@endspecial
+0 TeXcolorgray 2501 3011 a Fb(310)p Black 2585 3663 a
+ tx@Dict begin 90. RotBegin end
+
+2585 3663 a 2363 3698 a Fc(Henk)2585 3663 y
+ tx@Dict begin RotEnd end
+ 2585 3663
+a 1049 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 0 0 setrgbcolor 0. true 227.62195
+0.0 256.07469 154.12463 .5 Frame gsave gsave 1 0 0 setrgbcolor currentrgbcolor
+grestore gsave 1 setgray currentrgbcolor grestore 300 1. 45. tx@GradientDict
+begin GradientFill end grestore end
+
+@endspecial
+0 TeXcolorgray 2973 2463 a Fb(542)p Black 3057 3663 a
+ tx@Dict begin 90. RotBegin end
+
+3057 3663 a 2801 3697 a Fc(Erwin)3057 3663 y
+ tx@Dict begin RotEnd end
+ 3057 3663
+a 1049 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 160.18907 256.00029
+302.45279 275.9172 .5 Frame gsave 1 setgray fill grestore gsave 0.8
+SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 168.72488 260.2682
+185.79652 271.64929 .5 Frame gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 2663 1433 a Fc(F)-8
+b(ull)32 b(y)m(ear)1049 3616 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 160.18907 236.08337
+302.45279 256.00029 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 168.72488 240.35129
+185.79652 251.73238 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 2663
+1598 a(Less)h(than)g(a)f(y)m(ear)1049 3616 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 160.18907 216.16646
+302.45279 236.08337 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 168.72488 220.43437
+185.79652 231.81546 .5 Frame gsave 0 0 1 0 setcmykcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+2663 1773 a(Less)h(than)g(6)f(mon)m(ths)1049 3616 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.5 SLW 0 setgray 0. true 160.18907 216.16646
+302.45279 275.9172 .5 Frame gsave 0.5 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial 695 2436 a
+ tx@Dict begin 90. RotBegin end
+ 695 2436 a 294 2477
+a Fa(Jobs)39 b(Submitted)695 2436 y
+ tx@Dict begin RotEnd end
+ 695 2436 a Black
+591 4292 a Fc(Figure)33 b(2:)43 b(Bar)32 b(Diagram)g(with)h(alternativ)
+m(e)h(items:)45 b(barGradRect)p Black Black Black 1856
+6065 a(2)p Black eop
+%%Page: 3 3
+3 2 bop Black Black Black 1049 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true -11.38107 0.0
+270.30106 284.3628 .5 Frame gsave 1.0 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+
+@endspecial 883 3648 a Fc(0)1049 3616 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 56.87256 -11.38107 56.87256 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 56.87256 -5.69054 56.87256 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+761 3176 a(200)1049 3616 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 113.74512 -11.38107 113.74512 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 113.74512 -5.69054 113.74512 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 761
+2704 a(400)1049 3616 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 170.61768 -11.38107 170.61768 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 170.61768 -5.69054 170.61768 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 761 2232 a(600)1049
+3616 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 227.49023 -11.38107 227.49023 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 227.49023 -5.69054 227.49023 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 761 1760 a(800)1049 3616 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 284.3628 -11.38107 284.3628 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 284.3628 -5.69054 284.3628 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+712 1287 a(1000)1049 3616 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 1 0 setrgbcolor 0. true 0.0
+0.0 28.45274 205.02557 .5 Frame gsave gsave 0 1 0 setrgbcolor currentrgbcolor
+grestore gsave 1 setgray currentrgbcolor grestore 300 0.3 90. tx@GradientDict
+begin GradientFill end grestore end
+
+
+@endspecial 0 TeXcolorgray 1083 2041 a Fb(721)p Black
+1167 3663 a
+ tx@Dict begin 90. RotBegin end
+ 1167 3663 a 917 3688 a Fc(Jelger)1167 3663
+y
+ tx@Dict begin RotEnd end
+ 1167 3663 a 1049 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 0 0 setrgbcolor 0. true 56.90549
+0.0 85.35823 117.15747 .5 Frame gsave gsave 1 0 0 setrgbcolor currentrgbcolor
+grestore gsave 1 setgray currentrgbcolor grestore 300 0.3 90. tx@GradientDict
+begin GradientFill end grestore end
+
+@endspecial
+0 TeXcolorgray 1556 2770 a Fb(412)p Black 1640 3663 a
+ tx@Dict begin 90. RotBegin end
+
+1640 3663 a 1384 3698 a Fc(Johan)1640 3663 y
+ tx@Dict begin RotEnd end
+ 1640 3663
+a 1049 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 0 1 0 setcmykcolor 0. true 113.81097
+0.0 142.26372 230.33386 .5 Frame gsave gsave 0 0 1 0 setcmykcolor
+currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore
+300 0.3 90. tx@GradientDict begin GradientFill end grestore end
+
+@endspecial
+0 TeXcolorgray 2028 1830 a Fb(810)p Black 2112 3663 a
+ tx@Dict begin 90. RotBegin end
+
+2112 3663 a 1794 3698 a Fc(Rikk)m(ert)2112 3663 y
+ tx@Dict begin RotEnd end
+ 2112
+3663 a 1049 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 1 0 setrgbcolor 0. true 170.71646
+0.0 199.1692 88.15247 .5 Frame gsave gsave 0 1 0 setrgbcolor currentrgbcolor
+grestore gsave 1 setgray currentrgbcolor grestore 300 0.3 90. tx@GradientDict
+begin GradientFill end grestore end
+
+@endspecial
+0 TeXcolorgray 2501 3011 a Fb(310)p Black 2585 3663 a
+ tx@Dict begin 90. RotBegin end
+
+2585 3663 a 2363 3698 a Fc(Henk)2585 3663 y
+ tx@Dict begin RotEnd end
+ 2585 3663
+a 1049 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 0 0 setrgbcolor 0. true 227.62195
+0.0 256.07469 154.12463 .5 Frame gsave gsave 1 0 0 setrgbcolor currentrgbcolor
+grestore gsave 1 setgray currentrgbcolor grestore 300 0.3 90. tx@GradientDict
+begin GradientFill end grestore end
+
+@endspecial
+0 TeXcolorgray 2973 2463 a Fb(542)p Black 3057 3663 a
+ tx@Dict begin 90. RotBegin end
+
+3057 3663 a 2801 3697 a Fc(Erwin)3057 3663 y
+ tx@Dict begin RotEnd end
+ 3057 3663
+a 1049 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 160.18907 256.00029
+302.45279 275.9172 .5 Frame gsave 1 setgray fill grestore gsave 0.8
+SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 168.72488 260.2682
+185.79652 271.64929 .5 Frame gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 2663 1433 a Fc(F)-8
+b(ull)32 b(y)m(ear)1049 3616 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 160.18907 236.08337
+302.45279 256.00029 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 168.72488 240.35129
+185.79652 251.73238 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 2663
+1598 a(Less)h(than)g(a)f(y)m(ear)1049 3616 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 160.18907 216.16646
+302.45279 236.08337 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 168.72488 220.43437
+185.79652 231.81546 .5 Frame gsave 0 0 1 0 setcmykcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+2663 1773 a(Less)h(than)g(6)f(mon)m(ths)1049 3616 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.5 SLW 0 setgray 0. true 160.18907 216.16646
+302.45279 275.9172 .5 Frame gsave 0.5 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial 695 2436 a
+ tx@Dict begin 90. RotBegin end
+ 695 2436 a 294 2477
+a Fa(Jobs)39 b(Submitted)695 2436 y
+ tx@Dict begin RotEnd end
+ 695 2436 a Black
+506 4292 a Fc(Figure)32 b(3:)44 b(Bar)32 b(Diagram)g(with)h(alternativ)
+m(e)h(items:)44 b(barGradMidRect)p Black Black Black
+1856 6065 a(3)p Black eop
+%%Page: 4 4
+4 3 bop Black Black Black 1082 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true -11.38107 0.0
+270.30106 284.3628 .5 Frame gsave 1.0 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+
+@endspecial 916 3648 a Fc(0)1082 3616 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 56.87256 -11.38107 56.87256 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 56.87256 -5.69054 56.87256 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+794 3176 a(200)1082 3616 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 113.74512 -11.38107 113.74512 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 113.74512 -5.69054 113.74512 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 794
+2704 a(400)1082 3616 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 170.61768 -11.38107 170.61768 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 170.61768 -5.69054 170.61768 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 794 2232 a(600)1082
+3616 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 227.49023 -11.38107 227.49023 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 227.49023 -5.69054 227.49023 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 794 1760 a(800)1082 3616 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 284.3628 -11.38107 284.3628 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 284.3628 -5.69054 284.3628 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+745 1287 a(1000)1082 3616 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 1 0 setrgbcolor 0 360 14.22636
+7.10907 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 14.22636 7.10907
+Ellipse closepath gsave gsave 0 1 0 setrgbcolor currentrgbcolor grestore
+gsave 1 setgray currentrgbcolor grestore 300 0.25 90. tx@GradientDict
+begin GradientFill end grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 1 0 setrgbcolor 0. true 0.0
+7.10907 28.45274 212.13464 .5 Frame gsave gsave 0 1 0 setrgbcolor
+currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore
+300 0.25 90. tx@GradientDict begin GradientFill end grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 1 0 setrgbcolor 0 360 14.22636
+7.10907 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 14.22636 212.13464
+Ellipse closepath gsave 0 1 0 setrgbcolor fill grestore gsave 0.8
+SLW 0 1 0 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 0 TeXcolorgray 1116 2041 a Fb(721)p
+Black 1200 3663 a
+ tx@Dict begin 90. RotBegin end
+ 1200 3663 a 949 3688 a Fc(Jelger)1200
+3663 y
+ tx@Dict begin RotEnd end
+ 1200 3663 a 1082 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 0 0 setrgbcolor 0 360 14.22636
+7.10907 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 71.13185 7.10907
+Ellipse closepath gsave gsave 1 0 0 setrgbcolor currentrgbcolor grestore
+gsave 1 setgray currentrgbcolor grestore 300 0.25 90. tx@GradientDict
+begin GradientFill end grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 0 0 setrgbcolor 0. true 56.90549
+7.10907 85.35823 124.26654 .5 Frame gsave gsave 1 0 0 setrgbcolor
+currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore
+300 0.25 90. tx@GradientDict begin GradientFill end grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 0 0 setrgbcolor 0 360 14.22636
+7.10907 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 71.13185 124.26654
+Ellipse closepath gsave 1 0 0 setrgbcolor fill grestore gsave 0.8
+SLW 1 0 0 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 0 TeXcolorgray 1588 2770 a Fb(412)p
+Black 1672 3663 a
+ tx@Dict begin 90. RotBegin end
+ 1672 3663 a 1416 3698 a Fc(Johan)1672
+3663 y
+ tx@Dict begin RotEnd end
+ 1672 3663 a 1082 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 0 1 0 setcmykcolor 0 360 14.22636
+7.10907 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 128.03734 7.10907
+Ellipse closepath gsave gsave 0 0 1 0 setcmykcolor currentrgbcolor
+grestore gsave 1 setgray currentrgbcolor grestore 300 0.25 90. tx@GradientDict
+begin GradientFill end grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 0 1 0 setcmykcolor 0. true 113.81097
+7.10907 142.26372 237.44293 .5 Frame gsave gsave 0 0 1 0 setcmykcolor
+currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore
+300 0.25 90. tx@GradientDict begin GradientFill end grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 0 1 0 setcmykcolor 0 360 14.22636
+7.10907 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 128.03734 237.44293
+Ellipse closepath gsave 0 0 1 0 setcmykcolor fill grestore gsave 0.8
+SLW 0 0 1 0 setcmykcolor 0 setlinecap stroke grestore end
+
+@endspecial 0 TeXcolorgray 2061 1830 a Fb(810)p
+Black 2145 3663 a
+ tx@Dict begin 90. RotBegin end
+ 2145 3663 a 1826 3698 a Fc(Rikk)m(ert)2145
+3663 y
+ tx@Dict begin RotEnd end
+ 2145 3663 a 1082 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 1 0 setrgbcolor 0 360 14.22636
+7.10907 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 184.94283 7.10907
+Ellipse closepath gsave gsave 0 1 0 setrgbcolor currentrgbcolor grestore
+gsave 1 setgray currentrgbcolor grestore 300 0.25 90. tx@GradientDict
+begin GradientFill end grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 1 0 setrgbcolor 0. true 170.71646
+7.10907 199.1692 95.26154 .5 Frame gsave gsave 0 1 0 setrgbcolor
+currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore
+300 0.25 90. tx@GradientDict begin GradientFill end grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 1 0 setrgbcolor 0 360 14.22636
+7.10907 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 184.94283 95.26154
+Ellipse closepath gsave 0 1 0 setrgbcolor fill grestore gsave 0.8
+SLW 0 1 0 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 0 TeXcolorgray 2533 3011 a Fb(310)p
+Black 2617 3663 a
+ tx@Dict begin 90. RotBegin end
+ 2617 3663 a 2395 3698 a Fc(Henk)2617
+3663 y
+ tx@Dict begin RotEnd end
+ 2617 3663 a 1082 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 0 0 setrgbcolor 0 360 14.22636
+7.10907 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 241.84831 7.10907
+Ellipse closepath gsave gsave 1 0 0 setrgbcolor currentrgbcolor grestore
+gsave 1 setgray currentrgbcolor grestore 300 0.25 90. tx@GradientDict
+begin GradientFill end grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 0 0 setrgbcolor 0. true 227.62195
+7.10907 256.07469 161.2337 .5 Frame gsave gsave 1 0 0 setrgbcolor
+currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore
+300 0.25 90. tx@GradientDict begin GradientFill end grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 0 0 setrgbcolor 0 360 14.22636
+7.10907 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 241.84831 161.2337
+Ellipse closepath gsave 1 0 0 setrgbcolor fill grestore gsave 0.8
+SLW 1 0 0 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 0 TeXcolorgray 3006 2463 a Fb(542)p
+Black 3090 3663 a
+ tx@Dict begin 90. RotBegin end
+ 3090 3663 a 2834 3697 a Fc(Erwin)3090
+3663 y
+ tx@Dict begin RotEnd end
+ 3090 3663 a 1082 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 160.18907 256.00029
+302.45279 275.9172 .5 Frame gsave 1 setgray fill grestore gsave 0.8
+SLW 1 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 168.72488 260.2682
+185.79652 271.64929 .5 Frame gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 2695
+1433 a Fc(F)-8 b(ull)33 b(y)m(ear)1082 3616 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 160.18907 236.08337
+302.45279 256.00029 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 168.72488 240.35129
+185.79652 251.73238 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+2695 1598 a(Less)h(than)f(a)f(y)m(ear)1082 3616 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 160.18907 216.16646
+302.45279 236.08337 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 168.72488 220.43437
+185.79652 231.81546 .5 Frame gsave 0 0 1 0 setcmykcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+2695 1773 a(Less)i(than)f(6)f(mon)m(ths)1082 3616 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.5 SLW 0 setgray 0. true 160.18907 216.16646
+302.45279 275.9172 .5 Frame gsave 0.5 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial 727 2436 a
+ tx@Dict begin 90. RotBegin end
+ 727 2436 a 326 2477
+a Fa(Jobs)39 b(Submitted)727 2436 y
+ tx@Dict begin RotEnd end
+ 727 2436 a Black
+506 4292 a Fc(Figure)32 b(4:)44 b(Bar)32 b(Diagram)g(with)h(alternativ)
+m(e)h(items:)44 b(barGradMidRect)p Black Black Black
+1856 6065 a(4)p Black eop
+%%Page: 5 5
+5 4 bop Black Black Black 1066 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true -11.38107 0.0
+270.30106 284.3628 .5 Frame gsave 1.0 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+
+@endspecial 899 3648 a Fc(0)1066 3616 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 56.87256 -11.38107 56.87256 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 56.87256 -5.69054 56.87256 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+777 3176 a(200)1066 3616 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 113.74512 -11.38107 113.74512 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 113.74512 -5.69054 113.74512 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 777
+2704 a(400)1066 3616 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 170.61768 -11.38107 170.61768 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 170.61768 -5.69054 170.61768 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 777 2232 a(600)1066
+3616 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 227.49023 -11.38107 227.49023 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 227.49023 -5.69054 227.49023 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 777 1760 a(800)1066 3616 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 284.3628 -11.38107 284.3628 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 284.3628 -5.69054 284.3628 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+729 1287 a(1000)1066 3616 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 3.0 SLW 0 1 0 setrgbcolor /ArrowA { moveto
+} def /ArrowB { BeginArrow 1. 1. scale false 0.4 1.4 1.5 2. Arrow
+ EndArrow } def 14.22636 0.0 14.22636 205.02557 28.45274 1. 14.22636
+14.22636 45. 10. tx@CoilDict begin Coil end gsave 1 setgray fill grestore
+gsave 3.0 SLW 0 1 0 setrgbcolor 0 setlinecap stroke grestore end
+
+
+@endspecial 0 TeXcolorgray 1100 1852 a Fb(721)p Black
+1184 3663 a
+ tx@Dict begin 90. RotBegin end
+ 1184 3663 a 933 3688 a Fc(Jelger)1184 3663
+y
+ tx@Dict begin RotEnd end
+ 1184 3663 a 1066 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 3.0 SLW 1 0 0 setrgbcolor /ArrowA { moveto
+} def /ArrowB { BeginArrow 1. 1. scale false 0.4 1.4 1.5 2. Arrow
+ EndArrow } def 71.13185 0.0 71.13185 117.15747 28.45274 1. 14.22636
+14.22636 45. 10. tx@CoilDict begin Coil end gsave 1 setgray fill grestore
+gsave 3.0 SLW 1 0 0 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+0 TeXcolorgray 1572 2581 a Fb(412)p Black 1656 3663 a
+ tx@Dict begin 90. RotBegin end
+
+1656 3663 a 1400 3698 a Fc(Johan)1656 3663 y
+ tx@Dict begin RotEnd end
+ 1656 3663
+a 1066 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 3.0 SLW 0 0 1 0 setcmykcolor /ArrowA {
+moveto } def /ArrowB { BeginArrow 1. 1. scale false 0.4 1.4 1.5 2.
+Arrow EndArrow } def 128.03734 0.0 128.03734 230.33386 28.45274 1.
+14.22636 14.22636 45. 10. tx@CoilDict begin Coil end gsave 1 setgray
+fill grestore gsave 3.0 SLW 0 0 1 0 setcmykcolor 0 setlinecap stroke
+ grestore end
+
+@endspecial
+0 TeXcolorgray 2044 1641 a Fb(810)p Black 2128 3663 a
+ tx@Dict begin 90. RotBegin end
+
+2128 3663 a 1810 3698 a Fc(Rikk)m(ert)2128 3663 y
+ tx@Dict begin RotEnd end
+ 2128
+3663 a 1066 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 3.0 SLW 0 1 0 setrgbcolor /ArrowA { moveto
+} def /ArrowB { BeginArrow 1. 1. scale false 0.4 1.4 1.5 2. Arrow
+ EndArrow } def 184.94283 0.0 184.94283 88.15247 28.45274 1. 14.22636
+14.22636 45. 10. tx@CoilDict begin Coil end gsave 1 setgray fill grestore
+gsave 3.0 SLW 0 1 0 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+0 TeXcolorgray 2517 2822 a Fb(310)p Black 2601 3663 a
+ tx@Dict begin 90. RotBegin end
+
+2601 3663 a 2379 3698 a Fc(Henk)2601 3663 y
+ tx@Dict begin RotEnd end
+ 2601 3663
+a 1066 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 3.0 SLW 1 0 0 setrgbcolor /ArrowA { moveto
+} def /ArrowB { BeginArrow 1. 1. scale false 0.4 1.4 1.5 2. Arrow
+ EndArrow } def 241.84831 0.0 241.84831 154.12463 28.45274 1. 14.22636
+14.22636 45. 10. tx@CoilDict begin Coil end gsave 1 setgray fill grestore
+gsave 3.0 SLW 1 0 0 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+0 TeXcolorgray 2989 2274 a Fb(542)p Black 3073 3663 a
+ tx@Dict begin 90. RotBegin end
+
+3073 3663 a 2817 3697 a Fc(Erwin)3073 3663 y
+ tx@Dict begin RotEnd end
+ 3073 3663
+a 1066 3616 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 160.18907 256.00029
+302.45279 275.9172 .5 Frame gsave 1 setgray fill grestore gsave 0.8
+SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 168.72488 260.2682
+185.79652 271.64929 .5 Frame gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 2679 1433 a Fc(F)-8
+b(ull)32 b(y)m(ear)1066 3616 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 160.18907 236.08337
+302.45279 256.00029 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 168.72488 240.35129
+185.79652 251.73238 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 2679
+1598 a(Less)i(than)e(a)h(y)m(ear)1066 3616 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 160.18907 216.16646
+302.45279 236.08337 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 168.72488 220.43437
+185.79652 231.81546 .5 Frame gsave 0 0 1 0 setcmykcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+2679 1773 a(Less)h(than)e(6)h(mon)m(ths)1066 3616 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.5 SLW 0 setgray 0. true 160.18907 216.16646
+302.45279 275.9172 .5 Frame gsave 0.5 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial 711 2436 a
+ tx@Dict begin 90. RotBegin end
+ 711 2436 a 310 2477
+a Fa(Jobs)39 b(Submitted)711 2436 y
+ tx@Dict begin RotEnd end
+ 711 2436 a Black
+712 4292 a Fc(Figure)32 b(5:)43 b(Bar)33 b(Diagram)e(with)i(alternativ)
+m(e)h(items:)45 b(barCoil)p Black Black Black 1856 6065
+a(5)p Black eop
+%%Trailer
+end
+userdict /end-hook known{end-hook}if
+%%EOF
diff --git a/graphics/bardiag/doc/example/altdiags.tex b/graphics/bardiag/doc/example/altdiags.tex
new file mode 100644
index 0000000000..c7bb43567c
--- /dev/null
+++ b/graphics/bardiag/doc/example/altdiags.tex
@@ -0,0 +1,97 @@
+\documentclass[12pt]{article}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\usepackage[a4paper,nohead]{geometry}
+
+\usepackage{pst-coil} % for one of the "alternative" shapes
+\usepackage{bardiag}
+%\usepackage{showkeys}
+
+\usepackage{graphicx} % From LaTeX distribution
+
+\newpsobject{showgrid}{psgrid}{subgriddiv=1,griddots=10,gridlabels=6pt}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{document}
+
+
+\begin{figure}[!htbp]
+ \begin{minipage}[t]{\textwidth}
+ \parbox[b]{\textwidth}{%
+ \centering
+ \centerline{%
+ \renewcommand{\ActiveBarPrimitive}{\barArrowRect}
+ \renewcommand{\frameTD}{0}
+ \renewcommand{\arrowheight}{5\dbar}
+ \renewcommand{\placenumber}{\bottom}
+ %
+ \input{src/1a.tex}
+ }
+ }
+ \end{minipage}
+\caption{\label{fig:9}Bar Diagram with alternative items: barArrowRect}
+\end{figure}
+
+\begin{figure}[!htbp]
+ \begin{minipage}[t]{\textwidth}
+ \parbox[b]{\textwidth}{%
+ \centering
+ \centerline{%
+ \renewcommand{\ActiveBarPrimitive}{\barGradRect}
+ \renewcommand{\frameTD}{0}
+ %
+ \input{src/1a.tex}
+ }
+ }
+ \end{minipage}
+\caption{\label{fig:10}Bar Diagram with alternative items: barGradRect}
+\end{figure}
+
+\begin{figure}[!htbp]
+ \begin{minipage}[t]{\textwidth}
+ \parbox[b]{\textwidth}{%
+ \centering
+ \centerline{%
+ \renewcommand{\ActiveBarPrimitive}{\barGradMidRect}
+ \renewcommand{\frameTD}{0}
+ %
+ \input{src/1a.tex}
+ }
+ }
+ \end{minipage}
+\caption{\label{fig:11}Bar Diagram with alternative items: barGradMidRect}
+\end{figure}
+
+\begin{figure}[!htbp]
+ \begin{minipage}[t]{\textwidth}
+ \parbox[b]{\textwidth}{%
+ \centering
+ \centerline{%
+ \renewcommand{\ActiveBarPrimitive}{\barGradCylinder}
+ \renewcommand{\tdx}{0.5} % depth of 3d
+ \renewcommand{\tdy}{30}
+ %
+ \renewcommand{\frameTD}{0}
+ %
+ \input{src/1a.tex}
+ }
+ }
+ \end{minipage}
+ \caption{\label{fig:12}Bar Diagram with alternative items: barGradMidRect}
+\end{figure}
+
+\begin{figure}[!htbp]
+ \begin{minipage}[t]{\textwidth}
+ \parbox[b]{\textwidth}{%
+ \centering
+ \centerline{%
+ \renewcommand{\ActiveBarPrimitive}{\barCoil}
+ \renewcommand{\frameTD}{0}
+ \renewcommand{\placenumber}{\overtop}
+ %
+ \input{src/1a.tex}
+ }
+ }
+ \end{minipage}
+ \caption{\label{fig:13}Bar Diagram with alternative items: barCoil}
+\end{figure}
+
+\end{document}
diff --git a/graphics/bardiag/doc/example/barddoc.sty b/graphics/bardiag/doc/example/barddoc.sty
new file mode 120000
index 0000000000..4a95756930
--- /dev/null
+++ b/graphics/bardiag/doc/example/barddoc.sty
@@ -0,0 +1 @@
+../barddoc.sty \ No newline at end of file
diff --git a/graphics/bardiag/doc/example/bardiag.bar b/graphics/bardiag/doc/example/bardiag.bar
new file mode 120000
index 0000000000..02ae87a7e3
--- /dev/null
+++ b/graphics/bardiag/doc/example/bardiag.bar
@@ -0,0 +1 @@
+../../bardiag.bar \ No newline at end of file
diff --git a/graphics/bardiag/doc/example/bardiag.cfg b/graphics/bardiag/doc/example/bardiag.cfg
new file mode 120000
index 0000000000..45b265159c
--- /dev/null
+++ b/graphics/bardiag/doc/example/bardiag.cfg
@@ -0,0 +1 @@
+../bardiag.cfg \ No newline at end of file
diff --git a/graphics/bardiag/doc/example/bardiag.sty b/graphics/bardiag/doc/example/bardiag.sty
new file mode 120000
index 0000000000..d399f456d4
--- /dev/null
+++ b/graphics/bardiag/doc/example/bardiag.sty
@@ -0,0 +1 @@
+../../bardiag.sty \ No newline at end of file
diff --git a/graphics/bardiag/doc/example/compile.all b/graphics/bardiag/doc/example/compile.all
new file mode 100755
index 0000000000..a1fcd9b391
--- /dev/null
+++ b/graphics/bardiag/doc/example/compile.all
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+function CompileIt ()
+{
+ TEX=$1
+ #latex $TEX
+ #makeindex $TEX
+ mv $TEX.ps $TEX.ps.bak
+ latex $TEX
+ while grep "Rerun" $TEX.log; do latex $TEX; done
+ dvips -Pcmz -Pamz -o $TEX.ps $TEX.dvi
+ rm $TEX.aux $TEX.log $TEX.dvi
+}
+
+
+CompileIt "diagrams"
+CompileIt "diagramsbw"
+CompileIt "altdiags"
+
diff --git a/graphics/bardiag/doc/example/diagrams.aux b/graphics/bardiag/doc/example/diagrams.aux
new file mode 100644
index 0000000000..76eeae3d14
--- /dev/null
+++ b/graphics/bardiag/doc/example/diagrams.aux
@@ -0,0 +1,17 @@
+\relax
+\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Bar Diagram}}{2}}
+\newlabel{fig:1}{{1}{2}}
+\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces Bar Diagram - real numbers}}{3}}
+\newlabel{fig:2}{{2}{3}}
+\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces One more Bar Diagram}}{4}}
+\newlabel{fig:3}{{3}{4}}
+\@writefile{lof}{\contentsline {figure}{\numberline {4}{\ignorespaces Bar Diagram and 3D item-bars}}{5}}
+\newlabel{fig:4}{{4}{5}}
+\@writefile{lof}{\contentsline {figure}{\numberline {5}{\ignorespaces One more Bar Diagram in 3D}}{6}}
+\newlabel{fig:5}{{5}{6}}
+\@writefile{lof}{\contentsline {figure}{\numberline {6}{\ignorespaces One more Bar Diagram in 3D}}{7}}
+\newlabel{fig:6}{{6}{7}}
+\@writefile{lof}{\contentsline {figure}{\numberline {7}{\ignorespaces One more Bar Diagram in 3D (bar $\to $ cylinder)}}{8}}
+\newlabel{fig:7}{{7}{8}}
+\@writefile{lof}{\contentsline {figure}{\numberline {8}{\ignorespaces Bar Diagram with ``top'' items}}{9}}
+\newlabel{fig:8}{{8}{9}}
diff --git a/graphics/bardiag/doc/example/diagrams.dvi b/graphics/bardiag/doc/example/diagrams.dvi
new file mode 100644
index 0000000000..0046e0e516
--- /dev/null
+++ b/graphics/bardiag/doc/example/diagrams.dvi
Binary files differ
diff --git a/graphics/bardiag/doc/example/diagrams.log b/graphics/bardiag/doc/example/diagrams.log
new file mode 100644
index 0000000000..74afef6ba4
--- /dev/null
+++ b/graphics/bardiag/doc/example/diagrams.log
@@ -0,0 +1,316 @@
+This is TeX, Version 3.14159 (Web2C 7.4.5) (format=latex 2003.12.13) 22 DEC 2003 10:24
+**diagrams.tex
+(./diagrams.tex
+LaTeX2e <2001/06/01>
+Babel <v3.7h> and hyphenation patterns for american, french, ngerman, russian,
+nohyphenation, loaded.
+(/usr/share/texmf/tex/latex/base/article.cls
+Document Class: article 2001/04/21 v1.4e Standard LaTeX document class
+(/usr/share/texmf/tex/latex/base/size12.clo
+File: size12.clo 2001/04/21 v1.4e Standard LaTeX file (size option)
+)
+\c@part=\count79
+\c@section=\count80
+\c@subsection=\count81
+\c@subsubsection=\count82
+\c@paragraph=\count83
+\c@subparagraph=\count84
+\c@figure=\count85
+\c@table=\count86
+\abovecaptionskip=\skip41
+\belowcaptionskip=\skip42
+\bibindent=\dimen102
+)
+(/usr/share/texmf/tex/latex/misc/geometry.sty
+Package: geometry 2002/07/08 v3.2 Page Geometry
+
+(/usr/share/texmf/tex/latex/graphics/keyval.sty
+Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
+\KV@toks@=\toks14
+)
+\Gm@cnth=\count87
+\Gm@cntv=\count88
+\c@Gm@tempcnt=\count89
+\Gm@bindingoffset=\dimen103
+\Gm@wd@mp=\dimen104
+\Gm@odd@mp=\dimen105
+\Gm@even@mp=\dimen106
+\Gm@dimlist=\toks15
+
+(/usr/share/texmf/tex/latex/config/geometry.cfg
+File: geometry.cfg 2001/06/05 v1.0 teTeX (uncustomised setup)
+)) (./bardiag.sty
+Package: bardiag 2003/12/10 version 0.5
+
+(/usr/share/texmf/tex/latex/tools/calc.sty
+Package: calc 1998/07/07 v4.1b Infix arithmetic (KKT,FJ)
+\calc@Acount=\count90
+\calc@Bcount=\count91
+\calc@Adimen=\dimen107
+\calc@Bdimen=\dimen108
+\calc@Askip=\skip43
+\calc@Bskip=\skip44
+LaTeX Info: Redefining \setlength on input line 59.
+LaTeX Info: Redefining \addtolength on input line 60.
+\calc@denominator=\count92
+) (./pstfp.sty
+Package: pstfp 2003/05/10
+
+`(Patched) Basic Fixed Point Arithmetic', \par Version 1.2d (C) Michael Mehlic
+h\par Patched by R. Stepanyan
+\FP@xs=\count93
+\FP@xia=\count94
+\FP@xib=\count95
+\FP@xfa=\count96
+\FP@xfb=\count97
+\FP@rega=\count98
+\FP@regb=\count99
+\FP@regs=\count100
+\FP@times=\count101
+)
+(/usr/share/texmf/tex/latex/fp/fp-snap.sty
+Package: fp-snap 1995/04/05
+
+(/usr/share/texmf/tex/latex/fp/fp-basic.sty
+Package: fp-basic 1996/05/13
+\FP@xs=\count102
+\FP@xia=\count103
+\FP@xib=\count104
+\FP@xfa=\count105
+\FP@xfb=\count106
+\FP@rega=\count107
+\FP@regb=\count108
+\FP@regs=\count109
+\FP@times=\count110
+))
+(/usr/share/texmf/tex/latex/pstricks/pstricks.sty
+Package: pstricks 1997/03/25 package wrapper for PSTricks pstricks.tex
+
+(/usr/share/texmf/tex/generic/pstricks/pstricks.tex
+`PSTricks' v97 patch 14 <1999/12/23> (tvz)
+\pst@dima=\dimen109
+\pst@dimb=\dimen110
+\pst@dimc=\dimen111
+\pst@dimd=\dimen112
+\pst@dimg=\dimen113
+\pst@dimh=\dimen114
+\pst@hbox=\box26
+\pst@boxg=\box27
+\pst@cnta=\count111
+\pst@cntb=\count112
+\pst@cntc=\count113
+\pst@cntd=\count114
+\pst@cntg=\count115
+\pst@cnth=\count116
+\pst@toks=\toks16
+(/usr/share/texmf/tex/generic/pstricks/pstricks.con)
+\psunit=\dimen115
+\psxunit=\dimen116
+\psyunit=\dimen117
+\pslinewidth=\dimen118
+\pst@customdefs=\toks17
+\pslinearc=\dimen119
+\everypsbox=\toks18
+\psframesep=\dimen120
+\pslabelsep=\dimen121
+\theoverlaybox=\box28
+))
+(/usr/share/texmf/tex/latex/graphics/pstcol.sty
+Package: pstcol 2001/06/20 v1.1 PSTricks color colompatibility (DPC)
+
+(/usr/share/texmf/tex/latex/graphics/color.sty
+Package: color 1999/02/16 v1.0i Standard LaTeX Color (DPC)
+
+(/usr/share/texmf/tex/latex/config/color.cfg
+File: color.cfg 2001/08/31 v1.1 color configuration of teTeX/TeXLive
+)
+Package color Info: Driver file: dvips.def on input line 125.
+
+(/usr/share/texmf/tex/latex/graphics/dvips.def
+File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
+)
+(/usr/share/texmf/tex/latex/graphics/dvipsnam.def
+File: dvipsnam.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
+)))
+(/usr/share/texmf/tex/latex/pstricks/pst-grad.sty
+Package: pst-grad 1997/03/25 package wrapper for PSTricks pst-grad.tex
+
+(/usr/share/texmf/tex/generic/pstricks/pst-grad.tex
+Package color Info: Redefining color gradbegin on input line 45.
+Package color Info: Redefining color gradend on input line 49.
+))
+(/usr/share/texmf/tex/generic/multido/multido.sty
+Package: multido 1997/03/25 package wrapper for multido.tex
+
+(/usr/share/texmf/tex/generic/multido/multido.tex
+\multido@count=\count117
+\multidocount=\count118
+\multido@stuff=\toks19
+))
+(/usr/share/texmf/tex/latex/base/ifthen.sty
+Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
+)
+\bottomheight=\skip45
+\xunitlength=\skip46
+\yunitlength=\skip47
+\ticklength=\skip48
+\leftshift=\skip49
+\frameXleft=\skip50
+\frameYbottom=\skip51
+\tickrightedge=\skip52
+\textoffset=\skip53
+\captionoffset=\skip54
+\c@subbar=\count119
+\numberoffset=\skip55
+\lefttextoffset=\skip56
+\bgx=\skip57
+\bgy=\skip58
+\bgxa=\skip59
+\bgya=\skip60
+ (./bardiag.bar)
+\legendXo=\skip61
+\legendYo=\skip62
+\legendWidth=\skip63
+\legendHeight=\skip64
+\legenditemheight=\skip65
+\legendspacer=\skip66
+\legendRectWidth=\skip67
+\legendRectHeight=\skip68
+\lixcoor=\skip69
+\liycoor=\skip70
+\lixxcoor=\skip71
+\liyycoor=\skip72
+\liix=\skip73
+\liiix=\skip74
+\lShX=\skip75
+\lShXxx=\skip76
+\lShY=\skip77
+\lShYyy=\skip78
+\legendRectXo=\skip79
+\legendRectX=\skip80
+\legendRectYo=\skip81
+\legendRectY=\skip82
+\legendiyc=\skip83
+\ycoordnum=\skip84
+\ytick=\skip85
+
+BarDiag: Local configuration file bardiag.cfg loaded
+(./bardiag.cfg)) (/usr/share/texmf/tex/latex/graphics/graphicx.sty
+Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
+
+(/usr/share/texmf/tex/latex/graphics/graphics.sty
+Package: graphics 2001/07/07 v1.0n Standard LaTeX Graphics (DPC,SPQR)
+
+(/usr/share/texmf/tex/latex/graphics/trig.sty
+Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
+)
+(/usr/share/texmf/tex/latex/config/graphics.cfg
+File: graphics.cfg 2001/08/31 v1.1 graphics configuration of teTeX/TeXLive
+)
+Package graphics Info: Driver file: dvips.def on input line 80.
+)
+\Gin@req@height=\dimen122
+\Gin@req@width=\dimen123
+) (./diagrams.aux)
+\openout1 = `diagrams.aux'.
+
+LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 26.
+LaTeX Font Info: ... okay on input line 26.
+LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 26.
+LaTeX Font Info: ... okay on input line 26.
+LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 26.
+LaTeX Font Info: ... okay on input line 26.
+LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 26.
+LaTeX Font Info: ... okay on input line 26.
+LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 26.
+LaTeX Font Info: ... okay on input line 26.
+LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 26.
+LaTeX Font Info: ... okay on input line 26.
+-------------------- Geometry parameters
+paper: a4paper
+landscape: --
+twocolumn: --
+twoside: --
+asymmetric: --
+h-parts: 89.62709pt, 0.7\paperwidth , 89.6271pt (default)
+v-parts: 101.40665pt, 0.7\paperheight , 152.11pt (default)
+hmarginratio: 1:1
+vmarginratio: 2:3
+lines: --
+heightrounded: --
+bindingoffset: 0.0pt
+truedimen: --
+includehead: --
+includefoot: --
+includemp: --
+driver:
+-------------------- Page layout dimensions and switches
+\paperwidth 597.50787pt
+\paperheight 845.04684pt
+\textwidth 418.25368pt
+\textheight 591.5302pt
+\oddsidemargin 17.3571pt
+\evensidemargin 17.3571pt
+\topmargin 29.13666pt
+\headheight 0.0pt
+\headsep 0.0pt
+\footskip 0.0pt
+\marginparwidth 44.0pt
+\marginparsep 10.0pt
+\columnsep 10.0pt
+\skip\footins 10.8pt plus 4.0pt minus 2.0pt
+\hoffset 0.0pt
+\voffset 0.0pt
+\mag 1000
+
+(1in=72.27pt, 1cm=28.45pt)
+-----------------------
+
+(./src/1a.tex) (./src/1b.tex)
+
+LaTeX Warning: Float too large for page by 118.8397pt on input line 59.
+
+[1
+
+] (./src/2a.tex) (./src/2b.tex)
+
+LaTeX Warning: Float too large for page by 90.71239pt on input line 76.
+
+(./src/3.tex) (./src/4.tex)
+LaTeX Font Info: External font `cmex10' loaded for size
+(Font) <12> on input line 118.
+LaTeX Font Info: External font `cmex10' loaded for size
+(Font) <8> on input line 118.
+LaTeX Font Info: External font `cmex10' loaded for size
+(Font) <6> on input line 118.
+ (./src/4.tex)
+
+LaTeX Warning: Float too large for page by 79.83475pt on input line 121.
+
+(./src/5.tex) (./src/6.tex
+----- BagDiagWARNING:
+Too LARGE number of ticks: 100. Falling back to 20.
+TIP: try to change the betweenticks parameter.
+If you DO want such a large number of ticks,
+change the MAXnumberofticks parameter.
+Ignore this warning if you do not use ticks.
+-----
+) (./src/7.tex
+----- BagDiagWARNING:
+Too LARGE number of ticks: 100. Falling back to 20.
+TIP: try to change the betweenticks parameter.
+If you DO want such a large number of ticks,
+change the MAXnumberofticks parameter.
+Ignore this warning if you do not use ticks.
+-----
+) (./src/8.tex) [2] [3] [4] [5] [6] [7] [8] [9] (./diagrams.aux) )
+Here is how much of TeX's memory you used:
+ 2427 strings out of 95821
+ 29122 string characters out of 1195309
+ 218176 words of memory out of 1000001
+ 5319 multiletter control sequences out of 10000+50000
+ 7150 words of font info for 26 fonts, out of 500000 for 1000
+ 24 hyphenation exceptions out of 1000
+ 30i,18n,43p,212b,855s stack positions out of 1500i,500n,5000p,200000b,5000s
+
+Output written on diagrams.dvi (9 pages, 130920 bytes).
diff --git a/graphics/bardiag/doc/example/diagrams.ps b/graphics/bardiag/doc/example/diagrams.ps
new file mode 100644
index 0000000000..71ea42bd62
--- /dev/null
+++ b/graphics/bardiag/doc/example/diagrams.ps
@@ -0,0 +1,5088 @@
+%!PS-Adobe-2.0
+%%Creator: dvips(k) 5.92b Copyright 2002 Radical Eye Software
+%%Title: diagrams.dvi
+%%Pages: 9
+%%PageOrder: Ascend
+%%BoundingBox: 0 0 596 842
+%%DocumentFonts: CMR12 CMBX12 CMTT12 CMSY10
+%%EndComments
+%DVIPSWebPage: (www.radicaleye.com)
+%DVIPSCommandLine: dvips diagrams
+%DVIPSParameters: dpi=600, compressed
+%DVIPSSource: TeX output 2003.12.22:1024
+%%BeginProcSet: texc.pro
+%!
+/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
+N}B/A{dup}B/TR{translate}N/isls false N/vsize 11 72 mul N/hsize 8.5 72
+mul N/landplus90{false}def/@rigin{isls{[0 landplus90{1 -1}{-1 1}ifelse 0
+0 0]concat}if 72 Resolution div 72 VResolution div neg scale isls{
+landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div hsize
+mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul TR[
+matrix currentmatrix{A A round sub abs 0.00001 lt{round}if}forall round
+exch round exch]setmatrix}N/@landscape{/isls true N}B/@manualfeed{
+statusdict/manualfeed true put}B/@copies{/#copies X}B/FMat[1 0 0 -1 0 0]
+N/FBB[0 0 0 0]N/nn 0 N/IEn 0 N/ctr 0 N/df-tail{/nn 8 dict N nn begin
+/FontType 3 N/FontMatrix fntrx N/FontBBox FBB N string/base X array
+/BitMaps X/BuildChar{CharBuilder}N/Encoding IEn N end A{/foo setfont}2
+array copy cvx N load 0 nn put/ctr 0 N[}B/sf 0 N/df{/sf 1 N/fntrx FMat N
+df-tail}B/dfs{div/sf X/fntrx[sf 0 0 sf neg 0 0]N df-tail}B/E{pop nn A
+definefont setfont}B/Cw{Cd A length 5 sub get}B/Ch{Cd A length 4 sub get
+}B/Cx{128 Cd A length 3 sub get sub}B/Cy{Cd A length 2 sub get 127 sub}
+B/Cdx{Cd A length 1 sub get}B/Ci{Cd A type/stringtype ne{ctr get/ctr ctr
+1 add N}if}B/id 0 N/rw 0 N/rc 0 N/gp 0 N/cp 0 N/G 0 N/CharBuilder{save 3
+1 roll S A/base get 2 index get S/BitMaps get S get/Cd X pop/ctr 0 N Cdx
+0 Cx Cy Ch sub Cx Cw add Cy setcachedevice Cw Ch true[1 0 0 -1 -.1 Cx
+sub Cy .1 sub]/id Ci N/rw Cw 7 add 8 idiv string N/rc 0 N/gp 0 N/cp 0 N{
+rc 0 ne{rc 1 sub/rc X rw}{G}ifelse}imagemask restore}B/G{{id gp get/gp
+gp 1 add N A 18 mod S 18 idiv pl S get exec}loop}B/adv{cp add/cp X}B
+/chg{rw cp id gp 4 index getinterval putinterval A gp add/gp X adv}B/nd{
+/cp 0 N rw exit}B/lsh{rw cp 2 copy get A 0 eq{pop 1}{A 255 eq{pop 254}{
+A A add 255 and S 1 and or}ifelse}ifelse put 1 adv}B/rsh{rw cp 2 copy
+get A 0 eq{pop 128}{A 255 eq{pop 127}{A 2 idiv S 128 and or}ifelse}
+ifelse put 1 adv}B/clr{rw cp 2 index string putinterval adv}B/set{rw cp
+fillstr 0 4 index getinterval putinterval adv}B/fillstr 18 string 0 1 17
+{2 copy 255 put pop}for N/pl[{adv 1 chg}{adv 1 chg nd}{1 add chg}{1 add
+chg nd}{adv lsh}{adv lsh nd}{adv rsh}{adv rsh nd}{1 add adv}{/rc X nd}{
+1 add set}{1 add clr}{adv 2 chg}{adv 2 chg nd}{pop nd}]A{bind pop}
+forall N/D{/cc X A type/stringtype ne{]}if nn/base get cc ctr put nn
+/BitMaps get S ctr S sf 1 ne{A A length 1 sub A 2 index S get sf div put
+}if put/ctr ctr 1 add N}B/I{cc 1 add D}B/bop{userdict/bop-hook known{
+bop-hook}if/SI save N @rigin 0 0 moveto/V matrix currentmatrix A 1 get A
+mul exch 0 get A mul add .99 lt{/QV}{/RV}ifelse load def pop pop}N/eop{
+SI restore userdict/eop-hook known{eop-hook}if showpage}N/@start{
+userdict/start-hook known{start-hook}if pop/VResolution X/Resolution X
+1000 div/DVImag X/IEn 256 array N 2 string 0 1 255{IEn S A 360 add 36 4
+index cvrs cvn put}for pop 65781.76 div/vsize X 65781.76 div/hsize X}N
+/p{show}N/RMat[1 0 0 -1 0 0]N/BDot 260 string N/Rx 0 N/Ry 0 N/V{}B/RV/v{
+/Ry X/Rx X V}B statusdict begin/product where{pop false[(Display)(NeXT)
+(LaserWriter 16/600)]{A length product length le{A length product exch 0
+exch getinterval eq{pop true exit}if}{pop}ifelse}forall}{false}ifelse
+end{{gsave TR -.1 .1 TR 1 1 scale Rx Ry false RMat{BDot}imagemask
+grestore}}{{gsave TR -.1 .1 TR Rx Ry scale 1 1 false RMat{BDot}
+imagemask grestore}}ifelse B/QV{gsave newpath transform round exch round
+exch itransform moveto Rx 0 rlineto 0 Ry neg rlineto Rx neg 0 rlineto
+fill grestore}B/a{moveto}B/delta 0 N/tail{A/delta X 0 rmoveto}B/M{S p
+delta add tail}B/b{S p tail}B/c{-4 M}B/d{-3 M}B/e{-2 M}B/f{-1 M}B/g{0 M}
+B/h{1 M}B/i{2 M}B/j{3 M}B/k{4 M}B/w{0 rmoveto}B/l{p -4 w}B/m{p -3 w}B/n{
+p -2 w}B/o{p -1 w}B/q{p 1 w}B/r{p 2 w}B/s{p 3 w}B/t{p 4 w}B/x{0 S
+rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end
+
+%%EndProcSet
+%%BeginProcSet: pstricks.pro
+%!
+% PostScript prologue for pstricks.tex.
+% Version 97 patch 3, 98/06/01
+% For distribution, see pstricks.tex.
+%
+/tx@Dict 200 dict def tx@Dict begin
+/ADict 25 dict def
+/CM { matrix currentmatrix } bind def
+/SLW /setlinewidth load def
+/CLW /currentlinewidth load def
+/CP /currentpoint load def
+/ED { exch def } bind def
+/L /lineto load def
+/T /translate load def
+/TMatrix { } def
+/RAngle { 0 } def
+/Atan { /atan load stopped { pop pop 0 } if } def
+/Div { dup 0 eq { pop } { div } ifelse } def
+/NET { neg exch neg exch T } def
+/Pyth { dup mul exch dup mul add sqrt } def
+/PtoC { 2 copy cos mul 3 1 roll sin mul } def
+/PathLength@ { /z z y y1 sub x x1 sub Pyth add def /y1 y def /x1 x def }
+def
+/PathLength { flattenpath /z 0 def { /y1 ED /x1 ED /y2 y1 def /x2 x1 def
+} { /y ED /x ED PathLength@ } {} { /y y2 def /x x2 def PathLength@ }
+/pathforall load stopped { pop pop pop pop } if z } def
+/STP { .996264 dup scale } def
+/STV { SDict begin normalscale end STP } def
+/DashLine { dup 0 gt { /a .5 def PathLength exch div } { pop /a 1 def
+PathLength } ifelse /b ED /x ED /y ED /z y x add def b a .5 sub 2 mul y
+mul sub z Div round z mul a .5 sub 2 mul y mul add b exch Div dup y mul
+/y ED x mul /x ED x 0 gt y 0 gt and { [ y x ] 1 a sub y mul } { [ 1 0 ]
+0 } ifelse setdash stroke } def
+/DotLine { /b PathLength def /a ED /z ED /y CLW def /z y z add def a 0 gt
+{ /b b a div def } { a 0 eq { /b b y sub def } { a -3 eq { /b b y add
+def } if } ifelse } ifelse [ 0 b b z Div round Div dup 0 le { pop 1 } if
+] a 0 gt { 0 } { y 2 div a -2 gt { neg } if } ifelse setdash 1
+setlinecap stroke } def
+/LineFill { gsave abs CLW add /a ED a 0 dtransform round exch round exch
+2 copy idtransform exch Atan rotate idtransform pop /a ED .25 .25
+% DG/SR modification begin - Dec. 12, 1997 - Patch 2
+%itransform translate pathbbox /y2 ED a Div ceiling cvi /x2 ED /y1 ED a
+itransform pathbbox /y2 ED a Div ceiling cvi /x2 ED /y1 ED a
+% DG/SR modification end
+Div cvi /x1 ED /y2 y2 y1 sub def clip newpath 2 setlinecap systemdict
+/setstrokeadjust known { true setstrokeadjust } if x2 x1 sub 1 add { x1
+% DG/SR modification begin - Jun. 1, 1998 - Patch 3 (from Michael Vulis)
+% a mul y1 moveto 0 y2 rlineto stroke /x1 x1 1 add def } repeat grestore }
+% def
+a mul y1 moveto 0 y2 rlineto stroke /x1 x1 1 add def } repeat grestore
+pop pop } def
+% DG/SR modification end
+/BeginArrow { ADict begin /@mtrx CM def gsave 2 copy T 2 index sub neg
+exch 3 index sub exch Atan rotate newpath } def
+/EndArrow { @mtrx setmatrix CP grestore end } def
+/Arrow { CLW mul add dup 2 div /w ED mul dup /h ED mul /a ED { 0 h T 1 -1
+scale } if w neg h moveto 0 0 L w h L w neg a neg rlineto gsave fill
+grestore } def
+/Tbar { CLW mul add /z ED z -2 div CLW 2 div moveto z 0 rlineto stroke 0
+CLW moveto } def
+/Bracket { CLW mul add dup CLW sub 2 div /x ED mul CLW add /y ED /z CLW 2
+div def x neg y moveto x neg CLW 2 div L x CLW 2 div L x y L stroke 0
+CLW moveto } def
+/RoundBracket { CLW mul add dup 2 div /x ED mul /y ED /mtrx CM def 0 CLW
+2 div T x y mul 0 ne { x y scale } if 1 1 moveto .85 .5 .35 0 0 0
+curveto -.35 0 -.85 .5 -1 1 curveto mtrx setmatrix stroke 0 CLW moveto }
+def
+/SD { 0 360 arc fill } def
+/EndDot { { /z DS def } { /z 0 def } ifelse /b ED 0 z DS SD b { 0 z DS
+CLW sub SD } if 0 DS z add CLW 4 div sub moveto } def
+/Shadow { [ { /moveto load } { /lineto load } { /curveto load } {
+/closepath load } /pathforall load stopped { pop pop pop pop CP /moveto
+load } if ] cvx newpath 3 1 roll T exec } def
+/NArray { aload length 2 div dup dup cvi eq not { exch pop } if /n exch
+cvi def } def
+/NArray { /f ED counttomark 2 div dup cvi /n ED n eq not { exch pop } if
+f { ] aload /Points ED } { n 2 mul 1 add -1 roll pop } ifelse } def
+/Line { NArray n 0 eq not { n 1 eq { 0 0 /n 2 def } if ArrowA /n n 2 sub
+def n { Lineto } repeat CP 4 2 roll ArrowB L pop pop } if } def
+/Arcto { /a [ 6 -2 roll ] cvx def a r /arcto load stopped { 5 } { 4 }
+ifelse { pop } repeat a } def
+/CheckClosed { dup n 2 mul 1 sub index eq 2 index n 2 mul 1 add index eq
+and { pop pop /n n 1 sub def } if } def
+/Polygon { NArray n 2 eq { 0 0 /n 3 def } if n 3 lt { n { pop pop }
+repeat } { n 3 gt { CheckClosed } if n 2 mul -2 roll /y0 ED /x0 ED /y1
+ED /x1 ED x1 y1 /x1 x0 x1 add 2 div def /y1 y0 y1 add 2 div def x1 y1
+moveto /n n 2 sub def n { Lineto } repeat x1 y1 x0 y0 6 4 roll Lineto
+Lineto pop pop closepath } ifelse } def
+/Diamond { /mtrx CM def T rotate /h ED /w ED dup 0 eq { pop } { CLW mul
+neg /d ED /a w h Atan def /h d a sin Div h add def /w d a cos Div w add
+def } ifelse mark w 2 div h 2 div w 0 0 h neg w neg 0 0 h w 2 div h 2
+div /ArrowA { moveto } def /ArrowB { } def false Line closepath mtrx
+setmatrix } def
+% DG modification begin - Jan. 15, 1997
+%/Triangle { /mtrx CM def translate rotate /h ED 2 div /w ED dup 0 eq {
+%pop } { CLW mul /d ED /h h d w h Atan sin Div sub def /w w d h w Atan 2
+%div dup cos exch sin Div mul sub def } ifelse mark 0 d w neg d 0 h w d 0
+%d /ArrowA { moveto } def /ArrowB { } def false Line closepath mtrx
+%setmatrix } def
+/Triangle { /mtrx CM def translate rotate /h ED 2 div /w ED dup
+CLW mul /d ED /h h d w h Atan sin Div sub def /w w d h w Atan 2
+div dup cos exch sin Div mul sub def mark 0 d w neg d 0 h w d 0
+d /ArrowA { moveto } def /ArrowB { } def false Line closepath mtrx
+% DG/SR modification begin - Jun. 1, 1998 - Patch 3 (from Michael Vulis)
+% setmatrix } def
+setmatrix pop } def
+% DG/SR modification end
+/CCA { /y ED /x ED 2 copy y sub /dy1 ED x sub /dx1 ED /l1 dx1 dy1 Pyth
+def } def
+/CCA { /y ED /x ED 2 copy y sub /dy1 ED x sub /dx1 ED /l1 dx1 dy1 Pyth
+def } def
+/CC { /l0 l1 def /x1 x dx sub def /y1 y dy sub def /dx0 dx1 def /dy0 dy1
+def CCA /dx dx0 l1 c exp mul dx1 l0 c exp mul add def /dy dy0 l1 c exp
+mul dy1 l0 c exp mul add def /m dx0 dy0 Atan dx1 dy1 Atan sub 2 div cos
+abs b exp a mul dx dy Pyth Div 2 div def /x2 x l0 dx mul m mul sub def
+/y2 y l0 dy mul m mul sub def /dx l1 dx mul m mul neg def /dy l1 dy mul
+m mul neg def } def
+/IC { /c c 1 add def c 0 lt { /c 0 def } { c 3 gt { /c 3 def } if }
+ifelse /a a 2 mul 3 div 45 cos b exp div def CCA /dx 0 def /dy 0 def }
+def
+/BOC { IC CC x2 y2 x1 y1 ArrowA CP 4 2 roll x y curveto } def
+/NC { CC x1 y1 x2 y2 x y curveto } def
+/EOC { x dx sub y dy sub 4 2 roll ArrowB 2 copy curveto } def
+/BAC { IC CC x y moveto CC x1 y1 CP ArrowA } def
+/NAC { x2 y2 x y curveto CC x1 y1 } def
+/EAC { x2 y2 x y ArrowB curveto pop pop } def
+/OpenCurve { NArray n 3 lt { n { pop pop } repeat } { BOC /n n 3 sub def
+n { NC } repeat EOC } ifelse } def
+/AltCurve { { false NArray n 2 mul 2 roll [ n 2 mul 3 sub 1 roll ] aload
+/Points ED n 2 mul -2 roll } { false NArray } ifelse n 4 lt { n { pop
+pop } repeat } { BAC /n n 4 sub def n { NAC } repeat EAC } ifelse } def
+/ClosedCurve { NArray n 3 lt { n { pop pop } repeat } { n 3 gt {
+CheckClosed } if 6 copy n 2 mul 6 add 6 roll IC CC x y moveto n { NC }
+repeat closepath pop pop } ifelse } def
+/SQ { /r ED r r moveto r r neg L r neg r neg L r neg r L fill } def
+/ST { /y ED /x ED x y moveto x neg y L 0 x L fill } def
+/SP { /r ED gsave 0 r moveto 4 { 72 rotate 0 r L } repeat fill grestore }
+def
+/FontDot { DS 2 mul dup matrix scale matrix concatmatrix exch matrix
+rotate matrix concatmatrix exch findfont exch makefont setfont } def
+/Rect { x1 y1 y2 add 2 div moveto x1 y2 lineto x2 y2 lineto x2 y1 lineto
+x1 y1 lineto closepath } def
+/OvalFrame { x1 x2 eq y1 y2 eq or { pop pop x1 y1 moveto x2 y2 L } { y1
+y2 sub abs x1 x2 sub abs 2 copy gt { exch pop } { pop } ifelse 2 div
+exch { dup 3 1 roll mul exch } if 2 copy lt { pop } { exch pop } ifelse
+/b ED x1 y1 y2 add 2 div moveto x1 y2 x2 y2 b arcto x2 y2 x2 y1 b arcto
+x2 y1 x1 y1 b arcto x1 y1 x1 y2 b arcto 16 { pop } repeat closepath }
+ifelse } def
+/Frame { CLW mul /a ED 3 -1 roll 2 copy gt { exch } if a sub /y2 ED a add
+/y1 ED 2 copy gt { exch } if a sub /x2 ED a add /x1 ED 1 index 0 eq {
+pop pop Rect } { OvalFrame } ifelse } def
+/BezierNArray { /f ED counttomark 2 div dup cvi /n ED n eq not { exch pop
+} if n 1 sub neg 3 mod 3 add 3 mod { 0 0 /n n 1 add def } repeat f { ]
+aload /Points ED } { n 2 mul 1 add -1 roll pop } ifelse } def
+/OpenBezier { BezierNArray n 1 eq { pop pop } { ArrowA n 4 sub 3 idiv { 6
+2 roll 4 2 roll curveto } repeat 6 2 roll 4 2 roll ArrowB curveto }
+ifelse } def
+/ClosedBezier { BezierNArray n 1 eq { pop pop } { moveto n 1 sub 3 idiv {
+6 2 roll 4 2 roll curveto } repeat closepath } ifelse } def
+/BezierShowPoints { gsave Points aload length 2 div cvi /n ED moveto n 1
+sub { lineto } repeat CLW 2 div SLW [ 4 4 ] 0 setdash stroke grestore }
+def
+/Parab { /y0 exch def /x0 exch def /y1 exch def /x1 exch def /dx x0 x1
+sub 3 div def /dy y0 y1 sub 3 div def x0 dx sub y0 dy add x1 y1 ArrowA
+x0 dx add y0 dy add x0 2 mul x1 sub y1 ArrowB curveto /Points [ x1 y1 x0
+y0 x0 2 mul x1 sub y1 ] def } def
+/Grid { newpath /a 4 string def /b ED /c ED /n ED cvi dup 1 lt { pop 1 }
+if /s ED s div dup 0 eq { pop 1 } if /dy ED s div dup 0 eq { pop 1 } if
+/dx ED dy div round dy mul /y0 ED dx div round dx mul /x0 ED dy div
+round cvi /y2 ED dx div round cvi /x2 ED dy div round cvi /y1 ED dx div
+round cvi /x1 ED /h y2 y1 sub 0 gt { 1 } { -1 } ifelse def /w x2 x1 sub
+0 gt { 1 } { -1 } ifelse def b 0 gt { /z1 b 4 div CLW 2 div add def
+/Helvetica findfont b scalefont setfont /b b .95 mul CLW 2 div add def }
+if systemdict /setstrokeadjust known { true setstrokeadjust /t { } def }
+{ /t { transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add
+exch itransform } bind def } ifelse gsave n 0 gt { 1 setlinecap [ 0 dy n
+div ] dy n div 2 div setdash } { 2 setlinecap } ifelse /i x1 def /f y1
+dy mul n 0 gt { dy n div 2 div h mul sub } if def /g y2 dy mul n 0 gt {
+dy n div 2 div h mul add } if def x2 x1 sub w mul 1 add dup 1000 gt {
+pop 1000 } if { i dx mul dup y0 moveto b 0 gt { gsave c i a cvs dup
+stringwidth pop /z2 ED w 0 gt {z1} {z1 z2 add neg} ifelse h 0 gt {b neg}
+{z1} ifelse rmoveto show grestore } if dup t f moveto g t L stroke /i i
+w add def } repeat grestore gsave n 0 gt
+% DG/SR modification begin - Nov. 7, 1997 - Patch 1
+%{ 1 setlinecap [ 0 dx n div ] dy n div 2 div setdash }
+{ 1 setlinecap [ 0 dx n div ] dx n div 2 div setdash }
+% DG/SR modification end
+{ 2 setlinecap } ifelse /i y1 def /f x1 dx mul
+n 0 gt { dx n div 2 div w mul sub } if def /g x2 dx mul n 0 gt { dx n
+div 2 div w mul add } if def y2 y1 sub h mul 1 add dup 1000 gt { pop
+1000 } if { newpath i dy mul dup x0 exch moveto b 0 gt { gsave c i a cvs
+dup stringwidth pop /z2 ED w 0 gt {z1 z2 add neg} {z1} ifelse h 0 gt
+{z1} {b neg} ifelse rmoveto show grestore } if dup f exch t moveto g
+exch t L stroke /i i h add def } repeat grestore } def
+/ArcArrow { /d ED /b ED /a ED gsave newpath 0 -1000 moveto clip newpath 0
+1 0 0 b grestore c mul /e ED pop pop pop r a e d PtoC y add exch x add
+exch r a PtoC y add exch x add exch b pop pop pop pop a e d CLW 8 div c
+mul neg d } def
+/Ellipse { /mtrx CM def T scale 0 0 1 5 3 roll arc mtrx setmatrix } def
+/Rot { CP CP translate 3 -1 roll neg rotate NET } def
+/RotBegin { tx@Dict /TMatrix known not { /TMatrix { } def /RAngle { 0 }
+def } if /TMatrix [ TMatrix CM ] cvx def /a ED a Rot /RAngle [ RAngle
+dup a add ] cvx def } def
+/RotEnd { /TMatrix [ TMatrix setmatrix ] cvx def /RAngle [ RAngle pop ]
+cvx def } def
+/PutCoor { gsave CP T CM STV exch exec moveto setmatrix CP grestore } def
+/PutBegin { /TMatrix [ TMatrix CM ] cvx def CP 4 2 roll T moveto } def
+/PutEnd { CP /TMatrix [ TMatrix setmatrix ] cvx def moveto } def
+/Uput { /a ED add 2 div /h ED 2 div /w ED /s a sin def /c a cos def /b s
+abs c abs 2 copy gt dup /q ED { pop } { exch pop } ifelse def /w1 c b
+div w mul def /h1 s b div h mul def q { w1 abs w sub dup c mul abs } {
+h1 abs h sub dup s mul abs } ifelse } def
+/UUput { /z ED abs /y ED /x ED q { x s div c mul abs y gt } { x c div s
+mul abs y gt } ifelse { x x mul y y mul sub z z mul add sqrt z add } { q
+{ x s div } { x c div } ifelse abs } ifelse a PtoC h1 add exch w1 add
+exch } def
+/BeginOL { dup (all) eq exch TheOL eq or { IfVisible not { Visible
+/IfVisible true def } if } { IfVisible { Invisible /IfVisible false def
+} if } ifelse } def
+/InitOL { /OLUnit [ 3000 3000 matrix defaultmatrix dtransform ] cvx def
+/Visible { CP OLUnit idtransform T moveto } def /Invisible { CP OLUnit
+neg exch neg exch idtransform T moveto } def /BOL { BeginOL } def
+/IfVisible true def } def
+end
+% END pstricks.pro
+
+%%EndProcSet
+%%BeginProcSet: pst-dots.pro
+%!PS-Adobe-2.0
+%%Title: Dot Font for PSTricks
+%%Creator: Timothy Van Zandt <tvz@Princeton.EDU>
+%%Creation Date: May 7, 1993
+%% Version 97 patch 1, 99/12/16
+%% Modified by Etienne Riga <etienne.riga@skynet.be> - Dec. 16, 1999
+%% to add /Diamond, /SolidDiamond and /BoldDiamond
+10 dict dup begin
+ /FontType 3 def
+ /FontMatrix [ .001 0 0 .001 0 0 ] def
+ /FontBBox [ 0 0 0 0 ] def
+ /Encoding 256 array def
+ 0 1 255 { Encoding exch /.notdef put } for
+ Encoding
+ dup (b) 0 get /Bullet put
+ dup (c) 0 get /Circle put
+ dup (C) 0 get /BoldCircle put
+ dup (u) 0 get /SolidTriangle put
+ dup (t) 0 get /Triangle put
+ dup (T) 0 get /BoldTriangle put
+ dup (r) 0 get /SolidSquare put
+ dup (s) 0 get /Square put
+ dup (S) 0 get /BoldSquare put
+ dup (q) 0 get /SolidPentagon put
+ dup (p) 0 get /Pentagon put
+ dup (P) 0 get /BoldPentagon put
+% DG/SR modification begin - Dec. 16, 1999 - From Etienne Riga
+ dup (l) 0 get /SolidDiamond put
+ dup (d) 0 get /Diamond put
+ (D) 0 get /BoldDiamond put
+% DG/SR modification end
+ /Metrics 13 dict def
+ Metrics begin
+ /Bullet 1000 def
+ /Circle 1000 def
+ /BoldCircle 1000 def
+ /SolidTriangle 1344 def
+ /Triangle 1344 def
+ /BoldTriangle 1344 def
+ /SolidSquare 886 def
+ /Square 886 def
+ /BoldSquare 886 def
+ /SolidPentagon 1093.2 def
+ /Pentagon 1093.2 def
+ /BoldPentagon 1093.2 def
+% DG/SR modification begin - Dec. 16, 1999 - From Etienne Riga
+ /SolidDiamond 1008 def
+ /Diamond 1008 def
+ /BoldDiamond 1008 def
+% DG/SR modification end
+ /.notdef 0 def
+ end
+ /BBoxes 13 dict def
+ BBoxes begin
+ /Circle { -550 -550 550 550 } def
+ /BoldCircle /Circle load def
+ /Bullet /Circle load def
+ /Triangle { -571.5 -330 571.5 660 } def
+ /BoldTriangle /Triangle load def
+ /SolidTriangle /Triangle load def
+ /Square { -450 -450 450 450 } def
+ /BoldSquare /Square load def
+ /SolidSquare /Square load def
+ /Pentagon { -546.6 -465 546.6 574.7 } def
+ /BoldPentagon /Pentagon load def
+ /SolidPentagon /Pentagon load def
+% DG/SR modification begin - Dec. 16, 1999 - From Etienne Riga
+ /Diamond { -428.5 -742.5 428.5 742.5 } def
+ /BoldDiamond /Diamond load def
+ /SolidDiamond /Diamond load def
+% DG/SR modification end
+ /.notdef { 0 0 0 0 } def
+ end
+ /CharProcs 20 dict def
+ CharProcs begin
+ /Adjust {
+ 2 copy dtransform floor .5 add exch floor .5 add exch idtransform
+ 3 -1 roll div 3 1 roll exch div exch scale
+ } def
+ /CirclePath { 0 0 500 0 360 arc closepath } def
+ /Bullet { 500 500 Adjust CirclePath fill } def
+ /Circle { 500 500 Adjust CirclePath .9 .9 scale CirclePath
+ eofill } def
+ /BoldCircle { 500 500 Adjust CirclePath .8 .8 scale CirclePath
+ eofill } def
+ /BoldCircle { CirclePath .8 .8 scale CirclePath eofill } def
+ /TrianglePath { 0 660 moveto -571.5 -330 lineto 571.5 -330 lineto
+ closepath } def
+ /SolidTriangle { TrianglePath fill } def
+ /Triangle { TrianglePath .85 .85 scale TrianglePath eofill } def
+ /BoldTriangle { TrianglePath .7 .7 scale TrianglePath eofill } def
+ /SquarePath { -450 450 moveto 450 450 lineto 450 -450 lineto
+ -450 -450 lineto closepath } def
+ /SolidSquare { SquarePath fill } def
+ /Square { SquarePath .89 .89 scale SquarePath eofill } def
+ /BoldSquare { SquarePath .78 .78 scale SquarePath eofill } def
+ /PentagonPath {
+ -337.8 -465 moveto
+ 337.8 -465 lineto
+ 546.6 177.6 lineto
+ 0 574.7 lineto
+ -546.6 177.6 lineto
+ closepath
+ } def
+ /SolidPentagon { PentagonPath fill } def
+ /Pentagon { PentagonPath .89 .89 scale PentagonPath eofill } def
+ /BoldPentagon { PentagonPath .78 .78 scale PentagonPath eofill } def
+% DG/SR modification begin - Dec. 16, 1999 - From Etienne Riga
+ /DiamondPath { 0 742.5 moveto -428.5 0 lineto 0 -742.5 lineto
+ 428.5 0 lineto closepath } def
+ /SolidDiamond { DiamondPath fill } def
+ /Diamond { DiamondPath .85 .85 scale DiamondPath eofill } def
+ /BoldDiamond { DiamondPath .7 .7 scale DiamondPath eofill } def
+% DG/SR modification end
+ /.notdef { } def
+ end
+ /BuildGlyph {
+ exch
+ begin
+ Metrics 1 index get exec 0
+ BBoxes 3 index get exec
+ setcachedevice
+ CharProcs begin load exec end
+ end
+ } def
+ /BuildChar {
+ 1 index /Encoding get exch get
+ 1 index /BuildGlyph get exec
+ } bind def
+end
+/PSTricksDotFont exch definefont pop
+%END pst-dots.pro
+
+%%EndProcSet
+%%BeginProcSet: pst-grad.pro
+%!
+% PostScript prologue for pst-grad.tex.
+% Version 97, 93/05/12
+% For distribution, see pstricks.tex.
+%
+% For the PSTricks gradient fillstyle.
+%
+% Based on some EPS files by leeweyr!bill@nuchat.sccsi.com (W. R. Lee).
+%
+% Syntax:
+% R0 G0 B0 R1 G1 B1 NumLines MidPoint Angle GradientFill
+
+/tx@GradientDict 40 dict def
+tx@GradientDict begin
+/GradientFill {
+ rotate
+ /MidPoint ED
+ /NumLines ED
+ /LastBlue ED
+ /LastGreen ED
+ /LastRed ED
+ /FirstBlue ED
+ /FirstGreen ED
+ /FirstRed ED
+ % This avoids gaps due to rounding errors:
+ clip
+ pathbbox %leave llx,lly,urx,ury on stack
+ /y ED /x ED
+ 2 copy translate
+ y sub neg /y ED
+ x sub neg /x ED
+ % This avoids gaps due to rounding errors:
+ LastRed FirstRed add 2 div
+ LastGreen FirstGreen add 2 div
+ LastBlue FirstBlue add 2 div
+ setrgbcolor
+ fill
+ /YSizePerLine y NumLines div def
+ /CurrentY 0 def
+ /MidLine NumLines 1 MidPoint sub mul abs cvi def
+ MidLine NumLines 2 sub gt
+ { /MidLine NumLines def }
+ { MidLine 2 lt { /MidLine 0 def } if }
+ ifelse
+ MidLine 0 gt
+ {
+ /Red FirstRed def
+ /Green FirstGreen def
+ /Blue FirstBlue def
+ /RedIncrement LastRed FirstRed sub MidLine 1 sub div def
+ /GreenIncrement LastGreen FirstGreen sub MidLine 1 sub div def
+ /BlueIncrement LastBlue FirstBlue sub MidLine 1 sub div def
+ MidLine { GradientLoop } repeat
+ } if
+ MidLine NumLines lt
+ {
+ /Red LastRed def
+ /Green LastGreen def
+ /Blue LastBlue def
+ /RedIncrement FirstRed LastRed sub NumLines MidLine sub 1 sub div def
+ /GreenIncrement FirstGreen LastGreen sub NumLines MidLine sub 1 sub div def
+ /BlueIncrement FirstBlue LastBlue sub NumLines MidLine sub 1 sub div def
+ NumLines MidLine sub { GradientLoop } repeat
+ } if
+} def
+/GradientLoop {
+ 0 CurrentY moveto
+ x 0 rlineto
+ 0 YSizePerLine rlineto
+ x neg 0 rlineto
+ closepath
+ Red Green Blue setrgbcolor fill
+ /CurrentY CurrentY YSizePerLine add def
+ /Blue Blue BlueIncrement add def
+ /Green Green GreenIncrement add def
+ /Red Red RedIncrement add def
+} def
+
+end
+% END pst-grad.pro
+
+%%EndProcSet
+%%BeginProcSet: f7b6d320.enc
+% Thomas Esser, Dec 2002. public domain
+%
+% Encoding for:
+% cmb10 cmbx10 cmbx12 cmbx5 cmbx6 cmbx7 cmbx8 cmbx9 cmbxsl10
+% cmdunh10 cmr10 cmr12 cmr17cmr6 cmr7 cmr8 cmr9 cmsl10 cmsl12 cmsl8
+% cmsl9 cmss10cmss12 cmss17 cmss8 cmss9 cmssbx10 cmssdc10 cmssi10
+% cmssi12 cmssi17 cmssi8cmssi9 cmssq8 cmssqi8 cmvtt10
+%
+/TeXf7b6d320Encoding [
+/Gamma /Delta /Theta /Lambda /Xi /Pi /Sigma /Upsilon /Phi /Psi /Omega
+/ff /fi /fl /ffi /ffl /dotlessi /dotlessj /grave /acute /caron /breve
+/macron /ring /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
+/suppress /exclam /quotedblright /numbersign /dollar /percent /ampersand
+/quoteright /parenleft /parenright /asterisk /plus /comma /hyphen
+/period /slash /zero /one /two /three /four /five /six /seven /eight
+/nine /colon /semicolon /exclamdown /equal /questiondown /question /at
+/A /B /C /D /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X
+/Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent
+/quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u
+/v /w /x /y /z /endash /emdash /hungarumlaut /tilde /dieresis /suppress
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space
+/Gamma /Delta /Theta /Lambda /Xi /Pi /Sigma /Upsilon /Phi /Psi /.notdef
+/.notdef /Omega /ff /fi /fl /ffi /ffl /dotlessi /dotlessj /grave /acute
+/caron /breve /macron /ring /cedilla /germandbls /ae /oe /oslash /AE
+/OE /Oslash /suppress /dieresis /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+] def
+
+%%EndProcSet
+%%BeginProcSet: 09fbbfac.enc
+% Thomas Esser, Dec 2002. public domain
+%
+% Encoding for:
+% cmsltt10 cmtt10 cmtt12 cmtt8 cmtt9
+/TeX09fbbfacEncoding [
+/Gamma /Delta /Theta /Lambda /Xi /Pi /Sigma /Upsilon /Phi /Psi
+/Omega /arrowup /arrowdown /quotesingle /exclamdown /questiondown
+/dotlessi /dotlessj /grave /acute /caron /breve /macron /ring /cedilla
+/germandbls /ae /oe /oslash /AE /OE /Oslash /visiblespace /exclam
+/quotedbl /numbersign /dollar /percent /ampersand /quoteright /parenleft
+/parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
+/two /three /four /five /six /seven /eight /nine /colon /semicolon /less
+/equal /greater /question /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N
+/O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash /bracketright
+/asciicircum /underscore /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l
+/m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright
+/asciitilde /dieresis /visiblespace /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /space /Gamma /Delta /Theta /Lambda /Xi /Pi
+/Sigma /Upsilon /Phi /Psi /.notdef /.notdef /Omega /arrowup /arrowdown
+/quotesingle /exclamdown /questiondown /dotlessi /dotlessj /grave /acute
+/caron /breve /macron /ring /cedilla /germandbls /ae /oe /oslash /AE
+/OE /Oslash /visiblespace /dieresis /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+] def
+
+%%EndProcSet
+%%BeginProcSet: bbad153f.enc
+% Thomas Esser, Dec 2002. public domain
+%
+% Encoding for:
+% cmsy10 cmsy5 cmsy6 cmsy7 cmsy8 cmsy9
+%
+/TeXbbad153fEncoding [
+/minus /periodcentered /multiply /asteriskmath /divide /diamondmath
+/plusminus /minusplus /circleplus /circleminus /circlemultiply
+/circledivide /circledot /circlecopyrt /openbullet /bullet
+/equivasymptotic /equivalence /reflexsubset /reflexsuperset /lessequal
+/greaterequal /precedesequal /followsequal /similar /approxequal
+/propersubset /propersuperset /lessmuch /greatermuch /precedes /follows
+/arrowleft /arrowright /arrowup /arrowdown /arrowboth /arrownortheast
+/arrowsoutheast /similarequal /arrowdblleft /arrowdblright /arrowdblup
+/arrowdbldown /arrowdblboth /arrownorthwest /arrowsouthwest /proportional
+/prime /infinity /element /owner /triangle /triangleinv /negationslash
+/mapsto /universal /existential /logicalnot /emptyset /Rfractur /Ifractur
+/latticetop /perpendicular /aleph /A /B /C /D /E /F /G /H /I /J /K
+/L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /union /intersection
+/unionmulti /logicaland /logicalor /turnstileleft /turnstileright
+/floorleft /floorright /ceilingleft /ceilingright /braceleft /braceright
+/angbracketleft /angbracketright /bar /bardbl /arrowbothv /arrowdblbothv
+/backslash /wreathproduct /radical /coproduct /nabla /integral
+/unionsq /intersectionsq /subsetsqequal /supersetsqequal /section
+/dagger /daggerdbl /paragraph /club /diamond /heart /spade /arrowleft
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/minus /periodcentered /multiply /asteriskmath /divide /diamondmath
+/plusminus /minusplus /circleplus /circleminus /.notdef /.notdef
+/circlemultiply /circledivide /circledot /circlecopyrt /openbullet
+/bullet /equivasymptotic /equivalence /reflexsubset /reflexsuperset
+/lessequal /greaterequal /precedesequal /followsequal /similar
+/approxequal /propersubset /propersuperset /lessmuch /greatermuch
+/precedes /follows /arrowleft /spade /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
+] def
+
+%%EndProcSet
+%%BeginProcSet: texps.pro
+%!
+TeXDict begin/rf{findfont dup length 1 add dict begin{1 index/FID ne 2
+index/UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll
+exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]FontType 0
+ne{/Metrics exch def dict begin Encoding{exch dup type/integertype ne{
+pop pop 1 sub dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get
+div def}ifelse}forall Metrics/Metrics currentdict end def}{{1 index type
+/nametype eq{exit}if exch pop}loop}ifelse[2 index currentdict end
+definefont 3 -1 roll makefont/setfont cvx]cvx def}def/ObliqueSlant{dup
+sin S cos div neg}B/SlantFont{4 index mul add}def/ExtendFont{3 -1 roll
+mul exch}def/ReEncodeFont{CharStrings rcheck{/Encoding false def dup[
+exch{dup CharStrings exch known not{pop/.notdef/Encoding true def}if}
+forall Encoding{]exch pop}{cleartomark}ifelse}if/Encoding exch def}def
+end
+
+%%EndProcSet
+%%BeginProcSet: special.pro
+%!
+TeXDict begin/SDict 200 dict N SDict begin/@SpecialDefaults{/hs 612 N
+/vs 792 N/ho 0 N/vo 0 N/hsc 1 N/vsc 1 N/ang 0 N/CLIP 0 N/rwiSeen false N
+/rhiSeen false N/letter{}N/note{}N/a4{}N/legal{}N}B/@scaleunit 100 N
+/@hscale{@scaleunit div/hsc X}B/@vscale{@scaleunit div/vsc X}B/@hsize{
+/hs X/CLIP 1 N}B/@vsize{/vs X/CLIP 1 N}B/@clip{/CLIP 2 N}B/@hoffset{/ho
+X}B/@voffset{/vo X}B/@angle{/ang X}B/@rwi{10 div/rwi X/rwiSeen true N}B
+/@rhi{10 div/rhi X/rhiSeen true N}B/@llx{/llx X}B/@lly{/lly X}B/@urx{
+/urx X}B/@ury{/ury X}B/magscale true def end/@MacSetUp{userdict/md known
+{userdict/md get type/dicttype eq{userdict begin md length 10 add md
+maxlength ge{/md md dup length 20 add dict copy def}if end md begin
+/letter{}N/note{}N/legal{}N/od{txpose 1 0 mtx defaultmatrix dtransform S
+atan/pa X newpath clippath mark{transform{itransform moveto}}{transform{
+itransform lineto}}{6 -2 roll transform 6 -2 roll transform 6 -2 roll
+transform{itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll
+curveto}}{{closepath}}pathforall newpath counttomark array astore/gc xdf
+pop ct 39 0 put 10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack}
+if}N/txpose{pxs pys scale ppr aload pop por{noflips{pop S neg S TR pop 1
+-1 scale}if xflip yflip and{pop S neg S TR 180 rotate 1 -1 scale ppr 3
+get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip
+yflip not and{pop S neg S TR pop 180 rotate ppr 3 get ppr 1 get neg sub
+neg 0 TR}if yflip xflip not and{ppr 1 get neg ppr 0 get neg TR}if}{
+noflips{TR pop pop 270 rotate 1 -1 scale}if xflip yflip and{TR pop pop
+90 rotate 1 -1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get
+neg sub neg TR}if xflip yflip not and{TR pop pop 90 rotate ppr 3 get ppr
+1 get neg sub neg 0 TR}if yflip xflip not and{TR pop pop 270 rotate ppr
+2 get ppr 0 get neg sub neg 0 S TR}if}ifelse scaleby96{ppr aload pop 4
+-1 roll add 2 div 3 1 roll add 2 div 2 copy TR .96 dup scale neg S neg S
+TR}if}N/cp{pop pop showpage pm restore}N end}if}if}N/normalscale{
+Resolution 72 div VResolution 72 div neg scale magscale{DVImag dup scale
+}if 0 setgray}N/psfts{S 65781.76 div N}N/startTexFig{/psf$SavedState
+save N userdict maxlength dict begin/magscale true def normalscale
+currentpoint TR/psf$ury psfts/psf$urx psfts/psf$lly psfts/psf$llx psfts
+/psf$y psfts/psf$x psfts currentpoint/psf$cy X/psf$cx X/psf$sx psf$x
+psf$urx psf$llx sub div N/psf$sy psf$y psf$ury psf$lly sub div N psf$sx
+psf$sy scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub
+TR/showpage{}N/erasepage{}N/setpagedevice{pop}N/copypage{}N/p 3 def
+@MacSetUp}N/doclip{psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll
+newpath 4 copy 4 2 roll moveto 6 -1 roll S lineto S lineto S lineto
+closepath clip newpath moveto}N/endTexFig{end psf$SavedState restore}N
+/@beginspecial{SDict begin/SpecialSave save N gsave normalscale
+currentpoint TR @SpecialDefaults count/ocount X/dcount countdictstack N}
+N/@setspecial{CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs
+neg 0 rlineto closepath clip}if ho vo TR hsc vsc scale ang rotate
+rwiSeen{rwi urx llx sub div rhiSeen{rhi ury lly sub div}{dup}ifelse
+scale llx neg lly neg TR}{rhiSeen{rhi ury lly sub div dup scale llx neg
+lly neg TR}if}ifelse CLIP 2 eq{newpath llx lly moveto urx lly lineto urx
+ury lineto llx ury lineto closepath clip}if/showpage{}N/erasepage{}N
+/setpagedevice{pop}N/copypage{}N newpath}N/@endspecial{count ocount sub{
+pop}repeat countdictstack dcount sub{end}repeat grestore SpecialSave
+restore end}N/@defspecial{SDict begin}N/@fedspecial{end}B/li{lineto}B
+/rl{rlineto}B/rc{rcurveto}B/np{/SaveX currentpoint/SaveY X N 1
+setlinecap newpath}N/st{stroke SaveX SaveY moveto}N/fil{fill SaveX SaveY
+moveto}N/ellipse{/endangle X/startangle X/yrad X/xrad X/savematrix
+matrix currentmatrix N TR xrad yrad scale 0 0 1 startangle endangle arc
+savematrix setmatrix}N end
+
+%%EndProcSet
+%%BeginProcSet: color.pro
+%!
+TeXDict begin/setcmykcolor where{pop}{/setcmykcolor{dup 10 eq{pop
+setrgbcolor}{1 sub 4 1 roll 3{3 index add neg dup 0 lt{pop 0}if 3 1 roll
+}repeat setrgbcolor pop}ifelse}B}ifelse/TeXcolorcmyk{setcmykcolor}def
+/TeXcolorrgb{setrgbcolor}def/TeXcolorgrey{setgray}def/TeXcolorgray{
+setgray}def/TeXcolorhsb{sethsbcolor}def/currentcmykcolor where{pop}{
+/currentcmykcolor{currentrgbcolor 10}B}ifelse/DC{exch dup userdict exch
+known{pop pop}{X}ifelse}B/GreenYellow{0.15 0 0.69 0 setcmykcolor}DC
+/Yellow{0 0 1 0 setcmykcolor}DC/Goldenrod{0 0.10 0.84 0 setcmykcolor}DC
+/Dandelion{0 0.29 0.84 0 setcmykcolor}DC/Apricot{0 0.32 0.52 0
+setcmykcolor}DC/Peach{0 0.50 0.70 0 setcmykcolor}DC/Melon{0 0.46 0.50 0
+setcmykcolor}DC/YellowOrange{0 0.42 1 0 setcmykcolor}DC/Orange{0 0.61
+0.87 0 setcmykcolor}DC/BurntOrange{0 0.51 1 0 setcmykcolor}DC
+/Bittersweet{0 0.75 1 0.24 setcmykcolor}DC/RedOrange{0 0.77 0.87 0
+setcmykcolor}DC/Mahogany{0 0.85 0.87 0.35 setcmykcolor}DC/Maroon{0 0.87
+0.68 0.32 setcmykcolor}DC/BrickRed{0 0.89 0.94 0.28 setcmykcolor}DC/Red{
+0 1 1 0 setcmykcolor}DC/OrangeRed{0 1 0.50 0 setcmykcolor}DC/RubineRed{
+0 1 0.13 0 setcmykcolor}DC/WildStrawberry{0 0.96 0.39 0 setcmykcolor}DC
+/Salmon{0 0.53 0.38 0 setcmykcolor}DC/CarnationPink{0 0.63 0 0
+setcmykcolor}DC/Magenta{0 1 0 0 setcmykcolor}DC/VioletRed{0 0.81 0 0
+setcmykcolor}DC/Rhodamine{0 0.82 0 0 setcmykcolor}DC/Mulberry{0.34 0.90
+0 0.02 setcmykcolor}DC/RedViolet{0.07 0.90 0 0.34 setcmykcolor}DC
+/Fuchsia{0.47 0.91 0 0.08 setcmykcolor}DC/Lavender{0 0.48 0 0
+setcmykcolor}DC/Thistle{0.12 0.59 0 0 setcmykcolor}DC/Orchid{0.32 0.64 0
+0 setcmykcolor}DC/DarkOrchid{0.40 0.80 0.20 0 setcmykcolor}DC/Purple{
+0.45 0.86 0 0 setcmykcolor}DC/Plum{0.50 1 0 0 setcmykcolor}DC/Violet{
+0.79 0.88 0 0 setcmykcolor}DC/RoyalPurple{0.75 0.90 0 0 setcmykcolor}DC
+/BlueViolet{0.86 0.91 0 0.04 setcmykcolor}DC/Periwinkle{0.57 0.55 0 0
+setcmykcolor}DC/CadetBlue{0.62 0.57 0.23 0 setcmykcolor}DC
+/CornflowerBlue{0.65 0.13 0 0 setcmykcolor}DC/MidnightBlue{0.98 0.13 0
+0.43 setcmykcolor}DC/NavyBlue{0.94 0.54 0 0 setcmykcolor}DC/RoyalBlue{1
+0.50 0 0 setcmykcolor}DC/Blue{1 1 0 0 setcmykcolor}DC/Cerulean{0.94 0.11
+0 0 setcmykcolor}DC/Cyan{1 0 0 0 setcmykcolor}DC/ProcessBlue{0.96 0 0 0
+setcmykcolor}DC/SkyBlue{0.62 0 0.12 0 setcmykcolor}DC/Turquoise{0.85 0
+0.20 0 setcmykcolor}DC/TealBlue{0.86 0 0.34 0.02 setcmykcolor}DC
+/Aquamarine{0.82 0 0.30 0 setcmykcolor}DC/BlueGreen{0.85 0 0.33 0
+setcmykcolor}DC/Emerald{1 0 0.50 0 setcmykcolor}DC/JungleGreen{0.99 0
+0.52 0 setcmykcolor}DC/SeaGreen{0.69 0 0.50 0 setcmykcolor}DC/Green{1 0
+1 0 setcmykcolor}DC/ForestGreen{0.91 0 0.88 0.12 setcmykcolor}DC
+/PineGreen{0.92 0 0.59 0.25 setcmykcolor}DC/LimeGreen{0.50 0 1 0
+setcmykcolor}DC/YellowGreen{0.44 0 0.74 0 setcmykcolor}DC/SpringGreen{
+0.26 0 0.76 0 setcmykcolor}DC/OliveGreen{0.64 0 0.95 0.40 setcmykcolor}
+DC/RawSienna{0 0.72 1 0.45 setcmykcolor}DC/Sepia{0 0.83 1 0.70
+setcmykcolor}DC/Brown{0 0.81 1 0.60 setcmykcolor}DC/Tan{0.14 0.42 0.56 0
+setcmykcolor}DC/Gray{0 0 0 0.50 setcmykcolor}DC/Black{0 0 0 1
+setcmykcolor}DC/White{0 0 0 0 setcmykcolor}DC end
+
+%%EndProcSet
+%%BeginFont: CMSY10
+%!PS-AdobeFont-1.1: CMSY10 1.0
+%%CreationDate: 1991 Aug 15 07:20:57
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMSY10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.035 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMSY10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 0 /.notdef put
+readonly def
+/FontBBox{-29 -960 1116 775}readonly def
+/UniqueID 5000820 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052F09F9C8ADE9D907C058B87E9B6964
+7D53359E51216774A4EAA1E2B58EC3176BD1184A633B951372B4198D4E8C5EF4
+A213ACB58AA0A658908035BF2ED8531779838A960DFE2B27EA49C37156989C85
+E21B3ABF72E39A89232CD9F4237FC80C9E64E8425AA3BEF7DED60B122A52922A
+221A37D9A807DD01161779DDE7D31FF2B87F97C73D63EECDDA4C49501773468A
+27D1663E0B62F461F6E40A5D6676D1D12B51E641C1D4E8E2771864FC104F8CBF
+5B78EC1D88228725F1C453A678F58A7E1B7BD7CA700717D288EB8DA1F57C4F09
+0ABF1D42C5DDD0C384C7E22F8F8047BE1D4C1CC8E33368FB1AC82B4E96146730
+DE3302B2E6B819CB6AE455B1AF3187FFE8071AA57EF8A6616B9CB7941D44EC7A
+71A7BB3DF755178D7D2E4BB69859EFA4BBC30BD6BB1531133FD4D9438FF99F09
+4ECC068A324D75B5F696B8688EEB2F17E5ED34CCD6D047A4E3806D000C199D7C
+515DB70A8D4F6146FE068DC1E5DE8BC5703711DA090312BA3FC00A08C453C609
+C627A8BD98D9E826E714D0D80C0EAA865C7BE7A8354CAA754B9BC4B87DA7A47C
+E4842880ECB430B6AF65DA8DC659C6D27467A1D8FA5DC2D0E48DC1E1DA5E9840
+FE13EA98EF5A9160611F60C6D9827614DB3AEEC704F07FE12639CA38F26A8BCA
+25398F01A4A18954C6256B0087A09F89D96322E0F49906EF0D6064838F92E5E1
+49566099656A8D25E98597210D30EF8684C7DE01BDDFC5977142A1B3F11844EE
+5D3E8C9AB40E32AD2B17BEB5B5D788D78391AF0B3B279BD6ABE296E416A88094
+0B604143C0FBB66622912584362D66A0369E3B012D002FAFF33AFA466A9F820D
+82205D2BE2BC2590F41D1963B05EBBF547E016DE1253A9967491D522
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMTT12
+%!PS-AdobeFont-1.1: CMTT12 1.0
+%%CreationDate: 1991 Aug 20 16:45:46
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMTT12) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch true def
+end readonly def
+/FontName /CMTT12 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 0 /.notdef put
+readonly def
+/FontBBox{-1 -234 524 695}readonly def
+/UniqueID 5000833 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5F0364CD5660FE13FF01BC20148F9C480BCD0E
+C81D5BFC66F04993DD73F0BE0AB13F53B1BA79FE5F618A4F672B16C06BE3251E
+3BCB599BFA0E6041FBD558475370D693A959259A2699BA6E97CF40435B8E8A4B
+426343E145DF14E59028D4E0941AB537E34024E6CDE0EA9AF8038A3260A0358D
+D5B1DB53582F0DAB7ADE29CF8DBA0992D5A94672DFF91573F38D9BFD1A57E161
+E52DA1B41433C82261E47F79997DF603935D2A187A95F7A25D148FB3C2B6AA32
+6B982C32C6B25867871ED7B38E150031A3DE568C8D3731A779EAAF09AC5CE6C5
+A129C4147E56882B8068DF37C97C761694F1316AF93E33FF7E0B2F1F252735CE
+0D9F7BCE136B06EE967ABE0C8DF24DCBBF99874702ED252B677F407CB39678CC
+85DDFC2F45C552BA967E4158165ED16FECC4E32AC4D3B3EB8046DCDD37C92FDF
+F1F3710BB8EF5CA358ABACA33C7E5ACAD6BF5DC58BDFC3CF09BA2A38291D45A4
+C15FF1916FE2EC47FDC80911EB9C61F5D355BEDFC9DB17588547763AC5F0B1CC
+12D2FFB32E0803D37E3281DA9CE36C5433655526ACFB3A301C56FAB09DF07B5D
+048B47687348DEB96F3F9C53CE56DDD312B93D3918CD92AF53FB9461864D11B8
+0138918D0B1270C54873C4012CDE6F886DB11BCEA04B023EBB43E0D0A06BE725
+741D08B9DB688731A6C8F9F0B1FDFA20C46ABF1BE836FCA0757242BE4780A41B
+C19304DEC802CBAFBD0D116B1F98C01BF41ACD72DA8C56F8A03756E1850CF32D
+F657FFF4377B43F208A3F33191F9F6F36FBB0CDA3514D68ACD8DCB2FE67AB377
+C6BD16D11FFFD61E05B8B311EBE8D05013ECF1D03F574982E3581A188E337498
+3B68080D69F7D88F2863362577B6566B9526D1E05DCAEE47F7E336489F4CF445
+E5F4E1DD5EF2B795F184EC5B427C77D49CF637A638BEC1C37149E96B9CD8A4F5
+14482212BE6937519BF1D2C669DE209C8E419DC300BBE424E81A97D953CA40FA
+784EB1EF123E9CF84C39A5736854A3D5465E5578AD1A67569874165BECFE7FEA
+24AEA7BD288D18CD8262CCDF64DD13F38CD452310111C301A25065B1C414F2C7
+9B43575DFEF8BB3B87F4E811C04173ADCDC296A265DCF2ADB38EC9665AF92577
+42A90D5F3EFCFB3CCE2C28CE407267F75165E9CDC9189D742376A31C8BBDBA0D
+DD79B8226F1C4F0BD71BD5223155492339304960E3489D1EA3475244755B3FEE
+3736822AFB7D343B3C85DFD86DA715621727DA83CDE8C77734C4F99B9A5CE7F6
+69422076937412CCA5C98F70F7D31D95ECAAADEE485DF529B792C800EE375B65
+EB2B04FA24453148D6E50B443A00018A1C906B4CC18FE7CA1F1AEF8B2D4EE52F
+493D1A0398D0EB9C286F366391238A61B652C0AD45E7D3E08B28B016CC1A5422
+20B7ABCAD02E62C507BE2ABB60B700A53DB1DC3C536621A23936F10E4587495E
+38AC5E96600021B260D178AD94E5C15F9B120FFDE2AB61B1BB7C83D2886AE22F
+2B879FF85EC819CC84EB6642EE3CBD84BE915D6038FBA90E9B03E19F31F8A65C
+E27B5AEA5F5876F3C846E591284144B8B69F43F9A3A29B12AE94A987B207BF9D
+99AF5473A25EB46C0BC997934130510615BB5F05E7F79060F87A25DEC290C698
+D44DA491A34E1DC0EA1228212BD63FA6FC4AE96AF13BF333BA6FDCD25648D636
+F609DAB831A29EAADCD9B87ECA7D44A4EA8A288E7CD5EFD1F91B194928D06703
+23418C77D007372B85537597641FB48746D9AEAA676484F44EA52F2EB47BD133
+A6E2B1F135F60B686E534A13C74430DF70D723D51EC5875F54C207F5C8011881
+914CA0C1DCD7F3095F1573C919B8928ECFF668AB9642EC1D5AC8E8D94F18C12C
+149EA8CDF9DDA299D1A9055871973C04564CB010467B3E43FF17A3B7E63E6C47
+6C2C13661213C7CCBB8F446967A4880AA7E81CFB4261ECAD187BAADA0AD3DFDE
+33E53F98FA5266895FCD9C0C18263602816CE24CE9582DE1504180BC9317E6F9
+F23A498D17D940C061B93CD4E51462381A9B6D4AD463641E24F03020A0BEA948
+DB0EBA70F5FDD8FD7B81E508E02A8FBE28408C107277A344D1B5C2BFF17DF261
+0DABF55AC661F17221C0DEA3544E8C379F3013B2CB51EBFC0D24B4D1EAFD9C35
+F75549B83CF76A263AA97E79450E851CCCA50B3A669A94E122069C0BBC33FEF2
+E03A42A07E4BCEBD866F3CA97AE0053EDFA0CECF3325FF00B98CE9368BFD4C3B
+E8D288567A5C76ADE8267703F2B912D61DEDC9A7474A0E1B89D4EE74766128BA
+017EBCE4CC1D4CEEE74CD6437A2E2402ED6732BE113FFE9D018100D1E7A23FCB
+23A3386C8CEC81F56306BFEAC7DF1205A6BE3168FF33C9A4251DC7F8967B72AA
+8B3787340A18AAFB13797364576F7AAAA7E65C6078DA58D6454AFFB96D43333D
+AD756EF3C79B8D25DB00ACC132FE125CEB0E74E793FBF2492CDBF14E44B10BB1
+21F0AD50344BB6D2F9F0896D77146B654B1E0B8B7B7A7EE2DFB6D778D9C6CE92
+957B0FD35DC2BC03CAE4860A727E7572F1CEED4A92E0F88FA22C381577F67D83
+9ECE3F166B108D31D073A4FC98EBA9D89DEA546AF3AC0CD2E982EC84F29A2709
+848D7DFA658429D61818218593E524FD678B8F3584FA2C7B9F489C88B6599894
+8D26A6C98D7C9607B450AE3D2469BD39653989360AFA11D4E7E2E4F8FD20301D
+91CA56829312FA2B229343950A8C62A974643294A2A26BA71665FA6878AC605C
+B9B51B2007637AEF6B2D00724244FB3F3099ABA0507F673FD2686AD6E6870CD5
+77D5D4539B7B6A6D0ED16EC7CEEFD32AED81DF3CE448AFF15CFE9D6471D5FEF3
+C891ACD2D601E77645F4A2F1741D12D71BE00D0C5028B68256886E1A4108C04A
+C0244B7A8BE203EB186AC38BD860291752C3D1CBBA0658653063628E6083860D
+FD5A91F0E7DF3744C84A30DC6D4BF70ABBC56BE574632550FA6C9D85DE5B4C7B
+C38371114C1B59EA77478EAD226C0526A93148FD039813A2F2B2FD36773BF735
+A9C6680881EA79FD163604E2F02885D141FE58B38701A1284E039FE9512ADE52
+F0BD0BF2CFB15A61C9DE51522DAC3884FB349B49CA236F9920C3CC8A80844EED
+3EB6F78938FF0690F62C8E951EFE02D3EE3F1C8F1F2C070610C71ABDDF8C1254
+E7CB30FF9E14D80D2AD8A03A510119D4F0A07757F65D15BAE9FC4CE2A3BB4E6A
+AB7B720C54B8E489A8C52CE92BD1545DB23766C8EC8C994EDCE42F2080D84B61
+A27F1582F04D81FFE34F02C527B6602BDB107D5BEA3DBCBC04C01765BF308581
+27B33BD3EA389C57101F2780F088F46B6EC699214AE71C9DE8695CEEAF50515C
+47D4549268EAED6FDB16D7A7D06F32A89B3CB0E7268BC25676EEAE3F8161823C
+42C41DF0E9CF4AF4F8AB93068A6B030D01C25962B6D823E92E8B99D46F640C79
+A6FD25B17DE640FFF1C519DB2067AC13A2C295421E0608B8CD40E4E1DA1C7660
+E2324A72E7F296C694368FB6638475E509AB02CC5D05B502F062471AA584E74A
+34855BF8914786627D168D6A046BC718D5252B28C35C55D6B5CD8C0ECD8C4985
+4E09CD27B0103478ECDE0FB1D77C9651552F14C748EBE355DE725EB84C15B31E
+14013045B510474FCCE90D81A2A1414B05D808221FE828C68C5F6DD1C427D20D
+80B315735C6E071FBAFA82626EDF72F31B4618C0A6ACFC6F12CC16252A08F29A
+A94E27644D2E198F9C902E71B69F59147AC53026317750BEBF6949A36C3BFAEC
+41FE32F55A0B79614EF8533F5C1FA9FE819FF17072133B1A6B34161367033AB7
+20B65F231C128D11735D314A02D53BB31C6E6857B7FA4E9C2CD820C2C04DFCF9
+8DBB6B6EAEFFCCADFF11284A808FF2D429F2B6FA14E61370624A1D80AB423CCC
+E35635B0B360ACE6495EA1F622A0830BD45BA5787BF02BB13D73141C38004E3C
+F908FB2103BBDCF904D0242547632EBA65902D979DFCD86EB7085928E218A3F8
+69AB2193687F26BB762136BF03227A3E5F727B4C61ECD75FBE4E30B57DDEEA04
+A6C8563DD142BA13F5D444AD1C833D2C12602EFF7739F1707E009404382BD4CF
+9317F4F56B8B82660EDDF684B199F4316AF103DBA6DC93E2B29A4F752CA468A8
+B6607F4B7CE71665937D20886E9BA40488300D2F2129BA438937388ABDFF191B
+F877724F02BA50CCFCD21966DAAE020FC36DC1117A989463C429155C4DEDD4D9
+DA9CB5539F1CC005CC88C274F49B5A61686A574B717FAD336AF0DF322BE52391
+6F75CF82DA739125BCDB19558F9E5FDF49F0E76D01CCBC9BF4F772AC9A538ED6
+7EE2FA2C30C72ADDA3FF65CF53FAFAF06D3D3ED298D161492006468DFF4DB508
+FFF1E6693ADE508FB7C5C8A3F63FD9A0DC5D8FB950B890EA96C6030AE2361D1C
+B15643481040D1DF897F26D238268949E47E4B1D74F774264E9B0918C6B7FCDF
+3D28E0F76A4B04A70CB8378CD1DEE2EF6831924B8CA94072827F6BD266815B26
+F3B52CF35E664FFA56D7F173764B703E1AEA0D081C9A61521FED1770A5791210
+1DD808E4E452B6B5537E2BD034BC258A5320D0682394D3AC6752933AFFDEB256
+4CC75E401F1B8564814E8513C8421C8771C0A1116917F52B4CC1F052B29B1EA8
+6C4C4B6F96431DE68D368FA619065B5E15E03C3D32A6D66FD83ED27598E580CA
+99EFD766C482E73716BA7AC4FE1F126B0FFAD2ADF7EAE312126EF9511BA36986
+340207614A565CCC85120725C03B7830E71BF807294AE67B9CD6008164AB6D8B
+DA8347AF3A093E635E063C5970D4AEDEF2BD4B67CB6504A8588E6A3BB91541D7
+ADDCEBD2FA38A7FCB590C2A4870FDD6BB667F8E78C18C9EDEE41A05E84AE63F6
+942EE8AC2079FC32A14B18089EB0C80E89C4220498BA012ACA6754564922089D
+8CA79C26BC130734A50AB337C1C5D340E41992567A49E0E82C17C18796BA90A2
+F4F3C4360CD24420F02A90F9BAACF60DAB5E8ABF858A63FAA3B000FF69DA3F2B
+8674851F00F21B5AFECF964C8030242218A1AA78645A837D098BE76FB19F818B
+A5DC1EBF7C5FB6C95DF2F0A926CC860CA4D7E15A33103F96D11D91F53C8681D2
+D67A46FE01E1108AC838E063B5093FC285E516F12BAA248D5D9D88980290EC08
+244ECC93269E006442477A9E11BD2C104E91B1A95E0A59BEC435021A0B943A51
+92FF180E1A795CF2CB21C36FEFA8139A8BADBB043EFC1AD05F0F3DD2977AC6A5
+0E2050B6068A06C7A4E2FF4D2FA72362852D1B40E874346A193489D002BEC0EB
+3CF15E050B004846A11E49C6D4E56444E045E22531AF2989415D252181E5F46B
+2FD6BB04519F0753C90DF1F7EC35FB81BA55FF596D6B0663BA5C23
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMR12
+%!PS-AdobeFont-1.1: CMR12 1.0
+%%CreationDate: 1991 Aug 20 16:38:05
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMR12) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMR12 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 0 /.notdef put
+readonly def
+/FontBBox{-34 -251 988 750}readonly def
+/UniqueID 5000794 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5CF4E9D2405B169CD5365D6ECED5D768D66D6C
+68618B8C482B341F8CA38E9BB9BAFCFAAD9C2F3FD033B62690986ED43D9C9361
+3645B82392D5CAE11A7CB49D7E2E82DCD485CBA04C77322EB2E6A79D73DC194E
+59C120A2DABB9BF72E2CF256DD6EB54EECBA588101ABD933B57CE8A3A0D16B28
+51D7494F73096DF53BDC66BBF896B587DF9643317D5F610CD9088F9849126F23
+DDE030F7B277DD99055C8B119CAE9C99158AC4E150CDFC2C66ED92EBB4CC092A
+AA078CE16247A1335AD332DAA950D20395A7384C33FF72EAA31A5B89766E635F
+45C4C068AD7EE867398F0381B07CB94D29FF097D59FF9961D195A948E3D87C31
+821E9295A56D21875B41988F7A16A1587050C3C71B4E4355BB37F255D6B237CE
+96F25467F70FA19E0F85785FF49068949CCC79F2F8AE57D5F79BB9C5CF5EED5D
+9857B9967D9B96CDCF73D5D65FF75AFABB66734018BAE264597220C89FD17379
+26764A9302D078B4EB0E29178C878FD61007EEA2DDB119AE88C57ECFEF4B71E4
+140A34951DDC3568A84CC92371A789021A103A1A347050FDA6ECF7903F67D213
+1D0C7C474A9053866E9C88E65E6932BA87A73686EAB0019389F84D159809C498
+1E7A30ED942EB211B00DBFF5BCC720F4E276C3339B31B6EABBB078430E6A09BB
+377D3061A20B1EB98796B8607EECBC699445EAA866C38E03ED7D4F3EDBCA1926
+2AF6A41F67AFCFBF3630C943FA111E4CCD988A7363F7C2B75EAF5830B049460E
+0D2B337988F150B9182E989E7750C51BA83DF37685483F86D1F47478883F3F6A
+4B7F768DA5AA89E8F163029ADD4A9209DE8A4F285766C06EA859639B92CCCDCA
+F59B1C2BB8D588CA754D1257BFF76B53984DF4937093AAEF79009D32A29A4C16
+FB610C7D6713482C48D7F9E8410C0F00AD6E67021056B6035534E79F05D14EF2
+4E80008A2B03CAD9941C676D2D770FFF7D16540A76F170FB14E64AE709F87485
+E8B419561D8839074F53CCD7D09D1178E48A84D9D2D90CA30CA955375EC22F95
+688E9A214E251DBD0CFFDEEB3EB75115B1C28559727582BAE67A014E1C688394
+FCF48FD52A43E478715DBB7C9FC83F02595DCFF681B12FA3FB1C3613B114F7FB
+6D1F9AD17515D8969EE975685C0A8E857C620AF065BEE1E293301A0D43757B33
+9A00ED4184963C42571C3EA5FC6D3DC53901BC830477570951B3A47A13659C2D
+BB7FF024943400C1BBAEA96C6E4B8448800CD61FEBC259CBF51EE801EEA64014
+6C0C688772E10F409F6339545D9BECB5E7E50DBB847778999F614B7FDE5BC423
+90D60A283777C3BEE69F980DC91836DE62FA2E5944AF4F556765DB784FD0D4E7
+23A6D5722808AA8AF2EF77C73CF97DAE01ACFF2282D2A7AE915494FE8390ED8E
+A0D0B6CC8471636B1AEDF17CD516C08BA7B629553BDBAA17B9B3D3673E0173B2
+5190DECC86B4DD090BC0E2382CC1E0F481545218956467EEF14821A5439DC052
+AAAB9F547687BB4186A2D2801967D43285161DC737A8D4B070873EA68D782A48
+36DE9CE031F385E2CEA4EAA4458DB3EC31AF6BFE5B5882A4646193E24F582825
+C690905A22633466ECA603B441EC2968FD70E917AE2A4359296F37511797269D
+84B9E48F2A993C5FA5B3EBF013BF0C114BC0FC5E1B264DFE3BE71E50FDD670D0
+2902FBC8E772EA0E710A80B9BAB3E62E16C2512096DC6634064A026340342871
+56B7330581F3A93754E8A9346DBAAF07D37149D36A5807DD30F4D117426ECAE9
+E15685EA45EE6E11ED6CFC2CA6DDCF44058476BD3A8BDADBACA4FDCF2296CF63
+BA71624C8DFD3CFD45191148D6464015AA6A930CB263E15EC1345331A8DAA868
+C277109A314BBBA95611EF65285351962FE06ABBE158312A2B76BE2E0FE2471F
+AEB42E4C0194E8F7AE5FC12F68BD6C1B13ADE5A38BCA420F56370357DB773BD8
+AF26446CE72872FA24331901D928E08F5706901A755922DFF1BDE94E6E47FF74
+8D649FEDC88F6E6ADB613985DEF7E64E7787C8ECC03ADE4CBF4BD12D8E977CFA
+18FA3D1EDB01F754A442D568DB4A77DFEF0C8E4A746CE3EF973875A8EC901A10
+28B000FCD10FD3193187BDE193687747C5A8F4B1C298B61DA3B78CF2FFECA9E6
+9D67E3888554F8A359E63ACF9246293774EDC9F3F149588A2D18516D641B38A5
+00BA9D0EE27A52201DB3548F5FFBB79EF4A1D52651810EC27468522F890C1E4F
+AB600223CE8E654DD0298B0EBD8BA46F7EC719ED15B48C4A2205F63C99E1FC81
+7589EC8A697612E3921D064528BAF4BC91A9B4ACFD4D5EE6CB5734DDFAA5E3B3
+38DA1D52910EF244F9B297B7D4322C086E3CEEE18C1F1ECE39ED88D071CF91E3
+9781F7E42A0FF37AC0A912911C86E1905A7943800F38C8D50CB6ECD629343947
+F004A9F16F8B4AE9ECEBA5B828FF3C74ACCC21D63ACDE6E8B27D31E9AC23ABE2
+1EF291437FF87D417B022787159B2CDEF432A509C0B1EC824257514E8D20E9EF
+2D12D602DC4CF07744C8DD693FBAEE20234D498344099434AFD0D1EA25A72AE3
+7A9CB2A9307CA2FB0BB084CD37CE8D89DC4F7B864E6BE962D776AD9148D7F902
+1CEB088F3283FCA4B6FF2FF4DF2F92FD352248020691274B8EE4E08EC1EB867A
+055115CFBC6CCFB79ABD579553706AD341B6EB00DAE748B774442C49CC496767
+0CE70CB3950F96B2003544B7C57C84A27F48AE0A3F6146A954AA5B90D3839954
+68EADDFBDB8803ECD53D83787F617308D7E8F56CF6E3BDB901CB788961A191FF
+4F0131CA055B6706754CB89AB0F4B8AEBA82706340A56ECBDBAF40CF3C613D29
+FC2AD50D79AD72F916FEF5BCB64754C520DC1DA35F151C4955F68FDD1CD9D246
+556E21149DA08310B253FB99CCB4740486A879ACA9201556871C39416DB0DCDC
+4CBE21B75A7F8393E3B2B2B2C557BB5A2CC8CB5CD5BA0F95C17BCF3C8AA88A01
+612699FF7851C5FC4C54CD8C37927E1A4715EC8FFDB0DACC0EB94F46EFFBDC8D
+5D2BE4091C7ECEC2080B67DE832B11619CDD505B949AADC1DA01977639C674E0
+B45209E2A425891972CAEE942E6350FFEDC77A3DC6F8BDB317AF408EC5DABE35
+8487D0DC7D9D4165A06940DCB8DB2D79B596632388EE63B599E467E0E61C1438
+77E78796B8EAA354AD819A3673A70554FF1311E83185DA5FA6DC3C20C6EBFA4B
+AA8F87A77EDF120FA5F002D331DB0AEA9045A5EF71136D744D7A2252644AA61D
+EB4E5FDD4B175C62ED776FFB9C4BFC214AC8867F81C10529A0EB8CCF064A7EB3
+1201A26D6B7B213E3ED4960D8361CFA617C29E8C4760602C6A42CD7D197D34C5
+1172D7AFB64A684D658EF9101EA6D1FE5965D5F799A2E738F1551B030E2EF163
+AB5B295E4FC64C19A31C897BD614C7261EFE01FBBFA239670067DE87C179B0BA
+56278C7D776D3E22D8FF720091206A325D651100F31E52BD8BCEDCF91B2AC45F
+25A3AE0F46225A00DE0A04D9B74070379F14DE499276805623D038E0C5C9A062
+906846090D523C3C05AC9A8FC2CCAE44C5EAA37D18CC52C4E9BC1A189FA12AEA
+DDEF7F0579FE5F157817510F5BD7020DE7A54554EE8D8B9701595DF4D5AD7957
+0C766E9CABF2A9770C86BBE9BC12BA706042F73C3A05E8E085F4DC0ACD153F3F
+E26AFE4201635027A93E0FB327049DDFDA3E5F23418DC7850BD9A1A499A15C1A
+20FC3A37583D51C08804A3D42F85E1DC8DE0EFF2F8E8817143816848E616A648
+DC6FFC225D1239FB3F55B5F8CACED05B553C1E456E1A0DC534ACC279019FEDE4
+73D3FBB351EC932B8D078CCD31509615BC789ADA5953A1478140ACBF1CA31064
+721C6AE244F87A0865BC0B42951E6590BFC8529164988183DA996149600C7EF9
+25EDE08946D3A4E67A93C55273E88CA40778A9C1173ECCE29FE7EA36438399B8
+E8722438E528CFE18EA1EED292FCB5E812331C7AFFAA6031EABCDD6396FF37AF
+F75D5B96126432FA3BAEDA7EAF2376E318F1CAF3CAFDF0EBD24F4EBF82DAEBB4
+7C4C5B853C35E5155DBA2C859420EB518577062A63BF778B1D63AA9DF9AE82DE
+75F23A050348956D7B3E9F00581499CF6B69DD75018E0227AAEDF84975645F27
+CA64084F76DA7E49E8AFAC68134AC51FDC97B9BEAC04EDAE3AF163EE29B4401D
+33A9C0671EF081B3A5ED00012DE29263B3374720B52038391D9B42A9768CF492
+3F3A5BC86C100EF6E237A76506BC94A8FA4AA187A000F1EF2ED2ACFBBC3C6F56
+2F774BD5FB3B215443B9CD60223BD0C5CC1EDE5E9DB3354862769F0A29761A9C
+B9CEFD4440136B9898BD0F86C6A380346591E5B57D7A316E69140786D931B880
+658BBDC4718268E08B553659ED2157E70923AA4349ED7290049F35AE3B885141
+1632AD04C5EE487FC5EA6051707963D77D46E81E2CAD100CFA7A01E280C99E81
+FBE4DD9CAB922FFCD12AF1D882880E5521F1A8FBB1A82CF90B3E1C1FF67EEBF2
+5F1FB99E12B7D42785BF2BECC89895C0D3684EED38241951B1CB0BB942466B51
+E6431A5D2A5F3D674BFFC1208258F1D69F7383EC23692D7BE753320986390CAB
+E85AFBA5C00F1399E4163ED9BCE097069B3CB724DD8B8332A4BAED82CF441667
+BC03C83F9C184560D7B1CFDF81A4573CD4743BBC05979A70F2CFBB6FD2F2B1BB
+FC75BE023DAC1C8E4BC489245960364F3B26C9F42FCC8D48AA771A1D8EBD0D5A
+254321A63FB4AD70F4B8A30AA28D11E08D02B500F176D5B8A130F194AD1FAEA3
+2B8069DC341B6B8C47F074D4AA4F0CD73C8E71656693E7814930485DA6921881
+CDE43ABE707A9FB424776891162DF3C8A1DB96F095E6A0953CB5717ED318777C
+53D4C0FAD0D46E5EF5AC3B0B3D1EE6A505CCB70799002C8A486F607D59003D8E
+488FEF2237C65DB958916779EAEFB918588D25F11C4C1D312FC52EE0281C7912
+E79DA9A5E481C913858C3AE0101B700310A0F48740634A1EAB87077F287DF3BD
+0748F5863D4009D71E20F2B2E60ADFC3F3D17D918F4F8FC2B871FF8E9A52DE86
+F3A15BF55852B21F532589FBCCA6F85691AD9B3FFE685AB148A6845B1567C1A7
+C0C938CBA1732A02C0B41A621983B89F9B6291343ED9C6C81F9665A49F046842
+6D22FEEC3A55D609AF413DF969DE4B22CCB0A9278E4942EB25FC326D704EF561
+ABECB5EEA872E8300189B309F12F93F9105C38EA14E76157FA2D46EDC51B86D0
+F36D6C091C506FF5D56D605CE0B2DDA6DBCA6A7C7E779702A974E65F790F3DB1
+5827518385CD91932BA51EE72B3689FAC7C51AD6BF79763DCABA693BDE99D6C2
+0DC1D30B0882690E0B9BE7A137BC315DCB46B73A27FD323F05E9D88EC42D1392
+88F9251242945C590B1AB27E354355B07D8074553318B6437D2A9CA4FBAE9B79
+985003055E110AE9199CF09836D0A301AF714A4D5C4CAC875F591B3D9B6DFF85
+A5C3D84A7F7FF26DB87E42895C8A90E641092425D1B27BC34034D0F640F86BE0
+D1D022D6AC86DB744E8DC0748A966194B8606ED18D032257D0156B64FDAD534A
+29A29E2245077DF8A048618CC192341F071F8BB3AAD0E3C628B909892DADF935
+BE728798E6301E8EAD8C4D22B9F79D4F21731BCB953DF2D8585F2554E25BA7FD
+35968B46430849F6E32485C36E426EA702EC057BAEA08EF2753D76E59AA816A5
+E23740D59FED76F47A105FE90AC733E36F9CB871D413400626BC5F1E08173DB4
+FDE69497440D87D0DED6B8674BBEAB39A6268EA3449043CA3338B556DDF79C67
+20676E69E1EA68C08669A7E7D18A0C4BCF05C0F98028D49A717003BBD323B802
+5EB6AB300BC303089A794B7A9A158ED4781926260F0AF9C6D508F4675B2DFC99
+9B1845F90E6DB8AA82C59039568A3BAAA7B2D76EA90E661B27F40AC3298CF0D5
+EFA91ADACF95691B16B88BC588B281636BA7E14FBBC68056526CBB909301E873
+B15317058E12816D9AC98356DBE70D15B8E4D4448E8B3AD5DA41EA4E9688147C
+DB64D32669CF38DFAA2650043251BE10DF2810D7D3F0E1BD9C4B16DA67A5387E
+CBBE820D92BC9375BF47D52990F18B26C209F0C45331C368B0B1B57850BD046F
+B657578F5EA78842CFAC20D5C08AD1CB00A86CB488304F376C45C98118EA0A1D
+077BEB621BF783B2CB173DCA05BF4960C6401AB8EA240F11E023400AB219F847
+804FD80F2F3E3EAC24CBC499E2F6B52A05F8E6820E4F38CEEE6FA6A57CE5BDC6
+B0039AC56755B7500DE699257C9CF101FD0DB919C7EF337DE32B80FB4B2D4FAF
+D32C18A6EB6AC60B53EFDF1DBE2C31ED02F12941A148A1B5C0FE4D1119FEAE5C
+64DA18E90493C19AF284434F667C3111E9D40A414BBEC32E5F15152BD162173E
+9C91BC045A879E35D230A3255E8512A8D219B8B1CC1649989B036D5C13FEA5D9
+13C388D43422C763983F2214863A28ECBAEF825598053D0FC0AF2C611DE18B52
+B474A4FBD8BB363DCB8A599B0EC000F1220C27A86DCE02831613D2A3EB85DCB0
+8693FAE5614EECBBD87F598368BDB53A48DA6E9577EC02FC57C60D3BDF14F211
+44C3A1FF811E26E1D9D68FB8133091E78D528251303D5EFA86621BD30F6367C9
+1BD309BEABB9FEA817301E19A90AB0349433BCBBCDF0B2C839E2BDD299222098
+463C1CCF443D7381287D64DD004B2CBE62DF525BC3113F040561D46F9B7E4C68
+B16ABAEC0979086BA76027DBCD1AB0BB62BDF7481EBAD8FFEC393BACEAEEEBE0
+8F03016702447B13BBEA9BCCDD75163D5FBE7D6E8ADDDA784B83ECB0F9090BC1
+1BEAEBA9F164B5CCA1A0695B0FAAC722155A37910CD6ED74B70B661AB1CF6FAC
+4D518D32FB1E38E03EBFE2F2B70ACCAD8EDF299D4CC3908EB760824987154630
+9E13B9FD4DA15C04202C4A19BA4AF688D518327BDC2114A59E657B25A279F84D
+897D05F8A7F691C3CF7909F6122628CEE85461D4992C15260414D8C86FBAA204
+E322CA3B82D4938D64DABE383F545C154AB933E19D4417DA997DD79352717356
+9397EE20E6C9EB203204D6A17F679FB8338A10FA1706DED4BD2C332F36842809
+6E045C278916618A29A93D66FA4D0F9579930341D3E7DAC7092E9B8360DF1885
+E1AA8519E3C16F72D79032CC19BD340513D10F611B5084833A85F74F96EE4658
+41C754BC15F10B0A88058DAEB9E930A40E6CCFEC28D30AC12850B81ADC9D1D9F
+776DD7962ECA6BE19FDA806B70BCFD30425B7E709614F363D89FD4163F41FF53
+5E6E0A6702A3EC78A6B7AA7FF81E41D5EAB3CC5840E52208F4331E14D9BEF8B9
+7E990668F0C668CE4C77DFC525FD93F8CC701F646D2517C1FD846563D9BE79BC
+8DFB76DB0AC4525F1DC6A7401498EB59D04EE56DAB3E6DDA6C41EBD64661960C
+817AE48BF78C1A8E36DA3F6AA7CE5045F327772C842FCCE462114D388BB9B037
+84DA0CEAE8799788FAC229ECA98FA0B80E96B2C2A581CB5108814344F4CC347B
+6CF22642D33015EF176FFCB2E83C753C0051EABC5EC582484AECA8AEA79662E2
+91636809F11C473B3C0A1A96484ABD5EB88DC3237114A000647BFD9177C596F8
+9637DB6AF0889F4A922E136526A603C7F6433DD2BE2120160BC92B0B04433327
+9938885170F01197F01087A88F6AF9FA70E55C6D53E625433060AFA438C14B9E
+90529ACDD71AFBC49114B8029C69C4BBE3762F915B485913BD8632726348232C
+AED3FEF7C172C09E887343CC89F2063FCC61D98892985FEB2FD2096D86A208FD
+CCFD5852E50D1675496A3F4C7236B8A58C9E15F63EDA58C63F6451AB5CDAA076
+33F98435A17B19A21CA0D173C1CB8FA16B75C190463E3D5D19129C63EC7E6FC5
+0204DB43112791B18D83FC9868984F5249842AF5CCF71094FA31A7379AE61C66
+4EBB6F94F13E0AF2685EEA08C69F67B500F21407093510AA06057E09ED1100AA
+879B8753C978268708A8A942CE476B2CD8F3DB82DAFF212F5C8B455557463523
+6995A8CB71F242A677E023C4341993E2A0629D8C5270E9C395016A6280AC08B9
+36115056329F1B39D9F39777FEBC28532E4F496FDDCF768CA6743B6551FA7F1F
+670A892CA66CFD64EBB428622E0AEDC954F6BFEF1B026187E6C7B7B60236C660
+9DFEF9248BCF76CB5CF8C74F94DD1053B5DEDBE789C621D94BFE5D03C18D95F8
+7A901E4CBA28ED91F96FAA7A548866C9525CDF96C458C82A866F40B91A6B1940
+AC26966B5AA2C3D68D91CDC1D0388371886D42220B37B17E4CA4B3B91E74F7DC
+7472D937A1384B86EB5742241AAD8E95CC4D32B042D2D330628EDCC12226177A
+C800F0E9C2E8A846A14907CA4B381093835395EF0C05BE85B24FCEFBD0E4A3FA
+0F450EAA4F980023A8E729C8FAF1D20CD2AAABFB4C2684413366638754B46ED5
+E8C606D44FE12AAA1D0938F1D3E5D7E5233E69EDE3040D8007BA58826E966810
+16F054605B37C73FBB4DB7685FAE20B395176B8CEE4A61F477E1FBB992A096D6
+C7222AA18B78766F483C13580CB73FE399A6D45631B2B567D2B480B45A7643C3
+68A49F449928B8410F23E11C7F80EDBD53359D934F4B4F87D9067904B01FFE62
+B133505DC8F060579CB6BEBB38CADE1C82BBC8F0EE0B58C69BD6B46BA8E5AE6D
+94C536C6C8C02DA843EE6FBDE0EC15B9B1C9AD6D1724CF52EE7655A3745EDFF2
+7283ED6F7A0113D92DFB26359011E3E52EBBA766B7C6261F568E8D9FA11694E2
+B7B5C2F4C9360C65A4D2D67C75B0D1FBBE1FBF32ACB0683A239925262FC9474D
+6D9A113B6355445FBF9F2FE7EA2EB234E8EB37B9688C8865A7B152842F132E3F
+4D27B2C50A114DFCBD03D2176569E905948197A86D57B56A247788A170BEACEA
+778736415A1331FA667B637E0DDFBAC6C93AF67D1E07EE259D5199CFD9D89408
+09EB57461B022A9B0F9CAC6A84FE86FE9265CAE0EBABBA5A64E548E0E3661F67
+594062FEB4B1E2E097035D5128CC41457B91359A8E3FEC6A57916A766734EA57
+23ED4DA1D140D65C5632FBB04AE8C6E8206355AE750CFD6576A10A169C7B094C
+E50CABD8F9EC1D515C1B219EEB7E9E55D5C1A74CAE601E6C089A6261075704F7
+8813CCECABF72E564703F1165178AAF980A7AF2BEA489A80F2A60E03B47B0F32
+128E57ACD03C5F9A4714B43808128152261C9EA70C0D3DABF8DF4D9C3309B26A
+F40E636D7D122FDA510B6E040D5554B2EA5CCF2A8ECC1EC1812E11727F232345
+8F3AF6AEA536459ED03592671E3BBC41453D3D1A7C8F8B5CEEEBBAD38CCDDE8A
+4F6AB58552CC77000D88A5676D3CC45DC95485B5F9F1892E760DA0AEE6A49F99
+FD36ABE3D7E7431887452EB144755037E919FF5D06CBDAFF3AFDB305D431EBD0
+9235128954AD9047F7F47B73E5FA0719BF026C501612D2A0507C604A1E13E860
+8963CEA40B7D27F326804920DFC6ACEC050E80E4302DB3AFC0026F0D9D2D2E9C
+3DD4292152ACEB54D6DD5FA9FB783452D78F05F2CF27A321E74C3EF87EBF2317
+C667CDEE5BB6EFD3BCC3581989C2F80700E4F92A6D29FF48DE83D8B9E1108F12
+697FE7B9E4865B4EA59002B9D78BD084EF2AA7C68579A97EFDDF245C7511A0CE
+63DC5D7623DD4698CCDA520413557BC01A5CBD292C1B32FB12A4F69461407489
+87640C478434E077711D474D1A9D38D84E4331CB3EEFEC633DBD12BAD533ECE7
+2B08F930097CECB15B5C52A3BBE4EA3A4F78681468ECE5651CE18C4591132550
+78E683F519B97E99A1886BD49322E232EC142D63A2BD5A8D9A1763A07488AD5E
+2732A942967757A44DF5B551FCF55890287CFD5A0F3E599EA63B94DA9532A6F9
+925B18EDD8509E7546BEC2CBA194C27709905A472C9B90DAE0E6B4659C147CF2
+E4BC4191833D1B1458343F25DBA6C247A3893F41E593430174EBA8BACA5DBF03
+8A105B65A25AFF6A58FE75D021C776E459E3995430A934DB97174E1C14758A2C
+14A7942CF9A6039CF8889A4A9DA76D40C9145A4ECD1B873BFC19E0D00823C0ED
+F6B15F1ACA25A918B63F6CA44F5553E34BEC4BFB6050FB0D65A0408C33730A85
+5AD86ACDEEEF54A9E825619EAB768237EB3F49EB3EB1DED74296BC3401F57454
+BD744D8332BCBF49ACC2854FFA913EB9043B17A0FF345E178C3A9D4BFADA3616
+7229562EDB53694A44E40AA1143E1D615F084F2A8071334036809F4261F1930A
+2B8D58081EE7D5CF6EBF639A387865B0F624C819BC2AB7EE113D6B410E1C6CC3
+328530E41A0F13BC36FB61D1191B12974C102299F75CAFFE794B80E384E080F4
+39C543C8B5166096305E4D47FD7D106A5C25F3E3973078626490C7D4CB68BCCE
+A900E73692A7272A1636567EA268D8EB3F847DE064BD7CF150EFF2DB0A65477D
+9970511F1D011A8FD96B541E41D774EF3529AC03397ACAE44886DA8662F8CDA8
+7DA9AA0E8BEB95E6DC984470BBBA069FB526413F12A5B55E76578DFDF65570EE
+AAD51CD8D5F08F5DAB0CEAAE698930504D6458701FBAF2CDF7A50C3EC60D3A55
+85777A8D5ADB80BBFA27C298821474BCCCF8E8EEB74EA2CE54284BC702033D14
+EBA89EE3655A509755CDE56921489FBFE4D32DF415B860CB3B9144ECA00CF646
+608948E8E41D780E885FEAC328E373E6C9E453760DA0A509093ED479546CA2E5
+00F2FD82B3E875078ACC3B48BD7B201F821C440CC5678E24F4A3976CD9FBAEB1
+FB2889E35351C7F6DD3F7B9C5ECC772EE2FF714E4D7835D343FB27872F053761
+05A01DC0655B72AE3343E58D5B724EAE48B273DD91445FC809EC259B06BFE4E1
+081B074DF3259CBF0020B0070CC21731AE817636FA6B4EB03F9DE94AC0F25995
+596D11FDB8BA65D9974111B5B92F5D57027D0C5F3775B539212D43D8C5FD49D8
+462E074B3D3B87422B79B7F75F29390376183A071EBBC1E472DCD3B683CF9966
+C07FFDFF9610A1EEE477D08BA5DFDFD414E5D5EC6CB8033A1C7FF98809E1C3E5
+11C818CA17E495A4581571CFF43A4B529C50BE69156A04A3055EFBF9580C1575
+C14C68DD703EC4E8F69BBA1009BDA67AF0E73F7C1797DDAC918C09FBED16884E
+031E819E4425B4D5A37458CD23FA949B7EE9B1E2042519EFEA73E7D84771C421
+07028D456A5076200746049DA3F282B4B0A493499DEF5307BA26D5606C1B638B
+6873E9290BEEA1B301AA43237A1DE0C43AD3A3D1DBDF54684CE967A1F0AD8A99
+E33F29E0C696356832A5CFBC64A7E664BB6D50DBA7C6695345A5A68218C760E6
+DD191FA55A32F7B616EF00F9798F6CD75962974F3A4D6CC6988A997935EC9045
+D48DD901F89C0F5E65010C8BB9C111A7E4907DEB577E181D96F736C9FC951194
+29BA64B3369552060304262C6C723D6B5B95389C2652DDA1EBA7453346DAF36E
+7EDDC133B7CA779F564D99CE079B04538BB67CB5F761980A039EB9C15B7CA4D8
+E71F0A55C52DFAD3049F99BA8D077C4D31599B0F4BDDB77DE8EACEFC70D4C59D
+6BA0FF0DC53AFA0FCEF5197D7FCF089F1E2216BA51444895F382E962B79076A6
+E23A2630A20FF93D401A8469D32F53D32A41AD4A10FAAE52696D903BB18C0FB4
+28A56CCB0F5766A2E7B34BE2AC1BE9D1981E46D249B68A2D89CA6D3A3C3D80C3
+F839E71A0313BF6AA65F2D518CE273B2E9C20F0B29988BA0FFD594B05B295AE3
+3E491EBD1292134C9324A2890FE0BA2B5F97357A7319F5469BC9D51E3F431BFF
+99F6EC900E823E83436062A7D60309D1573F44EEC3797C654E0313CD5270600A
+80C0D868F08A4BBD4327E1DE123903A9004DC6AD2FE074D4369DE5E3E97FA47E
+26982F7D38A153373BD5E9C107D29EAB7AF85587FEF5A8D241062FEA3928A430
+88E9F9B74FFAC5B7DCF3CC96D4AFF1982D1C3DFDB25339541623FC3BAFB72F27
+D9880A98FEB492BFD84D284B2E0E8CBCC10065274E89696A4194A58571843A93
+22CCC70C80CA508B84806FDCCEF541724A574DF38F752D2A9CAACA45BAA86789
+9A1E5F2EE62F6B888353D700C15848857038718520F9D698CF59FA7A52EAABD6
+4D9CF6184D27F5866DF0029A12A5644DDE2B532186BD2C63812318D57DF2543D
+2D7D4289213DABDEF69B1DCC3B2B468976FA0A8EF5DB3850494564A6BBA2FFA4
+D8B300B6E67E5CEB43D937F096DF8DA05E549D0CAE13393AECC38CE8D1CB3073
+30D7272967D721D97E5D39998576605606681A4937061BEE625F953C50D783CB
+221A8731E6B80A11931A0EC203AE6172CAF25789ADB69FC0DC5D21A5F816E846
+3CC287FCDF0547EABEA4714E29F2FFD8FDC3FC28E8D7E3FA7FCA74EC3CFEB916
+657A8E29F7CEE4E6F25929971B7307935BDD06CE842BB6CB9F3455F6DDF27325
+F5CED2AA5C2251FCC0E3C70584AA5C4F9B2C3AD10B432527436C30B7D8CAC894
+1997ABA061DC2B8B4F090EA21BA4542B0D9BC314228572E82752FBBE9EDC351B
+89902A79276BFF79332438C9C19191CEF6F261509DE789FC61B1DE2E3782049A
+F7660D65C6EB3618A7E14EB7C8CF4659034B78038F4EBDF080CB95C74B023CFD
+AF0935165B91DB57EEB5A3BF49BEF1A226C4A7E346FB411903BB84E3731EBD7B
+30B82085686CC7E2D75A675F3324D5AB6E0A9E2B2FFDBF16CE1ABD3F0F7B14BA
+E35BBCEC42D7C819B1ED30E8C8A6A93D586E4B295C93EAB5A5F29A90B03D93E4
+74F4F08AD0556BE8D69F1DF6C3A3242309454247B31D6AA9E811DE4265836F28
+CD0CA53360DEA4B44F2091484E03AD144D08FDAB4D257319916F63F5BB371037
+E42C56C01406B9CA692CA12B91EA82E09FE5A1025EC78C3514AAD272D6DA49A0
+14958ACC4F7D813436AEFD29F09970843E9C581D46AB11C49AA999B44374AC1F
+FF875EA4A8A9CE142A22286290ADADFC4F569A2661EEC9B4FEF1D69F4B72C9E1
+7486BC870371001EAFDD1FC52DB10F7BB214E1119451FB96290351C54788039C
+F715F820F97824BF5673D71D7161194A64BF174FF439076DCD172305D36ED518
+E0B01769F441711D5316AB3BC7FEF87C767100BF9E4CBB21D468543F00ABA8FE
+8B087B69CE98881BD8F2325489BF714520AF8F046A5E4426E1169A4CF1F41576
+A129AA96DD639B743B5CDFC0D9567B7C354142E223BE625907BE96A2C08C4047
+6CFBE9C247CA8618253ED4CAF4BC3ABDE89721B47A37488260BEF2674CFD425A
+69005146A02661F555F6FE0D8FF7C416E90D2D806D0EB7E7F21A9C495427643E
+F42A1D6155AF1AD5C3384CFA1350B49754EB30A9C9BF7165B3BBACBCF01642B5
+8498CABA95D065E1594039DFE69BB47419905B1E629A6A46D30C49B9E21A9D98
+D3D8BD7402B5AE41B3905EA724F9AC8FC919F38E7651E3B055ED2D98AF208A44
+2AC55FBC1F59E30E03490E6E76CE7D9F9FB7926D8DF88F683D84D9CB29660722
+D0B209A43F3D909D947A110A7B2657EC61A29C838C4E769B770ED06DDD77BFF4
+E86864D0032D5590694D096B502AD45EBBDF4A64A8BD024A7D1995A734A3B4E1
+A028F3CF472F5F20C4B2DF679C73019C81D09D1199BA17F951007E2C0198E610
+8A454F261256C939E43DDAAEDDE40EB4738BE61088592C7B1971B6E41B4E279E
+D09D10E5FDF9D55DFE72D42E183CC808A5BD5AB2360C2793299CB92F157FADC2
+9E8B6CBC8CA36B3CE50FCB3E5A5FBF27DF1814AB0765DAE420CFCDFCE9AD67CC
+274AE600693971584D0D7DCE8DC87DF452364F55C2651DC5708E47ED5A0412DA
+CF44C2A505CC397F874A637721B061FD7E0673D365C8AFE276B4E917434C6BB7
+ACBF8799F849D18483269C59FDB0A534F09AC4B96E5553761628E1A7B2DB569F
+96FCE8CCEE3D4C6D7690511239B450985146B2B0C649C5F2A83504181A584B77
+00881AA20E4F05FD40060F64DDC60AA2B4B45DBD35E76B45868290D9B82CF5F8
+28C552E7B755CD07DB2AB3F514768BA4C95761D2E69EBA25BBCACEEAC4A8D576
+E44BA49D7BA05B1AA64FF9271D5371F177EEF65F7E1902CD2B07273702FB80C9
+230D8482ACFB9881C92C6E7C4AA42AB4764D886B3269BC24DF4B4AA252B71593
+20E2FA032F000D4C607E271A15F8972BA31630AD6C831EE2D6097EE484935F33
+C8420DD030FB75BB0FAA7FCD587568
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMBX12
+%!PS-AdobeFont-1.1: CMBX12 1.0
+%%CreationDate: 1991 Aug 20 16:34:54
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMBX12) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Bold) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMBX12 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 0 /.notdef put
+readonly def
+/FontBBox{-53 -251 1139 750}readonly def
+/UniqueID 5000769 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5F0364CD5660F74BEE96790DE35AFA90CCF712
+B1805DA88AE375A04D99598EADFC625BDC1F9C315B6CF28C9BD427F32C745C99
+AEBE70DAAED49EA45AF94F081934AA47894A370D698ABABDA4215500B190AF26
+7FCFB7DDA2BC68605A4EF61ECCA3D61C684B47FFB5887A3BEDE0B4D30E8EBABF
+20980C23312618EB0EAF289B2924FF4A334B85D98FD68545FDADB47F991E7390
+B10EE86A46A5AF8866C010225024D5E5862D49DEB5D8ECCB95D94283C50A363D
+68A49071445610F03CE3600945118A6BC0B3AA4593104E727261C68C4A47F809
+D77E4CF27B3681F6B6F3AC498E45361BF9E01FAF5527F5E3CC790D3084674B3E
+26296F3E03321B5C555D2458578A89E72D3166A3C5D740B3ABB127CF420C316D
+F957873DA04CF0DB25A73574A4DE2E4F2D5D4E8E0B430654CF7F341A1BDB3E26
+77C194764EAD58C585F49EF10843FE020F9FDFD9008D660DE50B9BD7A2A87299
+BC319E66D781101BB956E30643A19B93C8967E1AE4719F300BFE5866F0D6DA5E
+C55E171A24D3B707EFA325D47F473764E99BC8B1108D815CF2ACADFA6C4663E8
+30855D673CE98AB78F5F829F7FA226AB57F07B3E7D4E7CE30ED3B7EB0D3035C5
+148DA8D9FA34483414FDA8E3DC9E6C479E3EEE9A11A0547FC9085FA4631AD19C
+E936E0598E3197207FA7BB6E55CFD5EF72AEC12D9A9675241C7B00AD58FAF645
+1297991B5D01701E82228D0313FC7C66B263BC79ACDDF9AAC48A3CBF42B96E38
+583E1D059953076D68148DC8B6C9527B3A74CE7DEF788A11531F44120BDF0F61
+0B2F3ED94EEBCDE4ACD23834C242AA4314B9EF98E4BE72DB76EBDD0A028CEA9D
+B4C38C1F2D24B8FDE686832FE96204552C820E45B6BAF0C3308742AE2BFB0B6A
+8636BA6EED68415B5F33A0F6C027191533591EB355108281F365C2C5CB9BC649
+886C414D40695BC3FC6325FFE9D85038250111CB6E8CDED10AFE60C4E5A1CC9E
+31DFE7E9800C49CB74859557AEA872DCB86D9288783875010E55298C184FC1B6
+85B942A004509CD39D765918E43080A9A2EA53735C0F752A337E567B138B13AF
+527E8F7AE043479877F3C5A50FFF7E9C1DC1B5F73E4ED13693FDCD502EB867EE
+B7EFC01AD6427E355D59A7915B39DECADB97695C74C71EB24310E2C9DCAC78B9
+ADCA8035F96DE7E6A45498BDB160E8B562BB34642A60808031D5EDFC3D76A3DD
+ADEA7404785D8D9EFEBB6FE6ABE8CE520B86EEC4CEABEB9239E640219521CF44
+74875879790C019C6073AC1AB67CEACC07EA88944784452C19050C39CD4A696D
+691AD7728E4F785CC03FF85EE88541EA6AE37041A33BE953D7B2173D88051815
+F2124556B19761ACA72145052550E6AD30652732AB3C4CA9AB57719A93A908C4
+2A7D404974A677B271EA29089F3B01EB4281A018F2F436A9B16CDD1F1470816A
+E24CA0EF26C8EFEFA47514DA96DEC5C08FC0D1DFA5F7DB52000785454C71513C
+C3EFBCCD1BA56C760157527E10DC90BD8ECF2F484285DD38247EE8371A9A38C2
+1FF18C3F6EFFD2F1BD57FDA28CCE1661EE5376AF787575F0C25CA81EC2312D96
+D530CFFAC2266AD889490ADE68ED924F2D74E18B5CD1900571C9C074384C88B3
+FB696CF8946455586EFCC0A1E98C43BE790412660DE653D6BD0B1569944A9E08
+55DE39B7A4F77F6F326BCE1D6EA5F9068D2E632FF11B6C56BCA0E7E112FE5389
+73B8C915BD98A9AA3EAB53D359582F96101F26B039A63C80231598D1B3BAD07B
+E00CE54C31D76E6EBC02F6AAC13B6DEEB73592DB242711AFF6BBE673DD91E0D3
+E447FB253BA72966185DF9704926ECE9289486BD33B2A851F276CA885F2A0374
+96FEF69049347838A4B2D89248916D14FFD92761A557105B8360022E7673680E
+8A9DD196BF45E203C77A24940ED05259434A3C385C034F6646B641CE03FB7381
+2CA13172F56230715DC372FFFDE277C623BF3F9960B1240BAEAFD958F358B47B
+670EC80BDDB8E3A76E61B763526F4FF08068BC5C91C02FC14F8BCD5AFCF8836A
+6A54A5B55CF1B8D2CE217D784745AA4D23E1FCD9E1E5298C0F2B7C4DC3034A77
+298EBE1E8216C3D9BEBABBD7F6B3C43BE00AE5EC0B0C342DD97428AD26BFACFE
+51FB80C0841107E4D76DF4444F3135ABB8CBE917ECFE20F0CB34B3C3DDAF3032
+DB3F849002A21CBFFF2B1A0BA8B00D7281AA77F4A5A9B72FD59F1AA2BB0167BE
+4EB459CF12A2E49C7519B80C8AE93F305E2DE32C5589EB7461113DDC7DDF9FF2
+206C7AC8885324FCCBE2871A5C1FF2DCD1FB680769D883326AB2B43DE54CB30E
+10B55A6B03F2B8F16F844C902AFB6E6B60A88C890E9F2A792259092FDC7CFA5F
+BBE2AD8A5B8A168520C8FD2E03A029B50E9E79AAFADE815840C2C3376FFBC4CD
+BBBB84C6DA31BDC7B16A594D2C07F646D1F8658DBC35230AF668B21671524C2E
+F94340C997A77B835A5A267BB0541D8DD2E9FF82AB595F656F8FD8F2EED81444
+40B25E35DD86C62B8066A833BE8557C4A8C26F0196E1895AC6312D76A070CD2F
+BF62EFA32E6830496AB1CBD30973D79935030CE4D4727BC70DD263B4353D004D
+700252814C0425230B92C87F71890CA3D58BB7F605B16A3C162324246DCCB918
+003484619AC1B6F3DCF48481663DCA370E664F8D513AC5E9F786752EC9A180B9
+247653932865E2862E8BB123D2B06B4BE2BF8F27B64CFBC07AE2B1536B8D67AD
+18E9EB70D80264DBC6A628810603734C0798AFB0C869AD6C341AA4B87D1E98B5
+4BDB306974DB79500677BB0CC6997AD97085383C9F8FBF9B83BF35A7CFD31B80
+F0E695E5B20006313F22A6A7584534055D6549AA5C1869708C01C3EE54B2DB65
+87276411947EE6F137918B6A8DC0164AFBF8236CFFE5B493622A52F9B4FE69E9
+1F51EFDEB462914887414A8BEABA6D4AF65198A75ADBCD01189BDB5413E19B8F
+41D030C87BC598DCEFBBA8E7D746DA1699CB299649E9237666F0082A2427B71D
+DEE3FBC61290FCE847626DF187A6CB0AEB41D6E53FD9F93B1B793ABFE981B055
+BE88B2B12B5EE3CF6679E275B226317917E62EEEA8C8B39C63AB4F8E12E29FD2
+5E028BCAEBDBF51675792229A183603ED2CEA91FF2DA6FDFFC0A5550FEE46049
+87721EC695FFB841FF9B269304F903490700596C0EA6E03881AC0A5A632EDDCA
+B8B62C8051CFE339AEB67DBA027E22534B25AFE94C75E8922172E5B77A38A725
+330486F9C579134C66730A08B16F328BBA6C17B0A7A80ADCE2D9192CEF7A02DC
+F4396471215B7DE5E88278D6DE2EAA6E612D8DA63E6189F8D3E5B238C3440878
+6EB7C51BB777FA1A5C0F4D7D0B8666D45F3E6C8F091BEB854D5A7C6F5D14BF80
+2D82829E824A056468CD7FF2F770193CFDA72C42BEA6FEF9D739608AEB276EE3
+FC7831EC9B41EB84D109432A48CDE029C07919FE485FD37FD95C2D
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+TeXDict begin 39158280 55380996 1000 600 600 (diagrams.dvi)
+@start /Fa 222[100 33[{ TeXbbad153fEncoding ReEncodeFont }1
+99.6264 /CMSY10 rf /Fb 134[51 2[51 1[51 1[51 3[51 51
+51 2[51 3[51 51 51 51 51 12[51 1[51 1[51 11[51 51 51
+51 65[{ TeX09fbbfacEncoding ReEncodeFont }20 99.6264
+/CMTT12 rf /Fc 134[62 2[62 65 46 46 46 2[59 65 98 33
+2[33 2[36 52 65 52 65 59 7[88 3[88 1[65 4[88 3[60 2[92
+76 2[85 1[88 23[46 46 2[98 37[{ TeXf7b6d320Encoding ReEncodeFont }29
+119.552 /CMR12 rf /Fd 198[56 56 56 56 56 56 56 56 56
+56 1[31 46[{ TeXf7b6d320Encoding ReEncodeFont }11 99.6264
+/CMBX12 rf /Fe 134[51 1[70 1[54 38 38 38 1[54 49 54 81
+27 51 1[27 54 49 30 43 54 43 54 49 4[49 9[72 2[76 73
+1[61 1[50 1[73 77 64 66 75 70 69 73 6[27 49 49 49 49
+49 49 49 49 49 49 1[27 33 3[38 38 27 4[49 34[{
+ TeXf7b6d320Encoding ReEncodeFont }52 99.6264 /CMR12
+rf end
+%%EndProlog
+%%BeginSetup
+%%Feature: *Resolution 600dpi
+TeXDict begin
+%%PaperSize: A4
+ end
+%%EndSetup
+%%Page: 1 1
+TeXDict begin 1 0 bop Black Black Black Black 876 2604
+a @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true -11.38107 0.0
+284.52744 284.52756 .5 Frame gsave 1.0 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial 710 2636 a Fe(0)876
+2604 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 56.90463 -11.38107 56.90463 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 284.52744 56.90463 -5.69054 56.90463 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 610 2164 a(0.2)876 2604 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 113.80927 -11.38107 113.80927 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 284.52744 113.80927 -5.69054 113.80927 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+610 1691 a(0.4)876 2604 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 170.7139 -11.38107 170.7139 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 284.52744 170.7139 -5.69054 170.7139 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 610 1219 a(0.6)876
+2604 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 227.61853 -11.38107 227.61853 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 284.52744 227.61853 -5.69054 227.61853 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 610 746 a(0.8)876 2604 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 284.52316 -11.38107 284.52316 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 284.52744 284.52316 -5.69054 284.52316 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+686 274 a(1)876 2604 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 0.0 0.0 28.45274
+142.26378 .5 Frame gsave 0 1 0 setrgbcolor fill grestore end
+
+@endspecial
+0 TeXcolorgray 923 1550 a Fd(0.5)p Black 994 2651 a
+ tx@Dict begin 90. RotBegin end
+ 994
+2651 a 744 2676 a Fe(Jelger)994 2651 y
+ tx@Dict begin RotEnd end
+ 994 2651 a 876
+2604 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 56.90549 0.0
+85.35823 199.16841 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+end
+
+@endspecial 0 TeXcolorgray
+1395 1077 a Fd(0.7)p Black 1467 2651 a
+ tx@Dict begin 90. RotBegin end
+ 1467 2651 a 1211
+2686 a Fe(Johan)1467 2651 y
+ tx@Dict begin RotEnd end
+ 1467 2651 a 876 2604 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 113.81097 0.0
+142.26372 227.62291 .5 Frame gsave 0 0 1 0 setcmykcolor fill grestore
+end
+
+@endspecial 0 TeXcolorgray 1868 841 a Fd(0.8)p
+Black 1939 2651 a
+ tx@Dict begin 90. RotBegin end
+ 1939 2651 a 1621 2686 a Fe(Rikk)m(ert)1939
+2651 y
+ tx@Dict begin RotEnd end
+ 1939 2651 a 876 2604 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 170.71646 0.0
+199.1692 85.35913 .5 Frame gsave 0 1 0 setrgbcolor fill grestore
+end
+
+
+@endspecial 0 TeXcolorgray 2340 2022 a Fd(0.3)p Black
+2412 2651 a
+ tx@Dict begin 90. RotBegin end
+ 2412 2651 a 2190 2686 a Fe(Henk)2412 2651
+y
+ tx@Dict begin RotEnd end
+ 2412 2651 a 876 2604 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 227.62195 0.0
+256.07469 142.26378 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+end
+
+@endspecial
+0 TeXcolorgray 2813 1550 a Fd(0.5)p Black 2884 2651 a
+ tx@Dict begin 90. RotBegin end
+
+2884 2651 a 2628 2685 a Fe(Erwin)2884 2651 y
+ tx@Dict begin RotEnd end
+ 2884 2651
+a 1910 3070 a Fc(Name)522 1423 y
+ tx@Dict begin 90. RotBegin end
+ 522 1423 a -75 1465
+a Fc(F)-10 b(raction)37 b(of)i(Jobs)g(Activ)m(e)522 1423
+y
+ tx@Dict begin RotEnd end
+ 522 1423 a Black Black eop end
+%%Page: 2 2
+TeXDict begin 2 1 bop Black Black Black 1017 2603 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true -11.38107 0.0
+270.30106 284.3628 .5 Frame gsave 1.0 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial 851 2635 a Fe(0)1017 2603 y
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 56.87256 -11.38107 56.87256 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 56.87256 -5.69054 56.87256 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 729 2163 a(200)1017 2603 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 113.74512 -11.38107 113.74512 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 113.74512 -5.69054 113.74512 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+729 1691 a(400)1017 2603 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 170.61768 -11.38107 170.61768 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 170.61768 -5.69054 170.61768 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 729
+1218 a(600)1017 2603 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 227.49023 -11.38107 227.49023 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 227.49023 -5.69054 227.49023 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 729 746 a(800)1017
+2603 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 284.3628 -11.38107 284.3628 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 284.3628 -5.69054 284.3628 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 680 274 a(1000)1017 2603 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 0.0 0.0 28.45274
+205.02557 .5 Frame gsave 0 1 0 setrgbcolor fill grestore end
+
+@endspecial 0 TeXcolorgray 1051 1027 a Fd(721)p
+Black 1135 2650 a
+ tx@Dict begin 90. RotBegin end
+ 1135 2650 a 884 2675 a Fe(Jelger)1135
+2650 y
+ tx@Dict begin RotEnd end
+ 1135 2650 a 1017 2603 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 56.90549 0.0
+85.35823 117.15747 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+end
+
+
+@endspecial 0 TeXcolorgray 1523 1757 a Fd(412)p Black
+1607 2650 a
+ tx@Dict begin 90. RotBegin end
+ 1607 2650 a 1351 2685 a Fe(Johan)1607 2650
+y
+ tx@Dict begin RotEnd end
+ 1607 2650 a 1017 2603 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 113.81097 0.0
+142.26372 230.33386 .5 Frame gsave 0 0 1 0 setcmykcolor fill grestore
+end
+
+@endspecial
+0 TeXcolorgray 1996 817 a Fd(810)p Black 2080 2650 a
+ tx@Dict begin 90. RotBegin end
+
+2080 2650 a 1761 2685 a Fe(Rikk)m(ert)2080 2650 y
+ tx@Dict begin RotEnd end
+ 2080
+2650 a 1017 2603 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 170.71646 0.0
+199.1692 88.15247 .5 Frame gsave 0 1 0 setrgbcolor fill grestore
+end
+
+@endspecial
+0 TeXcolorgray 2468 1997 a Fd(310)p Black 2552 2650 a
+ tx@Dict begin 90. RotBegin end
+
+2552 2650 a 2330 2685 a Fe(Henk)2552 2650 y
+ tx@Dict begin RotEnd end
+ 2552 2650
+a 1017 2603 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 227.62195 0.0
+256.07469 154.12463 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+end
+
+@endspecial
+0 TeXcolorgray 2941 1450 a Fd(542)p Black 3025 2650 a
+ tx@Dict begin 90. RotBegin end
+
+3025 2650 a 2769 2684 a Fe(Erwin)3025 2650 y
+ tx@Dict begin RotEnd end
+ 3025 2650
+a 1017 2603 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 160.18907 256.00029
+302.45279 275.9172 .5 Frame gsave 1 setgray fill grestore gsave 0.8
+SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 168.72488 260.2682
+185.79652 271.64929 .5 Frame gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 2630 420 a Fe(F)-8
+b(ull)33 b(y)m(ear)1017 2603 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 160.18907 236.08337
+302.45279 256.00029 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 168.72488 240.35129
+185.79652 251.73238 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 2630
+585 a(Less)h(than)f(a)f(y)m(ear)1017 2603 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 160.18907 216.16646
+302.45279 236.08337 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 168.72488 220.43437
+185.79652 231.81546 .5 Frame gsave 0 0 1 0 setcmykcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+2630 760 a(Less)i(than)f(6)f(mon)m(ths)1017 2603 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.5 SLW 0 setgray 0. true 160.18907 216.16646
+302.45279 275.9172 .5 Frame gsave 0.5 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial 662 1422 a
+ tx@Dict begin 90. RotBegin end
+ 662 1422 a 261 1464
+a Fc(Jobs)39 b(Submitted)662 1422 y
+ tx@Dict begin RotEnd end
+ 662 1422 a 1006 5444
+a @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true -11.38107 0.0
+284.52744 284.3628 .5 Frame gsave 1.0 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 0.0 0.0 28.45274
+205.02557 .5 Frame gsave 0 1 0 setrgbcolor fill grestore end
+
+@endspecial 0 TeXcolorgray 1040 5382 a Fd(721)p
+Black 1125 5492 a
+ tx@Dict begin 90. RotBegin end
+ 1125 5492 a 874 5516 a Fe(Jelger)1125
+5492 y
+ tx@Dict begin RotEnd end
+ 1125 5492 a 1006 5444 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 56.90549 0.0
+85.35823 117.15747 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+end
+
+
+@endspecial 0 TeXcolorgray 1513 5382 a Fd(412)p Black
+1597 5492 a
+ tx@Dict begin 90. RotBegin end
+ 1597 5492 a 1341 5526 a Fe(Johan)1597 5492
+y
+ tx@Dict begin RotEnd end
+ 1597 5492 a 1006 5444 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 113.81097 0.0
+142.26372 230.33386 .5 Frame gsave 0 0 1 0 setcmykcolor fill grestore
+end
+
+@endspecial
+0 TeXcolorgray 1985 5382 a Fd(810)p Black 2069 5492 a
+ tx@Dict begin 90. RotBegin end
+
+2069 5492 a 1751 5526 a Fe(Rikk)m(ert)2069 5492 y
+ tx@Dict begin RotEnd end
+ 2069
+5492 a 1006 5444 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 170.71646 0.0
+199.1692 88.15247 .5 Frame gsave .96 .87 .7 setrgbcolor fill grestore
+end
+
+@endspecial
+0 TeXcolorgray 2458 5382 a Fd(310)p Black 2542 5492 a
+ tx@Dict begin 90. RotBegin end
+
+2542 5492 a 2320 5526 a Fe(Henk)2542 5492 y
+ tx@Dict begin RotEnd end
+ 2542 5492
+a 1006 5444 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 227.62195 0.0
+256.07469 154.12463 .5 Frame gsave 0 0 1 setrgbcolor fill grestore
+end
+
+@endspecial
+0 TeXcolorgray 2930 5382 a Fd(542)p Black 3014 5492 a
+ tx@Dict begin 90. RotBegin end
+
+3014 5492 a 2758 5526 a Fe(Erwin)3014 5492 y
+ tx@Dict begin RotEnd end
+ 3014 5492
+a 840 5476 a Fe(0)1006 5444 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 42.65442 -11.38107 42.65442 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 284.52744 42.65442 -5.69054 42.65442 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 718
+5122 a(150)1006 5444 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 85.30884 -11.38107 85.30884 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 284.52744 85.30884 -5.69054 85.30884 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 718 4768 a(300)1006
+5444 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 127.96326 -11.38107 127.96326 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 284.52744 127.96326 -5.69054 127.96326 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 718 4414 a(450)1006 5444 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 170.61768 -11.38107 170.61768 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 284.52744 170.61768 -5.69054 170.61768 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+718 4060 a(600)1006 5444 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 213.2721 -11.38107 213.2721 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 284.52744 213.2721 -5.69054 213.2721 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 718
+3706 a(750)1006 5444 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 255.92651 -11.38107 255.92651 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 284.52744 255.92651 -5.69054 255.92651 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 718 3352 a(900)1844
+5911 y Fc(Cluster)e(Users)652 4264 y
+ tx@Dict begin 90. RotBegin end
+ 652 4264 a 251 4305
+a Fc(Jobs)i(Submitted)652 4264 y
+ tx@Dict begin RotEnd end
+ 652 4264 a Black 1389
+6120 a Fe(Figure)33 b(1:)43 b(Bar)32 b(Diagram)p Black
+Black Black Black eop end
+%%Page: 3 3
+TeXDict begin 3 2 bop Black Black Black 1052 2368 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true -11.38107 0.0
+261.76515 256.07071 .5 Frame gsave 1.0 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial 886 2400 a Fe(0)1052 2368 y
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 56.9046 -11.38107 56.9046 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 261.76515 56.9046 -5.69054 56.9046 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 813 1928 a(10)1052 2368 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 113.8092 -11.38107 113.8092 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 261.76515 113.8092 -5.69054 113.8092 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+813 1455 a(20)1052 2368 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 170.7138 -11.38107 170.7138 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 261.76515 170.7138 -5.69054 170.7138 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 813 983 a(30)1052
+2368 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 227.61841 -11.38107 227.61841 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 261.76515 227.61841 -5.69054 227.61841 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 813 510 a(40)1052 2368 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 0.0 0.0 28.45274
+122.3449 .5 Frame gsave 0 1 0 setrgbcolor fill grestore end
+
+@endspecial 0 TeXcolorgray 1071 1479 a Fd(21.5)p
+Black 1170 2415 a
+ tx@Dict begin 90. RotBegin end
+ 1170 2415 a 920 2440 a Fe(Jelger)1170
+2415 y
+ tx@Dict begin RotEnd end
+ 1170 2415 a 1052 2368 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 56.90549 0.0
+85.35823 72.26881 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+end
+
+
+@endspecial 0 TeXcolorgray 1543 1894 a Fd(12.7)p Black
+1643 2415 a
+ tx@Dict begin 90. RotBegin end
+ 1643 2415 a 1387 2450 a Fe(Johan)1643 2415
+y
+ tx@Dict begin RotEnd end
+ 1643 2415 a 1052 2368 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 113.81097 0.0
+142.26372 56.9046 .5 Frame gsave 0 0 1 0 setcmykcolor fill grestore
+end
+
+@endspecial
+0 TeXcolorgray 2059 2022 a Fd(10)p Black 2115 2415 a
+ tx@Dict begin 90. RotBegin end
+
+2115 2415 a 1797 2450 a Fe(Rikk)m(ert)2115 2415 y
+ tx@Dict begin RotEnd end
+ 2115
+2415 a 1052 2368 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 170.71646 0.0
+199.1692 176.40427 .5 Frame gsave 0 1 0 setrgbcolor fill grestore
+end
+
+@endspecial
+0 TeXcolorgray 2532 1030 a Fd(31)p Black 2588 2415 a
+ tx@Dict begin 90. RotBegin end
+
+2588 2415 a 2365 2450 a Fe(Henk)2588 2415 y
+ tx@Dict begin RotEnd end
+ 2588 2415
+a 1052 2368 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 227.62195 0.0
+256.07469 238.99933 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+end
+
+@endspecial
+0 TeXcolorgray 3004 510 a Fd(42)p Black 3060 2415 a
+ tx@Dict begin 90. RotBegin end
+ 3060
+2415 a 2804 2449 a Fe(Erwin)3060 2415 y
+ tx@Dict begin RotEnd end
+ 3060 2415 a 1052
+2368 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0.95 setgray 0. true 14.22636
+219.08241 156.49008 238.99933 .5 Frame gsave 0.95 setgray fill grestore
+gsave 0.8 SLW 0.95 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 22.76218 223.35033
+39.83382 234.73141 .5 Frame gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 1454 491 a Fe(F)-8 b(ull)32
+b(y)m(ear)1052 2368 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0.95 setgray 0. true 14.22636
+199.1655 156.49008 219.08241 .5 Frame gsave 0.95 setgray fill grestore
+gsave 0.8 SLW 0.95 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 22.76218 203.43341
+39.83382 214.8145 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 1454 657 a(Less)i(than)e(a)g(y)m
+(ear)1052 2368 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0.95 setgray 0. true 14.22636
+179.24858 156.49008 199.1655 .5 Frame gsave 0.95 setgray fill grestore
+gsave 0.8 SLW 0.95 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 22.76218 183.5165
+39.83382 194.89758 .5 Frame gsave 0 0 1 0 setcmykcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 1454 832 a(Less)i(than)e(6)g
+(mon)m(ths)1052 2368 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.5 SLW 0 setgray 0. true 14.22636 179.24858
+156.49008 238.99933 .5 Frame gsave 0.5 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial
+698 1305 a
+ tx@Dict begin 90. RotBegin end
+ 698 1305 a 376 1335 a Fc(Activit)m(y)k(\(\045\))698
+1305 y
+ tx@Dict begin RotEnd end
+ 698 1305 a 955 5211 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true -11.38107 0.0
+293.06334 284.52756 .5 Frame gsave 1.0 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+
+@endspecial 789 5243 a Fe(0)955 5211 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ -5.69054 56.90463 -11.38107 56.90463 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 1.0
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 293.06334 56.90463 -5.69054 56.90463 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+688 4770 a(0.2)955 5211 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ -5.69054 113.80927 -11.38107 113.80927 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 1.0
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 293.06334 113.80927 -5.69054 113.80927 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 688 4298 a(0.4)955
+5211 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ -5.69054 170.7139 -11.38107 170.7139 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 1.0
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 293.06334 170.7139 -5.69054 170.7139 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 688 3826 a(0.6)955 5211 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ -5.69054 227.61853 -11.38107 227.61853 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 1.0
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 293.06334 227.61853 -5.69054 227.61853 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+688 3353 a(0.8)955 5211 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ -5.69054 284.52316 -11.38107 284.52316 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 1.0
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 293.06334 284.52316 -5.69054 284.52316 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 764 2881 a(1)955
+5211 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 0.0 0.0 56.90549
+142.26378 .5 Frame gsave 0 1 0 setrgbcolor fill grestore end
+
+@endspecial 0 TeXcolorgray
+1119 3967 a Fd(0.5)p Black 1191 5258 a
+ tx@Dict begin 90. RotBegin end
+ 1191 5258 a 940
+5283 a Fe(Jelger)1191 5258 y
+ tx@Dict begin RotEnd end
+ 1191 5258 a 955 5211 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 56.90549 0.0
+113.81097 199.16841 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+end
+
+@endspecial 0 TeXcolorgray 1592 3495 a Fd(0.7)p
+Black 1663 5258 a
+ tx@Dict begin 90. RotBegin end
+ 1663 5258 a 1407 5293 a Fe(Johan)1663
+5258 y
+ tx@Dict begin RotEnd end
+ 1663 5258 a 955 5211 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 113.81097 0.0
+170.71646 227.62291 .5 Frame gsave 0 0 1 0 setcmykcolor fill grestore
+end
+
+
+@endspecial 0 TeXcolorgray 2064 3259 a Fd(0.8)p Black
+2136 5258 a
+ tx@Dict begin 90. RotBegin end
+ 2136 5258 a 1817 5293 a Fe(Rikk)m(ert)2136
+5258 y
+ tx@Dict begin RotEnd end
+ 2136 5258 a 955 5211 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 170.71646 0.0
+227.62195 85.35913 .5 Frame gsave 0 1 0 setrgbcolor fill grestore
+end
+
+
+@endspecial 0 TeXcolorgray 2537 4440 a Fd(0.3)p Black
+2608 5258 a
+ tx@Dict begin 90. RotBegin end
+ 2608 5258 a 2386 5293 a Fe(Henk)2608 5258
+y
+ tx@Dict begin RotEnd end
+ 2608 5258 a 955 5211 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 227.62195 0.0
+284.52744 142.26378 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+end
+
+@endspecial
+0 TeXcolorgray 3009 3967 a Fd(0.5)p Black 3081 5258 a
+ tx@Dict begin 90. RotBegin end
+
+3081 5258 a 2825 5292 a Fe(Erwin)3081 5258 y
+ tx@Dict begin RotEnd end
+ 3081 5258
+a 600 4030 a
+ tx@Dict begin 90. RotBegin end
+ 600 4030 a 3 4071 a Fc(F)-10 b(raction)38
+b(of)g(Jobs)h(Activ)m(e)600 4030 y
+ tx@Dict begin RotEnd end
+ 600 4030 a Black 1065
+5887 a Fe(Figure)33 b(2:)43 b(Bar)32 b(Diagram)g(-)g(real)h(n)m(um)m(b)
+s(ers)p Black Black Black Black eop end
+%%Page: 4 4
+TeXDict begin 4 3 bop Black Black Black 400 4121 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true -11.38107 0.0
+426.79115 426.77307 .5 Frame gsave 0 0 1 0 setcmykcolor fill grestore
+gsave 1.0 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 234 4153 a Fe(0)400 4121 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 42.6773 -11.38107 42.6773 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 42.6773 -5.69054 42.6773 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+112 3799 a(100)400 4121 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 85.35461 -11.38107 85.35461 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 85.35461 -5.69054 85.35461 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 112 3445 a(200)400
+4121 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 128.03192 -11.38107 128.03192 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 128.03192 -5.69054 128.03192 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 112 3091 a(300)400 4121 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 170.70923 -11.38107 170.70923 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 170.70923 -5.69054 170.70923 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+112 2736 a(400)400 4121 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 213.38654 -11.38107 213.38654 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 213.38654 -5.69054 213.38654 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 112 2382 a(500)400
+4121 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 256.06384 -11.38107 256.06384 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 256.06384 -5.69054 256.06384 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 112 2028 a(600)400 4121 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 298.74115 -11.38107 298.74115 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 298.74115 -5.69054 298.74115 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+112 1673 a(700)400 4121 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 341.41846 -11.38107 341.41846 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 341.41846 -5.69054 341.41846 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 112 1319 a(800)400
+4121 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 384.09576 -11.38107 384.09576 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 384.09576 -5.69054 384.09576 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 112 965 a(900)400 4121 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 426.77307 -11.38107 426.77307 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 426.77307 -5.69054 426.77307 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+63 610 a(1000)400 4121 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 0.0 0.0 28.45274
+307.70338 .5 Frame gsave 1 0 0 setrgbcolor fill grestore end
+
+@endspecial
+636 4169 a
+ tx@Dict begin 90. RotBegin end
+ 636 4169 a 385 4194 a Fe(Jelger)636 4169 y
+ tx@Dict begin RotEnd end
+
+636 4169 a 400 4121 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 28.45274 0.0
+56.90549 213.38654 .5 Frame gsave 0 0 1 setrgbcolor fill grestore
+end
+
+@endspecial
+754 4169 a
+ tx@Dict begin 90. RotBegin end
+ 754 4169 a 754 4169 a
+ tx@Dict begin RotEnd end
+ 754 4169 a 400 4121
+a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 85.35823 0.0
+113.81097 175.8305 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+end
+
+@endspecial 1345 4169 a
+ tx@Dict begin 90. RotBegin end
+
+1345 4169 a 1088 4203 a Fe(Johan)1345 4169 y
+ tx@Dict begin RotEnd end
+ 1345 4169
+a 400 4121 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 113.81097 0.0
+142.26372 213.38654 .5 Frame gsave 0 0 1 setrgbcolor fill grestore
+end
+
+@endspecial 1463
+4169 a
+ tx@Dict begin 90. RotBegin end
+ 1463 4169 a 1463 4169 a
+ tx@Dict begin RotEnd end
+ 1463 4169 a 400 4121 a
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 170.71646 0.0
+199.1692 345.68619 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+end
+
+@endspecial 2053 4169 a
+ tx@Dict begin 90. RotBegin end
+ 2053
+4169 a 1735 4203 a Fe(Rikk)m(ert)2053 4169 y
+ tx@Dict begin RotEnd end
+ 2053 4169
+a 400 4121 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 199.1692 0.0
+227.62195 213.38654 .5 Frame gsave 0 0 1 setrgbcolor fill grestore
+end
+
+@endspecial 2171
+4169 a
+ tx@Dict begin 90. RotBegin end
+ 2171 4169 a 2171 4169 a
+ tx@Dict begin RotEnd end
+ 2171 4169 a 400 4121 a
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 256.07469 0.0
+284.52744 132.29965 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+end
+
+@endspecial 2762 4169 a
+ tx@Dict begin 90. RotBegin end
+ 2762
+4169 a 2540 4203 a Fe(Henk)2762 4169 y
+ tx@Dict begin RotEnd end
+ 2762 4169 a 400
+4121 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 284.52744 0.0
+312.98018 213.38654 .5 Frame gsave 0 0 1 setrgbcolor fill grestore
+end
+
+@endspecial 2880 4169
+a
+ tx@Dict begin 90. RotBegin end
+ 2880 4169 a 2880 4169 a
+ tx@Dict begin RotEnd end
+ 2880 4169 a 400 4121 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 341.43292 0.0
+369.88567 0.0 .5 Frame gsave 1 0 0 setrgbcolor fill grestore end
+
+@endspecial 3471 4169 a
+ tx@Dict begin 90. RotBegin end
+ 3471 4169 a 3069
+4193 a Fe(New)33 b(Guy)3471 4169 y
+ tx@Dict begin RotEnd end
+ 3471 4169 a 400 4121
+a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 369.88567 0.0
+398.33841 231.311 .5 Frame gsave 0 0 1 setrgbcolor fill grestore
+end
+
+@endspecial 3589 4169 a
+ tx@Dict begin 90. RotBegin end
+
+3589 4169 a 3589 4169 a
+ tx@Dict begin RotEnd end
+ 3589 4169 a 400 4121 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 0 1 0 setcmykcolor 0. true 284.52744
+359.91112 384.11203 379.82803 .5 Frame gsave 0 0 1 0 setcmykcolor
+fill grestore gsave 0.8 SLW 0 0 1 0 setcmykcolor 0 setlinecap stroke
+ grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 293.06325 364.17903
+310.13489 375.56012 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+3045 1083 a Fe(19.12.2002)400 4121 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 0 1 0 setcmykcolor 0. true 284.52744
+339.9942 384.11203 359.91112 .5 Frame gsave 0 0 1 0 setcmykcolor
+fill grestore gsave 0.8 SLW 0 0 1 0 setcmykcolor 0 setlinecap stroke
+ grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 293.06325 344.26212
+310.13489 355.6432 .5 Frame gsave 0 0 1 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 3045
+1248 a(06.05.2003)400 4121 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.0 SLW 0 0 1 0 setcmykcolor 0. true 284.52744
+339.9942 384.11203 379.82803 .5 Frame gsave 0.0 SLW 0 0 1 0 setcmykcolor
+0 setlinecap stroke grestore end
+
+
+@endspecial 1827 4588 a Fc(Cluster)38 b(Users)45 2350
+y
+ tx@Dict begin 90. RotBegin end
+ 45 2350 a -356 2391 a Fc(Jobs)h(Submitted)45 2350 y
+ tx@Dict begin RotEnd end
+
+45 2350 a Black 1164 4797 a Fe(Figure)33 b(3:)43 b(One)33
+b(more)g(Bar)f(Diagram)p Black Black Black Black eop
+end
+%%Page: 5 5
+TeXDict begin 5 4 bop Black Black Black 513 1896 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true -11.38107 0.0
+426.79115 199.26453 .5 Frame gsave 1 setgray fill grestore gsave
+1.0 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 0.0 0.0 28.45274
+143.66972 .5 Frame gsave 1 0 0 setrgbcolor fill grestore gsave 0.8
+SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 28.45274 0.0 28.45274
+143.66972 42.67911 153.63295 42.67911 9.96323 28.45274 0.0 /Lineto
+/lineto load def false Polygon gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 28.45274 143.66972
+0.0 143.66972 14.22636 153.63295 42.67911 153.63295 28.45274 143.66972
+ /Lineto /lineto load def false Polygon gsave 1 0 0 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 1 TeXcolorgray 547 830 a Fd(721)p
+Black 750 1943 a
+ tx@Dict begin 90. RotBegin end
+ 750 1943 a 499 1968 a Fe(Jelger)750
+1943 y
+ tx@Dict begin RotEnd end
+ 750 1943 a 513 1896 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 28.45274 0.0
+56.90549 99.63226 .5 Frame gsave .6 .98 .6 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 56.90549 0.0 56.90549
+99.63226 71.13185 109.59549 71.13185 9.96323 56.90549 0.0 /Lineto
+/lineto load def false Polygon gsave .6 .98 .6 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 56.90549 99.63226
+28.45274 99.63226 42.67911 109.59549 71.13185 109.59549 56.90549 99.63226
+ /Lineto /lineto load def false Polygon gsave .6 .98 .6 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial 0 TeXcolorgray 784 1196 a Fd(500)p
+Black 868 1943 a
+ tx@Dict begin 90. RotBegin end
+ 868 1943 a 868 1943 a
+ tx@Dict begin RotEnd end
+ 868 1943 a 513
+1896 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 85.35823 0.0
+113.81097 82.09698 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 113.81097 0.0 113.81097
+82.09698 128.03734 92.06021 128.03734 9.96323 113.81097 0.0 /Lineto
+/lineto load def false Polygon gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 113.81097 82.09698
+85.35823 82.09698 99.5846 92.06021 128.03734 92.06021 113.81097 82.09698
+ /Lineto /lineto load def false Polygon gsave 1 0 0 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+1 TeXcolorgray 1256 1341 a Fd(412)p Black 1458 1943 a
+ tx@Dict begin 90. RotBegin end
+
+1458 1943 a 1202 1978 a Fe(Johan)1458 1943 y
+ tx@Dict begin RotEnd end
+ 1458 1943
+a 513 1896 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 113.81097 0.0
+142.26372 99.63226 .5 Frame gsave .6 .98 .6 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 142.26372 0.0 142.26372
+99.63226 156.49008 109.59549 156.49008 9.96323 142.26372 0.0 /Lineto
+/lineto load def false Polygon gsave .6 .98 .6 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 142.26372 99.63226
+113.81097 99.63226 128.03734 109.59549 156.49008 109.59549 142.26372
+99.63226 /Lineto /lineto load def false Polygon gsave .6 .98 .6
+ setrgbcolor fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke
+ grestore end
+
+@endspecial
+0 TeXcolorgray 1492 1196 a Fd(500)p Black 1576 1943 a
+ tx@Dict begin 90. RotBegin end
+
+1576 1943 a 1576 1943 a
+ tx@Dict begin RotEnd end
+ 1576 1943 a 513 1896 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 170.71646 0.0
+199.1692 161.40427 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 199.1692 0.0 199.1692
+161.40427 213.39557 171.3675 213.39557 9.96323 199.1692 0.0 /Lineto
+/lineto load def false Polygon gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 199.1692 161.40427
+170.71646 161.40427 184.94283 171.3675 213.39557 171.3675 199.1692
+161.40427 /Lineto /lineto load def false Polygon gsave 1 0 0 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial 1 TeXcolorgray
+1965 683 a Fd(810)p Black 2167 1943 a
+ tx@Dict begin 90. RotBegin end
+ 2167 1943 a 1849
+1978 a Fe(Rikk)m(ert)2167 1943 y
+ tx@Dict begin RotEnd end
+ 2167 1943 a 513 1896
+a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 199.1692 0.0
+227.62195 99.63226 .5 Frame gsave .6 .98 .6 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 227.62195 0.0 227.62195
+99.63226 241.84831 109.59549 241.84831 9.96323 227.62195 0.0 /Lineto
+/lineto load def false Polygon gsave .6 .98 .6 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 227.62195 99.63226
+199.1692 99.63226 213.39557 109.59549 241.84831 109.59549 227.62195
+99.63226 /Lineto /lineto load def false Polygon gsave .6 .98 .6
+ setrgbcolor fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke
+ grestore end
+
+@endspecial
+0 TeXcolorgray 2201 1196 a Fd(500)p Black 2285 1943 a
+ tx@Dict begin 90. RotBegin end
+
+2285 1943 a 2285 1943 a
+ tx@Dict begin RotEnd end
+ 2285 1943 a 513 1896 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 256.07469 0.0
+284.52744 61.772 .5 Frame gsave 1 0 0 setrgbcolor fill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 284.52744 0.0 284.52744
+61.772 298.7538 71.73523 298.7538 9.96323 284.52744 0.0 /Lineto /lineto
+load def false Polygon gsave 1 0 0 setrgbcolor fill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 284.52744 61.772 256.07469
+61.772 270.30106 71.73523 298.7538 71.73523 284.52744 61.772 /Lineto
+/lineto load def false Polygon gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 1 TeXcolorgray
+2673 1510 a Fd(310)p Black 2876 1943 a
+ tx@Dict begin 90. RotBegin end
+ 2876 1943 a 2653
+1978 a Fe(Henk)2876 1943 y
+ tx@Dict begin RotEnd end
+ 2876 1943 a 513 1896 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 284.52744 0.0
+312.98018 99.63226 .5 Frame gsave .6 .98 .6 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 312.98018 0.0 312.98018
+99.63226 327.20654 109.59549 327.20654 9.96323 312.98018 0.0 /Lineto
+/lineto load def false Polygon gsave .6 .98 .6 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 312.98018 99.63226
+284.52744 99.63226 298.7538 109.59549 327.20654 109.59549 312.98018
+99.63226 /Lineto /lineto load def false Polygon gsave .6 .98 .6
+ setrgbcolor fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke
+ grestore end
+
+@endspecial 0 TeXcolorgray
+2910 1196 a Fd(500)p Black 2994 1943 a
+ tx@Dict begin 90. RotBegin end
+ 2994 1943 a 2994
+1943 a
+ tx@Dict begin RotEnd end
+ 2994 1943 a 513 1896 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 341.43292 0.0
+369.88567 0.0 .5 Frame gsave 1 0 0 setrgbcolor fill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 369.88567 0.0 369.88567
+0.0 384.11203 9.96323 384.11203 9.96323 369.88567 0.0 /Lineto /lineto
+load def false Polygon gsave 1 0 0 setrgbcolor fill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 369.88567 0.0 341.43292
+0.0 355.65929 9.96323 384.11203 9.96323 369.88567 0.0 /Lineto /lineto
+load def false Polygon gsave 1 0 0 setrgbcolor fill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 3584 1943 a
+ tx@Dict begin 90. RotBegin end
+ 3584 1943 a 3183
+1968 a Fe(New)33 b(Guy)3584 1943 y
+ tx@Dict begin RotEnd end
+ 3584 1943 a 513 1896
+a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 369.88567 0.0
+398.33841 108.00137 .5 Frame gsave .6 .98 .6 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 398.33841 0.0 398.33841
+108.00137 412.56477 117.9646 412.56477 9.96323 398.33841 0.0 /Lineto
+/lineto load def false Polygon gsave .6 .98 .6 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 398.33841 108.00137
+369.88567 108.00137 384.11203 117.9646 412.56477 117.9646 398.33841
+108.00137 /Lineto /lineto load def false Polygon gsave .6 .98 .6
+ setrgbcolor fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke
+ grestore end
+
+@endspecial
+0 TeXcolorgray 3618 1126 a Fd(542)p Black 3702 1943 a
+ tx@Dict begin 90. RotBegin end
+
+3702 1943 a 3702 1943 a
+ tx@Dict begin RotEnd end
+ 3702 1943 a 347 1928 a Fe(0)513
+1896 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 39.8529 -11.38107 39.8529 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 39.8529 -5.69054 39.8529 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 225 1597 a(200)513 1896 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 79.70581 -11.38107 79.70581 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 79.70581 -5.69054 79.70581 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+225 1267 a(400)513 1896 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 119.55872 -11.38107 119.55872 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 119.55872 -5.69054 119.55872 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 225 936 a(600)513
+1896 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 159.41162 -11.38107 159.41162 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 159.41162 -5.69054 159.41162 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 225 605 a(800)513 1896 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 199.26453 -11.38107 199.26453 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 199.26453 -5.69054 199.26453 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+177 274 a(1000)513 1896 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 284.52744 157.42851
+384.11203 177.34543 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 293.06325 161.69643
+310.13489 173.07751 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 3159 539 a(19.12.2002)513
+1896 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 284.52744 137.5116
+384.11203 157.42851 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 293.06325 141.77951
+310.13489 153.1606 .5 Frame gsave .6 .98 .6 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 3159 704 a(06.05.2003)513 1896
+y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW .5 setgray 0. true 298.7538 177.34543
+398.3384 187.30865 .5 Frame gsave .5 setgray fill grestore gsave
+0.8 SLW .5 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW .5 setgray 0. true 384.11203 147.47482
+398.3384 187.30865 .5 Frame gsave .5 setgray fill grestore gsave
+0.8 SLW .5 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.5 SLW 0 setgray 0. true 284.52744 137.5116
+384.11203 177.34543 .5 Frame gsave 0.5 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial
+1941 2576 a Fc(Cluster)k(Users)159 1069 y
+ tx@Dict begin 90. RotBegin end
+ 159 1069 a
+-242 1111 a Fc(Jobs)i(Submitted)159 1069 y
+ tx@Dict begin RotEnd end
+ 159 1069 a
+144 2846 a Fe(Changing)32 b(only)g Fb(ActiveBarPrimitive)k
+Fe(parameter)c(from)f Fb(barTDRect)i Fe(to)e Fb(barCylinder)1761
+2966 y Fe(y)m(elds:)513 4884 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true -11.38107 0.0
+426.79115 199.26453 .5 Frame gsave 1 setgray fill grestore gsave
+1.0 SLW 0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 14.22636 4.98161
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 14.22636 4.98161 Ellipse
+closepath gsave 1 0 0 setrgbcolor fill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 0 0 setrgbcolor 0. true 0.0
+4.98161 28.45274 148.65134 .5 Frame gsave 1 0 0 setrgbcolor fill
+grestore gsave 0.8 SLW 1 0 0 setrgbcolor 0 setlinecap stroke grestore
+end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 0.0 148.65134 0.0 4.98161 /Lineto /lineto load def
+false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 28.45274 148.65134 28.45274 4.98161 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 14.22636 4.98161
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 14.22636 148.65134 Ellipse
+closepath gsave 1 0 0 setrgbcolor fill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial 1 TeXcolorgray 547 3818 a Fd(721)p
+Black 750 4932 a
+ tx@Dict begin 90. RotBegin end
+ 750 4932 a 499 4956 a Fe(Jelger)750
+4932 y
+ tx@Dict begin RotEnd end
+ 750 4932 a 513 4884 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 14.22636 4.98161
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 42.67911 4.98161 Ellipse
+closepath gsave .6 .98 .6 setrgbcolor fill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW .6 .98 .6 setrgbcolor 0. true
+28.45274 4.98161 56.90549 104.61388 .5 Frame gsave .6 .98 .6 setrgbcolor
+fill grestore gsave 0.8 SLW .6 .98 .6 setrgbcolor 0 setlinecap stroke
+ grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 28.45274 104.61388 28.45274 4.98161 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 56.90549 104.61388 56.90549 4.98161 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 14.22636 4.98161
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 42.67911 104.61388 Ellipse
+closepath gsave .6 .98 .6 setrgbcolor fill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 0 TeXcolorgray
+784 4184 a Fd(500)p Black 868 4932 a
+ tx@Dict begin 90. RotBegin end
+ 868 4932 a 868 4932
+a
+ tx@Dict begin RotEnd end
+ 868 4932 a 513 4884 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 14.22636 4.98161
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 99.5846 4.98161 Ellipse
+closepath gsave 1 0 0 setrgbcolor fill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 0 0 setrgbcolor 0. true 85.35823
+4.98161 113.81097 87.0786 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 1 0 0 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 85.35823 87.0786 85.35823 4.98161 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 113.81097 87.0786 113.81097 4.98161 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 14.22636 4.98161
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 99.5846 87.0786 Ellipse
+closepath gsave 1 0 0 setrgbcolor fill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial 1 TeXcolorgray
+1256 4329 a Fd(412)p Black 1458 4932 a
+ tx@Dict begin 90. RotBegin end
+ 1458 4932 a 1202
+4966 a Fe(Johan)1458 4932 y
+ tx@Dict begin RotEnd end
+ 1458 4932 a 513 4884 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 14.22636 4.98161
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 128.03734 4.98161 Ellipse
+closepath gsave .6 .98 .6 setrgbcolor fill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW .6 .98 .6 setrgbcolor 0. true
+113.81097 4.98161 142.26372 104.61388 .5 Frame gsave .6 .98 .6
+setrgbcolor fill grestore gsave 0.8 SLW .6 .98 .6 setrgbcolor 0
+setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 113.81097 104.61388 113.81097 4.98161 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 142.26372 104.61388 142.26372 4.98161 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 14.22636 4.98161
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 128.03734 104.61388 Ellipse
+closepath gsave .6 .98 .6 setrgbcolor fill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+0 TeXcolorgray 1492 4184 a Fd(500)p Black 1576 4932 a
+ tx@Dict begin 90. RotBegin end
+
+1576 4932 a 1576 4932 a
+ tx@Dict begin RotEnd end
+ 1576 4932 a 513 4884 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 14.22636 4.98161
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 184.94283 4.98161 Ellipse
+closepath gsave 1 0 0 setrgbcolor fill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 0 0 setrgbcolor 0. true 170.71646
+4.98161 199.1692 166.38588 .5 Frame gsave 1 0 0 setrgbcolor fill
+grestore gsave 0.8 SLW 1 0 0 setrgbcolor 0 setlinecap stroke grestore
+end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 170.71646 166.38588 170.71646 4.98161 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 199.1692 166.38588 199.1692 4.98161 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 14.22636 4.98161
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 184.94283 166.38588 Ellipse
+closepath gsave 1 0 0 setrgbcolor fill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial
+1 TeXcolorgray 1965 3671 a Fd(810)p Black 2167 4932 a
+ tx@Dict begin 90. RotBegin end
+
+2167 4932 a 1849 4966 a Fe(Rikk)m(ert)2167 4932 y
+ tx@Dict begin RotEnd end
+ 2167
+4932 a 513 4884 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 14.22636 4.98161
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 213.39557 4.98161 Ellipse
+closepath gsave .6 .98 .6 setrgbcolor fill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW .6 .98 .6 setrgbcolor 0. true
+199.1692 4.98161 227.62195 104.61388 .5 Frame gsave .6 .98 .6 setrgbcolor
+fill grestore gsave 0.8 SLW .6 .98 .6 setrgbcolor 0 setlinecap stroke
+ grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 199.1692 104.61388 199.1692 4.98161 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 227.62195 104.61388 227.62195 4.98161 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 14.22636 4.98161
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 213.39557 104.61388 Ellipse
+closepath gsave .6 .98 .6 setrgbcolor fill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 0 TeXcolorgray
+2201 4184 a Fd(500)p Black 2285 4932 a
+ tx@Dict begin 90. RotBegin end
+ 2285 4932 a 2285
+4932 a
+ tx@Dict begin RotEnd end
+ 2285 4932 a 513 4884 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 14.22636 4.98161
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 270.30106 4.98161 Ellipse
+closepath gsave 1 0 0 setrgbcolor fill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 0 0 setrgbcolor 0. true 256.07469
+4.98161 284.52744 66.75362 .5 Frame gsave 1 0 0 setrgbcolor fill
+grestore gsave 0.8 SLW 1 0 0 setrgbcolor 0 setlinecap stroke grestore
+end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 256.07469 66.75362 256.07469 4.98161 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 284.52744 66.75362 284.52744 4.98161 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 14.22636 4.98161
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 270.30106 66.75362 Ellipse
+closepath gsave 1 0 0 setrgbcolor fill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial 1 TeXcolorgray
+2673 4498 a Fd(310)p Black 2876 4932 a
+ tx@Dict begin 90. RotBegin end
+ 2876 4932 a 2653
+4966 a Fe(Henk)2876 4932 y
+ tx@Dict begin RotEnd end
+ 2876 4932 a 513 4884 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 14.22636 4.98161
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 298.7538 4.98161 Ellipse
+closepath gsave .6 .98 .6 setrgbcolor fill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW .6 .98 .6 setrgbcolor 0. true
+284.52744 4.98161 312.98018 104.61388 .5 Frame gsave .6 .98 .6
+setrgbcolor fill grestore gsave 0.8 SLW .6 .98 .6 setrgbcolor 0
+setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 284.52744 104.61388 284.52744 4.98161 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 312.98018 104.61388 312.98018 4.98161 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 14.22636 4.98161
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 298.7538 104.61388 Ellipse
+closepath gsave .6 .98 .6 setrgbcolor fill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+0 TeXcolorgray 2910 4184 a Fd(500)p Black 2994 4932 a
+ tx@Dict begin 90. RotBegin end
+
+2994 4932 a 2994 4932 a
+ tx@Dict begin RotEnd end
+ 2994 4932 a 513 4884 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 14.22636 4.98161
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 355.65929 4.98161 Ellipse
+closepath gsave 1 0 0 setrgbcolor fill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 0 0 setrgbcolor 0. true 341.43292
+4.98161 369.88567 4.98161 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 1 0 0 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 341.43292 4.98161 341.43292 4.98161 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 369.88567 4.98161 369.88567 4.98161 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 14.22636 4.98161
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 355.65929 4.98161 Ellipse
+closepath gsave 1 0 0 setrgbcolor fill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial
+3584 4932 a
+ tx@Dict begin 90. RotBegin end
+ 3584 4932 a 3183 4956 a Fe(New)i(Guy)3584
+4932 y
+ tx@Dict begin RotEnd end
+ 3584 4932 a 513 4884 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 14.22636 4.98161
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 384.11203 4.98161 Ellipse
+closepath gsave .6 .98 .6 setrgbcolor fill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW .6 .98 .6 setrgbcolor 0. true
+369.88567 4.98161 398.33841 112.98299 .5 Frame gsave .6 .98 .6
+setrgbcolor fill grestore gsave 0.8 SLW .6 .98 .6 setrgbcolor 0
+setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 369.88567 112.98299 369.88567 4.98161 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 398.33841 112.98299 398.33841 4.98161 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 14.22636 4.98161
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 384.11203 112.98299 Ellipse
+closepath gsave .6 .98 .6 setrgbcolor fill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 0 TeXcolorgray
+3618 4114 a Fd(542)p Black 3702 4932 a
+ tx@Dict begin 90. RotBegin end
+ 3702 4932 a 3702
+4932 a
+ tx@Dict begin RotEnd end
+ 3702 4932 a 347 4916 a Fe(0)513 4884 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 39.8529 -11.38107 39.8529 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 39.8529 -5.69054 39.8529 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+225 4586 a(200)513 4884 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 79.70581 -11.38107 79.70581 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 79.70581 -5.69054 79.70581 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 225 4255 a(400)513
+4884 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 119.55872 -11.38107 119.55872 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 119.55872 -5.69054 119.55872 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 225 3924 a(600)513 4884 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 159.41162 -11.38107 159.41162 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 159.41162 -5.69054 159.41162 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+225 3593 a(800)513 4884 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 199.26453 -11.38107 199.26453 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 199.26453 -5.69054 199.26453 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 177 3262 a(1000)513
+4884 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 284.52744 157.42851
+384.11203 177.34543 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 293.06325 161.69643
+310.13489 173.07751 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 3159 3527 a(19.12.2002)513 4884
+y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 284.52744 137.5116
+384.11203 157.42851 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 293.06325 141.77951
+310.13489 153.1606 .5 Frame gsave .6 .98 .6 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 3159 3692 a(06.05.2003)513 4884
+y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW .5 setgray 0. true 298.7538 177.34543
+398.3384 187.30865 .5 Frame gsave .5 setgray fill grestore gsave
+0.8 SLW .5 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW .5 setgray 0. true 384.11203 147.47482
+398.3384 187.30865 .5 Frame gsave .5 setgray fill grestore gsave
+0.8 SLW .5 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.5 SLW 0 setgray 0. true 284.52744 137.5116
+384.11203 177.34543 .5 Frame gsave 0.5 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial
+1941 5564 a Fc(Cluster)k(Users)159 4057 y
+ tx@Dict begin 90. RotBegin end
+ 159 4057 a
+-242 4099 a Fc(Jobs)i(Submitted)159 4057 y
+ tx@Dict begin RotEnd end
+ 159 4057 a
+Black 999 5796 a Fe(Figure)33 b(4:)43 b(Bar)32 b(Diagram)g(and)h(3D)f
+(item-bars)p Black Black Black Black eop end
+%%Page: 6 6
+TeXDict begin 6 5 bop Black Black Black 513 3471 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true 2.84529 14.21814
+441.01752 298.58093 .5 Frame gsave 0.9 setgray fill grestore gsave
+1.0 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 2.84529 298.58093 -11.38107 284.3628 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 2.84529 14.21814 -11.38107 0.0 /Lineto /lineto load
+def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 441.01752 14.21814 426.79115 0.0 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 441.01752 298.58093 426.79115 284.3628 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true -11.38107 0.0
+426.79115 284.3628 .5 Frame gsave 1.0 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 0.0 0.0 28.45274
+205.02557 .5 Frame gsave 1 0 0 setrgbcolor fill grestore gsave 0.8
+SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 28.45274 0.0 28.45274
+205.02557 42.67911 219.24371 42.67911 14.21814 28.45274 0.0 /Lineto
+/lineto load def false Polygon gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 28.45274 205.02557
+0.0 205.02557 14.22636 219.24371 42.67911 219.24371 28.45274 205.02557
+ /Lineto /lineto load def false Polygon gsave 1 0 0 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 0 TeXcolorgray
+547 1896 a Fd(721)p Black 750 3518 a
+ tx@Dict begin 90. RotBegin end
+ 750 3518 a 499 3543
+a Fe(Jelger)750 3518 y
+ tx@Dict begin RotEnd end
+ 750 3518 a 513 3471 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 28.45274 0.0
+56.90549 142.1814 .5 Frame gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 56.90549 0.0 56.90549
+142.1814 71.13185 156.39954 71.13185 14.21814 56.90549 0.0 /Lineto
+/lineto load def false Polygon gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 56.90549 142.1814
+28.45274 142.1814 42.67911 156.39954 71.13185 156.39954 56.90549 142.1814
+ /Lineto /lineto load def false Polygon gsave 0 1 0 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 0 TeXcolorgray
+784 2417 a Fd(500)p Black 868 3518 a
+ tx@Dict begin 90. RotBegin end
+ 868 3518 a 868 3518
+a
+ tx@Dict begin RotEnd end
+ 868 3518 a 513 3471 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 85.35823 0.0
+113.81097 117.15747 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 113.81097 0.0 113.81097
+117.15747 128.03734 131.37561 128.03734 14.21814 113.81097 0.0 /Lineto
+/lineto load def false Polygon gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 113.81097 117.15747
+85.35823 117.15747 99.5846 131.37561 128.03734 131.37561 113.81097
+117.15747 /Lineto /lineto load def false Polygon gsave 1 0 0 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial 0 TeXcolorgray 1256 2625 a Fd(412)p
+Black 1458 3518 a
+ tx@Dict begin 90. RotBegin end
+ 1458 3518 a 1202 3553 a Fe(Johan)1458
+3518 y
+ tx@Dict begin RotEnd end
+ 1458 3518 a 513 3471 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 113.81097 0.0
+142.26372 142.1814 .5 Frame gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 142.26372 0.0 142.26372
+142.1814 156.49008 156.39954 156.49008 14.21814 142.26372 0.0 /Lineto
+/lineto load def false Polygon gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 142.26372 142.1814
+113.81097 142.1814 128.03734 156.39954 156.49008 156.39954 142.26372
+142.1814 /Lineto /lineto load def false Polygon gsave 0 1 0 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial 0 TeXcolorgray 1492 2417 a Fd(500)p
+Black 1576 3518 a
+ tx@Dict begin 90. RotBegin end
+ 1576 3518 a 1576 3518 a
+ tx@Dict begin RotEnd end
+ 1576 3518 a
+513 3471 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 170.71646 0.0
+199.1692 230.33386 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 199.1692 0.0 199.1692
+230.33386 213.39557 244.552 213.39557 14.21814 199.1692 0.0 /Lineto
+/lineto load def false Polygon gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 199.1692 230.33386
+170.71646 230.33386 184.94283 244.552 213.39557 244.552 199.1692 230.33386
+ /Lineto /lineto load def false Polygon gsave 1 0 0 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+0 TeXcolorgray 1965 1685 a Fd(810)p Black 2167 3518 a
+ tx@Dict begin 90. RotBegin end
+
+2167 3518 a 1849 3553 a Fe(Rikk)m(ert)2167 3518 y
+ tx@Dict begin RotEnd end
+ 2167
+3518 a 513 3471 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 199.1692 0.0
+227.62195 142.1814 .5 Frame gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 227.62195 0.0 227.62195
+142.1814 241.84831 156.39954 241.84831 14.21814 227.62195 0.0 /Lineto
+/lineto load def false Polygon gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 227.62195 142.1814
+199.1692 142.1814 213.39557 156.39954 241.84831 156.39954 227.62195
+142.1814 /Lineto /lineto load def false Polygon gsave 0 1 0 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial 0 TeXcolorgray 2201 2417 a Fd(500)p
+Black 2285 3518 a
+ tx@Dict begin 90. RotBegin end
+ 2285 3518 a 2285 3518 a
+ tx@Dict begin RotEnd end
+ 2285 3518 a
+513 3471 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 256.07469 0.0
+284.52744 88.15247 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 284.52744 0.0 284.52744
+88.15247 298.7538 102.3706 298.7538 14.21814 284.52744 0.0 /Lineto
+/lineto load def false Polygon gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 284.52744 88.15247
+256.07469 88.15247 270.30106 102.3706 298.7538 102.3706 284.52744 88.15247
+ /Lineto /lineto load def false Polygon gsave 1 0 0 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+0 TeXcolorgray 2673 2866 a Fd(310)p Black 2876 3518 a
+ tx@Dict begin 90. RotBegin end
+
+2876 3518 a 2653 3553 a Fe(Henk)2876 3518 y
+ tx@Dict begin RotEnd end
+ 2876 3518
+a 513 3471 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 284.52744 0.0
+312.98018 142.1814 .5 Frame gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 312.98018 0.0 312.98018
+142.1814 327.20654 156.39954 327.20654 14.21814 312.98018 0.0 /Lineto
+/lineto load def false Polygon gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 312.98018 142.1814
+284.52744 142.1814 298.7538 156.39954 327.20654 156.39954 312.98018
+142.1814 /Lineto /lineto load def false Polygon gsave 0 1 0 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial
+0 TeXcolorgray 2910 2417 a Fd(500)p Black 2994 3518 a
+ tx@Dict begin 90. RotBegin end
+
+2994 3518 a 2994 3518 a
+ tx@Dict begin RotEnd end
+ 2994 3518 a 513 3471 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 341.43292 0.0
+369.88567 0.0 .5 Frame gsave 1 0 0 setrgbcolor fill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 369.88567 0.0 369.88567
+0.0 384.11203 14.21814 384.11203 14.21814 369.88567 0.0 /Lineto /lineto
+load def false Polygon gsave 1 0 0 setrgbcolor fill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 369.88567 0.0 341.43292
+0.0 355.65929 14.21814 384.11203 14.21814 369.88567 0.0 /Lineto /lineto
+load def false Polygon gsave 1 0 0 setrgbcolor fill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 3584 3518 a
+ tx@Dict begin 90. RotBegin end
+ 3584
+3518 a 3183 3543 a Fe(New)33 b(Guy)3584 3518 y
+ tx@Dict begin RotEnd end
+ 3584 3518
+a 513 3471 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 369.88567 0.0
+398.33841 154.12463 .5 Frame gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 398.33841 0.0 398.33841
+154.12463 412.56477 168.34277 412.56477 14.21814 398.33841 0.0 /Lineto
+/lineto load def false Polygon gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 398.33841 154.12463
+369.88567 154.12463 384.11203 168.34277 412.56477 168.34277 398.33841
+154.12463 /Lineto /lineto load def false Polygon gsave 0 1 0 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial
+0 TeXcolorgray 3618 2318 a Fd(542)p Black 3702 3518 a
+ tx@Dict begin 90. RotBegin end
+
+3702 3518 a 3702 3518 a
+ tx@Dict begin RotEnd end
+ 3702 3518 a 347 3503 a Fe(0)513
+3471 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 56.87256 -11.38107 56.87256 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 56.87256 -5.69054 56.87256 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 225 3031 a(200)513 3471 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 113.74512 -11.38107 113.74512 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 113.74512 -5.69054 113.74512 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+225 2559 a(400)513 3471 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 170.61768 -11.38107 170.61768 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 170.61768 -5.69054 170.61768 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 225 2087 a(600)513
+3471 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 227.49023 -11.38107 227.49023 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 227.49023 -5.69054 227.49023 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 225 1615 a(800)513 3471 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 284.3628 -11.38107 284.3628 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 426.79115 284.3628 -5.69054 284.3628 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+177 1142 a(1000)513 3471 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 284.52744 233.16597
+384.11203 253.08289 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 293.06325 237.43388
+310.13489 248.81497 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 3159
+1485 a(19.12.2002)513 3471 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 284.52744 213.24905
+384.11203 233.16597 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 293.06325 217.51697
+310.13489 228.89806 .5 Frame gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 3159
+1650 a(06.05.2003)513 3471 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW .5 setgray 0. true 298.7538 253.08289
+398.3384 267.30103 .5 Frame gsave .5 setgray fill grestore gsave
+0.8 SLW .5 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW .5 setgray 0. true 384.11203 227.4672
+398.3384 267.30103 .5 Frame gsave .5 setgray fill grestore gsave
+0.8 SLW .5 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.5 SLW 0 setgray 0. true 284.52744 213.24905
+384.11203 253.08289 .5 Frame gsave 0.5 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true -11.38107 0.0
+426.79115 284.3628 .5 Frame gsave 1.0 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial
+1941 4150 a Fc(Cluster)k(Users)159 2291 y
+ tx@Dict begin 90. RotBegin end
+ 159 2291 a
+-242 2332 a Fc(Jobs)i(Submitted)159 2291 y
+ tx@Dict begin RotEnd end
+ 159 2291 a
+Black 1029 4383 a Fe(Figure)33 b(5:)43 b(One)33 b(more)g(Bar)f(Diagram)
+g(in)h(3D)p Black Black Black Black eop end
+%%Page: 7 7
+TeXDict begin 7 6 bop Black Black Black 632 3472 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true 22.76213 14.22722
+432.48161 298.77159 .5 Frame gsave 0.9 setgray fill grestore gsave
+1.0 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 22.76213 298.77159 -11.38107 284.54437 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 22.76213 14.22722 -11.38107 0.0 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 432.48161 14.22722 398.33841 0.0 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 432.48161 298.77159 398.33841 284.54437 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.8
+SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true -11.38107 0.0
+398.33841 284.54437 .5 Frame gsave 1.0 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 0.0 0.0 28.45274
+204.87195 .5 Frame gsave 1 0 0 setrgbcolor fill grestore gsave 0.8
+SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 28.45274 0.0 28.45274
+204.87195 62.59595 219.09917 62.59595 14.22722 28.45274 0.0 /Lineto
+/lineto load def false Polygon gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 28.45274 204.87195
+0.0 204.87195 34.1432 219.09917 62.59595 219.09917 28.45274 204.87195
+ /Lineto /lineto load def false Polygon gsave 1 0 0 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 0 TeXcolorgray
+694 1898 a Fd(72)p Black 750 3519 a
+ tx@Dict begin 90. RotBegin end
+ 750 3519 a 555 3551
+a Fe(1990)750 3519 y
+ tx@Dict begin RotEnd end
+ 750 3519 a 632 3472 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 28.45274 0.0
+56.90549 142.27219 .5 Frame gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 56.90549 0.0 56.90549
+142.27219 91.04869 156.4994 91.04869 14.22722 56.90549 0.0 /Lineto
+/lineto load def false Polygon gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 56.90549 142.27219
+28.45274 142.27219 62.59595 156.4994 91.04869 156.4994 56.90549 142.27219
+ /Lineto /lineto load def false Polygon gsave 0 1 0 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 0 TeXcolorgray
+930 2417 a Fd(50)p Black 986 3519 a
+ tx@Dict begin 90. RotBegin end
+ 986 3519 a 791 3551
+a Fe(2000)986 3519 y
+ tx@Dict begin RotEnd end
+ 986 3519 a 632 3472 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 56.90549 0.0
+85.35823 179.26295 .5 Frame gsave .68 .85 .9 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 85.35823 0.0 85.35823
+179.26295 119.50143 193.49017 119.50143 14.22722 85.35823 0.0 /Lineto
+/lineto load def false Polygon gsave .68 .85 .9 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 85.35823 179.26295
+56.90549 179.26295 91.04869 193.49017 119.50143 193.49017 85.35823
+179.26295 /Lineto /lineto load def false Polygon gsave .68 .85
+.9 setrgbcolor fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial 0 TeXcolorgray
+1166 2110 a Fd(63)p Black 1222 3519 a
+ tx@Dict begin 90. RotBegin end
+ 1222 3519 a 1027
+3551 a Fe(2010)1222 3519 y
+ tx@Dict begin RotEnd end
+ 1222 3519 a 632 3472 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 142.26372 0.0
+170.71646 230.48094 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 170.71646 0.0 170.71646
+230.48094 204.85966 244.70816 204.85966 14.22722 170.71646 0.0 /Lineto
+/lineto load def false Polygon gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 170.71646 230.48094
+142.26372 230.48094 176.40692 244.70816 204.85966 244.70816 170.71646
+230.48094 /Lineto /lineto load def false Polygon gsave 1 0 0 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial 0 TeXcolorgray
+1875 1685 a Fd(81)p Black 1931 3519 a
+ tx@Dict begin 90. RotBegin end
+ 1931 3519 a 1736
+3551 a Fe(1990)1931 3519 y
+ tx@Dict begin RotEnd end
+ 1931 3519 a 632 3472 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 170.71646 0.0
+199.1692 281.69893 .5 Frame gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 199.1692 0.0 199.1692
+281.69893 233.31241 295.92615 233.31241 14.22722 199.1692 0.0 /Lineto
+/lineto load def false Polygon gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 199.1692 281.69893
+170.71646 281.69893 204.85966 295.92615 233.31241 295.92615 199.1692
+281.69893 /Lineto /lineto load def false Polygon gsave 0 1 0 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial 0 TeXcolorgray
+2111 1260 a Fd(99)p Black 2167 3519 a
+ tx@Dict begin 90. RotBegin end
+ 2167 3519 a 1972
+3551 a Fe(2000)2167 3519 y
+ tx@Dict begin RotEnd end
+ 2167 3519 a 632 3472 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 199.1692 0.0
+227.62195 142.27219 .5 Frame gsave .68 .85 .9 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 227.62195 0.0 227.62195
+142.27219 261.76515 156.4994 261.76515 14.22722 227.62195 0.0 /Lineto
+/lineto load def false Polygon gsave .68 .85 .9 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 227.62195 142.27219
+199.1692 142.27219 233.31241 156.4994 261.76515 156.4994 227.62195
+142.27219 /Lineto /lineto load def false Polygon gsave .68 .85
+.9 setrgbcolor fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial 0 TeXcolorgray
+2347 2417 a Fd(50)p Black 2403 3519 a
+ tx@Dict begin 90. RotBegin end
+ 2403 3519 a 2208
+3551 a Fe(2010)2403 3519 y
+ tx@Dict begin RotEnd end
+ 2403 3519 a 632 3472 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 284.52744 0.0
+312.98018 116.6632 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 312.98018 0.0 312.98018
+116.6632 347.12338 130.89041 347.12338 14.22722 312.98018 0.0 /Lineto
+/lineto load def false Polygon gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 312.98018 116.6632
+284.52744 116.6632 318.67064 130.89041 347.12338 130.89041 312.98018
+116.6632 /Lineto /lineto load def false Polygon gsave 1 0 0 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial 0 TeXcolorgray
+3056 2630 a Fd(41)p Black 3112 3519 a
+ tx@Dict begin 90. RotBegin end
+ 3112 3519 a 2917
+3551 a Fe(1990)3112 3519 y
+ tx@Dict begin RotEnd end
+ 3112 3519 a 632 3472 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 312.98018 0.0
+341.43292 85.36331 .5 Frame gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 341.43292 0.0 341.43292
+85.36331 375.57613 99.59053 375.57613 14.22722 341.43292 0.0 /Lineto
+/lineto load def false Polygon gsave 0 1 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 341.43292 85.36331
+312.98018 85.36331 347.12338 99.59053 375.57613 99.59053 341.43292
+85.36331 /Lineto /lineto load def false Polygon gsave 0 1 0 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial 0 TeXcolorgray
+3292 2890 a Fd(30)p Black 3348 3519 a
+ tx@Dict begin 90. RotBegin end
+ 3348 3519 a 3153
+3551 a Fe(2000)3348 3519 y
+ tx@Dict begin RotEnd end
+ 3348 3519 a 632 3472 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 341.43292 0.0
+369.88567 59.75432 .5 Frame gsave .68 .85 .9 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 369.88567 0.0 369.88567
+59.75432 404.02887 73.98154 404.02887 14.22722 369.88567 0.0 /Lineto
+/lineto load def false Polygon gsave .68 .85 .9 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 369.88567 59.75432
+341.43292 59.75432 375.57613 73.98154 404.02887 73.98154 369.88567
+59.75432 /Lineto /lineto load def false Polygon gsave .68 .85 .9
+ setrgbcolor fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke
+ grestore end
+
+@endspecial 0 TeXcolorgray
+3528 3102 a Fd(21)p Black 3584 3519 a
+ tx@Dict begin 90. RotBegin end
+ 3584 3519 a 3389
+3551 a Fe(2010)3584 3519 y
+ tx@Dict begin RotEnd end
+ 3584 3519 a 632 3472 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true -11.38107 0.0
+398.33841 284.54437 .5 Frame gsave 1.0 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial 855 3822 a Fe(Alpha's)870 b(Beta's)830
+b(Gamma's)2168 4114 y Fc(Y)-10 b(ear)277 2291 y
+ tx@Dict begin 90. RotBegin end
+ 277 2291
+a -110 2321 a Fc(Graduated)37 b(\(\045\))277 2291 y
+ tx@Dict begin RotEnd end
+ 277
+2291 a Black 1029 4384 a Fe(Figure)c(6:)43 b(One)33 b(more)g(Bar)f
+(Diagram)g(in)h(3D)p Black Black Black Black eop end
+%%Page: 8 8
+TeXDict begin 8 7 bop Black Black Black 750 3528 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true 17.07167 28.45444
+398.33841 312.99881 .5 Frame gsave 0.9 setgray fill grestore gsave
+1.0 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 17.07167 312.99881 -11.38107 284.54437 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 17.07167 28.45444 -11.38107 0.0 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 398.33841 28.45444 369.88567 0.0 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 398.33841 312.99881 369.88567 284.54437 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.8
+SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true -11.38107 0.0
+369.88567 284.54437 .5 Frame gsave 1.0 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 28.45274 14.22722
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 28.45274 14.22722 Ellipse
+closepath gsave 1 0 0 setrgbcolor fill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 0 0 setrgbcolor 0. true 0.0
+14.22722 56.90549 219.09917 .5 Frame gsave 1 0 0 setrgbcolor fill
+grestore gsave 0.8 SLW 1 0 0 setrgbcolor 0 setlinecap stroke grestore
+end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 0.0 219.09917 0.0 14.22722 /Lineto /lineto load
+def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 56.90549 219.09917 56.90549 14.22722 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 28.45274 14.22722
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 28.45274 219.09917 Ellipse
+closepath gsave 1 0 0 setrgbcolor fill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial
+0 TeXcolorgray 930 1954 a Fd(72)p Black 986 3575 a
+ tx@Dict begin 90. RotBegin end
+ 986
+3575 a 791 3608 a Fe(1990)986 3575 y
+ tx@Dict begin RotEnd end
+ 986 3575 a 750 3528
+a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 28.45274 14.22722
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 85.35823 14.22722 Ellipse
+closepath gsave 0 1 0 setrgbcolor fill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 1 0 setrgbcolor 0. true 56.90549
+14.22722 113.81097 156.4994 .5 Frame gsave 0 1 0 setrgbcolor fill
+grestore gsave 0.8 SLW 0 1 0 setrgbcolor 0 setlinecap stroke grestore
+end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 56.90549 156.4994 56.90549 14.22722 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 113.81097 156.4994 113.81097 14.22722 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 28.45274 14.22722
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 85.35823 156.4994 Ellipse
+closepath gsave 0 1 0 setrgbcolor fill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial 0 TeXcolorgray 1402 2474 a Fd(50)p
+Black 1458 3575 a
+ tx@Dict begin 90. RotBegin end
+ 1458 3575 a 1263 3608 a Fe(2000)1458
+3575 y
+ tx@Dict begin RotEnd end
+ 1458 3575 a 750 3528 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 28.45274 14.22722
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 142.26372 14.22722 Ellipse
+closepath gsave .68 .85 .9 setrgbcolor fill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW .68 .85 .9 setrgbcolor 0. true
+113.81097 14.22722 170.71646 193.49017 .5 Frame gsave .68 .85 .9
+ setrgbcolor fill grestore gsave 0.8 SLW .68 .85 .9 setrgbcolor
+0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 113.81097 193.49017 113.81097 14.22722 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 170.71646 193.49017 170.71646 14.22722 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 28.45274 14.22722
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 142.26372 193.49017 Ellipse
+closepath gsave .68 .85 .9 setrgbcolor fill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 0 TeXcolorgray
+1875 2167 a Fd(63)p Black 1931 3575 a
+ tx@Dict begin 90. RotBegin end
+ 1931 3575 a 1736
+3608 a Fe(2010)1931 3575 y
+ tx@Dict begin RotEnd end
+ 1931 3575 a 750 3528 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 28.45274 14.22722
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 227.62195 14.22722 Ellipse
+closepath gsave 1 0 0 setrgbcolor fill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 0 0 setrgbcolor 0. true 199.1692
+14.22722 256.07469 244.70816 .5 Frame gsave 1 0 0 setrgbcolor fill
+grestore gsave 0.8 SLW 1 0 0 setrgbcolor 0 setlinecap stroke grestore
+end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 199.1692 244.70816 199.1692 14.22722 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 256.07469 244.70816 256.07469 14.22722 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 28.45274 14.22722
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 227.62195 244.70816 Ellipse
+closepath gsave 1 0 0 setrgbcolor fill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial
+0 TeXcolorgray 2583 1741 a Fd(81)p Black 2639 3575 a
+ tx@Dict begin 90. RotBegin end
+
+2639 3575 a 2444 3608 a Fe(1990)2639 3575 y
+ tx@Dict begin RotEnd end
+ 2639 3575
+a 750 3528 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 28.45274 14.22722
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 284.52744 14.22722 Ellipse
+closepath gsave 0 1 0 setrgbcolor fill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 1 0 setrgbcolor 0. true 256.07469
+14.22722 312.98018 295.92615 .5 Frame gsave 0 1 0 setrgbcolor fill
+grestore gsave 0.8 SLW 0 1 0 setrgbcolor 0 setlinecap stroke grestore
+end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 256.07469 295.92615 256.07469 14.22722 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 312.98018 295.92615 312.98018 14.22722 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 28.45274 14.22722
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 284.52744 295.92615 Ellipse
+closepath gsave 0 1 0 setrgbcolor fill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial 0 TeXcolorgray 3056 1316 a Fd(99)p
+Black 3112 3575 a
+ tx@Dict begin 90. RotBegin end
+ 3112 3575 a 2917 3608 a Fe(2000)3112
+3575 y
+ tx@Dict begin RotEnd end
+ 3112 3575 a 750 3528 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 28.45274 14.22722
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 341.43292 14.22722 Ellipse
+closepath gsave .68 .85 .9 setrgbcolor fill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW .68 .85 .9 setrgbcolor 0. true
+312.98018 14.22722 369.88567 156.4994 .5 Frame gsave .68 .85 .9
+ setrgbcolor fill grestore gsave 0.8 SLW .68 .85 .9 setrgbcolor
+0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 312.98018 156.4994 312.98018 14.22722 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 369.88567 156.4994 369.88567 14.22722 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0 360 28.45274 14.22722
+.5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 341.43292 156.4994 Ellipse
+closepath gsave .68 .85 .9 setrgbcolor fill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 0 TeXcolorgray
+3528 2474 a Fd(50)p Black 3584 3575 a
+ tx@Dict begin 90. RotBegin end
+ 3584 3575 a 3389
+3608 a Fe(2010)3584 3575 y
+ tx@Dict begin RotEnd end
+ 3584 3575 a 750 3528 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true -11.38107 0.0
+369.88567 284.54437 .5 Frame gsave 1.0 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial 1270 3878 a Fe(Alpha's)1343
+b(Beta's)2168 4170 y Fc(Y)-10 b(ear)395 2347 y
+ tx@Dict begin 90. RotBegin end
+ 395 2347
+a 8 2377 a Fc(Graduated)37 b(\(\045\))395 2347 y
+ tx@Dict begin RotEnd end
+ 395
+2347 a Black 653 4440 a Fe(Figure)c(7:)43 b(One)33 b(more)g(Bar)f
+(Diagram)g(in)h(3D)e(\(bar)i Fa(!)f Fe(cylinder\))p Black
+Black Black Black eop end
+%%Page: 9 9
+TeXDict begin 9 8 bop Black Black Black 713 3472 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true 22.76213 14.22722
+432.48161 298.77159 .5 Frame gsave 0.9 setgray fill grestore gsave
+1.0 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 22.76213 298.77159 -11.38107 284.54437 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 22.76213 14.22722 -11.38107 0.0 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 432.48161 14.22722 398.33841 0.0 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.8 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ 432.48161 298.77159 398.33841 284.54437 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.8
+SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true -11.38107 0.0
+398.33841 284.54437 .5 Frame gsave 1.0 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial 547 3504 a Fe(0)713
+3472 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 28.45444 -11.38107 28.45444 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 398.33841 28.45444 -5.69054 28.45444 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 474 3268 a(10)713 3472 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 56.90887 -11.38107 56.90887 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 398.33841 56.90887 -5.69054 56.90887 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+474 3032 a(20)713 3472 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 85.36331 -11.38107 85.36331 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 398.33841 85.36331 -5.69054 85.36331 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 474 2795 a(30)713
+3472 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 113.81775 -11.38107 113.81775 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 398.33841 113.81775 -5.69054 113.81775 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 474 2559 a(40)713 3472 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 142.27219 -11.38107 142.27219 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 398.33841 142.27219 -5.69054 142.27219 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+474 2323 a(50)713 3472 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 170.72662 -11.38107 170.72662 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 398.33841 170.72662 -5.69054 170.72662 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 474 2087 a(60)713
+3472 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 199.18106 -11.38107 199.18106 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 398.33841 199.18106 -5.69054 199.18106 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 474 1850 a(70)713 3472 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 227.6355 -11.38107 227.6355 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 398.33841 227.6355 -5.69054 227.6355 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+474 1614 a(80)713 3472 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 256.08994 -11.38107 256.08994 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 398.33841 256.08994 -5.69054 256.08994 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 474 1378 a(90)713
+3472 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 284.54437 -11.38107 284.54437 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 398.33841 284.54437 -5.69054 284.54437 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 425 1142 a(100)713 3472 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 0.0 0.0 28.45274
+91.0542 .5 Frame gsave 1 0 0 setrgbcolor fill grestore gsave 0.8
+SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 28.45274 0.0 28.45274
+91.0542 62.59595 105.28142 62.59595 14.22722 28.45274 0.0 /Lineto
+/lineto load def false Polygon gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 28.45274 91.0542 0.0
+91.0542 34.1432 105.28142 62.59595 105.28142 28.45274 91.0542 /Lineto
+/lineto load def false Polygon gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 1 TeXcolorgray
+775 3410 a Fd(32)p Black 831 3519 a
+ tx@Dict begin 90. RotBegin end
+ 831 3519 a 636 3551
+a Fe(1990)831 3519 y
+ tx@Dict begin RotEnd end
+ 831 3519 a 713 3472 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 0.0 91.0542
+28.45274 204.87195 .5 Frame gsave 0 0 1 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 28.45274 91.0542 28.45274
+204.87195 62.59595 219.09917 62.59595 105.28142 28.45274 91.0542 /Lineto
+/lineto load def false Polygon gsave 0 0 1 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 28.45274 204.87195
+0.0 204.87195 34.1432 219.09917 62.59595 219.09917 28.45274 204.87195
+ /Lineto /lineto load def false Polygon gsave 0 0 1 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 1 TeXcolorgray
+775 2654 a Fd(40)p Black 713 3472 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 28.45274 0.0
+56.90549 56.90887 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 56.90549 0.0 56.90549
+56.90887 91.04869 71.1361 91.04869 14.22722 56.90549 0.0 /Lineto /lineto
+load def false Polygon gsave 1 0 0 setrgbcolor fill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 56.90549 56.90887
+28.45274 56.90887 62.59595 71.1361 91.04869 71.1361 56.90549 56.90887
+ /Lineto /lineto load def false Polygon gsave 1 0 0 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 1 TeXcolorgray 1011 3410 a(20)p
+Black 1067 3519 a
+ tx@Dict begin 90. RotBegin end
+ 1067 3519 a 872 3551 a Fe(2000)1067
+3519 y
+ tx@Dict begin RotEnd end
+ 1067 3519 a 713 3472 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 28.45274 56.90887
+56.90549 142.27219 .5 Frame gsave 0 0 1 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 56.90549 56.90887
+56.90549 142.27219 91.04869 156.4994 91.04869 71.1361 56.90549 56.90887
+ /Lineto /lineto load def false Polygon gsave 0 0 1 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 56.90549 142.27219
+28.45274 142.27219 62.59595 156.4994 91.04869 156.4994 56.90549 142.27219
+ /Lineto /lineto load def false Polygon gsave 0 0 1 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 1 TeXcolorgray 1011 2937 a Fd(30)p
+Black 713 3472 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 56.90549 0.0
+85.35823 36.99077 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 85.35823 0.0 85.35823
+36.99077 119.50143 51.21799 119.50143 14.22722 85.35823 0.0 /Lineto
+/lineto load def false Polygon gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 85.35823 36.99077
+56.90549 36.99077 91.04869 51.21799 119.50143 51.21799 85.35823 36.99077
+ /Lineto /lineto load def false Polygon gsave 1 0 0 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 1 TeXcolorgray 1247 3410 a(13)p
+Black 1303 3519 a
+ tx@Dict begin 90. RotBegin end
+ 1303 3519 a 1108 3551 a Fe(2010)1303
+3519 y
+ tx@Dict begin RotEnd end
+ 1303 3519 a 713 3472 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 56.90549 36.99077
+85.35823 179.26295 .5 Frame gsave 0 0 1 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 85.35823 36.99077
+85.35823 179.26295 119.50143 193.49017 119.50143 51.21799 85.35823
+36.99077 /Lineto /lineto load def false Polygon gsave 0 0 1 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 85.35823 179.26295
+56.90549 179.26295 91.04869 193.49017 119.50143 193.49017 85.35823
+179.26295 /Lineto /lineto load def false Polygon gsave 0 0 1 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial 1 TeXcolorgray 1247 3102 a Fd(50)p
+Black 713 3472 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 142.26372 0.0
+170.71646 59.75432 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 170.71646 0.0 170.71646
+59.75432 204.85966 73.98154 204.85966 14.22722 170.71646 0.0 /Lineto
+/lineto load def false Polygon gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 170.71646 59.75432
+142.26372 59.75432 176.40692 73.98154 204.85966 73.98154 170.71646
+59.75432 /Lineto /lineto load def false Polygon gsave 1 0 0 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial 1 TeXcolorgray 1956 3410 a(21)p
+Black 2012 3519 a
+ tx@Dict begin 90. RotBegin end
+ 2012 3519 a 1817 3551 a Fe(1990)2012
+3519 y
+ tx@Dict begin RotEnd end
+ 2012 3519 a 713 3472 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 142.26372 59.75432
+170.71646 230.48094 .5 Frame gsave 0 0 1 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 170.71646 59.75432
+170.71646 230.48094 204.85966 244.70816 204.85966 73.98154 170.71646
+59.75432 /Lineto /lineto load def false Polygon gsave 0 0 1 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 170.71646 230.48094
+142.26372 230.48094 176.40692 244.70816 204.85966 244.70816 170.71646
+230.48094 /Lineto /lineto load def false Polygon gsave 0 0 1 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial 1 TeXcolorgray 1956 2913 a Fd(60)p
+Black 713 3472 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 170.71646 0.0
+199.1692 71.1361 .5 Frame gsave 1 0 0 setrgbcolor fill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 199.1692 0.0 199.1692
+71.1361 233.31241 85.36331 233.31241 14.22722 199.1692 0.0 /Lineto
+/lineto load def false Polygon gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 199.1692 71.1361 170.71646
+71.1361 204.85966 85.36331 233.31241 85.36331 199.1692 71.1361 /Lineto
+/lineto load def false Polygon gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 1 TeXcolorgray 2192 3410 a(25)p
+Black 2248 3519 a
+ tx@Dict begin 90. RotBegin end
+ 2248 3519 a 2053 3551 a Fe(2000)2248
+3519 y
+ tx@Dict begin RotEnd end
+ 2248 3519 a 713 3472 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 170.71646 71.1361
+199.1692 253.24449 .5 Frame gsave 0 0 1 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 199.1692 71.1361 199.1692
+253.24449 233.31241 267.47171 233.31241 85.36331 199.1692 71.1361
+/Lineto /lineto load def false Polygon gsave 0 0 1 setrgbcolor fill
+grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 199.1692 253.24449
+170.71646 253.24449 204.85966 267.47171 233.31241 267.47171 199.1692
+253.24449 /Lineto /lineto load def false Polygon gsave 0 0 1 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial 1 TeXcolorgray 2192 2819 a Fd(64)p
+Black 713 3472 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 199.1692 0.0
+227.62195 165.03574 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 227.62195 0.0 227.62195
+165.03574 261.76515 179.26295 261.76515 14.22722 227.62195 0.0 /Lineto
+/lineto load def false Polygon gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 227.62195 165.03574
+199.1692 165.03574 233.31241 179.26295 261.76515 179.26295 227.62195
+165.03574 /Lineto /lineto load def false Polygon gsave 1 0 0 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial 1 TeXcolorgray 2428 3410 a(58)p
+Black 2484 3519 a
+ tx@Dict begin 90. RotBegin end
+ 2484 3519 a 2289 3551 a Fe(2010)2484
+3519 y
+ tx@Dict begin RotEnd end
+ 2484 3519 a 713 3472 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 199.1692 165.03574
+227.62195 256.08994 .5 Frame gsave 0 0 1 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 227.62195 165.03574
+227.62195 256.08994 261.76515 270.31715 261.76515 179.26295 227.62195
+165.03574 /Lineto /lineto load def false Polygon gsave 0 0 1 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 227.62195 256.08994
+199.1692 256.08994 233.31241 270.31715 261.76515 270.31715 227.62195
+256.08994 /Lineto /lineto load def false Polygon gsave 0 0 1 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial 1 TeXcolorgray 2428 2039 a Fd(32)p
+Black 713 3472 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 284.52744 0.0
+312.98018 62.59976 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 312.98018 0.0 312.98018
+62.59976 347.12338 76.82698 347.12338 14.22722 312.98018 0.0 /Lineto
+/lineto load def false Polygon gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 312.98018 62.59976
+284.52744 62.59976 318.67064 76.82698 347.12338 76.82698 312.98018
+62.59976 /Lineto /lineto load def false Polygon gsave 1 0 0 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial 1 TeXcolorgray 3137 3410 a(22)p
+Black 3193 3519 a
+ tx@Dict begin 90. RotBegin end
+ 3193 3519 a 2998 3551 a Fe(1990)3193
+3519 y
+ tx@Dict begin RotEnd end
+ 3193 3519 a 713 3472 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 284.52744 62.59976
+312.98018 116.6632 .5 Frame gsave 0 0 1 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 312.98018 62.59976
+312.98018 116.6632 347.12338 130.89041 347.12338 76.82698 312.98018
+62.59976 /Lineto /lineto load def false Polygon gsave 0 0 1 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 312.98018 116.6632
+284.52744 116.6632 318.67064 130.89041 347.12338 130.89041 312.98018
+116.6632 /Lineto /lineto load def false Polygon gsave 0 0 1 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial 1 TeXcolorgray 3137 2890 a Fd(19)p
+Black 713 3472 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 312.98018 0.0
+341.43292 34.14532 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 341.43292 0.0 341.43292
+34.14532 375.57613 48.37254 375.57613 14.22722 341.43292 0.0 /Lineto
+/lineto load def false Polygon gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 341.43292 34.14532
+312.98018 34.14532 347.12338 48.37254 375.57613 48.37254 341.43292
+34.14532 /Lineto /lineto load def false Polygon gsave 1 0 0 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial 1 TeXcolorgray 3373 3410 a(12)p
+Black 3429 3519 a
+ tx@Dict begin 90. RotBegin end
+ 3429 3519 a 3234 3551 a Fe(2000)3429
+3519 y
+ tx@Dict begin RotEnd end
+ 3429 3519 a 713 3472 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 312.98018 34.14532
+341.43292 85.36331 .5 Frame gsave 0 0 1 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 341.43292 34.14532
+341.43292 85.36331 375.57613 99.59053 375.57613 48.37254 341.43292
+34.14532 /Lineto /lineto load def false Polygon gsave 0 0 1 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 341.43292 85.36331
+312.98018 85.36331 347.12338 99.59053 375.57613 99.59053 341.43292
+85.36331 /Lineto /lineto load def false Polygon gsave 0 0 1 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial 1 TeXcolorgray 3373 3126 a Fd(18)p
+Black 713 3472 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 341.43292 0.0
+369.88567 25.609 .5 Frame gsave 1 0 0 setrgbcolor fill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 369.88567 0.0 369.88567
+25.609 404.02887 39.83621 404.02887 14.22722 369.88567 0.0 /Lineto
+/lineto load def false Polygon gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 369.88567 25.609 341.43292
+25.609 375.57613 39.83621 404.02887 39.83621 369.88567 25.609 /Lineto
+/lineto load def false Polygon gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 1 TeXcolorgray 3638 3410 a(9)p
+Black 3666 3519 a
+ tx@Dict begin 90. RotBegin end
+ 3666 3519 a 3471 3551 a Fe(2010)3666
+3519 y
+ tx@Dict begin RotEnd end
+ 3666 3519 a 713 3472 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 341.43292 25.609
+369.88567 59.75432 .5 Frame gsave 0 0 1 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 369.88567 25.609 369.88567
+59.75432 404.02887 73.98154 404.02887 39.83621 369.88567 25.609 /Lineto
+/lineto load def false Polygon gsave 0 0 1 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray [ 369.88567 59.75432
+341.43292 59.75432 375.57613 73.98154 404.02887 73.98154 369.88567
+59.75432 /Lineto /lineto load def false Polygon gsave 0 0 1 setrgbcolor
+fill grestore gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore
+end
+
+@endspecial 1 TeXcolorgray 3610 3197 a Fd(12)p
+Black 713 3472 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 312.98018 236.17302
+384.11203 256.08994 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 321.51599 240.44093
+338.58763 251.82202 .5 Frame gsave 1 0 0 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 3595 1453 a Fe(girls)713
+3472 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 312.98018 216.2561
+384.11203 236.17302 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 321.51599 220.52402
+338.58763 231.9051 .5 Frame gsave 0 0 1 setrgbcolor fill grestore
+gsave 0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 3595 1619 a(b)s(o)m(ys)713 3472
+y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW .5 setgray 0. true 347.12338 256.08994
+418.25523 270.31715 .5 Frame gsave .5 setgray fill grestore gsave
+0.8 SLW .5 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW .5 setgray 0. true 384.11203 230.48332
+418.25523 270.31715 .5 Frame gsave .5 setgray fill grestore gsave
+0.8 SLW .5 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.5 SLW 0 setgray 0. true 312.98018 216.2561
+384.11203 256.08994 .5 Frame gsave 0.5 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true -11.38107 0.0
+398.33841 284.54437 .5 Frame gsave 1.0 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial 937 3822 a(Alpha's)869
+b(Beta's)830 b(Gamma's)2249 4114 y Fc(Y)-10 b(ear)359
+2291 y
+ tx@Dict begin 90. RotBegin end
+ 359 2291 a -29 2321 a Fc(Graduated)37 b(\(\045\))359
+2291 y
+ tx@Dict begin RotEnd end
+ 359 2291 a Black 1012 4384 a Fe(Figure)c(8:)43
+b(Bar)32 b(Diagram)g(with)h(\\top")f(items)p Black Black
+Black Black eop end
+%%Trailer
+
+userdict /end-hook known{end-hook}if
+%%EOF
diff --git a/graphics/bardiag/doc/example/diagrams.tex b/graphics/bardiag/doc/example/diagrams.tex
new file mode 100644
index 0000000000..05ec91dfa7
--- /dev/null
+++ b/graphics/bardiag/doc/example/diagrams.tex
@@ -0,0 +1,204 @@
+\documentclass[12pt]{article}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\usepackage[a4paper,nohead,nofoot]{geometry}
+\usepackage{bardiag}
+%\usepackage{showkeys}
+
+\usepackage{graphicx}
+
+\pagestyle{empty}
+
+\newpsobject{showgrid}{psgrid}{subgriddiv=1,griddots=10,gridlabels=6pt}
+
+% New colors defined - I do it in bardiag.cfg
+% But you can just put it here, like:
+% \definecolor{brown}{rgb}{.65, .16, .16}
+% \definecolor{lightblue}{rgb}{.68, .85, .9}
+% \definecolor{palegreen}{rgb}{.6, .98, .6}
+% \definecolor{pink}{rgb}{1, .75, .8}
+% \definecolor{wheat}{rgb}{.96, .87, .7}
+% \definecolor{verylightgray}{gray}{0.95}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\newcommand{\mycomment}[1]{}
+
+\begin{document}
+
+% This is a simple way to include a diagram
+
+\begin{center}
+\renewcommand{\betweenticks}{0.2}
+\bardiagrambegin{10}{1}{2cm}{1}{2}{1cm}{10cm}
+ \drawlevellines
+ \baritem{Jelger}{0.5}{green}
+ \baritem{Johan}{0.7}{red}
+ \baritem{Rikkert}{0.8}{yellow}
+ \baritem{Henk}{0.3}{green}
+ \baritem{Erwin}{0.5}{red}
+\bardiagramend{\large Name}{\large Fraction of Jobs Active}
+\end{center}
+
+%--------------------------------------------------
+
+% This is a more accurate way to include a diagram
+
+\begin{figure}[t]
+ \begin{minipage}[t]{\textwidth}
+ \parbox[b]{\textwidth}{%
+ \centering
+ \centerline{%
+ \input{src/1a.tex}
+ }
+ \centerline{
+ \input{src/1b.tex}
+ }
+ }
+ \end{minipage}
+\caption{\label{fig:1}Bar Diagram}
+\end{figure}
+
+\newpage
+
+\begin{figure}[t]
+ \begin{minipage}[t]{\textwidth}
+ \parbox[b]{\textwidth}{%
+ \centering
+ \centerline{%
+ \input{src/2a.tex}
+ }
+ \centerline{%
+ \input{src/2b.tex}
+ }
+ }
+ \end{minipage}
+\caption{\label{fig:2}Bar Diagram - real numbers}
+\end{figure}
+
+%\newpage
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%\newpage
+\def\onecol{red}
+\def\twocol{blue}
+
+\begin{figure}[!htbp]
+ \begin{minipage}[t]{\textwidth}
+ \parbox[b]{\textwidth}{%
+ \centering
+ % %\bgroup
+ \centerline{%
+ \input{src/3.tex}
+ }
+ % %\egroup
+ }
+ \end{minipage}
+\caption{\label{fig:3}One more Bar Diagram}
+\end{figure}
+
+
+\begin{figure}[!htbp]
+ \begin{minipage}[t]{\textwidth}
+ \parbox[b]{\textwidth}{%
+ \centering
+ % %\bgroup
+ \centerline{%
+ \renewcommand{\ActiveBarPrimitive}{\barTDRect}
+ \input{src/4.tex}
+ }$ $\\
+ Changing only \texttt{ActiveBarPrimitive} parameter from
+ \texttt{barTDRect} to \texttt{barCylinder} yelds:\vspace{1cm}
+ \centerline{%
+ \renewcommand{\ActiveBarPrimitive}{\barCylinder}
+ \input{src/4.tex}
+ }
+ % %\egroup
+ }
+ \end{minipage}
+\caption{\label{fig:4}Bar Diagram and 3D item-bars}
+\end{figure}
+
+
+
+\begin{figure}[!htbp]
+ \begin{minipage}[t]{\textwidth}
+ \parbox[b]{\textwidth}{%
+ \centering
+ \centerline{%
+ \renewcommand{\ActiveBarPrimitive}{\barTDRect}
+ \renewcommand{\frameTD}{1}
+ \input{src/5.tex}
+ }
+ }
+ \end{minipage}
+\caption{\label{fig:5}One more Bar Diagram in 3D}
+\end{figure}
+
+%\newpage %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+\begin{figure}[!htbp]
+ \begin{minipage}[t]{\textwidth}
+ \parbox[b]{\textwidth}{%
+ \centering
+ % %\bgroup
+ \centerline{%
+ \renewcommand{\ActiveBarPrimitive}{\barTDRect}
+ \renewcommand{\frameTD}{1}
+ \input{src/6.tex}
+ }
+ % %\egroup
+ }
+ \end{minipage}
+\caption{\label{fig:6}One more Bar Diagram in 3D}
+\end{figure}
+
+
+\begin{figure}[!htbp]
+ \begin{minipage}[t]{\textwidth}
+ \parbox[b]{\textwidth}{%
+ \centering
+ \centerline{%
+ \renewcommand{\ActiveBarPrimitive}{\barCylinder}
+ \renewcommand{\frameTD}{1}
+ \input{src/7.tex}
+ }
+ }
+ \end{minipage}
+\caption{\label{fig:7}One more Bar Diagram in 3D (bar $\to$ cylinder)}
+\end{figure}
+
+\begin{figure}[!htbp]
+ \begin{minipage}[t]{\textwidth}
+ \parbox[b]{\textwidth}{%
+ \centering
+ % %\bgroup
+ \centerline{%
+ \renewcommand{\ActiveBarPrimitive}{\barTDRect}
+ \renewcommand{\frameTD}{1}
+ \input{src/8.tex}
+ }
+ % %\egroup
+ }
+ \end{minipage}
+\caption{\label{fig:8}Bar Diagram with ``top'' items}
+\end{figure}
+
+
+\end{document}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/graphics/bardiag/doc/example/diagramsbw.ps b/graphics/bardiag/doc/example/diagramsbw.ps
new file mode 100644
index 0000000000..52c18ddf72
--- /dev/null
+++ b/graphics/bardiag/doc/example/diagramsbw.ps
@@ -0,0 +1,1950 @@
+%!PS-Adobe-2.0
+%%Creator: dvips(k) 5.86e Copyright 2001 Radical Eye Software
+%%Title: diagramsbw.dvi
+%%Pages: 2
+%%PageOrder: Ascend
+%%BoundingBox: 0 0 596 842
+%%DocumentFonts: CMR12 CMBX12 CMTT12
+%%EndComments
+%DVIPSWebPage: (www.radicaleye.com)
+%DVIPSCommandLine: dvips -Pcmz -Pamz -o diagramsbw.ps diagramsbw.dvi
+%DVIPSParameters: dpi=600, compressed
+%DVIPSSource: TeX output 2003.12.10:2245
+%%BeginProcSet: texc.pro
+%!
+/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
+N}B/A{dup}B/TR{translate}N/isls false N/vsize 11 72 mul N/hsize 8.5 72
+mul N/landplus90{false}def/@rigin{isls{[0 landplus90{1 -1}{-1 1}ifelse 0
+0 0]concat}if 72 Resolution div 72 VResolution div neg scale isls{
+landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div hsize
+mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul TR[
+matrix currentmatrix{A A round sub abs 0.00001 lt{round}if}forall round
+exch round exch]setmatrix}N/@landscape{/isls true N}B/@manualfeed{
+statusdict/manualfeed true put}B/@copies{/#copies X}B/FMat[1 0 0 -1 0 0]
+N/FBB[0 0 0 0]N/nn 0 N/IEn 0 N/ctr 0 N/df-tail{/nn 8 dict N nn begin
+/FontType 3 N/FontMatrix fntrx N/FontBBox FBB N string/base X array
+/BitMaps X/BuildChar{CharBuilder}N/Encoding IEn N end A{/foo setfont}2
+array copy cvx N load 0 nn put/ctr 0 N[}B/sf 0 N/df{/sf 1 N/fntrx FMat N
+df-tail}B/dfs{div/sf X/fntrx[sf 0 0 sf neg 0 0]N df-tail}B/E{pop nn A
+definefont setfont}B/Cw{Cd A length 5 sub get}B/Ch{Cd A length 4 sub get
+}B/Cx{128 Cd A length 3 sub get sub}B/Cy{Cd A length 2 sub get 127 sub}
+B/Cdx{Cd A length 1 sub get}B/Ci{Cd A type/stringtype ne{ctr get/ctr ctr
+1 add N}if}B/id 0 N/rw 0 N/rc 0 N/gp 0 N/cp 0 N/G 0 N/CharBuilder{save 3
+1 roll S A/base get 2 index get S/BitMaps get S get/Cd X pop/ctr 0 N Cdx
+0 Cx Cy Ch sub Cx Cw add Cy setcachedevice Cw Ch true[1 0 0 -1 -.1 Cx
+sub Cy .1 sub]/id Ci N/rw Cw 7 add 8 idiv string N/rc 0 N/gp 0 N/cp 0 N{
+rc 0 ne{rc 1 sub/rc X rw}{G}ifelse}imagemask restore}B/G{{id gp get/gp
+gp 1 add N A 18 mod S 18 idiv pl S get exec}loop}B/adv{cp add/cp X}B
+/chg{rw cp id gp 4 index getinterval putinterval A gp add/gp X adv}B/nd{
+/cp 0 N rw exit}B/lsh{rw cp 2 copy get A 0 eq{pop 1}{A 255 eq{pop 254}{
+A A add 255 and S 1 and or}ifelse}ifelse put 1 adv}B/rsh{rw cp 2 copy
+get A 0 eq{pop 128}{A 255 eq{pop 127}{A 2 idiv S 128 and or}ifelse}
+ifelse put 1 adv}B/clr{rw cp 2 index string putinterval adv}B/set{rw cp
+fillstr 0 4 index getinterval putinterval adv}B/fillstr 18 string 0 1 17
+{2 copy 255 put pop}for N/pl[{adv 1 chg}{adv 1 chg nd}{1 add chg}{1 add
+chg nd}{adv lsh}{adv lsh nd}{adv rsh}{adv rsh nd}{1 add adv}{/rc X nd}{
+1 add set}{1 add clr}{adv 2 chg}{adv 2 chg nd}{pop nd}]A{bind pop}
+forall N/D{/cc X A type/stringtype ne{]}if nn/base get cc ctr put nn
+/BitMaps get S ctr S sf 1 ne{A A length 1 sub A 2 index S get sf div put
+}if put/ctr ctr 1 add N}B/I{cc 1 add D}B/bop{userdict/bop-hook known{
+bop-hook}if/SI save N @rigin 0 0 moveto/V matrix currentmatrix A 1 get A
+mul exch 0 get A mul add .99 lt{/QV}{/RV}ifelse load def pop pop}N/eop{
+SI restore userdict/eop-hook known{eop-hook}if showpage}N/@start{
+userdict/start-hook known{start-hook}if pop/VResolution X/Resolution X
+1000 div/DVImag X/IEn 256 array N 2 string 0 1 255{IEn S A 360 add 36 4
+index cvrs cvn put}for pop 65781.76 div/vsize X 65781.76 div/hsize X}N
+/p{show}N/RMat[1 0 0 -1 0 0]N/BDot 260 string N/Rx 0 N/Ry 0 N/V{}B/RV/v{
+/Ry X/Rx X V}B statusdict begin/product where{pop false[(Display)(NeXT)
+(LaserWriter 16/600)]{A length product length le{A length product exch 0
+exch getinterval eq{pop true exit}if}{pop}ifelse}forall}{false}ifelse
+end{{gsave TR -.1 .1 TR 1 1 scale Rx Ry false RMat{BDot}imagemask
+grestore}}{{gsave TR -.1 .1 TR Rx Ry scale 1 1 false RMat{BDot}
+imagemask grestore}}ifelse B/QV{gsave newpath transform round exch round
+exch itransform moveto Rx 0 rlineto 0 Ry neg rlineto Rx neg 0 rlineto
+fill grestore}B/a{moveto}B/delta 0 N/tail{A/delta X 0 rmoveto}B/M{S p
+delta add tail}B/b{S p tail}B/c{-4 M}B/d{-3 M}B/e{-2 M}B/f{-1 M}B/g{0 M}
+B/h{1 M}B/i{2 M}B/j{3 M}B/k{4 M}B/w{0 rmoveto}B/l{p -4 w}B/m{p -3 w}B/n{
+p -2 w}B/o{p -1 w}B/q{p 1 w}B/r{p 2 w}B/s{p 3 w}B/t{p 4 w}B/x{0 S
+rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end
+
+%%EndProcSet
+%%BeginProcSet: pstricks.pro
+%!
+% PostScript prologue for pstricks.tex.
+% Version 97 patch 3, 98/06/01
+% For distribution, see pstricks.tex.
+%
+/tx@Dict 200 dict def tx@Dict begin
+/ADict 25 dict def
+/CM { matrix currentmatrix } bind def
+/SLW /setlinewidth load def
+/CLW /currentlinewidth load def
+/CP /currentpoint load def
+/ED { exch def } bind def
+/L /lineto load def
+/T /translate load def
+/TMatrix { } def
+/RAngle { 0 } def
+/Atan { /atan load stopped { pop pop 0 } if } def
+/Div { dup 0 eq { pop } { div } ifelse } def
+/NET { neg exch neg exch T } def
+/Pyth { dup mul exch dup mul add sqrt } def
+/PtoC { 2 copy cos mul 3 1 roll sin mul } def
+/PathLength@ { /z z y y1 sub x x1 sub Pyth add def /y1 y def /x1 x def }
+def
+/PathLength { flattenpath /z 0 def { /y1 ED /x1 ED /y2 y1 def /x2 x1 def
+} { /y ED /x ED PathLength@ } {} { /y y2 def /x x2 def PathLength@ }
+/pathforall load stopped { pop pop pop pop } if z } def
+/STP { .996264 dup scale } def
+/STV { SDict begin normalscale end STP } def
+/DashLine { dup 0 gt { /a .5 def PathLength exch div } { pop /a 1 def
+PathLength } ifelse /b ED /x ED /y ED /z y x add def b a .5 sub 2 mul y
+mul sub z Div round z mul a .5 sub 2 mul y mul add b exch Div dup y mul
+/y ED x mul /x ED x 0 gt y 0 gt and { [ y x ] 1 a sub y mul } { [ 1 0 ]
+0 } ifelse setdash stroke } def
+/DotLine { /b PathLength def /a ED /z ED /y CLW def /z y z add def a 0 gt
+{ /b b a div def } { a 0 eq { /b b y sub def } { a -3 eq { /b b y add
+def } if } ifelse } ifelse [ 0 b b z Div round Div dup 0 le { pop 1 } if
+] a 0 gt { 0 } { y 2 div a -2 gt { neg } if } ifelse setdash 1
+setlinecap stroke } def
+/LineFill { gsave abs CLW add /a ED a 0 dtransform round exch round exch
+2 copy idtransform exch Atan rotate idtransform pop /a ED .25 .25
+% DG/SR modification begin - Dec. 12, 1997 - Patch 2
+%itransform translate pathbbox /y2 ED a Div ceiling cvi /x2 ED /y1 ED a
+itransform pathbbox /y2 ED a Div ceiling cvi /x2 ED /y1 ED a
+% DG/SR modification end
+Div cvi /x1 ED /y2 y2 y1 sub def clip newpath 2 setlinecap systemdict
+/setstrokeadjust known { true setstrokeadjust } if x2 x1 sub 1 add { x1
+% DG/SR modification begin - Jun. 1, 1998 - Patch 3 (from Michael Vulis)
+% a mul y1 moveto 0 y2 rlineto stroke /x1 x1 1 add def } repeat grestore }
+% def
+a mul y1 moveto 0 y2 rlineto stroke /x1 x1 1 add def } repeat grestore
+pop pop } def
+% DG/SR modification end
+/BeginArrow { ADict begin /@mtrx CM def gsave 2 copy T 2 index sub neg
+exch 3 index sub exch Atan rotate newpath } def
+/EndArrow { @mtrx setmatrix CP grestore end } def
+/Arrow { CLW mul add dup 2 div /w ED mul dup /h ED mul /a ED { 0 h T 1 -1
+scale } if w neg h moveto 0 0 L w h L w neg a neg rlineto gsave fill
+grestore } def
+/Tbar { CLW mul add /z ED z -2 div CLW 2 div moveto z 0 rlineto stroke 0
+CLW moveto } def
+/Bracket { CLW mul add dup CLW sub 2 div /x ED mul CLW add /y ED /z CLW 2
+div def x neg y moveto x neg CLW 2 div L x CLW 2 div L x y L stroke 0
+CLW moveto } def
+/RoundBracket { CLW mul add dup 2 div /x ED mul /y ED /mtrx CM def 0 CLW
+2 div T x y mul 0 ne { x y scale } if 1 1 moveto .85 .5 .35 0 0 0
+curveto -.35 0 -.85 .5 -1 1 curveto mtrx setmatrix stroke 0 CLW moveto }
+def
+/SD { 0 360 arc fill } def
+/EndDot { { /z DS def } { /z 0 def } ifelse /b ED 0 z DS SD b { 0 z DS
+CLW sub SD } if 0 DS z add CLW 4 div sub moveto } def
+/Shadow { [ { /moveto load } { /lineto load } { /curveto load } {
+/closepath load } /pathforall load stopped { pop pop pop pop CP /moveto
+load } if ] cvx newpath 3 1 roll T exec } def
+/NArray { aload length 2 div dup dup cvi eq not { exch pop } if /n exch
+cvi def } def
+/NArray { /f ED counttomark 2 div dup cvi /n ED n eq not { exch pop } if
+f { ] aload /Points ED } { n 2 mul 1 add -1 roll pop } ifelse } def
+/Line { NArray n 0 eq not { n 1 eq { 0 0 /n 2 def } if ArrowA /n n 2 sub
+def n { Lineto } repeat CP 4 2 roll ArrowB L pop pop } if } def
+/Arcto { /a [ 6 -2 roll ] cvx def a r /arcto load stopped { 5 } { 4 }
+ifelse { pop } repeat a } def
+/CheckClosed { dup n 2 mul 1 sub index eq 2 index n 2 mul 1 add index eq
+and { pop pop /n n 1 sub def } if } def
+/Polygon { NArray n 2 eq { 0 0 /n 3 def } if n 3 lt { n { pop pop }
+repeat } { n 3 gt { CheckClosed } if n 2 mul -2 roll /y0 ED /x0 ED /y1
+ED /x1 ED x1 y1 /x1 x0 x1 add 2 div def /y1 y0 y1 add 2 div def x1 y1
+moveto /n n 2 sub def n { Lineto } repeat x1 y1 x0 y0 6 4 roll Lineto
+Lineto pop pop closepath } ifelse } def
+/Diamond { /mtrx CM def T rotate /h ED /w ED dup 0 eq { pop } { CLW mul
+neg /d ED /a w h Atan def /h d a sin Div h add def /w d a cos Div w add
+def } ifelse mark w 2 div h 2 div w 0 0 h neg w neg 0 0 h w 2 div h 2
+div /ArrowA { moveto } def /ArrowB { } def false Line closepath mtrx
+setmatrix } def
+% DG modification begin - Jan. 15, 1997
+%/Triangle { /mtrx CM def translate rotate /h ED 2 div /w ED dup 0 eq {
+%pop } { CLW mul /d ED /h h d w h Atan sin Div sub def /w w d h w Atan 2
+%div dup cos exch sin Div mul sub def } ifelse mark 0 d w neg d 0 h w d 0
+%d /ArrowA { moveto } def /ArrowB { } def false Line closepath mtrx
+%setmatrix } def
+/Triangle { /mtrx CM def translate rotate /h ED 2 div /w ED dup
+CLW mul /d ED /h h d w h Atan sin Div sub def /w w d h w Atan 2
+div dup cos exch sin Div mul sub def mark 0 d w neg d 0 h w d 0
+d /ArrowA { moveto } def /ArrowB { } def false Line closepath mtrx
+% DG/SR modification begin - Jun. 1, 1998 - Patch 3 (from Michael Vulis)
+% setmatrix } def
+setmatrix pop } def
+% DG/SR modification end
+/CCA { /y ED /x ED 2 copy y sub /dy1 ED x sub /dx1 ED /l1 dx1 dy1 Pyth
+def } def
+/CCA { /y ED /x ED 2 copy y sub /dy1 ED x sub /dx1 ED /l1 dx1 dy1 Pyth
+def } def
+/CC { /l0 l1 def /x1 x dx sub def /y1 y dy sub def /dx0 dx1 def /dy0 dy1
+def CCA /dx dx0 l1 c exp mul dx1 l0 c exp mul add def /dy dy0 l1 c exp
+mul dy1 l0 c exp mul add def /m dx0 dy0 Atan dx1 dy1 Atan sub 2 div cos
+abs b exp a mul dx dy Pyth Div 2 div def /x2 x l0 dx mul m mul sub def
+/y2 y l0 dy mul m mul sub def /dx l1 dx mul m mul neg def /dy l1 dy mul
+m mul neg def } def
+/IC { /c c 1 add def c 0 lt { /c 0 def } { c 3 gt { /c 3 def } if }
+ifelse /a a 2 mul 3 div 45 cos b exp div def CCA /dx 0 def /dy 0 def }
+def
+/BOC { IC CC x2 y2 x1 y1 ArrowA CP 4 2 roll x y curveto } def
+/NC { CC x1 y1 x2 y2 x y curveto } def
+/EOC { x dx sub y dy sub 4 2 roll ArrowB 2 copy curveto } def
+/BAC { IC CC x y moveto CC x1 y1 CP ArrowA } def
+/NAC { x2 y2 x y curveto CC x1 y1 } def
+/EAC { x2 y2 x y ArrowB curveto pop pop } def
+/OpenCurve { NArray n 3 lt { n { pop pop } repeat } { BOC /n n 3 sub def
+n { NC } repeat EOC } ifelse } def
+/AltCurve { { false NArray n 2 mul 2 roll [ n 2 mul 3 sub 1 roll ] aload
+/Points ED n 2 mul -2 roll } { false NArray } ifelse n 4 lt { n { pop
+pop } repeat } { BAC /n n 4 sub def n { NAC } repeat EAC } ifelse } def
+/ClosedCurve { NArray n 3 lt { n { pop pop } repeat } { n 3 gt {
+CheckClosed } if 6 copy n 2 mul 6 add 6 roll IC CC x y moveto n { NC }
+repeat closepath pop pop } ifelse } def
+/SQ { /r ED r r moveto r r neg L r neg r neg L r neg r L fill } def
+/ST { /y ED /x ED x y moveto x neg y L 0 x L fill } def
+/SP { /r ED gsave 0 r moveto 4 { 72 rotate 0 r L } repeat fill grestore }
+def
+/FontDot { DS 2 mul dup matrix scale matrix concatmatrix exch matrix
+rotate matrix concatmatrix exch findfont exch makefont setfont } def
+/Rect { x1 y1 y2 add 2 div moveto x1 y2 lineto x2 y2 lineto x2 y1 lineto
+x1 y1 lineto closepath } def
+/OvalFrame { x1 x2 eq y1 y2 eq or { pop pop x1 y1 moveto x2 y2 L } { y1
+y2 sub abs x1 x2 sub abs 2 copy gt { exch pop } { pop } ifelse 2 div
+exch { dup 3 1 roll mul exch } if 2 copy lt { pop } { exch pop } ifelse
+/b ED x1 y1 y2 add 2 div moveto x1 y2 x2 y2 b arcto x2 y2 x2 y1 b arcto
+x2 y1 x1 y1 b arcto x1 y1 x1 y2 b arcto 16 { pop } repeat closepath }
+ifelse } def
+/Frame { CLW mul /a ED 3 -1 roll 2 copy gt { exch } if a sub /y2 ED a add
+/y1 ED 2 copy gt { exch } if a sub /x2 ED a add /x1 ED 1 index 0 eq {
+pop pop Rect } { OvalFrame } ifelse } def
+/BezierNArray { /f ED counttomark 2 div dup cvi /n ED n eq not { exch pop
+} if n 1 sub neg 3 mod 3 add 3 mod { 0 0 /n n 1 add def } repeat f { ]
+aload /Points ED } { n 2 mul 1 add -1 roll pop } ifelse } def
+/OpenBezier { BezierNArray n 1 eq { pop pop } { ArrowA n 4 sub 3 idiv { 6
+2 roll 4 2 roll curveto } repeat 6 2 roll 4 2 roll ArrowB curveto }
+ifelse } def
+/ClosedBezier { BezierNArray n 1 eq { pop pop } { moveto n 1 sub 3 idiv {
+6 2 roll 4 2 roll curveto } repeat closepath } ifelse } def
+/BezierShowPoints { gsave Points aload length 2 div cvi /n ED moveto n 1
+sub { lineto } repeat CLW 2 div SLW [ 4 4 ] 0 setdash stroke grestore }
+def
+/Parab { /y0 exch def /x0 exch def /y1 exch def /x1 exch def /dx x0 x1
+sub 3 div def /dy y0 y1 sub 3 div def x0 dx sub y0 dy add x1 y1 ArrowA
+x0 dx add y0 dy add x0 2 mul x1 sub y1 ArrowB curveto /Points [ x1 y1 x0
+y0 x0 2 mul x1 sub y1 ] def } def
+/Grid { newpath /a 4 string def /b ED /c ED /n ED cvi dup 1 lt { pop 1 }
+if /s ED s div dup 0 eq { pop 1 } if /dy ED s div dup 0 eq { pop 1 } if
+/dx ED dy div round dy mul /y0 ED dx div round dx mul /x0 ED dy div
+round cvi /y2 ED dx div round cvi /x2 ED dy div round cvi /y1 ED dx div
+round cvi /x1 ED /h y2 y1 sub 0 gt { 1 } { -1 } ifelse def /w x2 x1 sub
+0 gt { 1 } { -1 } ifelse def b 0 gt { /z1 b 4 div CLW 2 div add def
+/Helvetica findfont b scalefont setfont /b b .95 mul CLW 2 div add def }
+if systemdict /setstrokeadjust known { true setstrokeadjust /t { } def }
+{ /t { transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add
+exch itransform } bind def } ifelse gsave n 0 gt { 1 setlinecap [ 0 dy n
+div ] dy n div 2 div setdash } { 2 setlinecap } ifelse /i x1 def /f y1
+dy mul n 0 gt { dy n div 2 div h mul sub } if def /g y2 dy mul n 0 gt {
+dy n div 2 div h mul add } if def x2 x1 sub w mul 1 add dup 1000 gt {
+pop 1000 } if { i dx mul dup y0 moveto b 0 gt { gsave c i a cvs dup
+stringwidth pop /z2 ED w 0 gt {z1} {z1 z2 add neg} ifelse h 0 gt {b neg}
+{z1} ifelse rmoveto show grestore } if dup t f moveto g t L stroke /i i
+w add def } repeat grestore gsave n 0 gt
+% DG/SR modification begin - Nov. 7, 1997 - Patch 1
+%{ 1 setlinecap [ 0 dx n div ] dy n div 2 div setdash }
+{ 1 setlinecap [ 0 dx n div ] dx n div 2 div setdash }
+% DG/SR modification end
+{ 2 setlinecap } ifelse /i y1 def /f x1 dx mul
+n 0 gt { dx n div 2 div w mul sub } if def /g x2 dx mul n 0 gt { dx n
+div 2 div w mul add } if def y2 y1 sub h mul 1 add dup 1000 gt { pop
+1000 } if { newpath i dy mul dup x0 exch moveto b 0 gt { gsave c i a cvs
+dup stringwidth pop /z2 ED w 0 gt {z1 z2 add neg} {z1} ifelse h 0 gt
+{z1} {b neg} ifelse rmoveto show grestore } if dup f exch t moveto g
+exch t L stroke /i i h add def } repeat grestore } def
+/ArcArrow { /d ED /b ED /a ED gsave newpath 0 -1000 moveto clip newpath 0
+1 0 0 b grestore c mul /e ED pop pop pop r a e d PtoC y add exch x add
+exch r a PtoC y add exch x add exch b pop pop pop pop a e d CLW 8 div c
+mul neg d } def
+/Ellipse { /mtrx CM def T scale 0 0 1 5 3 roll arc mtrx setmatrix } def
+/Rot { CP CP translate 3 -1 roll neg rotate NET } def
+/RotBegin { tx@Dict /TMatrix known not { /TMatrix { } def /RAngle { 0 }
+def } if /TMatrix [ TMatrix CM ] cvx def /a ED a Rot /RAngle [ RAngle
+dup a add ] cvx def } def
+/RotEnd { /TMatrix [ TMatrix setmatrix ] cvx def /RAngle [ RAngle pop ]
+cvx def } def
+/PutCoor { gsave CP T CM STV exch exec moveto setmatrix CP grestore } def
+/PutBegin { /TMatrix [ TMatrix CM ] cvx def CP 4 2 roll T moveto } def
+/PutEnd { CP /TMatrix [ TMatrix setmatrix ] cvx def moveto } def
+/Uput { /a ED add 2 div /h ED 2 div /w ED /s a sin def /c a cos def /b s
+abs c abs 2 copy gt dup /q ED { pop } { exch pop } ifelse def /w1 c b
+div w mul def /h1 s b div h mul def q { w1 abs w sub dup c mul abs } {
+h1 abs h sub dup s mul abs } ifelse } def
+/UUput { /z ED abs /y ED /x ED q { x s div c mul abs y gt } { x c div s
+mul abs y gt } ifelse { x x mul y y mul sub z z mul add sqrt z add } { q
+{ x s div } { x c div } ifelse abs } ifelse a PtoC h1 add exch w1 add
+exch } def
+/BeginOL { dup (all) eq exch TheOL eq or { IfVisible not { Visible
+/IfVisible true def } if } { IfVisible { Invisible /IfVisible false def
+} if } ifelse } def
+/InitOL { /OLUnit [ 3000 3000 matrix defaultmatrix dtransform ] cvx def
+/Visible { CP OLUnit idtransform T moveto } def /Invisible { CP OLUnit
+neg exch neg exch idtransform T moveto } def /BOL { BeginOL } def
+/IfVisible true def } def
+end
+% END pstricks.pro
+
+%%EndProcSet
+%%BeginProcSet: pst-dots.pro
+%!PS-Adobe-2.0
+%%Title: Dot Font for PSTricks
+%%Creator: Timothy Van Zandt <tvz@Princeton.EDU>
+%%Creation Date: May 7, 1993
+%% Version 97 patch 1, 99/12/16
+%% Modified by Etienne Riga <etienne.riga@skynet.be> - Dec. 16, 1999
+%% to add /Diamond, /SolidDiamond and /BoldDiamond
+10 dict dup begin
+ /FontType 3 def
+ /FontMatrix [ .001 0 0 .001 0 0 ] def
+ /FontBBox [ 0 0 0 0 ] def
+ /Encoding 256 array def
+ 0 1 255 { Encoding exch /.notdef put } for
+ Encoding
+ dup (b) 0 get /Bullet put
+ dup (c) 0 get /Circle put
+ dup (C) 0 get /BoldCircle put
+ dup (u) 0 get /SolidTriangle put
+ dup (t) 0 get /Triangle put
+ dup (T) 0 get /BoldTriangle put
+ dup (r) 0 get /SolidSquare put
+ dup (s) 0 get /Square put
+ dup (S) 0 get /BoldSquare put
+ dup (q) 0 get /SolidPentagon put
+ dup (p) 0 get /Pentagon put
+ dup (P) 0 get /BoldPentagon put
+% DG/SR modification begin - Dec. 16, 1999 - From Etienne Riga
+ dup (l) 0 get /SolidDiamond put
+ dup (d) 0 get /Diamond put
+ (D) 0 get /BoldDiamond put
+% DG/SR modification end
+ /Metrics 13 dict def
+ Metrics begin
+ /Bullet 1000 def
+ /Circle 1000 def
+ /BoldCircle 1000 def
+ /SolidTriangle 1344 def
+ /Triangle 1344 def
+ /BoldTriangle 1344 def
+ /SolidSquare 886 def
+ /Square 886 def
+ /BoldSquare 886 def
+ /SolidPentagon 1093.2 def
+ /Pentagon 1093.2 def
+ /BoldPentagon 1093.2 def
+% DG/SR modification begin - Dec. 16, 1999 - From Etienne Riga
+ /SolidDiamond 1008 def
+ /Diamond 1008 def
+ /BoldDiamond 1008 def
+% DG/SR modification end
+ /.notdef 0 def
+ end
+ /BBoxes 13 dict def
+ BBoxes begin
+ /Circle { -550 -550 550 550 } def
+ /BoldCircle /Circle load def
+ /Bullet /Circle load def
+ /Triangle { -571.5 -330 571.5 660 } def
+ /BoldTriangle /Triangle load def
+ /SolidTriangle /Triangle load def
+ /Square { -450 -450 450 450 } def
+ /BoldSquare /Square load def
+ /SolidSquare /Square load def
+ /Pentagon { -546.6 -465 546.6 574.7 } def
+ /BoldPentagon /Pentagon load def
+ /SolidPentagon /Pentagon load def
+% DG/SR modification begin - Dec. 16, 1999 - From Etienne Riga
+ /Diamond { -428.5 -742.5 428.5 742.5 } def
+ /BoldDiamond /Diamond load def
+ /SolidDiamond /Diamond load def
+% DG/SR modification end
+ /.notdef { 0 0 0 0 } def
+ end
+ /CharProcs 20 dict def
+ CharProcs begin
+ /Adjust {
+ 2 copy dtransform floor .5 add exch floor .5 add exch idtransform
+ 3 -1 roll div 3 1 roll exch div exch scale
+ } def
+ /CirclePath { 0 0 500 0 360 arc closepath } def
+ /Bullet { 500 500 Adjust CirclePath fill } def
+ /Circle { 500 500 Adjust CirclePath .9 .9 scale CirclePath
+ eofill } def
+ /BoldCircle { 500 500 Adjust CirclePath .8 .8 scale CirclePath
+ eofill } def
+ /BoldCircle { CirclePath .8 .8 scale CirclePath eofill } def
+ /TrianglePath { 0 660 moveto -571.5 -330 lineto 571.5 -330 lineto
+ closepath } def
+ /SolidTriangle { TrianglePath fill } def
+ /Triangle { TrianglePath .85 .85 scale TrianglePath eofill } def
+ /BoldTriangle { TrianglePath .7 .7 scale TrianglePath eofill } def
+ /SquarePath { -450 450 moveto 450 450 lineto 450 -450 lineto
+ -450 -450 lineto closepath } def
+ /SolidSquare { SquarePath fill } def
+ /Square { SquarePath .89 .89 scale SquarePath eofill } def
+ /BoldSquare { SquarePath .78 .78 scale SquarePath eofill } def
+ /PentagonPath {
+ -337.8 -465 moveto
+ 337.8 -465 lineto
+ 546.6 177.6 lineto
+ 0 574.7 lineto
+ -546.6 177.6 lineto
+ closepath
+ } def
+ /SolidPentagon { PentagonPath fill } def
+ /Pentagon { PentagonPath .89 .89 scale PentagonPath eofill } def
+ /BoldPentagon { PentagonPath .78 .78 scale PentagonPath eofill } def
+% DG/SR modification begin - Dec. 16, 1999 - From Etienne Riga
+ /DiamondPath { 0 742.5 moveto -428.5 0 lineto 0 -742.5 lineto
+ 428.5 0 lineto closepath } def
+ /SolidDiamond { DiamondPath fill } def
+ /Diamond { DiamondPath .85 .85 scale DiamondPath eofill } def
+ /BoldDiamond { DiamondPath .7 .7 scale DiamondPath eofill } def
+% DG/SR modification end
+ /.notdef { } def
+ end
+ /BuildGlyph {
+ exch
+ begin
+ Metrics 1 index get exec 0
+ BBoxes 3 index get exec
+ setcachedevice
+ CharProcs begin load exec end
+ end
+ } def
+ /BuildChar {
+ 1 index /Encoding get exch get
+ 1 index /BuildGlyph get exec
+ } bind def
+end
+/PSTricksDotFont exch definefont pop
+%END pst-dots.pro
+
+%%EndProcSet
+%%BeginProcSet: pst-grad.pro
+%!
+% PostScript prologue for pst-grad.tex.
+% Version 97, 93/05/12
+% For distribution, see pstricks.tex.
+%
+% For the PSTricks gradient fillstyle.
+%
+% Based on some EPS files by leeweyr!bill@nuchat.sccsi.com (W. R. Lee).
+%
+% Syntax:
+% R0 G0 B0 R1 G1 B1 NumLines MidPoint Angle GradientFill
+
+/tx@GradientDict 40 dict def
+tx@GradientDict begin
+/GradientFill {
+ rotate
+ /MidPoint ED
+ /NumLines ED
+ /LastBlue ED
+ /LastGreen ED
+ /LastRed ED
+ /FirstBlue ED
+ /FirstGreen ED
+ /FirstRed ED
+ % This avoids gaps due to rounding errors:
+ clip
+ pathbbox %leave llx,lly,urx,ury on stack
+ /y ED /x ED
+ 2 copy translate
+ y sub neg /y ED
+ x sub neg /x ED
+ % This avoids gaps due to rounding errors:
+ LastRed FirstRed add 2 div
+ LastGreen FirstGreen add 2 div
+ LastBlue FirstBlue add 2 div
+ setrgbcolor
+ fill
+ /YSizePerLine y NumLines div def
+ /CurrentY 0 def
+ /MidLine NumLines 1 MidPoint sub mul abs cvi def
+ MidLine NumLines 2 sub gt
+ { /MidLine NumLines def }
+ { MidLine 2 lt { /MidLine 0 def } if }
+ ifelse
+ MidLine 0 gt
+ {
+ /Red FirstRed def
+ /Green FirstGreen def
+ /Blue FirstBlue def
+ /RedIncrement LastRed FirstRed sub MidLine 1 sub div def
+ /GreenIncrement LastGreen FirstGreen sub MidLine 1 sub div def
+ /BlueIncrement LastBlue FirstBlue sub MidLine 1 sub div def
+ MidLine { GradientLoop } repeat
+ } if
+ MidLine NumLines lt
+ {
+ /Red LastRed def
+ /Green LastGreen def
+ /Blue LastBlue def
+ /RedIncrement FirstRed LastRed sub NumLines MidLine sub 1 sub div def
+ /GreenIncrement FirstGreen LastGreen sub NumLines MidLine sub 1 sub div def
+ /BlueIncrement FirstBlue LastBlue sub NumLines MidLine sub 1 sub div def
+ NumLines MidLine sub { GradientLoop } repeat
+ } if
+} def
+/GradientLoop {
+ 0 CurrentY moveto
+ x 0 rlineto
+ 0 YSizePerLine rlineto
+ x neg 0 rlineto
+ closepath
+ Red Green Blue setrgbcolor fill
+ /CurrentY CurrentY YSizePerLine add def
+ /Blue Blue BlueIncrement add def
+ /Green Green GreenIncrement add def
+ /Red Red RedIncrement add def
+} def
+
+end
+% END pst-grad.pro
+
+%%EndProcSet
+%%BeginProcSet: texps.pro
+%!
+TeXDict begin/rf{findfont dup length 1 add dict begin{1 index/FID ne 2
+index/UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll
+exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]/Metrics
+exch def dict begin Encoding{exch dup type/integertype ne{pop pop 1 sub
+dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get div def}
+ifelse}forall Metrics/Metrics currentdict end def[2 index currentdict
+end definefont 3 -1 roll makefont/setfont cvx]cvx def}def/ObliqueSlant{
+dup sin S cos div neg}B/SlantFont{4 index mul add}def/ExtendFont{3 -1
+roll mul exch}def/ReEncodeFont{CharStrings rcheck{/Encoding false def
+dup[exch{dup CharStrings exch known not{pop/.notdef/Encoding true def}
+if}forall Encoding{]exch pop}{cleartomark}ifelse}if/Encoding exch def}
+def end
+
+%%EndProcSet
+%%BeginProcSet: special.pro
+%!
+TeXDict begin/SDict 200 dict N SDict begin/@SpecialDefaults{/hs 612 N
+/vs 792 N/ho 0 N/vo 0 N/hsc 1 N/vsc 1 N/ang 0 N/CLIP 0 N/rwiSeen false N
+/rhiSeen false N/letter{}N/note{}N/a4{}N/legal{}N}B/@scaleunit 100 N
+/@hscale{@scaleunit div/hsc X}B/@vscale{@scaleunit div/vsc X}B/@hsize{
+/hs X/CLIP 1 N}B/@vsize{/vs X/CLIP 1 N}B/@clip{/CLIP 2 N}B/@hoffset{/ho
+X}B/@voffset{/vo X}B/@angle{/ang X}B/@rwi{10 div/rwi X/rwiSeen true N}B
+/@rhi{10 div/rhi X/rhiSeen true N}B/@llx{/llx X}B/@lly{/lly X}B/@urx{
+/urx X}B/@ury{/ury X}B/magscale true def end/@MacSetUp{userdict/md known
+{userdict/md get type/dicttype eq{userdict begin md length 10 add md
+maxlength ge{/md md dup length 20 add dict copy def}if end md begin
+/letter{}N/note{}N/legal{}N/od{txpose 1 0 mtx defaultmatrix dtransform S
+atan/pa X newpath clippath mark{transform{itransform moveto}}{transform{
+itransform lineto}}{6 -2 roll transform 6 -2 roll transform 6 -2 roll
+transform{itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll
+curveto}}{{closepath}}pathforall newpath counttomark array astore/gc xdf
+pop ct 39 0 put 10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack}
+if}N/txpose{pxs pys scale ppr aload pop por{noflips{pop S neg S TR pop 1
+-1 scale}if xflip yflip and{pop S neg S TR 180 rotate 1 -1 scale ppr 3
+get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip
+yflip not and{pop S neg S TR pop 180 rotate ppr 3 get ppr 1 get neg sub
+neg 0 TR}if yflip xflip not and{ppr 1 get neg ppr 0 get neg TR}if}{
+noflips{TR pop pop 270 rotate 1 -1 scale}if xflip yflip and{TR pop pop
+90 rotate 1 -1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get
+neg sub neg TR}if xflip yflip not and{TR pop pop 90 rotate ppr 3 get ppr
+1 get neg sub neg 0 TR}if yflip xflip not and{TR pop pop 270 rotate ppr
+2 get ppr 0 get neg sub neg 0 S TR}if}ifelse scaleby96{ppr aload pop 4
+-1 roll add 2 div 3 1 roll add 2 div 2 copy TR .96 dup scale neg S neg S
+TR}if}N/cp{pop pop showpage pm restore}N end}if}if}N/normalscale{
+Resolution 72 div VResolution 72 div neg scale magscale{DVImag dup scale
+}if 0 setgray}N/psfts{S 65781.76 div N}N/startTexFig{/psf$SavedState
+save N userdict maxlength dict begin/magscale true def normalscale
+currentpoint TR/psf$ury psfts/psf$urx psfts/psf$lly psfts/psf$llx psfts
+/psf$y psfts/psf$x psfts currentpoint/psf$cy X/psf$cx X/psf$sx psf$x
+psf$urx psf$llx sub div N/psf$sy psf$y psf$ury psf$lly sub div N psf$sx
+psf$sy scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub
+TR/showpage{}N/erasepage{}N/copypage{}N/p 3 def @MacSetUp}N/doclip{
+psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll newpath 4 copy 4 2
+roll moveto 6 -1 roll S lineto S lineto S lineto closepath clip newpath
+moveto}N/endTexFig{end psf$SavedState restore}N/@beginspecial{SDict
+begin/SpecialSave save N gsave normalscale currentpoint TR
+@SpecialDefaults count/ocount X/dcount countdictstack N}N/@setspecial{
+CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs neg 0 rlineto
+closepath clip}if ho vo TR hsc vsc scale ang rotate rwiSeen{rwi urx llx
+sub div rhiSeen{rhi ury lly sub div}{dup}ifelse scale llx neg lly neg TR
+}{rhiSeen{rhi ury lly sub div dup scale llx neg lly neg TR}if}ifelse
+CLIP 2 eq{newpath llx lly moveto urx lly lineto urx ury lineto llx ury
+lineto closepath clip}if/showpage{}N/erasepage{}N/copypage{}N newpath}N
+/@endspecial{count ocount sub{pop}repeat countdictstack dcount sub{end}
+repeat grestore SpecialSave restore end}N/@defspecial{SDict begin}N
+/@fedspecial{end}B/li{lineto}B/rl{rlineto}B/rc{rcurveto}B/np{/SaveX
+currentpoint/SaveY X N 1 setlinecap newpath}N/st{stroke SaveX SaveY
+moveto}N/fil{fill SaveX SaveY moveto}N/ellipse{/endangle X/startangle X
+/yrad X/xrad X/savematrix matrix currentmatrix N TR xrad yrad scale 0 0
+1 startangle endangle arc savematrix setmatrix}N end
+
+%%EndProcSet
+%%BeginProcSet: color.pro
+%!
+TeXDict begin/setcmykcolor where{pop}{/setcmykcolor{dup 10 eq{pop
+setrgbcolor}{1 sub 4 1 roll 3{3 index add neg dup 0 lt{pop 0}if 3 1 roll
+}repeat setrgbcolor pop}ifelse}B}ifelse/TeXcolorcmyk{setcmykcolor}def
+/TeXcolorrgb{setrgbcolor}def/TeXcolorgrey{setgray}def/TeXcolorgray{
+setgray}def/TeXcolorhsb{sethsbcolor}def/currentcmykcolor where{pop}{
+/currentcmykcolor{currentrgbcolor 10}B}ifelse/DC{exch dup userdict exch
+known{pop pop}{X}ifelse}B/GreenYellow{0.15 0 0.69 0 setcmykcolor}DC
+/Yellow{0 0 1 0 setcmykcolor}DC/Goldenrod{0 0.10 0.84 0 setcmykcolor}DC
+/Dandelion{0 0.29 0.84 0 setcmykcolor}DC/Apricot{0 0.32 0.52 0
+setcmykcolor}DC/Peach{0 0.50 0.70 0 setcmykcolor}DC/Melon{0 0.46 0.50 0
+setcmykcolor}DC/YellowOrange{0 0.42 1 0 setcmykcolor}DC/Orange{0 0.61
+0.87 0 setcmykcolor}DC/BurntOrange{0 0.51 1 0 setcmykcolor}DC
+/Bittersweet{0 0.75 1 0.24 setcmykcolor}DC/RedOrange{0 0.77 0.87 0
+setcmykcolor}DC/Mahogany{0 0.85 0.87 0.35 setcmykcolor}DC/Maroon{0 0.87
+0.68 0.32 setcmykcolor}DC/BrickRed{0 0.89 0.94 0.28 setcmykcolor}DC/Red{
+0 1 1 0 setcmykcolor}DC/OrangeRed{0 1 0.50 0 setcmykcolor}DC/RubineRed{
+0 1 0.13 0 setcmykcolor}DC/WildStrawberry{0 0.96 0.39 0 setcmykcolor}DC
+/Salmon{0 0.53 0.38 0 setcmykcolor}DC/CarnationPink{0 0.63 0 0
+setcmykcolor}DC/Magenta{0 1 0 0 setcmykcolor}DC/VioletRed{0 0.81 0 0
+setcmykcolor}DC/Rhodamine{0 0.82 0 0 setcmykcolor}DC/Mulberry{0.34 0.90
+0 0.02 setcmykcolor}DC/RedViolet{0.07 0.90 0 0.34 setcmykcolor}DC
+/Fuchsia{0.47 0.91 0 0.08 setcmykcolor}DC/Lavender{0 0.48 0 0
+setcmykcolor}DC/Thistle{0.12 0.59 0 0 setcmykcolor}DC/Orchid{0.32 0.64 0
+0 setcmykcolor}DC/DarkOrchid{0.40 0.80 0.20 0 setcmykcolor}DC/Purple{
+0.45 0.86 0 0 setcmykcolor}DC/Plum{0.50 1 0 0 setcmykcolor}DC/Violet{
+0.79 0.88 0 0 setcmykcolor}DC/RoyalPurple{0.75 0.90 0 0 setcmykcolor}DC
+/BlueViolet{0.86 0.91 0 0.04 setcmykcolor}DC/Periwinkle{0.57 0.55 0 0
+setcmykcolor}DC/CadetBlue{0.62 0.57 0.23 0 setcmykcolor}DC
+/CornflowerBlue{0.65 0.13 0 0 setcmykcolor}DC/MidnightBlue{0.98 0.13 0
+0.43 setcmykcolor}DC/NavyBlue{0.94 0.54 0 0 setcmykcolor}DC/RoyalBlue{1
+0.50 0 0 setcmykcolor}DC/Blue{1 1 0 0 setcmykcolor}DC/Cerulean{0.94 0.11
+0 0 setcmykcolor}DC/Cyan{1 0 0 0 setcmykcolor}DC/ProcessBlue{0.96 0 0 0
+setcmykcolor}DC/SkyBlue{0.62 0 0.12 0 setcmykcolor}DC/Turquoise{0.85 0
+0.20 0 setcmykcolor}DC/TealBlue{0.86 0 0.34 0.02 setcmykcolor}DC
+/Aquamarine{0.82 0 0.30 0 setcmykcolor}DC/BlueGreen{0.85 0 0.33 0
+setcmykcolor}DC/Emerald{1 0 0.50 0 setcmykcolor}DC/JungleGreen{0.99 0
+0.52 0 setcmykcolor}DC/SeaGreen{0.69 0 0.50 0 setcmykcolor}DC/Green{1 0
+1 0 setcmykcolor}DC/ForestGreen{0.91 0 0.88 0.12 setcmykcolor}DC
+/PineGreen{0.92 0 0.59 0.25 setcmykcolor}DC/LimeGreen{0.50 0 1 0
+setcmykcolor}DC/YellowGreen{0.44 0 0.74 0 setcmykcolor}DC/SpringGreen{
+0.26 0 0.76 0 setcmykcolor}DC/OliveGreen{0.64 0 0.95 0.40 setcmykcolor}
+DC/RawSienna{0 0.72 1 0.45 setcmykcolor}DC/Sepia{0 0.83 1 0.70
+setcmykcolor}DC/Brown{0 0.81 1 0.60 setcmykcolor}DC/Tan{0.14 0.42 0.56 0
+setcmykcolor}DC/Gray{0 0 0 0.50 setcmykcolor}DC/Black{0 0 0 1
+setcmykcolor}DC/White{0 0 0 0 setcmykcolor}DC end
+
+%%EndProcSet
+%%BeginFont: CMTT12
+%!PS-AdobeFont-1.1: CMTT12 1.0
+%%CreationDate: 1991 Aug 20 16:45:46
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMTT12) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch true def
+end readonly def
+/FontName /CMTT12 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 101 /e put
+dup 102 /f put
+dup 105 /i put
+dup 108 /l put
+dup 115 /s put
+dup 116 /t put
+dup 121 /y put
+readonly def
+/FontBBox{-1 -234 524 695}readonly def
+/UniqueID 5000833 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5F0364CD5660FE13FF01BC20148F9C480BCD0E
+C81D5BFC66F04993DD73F0BE0AB13F53B1BA79FE5F618A4F672B16C06BE3251E
+3BCB599BFA0E6041FBD558475370D693A959259A2699BA6E97CF40435B8E8A4B
+426343E145DF14E59028D4E0941AB537E34024E6CDE0EA9AF8038A3260A0358D
+D5B1DB53582F0DAB7ADE29CF8DBA0992D5A94672DFF91573F38D9BFD1A57E161
+E52DA1B41433C82261E47F79997DF603935D2A187A95F7A25D148FB3C2B6AA32
+6B982C32C6B25867871ED7B38E150031A3DE568C8D3731A779EAAF09AC5CE6C5
+A129C4147E56882B8068DF37C97C761694F1316AF93E33FF7E0B2F1F252735CE
+0D9F7BCE136B06EE967ABE0C8DF24DCBBF99874702ED252B677F407CB39678CC
+85DDFC2F45C552BA967E4158165ED16FECC4E32AC4D3B3EB8046DCDD37C92FDF
+F1F3710BB8EF5CA358ABACA33C7E5ACAD6BF5DC58BDFC3CF09BA2A38291D45A4
+C15FF1916FE2EC47FDC80911EB9C61F5D355BEDFC9DB17588547763AC5F0B1CC
+12D2FFB32E0803D37E3281DA9CE36C5433655526ACFB3A301C56FAB09DF07B5D
+048B47687348DEB96F3F9C53CE56DDD312B93D3918CD92AF53FB9461864D11B8
+0138918D0B1270C54873C4012CDE6F886DB11BCEA04B023EBB43E0D0A06BE725
+741D08B9DB688731A6C9886C15A83C28DADCC81385EA239E045E8F3670CE03DB
+9EE77ED067036595C9F3B1854343BE3A12E486B6E5A2F8AC44FA5378D28DCCEE
+306B0E283AA444423F9A4FF38E2B56DCF67A39CEB2C643DAE86865517D5D0371
+CB8797208ADEC637330A3A57902C9A88EDB75A7C16FA9850075D9F19578EC666
+1353CC1FC512D59DFF847ACCDAA874305355CD635073B61C12C009388E3C0CC1
+0A61F6E70DBE10C7F42529EA2D67223F711C0C6104376E0E8962D6F5520A0026
+F417B7CDAEE0A098189018CC15D8AEBF69279E54D7B657FBC32A6FB0D8B5DD17
+F2A48A0836B328914B0F24BEC437189F1A91AC8FF308DEF743047D3719C04C02
+5B9F054530A5972B25BA41ABD22B2EE310322C22AEF1F8717C7721BB953692C9
+E125ABDBB1F6342DEC8637D69F0175F994654F7205BA15138C45ADE5CFAEB1BA
+00CA70ECEFC5811B959BF76A4B18766EA8FA3FE0CBEC201551ADFB1FFB63F64F
+4BA6E6DF14F9BBD40A2236251C822CE7361861808E597ACCC778BE26FFD30976
+8AD9FFFD7A3FE5235E51E7A0A38B63004225562E6A1E8E8158704066313D9A3F
+A6C203B8497C55A26DAEBEE77159801211F85C4660A5BAFAD24B1DDEBC2E1A44
+D8A1C612A049E477A174FF798557EAD0541B558DA5D8A3B3B7C0FA82BACC5A98
+5FAB0F6738048041F1EFC42C27C56B4AD3C422198875A5F42E55686A71F16712
+1CD17BF607808522AA5C1BDC8AE6D7FCD230D0CCF724DE63073BF8897E3C4DE2
+8BDA6C2CF1BE0C9F301AE796739C0818F7C975FF81E74D89F6DC8E71D4FC5C37
+459C203FFC52D7C416F00FDC26927D73AE96BBD3989C25F3B057F9E1271566FD
+466D9D08CB6C569360DC3DEFD6CB1C0A28783231996E98903D438952B194016E
+90364CBA9A7A707E85C50777F37511CF64B00B79462D2C10836D817839531AC3
+39682284619180F6D30311F3CB8B2025EDA013353E295D11E1DAF52690197F1C
+A0A1759B41BE8A80014B3FB203BE47BFB43552055B0A56E4E58E365AD8647031
+CCB2276B1B4B9DDB0779C4B578D656071163A69D5D07CE3433F3ECDC4ACFB359
+A04F9BC95025D2FDDAF09916369E818796F1D1118771941A24B6D4FAB1AE1386
+73E183EE89640E08A970D115F3B49B810016C71CEF088E43320BDFFA3A445426
+5CEFDB660E6A46C93C4948522D8DB7DA36E236F4268422FDFC6455F67E2F09EC
+165FB82BB505B556323B5D37EF6A2C8FC3B2ECE3F46730FCF53886B0A4A51EFA
+B8DE3552C9DA941DB89971FEBD2F8628280B4A589F1A73A01A382245E512B35E
+8921AAF1E82C41BC23E9AFB4C8C17EB3388E97FA52823BF3E1A9E723FA1DB57C
+53B6030014D28FF0AFCD3E3C2D86A8C11738DD01C75075F71B5808C07017280A
+C8512467E1E99221B8182DA38B3F7BF57B391E323DB0B7E3C6F380DD615DCF3B
+5644D176997C8E448289C3EA339941CD98D5C680976DA8FCD104D530034808AB
+A39C0E4531556C476C2943AFE9E641FF4999BED2C8253D32B989AFC331E66AB9
+F632E7650139F94F6BD1A2FE6745967CF0CFEAD2D4E9C995AE89DEE01E932DD1
+F8017B2679B2A405659EBE8A693079C4DA70AFC9E83D3D2DA436390D07FCC0AC
+30F77A3620E4D5834A5A1D1017055B4935B4AD81ED4AA83116DD387F57DCCD31
+A6A109C81A21A457569E790E4901A79FD1B0C345D03B19E7EFCA420EE0469563
+8935C577A5B5890629CD206B74A172F54F0DA76AC21B3B20789ACD124D2E2934
+B06E5A246CBA0B6B8B95F09E61C570A11A3B22151EE3AC3A05CA5F0691C67FB4
+F9
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMR12
+%!PS-AdobeFont-1.1: CMR12 1.0
+%%CreationDate: 1991 Aug 20 16:38:05
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMR12) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMR12 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 12 /fi put
+dup 45 /hyphen put
+dup 46 /period put
+dup 48 /zero put
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 54 /six put
+dup 55 /seven put
+dup 56 /eight put
+dup 57 /nine put
+dup 58 /colon put
+dup 66 /B put
+dup 68 /D put
+dup 69 /E put
+dup 70 /F put
+dup 72 /H put
+dup 75 /K put
+dup 77 /M put
+dup 78 /N put
+dup 79 /O put
+dup 82 /R put
+dup 83 /S put
+dup 84 /T put
+dup 85 /U put
+dup 89 /Y put
+dup 97 /a put
+dup 98 /b put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 102 /f put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 107 /k put
+dup 108 /l put
+dup 109 /m put
+dup 110 /n put
+dup 111 /o put
+dup 112 /p put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 118 /v put
+dup 119 /w put
+dup 121 /y put
+readonly def
+/FontBBox{-34 -251 988 750}readonly def
+/UniqueID 5000794 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5CF4E9D2405B169CD5365D6ECED5D768D66D6C
+68618B8C482B341F8CA38E9BB9BAFCFAAD9C2F3FD033B62690986ED43D9C9361
+3645B82392D5CAE11A7CB49D7E2E82DCD485CBA04C77322EB2E6A79D73DC194E
+59C120A2DABB9BF72E2CF256DD6EB54EECBA588101ABD933B57CE8A3A0D16B28
+51D7494F73096DF53BDC66BBF896B587DF9643317D5F610CD9088F9849126F23
+DDE030F7B277DD99055C8B119CAE9C99158AC4E150CDFC2C66ED92EBB4CC092A
+AA078CE16247A1335AD332DAA950D20395A7384C33FF72EAA31A5B89766E635F
+45C4C068AD7EE867398F0381B07CB94D29FF097D59FF9961D195A948E3D87C31
+821E9295A56D21875B41988F7A16A1587050C3C71B4E4355BB37F255D6B237CE
+96F25467F70FA19E0F85785FF49068949CCC79F2F8AE57D5F79BB9C5CF5EED5D
+9857B9967D9B96CDCF73D5D65FF75AFABB66734018BAE264597220C89FD17379
+26764A9302D078B4EB0E29178C878FD61007EEA2DDB119AE88C57ECFEF4B71E4
+140A34951DDC3568A84CC92371A789021A103A1A347050FDA6ECF7903F67D213
+1D0C7C474A9053866E9C88E65E6932BA87A73686EAB0019389F84D159809C498
+1E7A30ED942EB211B00DBFF5BCC720F4E276C3339B31B6EABBB078430E6A09BB
+377D3061A20B1EB98796B8607EECBC699445EAA866C38E03ED7D4F3EDBCA1926
+2AF6A41F67AFCFBF3630C943FA111E4CCD988A7363F7C2B75EAF5830B049460E
+0D2B337988F150B9182E989E7750C51BA83DF37685483F86D1F47478883F3F6A
+4B7F768DA5AA89E8F163029ADD4A9209DE8A4F285766C06EA859639B92CCCDCA
+F59B1C2BB8D588CA754D1257BFF76B53984DF4937093AAEF79009D32A29A4C16
+FB610C7D6713482C48D7F9E8410C0F00AD6E67021056B6035534E79F05D14EF2
+4E8009CC91F2665BEFC1CE3671C19C85323A837D6E18C7EDF9F83A1CC72F5C75
+A86EE0FC5AA9F6C86664753FE9E052277D48A0A1B210FCAE714E55A674E1B473
+262AE6B6F9B7F9B9C905622B8EAFFD4FC7DACAD89C21DCBD37761030180DA587
+F2F22B9A1F8F449BE9FC8E143978DA7D94E1E4313B19BB5BF79FEEB77CFD1082
+94D69CB55AA429422FC94FDDCA604E7056CA97DB88C7377B5A84BD689B968EC4
+D43772119657F456949EC6837A95A889C9931C6A7C47F380C54018773C7E13A1
+348ED834596357B386809A3A4559CE4EF494D3724780B4724E89D7CA7490709A
+EB3B137A2BD78A0BE35B219ECAC4DC97AF493FB4D94C5A1FE80C4A08920BF447
+1D08C4D47938B9AA7E7F63F1C9E0546496CEFA7B54DCA2C78C510631CD1AF401
+D06A68F6C0A3D997469CAD4B0F1DF924CA85D3227295D395F52A990DB82652CE
+57DAAF2FFA3657173EF1FD24276D40BC989FDB4CA3C8E46365189F65C30DE7F8
+C30069803117F41778931F3F13E2C065B95C4FC1E363E9B3F7896275EA874EB0
+4E2991DF9326BA747B56B328781E2075141B134CA4E6254B78DFBCC0335816CA
+C4DB15CB6A9EEB987BB7D7AEB8E158A469CE1B94680C30A50AD401CC0BF832E1
+59C6EDDC5F88B61D7AA38F4C33861B5F4CD2B1D9B277836455D180926EA18E2F
+067C1A55EC88F65BCC617A77835D5C5430FD5819E5D7C381827B44EFD37F34F7
+AA838DADDD5844AF0DB50A029C68A2D9C15566B7D761D0C2051CCE404BB9078E
+6B787974E6221B54ADF3878F7D6DED883B781BA5311633D8094BE02D37294440
+90301A12C7687F494E922FD7C5834377420148AD1C29C04B03A24CC879984B9B
+5AE3E5D4ADFDC9D060C731FB05D967143C4E1D3DA01682789E75C1B25D1D93C3
+F86EDFF257CCB0358C1E40DB733A6B31A1FD3266205BC88A30F1108A0887A340
+A2F38DDF2F274269447BA53CF4B21AC5A92328724481A28A9B5EEEBE67C4759C
+DB1282654650380C0D7ED11C8C9C10C6774F6D416BCF3BA02C7BDDFF8737C0BF
+9D3327A13E4A3B0C62990162468ED3AA001B6DE84AE4AD1C0670FAFACC3BDD38
+2D62A9547DD28BCB07CBBED2AE050E79A5CC2B178F230D973110AFE4AC65DB4F
+DF96E273C698E16BBA257AB2E8363E0F5F5FBB0C175A4C23031F153083B45AA7
+D966B42472A801BC654E5FD9D5AB11CE2E5C49095917336205457A625A9C85C8
+6B2D46230E7B49F096FFC00CA26B820EC745215FCBBAB035BDD6DF758838A3E6
+7C40B4A12C458D20FF1A5459D2E3B891B2D6FCDDC6B4264215B2205B7EAC74C4
+6AFB13B4F158285598415DDD3A6CACC49E4623E3DFB1FCDD436D234F39EBEC41
+1FD2E06F5016C416A6AADE2DE51A27DFE1B818F1E2B1996FA139E768219968B5
+707C4B089CF6D503E0A856FA366BB8496F3D799CF800811A0EBD7A68B357C37E
+5BA72E3BD7EBAFE37D27206FB5773211753C1E24A2B1BD5A5E484B2BF917B982
+6AE05A16D83B0C9B1EC4712D3CFD4BB49481A9FDDFF79394DE9CC9776A5110EF
+F82F261BD8ADBAA889C021D6BC52F418ABE620FF8B0ADADD627B8D5FFF842A0B
+E834EC14AC37400A938F314241854F4F62112106E47131346E333791259B00D7
+662BB3326608FACDBE31783ECBD774F4636FEA14E66EEB183FF54FE2C867CC76
+BD5956ECDE77838ADEFCB4DC193A9F661191EFE058C0E47CCC1498E383956D57
+91C6E2780F0CBE6A06A4C7F2E240DEA19FACFC358F19F39BC42886AF1C0469CD
+90772458B03EC13742AC0CA074264B7CF55A390182B2E43446B25960A1B2E75D
+8B64FE34C9776939814325340EE90CC79215DEB45AA150DE9489CB70D2DA6021
+B7587971780054B27020E83163D21EE44E48A99DE9BE57D2F1CD5FA638F44B88
+3413413259D84AB2CB99979AEBA885590C1743064BDAA4A211BDD9E1179CD190
+F224D76D01574B76409CA8A96A57EF607789A11BBFB95E3BF9035E8C509E57AE
+3A76BC2FFAF206CD68E0E26E904633D206937D5BA4DEE41BE3A75D7DD7C86CB5
+BEA4C438ED6BA73584B545C36BB49F600AF578B9EA3313CD003B90AA9BA2AA79
+1AF4156A413F3B19D11789BDAB9635CD337A2F9A6766C739255F4C2521EB928E
+7FB9D96C0CF0FF18589E0A01F845FB0C53881C5BAB6C686839EE637890EEADD5
+DFD0FBF8915DCD9A711007425C99B5F74C3CDF509CFD7B017E3A4BCDA880210F
+5891BF07C4E4239E97A5FA06B0B5885451018D4BD48D7E519561BF3C02AE0D74
+19FA7DC7E65FB40DABF3AA2D28DAB51BA54BFC52403DB7DC0DC5E9BE3E2019D6
+6C103A20D843B188D544FF3D00D38E8CAB6C476096D5F8D0534A8A8799D9C119
+3DAA0730CEA59E65553073675958952548D43C60B141D6FF00EC499B1C7CA129
+0FF9F1046FF98DA2AEA77307F4F01F42A6990B0DD56A4EC68B0A57F6DCDAFC5E
+07BA2898565BEFFD86E1B7BDEF06D54220A7A52FB7C8F097944E5F87FE032995
+7F8B0AC402490CD182E196CD64F55A04EA10466B04BD1D3177AA531B43480323
+16E06FA04DAA4F79CCA4A708E7084E8F8E4E51442C28675022FED3D7AD220947
+E47198A8F454FC45E44399E9BC66B6FC489CC91DAB02D125DB446ECD43D1BFD4
+458A0153CE3A8F5B4A8790F0B00CB4C284A0F1D83B70C0F28801756566673A21
+4E54262BFF601C0C1534A973E67D381D26C36CD7CB41B7BDAB475426A6E8FC53
+F75C838FB1C03BD9E7564C4354A6DEB3D24CF34AAC0929599BC26FEF4023916B
+DD18B24493D54618BCD342B68031F81107350BDF54F843DDD299D0709DA0FFE9
+10D317A0E412998D428E6E34C586AC33E505A2EA0006129D3FBDB9378ED53DE9
+1273BAFF96661770EB8CD40915967B57327B36B7CD06D4DDAF553613F4D07419
+4BB59A16F4F9270651B40E590CFEF84AA0688C6625F037FC0F7163313E55C401
+B5F4C8C49C5C0A2ED7D4B49F02387CA309FFDD2C52D483E68D6048B6E4873C7B
+E3D953C229CE0C8875E64B42FA22134BF546272F1852934E25777C71AFB3DF95
+D9932940318EF8B393A574B99F3189EDD62E9B525C608C94DA902AD3BD1EEF2B
+F281F40CC5059A376AC9DD7E52393C7A9A865431544625D28502692512AED7F1
+8EDE4D2D2FAA421399988563DF436788AD662F41836655CD206C3C3548189700
+12989E1687A2C31CE56D627BA372DA90A654F84F6B3F1CA3E2BEC5DF43426BE4
+26570B3A85E2738EE8B6A358B6DD2DA74D3D55C4B33BF099337B895C29223150
+9ADCB92CAA98592118FF448877546395FD53DFFED071BADE0226321311F374C3
+1B3A19C538E7F20207A2F5DFE7F9B42B8FC4623B00331082D4E3510FC5E2292F
+520ABAE1F9E731BC358C35AA1475013D802DC0F0F99D9D191F7986310DC2B4D3
+B4C688467576E1D06D52E018ECBF2E6F9D00CC8F7716321DE016322E55629CE3
+D52132D0C0DC87980570BE94795C9D13304502AB71AE12B2A890E26743643F2E
+F00EEC9C30A3D6760E2D96F43F1DA2387DD8786D0F9911DDF1E2E6D4F05B6049
+A3D5280526432CC327702D4305BF1C7A19D0DE652047DD7B4EF566490F2C161E
+97C67FB3B578589471BEBD6AB78E138ABF17DCD3FB09B30A3D95575A3238277B
+B0E99B1634B10B4135E7A3BE3CFAEC5F2132F3A5FC8720E58946BE71EDECBB9A
+89E8F9A5C3778D689D400706E58CE0F51343A5192525ED7CBB2F253EF9C41178
+087F0CF2A1A31908ACBACFC7FF40CE32594E107492C2049124F648B7AF804B10
+FA113E2A503C93156C34CC4A40C117C8B348AF7433B65FC4BB42ADE6E6B74538
+6CF1D928C58DECE004B65EA0C7F0324BAD2320D40AFC5F81E617A59385C05B7D
+2ABB078337CE843BDD1CB36CE89E42538088BAA7FBE0ABC99661260AB16201CF
+A7BA4E64555C0A0D0A92E1B3B33A8ED985B68D29798BF4C23FA78AF2B0EEAF7D
+AFEF7AF7C4A148336C6FA70B8EA2F4EFD8B1432C7C211898DE48FB32BDD992BC
+7470C0957EF8AD70DD011545DC108A97D2AC30596C8B23A57FDFCB8FD47479F3
+8904AA3C3ADB54E2E3E37D992A32B97295BF8406E8291E58CCC5C943C3E3EEA6
+A24789C4B408841023EB1C27BAE6EDA7D4917DB43E0CA381B063875B6253C817
+7D3B6878C8983A0699F3317577AC28C0561457DC1489C632B82C8DCE5F8CB9F2
+98B9BA525ED1CA6EDDFA2048BC77FE5B74600439AB2CD7A19CE5F7C14460EC25
+9EBCC41BD827EE0C7948AF91EA615E084045ED5D12712DD45969D1D29F365B29
+AD83ED7861B0B2C3D2FF72DAF8E57680C7E8588C06ADC046423889AC493F1834
+7FBBA2D85699AC777F7C3767CF168A90350DF93CEA01027E559596BE514C487E
+F989D8FC22D094123787710AD73AF85B4F0D4F8A358E7AC24F4F868DB460098F
+42DF3A7DDBF81FA0E9F37EC23545744E3E1AF929B377DD408C3CA0F776291E43
+B0A64A7A99F29AB9CE8FD6E308EE9AFD3601908C982149A1A48A06D6918C47BF
+38EC0FF1243937CD75436C59013AC6DF342C0105204C96895A18707EA8C043C4
+B59697C256B99D9C6FEE43B35A4546A292691F974E5B2C288CB9C12F7C82B2A7
+46B220BF1D2C2768DA42808EDDC1542CF7E30A2A79C26427536F66DFDAB98624
+D870378D6A5825F3FAD2BE578D2BDED7C341EBF861D542884F252DB726B559BD
+4F160709F28904B8B34F125194535FA70A43437542703D4B0C0670EDD2FF1EAF
+273679A617D3618BA638FF8ED02D00F43C6095A0DB8073E7F6FB6F2BDC4059CB
+FF9442D91BA9CD9A7E7213697508F044920582546B461E4AA17531AA678E1863
+70F95622429B9ABB2103BC230BB8216A0B7E7C912BDF84715240CADBA848852C
+824F9483A31C12368CB2281C72AEF402B33D86F9BFD7BA86F7BC68B167990AFE
+55DD02702D5A9F136F41B85108D4A586DF0129A80FC0D6A88A1C70A51816DC66
+5F257F9A0C56D5137A2CFC2588E79FD3C4B7AB5108DBB8A1F43161ABCA085651
+8DDB1A0288FA0DABA9260E2E1732737D518FA2F54A528501B0A392BCB4E7BB49
+2CBD7B4A510AAD37E5B125D4BA68357AAA7AF588D6E578210671EBEBA4CAE2B1
+31F3509343A0541B6684B7958A17316756B021966FF1E5C31B6A256C576426D7
+68D05882E97D913D787C851172AB698E047B09D48C97A2C7E5099737DC2566DE
+04C0FB3018B015BE880AE0DE778C85232D502E97136C0D0046DBE6DC7127433F
+F35A8646A19A9A1960E825A54F69F13021BDC2F096F2D8D39781625EDAE874B4
+E3F9129648C0BC129762B4BA5500E867A288208BA84C4F63F9DB4CE1F7C862D1
+D3200A9EF901ACC1B116EAC23ECC29CBE29CE644726B153F2A20586A023BEF02
+F2A7E9206C7092DB82B3896B82D055CDCDAEF6105EA3E7F0242F727E7C15EE96
+3EC75F1DC0173A0CEF4D4386E547442A701B5694814FF438181B0B87F2DA48C1
+7B7EA5C1F261AE76D5D18C8FBF904A23E70CDE384FE78C63531E49B0C0B14939
+C986336BB76485289E33080537D52CEEC80E12D0AC14EF3C4DF153B998C9B7E8
+0FE64C87A99DEB0BF43B62D1D756918972EE42C1B39C997E87B30F9759D37778
+C8B7EB4072E3BA0A6F59715E9D29FED21B37D84C503A7C36D248C7FB687B5EDE
+C4C050569141ED4AB126E213B8ED790BC5E0DC7F283D800C4207B8F1D165B0F1
+B2FB7E7498772D81897D3BA623EDF59A0B08277C10B1FD9462AD86D559C1E9ED
+0BAB634586FF1737148015794879F8CBCB267691AF266D058B8F98FE70752A6C
+1A57F77CF141FDA59944A7680AC8D4357D5415A3D6C3FF2332B71DB628C49C03
+26C0E7514A1CB6AF09C80C5BA70561BBA9C0F5FC6F57815679628C2AA6C094E7
+27AAD36D75F9C76BDE6589ECBF7AFBEADE1143A818FFF50862FB0940A0800E03
+D4E10BEB493A015106C5C90E35A7F81964B240F38305612BA0AF10B961388182
+AE2505AB7825C13B6E38D9BB82AB1CA4E12584290BBD5D0475F88A200687958C
+16B393A90A52AE43721CC1068E826294CEACBFF391A3D638905FB525AAA25E3A
+419D05F26238AB6136937A5AE426215DA409C235A613AA261516224B014FC4CE
+DE79785AC2A01E2BCA453317D4D692AC1019DF3A109AE29347D21F4CB51EB3CB
+213664E50E79AFD42CFEB1A2ED4A076B4BAAAD03BB0E9DD3BCFBD94A89D6A65C
+EEAD17364D9E81FD6D3951B487B57A50B3DFF0C805ED00A6F3D0CBDE0C2D68A3
+57C5120F9C1933A114654D1378D7E98219536F7D6733E86EA2D52CEB97AB595C
+A186874ED7BDBA939EBB8E9D7E1CC2FA50ED5B5A55617642FF452B07C0D4582C
+88468AEEC4E77C044EF3AF6360B73E07487BB8BF19F6ED7575749D28A2A74C33
+F4AE59D66C3C4F2C20DD88E101BAC77645D5F09465A39AB96046FED9105E4E8C
+5819AB3D23ABE76710A82333FA5D4DBBDA314685048E3327E525F81FA4C663CE
+595C5C79B3B2F713B3000C53369E3F57CDDBAF19529402F282CC48C88361FA7E
+D03645ED742ED4EF131F9C02D8D023256BC24F22218E803B740BCDB79EBEA315
+7A1492E696E9A2D00F7EAFAB3AE6BFE83B4B2152964E74A412642FDA7ECA0A28
+4FF6FC935C197A7126A13807C7CFE677F78F1C21BAB8D03BFF4721A11373A174
+C6AF34424B6359F1C9ED2C1D18D4150BC4CC214055516EA95D2B9D2ED843B48E
+B059F56D1804E8B62A87258566A2940A20F966EB023A4A2388B43D104701BD2C
+E0929EECAF2A71AB549955E05667C74E2C01359610D8EF43601A0CE8E5BBC4D8
+7BF8C00EBC787C3994039204C585377EC9D59C39563A98FBC4FE3C419D99DD05
+311D6FEC608E857ECE601DF92AA5779818093BF18F9FA46D2132AC62D2053CA2
+80836929519C0AAFEB1E90961153D105E3ACB9E1DD624806BCA42EFE587B3A07
+358E6B9CA14B0BEA4AF6FB3E5F20411C49FA6F87E5BC4BA0CF85DDDAA191370C
+3BB5F8C2B17F805F0EB2DFB2076C44CB4F34383BB01F3D1311CAF04B8CB3970F
+11CDAF400B88656E9324D8E4FD76EAE8AD35A5E069EF8DF55A902667C20D5AD3
+72CD0DC5B70F3FD8B7044DD3FB3FCB05772B7A2E1A783505CE6E99F6D1406BC0
+960540E5D9D859E6A11BD077AD323D343CA1040C8C171C713C64FD85552A283B
+0F0D859F575D6D09C50E10454388FA777C1CC06638F02C3CF40DDB618A78630C
+1C5C394ACD6DE9F5F700C1F2946BB4E9A679C5D0EABB7BBAA39410400696059E
+9AB9B31D7D3CCCBA5C1ABC53786E0228EA6E1BB1B940C9CCAE2E57ED2E40472B
+E12342F85258FC9553FD0C4059F0A39C58E0F19762FC7465FD5791F73AA8E339
+8CE836719D39B120718135E6E9D332CF77FB8E9CC0CBC109D3749FE8F0269569
+A71771434B61E8546B1F5DED061A1717F06D6A68A324A3196B1A727D54D42DCD
+6A5CB3EF75EEA3AB652803368C16B8B0316BA27073EA68615C85E58ECD4BA1EA
+CC4E7D6131EA6FDF5B742B1447F1BF3E1D1F15CF715E1C67A0306A3B3115C476
+3701C001F195498D29813ECA184766263531AF37F89632B52C7455FF0B12DDA3
+9F2114885D1F3751A319436632ABE43C2EA72F25F0ECAD1D5D8F4D0E635DAD5F
+5CF4357DBA03452BF80F860B3F5B9B08A54AD3EAE4310DAB1AD8A557449FE26C
+361544ED4F9432BA9C998F09EF6317799A04CE5421AEFBA829BD5B8526BB5088
+5FF43D36611F54BCC08BE2AC78B549B56F3E37C53A974F1059A29AF8CF9D78B6
+C2A422A8DA5AA4F8EF34B712CB85885D849B187C52063AF322E9F05CBF9B5FD8
+EFB472147D4D95D47BBF2BEEAE18623221B5466763AFE78658CEC3B6E8EE2EAB
+867B59BC2792787D55AD7481CA3356AF43CCF75D8270CEF4746926FF5A3DDADF
+E903CD9D98D35642E815987BCA60AE44E1AE63A98B337D5CED82726606D87D1A
+271C41079B28CA0C2DF7DB4B42C5B30B110C2FD87F94CFBE0EC5BDD81AF2B3B0
+5C5D73F7DF24CD811024F8823D607433F59C50E3190856824DE6288A9B6D4A42
+91F12981BF34A3E4460ACDCC062A13E4B2D4FA0D62EA1127CE028C6BD0FC0C6C
+08EB622E91FEA173F659576B5788267A3B3E0198164654A3522C372B3C512D10
+767025153AC6786167297D1F174AFED8DECC7CFABFED10294B39CBF1BC12C715
+75FB21DD158FE7A25A1C00F63E81CB1310DDFA281FD662567DB41B058F0A31AF
+99AE5E9F50B81B0A1CAB705BDC463D117EA0EA00550CBBA9B2A096B02147FB37
+301C1F57D0AFABFD1738DB8C184352E18F15392432F94DFFC84F033513F7E0D2
+058A97961FBE0D36AB32819686A554A4E0055F8A518062A9CD02691CF7FFE775
+B19CE5C58121ABDA69ED99FECE8356B937F4DF3663BE65951C5F5317EC800DF9
+CBD68588AC353F46DD69AA57133CBFCEC556BC2CE1FC233CA8B2BAA3DEF08705
+4040D280FF7D26465F28CCCF4F1D1851619F1FDBE48DB07BE30A7C9073612334
+9C02CB0D8B218FF746C5DC5BF3BD83B2EB5F3A6F2BB6FE31D1BD356281C22562
+4A24088DF1D708531FD6DEE5604296B292DFF7B300FF9869D69F3FE26B4BB1BD
+6FAFEE3C9E6F22C376829BA50EEF552C485264879E15A3FDD7F6A5BA7AC44322
+4C5CEE4C107BA3A0A017E047BDB7E6208CEA3708A1E69AC960582F3EE5E2671C
+77D8E7688AC818FA6A73189FD9A21ED305A74C86100FF212E2E24DD7F35C883F
+0D0B4C54F40B58BA9602494B8A660871A4999677A576B6CE909BE21B6D3570CE
+27B632E5F1CE64599DA7D9208D342281463B1FC7207B053DBE7F99B16E4AF3EE
+45256B4B494A87AD4C941AABB461965A0F2354306ED86867310025DBE6732043
+5D634D3AF062416A504866F6625430E47593B842AF151E3DEE8CB2D6AF84273B
+9FF64980E3E9CE71F0283D08DDBCD7A5FBBB1AD2BE227F33F07328C4CF9F6ECC
+6522326ADF2FDB5AC43AFB176C3A0283E21B8738D7B4DF1CA0AE2812571D5894
+901B6C6C942C8CB7DF3257D09394D99DFDC397122A9CE732DCD4D30DC84B524E
+A58EC5364CFFDFF06EDFC9274C87A5CE695D9AEF3682258556B9D2FD50793FC7
+A49C50EB34314FAC8054DDF3C241220934FF1BAD6D0EE21DB2DFD8BDDC048486
+5378B0FAFCF9D69CD36F840E3C492AA65B864D6CA39441F1DB7D22AF2D5928DE
+9339CFAAE66E8EA23ED89D1D131003921ED78FDA9E06E69D218DA62696C134FC
+BA46A8419E3F19D35743C3097D09F6A006BD025A7C178E33C2CDEBB1C8890B01
+906FF7B583A5433CA42ACA0818C5831808430CA5FEB3503A65DD1E57BEE0DEC3
+29536E648E1DE66EE612D9142BD58F4658D5EFBCCBECF7A5D796364C05B83856
+C8BADCD7D5EDF6B211DE900D6081AF13A30FE805038AEBB34B3B3663B6CED08E
+E6837A086C8B7791A493767693273191897B2637B659C074F4CF3347180890D3
+BFE01FEA4886482657F8ED1AA2DC438A37CF2D6FD20D7E80D11A3C67BB673F97
+10B7FF54E8372277A30B10971DB151BEE47C664462DA2396C4B769166AD6661E
+74F1E22A936179E805A58D369AB761837F6EC4BB051F8CD9B3B38A1A11288EAB
+9A19D7B5F86776A457B0C3F3FF8305DF5C075A26A8EAB5EE70BD0B69549C4ACB
+345525E7040728E8E2A52E2AC815E5CCB75BA0827264E1BC3F1D121DEB40642E
+3C76014D9EBFA6A330CCFFC82084BD041DEDF4421998BA1EB78EDE6C3CD2BE5D
+3F2D39DD39DE2B0770B668390BD1BAAFB58C28DFE1E620171BBA081DCDC3B382
+24138F6AA1E67CC1DB7E7F154A763FD95780FB9DDEC9D5FDB2B3ECE6B7175838
+2BADB0F7A2242D2D2BD47D8E847CF45BC45128C26B050AB0544B2A5BC372742B
+95F22F5BA8D08B7C868D07D20CE9FF46DA866D55D88A69ACBA7E93C226BC0851
+FB340911E7FACDDC8C25766377C109187B320C26DFA1FF53FBDF25F79DB35BCD
+0F6B5B30608F2990318623DBB2E18F7FF255A886481B892ABA33503A282749B4
+55C8205785BA7CBBC818B30077A65EE3C4AA926A55E62C7E8FBEAE757B893BAA
+2E75CC892E3868A406BBBFE0A5DBF5D62AD4E2F5BE7EC129BD33CBB18572E0B9
+4C5E29B149AEF79731F46E425983D415BEA747AD3F2F476AF2B9C9AF64A2DA5E
+AD5C2D03B44809D1E53E0B088650830C96263CD3611A5A5B9EA1E12DBC7DEE80
+2567FF7506A16C8F66B334D8CAA0DB77D97EFE8F09D7F23CFFA1067DE450F17E
+99486D064BFC0A77C35CACCF92EFD32658C49A70345BAA5E77777470339E2F10
+73B8D4D19FCA1A3745F3A8F364CB324FAE3D94BE3F1558A6609A52965A4C20D4
+D46C11E68F0956CD62AD4E532C54E03EA2100E7405F5EC170F2B6019F252A862
+653E31910433C1239D5A4534707404BB083F478017973A5194AD45E037646FE4
+0F744D2EAD3E53AE0A4198222BA92887AA3DF5D98445059CD3A8EA1B06032022
+B5C2550024337850AECE52D199D8C27C274FE74B5081545F264AAEFA88C2FD4E
+36A5BF0F53FEEBD711E5A6C3B403D7F886E03D1F0FCE4671C46F20467B25518F
+05B02F7BC1483401BAB5A26FBABDBAD360FF27A71CDD4C324B4E3DFF864F49AA
+86035C4AA6DC4305B7D783146DE67B84BDF76DA84FDBC1B35D01F0B372A7118D
+F92E9C10010B3AAC393E79B3FECB572D20383BD68372235A11295ACB54D87428
+6115A37B08C679811D1F390A8FD5BE216D779257AF07F07EE7FCDD70836AB9D0
+57BEE2F73F0D1B59BB183C0639469326880498289FEE14882829405DD23A7EB2
+7D6E5300645D1555A39235046B030392A58747431F2A5299D28069D498135F31
+CA97B5CE4868FAE5068CA804D3461E89B0F335C514C3B98C266DEE2D4A0A81D9
+773806621AEA469D66A6770B40DAB0BC0D6B744E1F0B539F27CD0252C29020CB
+EAE049693E4BE6567EB61D3A13CFFA189A18F0D7675896D50A469D5102B0DEAE
+A0F3FECB5C7C49A1BCB3398532C1C92010B0334900CCD7A532F21C7FCD7CAF1E
+78ECE501E942E51489F1CCE562FF624253B1EF1A24BE8CF4C163385C75A4A02F
+D0B8932D5BF48720BB5A09AD7F84F5EEACB22C6968AA19CC8110BA04E222D0A7
+2206D5CE19111A3F1439C6E70262B1052CAA477CAD2B2809F0FBDD67C6C4C943
+1D342BC44DD0533B54BFEB1A29CC42771B20DBE4AE2C613003BF6A787DFF3CB0
+8F49A20B92004ECC7A6669588E7C3132442CDECF782EB53A815A0EFE87624815
+4254AAF584A8D56DA40B5F3900FA6A9361D4DE925C91FBAB6D394DDC789F662A
+196683ABBE7D94CA8867CAA6DBB769570443E9BD44B4A528DE46ED608FA75BE5
+0EF0FA71C58B05514A10EC05765636812EB60D1A48AA2927BA521B956DAB321C
+0495F4D007FEFFF5B60AB4BB91C26758812B56E4B9E7B496EEBE5A8D7142339E
+174B0D4F6729B5DEC25E60194D0C4C2A19F5F5F5C4FED02C3B0B65A7094E8F39
+49872DA17522F5E739C0E1262B2B5EAB827D3549F391E2AB4F3F2230C6C005A7
+86C92BCB85237A201A106929DDB51F5EFFA22F9369C7E40CE4A8A0944B25C418
+9CFC3E1E4D97EB2939D0B238E8698B4B8B21D4C390BB4DF7F25FB2214CDC7231
+F6538D4D7CFFF6A83B189A9ED1B0A24DF24520BAA4303D5018174D514A9374AA
+0F0B006E46D8E7D76191BC08C81BFB48ABEAC1802D5E489FEF30F67C7B7A41A4
+A9D9EF2F08E7221E33B7BAB1E1C425071C2A86D809EBD3C7C1B1
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+%%BeginFont: CMBX12
+%!PS-AdobeFont-1.1: CMBX12 1.0
+%%CreationDate: 1991 Aug 20 16:34:54
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMBX12) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Bold) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMBX12 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 48 /zero put
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 55 /seven put
+readonly def
+/FontBBox{-53 -251 1139 750}readonly def
+/UniqueID 5000769 def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5F0364CD5660F74BEE96790DE35AFA90CCF712
+B1805DA88AE375A04D99598EADFC625BDC1F9C315B6CF28C9BD427F32C745C99
+AEBE70DAAED49EA45AF94F081934AA47894A370D698ABABDA4215500B190AF26
+7FCFB7DDA2BC68605A4EF61ECCA3D61C684B47FFB5887A3BEDE0B4D30E8EBABF
+20980C23312618EB0EAF289B2924FF4A334B85D98FD68545FDADB47F991E7390
+B10EE86A46A5AF8866C010225024D5E5862D49DEB5D8ECCB95D94283C50A363D
+68A49071445610F03CE3600945118A6BC0B3AA4593104E727261C68C4A47F809
+D77E4CF27B3681F6B6F3AC498E45361BF9E01FAF5527F5E3CC790D3084674B3E
+26296F3E03321B5C555D2458578A89E72D3166A3C5D740B3ABB127CF420C316D
+F957873DA04CF0DB25A73574A4DE2E4F2D5D4E8E0B430654CF7F341A1BDB3E26
+77C194764EAD58C585F49EF10843FE020F9FDFD9008D660DE50B9BD7A2A87299
+BC319E66D781101BB956E30643A19B93C8967E1AE4719F300BFE5866F0D6DA5E
+C55E171A24D3B707EFA325D47F473764E99BC8B1108D815CF2ACADFA6C4663E8
+30855D673CE98AB78F5F829F7FA226AB57F07B3E7D4E7CE30ED3B7EB0D3035C5
+148DA8D9FA34483414FDA8E3DC9E6C479E3EEE9A11A0547FC9085FA4631AD19C
+E936E0598E3197207FA7BB6E55CFD5EF72AEC12D9A9675241C7B00AD58FAF645
+1297991B5D01701E82228D0313FC7C66B263BC79ACDDF9AAC48A3CBF42B96E38
+583E1D059953076D68148DC8B6C9527B3A74CE7DEF788A11531F44120BDF0F61
+0B2F3ED94EEBCDE4ACD23834C242AA4314B9EF98E4BE72DB76EBDD0A028CEA9D
+B4C38C1F2D24B8FDE686832FE96204552C820E45B6BAF0C3308742AE22A8B448
+2D923E77A8BCF79945CD24B36367D388983BACA658ADFD8FA77AB390FC7744E0
+3BB6932DFC8F0A0CA9F79DFF174A4B902CCB7CE0C6D958E249E2FD9C7D373D64
+91AF0E5580D73963BB2126B76A708685D1E2DECD822DBD285491A48C63CFFD84
+4AA245FE0E4EA761D3650DCB291CF3B6C0FF40212A2A6E9A1EDA758D3315F000
+77FB7A3C76493B7FF37A37DCCA66B35A10755E2F38254E9BF2FFB56921BE3BB7
+38F0835D1915031EEBEB5EC4CB51A3ECA63B314B14617C0B1925B0A93B5554D8
+7C862F037B8389F7DA7E1A9E372B20BD5D58D5D6311AC9902422D28516C9A339
+CEFB7E400E05266DAAE55030C012436D5CB3E1BA13C33003587682AB2E7FB389
+C6144D34A03F1803E51ED6A50B938976454C409B33E0147EF792DB31538D2E37
+B501857E739181874E72C04E711E66203EFE9E4260292F563E47877EAB7B87FC
+D1B6733B94A557C4291EAA9F0941847AD822A41F86AF9938DB336725E771A072
+A335E58E9E27137D69BF0676AC1B1798473BE7AD790DDF6712B4854B4FA91EFC
+7518E616F9C01F58ECA0C4CDCAF69F9B6F0758E19528B3552135ABE2E1DF7AE8
+DBB120C2CDBEDC79532CEE2D834852573EF5016846E3061485D4B294F4D41164
+19620C2EF30591152FACE2F3A243B7759991F71CAC88EA12A8E6451BEB0A97F0
+89C0B5198CC06A66935DC197E7349A9B6CCD0DEC6C7139A98DDBB6D247C0C849
+8820DF93CB15B74E743D244FBF555639905D9F55F350914278D42C709291BD3C
+E26C3244B0F6E2401622108EBC037250CC27C142741858DA5DA5074998001098
+D9836C492B7AF81B9CEF2FDB8E80EF2C1194452BDECCB97254E33783279335F2
+D57CA2A3D91A088C9D083BC4F12E32E7E62A09ED1D007B18A81055B9C0434F78
+D60695862EA36C6A0C069959ABE95E36D07225BD3ABA8B7A136788F35149BFAD
+337F015224DADA0E6EA2DC1C8A4FD9DCD2D2AADFADFC4E01075ACF043DE6C1CF
+3B5960F17D18C174C29C20FBE3007B322B7B9FC289652F137EF852BF659B1963
+0D8C0124EA5E302592BFF21A5601D2925F27CA51823717734F4CC9A4D806E75B
+5F5AC31304DA0D65BAAF9747062809D7CE75757533E084075AB2578A4ECE8FF2
+0E1F4EFF48C291F3B9E4CED8E2A11611637F2992DB40C5D541A54B16B1EA034A
+E4C855C315119236E854062B94A9CE49D4FA164078D7F7CE7B3E8FAF970D87CC
+ECADB42744C1D7D8EFA2B519134D50E1380A433733B28C77E588F3C490381B68
+50339A54A9BE5663E5D8653B4B582ACF6E573BF4574705F953973F837F683133
+1B7192E3FF821B3DA9A2ECBDEFA3AFBD407B787D2952F35DFA1759F0532A2E1B
+595223217B2D22319C1BD629056C975C504951D08C9FDB0EC599A28F94B8C319
+3482F53A19CE2E4E5EC8CFDFC5F94B6C2FB0AE1C7A70BD554AADAAA76224A344
+159C5D0785862607D5218C0412770E2B227B8274F15746AED1C9EDA7333D1DFC
+BD0EF0CA9FB7A1EDDCFAB0B3B3B4B741F37E12D16E88801FD3F8C0978FB4A84E
+B653C02D31F313C3243D56973DE1C79A245BF96B639CEF7E03F1F112A9BA35AD
+8E99ADF023AF8E53A4674B848F0FED43E7978804478E3294DA8F156E4A85FA5B
+BC84B333A7272137FA165266C3CA8DC61E9810858D71A86FC493BB6578D4283C
+C37963C90836A7D616D6EA2ADD2BEA25A07B4F088E6CADCED4D9A156
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont
+TeXDict begin 39158280 55380996 1000 600 600 (diagramsbw.dvi)
+@start /Fa 134[51 4[51 51 6[51 2[51 2[51 51 101[{}7 99.6264
+/CMTT12 rf /Fb 138[65 46 46 46 2[59 65 98 33 3[65 1[36
+52 2[65 59 13[65 4[88 7[76 70[{}16 119.552 /CMR12 rf
+/Fc 200[56 1[56 56 56 56 56 56 48[{}7 99.6264 /CMBX12
+rf /Fd 134[51 1[70 51 54 38 38 38 1[54 49 54 81 27 51
+1[27 54 49 30 43 54 43 1[49 7[73 3[73 70 1[72 2[76 73
+89 1[76 2[73 1[64 66 75 1[69 7[27 49 49 49 49 49 49 49
+49 49 49 1[27 33 32[54 12[{}48 99.6264 /CMR12 rf end
+%%EndProlog
+%%BeginSetup
+%%Feature: *Resolution 600dpi
+TeXDict begin
+%%PaperSize: A4
+
+%%EndSetup
+%%Page: 1 1
+1 0 bop Black Black Black 903 3615 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray 0. true -11.38107 0.0
+270.30106 284.3628 .5 Frame gsave 1.0 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+
+@endspecial 737 3647 a Fd(0)903 3615 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 56.87256 -11.38107 56.87256 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 56.87256 -5.69054 56.87256 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+615 3175 a(200)903 3615 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 113.74512 -11.38107 113.74512 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 113.74512 -5.69054 113.74512 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 615 2703 a(400)903
+3615 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 170.61768 -11.38107 170.61768 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 170.61768 -5.69054 170.61768 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 615 2230 a(600)903 3615 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 227.49023 -11.38107 227.49023 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 227.49023 -5.69054 227.49023 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial
+615 1758 a(800)903 3615 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 284.3628 -11.38107 284.3628 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.2 SLW 0 0 1 setrgbcolor /ArrowA { moveto
+} def /ArrowB { } def [ 270.30106 284.3628 -5.69054 284.3628 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.2
+SLW 0 0 1 setrgbcolor 0 setlinecap stroke grestore end
+
+@endspecial 566 1286 a(1000)903
+3615 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 0.0 0.0 28.45274
+119.71674 .5 Frame gsave .5 setgray fill grestore gsave 45. rotate
+0.8 SLW 0 setgray 4.0 LineFill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial 0 TeXcolorgray
+937 2558 a Fc(421)p Black 1021 3662 a
+ tx@Dict begin 90. RotBegin end
+ 1021 3662 a 823
+3696 a Fd(Kiev)1021 3662 y
+ tx@Dict begin RotEnd end
+ 1021 3662 a 903 3615 a @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 56.90549 0.0
+85.35823 202.46631 .5 Frame gsave .75 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 4.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 0 TeXcolorgray 1409 1871 a Fc(712)p
+Black 1493 3662 a
+ tx@Dict begin 90. RotBegin end
+ 1493 3662 a 1194 3697 a Fd(Odessa)1493
+3662 y
+ tx@Dict begin RotEnd end
+ 1493 3662 a 903 3615 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 113.81097 0.0
+142.26372 145.02502 .5 Frame gsave .5 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 8.0 LineFill grestore gsave 90 rotate
+45. rotate 0.8 SLW 0 setgray 8.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial 0 TeXcolorgray 1882 2348 a Fc(510)p Black
+1966 3662 a
+ tx@Dict begin 90. RotBegin end
+ 1966 3662 a 1629 3696 a Fd(Mosco)m(w)1966
+3662 y
+ tx@Dict begin RotEnd end
+ 1966 3662 a 903 3615 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 170.71646 0.0
+199.1692 88.15247 .5 Frame gsave .75 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 8.0 LineFill grestore gsave 90 rotate
+45. rotate 0.8 SLW 0 setgray 8.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial 0 TeXcolorgray 2354 2821 a Fc(310)p Black
+2438 3662 a
+ tx@Dict begin 90. RotBegin end
+ 2438 3662 a 2090 3687 a Fd(Bry)m(ansk)2438
+3662 y
+ tx@Dict begin RotEnd end
+ 2438 3662 a 903 3615 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 227.62195 0.0
+256.07469 154.12463 .5 Frame gsave .75 setgray fill grestore gsave
+90 rotate 45. rotate 0.8 SLW 0 setgray 8.0 LineFill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial 0 TeXcolorgray 2827 2273 a Fc(542)p Black
+2911 3662 a
+ tx@Dict begin 90. RotBegin end
+ 2911 3662 a 2488 3697 a Fd(New-Y)-8 b(ork)2911
+3662 y
+ tx@Dict begin RotEnd end
+ 2911 3662 a 903 3615 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 159.33553 258.75862
+287.37286 278.67554 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 167.87134 263.02654
+184.94298 274.40762 .5 Frame gsave .5 setgray fill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 2509
+1409 a Fd(during)33 b(6)f(mon)m(ths)903 3615 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 159.33553 238.8417
+287.37286 258.75862 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 167.87134 243.10962
+184.94298 254.4907 .5 Frame gsave .75 setgray fill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+2509 1574 a(during)h(a)f(y)m(ear)903 3615 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 159.33553 218.92479
+287.37286 238.8417 .5 Frame gsave 1 setgray fill grestore gsave 0.8
+SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 167.87134 223.1927
+184.94298 234.57379 .5 Frame gsave 1 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 4.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+2509 1749 a(Ukrainian)h(cities)903 3615 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 159.33553 199.00787
+287.37286 218.92479 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 167.87134 203.27579
+184.94298 214.65688 .5 Frame gsave 1 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 8.0 LineFill grestore gsave 90 rotate
+45. rotate 0.8 SLW 0 setgray 8.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+2509 1914 a(Russian)h(cities)903 3615 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 159.33553 179.09096
+287.37286 199.00787 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 167.87134 183.35887
+184.94298 194.73996 .5 Frame gsave 1 setgray fill grestore gsave
+90 rotate 45. rotate 0.8 SLW 0 setgray 8.0 LineFill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+2509 2080 a(other)f(cities)903 3615 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.5 SLW 0 setgray 0. true 159.33553 179.09096
+287.37286 278.67554 .5 Frame gsave 0.5 SLW 0 setgray 0 setlinecap
+stroke grestore end
+
+
+@endspecial 549 2434 a
+ tx@Dict begin 90. RotBegin end
+ 549 2434 a 245 2476 a Fb(Stars)38
+b(F)-10 b(allen)549 2434 y
+ tx@Dict begin RotEnd end
+ 549 2434 a Black 841 4291
+a Fd(Figure)33 b(1:)43 b(Bar)33 b(Diagram:)42 b(pla)m(ying)34
+b(with)f Fa(fillstyle)p Black Black Black 1856 6065 a
+Fd(1)p Black eop
+%%Page: 2 2
+2 1 bop Black Black Black 250 4146 a @beginspecial @setspecial
+ tx@Dict begin STP newpath 3.0 SLW 0 setgray 0. true -11.38107 0.0
+441.01752 426.77307 .5 Frame gsave 1 setgray fill grestore gsave
+3.0 SLW 0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial 84 4178 a Fd(0)250 4146 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 42.6773 -11.38107 42.6773 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.5 SLW .5 setgray /ArrowA { moveto }
+def /ArrowB { } def [ 441.01752 42.6773 -5.69054 42.6773 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 0.5 SLW .5
+ setgray 5.0 3.0 0 0 add DashLine grestore end
+
+@endspecial
+-38 3824 a(100)250 4146 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 85.35461 -11.38107 85.35461 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.5 SLW .5 setgray /ArrowA { moveto }
+def /ArrowB { } def [ 441.01752 85.35461 -5.69054 85.35461 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.5
+SLW .5 setgray 5.0 3.0 0 0 add DashLine grestore end
+
+@endspecial -38 3469 a(200)250
+4146 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 128.03192 -11.38107 128.03192 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.5 SLW .5 setgray /ArrowA { moveto }
+def /ArrowB { } def [ 441.01752 128.03192 -5.69054 128.03192 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.5
+SLW .5 setgray 5.0 3.0 0 0 add DashLine grestore end
+
+@endspecial -38 3115 a(300)250 4146 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 170.70923 -11.38107 170.70923 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.5 SLW .5 setgray /ArrowA { moveto }
+def /ArrowB { } def [ 441.01752 170.70923 -5.69054 170.70923 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.5
+SLW .5 setgray 5.0 3.0 0 0 add DashLine grestore end
+
+@endspecial
+-38 2761 a(400)250 4146 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 213.38654 -11.38107 213.38654 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.5 SLW .5 setgray /ArrowA { moveto }
+def /ArrowB { } def [ 441.01752 213.38654 -5.69054 213.38654 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.5
+SLW .5 setgray 5.0 3.0 0 0 add DashLine grestore end
+
+@endspecial -38 2406 a(500)250
+4146 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 256.06384 -11.38107 256.06384 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.5 SLW .5 setgray /ArrowA { moveto }
+def /ArrowB { } def [ 441.01752 256.06384 -5.69054 256.06384 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.5
+SLW .5 setgray 5.0 3.0 0 0 add DashLine grestore end
+
+@endspecial -38 2052 a(600)250 4146 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 298.74115 -11.38107 298.74115 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.5 SLW .5 setgray /ArrowA { moveto }
+def /ArrowB { } def [ 441.01752 298.74115 -5.69054 298.74115 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.5
+SLW .5 setgray 5.0 3.0 0 0 add DashLine grestore end
+
+@endspecial
+-38 1698 a(700)250 4146 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 341.41846 -11.38107 341.41846 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.5 SLW .5 setgray /ArrowA { moveto }
+def /ArrowB { } def [ 441.01752 341.41846 -5.69054 341.41846 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.5
+SLW .5 setgray 5.0 3.0 0 0 add DashLine grestore end
+
+@endspecial -38 1343 a(800)250
+4146 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 384.09576 -11.38107 384.09576 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.5 SLW .5 setgray /ArrowA { moveto }
+def /ArrowB { } def [ 441.01752 384.09576 -5.69054 384.09576 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.5
+SLW .5 setgray 5.0 3.0 0 0 add DashLine grestore end
+
+@endspecial -38 989 a(900)250 4146 y @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 1.0 SLW 0 setgray /ArrowA { moveto } def
+/ArrowB { } def [ -5.69054 426.77307 -11.38107 426.77307 /Lineto /lineto
+load def false Line gsave 1 setgray fill grestore gsave 1.0 SLW 0
+ setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.5 SLW .5 setgray /ArrowA { moveto }
+def /ArrowB { } def [ 441.01752 426.77307 -5.69054 426.77307 /Lineto
+/lineto load def false Line gsave 1 setgray fill grestore gsave 0.5
+SLW .5 setgray 5.0 3.0 0 0 add DashLine grestore end
+
+@endspecial
+-86 635 a(1000)250 4146 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 0.0 0.0 28.45274
+68.71046 .5 Frame gsave 0.5 setgray fill grestore gsave 45. rotate
+0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial
+506 4227 a(Here)250 4146 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 0.0 68.71046
+28.45274 175.40373 .5 Frame gsave 0.7 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 0.0 175.40373
+28.45274 239.4197 .5 Frame gsave 0.9 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 28.45274 0.0
+56.90549 162.60054 .5 Frame gsave 0.5 setgray fill grestore gsave
+90 rotate 45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 28.45274 162.60054
+56.90549 247.95515 .5 Frame gsave 0.7 setgray fill grestore gsave
+90 rotate 45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 28.45274 247.95515
+56.90549 311.97112 .5 Frame gsave 0.9 setgray fill grestore gsave
+90 rotate 45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 56.90549 0.0
+85.35823 119.92323 .5 Frame gsave 0.5 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 90 rotate
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 56.90549 119.92323
+85.35823 205.27785 .5 Frame gsave 0.7 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 90 rotate
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 56.90549 205.27785
+85.35823 226.6165 .5 Frame gsave 0.9 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 90 rotate
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 113.81097 0.0
+142.26372 94.31685 .5 Frame gsave 0.5 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 1425 4228 a(There)250 4146 y
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 113.81097 94.31685
+142.26372 158.33281 .5 Frame gsave 0.7 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 113.81097 158.33281
+142.26372 213.81331 .5 Frame gsave 0.9 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 142.26372 0.0
+170.71646 119.92323 .5 Frame gsave 0.5 setgray fill grestore gsave
+90 rotate 45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 142.26372 119.92323
+170.71646 247.95515 .5 Frame gsave 0.7 setgray fill grestore gsave
+90 rotate 45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 142.26372 247.95515
+170.71646 311.97112 .5 Frame gsave 0.9 setgray fill grestore gsave
+90 rotate 45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 170.71646 0.0
+199.1692 51.63954 .5 Frame gsave 0.5 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 90 rotate
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 170.71646 51.63954
+199.1692 141.68866 .5 Frame gsave 0.7 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 90 rotate
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 170.71646 141.68866
+199.1692 291.05923 .5 Frame gsave 0.9 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 90 rotate
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 227.62195 0.0
+256.07469 184.36597 .5 Frame gsave 0.5 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+2282 4228 a(Elsewhere)250 4146 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 227.62195 184.36597
+256.07469 205.70462 .5 Frame gsave 0.7 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 227.62195 205.70462
+256.07469 303.86243 .5 Frame gsave 0.9 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 256.07469 0.0
+284.52744 85.78139 .5 Frame gsave 0.5 setgray fill grestore gsave
+90 rotate 45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 256.07469 85.78139
+284.52744 141.26189 .5 Frame gsave 0.7 setgray fill grestore gsave
+90 rotate 45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 256.07469 141.26189
+284.52744 179.67146 .5 Frame gsave 0.9 setgray fill grestore gsave
+90 rotate 45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 284.52744 0.0
+312.98018 81.51366 .5 Frame gsave 0.5 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 90 rotate
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 284.52744 81.51366
+312.98018 119.06969 .5 Frame gsave 0.7 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 90 rotate
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 284.52744 119.06969
+312.98018 213.81331 .5 Frame gsave 0.9 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 90 rotate
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 341.43292 0.0
+369.88567 99.01135 .5 Frame gsave 0.5 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 3264 4227 a(on)33 b(Mars)250
+4146 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 341.43292 99.01135
+369.88567 163.02731 .5 Frame gsave 0.7 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 341.43292 163.02731
+369.88567 303.86243 .5 Frame gsave 0.9 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 369.88567 0.0
+398.33841 128.4587 .5 Frame gsave 0.5 setgray fill grestore gsave
+90 rotate 45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 369.88567 128.4587
+398.33841 226.6165 .5 Frame gsave 0.7 setgray fill grestore gsave
+90 rotate 45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 369.88567 226.6165
+398.33841 307.70338 .5 Frame gsave 0.9 setgray fill grestore gsave
+90 rotate 45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 398.33841 0.0
+426.79115 38.83635 .5 Frame gsave 0.5 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 90 rotate
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 398.33841 38.83635
+426.79115 119.06969 .5 Frame gsave 0.7 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 90 rotate
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 398.33841 119.06969
+426.79115 256.49062 .5 Frame gsave 0.9 setgray fill grestore gsave
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 90 rotate
+45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW
+0 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 28.45274 398.3207
+128.03734 418.23761 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+@beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 36.98856 402.58861
+54.0602 413.9697 .5 Frame gsave 1 setgray fill grestore gsave 45.
+rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial 770 788 a(19.12.2002)250
+4146 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 28.45274 378.40378
+128.03734 398.3207 .5 Frame gsave 1 setgray fill grestore gsave 0.8
+SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 36.98856 382.67169
+54.0602 394.05278 .5 Frame gsave 1 setgray fill grestore gsave 90
+rotate 45. rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8
+SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 770 954 a(06.05.2003)250 4146
+y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 28.45274 358.48686
+128.03734 378.40378 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 36.98856 362.75478
+54.0602 374.13586 .5 Frame gsave 1 setgray fill grestore gsave 45.
+rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 90 rotate 45.
+rotate 0.8 SLW 0 setgray 6.0 LineFill grestore gsave 0.8 SLW 0 setgray
+0 setlinecap stroke grestore end
+
+@endspecial 770 1119 a(01.02.2004)250 4146
+y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.0 SLW 1 setgray 0. true 28.45274 358.48686
+128.03734 418.23761 .5 Frame gsave 0.0 SLW 1 setgray 0 setlinecap
+stroke grestore end
+
+@endspecial @beginspecial
+@setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 142.26372 398.3207
+241.84831 418.23761 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 150.79953 402.58861
+167.87117 413.9697 .5 Frame gsave 0.5 setgray fill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial
+1715 781 a(\014rst)g(try)250 4146 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 142.26372 378.40378
+241.84831 398.3207 .5 Frame gsave 1 setgray fill grestore gsave 0.8
+SLW 1 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 150.79953 382.67169
+167.87117 394.05278 .5 Frame gsave 0.7 setgray fill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 1715
+946 a(second)h(try)250 4146 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 1 setgray 0. true 142.26372 358.48686
+241.84831 378.40378 .5 Frame gsave 1 setgray fill grestore gsave
+0.8 SLW 1 setgray 0 setlinecap stroke grestore end
+
+
+@endspecial @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.8 SLW 0 setgray 0. true 150.79953 362.75478
+167.87117 374.13586 .5 Frame gsave 0.9 setgray fill grestore gsave
+0.8 SLW 0 setgray 0 setlinecap stroke grestore end
+
+@endspecial 1715
+1112 a(third)f(try)250 4146 y @beginspecial @setspecial
+ tx@Dict begin STP newpath 0.0 SLW 1 setgray 0. true 142.26372 358.48686
+241.84831 418.23761 .5 Frame gsave 0.0 SLW 1 setgray 0 setlinecap
+stroke grestore end
+
+
+@endspecial -104 2374 a
+ tx@Dict begin 90. RotBegin end
+ -104 2374 a -522 2416 a Fb(Num)m(b)s(er)38
+b(of)g(sm)m(th)-104 2374 y
+ tx@Dict begin RotEnd end
+ -104 2374 a Black 805 4942
+a Fd(Figure)32 b(2:)44 b(Bar)32 b(Diagram:)43 b(more)32
+b(fun)h(with)g Fa(fillstyle)p Black Black Black 1856
+6065 a Fd(2)p Black eop
+%%Trailer
+end
+userdict /end-hook known{end-hook}if
+%%EOF
diff --git a/graphics/bardiag/doc/example/diagramsbw.tex b/graphics/bardiag/doc/example/diagramsbw.tex
new file mode 100644
index 0000000000..ef9fbd9589
--- /dev/null
+++ b/graphics/bardiag/doc/example/diagramsbw.tex
@@ -0,0 +1,61 @@
+\documentclass[12pt]{article}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\usepackage[a4paper,nohead]{geometry}
+\usepackage{bardiag}
+%\usepackage{showkeys}
+
+\usepackage{graphicx} % From LaTeX distribution
+
+\newpsobject{showgrid}{psgrid}{subgriddiv=1,griddots=10,gridlabels=6pt}
+
+% New colors defined - I do it in bardiag.cfg
+% But you can just put it here, like:
+% \definecolor{brown}{rgb}{.65, .16, .16}
+% \definecolor{lightblue}{rgb}{.68, .85, .9}
+% \definecolor{palegreen}{rgb}{.6, .98, .6}
+% \definecolor{pink}{rgb}{1, .75, .8}
+% \definecolor{wheat}{rgb}{.96, .87, .7}
+% \definecolor{verylightgray}{gray}{0.95}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\newcommand{\mycomment}[1]{}
+
+\begin{document}
+
+
+\begin{figure}[t]
+ \begin{minipage}[t]{\textwidth}
+ \parbox[b]{\textwidth}{%
+ \centering
+ \input{src/9.tex}
+ }
+ \end{minipage}
+\caption{\label{fig:9}Bar Diagram: playing with \texttt{fillstyle}}
+\end{figure}
+
+\begin{figure}[t]
+ \begin{minipage}[t]{\textwidth}
+ \parbox[b]{\textwidth}{%
+ \centering
+ \input{src/10.tex}
+ }
+ \end{minipage}
+\caption{\label{fig:10}Bar Diagram: more fun with \texttt{fillstyle}}
+\end{figure}
+
+\end{document}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/graphics/bardiag/doc/example/pstfp.sty b/graphics/bardiag/doc/example/pstfp.sty
new file mode 120000
index 0000000000..3b474b1f09
--- /dev/null
+++ b/graphics/bardiag/doc/example/pstfp.sty
@@ -0,0 +1 @@
+../../pstfp.sty \ No newline at end of file
diff --git a/graphics/bardiag/doc/example/src/10.tex b/graphics/bardiag/doc/example/src/10.tex
new file mode 100644
index 0000000000..dbfb7e45c1
--- /dev/null
+++ b/graphics/bardiag/doc/example/src/10.tex
@@ -0,0 +1,80 @@
+\renewcommand{\betweenticks}{100}
+\renewcommand{\shownumbers}{0}
+
+\definecolor{gA}{gray}{0.5}
+\definecolor{gB}{gray}{0.7}
+\definecolor{gC}{gray}{0.9}
+
+
+\newpsstyle{diagframestyle}{linewidth=3pt,linecolor=black}
+
+\newpsstyle{stA}{linestyle=solid,hatchsep=6pt,fillstyle=vlines*}
+\newpsstyle{stB}{linestyle=solid,hatchsep=6pt,fillstyle=hlines*}
+\newpsstyle{stC}{linestyle=solid,hatchsep=6pt,fillstyle=crosshatch*}
+
+
+\bardiagrambegin{15.5}{1000}{2cm}{1}{4}{1cm}{0.015cm}
+ \newpsstyle{levellinestyle}{linewidth=0.5pt,linecolor=gray,linestyle=dashed}
+ \renewcommand{\barlabelangle}{0}
+
+ \barspergroup{3}
+
+ \drawlevellines
+ \baritem[style=stA]{Here}{161}{gA}
+ \subtopbaritem[style=stA]{}{250}{gB}
+ \subtopbaritem[style=stA]{}{150}{gC}
+ \subbaritem[style=stB]{}{381}{gA}
+ \subtopbaritem[style=stB]{}{200}{gB}
+ \subtopbaritem[style=stB]{}{150}{gC}
+ \subbaritem[style=stC]{}{281}{gA}
+ \subtopbaritem[style=stC]{}{200}{gB}
+ \subtopbaritem[style=stC]{}{50}{gC}
+ %
+ \baritem[style=stA]{There}{221}{gA}
+ \subtopbaritem[style=stA]{}{150}{gB}
+ \subtopbaritem[style=stA]{}{130}{gC}
+ \subbaritem[style=stB]{}{281}{gA}
+ \subtopbaritem[style=stB]{}{300}{gB}
+ \subtopbaritem[style=stB]{}{150}{gC}
+ \subbaritem[style=stC]{}{121}{gA}
+ \subtopbaritem[style=stC]{}{211}{gB}
+ \subtopbaritem[style=stC]{}{350}{gC}
+ %
+ \baritem[style=stA]{Elsewhere}{432}{gA}
+ \subtopbaritem[style=stA]{}{50}{gB}
+ \subtopbaritem[style=stA]{}{230}{gC}
+ \subbaritem[style=stB]{}{201}{gA}
+ \subtopbaritem[style=stB]{}{130}{gB}
+ \subtopbaritem[style=stB]{}{90}{gC}
+ \subbaritem[style=stC]{}{191}{gA}
+ \subtopbaritem[style=stC]{}{88}{gB}
+ \subtopbaritem[style=stC]{}{222}{gC}
+ %
+ \baritem[style=stA]{on Mars}{232}{gA}
+ \subtopbaritem[style=stA]{}{150}{gB}
+ \subtopbaritem[style=stA]{}{330}{gC}
+ \subbaritem[style=stB]{}{301}{gA}
+ \subtopbaritem[style=stB]{}{230}{gB}
+ \subtopbaritem[style=stB]{}{190}{gC}
+ \subbaritem[style=stC]{}{91}{gA}
+ \subtopbaritem[style=stC]{}{188}{gB}
+ \subtopbaritem[style=stC]{}{322}{gC}
+
+ %
+ % we can call
+ \diagLegendoptions{white}{white}{0pt}
+ % to produce a legend without a frame
+%
+ \diagLegendbegin{1}{980}{3.5}
+ \diagLegenditem[style=stA]{19.12.2002}{white}
+ \diagLegenditem[style=stB]{06.05.2003}{white}
+ \diagLegenditem[style=stC]{01.02.2004}{white}
+ \diagLegendend
+ %
+ \diagLegendbegin{5}{980}{3.5}
+ \diagLegenditem{first try}{gA}
+ \diagLegenditem{second try}{gB}
+ \diagLegenditem{third try}{gC}
+ \diagLegendend
+
+\bardiagramend{}{\large Number of smth}
diff --git a/graphics/bardiag/doc/example/src/1a.tex b/graphics/bardiag/doc/example/src/1a.tex
new file mode 100644
index 0000000000..17a0464a57
--- /dev/null
+++ b/graphics/bardiag/doc/example/src/1a.tex
@@ -0,0 +1,23 @@
+%this is the way to redefine styles
+% \newpsstyle{mytickstyle}{linewidth=1pt,linecolor=blue}
+
+\renewcommand{\betweenticks}{200}
+\bardiagrambegin{9.5}{1000}{2cm}{1}{2}{1cm}{0.01cm}
+ \drawlevellines
+ \baritem{Jelger}{721}{green}
+ \baritem{Johan}{412}{red}
+ \baritem{Rikkert}{810}{yellow}
+ \baritem{Henk}{310}{green}
+ \baritem{Erwin}{542}{red}
+ %
+ % we can call
+ % \diagLegendoptions{yellow}{red}{0.5pt}
+ % to produce a legend with yellow background with red frame
+ % with linewidth=0.5pt
+ %
+ \diagLegendbegin{5.63}{970.3}{5.0}
+ \diagLegenditem{Full year}{green}
+ \diagLegenditem{Less than a year}{red}
+ \diagLegenditem{Less than 6 months}{yellow}
+ \diagLegendend
+\bardiagramend{}{\large Jobs Submitted} \ No newline at end of file
diff --git a/graphics/bardiag/doc/example/src/1b.tex b/graphics/bardiag/doc/example/src/1b.tex
new file mode 100644
index 0000000000..9d52566a55
--- /dev/null
+++ b/graphics/bardiag/doc/example/src/1b.tex
@@ -0,0 +1,13 @@
+% one more diagram, but with other parameters
+\renewcommand{\placenumber}{\bottom}
+\renewcommand{\betweenticks}{150}
+\renewcommand\numbercolor{\black\bf}
+
+\bardiagrambegin{10}{1000}{2cm}{1}{2}{1cm}{0.01cm}
+ \baritem{Jelger}{721}{green}
+ \baritem{Johan}{412}{red}
+ \baritem{Rikkert}{810}{yellow}
+ \baritem{Henk}{310}{wheat}
+ \baritem{Erwin}{542}{blue}
+ \drawlevellines
+\bardiagramend{\large Cluster Users}{\large Jobs Submitted} \ No newline at end of file
diff --git a/graphics/bardiag/doc/example/src/2a.tex b/graphics/bardiag/doc/example/src/2a.tex
new file mode 100644
index 0000000000..f8279b05a8
--- /dev/null
+++ b/graphics/bardiag/doc/example/src/2a.tex
@@ -0,0 +1,23 @@
+% The same kind of thing as fig 1, but with real numbers
+ %this is the way to redefine styles
+ % \newpsstyle{mytickstyle}{linewidth=1pt,linecolor=blue}
+ \renewcommand{\betweenticks}{10}
+ \bardiagrambegin{9.2}{45}{2cm}{1}{2}{1cm}{0.2cm}
+ \drawlevellines
+ \baritem{Jelger}{21.5}{green}
+ \baritem{Johan}{12.7}{red}
+ \baritem{Rikkert}{10}{yellow}
+ \baritem{Henk}{31}{green}
+ \baritem{Erwin}{42}{red}
+ %
+ % we call
+ \diagLegendoptions{verylightgray}{black}{0.5pt}
+ % to produce a legend with verylightgray background with black frame
+ % with linewidth=0.5pt
+ %
+ \diagLegendbegin{0.5}{42}{5.0}
+ \diagLegenditem{Full year}{green}
+ \diagLegenditem{Less than a year}{red}
+ \diagLegenditem{Less than 6 months}{yellow}
+ \diagLegendend
+ \bardiagramend{}{\large Activity (\%)} \ No newline at end of file
diff --git a/graphics/bardiag/doc/example/src/2b.tex b/graphics/bardiag/doc/example/src/2b.tex
new file mode 100644
index 0000000000..ace60bd3df
--- /dev/null
+++ b/graphics/bardiag/doc/example/src/2b.tex
@@ -0,0 +1,24 @@
+% The same kind of thing as fig 1, but with real numbers
+ %this is the way to redefine styles
+ \newpsstyle{tickstyle}{linewidth=1pt,linecolor=blue}
+ \renewcommand{\betweenticks}{0.2}
+ \renewcommand\placenumber{\overtop}
+ \bardiagrambegin{10.3}{1}{2cm}{2}{2}{1cm}{10cm}
+ \drawlevellines
+ \baritem{Jelger}{0.5}{green}
+ \baritem{Johan}{0.7}{red}
+ \baritem{Rikkert}{0.8}{yellow}
+ \baritem{Henk}{0.3}{green}
+ \baritem{Erwin}{0.5}{red}
+ %
+ % we can call
+ % \diagLegendoptions{yellow}{red}{0.5pt}
+ % to produce a legend with yellow background with red frame
+ % with linewidth=0.5pt
+ %
+% \diagLegendbegin{6}{970}{5.0}
+% \diagLegenditem{Full year}{green}
+% \diagLegenditem{Less than a year}{red}
+% \diagLegenditem{Less than 6 months}{yellow}
+% \diagLegendend
+ \bardiagramend{}{\large Fraction of Jobs Active} \ No newline at end of file
diff --git a/graphics/bardiag/doc/example/src/3.tex b/graphics/bardiag/doc/example/src/3.tex
new file mode 100644
index 0000000000..e0e9d6f552
--- /dev/null
+++ b/graphics/bardiag/doc/example/src/3.tex
@@ -0,0 +1,29 @@
+ %this is the way to redefine styles
+ % \newpsstyle{mytickstyle}{linewidth=1pt,linecolor=blue}
+ %
+ \renewcommand{\betweenticks}{100}
+ \renewcommand{\shownumbers}{0}
+ \newpsstyle{diagframestyle}{linewidth=1pt,linecolor=black,fillcolor=yellow}
+ \bardiagrambegin{15}{1000}{2cm}{1}{3}{1cm}{0.015cm}
+ \barspergroup{2}
+ \drawlevellines
+ \baritem{Jelger}{721}{\onecol}
+ \subbaritem{}{500}{\twocol}
+ \baritem{Johan}{412}{\onecol}
+ \subbaritem{}{500}{\twocol}
+ \baritem{Rikkert}{810}{\onecol}
+ \subbaritem{}{500}{\twocol}
+ \baritem{Henk}{310}{\onecol}
+ \subbaritem{}{500}{\twocol}
+ \baritem{New Guy}{0}{\onecol}
+ \subbaritem{}{542}{\twocol}
+ %
+ % we can call
+ \diagLegendoptions{yellow}{yellow}{0.0pt}
+ % to produce a legend with yellow background with yellow frame
+ %
+ \diagLegendbegin{10}{890}{3.5}
+ \diagLegenditem{19.12.2002}{\onecol}
+ \diagLegenditem{06.05.2003}{\twocol}
+ \diagLegendend
+ \bardiagramend{\large Cluster Users}{\large Jobs Submitted}
diff --git a/graphics/bardiag/doc/example/src/4.tex b/graphics/bardiag/doc/example/src/4.tex
new file mode 100644
index 0000000000..6c78b76003
--- /dev/null
+++ b/graphics/bardiag/doc/example/src/4.tex
@@ -0,0 +1,49 @@
+\def\onecol{red}
+\def\twocol{palegreen}
+
+\renewcommand{\tdx}{0.5} % depth of 3d
+\renewcommand{\tdy}{30}
+
+\newcommand{\mybar}[3]
+{ \renewcommand\numbercolor{\white\bf}
+ \baritem{#1}{#2}{#3}
+}
+\newcommand{\mysubbar}[3]
+{ \renewcommand\numbercolor{\black\bf}
+ \subbaritem{#1}{#2}{#3}
+}
+
+%\renewcommand{\ActiveBarPrimitive}{\barTDRect}
+%\renewcommand{\ActiveBarPrimitive}{\barCylinder}
+%-------------------------------------------------------
+%this is the way to redefine styles
+% \newpsstyle{mytickstyle}{linewidth=1pt,linecolor=blue}
+%
+\renewcommand{\placenumber}{\belowtop}
+\renewcommand{\betweenticks}{200}
+%
+\newpsstyle{diagframestyle}{linewidth=1pt,linecolor=black,fillcolor=white}
+%
+\bardiagrambegin{15}{1000}{3cm}{1}{3}{1cm}{0.007cm}
+ \barspergroup{2}
+ \mybar{Jelger}{721}{\onecol}
+ \mysubbar{}{500}{\twocol}
+ \mybar{Johan}{412}{\onecol}
+ \mysubbar{}{500}{\twocol}
+ \mybar{Rikkert}{810}{\onecol}
+ \mysubbar{}{500}{\twocol}
+ \mybar{Henk}{310}{\onecol}
+ \mysubbar{}{500}{\twocol}
+ \mybar{New Guy}{0}{\onecol}
+ \mysubbar{}{542}{\twocol}
+ \drawlevellines
+ % Legend
+ %\diagLegendoptions{yellow}{yellow}{0.0pt}
+ %
+ \diagLegendbegin{10}{890}{3.5}
+ \renewcommand{\legendShadow}{1} % by default there is no
+ % shadow in 2D diagram
+ \diagLegenditem{19.12.2002}{\onecol}
+ \diagLegenditem{06.05.2003}{\twocol}
+ \diagLegendend
+\bardiagramend{\large Cluster Users}{\large Jobs Submitted}
diff --git a/graphics/bardiag/doc/example/src/5.tex b/graphics/bardiag/doc/example/src/5.tex
new file mode 100644
index 0000000000..55cdcd246b
--- /dev/null
+++ b/graphics/bardiag/doc/example/src/5.tex
@@ -0,0 +1,33 @@
+\renewcommand{\tdx}{0.5} % depth of 3d
+\renewcommand{\tdy}{30}
+
+\def\onecol{red}
+\def\twocol{green}
+%-------------------------------------------------
+ %this is the way to redefine styles
+ % \newpsstyle{mytickstyle}{linewidth=1pt,linecolor=blue}
+ %
+ \newpsstyle{diagframestyle}{linewidth=1pt,linecolor=black,fillcolor=white}
+ \renewcommand\numbercolor{\black\bf}
+ \renewcommand{\betweenticks}{200}
+ \bardiagrambegin{15}{1000}{3cm}{1}{3}{1cm}{0.01cm}
+ \barspergroup{2}
+ \baritem{Jelger}{721}{\onecol}
+ \subbaritem{}{500}{\twocol}
+ \baritem{Johan}{412}{\onecol}
+ \subbaritem{}{500}{\twocol}
+ \baritem{Rikkert}{810}{\onecol}
+ \subbaritem{}{500}{\twocol}
+ \baritem{Henk}{310}{\onecol}
+ \subbaritem{}{500}{\twocol}
+ \baritem{New Guy}{0}{\onecol}
+ \subbaritem{}{542}{\twocol}
+ \drawlevellines
+ % Legend
+ %\diagLegendoptions{yellow}{yellow}{0.0pt}
+ %
+ \diagLegendbegin{10}{890}{3.5}
+ \diagLegenditem{19.12.2002}{\onecol}
+ \diagLegenditem{06.05.2003}{\twocol}
+ \diagLegendend
+ \bardiagramend{\large Cluster Users}{\large Jobs Submitted}
diff --git a/graphics/bardiag/doc/example/src/6.tex b/graphics/bardiag/doc/example/src/6.tex
new file mode 100644
index 0000000000..81a80b2d93
--- /dev/null
+++ b/graphics/bardiag/doc/example/src/6.tex
@@ -0,0 +1,29 @@
+\renewcommand{\tdx}{1.2} % depth of 3d
+\renewcommand{\tdy}{6}
+
+\def\onecol{red}
+\def\twocol{green}
+\def\threecol{lightblue}
+%-------------------------------------------------------
+
+%this is the way to redefine styles
+% \newpsstyle{mytickstyle}{linewidth=1pt,linecolor=blue}
+%
+\newpsstyle{diagframestyle}{linewidth=1pt,linecolor=black,fillcolor=white}
+\bardiagrambegin{14}{100}{3cm}{1}{5}{1cm}{0.1cm}
+ \baritem{1990}{72}{\onecol}
+ \subbaritem{2000}{50}{\twocol}
+ \subbaritem{2010}{63}{\threecol}
+ \baritem{1990}{81}{\onecol}
+ \subbaritem{2000}{99}{\twocol}
+ \subbaritem{2010}{50}{\threecol}
+ \baritem{1990}{41}{\onecol}
+ \subbaritem{2000}{30}{\twocol}
+ \subbaritem{2010}{21}{\threecol}
+\bardiagramend{\parbox{14cm}{\vspace{-1.5cm}\hspace{-1cm}
+ \begin{tabular}{p{4.5cm}p{4.5cm}p{4.5cm}}
+ \centering Alpha's & \centering Beta's & \centering Gamma's
+ \end{tabular}
+ \\[0.6cm]
+ \centering \large Year}}
+ {\large Graduated (\%)} \ No newline at end of file
diff --git a/graphics/bardiag/doc/example/src/7.tex b/graphics/bardiag/doc/example/src/7.tex
new file mode 100644
index 0000000000..c87af2e7ef
--- /dev/null
+++ b/graphics/bardiag/doc/example/src/7.tex
@@ -0,0 +1,30 @@
+\def\onecol{red}
+\def\twocol{green}
+\def\threecol{lightblue}
+
+\renewcommand{\tdx}{0.5} % depth of 3d
+\renewcommand{\tdy}{4}
+%------------------------------------------------------------------
+ %this is the way to redefine styles
+ % \newpsstyle{mytickstyle}{linewidth=1pt,linecolor=blue}
+ %
+ \newpsstyle{diagframestyle}{linewidth=1pt,linecolor=black,fillcolor=white}
+ \bardiagrambegin{13}{100}{3cm}{2}{7}{1cm}{0.1cm}
+ \baritem{1990}{72}{\onecol}
+ \subbaritem{2000}{50}{\twocol}
+ \subbaritem{2010}{63}{\threecol}
+ \baritem{1990}{81}{\onecol}
+ \subbaritem{2000}{99}{\twocol}
+ \subbaritem{2010}{50}{\threecol}
+% \baritemCYL{1990}{41}{\onecol}
+% \subbaritemTD{2000}{30}{\twocol}
+% \subbaritemTD{2010}{21}{\threecol}
+ %\drawlevellines
+ \bardiagramend
+ {\parbox{14cm}{\vspace{-1.5cm}\hspace{-0.7cm}
+ \begin{tabular}{p{7cm}p{6cm}}
+ \centering Alpha's & \centering Beta's
+ \end{tabular}
+ \\[0.6cm]
+ \centering \large Year}}
+ {\large Graduated (\%)} \ No newline at end of file
diff --git a/graphics/bardiag/doc/example/src/8.tex b/graphics/bardiag/doc/example/src/8.tex
new file mode 100644
index 0000000000..dbb0604fd6
--- /dev/null
+++ b/graphics/bardiag/doc/example/src/8.tex
@@ -0,0 +1,56 @@
+\renewcommand{\tdx}{1.2} % depth of 3d
+\renewcommand{\tdy}{6}
+
+\def\onecol{red}
+\def\onetopcol{blue}
+\def\twocol{red}
+\def\twotopcol{blue}
+\def\threecol{red}
+\def\threetopcol{blue}
+%-------------------------------------------------------
+
+%this is the way to redefine styles
+% \newpsstyle{mytickstyle}{linewidth=1pt,linecolor=blue}
+%
+\newpsstyle{diagframestyle}{linewidth=1pt,linecolor=black,fillcolor=white}
+\renewcommand{\betweenticks}{10}
+\renewcommand\numbercolor{\white\bf}
+\renewcommand{\placenumber}{\bottom}
+
+\bardiagrambegin{14}{100}{3cm}{1}{5}{1cm}{0.1cm}
+\drawlevellines
+ \baritem{1990}{32}{\onecol}
+ \subtopbaritem{}{40}{\onetopcol}
+ \subbaritem{2000}{20}{\twocol}
+ \subtopbaritem{}{30}{\twotopcol}
+ \subbaritem{2010}{13}{\threecol}
+ \subtopbaritem{}{50}{\threetopcol}
+ %---
+ \baritem{1990}{21}{\onecol}
+ \subtopbaritem{}{60}{\onetopcol}
+ \subbaritem{2000}{25}{\twocol}
+ \subtopbaritem{}{64}{\twotopcol}
+ \subbaritem{2010}{58}{\threecol}
+ \subtopbaritem{}{32}{\threetopcol}
+ %---
+ \baritem{1990}{22}{\onecol}
+ \subtopbaritem{}{19}{\onetopcol}
+ \subbaritem{2000}{12}{\twocol}
+ \subtopbaritem{}{18}{\twotopcol}
+ \subbaritem{2010}{9}{\threecol}
+ \subtopbaritem{}{12}{\threetopcol}
+ % Legend
+ %\diagLegendoptions{yellow}{yellow}{0.0pt}
+ %
+ \diagLegendbegin{11}{90}{2.5}
+ \diagLegenditem{girls}{\onecol}
+ \diagLegenditem{boys}{\onetopcol}
+ \diagLegendend
+
+\bardiagramend{\parbox{14cm}{\vspace{-1.5cm}\hspace{-1cm}
+ \begin{tabular}{p{4.5cm}p{4.5cm}p{4.5cm}}
+ \centering Alpha's & \centering Beta's & \centering Gamma's
+ \end{tabular}
+ \\[0.6cm]
+ \centering \large Year}}
+ {\large Graduated (\%)} \ No newline at end of file
diff --git a/graphics/bardiag/doc/example/src/9.tex b/graphics/bardiag/doc/example/src/9.tex
new file mode 100644
index 0000000000..4c3396bb12
--- /dev/null
+++ b/graphics/bardiag/doc/example/src/9.tex
@@ -0,0 +1,29 @@
+%this is the way to redefine styles
+% \newpsstyle{mytickstyle}{linewidth=1pt,linecolor=blue}
+
+\renewcommand{\betweenticks}{200}
+\bardiagrambegin{9.5}{1000}{2cm}{1}{2}{1cm}{0.01cm}
+ \drawlevellines
+ \renewcommand{\placenumber}{\overtop}
+ \newpsstyle{fillukr}{linestyle=solid,hatchsep=4pt,fillstyle=vlines*}
+ \newpsstyle{fillrus}{linestyle=solid,hatchsep=8pt,fillstyle=crosshatch*}
+ \newpsstyle{filloth}{linestyle=solid,hatchsep=8pt,fillstyle=hlines*}
+ \baritem[style=fillukr]{Kiev}{421}{gray}
+ \baritem[style=fillukr]{Odessa}{712}{lightgray}
+ \baritem[style=fillrus]{Moscow}{510}{gray}
+ \baritem[style=fillrus]{Bryansk}{310}{lightgray}
+ \baritem[style=filloth]{New-York}{542}{lightgray}
+ %
+ % we can call
+ % \diagLegendoptions{yellow}{red}{0.5pt}
+ % to produce a legend with yellow background with red frame
+ % with linewidth=0.5pt
+ %
+ \diagLegendbegin{5.6}{980}{4.5}
+ \diagLegenditem{during 6 months}{gray}
+ \diagLegenditem{during a year}{lightgray}
+ \diagLegenditem[style=fillukr]{Ukrainian cities}{white}
+ \diagLegenditem[style=fillrus]{Russian cities}{white}
+ \diagLegenditem[style=filloth]{other cities}{white}
+ \diagLegendend
+\bardiagramend{}{\large Stars Fallen}
diff --git a/graphics/bardiag/doc/figs/diag.eps b/graphics/bardiag/doc/figs/diag.eps
new file mode 100644
index 0000000000..aab3ce4b0a
--- /dev/null
+++ b/graphics/bardiag/doc/figs/diag.eps
@@ -0,0 +1,6580 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%BoundingBox: 55 -28 696 780
+%%LanguageLevel: 1
+%%Creator: CorelDRAW 9
+%%Title: diag.eps
+%%CreationDate: Fri Jun 20 20:58:46 2003
+%%For: RRS
+%%DocumentProcessColors: Black
+%%DocumentSuppliedResources: (atend)
+%%EndComments
+%%BeginProlog
+/AutoFlatness false def
+/AutoSteps 0 def
+/CMYKMarks true def
+/UseLevel 1 def
+%Build: CorelDRAW 9 Version 9.337
+%Color profile: Generic offset separations profile
+%%BeginResource: procset wCorel9Dict 9.0 0
+/wCorel9Dict 300 dict def wCorel9Dict begin
+% Copyright (c)1992-1999 Corel Corporation
+% All rights reserved. v9.0 r0.5
+/bd{bind def}bind def/ld{load def}bd/xd{exch def}bd/_ null def/rp{{pop}repeat}
+bd/@cp/closepath ld/@gs/gsave ld/@gr/grestore ld/@np/newpath ld/Tl/translate ld
+/$sv 0 def/@sv{/$sv save def}bd/@rs{$sv restore}bd/spg/showpage ld/showpage{}
+bd currentscreen/@dsp xd/$dsp/@dsp def/$dsa xd/$dsf xd/$sdf false def/$SDF
+false def/$Scra 0 def/SetScr/setscreen ld/@ss{2 index 0 eq{$dsf 3 1 roll 4 -1
+roll pop}if exch $Scra add exch load SetScr}bd/SepMode_5 where{pop}{/SepMode_5
+0 def}ifelse/CurrentInkName_5 where{pop}{/CurrentInkName_5(Composite)def}
+ifelse/$ink_5 where{pop}{/$ink_5 -1 def}ifelse/$c 0 def/$m 0 def/$y 0 def/$k 0
+def/$t 1 def/$n _ def/$o 0 def/$fil 0 def/$C 0 def/$M 0 def/$Y 0 def/$K 0 def
+/$T 1 def/$N _ def/$O 0 def/$PF false def/s1c 0 def/s1m 0 def/s1y 0 def/s1k 0
+def/s1t 0 def/s1n _ def/$bkg false def/SK 0 def/SM 0 def/SY 0 def/SC 0 def/$op
+false def matrix currentmatrix/$ctm xd/$ptm matrix def/$ttm matrix def/$stm
+matrix def/$ffpnt true def/CorelDrawReencodeVect[16#0/grave 16#5/breve
+16#6/dotaccent 16#8/ring 16#A/hungarumlaut 16#B/ogonek 16#C/caron 16#D/dotlessi
+16#27/quotesingle 16#60/grave 16#7C/bar
+16#82/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
+16#88/circumflex/perthousand/Scaron/guilsinglleft/OE
+16#91/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
+16#98/tilde/trademark/scaron/guilsinglright/oe 16#9F/Ydieresis
+16#A1/exclamdown/cent/sterling/currency/yen/brokenbar/section
+16#a8/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/minus/registered/macron
+16#b0/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
+16#b8/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
+16#c0/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+16#c8/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
+16#d0/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
+16#d8/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
+16#e0/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+16#e8/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+16#f0/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
+16#f8/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+/L2?/languagelevel where{pop languagelevel 2 ge}{false}ifelse def/Comp?{
+/LumSepsDict where{pop false}{/AldusSepsDict where{pop false}{1 0 0 0 @gs
+setcmykcolor currentcmykcolor @gr add add add 0 ne 0 1 0 0 @gs setcmykcolor
+currentcmykcolor @gr add add add 0 ne 0 0 1 0 @gs setcmykcolor currentcmykcolor
+@gr add add add 0 ne 0 0 0 1 @gs setcmykcolor currentcmykcolor @gr add add add
+0 ne and and and}ifelse}ifelse}bd/@PL{/LV where{pop LV 2 ge L2? not and{@np
+/Courier findfont 12 scalefont setfont 72 144 m
+(The PostScript level set in the Corel application is higher than)show 72 132 m
+(the PostScript level of this device. Change the PS Level in the Corel)show 72
+120 m(application to Level 1 by selecting the PostScript tab in the print)show
+72 108 m(dialog, and selecting Level 1 from the Compatibility drop down list.)
+show flush spg quit}if}if}bd/@BeginSysCorelDict{systemdict/Corel30Dict known
+{systemdict/Corel30Dict get exec}if systemdict/CorelLexDict known{1 systemdict
+/CorelLexDict get exec}if}bd/@EndSysCorelDict{systemdict/Corel30Dict known
+{end}if/EndCorelLexDict where{pop EndCorelLexDict}if}bd AutoFlatness{/@ifl{dup
+currentflat exch sub 10 gt{
+([Error: PathTooComplex; OffendingCommand: AnyPaintingOperator]\n)print flush
+@np exit}{currentflat 2 add setflat}ifelse}bd/@fill/fill ld/fill{currentflat{
+{@fill}stopped{@ifl}{exit}ifelse}bind loop setflat}bd/@eofill/eofill ld/eofill
+{currentflat{{@eofill}stopped{@ifl}{exit}ifelse}bind loop setflat}bd/@clip
+/clip ld/clip{currentflat{{@clip}stopped{@ifl}{exit}ifelse}bind loop setflat}
+bd/@eoclip/eoclip ld/eoclip{currentflat{{@eoclip}stopped{@ifl}{exit}ifelse}
+bind loop setflat}bd/@stroke/stroke ld/stroke{currentflat{{@stroke}stopped
+{@ifl}{exit}ifelse}bind loop setflat}bd}if L2?{/@ssa{true setstrokeadjust}bd}{
+/@ssa{}bd}ifelse/d/setdash ld/j/setlinejoin ld/J/setlinecap ld/M/setmiterlimit
+ld/w/setlinewidth ld/O{/$o xd}bd/R{/$O xd}bd/W/eoclip ld/c/curveto ld/C/c ld/l
+/lineto ld/L/l ld/rl/rlineto ld/m/moveto ld/n/newpath ld/N/newpath ld/P{11 rp}
+bd/u{}bd/U{}bd/A{pop}bd/q/@gs ld/Q/@gr ld/&{}bd/@j{@sv @np}bd/@J{@rs}bd/g{1
+exch sub/$k xd/$c 0 def/$m 0 def/$y 0 def/$t 1 def/$n _ def/$fil 0 def}bd/G{1
+sub neg/$K xd _ 1 0 0 0/$C xd/$M xd/$Y xd/$T xd/$N xd}bd/k{1 index type
+/stringtype eq{/$t xd/$n xd}{/$t 0 def/$n _ def}ifelse/$k xd/$y xd/$m xd/$c xd
+/$fil 0 def}bd/K{1 index type/stringtype eq{/$T xd/$N xd}{/$T 0 def/$N _ def}
+ifelse/$K xd/$Y xd/$M xd/$C xd}bd/x/k ld/X/K ld/sf{1 index type/stringtype eq{
+/s1t xd/s1n xd}{/s1t 0 def/s1n _ def}ifelse/s1k xd/s1y xd/s1m xd/s1c xd}bd/i{
+dup 0 ne{setflat}{pop}ifelse}bd/v{4 -2 roll 2 copy 6 -2 roll c}bd/V/v ld/y{2
+copy c}bd/Y/y ld/@w{matrix rotate/$ptm xd matrix scale $ptm dup concatmatrix
+/$ptm xd 1 eq{$ptm exch dup concatmatrix/$ptm xd}if 1 w}bd/@g{1 eq dup/$sdf xd
+{/$scp xd/$sca xd/$scf xd}if}bd/@G{1 eq dup/$SDF xd{/$SCP xd/$SCA xd/$SCF xd}
+if}bd/@D{2 index 0 eq{$dsf 3 1 roll 4 -1 roll pop}if 3 copy exch $Scra add exch
+load SetScr/$dsp xd/$dsa xd/$dsf xd}bd/$ngx{$SDF{$SCF SepMode_5 0 eq{$SCA}
+{$dsa}ifelse $SCP @ss}if}bd/p{/$pm xd 7 rp/$pyf xd/$pxf xd/$pn xd/$fil 1 def}
+bd/@MN{2 copy le{pop}{exch pop}ifelse}bd/@MX{2 copy ge{pop}{exch pop}ifelse}bd
+/InRange{3 -1 roll @MN @MX}bd/@sqr{dup 0 rl dup 0 exch rl neg 0 rl @cp}bd
+/currentscale{1 0 dtransform matrix defaultmatrix idtransform dup mul exch dup
+mul add sqrt 0 1 dtransform matrix defaultmatrix idtransform dup mul exch dup
+mul add sqrt}bd/@unscale{}bd/wDstChck{2 1 roll dup 3 -1 roll eq{1 add}if}bd
+/@dot{dup mul exch dup mul add 1 exch sub}bd/@lin{exch pop abs 1 exch sub}bd
+/cmyk2rgb{3{dup 5 -1 roll add 1 exch sub dup 0 lt{pop 0}if exch}repeat pop}bd
+/rgb2cmyk{3{1 exch sub 3 1 roll}repeat 3 copy @MN @MN 3{dup 5 -1 roll sub neg
+exch}repeat}bd/rgb2g{2 index .299 mul 2 index .587 mul add 1 index .114 mul add
+4 1 roll pop pop pop}bd/WaldoColor_5 where{pop}{/SetRgb/setrgbcolor ld/GetRgb
+/currentrgbcolor ld/SetGry/setgray ld/GetGry/currentgray ld/SetRgb2 systemdict
+/setrgbcolor get def/GetRgb2 systemdict/currentrgbcolor get def/SetHsb
+systemdict/sethsbcolor get def/GetHsb systemdict/currenthsbcolor get def
+/rgb2hsb{SetRgb2 GetHsb}bd/hsb2rgb{3 -1 roll dup floor sub 3 1 roll SetHsb
+GetRgb2}bd/setcmykcolor where{pop/LumSepsDict where{pop/SetCmyk_5{LumSepsDict
+/setcmykcolor get exec}def}{/AldusSepsDict where{pop/SetCmyk_5{AldusSepsDict
+/setcmykcolor get exec}def}{/SetCmyk_5/setcmykcolor ld}ifelse}ifelse}{
+/SetCmyk_5{cmyk2rgb SetRgb}bd}ifelse/currentcmykcolor where{pop/GetCmyk
+/currentcmykcolor ld}{/GetCmyk{GetRgb rgb2cmyk}bd}ifelse/setoverprint where
+{pop}{/setoverprint{/$op xd}bd}ifelse/currentoverprint where{pop}{
+/currentoverprint{$op}bd}ifelse/@tc_5{5 -1 roll dup 1 ge{pop}{4{dup 6 -1 roll
+mul exch}repeat pop}ifelse}bd/@trp{exch pop 5 1 roll @tc_5}bd
+/setprocesscolor_5{SepMode_5 0 eq{SetCmyk_5}{0 4 $ink_5 sub index exch pop 5 1
+roll pop pop pop pop SepsColor true eq{$ink_5 3 gt{1 sub neg SetGry}{0 0 0 4
+$ink_5 roll SetCmyk_5}ifelse}{1 sub neg SetGry}ifelse}ifelse}bd
+/findcmykcustomcolor where{pop}{/findcmykcustomcolor{5 array astore}bd}ifelse
+/setcustomcolor where{pop}{/setcustomcolor{exch aload pop SepMode_5 0 eq{pop
+@tc_5 setprocesscolor_5}{CurrentInkName_5 eq{4 index}{0}ifelse 6 1 roll 5 rp 1
+sub neg SetGry}ifelse}bd}ifelse/@scc_5{dup type/booleantype eq{setoverprint}{1
+eq setoverprint}ifelse dup _ eq{pop setprocesscolor_5 pop}{findcmykcustomcolor
+exch setcustomcolor}ifelse SepMode_5 0 eq{true}{GetGry 1 eq currentoverprint
+and not}ifelse}bd/colorimage where{pop/ColorImage{colorimage}def}{/ColorImage{
+/ncolors xd/$multi xd $multi true eq{ncolors 3 eq{/daqB xd/daqG xd/daqR xd pop
+pop exch pop abs{daqR pop daqG pop daqB pop}repeat}{/daqK xd/daqY xd/daqM xd
+/daqC xd pop pop exch pop abs{daqC pop daqM pop daqY pop daqK pop}repeat}
+ifelse}{/dataaq xd{dataaq ncolors dup 3 eq{/$dat xd 0 1 $dat length 3 div 1 sub
+{dup 3 mul $dat 1 index get 255 div $dat 2 index 1 add get 255 div $dat 3 index
+2 add get 255 div rgb2g 255 mul cvi exch pop $dat 3 1 roll put}for $dat 0 $dat
+length 3 idiv getinterval pop}{4 eq{/$dat xd 0 1 $dat length 4 div 1 sub{dup 4
+mul $dat 1 index get 255 div $dat 2 index 1 add get 255 div $dat 3 index 2 add
+get 255 div $dat 4 index 3 add get 255 div cmyk2rgb rgb2g 255 mul cvi exch pop
+$dat 3 1 roll put}for $dat 0 $dat length ncolors idiv getinterval}if}ifelse}
+image}ifelse}bd}ifelse/setcmykcolor{1 5 1 roll _ currentoverprint @scc_5
+/$ffpnt xd}bd/currentcmykcolor{GetCmyk}bd/setrgbcolor{rgb2cmyk setcmykcolor}bd
+/currentrgbcolor{currentcmykcolor cmyk2rgb}bd/sethsbcolor{hsb2rgb setrgbcolor}
+bd/currenthsbcolor{currentrgbcolor rgb2hsb}bd/setgray{dup dup setrgbcolor}bd
+/currentgray{currentrgbcolor rgb2g}bd/InsideDCS false def/IMAGE/image ld/image
+{InsideDCS{IMAGE}{/EPSDict where{pop SepMode_5 0 eq{IMAGE}{dup type/dicttype eq
+{dup/ImageType get 1 ne{IMAGE}{dup dup/BitsPerComponent get 8 eq exch
+/BitsPerComponent get 1 eq or currentcolorspace 0 get/DeviceGray eq and{
+CurrentInkName_5(Black)eq{IMAGE}{dup/DataSource get/TCC xd/Height get abs{TCC
+pop}repeat}ifelse}{IMAGE}ifelse}ifelse}{2 index 1 ne{CurrentInkName_5(Black)eq
+{IMAGE}{/TCC xd pop pop exch pop abs{TCC pop}repeat}ifelse}{IMAGE}ifelse}
+ifelse}ifelse}{IMAGE}ifelse}ifelse}bd}ifelse/WaldoColor_5 true def/@sft{$tllx
+$pxf add dup $tllx gt{$pwid sub}if/$tx xd $tury $pyf sub dup $tury lt{$phei
+add}if/$ty xd}bd/@stb{pathbbox/$ury xd/$urx xd/$lly xd/$llx xd}bd/@ep{{cvx exec
+}forall}bd/@tp{@sv/$in true def 2 copy dup $lly le{/$in false def}if $phei sub
+$ury ge{/$in false def}if dup $urx ge{/$in false def}if $pwid add $llx le{/$in
+false def}if $in{@np 2 copy m $pwid 0 rl 0 $phei neg rl $pwid neg 0 rl 0 $phei
+rl clip @np $pn cvlit load aload pop 7 -1 roll 5 index sub 7 -1 roll 3 index
+sub Tl matrix currentmatrix/$ctm xd @ep pop pop pop pop}{pop pop}ifelse @rs}bd
+/@th{@sft 0 1 $tly 1 sub{dup $psx mul $tx add{dup $llx gt{$pwid sub}{exit}
+ifelse}loop exch $phei mul $ty exch sub 0 1 $tlx 1 sub{$pwid mul 3 copy 3 -1
+roll add exch @tp pop}for pop pop}for}bd/@tv{@sft 0 1 $tlx 1 sub{dup $pwid mul
+$tx add exch $psy mul $ty exch sub{dup $ury lt{$phei add}{exit}ifelse}loop 0 1
+$tly 1 sub{$phei mul 3 copy sub @tp pop}for pop pop}for}bd/$fm 0 def/wfill{1
+$fm eq{fill}{eofill}ifelse}bd/wclip{1 $fm eq{clip}{eoclip}ifelse}bd/@pf{@gs
+$ctm setmatrix $pm concat @stb wclip @sv Bburx Bbury $pm itransform/$tury xd
+/$turx xd Bbllx Bblly $pm itransform/$tlly xd/$tllx xd newpath $tllx $tlly m
+$tllx $tury l $turx $tury l $turx $tlly l $tllx $tlly m @cp pathbbox @rs/$tury
+xd/$turx xd/$tlly xd/$tllx xd/$wid $turx $tllx sub def/$hei $tury $tlly sub def
+@gs $vectpat{1 0 0 0 0 _ $o @scc_5{wfill}if}{$t $c $m $y $k $n $o @scc_5{
+SepMode_5 0 eq $pfrg or{$tllx $tlly Tl $wid $hei scale <00> 8 1 false[8 0 0 1 0
+0]{}imagemask}{/$bkg true def}ifelse}if}ifelse @gr $wid 0 gt $hei 0 gt and{$pn
+cvlit load aload pop/$pd xd 3 -1 roll sub/$phei xd exch sub/$pwid xd $wid $pwid
+div ceiling 1 add/$tlx xd $hei $phei div ceiling 1 add/$tly xd $psx 0 eq{@tv}{
+@th}ifelse}if @gr @np/$bkg false def}bd/@Pf{@sv SepMode_5 0 eq $Psc 0 ne or
+$ink_5 3 eq or{0 J 0 j[]0 d $t $c $m $y $k $n $o @scc_5 pop $ctm setmatrix 72
+1000 div dup matrix scale dup concat dup Bburx exch Bbury exch itransform
+ceiling cvi/Bbury xd ceiling cvi/Bburx xd Bbllx exch Bblly exch itransform
+floor cvi/Bblly xd floor cvi/Bbllx xd $Prm aload pop $Psn load exec}{1 SetGry
+wfill}ifelse @rs @np}bd/F{matrix currentmatrix $sdf{$scf $sca $scp @ss}if $fil
+1 eq{@pf}{$fil 2 eq{@ff}{$fil 3 eq{@Pf}{$t $c $m $y $k $n $o @scc_5{wfill}
+{@np}ifelse}ifelse}ifelse}ifelse $sdf{$dsf $dsa $dsp @ss}if setmatrix}bd/f{@cp
+F}bd/S{matrix currentmatrix $ctm setmatrix $SDF{$SCF $SCA $SCP @ss}if $T $C $M
+$Y $K $N $O @scc_5{matrix currentmatrix $ptm concat stroke setmatrix}
+{@np}ifelse $SDF{$dsf $dsa $dsp @ss}if setmatrix}bd/s{@cp S}bd/B{@gs F @gr S}
+bd/b{@cp B}bd/_E{5 array astore exch cvlit xd}bd/@cc{currentfile $dat
+readhexstring pop}bd/@sm{/$ctm $ctm currentmatrix def}bd/@E{/Bbury xd/Bburx xd
+/Bblly xd/Bbllx xd}bd/@c{@cp}bd/@p{/$fil 1 def 1 eq dup/$vectpat xd{/$pfrg true
+def}{@gs $t $c $m $y $k $n $o @scc_5/$pfrg xd @gr}ifelse/$pm xd/$psy xd/$psx xd
+/$pyf xd/$pxf xd/$pn xd}bd/@P{/$fil 3 def/$Psn xd/$Psc xd array astore/$Prm xd
+}bd/@ii{concat 3 index 3 index m 3 index 1 index l 2 copy l 1 index 3 index l 3
+index 3 index l clip pop pop pop pop}bd/tcc{@cc}def/@i{@sm @gs @ii 6 index 1 ne
+{/$frg true def pop pop}{1 eq{s1t s1c s1m s1y s1k s1n $O @scc_5/$frg xd}{/$frg
+false def}ifelse 1 eq{@gs $ctm setmatrix F @gr}if}ifelse @np/$ury xd/$urx xd
+/$lly xd/$llx xd/$bts xd/$hei xd/$wid xd/$dat $wid $bts mul 8 div ceiling cvi
+string def $bkg $frg or{$SDF{$SCF $SCA $SCP @ss}if $llx $lly Tl $urx $llx sub
+$ury $lly sub scale $bkg{$t $c $m $y $k $n $o @scc_5 pop}if $wid $hei abs $bts
+1 eq{$bkg}{$bts}ifelse[$wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse]/tcc load
+$bts 1 eq{imagemask}{image}ifelse $SDF{$dsf $dsa $dsp @ss}if}{$hei abs{tcc pop}
+repeat}ifelse @gr $ctm setmatrix}bd/@I{@sm @gs @ii @np/$ury xd/$urx xd/$lly xd
+/$llx xd/$ncl xd/$bts xd/$hei xd/$wid xd $ngx $llx $lly Tl $urx $llx sub $ury
+$lly sub scale $wid $hei abs $bts[$wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse
+]$msimage false eq $ncl 1 eq or{/$dat $wid $bts mul $ncl mul 8 div ceiling cvi
+string def/@cc load false $ncl ColorImage}{$wid $bts mul 8 div ceiling cvi $ncl
+3 eq{dup dup/$dat1 exch string def/$dat2 exch string def/$dat3 exch string def
+/@cc1 load/@cc2 load/@cc3 load}{dup dup dup/$dat1 exch string def/$dat2 exch
+string def/$dat3 exch string def/$dat4 exch string def/@cc1 load/@cc2 load
+/@cc3 load/@cc4 load}ifelse true $ncl ColorImage}ifelse $SDF{$dsf $dsa $dsp
+@ss}if @gr $ctm setmatrix}bd/@cc1{currentfile $dat1 readhexstring pop}bd/@cc2{
+currentfile $dat2 readhexstring pop}bd/@cc3{currentfile $dat3 readhexstring pop
+}bd/@cc4{currentfile $dat4 readhexstring pop}bd/$msimage false def/COMP 0 def
+/MaskedImage false def L2?{/@I_2{@sm @gs @ii @np/$ury xd/$urx xd/$lly xd/$llx
+xd/$ncl xd/$bts xd/$hei xd/$wid xd/$dat $wid $bts mul $ncl mul 8 div ceiling
+cvi string def $ngx $ncl 1 eq{/DeviceGray}{$ncl 3 eq{/DeviceRGB}{/DeviceCMYK}
+ifelse}ifelse setcolorspace $llx $lly Tl $urx $llx sub $ury $lly sub scale 8
+dict begin/ImageType 1 def/Width $wid def/Height $hei abs def/BitsPerComponent
+$bts def/Decode $ncl 1 eq{[0 1]}{$ncl 3 eq{[0 1 0 1 0 1]}{[0 1 0 1 0 1 0 1]}
+ifelse}ifelse def/ImageMatrix[$wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse]def
+/DataSource currentfile/ASCII85Decode filter COMP 1 eq{/DCTDecode filter}{COMP
+2 eq{/RunLengthDecode filter}if}ifelse def currentdict end image $SDF{$dsf $dsa
+$dsp @ss}if @gr $ctm setmatrix}bd}{/@I_2{}bd}ifelse/@I_3{@sm @gs @ii @np/$ury
+xd/$urx xd/$lly xd/$llx xd/$ncl xd/$bts xd/$hei xd/$wid xd/$dat $wid $bts mul
+$ncl mul 8 div ceiling cvi string def $ngx $ncl 1 eq{/DeviceGray}{$ncl 3 eq
+{/DeviceRGB}{/DeviceCMYK}ifelse}ifelse setcolorspace $llx $lly Tl $urx $llx sub
+$ury $lly sub scale/ImageDataDict 8 dict def ImageDataDict begin/ImageType 1
+def/Width $wid def/Height $hei abs def/BitsPerComponent $bts def/Decode $ncl 1
+eq{[0 1]}{$ncl 3 eq{[0 1 0 1 0 1]}{[0 1 0 1 0 1 0 1]}ifelse}ifelse def
+/ImageMatrix[$wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse]def/DataSource
+currentfile/ASCII85Decode filter COMP 1 eq{/DCTDecode filter}{COMP 2 eq{
+/RunLengthDecode filter}if}ifelse def end/MaskedImageDict 7 dict def
+MaskedImageDict begin/ImageType 3 def/InterleaveType 3 def/MaskDict
+ImageMaskDict def/DataDict ImageDataDict def end MaskedImageDict image $SDF
+{$dsf $dsa $dsp @ss}if @gr $ctm setmatrix}bd/@SetMask{/$mbts xd/$mhei xd/$mwid
+xd/ImageMaskDict 8 dict def ImageMaskDict begin/ImageType 1 def/Width $mwid def
+/Height $mhei abs def/BitsPerComponent $mbts def/DataSource maskstream def
+/ImageMatrix[$mwid 0 0 $mhei neg 0 $mhei 0 gt{$mhei}{0}ifelse]def/Decode[1 0]
+def end}bd/@B{@gs S @gr F}bd/@b{@cp @B}bd/@sep{CurrentInkName_5(Composite)eq
+{/$ink_5 -1 def}{CurrentInkName_5(Cyan)eq{/$ink_5 0 def}{CurrentInkName_5
+(Magenta)eq{/$ink_5 1 def}{CurrentInkName_5(Yellow)eq{/$ink_5 2 def}{
+CurrentInkName_5(Black)eq{/$ink_5 3 def}{/$ink_5 4 def}ifelse}ifelse}ifelse}
+ifelse}ifelse}bd/@whi{@gs -72000 dup m -72000 72000 l 72000 dup l 72000 -72000
+l @cp 1 SetGry fill @gr}bd/@neg{[{1 exch sub}/exec cvx currenttransfer/exec
+cvx]cvx settransfer @whi}bd/deflevel 0 def/@sax{/deflevel deflevel 1 add def}
+bd/@eax{/deflevel deflevel dup 0 gt{1 sub}if def deflevel 0 gt{/eax load}{eax}
+ifelse}bd/eax{{exec}forall}bd/@rax{deflevel 0 eq{@rs @sv}if}bd/@daq{dup type
+/arraytype eq{{}forall}if}bd/@BMP{/@cc xd UseLevel 3 eq MaskedImage true eq and
+{7 -2 roll pop pop @I_3}{12 index 1 gt UseLevel 2 eq UseLevel 3 eq or and{7 -2
+roll pop pop @I_2}{11 index 1 eq{12 -1 roll pop @i}{7 -2 roll pop pop @I}
+ifelse}ifelse}ifelse}bd systemdict/pdfmark known not{/pdfmark/cleartomark ld}
+if
+/z{exch findfont exch scalefont setfont}bd/ZB{9 dict dup begin 4 1 roll
+/FontType 3 def/FontMatrix xd/FontBBox xd/Encoding 256 array def 0 1 255{
+Encoding exch/.notdef put}for/CharStrings 256 dict def CharStrings/.notdef{}
+put/Metrics 256 dict def Metrics/.notdef 3 -1 roll put/BuildChar{exch dup
+/$char exch/Encoding get 3 index get def dup/Metrics get $char get aload pop
+setcachedevice begin Encoding exch get CharStrings exch get end exec}def end
+definefont pop}bd/ZBAddChar{findfont begin dup 4 1 roll dup 6 1 roll Encoding 3
+1 roll put CharStrings 3 1 roll put Metrics 3 1 roll put end}bd/Z{findfont dup
+maxlength 2 add dict exch dup{1 index/FID ne{3 index 3 1 roll put}{pop pop}
+ifelse}forall pop dup dup/Encoding get 256 array copy dup/$fe xd/Encoding exch
+put dup/Fontname 3 index put 3 -1 roll dup length 0 ne{0 exch{dup type 0 type
+eq{exch pop}{$fe exch 2 index exch put 1 add}ifelse}forall pop}if dup 256 dict
+dup/$met xd/Metrics exch put dup/FontMatrix get 0 get 1000 mul 1 exch div 3
+index length 256 eq{0 1 255{dup $fe exch get dup/.notdef eq{pop pop}{5 index 3
+-1 roll get 2 index mul $met 3 1 roll put}ifelse}for}if pop definefont pop pop
+}bd/@ftx{{currentpoint 3 -1 roll(0)dup 3 -1 roll 0 exch put dup @gs true
+charpath $ctm setmatrix @@txt @gr @np stringwidth pop 3 -1 roll add exch m}
+forall}bd/@ft{matrix currentmatrix exch $sdf{$scf $sca $scp @ss}if $fil 1 eq
+{/@@txt/@pf ld @ftx}{$fil 2 eq{/@@txt/@ff ld @ftx}{$fil 3 eq{/@@txt/@Pf ld
+@ftx}{$t $c $m $y $k $n $o @scc_5{show}{pop}ifelse}ifelse}ifelse}ifelse $sdf
+{$dsf $dsa $dsp @ss}if setmatrix}bd/@st{matrix currentmatrix exch $SDF{$SCF
+$SCA $SCP @ss}if $T $C $M $Y $K $N $O @scc_5{{currentpoint 3 -1 roll(0)dup 3 -1
+roll 0 exch put dup @gs true charpath $ctm setmatrix $ptm concat stroke @gr @np
+stringwidth pop 3 -1 roll add exch m}forall}{pop}ifelse $SDF{$dsf $dsa $dsp
+@ss}if setmatrix}bd/@te{@ft}bd/@tr{@st}bd/@ta{dup @gs @ft @gr @st}bd/@t@a{dup
+@gs @st @gr @ft}bd/@tm{@sm concat}bd/e{/t{@te}def}bd/r{/t{@tr}def}bd/o{/t{pop}
+def}bd/a{/t{@ta}def}bd/@a{/t{@t@a}def}bd/t{@te}def/T{@np $ctm setmatrix/$ttm
+matrix def}bd/ddt{t}def/@t{/$stm $stm currentmatrix def 3 1 roll m $ttm concat
+ddt $stm setmatrix}bd/@n{/$ttm exch matrix rotate def}bd/@s{}bd/@l{}bd
+/_lineorientation 0 def/_bitfont null def/_bitlobyte 0 def/_bitkey null def
+/_bithibyte 0 def
+end
+%%EndResource
+%%EndProlog
+%%BeginSetup
+wCorel9Dict begin
+@BeginSysCorelDict
+2.6131 setmiterlimit
+1.00 setflat
+/$fst 128 def
+%%EndSetup
+
+%%Page: 1 1
+%LogicalPage: 1
+%%BeginPageSetup
+@sv
+@sm
+@sv
+%%EndPageSetup
+@rax %Note: Object
+176.23559 50.02441 615.76441 623.16000 @E
+0 J 0 j [1 5 ] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 1.50009 1.50009 0.00000 @w
+/$fm 0 def
+176.23559 623.16000 m
+615.76441 623.16000 L
+615.76441 50.02441 L
+176.23559 50.02441 L
+176.23559 623.16000 L
+@c
+S
+
+@rax %Note: Object
+142.83609 174.47641 615.71282 623.02507 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 2.00013 2.00013 0.00000 @w
+/$fm 0 def
+142.83609 623.02507 m
+615.71282 623.02507 L
+615.71282 174.47641 L
+142.83609 174.47641 L
+142.83609 623.02507 L
+@c
+S
+
+@rax %Note: Object
+162.60265 175.23694 615.71282 621.50372 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 1.00006 1.00006 0.00000 @w
+/$fm 0 def
+162.60265 175.23694 m
+615.71282 175.23694 L
+162.60265 219.86362 m
+615.71282 219.86362 L
+162.60265 264.49030 m
+615.71282 264.49030 L
+162.60265 309.11698 m
+615.71282 309.11698 L
+162.60265 353.74365 m
+615.71282 353.74365 L
+162.60265 398.37033 m
+615.71282 398.37033 L
+162.60265 442.99701 m
+615.71282 442.99701 L
+162.60265 487.62369 m
+615.71282 487.62369 L
+162.60265 532.25036 m
+615.71282 532.25036 L
+162.60265 576.87704 m
+615.71282 576.87704 L
+162.60265 621.50372 m
+615.71282 621.50372 L
+S
+
+@rax %Note: Object
+176.28718 174.47641 227.98431 546.23962 @E
+ 0 O 0 @g
+0.00 0.00 0.00 0.20 k
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.21600 0.21600 0.00000 @w
+/$fm 0 def
+176.28718 174.47641 m
+227.98431 174.47641 L
+227.98431 546.23962 L
+176.28718 546.23962 L
+176.28718 174.47641 L
+@c
+B
+
+@rax %Note: Object
+289.67301 174.47641 341.37014 381.26494 @E
+ 0 O 0 @g
+0.00 0.00 0.00 0.20 k
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.21600 0.21600 0.00000 @w
+/$fm 0 def
+289.67301 174.47641 m
+341.37014 174.47641 L
+341.37014 381.26494 L
+289.67301 381.26494 L
+289.67301 174.47641 L
+@c
+B
+
+@rax %Note: Object
+403.05883 174.47641 454.75597 594.89575 @E
+ 0 O 0 @g
+0.00 0.00 0.00 0.20 k
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.21600 0.21600 0.00000 @w
+/$fm 0 def
+403.05883 174.47641 m
+454.75597 174.47641 L
+454.75597 594.89575 L
+403.05883 594.89575 L
+403.05883 174.47641 L
+@c
+B
+
+@rax %Note: Object
+516.44466 174.47641 568.14180 451.20813 @E
+ 0 O 0 @g
+0.00 0.00 0.00 0.20 k
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.21600 0.21600 0.00000 @w
+/$fm 0 def
+516.44466 174.47641 m
+568.14180 174.47641 L
+568.14180 451.20813 L
+516.44466 451.20813 L
+516.44466 174.47641 L
+@c
+B
+
+@rax %Note: Object
+143.59635 175.23638 159.56164 175.23751 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 2.00013 2.00013 0.00000 @w
+/$fm 0 def
+143.59635 175.23694 m
+159.56164 175.23694 L
+S
+
+@rax %Note: Object
+143.59635 219.86306 159.56164 219.86419 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 2.00013 2.00013 0.00000 @w
+/$fm 0 def
+143.59635 219.86362 m
+159.56164 219.86362 L
+S
+
+@rax %Note: Object
+143.59635 264.48973 159.56164 264.49087 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 2.00013 2.00013 0.00000 @w
+/$fm 0 def
+143.59635 264.49030 m
+159.56164 264.49030 L
+S
+
+@rax %Note: Object
+143.59635 309.11641 159.56164 309.11754 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 2.00013 2.00013 0.00000 @w
+/$fm 0 def
+143.59635 309.11698 m
+159.56164 309.11698 L
+S
+
+@rax %Note: Object
+143.59635 353.74309 159.56164 353.74422 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 2.00013 2.00013 0.00000 @w
+/$fm 0 def
+143.59635 353.74365 m
+159.56164 353.74365 L
+S
+
+@rax %Note: Object
+143.59635 398.36976 159.56164 398.37090 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 2.00013 2.00013 0.00000 @w
+/$fm 0 def
+143.59635 398.37033 m
+159.56164 398.37033 L
+S
+
+@rax %Note: Object
+143.59635 442.99644 159.56164 442.99757 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 2.00013 2.00013 0.00000 @w
+/$fm 0 def
+143.59635 442.99701 m
+159.56164 442.99701 L
+S
+
+@rax %Note: Object
+143.59635 487.62312 159.56164 487.62425 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 2.00013 2.00013 0.00000 @w
+/$fm 0 def
+143.59635 487.62369 m
+159.56164 487.62369 L
+S
+
+@rax %Note: Object
+143.59635 532.24980 159.56164 532.25093 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 2.00013 2.00013 0.00000 @w
+/$fm 0 def
+143.59635 532.25036 m
+159.56164 532.25036 L
+S
+
+@rax %Note: Object
+143.59635 576.87647 159.56164 576.87761 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 2.00013 2.00013 0.00000 @w
+/$fm 0 def
+143.59635 576.87704 m
+159.56164 576.87704 L
+S
+
+@rax %Note: Object
+143.59635 621.50315 159.56164 621.50428 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 2.00013 2.00013 0.00000 @w
+/$fm 0 def
+143.59635 621.50372 m
+159.56164 621.50372 L
+S
+
+@rax %Note: Object
+126.10998 174.47584 126.11112 641.64019 @E
+0 J 0 j [2 5 ] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 1.00006 1.00006 0.00000 @w
+/$fm 0 def
+126.11055 641.64019 m
+126.11055 174.47584 L
+S
+
+@rax %Note: Object
+153.07654 152.75480 610.39106 152.75594 @E
+0 J 0 j [2 5 ] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 1.00006 1.00006 0.00000 @w
+/$fm 0 def
+153.07654 152.75537 m
+610.39106 152.75537 L
+S
+
+@rax %Note: Object
+636.99931 174.47584 637.00044 623.02507 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+636.99987 621.64431 m
+636.99987 175.85660 L
+S
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+639.57827 618.44882 m
+636.99987 622.42639 L
+634.41950 618.44882 L
+S
+@J
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+639.57827 179.05209 m
+636.99987 175.07452 L
+634.41950 179.05209 L
+S
+@J
+
+@rax 644.82293 285.02419 666.66699 461.54580 @E
+[0.00000001 -0.00028346 0.00028346 0.00000001 650.00293685 461.54577839] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_TimesNewRoman 84667.00000 z
+%CHAR: 0 0 (d) @t
+29394 4262 m
+27545 2328 25739 945 23975 99 c
+22211 -734 20306 -1157 18274 -1157 c
+14139 -1157 10527 579 7437 4036 c
+4360 7493 2808 11938 2808 17357 c
+2808 22790 4516 27757 7930 32272 c
+11359 36774 15748 39031 21124 39031 c
+24455 39031 27220 37959 29394 35842 C
+29394 42827 l
+29394 47160 29295 49812 29083 50814 c
+28871 51802 28547 52479 28109 52832 c
+27672 53199 27122 53368 26458 53368 c
+25739 53368 24793 53157 23608 52705 C
+23072 54159 L
+34361 58787 L
+36209 58787 L
+36209 15000 l
+36209 10569 36322 7860 36520 6886 c
+36731 5898 37056 5221 37522 4840 c
+37973 4445 38509 4262 39102 4262 c
+39850 4262 40852 4487 42079 4967 C
+42545 3514 L
+31299 -1157 L
+29394 -1157 L
+29394 4262 L
+@c
+29394 7154 m
+29394 26670 l
+29224 28533 28730 30254 27912 31792 c
+27079 33331 25979 34502 24624 35278 c
+23255 36068 21929 36463 20631 36463 c
+18203 36463 16044 35377 14139 33204 c
+11628 30325 10372 26148 10372 20631 c
+10372 15057 11585 10795 14012 7832 c
+16440 4868 19135 3387 22112 3387 c
+24624 3387 27051 4643 29394 7154 C
+@c
+F
+%CHAR: 42334 0 (i) @t
+54611 58787 m
+55768 58787 56756 58378 57574 57574 c
+58378 56755 58788 55767 58788 54610 c
+58788 53453 58378 52465 57574 51633 c
+56756 50814 55768 50391 54611 50391 c
+53454 50391 52466 50814 51633 51633 c
+50815 52465 50391 53453 50391 54610 c
+50391 55767 50801 56755 51619 57574 c
+52423 58378 53425 58787 54611 58787 c
+@c
+58040 38989 m
+58040 8551 l
+58040 6181 58209 4614 58562 3824 c
+58901 3034 59409 2455 60086 2060 c
+60763 1679 62005 1482 63797 1482 C
+63797 0 L
+45396 0 L
+45396 1482 L
+47245 1482 48486 1665 49107 2032 c
+49742 2385 50250 2977 50617 3810 c
+50998 4628 51182 6209 51182 8551 c
+51182 23156 l
+51182 27263 51055 29916 50815 31129 c
+50617 32018 50307 32625 49898 32964 c
+49488 33316 48924 33486 48204 33486 c
+47428 33486 46497 33274 45396 32865 C
+44818 34361 L
+56219 38989 L
+58040 38989 L
+@c
+F
+%CHAR: 65857 0 (a) @t
+89959 5461 m
+86078 2455 83637 720 82635 254 c
+81154 -437 79573 -790 77894 -790 c
+75269 -790 73110 113 71417 1905 c
+69723 3697 68877 6054 68877 8975 c
+68877 10823 69286 12418 70119 13772 c
+71247 15635 73209 17399 76003 19064 c
+78797 20715 83454 22719 89959 25090 C
+89959 26585 l
+89959 30353 89366 32950 88167 34361 c
+86967 35758 85218 36463 82932 36463 c
+81196 36463 79813 35998 78797 35052 c
+77753 34121 77231 33048 77231 31835 c
+77315 29436 l
+77315 28166 76991 27192 76342 26501 c
+75692 25809 74846 25471 73787 25471 c
+72771 25471 71939 25823 71290 26543 c
+70641 27263 70316 28236 70316 29478 c
+70316 31849 71530 34022 73957 36012 c
+76384 37987 79785 38989 84173 38989 c
+87532 38989 90283 38425 92442 37296 c
+94065 36435 95265 35094 96041 33274 c
+96535 32089 96775 29676 96775 26007 c
+96775 13152 l
+96775 9539 96845 7324 96986 6505 c
+97127 5701 97353 5151 97664 4882 c
+97988 4600 98355 4459 98764 4459 c
+99202 4459 99597 4558 99921 4755 c
+100500 5108 101615 6124 103266 7775 C
+103266 5461 L
+100189 1326 97240 -748 94418 -748 c
+93077 -748 92005 -282 91201 663 c
+90396 1595 89987 3203 89959 5461 C
+@c
+89959 8142 m
+89959 22578 L
+85796 20913 83115 19742 81901 19064 c
+79714 17851 78162 16581 77231 15254 c
+76285 13928 75819 12488 75819 10908 c
+75819 8932 76412 7281 77597 5969 c
+78783 4671 80152 4008 81690 4008 c
+83792 4008 86544 5390 89959 8142 C
+@c
+F
+%CHAR: 103435 0 (g) @t
+116206 13815 m
+113891 14944 112113 16510 110872 18542 c
+109630 20574 109023 22804 109023 25259 c
+109023 29013 110434 32230 113256 34939 c
+116079 37634 119691 38989 124108 38989 c
+127720 38989 130839 38100 133492 36336 C
+141507 36336 l
+142692 36336 143384 36308 143581 36237 c
+143765 36167 143906 36054 143990 35885 c
+144160 35631 144244 35193 144244 34558 c
+144244 33839 144174 33345 144033 33077 c
+143948 32935 143807 32823 143595 32738 c
+143398 32653 142692 32625 141507 32625 c
+136596 32625 L
+138134 30635 138910 28095 138910 25005 c
+138910 21477 137556 18472 134861 15960 c
+132151 13448 128525 12192 123981 12192 c
+122104 12192 120199 12474 118238 13025 C
+117024 11980 116206 11063 115782 10273 c
+115345 9483 115133 8819 115133 8269 c
+115133 7803 115359 7352 115810 6900 c
+116276 6463 117165 6152 118478 5955 c
+119254 5842 121187 5743 124277 5659 c
+129950 5532 133633 5334 135312 5080 c
+137866 4727 139912 3782 141450 2230 c
+142974 691 143736 -1214 143736 -3471 c
+143736 -6590 142283 -9511 139362 -12234 c
+135058 -16256 129456 -18274 122542 -18274 c
+117222 -18274 112720 -17075 109051 -14676 c
+106991 -13293 105961 -11867 105961 -10372 c
+105961 -9708 106102 -9059 106412 -8396 c
+106878 -7366 107852 -5955 109305 -4135 c
+109503 -3881 110900 -2399 113524 325 C
+112085 1185 111083 1947 110491 2625 c
+109898 3302 109602 4064 109602 4925 c
+109602 5884 109983 7013 110773 8311 c
+111563 9610 113369 11444 116206 13815 C
+@c
+123402 36999 m
+121370 36999 119649 36181 118280 34558 c
+116897 32935 116206 30438 116206 27079 c
+116206 22719 117151 19346 119014 16948 c
+120453 15127 122273 14224 124475 14224 c
+126577 14224 128299 15000 129639 16581 c
+130994 18147 131671 20616 131671 23975 c
+131671 28363 130726 31792 128821 34276 c
+127410 36096 125604 36999 123402 36999 c
+@c
+115796 0 m
+114498 -1411 113524 -2709 112861 -3923 c
+112198 -5136 111873 -6251 111873 -7281 c
+111873 -8594 112664 -9751 114272 -10753 c
+117024 -12460 121003 -13307 126210 -13307 c
+131178 -13307 134832 -12432 137189 -10682 c
+139545 -8932 140731 -7070 140731 -5080 c
+140731 -3655 140025 -2639 138614 -2032 c
+137189 -1425 134338 -1058 130105 -945 c
+123896 -790 119127 -466 115796 0 C
+@c
+F
+%CHAR: 145769 0 (h) @t
+159541 58787 m
+159541 31087 L
+162590 34445 165017 36604 166809 37564 c
+168601 38509 170393 38989 172185 38989 c
+174330 38989 176179 38396 177731 37211 c
+179269 36026 180412 34163 181160 31623 c
+181682 29859 181936 26642 181936 21957 c
+181936 8551 l
+181936 6167 182133 4516 182514 3641 c
+182797 2977 183262 2455 183926 2060 c
+184589 1679 185802 1482 187566 1482 C
+187566 0 L
+168968 0 L
+168968 1482 L
+169829 1482 l
+171592 1482 172820 1764 173512 2300 c
+174203 2836 174683 3627 174951 4671 c
+175036 5108 175078 6406 175078 8551 c
+175078 21957 l
+175078 26092 174866 28801 174443 30099 c
+174005 31397 173328 32357 172397 33006 c
+171451 33655 170322 33980 168996 33980 c
+167655 33980 166244 33627 164791 32907 c
+163323 32188 161574 30748 159541 28561 C
+159541 8551 l
+159541 5969 159683 4360 159965 3725 c
+160261 3090 160797 2554 161588 2131 c
+162364 1707 163718 1482 165652 1482 C
+165652 0 L
+146884 0 L
+146884 1482 L
+148563 1482 149889 1750 150849 2272 c
+151399 2554 151851 3076 152175 3838 c
+152514 4614 152669 6181 152669 8551 c
+152669 42827 l
+152669 47160 152571 49812 152359 50814 c
+152161 51802 151837 52479 151413 52832 c
+150990 53199 150412 53368 149692 53368 c
+149113 53368 148182 53157 146884 52705 C
+146305 54159 L
+157636 58787 L
+159541 58787 L
+@c
+F
+%CHAR: 188103 0 (e) @t
+197120 23608 m
+197092 17978 198446 13575 201212 10372 c
+203964 7183 207210 5588 210921 5588 c
+213404 5588 215563 6265 217398 7634 c
+219232 8989 220756 11331 221998 14633 C
+223282 13815 L
+222704 10033 221024 6590 218244 3500 c
+215450 395 211965 -1157 207788 -1157 c
+203230 -1157 199335 607 196104 4149 c
+192858 7691 191250 12460 191250 18443 c
+191250 24920 192901 29972 196231 33585 c
+199547 37211 203710 39031 208734 39031 c
+212981 39031 216466 37634 219190 34826 c
+221913 32032 223282 28293 223282 23608 C
+197120 23608 L
+@c
+197120 26007 m
+214646 26007 L
+214505 28434 214223 30141 213771 31129 c
+213094 32667 212064 33881 210695 34770 c
+209326 35645 207901 36096 206419 36096 c
+204133 36096 202087 35207 200281 33429 c
+198475 31651 197416 29168 197120 26007 C
+@c
+F
+%CHAR: 225681 0 (i) @t
+237958 58787 m
+239115 58787 240103 58378 240921 57574 c
+241725 56755 242135 55767 242135 54610 c
+242135 53453 241725 52465 240921 51633 c
+240103 50814 239115 50391 237958 50391 c
+236801 50391 235813 50814 234980 51633 c
+234162 52465 233738 53453 233738 54610 c
+233738 55767 234148 56755 234966 57574 c
+235770 58378 236772 58787 237958 58787 c
+@c
+241387 38989 m
+241387 8551 l
+241387 6181 241556 4614 241909 3824 c
+242248 3034 242756 2455 243433 2060 c
+244110 1679 245352 1482 247144 1482 C
+247144 0 L
+228743 0 L
+228743 1482 L
+230592 1482 231833 1665 232454 2032 c
+233089 2385 233597 2977 233964 3810 c
+234345 4628 234529 6209 234529 8551 c
+234529 23156 l
+234529 27263 234402 29916 234162 31129 c
+233964 32018 233654 32625 233245 32964 c
+232835 33316 232271 33486 231551 33486 c
+230775 33486 229844 33274 228743 32865 C
+228165 34361 L
+239566 38989 L
+241387 38989 L
+@c
+F
+%CHAR: 249204 0 (g) @t
+261975 13815 m
+259660 14944 257882 16510 256641 18542 c
+255399 20574 254792 22804 254792 25259 c
+254792 29013 256203 32230 259025 34939 c
+261848 37634 265460 38989 269877 38989 c
+273489 38989 276608 38100 279261 36336 C
+287276 36336 l
+288461 36336 289153 36308 289350 36237 c
+289534 36167 289675 36054 289759 35885 c
+289929 35631 290013 35193 290013 34558 c
+290013 33839 289943 33345 289802 33077 c
+289717 32935 289576 32823 289364 32738 c
+289167 32653 288461 32625 287276 32625 c
+282365 32625 L
+283903 30635 284679 28095 284679 25005 c
+284679 21477 283325 18472 280630 15960 c
+277920 13448 274294 12192 269750 12192 c
+267873 12192 265968 12474 264007 13025 C
+262793 11980 261975 11063 261551 10273 c
+261114 9483 260902 8819 260902 8269 c
+260902 7803 261128 7352 261579 6900 c
+262045 6463 262934 6152 264247 5955 c
+265023 5842 266956 5743 270046 5659 c
+275719 5532 279402 5334 281081 5080 c
+283635 4727 285681 3782 287219 2230 c
+288743 691 289505 -1214 289505 -3471 c
+289505 -6590 288052 -9511 285131 -12234 c
+280827 -16256 275225 -18274 268311 -18274 c
+262991 -18274 258489 -17075 254820 -14676 c
+252760 -13293 251730 -11867 251730 -10372 c
+251730 -9708 251871 -9059 252181 -8396 c
+252647 -7366 253621 -5955 255074 -4135 c
+255272 -3881 256669 -2399 259293 325 C
+257854 1185 256852 1947 256260 2625 c
+255667 3302 255371 4064 255371 4925 c
+255371 5884 255752 7013 256542 8311 c
+257332 9610 259138 11444 261975 13815 C
+@c
+269171 36999 m
+267139 36999 265418 36181 264049 34558 c
+262666 32935 261975 30438 261975 27079 c
+261975 22719 262920 19346 264783 16948 c
+266222 15127 268042 14224 270244 14224 c
+272346 14224 274068 15000 275408 16581 c
+276763 18147 277440 20616 277440 23975 c
+277440 28363 276495 31792 274590 34276 c
+273179 36096 271373 36999 269171 36999 c
+@c
+261565 0 m
+260267 -1411 259293 -2709 258630 -3923 c
+257967 -5136 257642 -6251 257642 -7281 c
+257642 -8594 258433 -9751 260041 -10753 c
+262793 -12460 266772 -13307 271979 -13307 c
+276947 -13307 280601 -12432 282958 -10682 c
+285314 -8932 286500 -7070 286500 -5080 c
+286500 -3655 285794 -2639 284383 -2032 c
+282958 -1425 280107 -1058 275874 -945 c
+269665 -790 264896 -466 261565 0 C
+@c
+F
+%CHAR: 291538 0 (h) @t
+305310 58787 m
+305310 31087 L
+308359 34445 310786 36604 312578 37564 c
+314370 38509 316162 38989 317954 38989 c
+320099 38989 321948 38396 323500 37211 c
+325038 36026 326181 34163 326929 31623 c
+327451 29859 327705 26642 327705 21957 c
+327705 8551 l
+327705 6167 327902 4516 328283 3641 c
+328566 2977 329031 2455 329695 2060 c
+330358 1679 331571 1482 333335 1482 C
+333335 0 L
+314737 0 L
+314737 1482 L
+315598 1482 l
+317361 1482 318589 1764 319281 2300 c
+319972 2836 320452 3627 320720 4671 c
+320805 5108 320847 6406 320847 8551 c
+320847 21957 l
+320847 26092 320635 28801 320212 30099 c
+319774 31397 319097 32357 318166 33006 c
+317220 33655 316091 33980 314765 33980 c
+313424 33980 312013 33627 310560 32907 c
+309092 32188 307343 30748 305310 28561 C
+305310 8551 l
+305310 5969 305452 4360 305734 3725 c
+306030 3090 306566 2554 307357 2131 c
+308133 1707 309487 1482 311421 1482 C
+311421 0 L
+292653 0 L
+292653 1482 L
+294332 1482 295658 1750 296618 2272 c
+297168 2554 297620 3076 297944 3838 c
+298283 4614 298438 6181 298438 8551 c
+298438 42827 l
+298438 47160 298340 49812 298128 50814 c
+297930 51802 297606 52479 297182 52832 c
+296759 53199 296181 53368 295461 53368 c
+294882 53368 293951 53157 292653 52705 C
+292074 54159 L
+303405 58787 L
+305310 58787 L
+@c
+F
+%CHAR: 333872 0 (t) @t
+347517 50306 m
+347517 37874 L
+356365 37874 L
+356365 34982 L
+347517 34982 L
+347517 10414 l
+347517 7959 347870 6308 348576 5461 c
+349267 4600 350170 4177 351271 4177 c
+352188 4177 353063 4459 353924 5024 c
+354771 5588 355434 6421 355914 7521 C
+357522 7521 L
+356549 4826 355194 2794 353430 1425 c
+351666 56 349846 -621 347969 -621 c
+346699 -621 345457 -268 344244 437 c
+343030 1143 342141 2145 341563 3457 c
+340984 4755 340688 6773 340688 9511 c
+340688 34982 L
+334705 34982 L
+334705 36336 L
+336214 36943 337767 37973 339347 39412 c
+340928 40866 342353 42588 343580 44563 c
+344215 45607 345104 47526 346233 50306 C
+347517 50306 L
+@c
+F
+%CHAR: 378562 0 (\050) @t
+404851 -16581 m
+404851 -18105 L
+400688 -16016 397217 -13561 394437 -10753 c
+390472 -6759 387410 -2046 385265 3387 c
+383106 8819 382033 14450 382033 20292 c
+382033 28843 384150 36633 388355 43674 c
+392574 50716 398078 55753 404851 58787 C
+404851 57051 L
+401464 55175 398685 52621 396497 49361 c
+394324 46115 392701 41995 391629 36999 c
+390556 32018 390020 26797 390020 21378 c
+390020 15480 390472 10118 391375 5292 c
+392095 1482 392970 -1566 393986 -3866 c
+395002 -6167 396370 -8382 398092 -10499 c
+399813 -12629 402071 -14647 404851 -16581 C
+@c
+F
+%CHAR: 406756 0 (a) @t
+430858 5461 m
+426977 2455 424536 720 423534 254 c
+422053 -437 420472 -790 418793 -790 c
+416168 -790 414009 113 412316 1905 c
+410622 3697 409776 6054 409776 8975 c
+409776 10823 410185 12418 411018 13772 c
+412146 15635 414108 17399 416902 19064 c
+419696 20715 424353 22719 430858 25090 C
+430858 26585 l
+430858 30353 430265 32950 429066 34361 c
+427866 35758 426117 36463 423831 36463 c
+422095 36463 420712 35998 419696 35052 c
+418652 34121 418130 33048 418130 31835 c
+418214 29436 l
+418214 28166 417890 27192 417241 26501 c
+416591 25809 415745 25471 414686 25471 c
+413670 25471 412838 25823 412189 26543 c
+411540 27263 411215 28236 411215 29478 c
+411215 31849 412429 34022 414856 36012 c
+417283 37987 420684 38989 425072 38989 c
+428431 38989 431182 38425 433341 37296 c
+434964 36435 436164 35094 436940 33274 c
+437434 32089 437674 29676 437674 26007 c
+437674 13152 l
+437674 9539 437744 7324 437885 6505 c
+438026 5701 438252 5151 438563 4882 c
+438887 4600 439254 4459 439663 4459 c
+440101 4459 440496 4558 440820 4755 c
+441399 5108 442514 6124 444165 7775 C
+444165 5461 L
+441088 1326 438139 -748 435317 -748 c
+433976 -748 432904 -282 432100 663 c
+431295 1595 430886 3203 430858 5461 C
+@c
+430858 8142 m
+430858 22578 L
+426695 20913 424014 19742 422800 19064 c
+420613 17851 419061 16581 418130 15254 c
+417184 13928 416718 12488 416718 10908 c
+416718 8932 417311 7281 418496 5969 c
+419682 4671 421051 4008 422589 4008 c
+424691 4008 427443 5390 430858 8142 C
+@c
+F
+%CHAR: 444334 0 (r) @t
+458064 38989 m
+458064 30466 L
+461225 36153 464485 38989 467815 38989 c
+469325 38989 470581 38523 471583 37606 c
+472570 36675 473064 35602 473064 34403 c
+473064 33316 472712 32413 471992 31665 c
+471272 30918 470426 30551 469424 30551 c
+468464 30551 467378 31030 466178 31976 c
+464979 32921 464090 33401 463511 33401 c
+463017 33401 462481 33133 461902 32583 c
+460661 31454 459377 29591 458064 26995 C
+458064 8848 l
+458064 6759 458318 5165 458840 4092 c
+459207 3344 459842 2723 460745 2230 c
+461663 1736 462961 1482 464668 1482 C
+464668 0 L
+445279 0 L
+445279 1482 L
+447213 1482 448652 1792 449583 2399 c
+450275 2836 450755 3542 451037 4501 c
+451164 4981 451234 6308 451234 8523 c
+451234 23199 l
+451234 27601 451150 30226 450966 31073 c
+450797 31905 450458 32526 449978 32907 c
+449499 33288 448892 33486 448172 33486 c
+447326 33486 446366 33274 445279 32865 C
+444870 34361 L
+456328 38989 L
+458064 38989 L
+@c
+F
+%CHAR: 471004 0 (g) @t
+483775 13815 m
+481460 14944 479682 16510 478441 18542 c
+477199 20574 476592 22804 476592 25259 c
+476592 29013 478003 32230 480825 34939 c
+483648 37634 487260 38989 491677 38989 c
+495289 38989 498408 38100 501061 36336 C
+509076 36336 l
+510261 36336 510953 36308 511150 36237 c
+511334 36167 511475 36054 511559 35885 c
+511729 35631 511813 35193 511813 34558 c
+511813 33839 511743 33345 511602 33077 c
+511517 32935 511376 32823 511164 32738 c
+510967 32653 510261 32625 509076 32625 c
+504165 32625 L
+505703 30635 506479 28095 506479 25005 c
+506479 21477 505125 18472 502430 15960 c
+499720 13448 496094 12192 491550 12192 c
+489673 12192 487768 12474 485807 13025 C
+484593 11980 483775 11063 483351 10273 c
+482914 9483 482702 8819 482702 8269 c
+482702 7803 482928 7352 483379 6900 c
+483845 6463 484734 6152 486047 5955 c
+486823 5842 488756 5743 491846 5659 c
+497519 5532 501202 5334 502881 5080 c
+505435 4727 507481 3782 509019 2230 c
+510543 691 511305 -1214 511305 -3471 c
+511305 -6590 509852 -9511 506931 -12234 c
+502627 -16256 497025 -18274 490111 -18274 c
+484791 -18274 480289 -17075 476620 -14676 c
+474560 -13293 473530 -11867 473530 -10372 c
+473530 -9708 473671 -9059 473981 -8396 c
+474447 -7366 475421 -5955 476874 -4135 c
+477072 -3881 478469 -2399 481093 325 C
+479654 1185 478652 1947 478060 2625 c
+477467 3302 477171 4064 477171 4925 c
+477171 5884 477552 7013 478342 8311 c
+479132 9610 480938 11444 483775 13815 C
+@c
+490971 36999 m
+488939 36999 487218 36181 485849 34558 c
+484466 32935 483775 30438 483775 27079 c
+483775 22719 484720 19346 486583 16948 c
+488022 15127 489842 14224 492044 14224 c
+494146 14224 495868 15000 497208 16581 c
+498563 18147 499240 20616 499240 23975 c
+499240 28363 498295 31792 496390 34276 c
+494979 36096 493173 36999 490971 36999 c
+@c
+483365 0 m
+482067 -1411 481093 -2709 480430 -3923 c
+479767 -5136 479442 -6251 479442 -7281 c
+479442 -8594 480233 -9751 481841 -10753 c
+484593 -12460 488572 -13307 493779 -13307 c
+498747 -13307 502401 -12432 504758 -10682 c
+507114 -8932 508300 -7070 508300 -5080 c
+508300 -3655 507594 -2639 506183 -2032 c
+504758 -1425 501907 -1058 497674 -945 c
+491465 -790 486696 -466 483365 0 C
+@c
+F
+%CHAR: 513338 0 (#) @t
+518093 -1157 m
+521932 17653 L
+514862 17653 L
+514862 21040 L
+522595 21040 L
+525445 35221 L
+514862 35221 L
+514862 38523 L
+526236 38523 L
+530003 57334 L
+533432 57334 L
+529665 38523 L
+543606 38523 L
+547614 57334 L
+551043 57334 L
+547120 38523 L
+554147 38523 L
+554147 35221 L
+546499 35221 L
+543606 21040 L
+554147 21040 L
+554147 17653 L
+542901 17653 L
+539049 -1157 L
+535704 -1157 L
+539472 17653 L
+525445 17653 L
+521522 -1157 L
+518093 -1157 L
+@c
+526066 21040 m
+540093 21040 L
+543056 35221 L
+528959 35221 L
+526066 21040 L
+@c
+F
+%CHAR: 555672 0 (1) @t
+565592 50560 m
+579238 57221 L
+580606 57221 L
+580606 9878 l
+580606 6745 580733 4784 580987 4008 c
+581256 3246 581806 2653 582624 2230 c
+583457 1820 585136 1580 587676 1524 C
+587676 0 L
+566580 0 L
+566580 1524 L
+569233 1580 570940 1806 571716 2215 c
+572478 2611 573015 3147 573325 3824 c
+573621 4501 573777 6519 573777 9878 c
+573777 40146 l
+573777 44224 573636 46835 573367 47992 c
+573170 48881 572817 49530 572309 49939 c
+571801 50349 571194 50560 570475 50560 c
+569459 50560 568033 50137 566213 49276 C
+565592 50560 L
+@c
+F
+%CHAR: 598006 0 (\051) @t
+599911 57051 m
+599911 58787 L
+604102 56727 607587 54286 610367 51463 c
+614304 47442 617352 42729 619497 37310 c
+621656 31891 622729 26247 622729 20377 c
+622729 11839 620626 4050 616421 -2992 c
+612216 -10033 606713 -15071 599911 -18105 C
+599911 -16581 L
+603298 -14676 606092 -12107 608279 -8862 c
+610466 -5630 612103 -1510 613161 3500 c
+614220 8495 614756 13716 614756 19135 c
+614756 25005 614290 30367 613387 35221 c
+612696 39031 611835 42065 610805 44366 c
+609761 46652 608392 48853 606684 50970 c
+604977 53100 602719 55118 599911 57051 C
+@c
+F
+T
+@rax %Note: Object
+176.91364 514.65600 226.77024 514.65713 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+178.29439 514.65657 m
+225.38948 514.65657 L
+S
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+181.48989 517.23496 m
+177.51231 514.65657 L
+181.48989 512.07619 L
+S
+@J
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+222.19398 517.23496 m
+226.17156 514.65657 L
+222.19398 512.07619 L
+S
+@J
+
+@rax 104.63726 158.86885 124.98548 638.31430 @E
+[0.00028346 0.00000000 0.00000000 0.00028346 124.98547574 615.20624521] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_AvantGardeBkBT 84667.00000 z
+%CHAR: -71784 0 (1) @t
+-43844 0 m
+-50123 0 L
+-50123 55034 L
+-60622 55034 L
+-60622 60198 L
+-43844 60198 L
+-43844 0 L
+@c
+F
+%CHAR: -47837 0 (0) @t
+-38453 19883 m
+-38453 14887 -37169 11007 -34601 8227 c
+-32047 5447 -28491 4050 -23947 4050 c
+-19417 4050 -15875 5433 -13307 8184 c
+-10753 10936 -9469 14789 -9469 19713 c
+-9469 40471 l
+-9469 45367 -10753 49206 -13335 51986 c
+-15918 54751 -19445 56134 -23947 56134 c
+-28491 56134 -32047 54737 -34601 51943 c
+-37169 49135 -38453 45240 -38453 40217 c
+-38453 19883 l
+@c
+-44281 21167 m
+-44281 39017 l
+-44281 42912 -43999 45833 -43448 47809 c
+-42898 49770 -41995 51619 -40725 53326 c
+-38735 55937 -36308 57955 -33429 59366 c
+-30551 60763 -27390 61468 -23933 61468 c
+-17625 61468 -12658 59507 -9017 55598 c
+-5376 51689 -3556 46271 -3556 39356 c
+-3556 20913 l
+-3556 17667 -3824 14972 -4346 12841 c
+-4868 10696 -5701 8819 -6858 7197 c
+-8763 4516 -11204 2455 -14182 988 c
+-17159 -466 -20405 -1199 -23933 -1199 c
+-27390 -1199 -30537 -508 -33401 889 c
+-36280 2286 -38735 4304 -40810 6943 c
+-42023 8481 -42898 10372 -43448 12587 c
+-43999 14803 -44281 17667 -44281 21167 c
+@c
+F
+%CHAR: -47837 -158989 (9) @t
+-24229 -132827 m
+-20109 -132827 -16637 -131388 -13843 -128523 c
+-11049 -125658 -9652 -122131 -9652 -117940 c
+-9652 -113706 -11077 -110122 -13928 -107215 c
+-16778 -104308 -20236 -102855 -24314 -102855 c
+-28251 -102855 -31553 -104266 -34206 -107074 c
+-36873 -109882 -38199 -113480 -38199 -117855 c
+-38199 -122215 -36887 -125800 -34248 -128608 c
+-31623 -131416 -28279 -132827 -24229 -132827 c
+@c
+-25640 -158989 m
+-33034 -158989 L
+-18994 -137173 L
+-20278 -137469 -21463 -137695 -22550 -137850 c
+-23622 -138006 -24596 -138076 -25471 -138076 c
+-30932 -138076 -35447 -136171 -39018 -132375 c
+-42588 -128565 -44366 -123782 -44366 -118024 c
+-44366 -112098 -42432 -107201 -38580 -103335 c
+-34728 -99454 -29817 -97521 -23862 -97521 c
+-18020 -97521 -13166 -99426 -9299 -103250 c
+-5419 -107060 -3486 -111759 -3486 -117319 c
+-3486 -122145 -5969 -128382 -10936 -136016 c
+-11402 -136750 -11755 -137314 -12009 -137709 c
+-25640 -158989 L
+@c
+F
+%CHAR: -47837 -317978 (8) @t
+-34530 -271580 m
+-34530 -274558 -33585 -276985 -31694 -278834 c
+-29803 -280696 -27348 -281628 -24314 -281628 c
+-20701 -281628 -17921 -280781 -15988 -279088 c
+-14055 -277394 -13095 -274953 -13095 -271750 c
+-13095 -268857 -14097 -266500 -16101 -264666 c
+-18091 -262832 -20659 -261914 -23777 -261914 c
+-26840 -261914 -29394 -262832 -31454 -264680 c
+-33500 -266529 -34530 -268829 -34530 -271580 c
+@c
+-37169 -300692 m
+-37169 -304530 -35927 -307705 -33429 -310231 c
+-30932 -312757 -27898 -314013 -24314 -314013 c
+-20377 -314013 -17131 -312729 -14577 -310160 c
+-12023 -307606 -10753 -304361 -10753 -300452 c
+-10753 -296416 -11952 -293185 -14351 -290729 c
+-16750 -288274 -19911 -287046 -23862 -287046 c
+-27968 -287046 -31214 -288260 -33599 -290701 c
+-35984 -293142 -37169 -296473 -37169 -300692 c
+@c
+-34036 -284351 m
+-36153 -282954 -37762 -281247 -38848 -279257 c
+-39935 -277253 -40485 -274995 -40485 -272498 c
+-40485 -268194 -38876 -264468 -35659 -261308 c
+-32456 -258161 -28589 -256580 -24060 -256580 c
+-19347 -256580 -15381 -258104 -12164 -261166 c
+-8961 -264229 -7352 -267869 -7352 -272074 c
+-7352 -274840 -7902 -277211 -8989 -279215 c
+-10076 -281204 -11755 -282926 -14041 -284351 C
+-10880 -286143 -8523 -288288 -6985 -290786 c
+-5447 -293283 -4671 -296233 -4671 -299619 c
+-4671 -305292 -6491 -309977 -10146 -313660 c
+-13801 -317343 -18528 -319177 -24314 -319177 c
+-29577 -319177 -34036 -317329 -37691 -313618 c
+-41346 -309906 -43166 -305377 -43166 -300029 c
+-43166 -296585 -42461 -293636 -41035 -291181 c
+-39624 -288726 -37282 -286454 -34036 -284351 C
+@c
+F
+%CHAR: -47837 -476967 (7) @t
+-30212 -476967 m
+-36830 -476967 L
+-13011 -422681 L
+-39356 -422681 L
+-39356 -416769 L
+-6153 -416769 L
+-6153 -422187 L
+-30212 -476967 L
+@c
+F
+%CHAR: -47837 -635956 (6) @t
+-23622 -601849 m
+-27743 -601849 -31214 -603289 -34008 -606153 c
+-36802 -609018 -38199 -612546 -38199 -616737 c
+-38199 -620984 -36774 -624568 -33909 -627503 c
+-31045 -630439 -27587 -631906 -23538 -631906 c
+-19601 -631906 -16299 -630481 -13646 -627645 c
+-10979 -624808 -9652 -621196 -9652 -616821 c
+-9652 -612461 -10965 -608877 -13603 -606069 c
+-16228 -603260 -19572 -601849 -23622 -601849 c
+@c
+-22169 -575758 m
+-14817 -575758 L
+-28857 -597503 L
+-27573 -597207 -26388 -596981 -25301 -596826 c
+-24229 -596671 -23255 -596600 -22380 -596600 c
+-16919 -596600 -12404 -598505 -8834 -602301 c
+-5264 -606111 -3486 -610895 -3486 -616652 c
+-3486 -622550 -5433 -627447 -9314 -631328 c
+-13194 -635208 -18119 -637155 -24074 -637155 c
+-29916 -637155 -34756 -635250 -38594 -631426 c
+-42447 -627616 -44366 -622903 -44366 -617315 c
+-44366 -612517 -41882 -606294 -36915 -598632 c
+-36421 -597884 -36054 -597320 -35800 -596925 c
+-22169 -575758 L
+@c
+F
+%CHAR: -47837 -794945 (5) @t
+-44366 -776671 m
+-38368 -776671 L
+-38143 -780580 -36619 -783910 -33782 -786634 c
+-30946 -789357 -27644 -790726 -23862 -790726 c
+-19812 -790726 -16383 -789202 -13589 -786154 c
+-10795 -783120 -9398 -779352 -9398 -774893 c
+-9398 -770377 -10795 -766723 -13589 -763915 c
+-16383 -761121 -20052 -759724 -24568 -759724 c
+-27122 -759724 -29436 -760302 -31510 -761445 c
+-33571 -762588 -35405 -764324 -37000 -766666 C
+-41558 -764564 L
+-36224 -734747 L
+-9074 -734747 L
+-9074 -740659 L
+-31172 -740659 L
+-34192 -757452 L
+-32456 -756210 -30748 -755307 -29055 -754742 c
+-27348 -754178 -25513 -753896 -23538 -753896 c
+-17667 -753896 -12855 -755885 -9102 -759851 c
+-5362 -763816 -3486 -768882 -3486 -775062 c
+-3486 -780904 -5489 -785872 -9497 -789978 c
+-13505 -794084 -18373 -796144 -24074 -796144 c
+-29492 -796144 -34135 -794324 -37959 -790669 c
+-41783 -787015 -43928 -782344 -44366 -776671 C
+@c
+F
+%CHAR: -47837 -953934 (4) @t
+-15833 -937057 m
+-15593 -900678 L
+-38002 -937057 L
+-15833 -937057 L
+@c
+-10174 -953934 m
+-16002 -953934 L
+-16002 -942306 L
+-44196 -942306 L
+-44196 -937057 L
+-16919 -893736 L
+-10174 -893736 L
+-10174 -937057 L
+-3641 -937057 L
+-3641 -942306 L
+-10174 -942306 L
+-10174 -953934 L
+@c
+F
+%CHAR: -47837 -1112923 (3) @t
+-37338 -1094649 m
+-37338 -1095143 l
+-37338 -1099122 -36111 -1102410 -33641 -1105035 c
+-31172 -1107645 -28124 -1108958 -24483 -1108958 c
+-20546 -1108958 -17300 -1107660 -14746 -1105049 c
+-12192 -1102438 -10922 -1099122 -10922 -1095058 c
+-10922 -1090458 -12277 -1086958 -14972 -1084574 c
+-17667 -1082189 -21633 -1081004 -26840 -1081004 c
+-27573 -1081004 -28152 -1081004 -28547 -1081018 c
+-28956 -1081032 -29295 -1081060 -29605 -1081088 C
+-29605 -1076079 L
+-29295 -1076107 -28970 -1076135 -28618 -1076149 c
+-28251 -1076163 -27714 -1076163 -26995 -1076163 c
+-23030 -1076163 -20052 -1075345 -18048 -1073708 c
+-16059 -1072057 -15057 -1069616 -15057 -1066370 c
+-15057 -1063548 -15918 -1061234 -17625 -1059413 c
+-19332 -1057593 -21477 -1056690 -24060 -1056690 c
+-27009 -1056690 -29323 -1057579 -31002 -1059357 c
+-32696 -1061135 -33556 -1063619 -33613 -1066822 C
+-39116 -1066822 L
+-38862 -1062137 -37367 -1058412 -34615 -1055660 c
+-31849 -1052908 -28237 -1051525 -23777 -1051525 c
+-19671 -1051525 -16172 -1052993 -13293 -1055928 c
+-10414 -1058863 -8975 -1062349 -8975 -1066370 c
+-8975 -1068769 -9441 -1070858 -10358 -1072636 c
+-11289 -1074414 -12771 -1076036 -14803 -1077532 C
+-11529 -1079268 -9060 -1081540 -7409 -1084376 c
+-5758 -1087198 -4925 -1090571 -4925 -1094480 c
+-4925 -1100025 -6745 -1104682 -10400 -1108464 c
+-14055 -1112232 -18641 -1114122 -24144 -1114122 c
+-30029 -1114122 -34671 -1112387 -38086 -1108915 c
+-41501 -1105444 -43251 -1100689 -43336 -1094649 C
+-37338 -1094649 L
+@c
+F
+%CHAR: -47837 -1271912 (2) @t
+-5010 -1271912 m
+-42334 -1271912 L
+-42334 -1266084 L
+-20998 -1245835 l
+-16778 -1241841 -13998 -1238680 -12630 -1236366 c
+-11261 -1234052 -10584 -1231653 -10584 -1229169 c
+-10584 -1225402 -11811 -1222241 -14281 -1219687 c
+-16750 -1217132 -19883 -1215862 -23693 -1215862 c
+-27602 -1215862 -30734 -1217161 -33077 -1219771 c
+-35419 -1222382 -36590 -1225839 -36590 -1230171 c
+-36590 -1230383 -36576 -1230679 -36548 -1231032 c
+-36520 -1231399 -36506 -1231667 -36506 -1231865 C
+-42334 -1231865 L
+-42334 -1230961 l
+-42334 -1224894 -40556 -1219955 -36986 -1216145 c
+-33415 -1212349 -28815 -1210444 -23199 -1210444 c
+-18091 -1210444 -13759 -1212278 -10188 -1215961 c
+-6618 -1219644 -4840 -1224188 -4840 -1229578 c
+-4840 -1232697 -5588 -1235689 -7098 -1238539 c
+-8594 -1241390 -10965 -1244325 -14224 -1247359 c
+-34516 -1266084 L
+-5010 -1266084 L
+-5010 -1271912 L
+@c
+F
+%CHAR: -47837 -1430901 (1) @t
+-19897 -1430901 m
+-26176 -1430901 L
+-26176 -1375867 L
+-36675 -1375867 L
+-36675 -1370703 L
+-19897 -1370703 L
+-19897 -1430901 L
+@c
+F
+%CHAR: -47837 -1589890 (0) @t
+-38453 -1570007 m
+-38453 -1575003 -37169 -1578883 -34601 -1581663 c
+-32047 -1584443 -28491 -1585840 -23947 -1585840 c
+-19417 -1585840 -15875 -1584457 -13307 -1581706 c
+-10753 -1578954 -9469 -1575101 -9469 -1570177 c
+-9469 -1549419 l
+-9469 -1544523 -10753 -1540684 -13335 -1537904 c
+-15918 -1535139 -19445 -1533756 -23947 -1533756 c
+-28491 -1533756 -32047 -1535153 -34601 -1537947 c
+-37169 -1540755 -38453 -1544650 -38453 -1549673 c
+-38453 -1570007 l
+@c
+-44281 -1568723 m
+-44281 -1550873 l
+-44281 -1546978 -43999 -1544057 -43448 -1542081 c
+-42898 -1540120 -41995 -1538271 -40725 -1536564 c
+-38735 -1533953 -36308 -1531935 -33429 -1530524 c
+-30551 -1529127 -27390 -1528422 -23933 -1528422 c
+-17625 -1528422 -12658 -1530383 -9017 -1534292 c
+-5376 -1538201 -3556 -1543619 -3556 -1550534 c
+-3556 -1568977 l
+-3556 -1572223 -3824 -1574918 -4346 -1577049 c
+-4868 -1579194 -5701 -1581071 -6858 -1582693 c
+-8763 -1585374 -11204 -1587435 -14182 -1588902 c
+-17159 -1590356 -20405 -1591089 -23933 -1591089 c
+-27390 -1591089 -30537 -1590398 -33401 -1589001 c
+-36280 -1587604 -38735 -1585586 -40810 -1582947 c
+-42023 -1581409 -42898 -1579518 -43448 -1577303 c
+-43999 -1575087 -44281 -1572223 -44281 -1568723 c
+@c
+F
+T
+@rax %Note: Object
+636.99931 49.51871 637.00044 170.30806 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+636.99987 168.92731 m
+636.99987 50.89946 L
+S
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+639.57827 165.73181 m
+636.99987 169.70939 L
+634.41950 165.73181 L
+S
+@J
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+639.57827 54.09496 m
+636.99987 50.11739 L
+634.41950 54.09496 L
+S
+@J
+
+@rax 647.26384 43.21304 695.68781 171.30217 @E
+[0.00000001 -0.00028346 0.00028346 0.00000001 679.02375469 171.24207248] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_TimesNewRoman 84667.00000 z
+%CHAR: 0 0 (b) @t
+13025 31341 m
+16694 36435 20645 38989 24892 38989 c
+28773 38989 32159 37324 35052 34008 c
+37945 30678 39398 26148 39398 20377 c
+39398 13660 37169 8241 32696 4135 c
+28871 607 24596 -1157 19883 -1157 c
+17681 -1157 15438 -762 13166 42 c
+10894 847 8565 2046 6195 3641 C
+6195 42870 l
+6195 47174 6096 49812 5884 50814 c
+5687 51802 5362 52479 4925 52832 c
+4473 53199 3923 53368 3260 53368 c
+2498 53368 1524 53157 367 52705 C
+-212 54159 L
+11162 58787 L
+13025 58787 L
+13025 31341 L
+@c
+13025 28688 m
+13025 6040 L
+14422 4657 15875 3612 17385 2921 c
+18881 2215 20419 1863 21999 1863 c
+24497 1863 26839 3246 28998 5997 c
+31157 8749 32244 12756 32244 18020 c
+32244 22874 31157 26600 28998 29210 c
+26839 31807 24384 33119 21618 33119 c
+20165 33119 18697 32738 17244 32004 c
+16143 31454 14732 30339 13025 28688 C
+@c
+F
+%CHAR: 42334 0 (o) @t
+63501 38989 m
+69230 38989 73830 36802 77316 32456 c
+80265 28730 81732 24455 81732 19643 c
+81732 16242 80914 12813 79291 9342 c
+77668 5870 75425 3246 72574 1482 c
+69724 -282 66549 -1157 63049 -1157 c
+57334 -1157 52804 1115 49446 5659 c
+46610 9497 45184 13801 45184 18556 c
+45184 22042 46045 25485 47767 28914 c
+49488 32343 51760 34883 54568 36520 c
+57377 38171 60354 38989 63501 38989 c
+@c
+62217 36294 m
+60763 36294 59296 35871 57814 34996 c
+56346 34121 55147 32611 54244 30424 c
+53327 28251 52875 25457 52875 22042 c
+52875 16524 53976 11769 56163 7775 c
+58350 3782 61243 1778 64827 1778 c
+67494 1778 69696 2879 71445 5080 c
+73181 7295 74042 11077 74042 16454 c
+74042 23185 72602 28476 69696 32329 c
+67748 34982 65251 36294 62217 36294 c
+@c
+F
+%CHAR: 84668 0 (t) @t
+98313 50306 m
+98313 37874 L
+107161 37874 L
+107161 34982 L
+98313 34982 L
+98313 10414 l
+98313 7959 98666 6308 99372 5461 c
+100063 4600 100966 4177 102067 4177 c
+102984 4177 103859 4459 104720 5024 c
+105567 5588 106230 6421 106710 7521 C
+108318 7521 L
+107345 4826 105990 2794 104226 1425 c
+102462 56 100642 -621 98765 -621 c
+97495 -621 96253 -268 95040 437 c
+93826 1143 92937 2145 92359 3457 c
+91780 4755 91484 6773 91484 9511 c
+91484 34982 L
+85501 34982 L
+85501 36336 L
+87010 36943 88563 37973 90143 39412 c
+91724 40866 93149 42588 94376 44563 c
+95011 45607 95900 47526 97029 50306 C
+98313 50306 L
+@c
+F
+%CHAR: 108191 0 (t) @t
+121836 50306 m
+121836 37874 L
+130684 37874 L
+130684 34982 L
+121836 34982 L
+121836 10414 l
+121836 7959 122189 6308 122895 5461 c
+123586 4600 124489 4177 125590 4177 c
+126507 4177 127382 4459 128243 5024 c
+129090 5588 129753 6421 130233 7521 C
+131841 7521 L
+130868 4826 129513 2794 127749 1425 c
+125985 56 124165 -621 122288 -621 c
+121018 -621 119776 -268 118563 437 c
+117349 1143 116460 2145 115882 3457 c
+115303 4755 115007 6773 115007 9511 c
+115007 34982 L
+109024 34982 L
+109024 36336 L
+110533 36943 112086 37973 113666 39412 c
+115247 40866 116672 42588 117899 44563 c
+118534 45607 119423 47526 120552 50306 C
+121836 50306 L
+@c
+F
+%CHAR: 131714 0 (o) @t
+152881 38989 m
+158610 38989 163210 36802 166696 32456 c
+169645 28730 171112 24455 171112 19643 c
+171112 16242 170294 12813 168671 9342 c
+167048 5870 164805 3246 161954 1482 c
+159104 -282 155929 -1157 152429 -1157 c
+146714 -1157 142184 1115 138826 5659 c
+135990 9497 134564 13801 134564 18556 c
+134564 22042 135425 25485 137147 28914 c
+138868 32343 141140 34883 143948 36520 c
+146757 38171 149734 38989 152881 38989 c
+@c
+151597 36294 m
+150143 36294 148676 35871 147194 34996 c
+145726 34121 144527 32611 143624 30424 c
+142707 28251 142255 25457 142255 22042 c
+142255 16524 143356 11769 145543 7775 c
+147730 3782 150623 1778 154207 1778 c
+156874 1778 159076 2879 160825 5080 c
+162561 7295 163422 11077 163422 16454 c
+163422 23185 161982 28476 159076 32329 c
+157128 34982 154631 36294 151597 36294 c
+@c
+F
+%CHAR: 174048 0 (m) @t
+187933 30918 m
+190699 33683 192322 35264 192816 35673 c
+194058 36731 195398 37536 196823 38114 c
+198263 38693 199674 38989 201085 38989 c
+203456 38989 205502 38298 207209 36915 c
+208917 35546 210060 33542 210638 30918 C
+213475 34234 215873 36407 217835 37437 c
+219782 38467 221800 38989 223860 38989 c
+225878 38989 227656 38467 229223 37437 c
+230775 36407 232003 34713 232920 32371 c
+233527 30776 233823 28265 233823 24850 c
+233823 8551 l
+233823 6181 234006 4558 234359 3683 c
+234641 3076 235149 2554 235897 2131 c
+236645 1707 237845 1482 239538 1482 C
+239538 0 L
+220841 0 L
+220841 1482 L
+221631 1482 l
+223254 1482 224524 1806 225441 2441 c
+226076 2879 226527 3584 226796 4544 c
+226908 5009 226965 6350 226965 8551 c
+226965 24850 l
+226965 27940 226598 30113 225850 31383 c
+224778 33147 223056 34022 220685 34022 c
+219218 34022 217750 33655 216283 32935 c
+214801 32202 213023 30847 210920 28857 C
+210836 28406 L
+210920 26628 L
+210920 8551 l
+210920 5969 211076 4360 211358 3725 c
+211654 3090 212190 2554 212995 2131 c
+213785 1707 215154 1482 217087 1482 C
+217087 0 L
+197938 0 L
+197938 1482 L
+200041 1482 201480 1736 202270 2230 c
+203046 2723 203597 3471 203893 4459 c
+204034 4939 204105 6294 204105 8551 c
+204105 24850 l
+204105 27940 203653 30156 202736 31496 c
+201522 33260 199829 34149 197656 34149 c
+196160 34149 194693 33754 193225 32950 c
+190939 31736 189175 30367 187933 28857 C
+187933 8551 l
+187933 6082 188117 4459 188456 3725 c
+188794 2977 189316 2413 189980 2046 c
+190657 1679 192026 1482 194100 1482 C
+194100 0 L
+175374 0 L
+175374 1482 L
+177110 1482 178324 1679 179015 2046 c
+179692 2413 180229 3006 180581 3824 c
+180934 4643 181118 6209 181118 8551 c
+181118 23029 l
+181118 27192 180991 29873 180751 31087 c
+180553 32004 180243 32625 179834 32964 c
+179424 33316 178860 33486 178140 33486 c
+177364 33486 176447 33274 175374 32865 C
+174754 34361 L
+186155 38989 L
+187933 38989 L
+187933 30918 L
+@c
+F
+%CHAR: 239905 0 (h) @t
+253677 58787 m
+253677 31087 L
+256726 34445 259153 36604 260945 37564 c
+262737 38509 264529 38989 266321 38989 c
+268466 38989 270315 38396 271867 37211 c
+273405 36026 274548 34163 275296 31623 c
+275818 29859 276072 26642 276072 21957 c
+276072 8551 l
+276072 6167 276269 4516 276650 3641 c
+276933 2977 277398 2455 278062 2060 c
+278725 1679 279938 1482 281702 1482 C
+281702 0 L
+263104 0 L
+263104 1482 L
+263965 1482 l
+265728 1482 266956 1764 267648 2300 c
+268339 2836 268819 3627 269087 4671 c
+269172 5108 269214 6406 269214 8551 c
+269214 21957 l
+269214 26092 269002 28801 268579 30099 c
+268141 31397 267464 32357 266533 33006 c
+265587 33655 264458 33980 263132 33980 c
+261791 33980 260380 33627 258927 32907 c
+257459 32188 255710 30748 253677 28561 C
+253677 8551 l
+253677 5969 253819 4360 254101 3725 c
+254397 3090 254933 2554 255724 2131 c
+256500 1707 257854 1482 259788 1482 C
+259788 0 L
+241020 0 L
+241020 1482 L
+242699 1482 244025 1750 244985 2272 c
+245535 2554 245987 3076 246311 3838 c
+246650 4614 246805 6181 246805 8551 c
+246805 42827 l
+246805 47160 246707 49812 246495 50814 c
+246297 51802 245973 52479 245549 52832 c
+245126 53199 244548 53368 243828 53368 c
+243249 53368 242318 53157 241020 52705 C
+240441 54159 L
+251772 58787 L
+253677 58787 L
+@c
+F
+%CHAR: 282239 0 (e) @t
+291256 23608 m
+291228 17978 292582 13575 295348 10372 c
+298100 7183 301346 5588 305057 5588 c
+307540 5588 309699 6265 311534 7634 c
+313368 8989 314892 11331 316134 14633 C
+317418 13815 L
+316840 10033 315160 6590 312380 3500 c
+309586 395 306101 -1157 301924 -1157 c
+297366 -1157 293471 607 290240 4149 c
+286994 7691 285386 12460 285386 18443 c
+285386 24920 287037 29972 290367 33585 c
+293683 37211 297846 39031 302870 39031 c
+307117 39031 310602 37634 313326 34826 c
+316049 32032 317418 28293 317418 23608 C
+291256 23608 L
+@c
+291256 26007 m
+308782 26007 L
+308641 28434 308359 30141 307907 31129 c
+307230 32667 306200 33881 304831 34770 c
+303462 35645 302037 36096 300555 36096 c
+298269 36096 296223 35207 294417 33429 c
+292611 31651 291552 29168 291256 26007 C
+@c
+F
+%CHAR: 319817 0 (i) @t
+332094 58787 m
+333251 58787 334239 58378 335057 57574 c
+335861 56755 336271 55767 336271 54610 c
+336271 53453 335861 52465 335057 51633 c
+334239 50814 333251 50391 332094 50391 c
+330937 50391 329949 50814 329116 51633 c
+328298 52465 327874 53453 327874 54610 c
+327874 55767 328284 56755 329102 57574 c
+329906 58378 330908 58787 332094 58787 c
+@c
+335523 38989 m
+335523 8551 l
+335523 6181 335692 4614 336045 3824 c
+336384 3034 336892 2455 337569 2060 c
+338246 1679 339488 1482 341280 1482 C
+341280 0 L
+322879 0 L
+322879 1482 L
+324728 1482 325969 1665 326590 2032 c
+327225 2385 327733 2977 328100 3810 c
+328481 4628 328665 6209 328665 8551 c
+328665 23156 l
+328665 27263 328538 29916 328298 31129 c
+328100 32018 327790 32625 327381 32964 c
+326971 33316 326407 33486 325687 33486 c
+324911 33486 323980 33274 322879 32865 C
+322301 34361 L
+333702 38989 L
+335523 38989 L
+@c
+F
+%CHAR: 343340 0 (g) @t
+356111 13815 m
+353796 14944 352018 16510 350777 18542 c
+349535 20574 348928 22804 348928 25259 c
+348928 29013 350339 32230 353161 34939 c
+355984 37634 359596 38989 364013 38989 c
+367625 38989 370744 38100 373397 36336 C
+381412 36336 l
+382597 36336 383289 36308 383486 36237 c
+383670 36167 383811 36054 383895 35885 c
+384065 35631 384149 35193 384149 34558 c
+384149 33839 384079 33345 383938 33077 c
+383853 32935 383712 32823 383500 32738 c
+383303 32653 382597 32625 381412 32625 c
+376501 32625 L
+378039 30635 378815 28095 378815 25005 c
+378815 21477 377461 18472 374766 15960 c
+372056 13448 368430 12192 363886 12192 c
+362009 12192 360104 12474 358143 13025 C
+356929 11980 356111 11063 355687 10273 c
+355250 9483 355038 8819 355038 8269 c
+355038 7803 355264 7352 355715 6900 c
+356181 6463 357070 6152 358383 5955 c
+359159 5842 361092 5743 364182 5659 c
+369855 5532 373538 5334 375217 5080 c
+377771 4727 379817 3782 381355 2230 c
+382879 691 383641 -1214 383641 -3471 c
+383641 -6590 382188 -9511 379267 -12234 c
+374963 -16256 369361 -18274 362447 -18274 c
+357127 -18274 352625 -17075 348956 -14676 c
+346896 -13293 345866 -11867 345866 -10372 c
+345866 -9708 346007 -9059 346317 -8396 c
+346783 -7366 347757 -5955 349210 -4135 c
+349408 -3881 350805 -2399 353429 325 C
+351990 1185 350988 1947 350396 2625 c
+349803 3302 349507 4064 349507 4925 c
+349507 5884 349888 7013 350678 8311 c
+351468 9610 353274 11444 356111 13815 C
+@c
+363307 36999 m
+361275 36999 359554 36181 358185 34558 c
+356802 32935 356111 30438 356111 27079 c
+356111 22719 357056 19346 358919 16948 c
+360358 15127 362178 14224 364380 14224 c
+366482 14224 368204 15000 369544 16581 c
+370899 18147 371576 20616 371576 23975 c
+371576 28363 370631 31792 368726 34276 c
+367315 36096 365509 36999 363307 36999 c
+@c
+355701 0 m
+354403 -1411 353429 -2709 352766 -3923 c
+352103 -5136 351778 -6251 351778 -7281 c
+351778 -8594 352569 -9751 354177 -10753 c
+356929 -12460 360908 -13307 366115 -13307 c
+371083 -13307 374737 -12432 377094 -10682 c
+379450 -8932 380636 -7070 380636 -5080 c
+380636 -3655 379930 -2639 378519 -2032 c
+377094 -1425 374243 -1058 370010 -945 c
+363801 -790 359032 -466 355701 0 C
+@c
+F
+%CHAR: 385674 0 (h) @t
+399446 58787 m
+399446 31087 L
+402495 34445 404922 36604 406714 37564 c
+408506 38509 410298 38989 412090 38989 c
+414235 38989 416084 38396 417636 37211 c
+419174 36026 420317 34163 421065 31623 c
+421587 29859 421841 26642 421841 21957 c
+421841 8551 l
+421841 6167 422038 4516 422419 3641 c
+422702 2977 423167 2455 423831 2060 c
+424494 1679 425707 1482 427471 1482 C
+427471 0 L
+408873 0 L
+408873 1482 L
+409734 1482 l
+411497 1482 412725 1764 413417 2300 c
+414108 2836 414588 3627 414856 4671 c
+414941 5108 414983 6406 414983 8551 c
+414983 21957 l
+414983 26092 414771 28801 414348 30099 c
+413910 31397 413233 32357 412302 33006 c
+411356 33655 410227 33980 408901 33980 c
+407560 33980 406149 33627 404696 32907 c
+403228 32188 401479 30748 399446 28561 C
+399446 8551 l
+399446 5969 399588 4360 399870 3725 c
+400166 3090 400702 2554 401493 2131 c
+402269 1707 403623 1482 405557 1482 C
+405557 0 L
+386789 0 L
+386789 1482 L
+388468 1482 389794 1750 390754 2272 c
+391304 2554 391756 3076 392080 3838 c
+392419 4614 392574 6181 392574 8551 c
+392574 42827 l
+392574 47160 392476 49812 392264 50814 c
+392066 51802 391742 52479 391318 52832 c
+390895 53199 390317 53368 389597 53368 c
+389018 53368 388087 53157 386789 52705 C
+386210 54159 L
+397541 58787 L
+399446 58787 L
+@c
+F
+%CHAR: 428008 0 (t) @t
+441653 50306 m
+441653 37874 L
+450501 37874 L
+450501 34982 L
+441653 34982 L
+441653 10414 l
+441653 7959 442006 6308 442712 5461 c
+443403 4600 444306 4177 445407 4177 c
+446324 4177 447199 4459 448060 5024 c
+448907 5588 449570 6421 450050 7521 C
+451658 7521 L
+450685 4826 449330 2794 447566 1425 c
+445802 56 443982 -621 442105 -621 c
+440835 -621 439593 -268 438380 437 c
+437166 1143 436277 2145 435699 3457 c
+435120 4755 434824 6773 434824 9511 c
+434824 34982 L
+428841 34982 L
+428841 36336 L
+430350 36943 431903 37973 433483 39412 c
+435064 40866 436489 42588 437716 44563 c
+438351 45607 439240 47526 440369 50306 C
+441653 50306 L
+@c
+F
+%CHAR: 0 -93768 (\050) @t
+26289 -110349 m
+26289 -111873 L
+22126 -109784 18655 -107329 15875 -104521 c
+11910 -100527 8848 -95814 6703 -90381 c
+4544 -84949 3471 -79318 3471 -73476 c
+3471 -64925 5588 -57135 9793 -50094 c
+14012 -43052 19516 -38015 26289 -34981 C
+26289 -36717 L
+22902 -38593 20123 -41147 17935 -44407 c
+15762 -47653 14139 -51773 13067 -56769 c
+11994 -61750 11458 -66971 11458 -72390 c
+11458 -78288 11910 -83650 12813 -88476 c
+13533 -92286 14408 -95334 15424 -97634 c
+16440 -99935 17808 -102150 19530 -104267 c
+21251 -106397 23509 -108415 26289 -110349 C
+@c
+F
+%CHAR: 28194 -93768 (c) @t
+63006 -79375 m
+61990 -84370 59986 -88208 57009 -90889 c
+54032 -93585 50744 -94925 47131 -94925 c
+42827 -94925 39074 -93119 35885 -89506 c
+32681 -85894 31087 -81026 31087 -74873 c
+31087 -68918 32865 -64078 36407 -60367 c
+39949 -56642 44196 -54779 49149 -54779 c
+52874 -54779 55937 -55767 58335 -57742 c
+60734 -59704 61934 -61750 61934 -63881 c
+61934 -64925 61595 -65771 60918 -66421 c
+60240 -67070 59295 -67394 58081 -67394 c
+56459 -67394 55231 -66872 54398 -65828 c
+53933 -65249 53622 -64135 53481 -62512 c
+53326 -60889 52762 -59647 51802 -58786 c
+50828 -57968 49502 -57559 47794 -57559 c
+45029 -57559 42813 -58575 41134 -60607 c
+38904 -63316 37790 -66886 37790 -71317 c
+37790 -75833 38890 -79826 41120 -83283 c
+43335 -86741 46327 -88476 50109 -88476 c
+52804 -88476 55231 -87559 57376 -85711 c
+58900 -84441 60367 -82140 61807 -78796 C
+63006 -79375 L
+@c
+F
+%CHAR: 65772 -93768 (m) @t
+79657 -62850 m
+82423 -60085 84046 -58504 84540 -58095 c
+85782 -57037 87122 -56232 88547 -55654 c
+89987 -55075 91398 -54779 92809 -54779 c
+95180 -54779 97226 -55470 98933 -56853 c
+100641 -58222 101784 -60226 102362 -62850 C
+105199 -59534 107597 -57361 109559 -56331 c
+111506 -55301 113524 -54779 115584 -54779 c
+117602 -54779 119380 -55301 120947 -56331 c
+122499 -57361 123727 -59055 124644 -61397 c
+125251 -62992 125547 -65503 125547 -68918 c
+125547 -85217 l
+125547 -87587 125730 -89210 126083 -90085 c
+126365 -90692 126873 -91214 127621 -91637 c
+128369 -92061 129569 -92286 131262 -92286 C
+131262 -93768 L
+112565 -93768 L
+112565 -92286 L
+113355 -92286 l
+114978 -92286 116248 -91962 117165 -91327 c
+117800 -90889 118251 -90184 118520 -89224 c
+118632 -88759 118689 -87418 118689 -85217 c
+118689 -68918 l
+118689 -65828 118322 -63655 117574 -62385 c
+116502 -60621 114780 -59746 112409 -59746 c
+110942 -59746 109474 -60113 108007 -60833 c
+106525 -61566 104747 -62921 102644 -64911 C
+102560 -65362 L
+102644 -67140 L
+102644 -85217 l
+102644 -87799 102800 -89408 103082 -90043 c
+103378 -90678 103914 -91214 104719 -91637 c
+105509 -92061 106878 -92286 108811 -92286 C
+108811 -93768 L
+89662 -93768 L
+89662 -92286 L
+91765 -92286 93204 -92032 93994 -91538 c
+94770 -91045 95321 -90297 95617 -89309 c
+95758 -88829 95829 -87474 95829 -85217 c
+95829 -68918 l
+95829 -65828 95377 -63612 94460 -62272 c
+93246 -60508 91553 -59619 89380 -59619 c
+87884 -59619 86417 -60014 84949 -60818 c
+82663 -62032 80899 -63401 79657 -64911 C
+79657 -85217 l
+79657 -87686 79841 -89309 80180 -90043 c
+80518 -90791 81040 -91355 81704 -91722 c
+82381 -92089 83750 -92286 85824 -92286 C
+85824 -93768 L
+67098 -93768 L
+67098 -92286 L
+68834 -92286 70048 -92089 70739 -91722 c
+71416 -91355 71953 -90762 72305 -89944 c
+72658 -89125 72842 -87559 72842 -85217 c
+72842 -70739 l
+72842 -66576 72715 -63895 72475 -62681 c
+72277 -61764 71967 -61143 71558 -60804 c
+71148 -60452 70584 -60282 69864 -60282 c
+69088 -60282 68171 -60494 67098 -60903 C
+66478 -59407 L
+77879 -54779 L
+79657 -54779 L
+79657 -62850 L
+@c
+F
+%CHAR: 131629 -93768 (\051) @t
+133534 -36717 m
+133534 -34981 L
+137725 -37041 141210 -39482 143990 -42305 c
+147927 -46326 150975 -51039 153120 -56458 c
+155279 -61877 156352 -67521 156352 -73391 c
+156352 -81929 154249 -89718 150044 -96760 c
+145839 -103801 140336 -108839 133534 -111873 C
+133534 -110349 L
+136921 -108444 139715 -105875 141902 -102630 c
+144089 -99398 145726 -95278 146784 -90268 c
+147843 -85273 148379 -80052 148379 -74633 c
+148379 -68763 147913 -63401 147010 -58547 c
+146319 -54737 145458 -51703 144428 -49402 c
+143384 -47116 142015 -44915 140307 -42798 c
+138600 -40668 136342 -38650 133534 -36717 C
+@c
+F
+%CHAR: 180990 -93768 (\050) @t
+207279 -110349 m
+207279 -111873 L
+203116 -109784 199645 -107329 196865 -104521 c
+192900 -100527 189838 -95814 187693 -90381 c
+185534 -84949 184461 -79318 184461 -73476 c
+184461 -64925 186578 -57135 190783 -50094 c
+195002 -43052 200506 -38015 207279 -34981 C
+207279 -36717 L
+203892 -38593 201113 -41147 198925 -44407 c
+196752 -47653 195129 -51773 194057 -56769 c
+192984 -61750 192448 -66971 192448 -72390 c
+192448 -78288 192900 -83650 193803 -88476 c
+194523 -92286 195398 -95334 196414 -97634 c
+197430 -99935 198798 -102150 200520 -104267 c
+202241 -106397 204499 -108415 207279 -110349 C
+@c
+F
+%CHAR: 209184 -93768 (a) @t
+233286 -88307 m
+229405 -91313 226964 -93048 225962 -93514 c
+224481 -94205 222900 -94558 221221 -94558 c
+218596 -94558 216437 -93655 214744 -91863 c
+213050 -90071 212204 -87714 212204 -84793 c
+212204 -82945 212613 -81350 213446 -79996 c
+214574 -78133 216536 -76369 219330 -74704 c
+222124 -73053 226781 -71049 233286 -68678 C
+233286 -67183 l
+233286 -63415 232693 -60818 231494 -59407 c
+230294 -58010 228545 -57305 226259 -57305 c
+224523 -57305 223140 -57770 222124 -58716 c
+221080 -59647 220558 -60720 220558 -61933 c
+220642 -64332 l
+220642 -65602 220318 -66576 219669 -67267 c
+219019 -67959 218173 -68297 217114 -68297 c
+216098 -68297 215266 -67945 214617 -67225 c
+213968 -66505 213643 -65532 213643 -64290 c
+213643 -61919 214857 -59746 217284 -57756 c
+219711 -55781 223112 -54779 227500 -54779 c
+230859 -54779 233610 -55343 235769 -56472 c
+237392 -57333 238592 -58674 239368 -60494 c
+239862 -61679 240102 -64092 240102 -67761 c
+240102 -80616 l
+240102 -84229 240172 -86444 240313 -87263 c
+240454 -88067 240680 -88617 240991 -88886 c
+241315 -89168 241682 -89309 242091 -89309 c
+242529 -89309 242924 -89210 243248 -89013 c
+243827 -88660 244942 -87644 246593 -85993 C
+246593 -88307 L
+243516 -92442 240567 -94516 237745 -94516 c
+236404 -94516 235332 -94050 234528 -93105 c
+233723 -92173 233314 -90565 233286 -88307 C
+@c
+233286 -85626 m
+233286 -71190 L
+229123 -72855 226442 -74026 225228 -74704 c
+223041 -75917 221489 -77187 220558 -78514 c
+219612 -79840 219146 -81280 219146 -82860 c
+219146 -84836 219739 -86487 220924 -87799 c
+222110 -89097 223479 -89760 225017 -89760 c
+227119 -89760 229871 -88378 233286 -85626 C
+@c
+F
+%CHAR: 246762 -93768 (r) @t
+260492 -54779 m
+260492 -63302 L
+263653 -57615 266913 -54779 270243 -54779 c
+271753 -54779 273009 -55245 274011 -56162 c
+274998 -57093 275492 -58166 275492 -59365 c
+275492 -60452 275140 -61355 274420 -62103 c
+273700 -62850 272854 -63217 271852 -63217 c
+270892 -63217 269806 -62738 268606 -61792 c
+267407 -60847 266518 -60367 265939 -60367 c
+265445 -60367 264909 -60635 264330 -61185 c
+263089 -62314 261805 -64177 260492 -66773 C
+260492 -84920 l
+260492 -87009 260746 -88603 261268 -89676 c
+261635 -90424 262270 -91045 263173 -91538 c
+264091 -92032 265389 -92286 267096 -92286 C
+267096 -93768 L
+247707 -93768 L
+247707 -92286 L
+249641 -92286 251080 -91976 252011 -91369 c
+252703 -90932 253183 -90226 253465 -89267 c
+253592 -88787 253662 -87460 253662 -85245 c
+253662 -70569 l
+253662 -66167 253578 -63542 253394 -62695 c
+253225 -61863 252886 -61242 252406 -60861 c
+251927 -60480 251320 -60282 250600 -60282 c
+249754 -60282 248794 -60494 247707 -60903 C
+247298 -59407 L
+258756 -54779 L
+260492 -54779 L
+@c
+F
+%CHAR: 273432 -93768 (g) @t
+286203 -79953 m
+283888 -78824 282110 -77258 280869 -75226 c
+279627 -73194 279020 -70964 279020 -68509 c
+279020 -64755 280431 -61538 283253 -58829 c
+286076 -56134 289688 -54779 294105 -54779 c
+297717 -54779 300836 -55668 303489 -57432 C
+311504 -57432 l
+312689 -57432 313381 -57460 313578 -57531 c
+313762 -57601 313903 -57714 313987 -57883 c
+314157 -58137 314241 -58575 314241 -59210 c
+314241 -59929 314171 -60423 314030 -60691 c
+313945 -60833 313804 -60945 313592 -61030 c
+313395 -61115 312689 -61143 311504 -61143 c
+306593 -61143 L
+308131 -63133 308907 -65673 308907 -68763 c
+308907 -72291 307553 -75296 304858 -77808 c
+302148 -80320 298522 -81576 293978 -81576 c
+292101 -81576 290196 -81294 288235 -80743 C
+287021 -81788 286203 -82705 285779 -83495 c
+285342 -84285 285130 -84949 285130 -85499 c
+285130 -85965 285356 -86416 285807 -86868 c
+286273 -87305 287162 -87616 288475 -87813 c
+289251 -87926 291184 -88025 294274 -88109 c
+299947 -88236 303630 -88434 305309 -88688 c
+307863 -89041 309909 -89986 311447 -91538 c
+312971 -93077 313733 -94982 313733 -97239 c
+313733 -100358 312280 -103279 309359 -106002 c
+305055 -110024 299453 -112042 292539 -112042 c
+287219 -112042 282717 -110843 279048 -108444 c
+276988 -107061 275958 -105635 275958 -104140 c
+275958 -103476 276099 -102827 276409 -102164 c
+276875 -101134 277849 -99723 279302 -97903 c
+279500 -97649 280897 -96167 283521 -93443 C
+282082 -92583 281080 -91821 280488 -91143 c
+279895 -90466 279599 -89704 279599 -88843 c
+279599 -87884 279980 -86755 280770 -85457 c
+281560 -84158 283366 -82324 286203 -79953 C
+@c
+293399 -56769 m
+291367 -56769 289646 -57587 288277 -59210 c
+286894 -60833 286203 -63330 286203 -66689 c
+286203 -71049 287148 -74422 289011 -76820 c
+290450 -78641 292270 -79544 294472 -79544 c
+296574 -79544 298296 -78768 299636 -77187 c
+300991 -75621 301668 -73152 301668 -69793 c
+301668 -65405 300723 -61976 298818 -59492 c
+297407 -57672 295601 -56769 293399 -56769 c
+@c
+285793 -93768 m
+284495 -95179 283521 -96477 282858 -97691 c
+282195 -98904 281870 -100019 281870 -101049 c
+281870 -102362 282661 -103519 284269 -104521 c
+287021 -106228 291000 -107075 296207 -107075 c
+301175 -107075 304829 -106200 307186 -104450 c
+309542 -102700 310728 -100838 310728 -98848 c
+310728 -97423 310022 -96407 308611 -95800 c
+307186 -95193 304335 -94826 300102 -94713 c
+293893 -94558 289124 -94234 285793 -93768 C
+@c
+F
+%CHAR: 315766 -93768 (#) @t
+320521 -94925 m
+324360 -76115 L
+317290 -76115 L
+317290 -72728 L
+325023 -72728 L
+327873 -58547 L
+317290 -58547 L
+317290 -55245 L
+328664 -55245 L
+332431 -36434 L
+335860 -36434 L
+332093 -55245 L
+346034 -55245 L
+350042 -36434 L
+353471 -36434 L
+349548 -55245 L
+356575 -55245 L
+356575 -58547 L
+348927 -58547 L
+346034 -72728 L
+356575 -72728 L
+356575 -76115 L
+345329 -76115 L
+341477 -94925 L
+338132 -94925 L
+341900 -76115 L
+327873 -76115 L
+323950 -94925 L
+320521 -94925 L
+@c
+328494 -72728 m
+342521 -72728 L
+345484 -58547 L
+331387 -58547 L
+328494 -72728 L
+@c
+F
+%CHAR: 358100 -93768 (3) @t
+362404 -48372 m
+363998 -44605 366016 -41684 368458 -39638 c
+370899 -37577 373933 -36547 377573 -36547 c
+382061 -36547 385504 -38015 387903 -40936 c
+389723 -43109 390640 -45437 390640 -47921 c
+390640 -51999 388072 -56218 382950 -60564 C
+386393 -61919 388989 -63852 390753 -66364 c
+392517 -68862 393406 -71811 393406 -75212 c
+393406 -80052 391868 -84257 388778 -87813 c
+384756 -92442 378928 -94756 371294 -94756 c
+367512 -94756 364944 -94290 363575 -93359 c
+362220 -92413 361529 -91411 361529 -90339 c
+361529 -89535 361854 -88829 362503 -88222 c
+363152 -87616 363928 -87319 364845 -87319 c
+365522 -87319 366228 -87432 366948 -87644 c
+367413 -87785 368472 -88293 370137 -89154 c
+371788 -90029 372931 -90537 373566 -90706 c
+374582 -91016 375668 -91157 376826 -91157 c
+379634 -91157 382089 -90071 384163 -87898 c
+386252 -85725 387282 -83142 387282 -80165 c
+387282 -77992 386802 -75861 385843 -73801 c
+385123 -72263 384333 -71091 383486 -70287 c
+382301 -69186 380678 -68184 378604 -67295 c
+376543 -66392 374427 -65941 372282 -65941 c
+370955 -65941 L
+370955 -64699 L
+373128 -64431 375316 -63641 377503 -62342 c
+379704 -61058 381299 -59492 382287 -57672 c
+383274 -55851 383768 -53862 383768 -51689 c
+383768 -48838 382879 -46552 381101 -44802 c
+379323 -43052 377122 -42178 374469 -42178 c
+370193 -42178 366623 -44464 363759 -49036 C
+362404 -48372 L
+@c
+F
+%CHAR: 400434 -93768 (\051) @t
+402339 -36717 m
+402339 -34981 L
+406530 -37041 410015 -39482 412795 -42305 c
+416732 -46326 419780 -51039 421925 -56458 c
+424084 -61877 425157 -67521 425157 -73391 c
+425157 -81929 423054 -89718 418849 -96760 c
+414644 -103801 409141 -108839 402339 -111873 C
+402339 -110349 L
+405726 -108444 408520 -105875 410707 -102630 c
+412894 -99398 414531 -95278 415589 -90268 c
+416648 -85273 417184 -80052 417184 -74633 c
+417184 -68763 416718 -63401 415815 -58547 c
+415124 -54737 414263 -51703 413233 -49402 c
+412189 -47116 410820 -44915 409112 -42798 c
+407405 -40668 405147 -38650 402339 -36717 C
+@c
+F
+T
+@rax 183.92712 52.92539 565.36951 154.09757 @E
+[0.00000001 0.00028346 -0.00028346 0.00000001 200.99111076 154.67356915] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_AvantGardeBkBT 84667.00000 z
+%CHAR: -311673 0 (N) @t
+-266108 7197 m
+-266814 60198 L
+-260943 60198 L
+-260943 0 L
+-268055 0 L
+-301090 53086 L
+-300426 0 L
+-306254 0 L
+-306254 60198 L
+-299142 60198 L
+-266108 7197 L
+@c
+F
+%CHAR: -255200 0 (a) @t
+-212119 23029 m
+-212119 27855 -213840 32061 -217283 35659 c
+-220726 39257 -224706 41049 -229193 41049 c
+-234076 41049 -238224 39257 -241653 35659 c
+-245082 32061 -246804 27601 -246804 22282 c
+-246804 17216 -245096 12940 -241682 9454 c
+-238267 5969 -234160 4219 -229362 4219 c
+-224734 4219 -220698 6054 -217269 9737 c
+-213840 13420 -212119 17851 -212119 23029 c
+@c
+-212119 7197 m
+-213939 4572 -216394 2526 -219499 1030 c
+-222603 -452 -225948 -1199 -229532 -1199 c
+-236192 -1199 -241752 1087 -246183 5644 c
+-250628 10202 -252843 15833 -252843 22536 c
+-252843 29337 -250572 35024 -246042 39610 c
+-241512 44182 -235839 46468 -229024 46468 c
+-225524 46468 -222321 45763 -219400 44337 c
+-216479 42912 -214052 40866 -212119 38199 C
+-212119 45480 L
+-206418 45480 L
+-206418 0 L
+-212119 0 L
+-212119 7197 L
+@c
+F
+%CHAR: -201874 0 (m) @t
+-161488 38354 m
+-159639 40979 -157339 42969 -154602 44337 c
+-151864 45706 -148788 46383 -145401 46383 c
+-139220 46383 -134733 44535 -131925 40824 c
+-129117 37112 -127706 31157 -127706 22945 c
+-127706 0 L
+-133294 0 L
+-133294 24144 l
+-133294 30141 -134282 34417 -136271 36971 c
+-138247 39525 -141492 40795 -145980 40795 c
+-148576 40795 -150848 40259 -152824 39201 c
+-154799 38142 -156351 36618 -157508 34643 c
+-158200 33401 -158694 31990 -159004 30395 c
+-159301 28815 -159456 26049 -159456 22112 c
+-159456 0 L
+-164959 0 L
+-164959 25457 l
+-164959 30692 -166018 34558 -168148 37056 c
+-170265 39554 -173525 40795 -177899 40795 c
+-180552 40795 -182866 40259 -184870 39201 c
+-186860 38142 -188440 36618 -189597 34643 c
+-190317 33401 -190825 31990 -191107 30395 c
+-191404 28815 -191545 26049 -191545 22112 c
+-191545 0 L
+-197288 0 L
+-197288 45480 L
+-191545 45480 L
+-191545 40301 L
+-189809 42319 -187763 43829 -185406 44845 c
+-183050 45875 -180383 46383 -177405 46383 c
+-173962 46383 -170815 45664 -167979 44210 c
+-165143 42757 -162970 40809 -161488 38354 C
+@c
+F
+%CHAR: -123035 0 (e) @t
+-73759 20885 m
+-114808 20885 L
+-114455 15932 -112663 11938 -109432 8876 c
+-106214 5828 -102193 4304 -97367 4304 c
+-93952 4304 -90876 5193 -88152 6957 c
+-85429 8735 -83312 11190 -81830 14351 C
+-75212 14351 L
+-77301 9313 -80250 5447 -84032 2752 c
+-87828 56 -92216 -1284 -97197 -1284 c
+-103816 -1284 -109418 1072 -113990 5786 c
+-118562 10499 -120848 16171 -120848 22775 c
+-120848 29704 -118604 35419 -114131 39935 c
+-109658 44464 -103928 46722 -96958 46722 c
+-90114 46722 -84540 44366 -80236 39666 c
+-75918 34953 -73759 28829 -73759 21294 c
+-73759 20885 L
+@c
+-80208 25809 m
+-81308 30918 -83340 34770 -86290 37352 c
+-89239 39935 -93077 41219 -97818 41219 c
+-102221 41219 -105960 39836 -109023 37056 c
+-112085 34276 -113947 30537 -114639 25809 C
+-80208 25809 L
+@c
+F
+%CHAR: -47837 0 (1) @t
+-19897 0 m
+-26176 0 L
+-26176 55034 L
+-36675 55034 L
+-36675 60198 L
+-19897 60198 L
+-19897 0 L
+@c
+F
+%CHAR: -358945 -428054 (O) @t
+-350224 -397673 m
+-350224 -404996 -347840 -411149 -343070 -416116 c
+-338300 -421069 -332416 -423553 -325417 -423553 c
+-318587 -423553 -312816 -421041 -308102 -416031 c
+-303389 -411008 -301033 -404827 -301033 -397503 c
+-301033 -390659 -303460 -384775 -308314 -379822 c
+-313154 -374869 -318996 -372400 -325840 -372400 c
+-328620 -372400 -331301 -372879 -333869 -373825 c
+-336452 -374784 -338822 -376181 -341010 -378030 c
+-343874 -380443 -346132 -383406 -347769 -386920 c
+-349406 -390420 -350224 -394004 -350224 -397673 c
+@c
+-356419 -397588 m
+-356419 -393397 -355615 -389389 -354006 -385593 c
+-352383 -381783 -350055 -378383 -346993 -375377 c
+-344044 -372484 -340798 -370311 -337256 -368844 c
+-333714 -367390 -329876 -366656 -325741 -366656 c
+-321536 -366656 -317628 -367390 -314029 -368872 c
+-310431 -370339 -307143 -372541 -304165 -375462 c
+-301103 -378467 -298803 -381826 -297265 -385551 c
+-295727 -389277 -294951 -393284 -294951 -397588 c
+-294951 -401850 -295614 -405772 -296941 -409343 c
+-298253 -412913 -300243 -416158 -302881 -419079 c
+-305943 -422452 -309401 -424978 -313267 -426685 c
+-317120 -428393 -321311 -429253 -325826 -429253 c
+-334476 -429253 -341743 -426220 -347614 -420138 c
+-353484 -414056 -356419 -406534 -356419 -397588 c
+@c
+F
+%CHAR: -292298 -428054 (n) @t
+-287627 -382574 m
+-281969 -382574 L
+-281969 -387753 L
+-280177 -385692 -278102 -384154 -275746 -383166 c
+-273389 -382164 -270694 -381671 -267660 -381671 c
+-264330 -381671 -261366 -382291 -258756 -383533 c
+-256145 -384775 -254085 -386553 -252575 -388867 c
+-251531 -390490 -250783 -392395 -250317 -394596 c
+-249866 -396784 -249640 -400015 -249640 -404291 c
+-249640 -428054 L
+-255383 -428054 L
+-255383 -402597 l
+-255383 -397221 -256413 -393326 -258459 -390899 c
+-260520 -388472 -263808 -387259 -268323 -387259 c
+-270976 -387259 -273290 -387795 -275294 -388853 c
+-277284 -389912 -278864 -391436 -280021 -393411 c
+-280741 -394653 -281249 -396064 -281531 -397659 c
+-281828 -399239 -281969 -402005 -281969 -405942 c
+-281969 -428054 L
+-287627 -428054 L
+-287627 -382574 L
+@c
+F
+%CHAR: -245040 -428054 (e) @t
+-195764 -407169 m
+-236813 -407169 L
+-236460 -412122 -234668 -416116 -231437 -419178 c
+-228219 -422226 -224198 -423750 -219372 -423750 c
+-215957 -423750 -212881 -422861 -210157 -421097 c
+-207434 -419319 -205317 -416864 -203835 -413703 C
+-197217 -413703 L
+-199306 -418741 -202255 -422607 -206037 -425302 c
+-209833 -427998 -214221 -429338 -219202 -429338 c
+-225821 -429338 -231423 -426982 -235995 -422268 c
+-240567 -417555 -242853 -411883 -242853 -405279 c
+-242853 -398350 -240609 -392635 -236136 -388119 c
+-231663 -383590 -225933 -381332 -218963 -381332 c
+-212119 -381332 -206545 -383688 -202241 -388388 c
+-197923 -393101 -195764 -399225 -195764 -406760 c
+-195764 -407169 L
+@c
+-202213 -402245 m
+-203313 -397136 -205345 -393284 -208295 -390702 c
+-211244 -388119 -215082 -386835 -219823 -386835 c
+-224226 -386835 -227965 -388218 -231028 -390998 c
+-234090 -393778 -235952 -397517 -236644 -402245 C
+-202213 -402245 L
+@c
+F
+%CHAR: -193732 -428054 (M) @t
+-187819 -428054 m
+-187819 -367856 L
+-179099 -367856 L
+-158271 -420194 L
+-137513 -367856 L
+-128792 -367856 L
+-128792 -428054 L
+-134451 -428054 L
+-134451 -374883 L
+-155618 -428054 L
+-160952 -428054 L
+-182119 -374883 L
+-182119 -428054 L
+-187819 -428054 L
+@c
+F
+%CHAR: -123783 -428054 (o) @t
+-115472 -405264 m
+-115472 -410514 -113806 -414902 -110476 -418444 c
+-107132 -421986 -102997 -423750 -98030 -423750 c
+-93162 -423750 -89070 -421986 -85753 -418444 c
+-82451 -414902 -80800 -410486 -80800 -405194 c
+-80800 -399818 -82480 -395401 -85824 -391944 c
+-89168 -388486 -93416 -386751 -98566 -386751 c
+-103195 -386751 -107174 -388529 -110490 -392085 c
+-113806 -395641 -115472 -400029 -115472 -405264 c
+@c
+-121596 -405363 m
+-121596 -398689 -119310 -392988 -114738 -388246 c
+-110166 -383505 -104747 -381134 -98482 -381134 c
+-91906 -381134 -86290 -383463 -81647 -388119 c
+-77004 -392776 -74676 -398336 -74676 -404785 c
+-74676 -411558 -76948 -417344 -81492 -422141 c
+-86050 -426939 -91553 -429338 -98030 -429338 c
+-104620 -429338 -110194 -426982 -114752 -422283 c
+-119310 -417584 -121596 -411953 -121596 -405363 c
+@c
+F
+%CHAR: -72475 -428054 (r) @t
+-61976 -428054 m
+-67889 -428054 L
+-67889 -382574 L
+-62386 -382574 L
+-62386 -387823 L
+-60960 -385805 -59394 -384338 -57701 -383392 c
+-55993 -382461 -54018 -381967 -51760 -381910 C
+-51717 -388232 L
+-55386 -388557 -58011 -389658 -59592 -391520 c
+-61186 -393383 -61976 -396403 -61976 -400594 c
+-61976 -428054 L
+@c
+F
+%CHAR: -51308 -428054 (e) @t
+-2032 -407169 m
+-43081 -407169 L
+-42728 -412122 -40936 -416116 -37705 -419178 c
+-34487 -422226 -30466 -423750 -25640 -423750 c
+-22225 -423750 -19149 -422861 -16425 -421097 c
+-13702 -419319 -11585 -416864 -10103 -413703 C
+-3485 -413703 L
+-5574 -418741 -8523 -422607 -12305 -425302 c
+-16101 -427998 -20489 -429338 -25470 -429338 c
+-32089 -429338 -37691 -426982 -42263 -422268 c
+-46835 -417555 -49121 -411883 -49121 -405279 c
+-49121 -398350 -46877 -392635 -42404 -388119 c
+-37931 -383590 -32201 -381332 -25231 -381332 c
+-18387 -381332 -12813 -383688 -8509 -388388 c
+-4191 -393101 -2032 -399225 -2032 -406760 c
+-2032 -407169 L
+@c
+-8481 -402245 m
+-9581 -397136 -11613 -393284 -14563 -390702 c
+-17512 -388119 -21350 -386835 -26091 -386835 c
+-30494 -386835 -34233 -388218 -37296 -390998 c
+-40358 -393778 -42220 -397517 -42912 -402245 C
+-8481 -402245 L
+@c
+F
+%CHAR: -287783 -856108 (N) @t
+-242218 -848911 m
+-242924 -795910 L
+-237053 -795910 L
+-237053 -856108 L
+-244165 -856108 L
+-277200 -803022 L
+-276536 -856108 L
+-282364 -856108 L
+-282364 -795910 L
+-275252 -795910 L
+-242218 -848911 L
+@c
+F
+%CHAR: -231310 -856108 (a) @t
+-188229 -833079 m
+-188229 -828253 -189950 -824047 -193393 -820449 c
+-196836 -816851 -200816 -815059 -205303 -815059 c
+-210186 -815059 -214334 -816851 -217763 -820449 c
+-221192 -824047 -222914 -828507 -222914 -833826 c
+-222914 -838892 -221206 -843168 -217792 -846654 c
+-214377 -850139 -210270 -851889 -205472 -851889 c
+-200844 -851889 -196808 -850054 -193379 -846371 c
+-189950 -842688 -188229 -838257 -188229 -833079 c
+@c
+-188229 -848911 m
+-190049 -851536 -192504 -853582 -195609 -855078 c
+-198713 -856560 -202058 -857307 -205642 -857307 c
+-212302 -857307 -217862 -855021 -222293 -850464 c
+-226738 -845906 -228953 -840275 -228953 -833572 c
+-228953 -826771 -226682 -821084 -222152 -816498 c
+-217622 -811926 -211949 -809640 -205134 -809640 c
+-201634 -809640 -198431 -810345 -195510 -811771 c
+-192589 -813196 -190162 -815242 -188229 -817909 C
+-188229 -810628 L
+-182528 -810628 L
+-182528 -856108 L
+-188229 -856108 L
+-188229 -848911 L
+@c
+F
+%CHAR: -177984 -856108 (m) @t
+-137598 -817754 m
+-135749 -815129 -133449 -813139 -130712 -811771 c
+-127974 -810402 -124898 -809725 -121511 -809725 c
+-115330 -809725 -110843 -811573 -108035 -815284 c
+-105227 -818996 -103816 -824951 -103816 -833163 c
+-103816 -856108 L
+-109404 -856108 L
+-109404 -831964 l
+-109404 -825967 -110392 -821691 -112381 -819137 c
+-114357 -816583 -117602 -815313 -122090 -815313 c
+-124686 -815313 -126958 -815849 -128934 -816907 c
+-130909 -817966 -132461 -819490 -133618 -821465 c
+-134310 -822707 -134804 -824118 -135114 -825713 c
+-135411 -827293 -135566 -830059 -135566 -833996 c
+-135566 -856108 L
+-141069 -856108 L
+-141069 -830651 l
+-141069 -825416 -142128 -821550 -144258 -819052 c
+-146375 -816554 -149635 -815313 -154009 -815313 c
+-156662 -815313 -158976 -815849 -160980 -816907 c
+-162970 -817966 -164550 -819490 -165707 -821465 c
+-166427 -822707 -166935 -824118 -167217 -825713 c
+-167514 -827293 -167655 -830059 -167655 -833996 c
+-167655 -856108 L
+-173398 -856108 L
+-173398 -810628 L
+-167655 -810628 L
+-167655 -815807 L
+-165919 -813789 -163873 -812279 -161516 -811263 c
+-159160 -810233 -156493 -809725 -153515 -809725 c
+-150072 -809725 -146925 -810444 -144089 -811898 c
+-141253 -813351 -139080 -815299 -137598 -817754 C
+@c
+F
+%CHAR: -99145 -856108 (e) @t
+-49869 -835223 m
+-90918 -835223 L
+-90565 -840176 -88773 -844170 -85542 -847232 c
+-82324 -850280 -78303 -851804 -73477 -851804 c
+-70062 -851804 -66986 -850915 -64262 -849151 c
+-61539 -847373 -59422 -844918 -57940 -841757 C
+-51322 -841757 L
+-53411 -846795 -56360 -850661 -60142 -853356 c
+-63938 -856052 -68326 -857392 -73307 -857392 c
+-79926 -857392 -85528 -855036 -90100 -850322 c
+-94672 -845609 -96958 -839937 -96958 -833333 c
+-96958 -826404 -94714 -820689 -90241 -816173 c
+-85768 -811644 -80038 -809386 -73068 -809386 c
+-66224 -809386 -60650 -811742 -56346 -816442 c
+-52028 -821155 -49869 -827279 -49869 -834814 c
+-49869 -835223 L
+@c
+-56318 -830299 m
+-57418 -825190 -59450 -821338 -62400 -818756 c
+-65349 -816173 -69187 -814889 -73928 -814889 c
+-78331 -814889 -82070 -816272 -85133 -819052 c
+-88195 -821832 -90057 -825571 -90749 -830299 C
+-56318 -830299 L
+@c
+F
+%CHAR: -47837 -856108 (3) @t
+-37338 -837834 m
+-37338 -838328 l
+-37338 -842307 -36111 -845595 -33641 -848220 c
+-31172 -850830 -28124 -852143 -24483 -852143 c
+-20546 -852143 -17300 -850845 -14746 -848234 c
+-12192 -845623 -10922 -842307 -10922 -838243 c
+-10922 -833643 -12277 -830143 -14972 -827759 c
+-17667 -825374 -21633 -824189 -26840 -824189 c
+-27573 -824189 -28152 -824189 -28547 -824203 c
+-28956 -824217 -29295 -824245 -29605 -824273 C
+-29605 -819264 L
+-29295 -819292 -28970 -819320 -28618 -819334 c
+-28251 -819348 -27714 -819348 -26995 -819348 c
+-23030 -819348 -20052 -818530 -18048 -816893 c
+-16059 -815242 -15057 -812801 -15057 -809555 c
+-15057 -806733 -15918 -804419 -17625 -802598 c
+-19332 -800778 -21477 -799875 -24060 -799875 c
+-27009 -799875 -29323 -800764 -31002 -802542 c
+-32696 -804320 -33556 -806804 -33613 -810007 C
+-39116 -810007 L
+-38862 -805322 -37367 -801597 -34615 -798845 c
+-31849 -796093 -28237 -794710 -23777 -794710 c
+-19671 -794710 -16172 -796178 -13293 -799113 c
+-10414 -802048 -8975 -805534 -8975 -809555 c
+-8975 -811954 -9441 -814043 -10358 -815821 c
+-11289 -817599 -12771 -819221 -14803 -820717 C
+-11529 -822453 -9060 -824725 -7409 -827561 c
+-5758 -830383 -4925 -833756 -4925 -837665 c
+-4925 -843210 -6745 -847867 -10400 -851649 c
+-14055 -855417 -18641 -857307 -24144 -857307 c
+-30029 -857307 -34671 -855572 -38086 -852100 c
+-41501 -848629 -43251 -843874 -43336 -837834 C
+-37338 -837834 L
+@c
+F
+%CHAR: -287783 -1284162 (N) @t
+-242218 -1276965 m
+-242924 -1223964 L
+-237053 -1223964 L
+-237053 -1284162 L
+-244165 -1284162 L
+-277200 -1231076 L
+-276536 -1284162 L
+-282364 -1284162 L
+-282364 -1223964 L
+-275252 -1223964 L
+-242218 -1276965 L
+@c
+F
+%CHAR: -231310 -1284162 (a) @t
+-188229 -1261133 m
+-188229 -1256307 -189950 -1252101 -193393 -1248503 c
+-196836 -1244905 -200816 -1243113 -205303 -1243113 c
+-210186 -1243113 -214334 -1244905 -217763 -1248503 c
+-221192 -1252101 -222914 -1256561 -222914 -1261880 c
+-222914 -1266946 -221206 -1271222 -217792 -1274708 c
+-214377 -1278193 -210270 -1279943 -205472 -1279943 c
+-200844 -1279943 -196808 -1278108 -193379 -1274425 c
+-189950 -1270742 -188229 -1266311 -188229 -1261133 c
+@c
+-188229 -1276965 m
+-190049 -1279590 -192504 -1281636 -195609 -1283132 c
+-198713 -1284614 -202058 -1285361 -205642 -1285361 c
+-212302 -1285361 -217862 -1283075 -222293 -1278518 c
+-226738 -1273960 -228953 -1268329 -228953 -1261626 c
+-228953 -1254825 -226682 -1249138 -222152 -1244552 c
+-217622 -1239980 -211949 -1237694 -205134 -1237694 c
+-201634 -1237694 -198431 -1238399 -195510 -1239825 c
+-192589 -1241250 -190162 -1243296 -188229 -1245963 C
+-188229 -1238682 L
+-182528 -1238682 L
+-182528 -1284162 L
+-188229 -1284162 L
+-188229 -1276965 L
+@c
+F
+%CHAR: -177984 -1284162 (m) @t
+-137598 -1245808 m
+-135749 -1243183 -133449 -1241193 -130712 -1239825 c
+-127974 -1238456 -124898 -1237779 -121511 -1237779 c
+-115330 -1237779 -110843 -1239627 -108035 -1243338 c
+-105227 -1247050 -103816 -1253005 -103816 -1261217 c
+-103816 -1284162 L
+-109404 -1284162 L
+-109404 -1260018 l
+-109404 -1254021 -110392 -1249745 -112381 -1247191 c
+-114357 -1244637 -117602 -1243367 -122090 -1243367 c
+-124686 -1243367 -126958 -1243903 -128934 -1244961 c
+-130909 -1246020 -132461 -1247544 -133618 -1249519 c
+-134310 -1250761 -134804 -1252172 -135114 -1253767 c
+-135411 -1255347 -135566 -1258113 -135566 -1262050 c
+-135566 -1284162 L
+-141069 -1284162 L
+-141069 -1258705 l
+-141069 -1253470 -142128 -1249604 -144258 -1247106 c
+-146375 -1244608 -149635 -1243367 -154009 -1243367 c
+-156662 -1243367 -158976 -1243903 -160980 -1244961 c
+-162970 -1246020 -164550 -1247544 -165707 -1249519 c
+-166427 -1250761 -166935 -1252172 -167217 -1253767 c
+-167514 -1255347 -167655 -1258113 -167655 -1262050 c
+-167655 -1284162 L
+-173398 -1284162 L
+-173398 -1238682 L
+-167655 -1238682 L
+-167655 -1243861 L
+-165919 -1241843 -163873 -1240333 -161516 -1239317 c
+-159160 -1238287 -156493 -1237779 -153515 -1237779 c
+-150072 -1237779 -146925 -1238498 -144089 -1239952 c
+-141253 -1241405 -139080 -1243353 -137598 -1245808 C
+@c
+F
+%CHAR: -99145 -1284162 (e) @t
+-49869 -1263277 m
+-90918 -1263277 L
+-90565 -1268230 -88773 -1272224 -85542 -1275286 c
+-82324 -1278334 -78303 -1279858 -73477 -1279858 c
+-70062 -1279858 -66986 -1278969 -64262 -1277205 c
+-61539 -1275427 -59422 -1272972 -57940 -1269811 C
+-51322 -1269811 L
+-53411 -1274849 -56360 -1278715 -60142 -1281410 c
+-63938 -1284106 -68326 -1285446 -73307 -1285446 c
+-79926 -1285446 -85528 -1283090 -90100 -1278376 c
+-94672 -1273663 -96958 -1267991 -96958 -1261387 c
+-96958 -1254458 -94714 -1248743 -90241 -1244227 c
+-85768 -1239698 -80038 -1237440 -73068 -1237440 c
+-66224 -1237440 -60650 -1239796 -56346 -1244496 c
+-52028 -1249209 -49869 -1255333 -49869 -1262868 c
+-49869 -1263277 L
+@c
+-56318 -1258353 m
+-57418 -1253244 -59450 -1249392 -62400 -1246810 c
+-65349 -1244227 -69187 -1242943 -73928 -1242943 c
+-78331 -1242943 -82070 -1244326 -85133 -1247106 c
+-88195 -1249886 -90057 -1253625 -90749 -1258353 C
+-56318 -1258353 L
+@c
+F
+%CHAR: -47837 -1284162 (4) @t
+-15833 -1267285 m
+-15593 -1230906 L
+-38002 -1267285 L
+-15833 -1267285 L
+@c
+-10174 -1284162 m
+-16002 -1284162 L
+-16002 -1272534 L
+-44196 -1272534 L
+-44196 -1267285 L
+-16919 -1223964 L
+-10174 -1223964 L
+-10174 -1267285 L
+-3641 -1267285 L
+-3641 -1272534 L
+-10174 -1272534 L
+-10174 -1284162 L
+@c
+F
+T
+@rax %Note: Object
+155.10954 154.02614 155.11068 172.21606 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+155.11011 170.83531 m
+155.11011 155.40690 L
+S
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+157.68850 167.63981 m
+155.11011 171.61739 L
+152.52973 167.63981 L
+S
+@J
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+157.68850 158.60239 m
+155.11011 154.62482 L
+152.52973 158.60239 L
+S
+@J
+
+@rax 109.18176 -27.33024 130.97792 113.85836 @E
+[0.00000001 0.00028346 -0.00028346 0.00000001 125.84579067 -27.33023522] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_TimesNewRoman 84667.00000 z
+%CHAR: 0 0 (\134) @t
+3429 58787 m
+23693 -1157 L
+20377 -1157 L
+127 58787 L
+3429 58787 L
+@c
+F
+%CHAR: 23523 0 (t) @t
+37168 50306 m
+37168 37874 L
+46016 37874 L
+46016 34982 L
+37168 34982 L
+37168 10414 l
+37168 7959 37521 6308 38227 5461 c
+38918 4600 39821 4177 40922 4177 c
+41839 4177 42714 4459 43575 5024 c
+44422 5588 45085 6421 45565 7521 C
+47173 7521 L
+46200 4826 44845 2794 43081 1425 c
+41317 56 39497 -621 37620 -621 c
+36350 -621 35108 -268 33895 437 c
+32681 1143 31792 2145 31214 3457 c
+30635 4755 30339 6773 30339 9511 c
+30339 34982 L
+24356 34982 L
+24356 36336 L
+25865 36943 27418 37973 28998 39412 c
+30579 40866 32004 42588 33231 44563 c
+33866 45607 34755 47526 35884 50306 C
+37168 50306 L
+@c
+F
+%CHAR: 47046 0 (e) @t
+56063 23608 m
+56035 17978 57389 13575 60155 10372 c
+62907 7183 66153 5588 69864 5588 c
+72347 5588 74506 6265 76341 7634 c
+78175 8989 79699 11331 80941 14633 C
+82225 13815 L
+81647 10033 79967 6590 77187 3500 c
+74393 395 70908 -1157 66731 -1157 c
+62173 -1157 58278 607 55047 4149 c
+51801 7691 50193 12460 50193 18443 c
+50193 24920 51844 29972 55174 33585 c
+58490 37211 62653 39031 67677 39031 c
+71924 39031 75409 37634 78133 34826 c
+80856 32032 82225 28293 82225 23608 C
+56063 23608 L
+@c
+56063 26007 m
+73589 26007 L
+73448 28434 73166 30141 72714 31129 c
+72037 32667 71007 33881 69638 34770 c
+68269 35645 66844 36096 65362 36096 c
+63076 36096 61030 35207 59224 33429 c
+57418 31651 56359 29168 56063 26007 C
+@c
+F
+%CHAR: 84624 0 (x) @t
+85739 37874 m
+103561 37874 L
+103561 36336 L
+102432 36336 101642 36153 101176 35758 c
+100725 35377 100499 34869 100499 34234 c
+100499 33570 100979 32554 101953 31172 c
+102249 30734 102700 30043 103307 29097 c
+106002 24807 L
+109093 29097 l
+111082 31835 112070 33556 112070 34276 c
+112070 34855 111844 35334 111379 35744 c
+110899 36139 110151 36336 109093 36336 C
+109093 37874 L
+121920 37874 L
+121920 36336 L
+120565 36252 119394 35885 118406 35221 c
+117051 34290 115203 32244 112860 29097 c
+107696 22197 L
+117122 8636 l
+119436 5306 121087 3302 122075 2625 c
+123077 1947 124347 1566 125927 1482 C
+125927 0 L
+108063 0 L
+108063 1482 L
+109304 1482 110264 1764 110955 2314 c
+111478 2695 111746 3217 111746 3838 c
+111746 4473 110857 6082 109093 8636 c
+103561 16750 L
+97479 8636 l
+95602 6138 94671 4643 94671 4177 c
+94671 3514 94982 2921 95602 2371 c
+96223 1834 97155 1538 98396 1482 C
+98396 0 L
+86035 0 L
+86035 1482 L
+87023 1623 87884 1976 88632 2526 c
+89676 3316 91440 5362 93923 8636 c
+101868 19177 L
+94671 29605 l
+92625 32583 91059 34445 89930 35207 c
+88815 35955 87418 36336 85739 36336 C
+85739 37874 L
+@c
+F
+%CHAR: 126958 0 (t) @t
+140603 50306 m
+140603 37874 L
+149451 37874 L
+149451 34982 L
+140603 34982 L
+140603 10414 l
+140603 7959 140956 6308 141662 5461 c
+142353 4600 143256 4177 144357 4177 c
+145274 4177 146149 4459 147010 5024 c
+147857 5588 148520 6421 149000 7521 C
+150608 7521 L
+149635 4826 148280 2794 146516 1425 c
+144752 56 142932 -621 141055 -621 c
+139785 -621 138543 -268 137330 437 c
+136116 1143 135227 2145 134649 3457 c
+134070 4755 133774 6773 133774 9511 c
+133774 34982 L
+127791 34982 L
+127791 36336 L
+129300 36943 130853 37973 132433 39412 c
+134014 40866 135439 42588 136666 44563 c
+137301 45607 138190 47526 139319 50306 C
+140603 50306 L
+@c
+F
+%CHAR: 150481 0 (o) @t
+171648 38989 m
+177377 38989 181977 36802 185463 32456 c
+188412 28730 189879 24455 189879 19643 c
+189879 16242 189061 12813 187438 9342 c
+185815 5870 183572 3246 180721 1482 c
+177871 -282 174696 -1157 171196 -1157 c
+165481 -1157 160951 1115 157593 5659 c
+154757 9497 153331 13801 153331 18556 c
+153331 22042 154192 25485 155914 28914 c
+157635 32343 159907 34883 162715 36520 c
+165524 38171 168501 38989 171648 38989 c
+@c
+170364 36294 m
+168910 36294 167443 35871 165961 34996 c
+164493 34121 163294 32611 162391 30424 c
+161474 28251 161022 25457 161022 22042 c
+161022 16524 162123 11769 164310 7775 c
+166497 3782 169390 1778 172974 1778 c
+175641 1778 177843 2879 179592 5080 c
+181328 7295 182189 11077 182189 16454 c
+182189 23185 180749 28476 177843 32329 c
+175895 34982 173398 36294 170364 36294 c
+@c
+F
+%CHAR: 192815 0 (f) @t
+210256 34897 m
+210256 10005 l
+210256 6477 210652 4247 211414 3302 c
+212444 2088 213798 1482 215506 1482 c
+218949 1482 L
+218949 0 L
+196329 0 L
+196329 1482 L
+198022 1482 l
+199123 1482 200139 1764 201042 2314 c
+201945 2865 202580 3612 202919 4544 c
+203271 5489 203441 7310 203441 10005 c
+203441 34897 L
+196075 34897 L
+196075 37874 L
+203441 37874 L
+203441 40344 l
+203441 44126 204047 47329 205261 49939 c
+206475 52564 208323 54681 210821 56289 c
+213319 57898 216113 58702 219231 58702 c
+222124 58702 224791 57771 227218 55894 c
+228813 54653 229603 53256 229603 51717 c
+229603 50885 229250 50109 228530 49389 c
+227811 48655 227049 48288 226216 48288 c
+225581 48288 224918 48514 224212 48966 c
+223507 49417 222646 50405 221630 51901 c
+220614 53411 219669 54413 218822 54949 c
+217961 55471 217016 55725 215971 55725 c
+214701 55725 213629 55386 212740 54709 c
+211865 54046 211230 52987 210835 51576 c
+210454 50151 210256 46496 210256 40598 c
+210256 37874 L
+220021 37874 L
+220021 34897 L
+210256 34897 L
+@c
+F
+%CHAR: 219485 0 (f) @t
+236926 34897 m
+236926 10005 l
+236926 6477 237322 4247 238084 3302 c
+239114 2088 240468 1482 242176 1482 c
+245619 1482 L
+245619 0 L
+222999 0 L
+222999 1482 L
+224692 1482 l
+225793 1482 226809 1764 227712 2314 c
+228615 2865 229250 3612 229589 4544 c
+229941 5489 230111 7310 230111 10005 c
+230111 34897 L
+222745 34897 L
+222745 37874 L
+230111 37874 L
+230111 40344 l
+230111 44126 230717 47329 231931 49939 c
+233145 52564 234993 54681 237491 56289 c
+239989 57898 242783 58702 245901 58702 c
+248794 58702 251461 57771 253888 55894 c
+255483 54653 256273 53256 256273 51717 c
+256273 50885 255920 50109 255200 49389 c
+254481 48655 253719 48288 252886 48288 c
+252251 48288 251588 48514 250882 48966 c
+250177 49417 249316 50405 248300 51901 c
+247284 53411 246339 54413 245492 54949 c
+244631 55471 243686 55725 242641 55725 c
+241371 55725 240299 55386 239410 54709 c
+238535 54046 237900 52987 237505 51576 c
+237124 50151 236926 46496 236926 40598 c
+236926 37874 L
+246691 37874 L
+246691 34897 L
+236926 34897 L
+@c
+F
+%CHAR: 247679 0 (s) @t
+274801 38989 m
+274801 26092 L
+273432 26092 L
+272388 30141 271047 32893 269410 34361 c
+267759 35814 265671 36548 263145 36548 c
+261212 36548 259659 36040 258474 35010 c
+257289 33994 256696 32865 256696 31623 c
+256696 30085 257133 28759 258008 27658 c
+258869 26529 260605 25330 263230 24060 c
+269255 21124 l
+274857 18401 277651 14803 277651 10329 c
+277651 6886 276353 4120 273742 2004 c
+271146 -99 268225 -1157 265008 -1157 c
+262679 -1157 260040 -748 257063 85 c
+256160 353 255412 494 254833 494 c
+254198 494 253704 141 253338 -579 C
+251983 -579 L
+251983 12940 L
+253338 12940 L
+254114 9088 255595 6181 257768 4219 c
+259942 2258 262383 1284 265078 1284 c
+266983 1284 268535 1834 269735 2949 c
+270934 4078 271527 5419 271527 6985 c
+271527 8890 270864 10485 269523 11783 c
+268197 13081 265530 14718 261522 16708 c
+257529 18683 254918 20475 253676 22070 c
+252434 23650 251814 25626 251814 28025 c
+251814 31143 252886 33754 255017 35842 c
+257148 37931 259913 38989 263300 38989 c
+264796 38989 266602 38665 268719 38030 c
+270130 37620 271061 37409 271527 37409 c
+271978 37409 272317 37507 272571 37705 c
+272811 37903 273107 38326 273432 38989 C
+274801 38989 L
+@c
+F
+%CHAR: 280629 0 (e) @t
+289646 23608 m
+289618 17978 290972 13575 293738 10372 c
+296490 7183 299736 5588 303447 5588 c
+305930 5588 308089 6265 309924 7634 c
+311758 8989 313282 11331 314524 14633 C
+315808 13815 L
+315230 10033 313550 6590 310770 3500 c
+307976 395 304491 -1157 300314 -1157 c
+295756 -1157 291861 607 288630 4149 c
+285384 7691 283776 12460 283776 18443 c
+283776 24920 285427 29972 288757 33585 c
+292073 37211 296236 39031 301260 39031 c
+305507 39031 308992 37634 311716 34826 c
+314439 32032 315808 28293 315808 23608 C
+289646 23608 L
+@c
+289646 26007 m
+307172 26007 L
+307031 28434 306749 30141 306297 31129 c
+305620 32667 304590 33881 303221 34770 c
+301852 35645 300427 36096 298945 36096 c
+296659 36096 294613 35207 292807 33429 c
+291001 31651 289942 29168 289646 26007 C
+@c
+F
+%CHAR: 318207 0 (t) @t
+331852 50306 m
+331852 37874 L
+340700 37874 L
+340700 34982 L
+331852 34982 L
+331852 10414 l
+331852 7959 332205 6308 332911 5461 c
+333602 4600 334505 4177 335606 4177 c
+336523 4177 337398 4459 338259 5024 c
+339106 5588 339769 6421 340249 7521 C
+341857 7521 L
+340884 4826 339529 2794 337765 1425 c
+336001 56 334181 -621 332304 -621 c
+331034 -621 329792 -268 328579 437 c
+327365 1143 326476 2145 325898 3457 c
+325319 4755 325023 6773 325023 9511 c
+325023 34982 L
+319040 34982 L
+319040 36336 L
+320549 36943 322102 37973 323682 39412 c
+325263 40866 326688 42588 327915 44563 c
+328550 45607 329439 47526 330568 50306 C
+331852 50306 L
+@c
+F
+%CHAR: 341730 0 (\050) @t
+368019 -16581 m
+368019 -18105 L
+363856 -16016 360385 -13561 357605 -10753 c
+353640 -6759 350578 -2046 348433 3387 c
+346274 8819 345201 14450 345201 20292 c
+345201 28843 347318 36633 351523 43674 c
+355742 50716 361246 55753 368019 58787 C
+368019 57051 L
+364632 55175 361853 52621 359665 49361 c
+357492 46115 355869 41995 354797 36999 c
+353724 32018 353188 26797 353188 21378 c
+353188 15480 353640 10118 354543 5292 c
+355263 1482 356138 -1566 357154 -3866 c
+358170 -6167 359538 -8382 361260 -10499 c
+362981 -12629 365239 -14647 368019 -16581 C
+@c
+F
+%CHAR: 369924 0 (c) @t
+404736 14393 m
+403720 9398 401716 5560 398739 2879 c
+395762 183 392474 -1157 388861 -1157 c
+384557 -1157 380804 649 377615 4262 c
+374411 7874 372817 12742 372817 18895 c
+372817 24850 374595 29690 378137 33401 c
+381679 37126 385926 38989 390879 38989 c
+394604 38989 397667 38001 400065 36026 c
+402464 34064 403664 32018 403664 29887 c
+403664 28843 403325 27997 402648 27347 c
+401970 26698 401025 26374 399811 26374 c
+398189 26374 396961 26896 396128 27940 c
+395663 28519 395352 29633 395211 31256 c
+395056 32879 394492 34121 393532 34982 c
+392558 35800 391232 36209 389524 36209 c
+386759 36209 384543 35193 382864 33161 c
+380634 30452 379520 26882 379520 22451 c
+379520 17935 380620 13942 382850 10485 c
+385065 7027 388057 5292 391839 5292 c
+394534 5292 396961 6209 399106 8057 c
+400630 9327 402097 11628 403537 14972 C
+404736 14393 L
+@c
+F
+%CHAR: 407502 0 (m) @t
+421387 30918 m
+424153 33683 425776 35264 426270 35673 c
+427512 36731 428852 37536 430277 38114 c
+431717 38693 433128 38989 434539 38989 c
+436910 38989 438956 38298 440663 36915 c
+442371 35546 443514 33542 444092 30918 C
+446929 34234 449327 36407 451289 37437 c
+453236 38467 455254 38989 457314 38989 c
+459332 38989 461110 38467 462677 37437 c
+464229 36407 465457 34713 466374 32371 c
+466981 30776 467277 28265 467277 24850 c
+467277 8551 l
+467277 6181 467460 4558 467813 3683 c
+468095 3076 468603 2554 469351 2131 c
+470099 1707 471299 1482 472992 1482 C
+472992 0 L
+454295 0 L
+454295 1482 L
+455085 1482 l
+456708 1482 457978 1806 458895 2441 c
+459530 2879 459981 3584 460250 4544 c
+460362 5009 460419 6350 460419 8551 c
+460419 24850 l
+460419 27926 460052 30113 459304 31383 c
+458232 33147 456510 34022 454139 34022 c
+452672 34022 451204 33655 449737 32921 c
+448255 32202 446477 30847 444374 28857 C
+444290 28406 L
+444374 26628 L
+444374 8551 l
+444374 5969 444530 4360 444812 3725 c
+445108 3090 445644 2554 446449 2131 c
+447239 1707 448608 1482 450541 1482 C
+450541 0 L
+431392 0 L
+431392 1482 L
+433495 1482 434934 1736 435724 2230 c
+436500 2723 437051 3471 437347 4459 c
+437488 4939 437559 6294 437559 8551 c
+437559 24850 l
+437559 27926 437107 30156 436190 31496 c
+434976 33260 433283 34149 431110 34149 c
+429614 34149 428147 33754 426679 32950 c
+424393 31736 422629 30367 421387 28857 C
+421387 8551 l
+421387 6082 421571 4459 421910 3725 c
+422248 2977 422770 2413 423434 2046 c
+424111 1679 425480 1482 427554 1482 C
+427554 0 L
+408828 0 L
+408828 1482 L
+410564 1482 411778 1679 412469 2046 c
+413146 2413 413683 3006 414035 3824 c
+414388 4643 414572 6209 414572 8551 c
+414572 23029 l
+414572 27192 414445 29873 414205 31087 c
+414007 32004 413697 32625 413288 32964 c
+412878 33316 412314 33486 411594 33486 c
+410818 33486 409901 33274 408828 32865 C
+408208 34361 L
+419609 38989 L
+421387 38989 L
+421387 30918 L
+@c
+F
+%CHAR: 473359 0 (\051) @t
+475264 57051 m
+475264 58787 L
+479455 56727 482940 54286 485720 51463 c
+489657 47442 492705 42729 494850 37310 c
+497009 31891 498082 26247 498082 20377 c
+498082 11839 495979 4050 491774 -2992 c
+487569 -10033 482066 -15071 475264 -18105 C
+475264 -16581 L
+478651 -14676 481445 -12107 483632 -8862 c
+485819 -5630 487456 -1510 488514 3500 c
+489573 8495 490109 13716 490109 19135 c
+490109 25005 489643 30367 488740 35221 c
+488049 39031 487188 42065 486158 44366 c
+485114 46652 483745 48853 482037 50970 c
+480330 53100 478072 55118 475264 57051 C
+@c
+F
+T
+@rax %Note: Object
+119.04378 123.22063 151.90299 161.94756 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+119.04378 123.22063 m
+118.45701 132.31559 144.86173 161.94756 151.90299 161.94756 C
+S
+
+@rax %Note: Object
+190.48932 481.11534 332.20403 509.84787 @E
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 0.00 K
+0 0.21600 0.21600 0.00000 @w
+/$fm 0 def
+190.48932 509.84787 m
+332.20403 509.84787 L
+332.20403 481.11534 L
+190.48932 481.11534 L
+190.48932 509.84787 L
+@c
+B
+
+@rax 192.68079 481.52381 311.52189 508.10372 @E
+[0.00028346 0.00000000 0.00000000 0.00028346 192.68078035 486.71573023] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_TimesNewRoman 84667.00000 z
+%CHAR: 0 0 (d) @t
+29394 4262 m
+27545 2328 25739 945 23975 99 c
+22211 -734 20306 -1157 18274 -1157 c
+14139 -1157 10527 579 7437 4036 c
+4360 7493 2808 11938 2808 17357 c
+2808 22790 4516 27757 7945 32272 c
+11359 36774 15748 39031 21124 39031 c
+24455 39031 27220 37959 29394 35842 C
+29394 42827 l
+29394 47160 29295 49812 29083 50814 c
+28871 51802 28547 52479 28109 52832 c
+27672 53199 27122 53368 26458 53368 c
+25739 53368 24793 53157 23608 52705 C
+23072 54159 L
+34361 58787 L
+36209 58787 L
+36209 15000 l
+36209 10569 36322 7860 36520 6886 c
+36731 5898 37056 5221 37522 4840 c
+37973 4445 38509 4262 39102 4262 c
+39850 4262 40852 4487 42079 4967 C
+42545 3514 L
+31299 -1157 L
+29394 -1157 L
+29394 4262 L
+@c
+29394 7154 m
+29394 26670 l
+29224 28533 28730 30254 27912 31792 c
+27079 33331 25979 34502 24624 35278 c
+23255 36068 21929 36463 20631 36463 c
+18203 36463 16044 35377 14139 33204 c
+11628 30325 10372 26148 10372 20631 c
+10372 15057 11585 10795 14012 7832 c
+16440 4868 19135 3387 22112 3387 c
+24624 3387 27051 4643 29394 7154 C
+@c
+F
+%CHAR: 42334 0 (b) @t
+55359 31341 m
+59028 36435 62979 38989 67226 38989 c
+71107 38989 74493 37324 77386 34008 c
+80279 30678 81732 26148 81732 20377 c
+81732 13660 79503 8241 75030 4135 c
+71205 607 66930 -1157 62217 -1157 c
+60015 -1157 57772 -762 55500 42 c
+53228 847 50899 2046 48529 3641 C
+48529 42870 l
+48529 47174 48430 49812 48218 50814 c
+48021 51802 47696 52479 47259 52832 c
+46807 53199 46257 53368 45594 53368 c
+44832 53368 43858 53157 42701 52705 C
+42122 54159 L
+53496 58787 L
+55359 58787 L
+55359 31341 L
+@c
+55359 28688 m
+55359 6040 L
+56756 4657 58209 3612 59719 2921 c
+61215 2215 62753 1863 64333 1863 c
+66831 1863 69173 3246 71332 5997 c
+73491 8749 74578 12756 74578 18020 c
+74578 22874 73491 26600 71332 29210 c
+69173 31807 66718 33119 63952 33119 c
+62499 33119 61031 32738 59578 32004 c
+58477 31454 57066 30339 55359 28688 C
+@c
+F
+%CHAR: 84668 0 (a) @t
+108770 5461 m
+104889 2455 102448 720 101446 254 c
+99965 -437 98384 -790 96705 -790 c
+94080 -790 91921 113 90228 1905 c
+88534 3697 87688 6054 87688 8975 c
+87688 10823 88097 12418 88930 13772 c
+90058 15635 92020 17399 94814 19064 c
+97608 20715 102265 22719 108770 25090 C
+108770 26585 l
+108770 30353 108177 32950 106978 34361 c
+105778 35758 104029 36463 101743 36463 c
+100007 36463 98624 35998 97608 35052 c
+96564 34121 96042 33048 96042 31835 c
+96126 29436 l
+96126 28166 95802 27192 95153 26501 c
+94503 25809 93657 25471 92613 25471 c
+91582 25471 90750 25823 90101 26543 c
+89452 27263 89127 28236 89127 29478 c
+89127 31849 90341 34022 92768 36012 c
+95195 37987 98596 38989 102984 38989 c
+106343 38989 109094 38425 111253 37296 c
+112876 36435 114076 35094 114852 33274 c
+115346 32089 115586 29676 115586 26007 c
+115586 13152 l
+115586 9539 115656 7324 115797 6505 c
+115938 5701 116164 5151 116475 4882 c
+116799 4600 117166 4459 117575 4459 c
+118013 4459 118408 4558 118732 4755 c
+119311 5108 120426 6124 122077 7775 C
+122077 5461 L
+119000 1326 116051 -748 113229 -748 c
+111888 -748 110816 -282 110012 663 c
+109207 1595 108798 3203 108770 5461 C
+@c
+108770 8142 m
+108770 22578 L
+104607 20913 101926 19742 100712 19064 c
+98525 17851 96973 16581 96042 15254 c
+95096 13928 94630 12488 94630 10908 c
+94630 8932 95223 7281 96408 5969 c
+97594 4671 98963 4008 100501 4008 c
+102603 4008 105355 5390 108770 8142 C
+@c
+F
+%CHAR: 122246 0 (r) @t
+135976 38989 m
+135976 30466 L
+139137 36153 142397 38989 145727 38989 c
+147237 38989 148493 38523 149495 37606 c
+150482 36675 150976 35602 150976 34403 c
+150976 33316 150624 32413 149904 31665 c
+149184 30918 148338 30551 147336 30551 c
+146376 30551 145290 31030 144090 31976 c
+142891 32921 142002 33401 141423 33401 c
+140929 33401 140393 33133 139814 32583 c
+138573 31454 137289 29591 135976 26995 C
+135976 8848 l
+135976 6759 136230 5165 136752 4092 c
+137119 3344 137754 2723 138657 2230 c
+139575 1736 140873 1482 142580 1482 C
+142580 0 L
+123191 0 L
+123191 1482 L
+125125 1482 126564 1792 127495 2399 c
+128187 2836 128667 3542 128949 4501 c
+129076 4981 129146 6308 129146 8523 c
+129146 23199 l
+129146 27601 129062 30226 128878 31073 c
+128709 31905 128370 32526 127890 32907 c
+127411 33288 126804 33486 126084 33486 c
+125238 33486 124278 33274 123191 32865 C
+122782 34361 L
+134240 38989 L
+135976 38989 L
+@c
+F
+%CHAR: 171607 0 (\050) @t
+197896 -16581 m
+197896 -18105 L
+193733 -16016 190262 -13561 187482 -10753 c
+183517 -6759 180455 -2046 178310 3387 c
+176151 8819 175078 14450 175078 20292 c
+175078 28843 177195 36633 181400 43674 c
+185619 50716 191123 55753 197896 58787 C
+197896 57051 L
+194509 55175 191730 52621 189542 49361 c
+187369 46115 185746 41995 184674 36999 c
+183601 32018 183065 26797 183065 21378 c
+183065 15480 183517 10118 184420 5292 c
+185140 1482 186015 -1566 187031 -3866 c
+188047 -6167 189415 -8382 191137 -10499 c
+192858 -12629 195116 -14647 197896 -16581 C
+@c
+F
+%CHAR: 199801 0 (a) @t
+223903 5461 m
+220022 2455 217581 720 216579 254 c
+215098 -437 213517 -790 211838 -790 c
+209213 -790 207054 113 205361 1905 c
+203667 3697 202821 6054 202821 8975 c
+202821 10823 203230 12418 204063 13772 c
+205191 15635 207153 17399 209947 19064 c
+212741 20715 217398 22719 223903 25090 C
+223903 26585 l
+223903 30353 223310 32950 222111 34361 c
+220911 35758 219162 36463 216876 36463 c
+215140 36463 213757 35998 212741 35052 c
+211697 34121 211175 33048 211175 31835 c
+211259 29436 l
+211259 28166 210935 27192 210286 26501 c
+209636 25809 208790 25471 207746 25471 c
+206715 25471 205883 25823 205234 26543 c
+204585 27263 204260 28236 204260 29478 c
+204260 31849 205474 34022 207901 36012 c
+210328 37987 213729 38989 218117 38989 c
+221476 38989 224227 38425 226386 37296 c
+228009 36435 229209 35094 229985 33274 c
+230479 32089 230719 29676 230719 26007 c
+230719 13152 l
+230719 9539 230789 7324 230930 6505 c
+231071 5701 231297 5151 231608 4882 c
+231932 4600 232299 4459 232708 4459 c
+233146 4459 233541 4558 233865 4755 c
+234444 5108 235559 6124 237210 7775 C
+237210 5461 L
+234133 1326 231184 -748 228362 -748 c
+227021 -748 225949 -282 225145 663 c
+224340 1595 223931 3203 223903 5461 C
+@c
+223903 8142 m
+223903 22578 L
+219740 20913 217059 19742 215845 19064 c
+213658 17851 212106 16581 211175 15254 c
+210229 13928 209763 12488 209763 10908 c
+209763 8932 210356 7281 211541 5969 c
+212727 4671 214096 4008 215634 4008 c
+217736 4008 220488 5390 223903 8142 C
+@c
+F
+%CHAR: 237379 0 (r) @t
+251109 38989 m
+251109 30466 L
+254270 36153 257530 38989 260860 38989 c
+262370 38989 263626 38523 264628 37606 c
+265615 36675 266109 35602 266109 34403 c
+266109 33316 265757 32413 265037 31665 c
+264317 30918 263471 30551 262469 30551 c
+261509 30551 260423 31030 259223 31976 c
+258024 32921 257135 33401 256556 33401 c
+256062 33401 255526 33133 254947 32583 c
+253706 31454 252422 29591 251109 26995 C
+251109 8848 l
+251109 6759 251363 5165 251885 4092 c
+252252 3344 252887 2723 253790 2230 c
+254708 1736 256006 1482 257713 1482 C
+257713 0 L
+238324 0 L
+238324 1482 L
+240258 1482 241697 1792 242628 2399 c
+243320 2836 243800 3542 244082 4501 c
+244209 4981 244279 6308 244279 8523 c
+244279 23199 l
+244279 27601 244195 30226 244011 31073 c
+243842 31905 243503 32526 243023 32907 c
+242544 33288 241937 33486 241217 33486 c
+240371 33486 239411 33274 238324 32865 C
+237915 34361 L
+249373 38989 L
+251109 38989 L
+@c
+F
+%CHAR: 264049 0 (g) @t
+276820 13815 m
+274505 14944 272727 16510 271486 18542 c
+270244 20574 269637 22804 269637 25259 c
+269637 29013 271048 32230 273870 34939 c
+276693 37634 280305 38989 284722 38989 c
+288334 38989 291453 38100 294106 36336 C
+302121 36336 l
+303306 36336 303998 36308 304195 36237 c
+304379 36167 304520 36054 304604 35885 c
+304774 35631 304858 35193 304858 34558 c
+304858 33839 304788 33345 304647 33077 c
+304562 32935 304421 32823 304209 32738 c
+304012 32653 303306 32625 302121 32625 c
+297210 32625 L
+298748 30635 299524 28095 299524 25005 c
+299524 21477 298170 18472 295475 15960 c
+292765 13448 289139 12192 284595 12192 c
+282718 12192 280813 12474 278852 13025 C
+277638 11980 276820 11063 276396 10273 c
+275959 9483 275747 8819 275747 8269 c
+275747 7803 275973 7352 276424 6900 c
+276890 6463 277779 6152 279092 5955 c
+279868 5842 281801 5743 284891 5659 c
+290564 5532 294247 5334 295926 5080 c
+298480 4727 300526 3782 302064 2230 c
+303588 691 304350 -1214 304350 -3471 c
+304350 -6590 302897 -9511 299976 -12234 c
+295672 -16256 290070 -18274 283156 -18274 c
+277836 -18274 273334 -17075 269665 -14676 c
+267605 -13293 266575 -11867 266575 -10372 c
+266575 -9708 266716 -9059 267026 -8396 c
+267492 -7366 268466 -5955 269919 -4135 c
+270117 -3881 271514 -2399 274138 325 C
+272699 1185 271697 1947 271105 2625 c
+270512 3302 270216 4064 270216 4925 c
+270216 5884 270597 7013 271387 8311 c
+272177 9610 273983 11444 276820 13815 C
+@c
+284016 36999 m
+281984 36999 280263 36181 278894 34558 c
+277511 32935 276820 30438 276820 27079 c
+276820 22719 277765 19346 279642 16948 c
+281067 15127 282887 14224 285089 14224 c
+287191 14224 288913 15000 290253 16581 c
+291608 18147 292285 20616 292285 23975 c
+292285 28363 291340 31792 289435 34276 c
+288024 36096 286218 36999 284016 36999 c
+@c
+276410 0 m
+275112 -1411 274138 -2709 273475 -3923 c
+272812 -5136 272487 -6251 272487 -7281 c
+272487 -8594 273278 -9751 274886 -10753 c
+277638 -12460 281617 -13307 286824 -13307 c
+291792 -13307 295446 -12432 297803 -10682 c
+300159 -8932 301345 -7070 301345 -5080 c
+301345 -3655 300639 -2639 299228 -2032 c
+297803 -1425 294952 -1058 290719 -945 c
+284510 -790 279741 -466 276410 0 C
+@c
+F
+%CHAR: 306383 0 (#) @t
+311138 -1157 m
+314977 17653 L
+307907 17653 L
+307907 21040 L
+315640 21040 L
+318490 35221 L
+307907 35221 L
+307907 38523 L
+319281 38523 L
+323048 57334 L
+326477 57334 L
+322710 38523 L
+336651 38523 L
+340659 57334 L
+344088 57334 L
+340165 38523 L
+347192 38523 L
+347192 35221 L
+339544 35221 L
+336651 21040 L
+347192 21040 L
+347192 17653 L
+335946 17653 L
+332094 -1157 L
+328749 -1157 L
+332517 17653 L
+318490 17653 L
+314567 -1157 L
+311138 -1157 L
+@c
+319111 21040 m
+333138 21040 L
+336101 35221 L
+322004 35221 L
+319111 21040 L
+@c
+F
+%CHAR: 348717 0 (4) @t
+388115 20673 m
+388115 14803 L
+380594 14803 L
+380594 0 L
+373764 0 L
+373764 14803 L
+350043 14803 L
+350043 20094 L
+376050 57221 L
+380594 57221 L
+380594 20673 L
+388115 20673 L
+@c
+373764 20673 m
+373764 48500 L
+354093 20673 L
+373764 20673 L
+@c
+F
+%CHAR: 391051 0 (\051) @t
+392956 57051 m
+392956 58787 L
+397147 56727 400632 54286 403412 51463 c
+407349 47442 410397 42729 412542 37310 c
+414701 31891 415774 26247 415774 20377 c
+415774 11839 413671 4050 409466 -2992 c
+405261 -10033 399758 -15071 392956 -18105 C
+392956 -16581 L
+396343 -14676 399137 -12107 401324 -8862 c
+403511 -5630 405148 -1510 406206 3500 c
+407265 8495 407801 13716 407801 19135 c
+407801 25005 407335 30367 406432 35221 c
+405741 39031 404880 42065 403850 44366 c
+402806 46652 401437 48853 399729 50970 c
+398022 53100 395764 55118 392956 57051 C
+@c
+F
+T
+@rax %Note: Object
+176.91364 287.88435 289.56472 287.88548 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+178.29439 287.88491 m
+288.18397 287.88491 L
+S
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+181.48989 290.46331 m
+177.51231 287.88491 L
+181.48989 285.30454 L
+S
+@J
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+284.98847 290.46331 m
+288.96605 287.88491 L
+284.98847 285.30454 L
+S
+@J
+
+@rax %Note: Object
+186.71924 257.89918 291.18501 282.37153 @E
+ 0 O 0 @g
+0.00 0.00 0.00 0.00 k
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 0.00 K
+0 0.21600 0.21600 0.00000 @w
+/$fm 0 def
+186.71924 282.37153 m
+291.18501 282.37153 L
+291.18501 257.89918 L
+186.71924 257.89918 L
+186.71924 282.37153 L
+@c
+B
+
+@rax 189.25087 256.92661 289.44794 283.50652 @E
+[0.00028346 0.00000000 0.00000000 0.00028346 189.25085922 262.11854159] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_TimesNewRoman 84667.00000 z
+%CHAR: 0 0 (d) @t
+29394 4262 m
+27545 2328 25739 945 23975 99 c
+22211 -734 20306 -1157 18274 -1157 c
+14139 -1157 10527 579 7437 4036 c
+4360 7493 2808 11938 2808 17357 c
+2808 22790 4516 27757 7945 32272 c
+11359 36774 15748 39031 21124 39031 c
+24455 39031 27220 37959 29394 35842 C
+29394 42827 l
+29394 47160 29295 49812 29083 50814 c
+28871 51802 28547 52479 28109 52832 c
+27672 53199 27122 53368 26458 53368 c
+25739 53368 24793 53157 23608 52705 C
+23072 54159 L
+34361 58787 L
+36209 58787 L
+36209 15000 l
+36209 10569 36322 7860 36520 6886 c
+36731 5898 37056 5221 37522 4840 c
+37973 4445 38509 4262 39102 4262 c
+39850 4262 40852 4487 42079 4967 C
+42545 3514 L
+31299 -1157 L
+29394 -1157 L
+29394 4262 L
+@c
+29394 7154 m
+29394 26670 l
+29224 28533 28730 30254 27912 31792 c
+27079 33331 25979 34502 24624 35278 c
+23255 36068 21929 36463 20631 36463 c
+18203 36463 16044 35377 14139 33204 c
+11628 30325 10372 26148 10372 20631 c
+10372 15057 11585 10795 14012 7832 c
+16440 4868 19135 3387 22112 3387 c
+24624 3387 27051 4643 29394 7154 C
+@c
+F
+%CHAR: 42334 0 (x) @t
+43449 37874 m
+61271 37874 L
+61271 36336 L
+60142 36336 59352 36153 58886 35758 c
+58435 35377 58209 34869 58209 34234 c
+58209 33570 58689 32554 59663 31172 c
+59959 30734 60410 30043 61017 29111 c
+63712 24807 L
+66803 29111 l
+68792 31835 69780 33556 69780 34276 c
+69780 34855 69554 35334 69089 35744 c
+68609 36139 67861 36336 66803 36336 C
+66803 37874 L
+79630 37874 L
+79630 36336 L
+78275 36252 77104 35885 76116 35221 c
+74761 34290 72913 32244 70570 29111 c
+65406 22197 L
+74832 8636 l
+77146 5306 78797 3302 79785 2625 c
+80787 1947 82057 1566 83637 1482 C
+83637 0 L
+65773 0 L
+65773 1482 L
+67014 1482 67974 1764 68665 2314 c
+69188 2695 69456 3217 69456 3838 c
+69456 4473 68567 6082 66803 8636 c
+61271 16750 L
+55189 8636 l
+53312 6138 52381 4643 52381 4177 c
+52381 3514 52692 2921 53312 2371 c
+53933 1834 54865 1538 56106 1482 C
+56106 0 L
+43745 0 L
+43745 1482 L
+44733 1623 45594 1976 46342 2526 c
+47386 3316 49150 5362 51633 8636 c
+59578 19177 L
+52381 29605 l
+50335 32583 48769 34445 47640 35207 c
+46525 35955 45128 36336 43449 36336 C
+43449 37874 L
+@c
+F
+%CHAR: 105835 0 (\050) @t
+132124 -16581 m
+132124 -18105 L
+127961 -16016 124490 -13561 121710 -10753 c
+117745 -6759 114683 -2046 112538 3387 c
+110379 8819 109306 14450 109306 20292 c
+109306 28843 111423 36633 115628 43674 c
+119847 50716 125351 55753 132124 58787 C
+132124 57051 L
+128737 55175 125958 52621 123770 49361 c
+121597 46115 119974 41995 118902 36999 c
+117829 32018 117293 26797 117293 21378 c
+117293 15480 117745 10118 118648 5292 c
+119368 1482 120243 -1566 121259 -3866 c
+122275 -6167 123643 -8382 125365 -10499 c
+127086 -12629 129344 -14647 132124 -16581 C
+@c
+F
+%CHAR: 134029 0 (a) @t
+158131 5461 m
+154250 2455 151809 720 150807 254 c
+149326 -437 147745 -790 146066 -790 c
+143441 -790 141282 113 139589 1905 c
+137895 3697 137049 6054 137049 8975 c
+137049 10823 137458 12418 138291 13772 c
+139419 15635 141381 17399 144175 19064 c
+146969 20715 151626 22719 158131 25090 C
+158131 26585 l
+158131 30353 157538 32950 156339 34361 c
+155139 35758 153390 36463 151104 36463 c
+149368 36463 147985 35998 146969 35052 c
+145925 34121 145403 33048 145403 31835 c
+145487 29436 l
+145487 28166 145163 27192 144514 26501 c
+143864 25809 143018 25471 141974 25471 c
+140943 25471 140111 25823 139462 26543 c
+138813 27263 138488 28236 138488 29478 c
+138488 31849 139702 34022 142129 36012 c
+144556 37987 147957 38989 152345 38989 c
+155704 38989 158455 38425 160614 37296 c
+162237 36435 163437 35094 164213 33274 c
+164707 32089 164947 29676 164947 26007 c
+164947 13152 l
+164947 9539 165017 7324 165158 6505 c
+165299 5701 165525 5151 165836 4882 c
+166160 4600 166527 4459 166936 4459 c
+167374 4459 167769 4558 168093 4755 c
+168672 5108 169787 6124 171438 7775 C
+171438 5461 L
+168361 1326 165412 -748 162590 -748 c
+161249 -748 160177 -282 159373 663 c
+158568 1595 158159 3203 158131 5461 C
+@c
+158131 8142 m
+158131 22578 L
+153968 20913 151287 19742 150073 19064 c
+147886 17851 146334 16581 145403 15254 c
+144457 13928 143991 12488 143991 10908 c
+143991 8932 144584 7281 145769 5969 c
+146955 4671 148324 4008 149862 4008 c
+151964 4008 154716 5390 158131 8142 C
+@c
+F
+%CHAR: 171607 0 (r) @t
+185337 38989 m
+185337 30466 L
+188498 36153 191758 38989 195088 38989 c
+196598 38989 197854 38523 198856 37606 c
+199843 36675 200337 35602 200337 34403 c
+200337 33316 199985 32413 199265 31665 c
+198545 30918 197699 30551 196697 30551 c
+195737 30551 194651 31030 193451 31976 c
+192252 32921 191363 33401 190784 33401 c
+190290 33401 189754 33133 189175 32583 c
+187934 31454 186650 29591 185337 26995 C
+185337 8848 l
+185337 6759 185591 5165 186113 4092 c
+186480 3344 187115 2723 188018 2230 c
+188936 1736 190234 1482 191941 1482 C
+191941 0 L
+172552 0 L
+172552 1482 L
+174486 1482 175925 1792 176856 2399 c
+177548 2836 178028 3542 178310 4501 c
+178437 4981 178507 6308 178507 8523 c
+178507 23199 l
+178507 27601 178423 30226 178239 31073 c
+178070 31905 177731 32526 177251 32907 c
+176772 33288 176165 33486 175445 33486 c
+174599 33486 173639 33274 172552 32865 C
+172143 34361 L
+183601 38989 L
+185337 38989 L
+@c
+F
+%CHAR: 198277 0 (g) @t
+211048 13815 m
+208733 14944 206955 16510 205714 18542 c
+204472 20574 203865 22804 203865 25259 c
+203865 29013 205276 32230 208098 34939 c
+210921 37634 214533 38989 218950 38989 c
+222562 38989 225681 38100 228334 36336 C
+236349 36336 l
+237534 36336 238226 36308 238423 36237 c
+238607 36167 238748 36054 238832 35885 c
+239002 35631 239086 35193 239086 34558 c
+239086 33839 239016 33345 238875 33077 c
+238790 32935 238649 32823 238437 32738 c
+238240 32653 237534 32625 236349 32625 c
+231438 32625 L
+232976 30635 233752 28095 233752 25005 c
+233752 21477 232398 18472 229703 15960 c
+226993 13448 223367 12192 218823 12192 c
+216946 12192 215041 12474 213080 13025 C
+211866 11980 211048 11063 210624 10273 c
+210187 9483 209975 8819 209975 8269 c
+209975 7803 210201 7352 210652 6900 c
+211118 6463 212007 6152 213320 5955 c
+214096 5842 216029 5743 219119 5659 c
+224792 5532 228475 5334 230154 5080 c
+232708 4727 234754 3782 236292 2230 c
+237816 691 238578 -1214 238578 -3471 c
+238578 -6590 237125 -9511 234204 -12234 c
+229900 -16256 224298 -18274 217384 -18274 c
+212064 -18274 207562 -17075 203893 -14676 c
+201833 -13293 200803 -11867 200803 -10372 c
+200803 -9708 200944 -9059 201254 -8396 c
+201720 -7366 202694 -5955 204147 -4135 c
+204345 -3881 205742 -2399 208366 325 C
+206927 1185 205925 1947 205333 2625 c
+204740 3302 204444 4064 204444 4925 c
+204444 5884 204825 7013 205615 8311 c
+206405 9610 208211 11444 211048 13815 C
+@c
+218244 36999 m
+216212 36999 214491 36181 213122 34558 c
+211739 32935 211048 30438 211048 27079 c
+211048 22719 211993 19346 213870 16948 c
+215295 15127 217115 14224 219317 14224 c
+221419 14224 223141 15000 224481 16581 c
+225836 18147 226513 20616 226513 23975 c
+226513 28363 225568 31792 223663 34276 c
+222252 36096 220446 36999 218244 36999 c
+@c
+210638 0 m
+209340 -1411 208366 -2709 207703 -3923 c
+207040 -5136 206715 -6251 206715 -7281 c
+206715 -8594 207506 -9751 209114 -10753 c
+211866 -12460 215845 -13307 221052 -13307 c
+226020 -13307 229674 -12432 232031 -10682 c
+234387 -8932 235573 -7070 235573 -5080 c
+235573 -3655 234867 -2639 233456 -2032 c
+232031 -1425 229180 -1058 224947 -945 c
+218738 -790 213969 -466 210638 0 C
+@c
+F
+%CHAR: 240611 0 (#) @t
+245366 -1157 m
+249205 17653 L
+242135 17653 L
+242135 21040 L
+249868 21040 L
+252718 35221 L
+242135 35221 L
+242135 38523 L
+253509 38523 L
+257276 57334 L
+260705 57334 L
+256938 38523 L
+270879 38523 L
+274887 57334 L
+278316 57334 L
+274393 38523 L
+281420 38523 L
+281420 35221 L
+273772 35221 L
+270879 21040 L
+281420 21040 L
+281420 17653 L
+270174 17653 L
+266322 -1157 L
+262977 -1157 L
+266745 17653 L
+252718 17653 L
+248795 -1157 L
+245366 -1157 L
+@c
+253339 21040 m
+267366 21040 L
+270329 35221 L
+256232 35221 L
+253339 21040 L
+@c
+F
+%CHAR: 282945 0 (5) @t
+319705 56064 m
+316473 49036 L
+299610 49036 L
+295927 41501 L
+303237 40428 309022 37719 313284 33359 c
+316953 29619 318787 25203 318787 20137 c
+318787 17187 318195 14450 316995 11952 c
+315796 9440 314286 7310 312466 5546 c
+310645 3782 308613 2357 306384 1284 c
+303223 -240 299963 -988 296633 -988 c
+293260 -988 290819 -423 289295 720 c
+287757 1863 286995 3133 286995 4501 c
+286995 5278 287319 5955 287940 6548 c
+288575 7140 289380 7437 290339 7437 c
+291059 7437 291694 7338 292230 7112 c
+292766 6886 293684 6322 294982 5419 c
+297042 3979 299131 3260 301261 3260 c
+304479 3260 307315 4487 309756 6929 c
+312197 9370 313411 12333 313411 15833 c
+313411 19219 312324 22380 310151 25315 c
+307964 28251 304973 30522 301134 32117 c
+298129 33359 294036 34078 288858 34276 C
+299610 56064 L
+319705 56064 L
+@c
+F
+%CHAR: 325279 0 (\051) @t
+327184 57051 m
+327184 58787 L
+331375 56727 334860 54286 337640 51463 c
+341577 47442 344625 42729 346770 37310 c
+348929 31891 350002 26247 350002 20377 c
+350002 11839 347899 4050 343694 -2992 c
+339489 -10033 333986 -15071 327184 -18105 C
+327184 -16581 L
+330571 -14676 333365 -12107 335552 -8862 c
+337739 -5630 339376 -1510 340434 3500 c
+341493 8495 342029 13716 342029 19135 c
+342029 25005 341563 30367 340660 35221 c
+339969 39031 339108 42065 338078 44366 c
+337034 46652 335665 48853 333957 50970 c
+332250 53100 329992 55118 327184 57051 C
+@c
+F
+T
+@rax 352.41335 6.42586 422.95748 35.19383 @E
+[0.00028346 0.00000000 0.00000000 0.00028346 352.77730993 12.08579483] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_AvantGardeBkBT 84667.00000 z
+%CHAR: 0 0 (x) @t
+7112 45480 m
+17695 28279 L
+29013 45480 L
+35715 45480 L
+20997 23693 L
+35631 0 L
+29013 0 L
+17357 18980 L
+5165 0 L
+-1284 0 L
+14139 23608 L
+579 45480 L
+7112 45480 L
+@c
+F
+%CHAR: 58942 0 (l) @t
+63697 0 m
+63697 60198 L
+69525 60198 L
+69525 0 L
+63697 0 L
+@c
+F
+%CHAR: 74281 0 (a) @t
+117362 23029 m
+117362 27855 115641 32061 112198 35659 c
+108755 39257 104775 41049 100288 41049 c
+95405 41049 91257 39257 87828 35659 c
+84399 32061 82677 27601 82677 22282 c
+82677 17216 84385 12940 87799 9454 c
+91214 5969 95321 4219 100119 4219 c
+104747 4219 108783 6054 112212 9737 c
+115641 13420 117362 17851 117362 23029 c
+@c
+117362 7197 m
+115542 4572 113087 2526 109982 1030 c
+106878 -452 103533 -1199 99949 -1199 c
+93289 -1199 87729 1087 83298 5644 c
+78853 10202 76638 15833 76638 22536 c
+76638 29337 78909 35024 83439 39610 c
+87969 44182 93642 46468 100457 46468 c
+103957 46468 107160 45763 110081 44337 c
+113002 42912 115429 40866 117362 38199 C
+117362 45480 L
+123063 45480 L
+123063 0 L
+117362 0 L
+117362 7197 L
+@c
+F
+%CHAR: 127607 0 (b) @t
+137852 60198 m
+137852 41219 L
+137852 37832 L
+140307 40781 142988 42954 145909 44366 c
+148830 45763 152104 46468 155716 46468 c
+162109 46468 167513 44168 171944 39568 c
+176361 34967 178577 29365 178577 22775 c
+178577 15974 176319 10273 171789 5687 c
+167273 1101 161601 -1199 154757 -1199 c
+151398 -1199 148322 -536 145528 804 c
+142720 2145 140166 4163 137852 6858 C
+137852 0 L
+132108 0 L
+132108 60198 L
+137852 60198 L
+@c
+137852 22282 m
+137852 17427 139573 13208 143002 9610 c
+146431 6011 150382 4219 154842 4219 c
+159724 4219 163873 6025 167302 9638 c
+170731 13250 172452 17710 172452 23029 c
+172452 28067 170745 32329 167330 35814 c
+163915 39300 159823 41049 155053 41049 c
+150284 41049 146220 39229 142875 35588 c
+139531 31962 137852 27517 137852 22282 c
+@c
+F
+%CHAR: 180933 0 (e) @t
+230209 20885 m
+189160 20885 L
+189513 15932 191305 11938 194536 8876 c
+197754 5828 201775 4304 206601 4304 c
+210016 4304 213092 5193 215816 6957 c
+218539 8735 220656 11190 222138 14351 C
+228756 14351 L
+226667 9313 223718 5461 219936 2766 c
+216140 71 211752 -1284 206771 -1284 c
+200152 -1284 194550 1072 189978 5786 c
+185406 10499 183120 16171 183120 22775 c
+183120 29704 185364 35419 189837 39935 c
+194310 44464 200040 46722 207010 46722 c
+213854 46722 219428 44366 223732 39666 c
+228050 34953 230209 28829 230209 21294 c
+230209 20885 L
+@c
+223760 25809 m
+222660 30918 220628 34770 217678 37352 c
+214729 39935 210891 41219 206150 41219 c
+201747 41219 198008 39836 194945 37056 c
+191883 34276 190021 30537 189329 25809 C
+223760 25809 L
+@c
+F
+%CHAR: 232241 0 (l) @t
+236996 0 m
+236996 60198 L
+242824 60198 L
+242824 0 L
+236996 0 L
+@c
+F
+T
+@rax 55.18800 382.91584 76.42403 453.26381 @E
+[0.00000001 0.00028346 -0.00028346 0.00000001 72.25199736 383.30389149] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_AvantGardeBkBT 84667.00000 z
+%CHAR: 0 0 (y) @t
+-1369 45480 m
+5334 45480 L
+19389 8565 L
+34107 45480 L
+40880 45480 L
+16327 -14718 L
+10089 -14718 L
+16157 85 L
+-1369 45480 L
+@c
+F
+%CHAR: 62921 0 (l) @t
+67676 0 m
+67676 60198 L
+73504 60198 L
+73504 0 L
+67676 0 L
+@c
+F
+%CHAR: 78260 0 (a) @t
+121341 23029 m
+121341 27855 119620 32061 116177 35659 c
+112734 39257 108754 41049 104267 41049 c
+99384 41049 95236 39257 91807 35659 c
+88378 32061 86656 27601 86656 22282 c
+86656 17216 88364 12940 91778 9454 c
+95193 5969 99300 4219 104098 4219 c
+108726 4219 112762 6054 116191 9737 c
+119620 13420 121341 17851 121341 23029 c
+@c
+121341 7197 m
+119521 4572 117066 2526 113961 1030 c
+110857 -452 107512 -1199 103928 -1199 c
+97268 -1199 91708 1087 87277 5644 c
+82832 10202 80617 15833 80617 22536 c
+80617 29337 82888 35024 87418 39610 c
+91948 44182 97621 46468 104436 46468 c
+107936 46468 111139 45763 114060 44337 c
+116981 42912 119408 40866 121341 38199 C
+121341 45480 L
+127042 45480 L
+127042 0 L
+121341 0 L
+121341 7197 L
+@c
+F
+%CHAR: 131586 0 (b) @t
+141831 60198 m
+141831 41219 L
+141831 37832 L
+144286 40781 146967 42954 149888 44366 c
+152809 45763 156083 46468 159695 46468 c
+166088 46468 171492 44168 175923 39568 c
+180340 34967 182556 29365 182556 22775 c
+182556 15974 180298 10273 175768 5687 c
+171252 1101 165580 -1199 158736 -1199 c
+155377 -1199 152301 -536 149507 804 c
+146699 2145 144145 4163 141831 6858 C
+141831 0 L
+136087 0 L
+136087 60198 L
+141831 60198 L
+@c
+141831 22282 m
+141831 17427 143552 13208 146981 9610 c
+150410 6011 154361 4219 158821 4219 c
+163703 4219 167852 6025 171281 9638 c
+174710 13250 176431 17710 176431 23029 c
+176431 28067 174724 32329 171309 35814 c
+167894 39300 163802 41049 159032 41049 c
+154263 41049 150199 39229 146854 35588 c
+143510 31962 141831 27517 141831 22282 c
+@c
+F
+%CHAR: 184912 0 (e) @t
+234188 20885 m
+193139 20885 L
+193492 15932 195284 11938 198515 8876 c
+201733 5828 205754 4304 210580 4304 c
+213995 4304 217071 5193 219795 6957 c
+222518 8735 224635 11190 226117 14351 C
+232735 14351 L
+230646 9313 227697 5447 223915 2752 c
+220119 56 215731 -1284 210750 -1284 c
+204131 -1284 198529 1072 193957 5786 c
+189385 10499 187099 16171 187099 22775 c
+187099 29704 189343 35419 193816 39935 c
+198289 44464 204019 46722 210989 46722 c
+217833 46722 223407 44366 227711 39666 c
+232029 34953 234188 28829 234188 21294 c
+234188 20885 L
+@c
+227739 25809 m
+226639 30918 224607 34770 221657 37352 c
+218708 39935 214870 41219 210129 41219 c
+205726 41219 201987 39836 198924 37056 c
+195862 34276 194000 30537 193308 25809 C
+227739 25809 L
+@c
+F
+%CHAR: 236220 0 (l) @t
+240975 0 m
+240975 60198 L
+246803 60198 L
+246803 0 L
+240975 0 L
+@c
+F
+T
+@rax %Note: Object
+77.25883 596.97043 139.72422 596.97156 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+78.63959 596.97099 m
+138.34346 596.97099 L
+S
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+81.83509 599.54939 m
+77.85751 596.97099 L
+81.83509 594.39061 L
+S
+@J
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+135.14797 599.54939 m
+139.12554 596.97099 L
+135.14797 594.39061 L
+S
+@J
+
+@rax %Note: Object
+74.00806 175.49745 74.00920 642.66180 @E
+0 J 0 j [2 5 ] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 1.00006 1.00006 0.00000 @w
+/$fm 0 def
+74.00863 642.66180 m
+74.00863 175.49745 L
+S
+
+@rax 86.26365 603.40620 108.05981 779.24721 @E
+[0.00000001 0.00028346 -0.00028346 0.00000001 102.92768127 603.40618265] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_TimesNewRoman 84667.00000 z
+%CHAR: 0 0 (\134) @t
+3429 58787 m
+23693 -1157 L
+20377 -1157 L
+127 58787 L
+3429 58787 L
+@c
+F
+%CHAR: 23523 0 (c) @t
+58335 14393 m
+57319 9398 55315 5560 52338 2879 c
+49361 183 46073 -1157 42460 -1157 c
+38156 -1157 34403 649 31214 4262 c
+28010 7874 26416 12742 26416 18895 c
+26416 24850 28194 29690 31736 33401 c
+35278 37126 39525 38989 44478 38989 c
+48203 38989 51266 38001 53664 36026 c
+56063 34064 57263 32018 57263 29887 c
+57263 28843 56924 27997 56247 27347 c
+55569 26698 54624 26374 53410 26374 c
+51788 26374 50560 26896 49727 27940 c
+49262 28519 48951 29633 48810 31256 c
+48655 32879 48091 34121 47131 34982 c
+46157 35800 44831 36209 43123 36209 c
+40358 36209 38142 35193 36463 33161 c
+34233 30452 33119 26882 33119 22451 c
+33119 17935 34219 13942 36449 10485 c
+38664 7027 41656 5292 45438 5292 c
+48133 5292 50560 6209 52705 8057 c
+54229 9327 55696 11628 57136 14972 C
+58335 14393 L
+@c
+F
+%CHAR: 61101 0 (a) @t
+85203 5461 m
+81322 2455 78881 720 77879 254 c
+76398 -437 74817 -790 73138 -790 c
+70513 -790 68354 113 66661 1905 c
+64967 3697 64121 6054 64121 8975 c
+64121 10823 64530 12418 65363 13772 c
+66491 15635 68453 17399 71247 19064 c
+74041 20715 78698 22719 85203 25090 C
+85203 26585 l
+85203 30353 84610 32950 83411 34361 c
+82211 35758 80462 36463 78176 36463 c
+76440 36463 75057 35998 74041 35052 c
+72997 34121 72475 33048 72475 31835 c
+72559 29436 l
+72559 28166 72235 27192 71586 26501 c
+70936 25809 70090 25471 69046 25471 c
+68015 25471 67183 25823 66534 26543 c
+65885 27263 65560 28236 65560 29478 c
+65560 31849 66774 34022 69201 36012 c
+71628 37987 75029 38989 79417 38989 c
+82776 38989 85527 38425 87686 37296 c
+89309 36435 90509 35094 91285 33274 c
+91779 32089 92019 29676 92019 26007 c
+92019 13152 l
+92019 9539 92089 7324 92230 6505 c
+92371 5701 92597 5151 92908 4882 c
+93232 4600 93599 4459 94008 4459 c
+94446 4459 94841 4558 95165 4755 c
+95744 5108 96859 6124 98510 7775 C
+98510 5461 L
+95433 1326 92484 -748 89662 -748 c
+88321 -748 87249 -282 86445 663 c
+85640 1595 85231 3203 85203 5461 C
+@c
+85203 8142 m
+85203 22578 L
+81040 20913 78359 19742 77145 19064 c
+74958 17851 73406 16581 72475 15254 c
+71529 13928 71063 12488 71063 10908 c
+71063 8932 71656 7281 72841 5969 c
+74027 4671 75396 4008 76934 4008 c
+79036 4008 81788 5390 85203 8142 C
+@c
+F
+%CHAR: 98679 0 (p) @t
+98594 34107 m
+110250 38820 L
+111831 38820 L
+111831 29972 L
+113778 33302 115739 35645 117715 36985 c
+119691 38312 121765 38989 123938 38989 c
+127748 38989 130909 37493 133449 34516 c
+136567 30875 138120 26148 138120 20292 c
+138120 13772 136243 8368 132489 4092 c
+129413 593 125518 -1157 120834 -1157 c
+118802 -1157 117038 -875 115542 -296 c
+114441 127 113199 945 111831 2187 C
+111831 -9342 l
+111831 -11938 111986 -13575 112296 -14281 c
+112621 -14986 113171 -15551 113961 -15960 c
+114738 -16369 116163 -16581 118237 -16581 C
+118237 -18105 L
+98397 -18105 L
+98397 -16581 L
+99427 -16581 l
+100937 -16609 102235 -16313 103307 -15706 c
+103830 -15409 104239 -14916 104535 -14238 c
+104817 -13561 104958 -11853 104958 -9102 c
+104958 26712 l
+104958 29154 104860 30720 104634 31383 c
+104408 32046 104055 32540 103576 32865 c
+103096 33204 102447 33359 101614 33359 c
+100951 33359 100118 33175 99088 32780 C
+98594 34107 L
+@c
+111831 27531 m
+111831 13391 l
+111831 10329 111943 8326 112197 7352 c
+112578 5757 113524 4360 115034 3147 c
+116530 1933 118421 1326 120721 1326 c
+123472 1326 125702 2399 127409 4544 c
+129639 7352 130754 11317 130754 16411 c
+130754 22197 129498 26656 126958 29760 c
+125194 31919 123091 32992 120678 32992 c
+119352 32992 118040 32653 116741 32004 c
+115754 31496 114117 30014 111831 27531 C
+@c
+F
+%CHAR: 141013 0 (t) @t
+154658 50306 m
+154658 37874 L
+163506 37874 L
+163506 34982 L
+154658 34982 L
+154658 10414 l
+154658 7959 155011 6308 155717 5461 c
+156408 4600 157311 4177 158412 4177 c
+159329 4177 160204 4459 161065 5024 c
+161912 5588 162575 6421 163055 7521 C
+164663 7521 L
+163690 4826 162335 2794 160571 1425 c
+158807 56 156987 -621 155110 -621 c
+153840 -621 152598 -268 151385 437 c
+150171 1143 149282 2145 148704 3457 c
+148125 4755 147829 6773 147829 9511 c
+147829 34982 L
+141846 34982 L
+141846 36336 L
+143355 36943 144908 37973 146488 39412 c
+148069 40866 149494 42588 150721 44563 c
+151356 45607 152245 47526 153374 50306 C
+154658 50306 L
+@c
+F
+%CHAR: 164536 0 (i) @t
+176813 58787 m
+177970 58787 178958 58378 179776 57574 c
+180580 56755 180990 55767 180990 54610 c
+180990 53453 180580 52465 179776 51633 c
+178958 50814 177970 50391 176813 50391 c
+175656 50391 174668 50814 173835 51633 c
+173017 52465 172593 53453 172593 54610 c
+172593 55767 173003 56755 173821 57574 c
+174625 58378 175627 58787 176813 58787 c
+@c
+180242 38989 m
+180242 8551 l
+180242 6181 180411 4614 180764 3824 c
+181103 3034 181611 2455 182288 2060 c
+182965 1679 184207 1482 185999 1482 C
+185999 0 L
+167598 0 L
+167598 1482 L
+169447 1482 170688 1665 171309 2032 c
+171944 2385 172452 2977 172819 3810 c
+173200 4628 173384 6209 173384 8551 c
+173384 23156 l
+173384 27263 173257 29916 173017 31129 c
+172819 32018 172509 32625 172100 32964 c
+171690 33316 171126 33486 170406 33486 c
+169630 33486 168699 33274 167598 32865 C
+167020 34361 L
+178421 38989 L
+180242 38989 L
+@c
+F
+%CHAR: 188059 0 (o) @t
+209226 38989 m
+214955 38989 219555 36802 223041 32456 c
+225990 28730 227457 24455 227457 19643 c
+227457 16242 226639 12813 225016 9342 c
+223393 5870 221150 3246 218299 1482 c
+215449 -282 212274 -1157 208774 -1157 c
+203059 -1157 198529 1115 195171 5659 c
+192335 9497 190909 13801 190909 18556 c
+190909 22042 191770 25485 193492 28914 c
+195213 32343 197485 34883 200293 36520 c
+203102 38171 206079 38989 209226 38989 c
+@c
+207942 36294 m
+206488 36294 205021 35871 203539 34996 c
+202071 34121 200872 32611 199969 30424 c
+199052 28251 198600 25457 198600 22042 c
+198600 16524 199701 11769 201888 7775 c
+204075 3782 206968 1778 210552 1778 c
+213219 1778 215421 2879 217170 5080 c
+218906 7295 219767 11077 219767 16454 c
+219767 23185 218327 28476 215421 32329 c
+213473 34982 210976 36294 207942 36294 c
+@c
+F
+%CHAR: 230393 0 (n) @t
+244081 30960 m
+248512 36308 252745 38989 256767 38989 c
+258841 38989 260619 38467 262101 37437 c
+263597 36407 264782 34699 265657 32329 c
+266264 30678 266560 28138 266560 24723 c
+266560 8551 l
+266560 6167 266757 4530 267153 3683 c
+267449 2992 267943 2455 268620 2060 c
+269283 1679 270539 1482 272360 1482 C
+272360 0 L
+253620 0 L
+253620 1482 L
+254410 1482 l
+256174 1482 257416 1764 258107 2300 c
+258813 2836 259307 3627 259575 4671 c
+259688 5080 259744 6378 259744 8551 c
+259744 24060 l
+259744 27503 259293 30000 258404 31567 c
+257501 33119 255991 33895 253874 33895 c
+250600 33895 247326 32103 244081 28519 C
+244081 8551 l
+244081 5997 244222 4403 244532 3810 c
+244913 3006 245450 2413 246127 2046 c
+246804 1679 248173 1482 250233 1482 C
+250233 0 L
+231508 0 L
+231508 1482 L
+232340 1482 l
+234259 1482 235572 1976 236249 2949 c
+236912 3937 237251 5800 237251 8551 c
+237251 22620 l
+237251 27164 237152 29930 236941 30918 c
+236743 31919 236418 32597 235995 32950 c
+235572 33302 234993 33486 234274 33486 c
+233512 33486 232580 33274 231508 32865 C
+230887 34361 L
+242303 38989 L
+244081 38989 L
+244081 30960 L
+@c
+F
+%CHAR: 272727 0 (o) @t
+293894 38989 m
+299623 38989 304223 36802 307709 32456 c
+310658 28730 312125 24455 312125 19643 c
+312125 16242 311307 12813 309684 9342 c
+308061 5870 305818 3246 302967 1482 c
+300117 -282 296942 -1157 293442 -1157 c
+287727 -1157 283197 1115 279839 5659 c
+277003 9497 275577 13801 275577 18556 c
+275577 22042 276438 25485 278160 28914 c
+279881 32343 282153 34883 284961 36520 c
+287770 38171 290747 38989 293894 38989 c
+@c
+292610 36294 m
+291156 36294 289689 35871 288207 34996 c
+286739 34121 285540 32611 284637 30424 c
+283720 28251 283268 25457 283268 22042 c
+283268 16524 284369 11769 286556 7775 c
+288743 3782 291636 1778 295220 1778 c
+297887 1778 300089 2879 301838 5080 c
+303574 7295 304435 11077 304435 16454 c
+304435 23185 302995 28476 300089 32329 c
+298141 34982 295644 36294 292610 36294 c
+@c
+F
+%CHAR: 315061 0 (f) @t
+332502 34897 m
+332502 10005 l
+332502 6477 332898 4247 333660 3302 c
+334690 2088 336044 1482 337752 1482 c
+341195 1482 L
+341195 0 L
+318575 0 L
+318575 1482 L
+320268 1482 l
+321369 1482 322385 1764 323288 2314 c
+324191 2865 324826 3612 325165 4544 c
+325517 5489 325687 7310 325687 10005 c
+325687 34897 L
+318321 34897 L
+318321 37874 L
+325687 37874 L
+325687 40344 l
+325687 44126 326293 47329 327507 49939 c
+328721 52564 330569 54681 333067 56289 c
+335565 57898 338359 58702 341477 58702 c
+344370 58702 347037 57771 349464 55894 c
+351059 54653 351849 53256 351849 51717 c
+351849 50885 351496 50109 350776 49389 c
+350057 48655 349295 48288 348462 48288 c
+347827 48288 347164 48514 346458 48966 c
+345753 49417 344892 50405 343876 51901 c
+342860 53411 341915 54413 341068 54949 c
+340207 55471 339262 55725 338217 55725 c
+336947 55725 335875 55386 334986 54709 c
+334111 54046 333476 52987 333081 51576 c
+332700 50151 332502 46496 332502 40598 c
+332502 37874 L
+342267 37874 L
+342267 34897 L
+332502 34897 L
+@c
+F
+%CHAR: 341731 0 (f) @t
+359172 34897 m
+359172 10005 l
+359172 6477 359568 4247 360330 3302 c
+361360 2088 362714 1482 364422 1482 c
+367865 1482 L
+367865 0 L
+345245 0 L
+345245 1482 L
+346938 1482 l
+348039 1482 349055 1764 349958 2314 c
+350861 2865 351496 3612 351835 4544 c
+352187 5489 352357 7310 352357 10005 c
+352357 34897 L
+344991 34897 L
+344991 37874 L
+352357 37874 L
+352357 40344 l
+352357 44126 352963 47329 354177 49939 c
+355391 52564 357239 54681 359737 56289 c
+362235 57898 365029 58702 368147 58702 c
+371040 58702 373707 57771 376134 55894 c
+377729 54653 378519 53256 378519 51717 c
+378519 50885 378166 50109 377446 49389 c
+376727 48655 375965 48288 375132 48288 c
+374497 48288 373834 48514 373128 48966 c
+372423 49417 371562 50405 370546 51901 c
+369530 53411 368585 54413 367738 54949 c
+366877 55471 365932 55725 364887 55725 c
+363617 55725 362545 55386 361656 54709 c
+360781 54046 360146 52987 359751 51576 c
+359370 50151 359172 46496 359172 40598 c
+359172 37874 L
+368937 37874 L
+368937 34897 L
+359172 34897 L
+@c
+F
+%CHAR: 369925 0 (s) @t
+397047 38989 m
+397047 26092 L
+395678 26092 L
+394634 30141 393293 32893 391656 34361 c
+390005 35814 387917 36548 385391 36548 c
+383458 36548 381905 36040 380720 35010 c
+379535 33994 378942 32865 378942 31623 c
+378942 30085 379379 28759 380254 27658 c
+381115 26529 382851 25330 385476 24060 c
+391501 21124 l
+397103 18401 399897 14803 399897 10329 c
+399897 6886 398599 4120 395988 2004 c
+393392 -99 390471 -1157 387254 -1157 c
+384925 -1157 382286 -748 379309 85 c
+378406 353 377658 494 377079 494 c
+376444 494 375950 141 375584 -579 C
+374229 -579 L
+374229 12940 L
+375584 12940 L
+376360 9088 377841 6181 380014 4219 c
+382188 2258 384629 1284 387324 1284 c
+389229 1284 390781 1834 391981 2949 c
+393180 4078 393773 5419 393773 6985 c
+393773 8890 393110 10485 391769 11783 c
+390443 13081 387776 14718 383768 16708 c
+379775 18683 377164 20475 375922 22070 c
+374680 23650 374060 25626 374060 28025 c
+374060 31143 375132 33754 377263 35842 c
+379394 37931 382159 38989 385546 38989 c
+387042 38989 388848 38665 390965 38030 c
+392376 37620 393307 37409 393773 37409 c
+394224 37409 394563 37507 394817 37705 c
+395057 37903 395353 38326 395678 38989 C
+397047 38989 L
+@c
+F
+%CHAR: 402875 0 (e) @t
+411892 23608 m
+411864 17978 413218 13575 415984 10372 c
+418736 7183 421982 5588 425693 5588 c
+428176 5588 430335 6265 432170 7634 c
+434004 8989 435528 11331 436770 14633 C
+438054 13815 L
+437476 10033 435796 6590 433016 3500 c
+430222 395 426737 -1157 422560 -1157 c
+418002 -1157 414107 607 410876 4149 c
+407630 7691 406022 12460 406022 18443 c
+406022 24920 407673 29972 411003 33585 c
+414319 37211 418482 39031 423506 39031 c
+427753 39031 431238 37634 433962 34826 c
+436685 32032 438054 28293 438054 23608 C
+411892 23608 L
+@c
+411892 26007 m
+429418 26007 L
+429277 28434 428995 30141 428543 31129 c
+427866 32667 426836 33881 425467 34770 c
+424098 35645 422673 36096 421191 36096 c
+418905 36096 416859 35207 415053 33429 c
+413247 31651 412188 29168 411892 26007 C
+@c
+F
+%CHAR: 440453 0 (t) @t
+454098 50306 m
+454098 37874 L
+462946 37874 L
+462946 34982 L
+454098 34982 L
+454098 10414 l
+454098 7959 454451 6308 455157 5461 c
+455848 4600 456751 4177 457852 4177 c
+458769 4177 459644 4459 460505 5024 c
+461352 5588 462015 6421 462495 7521 C
+464103 7521 L
+463130 4826 461775 2794 460011 1425 c
+458247 56 456427 -621 454550 -621 c
+453280 -621 452038 -268 450825 437 c
+449611 1143 448722 2145 448144 3457 c
+447565 4755 447269 6773 447269 9511 c
+447269 34982 L
+441286 34982 L
+441286 36336 L
+442795 36943 444348 37973 445928 39412 c
+447509 40866 448934 42588 450161 44563 c
+450796 45607 451685 47526 452814 50306 C
+454098 50306 L
+@c
+F
+%CHAR: 463976 0 (\050) @t
+490265 -16581 m
+490265 -18105 L
+486102 -16016 482631 -13561 479851 -10753 c
+475886 -6759 472824 -2046 470679 3387 c
+468520 8819 467447 14450 467447 20292 c
+467447 28843 469564 36633 473769 43674 c
+477988 50716 483492 55753 490265 58787 C
+490265 57051 L
+486878 55175 484099 52621 481911 49361 c
+479738 46115 478115 41995 477043 36999 c
+475970 32018 475434 26797 475434 21378 c
+475434 15480 475886 10118 476789 5292 c
+477509 1482 478384 -1566 479400 -3866 c
+480416 -6167 481784 -8382 483506 -10499 c
+485227 -12629 487485 -14647 490265 -16581 C
+@c
+F
+%CHAR: 492170 0 (c) @t
+526982 14393 m
+525966 9398 523962 5560 520985 2879 c
+518008 183 514720 -1157 511107 -1157 c
+506803 -1157 503050 649 499861 4262 c
+496657 7874 495063 12742 495063 18895 c
+495063 24850 496841 29690 500383 33401 c
+503925 37126 508172 38989 513125 38989 c
+516850 38989 519913 38001 522311 36026 c
+524710 34064 525910 32018 525910 29887 c
+525910 28843 525571 27997 524894 27347 c
+524216 26698 523271 26374 522057 26374 c
+520435 26374 519207 26896 518374 27940 c
+517909 28519 517598 29633 517457 31256 c
+517302 32879 516738 34121 515778 34982 c
+514804 35800 513478 36209 511770 36209 c
+509005 36209 506789 35193 505110 33161 c
+502880 30452 501766 26882 501766 22451 c
+501766 17935 502866 13942 505096 10485 c
+507311 7027 510303 5292 514085 5292 c
+516780 5292 519207 6209 521352 8057 c
+522876 9327 524343 11628 525783 14972 C
+526982 14393 L
+@c
+F
+%CHAR: 529748 0 (m) @t
+543633 30918 m
+546399 33683 548022 35264 548516 35673 c
+549758 36731 551098 37536 552523 38114 c
+553963 38693 555374 38989 556785 38989 c
+559156 38989 561202 38298 562909 36915 c
+564617 35546 565760 33542 566338 30918 C
+569175 34234 571573 36407 573535 37437 c
+575482 38467 577500 38989 579560 38989 c
+581578 38989 583356 38467 584923 37437 c
+586475 36407 587703 34713 588620 32371 c
+589227 30776 589523 28265 589523 24850 c
+589523 8551 l
+589523 6181 589706 4558 590059 3683 c
+590341 3076 590849 2554 591597 2131 c
+592345 1707 593545 1482 595238 1482 C
+595238 0 L
+576541 0 L
+576541 1482 L
+577331 1482 l
+578954 1482 580224 1806 581141 2441 c
+581776 2879 582227 3584 582496 4544 c
+582608 5009 582665 6350 582665 8551 c
+582665 24850 l
+582665 27926 582298 30113 581550 31383 c
+580478 33147 578756 34022 576385 34022 c
+574918 34022 573450 33655 571983 32921 c
+570501 32202 568723 30847 566620 28857 C
+566536 28406 L
+566620 26628 L
+566620 8551 l
+566620 5969 566776 4360 567058 3725 c
+567354 3090 567890 2554 568695 2131 c
+569485 1707 570854 1482 572787 1482 C
+572787 0 L
+553638 0 L
+553638 1482 L
+555741 1482 557180 1736 557970 2230 c
+558746 2723 559297 3471 559593 4459 c
+559734 4939 559805 6294 559805 8551 c
+559805 24850 l
+559805 27926 559353 30156 558436 31496 c
+557222 33260 555529 34149 553356 34149 c
+551860 34149 550393 33754 548925 32950 c
+546639 31736 544875 30367 543633 28857 C
+543633 8551 l
+543633 6082 543817 4459 544156 3725 c
+544494 2977 545016 2413 545680 2046 c
+546357 1679 547726 1482 549800 1482 C
+549800 0 L
+531074 0 L
+531074 1482 L
+532810 1482 534024 1679 534715 2046 c
+535392 2413 535929 3006 536281 3824 c
+536634 4643 536818 6209 536818 8551 c
+536818 23029 l
+536818 27192 536691 29873 536451 31087 c
+536253 32004 535943 32625 535534 32964 c
+535124 33316 534560 33486 533840 33486 c
+533064 33486 532147 33274 531074 32865 C
+530454 34361 L
+541855 38989 L
+543633 38989 L
+543633 30918 L
+@c
+F
+%CHAR: 595605 0 (\051) @t
+597510 57051 m
+597510 58787 L
+601701 56727 605186 54286 607966 51463 c
+611903 47442 614951 42729 617096 37310 c
+619255 31891 620328 26247 620328 20377 c
+620328 11839 618225 4050 614020 -2992 c
+609815 -10033 604312 -15071 597510 -18105 C
+597510 -16581 L
+600897 -14676 603691 -12107 605878 -8862 c
+608065 -5630 609702 -1510 610760 3500 c
+611819 8495 612355 13716 612355 19135 c
+612355 25005 611889 30367 610986 35221 c
+610295 39031 609434 42065 608404 44366 c
+607360 46652 605991 48853 604283 50970 c
+602576 53100 600318 55118 597510 57051 C
+@c
+F
+T
+@rax %Note: Object
+177.80769 641.92110 615.06227 641.92224 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+179.18844 641.92167 m
+613.68151 641.92167 L
+S
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+182.38394 644.50006 m
+178.40636 641.92167 L
+182.38394 639.34129 L
+S
+@J
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+610.48602 644.50006 m
+614.46359 641.92167 L
+610.48602 639.34129 L
+S
+@J
+
+@rax 303.71046 648.17603 475.89591 674.75594 @E
+[0.00028346 0.00000000 0.00000000 0.00028346 303.71044558 653.36794460] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_TimesNewRoman 84667.00000 z
+%CHAR: 0 0 (d) @t
+29394 4262 m
+27545 2328 25739 945 23975 99 c
+22211 -734 20306 -1157 18274 -1157 c
+14139 -1157 10527 579 7437 4036 c
+4360 7493 2808 11938 2808 17357 c
+2808 22790 4516 27757 7945 32272 c
+11359 36774 15748 39031 21124 39031 c
+24455 39031 27220 37959 29394 35842 C
+29394 42827 l
+29394 47160 29295 49812 29083 50814 c
+28871 51802 28547 52479 28109 52832 c
+27672 53199 27122 53368 26458 53368 c
+25739 53368 24793 53157 23608 52705 C
+23072 54159 L
+34361 58787 L
+36209 58787 L
+36209 15000 l
+36209 10569 36322 7860 36520 6886 c
+36731 5898 37056 5221 37522 4840 c
+37973 4445 38509 4262 39102 4262 c
+39850 4262 40852 4487 42079 4967 C
+42545 3514 L
+31299 -1157 L
+29394 -1157 L
+29394 4262 L
+@c
+29394 7154 m
+29394 26670 l
+29224 28533 28730 30254 27912 31792 c
+27079 33331 25979 34502 24624 35278 c
+23255 36068 21929 36463 20631 36463 c
+18203 36463 16044 35377 14139 33204 c
+11628 30325 10372 26148 10372 20631 c
+10372 15057 11585 10795 14012 7832 c
+16440 4868 19135 3387 22112 3387 c
+24624 3387 27051 4643 29394 7154 C
+@c
+F
+%CHAR: 42334 0 (i) @t
+54611 58787 m
+55768 58787 56756 58378 57574 57574 c
+58378 56755 58788 55767 58788 54610 c
+58788 53453 58378 52465 57574 51633 c
+56756 50814 55768 50391 54611 50391 c
+53454 50391 52466 50814 51633 51633 c
+50815 52465 50391 53453 50391 54610 c
+50391 55767 50801 56755 51619 57574 c
+52423 58378 53425 58787 54611 58787 c
+@c
+58040 38989 m
+58040 8551 l
+58040 6181 58209 4614 58562 3824 c
+58901 3034 59409 2455 60086 2060 c
+60763 1679 62005 1482 63797 1482 C
+63797 0 L
+45396 0 L
+45396 1482 L
+47245 1482 48486 1665 49107 2032 c
+49742 2385 50250 2977 50617 3810 c
+50998 4628 51182 6209 51182 8551 c
+51182 23156 l
+51182 27263 51055 29916 50815 31129 c
+50617 32018 50307 32625 49898 32964 c
+49488 33316 48924 33486 48204 33486 c
+47428 33486 46497 33274 45396 32865 C
+44818 34361 L
+56219 38989 L
+58040 38989 L
+@c
+F
+%CHAR: 65857 0 (a) @t
+89959 5461 m
+86078 2455 83637 720 82635 254 c
+81154 -437 79573 -790 77894 -790 c
+75269 -790 73110 113 71417 1905 c
+69723 3697 68877 6054 68877 8975 c
+68877 10823 69286 12418 70119 13772 c
+71247 15635 73209 17399 76003 19064 c
+78797 20715 83454 22719 89959 25090 C
+89959 26585 l
+89959 30353 89366 32950 88167 34361 c
+86967 35758 85218 36463 82932 36463 c
+81196 36463 79813 35998 78797 35052 c
+77753 34121 77231 33048 77231 31835 c
+77315 29436 l
+77315 28166 76991 27192 76342 26501 c
+75692 25809 74846 25471 73802 25471 c
+72771 25471 71939 25823 71290 26543 c
+70641 27263 70316 28236 70316 29478 c
+70316 31849 71530 34022 73957 36012 c
+76384 37987 79785 38989 84173 38989 c
+87532 38989 90283 38425 92442 37296 c
+94065 36435 95265 35094 96041 33274 c
+96535 32089 96775 29676 96775 26007 c
+96775 13152 l
+96775 9539 96845 7324 96986 6505 c
+97127 5701 97353 5151 97664 4882 c
+97988 4600 98355 4459 98764 4459 c
+99202 4459 99597 4558 99921 4755 c
+100500 5108 101615 6124 103266 7775 C
+103266 5461 L
+100189 1326 97240 -748 94418 -748 c
+93077 -748 92005 -282 91201 663 c
+90396 1595 89987 3203 89959 5461 C
+@c
+89959 8142 m
+89959 22578 L
+85796 20913 83115 19742 81901 19064 c
+79714 17851 78162 16581 77231 15254 c
+76285 13928 75819 12488 75819 10908 c
+75819 8932 76412 7281 77597 5969 c
+78783 4671 80152 4008 81690 4008 c
+83792 4008 86544 5390 89959 8142 C
+@c
+F
+%CHAR: 103435 0 (g) @t
+116206 13815 m
+113891 14944 112113 16510 110872 18542 c
+109630 20574 109023 22804 109023 25259 c
+109023 29013 110434 32230 113256 34939 c
+116079 37634 119691 38989 124108 38989 c
+127720 38989 130839 38100 133492 36336 C
+141507 36336 l
+142692 36336 143384 36308 143581 36237 c
+143765 36167 143906 36054 143990 35885 c
+144160 35631 144244 35193 144244 34558 c
+144244 33839 144174 33345 144033 33077 c
+143948 32935 143807 32823 143595 32738 c
+143398 32653 142692 32625 141507 32625 c
+136596 32625 L
+138134 30635 138910 28095 138910 25005 c
+138910 21477 137556 18472 134861 15960 c
+132151 13448 128525 12192 123981 12192 c
+122104 12192 120199 12474 118238 13025 C
+117024 11980 116206 11063 115782 10273 c
+115345 9483 115133 8819 115133 8269 c
+115133 7803 115359 7352 115810 6900 c
+116276 6463 117165 6152 118478 5955 c
+119254 5842 121187 5743 124277 5659 c
+129950 5532 133633 5334 135312 5080 c
+137866 4727 139912 3782 141450 2230 c
+142974 691 143736 -1214 143736 -3471 c
+143736 -6590 142283 -9511 139362 -12234 c
+135058 -16256 129456 -18274 122542 -18274 c
+117222 -18274 112720 -17075 109051 -14676 c
+106991 -13293 105961 -11867 105961 -10372 c
+105961 -9708 106102 -9059 106412 -8396 c
+106878 -7366 107852 -5955 109305 -4135 c
+109503 -3881 110900 -2399 113524 325 C
+112085 1185 111083 1947 110491 2625 c
+109898 3302 109602 4064 109602 4925 c
+109602 5884 109983 7013 110773 8311 c
+111563 9610 113369 11444 116206 13815 C
+@c
+123402 36999 m
+121370 36999 119649 36181 118280 34558 c
+116897 32935 116206 30438 116206 27079 c
+116206 22719 117151 19346 119028 16948 c
+120453 15127 122273 14224 124475 14224 c
+126577 14224 128299 15000 129639 16581 c
+130994 18147 131671 20616 131671 23975 c
+131671 28363 130726 31792 128821 34276 c
+127410 36096 125604 36999 123402 36999 c
+@c
+115796 0 m
+114498 -1411 113524 -2709 112861 -3923 c
+112198 -5136 111873 -6251 111873 -7281 c
+111873 -8594 112664 -9751 114272 -10753 c
+117024 -12460 121003 -13307 126210 -13307 c
+131178 -13307 134832 -12432 137189 -10682 c
+139545 -8932 140731 -7070 140731 -5080 c
+140731 -3655 140025 -2639 138614 -2032 c
+137189 -1425 134338 -1058 130105 -945 c
+123896 -790 119127 -466 115796 0 C
+@c
+F
+%CHAR: 145769 0 (w) @t
+146305 37874 m
+162180 37874 L
+162180 36336 L
+160727 36223 159767 35969 159302 35560 c
+158850 35137 158624 34544 158624 33782 c
+158624 32921 158864 31891 159330 30678 c
+167430 8890 L
+175572 26628 L
+173427 32202 l
+172764 33853 171903 34996 170816 35631 c
+170210 36026 169081 36252 167430 36336 C
+167430 37874 L
+185464 37874 L
+185464 36336 L
+183474 36252 182063 35899 181244 35264 c
+180694 34826 180412 34121 180412 33161 c
+180412 32611 180525 32046 180751 31468 c
+189344 9708 L
+197317 30678 l
+197867 32159 198150 33345 198150 34234 c
+198150 34756 197882 35221 197345 35631 c
+196809 36054 195751 36280 194184 36336 C
+194184 37874 L
+206122 37874 L
+206122 36336 L
+203724 35983 201960 34361 200831 31468 c
+188187 -1157 L
+186494 -1157 L
+177025 23029 L
+165990 -1157 L
+164452 -1157 L
+152302 30678 l
+151498 32681 150722 34050 149946 34742 c
+149170 35447 147956 35983 146305 36336 C
+146305 37874 L
+@c
+F
+%CHAR: 206913 0 (i) @t
+219190 58787 m
+220347 58787 221335 58378 222153 57574 c
+222957 56755 223367 55767 223367 54610 c
+223367 53453 222957 52465 222153 51633 c
+221335 50814 220347 50391 219190 50391 c
+218033 50391 217045 50814 216212 51633 c
+215394 52465 214970 53453 214970 54610 c
+214970 55767 215380 56755 216198 57574 c
+217002 58378 218004 58787 219190 58787 c
+@c
+222619 38989 m
+222619 8551 l
+222619 6181 222788 4614 223141 3824 c
+223480 3034 223988 2455 224665 2060 c
+225342 1679 226584 1482 228376 1482 C
+228376 0 L
+209975 0 L
+209975 1482 L
+211824 1482 213065 1665 213686 2032 c
+214321 2385 214829 2977 215196 3810 c
+215577 4628 215761 6209 215761 8551 c
+215761 23156 l
+215761 27263 215634 29916 215394 31129 c
+215196 32018 214886 32625 214477 32964 c
+214067 33316 213503 33486 212783 33486 c
+212007 33486 211076 33274 209975 32865 C
+209397 34361 L
+220798 38989 L
+222619 38989 L
+@c
+F
+%CHAR: 230436 0 (d) @t
+259830 4262 m
+257981 2328 256175 945 254411 99 c
+252647 -734 250742 -1157 248710 -1157 c
+244575 -1157 240963 579 237873 4036 c
+234796 7493 233244 11938 233244 17357 c
+233244 22790 234952 27757 238381 32272 c
+241795 36774 246184 39031 251560 39031 c
+254891 39031 257656 37959 259830 35842 C
+259830 42827 l
+259830 47160 259731 49812 259519 50814 c
+259307 51802 258983 52479 258545 52832 c
+258108 53199 257558 53368 256894 53368 c
+256175 53368 255229 53157 254044 52705 C
+253508 54159 L
+264797 58787 L
+266645 58787 L
+266645 15000 l
+266645 10569 266758 7860 266956 6886 c
+267167 5898 267492 5221 267958 4840 c
+268409 4445 268945 4262 269538 4262 c
+270286 4262 271288 4487 272515 4967 C
+272981 3514 L
+261735 -1157 L
+259830 -1157 L
+259830 4262 L
+@c
+259830 7154 m
+259830 26670 l
+259660 28533 259166 30254 258348 31792 c
+257515 33331 256415 34502 255060 35278 c
+253691 36068 252365 36463 251067 36463 c
+248639 36463 246480 35377 244575 33204 c
+242064 30325 240808 26148 240808 20631 c
+240808 15057 242021 10795 244448 7832 c
+246876 4868 249571 3387 252548 3387 c
+255060 3387 257487 4643 259830 7154 C
+@c
+F
+%CHAR: 272770 0 (t) @t
+286415 50306 m
+286415 37874 L
+295263 37874 L
+295263 34982 L
+286415 34982 L
+286415 10414 l
+286415 7959 286768 6308 287474 5461 c
+288165 4600 289068 4177 290169 4177 c
+291086 4177 291961 4459 292822 5024 c
+293669 5588 294332 6421 294812 7521 C
+296420 7521 L
+295447 4826 294092 2794 292328 1425 c
+290564 56 288744 -621 286867 -621 c
+285597 -621 284355 -268 283142 437 c
+281928 1143 281039 2145 280461 3457 c
+279882 4755 279586 6773 279586 9511 c
+279586 34982 L
+273603 34982 L
+273603 36336 L
+275112 36943 276665 37973 278245 39412 c
+279826 40866 281251 42588 282478 44563 c
+283113 45607 284002 47526 285131 50306 C
+286415 50306 L
+@c
+F
+%CHAR: 296293 0 (h) @t
+310065 58787 m
+310065 31087 L
+313114 34445 315541 36604 317333 37564 c
+319125 38509 320917 38989 322709 38989 c
+324854 38989 326703 38396 328255 37211 c
+329793 36026 330936 34163 331684 31623 c
+332206 29859 332460 26642 332460 21957 c
+332460 8551 l
+332460 6167 332657 4516 333053 3641 c
+333321 2977 333786 2455 334450 2060 c
+335113 1679 336326 1482 338090 1482 C
+338090 0 L
+319492 0 L
+319492 1482 L
+320353 1482 l
+322116 1482 323344 1764 324036 2300 c
+324727 2836 325207 3627 325475 4671 c
+325560 5108 325602 6406 325602 8551 c
+325602 21957 l
+325602 26092 325390 28801 324967 30099 c
+324529 31397 323852 32357 322921 33006 c
+321975 33655 320846 33980 319520 33980 c
+318179 33980 316768 33627 315315 32907 c
+313847 32188 312098 30748 310065 28561 C
+310065 8551 l
+310065 5969 310207 4360 310489 3725 c
+310785 3090 311321 2554 312112 2131 c
+312888 1707 314242 1482 316176 1482 C
+316176 0 L
+297408 0 L
+297408 1482 L
+299087 1482 300413 1750 301373 2272 c
+301923 2554 302375 3076 302699 3838 c
+303038 4614 303193 6181 303193 8551 c
+303193 42827 l
+303193 47160 303095 49812 302883 50814 c
+302685 51802 302361 52479 301937 52832 c
+301514 53199 300936 53368 300216 53368 c
+299637 53368 298706 53157 297408 52705 C
+296829 54159 L
+308160 58787 L
+310065 58787 L
+@c
+F
+%CHAR: 359794 0 (\050) @t
+386083 -16581 m
+386083 -18105 L
+381920 -16016 378449 -13561 375669 -10753 c
+371704 -6759 368642 -2046 366497 3387 c
+364338 8819 363265 14450 363265 20292 c
+363265 28843 365382 36633 369587 43674 c
+373806 50716 379310 55753 386083 58787 C
+386083 57051 L
+382696 55175 379917 52621 377729 49361 c
+375556 46115 373933 41995 372861 36999 c
+371788 32018 371252 26797 371252 21378 c
+371252 15480 371704 10118 372607 5292 c
+373327 1482 374202 -1566 375218 -3866 c
+376234 -6167 377602 -8382 379324 -10499 c
+381045 -12629 383303 -14647 386083 -16581 C
+@c
+F
+%CHAR: 387988 0 (a) @t
+412090 5461 m
+408209 2455 405768 720 404766 254 c
+403285 -437 401704 -790 400025 -790 c
+397400 -790 395241 113 393548 1905 c
+391854 3697 391008 6054 391008 8975 c
+391008 10823 391417 12418 392250 13772 c
+393378 15635 395340 17399 398134 19064 c
+400928 20715 405585 22719 412090 25090 C
+412090 26585 l
+412090 30353 411497 32950 410298 34361 c
+409098 35758 407349 36463 405063 36463 c
+403327 36463 401944 35998 400928 35052 c
+399884 34121 399362 33048 399362 31835 c
+399446 29436 l
+399446 28166 399122 27192 398473 26501 c
+397823 25809 396977 25471 395933 25471 c
+394902 25471 394070 25823 393421 26543 c
+392772 27263 392447 28236 392447 29478 c
+392447 31849 393661 34022 396088 36012 c
+398515 37987 401916 38989 406304 38989 c
+409663 38989 412414 38425 414573 37296 c
+416196 36435 417396 35094 418172 33274 c
+418666 32089 418906 29676 418906 26007 c
+418906 13152 l
+418906 9539 418976 7324 419117 6505 c
+419258 5701 419484 5151 419795 4882 c
+420119 4600 420486 4459 420895 4459 c
+421333 4459 421728 4558 422052 4755 c
+422631 5108 423746 6124 425397 7775 C
+425397 5461 L
+422320 1326 419371 -748 416549 -748 c
+415208 -748 414136 -282 413332 663 c
+412527 1595 412118 3203 412090 5461 C
+@c
+412090 8142 m
+412090 22578 L
+407927 20913 405246 19742 404032 19064 c
+401845 17851 400293 16581 399362 15254 c
+398416 13928 397950 12488 397950 10908 c
+397950 8932 398543 7281 399728 5969 c
+400914 4671 402283 4008 403821 4008 c
+405923 4008 408675 5390 412090 8142 C
+@c
+F
+%CHAR: 425566 0 (r) @t
+439296 38989 m
+439296 30466 L
+442457 36153 445717 38989 449047 38989 c
+450557 38989 451813 38523 452815 37606 c
+453802 36675 454296 35602 454296 34403 c
+454296 33316 453944 32413 453224 31665 c
+452504 30918 451658 30551 450656 30551 c
+449696 30551 448610 31030 447410 31976 c
+446211 32921 445322 33401 444743 33401 c
+444249 33401 443713 33133 443134 32583 c
+441893 31454 440609 29591 439296 26995 C
+439296 8848 l
+439296 6759 439550 5165 440072 4092 c
+440439 3344 441074 2723 441977 2230 c
+442895 1736 444193 1482 445900 1482 C
+445900 0 L
+426511 0 L
+426511 1482 L
+428445 1482 429884 1792 430815 2399 c
+431507 2836 431987 3542 432269 4501 c
+432396 4981 432466 6308 432466 8523 c
+432466 23199 l
+432466 27601 432382 30226 432198 31073 c
+432029 31905 431690 32526 431210 32907 c
+430731 33288 430124 33486 429404 33486 c
+428558 33486 427598 33274 426511 32865 C
+426102 34361 L
+437560 38989 L
+439296 38989 L
+@c
+F
+%CHAR: 452236 0 (g) @t
+465007 13815 m
+462692 14944 460914 16510 459673 18542 c
+458431 20574 457824 22804 457824 25259 c
+457824 29013 459235 32230 462057 34939 c
+464880 37634 468492 38989 472909 38989 c
+476521 38989 479640 38100 482293 36336 C
+490308 36336 l
+491493 36336 492185 36308 492382 36237 c
+492566 36167 492707 36054 492791 35885 c
+492961 35631 493045 35193 493045 34558 c
+493045 33839 492975 33345 492834 33077 c
+492749 32935 492608 32823 492396 32738 c
+492199 32653 491493 32625 490308 32625 c
+485397 32625 L
+486935 30635 487711 28095 487711 25005 c
+487711 21477 486357 18472 483662 15960 c
+480952 13448 477326 12192 472782 12192 c
+470905 12192 469000 12474 467039 13025 C
+465825 11980 465007 11063 464583 10273 c
+464146 9483 463934 8819 463934 8269 c
+463934 7803 464160 7352 464611 6900 c
+465077 6463 465966 6152 467279 5955 c
+468055 5842 469988 5743 473078 5659 c
+478751 5532 482434 5334 484113 5080 c
+486667 4727 488713 3782 490251 2230 c
+491775 691 492537 -1214 492537 -3471 c
+492537 -6590 491084 -9511 488163 -12234 c
+483859 -16256 478257 -18274 471343 -18274 c
+466023 -18274 461521 -17075 457852 -14676 c
+455792 -13293 454762 -11867 454762 -10372 c
+454762 -9708 454903 -9059 455213 -8396 c
+455679 -7366 456653 -5955 458106 -4135 c
+458304 -3881 459701 -2399 462325 325 C
+460886 1185 459884 1947 459292 2625 c
+458699 3302 458403 4064 458403 4925 c
+458403 5884 458784 7013 459574 8311 c
+460364 9610 462170 11444 465007 13815 C
+@c
+472203 36999 m
+470171 36999 468450 36181 467081 34558 c
+465698 32935 465007 30438 465007 27079 c
+465007 22719 465952 19346 467829 16948 c
+469254 15127 471074 14224 473276 14224 c
+475378 14224 477100 15000 478440 16581 c
+479795 18147 480472 20616 480472 23975 c
+480472 28363 479527 31792 477622 34276 c
+476211 36096 474405 36999 472203 36999 c
+@c
+464597 0 m
+463299 -1411 462325 -2709 461662 -3923 c
+460999 -5136 460674 -6251 460674 -7281 c
+460674 -8594 461465 -9751 463073 -10753 c
+465825 -12460 469804 -13307 475011 -13307 c
+479979 -13307 483633 -12432 485990 -10682 c
+488346 -8932 489532 -7070 489532 -5080 c
+489532 -3655 488826 -2639 487415 -2032 c
+485990 -1425 483139 -1058 478906 -945 c
+472697 -790 467928 -466 464597 0 C
+@c
+F
+%CHAR: 494570 0 (#) @t
+499325 -1157 m
+503164 17653 L
+496094 17653 L
+496094 21040 L
+503827 21040 L
+506677 35221 L
+496094 35221 L
+496094 38523 L
+507468 38523 L
+511235 57334 L
+514664 57334 L
+510897 38523 L
+524838 38523 L
+528846 57334 L
+532275 57334 L
+528352 38523 L
+535379 38523 L
+535379 35221 L
+527731 35221 L
+524838 21040 L
+535379 21040 L
+535379 17653 L
+524133 17653 L
+520281 -1157 L
+516936 -1157 L
+520704 17653 L
+506677 17653 L
+502754 -1157 L
+499325 -1157 L
+@c
+507298 21040 m
+521325 21040 L
+524288 35221 L
+510191 35221 L
+507298 21040 L
+@c
+F
+%CHAR: 536904 0 (2) @t
+575724 10795 m
+571801 0 L
+538724 0 L
+538724 1524 L
+548447 10400 555305 17653 559270 23269 c
+563235 28900 565225 34036 565225 38693 c
+565225 42249 564139 45170 561951 47456 c
+559778 49742 557182 50885 554148 50885 c
+551382 50885 548913 50081 546725 48472 c
+544538 46863 542915 44493 541871 41388 C
+540333 41388 L
+541024 46482 542788 50391 545653 53129 c
+548503 55852 552059 57221 556335 57221 c
+560879 57221 564675 55753 567723 52832 c
+570771 49911 572295 46468 572295 42503 c
+572295 39666 571632 36816 570305 33980 c
+568273 29521 564957 24793 560385 19798 c
+553527 12305 549237 7789 547530 6237 C
+562163 6237 l
+565140 6237 567229 6350 568428 6576 c
+569628 6787 570714 7239 571674 7916 c
+572633 8594 573480 9553 574200 10795 C
+575724 10795 L
+@c
+F
+%CHAR: 579238 0 (\051) @t
+581143 57051 m
+581143 58787 L
+585334 56727 588819 54286 591599 51463 c
+595536 47442 598584 42729 600729 37310 c
+602888 31891 603961 26247 603961 20377 c
+603961 11839 601858 4050 597653 -2992 c
+593448 -10033 587945 -15071 581143 -18105 C
+581143 -16581 L
+584530 -14676 587324 -12107 589511 -8862 c
+591698 -5630 593335 -1510 594393 3500 c
+595452 8495 595988 13716 595988 19135 c
+595988 25005 595522 30367 594619 35221 c
+593928 39031 593067 42065 592037 44366 c
+590993 46652 589624 48853 587916 50970 c
+586209 53100 583951 55118 581143 57051 C
+@c
+F
+T
+@rax %Note: Object
+143.59635 641.92110 174.76668 641.92224 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+144.97710 641.92167 m
+173.38592 641.92167 L
+S
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+148.17260 644.50006 m
+144.19502 641.92167 L
+148.17260 639.34129 L
+S
+@J
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+170.19043 644.50006 m
+174.16800 641.92167 L
+170.19043 639.34129 L
+S
+@J
+
+@rax 150.61238 648.34441 167.60438 729.69647 @E
+[0.00000001 0.00028346 -0.00028346 0.00000001 167.27640333 648.34438573] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_TimesNewRoman 84667.00000 z
+%CHAR: 0 0 (\134) @t
+3429 58787 m
+23693 -1157 L
+20377 -1157 L
+127 58787 L
+3429 58787 L
+@c
+F
+%CHAR: 23523 0 (l) @t
+39186 58787 m
+39186 8551 l
+39186 6181 39370 4614 39709 3838 c
+40047 3076 40583 2484 41303 2088 c
+42023 1693 43349 1482 45311 1482 C
+45311 0 L
+26754 0 L
+26754 1482 L
+28490 1482 29675 1665 30296 2032 c
+30931 2385 31439 2977 31792 3810 c
+32145 4628 32328 6209 32328 8551 c
+32328 42954 l
+32328 47230 32230 49855 32046 50828 c
+31849 51802 31538 52479 31115 52832 c
+30677 53199 30141 53368 29478 53368 c
+28758 53368 27855 53157 26754 52705 C
+26049 54159 L
+37338 58787 L
+39186 58787 L
+@c
+F
+%CHAR: 47046 0 (e) @t
+56063 23608 m
+56035 17978 57389 13575 60155 10372 c
+62907 7183 66153 5588 69864 5588 c
+72347 5588 74506 6265 76341 7634 c
+78175 8989 79699 11331 80941 14633 C
+82225 13815 L
+81647 10033 79967 6590 77187 3500 c
+74393 395 70908 -1157 66731 -1157 c
+62173 -1157 58278 607 55047 4149 c
+51801 7691 50193 12460 50193 18443 c
+50193 24920 51844 29972 55174 33585 c
+58490 37211 62653 39031 67677 39031 c
+71924 39031 75409 37634 78133 34826 c
+80856 32032 82225 28293 82225 23608 C
+56063 23608 L
+@c
+56063 26007 m
+73589 26007 L
+73448 28434 73166 30141 72714 31129 c
+72037 32667 71007 33881 69638 34770 c
+68269 35645 66844 36096 65362 36096 c
+63076 36096 61030 35207 59224 33429 c
+57418 31651 56359 29168 56063 26007 C
+@c
+F
+%CHAR: 84624 0 (f) @t
+102065 34897 m
+102065 10005 l
+102065 6477 102461 4247 103223 3302 c
+104253 2088 105607 1482 107315 1482 c
+110758 1482 L
+110758 0 L
+88138 0 L
+88138 1482 L
+89831 1482 l
+90932 1482 91948 1764 92851 2314 c
+93754 2865 94389 3612 94728 4544 c
+95080 5489 95250 7310 95250 10005 c
+95250 34897 L
+87884 34897 L
+87884 37874 L
+95250 37874 L
+95250 40344 l
+95250 44126 95856 47329 97070 49939 c
+98284 52564 100132 54681 102630 56289 c
+105128 57898 107922 58702 111040 58702 c
+113933 58702 116600 57771 119027 55894 c
+120622 54653 121412 53256 121412 51717 c
+121412 50885 121059 50109 120339 49389 c
+119620 48655 118858 48288 118025 48288 c
+117390 48288 116727 48514 116021 48966 c
+115316 49417 114455 50405 113439 51901 c
+112423 53411 111478 54413 110631 54949 c
+109770 55471 108825 55725 107780 55725 c
+106510 55725 105438 55386 104549 54709 c
+103674 54046 103039 52987 102644 51576 c
+102263 50151 102065 46496 102065 40598 c
+102065 37874 L
+111830 37874 L
+111830 34897 L
+102065 34897 L
+@c
+F
+%CHAR: 112818 0 (t) @t
+126463 50306 m
+126463 37874 L
+135311 37874 L
+135311 34982 L
+126463 34982 L
+126463 10414 l
+126463 7959 126816 6308 127522 5461 c
+128213 4600 129116 4177 130217 4177 c
+131134 4177 132009 4459 132870 5024 c
+133717 5588 134380 6421 134860 7521 C
+136468 7521 L
+135495 4826 134140 2794 132376 1425 c
+130612 56 128792 -621 126915 -621 c
+125645 -621 124403 -268 123190 437 c
+121976 1143 121087 2145 120509 3457 c
+119930 4755 119634 6773 119634 9511 c
+119634 34982 L
+113651 34982 L
+113651 36336 L
+115160 36943 116713 37973 118293 39412 c
+119874 40866 121299 42588 122526 44563 c
+123161 45607 124050 47526 125179 50306 C
+126463 50306 L
+@c
+F
+%CHAR: 136341 0 (s) @t
+163463 38989 m
+163463 26092 L
+162094 26092 L
+161050 30141 159709 32893 158072 34361 c
+156421 35814 154333 36548 151807 36548 c
+149874 36548 148321 36040 147136 35010 c
+145951 33994 145358 32865 145358 31623 c
+145358 30085 145795 28759 146670 27658 c
+147531 26529 149267 25330 151892 24060 c
+157917 21124 l
+163519 18401 166313 14803 166313 10329 c
+166313 6886 165015 4120 162404 2004 c
+159808 -99 156887 -1157 153670 -1157 c
+151341 -1157 148702 -748 145725 85 c
+144822 353 144074 494 143495 494 c
+142860 494 142366 141 142000 -579 C
+140645 -579 L
+140645 12940 L
+142000 12940 L
+142776 9088 144257 6181 146430 4219 c
+148604 2258 151045 1284 153740 1284 c
+155645 1284 157197 1834 158397 2949 c
+159596 4078 160189 5419 160189 6985 c
+160189 8890 159526 10485 158185 11783 c
+156859 13081 154192 14718 150184 16708 c
+146191 18683 143580 20475 142338 22070 c
+141096 23650 140476 25626 140476 28025 c
+140476 31143 141548 33754 143679 35842 c
+145810 37931 148575 38989 151962 38989 c
+153458 38989 155264 38665 157381 38030 c
+158792 37620 159723 37409 160189 37409 c
+160640 37409 160979 37507 161233 37705 c
+161473 37903 161769 38326 162094 38989 C
+163463 38989 L
+@c
+F
+%CHAR: 169291 0 (h) @t
+183063 58787 m
+183063 31087 L
+186112 34445 188539 36604 190331 37564 c
+192123 38509 193915 38989 195707 38989 c
+197852 38989 199701 38396 201253 37211 c
+202791 36026 203934 34163 204682 31623 c
+205204 29859 205458 26642 205458 21957 c
+205458 8551 l
+205458 6167 205655 4516 206051 3641 c
+206319 2977 206784 2455 207448 2060 c
+208111 1679 209324 1482 211088 1482 C
+211088 0 L
+192490 0 L
+192490 1482 L
+193351 1482 l
+195114 1482 196342 1764 197034 2300 c
+197725 2836 198205 3627 198473 4671 c
+198558 5108 198600 6406 198600 8551 c
+198600 21957 l
+198600 26092 198388 28801 197965 30099 c
+197527 31397 196850 32357 195919 33006 c
+194973 33655 193844 33980 192518 33980 c
+191177 33980 189766 33627 188313 32907 c
+186845 32188 185096 30748 183063 28561 C
+183063 8551 l
+183063 5969 183205 4360 183487 3725 c
+183783 3090 184319 2554 185110 2131 c
+185886 1707 187240 1482 189174 1482 C
+189174 0 L
+170406 0 L
+170406 1482 L
+172085 1482 173411 1750 174371 2272 c
+174921 2554 175373 3076 175697 3838 c
+176036 4614 176191 6181 176191 8551 c
+176191 42827 l
+176191 47160 176093 49812 175881 50814 c
+175683 51802 175359 52479 174935 52832 c
+174512 53199 173934 53368 173214 53368 c
+172635 53368 171704 53157 170406 52705 C
+169827 54159 L
+181158 58787 L
+183063 58787 L
+@c
+F
+%CHAR: 211625 0 (i) @t
+223902 58787 m
+225059 58787 226047 58378 226865 57574 c
+227669 56755 228079 55767 228079 54610 c
+228079 53453 227669 52465 226865 51633 c
+226047 50814 225059 50391 223902 50391 c
+222745 50391 221757 50814 220924 51633 c
+220106 52465 219682 53453 219682 54610 c
+219682 55767 220092 56755 220910 57574 c
+221714 58378 222716 58787 223902 58787 c
+@c
+227331 38989 m
+227331 8551 l
+227331 6181 227500 4614 227853 3824 c
+228192 3034 228700 2455 229377 2060 c
+230054 1679 231296 1482 233088 1482 C
+233088 0 L
+214687 0 L
+214687 1482 L
+216536 1482 217777 1665 218398 2032 c
+219033 2385 219541 2977 219908 3810 c
+220289 4628 220473 6209 220473 8551 c
+220473 23156 l
+220473 27263 220346 29916 220106 31129 c
+219908 32018 219598 32625 219189 32964 c
+218779 33316 218215 33486 217495 33486 c
+216719 33486 215788 33274 214687 32865 C
+214109 34361 L
+225510 38989 L
+227331 38989 L
+@c
+F
+%CHAR: 235148 0 (f) @t
+252589 34897 m
+252589 10005 l
+252589 6477 252985 4247 253747 3302 c
+254777 2088 256131 1482 257839 1482 c
+261282 1482 L
+261282 0 L
+238662 0 L
+238662 1482 L
+240355 1482 l
+241456 1482 242472 1764 243375 2314 c
+244278 2865 244913 3612 245252 4544 c
+245604 5489 245774 7310 245774 10005 c
+245774 34897 L
+238408 34897 L
+238408 37874 L
+245774 37874 L
+245774 40344 l
+245774 44126 246380 47329 247594 49939 c
+248808 52564 250656 54681 253154 56289 c
+255652 57898 258446 58702 261564 58702 c
+264457 58702 267124 57771 269551 55894 c
+271146 54653 271936 53256 271936 51717 c
+271936 50885 271583 50109 270863 49389 c
+270144 48655 269382 48288 268549 48288 c
+267914 48288 267251 48514 266545 48966 c
+265840 49417 264979 50405 263963 51901 c
+262947 53411 262002 54413 261155 54949 c
+260294 55471 259349 55725 258304 55725 c
+257034 55725 255962 55386 255073 54709 c
+254198 54046 253563 52987 253168 51576 c
+252787 50151 252589 46496 252589 40598 c
+252589 37874 L
+262354 37874 L
+262354 34897 L
+252589 34897 L
+@c
+F
+%CHAR: 263342 0 (t) @t
+276987 50306 m
+276987 37874 L
+285835 37874 L
+285835 34982 L
+276987 34982 L
+276987 10414 l
+276987 7959 277340 6308 278046 5461 c
+278737 4600 279640 4177 280741 4177 c
+281658 4177 282533 4459 283394 5024 c
+284241 5588 284904 6421 285384 7521 C
+286992 7521 L
+286019 4826 284664 2794 282900 1425 c
+281136 56 279316 -621 277439 -621 c
+276169 -621 274927 -268 273714 437 c
+272500 1143 271611 2145 271033 3457 c
+270454 4755 270158 6773 270158 9511 c
+270158 34982 L
+264175 34982 L
+264175 36336 L
+265684 36943 267237 37973 268817 39412 c
+270398 40866 271823 42588 273050 44563 c
+273685 45607 274574 47526 275703 50306 C
+276987 50306 L
+@c
+F
+T
+@rax %Note: Object
+125.79250 641.92110 140.74583 641.92224 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+127.17326 641.92167 m
+139.36507 641.92167 L
+S
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+130.36876 644.50006 m
+126.39118 641.92167 L
+130.36876 639.34129 L
+S
+@J
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+136.16957 644.50006 m
+140.14715 641.92167 L
+136.16957 639.34129 L
+S
+@J
+
+@rax 122.26592 648.34441 139.25792 777.22866 @E
+[0.00000001 0.00028346 -0.00028346 0.00000001 138.92994767 648.34438573] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_TimesNewRoman 84667.00000 z
+%CHAR: 0 0 (\134) @t
+3429 58787 m
+23693 -1157 L
+20377 -1157 L
+127 58787 L
+3429 58787 L
+@c
+F
+%CHAR: 23523 0 (l) @t
+39186 58787 m
+39186 8551 l
+39186 6181 39370 4614 39709 3838 c
+40047 3076 40583 2484 41303 2088 c
+42023 1693 43349 1482 45311 1482 C
+45311 0 L
+26754 0 L
+26754 1482 L
+28490 1482 29675 1665 30296 2032 c
+30931 2385 31439 2977 31792 3810 c
+32145 4628 32328 6209 32328 8551 c
+32328 42954 l
+32328 47230 32230 49855 32046 50828 c
+31849 51802 31538 52479 31115 52832 c
+30677 53199 30141 53368 29478 53368 c
+28758 53368 27855 53157 26754 52705 C
+26049 54159 L
+37338 58787 L
+39186 58787 L
+@c
+F
+%CHAR: 47046 0 (e) @t
+56063 23608 m
+56035 17978 57389 13575 60155 10372 c
+62907 7183 66153 5588 69864 5588 c
+72347 5588 74506 6265 76341 7634 c
+78175 8989 79699 11331 80941 14633 C
+82225 13815 L
+81647 10033 79967 6590 77187 3500 c
+74393 395 70908 -1157 66731 -1157 c
+62173 -1157 58278 607 55047 4149 c
+51801 7691 50193 12460 50193 18443 c
+50193 24920 51844 29972 55174 33585 c
+58490 37211 62653 39031 67677 39031 c
+71924 39031 75409 37634 78133 34826 c
+80856 32032 82225 28293 82225 23608 C
+56063 23608 L
+@c
+56063 26007 m
+73589 26007 L
+73448 28434 73166 30141 72714 31129 c
+72037 32667 71007 33881 69638 34770 c
+68269 35645 66844 36096 65362 36096 c
+63076 36096 61030 35207 59224 33429 c
+57418 31651 56359 29168 56063 26007 C
+@c
+F
+%CHAR: 84624 0 (f) @t
+102065 34897 m
+102065 10005 l
+102065 6477 102461 4247 103223 3302 c
+104253 2088 105607 1482 107315 1482 c
+110758 1482 L
+110758 0 L
+88138 0 L
+88138 1482 L
+89831 1482 l
+90932 1482 91948 1764 92851 2314 c
+93754 2865 94389 3612 94728 4544 c
+95080 5489 95250 7310 95250 10005 c
+95250 34897 L
+87884 34897 L
+87884 37874 L
+95250 37874 L
+95250 40344 l
+95250 44126 95856 47329 97070 49939 c
+98284 52564 100132 54681 102630 56289 c
+105128 57898 107922 58702 111040 58702 c
+113933 58702 116600 57771 119027 55894 c
+120622 54653 121412 53256 121412 51717 c
+121412 50885 121059 50109 120339 49389 c
+119620 48655 118858 48288 118025 48288 c
+117390 48288 116727 48514 116021 48966 c
+115316 49417 114455 50405 113439 51901 c
+112423 53411 111478 54413 110631 54949 c
+109770 55471 108825 55725 107780 55725 c
+106510 55725 105438 55386 104549 54709 c
+103674 54046 103039 52987 102644 51576 c
+102263 50151 102065 46496 102065 40598 c
+102065 37874 L
+111830 37874 L
+111830 34897 L
+102065 34897 L
+@c
+F
+%CHAR: 112818 0 (t) @t
+126463 50306 m
+126463 37874 L
+135311 37874 L
+135311 34982 L
+126463 34982 L
+126463 10414 l
+126463 7959 126816 6308 127522 5461 c
+128213 4600 129116 4177 130217 4177 c
+131134 4177 132009 4459 132870 5024 c
+133717 5588 134380 6421 134860 7521 C
+136468 7521 L
+135495 4826 134140 2794 132376 1425 c
+130612 56 128792 -621 126915 -621 c
+125645 -621 124403 -268 123190 437 c
+121976 1143 121087 2145 120509 3457 c
+119930 4755 119634 6773 119634 9511 c
+119634 34982 L
+113651 34982 L
+113651 36336 L
+115160 36943 116713 37973 118293 39412 c
+119874 40866 121299 42588 122526 44563 c
+123161 45607 124050 47526 125179 50306 C
+126463 50306 L
+@c
+F
+%CHAR: 136341 0 (t) @t
+149986 50306 m
+149986 37874 L
+158834 37874 L
+158834 34982 L
+149986 34982 L
+149986 10414 l
+149986 7959 150339 6308 151045 5461 c
+151736 4600 152639 4177 153740 4177 c
+154657 4177 155532 4459 156393 5024 c
+157240 5588 157903 6421 158383 7521 C
+159991 7521 L
+159018 4826 157663 2794 155899 1425 c
+154135 56 152315 -621 150438 -621 c
+149168 -621 147926 -268 146713 437 c
+145499 1143 144610 2145 144032 3457 c
+143453 4755 143157 6773 143157 9511 c
+143157 34982 L
+137174 34982 L
+137174 36336 L
+138683 36943 140236 37973 141816 39412 c
+143397 40866 144822 42588 146049 44563 c
+146684 45607 147573 47526 148702 50306 C
+149986 50306 L
+@c
+F
+%CHAR: 159864 0 (e) @t
+168881 23608 m
+168853 17978 170207 13575 172973 10372 c
+175725 7183 178971 5588 182682 5588 c
+185165 5588 187324 6265 189159 7634 c
+190993 8989 192517 11331 193759 14633 C
+195043 13815 L
+194465 10033 192785 6590 190005 3500 c
+187211 395 183726 -1157 179549 -1157 c
+174991 -1157 171096 607 167865 4149 c
+164619 7691 163011 12460 163011 18443 c
+163011 24920 164662 29972 167992 33585 c
+171308 37211 175471 39031 180495 39031 c
+184742 39031 188227 37634 190951 34826 c
+193674 32032 195043 28293 195043 23608 C
+168881 23608 L
+@c
+168881 26007 m
+186407 26007 L
+186266 28434 185984 30141 185532 31129 c
+184855 32667 183825 33881 182456 34770 c
+181087 35645 179662 36096 178180 36096 c
+175894 36096 173848 35207 172042 33429 c
+170236 31651 169177 29168 168881 26007 C
+@c
+F
+%CHAR: 197442 0 (x) @t
+198557 37874 m
+216379 37874 L
+216379 36336 L
+215250 36336 214460 36153 213994 35758 c
+213543 35377 213317 34869 213317 34234 c
+213317 33570 213797 32554 214771 31172 c
+215067 30734 215518 30043 216125 29097 c
+218820 24807 L
+221911 29097 l
+223900 31835 224888 33556 224888 34276 c
+224888 34855 224662 35334 224197 35744 c
+223717 36139 222969 36336 221911 36336 C
+221911 37874 L
+234738 37874 L
+234738 36336 L
+233383 36252 232212 35885 231224 35221 c
+229869 34290 228021 32244 225678 29097 c
+220514 22197 L
+229940 8636 l
+232254 5306 233905 3302 234893 2625 c
+235895 1947 237165 1566 238745 1482 C
+238745 0 L
+220881 0 L
+220881 1482 L
+222122 1482 223082 1764 223773 2314 c
+224296 2695 224564 3217 224564 3838 c
+224564 4473 223675 6082 221911 8636 c
+216379 16750 L
+210297 8636 l
+208420 6138 207489 4643 207489 4177 c
+207489 3514 207800 2921 208420 2371 c
+209041 1834 209973 1538 211214 1482 C
+211214 0 L
+198853 0 L
+198853 1482 L
+199841 1623 200702 1976 201450 2526 c
+202494 3316 204258 5362 206741 8636 c
+214686 19177 L
+207489 29605 l
+205443 32583 203877 34445 202748 35207 c
+201633 35955 200236 36336 198557 36336 C
+198557 37874 L
+@c
+F
+%CHAR: 239776 0 (t) @t
+253421 50306 m
+253421 37874 L
+262269 37874 L
+262269 34982 L
+253421 34982 L
+253421 10414 l
+253421 7959 253774 6308 254480 5461 c
+255171 4600 256074 4177 257175 4177 c
+258092 4177 258967 4459 259828 5024 c
+260675 5588 261338 6421 261818 7521 C
+263426 7521 L
+262453 4826 261098 2794 259334 1425 c
+257570 56 255750 -621 253873 -621 c
+252603 -621 251361 -268 250148 437 c
+248934 1143 248045 2145 247467 3457 c
+246888 4755 246592 6773 246592 9511 c
+246592 34982 L
+240609 34982 L
+240609 36336 L
+242118 36943 243671 37973 245251 39412 c
+246832 40866 248257 42588 249484 44563 c
+250119 45607 251008 47526 252137 50306 C
+253421 50306 L
+@c
+F
+%CHAR: 263299 0 (o) @t
+284466 38989 m
+290195 38989 294795 36802 298281 32456 c
+301230 28730 302697 24455 302697 19643 c
+302697 16242 301879 12813 300256 9342 c
+298633 5870 296390 3246 293539 1482 c
+290689 -282 287514 -1157 284014 -1157 c
+278299 -1157 273769 1115 270411 5659 c
+267575 9497 266149 13801 266149 18556 c
+266149 22042 267010 25485 268732 28914 c
+270453 32343 272725 34883 275533 36520 c
+278342 38171 281319 38989 284466 38989 c
+@c
+283182 36294 m
+281728 36294 280261 35871 278779 34996 c
+277311 34121 276112 32611 275209 30424 c
+274292 28251 273840 25457 273840 22042 c
+273840 16524 274941 11769 277128 7775 c
+279315 3782 282208 1778 285792 1778 c
+288459 1778 290661 2879 292410 5080 c
+294146 7295 295007 11077 295007 16454 c
+295007 23185 293567 28476 290661 32329 c
+288713 34982 286216 36294 283182 36294 c
+@c
+F
+%CHAR: 305633 0 (f) @t
+323074 34897 m
+323074 10005 l
+323074 6477 323470 4247 324232 3302 c
+325262 2088 326616 1482 328324 1482 c
+331767 1482 L
+331767 0 L
+309147 0 L
+309147 1482 L
+310840 1482 l
+311941 1482 312957 1764 313860 2314 c
+314763 2865 315398 3612 315737 4544 c
+316089 5489 316259 7310 316259 10005 c
+316259 34897 L
+308893 34897 L
+308893 37874 L
+316259 37874 L
+316259 40344 l
+316259 44126 316865 47329 318079 49939 c
+319293 52564 321141 54681 323639 56289 c
+326137 57898 328931 58702 332049 58702 c
+334942 58702 337609 57771 340036 55894 c
+341631 54653 342421 53256 342421 51717 c
+342421 50885 342068 50109 341348 49389 c
+340629 48655 339867 48288 339034 48288 c
+338399 48288 337736 48514 337030 48966 c
+336325 49417 335464 50405 334448 51901 c
+333432 53411 332487 54413 331640 54949 c
+330779 55471 329834 55725 328789 55725 c
+327519 55725 326447 55386 325558 54709 c
+324683 54046 324048 52987 323653 51576 c
+323272 50151 323074 46496 323074 40598 c
+323074 37874 L
+332839 37874 L
+332839 34897 L
+323074 34897 L
+@c
+F
+%CHAR: 332303 0 (f) @t
+349744 34897 m
+349744 10005 l
+349744 6477 350140 4247 350902 3302 c
+351932 2088 353286 1482 354994 1482 c
+358437 1482 L
+358437 0 L
+335817 0 L
+335817 1482 L
+337510 1482 l
+338611 1482 339627 1764 340530 2314 c
+341433 2865 342068 3612 342407 4544 c
+342759 5489 342929 7310 342929 10005 c
+342929 34897 L
+335563 34897 L
+335563 37874 L
+342929 37874 L
+342929 40344 l
+342929 44126 343535 47329 344749 49939 c
+345963 52564 347811 54681 350309 56289 c
+352807 57898 355601 58702 358719 58702 c
+361612 58702 364279 57771 366706 55894 c
+368301 54653 369091 53256 369091 51717 c
+369091 50885 368738 50109 368018 49389 c
+367299 48655 366537 48288 365704 48288 c
+365069 48288 364406 48514 363700 48966 c
+362995 49417 362134 50405 361118 51901 c
+360102 53411 359157 54413 358310 54949 c
+357449 55471 356504 55725 355459 55725 c
+354189 55725 353117 55386 352228 54709 c
+351353 54046 350718 52987 350323 51576 c
+349942 50151 349744 46496 349744 40598 c
+349744 37874 L
+359509 37874 L
+359509 34897 L
+349744 34897 L
+@c
+F
+%CHAR: 360497 0 (s) @t
+387619 38989 m
+387619 26092 L
+386250 26092 L
+385206 30141 383865 32893 382228 34361 c
+380577 35814 378489 36548 375963 36548 c
+374030 36548 372477 36040 371292 35010 c
+370107 33994 369514 32865 369514 31623 c
+369514 30085 369951 28759 370826 27658 c
+371687 26529 373423 25330 376048 24060 c
+382073 21124 l
+387675 18401 390469 14803 390469 10329 c
+390469 6886 389171 4120 386560 2004 c
+383964 -99 381043 -1157 377826 -1157 c
+375497 -1157 372858 -748 369881 85 c
+368978 353 368230 494 367651 494 c
+367016 494 366522 141 366156 -579 C
+364801 -579 L
+364801 12940 L
+366156 12940 L
+366932 9088 368413 6181 370586 4219 c
+372760 2258 375201 1284 377896 1284 c
+379801 1284 381353 1834 382553 2949 c
+383752 4078 384345 5419 384345 6985 c
+384345 8890 383682 10485 382341 11783 c
+381015 13081 378348 14718 374340 16708 c
+370347 18683 367736 20475 366494 22070 c
+365252 23650 364632 25626 364632 28025 c
+364632 31143 365704 33754 367835 35842 c
+369966 37931 372731 38989 376118 38989 c
+377614 38989 379420 38665 381537 38030 c
+382948 37620 383879 37409 384345 37409 c
+384796 37409 385135 37507 385389 37705 c
+385629 37903 385925 38326 386250 38989 C
+387619 38989 L
+@c
+F
+%CHAR: 393447 0 (e) @t
+402464 23608 m
+402436 17978 403790 13575 406556 10372 c
+409308 7183 412554 5588 416265 5588 c
+418748 5588 420907 6265 422742 7634 c
+424576 8989 426100 11331 427342 14633 C
+428626 13815 L
+428048 10033 426368 6590 423588 3500 c
+420794 395 417309 -1157 413132 -1157 c
+408574 -1157 404679 607 401448 4149 c
+398202 7691 396594 12460 396594 18443 c
+396594 24920 398245 29972 401575 33585 c
+404891 37211 409054 39031 414078 39031 c
+418325 39031 421810 37634 424534 34826 c
+427257 32032 428626 28293 428626 23608 C
+402464 23608 L
+@c
+402464 26007 m
+419990 26007 L
+419849 28434 419567 30141 419115 31129 c
+418438 32667 417408 33881 416039 34770 c
+414670 35645 413245 36096 411763 36096 c
+409477 36096 407431 35207 405625 33429 c
+403819 31651 402760 29168 402464 26007 C
+@c
+F
+%CHAR: 431025 0 (t) @t
+444670 50306 m
+444670 37874 L
+453518 37874 L
+453518 34982 L
+444670 34982 L
+444670 10414 l
+444670 7959 445023 6308 445729 5461 c
+446420 4600 447323 4177 448424 4177 c
+449341 4177 450216 4459 451077 5024 c
+451924 5588 452587 6421 453067 7521 C
+454675 7521 L
+453702 4826 452347 2794 450583 1425 c
+448819 56 446999 -621 445122 -621 c
+443852 -621 442610 -268 441397 437 c
+440183 1143 439294 2145 438716 3457 c
+438137 4755 437841 6773 437841 9511 c
+437841 34982 L
+431858 34982 L
+431858 36336 L
+433367 36943 434920 37973 436500 39412 c
+438081 40866 439506 42588 440733 44563 c
+441368 45607 442257 47526 443386 50306 C
+444670 50306 L
+@c
+F
+T
+%%PageTrailer
+@rs
+@rs
+%%Trailer
+@EndSysCorelDict
+end
+%%DocumentSuppliedResources: procset wCorel9Dict 9.0 0
+%%EOF
diff --git a/graphics/bardiag/doc/figs/diagleg.eps b/graphics/bardiag/doc/figs/diagleg.eps
new file mode 100644
index 0000000000..55dd302382
--- /dev/null
+++ b/graphics/bardiag/doc/figs/diagleg.eps
@@ -0,0 +1,7038 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%BoundingBox: 15 286 604 732
+%%LanguageLevel: 1
+%%Creator: CorelDRAW 9
+%%Title: diagleg.eps
+%%CreationDate: Thu May 08 10:01:35 2003
+%%For: RRS
+%%DocumentProcessColors: Black
+%%DocumentSuppliedResources: (atend)
+%%EndComments
+%%BeginProlog
+/AutoFlatness false def
+/AutoSteps 0 def
+/CMYKMarks true def
+/UseLevel 1 def
+%Build: CorelDRAW 9 Version 9.337
+%Color profile: Generic offset separations profile
+%%BeginResource: procset wCorel9Dict 9.0 0
+/wCorel9Dict 300 dict def wCorel9Dict begin
+% Copyright (c)1992-1999 Corel Corporation
+% All rights reserved. v9.0 r0.5
+/bd{bind def}bind def/ld{load def}bd/xd{exch def}bd/_ null def/rp{{pop}repeat}
+bd/@cp/closepath ld/@gs/gsave ld/@gr/grestore ld/@np/newpath ld/Tl/translate ld
+/$sv 0 def/@sv{/$sv save def}bd/@rs{$sv restore}bd/spg/showpage ld/showpage{}
+bd currentscreen/@dsp xd/$dsp/@dsp def/$dsa xd/$dsf xd/$sdf false def/$SDF
+false def/$Scra 0 def/SetScr/setscreen ld/@ss{2 index 0 eq{$dsf 3 1 roll 4 -1
+roll pop}if exch $Scra add exch load SetScr}bd/SepMode_5 where{pop}{/SepMode_5
+0 def}ifelse/CurrentInkName_5 where{pop}{/CurrentInkName_5(Composite)def}
+ifelse/$ink_5 where{pop}{/$ink_5 -1 def}ifelse/$c 0 def/$m 0 def/$y 0 def/$k 0
+def/$t 1 def/$n _ def/$o 0 def/$fil 0 def/$C 0 def/$M 0 def/$Y 0 def/$K 0 def
+/$T 1 def/$N _ def/$O 0 def/$PF false def/s1c 0 def/s1m 0 def/s1y 0 def/s1k 0
+def/s1t 0 def/s1n _ def/$bkg false def/SK 0 def/SM 0 def/SY 0 def/SC 0 def/$op
+false def matrix currentmatrix/$ctm xd/$ptm matrix def/$ttm matrix def/$stm
+matrix def/$ffpnt true def/CorelDrawReencodeVect[16#0/grave 16#5/breve
+16#6/dotaccent 16#8/ring 16#A/hungarumlaut 16#B/ogonek 16#C/caron 16#D/dotlessi
+16#27/quotesingle 16#60/grave 16#7C/bar
+16#82/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
+16#88/circumflex/perthousand/Scaron/guilsinglleft/OE
+16#91/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
+16#98/tilde/trademark/scaron/guilsinglright/oe 16#9F/Ydieresis
+16#A1/exclamdown/cent/sterling/currency/yen/brokenbar/section
+16#a8/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/minus/registered/macron
+16#b0/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
+16#b8/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
+16#c0/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+16#c8/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
+16#d0/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
+16#d8/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
+16#e0/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+16#e8/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+16#f0/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
+16#f8/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+/L2?/languagelevel where{pop languagelevel 2 ge}{false}ifelse def/Comp?{
+/LumSepsDict where{pop false}{/AldusSepsDict where{pop false}{1 0 0 0 @gs
+setcmykcolor currentcmykcolor @gr add add add 0 ne 0 1 0 0 @gs setcmykcolor
+currentcmykcolor @gr add add add 0 ne 0 0 1 0 @gs setcmykcolor currentcmykcolor
+@gr add add add 0 ne 0 0 0 1 @gs setcmykcolor currentcmykcolor @gr add add add
+0 ne and and and}ifelse}ifelse}bd/@PL{/LV where{pop LV 2 ge L2? not and{@np
+/Courier findfont 12 scalefont setfont 72 144 m
+(The PostScript level set in the Corel application is higher than)show 72 132 m
+(the PostScript level of this device. Change the PS Level in the Corel)show 72
+120 m(application to Level 1 by selecting the PostScript tab in the print)show
+72 108 m(dialog, and selecting Level 1 from the Compatibility drop down list.)
+show flush spg quit}if}if}bd/@BeginSysCorelDict{systemdict/Corel30Dict known
+{systemdict/Corel30Dict get exec}if systemdict/CorelLexDict known{1 systemdict
+/CorelLexDict get exec}if}bd/@EndSysCorelDict{systemdict/Corel30Dict known
+{end}if/EndCorelLexDict where{pop EndCorelLexDict}if}bd AutoFlatness{/@ifl{dup
+currentflat exch sub 10 gt{
+([Error: PathTooComplex; OffendingCommand: AnyPaintingOperator]\n)print flush
+@np exit}{currentflat 2 add setflat}ifelse}bd/@fill/fill ld/fill{currentflat{
+{@fill}stopped{@ifl}{exit}ifelse}bind loop setflat}bd/@eofill/eofill ld/eofill
+{currentflat{{@eofill}stopped{@ifl}{exit}ifelse}bind loop setflat}bd/@clip
+/clip ld/clip{currentflat{{@clip}stopped{@ifl}{exit}ifelse}bind loop setflat}
+bd/@eoclip/eoclip ld/eoclip{currentflat{{@eoclip}stopped{@ifl}{exit}ifelse}
+bind loop setflat}bd/@stroke/stroke ld/stroke{currentflat{{@stroke}stopped
+{@ifl}{exit}ifelse}bind loop setflat}bd}if L2?{/@ssa{true setstrokeadjust}bd}{
+/@ssa{}bd}ifelse/d/setdash ld/j/setlinejoin ld/J/setlinecap ld/M/setmiterlimit
+ld/w/setlinewidth ld/O{/$o xd}bd/R{/$O xd}bd/W/eoclip ld/c/curveto ld/C/c ld/l
+/lineto ld/L/l ld/rl/rlineto ld/m/moveto ld/n/newpath ld/N/newpath ld/P{11 rp}
+bd/u{}bd/U{}bd/A{pop}bd/q/@gs ld/Q/@gr ld/&{}bd/@j{@sv @np}bd/@J{@rs}bd/g{1
+exch sub/$k xd/$c 0 def/$m 0 def/$y 0 def/$t 1 def/$n _ def/$fil 0 def}bd/G{1
+sub neg/$K xd _ 1 0 0 0/$C xd/$M xd/$Y xd/$T xd/$N xd}bd/k{1 index type
+/stringtype eq{/$t xd/$n xd}{/$t 0 def/$n _ def}ifelse/$k xd/$y xd/$m xd/$c xd
+/$fil 0 def}bd/K{1 index type/stringtype eq{/$T xd/$N xd}{/$T 0 def/$N _ def}
+ifelse/$K xd/$Y xd/$M xd/$C xd}bd/x/k ld/X/K ld/sf{1 index type/stringtype eq{
+/s1t xd/s1n xd}{/s1t 0 def/s1n _ def}ifelse/s1k xd/s1y xd/s1m xd/s1c xd}bd/i{
+dup 0 ne{setflat}{pop}ifelse}bd/v{4 -2 roll 2 copy 6 -2 roll c}bd/V/v ld/y{2
+copy c}bd/Y/y ld/@w{matrix rotate/$ptm xd matrix scale $ptm dup concatmatrix
+/$ptm xd 1 eq{$ptm exch dup concatmatrix/$ptm xd}if 1 w}bd/@g{1 eq dup/$sdf xd
+{/$scp xd/$sca xd/$scf xd}if}bd/@G{1 eq dup/$SDF xd{/$SCP xd/$SCA xd/$SCF xd}
+if}bd/@D{2 index 0 eq{$dsf 3 1 roll 4 -1 roll pop}if 3 copy exch $Scra add exch
+load SetScr/$dsp xd/$dsa xd/$dsf xd}bd/$ngx{$SDF{$SCF SepMode_5 0 eq{$SCA}
+{$dsa}ifelse $SCP @ss}if}bd/p{/$pm xd 7 rp/$pyf xd/$pxf xd/$pn xd/$fil 1 def}
+bd/@MN{2 copy le{pop}{exch pop}ifelse}bd/@MX{2 copy ge{pop}{exch pop}ifelse}bd
+/InRange{3 -1 roll @MN @MX}bd/@sqr{dup 0 rl dup 0 exch rl neg 0 rl @cp}bd
+/currentscale{1 0 dtransform matrix defaultmatrix idtransform dup mul exch dup
+mul add sqrt 0 1 dtransform matrix defaultmatrix idtransform dup mul exch dup
+mul add sqrt}bd/@unscale{}bd/wDstChck{2 1 roll dup 3 -1 roll eq{1 add}if}bd
+/@dot{dup mul exch dup mul add 1 exch sub}bd/@lin{exch pop abs 1 exch sub}bd
+/cmyk2rgb{3{dup 5 -1 roll add 1 exch sub dup 0 lt{pop 0}if exch}repeat pop}bd
+/rgb2cmyk{3{1 exch sub 3 1 roll}repeat 3 copy @MN @MN 3{dup 5 -1 roll sub neg
+exch}repeat}bd/rgb2g{2 index .299 mul 2 index .587 mul add 1 index .114 mul add
+4 1 roll pop pop pop}bd/WaldoColor_5 where{pop}{/SetRgb/setrgbcolor ld/GetRgb
+/currentrgbcolor ld/SetGry/setgray ld/GetGry/currentgray ld/SetRgb2 systemdict
+/setrgbcolor get def/GetRgb2 systemdict/currentrgbcolor get def/SetHsb
+systemdict/sethsbcolor get def/GetHsb systemdict/currenthsbcolor get def
+/rgb2hsb{SetRgb2 GetHsb}bd/hsb2rgb{3 -1 roll dup floor sub 3 1 roll SetHsb
+GetRgb2}bd/setcmykcolor where{pop/LumSepsDict where{pop/SetCmyk_5{LumSepsDict
+/setcmykcolor get exec}def}{/AldusSepsDict where{pop/SetCmyk_5{AldusSepsDict
+/setcmykcolor get exec}def}{/SetCmyk_5/setcmykcolor ld}ifelse}ifelse}{
+/SetCmyk_5{cmyk2rgb SetRgb}bd}ifelse/currentcmykcolor where{pop/GetCmyk
+/currentcmykcolor ld}{/GetCmyk{GetRgb rgb2cmyk}bd}ifelse/setoverprint where
+{pop}{/setoverprint{/$op xd}bd}ifelse/currentoverprint where{pop}{
+/currentoverprint{$op}bd}ifelse/@tc_5{5 -1 roll dup 1 ge{pop}{4{dup 6 -1 roll
+mul exch}repeat pop}ifelse}bd/@trp{exch pop 5 1 roll @tc_5}bd
+/setprocesscolor_5{SepMode_5 0 eq{SetCmyk_5}{0 4 $ink_5 sub index exch pop 5 1
+roll pop pop pop pop SepsColor true eq{$ink_5 3 gt{1 sub neg SetGry}{0 0 0 4
+$ink_5 roll SetCmyk_5}ifelse}{1 sub neg SetGry}ifelse}ifelse}bd
+/findcmykcustomcolor where{pop}{/findcmykcustomcolor{5 array astore}bd}ifelse
+/setcustomcolor where{pop}{/setcustomcolor{exch aload pop SepMode_5 0 eq{pop
+@tc_5 setprocesscolor_5}{CurrentInkName_5 eq{4 index}{0}ifelse 6 1 roll 5 rp 1
+sub neg SetGry}ifelse}bd}ifelse/@scc_5{dup type/booleantype eq{setoverprint}{1
+eq setoverprint}ifelse dup _ eq{pop setprocesscolor_5 pop}{findcmykcustomcolor
+exch setcustomcolor}ifelse SepMode_5 0 eq{true}{GetGry 1 eq currentoverprint
+and not}ifelse}bd/colorimage where{pop/ColorImage{colorimage}def}{/ColorImage{
+/ncolors xd/$multi xd $multi true eq{ncolors 3 eq{/daqB xd/daqG xd/daqR xd pop
+pop exch pop abs{daqR pop daqG pop daqB pop}repeat}{/daqK xd/daqY xd/daqM xd
+/daqC xd pop pop exch pop abs{daqC pop daqM pop daqY pop daqK pop}repeat}
+ifelse}{/dataaq xd{dataaq ncolors dup 3 eq{/$dat xd 0 1 $dat length 3 div 1 sub
+{dup 3 mul $dat 1 index get 255 div $dat 2 index 1 add get 255 div $dat 3 index
+2 add get 255 div rgb2g 255 mul cvi exch pop $dat 3 1 roll put}for $dat 0 $dat
+length 3 idiv getinterval pop}{4 eq{/$dat xd 0 1 $dat length 4 div 1 sub{dup 4
+mul $dat 1 index get 255 div $dat 2 index 1 add get 255 div $dat 3 index 2 add
+get 255 div $dat 4 index 3 add get 255 div cmyk2rgb rgb2g 255 mul cvi exch pop
+$dat 3 1 roll put}for $dat 0 $dat length ncolors idiv getinterval}if}ifelse}
+image}ifelse}bd}ifelse/setcmykcolor{1 5 1 roll _ currentoverprint @scc_5
+/$ffpnt xd}bd/currentcmykcolor{GetCmyk}bd/setrgbcolor{rgb2cmyk setcmykcolor}bd
+/currentrgbcolor{currentcmykcolor cmyk2rgb}bd/sethsbcolor{hsb2rgb setrgbcolor}
+bd/currenthsbcolor{currentrgbcolor rgb2hsb}bd/setgray{dup dup setrgbcolor}bd
+/currentgray{currentrgbcolor rgb2g}bd/InsideDCS false def/IMAGE/image ld/image
+{InsideDCS{IMAGE}{/EPSDict where{pop SepMode_5 0 eq{IMAGE}{dup type/dicttype eq
+{dup/ImageType get 1 ne{IMAGE}{dup dup/BitsPerComponent get 8 eq exch
+/BitsPerComponent get 1 eq or currentcolorspace 0 get/DeviceGray eq and{
+CurrentInkName_5(Black)eq{IMAGE}{dup/DataSource get/TCC xd/Height get abs{TCC
+pop}repeat}ifelse}{IMAGE}ifelse}ifelse}{2 index 1 ne{CurrentInkName_5(Black)eq
+{IMAGE}{/TCC xd pop pop exch pop abs{TCC pop}repeat}ifelse}{IMAGE}ifelse}
+ifelse}ifelse}{IMAGE}ifelse}ifelse}bd}ifelse/WaldoColor_5 true def/@sft{$tllx
+$pxf add dup $tllx gt{$pwid sub}if/$tx xd $tury $pyf sub dup $tury lt{$phei
+add}if/$ty xd}bd/@stb{pathbbox/$ury xd/$urx xd/$lly xd/$llx xd}bd/@ep{{cvx exec
+}forall}bd/@tp{@sv/$in true def 2 copy dup $lly le{/$in false def}if $phei sub
+$ury ge{/$in false def}if dup $urx ge{/$in false def}if $pwid add $llx le{/$in
+false def}if $in{@np 2 copy m $pwid 0 rl 0 $phei neg rl $pwid neg 0 rl 0 $phei
+rl clip @np $pn cvlit load aload pop 7 -1 roll 5 index sub 7 -1 roll 3 index
+sub Tl matrix currentmatrix/$ctm xd @ep pop pop pop pop}{pop pop}ifelse @rs}bd
+/@th{@sft 0 1 $tly 1 sub{dup $psx mul $tx add{dup $llx gt{$pwid sub}{exit}
+ifelse}loop exch $phei mul $ty exch sub 0 1 $tlx 1 sub{$pwid mul 3 copy 3 -1
+roll add exch @tp pop}for pop pop}for}bd/@tv{@sft 0 1 $tlx 1 sub{dup $pwid mul
+$tx add exch $psy mul $ty exch sub{dup $ury lt{$phei add}{exit}ifelse}loop 0 1
+$tly 1 sub{$phei mul 3 copy sub @tp pop}for pop pop}for}bd/$fm 0 def/wfill{1
+$fm eq{fill}{eofill}ifelse}bd/wclip{1 $fm eq{clip}{eoclip}ifelse}bd/@pf{@gs
+$ctm setmatrix $pm concat @stb wclip @sv Bburx Bbury $pm itransform/$tury xd
+/$turx xd Bbllx Bblly $pm itransform/$tlly xd/$tllx xd newpath $tllx $tlly m
+$tllx $tury l $turx $tury l $turx $tlly l $tllx $tlly m @cp pathbbox @rs/$tury
+xd/$turx xd/$tlly xd/$tllx xd/$wid $turx $tllx sub def/$hei $tury $tlly sub def
+@gs $vectpat{1 0 0 0 0 _ $o @scc_5{wfill}if}{$t $c $m $y $k $n $o @scc_5{
+SepMode_5 0 eq $pfrg or{$tllx $tlly Tl $wid $hei scale <00> 8 1 false[8 0 0 1 0
+0]{}imagemask}{/$bkg true def}ifelse}if}ifelse @gr $wid 0 gt $hei 0 gt and{$pn
+cvlit load aload pop/$pd xd 3 -1 roll sub/$phei xd exch sub/$pwid xd $wid $pwid
+div ceiling 1 add/$tlx xd $hei $phei div ceiling 1 add/$tly xd $psx 0 eq{@tv}{
+@th}ifelse}if @gr @np/$bkg false def}bd/@Pf{@sv SepMode_5 0 eq $Psc 0 ne or
+$ink_5 3 eq or{0 J 0 j[]0 d $t $c $m $y $k $n $o @scc_5 pop $ctm setmatrix 72
+1000 div dup matrix scale dup concat dup Bburx exch Bbury exch itransform
+ceiling cvi/Bbury xd ceiling cvi/Bburx xd Bbllx exch Bblly exch itransform
+floor cvi/Bblly xd floor cvi/Bbllx xd $Prm aload pop $Psn load exec}{1 SetGry
+wfill}ifelse @rs @np}bd/F{matrix currentmatrix $sdf{$scf $sca $scp @ss}if $fil
+1 eq{@pf}{$fil 2 eq{@ff}{$fil 3 eq{@Pf}{$t $c $m $y $k $n $o @scc_5{wfill}
+{@np}ifelse}ifelse}ifelse}ifelse $sdf{$dsf $dsa $dsp @ss}if setmatrix}bd/f{@cp
+F}bd/S{matrix currentmatrix $ctm setmatrix $SDF{$SCF $SCA $SCP @ss}if $T $C $M
+$Y $K $N $O @scc_5{matrix currentmatrix $ptm concat stroke setmatrix}
+{@np}ifelse $SDF{$dsf $dsa $dsp @ss}if setmatrix}bd/s{@cp S}bd/B{@gs F @gr S}
+bd/b{@cp B}bd/_E{5 array astore exch cvlit xd}bd/@cc{currentfile $dat
+readhexstring pop}bd/@sm{/$ctm $ctm currentmatrix def}bd/@E{/Bbury xd/Bburx xd
+/Bblly xd/Bbllx xd}bd/@c{@cp}bd/@p{/$fil 1 def 1 eq dup/$vectpat xd{/$pfrg true
+def}{@gs $t $c $m $y $k $n $o @scc_5/$pfrg xd @gr}ifelse/$pm xd/$psy xd/$psx xd
+/$pyf xd/$pxf xd/$pn xd}bd/@P{/$fil 3 def/$Psn xd/$Psc xd array astore/$Prm xd
+}bd/@ii{concat 3 index 3 index m 3 index 1 index l 2 copy l 1 index 3 index l 3
+index 3 index l clip pop pop pop pop}bd/tcc{@cc}def/@i{@sm @gs @ii 6 index 1 ne
+{/$frg true def pop pop}{1 eq{s1t s1c s1m s1y s1k s1n $O @scc_5/$frg xd}{/$frg
+false def}ifelse 1 eq{@gs $ctm setmatrix F @gr}if}ifelse @np/$ury xd/$urx xd
+/$lly xd/$llx xd/$bts xd/$hei xd/$wid xd/$dat $wid $bts mul 8 div ceiling cvi
+string def $bkg $frg or{$SDF{$SCF $SCA $SCP @ss}if $llx $lly Tl $urx $llx sub
+$ury $lly sub scale $bkg{$t $c $m $y $k $n $o @scc_5 pop}if $wid $hei abs $bts
+1 eq{$bkg}{$bts}ifelse[$wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse]/tcc load
+$bts 1 eq{imagemask}{image}ifelse $SDF{$dsf $dsa $dsp @ss}if}{$hei abs{tcc pop}
+repeat}ifelse @gr $ctm setmatrix}bd/@I{@sm @gs @ii @np/$ury xd/$urx xd/$lly xd
+/$llx xd/$ncl xd/$bts xd/$hei xd/$wid xd $ngx $llx $lly Tl $urx $llx sub $ury
+$lly sub scale $wid $hei abs $bts[$wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse
+]$msimage false eq $ncl 1 eq or{/$dat $wid $bts mul $ncl mul 8 div ceiling cvi
+string def/@cc load false $ncl ColorImage}{$wid $bts mul 8 div ceiling cvi $ncl
+3 eq{dup dup/$dat1 exch string def/$dat2 exch string def/$dat3 exch string def
+/@cc1 load/@cc2 load/@cc3 load}{dup dup dup/$dat1 exch string def/$dat2 exch
+string def/$dat3 exch string def/$dat4 exch string def/@cc1 load/@cc2 load
+/@cc3 load/@cc4 load}ifelse true $ncl ColorImage}ifelse $SDF{$dsf $dsa $dsp
+@ss}if @gr $ctm setmatrix}bd/@cc1{currentfile $dat1 readhexstring pop}bd/@cc2{
+currentfile $dat2 readhexstring pop}bd/@cc3{currentfile $dat3 readhexstring pop
+}bd/@cc4{currentfile $dat4 readhexstring pop}bd/$msimage false def/COMP 0 def
+/MaskedImage false def L2?{/@I_2{@sm @gs @ii @np/$ury xd/$urx xd/$lly xd/$llx
+xd/$ncl xd/$bts xd/$hei xd/$wid xd/$dat $wid $bts mul $ncl mul 8 div ceiling
+cvi string def $ngx $ncl 1 eq{/DeviceGray}{$ncl 3 eq{/DeviceRGB}{/DeviceCMYK}
+ifelse}ifelse setcolorspace $llx $lly Tl $urx $llx sub $ury $lly sub scale 8
+dict begin/ImageType 1 def/Width $wid def/Height $hei abs def/BitsPerComponent
+$bts def/Decode $ncl 1 eq{[0 1]}{$ncl 3 eq{[0 1 0 1 0 1]}{[0 1 0 1 0 1 0 1]}
+ifelse}ifelse def/ImageMatrix[$wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse]def
+/DataSource currentfile/ASCII85Decode filter COMP 1 eq{/DCTDecode filter}{COMP
+2 eq{/RunLengthDecode filter}if}ifelse def currentdict end image $SDF{$dsf $dsa
+$dsp @ss}if @gr $ctm setmatrix}bd}{/@I_2{}bd}ifelse/@I_3{@sm @gs @ii @np/$ury
+xd/$urx xd/$lly xd/$llx xd/$ncl xd/$bts xd/$hei xd/$wid xd/$dat $wid $bts mul
+$ncl mul 8 div ceiling cvi string def $ngx $ncl 1 eq{/DeviceGray}{$ncl 3 eq
+{/DeviceRGB}{/DeviceCMYK}ifelse}ifelse setcolorspace $llx $lly Tl $urx $llx sub
+$ury $lly sub scale/ImageDataDict 8 dict def ImageDataDict begin/ImageType 1
+def/Width $wid def/Height $hei abs def/BitsPerComponent $bts def/Decode $ncl 1
+eq{[0 1]}{$ncl 3 eq{[0 1 0 1 0 1]}{[0 1 0 1 0 1 0 1]}ifelse}ifelse def
+/ImageMatrix[$wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse]def/DataSource
+currentfile/ASCII85Decode filter COMP 1 eq{/DCTDecode filter}{COMP 2 eq{
+/RunLengthDecode filter}if}ifelse def end/MaskedImageDict 7 dict def
+MaskedImageDict begin/ImageType 3 def/InterleaveType 3 def/MaskDict
+ImageMaskDict def/DataDict ImageDataDict def end MaskedImageDict image $SDF
+{$dsf $dsa $dsp @ss}if @gr $ctm setmatrix}bd/@SetMask{/$mbts xd/$mhei xd/$mwid
+xd/ImageMaskDict 8 dict def ImageMaskDict begin/ImageType 1 def/Width $mwid def
+/Height $mhei abs def/BitsPerComponent $mbts def/DataSource maskstream def
+/ImageMatrix[$mwid 0 0 $mhei neg 0 $mhei 0 gt{$mhei}{0}ifelse]def/Decode[1 0]
+def end}bd/@B{@gs S @gr F}bd/@b{@cp @B}bd/@sep{CurrentInkName_5(Composite)eq
+{/$ink_5 -1 def}{CurrentInkName_5(Cyan)eq{/$ink_5 0 def}{CurrentInkName_5
+(Magenta)eq{/$ink_5 1 def}{CurrentInkName_5(Yellow)eq{/$ink_5 2 def}{
+CurrentInkName_5(Black)eq{/$ink_5 3 def}{/$ink_5 4 def}ifelse}ifelse}ifelse}
+ifelse}ifelse}bd/@whi{@gs -72000 dup m -72000 72000 l 72000 dup l 72000 -72000
+l @cp 1 SetGry fill @gr}bd/@neg{[{1 exch sub}/exec cvx currenttransfer/exec
+cvx]cvx settransfer @whi}bd/deflevel 0 def/@sax{/deflevel deflevel 1 add def}
+bd/@eax{/deflevel deflevel dup 0 gt{1 sub}if def deflevel 0 gt{/eax load}{eax}
+ifelse}bd/eax{{exec}forall}bd/@rax{deflevel 0 eq{@rs @sv}if}bd/@daq{dup type
+/arraytype eq{{}forall}if}bd/@BMP{/@cc xd UseLevel 3 eq MaskedImage true eq and
+{7 -2 roll pop pop @I_3}{12 index 1 gt UseLevel 2 eq UseLevel 3 eq or and{7 -2
+roll pop pop @I_2}{11 index 1 eq{12 -1 roll pop @i}{7 -2 roll pop pop @I}
+ifelse}ifelse}ifelse}bd systemdict/pdfmark known not{/pdfmark/cleartomark ld}
+if
+/z{exch findfont exch scalefont setfont}bd/ZB{9 dict dup begin 4 1 roll
+/FontType 3 def/FontMatrix xd/FontBBox xd/Encoding 256 array def 0 1 255{
+Encoding exch/.notdef put}for/CharStrings 256 dict def CharStrings/.notdef{}
+put/Metrics 256 dict def Metrics/.notdef 3 -1 roll put/BuildChar{exch dup
+/$char exch/Encoding get 3 index get def dup/Metrics get $char get aload pop
+setcachedevice begin Encoding exch get CharStrings exch get end exec}def end
+definefont pop}bd/ZBAddChar{findfont begin dup 4 1 roll dup 6 1 roll Encoding 3
+1 roll put CharStrings 3 1 roll put Metrics 3 1 roll put end}bd/Z{findfont dup
+maxlength 2 add dict exch dup{1 index/FID ne{3 index 3 1 roll put}{pop pop}
+ifelse}forall pop dup dup/Encoding get 256 array copy dup/$fe xd/Encoding exch
+put dup/Fontname 3 index put 3 -1 roll dup length 0 ne{0 exch{dup type 0 type
+eq{exch pop}{$fe exch 2 index exch put 1 add}ifelse}forall pop}if dup 256 dict
+dup/$met xd/Metrics exch put dup/FontMatrix get 0 get 1000 mul 1 exch div 3
+index length 256 eq{0 1 255{dup $fe exch get dup/.notdef eq{pop pop}{5 index 3
+-1 roll get 2 index mul $met 3 1 roll put}ifelse}for}if pop definefont pop pop
+}bd/@ftx{{currentpoint 3 -1 roll(0)dup 3 -1 roll 0 exch put dup @gs true
+charpath $ctm setmatrix @@txt @gr @np stringwidth pop 3 -1 roll add exch m}
+forall}bd/@ft{matrix currentmatrix exch $sdf{$scf $sca $scp @ss}if $fil 1 eq
+{/@@txt/@pf ld @ftx}{$fil 2 eq{/@@txt/@ff ld @ftx}{$fil 3 eq{/@@txt/@Pf ld
+@ftx}{$t $c $m $y $k $n $o @scc_5{show}{pop}ifelse}ifelse}ifelse}ifelse $sdf
+{$dsf $dsa $dsp @ss}if setmatrix}bd/@st{matrix currentmatrix exch $SDF{$SCF
+$SCA $SCP @ss}if $T $C $M $Y $K $N $O @scc_5{{currentpoint 3 -1 roll(0)dup 3 -1
+roll 0 exch put dup @gs true charpath $ctm setmatrix $ptm concat stroke @gr @np
+stringwidth pop 3 -1 roll add exch m}forall}{pop}ifelse $SDF{$dsf $dsa $dsp
+@ss}if setmatrix}bd/@te{@ft}bd/@tr{@st}bd/@ta{dup @gs @ft @gr @st}bd/@t@a{dup
+@gs @st @gr @ft}bd/@tm{@sm concat}bd/e{/t{@te}def}bd/r{/t{@tr}def}bd/o{/t{pop}
+def}bd/a{/t{@ta}def}bd/@a{/t{@t@a}def}bd/t{@te}def/T{@np $ctm setmatrix/$ttm
+matrix def}bd/ddt{t}def/@t{/$stm $stm currentmatrix def 3 1 roll m $ttm concat
+ddt $stm setmatrix}bd/@n{/$ttm exch matrix rotate def}bd/@s{}bd/@l{}bd
+/_lineorientation 0 def/_bitfont null def/_bitlobyte 0 def/_bitkey null def
+/_bithibyte 0 def
+end
+%%EndResource
+%%EndProlog
+%%BeginSetup
+wCorel9Dict begin
+@BeginSysCorelDict
+2.6131 setmiterlimit
+1.00 setflat
+/$fst 128 def
+%%EndSetup
+
+%%Page: 1 1
+%LogicalPage: 1
+%%BeginPageSetup
+@sv
+@sm
+@sv
+%%EndPageSetup
+@rax %Note: Object
+93.72756 419.78268 512.02913 646.98094 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 3.99997 3.99997 0.00000 @w
+/$fm 0 def
+93.72756 646.98094 m
+512.02913 646.98094 L
+512.02913 419.78268 L
+93.72756 419.78268 L
+93.72756 646.98094 L
+@c
+S
+
+@rax %Note: Object
+93.92967 590.38583 512.23124 646.57559 @E
+0 J 0 j [2 3 ] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+93.92967 646.57559 m
+512.23124 646.57559 L
+512.23124 590.38583 L
+93.92967 590.38583 L
+93.92967 646.57559 L
+@c
+S
+
+@rax %Note: Object
+93.72756 534.09827 512.02913 590.28803 @E
+0 J 0 j [2 3 ] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+93.72756 590.28803 m
+512.02913 590.28803 L
+512.02913 534.09827 L
+93.72756 534.09827 L
+93.72756 590.28803 L
+@c
+S
+
+@rax %Note: Object
+93.92967 477.00000 512.23124 533.98488 @E
+0 J 0 j [2 3 ] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+93.92967 533.98488 m
+512.23124 533.98488 L
+512.23124 477.00000 L
+93.92967 477.00000 L
+93.92967 533.98488 L
+@c
+S
+
+@rax %Note: Object
+93.92967 420.30709 512.23124 477.29197 @E
+0 J 0 j [2 3 ] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+93.92967 477.29197 m
+512.23124 477.29197 L
+512.23124 420.30709 L
+93.92967 420.30709 L
+93.92967 477.29197 L
+@c
+S
+
+@rax %Note: Object
+130.48384 601.95798 199.45361 635.25373 @E
+ 0 O 0 @g
+0.00 0.00 0.00 0.90 k
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 1.00006 1.00006 0.00000 @w
+/$fm 0 def
+130.48384 635.25373 m
+199.45361 635.25373 L
+199.45361 601.95798 L
+130.48384 601.95798 L
+130.48384 635.25373 L
+@c
+B
+
+@rax %Note: Object
+130.48384 545.26507 199.45361 578.56082 @E
+ 0 O 0 @g
+0.00 0.00 0.00 0.50 k
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 1.00006 1.00006 0.00000 @w
+/$fm 0 def
+130.48384 578.56082 m
+199.45361 578.56082 L
+199.45361 545.26507 L
+130.48384 545.26507 L
+130.48384 578.56082 L
+@c
+B
+
+@rax %Note: Object
+130.48384 488.57216 199.45361 521.86791 @E
+ 0 O 0 @g
+0.00 0.00 0.00 0.30 k
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 1.00006 1.00006 0.00000 @w
+/$fm 0 def
+130.48384 521.86791 m
+199.45361 521.86791 L
+199.45361 488.57216 L
+130.48384 488.57216 L
+130.48384 521.86791 L
+@c
+B
+
+@rax %Note: Object
+130.48384 431.87924 199.45361 465.17499 @E
+ 0 O 0 @g
+0.00 0.00 0.00 0.10 k
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 1.00006 1.00006 0.00000 @w
+/$fm 0 def
+130.48384 465.17499 m
+199.45361 465.17499 L
+199.45361 431.87924 L
+130.48384 431.87924 L
+130.48384 465.17499 L
+@c
+B
+
+@rax %Note: Object
+129.05631 420.65603 129.05745 670.92775 @E
+0 J 0 j [2 3 ] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+129.05688 670.92775 m
+129.05688 420.65603 L
+S
+
+@rax %Note: Object
+200.30173 418.47591 200.30287 668.74762 @E
+0 J 0 j [2 3 ] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+200.30230 668.74762 m
+200.30230 418.47591 L
+S
+
+@rax %Note: Object
+235.97575 420.21978 235.97688 670.49178 @E
+0 J 0 j [2 3 ] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+235.97631 670.49178 m
+235.97631 420.21978 L
+S
+
+@rax %Note: Object
+93.75534 398.37685 93.75647 671.40340 @E
+0 J 0 j [2 3 ] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+93.75591 671.40340 m
+93.75591 398.37685 L
+S
+
+@rax %Note: Object
+511.54696 399.32816 511.54809 672.35471 @E
+0 J 0 j [2 3 ] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+511.54753 672.35471 m
+511.54753 399.32816 L
+S
+
+@rax 237.03024 596.37430 454.41128 645.39893 @E
+[0.00028346 0.00000000 0.00000000 0.00028346 237.03022755 606.01972586] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_AvantGardeBkBT 144284.00000 z
+%CHAR: 0 0 (T) @t
+31430 0 m
+21354 0 L
+21354 92510 L
+842 92510 L
+842 102586 L
+51942 102586 L
+51942 92510 L
+31430 92510 L
+31430 0 L
+@c
+F
+%CHAR: 46988 0 (e) @t
+130961 35590 m
+61008 35590 L
+61609 27149 64663 20344 70170 15126 c
+75652 9932 82506 7334 90730 7334 c
+96550 7334 101792 8849 106433 11855 c
+111074 14885 114681 19070 117206 24456 C
+128484 24456 L
+124925 15871 119900 9306 113455 4713 c
+106986 120 99507 -2188 91019 -2188 c
+79740 -2188 70194 1828 62402 9859 c
+54611 17891 50715 27558 50715 38812 c
+50715 50620 54539 60359 62162 68054 c
+69785 75773 79548 79621 91427 79621 c
+103090 79621 112589 75605 119924 67597 c
+127282 59565 130961 49129 130961 36287 c
+130961 35590 L
+@c
+119972 43983 m
+118096 52688 114633 59253 109607 63653 c
+104581 68054 98040 70242 89961 70242 c
+82458 70242 76085 67886 70867 63148 c
+65649 58411 62474 52038 61296 43983 C
+119972 43983 L
+@c
+F
+%CHAR: 134424 0 (x) @t
+146544 77505 m
+164579 48191 L
+183865 77505 L
+195288 77505 L
+170206 40375 L
+195144 0 L
+183865 0 L
+164002 32344 L
+143225 0 L
+132236 0 L
+158519 40231 L
+135410 77505 L
+146544 77505 L
+@c
+F
+%CHAR: 194158 0 (t) @t
+208875 0 m
+208875 67501 L
+194158 67501 L
+194158 77505 L
+208875 77505 L
+208875 102586 L
+218807 102586 L
+218807 77505 L
+233523 77505 L
+233523 67501 L
+218807 67501 L
+218807 0 L
+208875 0 L
+@c
+F
+%CHAR: 274260 0 (t) @t
+288977 0 m
+288977 67501 L
+274260 67501 L
+274260 77505 L
+288977 77505 L
+288977 102586 L
+298909 102586 L
+298909 77505 L
+313625 77505 L
+313625 67501 L
+298909 67501 L
+298909 0 L
+288977 0 L
+@c
+F
+%CHAR: 313650 0 (e) @t
+397623 35590 m
+327670 35590 L
+328271 27149 331325 20344 336832 15126 c
+342314 9932 349168 7334 357392 7334 c
+363212 7334 368454 8849 373095 11855 c
+377736 14885 381343 19070 383868 24456 C
+395146 24456 L
+391587 15871 386562 9306 380117 4713 c
+373648 120 366169 -2188 357681 -2188 c
+346402 -2188 336856 1828 329064 9859 c
+321273 17891 317377 27558 317377 38812 c
+317377 50620 321201 60359 328824 68054 c
+336447 75773 346210 79621 358089 79621 c
+369752 79621 379251 75605 386586 67597 c
+393944 59565 397623 49129 397623 36287 c
+397623 35590 L
+@c
+386634 43983 m
+384758 52688 381295 59253 376269 63653 c
+371243 68054 364702 70242 356623 70242 c
+349120 70242 342747 67886 337529 63148 c
+332311 58411 329136 52038 327958 43983 C
+386634 43983 L
+@c
+F
+%CHAR: 401086 0 (x) @t
+413206 77505 m
+431241 48191 L
+450527 77505 L
+461950 77505 L
+436868 40375 L
+461806 0 L
+450527 0 L
+430664 32344 L
+409887 0 L
+398898 0 L
+425181 40231 L
+402072 77505 L
+413206 77505 L
+@c
+F
+%CHAR: 460820 0 (t) @t
+475537 0 m
+475537 67501 L
+460820 67501 L
+460820 77505 L
+475537 77505 L
+475537 102586 L
+485469 102586 L
+485469 77505 L
+500185 77505 L
+500185 67501 L
+485469 67501 L
+485469 0 L
+475537 0 L
+@c
+F
+%CHAR: 540922 0 (t) @t
+555639 0 m
+555639 67501 L
+540922 67501 L
+540922 77505 L
+555639 77505 L
+555639 102586 L
+565571 102586 L
+565571 77505 L
+580287 77505 L
+580287 67501 L
+565571 67501 L
+565571 0 L
+555639 0 L
+@c
+F
+%CHAR: 580312 0 (e) @t
+664285 35590 m
+594332 35590 L
+594933 27149 597987 20344 603494 15126 c
+608976 9932 615830 7334 624054 7334 c
+629874 7334 635116 8849 639757 11855 c
+644398 14885 648005 19070 650530 24456 C
+661808 24456 L
+658249 15871 653224 9306 646779 4713 c
+640310 120 632831 -2188 624343 -2188 c
+613064 -2188 603518 1828 595726 9859 c
+587935 17891 584039 27558 584039 38812 c
+584039 50620 587863 60359 595486 68054 c
+603109 75773 612872 79621 624751 79621 c
+636414 79621 645913 75605 653248 67597 c
+660606 59565 664285 49129 664285 36287 c
+664285 35590 L
+@c
+653296 43983 m
+651420 52688 647957 59253 642931 63653 c
+637905 68054 631364 70242 623285 70242 c
+615782 70242 609409 67886 604191 63148 c
+598973 58411 595798 52038 594620 43983 C
+653296 43983 L
+@c
+F
+%CHAR: 667748 0 (x) @t
+679868 77505 m
+697903 48191 L
+717189 77505 L
+728612 77505 L
+703530 40375 L
+728468 0 L
+717189 0 L
+697326 32344 L
+676549 0 L
+665560 0 L
+691843 40231 L
+668734 77505 L
+679868 77505 L
+@c
+F
+%CHAR: 727482 0 (t) @t
+742199 0 m
+742199 67501 L
+727482 67501 L
+727482 77505 L
+742199 77505 L
+742199 102586 L
+752131 102586 L
+752131 77505 L
+766847 77505 L
+766847 67501 L
+752131 67501 L
+752131 0 L
+742199 0 L
+@c
+F
+T
+@rax 236.55458 538.25443 477.04365 587.27906 @E
+[0.00028346 0.00000000 0.00000000 0.00028346 236.55457402 547.89985397] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_AvantGardeBkBT 144284.00000 z
+%CHAR: 0 0 (T) @t
+31430 0 m
+21354 0 L
+21354 92510 L
+842 92510 L
+842 102586 L
+51942 102586 L
+51942 92510 L
+31430 92510 L
+31430 0 L
+@c
+F
+%CHAR: 46988 0 (e) @t
+130961 35590 m
+61008 35590 L
+61609 27149 64663 20344 70170 15126 c
+75652 9932 82506 7334 90730 7334 c
+96550 7334 101792 8849 106433 11855 c
+111074 14885 114681 19070 117206 24456 C
+128484 24456 L
+124925 15871 119900 9306 113455 4713 c
+106986 120 99507 -2188 91019 -2188 c
+79740 -2188 70194 1828 62402 9859 c
+54611 17891 50715 27558 50715 38812 c
+50715 50620 54539 60359 62162 68054 c
+69785 75773 79548 79621 91427 79621 c
+103090 79621 112589 75605 119924 67597 c
+127282 59565 130961 49129 130961 36287 c
+130961 35590 L
+@c
+119972 43983 m
+118096 52688 114633 59253 109607 63653 c
+104581 68054 98040 70242 89961 70242 c
+82458 70242 76085 67886 70867 63148 c
+65649 58411 62474 52038 61296 43983 C
+119972 43983 L
+@c
+F
+%CHAR: 134424 0 (x) @t
+146544 77505 m
+164579 48191 L
+183865 77505 L
+195288 77505 L
+170206 40375 L
+195144 0 L
+183865 0 L
+164002 32344 L
+143225 0 L
+132236 0 L
+158519 40231 L
+135410 77505 L
+146544 77505 L
+@c
+F
+%CHAR: 194158 0 (t) @t
+208875 0 m
+208875 67501 L
+194158 67501 L
+194158 77505 L
+208875 77505 L
+208875 102586 L
+218807 102586 L
+218807 77505 L
+233523 77505 L
+233523 67501 L
+218807 67501 L
+218807 0 L
+208875 0 L
+@c
+F
+%CHAR: 274260 0 (t) @t
+288977 0 m
+288977 67501 L
+274260 67501 L
+274260 77505 L
+288977 77505 L
+288977 102586 L
+298909 102586 L
+298909 77505 L
+313625 77505 L
+313625 67501 L
+298909 67501 L
+298909 0 L
+288977 0 L
+@c
+F
+%CHAR: 313650 0 (e) @t
+397623 35590 m
+327670 35590 L
+328271 27149 331325 20344 336832 15126 c
+342314 9932 349168 7334 357392 7334 c
+363212 7334 368454 8849 373095 11855 c
+377736 14885 381343 19070 383868 24456 C
+395146 24456 L
+391587 15871 386562 9306 380117 4713 c
+373648 120 366169 -2188 357681 -2188 c
+346402 -2188 336856 1828 329064 9859 c
+321273 17891 317377 27558 317377 38812 c
+317377 50620 321201 60359 328824 68054 c
+336447 75773 346210 79621 358089 79621 c
+369752 79621 379251 75605 386586 67597 c
+393944 59565 397623 49129 397623 36287 c
+397623 35590 L
+@c
+386634 43983 m
+384758 52688 381295 59253 376269 63653 c
+371243 68054 364702 70242 356623 70242 c
+349120 70242 342747 67886 337529 63148 c
+332311 58411 329136 52038 327958 43983 C
+386634 43983 L
+@c
+F
+%CHAR: 401086 0 (x) @t
+413206 77505 m
+431241 48191 L
+450527 77505 L
+461950 77505 L
+436868 40375 L
+461806 0 L
+450527 0 L
+430664 32344 L
+409887 0 L
+398898 0 L
+425181 40231 L
+402072 77505 L
+413206 77505 L
+@c
+F
+%CHAR: 460820 0 (t) @t
+475537 0 m
+475537 67501 L
+460820 67501 L
+460820 77505 L
+475537 77505 L
+475537 102586 L
+485469 102586 L
+485469 77505 L
+500185 77505 L
+500185 67501 L
+485469 67501 L
+485469 0 L
+475537 0 L
+@c
+F
+%CHAR: 540922 0 (t) @t
+555639 0 m
+555639 67501 L
+540922 67501 L
+540922 77505 L
+555639 77505 L
+555639 102586 L
+565571 102586 L
+565571 77505 L
+580287 77505 L
+580287 67501 L
+565571 67501 L
+565571 0 L
+555639 0 L
+@c
+F
+%CHAR: 580312 0 (e) @t
+664285 35590 m
+594332 35590 L
+594933 27149 597987 20344 603494 15126 c
+608976 9932 615830 7334 624054 7334 c
+629874 7334 635116 8849 639757 11855 c
+644398 14885 648005 19070 650530 24456 C
+661808 24456 L
+658249 15871 653224 9306 646779 4713 c
+640310 120 632831 -2188 624343 -2188 c
+613064 -2188 603518 1828 595726 9859 c
+587935 17891 584039 27558 584039 38812 c
+584039 50620 587863 60359 595486 68054 c
+603109 75773 612872 79621 624751 79621 c
+636414 79621 645913 75605 653248 67597 c
+660606 59565 664285 49129 664285 36287 c
+664285 35590 L
+@c
+653296 43983 m
+651420 52688 647957 59253 642931 63653 c
+637905 68054 631364 70242 623285 70242 c
+615782 70242 609409 67886 604191 63148 c
+598973 58411 595798 52038 594620 43983 C
+653296 43983 L
+@c
+F
+%CHAR: 667748 0 (x) @t
+679868 77505 m
+697903 48191 L
+717189 77505 L
+728612 77505 L
+703530 40375 L
+728468 0 L
+717189 0 L
+697326 32344 L
+676549 0 L
+665560 0 L
+691843 40231 L
+668734 77505 L
+679868 77505 L
+@c
+F
+%CHAR: 727482 0 (t) @t
+742199 0 m
+742199 67501 L
+727482 67501 L
+727482 77505 L
+742199 77505 L
+742199 102586 L
+752131 102586 L
+752131 77505 L
+766847 77505 L
+766847 67501 L
+752131 67501 L
+752131 0 L
+742199 0 L
+@c
+F
+%CHAR: 766872 0 (1) @t
+814486 0 m
+803785 0 L
+803785 93785 L
+785893 93785 L
+785893 102586 L
+814486 102586 L
+814486 0 L
+@c
+F
+T
+@rax 236.55458 481.56151 477.04365 530.58614 @E
+[0.00028346 0.00000000 0.00000000 0.00028346 236.55457402 491.20694266] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_AvantGardeBkBT 144284.00000 z
+%CHAR: 0 0 (T) @t
+31430 0 m
+21354 0 L
+21354 92510 L
+842 92510 L
+842 102586 L
+51942 102586 L
+51942 92510 L
+31430 92510 L
+31430 0 L
+@c
+F
+%CHAR: 46988 0 (e) @t
+130961 35590 m
+61008 35590 L
+61609 27149 64663 20344 70170 15126 c
+75652 9932 82506 7334 90730 7334 c
+96550 7334 101792 8849 106433 11855 c
+111074 14885 114681 19070 117206 24456 C
+128484 24456 L
+124925 15871 119900 9306 113455 4713 c
+106986 120 99507 -2188 91019 -2188 c
+79740 -2188 70194 1828 62402 9859 c
+54611 17891 50715 27558 50715 38812 c
+50715 50620 54539 60359 62162 68054 c
+69785 75773 79548 79621 91427 79621 c
+103090 79621 112589 75605 119924 67597 c
+127282 59565 130961 49129 130961 36287 c
+130961 35590 L
+@c
+119972 43983 m
+118096 52688 114633 59253 109607 63653 c
+104581 68054 98040 70242 89961 70242 c
+82458 70242 76085 67886 70867 63148 c
+65649 58411 62474 52038 61296 43983 C
+119972 43983 L
+@c
+F
+%CHAR: 134424 0 (x) @t
+146544 77505 m
+164579 48191 L
+183865 77505 L
+195288 77505 L
+170206 40375 L
+195144 0 L
+183865 0 L
+164002 32344 L
+143225 0 L
+132236 0 L
+158519 40231 L
+135410 77505 L
+146544 77505 L
+@c
+F
+%CHAR: 194158 0 (t) @t
+208875 0 m
+208875 67501 L
+194158 67501 L
+194158 77505 L
+208875 77505 L
+208875 102586 L
+218807 102586 L
+218807 77505 L
+233523 77505 L
+233523 67501 L
+218807 67501 L
+218807 0 L
+208875 0 L
+@c
+F
+%CHAR: 274260 0 (t) @t
+288977 0 m
+288977 67501 L
+274260 67501 L
+274260 77505 L
+288977 77505 L
+288977 102586 L
+298909 102586 L
+298909 77505 L
+313625 77505 L
+313625 67501 L
+298909 67501 L
+298909 0 L
+288977 0 L
+@c
+F
+%CHAR: 313650 0 (e) @t
+397623 35590 m
+327670 35590 L
+328271 27149 331325 20344 336832 15126 c
+342314 9932 349168 7334 357392 7334 c
+363212 7334 368454 8849 373095 11855 c
+377736 14885 381343 19070 383868 24456 C
+395146 24456 L
+391587 15871 386562 9306 380117 4713 c
+373648 120 366169 -2188 357681 -2188 c
+346402 -2188 336856 1828 329064 9859 c
+321273 17891 317377 27558 317377 38812 c
+317377 50620 321201 60359 328824 68054 c
+336447 75773 346210 79621 358089 79621 c
+369752 79621 379251 75605 386586 67597 c
+393944 59565 397623 49129 397623 36287 c
+397623 35590 L
+@c
+386634 43983 m
+384758 52688 381295 59253 376269 63653 c
+371243 68054 364702 70242 356623 70242 c
+349120 70242 342747 67886 337529 63148 c
+332311 58411 329136 52038 327958 43983 C
+386634 43983 L
+@c
+F
+%CHAR: 401086 0 (x) @t
+413206 77505 m
+431241 48191 L
+450527 77505 L
+461950 77505 L
+436868 40375 L
+461806 0 L
+450527 0 L
+430664 32344 L
+409887 0 L
+398898 0 L
+425181 40231 L
+402072 77505 L
+413206 77505 L
+@c
+F
+%CHAR: 460820 0 (t) @t
+475537 0 m
+475537 67501 L
+460820 67501 L
+460820 77505 L
+475537 77505 L
+475537 102586 L
+485469 102586 L
+485469 77505 L
+500185 77505 L
+500185 67501 L
+485469 67501 L
+485469 0 L
+475537 0 L
+@c
+F
+%CHAR: 540922 0 (t) @t
+555639 0 m
+555639 67501 L
+540922 67501 L
+540922 77505 L
+555639 77505 L
+555639 102586 L
+565571 102586 L
+565571 77505 L
+580287 77505 L
+580287 67501 L
+565571 67501 L
+565571 0 L
+555639 0 L
+@c
+F
+%CHAR: 580312 0 (e) @t
+664285 35590 m
+594332 35590 L
+594933 27149 597987 20344 603494 15126 c
+608976 9932 615830 7334 624054 7334 c
+629874 7334 635116 8849 639757 11855 c
+644398 14885 648005 19070 650530 24456 C
+661808 24456 L
+658249 15871 653224 9306 646779 4713 c
+640310 120 632831 -2188 624343 -2188 c
+613064 -2188 603518 1828 595726 9859 c
+587935 17891 584039 27558 584039 38812 c
+584039 50620 587863 60359 595486 68054 c
+603109 75773 612872 79621 624751 79621 c
+636414 79621 645913 75605 653248 67597 c
+660606 59565 664285 49129 664285 36287 c
+664285 35590 L
+@c
+653296 43983 m
+651420 52688 647957 59253 642931 63653 c
+637905 68054 631364 70242 623285 70242 c
+615782 70242 609409 67886 604191 63148 c
+598973 58411 595798 52038 594620 43983 C
+653296 43983 L
+@c
+F
+%CHAR: 667748 0 (x) @t
+679868 77505 m
+697903 48191 L
+717189 77505 L
+728612 77505 L
+703530 40375 L
+728468 0 L
+717189 0 L
+697326 32344 L
+676549 0 L
+665560 0 L
+691843 40231 L
+668734 77505 L
+679868 77505 L
+@c
+F
+%CHAR: 727482 0 (t) @t
+742199 0 m
+742199 67501 L
+727482 67501 L
+727482 77505 L
+742199 77505 L
+742199 102586 L
+752131 102586 L
+752131 77505 L
+766847 77505 L
+766847 67501 L
+752131 67501 L
+752131 0 L
+742199 0 L
+@c
+F
+%CHAR: 766872 0 (2) @t
+839856 0 m
+776250 0 L
+776250 9932 L
+812610 44439 l
+819800 51245 824538 56631 826870 60575 c
+829203 64519 830357 68607 830357 72839 c
+830357 79260 828265 84647 824057 88999 c
+819848 93352 814510 95516 808017 95516 c
+801356 95516 796017 93304 792026 88855 c
+788034 84406 786038 78515 786038 71132 c
+786038 70771 786062 70266 786110 69665 c
+786158 69040 786182 68583 786182 68246 C
+776250 68246 L
+776250 69785 l
+776250 80126 779280 88542 785364 95035 c
+791448 101504 799288 104750 808859 104750 c
+817564 104750 824946 101624 831030 95348 c
+837114 89071 840144 81328 840144 72142 c
+840144 66828 838870 61730 836297 56872 c
+833748 52014 829708 47013 824153 41842 c
+789573 9932 L
+839856 9932 L
+839856 0 L
+@c
+F
+T
+@rax 236.55458 424.86860 477.04365 473.89323 @E
+[0.00028346 0.00000000 0.00000000 0.00028346 236.55457402 434.51403135] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_AvantGardeBkBT 144284.00000 z
+%CHAR: 0 0 (T) @t
+31430 0 m
+21354 0 L
+21354 92510 L
+842 92510 L
+842 102586 L
+51942 102586 L
+51942 92510 L
+31430 92510 L
+31430 0 L
+@c
+F
+%CHAR: 46988 0 (e) @t
+130961 35590 m
+61008 35590 L
+61609 27149 64663 20344 70170 15126 c
+75652 9932 82506 7334 90730 7334 c
+96550 7334 101792 8849 106433 11855 c
+111074 14885 114681 19070 117206 24456 C
+128484 24456 L
+124925 15871 119900 9306 113455 4713 c
+106986 120 99507 -2188 91019 -2188 c
+79740 -2188 70194 1828 62402 9859 c
+54611 17891 50715 27558 50715 38812 c
+50715 50620 54539 60359 62162 68054 c
+69785 75773 79548 79621 91427 79621 c
+103090 79621 112589 75605 119924 67597 c
+127282 59565 130961 49129 130961 36287 c
+130961 35590 L
+@c
+119972 43983 m
+118096 52688 114633 59253 109607 63653 c
+104581 68054 98040 70242 89961 70242 c
+82458 70242 76085 67886 70867 63148 c
+65649 58411 62474 52038 61296 43983 C
+119972 43983 L
+@c
+F
+%CHAR: 134424 0 (x) @t
+146544 77505 m
+164579 48191 L
+183865 77505 L
+195288 77505 L
+170206 40375 L
+195144 0 L
+183865 0 L
+164002 32344 L
+143225 0 L
+132236 0 L
+158519 40231 L
+135410 77505 L
+146544 77505 L
+@c
+F
+%CHAR: 194158 0 (t) @t
+208875 0 m
+208875 67501 L
+194158 67501 L
+194158 77505 L
+208875 77505 L
+208875 102586 L
+218807 102586 L
+218807 77505 L
+233523 77505 L
+233523 67501 L
+218807 67501 L
+218807 0 L
+208875 0 L
+@c
+F
+%CHAR: 274260 0 (t) @t
+288977 0 m
+288977 67501 L
+274260 67501 L
+274260 77505 L
+288977 77505 L
+288977 102586 L
+298909 102586 L
+298909 77505 L
+313625 77505 L
+313625 67501 L
+298909 67501 L
+298909 0 L
+288977 0 L
+@c
+F
+%CHAR: 313650 0 (e) @t
+397623 35590 m
+327670 35590 L
+328271 27149 331325 20344 336832 15126 c
+342314 9932 349168 7334 357392 7334 c
+363212 7334 368454 8849 373095 11855 c
+377736 14885 381343 19070 383868 24456 C
+395146 24456 L
+391587 15871 386562 9306 380117 4713 c
+373648 120 366169 -2188 357681 -2188 c
+346402 -2188 336856 1828 329064 9859 c
+321273 17891 317377 27558 317377 38812 c
+317377 50620 321201 60359 328824 68054 c
+336447 75773 346210 79621 358089 79621 c
+369752 79621 379251 75605 386586 67597 c
+393944 59565 397623 49129 397623 36287 c
+397623 35590 L
+@c
+386634 43983 m
+384758 52688 381295 59253 376269 63653 c
+371243 68054 364702 70242 356623 70242 c
+349120 70242 342747 67886 337529 63148 c
+332311 58411 329136 52038 327958 43983 C
+386634 43983 L
+@c
+F
+%CHAR: 401086 0 (x) @t
+413206 77505 m
+431241 48191 L
+450527 77505 L
+461950 77505 L
+436868 40375 L
+461806 0 L
+450527 0 L
+430664 32344 L
+409887 0 L
+398898 0 L
+425181 40231 L
+402072 77505 L
+413206 77505 L
+@c
+F
+%CHAR: 460820 0 (t) @t
+475537 0 m
+475537 67501 L
+460820 67501 L
+460820 77505 L
+475537 77505 L
+475537 102586 L
+485469 102586 L
+485469 77505 L
+500185 77505 L
+500185 67501 L
+485469 67501 L
+485469 0 L
+475537 0 L
+@c
+F
+%CHAR: 540922 0 (t) @t
+555639 0 m
+555639 67501 L
+540922 67501 L
+540922 77505 L
+555639 77505 L
+555639 102586 L
+565571 102586 L
+565571 77505 L
+580287 77505 L
+580287 67501 L
+565571 67501 L
+565571 0 L
+555639 0 L
+@c
+F
+%CHAR: 580312 0 (e) @t
+664285 35590 m
+594332 35590 L
+594933 27149 597987 20344 603494 15126 c
+608976 9932 615830 7334 624054 7334 c
+629874 7334 635116 8849 639757 11855 c
+644398 14885 648005 19070 650530 24456 C
+661808 24456 L
+658249 15871 653224 9306 646779 4713 c
+640310 120 632831 -2188 624343 -2188 c
+613064 -2188 603518 1828 595726 9859 c
+587935 17891 584039 27558 584039 38812 c
+584039 50620 587863 60359 595486 68054 c
+603109 75773 612872 79621 624751 79621 c
+636414 79621 645913 75605 653248 67597 c
+660606 59565 664285 49129 664285 36287 c
+664285 35590 L
+@c
+653296 43983 m
+651420 52688 647957 59253 642931 63653 c
+637905 68054 631364 70242 623285 70242 c
+615782 70242 609409 67886 604191 63148 c
+598973 58411 595798 52038 594620 43983 C
+653296 43983 L
+@c
+F
+%CHAR: 667748 0 (x) @t
+679868 77505 m
+697903 48191 L
+717189 77505 L
+728612 77505 L
+703530 40375 L
+728468 0 L
+717189 0 L
+697326 32344 L
+676549 0 L
+665560 0 L
+691843 40231 L
+668734 77505 L
+679868 77505 L
+@c
+F
+%CHAR: 727482 0 (t) @t
+742199 0 m
+742199 67501 L
+727482 67501 L
+727482 77505 L
+742199 77505 L
+742199 102586 L
+752131 102586 L
+752131 77505 L
+766847 77505 L
+766847 67501 L
+752131 67501 L
+752131 0 L
+742199 0 L
+@c
+F
+%CHAR: 766872 0 (3) @t
+784763 31141 m
+784763 30300 l
+784763 23518 786855 17915 791064 13442 c
+795272 8994 800466 6757 806670 6757 c
+813380 6757 818910 8970 823263 13418 c
+827616 17867 829780 23518 829780 30444 c
+829780 38283 827471 44247 822878 48311 c
+818285 52375 811528 54395 802654 54395 c
+801404 54395 800418 54395 799745 54371 c
+799047 54347 798470 54299 797941 54251 C
+797941 62788 L
+798470 62739 799023 62691 799624 62667 c
+800250 62643 801163 62643 802390 62643 c
+809147 62643 814221 64038 817636 66828 c
+821027 69641 822734 73801 822734 79332 c
+822734 84142 821267 88085 818357 91187 c
+815448 94290 811792 95829 807392 95829 c
+802366 95829 798422 94314 795560 91284 c
+792675 88254 791208 84021 791112 78563 C
+781733 78563 L
+782166 86546 784715 92895 789404 97584 c
+794118 102273 800274 104630 807873 104630 c
+814870 104630 820834 102129 825740 97127 c
+830646 92125 833098 86186 833098 79332 c
+833098 75244 832305 71685 830742 68655 c
+829155 65625 826630 62860 823167 60311 C
+828746 57353 832954 53481 835768 48648 c
+838581 43838 840000 38091 840000 31430 c
+840000 21979 836898 14044 830670 7599 c
+824441 1178 816626 -2044 807247 -2044 c
+797220 -2044 789308 914 783489 6829 c
+777669 12745 774687 20849 774543 31141 C
+784763 31141 L
+@c
+F
+T
+@rax %Note: Object
+96.35981 665.19099 127.34589 665.19213 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+97.74057 665.19156 m
+125.96513 665.19156 L
+S
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+100.93606 667.76995 m
+96.95849 665.19156 L
+100.93606 662.61118 L
+S
+@J
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+122.76964 667.76995 m
+126.74721 665.19156 L
+122.76964 662.61118 L
+S
+@J
+
+@rax %Note: Object
+130.73499 665.19099 198.03288 665.19213 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+132.11575 665.19156 m
+196.65213 665.19156 L
+S
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+135.31124 667.76995 m
+131.33367 665.19156 L
+135.31124 662.61118 L
+S
+@J
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+193.45663 667.76995 m
+197.43420 665.19156 L
+193.45663 662.61118 L
+S
+@J
+
+@rax %Note: Object
+202.39030 665.19099 233.86054 665.19213 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+203.77106 665.19156 m
+232.47978 665.19156 L
+S
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+206.96655 667.76995 m
+202.98898 665.19156 L
+206.96655 662.61118 L
+S
+@J
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+229.28428 667.76995 m
+233.26186 665.19156 L
+229.28428 662.61118 L
+S
+@J
+
+@rax %Note: Object
+98.72220 400.08359 510.59480 400.08472 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+100.10296 400.08416 m
+509.21405 400.08416 L
+S
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+103.29846 402.66255 m
+99.32088 400.08416 L
+103.29846 397.50378 L
+S
+@J
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+506.01855 402.66255 m
+509.99613 400.08416 L
+506.01855 397.50378 L
+S
+@J
+
+@rax %Note: Object
+283.83420 419.79458 550.01537 419.79572 @E
+0 J 0 j [2 3 ] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+283.83420 419.79515 m
+550.01537 419.79515 L
+S
+
+@rax %Note: Object
+283.83420 646.56624 550.01537 646.56737 @E
+0 J 0 j [2 3 ] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+283.83420 646.56680 m
+550.01537 646.56680 L
+S
+
+@rax %Note: Object
+58.03087 601.49310 130.25083 601.49424 @E
+0 J 0 j [2 3 ] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+58.03087 601.49367 m
+130.25083 601.49367 L
+S
+
+@rax %Note: Object
+58.99918 635.16529 131.21915 635.16643 @E
+0 J 0 j [2 3 ] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+58.99918 635.16586 m
+131.21915 635.16586 L
+S
+
+@rax %Note: Object
+61.49991 603.00057 61.50104 633.98665 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+61.50047 604.38132 m
+61.50047 632.60589 L
+S
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+58.92208 607.57682 m
+61.50047 603.59924 L
+64.08085 607.57682 L
+S
+@J
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+58.92208 629.41039 m
+61.50047 633.38797 L
+64.08085 629.41039 L
+S
+@J
+
+@rax %Note: Object
+543.38967 422.62866 543.39080 645.82526 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+543.39024 424.00942 m
+543.39024 644.44450 L
+S
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+540.81184 427.20491 m
+543.39024 423.22734 L
+545.97061 427.20491 L
+S
+@J
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+540.81184 641.24901 m
+543.39024 645.22658 L
+545.97061 641.24901 L
+S
+@J
+
+@rax 29.64841 704.51461 212.88161 731.09452 @E
+[0.00028346 0.00000000 0.00000000 0.00028346 29.64840836 709.70652522] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_TimesNewRoman 84667.00000 z
+%CHAR: 0 0 (\134) @t
+3429 58787 m
+23693 -1157 L
+20377 -1157 L
+127 58787 L
+3429 58787 L
+@c
+F
+%CHAR: 23523 0 (l) @t
+39186 58787 m
+39186 8551 l
+39186 6181 39370 4614 39709 3838 c
+40047 3076 40583 2484 41303 2088 c
+42023 1693 43349 1482 45311 1482 C
+45311 0 L
+26754 0 L
+26754 1482 L
+28490 1482 29675 1665 30296 2032 c
+30931 2385 31439 2977 31792 3810 c
+32145 4628 32328 6209 32328 8551 c
+32328 42954 l
+32328 47230 32230 49855 32046 50828 c
+31849 51802 31538 52479 31115 52832 c
+30677 53199 30141 53368 29478 53368 c
+28758 53368 27855 53157 26754 52705 C
+26049 54159 L
+37338 58787 L
+39186 58787 L
+@c
+F
+%CHAR: 47046 0 (e) @t
+56063 23608 m
+56035 17978 57389 13575 60155 10372 c
+62907 7183 66153 5588 69864 5588 c
+72347 5588 74506 6265 76341 7634 c
+78175 8989 79699 11331 80941 14633 C
+82225 13815 L
+81647 10033 79967 6590 77187 3500 c
+74393 395 70908 -1157 66731 -1157 c
+62173 -1157 58278 607 55047 4149 c
+51801 7691 50193 12460 50193 18443 c
+50193 24920 51844 29972 55174 33585 c
+58490 37211 62653 39031 67677 39031 c
+71924 39031 75409 37634 78133 34826 c
+80856 32032 82225 28293 82225 23608 C
+56063 23608 L
+@c
+56063 26007 m
+73589 26007 L
+73448 28434 73166 30141 72714 31129 c
+72037 32667 71007 33881 69638 34770 c
+68269 35645 66844 36096 65362 36096 c
+63076 36096 61030 35207 59224 33429 c
+57418 31651 56359 29168 56063 26007 C
+@c
+F
+%CHAR: 84624 0 (g) @t
+97395 13815 m
+95080 14944 93302 16510 92061 18542 c
+90819 20574 90212 22804 90212 25259 c
+90212 29013 91623 32230 94445 34939 c
+97268 37634 100880 38989 105297 38989 c
+108909 38989 112028 38100 114681 36336 C
+122696 36336 l
+123881 36336 124573 36308 124770 36237 c
+124954 36167 125095 36054 125179 35885 c
+125349 35631 125433 35193 125433 34558 c
+125433 33839 125363 33345 125222 33077 c
+125137 32935 124996 32823 124784 32738 c
+124587 32653 123881 32625 122696 32625 c
+117785 32625 L
+119323 30635 120099 28095 120099 25005 c
+120099 21477 118745 18472 116050 15960 c
+113340 13448 109714 12192 105170 12192 c
+103293 12192 101388 12474 99427 13025 C
+98213 11980 97395 11063 96971 10273 c
+96534 9483 96322 8819 96322 8269 c
+96322 7803 96548 7352 96999 6900 c
+97465 6463 98354 6152 99667 5955 c
+100443 5842 102376 5743 105466 5659 c
+111139 5532 114822 5334 116501 5080 c
+119055 4727 121101 3782 122639 2230 c
+124163 691 124925 -1214 124925 -3471 c
+124925 -6590 123472 -9511 120551 -12234 c
+116247 -16256 110645 -18274 103731 -18274 c
+98411 -18274 93909 -17075 90240 -14676 c
+88180 -13293 87150 -11867 87150 -10372 c
+87150 -9708 87291 -9059 87601 -8396 c
+88067 -7366 89041 -5955 90494 -4135 c
+90692 -3881 92089 -2399 94713 325 C
+93274 1185 92272 1947 91680 2625 c
+91087 3302 90791 4064 90791 4925 c
+90791 5884 91172 7013 91962 8311 c
+92752 9610 94558 11444 97395 13815 C
+@c
+104591 36999 m
+102559 36999 100838 36181 99469 34558 c
+98086 32935 97395 30438 97395 27079 c
+97395 22719 98340 19346 100217 16948 c
+101642 15127 103462 14224 105664 14224 c
+107766 14224 109488 15000 110828 16581 c
+112183 18147 112860 20616 112860 23975 c
+112860 28363 111915 31792 110010 34276 c
+108599 36096 106793 36999 104591 36999 c
+@c
+96985 0 m
+95687 -1411 94713 -2709 94050 -3923 c
+93387 -5136 93062 -6251 93062 -7281 c
+93062 -8594 93853 -9751 95461 -10753 c
+98213 -12460 102192 -13307 107399 -13307 c
+112367 -13307 116021 -12432 118378 -10682 c
+120734 -8932 121920 -7070 121920 -5080 c
+121920 -3655 121214 -2639 119803 -2032 c
+118378 -1425 115527 -1058 111294 -945 c
+105085 -790 100316 -466 96985 0 C
+@c
+F
+%CHAR: 126958 0 (e) @t
+135975 23608 m
+135947 17978 137301 13575 140067 10372 c
+142819 7183 146065 5588 149776 5588 c
+152259 5588 154418 6265 156253 7634 c
+158087 8989 159611 11331 160853 14633 C
+162137 13815 L
+161559 10033 159879 6590 157099 3500 c
+154305 395 150820 -1157 146643 -1157 c
+142085 -1157 138190 607 134959 4149 c
+131713 7691 130105 12460 130105 18443 c
+130105 24920 131756 29972 135086 33585 c
+138402 37211 142565 39031 147589 39031 c
+151836 39031 155321 37634 158045 34826 c
+160768 32032 162137 28293 162137 23608 C
+135975 23608 L
+@c
+135975 26007 m
+153501 26007 L
+153360 28434 153078 30141 152626 31129 c
+151949 32667 150919 33881 149550 34770 c
+148181 35645 146756 36096 145274 36096 c
+142988 36096 140942 35207 139136 33429 c
+137330 31651 136271 29168 135975 26007 C
+@c
+F
+%CHAR: 164536 0 (n) @t
+178224 30960 m
+182655 36308 186888 38989 190910 38989 c
+192984 38989 194762 38467 196244 37437 c
+197740 36407 198925 34699 199800 32329 c
+200407 30678 200703 28138 200703 24723 c
+200703 8551 l
+200703 6167 200900 4530 201296 3683 c
+201592 2992 202086 2455 202763 2060 c
+203426 1679 204682 1482 206503 1482 C
+206503 0 L
+187763 0 L
+187763 1482 L
+188553 1482 l
+190317 1482 191559 1764 192250 2300 c
+192956 2836 193450 3627 193718 4671 c
+193831 5080 193887 6378 193887 8551 c
+193887 24060 l
+193887 27503 193436 30000 192547 31567 c
+191644 33119 190134 33895 188017 33895 c
+184743 33895 181469 32103 178224 28519 C
+178224 8551 l
+178224 5997 178365 4417 178675 3810 c
+179056 3006 179593 2413 180270 2046 c
+180947 1679 182316 1482 184376 1482 C
+184376 0 L
+165651 0 L
+165651 1482 L
+166483 1482 l
+168402 1482 169715 1976 170392 2949 c
+171055 3937 171394 5800 171394 8551 c
+171394 22620 l
+171394 27164 171295 29930 171084 30918 c
+170886 31919 170561 32597 170138 32950 c
+169715 33302 169136 33486 168417 33486 c
+167655 33486 166723 33274 165651 32865 C
+165030 34361 L
+176446 38989 L
+178224 38989 L
+178224 30960 L
+@c
+F
+%CHAR: 206870 0 (d) @t
+236264 4262 m
+234415 2328 232609 945 230845 99 c
+229081 -734 227176 -1157 225144 -1157 c
+221009 -1157 217397 579 214307 4036 c
+211230 7493 209678 11938 209678 17357 c
+209678 22790 211386 27757 214815 32272 c
+218229 36774 222618 39031 227994 39031 c
+231325 39031 234090 37959 236264 35842 C
+236264 42827 l
+236264 47160 236165 49812 235953 50814 c
+235741 51802 235417 52479 234979 52832 c
+234542 53199 233992 53368 233328 53368 c
+232609 53368 231663 53157 230478 52705 C
+229942 54159 L
+241231 58787 L
+243079 58787 L
+243079 15000 l
+243079 10569 243192 7860 243390 6886 c
+243601 5898 243926 5221 244392 4840 c
+244843 4445 245379 4262 245972 4262 c
+246720 4262 247722 4487 248949 4967 C
+249415 3514 L
+238169 -1157 L
+236264 -1157 L
+236264 4262 L
+@c
+236264 7154 m
+236264 26670 l
+236094 28533 235600 30254 234782 31792 c
+233949 33331 232849 34502 231494 35278 c
+230125 36068 228799 36463 227501 36463 c
+225073 36463 222914 35377 221009 33204 c
+218498 30325 217242 26148 217242 20631 c
+217242 15057 218455 10795 220882 7832 c
+223310 4868 226005 3387 228982 3387 c
+231494 3387 233921 4643 236264 7154 C
+@c
+F
+%CHAR: 249204 0 (s) @t
+276326 38989 m
+276326 26092 L
+274957 26092 L
+273913 30141 272572 32893 270935 34361 c
+269284 35814 267196 36548 264670 36548 c
+262737 36548 261184 36040 259999 35010 c
+258814 33994 258221 32865 258221 31623 c
+258221 30085 258658 28759 259533 27658 c
+260394 26529 262130 25330 264755 24060 c
+270780 21124 l
+276382 18401 279176 14803 279176 10329 c
+279176 6886 277878 4120 275267 2004 c
+272671 -99 269750 -1157 266533 -1157 c
+264204 -1157 261565 -748 258588 85 c
+257685 353 256937 494 256358 494 c
+255723 494 255229 141 254863 -579 C
+253508 -579 L
+253508 12940 L
+254863 12940 L
+255639 9088 257120 6181 259293 4219 c
+261467 2258 263908 1284 266603 1284 c
+268508 1284 270060 1834 271260 2949 c
+272459 4078 273052 5419 273052 6985 c
+273052 8890 272389 10485 271048 11783 c
+269722 13081 267055 14718 263047 16708 c
+259054 18683 256443 20475 255201 22070 c
+253959 23650 253339 25626 253339 28025 c
+253339 31143 254411 33754 256542 35842 c
+258673 37931 261438 38989 264825 38989 c
+266321 38989 268127 38665 270244 38030 c
+271655 37620 272586 37409 273052 37409 c
+273503 37409 273842 37507 274096 37705 c
+274336 37903 274632 38326 274957 38989 C
+276326 38989 L
+@c
+F
+%CHAR: 282154 0 (p) @t
+282069 34107 m
+293725 38820 L
+295306 38820 L
+295306 29972 L
+297253 33302 299214 35645 301190 36985 c
+303166 38312 305240 38989 307413 38989 c
+311223 38989 314384 37493 316924 34516 c
+320042 30875 321595 26148 321595 20292 c
+321595 13772 319718 8368 315964 4092 c
+312888 593 308993 -1157 304309 -1157 c
+302277 -1157 300513 -875 299017 -282 c
+297916 127 296674 945 295306 2187 C
+295306 -9342 l
+295306 -11938 295461 -13575 295771 -14281 c
+296096 -14986 296646 -15551 297436 -15960 c
+298213 -16369 299638 -16581 301712 -16581 C
+301712 -18105 L
+281872 -18105 L
+281872 -16581 L
+282902 -16581 l
+284412 -16609 285710 -16313 286782 -15706 c
+287305 -15409 287714 -14916 288010 -14238 c
+288292 -13561 288433 -11853 288433 -9102 c
+288433 26712 l
+288433 29154 288335 30720 288109 31383 c
+287883 32046 287530 32540 287051 32865 c
+286571 33204 285922 33359 285089 33359 c
+284426 33359 283593 33175 282563 32780 C
+282069 34107 L
+@c
+295306 27531 m
+295306 13391 l
+295306 10329 295418 8326 295672 7352 c
+296053 5757 296999 4360 298509 3147 c
+300005 1933 301896 1326 304196 1326 c
+306947 1326 309177 2399 310884 4544 c
+313114 7352 314229 11317 314229 16411 c
+314229 22197 312973 26656 310433 29760 c
+308669 31919 306566 32992 304153 32992 c
+302827 32992 301515 32653 300216 32004 c
+299229 31496 297592 30014 295306 27531 C
+@c
+F
+%CHAR: 324488 0 (a) @t
+348590 5461 m
+344709 2455 342268 720 341266 254 c
+339785 -437 338204 -790 336525 -790 c
+333900 -790 331741 113 330048 1905 c
+328354 3697 327508 6054 327508 8975 c
+327508 10823 327917 12418 328750 13772 c
+329878 15635 331840 17399 334634 19064 c
+337428 20715 342085 22719 348590 25090 C
+348590 26585 l
+348590 30353 347997 32950 346798 34361 c
+345598 35758 343849 36463 341563 36463 c
+339827 36463 338444 35998 337428 35052 c
+336384 34121 335862 33048 335862 31835 c
+335946 29436 l
+335946 28166 335622 27192 334973 26501 c
+334323 25809 333477 25471 332433 25471 c
+331402 25471 330570 25823 329921 26543 c
+329272 27263 328947 28236 328947 29478 c
+328947 31849 330161 34022 332588 36012 c
+335015 37987 338416 38989 342804 38989 c
+346163 38989 348914 38425 351073 37296 c
+352696 36435 353896 35094 354672 33274 c
+355166 32089 355406 29676 355406 26007 c
+355406 13152 l
+355406 9539 355476 7324 355617 6505 c
+355758 5701 355984 5151 356295 4882 c
+356619 4600 356986 4459 357395 4459 c
+357833 4459 358228 4558 358552 4755 c
+359131 5108 360246 6124 361897 7775 C
+361897 5461 L
+358820 1326 355871 -748 353049 -748 c
+351708 -748 350636 -282 349832 663 c
+349027 1595 348618 3203 348590 5461 C
+@c
+348590 8142 m
+348590 22578 L
+344427 20913 341746 19742 340532 19064 c
+338345 17851 336793 16581 335862 15254 c
+334916 13928 334450 12488 334450 10908 c
+334450 8932 335043 7281 336228 5969 c
+337414 4671 338783 4008 340321 4008 c
+342423 4008 345175 5390 348590 8142 C
+@c
+F
+%CHAR: 362066 0 (c) @t
+396878 14393 m
+395862 9398 393858 5560 390881 2879 c
+387904 183 384616 -1157 381003 -1157 c
+376699 -1157 372946 649 369757 4262 c
+366553 7874 364959 12742 364959 18895 c
+364959 24850 366737 29690 370279 33401 c
+373821 37126 378068 38989 383021 38989 c
+386746 38989 389809 38001 392207 36026 c
+394606 34064 395806 32018 395806 29887 c
+395806 28843 395467 27997 394790 27347 c
+394112 26698 393167 26374 391953 26374 c
+390331 26374 389103 26896 388270 27940 c
+387805 28519 387494 29633 387353 31256 c
+387198 32879 386634 34121 385674 34982 c
+384700 35800 383374 36209 381666 36209 c
+378901 36209 376685 35193 375006 33161 c
+372776 30452 371662 26882 371662 22451 c
+371662 17935 372762 13942 374992 10485 c
+377207 7027 380199 5292 383981 5292 c
+386676 5292 389103 6209 391248 8057 c
+392772 9327 394239 11628 395679 14972 C
+396878 14393 L
+@c
+F
+%CHAR: 399644 0 (e) @t
+408661 23608 m
+408633 17978 409987 13575 412753 10372 c
+415505 7183 418751 5588 422462 5588 c
+424945 5588 427104 6265 428939 7634 c
+430773 8989 432297 11331 433539 14633 C
+434823 13815 L
+434245 10033 432565 6590 429785 3500 c
+426991 395 423506 -1157 419329 -1157 c
+414771 -1157 410876 607 407645 4149 c
+404399 7691 402791 12460 402791 18443 c
+402791 24920 404442 29972 407772 33585 c
+411088 37211 415251 39031 420275 39031 c
+424522 39031 428007 37634 430731 34826 c
+433454 32032 434823 28293 434823 23608 C
+408661 23608 L
+@c
+408661 26007 m
+426187 26007 L
+426046 28434 425764 30141 425312 31129 c
+424635 32667 423605 33881 422236 34770 c
+420867 35645 419442 36096 417960 36096 c
+415674 36096 413628 35207 411822 33429 c
+410016 31651 408957 29168 408661 26007 C
+@c
+F
+%CHAR: 437222 0 (r) @t
+450952 38989 m
+450952 30466 L
+454113 36153 457373 38989 460703 38989 c
+462213 38989 463469 38523 464471 37606 c
+465458 36675 465952 35602 465952 34403 c
+465952 33316 465600 32413 464880 31665 c
+464160 30918 463314 30551 462312 30551 c
+461352 30551 460266 31030 459066 31976 c
+457867 32921 456978 33401 456399 33401 c
+455905 33401 455369 33133 454790 32583 c
+453549 31454 452265 29591 450952 26995 C
+450952 8848 l
+450952 6759 451206 5165 451728 4092 c
+452095 3344 452730 2723 453633 2230 c
+454551 1736 455849 1482 457556 1482 C
+457556 0 L
+438167 0 L
+438167 1482 L
+440101 1482 441540 1792 442471 2399 c
+443163 2836 443643 3542 443925 4501 c
+444052 4981 444122 6308 444122 8523 c
+444122 23199 l
+444122 27601 444038 30226 443854 31073 c
+443685 31905 443346 32526 442866 32907 c
+442387 33288 441780 33486 441060 33486 c
+440214 33486 439254 33274 438167 32865 C
+437758 34361 L
+449216 38989 L
+450952 38989 L
+@c
+F
+%CHAR: 486583 0 (\050) @t
+512872 -16581 m
+512872 -18105 L
+508709 -16016 505238 -13561 502458 -10753 c
+498493 -6759 495431 -2046 493286 3387 c
+491127 8819 490054 14450 490054 20292 c
+490054 28843 492171 36633 496376 43674 c
+500595 50716 506099 55753 512872 58787 C
+512872 57051 L
+509485 55175 506706 52621 504518 49361 c
+502345 46115 500722 41995 499650 36999 c
+498577 32018 498041 26797 498041 21378 c
+498041 15480 498493 10118 499396 5292 c
+500116 1482 500991 -1566 502007 -3866 c
+503023 -6167 504391 -8382 506113 -10499 c
+507834 -12629 510092 -14647 512872 -16581 C
+@c
+F
+%CHAR: 514777 0 (c) @t
+549589 14393 m
+548573 9398 546569 5560 543592 2879 c
+540615 183 537327 -1157 533714 -1157 c
+529410 -1157 525657 649 522468 4262 c
+519264 7874 517670 12742 517670 18895 c
+517670 24850 519448 29690 522990 33401 c
+526532 37126 530779 38989 535732 38989 c
+539457 38989 542520 38001 544918 36026 c
+547317 34064 548517 32018 548517 29887 c
+548517 28843 548178 27997 547501 27347 c
+546823 26698 545878 26374 544664 26374 c
+543042 26374 541814 26896 540981 27940 c
+540516 28519 540205 29633 540064 31256 c
+539909 32879 539345 34121 538385 34982 c
+537411 35800 536085 36209 534377 36209 c
+531612 36209 529396 35193 527717 33161 c
+525487 30452 524373 26882 524373 22451 c
+524373 17935 525473 13942 527703 10485 c
+529918 7027 532910 5292 536692 5292 c
+539387 5292 541814 6209 543959 8057 c
+545483 9327 546950 11628 548390 14972 C
+549589 14393 L
+@c
+F
+%CHAR: 552355 0 (m) @t
+566240 30918 m
+569006 33683 570629 35264 571123 35673 c
+572365 36731 573705 37536 575130 38114 c
+576570 38693 577981 38989 579392 38989 c
+581763 38989 583809 38298 585516 36915 c
+587224 35546 588367 33542 588945 30918 C
+591782 34234 594180 36407 596142 37437 c
+598089 38467 600107 38989 602167 38989 c
+604185 38989 605963 38467 607530 37437 c
+609082 36407 610310 34713 611227 32371 c
+611834 30776 612130 28265 612130 24850 c
+612130 8551 l
+612130 6181 612313 4558 612666 3683 c
+612948 3076 613456 2554 614204 2131 c
+614952 1707 616152 1482 617845 1482 C
+617845 0 L
+599148 0 L
+599148 1482 L
+599938 1482 l
+601561 1482 602831 1806 603748 2441 c
+604383 2879 604834 3584 605103 4544 c
+605215 5009 605272 6350 605272 8551 c
+605272 24850 l
+605272 27940 604905 30113 604157 31383 c
+603085 33147 601363 34022 598992 34022 c
+597525 34022 596057 33655 594590 32935 c
+593108 32202 591330 30847 589227 28857 C
+589143 28406 L
+589227 26628 L
+589227 8551 l
+589227 5969 589383 4360 589665 3725 c
+589961 3090 590497 2554 591302 2131 c
+592092 1707 593461 1482 595394 1482 C
+595394 0 L
+576245 0 L
+576245 1482 L
+578348 1482 579787 1736 580577 2230 c
+581353 2723 581904 3471 582200 4459 c
+582341 4939 582412 6294 582412 8551 c
+582412 24850 l
+582412 27940 581960 30156 581043 31496 c
+579829 33260 578136 34149 575963 34149 c
+574467 34149 573000 33754 571532 32950 c
+569246 31736 567482 30367 566240 28857 C
+566240 8551 l
+566240 6082 566424 4459 566763 3725 c
+567101 2977 567623 2413 568287 2046 c
+568964 1679 570333 1482 572407 1482 C
+572407 0 L
+553681 0 L
+553681 1482 L
+555417 1482 556631 1679 557322 2046 c
+557999 2413 558536 3006 558888 3824 c
+559241 4643 559425 6209 559425 8551 c
+559425 23029 l
+559425 27192 559298 29873 559058 31087 c
+558860 32004 558550 32625 558141 32964 c
+557731 33316 557167 33486 556447 33486 c
+555671 33486 554754 33274 553681 32865 C
+553061 34361 L
+564462 38989 L
+566240 38989 L
+566240 30918 L
+@c
+F
+%CHAR: 618212 0 (\051) @t
+620117 57051 m
+620117 58787 L
+624308 56727 627793 54286 630573 51463 c
+634510 47442 637558 42729 639703 37310 c
+641862 31891 642935 26247 642935 20377 c
+642935 11839 640832 4050 636627 -2992 c
+632422 -10033 626919 -15071 620117 -18105 C
+620117 -16581 L
+623504 -14676 626298 -12107 628485 -8862 c
+630672 -5630 632309 -1510 633367 3500 c
+634426 8495 634962 13716 634962 19135 c
+634962 25005 634496 30367 633593 35221 c
+632902 39031 632041 42065 631011 44366 c
+629967 46652 628598 48853 626890 50970 c
+625183 53100 622925 55118 620117 57051 C
+@c
+F
+T
+@rax 243.52044 701.66211 468.47367 728.24202 @E
+[0.00028346 0.00000000 0.00000000 0.00028346 243.52043204 706.85402139] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_TimesNewRoman 84667.00000 z
+%CHAR: 0 0 (\134) @t
+3429 58787 m
+23693 -1157 L
+20377 -1157 L
+127 58787 L
+3429 58787 L
+@c
+F
+%CHAR: 23523 0 (l) @t
+39186 58787 m
+39186 8551 l
+39186 6181 39370 4614 39709 3838 c
+40047 3076 40583 2484 41303 2088 c
+42023 1693 43349 1482 45311 1482 C
+45311 0 L
+26754 0 L
+26754 1482 L
+28490 1482 29675 1665 30296 2032 c
+30931 2385 31439 2977 31792 3810 c
+32145 4628 32328 6209 32328 8551 c
+32328 42954 l
+32328 47230 32230 49855 32046 50828 c
+31849 51802 31538 52479 31115 52832 c
+30677 53199 30141 53368 29478 53368 c
+28758 53368 27855 53157 26754 52705 C
+26049 54159 L
+37338 58787 L
+39186 58787 L
+@c
+F
+%CHAR: 47046 0 (e) @t
+56063 23608 m
+56035 17978 57389 13575 60155 10372 c
+62907 7183 66153 5588 69864 5588 c
+72347 5588 74506 6265 76341 7634 c
+78175 8989 79699 11331 80941 14633 C
+82225 13815 L
+81647 10033 79967 6590 77187 3500 c
+74393 395 70908 -1157 66731 -1157 c
+62173 -1157 58278 607 55047 4149 c
+51801 7691 50193 12460 50193 18443 c
+50193 24920 51844 29972 55174 33585 c
+58490 37211 62653 39031 67677 39031 c
+71924 39031 75409 37634 78133 34826 c
+80856 32032 82225 28293 82225 23608 C
+56063 23608 L
+@c
+56063 26007 m
+73589 26007 L
+73448 28434 73166 30141 72714 31129 c
+72037 32667 71007 33881 69638 34770 c
+68269 35645 66844 36096 65362 36096 c
+63076 36096 61030 35207 59224 33429 c
+57418 31651 56359 29168 56063 26007 C
+@c
+F
+%CHAR: 84624 0 (g) @t
+97395 13815 m
+95080 14944 93302 16510 92061 18542 c
+90819 20574 90212 22804 90212 25259 c
+90212 29013 91623 32230 94445 34939 c
+97268 37634 100880 38989 105297 38989 c
+108909 38989 112028 38100 114681 36336 C
+122696 36336 l
+123881 36336 124573 36308 124770 36237 c
+124954 36167 125095 36054 125179 35885 c
+125349 35631 125433 35193 125433 34558 c
+125433 33839 125363 33345 125222 33077 c
+125137 32935 124996 32823 124784 32738 c
+124587 32653 123881 32625 122696 32625 c
+117785 32625 L
+119323 30635 120099 28095 120099 25005 c
+120099 21477 118745 18472 116050 15960 c
+113340 13448 109714 12192 105170 12192 c
+103293 12192 101388 12474 99427 13025 C
+98213 11980 97395 11063 96971 10273 c
+96534 9483 96322 8819 96322 8269 c
+96322 7803 96548 7352 96999 6900 c
+97465 6463 98354 6152 99667 5955 c
+100443 5842 102376 5743 105466 5659 c
+111139 5532 114822 5334 116501 5080 c
+119055 4727 121101 3782 122639 2230 c
+124163 691 124925 -1214 124925 -3471 c
+124925 -6590 123472 -9511 120551 -12234 c
+116247 -16256 110645 -18274 103731 -18274 c
+98411 -18274 93909 -17075 90240 -14676 c
+88180 -13293 87150 -11867 87150 -10372 c
+87150 -9708 87291 -9059 87601 -8396 c
+88067 -7366 89041 -5955 90494 -4135 c
+90692 -3881 92089 -2399 94713 325 C
+93274 1185 92272 1947 91680 2625 c
+91087 3302 90791 4064 90791 4925 c
+90791 5884 91172 7013 91962 8311 c
+92752 9610 94558 11444 97395 13815 C
+@c
+104591 36999 m
+102559 36999 100838 36181 99469 34558 c
+98086 32935 97395 30438 97395 27079 c
+97395 22719 98340 19346 100217 16948 c
+101642 15127 103462 14224 105664 14224 c
+107766 14224 109488 15000 110828 16581 c
+112183 18147 112860 20616 112860 23975 c
+112860 28363 111915 31792 110010 34276 c
+108599 36096 106793 36999 104591 36999 c
+@c
+96985 0 m
+95687 -1411 94713 -2709 94050 -3923 c
+93387 -5136 93062 -6251 93062 -7281 c
+93062 -8594 93853 -9751 95461 -10753 c
+98213 -12460 102192 -13307 107399 -13307 c
+112367 -13307 116021 -12432 118378 -10682 c
+120734 -8932 121920 -7070 121920 -5080 c
+121920 -3655 121214 -2639 119803 -2032 c
+118378 -1425 115527 -1058 111294 -945 c
+105085 -790 100316 -466 96985 0 C
+@c
+F
+%CHAR: 126958 0 (e) @t
+135975 23608 m
+135947 17978 137301 13575 140067 10372 c
+142819 7183 146065 5588 149776 5588 c
+152259 5588 154418 6265 156253 7634 c
+158087 8989 159611 11331 160853 14633 C
+162137 13815 L
+161559 10033 159879 6590 157099 3500 c
+154305 395 150820 -1157 146643 -1157 c
+142085 -1157 138190 607 134959 4149 c
+131713 7691 130105 12460 130105 18443 c
+130105 24920 131756 29972 135086 33585 c
+138402 37211 142565 39031 147589 39031 c
+151836 39031 155321 37634 158045 34826 c
+160768 32032 162137 28293 162137 23608 C
+135975 23608 L
+@c
+135975 26007 m
+153501 26007 L
+153360 28434 153078 30141 152626 31129 c
+151949 32667 150919 33881 149550 34770 c
+148181 35645 146756 36096 145274 36096 c
+142988 36096 140942 35207 139136 33429 c
+137330 31651 136271 29168 135975 26007 C
+@c
+F
+%CHAR: 164536 0 (n) @t
+178224 30960 m
+182655 36308 186888 38989 190910 38989 c
+192984 38989 194762 38467 196244 37437 c
+197740 36407 198925 34699 199800 32329 c
+200407 30678 200703 28138 200703 24723 c
+200703 8551 l
+200703 6167 200900 4530 201296 3683 c
+201592 2992 202086 2455 202763 2060 c
+203426 1679 204682 1482 206503 1482 C
+206503 0 L
+187763 0 L
+187763 1482 L
+188553 1482 l
+190317 1482 191559 1764 192250 2300 c
+192956 2836 193450 3627 193718 4671 c
+193831 5080 193887 6378 193887 8551 c
+193887 24060 l
+193887 27503 193436 30000 192547 31567 c
+191644 33119 190134 33895 188017 33895 c
+184743 33895 181469 32103 178224 28519 C
+178224 8551 l
+178224 5997 178365 4417 178675 3810 c
+179056 3006 179593 2413 180270 2046 c
+180947 1679 182316 1482 184376 1482 C
+184376 0 L
+165651 0 L
+165651 1482 L
+166483 1482 l
+168402 1482 169715 1976 170392 2949 c
+171055 3937 171394 5800 171394 8551 c
+171394 22620 l
+171394 27164 171295 29930 171084 30918 c
+170886 31919 170561 32597 170138 32950 c
+169715 33302 169136 33486 168417 33486 c
+167655 33486 166723 33274 165651 32865 C
+165030 34361 L
+176446 38989 L
+178224 38989 L
+178224 30960 L
+@c
+F
+%CHAR: 206870 0 (d) @t
+236264 4262 m
+234415 2328 232609 945 230845 99 c
+229081 -734 227176 -1157 225144 -1157 c
+221009 -1157 217397 579 214307 4036 c
+211230 7493 209678 11938 209678 17357 c
+209678 22790 211386 27757 214815 32272 c
+218229 36774 222618 39031 227994 39031 c
+231325 39031 234090 37959 236264 35842 C
+236264 42827 l
+236264 47160 236165 49812 235953 50814 c
+235741 51802 235417 52479 234979 52832 c
+234542 53199 233992 53368 233328 53368 c
+232609 53368 231663 53157 230478 52705 C
+229942 54159 L
+241231 58787 L
+243079 58787 L
+243079 15000 l
+243079 10569 243192 7860 243390 6886 c
+243601 5898 243926 5221 244392 4840 c
+244843 4445 245379 4262 245972 4262 c
+246720 4262 247722 4487 248949 4967 C
+249415 3514 L
+238169 -1157 L
+236264 -1157 L
+236264 4262 L
+@c
+236264 7154 m
+236264 26670 l
+236094 28533 235600 30254 234782 31792 c
+233949 33331 232849 34502 231494 35278 c
+230125 36068 228799 36463 227501 36463 c
+225073 36463 222914 35377 221009 33204 c
+218498 30325 217242 26148 217242 20631 c
+217242 15057 218455 10795 220882 7832 c
+223310 4868 226005 3387 228982 3387 c
+231494 3387 233921 4643 236264 7154 C
+@c
+F
+%CHAR: 249204 0 (R) @t
+306425 0 m
+291453 0 L
+272473 26204 L
+271076 26162 269933 26134 269044 26134 c
+268692 26134 268311 26134 267887 26148 c
+267478 26162 267055 26176 266603 26204 C
+266603 9920 l
+266603 6392 266998 4205 267760 3344 c
+268819 2131 270385 1524 272473 1524 c
+274675 1524 L
+274675 0 L
+250657 0 L
+250657 1524 L
+252760 1524 l
+255131 1524 256824 2300 257840 3838 c
+258419 4699 258715 6731 258715 9920 c
+258715 46144 l
+258715 49671 258320 51859 257558 52705 c
+256485 53919 254877 54526 252760 54526 c
+250657 54526 L
+250657 56064 L
+271076 56064 l
+277031 56064 281420 55626 284242 54751 c
+287064 53891 289463 52296 291439 49968 c
+293400 47625 294388 44859 294388 41628 c
+294388 38185 293273 35193 291015 32653 c
+288772 30127 285300 28335 280587 27291 C
+292158 11204 l
+294797 7507 297083 5052 298974 3838 c
+300879 2639 303363 1863 306425 1524 C
+306425 0 L
+@c
+266603 28815 m
+267139 28815 267591 28815 267972 28801 c
+268353 28787 268677 28773 268917 28773 c
+274265 28773 278301 29930 281011 32244 c
+283734 34558 285089 37507 285089 41092 c
+285089 44591 283988 47442 281801 49629 c
+279614 51816 276707 52917 273094 52917 c
+271500 52917 269341 52649 266603 52127 C
+266603 28815 L
+@c
+F
+%CHAR: 305677 0 (e) @t
+314694 23608 m
+314666 17978 316020 13575 318786 10372 c
+321538 7183 324784 5588 328495 5588 c
+330978 5588 333137 6265 334972 7634 c
+336806 8989 338330 11331 339572 14633 C
+340856 13815 L
+340278 10033 338598 6590 335818 3500 c
+333024 395 329539 -1157 325362 -1157 c
+320804 -1157 316909 607 313678 4149 c
+310432 7691 308824 12460 308824 18443 c
+308824 24920 310475 29972 313805 33585 c
+317121 37211 321284 39031 326308 39031 c
+330555 39031 334040 37634 336764 34826 c
+339487 32032 340856 28293 340856 23608 C
+314694 23608 L
+@c
+314694 26007 m
+332220 26007 L
+332079 28434 331797 30141 331345 31129 c
+330668 32667 329638 33881 328269 34770 c
+326900 35645 325475 36096 323993 36096 c
+321707 36096 319661 35207 317855 33429 c
+316049 31651 314990 29168 314694 26007 C
+@c
+F
+%CHAR: 343255 0 (c) @t
+378067 14393 m
+377051 9398 375047 5560 372070 2879 c
+369093 183 365805 -1157 362192 -1157 c
+357888 -1157 354135 649 350946 4262 c
+347742 7874 346148 12742 346148 18895 c
+346148 24850 347926 29690 351468 33401 c
+355010 37126 359257 38989 364210 38989 c
+367935 38989 370998 38001 373396 36026 c
+375795 34064 376995 32018 376995 29887 c
+376995 28843 376656 27997 375979 27347 c
+375301 26698 374356 26374 373142 26374 c
+371520 26374 370292 26896 369459 27940 c
+368994 28519 368683 29633 368542 31256 c
+368387 32879 367823 34121 366863 34982 c
+365889 35800 364563 36209 362855 36209 c
+360090 36209 357874 35193 356195 33161 c
+353965 30452 352851 26882 352851 22451 c
+352851 17935 353951 13942 356181 10485 c
+358396 7027 361388 5292 365170 5292 c
+367865 5292 370292 6209 372437 8057 c
+373961 9327 375428 11628 376868 14972 C
+378067 14393 L
+@c
+F
+%CHAR: 380833 0 (t) @t
+394478 50306 m
+394478 37874 L
+403326 37874 L
+403326 34982 L
+394478 34982 L
+394478 10414 l
+394478 7959 394831 6308 395537 5461 c
+396228 4600 397131 4177 398232 4177 c
+399149 4177 400024 4459 400885 5024 c
+401732 5588 402395 6421 402875 7521 C
+404483 7521 L
+403510 4826 402155 2794 400391 1425 c
+398627 56 396807 -621 394930 -621 c
+393660 -621 392418 -268 391205 437 c
+389991 1143 389102 2145 388524 3457 c
+387945 4755 387649 6773 387649 9511 c
+387649 34982 L
+381666 34982 L
+381666 36336 L
+383175 36943 384728 37973 386308 39412 c
+387889 40866 389314 42588 390541 44563 c
+391176 45607 392065 47526 393194 50306 C
+394478 50306 L
+@c
+F
+%CHAR: 404356 0 (W) @t
+483604 56064 m
+483604 54526 L
+482151 54526 480966 54272 480048 53749 c
+479145 53213 478270 52240 477452 50814 c
+476902 49841 476027 47541 474841 43900 c
+459220 -1284 L
+457569 -1284 L
+444784 34558 L
+432099 -1284 L
+430603 -1284 L
+413952 45269 l
+412710 48740 411920 50800 411595 51435 c
+411045 52479 410283 53256 409337 53764 c
+408392 54272 407094 54526 405471 54526 C
+405471 56064 L
+426228 56064 L
+426228 54526 L
+425241 54526 l
+423773 54526 422658 54201 421882 53538 c
+421120 52875 420725 52070 420725 51139 c
+420725 50179 421332 47950 422545 44478 c
+433580 13025 L
+442879 39765 L
+441228 44478 L
+439916 48246 l
+439338 49629 438688 50843 437969 51887 c
+437602 52409 437164 52846 436642 53213 c
+435951 53707 435259 54060 434582 54286 c
+434046 54441 433227 54526 432099 54526 C
+432099 56064 L
+453929 56064 L
+453929 54526 L
+452433 54526 l
+450895 54526 449766 54201 449046 53538 c
+448326 52875 447974 51986 447974 50857 c
+447974 49446 448595 46990 449836 43491 c
+460575 13025 L
+471243 43900 l
+472456 47329 473063 49685 473063 51012 c
+473063 51647 472866 52240 472471 52790 c
+472061 53340 471567 53735 470961 53947 c
+469916 54342 468548 54526 466868 54526 C
+466868 56064 L
+483604 56064 L
+@c
+F
+%CHAR: 480881 0 (i) @t
+493158 58787 m
+494315 58787 495303 58378 496121 57574 c
+496925 56755 497335 55767 497335 54610 c
+497335 53453 496925 52465 496121 51633 c
+495303 50814 494315 50391 493158 50391 c
+492001 50391 491013 50814 490180 51633 c
+489362 52465 488938 53453 488938 54610 c
+488938 55767 489348 56755 490166 57574 c
+490970 58378 491972 58787 493158 58787 c
+@c
+496587 38989 m
+496587 8551 l
+496587 6181 496756 4614 497109 3824 c
+497448 3034 497956 2455 498633 2060 c
+499310 1679 500552 1482 502344 1482 C
+502344 0 L
+483943 0 L
+483943 1482 L
+485792 1482 487033 1665 487654 2032 c
+488289 2385 488797 2977 489164 3810 c
+489545 4628 489729 6209 489729 8551 c
+489729 23156 l
+489729 27263 489602 29916 489362 31129 c
+489164 32018 488854 32625 488445 32964 c
+488035 33316 487471 33486 486751 33486 c
+485975 33486 485044 33274 483943 32865 C
+483365 34361 L
+494766 38989 L
+496587 38989 L
+@c
+F
+%CHAR: 504404 0 (d) @t
+533798 4262 m
+531949 2328 530143 945 528379 99 c
+526615 -734 524710 -1157 522678 -1157 c
+518543 -1157 514931 579 511841 4036 c
+508764 7493 507212 11938 507212 17357 c
+507212 22790 508920 27757 512349 32272 c
+515763 36774 520152 39031 525528 39031 c
+528859 39031 531624 37959 533798 35842 C
+533798 42827 l
+533798 47160 533699 49812 533487 50814 c
+533275 51802 532951 52479 532513 52832 c
+532076 53199 531526 53368 530862 53368 c
+530143 53368 529197 53157 528012 52705 C
+527476 54159 L
+538765 58787 L
+540613 58787 L
+540613 15000 l
+540613 10569 540726 7860 540924 6886 c
+541135 5898 541460 5221 541926 4840 c
+542377 4445 542913 4262 543506 4262 c
+544254 4262 545256 4487 546483 4967 C
+546949 3514 L
+535703 -1157 L
+533798 -1157 L
+533798 4262 L
+@c
+533798 7154 m
+533798 26670 l
+533628 28533 533134 30254 532316 31792 c
+531483 33331 530383 34502 529028 35278 c
+527659 36068 526333 36463 525035 36463 c
+522607 36463 520448 35377 518543 33204 c
+516032 30325 514776 26148 514776 20631 c
+514776 15057 515989 10795 518416 7832 c
+520844 4868 523539 3387 526516 3387 c
+529028 3387 531455 4643 533798 7154 C
+@c
+F
+%CHAR: 546738 0 (t) @t
+560383 50306 m
+560383 37874 L
+569231 37874 L
+569231 34982 L
+560383 34982 L
+560383 10414 l
+560383 7959 560736 6308 561442 5461 c
+562133 4600 563036 4177 564137 4177 c
+565054 4177 565929 4459 566790 5024 c
+567637 5588 568300 6421 568780 7521 C
+570388 7521 L
+569415 4826 568060 2794 566296 1425 c
+564532 56 562712 -621 560835 -621 c
+559565 -621 558323 -268 557110 437 c
+555896 1143 555007 2145 554429 3457 c
+553850 4755 553554 6773 553554 9511 c
+553554 34982 L
+547571 34982 L
+547571 36336 L
+549080 36943 550633 37973 552213 39412 c
+553794 40866 555219 42588 556446 44563 c
+557081 45607 557970 47526 559099 50306 C
+560383 50306 L
+@c
+F
+%CHAR: 570261 0 (h) @t
+584033 58787 m
+584033 31087 L
+587082 34445 589509 36604 591301 37564 c
+593093 38509 594885 38989 596677 38989 c
+598822 38989 600671 38396 602223 37211 c
+603761 36026 604904 34163 605652 31623 c
+606174 29859 606428 26642 606428 21957 c
+606428 8551 l
+606428 6167 606625 4516 607021 3641 c
+607289 2977 607754 2455 608418 2060 c
+609081 1679 610294 1482 612058 1482 C
+612058 0 L
+593460 0 L
+593460 1482 L
+594321 1482 l
+596084 1482 597312 1764 598004 2300 c
+598695 2836 599175 3627 599443 4671 c
+599528 5108 599570 6406 599570 8551 c
+599570 21957 l
+599570 26092 599358 28801 598935 30099 c
+598497 31397 597820 32357 596889 33006 c
+595943 33655 594814 33980 593488 33980 c
+592147 33980 590736 33627 589283 32907 c
+587815 32188 586066 30748 584033 28561 C
+584033 8551 l
+584033 5969 584175 4360 584457 3725 c
+584753 3090 585289 2554 586080 2131 c
+586856 1707 588210 1482 590144 1482 C
+590144 0 L
+571376 0 L
+571376 1482 L
+573055 1482 574381 1750 575341 2272 c
+575891 2554 576343 3076 576667 3838 c
+577006 4614 577161 6181 577161 8551 c
+577161 42827 l
+577161 47160 577063 49812 576851 50814 c
+576653 51802 576329 52479 575905 52832 c
+575482 53199 574904 53368 574184 53368 c
+573605 53368 572674 53157 571376 52705 C
+570797 54159 L
+582128 58787 L
+584033 58787 L
+@c
+F
+%CHAR: 633762 0 (\050) @t
+660051 -16581 m
+660051 -18105 L
+655888 -16016 652417 -13561 649637 -10753 c
+645672 -6759 642610 -2046 640465 3387 c
+638306 8819 637233 14450 637233 20292 c
+637233 28843 639350 36633 643555 43674 c
+647774 50716 653278 55753 660051 58787 C
+660051 57051 L
+656664 55175 653885 52621 651697 49361 c
+649524 46115 647901 41995 646829 36999 c
+645756 32018 645220 26797 645220 21378 c
+645220 15480 645672 10118 646575 5292 c
+647295 1482 648170 -1566 649186 -3866 c
+650202 -6167 651570 -8382 653292 -10499 c
+655013 -12629 657271 -14647 660051 -16581 C
+@c
+F
+%CHAR: 661956 0 (c) @t
+696768 14393 m
+695752 9398 693748 5560 690771 2879 c
+687794 183 684506 -1157 680893 -1157 c
+676589 -1157 672836 649 669647 4262 c
+666443 7874 664849 12742 664849 18895 c
+664849 24850 666627 29690 670169 33401 c
+673711 37126 677958 38989 682911 38989 c
+686636 38989 689699 38001 692097 36026 c
+694496 34064 695696 32018 695696 29887 c
+695696 28843 695357 27997 694680 27347 c
+694002 26698 693057 26374 691843 26374 c
+690221 26374 688993 26896 688160 27940 c
+687695 28519 687384 29633 687243 31256 c
+687088 32879 686524 34121 685564 34982 c
+684590 35800 683264 36209 681556 36209 c
+678791 36209 676575 35193 674896 33161 c
+672666 30452 671552 26882 671552 22451 c
+671552 17935 672652 13942 674882 10485 c
+677097 7027 680089 5292 683871 5292 c
+686566 5292 688993 6209 691138 8057 c
+692662 9327 694129 11628 695569 14972 C
+696768 14393 L
+@c
+F
+%CHAR: 699534 0 (m) @t
+713419 30918 m
+716185 33683 717808 35264 718302 35673 c
+719544 36731 720884 37536 722309 38114 c
+723749 38693 725160 38989 726571 38989 c
+728942 38989 730988 38298 732695 36915 c
+734403 35546 735546 33542 736124 30918 C
+738961 34234 741359 36407 743321 37437 c
+745268 38467 747286 38989 749346 38989 c
+751364 38989 753142 38467 754709 37437 c
+756261 36407 757489 34713 758406 32371 c
+759013 30776 759309 28265 759309 24850 c
+759309 8551 l
+759309 6181 759492 4558 759845 3683 c
+760127 3076 760635 2554 761383 2131 c
+762131 1707 763331 1482 765024 1482 C
+765024 0 L
+746327 0 L
+746327 1482 L
+747117 1482 l
+748740 1482 750010 1806 750927 2441 c
+751562 2879 752013 3584 752282 4544 c
+752394 5009 752451 6350 752451 8551 c
+752451 24850 l
+752451 27940 752084 30113 751336 31383 c
+750264 33147 748542 34022 746171 34022 c
+744704 34022 743236 33655 741769 32935 c
+740287 32202 738509 30847 736406 28857 C
+736322 28406 L
+736406 26628 L
+736406 8551 l
+736406 5969 736562 4360 736844 3725 c
+737140 3090 737676 2554 738481 2131 c
+739271 1707 740640 1482 742573 1482 C
+742573 0 L
+723424 0 L
+723424 1482 L
+725527 1482 726966 1736 727756 2230 c
+728532 2723 729083 3471 729379 4459 c
+729520 4939 729591 6294 729591 8551 c
+729591 24850 l
+729591 27940 729139 30156 728222 31496 c
+727008 33260 725315 34149 723142 34149 c
+721646 34149 720179 33754 718711 32950 c
+716425 31736 714661 30367 713419 28857 C
+713419 8551 l
+713419 6082 713603 4459 713942 3725 c
+714280 2977 714802 2413 715466 2046 c
+716143 1679 717512 1482 719586 1482 C
+719586 0 L
+700860 0 L
+700860 1482 L
+702596 1482 703810 1679 704501 2046 c
+705178 2413 705715 3006 706067 3824 c
+706420 4643 706604 6209 706604 8551 c
+706604 23029 l
+706604 27192 706477 29873 706237 31087 c
+706039 32004 705729 32625 705320 32964 c
+704910 33316 704346 33486 703626 33486 c
+702850 33486 701933 33274 700860 32865 C
+700240 34361 L
+711641 38989 L
+713419 38989 L
+713419 30918 L
+@c
+F
+%CHAR: 765391 0 (\051) @t
+767296 57051 m
+767296 58787 L
+771487 56727 774972 54286 777752 51463 c
+781689 47442 784737 42729 786882 37310 c
+789041 31891 790114 26247 790114 20377 c
+790114 11839 788011 4050 783806 -2992 c
+779601 -10033 774098 -15071 767296 -18105 C
+767296 -16581 L
+770683 -14676 773477 -12107 775664 -8862 c
+777851 -5630 779488 -1510 780546 3500 c
+781605 8495 782141 13716 782141 19135 c
+782141 25005 781675 30367 780772 35221 c
+780081 39031 779220 42065 778190 44366 c
+777146 46652 775777 48853 774069 50970 c
+772362 53100 770104 55118 767296 57051 C
+@c
+F
+T
+@rax 15.63279 433.55452 37.47685 657.15987 @E
+[0.00000001 0.00028346 -0.00028346 0.00000001 32.29681772 433.55450383] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_TimesNewRoman 84667.00000 z
+%CHAR: 0 0 (\134) @t
+3429 58787 m
+23693 -1157 L
+20377 -1157 L
+127 58787 L
+3429 58787 L
+@c
+F
+%CHAR: 23523 0 (l) @t
+39186 58787 m
+39186 8551 l
+39186 6181 39370 4614 39709 3838 c
+40047 3076 40583 2484 41303 2088 c
+42023 1693 43349 1482 45311 1482 C
+45311 0 L
+26754 0 L
+26754 1482 L
+28490 1482 29675 1665 30296 2032 c
+30931 2385 31439 2977 31792 3810 c
+32145 4628 32328 6209 32328 8551 c
+32328 42954 l
+32328 47230 32230 49855 32046 50828 c
+31849 51802 31538 52479 31115 52832 c
+30677 53199 30141 53368 29478 53368 c
+28758 53368 27855 53157 26754 52705 C
+26049 54159 L
+37338 58787 L
+39186 58787 L
+@c
+F
+%CHAR: 47046 0 (e) @t
+56063 23608 m
+56035 17978 57389 13575 60155 10372 c
+62907 7183 66153 5588 69864 5588 c
+72347 5588 74506 6265 76341 7634 c
+78175 8989 79699 11331 80941 14633 C
+82225 13815 L
+81647 10033 79967 6590 77187 3500 c
+74393 395 70908 -1157 66731 -1157 c
+62173 -1157 58278 607 55047 4149 c
+51801 7691 50193 12460 50193 18443 c
+50193 24920 51844 29972 55174 33585 c
+58490 37211 62653 39031 67677 39031 c
+71924 39031 75409 37634 78133 34826 c
+80856 32032 82225 28293 82225 23608 C
+56063 23608 L
+@c
+56063 26007 m
+73589 26007 L
+73448 28434 73166 30141 72714 31129 c
+72037 32667 71007 33881 69638 34770 c
+68269 35645 66844 36096 65362 36096 c
+63076 36096 61030 35207 59224 33429 c
+57418 31651 56359 29168 56063 26007 C
+@c
+F
+%CHAR: 84624 0 (g) @t
+97395 13815 m
+95080 14944 93302 16510 92061 18542 c
+90819 20574 90212 22804 90212 25259 c
+90212 29013 91623 32230 94445 34939 c
+97268 37634 100880 38989 105297 38989 c
+108909 38989 112028 38100 114681 36336 C
+122696 36336 l
+123881 36336 124573 36308 124770 36237 c
+124954 36167 125095 36054 125179 35885 c
+125349 35631 125433 35193 125433 34558 c
+125433 33839 125363 33345 125222 33077 c
+125137 32935 124996 32823 124784 32738 c
+124587 32653 123881 32625 122696 32625 c
+117785 32625 L
+119323 30635 120099 28095 120099 25005 c
+120099 21477 118745 18472 116050 15960 c
+113340 13448 109714 12192 105170 12192 c
+103293 12192 101388 12474 99427 13025 C
+98213 11980 97395 11063 96971 10273 c
+96534 9483 96322 8819 96322 8269 c
+96322 7803 96548 7352 96999 6900 c
+97465 6463 98354 6152 99667 5955 c
+100443 5842 102376 5743 105466 5659 c
+111139 5532 114822 5334 116501 5080 c
+119055 4727 121101 3782 122639 2230 c
+124163 691 124925 -1214 124925 -3471 c
+124925 -6590 123472 -9511 120551 -12234 c
+116247 -16256 110645 -18274 103731 -18274 c
+98411 -18274 93909 -17075 90240 -14676 c
+88180 -13293 87150 -11867 87150 -10372 c
+87150 -9708 87291 -9059 87601 -8396 c
+88067 -7366 89041 -5955 90494 -4135 c
+90692 -3881 92089 -2399 94713 325 C
+93274 1185 92272 1947 91680 2625 c
+91087 3302 90791 4064 90791 4925 c
+90791 5884 91172 7013 91962 8311 c
+92752 9610 94558 11444 97395 13815 C
+@c
+104591 36999 m
+102559 36999 100838 36181 99469 34558 c
+98086 32935 97395 30438 97395 27079 c
+97395 22719 98340 19346 100217 16948 c
+101642 15127 103462 14224 105664 14224 c
+107766 14224 109488 15000 110828 16581 c
+112183 18147 112860 20616 112860 23975 c
+112860 28363 111915 31792 110010 34276 c
+108599 36096 106793 36999 104591 36999 c
+@c
+96985 0 m
+95687 -1411 94713 -2709 94050 -3923 c
+93387 -5136 93062 -6251 93062 -7281 c
+93062 -8594 93853 -9751 95461 -10753 c
+98213 -12460 102192 -13307 107399 -13307 c
+112367 -13307 116021 -12432 118378 -10682 c
+120734 -8932 121920 -7070 121920 -5080 c
+121920 -3655 121214 -2639 119803 -2032 c
+118378 -1425 115527 -1058 111294 -945 c
+105085 -790 100316 -466 96985 0 C
+@c
+F
+%CHAR: 126958 0 (e) @t
+135975 23608 m
+135947 17978 137301 13575 140067 10372 c
+142819 7183 146065 5588 149776 5588 c
+152259 5588 154418 6265 156253 7634 c
+158087 8989 159611 11331 160853 14633 C
+162137 13815 L
+161559 10033 159879 6590 157099 3500 c
+154305 395 150820 -1157 146643 -1157 c
+142085 -1157 138190 607 134959 4149 c
+131713 7691 130105 12460 130105 18443 c
+130105 24920 131756 29972 135086 33585 c
+138402 37211 142565 39031 147589 39031 c
+151836 39031 155321 37634 158045 34826 c
+160768 32032 162137 28293 162137 23608 C
+135975 23608 L
+@c
+135975 26007 m
+153501 26007 L
+153360 28434 153078 30141 152626 31129 c
+151949 32667 150919 33881 149550 34770 c
+148181 35645 146756 36096 145274 36096 c
+142988 36096 140942 35207 139136 33429 c
+137330 31651 136271 29168 135975 26007 C
+@c
+F
+%CHAR: 164536 0 (n) @t
+178224 30960 m
+182655 36308 186888 38989 190910 38989 c
+192984 38989 194762 38467 196244 37437 c
+197740 36407 198925 34699 199800 32329 c
+200407 30678 200703 28138 200703 24723 c
+200703 8551 l
+200703 6167 200900 4530 201296 3683 c
+201592 2992 202086 2455 202763 2060 c
+203426 1679 204682 1482 206503 1482 C
+206503 0 L
+187763 0 L
+187763 1482 L
+188553 1482 l
+190317 1482 191559 1764 192250 2300 c
+192956 2836 193450 3627 193718 4671 c
+193831 5080 193887 6378 193887 8551 c
+193887 24060 l
+193887 27503 193436 30000 192547 31567 c
+191644 33119 190134 33895 188017 33895 c
+184743 33895 181469 32103 178224 28519 C
+178224 8551 l
+178224 5997 178365 4403 178675 3810 c
+179056 3006 179593 2413 180270 2046 c
+180947 1679 182316 1482 184376 1482 C
+184376 0 L
+165651 0 L
+165651 1482 L
+166483 1482 l
+168402 1482 169715 1976 170392 2949 c
+171055 3937 171394 5800 171394 8551 c
+171394 22620 l
+171394 27164 171295 29930 171084 30918 c
+170886 31919 170561 32597 170138 32950 c
+169715 33302 169136 33486 168417 33486 c
+167655 33486 166723 33274 165651 32865 C
+165030 34361 L
+176446 38989 L
+178224 38989 L
+178224 30960 L
+@c
+F
+%CHAR: 206870 0 (d) @t
+236264 4262 m
+234415 2328 232609 945 230845 99 c
+229081 -734 227176 -1157 225144 -1157 c
+221009 -1157 217397 579 214307 4036 c
+211230 7493 209678 11938 209678 17357 c
+209678 22790 211386 27757 214815 32272 c
+218229 36774 222618 39031 227994 39031 c
+231325 39031 234090 37959 236264 35842 C
+236264 42827 l
+236264 47160 236165 49812 235953 50814 c
+235741 51802 235417 52479 234979 52832 c
+234542 53199 233992 53368 233328 53368 c
+232609 53368 231663 53157 230478 52705 C
+229942 54159 L
+241231 58787 L
+243079 58787 L
+243079 15000 l
+243079 10569 243192 7860 243390 6886 c
+243601 5898 243926 5221 244392 4840 c
+244843 4445 245379 4262 245972 4262 c
+246720 4262 247722 4487 248949 4967 C
+249415 3514 L
+238169 -1157 L
+236264 -1157 L
+236264 4262 L
+@c
+236264 7154 m
+236264 26670 l
+236094 28533 235600 30254 234782 31792 c
+233949 33331 232849 34502 231494 35278 c
+230125 36068 228799 36463 227501 36463 c
+225073 36463 222914 35377 221009 33204 c
+218498 30325 217242 26148 217242 20631 c
+217242 15057 218455 10795 220882 7832 c
+223310 4868 226005 3387 228982 3387 c
+231494 3387 233921 4643 236264 7154 C
+@c
+F
+%CHAR: 249204 0 (i) @t
+261481 58787 m
+262638 58787 263626 58378 264444 57574 c
+265248 56755 265658 55767 265658 54610 c
+265658 53453 265248 52465 264444 51633 c
+263626 50814 262638 50391 261481 50391 c
+260324 50391 259336 50814 258503 51633 c
+257685 52465 257261 53453 257261 54610 c
+257261 55767 257671 56755 258489 57574 c
+259293 58378 260295 58787 261481 58787 c
+@c
+264910 38989 m
+264910 8551 l
+264910 6181 265079 4614 265432 3824 c
+265771 3034 266279 2455 266956 2060 c
+267633 1679 268875 1482 270667 1482 C
+270667 0 L
+252266 0 L
+252266 1482 L
+254115 1482 255356 1665 255977 2032 c
+256612 2385 257120 2977 257487 3810 c
+257868 4628 258052 6209 258052 8551 c
+258052 23156 l
+258052 27263 257925 29916 257685 31129 c
+257487 32018 257177 32625 256768 32964 c
+256358 33316 255794 33486 255074 33486 c
+254298 33486 253367 33274 252266 32865 C
+251688 34361 L
+263089 38989 L
+264910 38989 L
+@c
+F
+%CHAR: 272727 0 (t) @t
+286372 50306 m
+286372 37874 L
+295220 37874 L
+295220 34982 L
+286372 34982 L
+286372 10414 l
+286372 7959 286725 6308 287431 5461 c
+288122 4600 289025 4177 290126 4177 c
+291043 4177 291918 4459 292779 5024 c
+293626 5588 294289 6421 294769 7521 C
+296377 7521 L
+295404 4826 294049 2794 292285 1425 c
+290521 56 288701 -621 286824 -621 c
+285554 -621 284312 -268 283099 437 c
+281885 1143 280996 2145 280418 3457 c
+279839 4755 279543 6773 279543 9511 c
+279543 34982 L
+273560 34982 L
+273560 36336 L
+275069 36943 276622 37973 278202 39412 c
+279783 40866 281208 42588 282435 44563 c
+283070 45607 283959 47526 285088 50306 C
+286372 50306 L
+@c
+F
+%CHAR: 296250 0 (e) @t
+305267 23608 m
+305239 17978 306593 13575 309359 10372 c
+312111 7183 315357 5588 319068 5588 c
+321551 5588 323710 6265 325545 7634 c
+327379 8989 328903 11331 330145 14633 C
+331429 13815 L
+330851 10033 329171 6590 326391 3500 c
+323597 395 320112 -1157 315935 -1157 c
+311377 -1157 307482 607 304251 4149 c
+301005 7691 299397 12460 299397 18443 c
+299397 24920 301048 29972 304378 33585 c
+307694 37211 311857 39031 316881 39031 c
+321128 39031 324613 37634 327337 34826 c
+330060 32032 331429 28293 331429 23608 C
+305267 23608 L
+@c
+305267 26007 m
+322793 26007 L
+322652 28434 322370 30141 321918 31129 c
+321241 32667 320211 33881 318842 34770 c
+317473 35645 316048 36096 314566 36096 c
+312280 36096 310234 35207 308428 33429 c
+306622 31651 305563 29168 305267 26007 C
+@c
+F
+%CHAR: 333828 0 (m) @t
+347713 30918 m
+350479 33683 352102 35264 352596 35673 c
+353838 36731 355178 37536 356603 38114 c
+358043 38693 359454 38989 360865 38989 c
+363236 38989 365282 38298 366989 36915 c
+368697 35546 369840 33542 370418 30918 C
+373255 34234 375653 36407 377615 37437 c
+379562 38467 381580 38989 383640 38989 c
+385658 38989 387436 38467 389003 37437 c
+390555 36407 391783 34713 392700 32371 c
+393307 30776 393603 28265 393603 24850 c
+393603 8551 l
+393603 6181 393786 4558 394139 3683 c
+394421 3076 394929 2554 395677 2131 c
+396425 1707 397625 1482 399318 1482 C
+399318 0 L
+380621 0 L
+380621 1482 L
+381411 1482 l
+383034 1482 384304 1806 385221 2441 c
+385856 2879 386307 3584 386576 4544 c
+386688 5009 386745 6350 386745 8551 c
+386745 24850 l
+386745 27926 386378 30113 385630 31383 c
+384558 33147 382836 34022 380465 34022 c
+378998 34022 377530 33655 376063 32921 c
+374581 32202 372803 30847 370700 28857 C
+370616 28406 L
+370700 26628 L
+370700 8551 l
+370700 5969 370856 4360 371138 3725 c
+371434 3090 371970 2554 372775 2131 c
+373565 1707 374934 1482 376867 1482 C
+376867 0 L
+357718 0 L
+357718 1482 L
+359821 1482 361260 1736 362050 2230 c
+362826 2723 363377 3471 363673 4459 c
+363814 4939 363885 6294 363885 8551 c
+363885 24850 l
+363885 27926 363433 30156 362516 31496 c
+361302 33260 359609 34149 357436 34149 c
+355940 34149 354473 33754 353005 32950 c
+350719 31736 348955 30367 347713 28857 C
+347713 8551 l
+347713 6082 347897 4459 348236 3725 c
+348574 2977 349096 2413 349760 2046 c
+350437 1679 351806 1482 353880 1482 C
+353880 0 L
+335154 0 L
+335154 1482 L
+336890 1482 338104 1679 338795 2046 c
+339472 2413 340009 3006 340361 3824 c
+340714 4643 340898 6209 340898 8551 c
+340898 23029 l
+340898 27192 340771 29873 340531 31087 c
+340333 32004 340023 32625 339614 32964 c
+339204 33316 338640 33486 337920 33486 c
+337144 33486 336227 33274 335154 32865 C
+334534 34361 L
+345935 38989 L
+347713 38989 L
+347713 30918 L
+@c
+F
+%CHAR: 399685 0 (h) @t
+413457 58787 m
+413457 31087 L
+416506 34445 418933 36604 420725 37564 c
+422517 38509 424309 38989 426101 38989 c
+428246 38989 430095 38396 431647 37211 c
+433185 36026 434328 34163 435076 31623 c
+435598 29859 435852 26642 435852 21957 c
+435852 8551 l
+435852 6167 436049 4516 436445 3641 c
+436713 2977 437178 2455 437842 2060 c
+438505 1679 439718 1482 441482 1482 C
+441482 0 L
+422884 0 L
+422884 1482 L
+423745 1482 l
+425508 1482 426736 1764 427428 2300 c
+428119 2836 428599 3627 428867 4671 c
+428952 5108 428994 6406 428994 8551 c
+428994 21957 l
+428994 26092 428782 28801 428359 30099 c
+427921 31397 427244 32357 426313 33006 c
+425367 33655 424238 33980 422912 33980 c
+421571 33980 420160 33627 418707 32907 c
+417239 32188 415490 30748 413457 28561 C
+413457 8551 l
+413457 5969 413599 4360 413881 3725 c
+414177 3090 414713 2554 415504 2131 c
+416280 1707 417634 1482 419568 1482 C
+419568 0 L
+400800 0 L
+400800 1482 L
+402479 1482 403805 1750 404765 2272 c
+405315 2554 405767 3076 406091 3838 c
+406430 4614 406585 6181 406585 8551 c
+406585 42827 l
+406585 47160 406487 49812 406275 50814 c
+406077 51802 405753 52479 405329 52832 c
+404906 53199 404328 53368 403608 53368 c
+403029 53368 402098 53157 400800 52705 C
+400221 54159 L
+411552 58787 L
+413457 58787 L
+@c
+F
+%CHAR: 442019 0 (e) @t
+451036 23608 m
+451008 17978 452362 13575 455128 10372 c
+457880 7183 461126 5588 464837 5588 c
+467320 5588 469479 6265 471314 7634 c
+473148 8989 474672 11331 475914 14633 C
+477198 13815 L
+476620 10033 474940 6590 472160 3500 c
+469366 395 465881 -1157 461704 -1157 c
+457146 -1157 453251 607 450020 4149 c
+446774 7691 445166 12460 445166 18443 c
+445166 24920 446817 29972 450147 33585 c
+453463 37211 457626 39031 462650 39031 c
+466897 39031 470382 37634 473106 34826 c
+475829 32032 477198 28293 477198 23608 C
+451036 23608 L
+@c
+451036 26007 m
+468562 26007 L
+468421 28434 468139 30141 467687 31129 c
+467010 32667 465980 33881 464611 34770 c
+463242 35645 461817 36096 460335 36096 c
+458049 36096 456003 35207 454197 33429 c
+452391 31651 451332 29168 451036 26007 C
+@c
+F
+%CHAR: 479597 0 (i) @t
+491874 58787 m
+493031 58787 494019 58378 494837 57574 c
+495641 56755 496051 55767 496051 54610 c
+496051 53453 495641 52465 494837 51633 c
+494019 50814 493031 50391 491874 50391 c
+490717 50391 489729 50814 488896 51633 c
+488078 52465 487654 53453 487654 54610 c
+487654 55767 488064 56755 488882 57574 c
+489686 58378 490688 58787 491874 58787 c
+@c
+495303 38989 m
+495303 8551 l
+495303 6181 495472 4614 495825 3824 c
+496164 3034 496672 2455 497349 2060 c
+498026 1679 499268 1482 501060 1482 C
+501060 0 L
+482659 0 L
+482659 1482 L
+484508 1482 485749 1665 486370 2032 c
+487005 2385 487513 2977 487880 3810 c
+488261 4628 488445 6209 488445 8551 c
+488445 23156 l
+488445 27263 488318 29916 488078 31129 c
+487880 32018 487570 32625 487161 32964 c
+486751 33316 486187 33486 485467 33486 c
+484691 33486 483760 33274 482659 32865 C
+482081 34361 L
+493482 38989 L
+495303 38989 L
+@c
+F
+%CHAR: 503120 0 (g) @t
+515891 13815 m
+513576 14944 511798 16510 510557 18542 c
+509315 20574 508708 22804 508708 25259 c
+508708 29013 510119 32230 512941 34939 c
+515764 37634 519376 38989 523793 38989 c
+527405 38989 530524 38100 533177 36336 C
+541192 36336 l
+542377 36336 543069 36308 543266 36237 c
+543450 36167 543591 36054 543675 35885 c
+543845 35631 543929 35193 543929 34558 c
+543929 33839 543859 33345 543718 33077 c
+543633 32935 543492 32823 543280 32738 c
+543083 32653 542377 32625 541192 32625 c
+536281 32625 L
+537819 30635 538595 28095 538595 25005 c
+538595 21477 537241 18472 534546 15960 c
+531836 13448 528210 12192 523666 12192 c
+521789 12192 519884 12474 517923 13025 C
+516709 11980 515891 11063 515467 10273 c
+515030 9483 514818 8819 514818 8269 c
+514818 7803 515044 7352 515495 6900 c
+515961 6463 516850 6152 518163 5955 c
+518939 5842 520872 5743 523962 5659 c
+529635 5532 533318 5334 534997 5080 c
+537551 4727 539597 3782 541135 2230 c
+542659 691 543421 -1214 543421 -3471 c
+543421 -6590 541968 -9511 539047 -12234 c
+534743 -16256 529141 -18274 522227 -18274 c
+516907 -18274 512405 -17075 508736 -14676 c
+506676 -13293 505646 -11867 505646 -10372 c
+505646 -9708 505787 -9059 506097 -8396 c
+506563 -7366 507537 -5955 508990 -4135 c
+509188 -3881 510585 -2399 513209 325 C
+511770 1185 510768 1947 510176 2625 c
+509583 3302 509287 4064 509287 4925 c
+509287 5884 509668 7013 510458 8311 c
+511248 9610 513054 11444 515891 13815 C
+@c
+523087 36999 m
+521055 36999 519334 36181 517965 34558 c
+516582 32935 515891 30438 515891 27079 c
+515891 22719 516836 19346 518713 16948 c
+520138 15127 521958 14224 524160 14224 c
+526262 14224 527984 15000 529324 16581 c
+530679 18147 531356 20616 531356 23975 c
+531356 28363 530411 31792 528506 34276 c
+527095 36096 525289 36999 523087 36999 c
+@c
+515481 0 m
+514183 -1411 513209 -2709 512546 -3923 c
+511883 -5136 511558 -6251 511558 -7281 c
+511558 -8594 512349 -9751 513957 -10753 c
+516709 -12460 520688 -13307 525895 -13307 c
+530863 -13307 534517 -12432 536874 -10682 c
+539230 -8932 540416 -7070 540416 -5080 c
+540416 -3655 539710 -2639 538299 -2032 c
+536874 -1425 534023 -1058 529790 -945 c
+523581 -790 518812 -466 515481 0 C
+@c
+F
+%CHAR: 545454 0 (h) @t
+559226 58787 m
+559226 31087 L
+562275 34445 564702 36604 566494 37564 c
+568286 38509 570078 38989 571870 38989 c
+574015 38989 575864 38396 577416 37211 c
+578954 36026 580097 34163 580845 31623 c
+581367 29859 581621 26642 581621 21957 c
+581621 8551 l
+581621 6167 581818 4516 582214 3641 c
+582482 2977 582947 2455 583611 2060 c
+584274 1679 585487 1482 587251 1482 C
+587251 0 L
+568653 0 L
+568653 1482 L
+569514 1482 l
+571277 1482 572505 1764 573197 2300 c
+573888 2836 574368 3627 574636 4671 c
+574721 5108 574763 6406 574763 8551 c
+574763 21957 l
+574763 26092 574551 28801 574128 30099 c
+573690 31397 573013 32357 572082 33006 c
+571136 33655 570007 33980 568681 33980 c
+567340 33980 565929 33627 564476 32907 c
+563008 32188 561259 30748 559226 28561 C
+559226 8551 l
+559226 5969 559368 4360 559650 3725 c
+559946 3090 560482 2554 561273 2131 c
+562049 1707 563403 1482 565337 1482 C
+565337 0 L
+546569 0 L
+546569 1482 L
+548248 1482 549574 1750 550534 2272 c
+551084 2554 551536 3076 551860 3838 c
+552199 4614 552354 6181 552354 8551 c
+552354 42827 l
+552354 47160 552256 49812 552044 50814 c
+551846 51802 551522 52479 551098 52832 c
+550675 53199 550097 53368 549377 53368 c
+548798 53368 547867 53157 546569 52705 C
+545990 54159 L
+557321 58787 L
+559226 58787 L
+@c
+F
+%CHAR: 587788 0 (t) @t
+601433 50306 m
+601433 37874 L
+610281 37874 L
+610281 34982 L
+601433 34982 L
+601433 10414 l
+601433 7959 601786 6308 602492 5461 c
+603183 4600 604086 4177 605187 4177 c
+606104 4177 606979 4459 607840 5024 c
+608687 5588 609350 6421 609830 7521 C
+611438 7521 L
+610465 4826 609110 2794 607346 1425 c
+605582 56 603762 -621 601885 -621 c
+600615 -621 599373 -268 598160 437 c
+596946 1143 596057 2145 595479 3457 c
+594900 4755 594604 6773 594604 9511 c
+594604 34982 L
+588621 34982 L
+588621 36336 L
+590130 36943 591683 37973 593263 39412 c
+594844 40866 596269 42588 597496 44563 c
+598131 45607 599020 47526 600149 50306 C
+601433 50306 L
+@c
+F
+%CHAR: 632478 0 (\050) @t
+658767 -16581 m
+658767 -18105 L
+654604 -16016 651133 -13561 648353 -10753 c
+644388 -6759 641326 -2046 639181 3387 c
+637022 8819 635949 14450 635949 20292 c
+635949 28843 638066 36633 642271 43674 c
+646490 50716 651994 55753 658767 58787 C
+658767 57051 L
+655380 55175 652601 52621 650413 49361 c
+648240 46115 646617 41995 645545 36999 c
+644472 32018 643936 26797 643936 21378 c
+643936 15480 644388 10118 645291 5292 c
+646011 1482 646886 -1566 647902 -3866 c
+648918 -6167 650286 -8382 652008 -10499 c
+653729 -12629 655987 -14647 658767 -16581 C
+@c
+F
+%CHAR: 660672 0 (c) @t
+695484 14393 m
+694468 9398 692464 5560 689487 2879 c
+686510 183 683222 -1157 679609 -1157 c
+675305 -1157 671552 649 668363 4262 c
+665159 7874 663565 12742 663565 18895 c
+663565 24850 665343 29690 668885 33401 c
+672427 37126 676674 38989 681627 38989 c
+685352 38989 688415 38001 690813 36026 c
+693212 34064 694412 32018 694412 29887 c
+694412 28843 694073 27997 693396 27347 c
+692718 26698 691773 26374 690559 26374 c
+688937 26374 687709 26896 686876 27940 c
+686411 28519 686100 29633 685959 31256 c
+685804 32879 685240 34121 684280 34982 c
+683306 35800 681980 36209 680272 36209 c
+677507 36209 675291 35193 673612 33161 c
+671382 30452 670268 26882 670268 22451 c
+670268 17935 671368 13942 673598 10485 c
+675813 7027 678805 5292 682587 5292 c
+685282 5292 687709 6209 689854 8057 c
+691378 9327 692845 11628 694285 14972 C
+695484 14393 L
+@c
+F
+%CHAR: 698250 0 (m) @t
+712135 30918 m
+714901 33683 716524 35264 717018 35673 c
+718260 36731 719600 37536 721025 38114 c
+722465 38693 723876 38989 725287 38989 c
+727658 38989 729704 38298 731411 36915 c
+733119 35546 734262 33542 734840 30918 C
+737677 34234 740075 36407 742037 37437 c
+743984 38467 746002 38989 748062 38989 c
+750080 38989 751858 38467 753425 37437 c
+754977 36407 756205 34713 757122 32371 c
+757729 30776 758025 28265 758025 24850 c
+758025 8551 l
+758025 6181 758208 4558 758561 3683 c
+758843 3076 759351 2554 760099 2131 c
+760847 1707 762047 1482 763740 1482 C
+763740 0 L
+745043 0 L
+745043 1482 L
+745833 1482 l
+747456 1482 748726 1806 749643 2441 c
+750278 2879 750729 3584 750998 4544 c
+751110 5009 751167 6350 751167 8551 c
+751167 24850 l
+751167 27926 750800 30113 750052 31383 c
+748980 33147 747258 34022 744887 34022 c
+743420 34022 741952 33655 740485 32921 c
+739003 32202 737225 30847 735122 28857 C
+735038 28406 L
+735122 26628 L
+735122 8551 l
+735122 5969 735278 4360 735560 3725 c
+735856 3090 736392 2554 737197 2131 c
+737987 1707 739356 1482 741289 1482 C
+741289 0 L
+722140 0 L
+722140 1482 L
+724243 1482 725682 1736 726472 2230 c
+727248 2723 727799 3471 728095 4459 c
+728236 4939 728307 6294 728307 8551 c
+728307 24850 l
+728307 27926 727855 30156 726938 31496 c
+725724 33260 724031 34149 721858 34149 c
+720362 34149 718895 33754 717427 32950 c
+715141 31736 713377 30367 712135 28857 C
+712135 8551 l
+712135 6082 712319 4459 712658 3725 c
+712996 2977 713518 2413 714182 2046 c
+714859 1679 716228 1482 718302 1482 C
+718302 0 L
+699576 0 L
+699576 1482 L
+701312 1482 702526 1679 703217 2046 c
+703894 2413 704431 3006 704783 3824 c
+705136 4643 705320 6209 705320 8551 c
+705320 23029 l
+705320 27192 705193 29873 704953 31087 c
+704755 32004 704445 32625 704036 32964 c
+703626 33316 703062 33486 702342 33486 c
+701566 33486 700649 33274 699576 32865 C
+698956 34361 L
+710357 38989 L
+712135 38989 L
+712135 30918 L
+@c
+F
+%CHAR: 764107 0 (\051) @t
+766012 57051 m
+766012 58787 L
+770203 56727 773688 54286 776468 51463 c
+780405 47442 783453 42729 785598 37310 c
+787757 31891 788830 26247 788830 20377 c
+788830 11839 786727 4050 782522 -2992 c
+778317 -10033 772814 -15071 766012 -18105 C
+766012 -16581 L
+769399 -14676 772193 -12107 774380 -8862 c
+776567 -5630 778204 -1510 779262 3500 c
+780321 8495 780857 13716 780857 19135 c
+780857 25005 780391 30367 779488 35221 c
+778797 39031 777936 42065 776906 44366 c
+775862 46652 774493 48853 772785 50970 c
+771078 53100 768820 55118 766012 57051 C
+@c
+F
+T
+@rax 126.93827 369.58082 465.08542 396.16072 @E
+[0.00028346 0.00000000 0.00000000 0.00028346 126.93826307 374.77274220] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_TimesNewRoman 84667.00000 z
+%CHAR: 0 0 (A) @t
+38735 18768 m
+17032 18768 L
+13236 9920 l
+12291 7747 11825 6124 11825 5038 c
+11825 4191 12234 3443 13039 2794 c
+13857 2145 15607 1722 18316 1524 C
+18316 0 L
+663 0 L
+663 1524 L
+3006 1947 4516 2484 5207 3147 c
+6618 4459 8170 7154 9878 11204 c
+29605 57334 L
+31045 57334 L
+50560 10710 l
+52127 6957 53552 4530 54836 3415 c
+56120 2300 57912 1665 60198 1524 C
+60198 0 L
+38072 0 L
+38072 1524 L
+40301 1637 41811 2018 42602 2653 c
+43392 3274 43787 4050 43787 4967 c
+43787 6181 43223 8086 42122 10710 c
+38735 18768 L
+@c
+37578 21830 m
+28067 44478 L
+18316 21830 L
+37578 21830 L
+@c
+F
+%CHAR: 61144 0 (r) @t
+74874 38989 m
+74874 30466 L
+78035 36153 81295 38989 84625 38989 c
+86135 38989 87391 38523 88393 37606 c
+89380 36675 89874 35602 89874 34403 c
+89874 33316 89522 32413 88802 31665 c
+88082 30918 87236 30551 86234 30551 c
+85274 30551 84188 31030 82988 31976 c
+81789 32921 80900 33401 80321 33401 c
+79827 33401 79291 33133 78712 32583 c
+77471 31454 76187 29591 74874 26995 C
+74874 8848 l
+74874 6759 75128 5165 75650 4092 c
+76017 3344 76652 2723 77555 2230 c
+78473 1736 79771 1482 81478 1482 C
+81478 0 L
+62089 0 L
+62089 1482 L
+64023 1482 65462 1792 66393 2399 c
+67085 2836 67565 3542 67847 4501 c
+67974 4981 68044 6308 68044 8523 c
+68044 23199 l
+68044 27601 67960 30226 67776 31073 c
+67607 31905 67268 32526 66788 32907 c
+66309 33288 65702 33486 64982 33486 c
+64136 33486 63176 33274 62089 32865 C
+61680 34361 L
+73138 38989 L
+74874 38989 L
+@c
+F
+%CHAR: 87814 0 (g) @t
+100585 13815 m
+98270 14944 96492 16510 95251 18542 c
+94009 20574 93402 22804 93402 25259 c
+93402 29013 94813 32230 97635 34939 c
+100458 37634 104070 38989 108487 38989 c
+112099 38989 115218 38100 117871 36336 C
+125886 36336 l
+127071 36336 127763 36308 127960 36237 c
+128144 36167 128285 36054 128369 35885 c
+128539 35631 128623 35193 128623 34558 c
+128623 33839 128553 33345 128412 33077 c
+128327 32935 128186 32823 127974 32738 c
+127777 32653 127071 32625 125886 32625 c
+120975 32625 L
+122513 30635 123289 28095 123289 25005 c
+123289 21477 121935 18472 119240 15960 c
+116530 13448 112904 12192 108360 12192 c
+106483 12192 104578 12474 102617 13025 C
+101403 11980 100585 11063 100161 10273 c
+99724 9483 99512 8819 99512 8269 c
+99512 7803 99738 7352 100189 6900 c
+100655 6463 101544 6152 102857 5955 c
+103633 5842 105566 5743 108656 5659 c
+114329 5532 118012 5334 119691 5080 c
+122245 4727 124291 3782 125829 2230 c
+127353 691 128115 -1214 128115 -3471 c
+128115 -6590 126662 -9511 123741 -12234 c
+119437 -16256 113835 -18274 106921 -18274 c
+101601 -18274 97099 -17075 93430 -14676 c
+91370 -13293 90340 -11867 90340 -10372 c
+90340 -9708 90481 -9059 90791 -8396 c
+91257 -7366 92231 -5955 93684 -4135 c
+93882 -3881 95279 -2399 97903 325 C
+96464 1185 95462 1947 94870 2625 c
+94277 3302 93981 4064 93981 4925 c
+93981 5884 94362 7013 95152 8311 c
+95942 9610 97748 11444 100585 13815 C
+@c
+107781 36999 m
+105749 36999 104028 36181 102659 34558 c
+101276 32935 100585 30438 100585 27079 c
+100585 22719 101530 19346 103407 16948 c
+104832 15127 106652 14224 108854 14224 c
+110956 14224 112678 15000 114018 16581 c
+115373 18147 116050 20616 116050 23975 c
+116050 28363 115105 31792 113200 34276 c
+111789 36096 109983 36999 107781 36999 c
+@c
+100175 0 m
+98877 -1411 97903 -2709 97240 -3923 c
+96577 -5136 96252 -6251 96252 -7281 c
+96252 -8594 97043 -9751 98651 -10753 c
+101403 -12460 105382 -13307 110589 -13307 c
+115557 -13307 119211 -12432 121568 -10682 c
+123924 -8932 125110 -7070 125110 -5080 c
+125110 -3655 124404 -2639 122993 -2032 c
+121568 -1425 118717 -1058 114484 -945 c
+108275 -790 103506 -466 100175 0 C
+@c
+F
+%CHAR: 130148 0 (u) @t
+165990 37874 m
+165990 14930 l
+165990 10541 166089 7860 166301 6886 c
+166512 5898 166837 5221 167289 4840 c
+167754 4445 168276 4262 168883 4262 c
+169744 4262 170703 4487 171776 4967 C
+172354 3514 L
+161023 -1157 L
+159175 -1157 L
+159175 6858 L
+155915 3330 153431 1115 151724 212 c
+150017 -706 148210 -1157 146319 -1157 c
+144189 -1157 142354 -550 140788 677 c
+139236 1905 138149 3485 137542 5419 c
+136935 7352 136639 10075 136639 13603 c
+136639 30508 l
+136639 32300 136442 33542 136061 34234 c
+135680 34925 135101 35447 134339 35828 c
+133591 36195 132208 36364 130233 36336 C
+130233 37874 L
+143497 37874 L
+143497 12531 l
+143497 9003 144118 6689 145346 5588 c
+146573 4473 148055 3923 149791 3923 c
+150976 3923 152317 4304 153812 5038 c
+155322 5786 157100 7211 159175 9299 C
+159175 30762 l
+159175 32907 158780 34361 157989 35123 c
+157199 35871 155576 36280 153093 36336 C
+153093 37874 L
+165990 37874 L
+@c
+F
+%CHAR: 172482 0 (m) @t
+186367 30918 m
+189133 33683 190756 35264 191250 35673 c
+192492 36731 193832 37536 195257 38114 c
+196697 38693 198108 38989 199519 38989 c
+201890 38989 203936 38298 205643 36915 c
+207351 35546 208494 33542 209072 30918 C
+211909 34234 214307 36407 216269 37437 c
+218216 38467 220234 38989 222294 38989 c
+224312 38989 226090 38467 227657 37437 c
+229209 36407 230437 34713 231354 32371 c
+231961 30776 232257 28265 232257 24850 c
+232257 8551 l
+232257 6181 232440 4558 232793 3683 c
+233075 3076 233583 2554 234331 2131 c
+235079 1707 236279 1482 237972 1482 C
+237972 0 L
+219275 0 L
+219275 1482 L
+220065 1482 l
+221688 1482 222958 1806 223875 2441 c
+224510 2879 224961 3584 225230 4544 c
+225342 5009 225399 6350 225399 8551 c
+225399 24850 l
+225399 27940 225032 30113 224284 31383 c
+223212 33147 221490 34022 219119 34022 c
+217652 34022 216184 33655 214717 32935 c
+213235 32202 211457 30847 209354 28857 C
+209270 28406 L
+209354 26628 L
+209354 8551 l
+209354 5969 209510 4360 209792 3725 c
+210088 3090 210624 2554 211429 2131 c
+212219 1707 213588 1482 215521 1482 C
+215521 0 L
+196372 0 L
+196372 1482 L
+198475 1482 199914 1736 200704 2230 c
+201480 2723 202031 3471 202327 4459 c
+202468 4939 202539 6294 202539 8551 c
+202539 24850 l
+202539 27940 202087 30156 201170 31496 c
+199956 33260 198263 34149 196090 34149 c
+194594 34149 193127 33754 191659 32950 c
+189373 31736 187609 30367 186367 28857 C
+186367 8551 l
+186367 6082 186551 4459 186890 3725 c
+187228 2977 187750 2413 188414 2046 c
+189091 1679 190460 1482 192534 1482 C
+192534 0 L
+173808 0 L
+173808 1482 L
+175544 1482 176758 1679 177449 2046 c
+178126 2413 178663 3006 179015 3824 c
+179368 4643 179552 6209 179552 8551 c
+179552 23029 l
+179552 27192 179425 29873 179185 31087 c
+178987 32004 178677 32625 178268 32964 c
+177858 33316 177294 33486 176574 33486 c
+175798 33486 174881 33274 173808 32865 C
+173188 34361 L
+184589 38989 L
+186367 38989 L
+186367 30918 L
+@c
+F
+%CHAR: 238339 0 (e) @t
+247356 23608 m
+247328 17978 248682 13575 251448 10372 c
+254200 7183 257446 5588 261157 5588 c
+263640 5588 265799 6265 267634 7634 c
+269468 8989 270992 11331 272234 14633 C
+273518 13815 L
+272940 10033 271260 6590 268480 3500 c
+265686 395 262201 -1157 258024 -1157 c
+253466 -1157 249571 607 246340 4149 c
+243094 7691 241486 12460 241486 18443 c
+241486 24920 243137 29972 246467 33585 c
+249783 37211 253946 39031 258970 39031 c
+263217 39031 266702 37634 269426 34826 c
+272149 32032 273518 28293 273518 23608 C
+247356 23608 L
+@c
+247356 26007 m
+264882 26007 L
+264741 28434 264459 30141 264007 31129 c
+263330 32667 262300 33881 260931 34770 c
+259562 35645 258137 36096 256655 36096 c
+254369 36096 252323 35207 250517 33429 c
+248711 31651 247652 29168 247356 26007 C
+@c
+F
+%CHAR: 275917 0 (n) @t
+289605 30960 m
+294036 36308 298269 38989 302291 38989 c
+304365 38989 306143 38467 307625 37437 c
+309121 36407 310306 34699 311181 32329 c
+311788 30678 312084 28138 312084 24723 c
+312084 8551 l
+312084 6167 312281 4530 312677 3683 c
+312973 2992 313467 2455 314144 2060 c
+314807 1679 316063 1482 317884 1482 C
+317884 0 L
+299144 0 L
+299144 1482 L
+299934 1482 l
+301698 1482 302940 1764 303631 2300 c
+304337 2836 304831 3627 305099 4671 c
+305212 5080 305268 6378 305268 8551 c
+305268 24060 l
+305268 27503 304817 30000 303928 31567 c
+303025 33119 301515 33895 299398 33895 c
+296124 33895 292850 32103 289605 28519 C
+289605 8551 l
+289605 5997 289746 4417 290056 3810 c
+290437 3006 290974 2413 291651 2046 c
+292328 1679 293697 1482 295757 1482 C
+295757 0 L
+277032 0 L
+277032 1482 L
+277864 1482 l
+279783 1482 281096 1976 281773 2949 c
+282436 3937 282775 5800 282775 8551 c
+282775 22620 l
+282775 27164 282676 29930 282465 30918 c
+282267 31919 281942 32597 281519 32950 c
+281096 33302 280517 33486 279798 33486 c
+279036 33486 278104 33274 277032 32865 C
+276411 34361 L
+287827 38989 L
+289605 38989 L
+289605 30960 L
+@c
+F
+%CHAR: 318251 0 (t) @t
+331896 50306 m
+331896 37874 L
+340744 37874 L
+340744 34982 L
+331896 34982 L
+331896 10414 l
+331896 7959 332249 6308 332955 5461 c
+333646 4600 334549 4177 335650 4177 c
+336567 4177 337442 4459 338303 5024 c
+339150 5588 339813 6421 340293 7521 C
+341901 7521 L
+340928 4826 339573 2794 337809 1425 c
+336045 56 334225 -621 332348 -621 c
+331078 -621 329836 -268 328623 437 c
+327409 1143 326520 2145 325942 3457 c
+325363 4755 325067 6773 325067 9511 c
+325067 34982 L
+319084 34982 L
+319084 36336 L
+320593 36943 322146 37973 323726 39412 c
+325307 40866 326732 42588 327959 44563 c
+328594 45607 329483 47526 330612 50306 C
+331896 50306 L
+@c
+F
+%CHAR: 384108 0 (#) @t
+388863 -1157 m
+392702 17653 L
+385632 17653 L
+385632 21040 L
+393365 21040 L
+396215 35221 L
+385632 35221 L
+385632 38523 L
+397006 38523 L
+400773 57334 L
+404202 57334 L
+400435 38523 L
+414376 38523 L
+418384 57334 L
+421813 57334 L
+417890 38523 L
+424917 38523 L
+424917 35221 L
+417269 35221 L
+414376 21040 L
+424917 21040 L
+424917 17653 L
+413671 17653 L
+409819 -1157 L
+406474 -1157 L
+410242 17653 L
+396215 17653 L
+392292 -1157 L
+388863 -1157 L
+@c
+396836 21040 m
+410863 21040 L
+413826 35221 L
+399729 35221 L
+396836 21040 L
+@c
+F
+%CHAR: 426442 0 (3) @t
+430746 45396 m
+432340 49163 434358 52084 436800 54130 c
+439241 56191 442275 57221 445915 57221 c
+450403 57221 453846 55753 456245 52832 c
+458065 50659 458982 48331 458982 45847 c
+458982 41769 456414 37550 451292 33204 C
+454735 31849 457331 29916 459095 27404 c
+460859 24906 461748 21957 461748 18556 c
+461748 13716 460210 9511 457120 5955 c
+453098 1326 447270 -988 439636 -988 c
+435854 -988 433286 -522 431917 409 c
+430562 1355 429871 2357 429871 3429 c
+429871 4233 430196 4939 430845 5546 c
+431494 6152 432270 6449 433187 6449 c
+433864 6449 434570 6336 435290 6124 c
+435755 5983 436814 5475 438479 4614 c
+440130 3739 441273 3231 441908 3062 c
+442924 2752 444010 2611 445168 2611 c
+447976 2611 450431 3697 452505 5870 c
+454594 8043 455624 10626 455624 13603 c
+455624 15776 455144 17907 454185 19967 c
+453465 21505 452675 22677 451828 23481 c
+450643 24582 449020 25584 446946 26473 c
+444885 27376 442769 27827 440624 27827 c
+439297 27827 L
+439297 29069 L
+441470 29337 443658 30127 445845 31426 c
+448046 32710 449641 34276 450629 36096 c
+451616 37917 452110 39906 452110 42079 c
+452110 44930 451221 47216 449443 48966 c
+447665 50716 445464 51590 442811 51590 c
+438535 51590 434979 49304 432101 44732 C
+430746 45396 L
+@c
+F
+%CHAR: 489943 0 (o) @t
+511110 38989 m
+516839 38989 521439 36802 524925 32456 c
+527874 28730 529341 24455 529341 19643 c
+529341 16242 528523 12813 526900 9342 c
+525277 5870 523034 3246 520183 1482 c
+517333 -282 514158 -1157 510658 -1157 c
+504943 -1157 500413 1115 497055 5659 c
+494219 9497 492793 13801 492793 18556 c
+492793 22042 493654 25485 495376 28914 c
+497097 32343 499369 34883 502177 36520 c
+504986 38171 507963 38989 511110 38989 c
+@c
+509826 36294 m
+508372 36294 506905 35871 505423 34996 c
+503955 34121 502756 32611 501853 30424 c
+500936 28251 500484 25457 500484 22042 c
+500484 16524 501585 11769 503772 7775 c
+505959 3782 508852 1778 512436 1778 c
+515103 1778 517305 2879 519054 5080 c
+520790 7295 521651 11077 521651 16454 c
+521651 23185 520211 28476 517305 32329 c
+515357 34982 512860 36294 509826 36294 c
+@c
+F
+%CHAR: 532277 0 (f) @t
+549718 34897 m
+549718 10005 l
+549718 6477 550114 4247 550876 3302 c
+551906 2088 553260 1482 554968 1482 c
+558411 1482 L
+558411 0 L
+535791 0 L
+535791 1482 L
+537484 1482 l
+538585 1482 539601 1764 540504 2314 c
+541407 2865 542042 3612 542381 4544 c
+542733 5489 542903 7310 542903 10005 c
+542903 34897 L
+535537 34897 L
+535537 37874 L
+542903 37874 L
+542903 40344 l
+542903 44126 543509 47329 544723 49939 c
+545937 52564 547785 54681 550283 56289 c
+552781 57898 555575 58702 558693 58702 c
+561586 58702 564253 57771 566680 55894 c
+568275 54653 569065 53256 569065 51717 c
+569065 50885 568712 50109 567992 49389 c
+567273 48655 566511 48288 565678 48288 c
+565043 48288 564380 48514 563674 48966 c
+562969 49417 562108 50405 561092 51901 c
+560076 53411 559131 54413 558284 54949 c
+557423 55471 556478 55725 555433 55725 c
+554163 55725 553091 55386 552202 54709 c
+551327 54046 550692 52987 550297 51576 c
+549916 50151 549718 46496 549718 40598 c
+549718 37874 L
+559483 37874 L
+559483 34897 L
+549718 34897 L
+@c
+F
+%CHAR: 581638 0 (\134) @t
+585067 58787 m
+605331 -1157 L
+602015 -1157 L
+581765 58787 L
+585067 58787 L
+@c
+F
+%CHAR: 605161 0 (d) @t
+634555 4262 m
+632706 2328 630900 945 629136 99 c
+627372 -734 625467 -1157 623435 -1157 c
+619300 -1157 615688 579 612598 4036 c
+609521 7493 607969 11938 607969 17357 c
+607969 22790 609677 27757 613106 32272 c
+616520 36774 620909 39031 626285 39031 c
+629616 39031 632381 37959 634555 35842 C
+634555 42827 l
+634555 47160 634456 49812 634244 50814 c
+634032 51802 633708 52479 633270 52832 c
+632833 53199 632283 53368 631619 53368 c
+630900 53368 629954 53157 628769 52705 C
+628233 54159 L
+639522 58787 L
+641370 58787 L
+641370 15000 l
+641370 10569 641483 7860 641681 6886 c
+641892 5898 642217 5221 642683 4840 c
+643134 4445 643670 4262 644263 4262 c
+645011 4262 646013 4487 647240 4967 C
+647706 3514 L
+636460 -1157 L
+634555 -1157 L
+634555 4262 L
+@c
+634555 7154 m
+634555 26670 l
+634385 28533 633891 30254 633073 31792 c
+632240 33331 631140 34502 629785 35278 c
+628416 36068 627090 36463 625792 36463 c
+623364 36463 621205 35377 619300 33204 c
+616789 30325 615533 26148 615533 20631 c
+615533 15057 616746 10795 619173 7832 c
+621601 4868 624296 3387 627273 3387 c
+629785 3387 632212 4643 634555 7154 C
+@c
+F
+%CHAR: 647495 0 (i) @t
+659772 58787 m
+660929 58787 661917 58378 662735 57574 c
+663539 56755 663949 55767 663949 54610 c
+663949 53453 663539 52465 662735 51633 c
+661917 50814 660929 50391 659772 50391 c
+658615 50391 657627 50814 656794 51633 c
+655976 52465 655552 53453 655552 54610 c
+655552 55767 655962 56755 656780 57574 c
+657584 58378 658586 58787 659772 58787 c
+@c
+663201 38989 m
+663201 8551 l
+663201 6181 663370 4614 663723 3824 c
+664062 3034 664570 2455 665247 2060 c
+665924 1679 667166 1482 668958 1482 C
+668958 0 L
+650557 0 L
+650557 1482 L
+652406 1482 653647 1665 654268 2032 c
+654903 2385 655411 2977 655778 3810 c
+656159 4628 656343 6209 656343 8551 c
+656343 23156 l
+656343 27263 656216 29916 655976 31129 c
+655778 32018 655468 32625 655059 32964 c
+654649 33316 654085 33486 653365 33486 c
+652589 33486 651658 33274 650557 32865 C
+649979 34361 L
+661380 38989 L
+663201 38989 L
+@c
+F
+%CHAR: 671018 0 (a) @t
+695120 5461 m
+691239 2455 688798 720 687796 254 c
+686315 -437 684734 -790 683055 -790 c
+680430 -790 678271 113 676578 1905 c
+674884 3697 674038 6054 674038 8975 c
+674038 10823 674447 12418 675280 13772 c
+676408 15635 678370 17399 681164 19064 c
+683958 20715 688615 22719 695120 25090 C
+695120 26585 l
+695120 30353 694527 32950 693328 34361 c
+692128 35758 690379 36463 688093 36463 c
+686357 36463 684974 35998 683958 35052 c
+682914 34121 682392 33048 682392 31835 c
+682476 29436 l
+682476 28166 682152 27192 681503 26501 c
+680853 25809 680007 25471 678963 25471 c
+677932 25471 677100 25823 676451 26543 c
+675802 27263 675477 28236 675477 29478 c
+675477 31849 676691 34022 679118 36012 c
+681545 37987 684946 38989 689334 38989 c
+692693 38989 695444 38425 697603 37296 c
+699226 36435 700426 35094 701202 33274 c
+701696 32089 701936 29676 701936 26007 c
+701936 13152 l
+701936 9539 702006 7324 702147 6505 c
+702288 5701 702514 5151 702825 4882 c
+703149 4600 703516 4459 703925 4459 c
+704363 4459 704758 4558 705082 4755 c
+705661 5108 706776 6124 708427 7775 C
+708427 5461 L
+705350 1326 702401 -748 699579 -748 c
+698238 -748 697166 -282 696362 663 c
+695557 1595 695148 3203 695120 5461 C
+@c
+695120 8142 m
+695120 22578 L
+690957 20913 688276 19742 687062 19064 c
+684875 17851 683323 16581 682392 15254 c
+681446 13928 680980 12488 680980 10908 c
+680980 8932 681573 7281 682758 5969 c
+683944 4671 685313 4008 686851 4008 c
+688953 4008 691705 5390 695120 8142 C
+@c
+F
+%CHAR: 708596 0 (g) @t
+721367 13815 m
+719052 14944 717274 16510 716033 18542 c
+714791 20574 714184 22804 714184 25259 c
+714184 29013 715595 32230 718417 34939 c
+721240 37634 724852 38989 729269 38989 c
+732881 38989 736000 38100 738653 36336 C
+746668 36336 l
+747853 36336 748545 36308 748742 36237 c
+748926 36167 749067 36054 749151 35885 c
+749321 35631 749405 35193 749405 34558 c
+749405 33839 749335 33345 749194 33077 c
+749109 32935 748968 32823 748756 32738 c
+748559 32653 747853 32625 746668 32625 c
+741757 32625 L
+743295 30635 744071 28095 744071 25005 c
+744071 21477 742717 18472 740022 15960 c
+737312 13448 733686 12192 729142 12192 c
+727265 12192 725360 12474 723399 13025 C
+722185 11980 721367 11063 720943 10273 c
+720506 9483 720294 8819 720294 8269 c
+720294 7803 720520 7352 720971 6900 c
+721437 6463 722326 6152 723639 5955 c
+724415 5842 726348 5743 729438 5659 c
+735111 5532 738794 5334 740473 5080 c
+743027 4727 745073 3782 746611 2230 c
+748135 691 748897 -1214 748897 -3471 c
+748897 -6590 747444 -9511 744523 -12234 c
+740219 -16256 734617 -18274 727703 -18274 c
+722383 -18274 717881 -17075 714212 -14676 c
+712152 -13293 711122 -11867 711122 -10372 c
+711122 -9708 711263 -9059 711573 -8396 c
+712039 -7366 713013 -5955 714466 -4135 c
+714664 -3881 716061 -2399 718685 325 C
+717246 1185 716244 1947 715652 2625 c
+715059 3302 714763 4064 714763 4925 c
+714763 5884 715144 7013 715934 8311 c
+716724 9610 718530 11444 721367 13815 C
+@c
+728563 36999 m
+726531 36999 724810 36181 723441 34558 c
+722058 32935 721367 30438 721367 27079 c
+721367 22719 722312 19346 724189 16948 c
+725614 15127 727434 14224 729636 14224 c
+731738 14224 733460 15000 734800 16581 c
+736155 18147 736832 20616 736832 23975 c
+736832 28363 735887 31792 733982 34276 c
+732571 36096 730765 36999 728563 36999 c
+@c
+720957 0 m
+719659 -1411 718685 -2709 718022 -3923 c
+717359 -5136 717034 -6251 717034 -7281 c
+717034 -8594 717825 -9751 719433 -10753 c
+722185 -12460 726164 -13307 731371 -13307 c
+736339 -13307 739993 -12432 742350 -10682 c
+744706 -8932 745892 -7070 745892 -5080 c
+745892 -3655 745186 -2639 743775 -2032 c
+742350 -1425 739499 -1058 735266 -945 c
+729057 -790 724288 -466 720957 0 C
+@c
+F
+%CHAR: 750930 0 (L) @t
+799458 15508 m
+800827 15212 L
+796029 0 L
+752623 0 L
+752623 1524 L
+754740 1524 l
+757111 1524 758804 2300 759820 3838 c
+760399 4727 760681 6773 760681 9962 c
+760681 46144 l
+760681 49643 760300 51830 759524 52705 c
+758451 53919 756857 54526 754740 54526 c
+752623 54526 L
+752623 56064 L
+778009 56064 L
+778009 54526 L
+775032 54554 772943 54286 771744 53707 c
+770545 53129 769726 52395 769289 51506 c
+768851 50631 768625 48514 768625 45184 c
+768625 9962 l
+768625 7676 768851 6110 769289 5249 c
+769613 4671 770121 4247 770813 3965 c
+771504 3697 773649 3556 777261 3556 c
+781354 3556 l
+785658 3556 788677 3866 790413 4501 c
+792149 5136 793729 6265 795169 7874 c
+796594 9483 798033 12037 799458 15508 C
+@c
+F
+%CHAR: 802647 0 (e) @t
+811664 23608 m
+811636 17978 812990 13575 815756 10372 c
+818508 7183 821754 5588 825465 5588 c
+827948 5588 830107 6265 831942 7634 c
+833776 8989 835300 11331 836542 14633 C
+837826 13815 L
+837248 10033 835568 6590 832788 3500 c
+829994 395 826509 -1157 822332 -1157 c
+817774 -1157 813879 607 810648 4149 c
+807402 7691 805794 12460 805794 18443 c
+805794 24920 807445 29972 810775 33585 c
+814091 37211 818254 39031 823278 39031 c
+827525 39031 831010 37634 833734 34826 c
+836457 32032 837826 28293 837826 23608 C
+811664 23608 L
+@c
+811664 26007 m
+829190 26007 L
+829049 28434 828767 30141 828315 31129 c
+827638 32667 826608 33881 825239 34770 c
+823870 35645 822445 36096 820963 36096 c
+818677 36096 816631 35207 814825 33429 c
+813019 31651 811960 29168 811664 26007 C
+@c
+F
+%CHAR: 840225 0 (g) @t
+852996 13815 m
+850681 14944 848903 16510 847662 18542 c
+846420 20574 845813 22804 845813 25259 c
+845813 29013 847224 32230 850046 34939 c
+852869 37634 856481 38989 860898 38989 c
+864510 38989 867629 38100 870282 36336 C
+878297 36336 l
+879482 36336 880174 36308 880371 36237 c
+880555 36167 880696 36054 880780 35885 c
+880950 35631 881034 35193 881034 34558 c
+881034 33839 880964 33345 880823 33077 c
+880738 32935 880597 32823 880385 32738 c
+880188 32653 879482 32625 878297 32625 c
+873386 32625 L
+874924 30635 875700 28095 875700 25005 c
+875700 21477 874346 18472 871651 15960 c
+868941 13448 865315 12192 860771 12192 c
+858894 12192 856989 12474 855028 13025 C
+853814 11980 852996 11063 852572 10273 c
+852135 9483 851923 8819 851923 8269 c
+851923 7803 852149 7352 852600 6900 c
+853066 6463 853955 6152 855268 5955 c
+856044 5842 857977 5743 861067 5659 c
+866740 5532 870423 5334 872102 5080 c
+874656 4727 876702 3782 878240 2230 c
+879764 691 880526 -1214 880526 -3471 c
+880526 -6590 879073 -9511 876152 -12234 c
+871848 -16256 866246 -18274 859332 -18274 c
+854012 -18274 849510 -17075 845841 -14676 c
+843781 -13293 842751 -11867 842751 -10372 c
+842751 -9708 842892 -9059 843202 -8396 c
+843668 -7366 844642 -5955 846095 -4135 c
+846293 -3881 847690 -2399 850314 325 C
+848875 1185 847873 1947 847281 2625 c
+846688 3302 846392 4064 846392 4925 c
+846392 5884 846773 7013 847563 8311 c
+848353 9610 850159 11444 852996 13815 C
+@c
+860192 36999 m
+858160 36999 856439 36181 855070 34558 c
+853687 32935 852996 30438 852996 27079 c
+852996 22719 853941 19346 855818 16948 c
+857243 15127 859063 14224 861265 14224 c
+863367 14224 865089 15000 866429 16581 c
+867784 18147 868461 20616 868461 23975 c
+868461 28363 867516 31792 865611 34276 c
+864200 36096 862394 36999 860192 36999 c
+@c
+852586 0 m
+851288 -1411 850314 -2709 849651 -3923 c
+848988 -5136 848663 -6251 848663 -7281 c
+848663 -8594 849454 -9751 851062 -10753 c
+853814 -12460 857793 -13307 863000 -13307 c
+867968 -13307 871622 -12432 873979 -10682 c
+876335 -8932 877521 -7070 877521 -5080 c
+877521 -3655 876815 -2639 875404 -2032 c
+873979 -1425 871128 -1058 866895 -945 c
+860686 -790 855917 -466 852586 0 C
+@c
+F
+%CHAR: 882559 0 (e) @t
+891576 23608 m
+891548 17978 892902 13575 895668 10372 c
+898420 7183 901666 5588 905377 5588 c
+907860 5588 910019 6265 911854 7634 c
+913688 8989 915212 11331 916454 14633 C
+917738 13815 L
+917160 10033 915480 6590 912700 3500 c
+909906 395 906421 -1157 902244 -1157 c
+897686 -1157 893791 607 890560 4149 c
+887314 7691 885706 12460 885706 18443 c
+885706 24920 887357 29972 890687 33585 c
+894003 37211 898166 39031 903190 39031 c
+907437 39031 910922 37634 913646 34826 c
+916369 32032 917738 28293 917738 23608 C
+891576 23608 L
+@c
+891576 26007 m
+909102 26007 L
+908961 28434 908679 30141 908227 31129 c
+907550 32667 906520 33881 905151 34770 c
+903782 35645 902357 36096 900875 36096 c
+898589 36096 896543 35207 894737 33429 c
+892931 31651 891872 29168 891576 26007 C
+@c
+F
+%CHAR: 920137 0 (n) @t
+933825 30960 m
+938256 36308 942489 38989 946511 38989 c
+948585 38989 950363 38467 951845 37437 c
+953341 36407 954526 34699 955401 32329 c
+956008 30678 956304 28138 956304 24723 c
+956304 8551 l
+956304 6167 956501 4530 956897 3683 c
+957193 2992 957687 2455 958364 2060 c
+959027 1679 960283 1482 962104 1482 C
+962104 0 L
+943364 0 L
+943364 1482 L
+944154 1482 l
+945918 1482 947160 1764 947851 2300 c
+948557 2836 949051 3627 949319 4671 c
+949432 5080 949488 6378 949488 8551 c
+949488 24060 l
+949488 27503 949037 30000 948148 31567 c
+947245 33119 945735 33895 943618 33895 c
+940344 33895 937070 32103 933825 28519 C
+933825 8551 l
+933825 5997 933966 4417 934276 3810 c
+934657 3006 935194 2413 935871 2046 c
+936548 1679 937917 1482 939977 1482 C
+939977 0 L
+921252 0 L
+921252 1482 L
+922084 1482 l
+924003 1482 925316 1976 925993 2949 c
+926656 3937 926995 5800 926995 8551 c
+926995 22620 l
+926995 27164 926896 29930 926685 30918 c
+926487 31919 926162 32597 925739 32950 c
+925316 33302 924737 33486 924018 33486 c
+923256 33486 922324 33274 921252 32865 C
+920631 34361 L
+932047 38989 L
+933825 38989 L
+933825 30960 L
+@c
+F
+%CHAR: 962471 0 (d) @t
+991865 4262 m
+990016 2328 988210 945 986446 99 c
+984682 -734 982777 -1157 980745 -1157 c
+976610 -1157 972998 579 969908 4036 c
+966831 7493 965279 11938 965279 17357 c
+965279 22790 966987 27757 970416 32272 c
+973830 36774 978219 39031 983595 39031 c
+986926 39031 989691 37959 991865 35842 C
+991865 42827 l
+991865 47160 991766 49812 991554 50814 c
+991342 51802 991018 52479 990580 52832 c
+990143 53199 989593 53368 988929 53368 c
+988210 53368 987264 53157 986079 52705 C
+985543 54159 L
+996832 58787 L
+998680 58787 L
+998680 15000 l
+998680 10569 998793 7860 998991 6886 c
+999202 5898 999527 5221 999993 4840 c
+1000444 4445 1000980 4262 1001573 4262 c
+1002321 4262 1003323 4487 1004550 4967 C
+1005016 3514 L
+993770 -1157 L
+991865 -1157 L
+991865 4262 L
+@c
+991865 7154 m
+991865 26670 l
+991695 28533 991201 30254 990383 31792 c
+989550 33331 988450 34502 987095 35278 c
+985726 36068 984400 36463 983102 36463 c
+980674 36463 978515 35377 976610 33204 c
+974099 30325 972843 26148 972843 20631 c
+972843 15057 974056 10795 976483 7832 c
+978911 4868 981606 3387 984583 3387 c
+987095 3387 989522 4643 991865 7154 C
+@c
+F
+%CHAR: 1004805 0 (b) @t
+1017830 31341 m
+1021499 36435 1025450 38989 1029697 38989 c
+1033578 38989 1036964 37324 1039857 34008 c
+1042750 30678 1044203 26148 1044203 20377 c
+1044203 13660 1041974 8241 1037501 4135 c
+1033676 607 1029401 -1157 1024688 -1157 c
+1022486 -1157 1020243 -762 1017971 42 c
+1015699 847 1013370 2046 1011000 3641 C
+1011000 42870 l
+1011000 47174 1010901 49812 1010689 50814 c
+1010492 51802 1010167 52479 1009730 52832 c
+1009278 53199 1008728 53368 1008065 53368 c
+1007303 53368 1006329 53157 1005172 52705 C
+1004593 54159 L
+1015967 58787 L
+1017830 58787 L
+1017830 31341 L
+@c
+1017830 28688 m
+1017830 6040 L
+1019227 4657 1020680 3612 1022190 2921 c
+1023686 2215 1025224 1863 1026804 1863 c
+1029302 1863 1031644 3246 1033803 5997 c
+1035962 8749 1037049 12756 1037049 18020 c
+1037049 22874 1035962 26600 1033803 29210 c
+1031644 31807 1029189 33119 1026423 33119 c
+1024970 33119 1023502 32738 1022049 32004 c
+1020948 31454 1019537 30339 1017830 28688 C
+@c
+F
+%CHAR: 1047139 0 (e) @t
+1056156 23608 m
+1056128 17978 1057482 13575 1060248 10372 c
+1063000 7183 1066246 5588 1069957 5588 c
+1072440 5588 1074599 6265 1076434 7634 c
+1078268 8989 1079792 11331 1081034 14633 C
+1082318 13815 L
+1081740 10033 1080060 6590 1077280 3500 c
+1074486 395 1071001 -1157 1066824 -1157 c
+1062266 -1157 1058371 607 1055140 4149 c
+1051894 7691 1050286 12460 1050286 18443 c
+1050286 24920 1051937 29972 1055267 33585 c
+1058583 37211 1062746 39031 1067770 39031 c
+1072017 39031 1075502 37634 1078226 34826 c
+1080949 32032 1082318 28293 1082318 23608 C
+1056156 23608 L
+@c
+1056156 26007 m
+1073682 26007 L
+1073541 28434 1073259 30141 1072807 31129 c
+1072130 32667 1071100 33881 1069731 34770 c
+1068362 35645 1066937 36096 1065455 36096 c
+1063169 36096 1061123 35207 1059317 33429 c
+1057511 31651 1056452 29168 1056156 26007 C
+@c
+F
+%CHAR: 1084717 0 (g) @t
+1097488 13815 m
+1095173 14944 1093395 16510 1092154 18542 c
+1090912 20574 1090305 22804 1090305 25259 c
+1090305 29013 1091716 32230 1094538 34939 c
+1097361 37634 1100973 38989 1105390 38989 c
+1109002 38989 1112121 38100 1114774 36336 C
+1122789 36336 l
+1123974 36336 1124666 36308 1124863 36237 c
+1125047 36167 1125188 36054 1125272 35885 c
+1125442 35631 1125526 35193 1125526 34558 c
+1125526 33839 1125456 33345 1125315 33077 c
+1125230 32935 1125089 32823 1124877 32738 c
+1124680 32653 1123974 32625 1122789 32625 c
+1117878 32625 L
+1119416 30635 1120192 28095 1120192 25005 c
+1120192 21477 1118838 18472 1116143 15960 c
+1113433 13448 1109807 12192 1105263 12192 c
+1103386 12192 1101481 12474 1099520 13025 C
+1098306 11980 1097488 11063 1097064 10273 c
+1096627 9483 1096415 8819 1096415 8269 c
+1096415 7803 1096641 7352 1097092 6900 c
+1097558 6463 1098447 6152 1099760 5955 c
+1100536 5842 1102469 5743 1105559 5659 c
+1111232 5532 1114915 5334 1116594 5080 c
+1119148 4727 1121194 3782 1122732 2230 c
+1124256 691 1125018 -1214 1125018 -3471 c
+1125018 -6590 1123565 -9511 1120644 -12234 c
+1116340 -16256 1110738 -18274 1103824 -18274 c
+1098504 -18274 1094002 -17075 1090333 -14676 c
+1088273 -13293 1087243 -11867 1087243 -10372 c
+1087243 -9708 1087384 -9059 1087694 -8396 c
+1088160 -7366 1089134 -5955 1090587 -4135 c
+1090785 -3881 1092182 -2399 1094806 325 C
+1093367 1185 1092365 1947 1091773 2625 c
+1091180 3302 1090884 4064 1090884 4925 c
+1090884 5884 1091265 7013 1092055 8311 c
+1092845 9610 1094651 11444 1097488 13815 C
+@c
+1104684 36999 m
+1102652 36999 1100931 36181 1099562 34558 c
+1098179 32935 1097488 30438 1097488 27079 c
+1097488 22719 1098433 19346 1100310 16948 c
+1101735 15127 1103555 14224 1105757 14224 c
+1107859 14224 1109581 15000 1110921 16581 c
+1112276 18147 1112953 20616 1112953 23975 c
+1112953 28363 1112008 31792 1110103 34276 c
+1108692 36096 1106886 36999 1104684 36999 c
+@c
+1097078 0 m
+1095780 -1411 1094806 -2709 1094143 -3923 c
+1093480 -5136 1093155 -6251 1093155 -7281 c
+1093155 -8594 1093946 -9751 1095554 -10753 c
+1098306 -12460 1102285 -13307 1107492 -13307 c
+1112460 -13307 1116114 -12432 1118471 -10682 c
+1120827 -8932 1122013 -7070 1122013 -5080 c
+1122013 -3655 1121307 -2639 1119896 -2032 c
+1118471 -1425 1115620 -1058 1111387 -945 c
+1105178 -790 1100409 -466 1097078 0 C
+@c
+F
+%CHAR: 1127051 0 (i) @t
+1139328 58787 m
+1140485 58787 1141473 58378 1142291 57574 c
+1143095 56755 1143505 55767 1143505 54610 c
+1143505 53453 1143095 52465 1142291 51633 c
+1141473 50814 1140485 50391 1139328 50391 c
+1138171 50391 1137183 50814 1136350 51633 c
+1135532 52465 1135108 53453 1135108 54610 c
+1135108 55767 1135518 56755 1136336 57574 c
+1137140 58378 1138142 58787 1139328 58787 c
+@c
+1142757 38989 m
+1142757 8551 l
+1142757 6181 1142926 4614 1143279 3824 c
+1143618 3034 1144126 2455 1144803 2060 c
+1145480 1679 1146722 1482 1148514 1482 C
+1148514 0 L
+1130113 0 L
+1130113 1482 L
+1131962 1482 1133203 1665 1133824 2032 c
+1134459 2385 1134967 2977 1135334 3810 c
+1135715 4628 1135899 6209 1135899 8551 c
+1135899 23156 l
+1135899 27263 1135772 29916 1135532 31129 c
+1135334 32018 1135024 32625 1134615 32964 c
+1134205 33316 1133641 33486 1132921 33486 c
+1132145 33486 1131214 33274 1130113 32865 C
+1129535 34361 L
+1140936 38989 L
+1142757 38989 L
+@c
+F
+%CHAR: 1150574 0 (n) @t
+1164262 30960 m
+1168693 36308 1172926 38989 1176948 38989 c
+1179022 38989 1180800 38467 1182282 37437 c
+1183778 36407 1184963 34699 1185838 32329 c
+1186445 30678 1186741 28138 1186741 24723 c
+1186741 8551 l
+1186741 6167 1186938 4530 1187334 3683 c
+1187630 2992 1188124 2455 1188801 2060 c
+1189464 1679 1190720 1482 1192541 1482 C
+1192541 0 L
+1173801 0 L
+1173801 1482 L
+1174591 1482 l
+1176355 1482 1177597 1764 1178288 2300 c
+1178994 2836 1179488 3627 1179756 4671 c
+1179869 5080 1179925 6378 1179925 8551 c
+1179925 24060 l
+1179925 27503 1179474 30000 1178585 31567 c
+1177682 33119 1176172 33895 1174055 33895 c
+1170781 33895 1167507 32103 1164262 28519 C
+1164262 8551 l
+1164262 5997 1164403 4417 1164713 3810 c
+1165094 3006 1165631 2413 1166308 2046 c
+1166985 1679 1168354 1482 1170414 1482 C
+1170414 0 L
+1151689 0 L
+1151689 1482 L
+1152521 1482 l
+1154440 1482 1155753 1976 1156430 2949 c
+1157093 3937 1157432 5800 1157432 8551 c
+1157432 22620 l
+1157432 27164 1157333 29930 1157122 30918 c
+1156924 31919 1156599 32597 1156176 32950 c
+1155753 33302 1155174 33486 1154455 33486 c
+1153693 33486 1152761 33274 1151689 32865 C
+1151068 34361 L
+1162484 38989 L
+1164262 38989 L
+1164262 30960 L
+@c
+F
+T
+@rax %Note: Object
+107.46283 669.45685 217.34504 701.92205 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+107.46283 674.45150 m
+121.19811 701.92205 L
+217.34504 669.45685 L
+S
+
+@rax %Note: Object
+164.90126 671.95417 318.48661 701.92205 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+318.48661 701.92205 m
+164.90126 671.95417 L
+S
+
+@rax %Note: Object
+38.78646 597.03449 52.52173 615.76441 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+52.52173 615.76441 m
+38.78646 597.03449 L
+S
+
+@rax 555.17471 468.05868 603.59868 598.53515 @E
+[0.00000001 -0.00028346 0.00028346 0.00000001 586.93462420 533.22687813] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_TimesNewRoman 84667.00000 z
+%CHAR: -210384 0 (i) @t
+-198107 58787 m
+-196950 58787 -195962 58378 -195144 57574 c
+-194340 56755 -193930 55767 -193930 54610 c
+-193930 53453 -194340 52465 -195144 51633 c
+-195962 50814 -196950 50391 -198107 50391 c
+-199264 50391 -200252 50814 -201085 51633 c
+-201903 52465 -202327 53453 -202327 54610 c
+-202327 55767 -201917 56755 -201099 57574 c
+-200295 58378 -199293 58787 -198107 58787 c
+@c
+-194678 38989 m
+-194678 8551 l
+-194678 6181 -194509 4614 -194156 3824 c
+-193817 3034 -193309 2455 -192632 2060 c
+-191955 1679 -190713 1482 -188921 1482 C
+-188921 0 L
+-207322 0 L
+-207322 1482 L
+-205473 1482 -204232 1665 -203611 2032 c
+-202976 2385 -202468 2977 -202101 3810 c
+-201720 4628 -201536 6209 -201536 8551 c
+-201536 23156 l
+-201536 27263 -201663 29916 -201903 31129 c
+-202101 32018 -202411 32625 -202820 32964 c
+-203230 33316 -203794 33486 -204514 33486 c
+-205290 33486 -206221 33274 -207322 32865 C
+-207900 34361 L
+-196499 38989 L
+-194678 38989 L
+@c
+F
+%CHAR: -186861 0 (s) @t
+-159739 38989 m
+-159739 26092 L
+-161108 26092 L
+-162152 30141 -163493 32893 -165130 34361 c
+-166781 35814 -168869 36548 -171395 36548 c
+-173328 36548 -174881 36040 -176066 35010 c
+-177251 33994 -177844 32865 -177844 31623 c
+-177844 30085 -177407 28759 -176532 27658 c
+-175671 26529 -173935 25330 -171310 24060 c
+-165285 21124 l
+-159683 18401 -156889 14803 -156889 10329 c
+-156889 6886 -158187 4120 -160798 2004 c
+-163394 -99 -166315 -1157 -169532 -1157 c
+-171861 -1157 -174500 -748 -177477 85 c
+-178380 353 -179128 494 -179707 494 c
+-180342 494 -180836 141 -181202 -579 C
+-182557 -579 L
+-182557 12940 L
+-181202 12940 L
+-180426 9088 -178945 6181 -176772 4219 c
+-174598 2258 -172157 1284 -169462 1284 c
+-167557 1284 -166005 1834 -164805 2949 c
+-163606 4078 -163013 5419 -163013 6985 c
+-163013 8890 -163676 10485 -165017 11783 c
+-166343 13081 -169010 14718 -173018 16708 c
+-177011 18683 -179622 20475 -180864 22070 c
+-182106 23650 -182726 25626 -182726 28025 c
+-182726 31143 -181654 33754 -179523 35842 c
+-177392 37931 -174627 38989 -171240 38989 c
+-169744 38989 -167938 38665 -165821 38030 c
+-164410 37620 -163479 37409 -163013 37409 c
+-162562 37409 -162223 37507 -161969 37705 c
+-161729 37903 -161433 38326 -161108 38989 C
+-159739 38989 L
+@c
+F
+%CHAR: -132744 0 (c) @t
+-97932 14393 m
+-98948 9398 -100952 5560 -103929 2879 c
+-106906 183 -110194 -1157 -113807 -1157 c
+-118111 -1157 -121864 649 -125053 4262 c
+-128257 7874 -129851 12742 -129851 18895 c
+-129851 24850 -128073 29690 -124531 33401 c
+-120989 37126 -116742 38989 -111789 38989 c
+-108064 38989 -105001 38001 -102603 36026 c
+-100204 34064 -99004 32018 -99004 29887 c
+-99004 28843 -99343 27997 -100020 27347 c
+-100698 26698 -101643 26374 -102857 26374 c
+-104479 26374 -105707 26896 -106540 27940 c
+-107005 28519 -107316 29633 -107457 31256 c
+-107612 32879 -108176 34121 -109136 34982 c
+-110110 35800 -111436 36209 -113144 36209 c
+-115909 36209 -118125 35193 -119804 33161 c
+-122034 30452 -123148 26882 -123148 22451 c
+-123148 17935 -122048 13942 -119818 10485 c
+-117603 7027 -114611 5292 -110829 5292 c
+-108134 5292 -105707 6209 -103562 8057 c
+-102038 9327 -100571 11628 -99131 14972 C
+-97932 14393 L
+@c
+F
+%CHAR: -95166 0 (a) @t
+-71064 5461 m
+-74945 2455 -77386 720 -78388 254 c
+-79869 -437 -81450 -790 -83129 -790 c
+-85754 -790 -87913 113 -89606 1905 c
+-91300 3697 -92146 6054 -92146 8975 c
+-92146 10823 -91737 12418 -90904 13772 c
+-89776 15635 -87814 17399 -85020 19064 c
+-82226 20715 -77569 22719 -71064 25090 C
+-71064 26585 l
+-71064 30353 -71657 32950 -72856 34361 c
+-74056 35758 -75805 36463 -78091 36463 c
+-79827 36463 -81210 35998 -82226 35052 c
+-83270 34121 -83792 33048 -83792 31835 c
+-83708 29436 l
+-83708 28166 -84032 27192 -84681 26501 c
+-85331 25809 -86177 25471 -87236 25471 c
+-88252 25471 -89084 25823 -89733 26543 c
+-90382 27263 -90707 28236 -90707 29478 c
+-90707 31849 -89493 34022 -87066 36012 c
+-84639 37987 -81238 38989 -76850 38989 c
+-73491 38989 -70740 38425 -68581 37296 c
+-66958 36435 -65758 35094 -64982 33274 c
+-64488 32089 -64248 29676 -64248 26007 c
+-64248 13152 l
+-64248 9539 -64178 7324 -64037 6505 c
+-63896 5701 -63670 5151 -63359 4882 c
+-63035 4600 -62668 4459 -62259 4459 c
+-61821 4459 -61426 4558 -61102 4755 c
+-60523 5108 -59408 6124 -57757 7775 C
+-57757 5461 L
+-60834 1326 -63783 -748 -66605 -748 c
+-67946 -748 -69018 -282 -69822 663 c
+-70627 1595 -71036 3203 -71064 5461 C
+@c
+-71064 8142 m
+-71064 22578 L
+-75227 20913 -77908 19742 -79122 19064 c
+-81309 17851 -82861 16581 -83792 15254 c
+-84738 13928 -85204 12488 -85204 10908 c
+-85204 8932 -84611 7281 -83426 5969 c
+-82240 4671 -80871 4008 -79333 4008 c
+-77231 4008 -74479 5390 -71064 8142 C
+@c
+F
+%CHAR: -57588 0 (l) @t
+-41925 58787 m
+-41925 8551 l
+-41925 6181 -41741 4614 -41402 3838 c
+-41064 3076 -40528 2484 -39808 2088 c
+-39088 1693 -37762 1482 -35800 1482 C
+-35800 0 L
+-54357 0 L
+-54357 1482 L
+-52621 1482 -51436 1665 -50815 2032 c
+-50180 2385 -49672 2977 -49319 3810 c
+-48966 4628 -48783 6209 -48783 8551 c
+-48783 42954 l
+-48783 47230 -48881 49855 -49065 50828 c
+-49262 51802 -49573 52479 -49996 52832 c
+-50434 53199 -50970 53368 -51633 53368 c
+-52353 53368 -53256 53157 -54357 52705 C
+-55062 54159 L
+-43773 58787 L
+-41925 58787 L
+@c
+F
+%CHAR: -34065 0 (c) @t
+747 14393 m
+-269 9398 -2273 5560 -5250 2879 c
+-8227 183 -11515 -1157 -15128 -1157 c
+-19432 -1157 -23185 649 -26374 4262 c
+-29578 7874 -31172 12742 -31172 18895 c
+-31172 24850 -29394 29690 -25852 33401 c
+-22310 37126 -18063 38989 -13110 38989 c
+-9385 38989 -6322 38001 -3924 36026 c
+-1525 34064 -325 32018 -325 29887 c
+-325 28843 -664 27997 -1341 27347 c
+-2019 26698 -2964 26374 -4178 26374 c
+-5800 26374 -7028 26896 -7861 27940 c
+-8326 28519 -8637 29633 -8778 31256 c
+-8933 32879 -9497 34121 -10457 34982 c
+-11431 35800 -12757 36209 -14465 36209 c
+-17230 36209 -19446 35193 -21125 33161 c
+-23355 30452 -24469 26882 -24469 22451 c
+-24469 17935 -23369 13942 -21139 10485 c
+-18924 7027 -15932 5292 -12150 5292 c
+-9455 5292 -7028 6209 -4883 8057 c
+-3359 9327 -1892 11628 -452 14972 C
+747 14393 L
+@c
+F
+%CHAR: 3513 0 (u) @t
+39355 37874 m
+39355 14930 l
+39355 10541 39454 7860 39666 6886 c
+39877 5898 40202 5221 40654 4840 c
+41119 4445 41641 4262 42248 4262 c
+43109 4262 44068 4487 45141 4967 C
+45719 3514 L
+34388 -1157 L
+32540 -1157 L
+32540 6858 L
+29280 3330 26796 1115 25089 212 c
+23382 -706 21575 -1157 19684 -1157 c
+17554 -1157 15719 -550 14153 677 c
+12601 1905 11514 3485 10907 5419 c
+10300 7352 10004 10075 10004 13603 c
+10004 30508 l
+10004 32300 9807 33542 9426 34234 c
+9045 34925 8466 35447 7704 35828 c
+6956 36195 5573 36364 3598 36336 C
+3598 37874 L
+16862 37874 L
+16862 12531 l
+16862 9003 17483 6689 18711 5588 c
+19938 4473 21420 3923 23156 3923 c
+24341 3923 25682 4304 27177 5038 c
+28687 5786 30465 7211 32540 9299 C
+32540 30762 l
+32540 32907 32145 34361 31354 35123 c
+30564 35871 28941 36280 26458 36336 C
+26458 37874 L
+39355 37874 L
+@c
+F
+%CHAR: 45847 0 (l) @t
+61510 58787 m
+61510 8551 l
+61510 6181 61694 4614 62033 3838 c
+62371 3076 62907 2484 63627 2088 c
+64347 1693 65673 1482 67635 1482 C
+67635 0 L
+49078 0 L
+49078 1482 L
+50814 1482 51999 1665 52620 2032 c
+53255 2385 53763 2977 54116 3810 c
+54469 4628 54652 6209 54652 8551 c
+54652 42954 l
+54652 47230 54554 49855 54370 50828 c
+54173 51802 53862 52479 53439 52832 c
+53001 53199 52465 53368 51802 53368 c
+51082 53368 50179 53157 49078 52705 C
+48373 54159 L
+59662 58787 L
+61510 58787 L
+@c
+F
+%CHAR: 69370 0 (a) @t
+93472 5461 m
+89591 2455 87150 720 86148 254 c
+84667 -437 83086 -790 81407 -790 c
+78782 -790 76623 113 74930 1905 c
+73236 3697 72390 6054 72390 8975 c
+72390 10823 72799 12418 73632 13772 c
+74760 15635 76722 17399 79516 19064 c
+82310 20715 86967 22719 93472 25090 C
+93472 26585 l
+93472 30353 92879 32950 91680 34361 c
+90480 35758 88731 36463 86445 36463 c
+84709 36463 83326 35998 82310 35052 c
+81266 34121 80744 33048 80744 31835 c
+80828 29436 l
+80828 28166 80504 27192 79855 26501 c
+79205 25809 78359 25471 77300 25471 c
+76284 25471 75452 25823 74803 26543 c
+74154 27263 73829 28236 73829 29478 c
+73829 31849 75043 34022 77470 36012 c
+79897 37987 83298 38989 87686 38989 c
+91045 38989 93796 38425 95955 37296 c
+97578 36435 98778 35094 99554 33274 c
+100048 32089 100288 29676 100288 26007 c
+100288 13152 l
+100288 9539 100358 7324 100499 6505 c
+100640 5701 100866 5151 101177 4882 c
+101501 4600 101868 4459 102277 4459 c
+102715 4459 103110 4558 103434 4755 c
+104013 5108 105128 6124 106779 7775 C
+106779 5461 L
+103702 1326 100753 -748 97931 -748 c
+96590 -748 95518 -282 94714 663 c
+93909 1595 93500 3203 93472 5461 C
+@c
+93472 8142 m
+93472 22578 L
+89309 20913 86628 19742 85414 19064 c
+83227 17851 81675 16581 80744 15254 c
+79798 13928 79332 12488 79332 10908 c
+79332 8932 79925 7281 81110 5969 c
+82296 4671 83665 4008 85203 4008 c
+87305 4008 90057 5390 93472 8142 C
+@c
+F
+%CHAR: 106948 0 (t) @t
+120593 50306 m
+120593 37874 L
+129441 37874 L
+129441 34982 L
+120593 34982 L
+120593 10414 l
+120593 7959 120946 6308 121652 5461 c
+122343 4600 123246 4177 124347 4177 c
+125264 4177 126139 4459 127000 5024 c
+127847 5588 128510 6421 128990 7521 C
+130598 7521 L
+129625 4826 128270 2794 126506 1425 c
+124742 56 122922 -621 121045 -621 c
+119775 -621 118533 -268 117320 437 c
+116106 1143 115217 2145 114639 3457 c
+114060 4755 113764 6773 113764 9511 c
+113764 34982 L
+107781 34982 L
+107781 36336 L
+109290 36943 110843 37973 112423 39412 c
+114004 40866 115429 42588 116656 44563 c
+117291 45607 118180 47526 119309 50306 C
+120593 50306 L
+@c
+F
+%CHAR: 130471 0 (e) @t
+139488 23608 m
+139460 17978 140814 13575 143580 10372 c
+146332 7183 149578 5588 153289 5588 c
+155772 5588 157931 6265 159766 7634 c
+161600 8989 163124 11331 164366 14633 C
+165650 13815 L
+165072 10033 163392 6590 160612 3500 c
+157818 395 154333 -1157 150156 -1157 c
+145598 -1157 141703 607 138472 4149 c
+135226 7691 133618 12460 133618 18443 c
+133618 24920 135269 29972 138599 33585 c
+141915 37211 146078 39031 151102 39031 c
+155349 39031 158834 37634 161558 34826 c
+164281 32032 165650 28293 165650 23608 C
+139488 23608 L
+@c
+139488 26007 m
+157014 26007 L
+156873 28434 156591 30141 156139 31129 c
+155462 32667 154432 33881 153063 34770 c
+151694 35645 150269 36096 148787 36096 c
+146501 36096 144455 35207 142649 33429 c
+140843 31651 139784 29168 139488 26007 C
+@c
+F
+%CHAR: 168049 0 (d) @t
+197443 4262 m
+195594 2328 193788 945 192024 99 c
+190260 -734 188355 -1157 186323 -1157 c
+182188 -1157 178576 579 175486 4036 c
+172409 7493 170857 11938 170857 17357 c
+170857 22790 172565 27757 175979 32272 c
+179408 36774 183797 39031 189173 39031 c
+192504 39031 195269 37959 197443 35842 C
+197443 42827 l
+197443 47160 197344 49812 197132 50814 c
+196920 51802 196596 52479 196158 52832 c
+195721 53199 195171 53368 194507 53368 c
+193788 53368 192842 53157 191657 52705 C
+191121 54159 L
+202410 58787 L
+204258 58787 L
+204258 15000 l
+204258 10569 204371 7860 204569 6886 c
+204780 5898 205105 5221 205571 4840 c
+206022 4445 206558 4262 207151 4262 c
+207899 4262 208901 4487 210128 4967 C
+210594 3514 L
+199348 -1157 L
+197443 -1157 L
+197443 4262 L
+@c
+197443 7154 m
+197443 26670 l
+197273 28533 196779 30254 195961 31792 c
+195128 33331 194028 34502 192673 35278 c
+191304 36068 189978 36463 188680 36463 c
+186252 36463 184093 35377 182188 33204 c
+179677 30325 178421 26148 178421 20631 c
+178421 15057 179634 10795 182061 7832 c
+184489 4868 187184 3387 190161 3387 c
+192673 3387 195100 4643 197443 7154 C
+@c
+F
+%CHAR: -230393 -93768 (a) @t
+-206291 -88307 m
+-210172 -91313 -212613 -93048 -213615 -93514 c
+-215096 -94205 -216677 -94558 -218356 -94558 c
+-220981 -94558 -223140 -93655 -224833 -91863 c
+-226527 -90071 -227373 -87714 -227373 -84793 c
+-227373 -82945 -226964 -81350 -226131 -79996 c
+-225003 -78133 -223041 -76369 -220247 -74704 c
+-217453 -73053 -212796 -71049 -206291 -68678 C
+-206291 -67183 l
+-206291 -63415 -206884 -60818 -208083 -59407 c
+-209283 -58010 -211032 -57305 -213318 -57305 c
+-215054 -57305 -216437 -57770 -217453 -58716 c
+-218497 -59647 -219019 -60720 -219019 -61933 c
+-218935 -64332 l
+-218935 -65602 -219259 -66576 -219908 -67267 c
+-220558 -67959 -221404 -68297 -222463 -68297 c
+-223479 -68297 -224311 -67945 -224960 -67225 c
+-225609 -66505 -225934 -65532 -225934 -64290 c
+-225934 -61919 -224720 -59746 -222293 -57756 c
+-219866 -55781 -216465 -54779 -212077 -54779 c
+-208718 -54779 -205967 -55343 -203808 -56472 c
+-202185 -57333 -200985 -58674 -200209 -60494 c
+-199715 -61679 -199475 -64092 -199475 -67761 c
+-199475 -80616 l
+-199475 -84229 -199405 -86444 -199264 -87263 c
+-199123 -88067 -198897 -88617 -198586 -88886 c
+-198262 -89168 -197895 -89309 -197486 -89309 c
+-197048 -89309 -196653 -89210 -196329 -89013 c
+-195750 -88660 -194635 -87644 -192984 -85993 C
+-192984 -88307 L
+-196061 -92442 -199010 -94516 -201832 -94516 c
+-203173 -94516 -204245 -94050 -205049 -93105 c
+-205854 -92173 -206263 -90565 -206291 -88307 C
+@c
+-206291 -85626 m
+-206291 -71190 L
+-210454 -72855 -213135 -74026 -214349 -74704 c
+-216536 -75917 -218088 -77187 -219019 -78514 c
+-219965 -79840 -220431 -81280 -220431 -82860 c
+-220431 -84836 -219838 -86487 -218653 -87799 c
+-217467 -89097 -216098 -89760 -214560 -89760 c
+-212458 -89760 -209706 -88378 -206291 -85626 C
+@c
+F
+%CHAR: -192815 -93768 (u) @t
+-156973 -55894 m
+-156973 -78838 l
+-156973 -83227 -156874 -85908 -156662 -86882 c
+-156451 -87870 -156126 -88547 -155674 -88928 c
+-155209 -89323 -154687 -89506 -154080 -89506 c
+-153219 -89506 -152260 -89281 -151187 -88801 C
+-150609 -90254 L
+-161940 -94925 L
+-163788 -94925 L
+-163788 -86910 L
+-167048 -90438 -169532 -92653 -171239 -93556 c
+-172946 -94474 -174753 -94925 -176644 -94925 c
+-178774 -94925 -180609 -94318 -182175 -93091 c
+-183727 -91863 -184814 -90283 -185421 -88349 c
+-186028 -86416 -186324 -83693 -186324 -80165 c
+-186324 -63260 l
+-186324 -61468 -186521 -60226 -186902 -59534 c
+-187283 -58843 -187862 -58321 -188624 -57940 c
+-189372 -57573 -190755 -57404 -192730 -57432 C
+-192730 -55894 L
+-179466 -55894 L
+-179466 -81237 l
+-179466 -84765 -178845 -87079 -177617 -88180 c
+-176390 -89295 -174908 -89845 -173172 -89845 c
+-171987 -89845 -170646 -89464 -169151 -88730 c
+-167641 -87982 -165863 -86557 -163788 -84469 C
+-163788 -63006 l
+-163788 -60861 -164183 -59407 -164974 -58645 c
+-165764 -57897 -167387 -57488 -169870 -57432 C
+-169870 -55894 L
+-156973 -55894 L
+@c
+F
+%CHAR: -150481 -93768 (t) @t
+-136836 -43462 m
+-136836 -55894 L
+-127988 -55894 L
+-127988 -58786 L
+-136836 -58786 L
+-136836 -83354 l
+-136836 -85809 -136483 -87460 -135777 -88307 c
+-135086 -89168 -134183 -89591 -133082 -89591 c
+-132165 -89591 -131290 -89309 -130429 -88744 c
+-129582 -88180 -128919 -87347 -128439 -86247 C
+-126831 -86247 L
+-127804 -88942 -129159 -90974 -130923 -92343 c
+-132687 -93712 -134507 -94389 -136384 -94389 c
+-137654 -94389 -138896 -94036 -140109 -93331 c
+-141323 -92625 -142212 -91623 -142790 -90311 c
+-143369 -89013 -143665 -86995 -143665 -84257 c
+-143665 -58786 L
+-149648 -58786 L
+-149648 -57432 L
+-148139 -56825 -146586 -55795 -145006 -54356 c
+-143425 -52902 -142000 -51180 -140773 -49205 c
+-140138 -48161 -139249 -46242 -138120 -43462 C
+-136836 -43462 L
+@c
+F
+%CHAR: -126958 -93768 (o) @t
+-105791 -54779 m
+-100062 -54779 -95462 -56966 -91976 -61312 c
+-89027 -65038 -87560 -69313 -87560 -74125 c
+-87560 -77526 -88378 -80955 -90001 -84426 c
+-91624 -87898 -93867 -90522 -96718 -92286 c
+-99568 -94050 -102743 -94925 -106243 -94925 c
+-111958 -94925 -116488 -92653 -119846 -88109 c
+-122682 -84271 -124108 -79967 -124108 -75212 c
+-124108 -71726 -123247 -68283 -121525 -64854 c
+-119804 -61425 -117532 -58885 -114724 -57248 c
+-111915 -55597 -108938 -54779 -105791 -54779 c
+@c
+-107075 -57474 m
+-108529 -57474 -109996 -57897 -111478 -58772 c
+-112946 -59647 -114145 -61157 -115048 -63344 c
+-115965 -65517 -116417 -68311 -116417 -71726 c
+-116417 -77244 -115316 -81999 -113129 -85993 c
+-110942 -89986 -108049 -91990 -104465 -91990 c
+-101798 -91990 -99596 -90889 -97847 -88688 c
+-96111 -86473 -95250 -82691 -95250 -77314 c
+-95250 -70583 -96690 -65292 -99596 -61439 c
+-101544 -58786 -104041 -57474 -107075 -57474 c
+@c
+F
+%CHAR: -84624 -93768 (m) @t
+-70739 -62850 m
+-67973 -60085 -66350 -58504 -65856 -58095 c
+-64614 -57037 -63274 -56232 -61849 -55654 c
+-60409 -55075 -58998 -54779 -57587 -54779 c
+-55216 -54779 -53170 -55470 -51463 -56853 c
+-49755 -58222 -48612 -60226 -48034 -62850 C
+-45197 -59534 -42799 -57361 -40837 -56331 c
+-38890 -55301 -36872 -54779 -34812 -54779 c
+-32794 -54779 -31016 -55301 -29449 -56331 c
+-27897 -57361 -26669 -59055 -25752 -61397 c
+-25145 -62992 -24849 -65503 -24849 -68918 c
+-24849 -85217 l
+-24849 -87587 -24666 -89210 -24313 -90085 c
+-24031 -90692 -23523 -91214 -22775 -91637 c
+-22027 -92061 -20827 -92286 -19134 -92286 C
+-19134 -93768 L
+-37831 -93768 L
+-37831 -92286 L
+-37041 -92286 l
+-35418 -92286 -34148 -91962 -33231 -91327 c
+-32596 -90889 -32145 -90184 -31876 -89224 c
+-31764 -88759 -31707 -87418 -31707 -85217 c
+-31707 -68918 l
+-31707 -65828 -32074 -63655 -32822 -62385 c
+-33894 -60621 -35616 -59746 -37987 -59746 c
+-39454 -59746 -40922 -60113 -42389 -60833 c
+-43871 -61566 -45649 -62921 -47752 -64911 C
+-47836 -65362 L
+-47752 -67140 L
+-47752 -85217 l
+-47752 -87799 -47596 -89408 -47314 -90043 c
+-47018 -90678 -46482 -91214 -45677 -91637 c
+-44887 -92061 -43518 -92286 -41585 -92286 C
+-41585 -93768 L
+-60734 -93768 L
+-60734 -92286 L
+-58631 -92286 -57192 -92032 -56402 -91538 c
+-55626 -91045 -55075 -90297 -54779 -89309 c
+-54638 -88829 -54567 -87474 -54567 -85217 c
+-54567 -68918 l
+-54567 -65828 -55019 -63612 -55936 -62272 c
+-57150 -60508 -58843 -59619 -61016 -59619 c
+-62512 -59619 -63979 -60014 -65447 -60818 c
+-67733 -62032 -69497 -63401 -70739 -64911 C
+-70739 -85217 l
+-70739 -87686 -70555 -89309 -70216 -90043 c
+-69878 -90791 -69356 -91355 -68692 -91722 c
+-68015 -92089 -66646 -92286 -64572 -92286 C
+-64572 -93768 L
+-83298 -93768 L
+-83298 -92286 L
+-81562 -92286 -80348 -92089 -79657 -91722 c
+-78980 -91355 -78443 -90762 -78091 -89944 c
+-77738 -89125 -77554 -87559 -77554 -85217 c
+-77554 -70739 l
+-77554 -66576 -77681 -63895 -77921 -62681 c
+-78119 -61764 -78429 -61143 -78838 -60804 c
+-79248 -60452 -79812 -60282 -80532 -60282 c
+-81308 -60282 -82225 -60494 -83298 -60903 C
+-83918 -59407 L
+-72517 -54779 L
+-70739 -54779 L
+-70739 -62850 L
+@c
+F
+%CHAR: -18767 -93768 (a) @t
+5335 -88307 m
+1454 -91313 -987 -93048 -1989 -93514 c
+-3470 -94205 -5051 -94558 -6730 -94558 c
+-9355 -94558 -11514 -93655 -13207 -91863 c
+-14901 -90071 -15747 -87714 -15747 -84793 c
+-15747 -82945 -15338 -81350 -14505 -79996 c
+-13377 -78133 -11415 -76369 -8621 -74704 c
+-5827 -73053 -1170 -71049 5335 -68678 C
+5335 -67183 l
+5335 -63415 4742 -60818 3543 -59407 c
+2343 -58010 594 -57305 -1692 -57305 c
+-3428 -57305 -4811 -57770 -5827 -58716 c
+-6871 -59647 -7393 -60720 -7393 -61933 c
+-7309 -64332 l
+-7309 -65602 -7633 -66576 -8282 -67267 c
+-8932 -67959 -9778 -68297 -10837 -68297 c
+-11853 -68297 -12685 -67945 -13334 -67225 c
+-13983 -66505 -14308 -65532 -14308 -64290 c
+-14308 -61919 -13094 -59746 -10667 -57756 c
+-8240 -55781 -4839 -54779 -451 -54779 c
+2908 -54779 5659 -55343 7818 -56472 c
+9441 -57333 10641 -58674 11417 -60494 c
+11911 -61679 12151 -64092 12151 -67761 c
+12151 -80616 l
+12151 -84229 12221 -86444 12362 -87263 c
+12503 -88067 12729 -88617 13040 -88886 c
+13364 -89168 13731 -89309 14140 -89309 c
+14578 -89309 14973 -89210 15297 -89013 c
+15876 -88660 16991 -87644 18642 -85993 C
+18642 -88307 L
+15565 -92442 12616 -94516 9794 -94516 c
+8453 -94516 7381 -94050 6577 -93105 c
+5772 -92173 5363 -90565 5335 -88307 C
+@c
+5335 -85626 m
+5335 -71190 L
+1172 -72855 -1509 -74026 -2723 -74704 c
+-4910 -75917 -6462 -77187 -7393 -78514 c
+-8339 -79840 -8805 -81280 -8805 -82860 c
+-8805 -84836 -8212 -86487 -7027 -87799 c
+-5841 -89097 -4472 -89760 -2934 -89760 c
+-832 -89760 1920 -88378 5335 -85626 C
+@c
+F
+%CHAR: 18811 -93768 (t) @t
+32456 -43462 m
+32456 -55894 L
+41304 -55894 L
+41304 -58786 L
+32456 -58786 L
+32456 -83354 l
+32456 -85809 32809 -87460 33515 -88307 c
+34206 -89168 35109 -89591 36210 -89591 c
+37127 -89591 38002 -89309 38863 -88744 c
+39710 -88180 40373 -87347 40853 -86247 C
+42461 -86247 L
+41488 -88942 40133 -90974 38369 -92343 c
+36605 -93712 34785 -94389 32908 -94389 c
+31638 -94389 30396 -94036 29183 -93331 c
+27969 -92625 27080 -91623 26502 -90311 c
+25923 -89013 25627 -86995 25627 -84257 c
+25627 -58786 L
+19644 -58786 L
+19644 -57432 L
+21153 -56825 22706 -55795 24286 -54356 c
+25867 -52902 27292 -51180 28519 -49205 c
+29154 -48161 30043 -46242 31172 -43462 C
+32456 -43462 L
+@c
+F
+%CHAR: 42334 -93768 (i) @t
+54611 -34981 m
+55768 -34981 56756 -35390 57574 -36194 c
+58378 -37013 58788 -38001 58788 -39158 c
+58788 -40315 58378 -41303 57574 -42135 c
+56756 -42954 55768 -43377 54611 -43377 c
+53454 -43377 52466 -42954 51633 -42135 c
+50815 -41303 50391 -40315 50391 -39158 c
+50391 -38001 50801 -37013 51619 -36194 c
+52423 -35390 53425 -34981 54611 -34981 c
+@c
+58040 -54779 m
+58040 -85217 l
+58040 -87587 58209 -89154 58562 -89944 c
+58901 -90734 59409 -91313 60086 -91708 c
+60763 -92089 62005 -92286 63797 -92286 C
+63797 -93768 L
+45396 -93768 L
+45396 -92286 L
+47245 -92286 48486 -92103 49107 -91736 c
+49742 -91383 50250 -90791 50617 -89958 c
+50998 -89140 51182 -87559 51182 -85217 c
+51182 -70612 l
+51182 -66505 51055 -63852 50815 -62639 c
+50617 -61750 50307 -61143 49898 -60804 c
+49488 -60452 48924 -60282 48204 -60282 c
+47428 -60282 46497 -60494 45396 -60903 C
+44818 -59407 L
+56219 -54779 L
+58040 -54779 L
+@c
+F
+%CHAR: 65857 -93768 (c) @t
+100669 -79375 m
+99653 -84370 97649 -88208 94672 -90889 c
+91695 -93585 88407 -94925 84794 -94925 c
+80490 -94925 76737 -93119 73548 -89506 c
+70344 -85894 68750 -81026 68750 -74873 c
+68750 -68918 70528 -64078 74070 -60367 c
+77612 -56642 81859 -54779 86812 -54779 c
+90537 -54779 93600 -55767 95998 -57742 c
+98397 -59704 99597 -61750 99597 -63881 c
+99597 -64925 99258 -65771 98581 -66421 c
+97903 -67070 96958 -67394 95744 -67394 c
+94122 -67394 92894 -66872 92061 -65828 c
+91596 -65249 91285 -64135 91144 -62512 c
+90989 -60889 90425 -59647 89465 -58786 c
+88491 -57968 87165 -57559 85457 -57559 c
+82692 -57559 80476 -58575 78797 -60607 c
+76567 -63316 75453 -66886 75453 -71317 c
+75453 -75833 76553 -79826 78783 -83283 c
+80998 -86741 83990 -88476 87772 -88476 c
+90467 -88476 92894 -87559 95039 -85711 c
+96563 -84441 98030 -82140 99470 -78796 C
+100669 -79375 L
+@c
+F
+%CHAR: 103435 -93768 (a) @t
+127537 -88307 m
+123656 -91313 121215 -93048 120213 -93514 c
+118732 -94205 117151 -94558 115472 -94558 c
+112847 -94558 110688 -93655 108995 -91863 c
+107301 -90071 106455 -87714 106455 -84793 c
+106455 -82945 106864 -81350 107697 -79996 c
+108825 -78133 110787 -76369 113581 -74704 c
+116375 -73053 121032 -71049 127537 -68678 C
+127537 -67183 l
+127537 -63415 126944 -60818 125745 -59407 c
+124545 -58010 122796 -57305 120510 -57305 c
+118774 -57305 117391 -57770 116375 -58716 c
+115331 -59647 114809 -60720 114809 -61933 c
+114893 -64332 l
+114893 -65602 114569 -66576 113920 -67267 c
+113270 -67959 112424 -68297 111365 -68297 c
+110349 -68297 109517 -67945 108868 -67225 c
+108219 -66505 107894 -65532 107894 -64290 c
+107894 -61919 109108 -59746 111535 -57756 c
+113962 -55781 117363 -54779 121751 -54779 c
+125110 -54779 127861 -55343 130020 -56472 c
+131643 -57333 132843 -58674 133619 -60494 c
+134113 -61679 134353 -64092 134353 -67761 c
+134353 -80616 l
+134353 -84229 134423 -86444 134564 -87263 c
+134705 -88067 134931 -88617 135242 -88886 c
+135566 -89168 135933 -89309 136342 -89309 c
+136780 -89309 137175 -89210 137499 -89013 c
+138078 -88660 139193 -87644 140844 -85993 C
+140844 -88307 L
+137767 -92442 134818 -94516 131996 -94516 c
+130655 -94516 129583 -94050 128779 -93105 c
+127974 -92173 127565 -90565 127537 -88307 C
+@c
+127537 -85626 m
+127537 -71190 L
+123374 -72855 120693 -74026 119479 -74704 c
+117292 -75917 115740 -77187 114809 -78514 c
+113863 -79840 113397 -81280 113397 -82860 c
+113397 -84836 113990 -86487 115175 -87799 c
+116361 -89097 117730 -89760 119268 -89760 c
+121370 -89760 124122 -88378 127537 -85626 C
+@c
+F
+%CHAR: 141013 -93768 (l) @t
+156676 -34981 m
+156676 -85217 l
+156676 -87587 156860 -89154 157199 -89930 c
+157537 -90692 158073 -91284 158793 -91680 c
+159513 -92075 160839 -92286 162801 -92286 C
+162801 -93768 L
+144244 -93768 L
+144244 -92286 L
+145980 -92286 147165 -92103 147786 -91736 c
+148421 -91383 148929 -90791 149282 -89958 c
+149635 -89140 149818 -87559 149818 -85217 c
+149818 -50814 l
+149818 -46538 149720 -43913 149536 -42940 c
+149339 -41966 149028 -41289 148605 -40936 c
+148167 -40569 147631 -40400 146968 -40400 c
+146248 -40400 145345 -40611 144244 -41063 C
+143539 -39609 L
+154828 -34981 L
+156676 -34981 L
+@c
+F
+%CHAR: 164536 -93768 (l) @t
+180199 -34981 m
+180199 -85217 l
+180199 -87587 180383 -89154 180722 -89930 c
+181060 -90692 181596 -91284 182316 -91680 c
+183036 -92075 184362 -92286 186324 -92286 C
+186324 -93768 L
+167767 -93768 L
+167767 -92286 L
+169503 -92286 170688 -92103 171309 -91736 c
+171944 -91383 172452 -90791 172805 -89958 c
+173158 -89140 173341 -87559 173341 -85217 c
+173341 -50814 l
+173341 -46538 173243 -43913 173059 -42940 c
+172862 -41966 172551 -41289 172128 -40936 c
+171690 -40569 171154 -40400 170491 -40400 c
+169771 -40400 168868 -40611 167767 -41063 C
+167062 -39609 L
+178351 -34981 L
+180199 -34981 L
+@c
+F
+%CHAR: 188059 -93768 (y) @t
+188553 -55894 m
+206206 -55894 L
+206206 -57432 L
+205345 -57432 l
+204103 -57432 203172 -57700 202551 -58236 c
+201930 -58772 201620 -59436 201620 -60240 c
+201620 -61312 202071 -62808 202989 -64699 c
+212203 -83806 L
+220684 -62893 l
+221150 -61750 221375 -60635 221375 -59534 c
+221375 -59040 221277 -58674 221093 -58420 c
+220867 -58123 220529 -57883 220063 -57700 c
+219583 -57516 218765 -57432 217580 -57432 C
+217580 -55894 L
+229899 -55894 L
+229899 -57432 L
+228883 -57545 228092 -57756 227542 -58095 c
+226992 -58420 226385 -59040 225722 -59958 c
+225468 -60339 225002 -61397 224311 -63133 c
+208901 -100922 l
+207405 -104591 205458 -107357 203045 -109234 c
+200632 -111111 198318 -112042 196074 -112042 c
+194451 -112042 193111 -111576 192067 -110631 c
+191022 -109700 190500 -108627 190500 -107413 c
+190500 -106256 190881 -105325 191629 -104619 c
+192391 -103914 193435 -103561 194762 -103561 c
+195665 -103561 196907 -103872 198473 -104478 c
+199574 -104888 200265 -105099 200547 -105099 c
+201366 -105099 202269 -104662 203257 -103815 c
+204230 -102954 205218 -101303 206206 -98848 c
+208901 -92286 L
+195298 -63711 l
+194875 -62865 194226 -61792 193308 -60536 c
+192617 -59563 192052 -58913 191615 -58589 c
+190980 -58151 189964 -57756 188553 -57432 C
+188553 -55894 L
+@c
+F
+T
+@rax %Note: Object
+60.29150 328.28712 123.69543 648.68315 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+90.20608 648.65565 m
+87.16762 648.82403 82.75039 648.22649 77.38526 646.99115 c
+63.14797 643.71288 47.89672 381.76951 76.24630 352.29685 c
+107.78570 319.50822 123.69543 329.82094 123.69543 329.82094 C
+S
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+86.87282 646.25811 m
+90.98702 648.61257 L
+87.15827 651.40923 L
+S
+@J
+
+@rax 133.68472 286.81115 414.13380 339.97096 @E
+[0.00028346 0.00000000 0.00000000 0.00028346 133.68471952 318.58298047] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_TimesNewRoman 84667.00000 z
+%CHAR: 0 0 (C) @t
+50970 57334 m
+52254 38284 L
+50970 38284 L
+49262 43985 46821 48091 43660 50603 c
+40485 53114 36689 54370 32244 54370 c
+28519 54370 25160 53425 22155 51534 c
+19149 49643 16792 46637 15071 42503 c
+13349 38368 12488 33218 12488 27079 c
+12488 22013 13293 17611 14930 13885 c
+16552 10174 18994 7324 22267 5334 c
+25527 3344 29252 2357 33443 2357 c
+37084 2357 40287 3133 43081 4699 c
+45861 6251 48923 9342 52254 13970 C
+53538 13152 L
+50730 8156 47442 4501 43702 2187 c
+39949 -127 35504 -1284 30339 -1284 c
+21054 -1284 13857 2159 8763 9059 c
+4967 14182 3062 20221 3062 27164 c
+3062 32752 4318 37903 6816 42588 c
+9327 47272 12785 50899 17173 53481 c
+21576 56050 26374 57334 31581 57334 c
+35631 57334 39638 56346 43575 54370 c
+44732 53764 45565 53453 46059 53453 c
+46793 53453 47442 53721 47992 54243 c
+48712 54977 49220 56021 49530 57334 C
+50970 57334 L
+@c
+F
+%CHAR: 56473 0 (o) @t
+77640 38989 m
+83369 38989 87969 36802 91455 32456 c
+94404 28730 95871 24455 95871 19643 c
+95871 16242 95053 12813 93430 9342 c
+91807 5870 89564 3246 86713 1482 c
+83863 -282 80688 -1157 77188 -1157 c
+71473 -1157 66943 1115 63585 5659 c
+60749 9497 59323 13801 59323 18556 c
+59323 22042 60184 25485 61906 28914 c
+63627 32343 65899 34883 68707 36520 c
+71516 38171 74493 38989 77640 38989 c
+@c
+76356 36294 m
+74902 36294 73435 35871 71953 34996 c
+70485 34121 69286 32611 68383 30424 c
+67466 28251 67014 25457 67014 22042 c
+67014 16524 68115 11769 70302 7775 c
+72489 3782 75382 1778 78966 1778 c
+81633 1778 83835 2879 85584 5080 c
+87320 7295 88181 11077 88181 16454 c
+88181 23185 86741 28476 83835 32329 c
+81887 34982 79390 36294 76356 36294 c
+@c
+F
+%CHAR: 98807 0 (o) @t
+119974 38989 m
+125703 38989 130303 36802 133789 32456 c
+136738 28730 138205 24455 138205 19643 c
+138205 16242 137387 12813 135764 9342 c
+134141 5870 131898 3246 129047 1482 c
+126197 -282 123022 -1157 119522 -1157 c
+113807 -1157 109277 1115 105919 5659 c
+103083 9497 101657 13801 101657 18556 c
+101657 22042 102518 25485 104240 28914 c
+105961 32343 108233 34883 111041 36520 c
+113850 38171 116827 38989 119974 38989 c
+@c
+118690 36294 m
+117236 36294 115769 35871 114287 34996 c
+112819 34121 111620 32611 110717 30424 c
+109800 28251 109348 25457 109348 22042 c
+109348 16524 110449 11769 112636 7775 c
+114823 3782 117716 1778 121300 1778 c
+123967 1778 126169 2879 127918 5080 c
+129654 7295 130515 11077 130515 16454 c
+130515 23185 129075 28476 126169 32329 c
+124221 34982 121724 36294 118690 36294 c
+@c
+F
+%CHAR: 141141 0 (r) @t
+154871 38989 m
+154871 30466 L
+158032 36153 161292 38989 164622 38989 c
+166132 38989 167388 38523 168390 37606 c
+169377 36675 169871 35602 169871 34403 c
+169871 33316 169519 32413 168799 31665 c
+168079 30918 167233 30551 166231 30551 c
+165271 30551 164185 31030 162985 31976 c
+161786 32921 160897 33401 160318 33401 c
+159824 33401 159288 33133 158709 32583 c
+157468 31454 156184 29591 154871 26995 C
+154871 8848 l
+154871 6759 155125 5165 155647 4092 c
+156014 3344 156649 2723 157552 2230 c
+158470 1736 159768 1482 161475 1482 C
+161475 0 L
+142086 0 L
+142086 1482 L
+144020 1482 145459 1792 146390 2399 c
+147082 2836 147562 3542 147844 4501 c
+147971 4981 148041 6308 148041 8523 c
+148041 23199 l
+148041 27601 147957 30226 147773 31073 c
+147604 31905 147265 32526 146785 32907 c
+146306 33288 145699 33486 144979 33486 c
+144133 33486 143173 33274 142086 32865 C
+141677 34361 L
+153135 38989 L
+154871 38989 L
+@c
+F
+%CHAR: 169335 0 (d) @t
+198729 4262 m
+196880 2328 195074 945 193310 99 c
+191546 -734 189641 -1157 187609 -1157 c
+183474 -1157 179862 579 176772 4036 c
+173695 7493 172143 11938 172143 17357 c
+172143 22790 173851 27757 177280 32272 c
+180694 36774 185083 39031 190459 39031 c
+193790 39031 196555 37959 198729 35842 C
+198729 42827 l
+198729 47160 198630 49812 198418 50814 c
+198206 51802 197882 52479 197444 52832 c
+197007 53199 196457 53368 195793 53368 c
+195074 53368 194128 53157 192943 52705 C
+192407 54159 L
+203696 58787 L
+205544 58787 L
+205544 15000 l
+205544 10569 205657 7860 205855 6886 c
+206066 5898 206391 5221 206857 4840 c
+207308 4445 207844 4262 208437 4262 c
+209185 4262 210187 4487 211414 4967 C
+211880 3514 L
+200634 -1157 L
+198729 -1157 L
+198729 4262 L
+@c
+198729 7154 m
+198729 26670 l
+198559 28533 198065 30254 197247 31792 c
+196414 33331 195314 34502 193959 35278 c
+192590 36068 191264 36463 189966 36463 c
+187538 36463 185379 35377 183474 33204 c
+180963 30325 179707 26148 179707 20631 c
+179707 15057 180920 10795 183347 7832 c
+185775 4868 188470 3387 191447 3387 c
+193959 3387 196386 4643 198729 7154 C
+@c
+F
+%CHAR: 211669 0 (i) @t
+223946 58787 m
+225103 58787 226091 58378 226909 57574 c
+227713 56755 228123 55767 228123 54610 c
+228123 53453 227713 52465 226909 51633 c
+226091 50814 225103 50391 223946 50391 c
+222789 50391 221801 50814 220968 51633 c
+220150 52465 219726 53453 219726 54610 c
+219726 55767 220136 56755 220954 57574 c
+221758 58378 222760 58787 223946 58787 c
+@c
+227375 38989 m
+227375 8551 l
+227375 6181 227544 4614 227897 3824 c
+228236 3034 228744 2455 229421 2060 c
+230098 1679 231340 1482 233132 1482 C
+233132 0 L
+214731 0 L
+214731 1482 L
+216580 1482 217821 1665 218442 2032 c
+219077 2385 219585 2977 219952 3810 c
+220333 4628 220517 6209 220517 8551 c
+220517 23156 l
+220517 27263 220390 29916 220150 31129 c
+219952 32018 219642 32625 219233 32964 c
+218823 33316 218259 33486 217539 33486 c
+216763 33486 215832 33274 214731 32865 C
+214153 34361 L
+225554 38989 L
+227375 38989 L
+@c
+F
+%CHAR: 235192 0 (n) @t
+248880 30960 m
+253311 36308 257544 38989 261566 38989 c
+263640 38989 265418 38467 266900 37437 c
+268396 36407 269581 34699 270456 32329 c
+271063 30678 271359 28138 271359 24723 c
+271359 8551 l
+271359 6167 271556 4530 271952 3683 c
+272248 2992 272742 2455 273419 2060 c
+274082 1679 275338 1482 277159 1482 C
+277159 0 L
+258419 0 L
+258419 1482 L
+259209 1482 l
+260973 1482 262215 1764 262906 2300 c
+263612 2836 264106 3627 264374 4671 c
+264487 5080 264543 6378 264543 8551 c
+264543 24060 l
+264543 27503 264092 30000 263203 31567 c
+262300 33119 260790 33895 258673 33895 c
+255399 33895 252125 32103 248880 28519 C
+248880 8551 l
+248880 5997 249021 4417 249331 3810 c
+249712 3006 250249 2413 250926 2046 c
+251603 1679 252972 1482 255032 1482 C
+255032 0 L
+236307 0 L
+236307 1482 L
+237139 1482 l
+239058 1482 240371 1976 241048 2949 c
+241711 3937 242050 5800 242050 8551 c
+242050 22620 l
+242050 27164 241951 29930 241740 30918 c
+241542 31919 241217 32597 240794 32950 c
+240371 33302 239792 33486 239073 33486 c
+238311 33486 237379 33274 236307 32865 C
+235686 34361 L
+247102 38989 L
+248880 38989 L
+248880 30960 L
+@c
+F
+%CHAR: 277526 0 (a) @t
+301628 5461 m
+297747 2455 295306 720 294304 254 c
+292823 -437 291242 -790 289563 -790 c
+286938 -790 284779 113 283086 1905 c
+281392 3697 280546 6054 280546 8975 c
+280546 10823 280955 12418 281788 13772 c
+282916 15635 284878 17399 287672 19064 c
+290466 20715 295123 22719 301628 25090 C
+301628 26585 l
+301628 30353 301035 32950 299836 34361 c
+298636 35758 296887 36463 294601 36463 c
+292865 36463 291482 35998 290466 35052 c
+289422 34121 288900 33048 288900 31835 c
+288984 29436 l
+288984 28166 288660 27192 288011 26501 c
+287361 25809 286515 25471 285471 25471 c
+284440 25471 283608 25823 282959 26543 c
+282310 27263 281985 28236 281985 29478 c
+281985 31849 283199 34022 285626 36012 c
+288053 37987 291454 38989 295842 38989 c
+299201 38989 301952 38425 304111 37296 c
+305734 36435 306934 35094 307710 33274 c
+308204 32089 308444 29676 308444 26007 c
+308444 13152 l
+308444 9539 308514 7324 308655 6505 c
+308796 5701 309022 5151 309333 4882 c
+309657 4600 310024 4459 310433 4459 c
+310871 4459 311266 4558 311590 4755 c
+312169 5108 313284 6124 314935 7775 C
+314935 5461 L
+311858 1326 308909 -748 306087 -748 c
+304746 -748 303674 -282 302870 663 c
+302065 1595 301656 3203 301628 5461 C
+@c
+301628 8142 m
+301628 22578 L
+297465 20913 294784 19742 293570 19064 c
+291383 17851 289831 16581 288900 15254 c
+287954 13928 287488 12488 287488 10908 c
+287488 8932 288081 7281 289266 5969 c
+290452 4671 291821 4008 293359 4008 c
+295461 4008 298213 5390 301628 8142 C
+@c
+F
+%CHAR: 315104 0 (t) @t
+328749 50306 m
+328749 37874 L
+337597 37874 L
+337597 34982 L
+328749 34982 L
+328749 10414 l
+328749 7959 329102 6308 329808 5461 c
+330499 4600 331402 4177 332503 4177 c
+333420 4177 334295 4459 335156 5024 c
+336003 5588 336666 6421 337146 7521 C
+338754 7521 L
+337781 4826 336426 2794 334662 1425 c
+332898 56 331078 -621 329201 -621 c
+327931 -621 326689 -268 325476 437 c
+324262 1143 323373 2145 322795 3457 c
+322216 4755 321920 6773 321920 9511 c
+321920 34982 L
+315937 34982 L
+315937 36336 L
+317446 36943 318999 37973 320579 39412 c
+322160 40866 323585 42588 324812 44563 c
+325447 45607 326336 47526 327465 50306 C
+328749 50306 L
+@c
+F
+%CHAR: 338627 0 (e) @t
+347644 23608 m
+347616 17978 348970 13575 351736 10372 c
+354488 7183 357734 5588 361445 5588 c
+363928 5588 366087 6265 367922 7634 c
+369756 8989 371280 11331 372522 14633 C
+373806 13815 L
+373228 10033 371548 6590 368768 3500 c
+365974 395 362489 -1157 358312 -1157 c
+353754 -1157 349859 607 346628 4149 c
+343382 7691 341774 12460 341774 18443 c
+341774 24920 343425 29972 346755 33585 c
+350071 37211 354234 39031 359258 39031 c
+363505 39031 366990 37634 369714 34826 c
+372437 32032 373806 28293 373806 23608 C
+347644 23608 L
+@c
+347644 26007 m
+365170 26007 L
+365029 28434 364747 30141 364295 31129 c
+363618 32667 362588 33881 361219 34770 c
+359850 35645 358425 36096 356943 36096 c
+354657 36096 352611 35207 350805 33429 c
+348999 31651 347940 29168 347644 26007 C
+@c
+F
+%CHAR: 376205 0 (s) @t
+403327 38989 m
+403327 26092 L
+401958 26092 L
+400914 30141 399573 32893 397936 34361 c
+396285 35814 394197 36548 391671 36548 c
+389738 36548 388185 36040 387000 35010 c
+385815 33994 385222 32865 385222 31623 c
+385222 30085 385659 28759 386534 27658 c
+387395 26529 389131 25330 391756 24060 c
+397781 21124 l
+403383 18401 406177 14803 406177 10329 c
+406177 6886 404879 4120 402268 2004 c
+399672 -99 396751 -1157 393534 -1157 c
+391205 -1157 388566 -748 385589 85 c
+384686 353 383938 494 383359 494 c
+382724 494 382230 141 381864 -579 C
+380509 -579 L
+380509 12940 L
+381864 12940 L
+382640 9088 384121 6181 386294 4219 c
+388468 2258 390909 1284 393604 1284 c
+395509 1284 397061 1834 398261 2949 c
+399460 4078 400053 5419 400053 6985 c
+400053 8890 399390 10485 398049 11783 c
+396723 13081 394056 14718 390048 16708 c
+386055 18683 383444 20475 382202 22070 c
+380960 23650 380340 25626 380340 28025 c
+380340 31143 381412 33754 383543 35842 c
+385674 37931 388439 38989 391826 38989 c
+393322 38989 395128 38665 397245 38030 c
+398656 37620 399587 37409 400053 37409 c
+400504 37409 400843 37507 401097 37705 c
+401337 37903 401633 38326 401958 38989 C
+403327 38989 L
+@c
+F
+%CHAR: 430322 0 (a) @t
+454424 5461 m
+450543 2455 448102 720 447100 254 c
+445619 -437 444038 -790 442359 -790 c
+439734 -790 437575 113 435882 1905 c
+434188 3697 433342 6054 433342 8975 c
+433342 10823 433751 12418 434584 13772 c
+435712 15635 437674 17399 440468 19064 c
+443262 20715 447919 22719 454424 25090 C
+454424 26585 l
+454424 30353 453831 32950 452632 34361 c
+451432 35758 449683 36463 447397 36463 c
+445661 36463 444278 35998 443262 35052 c
+442218 34121 441696 33048 441696 31835 c
+441780 29436 l
+441780 28166 441456 27192 440807 26501 c
+440157 25809 439311 25471 438267 25471 c
+437236 25471 436404 25823 435755 26543 c
+435106 27263 434781 28236 434781 29478 c
+434781 31849 435995 34022 438422 36012 c
+440849 37987 444250 38989 448638 38989 c
+451997 38989 454748 38425 456907 37296 c
+458530 36435 459730 35094 460506 33274 c
+461000 32089 461240 29676 461240 26007 c
+461240 13152 l
+461240 9539 461310 7324 461451 6505 c
+461592 5701 461818 5151 462129 4882 c
+462453 4600 462820 4459 463229 4459 c
+463667 4459 464062 4558 464386 4755 c
+464965 5108 466080 6124 467731 7775 C
+467731 5461 L
+464654 1326 461705 -748 458883 -748 c
+457542 -748 456470 -282 455666 663 c
+454861 1595 454452 3203 454424 5461 C
+@c
+454424 8142 m
+454424 22578 L
+450261 20913 447580 19742 446366 19064 c
+444179 17851 442627 16581 441696 15254 c
+440750 13928 440284 12488 440284 10908 c
+440284 8932 440877 7281 442062 5969 c
+443248 4671 444617 4008 446155 4008 c
+448257 4008 451009 5390 454424 8142 C
+@c
+F
+%CHAR: 467900 0 (r) @t
+481630 38989 m
+481630 30466 L
+484791 36153 488051 38989 491381 38989 c
+492891 38989 494147 38523 495149 37606 c
+496136 36675 496630 35602 496630 34403 c
+496630 33316 496278 32413 495558 31665 c
+494838 30918 493992 30551 492990 30551 c
+492030 30551 490944 31030 489744 31976 c
+488545 32921 487656 33401 487077 33401 c
+486583 33401 486047 33133 485468 32583 c
+484227 31454 482943 29591 481630 26995 C
+481630 8848 l
+481630 6759 481884 5165 482406 4092 c
+482773 3344 483408 2723 484311 2230 c
+485229 1736 486527 1482 488234 1482 C
+488234 0 L
+468845 0 L
+468845 1482 L
+470779 1482 472218 1792 473149 2399 c
+473841 2836 474321 3542 474603 4501 c
+474730 4981 474800 6308 474800 8523 c
+474800 23199 l
+474800 27601 474716 30226 474532 31073 c
+474363 31905 474024 32526 473544 32907 c
+473065 33288 472458 33486 471738 33486 c
+470892 33486 469932 33274 468845 32865 C
+468436 34361 L
+479894 38989 L
+481630 38989 L
+@c
+F
+%CHAR: 496094 0 (e) @t
+505111 23608 m
+505083 17978 506437 13575 509203 10372 c
+511955 7183 515201 5588 518912 5588 c
+521395 5588 523554 6265 525389 7634 c
+527223 8989 528747 11331 529989 14633 C
+531273 13815 L
+530695 10033 529015 6590 526235 3500 c
+523441 395 519956 -1157 515779 -1157 c
+511221 -1157 507326 607 504095 4149 c
+500849 7691 499241 12460 499241 18443 c
+499241 24920 500892 29972 504222 33585 c
+507538 37211 511701 39031 516725 39031 c
+520972 39031 524457 37634 527181 34826 c
+529904 32032 531273 28293 531273 23608 C
+505111 23608 L
+@c
+505111 26007 m
+522637 26007 L
+522496 28434 522214 30141 521762 31129 c
+521085 32667 520055 33881 518686 34770 c
+517317 35645 515892 36096 514410 36096 c
+512124 36096 510078 35207 508272 33429 c
+506466 31651 505407 29168 505111 26007 C
+@c
+F
+%CHAR: 554839 0 (#) @t
+559594 -1157 m
+563433 17653 L
+556363 17653 L
+556363 21040 L
+564096 21040 L
+566946 35221 L
+556363 35221 L
+556363 38523 L
+567737 38523 L
+571504 57334 L
+574933 57334 L
+571166 38523 L
+585107 38523 L
+589115 57334 L
+592544 57334 L
+588621 38523 L
+595648 38523 L
+595648 35221 L
+588000 35221 L
+585107 21040 L
+595648 21040 L
+595648 17653 L
+584402 17653 L
+580550 -1157 L
+577205 -1157 L
+580973 17653 L
+566946 17653 L
+563023 -1157 L
+559594 -1157 L
+@c
+567567 21040 m
+581594 21040 L
+584557 35221 L
+570460 35221 L
+567567 21040 L
+@c
+F
+%CHAR: 597173 0 (1) @t
+607093 50560 m
+620739 57221 L
+622107 57221 L
+622107 9878 l
+622107 6745 622234 4784 622488 4008 c
+622757 3246 623307 2653 624125 2230 c
+624958 1820 626637 1580 629177 1524 C
+629177 0 L
+608081 0 L
+608081 1524 L
+610734 1580 612441 1806 613217 2215 c
+613979 2611 614516 3147 614826 3824 c
+615122 4501 615278 6519 615278 9878 c
+615278 40146 l
+615278 44224 615137 46835 614868 47992 c
+614671 48881 614318 49530 613810 49939 c
+613302 50349 612695 50560 611976 50560 c
+610960 50560 609534 50137 607714 49276 C
+607093 50560 L
+@c
+F
+%CHAR: 660674 0 (a) @t
+684776 5461 m
+680895 2455 678454 720 677452 254 c
+675971 -437 674390 -790 672711 -790 c
+670086 -790 667927 113 666234 1905 c
+664540 3697 663694 6054 663694 8975 c
+663694 10823 664103 12418 664936 13772 c
+666064 15635 668026 17399 670820 19064 c
+673614 20715 678271 22719 684776 25090 C
+684776 26585 l
+684776 30353 684183 32950 682984 34361 c
+681784 35758 680035 36463 677749 36463 c
+676013 36463 674630 35998 673614 35052 c
+672570 34121 672048 33048 672048 31835 c
+672132 29436 l
+672132 28166 671808 27192 671159 26501 c
+670509 25809 669663 25471 668619 25471 c
+667588 25471 666756 25823 666107 26543 c
+665458 27263 665133 28236 665133 29478 c
+665133 31849 666347 34022 668774 36012 c
+671201 37987 674602 38989 678990 38989 c
+682349 38989 685100 38425 687259 37296 c
+688882 36435 690082 35094 690858 33274 c
+691352 32089 691592 29676 691592 26007 c
+691592 13152 l
+691592 9539 691662 7324 691803 6505 c
+691944 5701 692170 5151 692481 4882 c
+692805 4600 693172 4459 693581 4459 c
+694019 4459 694414 4558 694738 4755 c
+695317 5108 696432 6124 698083 7775 C
+698083 5461 L
+695006 1326 692057 -748 689235 -748 c
+687894 -748 686822 -282 686018 663 c
+685213 1595 684804 3203 684776 5461 C
+@c
+684776 8142 m
+684776 22578 L
+680613 20913 677932 19742 676718 19064 c
+674531 17851 672979 16581 672048 15254 c
+671102 13928 670636 12488 670636 10908 c
+670636 8932 671229 7281 672414 5969 c
+673600 4671 674969 4008 676507 4008 c
+678609 4008 681361 5390 684776 8142 C
+@c
+F
+%CHAR: 698252 0 (n) @t
+711940 30960 m
+716371 36308 720604 38989 724626 38989 c
+726700 38989 728478 38467 729960 37437 c
+731456 36407 732641 34699 733516 32329 c
+734123 30678 734419 28138 734419 24723 c
+734419 8551 l
+734419 6167 734616 4530 735012 3683 c
+735308 2992 735802 2455 736479 2060 c
+737142 1679 738398 1482 740219 1482 C
+740219 0 L
+721479 0 L
+721479 1482 L
+722269 1482 l
+724033 1482 725275 1764 725966 2300 c
+726672 2836 727166 3627 727434 4671 c
+727547 5080 727603 6378 727603 8551 c
+727603 24060 l
+727603 27503 727152 30000 726263 31567 c
+725360 33119 723850 33895 721733 33895 c
+718459 33895 715185 32103 711940 28519 C
+711940 8551 l
+711940 5997 712081 4417 712391 3810 c
+712772 3006 713309 2413 713986 2046 c
+714663 1679 716032 1482 718092 1482 C
+718092 0 L
+699367 0 L
+699367 1482 L
+700199 1482 l
+702118 1482 703431 1976 704108 2949 c
+704771 3937 705110 5800 705110 8551 c
+705110 22620 l
+705110 27164 705011 29930 704800 30918 c
+704602 31919 704277 32597 703854 32950 c
+703431 33302 702852 33486 702133 33486 c
+701371 33486 700439 33274 699367 32865 C
+698746 34361 L
+710162 38989 L
+711940 38989 L
+711940 30960 L
+@c
+F
+%CHAR: 740586 0 (d) @t
+769980 4262 m
+768131 2328 766325 945 764561 99 c
+762797 -734 760892 -1157 758860 -1157 c
+754725 -1157 751113 579 748023 4036 c
+744946 7493 743394 11938 743394 17357 c
+743394 22790 745102 27757 748531 32272 c
+751945 36774 756334 39031 761710 39031 c
+765041 39031 767806 37959 769980 35842 C
+769980 42827 l
+769980 47160 769881 49812 769669 50814 c
+769457 51802 769133 52479 768695 52832 c
+768258 53199 767708 53368 767044 53368 c
+766325 53368 765379 53157 764194 52705 C
+763658 54159 L
+774947 58787 L
+776795 58787 L
+776795 15000 l
+776795 10569 776908 7860 777106 6886 c
+777317 5898 777642 5221 778108 4840 c
+778559 4445 779095 4262 779688 4262 c
+780436 4262 781438 4487 782665 4967 C
+783131 3514 L
+771885 -1157 L
+769980 -1157 L
+769980 4262 L
+@c
+769980 7154 m
+769980 26670 l
+769810 28533 769316 30254 768498 31792 c
+767665 33331 766565 34502 765210 35278 c
+763841 36068 762515 36463 761217 36463 c
+758789 36463 756630 35377 754725 33204 c
+752214 30325 750958 26148 750958 20631 c
+750958 15057 752171 10795 754598 7832 c
+757026 4868 759721 3387 762698 3387 c
+765210 3387 767637 4643 769980 7154 C
+@c
+F
+%CHAR: 804087 0 (#) @t
+808842 -1157 m
+812681 17653 L
+805611 17653 L
+805611 21040 L
+813344 21040 L
+816194 35221 L
+805611 35221 L
+805611 38523 L
+816985 38523 L
+820752 57334 L
+824181 57334 L
+820414 38523 L
+834355 38523 L
+838363 57334 L
+841792 57334 L
+837869 38523 L
+844896 38523 L
+844896 35221 L
+837248 35221 L
+834355 21040 L
+844896 21040 L
+844896 17653 L
+833650 17653 L
+829798 -1157 L
+826453 -1157 L
+830221 17653 L
+816194 17653 L
+812271 -1157 L
+808842 -1157 L
+@c
+816815 21040 m
+830842 21040 L
+833805 35221 L
+819708 35221 L
+816815 21040 L
+@c
+F
+%CHAR: 846421 0 (2) @t
+885241 10795 m
+881318 0 L
+848241 0 L
+848241 1524 L
+857964 10400 864822 17653 868787 23269 c
+872752 28900 874742 34036 874742 38693 c
+874742 42249 873656 45170 871468 47456 c
+869295 49742 866699 50885 863665 50885 c
+860899 50885 858430 50081 856242 48472 c
+854055 46863 852432 44493 851388 41388 C
+849850 41388 L
+850541 46482 852305 50391 855170 53129 c
+858020 55852 861576 57221 865852 57221 c
+870396 57221 874192 55753 877240 52832 c
+880288 49911 881812 46468 881812 42503 c
+881812 39666 881149 36816 879822 33980 c
+877790 29521 874474 24793 869902 19798 c
+863044 12305 858754 7789 857047 6237 C
+871680 6237 l
+874657 6237 876746 6350 877945 6576 c
+879145 6787 880231 7239 881191 7916 c
+882150 8594 882997 9553 883717 10795 C
+885241 10795 L
+@c
+F
+%CHAR: 909922 0 (o) @t
+931089 38989 m
+936818 38989 941418 36802 944904 32456 c
+947853 28730 949320 24455 949320 19643 c
+949320 16242 948502 12813 946879 9342 c
+945256 5870 943013 3246 940162 1482 c
+937312 -282 934137 -1157 930637 -1157 c
+924922 -1157 920392 1115 917034 5659 c
+914198 9497 912772 13801 912772 18556 c
+912772 22042 913633 25485 915355 28914 c
+917076 32343 919348 34883 922156 36520 c
+924965 38171 927942 38989 931089 38989 c
+@c
+929805 36294 m
+928351 36294 926884 35871 925402 34996 c
+923934 34121 922735 32611 921832 30424 c
+920915 28251 920463 25457 920463 22042 c
+920463 16524 921564 11769 923751 7775 c
+925938 3782 928831 1778 932415 1778 c
+935082 1778 937284 2879 939033 5080 c
+940769 7295 941630 11077 941630 16454 c
+941630 23185 940190 28476 937284 32329 c
+935336 34982 932839 36294 929805 36294 c
+@c
+F
+%CHAR: 952256 0 (f) @t
+969697 34897 m
+969697 10005 l
+969697 6477 970093 4247 970855 3302 c
+971885 2088 973239 1482 974947 1482 c
+978390 1482 L
+978390 0 L
+955770 0 L
+955770 1482 L
+957463 1482 l
+958564 1482 959580 1764 960483 2314 c
+961386 2865 962021 3612 962360 4544 c
+962712 5489 962882 7310 962882 10005 c
+962882 34897 L
+955516 34897 L
+955516 37874 L
+962882 37874 L
+962882 40344 l
+962882 44126 963488 47329 964702 49939 c
+965916 52564 967764 54681 970262 56289 c
+972760 57898 975554 58702 978672 58702 c
+981565 58702 984232 57771 986659 55894 c
+988254 54653 989044 53256 989044 51717 c
+989044 50885 988691 50109 987971 49389 c
+987252 48655 986490 48288 985657 48288 c
+985022 48288 984359 48514 983653 48966 c
+982948 49417 982087 50405 981071 51901 c
+980055 53411 979110 54413 978263 54949 c
+977402 55471 976457 55725 975412 55725 c
+974142 55725 973070 55386 972181 54709 c
+971306 54046 970671 52987 970276 51576 c
+969895 50151 969697 46496 969697 40598 c
+969697 37874 L
+979462 37874 L
+979462 34897 L
+969697 34897 L
+@c
+F
+%CHAR: 0 -93768 (\134) @t
+3429 -34981 m
+23693 -94925 L
+20377 -94925 L
+127 -34981 L
+3429 -34981 L
+@c
+F
+%CHAR: 23523 -93768 (d) @t
+52917 -89506 m
+51068 -91440 49262 -92823 47498 -93669 c
+45734 -94502 43829 -94925 41797 -94925 c
+37662 -94925 34050 -93189 30960 -89732 c
+27883 -86275 26331 -81830 26331 -76411 c
+26331 -70978 28039 -66011 31468 -61496 c
+34882 -56994 39271 -54737 44647 -54737 c
+47978 -54737 50743 -55809 52917 -57926 C
+52917 -50941 l
+52917 -46608 52818 -43956 52606 -42954 c
+52394 -41966 52070 -41289 51632 -40936 c
+51195 -40569 50645 -40400 49981 -40400 c
+49262 -40400 48316 -40611 47131 -41063 C
+46595 -39609 L
+57884 -34981 L
+59732 -34981 L
+59732 -78768 l
+59732 -83199 59845 -85908 60043 -86882 c
+60254 -87870 60579 -88547 61045 -88928 c
+61496 -89323 62032 -89506 62625 -89506 c
+63373 -89506 64375 -89281 65602 -88801 C
+66068 -90254 L
+54822 -94925 L
+52917 -94925 L
+52917 -89506 L
+@c
+52917 -86614 m
+52917 -67098 l
+52747 -65235 52253 -63514 51435 -61976 c
+50602 -60437 49502 -59266 48147 -58490 c
+46778 -57700 45452 -57305 44154 -57305 c
+41726 -57305 39567 -58391 37662 -60564 c
+35151 -63443 33895 -67620 33895 -73137 c
+33895 -78711 35108 -82973 37535 -85936 c
+39963 -88900 42658 -90381 45635 -90381 c
+48147 -90381 50574 -89125 52917 -86614 C
+@c
+F
+%CHAR: 65857 -93768 (i) @t
+78134 -34981 m
+79291 -34981 80279 -35390 81097 -36194 c
+81901 -37013 82311 -38001 82311 -39158 c
+82311 -40315 81901 -41303 81097 -42135 c
+80279 -42954 79291 -43377 78134 -43377 c
+76977 -43377 75989 -42954 75156 -42135 c
+74338 -41303 73914 -40315 73914 -39158 c
+73914 -38001 74324 -37013 75142 -36194 c
+75946 -35390 76948 -34981 78134 -34981 c
+@c
+81563 -54779 m
+81563 -85217 l
+81563 -87587 81732 -89154 82085 -89944 c
+82424 -90734 82932 -91313 83609 -91708 c
+84286 -92089 85528 -92286 87320 -92286 C
+87320 -93768 L
+68919 -93768 L
+68919 -92286 L
+70768 -92286 72009 -92103 72630 -91736 c
+73265 -91383 73773 -90791 74140 -89958 c
+74521 -89140 74705 -87559 74705 -85217 c
+74705 -70612 l
+74705 -66505 74578 -63852 74338 -62639 c
+74140 -61750 73830 -61143 73421 -60804 c
+73011 -60452 72447 -60282 71727 -60282 c
+70951 -60282 70020 -60494 68919 -60903 C
+68341 -59407 L
+79742 -54779 L
+81563 -54779 L
+@c
+F
+%CHAR: 89380 -93768 (a) @t
+113482 -88307 m
+109601 -91313 107160 -93048 106158 -93514 c
+104677 -94205 103096 -94558 101417 -94558 c
+98792 -94558 96633 -93655 94940 -91863 c
+93246 -90071 92400 -87714 92400 -84793 c
+92400 -82945 92809 -81350 93642 -79996 c
+94770 -78133 96732 -76369 99526 -74704 c
+102320 -73053 106977 -71049 113482 -68678 C
+113482 -67183 l
+113482 -63415 112889 -60818 111690 -59407 c
+110490 -58010 108741 -57305 106455 -57305 c
+104719 -57305 103336 -57770 102320 -58716 c
+101276 -59647 100754 -60720 100754 -61933 c
+100838 -64332 l
+100838 -65602 100514 -66576 99865 -67267 c
+99215 -67959 98369 -68297 97325 -68297 c
+96294 -68297 95462 -67945 94813 -67225 c
+94164 -66505 93839 -65532 93839 -64290 c
+93839 -61919 95053 -59746 97480 -57756 c
+99907 -55781 103308 -54779 107696 -54779 c
+111055 -54779 113806 -55343 115965 -56472 c
+117588 -57333 118788 -58674 119564 -60494 c
+120058 -61679 120298 -64092 120298 -67761 c
+120298 -80616 l
+120298 -84229 120368 -86444 120509 -87263 c
+120650 -88067 120876 -88617 121187 -88886 c
+121511 -89168 121878 -89309 122287 -89309 c
+122725 -89309 123120 -89210 123444 -89013 c
+124023 -88660 125138 -87644 126789 -85993 C
+126789 -88307 L
+123712 -92442 120763 -94516 117941 -94516 c
+116600 -94516 115528 -94050 114724 -93105 c
+113919 -92173 113510 -90565 113482 -88307 C
+@c
+113482 -85626 m
+113482 -71190 L
+109319 -72855 106638 -74026 105424 -74704 c
+103237 -75917 101685 -77187 100754 -78514 c
+99808 -79840 99342 -81280 99342 -82860 c
+99342 -84836 99935 -86487 101120 -87799 c
+102306 -89097 103675 -89760 105213 -89760 c
+107315 -89760 110067 -88378 113482 -85626 C
+@c
+F
+%CHAR: 126958 -93768 (g) @t
+139729 -79953 m
+137414 -78824 135636 -77258 134395 -75226 c
+133153 -73194 132546 -70964 132546 -68509 c
+132546 -64755 133957 -61538 136779 -58829 c
+139602 -56134 143214 -54779 147631 -54779 c
+151243 -54779 154362 -55668 157015 -57432 C
+165030 -57432 l
+166215 -57432 166907 -57460 167104 -57531 c
+167288 -57601 167429 -57714 167513 -57883 c
+167683 -58137 167767 -58575 167767 -59210 c
+167767 -59929 167697 -60423 167556 -60691 c
+167471 -60833 167330 -60945 167118 -61030 c
+166921 -61115 166215 -61143 165030 -61143 c
+160119 -61143 L
+161657 -63133 162433 -65673 162433 -68763 c
+162433 -72291 161079 -75296 158384 -77808 c
+155674 -80320 152048 -81576 147504 -81576 c
+145627 -81576 143722 -81294 141761 -80743 C
+140547 -81788 139729 -82705 139305 -83495 c
+138868 -84285 138656 -84949 138656 -85499 c
+138656 -85965 138882 -86416 139333 -86868 c
+139799 -87305 140688 -87616 142001 -87813 c
+142777 -87926 144710 -88025 147800 -88109 c
+153473 -88236 157156 -88434 158835 -88688 c
+161389 -89041 163435 -89986 164973 -91538 c
+166497 -93077 167259 -94982 167259 -97239 c
+167259 -100358 165806 -103279 162885 -106002 c
+158581 -110024 152979 -112042 146065 -112042 c
+140745 -112042 136243 -110843 132574 -108444 c
+130514 -107061 129484 -105635 129484 -104140 c
+129484 -103476 129625 -102827 129935 -102164 c
+130401 -101134 131375 -99723 132828 -97903 c
+133026 -97649 134423 -96167 137047 -93443 C
+135608 -92583 134606 -91821 134014 -91143 c
+133421 -90466 133125 -89704 133125 -88843 c
+133125 -87884 133506 -86755 134296 -85457 c
+135086 -84158 136892 -82324 139729 -79953 C
+@c
+146925 -56769 m
+144893 -56769 143172 -57587 141803 -59210 c
+140420 -60833 139729 -63330 139729 -66689 c
+139729 -71049 140674 -74422 142551 -76820 c
+143976 -78641 145796 -79544 147998 -79544 c
+150100 -79544 151822 -78768 153162 -77187 c
+154517 -75621 155194 -73152 155194 -69793 c
+155194 -65405 154249 -61976 152344 -59492 c
+150933 -57672 149127 -56769 146925 -56769 c
+@c
+139319 -93768 m
+138021 -95179 137047 -96477 136384 -97691 c
+135721 -98904 135396 -100019 135396 -101049 c
+135396 -102362 136187 -103519 137795 -104521 c
+140547 -106228 144526 -107075 149733 -107075 c
+154701 -107075 158355 -106200 160712 -104450 c
+163068 -102700 164254 -100838 164254 -98848 c
+164254 -97423 163548 -96407 162137 -95800 c
+160712 -95193 157861 -94826 153628 -94713 c
+147419 -94558 142650 -94234 139319 -93768 C
+@c
+F
+%CHAR: 169292 -93768 (L) @t
+217820 -78260 m
+219189 -78556 L
+214391 -93768 L
+170985 -93768 L
+170985 -92244 L
+173102 -92244 l
+175473 -92244 177166 -91468 178182 -89930 c
+178761 -89041 179043 -86995 179043 -83806 c
+179043 -47624 l
+179043 -44125 178662 -41938 177886 -41063 c
+176813 -39849 175219 -39242 173102 -39242 c
+170985 -39242 L
+170985 -37704 L
+196371 -37704 L
+196371 -39242 L
+193394 -39214 191305 -39482 190106 -40061 c
+188907 -40639 188088 -41373 187651 -42262 c
+187213 -43137 186987 -45254 186987 -48584 c
+186987 -83806 l
+186987 -86092 187213 -87658 187651 -88519 c
+187975 -89097 188483 -89521 189175 -89803 c
+189866 -90071 192011 -90212 195623 -90212 c
+199716 -90212 l
+204020 -90212 207039 -89902 208775 -89267 c
+210511 -88632 212091 -87503 213531 -85894 c
+214956 -84285 216395 -81731 217820 -78260 C
+@c
+F
+%CHAR: 221009 -93768 (e) @t
+230026 -70160 m
+229998 -75790 231352 -80193 234118 -83396 c
+236870 -86585 240116 -88180 243827 -88180 c
+246310 -88180 248469 -87503 250304 -86134 c
+252138 -84779 253662 -82437 254904 -79135 C
+256188 -79953 L
+255610 -83735 253930 -87178 251150 -90268 c
+248356 -93373 244871 -94925 240694 -94925 c
+236136 -94925 232241 -93161 229010 -89619 c
+225764 -86077 224156 -81308 224156 -75325 c
+224156 -68848 225807 -63796 229137 -60183 c
+232453 -56557 236616 -54737 241640 -54737 c
+245887 -54737 249372 -56134 252096 -58942 c
+254819 -61736 256188 -65475 256188 -70160 C
+230026 -70160 L
+@c
+230026 -67761 m
+247552 -67761 L
+247411 -65334 247129 -63627 246677 -62639 c
+246000 -61101 244970 -59887 243601 -58998 c
+242232 -58123 240807 -57672 239325 -57672 c
+237039 -57672 234993 -58561 233187 -60339 c
+231381 -62117 230322 -64600 230026 -67761 C
+@c
+F
+%CHAR: 258587 -93768 (g) @t
+271358 -79953 m
+269043 -78824 267265 -77258 266024 -75226 c
+264782 -73194 264175 -70964 264175 -68509 c
+264175 -64755 265586 -61538 268408 -58829 c
+271231 -56134 274843 -54779 279260 -54779 c
+282872 -54779 285991 -55668 288644 -57432 C
+296659 -57432 l
+297844 -57432 298536 -57460 298733 -57531 c
+298917 -57601 299058 -57714 299142 -57883 c
+299312 -58137 299396 -58575 299396 -59210 c
+299396 -59929 299326 -60423 299185 -60691 c
+299100 -60833 298959 -60945 298747 -61030 c
+298550 -61115 297844 -61143 296659 -61143 c
+291748 -61143 L
+293286 -63133 294062 -65673 294062 -68763 c
+294062 -72291 292708 -75296 290013 -77808 c
+287303 -80320 283677 -81576 279133 -81576 c
+277256 -81576 275351 -81294 273390 -80743 C
+272176 -81788 271358 -82705 270934 -83495 c
+270497 -84285 270285 -84949 270285 -85499 c
+270285 -85965 270511 -86416 270962 -86868 c
+271428 -87305 272317 -87616 273630 -87813 c
+274406 -87926 276339 -88025 279429 -88109 c
+285102 -88236 288785 -88434 290464 -88688 c
+293018 -89041 295064 -89986 296602 -91538 c
+298126 -93077 298888 -94982 298888 -97239 c
+298888 -100358 297435 -103279 294514 -106002 c
+290210 -110024 284608 -112042 277694 -112042 c
+272374 -112042 267872 -110843 264203 -108444 c
+262143 -107061 261113 -105635 261113 -104140 c
+261113 -103476 261254 -102827 261564 -102164 c
+262030 -101134 263004 -99723 264457 -97903 c
+264655 -97649 266052 -96167 268676 -93443 C
+267237 -92583 266235 -91821 265643 -91143 c
+265050 -90466 264754 -89704 264754 -88843 c
+264754 -87884 265135 -86755 265925 -85457 c
+266715 -84158 268521 -82324 271358 -79953 C
+@c
+278554 -56769 m
+276522 -56769 274801 -57587 273432 -59210 c
+272049 -60833 271358 -63330 271358 -66689 c
+271358 -71049 272303 -74422 274180 -76820 c
+275605 -78641 277425 -79544 279627 -79544 c
+281729 -79544 283451 -78768 284791 -77187 c
+286146 -75621 286823 -73152 286823 -69793 c
+286823 -65405 285878 -61976 283973 -59492 c
+282562 -57672 280756 -56769 278554 -56769 c
+@c
+270948 -93768 m
+269650 -95179 268676 -96477 268013 -97691 c
+267350 -98904 267025 -100019 267025 -101049 c
+267025 -102362 267816 -103519 269424 -104521 c
+272176 -106228 276155 -107075 281362 -107075 c
+286330 -107075 289984 -106200 292341 -104450 c
+294697 -102700 295883 -100838 295883 -98848 c
+295883 -97423 295177 -96407 293766 -95800 c
+292341 -95193 289490 -94826 285257 -94713 c
+279048 -94558 274279 -94234 270948 -93768 C
+@c
+F
+%CHAR: 300921 -93768 (e) @t
+309938 -70160 m
+309910 -75790 311264 -80193 314030 -83396 c
+316782 -86585 320028 -88180 323739 -88180 c
+326222 -88180 328381 -87503 330216 -86134 c
+332050 -84779 333574 -82437 334816 -79135 C
+336100 -79953 L
+335522 -83735 333842 -87178 331062 -90268 c
+328268 -93373 324783 -94925 320606 -94925 c
+316048 -94925 312153 -93161 308922 -89619 c
+305676 -86077 304068 -81308 304068 -75325 c
+304068 -68848 305719 -63796 309049 -60183 c
+312365 -56557 316528 -54737 321552 -54737 c
+325799 -54737 329284 -56134 332008 -58942 c
+334731 -61736 336100 -65475 336100 -70160 C
+309938 -70160 L
+@c
+309938 -67761 m
+327464 -67761 L
+327323 -65334 327041 -63627 326589 -62639 c
+325912 -61101 324882 -59887 323513 -58998 c
+322144 -58123 320719 -57672 319237 -57672 c
+316951 -57672 314905 -58561 313099 -60339 c
+311293 -62117 310234 -64600 309938 -67761 C
+@c
+F
+%CHAR: 338499 -93768 (n) @t
+352187 -62808 m
+356618 -57460 360851 -54779 364873 -54779 c
+366947 -54779 368725 -55301 370207 -56331 c
+371703 -57361 372888 -59069 373763 -61439 c
+374370 -63090 374666 -65630 374666 -69045 c
+374666 -85217 l
+374666 -87601 374863 -89238 375259 -90085 c
+375555 -90776 376049 -91313 376726 -91708 c
+377389 -92089 378645 -92286 380466 -92286 C
+380466 -93768 L
+361726 -93768 L
+361726 -92286 L
+362516 -92286 l
+364280 -92286 365522 -92004 366213 -91468 c
+366919 -90932 367413 -90141 367681 -89097 c
+367794 -88688 367850 -87390 367850 -85217 c
+367850 -69708 l
+367850 -66265 367399 -63768 366510 -62201 c
+365607 -60649 364097 -59873 361980 -59873 c
+358706 -59873 355432 -61665 352187 -65249 C
+352187 -85217 l
+352187 -87771 352328 -89351 352638 -89958 c
+353019 -90762 353556 -91355 354233 -91722 c
+354910 -92089 356279 -92286 358339 -92286 C
+358339 -93768 L
+339614 -93768 L
+339614 -92286 L
+340446 -92286 l
+342365 -92286 343678 -91792 344355 -90819 c
+345018 -89831 345357 -87968 345357 -85217 c
+345357 -71148 l
+345357 -66604 345258 -63838 345047 -62850 c
+344849 -61849 344524 -61171 344101 -60818 c
+343678 -60466 343099 -60282 342380 -60282 c
+341618 -60282 340686 -60494 339614 -60903 C
+338993 -59407 L
+350409 -54779 L
+352187 -54779 L
+352187 -62808 L
+@c
+F
+%CHAR: 380833 -93768 (d) @t
+410227 -89506 m
+408378 -91440 406572 -92823 404808 -93669 c
+403044 -94502 401139 -94925 399107 -94925 c
+394972 -94925 391360 -93189 388270 -89732 c
+385193 -86275 383641 -81830 383641 -76411 c
+383641 -70978 385349 -66011 388778 -61496 c
+392192 -56994 396581 -54737 401957 -54737 c
+405288 -54737 408053 -55809 410227 -57926 C
+410227 -50941 l
+410227 -46608 410128 -43956 409916 -42954 c
+409704 -41966 409380 -41289 408942 -40936 c
+408505 -40569 407955 -40400 407291 -40400 c
+406572 -40400 405626 -40611 404441 -41063 C
+403905 -39609 L
+415194 -34981 L
+417042 -34981 L
+417042 -78768 l
+417042 -83199 417155 -85908 417353 -86882 c
+417564 -87870 417889 -88547 418355 -88928 c
+418806 -89323 419342 -89506 419935 -89506 c
+420683 -89506 421685 -89281 422912 -88801 C
+423378 -90254 L
+412132 -94925 L
+410227 -94925 L
+410227 -89506 L
+@c
+410227 -86614 m
+410227 -67098 l
+410057 -65235 409563 -63514 408745 -61976 c
+407912 -60437 406812 -59266 405457 -58490 c
+404088 -57700 402762 -57305 401464 -57305 c
+399036 -57305 396877 -58391 394972 -60564 c
+392461 -63443 391205 -67620 391205 -73137 c
+391205 -78711 392418 -82973 394845 -85936 c
+397273 -88900 399968 -90381 402945 -90381 c
+405457 -90381 407884 -89125 410227 -86614 C
+@c
+F
+%CHAR: 423167 -93768 (b) @t
+436192 -62427 m
+439861 -57333 443812 -54779 448059 -54779 c
+451940 -54779 455326 -56444 458219 -59760 c
+461112 -63090 462565 -67620 462565 -73391 c
+462565 -80108 460336 -85527 455863 -89633 c
+452038 -93161 447763 -94925 443050 -94925 c
+440848 -94925 438605 -94530 436333 -93726 c
+434061 -92921 431732 -91722 429362 -90127 C
+429362 -50898 l
+429362 -46594 429263 -43956 429051 -42954 c
+428854 -41966 428529 -41289 428092 -40936 c
+427640 -40569 427090 -40400 426427 -40400 c
+425665 -40400 424691 -40611 423534 -41063 C
+422955 -39609 L
+434329 -34981 L
+436192 -34981 L
+436192 -62427 L
+@c
+436192 -65080 m
+436192 -87728 L
+437589 -89111 439042 -90156 440552 -90847 c
+442048 -91553 443586 -91905 445166 -91905 c
+447664 -91905 450006 -90522 452165 -87771 c
+454324 -85019 455411 -81012 455411 -75748 c
+455411 -70894 454324 -67168 452165 -64558 c
+450006 -61961 447551 -60649 444785 -60649 c
+443332 -60649 441864 -61030 440411 -61764 c
+439310 -62314 437899 -63429 436192 -65080 C
+@c
+F
+%CHAR: 465501 -93768 (e) @t
+474518 -70160 m
+474490 -75790 475844 -80193 478610 -83396 c
+481362 -86585 484608 -88180 488319 -88180 c
+490802 -88180 492961 -87503 494796 -86134 c
+496630 -84779 498154 -82437 499396 -79135 C
+500680 -79953 L
+500102 -83735 498422 -87178 495642 -90268 c
+492848 -93373 489363 -94925 485186 -94925 c
+480628 -94925 476733 -93161 473502 -89619 c
+470256 -86077 468648 -81308 468648 -75325 c
+468648 -68848 470299 -63796 473629 -60183 c
+476945 -56557 481108 -54737 486132 -54737 c
+490379 -54737 493864 -56134 496588 -58942 c
+499311 -61736 500680 -65475 500680 -70160 C
+474518 -70160 L
+@c
+474518 -67761 m
+492044 -67761 L
+491903 -65334 491621 -63627 491169 -62639 c
+490492 -61101 489462 -59887 488093 -58998 c
+486724 -58123 485299 -57672 483817 -57672 c
+481531 -57672 479485 -58561 477679 -60339 c
+475873 -62117 474814 -64600 474518 -67761 C
+@c
+F
+%CHAR: 503079 -93768 (g) @t
+515850 -79953 m
+513535 -78824 511757 -77258 510516 -75226 c
+509274 -73194 508667 -70964 508667 -68509 c
+508667 -64755 510078 -61538 512900 -58829 c
+515723 -56134 519335 -54779 523752 -54779 c
+527364 -54779 530483 -55668 533136 -57432 C
+541151 -57432 l
+542336 -57432 543028 -57460 543225 -57531 c
+543409 -57601 543550 -57714 543634 -57883 c
+543804 -58137 543888 -58575 543888 -59210 c
+543888 -59929 543818 -60423 543677 -60691 c
+543592 -60833 543451 -60945 543239 -61030 c
+543042 -61115 542336 -61143 541151 -61143 c
+536240 -61143 L
+537778 -63133 538554 -65673 538554 -68763 c
+538554 -72291 537200 -75296 534505 -77808 c
+531795 -80320 528169 -81576 523625 -81576 c
+521748 -81576 519843 -81294 517882 -80743 C
+516668 -81788 515850 -82705 515426 -83495 c
+514989 -84285 514777 -84949 514777 -85499 c
+514777 -85965 515003 -86416 515454 -86868 c
+515920 -87305 516809 -87616 518122 -87813 c
+518898 -87926 520831 -88025 523921 -88109 c
+529594 -88236 533277 -88434 534956 -88688 c
+537510 -89041 539556 -89986 541094 -91538 c
+542618 -93077 543380 -94982 543380 -97239 c
+543380 -100358 541927 -103279 539006 -106002 c
+534702 -110024 529100 -112042 522186 -112042 c
+516866 -112042 512364 -110843 508695 -108444 c
+506635 -107061 505605 -105635 505605 -104140 c
+505605 -103476 505746 -102827 506056 -102164 c
+506522 -101134 507496 -99723 508949 -97903 c
+509147 -97649 510544 -96167 513168 -93443 C
+511729 -92583 510727 -91821 510135 -91143 c
+509542 -90466 509246 -89704 509246 -88843 c
+509246 -87884 509627 -86755 510417 -85457 c
+511207 -84158 513013 -82324 515850 -79953 C
+@c
+523046 -56769 m
+521014 -56769 519293 -57587 517924 -59210 c
+516541 -60833 515850 -63330 515850 -66689 c
+515850 -71049 516795 -74422 518672 -76820 c
+520097 -78641 521917 -79544 524119 -79544 c
+526221 -79544 527943 -78768 529283 -77187 c
+530638 -75621 531315 -73152 531315 -69793 c
+531315 -65405 530370 -61976 528465 -59492 c
+527054 -57672 525248 -56769 523046 -56769 c
+@c
+515440 -93768 m
+514142 -95179 513168 -96477 512505 -97691 c
+511842 -98904 511517 -100019 511517 -101049 c
+511517 -102362 512308 -103519 513916 -104521 c
+516668 -106228 520647 -107075 525854 -107075 c
+530822 -107075 534476 -106200 536833 -104450 c
+539189 -102700 540375 -100838 540375 -98848 c
+540375 -97423 539669 -96407 538258 -95800 c
+536833 -95193 533982 -94826 529749 -94713 c
+523540 -94558 518771 -94234 515440 -93768 C
+@c
+F
+%CHAR: 545413 -93768 (i) @t
+557690 -34981 m
+558847 -34981 559835 -35390 560653 -36194 c
+561457 -37013 561867 -38001 561867 -39158 c
+561867 -40315 561457 -41303 560653 -42135 c
+559835 -42954 558847 -43377 557690 -43377 c
+556533 -43377 555545 -42954 554712 -42135 c
+553894 -41303 553470 -40315 553470 -39158 c
+553470 -38001 553880 -37013 554698 -36194 c
+555502 -35390 556504 -34981 557690 -34981 c
+@c
+561119 -54779 m
+561119 -85217 l
+561119 -87587 561288 -89154 561641 -89944 c
+561980 -90734 562488 -91313 563165 -91708 c
+563842 -92089 565084 -92286 566876 -92286 C
+566876 -93768 L
+548475 -93768 L
+548475 -92286 L
+550324 -92286 551565 -92103 552186 -91736 c
+552821 -91383 553329 -90791 553696 -89958 c
+554077 -89140 554261 -87559 554261 -85217 c
+554261 -70612 l
+554261 -66505 554134 -63852 553894 -62639 c
+553696 -61750 553386 -61143 552977 -60804 c
+552567 -60452 552003 -60282 551283 -60282 c
+550507 -60282 549576 -60494 548475 -60903 C
+547897 -59407 L
+559298 -54779 L
+561119 -54779 L
+@c
+F
+%CHAR: 568936 -93768 (n) @t
+582624 -62808 m
+587055 -57460 591288 -54779 595310 -54779 c
+597384 -54779 599162 -55301 600644 -56331 c
+602140 -57361 603325 -59069 604200 -61439 c
+604807 -63090 605103 -65630 605103 -69045 c
+605103 -85217 l
+605103 -87601 605300 -89238 605696 -90085 c
+605992 -90776 606486 -91313 607163 -91708 c
+607826 -92089 609082 -92286 610903 -92286 C
+610903 -93768 L
+592163 -93768 L
+592163 -92286 L
+592953 -92286 l
+594717 -92286 595959 -92004 596650 -91468 c
+597356 -90932 597850 -90141 598118 -89097 c
+598231 -88688 598287 -87390 598287 -85217 c
+598287 -69708 l
+598287 -66265 597836 -63768 596947 -62201 c
+596044 -60649 594534 -59873 592417 -59873 c
+589143 -59873 585869 -61665 582624 -65249 C
+582624 -85217 l
+582624 -87771 582765 -89351 583075 -89958 c
+583456 -90762 583993 -91355 584670 -91722 c
+585347 -92089 586716 -92286 588776 -92286 C
+588776 -93768 L
+570051 -93768 L
+570051 -92286 L
+570883 -92286 l
+572802 -92286 574115 -91792 574792 -90819 c
+575455 -89831 575794 -87968 575794 -85217 c
+575794 -71148 l
+575794 -66604 575695 -63838 575484 -62850 c
+575286 -61849 574961 -61171 574538 -60818 c
+574115 -60466 573536 -60282 572817 -60282 c
+572055 -60282 571123 -60494 570051 -60903 C
+569430 -59407 L
+580846 -54779 L
+582624 -54779 L
+582624 -62808 L
+@c
+F
+T
+%%PageTrailer
+@rs
+@rs
+%%Trailer
+@EndSysCorelDict
+end
+%%DocumentSuppliedResources: procset wCorel9Dict 9.0 0
+%%EOF
diff --git a/graphics/bardiag/doc/figs/examp1.tex b/graphics/bardiag/doc/figs/examp1.tex
new file mode 100644
index 0000000000..6f7fc34840
--- /dev/null
+++ b/graphics/bardiag/doc/figs/examp1.tex
@@ -0,0 +1,10 @@
+\renewcommand{\betweenticks}{50}
+\bardiagrambegin{9.5}{200}{2cm}{1}{2}{1cm}{0.05cm}
+ \drawlevellines
+ \baritem{1998}{120}{green}
+ \baritem{1999}{123}{red}
+ \baritem{2000}{147}{yellow}
+ \baritem{2001}{176}{green}
+ \baritem{2002}{132}{red}
+\bardiagramend{{\large Year}}{{\large Income}}
+
diff --git a/graphics/bardiag/doc/figs/examp1a.tex b/graphics/bardiag/doc/figs/examp1a.tex
new file mode 100644
index 0000000000..8a9b8f7063
--- /dev/null
+++ b/graphics/bardiag/doc/figs/examp1a.tex
@@ -0,0 +1,9 @@
+\renewcommand{\betweenticks}{50}
+\bardiagrambegin{9.5}{200}{2cm}{1}{2}{1cm}{0.01cm}
+ \drawlevellines
+ \baritem{1998}{120}{green}
+ \baritem{1999}{123}{red}
+ \baritem{2000}{147}{yellow}
+ \baritem{2001}{176}{green}
+ \baritem{2002}{132}{red}
+\bardiagramend{{\large Year}}{{\large Income}}
diff --git a/graphics/bardiag/doc/figs/examp1b.tex b/graphics/bardiag/doc/figs/examp1b.tex
new file mode 100644
index 0000000000..857c8dab2e
--- /dev/null
+++ b/graphics/bardiag/doc/figs/examp1b.tex
@@ -0,0 +1,15 @@
+\renewcommand{\betweenticks}{50}
+\bardiagrambegin{9.5}{200}{2cm}{1}{2}{1cm}{0.05cm}
+ \drawlevellines
+ \baritem{1998}{120}{green}
+ \baritem{1999}{123}{red}
+ \baritem{2000}{147}{yellow}
+ \baritem{2001}{176}{green}
+ \baritem{2002}{132}{red}
+ \diagLegendbegin{0.1}{203}{5}
+ \diagLegenditem{Good statistics}{green}
+ \diagLegenditem{Moderate statistics}{yellow}
+ \diagLegenditem{Bad statistics}{red}
+ \diagLegendend
+\bardiagramend{{\large Year}}{{\large Income}}
+
diff --git a/graphics/bardiag/doc/figs/examp2.tex b/graphics/bardiag/doc/figs/examp2.tex
new file mode 100644
index 0000000000..3c40e14f89
--- /dev/null
+++ b/graphics/bardiag/doc/figs/examp2.tex
@@ -0,0 +1,19 @@
+\renewcommand{\betweenticks}{50}
+\bardiagrambegin{12.5}{200}{2cm}{1}{2.5}{0.9cm}{0.05cm}
+ \drawlevellines
+ \baritem{1998}{123}{red}
+ \subbaritem{}{118}{blue}
+ \baritem{1999}{126}{red}
+ \subbaritem{}{119}{blue}
+ \baritem{2000}{144}{red}
+ \subbaritem{}{148}{blue}
+ \baritem{2001}{176}{red}
+ \subbaritem{}{170}{blue}
+ \baritem{2002}{128}{red}
+ \subbaritem{}{134}{blue}
+ \diagLegendbegin{1}{190}{3.2}
+ \diagLegenditem{Women}{red}
+ \diagLegenditem{Men}{blue}
+ \diagLegendend
+\bardiagramend{{\large Year}}{{\large Income}}
+
diff --git a/graphics/bardiag/doc/figs/examp2er.tex b/graphics/bardiag/doc/figs/examp2er.tex
new file mode 100644
index 0000000000..75456594d5
--- /dev/null
+++ b/graphics/bardiag/doc/figs/examp2er.tex
@@ -0,0 +1,23 @@
+\newcommand{\lecol}{gray}
+\newcommand{\ricol}{lightgray}
+\renewcommand{\betweenticks}{50}
+\bardiagrambegin{12.5}{200}{1cm}{1}{2.5}{0.9cm}{0.05cm}
+ \drawlevellines
+ \barspergroup{2}
+ \renewcommand{\barlabelangle}{0}
+ \baritem{1998}{123}{\lecol} \barerror{25}
+ \subbaritem{}{118}{\ricol} \barerrormargins{35}{15}
+ \baritem{1999}{126}{\lecol} \barerror{20}
+ \subbaritem{}{119}{\ricol} \barerrormargins{35}{32}
+ \baritem{2000}{144}{\lecol} \barerror{24}
+ \subbaritem{}{148}{\ricol} \barerror{30}
+ \baritem{2001}{176}{\lecol} \barerror{22}
+ \subbaritem{}{170}{\ricol} \barerror{25}
+ \baritem{2002}{128}{\lecol} \barerror{20}
+ \subbaritem{}{134}{\ricol} \barerror{30}
+ \diagLegendbegin{1}{190}{3.2}
+ \diagLegenditem{Women}{\lecol}
+ \diagLegenditem{Men}{\ricol}
+ \diagLegendend
+\bardiagramend{{\large Year}}{{\large Income}}
+
diff --git a/graphics/bardiag/doc/figs/examp3.tex b/graphics/bardiag/doc/figs/examp3.tex
new file mode 100644
index 0000000000..cb34181f1e
--- /dev/null
+++ b/graphics/bardiag/doc/figs/examp3.tex
@@ -0,0 +1,37 @@
+\renewcommand{\betweenticks}{50}
+\bardiagrambegin{12.5}{210}{2cm}{1}{2.5}{0.8cm}{0.04cm}
+ \barspergroup{2}
+ \drawlevellines
+ \baritem{1998}{23}{lightred}
+ \subtopbaritem{}{100}{red}
+ \subbaritem{}{28}{lightblue}
+ \subtopbaritem{}{90}{blue}
+ %
+ \baritem{1999}{37}{lightred}
+ \subtopbaritem{}{89}{red}
+ \subbaritem{}{38}{lightblue}
+ \subtopbaritem{}{81}{blue}
+ %
+ \baritem{2000}{43}{lightred}
+ \subtopbaritem{}{101}{red}
+ \subbaritem{}{52}{lightblue}
+ \subtopbaritem{}{96}{blue}
+ %
+ \baritem{2001}{83}{lightred}
+ \subtopbaritem{}{93}{red}
+ \subbaritem{}{92}{lightblue}
+ \subtopbaritem{}{78}{blue}
+ %
+ \baritem{2002}{64}{lightred}
+ \subtopbaritem{}{64}{red}
+ \subbaritem{}{70}{lightblue}
+ \subtopbaritem{}{64}{blue}
+ %
+ \diagLegendbegin{0}{222}{7.3}
+ \diagLegenditem{\it Women older than 30}{red}
+ \diagLegenditem{\it Women younger than 30}{lightred}
+ \diagLegenditem{\it Men older than 30}{blue}
+ \diagLegenditem{\it Men younger than 30}{lightblue}
+ \diagLegendend
+\bardiagramend{{\large Year}}{{\large Income}}
+
diff --git a/graphics/bardiag/doc/figs/examp4.tex b/graphics/bardiag/doc/figs/examp4.tex
new file mode 100644
index 0000000000..392e099ecd
--- /dev/null
+++ b/graphics/bardiag/doc/figs/examp4.tex
@@ -0,0 +1,12 @@
+ \bardiagrambegin{7.8}{210}{2cm}{1}{1.5}{0.7cm}{0.02cm}
+ \drawlevellines
+ \baritem{1998}{120}{green}
+ \baritem{1999}{123}{red}
+ \baritem{2000}{147}{yellow}
+ \baritem{2001}{176}{green}
+ \baritem{2002}{132}{red}
+ %
+ \diagLegendbegin{0}{200}{3.8}
+ \diagLegenditem{\it Legend}{red}
+ \diagLegendend
+ \bardiagramend{{\large Year}}{{\large Income}} \ No newline at end of file
diff --git a/graphics/bardiag/doc/figs/examp5.tex b/graphics/bardiag/doc/figs/examp5.tex
new file mode 100644
index 0000000000..e8b3d7dd60
--- /dev/null
+++ b/graphics/bardiag/doc/figs/examp5.tex
@@ -0,0 +1,77 @@
+\def\onecol{red}
+\def\onetopcol{blue}
+\def\twocol{red}
+\def\twotopcol{blue}
+\def\threecol{red}
+\def\threetopcol{blue}
+%-------------------------------------------------------
+%This is the way to redefine styles
+% \newpsstyle{mytickstyle}{linewidth=1pt,linecolor=blue}
+%
+% Style of the foreground frame
+\newpsstyle{diagframestyle}{linewidth=1pt,linecolor=black,fillcolor=white}
+% Style of the background frame
+\newpsstyle{diagbgframestyle}{linewidth=1pt,linecolor=black,fillcolor=yellow}
+
+% Use 3D bars
+\renewcommand{\ActiveBarPrimitive}{\barTDRect}
+% Make frame 3D
+\renewcommand{\frameTD}{1}
+
+% Put ticks and levellines each 10 yunits
+\renewcommand{\betweenticks}{10}
+
+% Color of the numbers on the bar-items
+\renewcommand\numbercolor{\white\bf}
+% Where to put the number. Can be \bottom,\belowtop,\overtop
+\renewcommand{\placenumber}{\bottom}
+
+
+% override the default \tdx and \tdy
+\renewcommand{\tdx}{1.2} % depth of 3d
+\renewcommand{\tdy}{6}
+
+% Start the diagram
+\bardiagrambegin{14}{100}{3cm}{1}{5}{0.8cm}{0.1cm}
+% To draw ``years'' at 45 degrees
+\renewcommand{\barlabelangle}{45}
+ \baritem{1990}{32}{\onecol}
+ \subtopbaritem{}{40}{\onetopcol}
+ \subbaritem{2000}{20}{\twocol}
+ \subtopbaritem{}{30}{\twotopcol}
+ \subbaritem{2010}{13}{\threecol}
+ \subtopbaritem{}{50}{\threetopcol}
+ %---
+ \baritem{1990}{21}{\onecol}
+ \subtopbaritem{}{60}{\onetopcol}
+ \subbaritem{2000}{25}{\twocol}
+ \subtopbaritem{}{64}{\twotopcol}
+ \subbaritem{2010}{58}{\threecol}
+ \subtopbaritem{}{32}{\threetopcol}
+ %---
+ \baritem{1990}{22}{\onecol}
+ \subtopbaritem{}{19}{\onetopcol}
+ \subbaritem{2000}{12}{\twocol}
+ \subtopbaritem{}{18}{\twotopcol}
+ \subbaritem{2010}{9}{\threecol}
+ \subtopbaritem{}{12}{\threetopcol}
+\drawlevellines
+ % Legend
+ % Let's make the background white
+ % and gray frame-line of 0.5pt
+ \diagLegendoptions{white}{gray}{0.5pt}
+ %
+ \renewcommand{\legendShadowColor}{darkyellow}
+ %
+ \diagLegendbegin{10.3}{89}{3}
+ \diagLegenditem{girls}{\onecol}
+ \diagLegenditem{boys}{\onetopcol}
+ \diagLegendend
+ % End of the legend
+\bardiagramend{\parbox{11cm}{\vspace{-1.5cm}\hspace{-1cm}
+ \begin{tabular}{p{3.2cm}p{4.0cm}p{3.2cm}}
+ \centering Alpha's & \centering Beta's & \centering Gamma's
+ \end{tabular}
+ \\[0.4cm]
+ \centering \large Year}}
+ {\large Graduated (\%)}
diff --git a/graphics/bardiag/doc/figs/examp6.tex b/graphics/bardiag/doc/figs/examp6.tex
new file mode 100644
index 0000000000..484b633765
--- /dev/null
+++ b/graphics/bardiag/doc/figs/examp6.tex
@@ -0,0 +1,76 @@
+\def\onecol{red}
+\def\onetopcol{blue}
+\def\twocol{red}
+\def\twotopcol{blue}
+\def\threecol{red}
+\def\threetopcol{blue}
+%-------------------------------------------------------
+%This is the way to redefine styles
+% \newpsstyle{mytickstyle}{linewidth=1pt,linecolor=blue}
+%
+% Style of the foreground frame
+\newpsstyle{diagframestyle}{linewidth=1pt,linecolor=black,fillcolor=white}
+% Style of the background frame
+\newpsstyle{diagbgframestyle}{linewidth=1pt,linecolor=black,fillcolor=yellow}
+
+% Use 3D bars
+\renewcommand{\ActiveBarPrimitive}{\barTDRect}
+% Make frame 3D
+\renewcommand{\frameTD}{1}
+
+% Put ticks and levellines each 10 yunits
+\renewcommand{\betweenticks}{10}
+
+% Color of the numbers on the bar-items
+\renewcommand\numbercolor{\white\bf}
+% Where to put the number. Can be \bottom,\belowtop,\overtop
+\renewcommand{\placenumber}{\bottom}
+
+\renewcommand{\tdx}{1.2} % depth of 3d
+\renewcommand{\tdy}{6}
+
+% Start the diagram
+\bardiagrambegin{14}{100}{2cm}{1}{5}{0.8cm}{0.1cm}
+ \baritem{1990}{32}{\onecol}
+ \subtopbaritem{}{40}{\onetopcol}
+ \subbaritem{2000}{20}{\twocol}
+ \subtopbaritem{}{30}{\twotopcol}
+ \subbaritem{2010}{13}{\threecol}
+ \subtopbaritem{}{50}{\threetopcol}
+ %---
+ \baritem{1990}{21}{\onecol}
+ \subtopbaritem{}{60}{\onetopcol}
+ \subbaritem{2000}{25}{\twocol}
+ \subtopbaritem{}{64}{\twotopcol}
+ \subbaritem{2010}{58}{\threecol}
+ \subtopbaritem{}{32}{\threetopcol}
+ %---
+ \baritem{1990}{22}{\onecol}
+ \subtopbaritem{}{19}{\onetopcol}
+ \subbaritem{2000}{12}{\twocol}
+ \subtopbaritem{}{18}{\twotopcol}
+ \subbaritem{2010}{9}{\threecol}
+ \subtopbaritem{}{12}{\threetopcol}
+\drawlevellines
+ % Legend
+ % Let's make the background white
+ % and gray frame-line of 0.5pt
+ \diagLegendoptions{white}{gray}{0.5pt}
+ %
+ \renewcommand{\legendShadowColor}{darkyellow}
+ %
+ \diagLegendbegin{12}{65}{3}
+ \diagLegenditem{girls}{\onecol}
+ \diagLegenditem{boys}{\onetopcol}
+ \diagLegendend
+ % End of the legend
+\setlength{\captionoffset}{2cm}
+\bardiagramend{\parbox{11cm}{{\centering \large Year\\[0.3cm]
+ \hspace{-1cm}
+ \begin{tabular}{p{3.2cm}p{4.0cm}p{3.2cm}}
+ \centering Alpha's & \centering Beta's & \centering Gamma's
+ \end{tabular}
+ }}}
+ {\large Graduated (\%)}
+
+
diff --git a/graphics/bardiag/doc/figs/exampcr.tex b/graphics/bardiag/doc/figs/exampcr.tex
new file mode 100644
index 0000000000..ccfb00fc11
--- /dev/null
+++ b/graphics/bardiag/doc/figs/exampcr.tex
@@ -0,0 +1,65 @@
+\renewcommand{\betweenticks}{100}
+\renewcommand{\shownumbers}{0}
+
+\definecolor{gA}{gray}{0.5}
+\definecolor{gB}{gray}{0.7}
+\definecolor{gC}{gray}{0.9}
+
+\newpsstyle{diagframestyle}{linewidth=2pt,linecolor=black}
+\newpsstyle{stA}{linestyle=solid,hatchsep=6pt,fillstyle=vlines*}
+\newpsstyle{stB}{linestyle=solid,hatchsep=6pt,fillstyle=hlines*}
+\newpsstyle{stC}{linestyle=solid,hatchsep=6pt,fillstyle=crosshatch*}
+
+\bardiagrambegin{17.3}{1000}{0.5cm}{1.5}{6}{0.5cm}{0.01cm}
+ \newpsstyle{levellinestyle}{linewidth=0.5pt,linecolor=gray,linestyle=dashed}
+ \renewcommand{\barlabelangle}{0}
+
+ \barspergroup{3}
+
+ \drawlevellines
+ \baritem[style=stA]{Here}{161}{gA}
+ \subtopbaritem[style=stA]{}{250}{gB}
+ \subtopbaritem[style=stA]{}{150}{gC}
+ \subbaritem[style=stB]{}{381}{gA}
+ \subtopbaritem[style=stB]{}{200}{gB}
+ \subtopbaritem[style=stB]{}{150}{gC}
+ \subbaritem[style=stC]{}{281}{gA}
+ \subtopbaritem[style=stC]{}{200}{gB}
+ \subtopbaritem[style=stC]{}{50}{gC}
+ %
+ \baritem[style=stA]{There}{221}{gA}
+ \subtopbaritem[style=stA]{}{150}{gB}
+ \subtopbaritem[style=stA]{}{130}{gC}
+ \subbaritem[style=stB]{}{281}{gA}
+ \subtopbaritem[style=stB]{}{300}{gB}
+ \subtopbaritem[style=stB]{}{150}{gC}
+ \subbaritem[style=stC]{}{121}{gA}
+ \subtopbaritem[style=stC]{}{211}{gB}
+ \subtopbaritem[style=stC]{}{350}{gC}
+ %
+ \baritem[style=stA]{Elsewhere}{432}{gA}
+ \subtopbaritem[style=stA]{}{50}{gB}
+ \subtopbaritem[style=stA]{}{230}{gC}
+ \subbaritem[style=stB]{}{201}{gA}
+ \subtopbaritem[style=stB]{}{130}{gB}
+ \subtopbaritem[style=stB]{}{90}{gC}
+ \subbaritem[style=stC]{}{191}{gA}
+ \subtopbaritem[style=stC]{}{88}{gB}
+ \subtopbaritem[style=stC]{}{222}{gC}
+ %
+ % we can call
+ \diagLegendoptions{white}{white}{0pt}
+ % to produce a legend without a frame
+%
+ \diagLegendbegin{0.5}{980}{3.5}
+ \diagLegenditem[style=stA]{19.12.2002}{white}
+ \diagLegenditem[style=stB]{06.05.2003}{white}
+ \diagLegenditem[style=stC]{01.02.2004}{white}
+ \diagLegendend
+ %
+ \diagLegendbegin{7}{980}{3.5}
+ \diagLegenditem{first try}{gA}
+ \diagLegenditem{second try}{gB}
+ \diagLegenditem{third try}{gC}
+ \diagLegendend
+\bardiagramend{}{\large Number of smth}
diff --git a/graphics/bardiag/doc/figs/tddiag.eps b/graphics/bardiag/doc/figs/tddiag.eps
new file mode 100644
index 0000000000..7aea4cafa4
--- /dev/null
+++ b/graphics/bardiag/doc/figs/tddiag.eps
@@ -0,0 +1,1329 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%BoundingBox: 111 488 284 705
+%%LanguageLevel: 1
+%%Creator: CorelDRAW 9
+%%Title: tddiag.eps
+%%CreationDate: Thu May 08 11:31:38 2003
+%%For: RRS
+%%DocumentProcessColors: Black
+%%DocumentSuppliedResources: (atend)
+%%EndComments
+%%BeginProlog
+/AutoFlatness false def
+/AutoSteps 0 def
+/CMYKMarks true def
+/UseLevel 1 def
+%Build: CorelDRAW 9 Version 9.337
+%Color profile: Generic offset separations profile
+%%BeginResource: procset wCorel9Dict 9.0 0
+/wCorel9Dict 300 dict def wCorel9Dict begin
+% Copyright (c)1992-1999 Corel Corporation
+% All rights reserved. v9.0 r0.5
+/bd{bind def}bind def/ld{load def}bd/xd{exch def}bd/_ null def/rp{{pop}repeat}
+bd/@cp/closepath ld/@gs/gsave ld/@gr/grestore ld/@np/newpath ld/Tl/translate ld
+/$sv 0 def/@sv{/$sv save def}bd/@rs{$sv restore}bd/spg/showpage ld/showpage{}
+bd currentscreen/@dsp xd/$dsp/@dsp def/$dsa xd/$dsf xd/$sdf false def/$SDF
+false def/$Scra 0 def/SetScr/setscreen ld/@ss{2 index 0 eq{$dsf 3 1 roll 4 -1
+roll pop}if exch $Scra add exch load SetScr}bd/SepMode_5 where{pop}{/SepMode_5
+0 def}ifelse/CurrentInkName_5 where{pop}{/CurrentInkName_5(Composite)def}
+ifelse/$ink_5 where{pop}{/$ink_5 -1 def}ifelse/$c 0 def/$m 0 def/$y 0 def/$k 0
+def/$t 1 def/$n _ def/$o 0 def/$fil 0 def/$C 0 def/$M 0 def/$Y 0 def/$K 0 def
+/$T 1 def/$N _ def/$O 0 def/$PF false def/s1c 0 def/s1m 0 def/s1y 0 def/s1k 0
+def/s1t 0 def/s1n _ def/$bkg false def/SK 0 def/SM 0 def/SY 0 def/SC 0 def/$op
+false def matrix currentmatrix/$ctm xd/$ptm matrix def/$ttm matrix def/$stm
+matrix def/$ffpnt true def/CorelDrawReencodeVect[16#0/grave 16#5/breve
+16#6/dotaccent 16#8/ring 16#A/hungarumlaut 16#B/ogonek 16#C/caron 16#D/dotlessi
+16#27/quotesingle 16#60/grave 16#7C/bar
+16#82/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
+16#88/circumflex/perthousand/Scaron/guilsinglleft/OE
+16#91/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
+16#98/tilde/trademark/scaron/guilsinglright/oe 16#9F/Ydieresis
+16#A1/exclamdown/cent/sterling/currency/yen/brokenbar/section
+16#a8/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/minus/registered/macron
+16#b0/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
+16#b8/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
+16#c0/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+16#c8/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
+16#d0/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
+16#d8/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
+16#e0/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+16#e8/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+16#f0/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
+16#f8/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+/L2?/languagelevel where{pop languagelevel 2 ge}{false}ifelse def/Comp?{
+/LumSepsDict where{pop false}{/AldusSepsDict where{pop false}{1 0 0 0 @gs
+setcmykcolor currentcmykcolor @gr add add add 0 ne 0 1 0 0 @gs setcmykcolor
+currentcmykcolor @gr add add add 0 ne 0 0 1 0 @gs setcmykcolor currentcmykcolor
+@gr add add add 0 ne 0 0 0 1 @gs setcmykcolor currentcmykcolor @gr add add add
+0 ne and and and}ifelse}ifelse}bd/@PL{/LV where{pop LV 2 ge L2? not and{@np
+/Courier findfont 12 scalefont setfont 72 144 m
+(The PostScript level set in the Corel application is higher than)show 72 132 m
+(the PostScript level of this device. Change the PS Level in the Corel)show 72
+120 m(application to Level 1 by selecting the PostScript tab in the print)show
+72 108 m(dialog, and selecting Level 1 from the Compatibility drop down list.)
+show flush spg quit}if}if}bd/@BeginSysCorelDict{systemdict/Corel30Dict known
+{systemdict/Corel30Dict get exec}if systemdict/CorelLexDict known{1 systemdict
+/CorelLexDict get exec}if}bd/@EndSysCorelDict{systemdict/Corel30Dict known
+{end}if/EndCorelLexDict where{pop EndCorelLexDict}if}bd AutoFlatness{/@ifl{dup
+currentflat exch sub 10 gt{
+([Error: PathTooComplex; OffendingCommand: AnyPaintingOperator]\n)print flush
+@np exit}{currentflat 2 add setflat}ifelse}bd/@fill/fill ld/fill{currentflat{
+{@fill}stopped{@ifl}{exit}ifelse}bind loop setflat}bd/@eofill/eofill ld/eofill
+{currentflat{{@eofill}stopped{@ifl}{exit}ifelse}bind loop setflat}bd/@clip
+/clip ld/clip{currentflat{{@clip}stopped{@ifl}{exit}ifelse}bind loop setflat}
+bd/@eoclip/eoclip ld/eoclip{currentflat{{@eoclip}stopped{@ifl}{exit}ifelse}
+bind loop setflat}bd/@stroke/stroke ld/stroke{currentflat{{@stroke}stopped
+{@ifl}{exit}ifelse}bind loop setflat}bd}if L2?{/@ssa{true setstrokeadjust}bd}{
+/@ssa{}bd}ifelse/d/setdash ld/j/setlinejoin ld/J/setlinecap ld/M/setmiterlimit
+ld/w/setlinewidth ld/O{/$o xd}bd/R{/$O xd}bd/W/eoclip ld/c/curveto ld/C/c ld/l
+/lineto ld/L/l ld/rl/rlineto ld/m/moveto ld/n/newpath ld/N/newpath ld/P{11 rp}
+bd/u{}bd/U{}bd/A{pop}bd/q/@gs ld/Q/@gr ld/&{}bd/@j{@sv @np}bd/@J{@rs}bd/g{1
+exch sub/$k xd/$c 0 def/$m 0 def/$y 0 def/$t 1 def/$n _ def/$fil 0 def}bd/G{1
+sub neg/$K xd _ 1 0 0 0/$C xd/$M xd/$Y xd/$T xd/$N xd}bd/k{1 index type
+/stringtype eq{/$t xd/$n xd}{/$t 0 def/$n _ def}ifelse/$k xd/$y xd/$m xd/$c xd
+/$fil 0 def}bd/K{1 index type/stringtype eq{/$T xd/$N xd}{/$T 0 def/$N _ def}
+ifelse/$K xd/$Y xd/$M xd/$C xd}bd/x/k ld/X/K ld/sf{1 index type/stringtype eq{
+/s1t xd/s1n xd}{/s1t 0 def/s1n _ def}ifelse/s1k xd/s1y xd/s1m xd/s1c xd}bd/i{
+dup 0 ne{setflat}{pop}ifelse}bd/v{4 -2 roll 2 copy 6 -2 roll c}bd/V/v ld/y{2
+copy c}bd/Y/y ld/@w{matrix rotate/$ptm xd matrix scale $ptm dup concatmatrix
+/$ptm xd 1 eq{$ptm exch dup concatmatrix/$ptm xd}if 1 w}bd/@g{1 eq dup/$sdf xd
+{/$scp xd/$sca xd/$scf xd}if}bd/@G{1 eq dup/$SDF xd{/$SCP xd/$SCA xd/$SCF xd}
+if}bd/@D{2 index 0 eq{$dsf 3 1 roll 4 -1 roll pop}if 3 copy exch $Scra add exch
+load SetScr/$dsp xd/$dsa xd/$dsf xd}bd/$ngx{$SDF{$SCF SepMode_5 0 eq{$SCA}
+{$dsa}ifelse $SCP @ss}if}bd/p{/$pm xd 7 rp/$pyf xd/$pxf xd/$pn xd/$fil 1 def}
+bd/@MN{2 copy le{pop}{exch pop}ifelse}bd/@MX{2 copy ge{pop}{exch pop}ifelse}bd
+/InRange{3 -1 roll @MN @MX}bd/@sqr{dup 0 rl dup 0 exch rl neg 0 rl @cp}bd
+/currentscale{1 0 dtransform matrix defaultmatrix idtransform dup mul exch dup
+mul add sqrt 0 1 dtransform matrix defaultmatrix idtransform dup mul exch dup
+mul add sqrt}bd/@unscale{}bd/wDstChck{2 1 roll dup 3 -1 roll eq{1 add}if}bd
+/@dot{dup mul exch dup mul add 1 exch sub}bd/@lin{exch pop abs 1 exch sub}bd
+/cmyk2rgb{3{dup 5 -1 roll add 1 exch sub dup 0 lt{pop 0}if exch}repeat pop}bd
+/rgb2cmyk{3{1 exch sub 3 1 roll}repeat 3 copy @MN @MN 3{dup 5 -1 roll sub neg
+exch}repeat}bd/rgb2g{2 index .299 mul 2 index .587 mul add 1 index .114 mul add
+4 1 roll pop pop pop}bd/WaldoColor_5 where{pop}{/SetRgb/setrgbcolor ld/GetRgb
+/currentrgbcolor ld/SetGry/setgray ld/GetGry/currentgray ld/SetRgb2 systemdict
+/setrgbcolor get def/GetRgb2 systemdict/currentrgbcolor get def/SetHsb
+systemdict/sethsbcolor get def/GetHsb systemdict/currenthsbcolor get def
+/rgb2hsb{SetRgb2 GetHsb}bd/hsb2rgb{3 -1 roll dup floor sub 3 1 roll SetHsb
+GetRgb2}bd/setcmykcolor where{pop/LumSepsDict where{pop/SetCmyk_5{LumSepsDict
+/setcmykcolor get exec}def}{/AldusSepsDict where{pop/SetCmyk_5{AldusSepsDict
+/setcmykcolor get exec}def}{/SetCmyk_5/setcmykcolor ld}ifelse}ifelse}{
+/SetCmyk_5{cmyk2rgb SetRgb}bd}ifelse/currentcmykcolor where{pop/GetCmyk
+/currentcmykcolor ld}{/GetCmyk{GetRgb rgb2cmyk}bd}ifelse/setoverprint where
+{pop}{/setoverprint{/$op xd}bd}ifelse/currentoverprint where{pop}{
+/currentoverprint{$op}bd}ifelse/@tc_5{5 -1 roll dup 1 ge{pop}{4{dup 6 -1 roll
+mul exch}repeat pop}ifelse}bd/@trp{exch pop 5 1 roll @tc_5}bd
+/setprocesscolor_5{SepMode_5 0 eq{SetCmyk_5}{0 4 $ink_5 sub index exch pop 5 1
+roll pop pop pop pop SepsColor true eq{$ink_5 3 gt{1 sub neg SetGry}{0 0 0 4
+$ink_5 roll SetCmyk_5}ifelse}{1 sub neg SetGry}ifelse}ifelse}bd
+/findcmykcustomcolor where{pop}{/findcmykcustomcolor{5 array astore}bd}ifelse
+/setcustomcolor where{pop}{/setcustomcolor{exch aload pop SepMode_5 0 eq{pop
+@tc_5 setprocesscolor_5}{CurrentInkName_5 eq{4 index}{0}ifelse 6 1 roll 5 rp 1
+sub neg SetGry}ifelse}bd}ifelse/@scc_5{dup type/booleantype eq{setoverprint}{1
+eq setoverprint}ifelse dup _ eq{pop setprocesscolor_5 pop}{findcmykcustomcolor
+exch setcustomcolor}ifelse SepMode_5 0 eq{true}{GetGry 1 eq currentoverprint
+and not}ifelse}bd/colorimage where{pop/ColorImage{colorimage}def}{/ColorImage{
+/ncolors xd/$multi xd $multi true eq{ncolors 3 eq{/daqB xd/daqG xd/daqR xd pop
+pop exch pop abs{daqR pop daqG pop daqB pop}repeat}{/daqK xd/daqY xd/daqM xd
+/daqC xd pop pop exch pop abs{daqC pop daqM pop daqY pop daqK pop}repeat}
+ifelse}{/dataaq xd{dataaq ncolors dup 3 eq{/$dat xd 0 1 $dat length 3 div 1 sub
+{dup 3 mul $dat 1 index get 255 div $dat 2 index 1 add get 255 div $dat 3 index
+2 add get 255 div rgb2g 255 mul cvi exch pop $dat 3 1 roll put}for $dat 0 $dat
+length 3 idiv getinterval pop}{4 eq{/$dat xd 0 1 $dat length 4 div 1 sub{dup 4
+mul $dat 1 index get 255 div $dat 2 index 1 add get 255 div $dat 3 index 2 add
+get 255 div $dat 4 index 3 add get 255 div cmyk2rgb rgb2g 255 mul cvi exch pop
+$dat 3 1 roll put}for $dat 0 $dat length ncolors idiv getinterval}if}ifelse}
+image}ifelse}bd}ifelse/setcmykcolor{1 5 1 roll _ currentoverprint @scc_5
+/$ffpnt xd}bd/currentcmykcolor{GetCmyk}bd/setrgbcolor{rgb2cmyk setcmykcolor}bd
+/currentrgbcolor{currentcmykcolor cmyk2rgb}bd/sethsbcolor{hsb2rgb setrgbcolor}
+bd/currenthsbcolor{currentrgbcolor rgb2hsb}bd/setgray{dup dup setrgbcolor}bd
+/currentgray{currentrgbcolor rgb2g}bd/InsideDCS false def/IMAGE/image ld/image
+{InsideDCS{IMAGE}{/EPSDict where{pop SepMode_5 0 eq{IMAGE}{dup type/dicttype eq
+{dup/ImageType get 1 ne{IMAGE}{dup dup/BitsPerComponent get 8 eq exch
+/BitsPerComponent get 1 eq or currentcolorspace 0 get/DeviceGray eq and{
+CurrentInkName_5(Black)eq{IMAGE}{dup/DataSource get/TCC xd/Height get abs{TCC
+pop}repeat}ifelse}{IMAGE}ifelse}ifelse}{2 index 1 ne{CurrentInkName_5(Black)eq
+{IMAGE}{/TCC xd pop pop exch pop abs{TCC pop}repeat}ifelse}{IMAGE}ifelse}
+ifelse}ifelse}{IMAGE}ifelse}ifelse}bd}ifelse/WaldoColor_5 true def/@sft{$tllx
+$pxf add dup $tllx gt{$pwid sub}if/$tx xd $tury $pyf sub dup $tury lt{$phei
+add}if/$ty xd}bd/@stb{pathbbox/$ury xd/$urx xd/$lly xd/$llx xd}bd/@ep{{cvx exec
+}forall}bd/@tp{@sv/$in true def 2 copy dup $lly le{/$in false def}if $phei sub
+$ury ge{/$in false def}if dup $urx ge{/$in false def}if $pwid add $llx le{/$in
+false def}if $in{@np 2 copy m $pwid 0 rl 0 $phei neg rl $pwid neg 0 rl 0 $phei
+rl clip @np $pn cvlit load aload pop 7 -1 roll 5 index sub 7 -1 roll 3 index
+sub Tl matrix currentmatrix/$ctm xd @ep pop pop pop pop}{pop pop}ifelse @rs}bd
+/@th{@sft 0 1 $tly 1 sub{dup $psx mul $tx add{dup $llx gt{$pwid sub}{exit}
+ifelse}loop exch $phei mul $ty exch sub 0 1 $tlx 1 sub{$pwid mul 3 copy 3 -1
+roll add exch @tp pop}for pop pop}for}bd/@tv{@sft 0 1 $tlx 1 sub{dup $pwid mul
+$tx add exch $psy mul $ty exch sub{dup $ury lt{$phei add}{exit}ifelse}loop 0 1
+$tly 1 sub{$phei mul 3 copy sub @tp pop}for pop pop}for}bd/$fm 0 def/wfill{1
+$fm eq{fill}{eofill}ifelse}bd/wclip{1 $fm eq{clip}{eoclip}ifelse}bd/@pf{@gs
+$ctm setmatrix $pm concat @stb wclip @sv Bburx Bbury $pm itransform/$tury xd
+/$turx xd Bbllx Bblly $pm itransform/$tlly xd/$tllx xd newpath $tllx $tlly m
+$tllx $tury l $turx $tury l $turx $tlly l $tllx $tlly m @cp pathbbox @rs/$tury
+xd/$turx xd/$tlly xd/$tllx xd/$wid $turx $tllx sub def/$hei $tury $tlly sub def
+@gs $vectpat{1 0 0 0 0 _ $o @scc_5{wfill}if}{$t $c $m $y $k $n $o @scc_5{
+SepMode_5 0 eq $pfrg or{$tllx $tlly Tl $wid $hei scale <00> 8 1 false[8 0 0 1 0
+0]{}imagemask}{/$bkg true def}ifelse}if}ifelse @gr $wid 0 gt $hei 0 gt and{$pn
+cvlit load aload pop/$pd xd 3 -1 roll sub/$phei xd exch sub/$pwid xd $wid $pwid
+div ceiling 1 add/$tlx xd $hei $phei div ceiling 1 add/$tly xd $psx 0 eq{@tv}{
+@th}ifelse}if @gr @np/$bkg false def}bd/@Pf{@sv SepMode_5 0 eq $Psc 0 ne or
+$ink_5 3 eq or{0 J 0 j[]0 d $t $c $m $y $k $n $o @scc_5 pop $ctm setmatrix 72
+1000 div dup matrix scale dup concat dup Bburx exch Bbury exch itransform
+ceiling cvi/Bbury xd ceiling cvi/Bburx xd Bbllx exch Bblly exch itransform
+floor cvi/Bblly xd floor cvi/Bbllx xd $Prm aload pop $Psn load exec}{1 SetGry
+wfill}ifelse @rs @np}bd/F{matrix currentmatrix $sdf{$scf $sca $scp @ss}if $fil
+1 eq{@pf}{$fil 2 eq{@ff}{$fil 3 eq{@Pf}{$t $c $m $y $k $n $o @scc_5{wfill}
+{@np}ifelse}ifelse}ifelse}ifelse $sdf{$dsf $dsa $dsp @ss}if setmatrix}bd/f{@cp
+F}bd/S{matrix currentmatrix $ctm setmatrix $SDF{$SCF $SCA $SCP @ss}if $T $C $M
+$Y $K $N $O @scc_5{matrix currentmatrix $ptm concat stroke setmatrix}
+{@np}ifelse $SDF{$dsf $dsa $dsp @ss}if setmatrix}bd/s{@cp S}bd/B{@gs F @gr S}
+bd/b{@cp B}bd/_E{5 array astore exch cvlit xd}bd/@cc{currentfile $dat
+readhexstring pop}bd/@sm{/$ctm $ctm currentmatrix def}bd/@E{/Bbury xd/Bburx xd
+/Bblly xd/Bbllx xd}bd/@c{@cp}bd/@p{/$fil 1 def 1 eq dup/$vectpat xd{/$pfrg true
+def}{@gs $t $c $m $y $k $n $o @scc_5/$pfrg xd @gr}ifelse/$pm xd/$psy xd/$psx xd
+/$pyf xd/$pxf xd/$pn xd}bd/@P{/$fil 3 def/$Psn xd/$Psc xd array astore/$Prm xd
+}bd/@ii{concat 3 index 3 index m 3 index 1 index l 2 copy l 1 index 3 index l 3
+index 3 index l clip pop pop pop pop}bd/tcc{@cc}def/@i{@sm @gs @ii 6 index 1 ne
+{/$frg true def pop pop}{1 eq{s1t s1c s1m s1y s1k s1n $O @scc_5/$frg xd}{/$frg
+false def}ifelse 1 eq{@gs $ctm setmatrix F @gr}if}ifelse @np/$ury xd/$urx xd
+/$lly xd/$llx xd/$bts xd/$hei xd/$wid xd/$dat $wid $bts mul 8 div ceiling cvi
+string def $bkg $frg or{$SDF{$SCF $SCA $SCP @ss}if $llx $lly Tl $urx $llx sub
+$ury $lly sub scale $bkg{$t $c $m $y $k $n $o @scc_5 pop}if $wid $hei abs $bts
+1 eq{$bkg}{$bts}ifelse[$wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse]/tcc load
+$bts 1 eq{imagemask}{image}ifelse $SDF{$dsf $dsa $dsp @ss}if}{$hei abs{tcc pop}
+repeat}ifelse @gr $ctm setmatrix}bd/@I{@sm @gs @ii @np/$ury xd/$urx xd/$lly xd
+/$llx xd/$ncl xd/$bts xd/$hei xd/$wid xd $ngx $llx $lly Tl $urx $llx sub $ury
+$lly sub scale $wid $hei abs $bts[$wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse
+]$msimage false eq $ncl 1 eq or{/$dat $wid $bts mul $ncl mul 8 div ceiling cvi
+string def/@cc load false $ncl ColorImage}{$wid $bts mul 8 div ceiling cvi $ncl
+3 eq{dup dup/$dat1 exch string def/$dat2 exch string def/$dat3 exch string def
+/@cc1 load/@cc2 load/@cc3 load}{dup dup dup/$dat1 exch string def/$dat2 exch
+string def/$dat3 exch string def/$dat4 exch string def/@cc1 load/@cc2 load
+/@cc3 load/@cc4 load}ifelse true $ncl ColorImage}ifelse $SDF{$dsf $dsa $dsp
+@ss}if @gr $ctm setmatrix}bd/@cc1{currentfile $dat1 readhexstring pop}bd/@cc2{
+currentfile $dat2 readhexstring pop}bd/@cc3{currentfile $dat3 readhexstring pop
+}bd/@cc4{currentfile $dat4 readhexstring pop}bd/$msimage false def/COMP 0 def
+/MaskedImage false def L2?{/@I_2{@sm @gs @ii @np/$ury xd/$urx xd/$lly xd/$llx
+xd/$ncl xd/$bts xd/$hei xd/$wid xd/$dat $wid $bts mul $ncl mul 8 div ceiling
+cvi string def $ngx $ncl 1 eq{/DeviceGray}{$ncl 3 eq{/DeviceRGB}{/DeviceCMYK}
+ifelse}ifelse setcolorspace $llx $lly Tl $urx $llx sub $ury $lly sub scale 8
+dict begin/ImageType 1 def/Width $wid def/Height $hei abs def/BitsPerComponent
+$bts def/Decode $ncl 1 eq{[0 1]}{$ncl 3 eq{[0 1 0 1 0 1]}{[0 1 0 1 0 1 0 1]}
+ifelse}ifelse def/ImageMatrix[$wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse]def
+/DataSource currentfile/ASCII85Decode filter COMP 1 eq{/DCTDecode filter}{COMP
+2 eq{/RunLengthDecode filter}if}ifelse def currentdict end image $SDF{$dsf $dsa
+$dsp @ss}if @gr $ctm setmatrix}bd}{/@I_2{}bd}ifelse/@I_3{@sm @gs @ii @np/$ury
+xd/$urx xd/$lly xd/$llx xd/$ncl xd/$bts xd/$hei xd/$wid xd/$dat $wid $bts mul
+$ncl mul 8 div ceiling cvi string def $ngx $ncl 1 eq{/DeviceGray}{$ncl 3 eq
+{/DeviceRGB}{/DeviceCMYK}ifelse}ifelse setcolorspace $llx $lly Tl $urx $llx sub
+$ury $lly sub scale/ImageDataDict 8 dict def ImageDataDict begin/ImageType 1
+def/Width $wid def/Height $hei abs def/BitsPerComponent $bts def/Decode $ncl 1
+eq{[0 1]}{$ncl 3 eq{[0 1 0 1 0 1]}{[0 1 0 1 0 1 0 1]}ifelse}ifelse def
+/ImageMatrix[$wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse]def/DataSource
+currentfile/ASCII85Decode filter COMP 1 eq{/DCTDecode filter}{COMP 2 eq{
+/RunLengthDecode filter}if}ifelse def end/MaskedImageDict 7 dict def
+MaskedImageDict begin/ImageType 3 def/InterleaveType 3 def/MaskDict
+ImageMaskDict def/DataDict ImageDataDict def end MaskedImageDict image $SDF
+{$dsf $dsa $dsp @ss}if @gr $ctm setmatrix}bd/@SetMask{/$mbts xd/$mhei xd/$mwid
+xd/ImageMaskDict 8 dict def ImageMaskDict begin/ImageType 1 def/Width $mwid def
+/Height $mhei abs def/BitsPerComponent $mbts def/DataSource maskstream def
+/ImageMatrix[$mwid 0 0 $mhei neg 0 $mhei 0 gt{$mhei}{0}ifelse]def/Decode[1 0]
+def end}bd/@B{@gs S @gr F}bd/@b{@cp @B}bd/@sep{CurrentInkName_5(Composite)eq
+{/$ink_5 -1 def}{CurrentInkName_5(Cyan)eq{/$ink_5 0 def}{CurrentInkName_5
+(Magenta)eq{/$ink_5 1 def}{CurrentInkName_5(Yellow)eq{/$ink_5 2 def}{
+CurrentInkName_5(Black)eq{/$ink_5 3 def}{/$ink_5 4 def}ifelse}ifelse}ifelse}
+ifelse}ifelse}bd/@whi{@gs -72000 dup m -72000 72000 l 72000 dup l 72000 -72000
+l @cp 1 SetGry fill @gr}bd/@neg{[{1 exch sub}/exec cvx currenttransfer/exec
+cvx]cvx settransfer @whi}bd/deflevel 0 def/@sax{/deflevel deflevel 1 add def}
+bd/@eax{/deflevel deflevel dup 0 gt{1 sub}if def deflevel 0 gt{/eax load}{eax}
+ifelse}bd/eax{{exec}forall}bd/@rax{deflevel 0 eq{@rs @sv}if}bd/@daq{dup type
+/arraytype eq{{}forall}if}bd/@BMP{/@cc xd UseLevel 3 eq MaskedImage true eq and
+{7 -2 roll pop pop @I_3}{12 index 1 gt UseLevel 2 eq UseLevel 3 eq or and{7 -2
+roll pop pop @I_2}{11 index 1 eq{12 -1 roll pop @i}{7 -2 roll pop pop @I}
+ifelse}ifelse}ifelse}bd systemdict/pdfmark known not{/pdfmark/cleartomark ld}
+if
+/z{exch findfont exch scalefont setfont}bd/ZB{9 dict dup begin 4 1 roll
+/FontType 3 def/FontMatrix xd/FontBBox xd/Encoding 256 array def 0 1 255{
+Encoding exch/.notdef put}for/CharStrings 256 dict def CharStrings/.notdef{}
+put/Metrics 256 dict def Metrics/.notdef 3 -1 roll put/BuildChar{exch dup
+/$char exch/Encoding get 3 index get def dup/Metrics get $char get aload pop
+setcachedevice begin Encoding exch get CharStrings exch get end exec}def end
+definefont pop}bd/ZBAddChar{findfont begin dup 4 1 roll dup 6 1 roll Encoding 3
+1 roll put CharStrings 3 1 roll put Metrics 3 1 roll put end}bd/Z{findfont dup
+maxlength 2 add dict exch dup{1 index/FID ne{3 index 3 1 roll put}{pop pop}
+ifelse}forall pop dup dup/Encoding get 256 array copy dup/$fe xd/Encoding exch
+put dup/Fontname 3 index put 3 -1 roll dup length 0 ne{0 exch{dup type 0 type
+eq{exch pop}{$fe exch 2 index exch put 1 add}ifelse}forall pop}if dup 256 dict
+dup/$met xd/Metrics exch put dup/FontMatrix get 0 get 1000 mul 1 exch div 3
+index length 256 eq{0 1 255{dup $fe exch get dup/.notdef eq{pop pop}{5 index 3
+-1 roll get 2 index mul $met 3 1 roll put}ifelse}for}if pop definefont pop pop
+}bd/@ftx{{currentpoint 3 -1 roll(0)dup 3 -1 roll 0 exch put dup @gs true
+charpath $ctm setmatrix @@txt @gr @np stringwidth pop 3 -1 roll add exch m}
+forall}bd/@ft{matrix currentmatrix exch $sdf{$scf $sca $scp @ss}if $fil 1 eq
+{/@@txt/@pf ld @ftx}{$fil 2 eq{/@@txt/@ff ld @ftx}{$fil 3 eq{/@@txt/@Pf ld
+@ftx}{$t $c $m $y $k $n $o @scc_5{show}{pop}ifelse}ifelse}ifelse}ifelse $sdf
+{$dsf $dsa $dsp @ss}if setmatrix}bd/@st{matrix currentmatrix exch $SDF{$SCF
+$SCA $SCP @ss}if $T $C $M $Y $K $N $O @scc_5{{currentpoint 3 -1 roll(0)dup 3 -1
+roll 0 exch put dup @gs true charpath $ctm setmatrix $ptm concat stroke @gr @np
+stringwidth pop 3 -1 roll add exch m}forall}{pop}ifelse $SDF{$dsf $dsa $dsp
+@ss}if setmatrix}bd/@te{@ft}bd/@tr{@st}bd/@ta{dup @gs @ft @gr @st}bd/@t@a{dup
+@gs @st @gr @ft}bd/@tm{@sm concat}bd/e{/t{@te}def}bd/r{/t{@tr}def}bd/o{/t{pop}
+def}bd/a{/t{@ta}def}bd/@a{/t{@t@a}def}bd/t{@te}def/T{@np $ctm setmatrix/$ttm
+matrix def}bd/ddt{t}def/@t{/$stm $stm currentmatrix def 3 1 roll m $ttm concat
+ddt $stm setmatrix}bd/@n{/$ttm exch matrix rotate def}bd/@s{}bd/@l{}bd
+/_lineorientation 0 def/_bitfont null def/_bitlobyte 0 def/_bitkey null def
+/_bithibyte 0 def
+end
+%%EndResource
+%%EndProlog
+%%BeginSetup
+wCorel9Dict begin
+@BeginSysCorelDict
+2.6131 setmiterlimit
+1.00 setflat
+/$fst 128 def
+%%EndSetup
+
+%%Page: 1 1
+%LogicalPage: 1
+%%BeginPageSetup
+@sv
+@sm
+@sv
+%%EndPageSetup
+@rax %Note: Object
+112.45748 527.10945 153.66246 653.22425 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+112.45748 653.22425 m
+153.66246 653.22425 L
+153.66246 527.10945 L
+112.45748 527.10945 L
+112.45748 653.22425 L
+@c
+S
+
+@rax %Note: Object
+153.66331 528.35811 194.86913 704.01203 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+153.66331 654.47291 m
+194.86913 704.01203 L
+194.86913 577.89723 L
+153.66331 528.35811 L
+153.66331 654.47291 L
+@c
+S
+
+@rax %Note: Object
+112.45748 653.32743 194.87565 703.97178 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+153.66983 703.97178 m
+194.87565 703.97178 L
+153.66331 653.32743 L
+112.45748 653.32743 L
+153.66983 703.97178 L
+@c
+S
+
+@rax %Note: Object
+112.18876 500.55165 112.18989 534.88205 @E
+0 J 0 j [2 5 ] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.21600 0.21600 0.00000 @w
+/$fm 0 def
+112.18932 534.88205 m
+112.18932 500.55165 L
+S
+
+@rax %Note: Object
+153.64318 500.86375 153.64431 535.19414 @E
+0 J 0 j [2 5 ] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.21600 0.21600 0.00000 @w
+/$fm 0 def
+153.64375 535.19414 m
+153.64375 500.86375 L
+S
+
+@rax %Note: Object
+195.04346 502.42422 195.04460 585.38721 @E
+0 J 0 j [2 5 ] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.21600 0.21600 0.00000 @w
+/$fm 0 def
+195.04403 585.38721 m
+195.04403 502.42422 L
+S
+
+@rax %Note: Object
+153.82063 527.31014 229.53685 527.31128 @E
+0 J 0 j [2 5 ] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.21600 0.21600 0.00000 @w
+/$fm 0 def
+153.82063 527.31071 m
+229.53685 527.31071 L
+S
+
+@rax %Note: Object
+195.66822 576.96009 229.99861 576.96123 @E
+0 J 0 j [2 5 ] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.21600 0.21600 0.00000 @w
+/$fm 0 def
+195.66822 576.96066 m
+229.99861 576.96066 L
+S
+
+@rax %Note: Object
+220.48554 527.38809 220.48668 576.70271 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+220.48611 575.32195 m
+220.48611 528.76885 L
+S
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+223.06450 572.12646 m
+220.48611 576.10403 L
+217.90573 572.12646 L
+S
+@J
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+223.06450 531.96435 m
+220.48611 527.98677 L
+217.90573 531.96435 L
+S
+@J
+
+@rax %Note: Object
+155.57046 511.16060 194.58425 511.16173 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+156.95121 511.16117 m
+193.20350 511.16117 L
+S
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+160.14671 513.73956 m
+156.16913 511.16117 L
+160.14671 508.58079 L
+S
+@J
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+190.00800 513.73956 m
+193.98557 511.16117 L
+190.00800 508.58079 L
+S
+@J
+
+@rax %Note: Object
+113.74980 511.16060 152.44951 511.16173 @E
+0 J 0 j [] 0 d 0 R 0 @G
+0.00 0.00 0.00 1.00 K
+0 0.50003 0.50003 0.00000 @w
+/$fm 0 def
+115.13055 511.16117 m
+151.06876 511.16117 L
+S
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+118.32605 513.73956 m
+114.34847 511.16117 L
+118.32605 508.58079 L
+S
+@J
+@j
+0.00 0.00 0.00 1.00 K
+0.00 0.00 0.00 1.00 k
+0 @g
+0 @G
+[] 0 d 0 J 0 j
+0 R 0 O
+0 1.00800 1.00800 0 @w
+147.87326 513.73956 m
+151.85083 511.16117 L
+147.87326 508.58079 L
+S
+@J
+
+@rax 117.49493 491.90542 146.34907 507.41036 @E
+[0.00028346 0.00000000 0.00000000 0.00028346 117.49492484 494.93393465] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_TimesNewRoman 49389.00000 z
+%CHAR: 0 0 (\134) @t
+2000 34292 m
+13821 -675 L
+11886 -675 L
+74 34292 L
+2000 34292 L
+@c
+F
+%CHAR: 13722 0 (d) @t
+30868 2486 m
+29790 1358 28736 552 27707 58 c
+26678 -428 25567 -675 24382 -675 c
+21970 -675 19863 337 18060 2354 c
+16266 4371 15360 6964 15360 10125 c
+15360 13294 16356 16191 18356 18825 c
+20348 21451 22908 22768 26045 22768 c
+27987 22768 29601 22143 30868 20908 C
+30868 24983 l
+30868 27510 30811 29057 30687 29642 c
+30564 30218 30374 30613 30119 30819 c
+29864 31033 29543 31132 29156 31132 c
+28736 31132 28185 31008 27493 30745 C
+27181 31592 L
+33766 34292 L
+34844 34292 L
+34844 8750 l
+34844 6165 34910 4585 35025 4017 c
+35149 3441 35338 3046 35610 2823 c
+35873 2593 36186 2486 36531 2486 c
+36968 2486 37552 2618 38268 2897 C
+38540 2050 L
+31979 -675 L
+30868 -675 L
+30868 2486 L
+@c
+30868 4173 m
+30868 15558 l
+30769 16644 30481 17648 30004 18546 c
+29518 19443 28876 20126 28086 20579 c
+27288 21040 26514 21270 25756 21270 c
+24341 21270 23081 20636 21970 19369 c
+20505 17689 19772 15253 19772 12034 c
+19772 8783 20480 6297 21896 4568 c
+23312 2840 24884 1976 26621 1976 c
+28086 1976 29502 2708 30868 4173 C
+@c
+F
+%CHAR: 38417 0 (b) @t
+46015 18282 m
+48155 21254 50460 22744 52937 22744 c
+55201 22744 57177 21772 58864 19838 c
+60552 17895 61399 15253 61399 11886 c
+61399 7968 60099 4807 57489 2412 c
+55259 354 52765 -675 50015 -675 c
+48731 -675 47422 -445 46097 25 c
+44772 494 43414 1194 42031 2124 C
+42031 25007 l
+42031 27518 41973 29057 41850 29642 c
+41734 30218 41545 30613 41290 30819 c
+41026 31033 40705 31132 40318 31132 c
+39874 31132 39306 31008 38631 30745 C
+38294 31592 L
+44928 34292 L
+46015 34292 L
+46015 18282 L
+@c
+46015 16735 m
+46015 3523 L
+46830 2716 47677 2107 48558 1704 c
+49431 1292 50328 1087 51250 1087 c
+52707 1087 54073 1893 55333 3498 c
+56592 5104 57226 7441 57226 10512 c
+57226 13343 56592 15516 55333 17039 c
+54073 18554 52641 19319 51028 19319 c
+50180 19319 49324 19097 48476 18669 c
+47834 18348 47011 17698 46015 16735 C
+@c
+F
+%CHAR: 63112 0 (a) @t
+77171 3186 m
+74908 1432 73484 420 72899 148 c
+72035 -255 71113 -461 70133 -461 c
+68602 -461 67343 66 66355 1111 c
+65367 2157 64874 3531 64874 5235 c
+64874 6314 65112 7244 65598 8034 c
+66256 9121 67401 10149 69030 11121 c
+70660 12084 73377 13253 77171 14636 C
+77171 15508 l
+77171 17706 76826 19221 76126 20044 c
+75426 20859 74406 21270 73072 21270 c
+72060 21270 71253 20999 70660 20447 c
+70051 19904 69747 19278 69747 18570 c
+69796 17171 l
+69796 16430 69607 15862 69228 15459 c
+68849 15055 68355 14858 67746 14858 c
+67145 14858 66660 15064 66281 15483 c
+65902 15903 65713 16471 65713 17196 c
+65713 18578 66421 19846 67837 21007 c
+69253 22159 71236 22744 73796 22744 c
+75756 22744 77361 22414 78620 21756 c
+79567 21254 80266 20472 80719 19410 c
+81007 18718 81147 17311 81147 15171 c
+81147 7672 l
+81147 5564 81188 4272 81271 3795 c
+81353 3326 81485 3004 81666 2848 c
+81855 2683 82069 2601 82308 2601 c
+82563 2601 82794 2659 82983 2774 c
+83320 2980 83971 3572 84934 4536 C
+84934 3186 L
+83139 774 81419 -436 79773 -436 c
+78991 -436 78365 -165 77896 387 c
+77427 930 77188 1869 77171 3186 C
+@c
+77171 4750 m
+77171 13170 L
+74743 12199 73179 11516 72471 11121 c
+71195 10413 70290 9672 69747 8898 c
+69195 8124 68923 7285 68923 6363 c
+68923 5211 69269 4247 69961 3482 c
+70652 2725 71451 2338 72348 2338 c
+73574 2338 75179 3144 77171 4750 C
+@c
+F
+%CHAR: 85032 0 (r) @t
+93041 22744 m
+93041 17772 L
+94885 21089 96787 22744 98729 22744 c
+99610 22744 100343 22472 100927 21937 c
+101503 21394 101791 20768 101791 20068 c
+101791 19435 101586 18908 101166 18471 c
+100746 18035 100252 17821 99668 17821 c
+99108 17821 98474 18101 97774 18653 c
+97075 19204 96556 19484 96219 19484 c
+95931 19484 95618 19328 95280 19007 c
+94556 18348 93807 17261 93041 15747 C
+93041 5161 l
+93041 3943 93189 3013 93494 2387 c
+93708 1951 94078 1589 94605 1301 c
+95140 1012 95898 864 96894 864 C
+96894 0 L
+85584 0 L
+85584 864 L
+86711 864 87551 1045 88094 1399 c
+88497 1655 88777 2066 88942 2626 c
+89016 2906 89057 3679 89057 4972 c
+89057 13533 l
+89057 16101 89008 17632 88901 18126 c
+88802 18611 88604 18974 88325 19196 c
+88045 19418 87691 19533 87271 19533 c
+86777 19533 86217 19410 85584 19171 C
+85345 20044 L
+92029 22744 L
+93041 22744 L
+@c
+F
+T
+@rax 158.32517 488.40548 215.87074 507.41036 @E
+[0.00028346 0.00000000 0.00000000 0.00028346 158.32515956 494.93393465] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_TimesNewRoman 49389.00000 z
+%CHAR: 0 0 (\134) @t
+2000 34292 m
+13821 -675 L
+11886 -675 L
+74 34292 L
+2000 34292 L
+@c
+F
+%CHAR: 13722 0 (d) @t
+30868 2486 m
+29790 1358 28736 552 27707 58 c
+26678 -428 25567 -675 24382 -675 c
+21970 -675 19863 337 18060 2354 c
+16266 4371 15360 6964 15360 10125 c
+15360 13294 16356 16191 18356 18825 c
+20348 21451 22908 22768 26045 22768 c
+27987 22768 29601 22143 30868 20908 C
+30868 24983 l
+30868 27510 30811 29057 30687 29642 c
+30564 30218 30374 30613 30119 30819 c
+29864 31033 29543 31132 29156 31132 c
+28736 31132 28185 31008 27493 30745 C
+27181 31592 L
+33766 34292 L
+34844 34292 L
+34844 8750 l
+34844 6165 34910 4585 35025 4017 c
+35149 3441 35338 3046 35610 2823 c
+35873 2593 36186 2486 36531 2486 c
+36968 2486 37552 2618 38268 2897 C
+38540 2050 L
+31979 -675 L
+30868 -675 L
+30868 2486 L
+@c
+30868 4173 m
+30868 15558 l
+30769 16644 30481 17648 30004 18546 c
+29518 19443 28876 20126 28086 20579 c
+27288 21040 26514 21270 25756 21270 c
+24341 21270 23081 20636 21970 19369 c
+20505 17689 19772 15253 19772 12034 c
+19772 8783 20480 6297 21896 4568 c
+23312 2840 24884 1976 26621 1976 c
+28086 1976 29502 2708 30868 4173 C
+@c
+F
+%CHAR: 38417 0 (b) @t
+46015 18282 m
+48155 21254 50460 22744 52937 22744 c
+55201 22744 57177 21772 58864 19838 c
+60552 17895 61399 15253 61399 11886 c
+61399 7968 60099 4807 57489 2412 c
+55259 354 52765 -675 50015 -675 c
+48731 -675 47422 -445 46097 25 c
+44772 494 43414 1194 42031 2124 C
+42031 25007 l
+42031 27518 41973 29057 41850 29642 c
+41734 30218 41545 30613 41290 30819 c
+41026 31033 40705 31132 40318 31132 c
+39874 31132 39306 31008 38631 30745 C
+38294 31592 L
+44928 34292 L
+46015 34292 L
+46015 18282 L
+@c
+46015 16735 m
+46015 3523 L
+46830 2716 47677 2107 48558 1704 c
+49431 1292 50328 1087 51250 1087 c
+52707 1087 54073 1893 55333 3498 c
+56592 5104 57226 7441 57226 10512 c
+57226 13343 56592 15516 55333 17039 c
+54073 18554 52641 19319 51028 19319 c
+50180 19319 49324 19097 48476 18669 c
+47834 18348 47011 17698 46015 16735 C
+@c
+F
+%CHAR: 63112 0 (a) @t
+77171 3186 m
+74908 1432 73484 420 72899 148 c
+72035 -255 71113 -461 70133 -461 c
+68602 -461 67343 66 66355 1111 c
+65367 2157 64874 3531 64874 5235 c
+64874 6314 65112 7244 65598 8034 c
+66256 9121 67401 10149 69030 11121 c
+70660 12084 73377 13253 77171 14636 C
+77171 15508 l
+77171 17706 76826 19221 76126 20044 c
+75426 20859 74406 21270 73072 21270 c
+72060 21270 71253 20999 70660 20447 c
+70051 19904 69747 19278 69747 18570 c
+69796 17171 l
+69796 16430 69607 15862 69228 15459 c
+68849 15055 68355 14858 67746 14858 c
+67145 14858 66660 15064 66281 15483 c
+65902 15903 65713 16471 65713 17196 c
+65713 18578 66421 19846 67837 21007 c
+69253 22159 71236 22744 73796 22744 c
+75756 22744 77361 22414 78620 21756 c
+79567 21254 80266 20472 80719 19410 c
+81007 18718 81147 17311 81147 15171 c
+81147 7672 l
+81147 5564 81188 4272 81271 3795 c
+81353 3326 81485 3004 81666 2848 c
+81855 2683 82069 2601 82308 2601 c
+82563 2601 82794 2659 82983 2774 c
+83320 2980 83971 3572 84934 4536 C
+84934 3186 L
+83139 774 81419 -436 79773 -436 c
+78991 -436 78365 -165 77896 387 c
+77427 930 77188 1869 77171 3186 C
+@c
+77171 4750 m
+77171 13170 L
+74743 12199 73179 11516 72471 11121 c
+71195 10413 70290 9672 69747 8898 c
+69195 8124 68923 7285 68923 6363 c
+68923 5211 69269 4247 69961 3482 c
+70652 2725 71451 2338 72348 2338 c
+73574 2338 75179 3144 77171 4750 C
+@c
+F
+%CHAR: 85032 0 (r) @t
+93041 22744 m
+93041 17772 L
+94885 21089 96787 22744 98729 22744 c
+99610 22744 100343 22472 100927 21937 c
+101503 21394 101791 20768 101791 20068 c
+101791 19435 101586 18908 101166 18471 c
+100746 18035 100252 17821 99668 17821 c
+99108 17821 98474 18101 97774 18653 c
+97075 19204 96556 19484 96219 19484 c
+95931 19484 95618 19328 95280 19007 c
+94556 18348 93807 17261 93041 15747 C
+93041 5161 l
+93041 3943 93189 3013 93494 2387 c
+93708 1951 94078 1589 94605 1301 c
+95140 1012 95898 864 96894 864 C
+96894 0 L
+85584 0 L
+85584 864 L
+86711 864 87551 1045 88094 1399 c
+88497 1655 88777 2066 88942 2626 c
+89016 2906 89057 3679 89057 4972 c
+89057 13533 l
+89057 16101 89008 17632 88901 18126 c
+88802 18611 88604 18974 88325 19196 c
+88045 19418 87691 19533 87271 19533 c
+86777 19533 86217 19410 85584 19171 C
+85345 20044 L
+92029 22744 L
+93041 22744 L
+@c
+F
+%CHAR: 99503 -12347 (*) @t
+111414 12833 m
+111348 13936 111126 15039 110739 16134 c
+110196 17706 109924 18793 109924 19385 c
+109924 20225 110122 20859 110509 21295 c
+110904 21731 111389 21945 111974 21945 c
+112468 21945 112904 21731 113274 21295 c
+113645 20859 113826 20242 113826 19435 c
+113826 18710 113612 17706 113192 16414 c
+112764 15113 112501 13920 112402 12833 C
+113291 13393 114081 14076 114789 14883 c
+115884 16150 116699 16941 117225 17245 c
+117760 17550 118296 17698 118847 17698 c
+119374 17698 119818 17517 120181 17155 c
+120543 16801 120724 16364 120724 15871 c
+120724 15270 120460 14743 119925 14274 c
+119399 13813 118073 13344 115950 12874 c
+114715 12603 113686 12290 112863 11936 C
+113702 11500 114723 11170 115925 10948 c
+117867 10594 119143 10150 119744 9623 c
+120353 9088 120650 8512 120650 7886 c
+120650 7400 120469 6989 120106 6635 c
+119744 6281 119324 6100 118847 6100 c
+118361 6100 117826 6273 117242 6610 c
+116657 6948 115859 7705 114863 8874 c
+114204 9664 113390 10405 112402 11096 C
+112435 10174 112624 9178 112962 8100 c
+113538 6207 113826 4914 113826 4223 c
+113826 3581 113636 3038 113250 2593 c
+112863 2149 112451 1926 112023 1926 c
+111422 1926 110887 2165 110402 2626 c
+110064 2964 109899 3507 109899 4248 c
+109899 5013 110080 5943 110451 7030 c
+110821 8117 111052 8866 111151 9269 c
+111249 9680 111340 10290 111414 11096 C
+110467 10462 109636 9771 108936 8997 c
+107759 7680 106878 6841 106278 6487 c
+105858 6231 105430 6100 104977 6100 c
+104434 6100 103964 6289 103578 6660 c
+103191 7030 103001 7433 103001 7886 c
+103001 8289 103166 8709 103495 9154 c
+103825 9598 104318 9960 104977 10248 c
+105413 10446 106401 10701 107940 11022 c
+108936 11228 109916 11533 110862 11936 C
+109990 12372 108953 12710 107751 12948 c
+105775 13368 104549 13747 104088 14084 c
+103364 14611 103001 15261 103001 16011 c
+103001 16447 103182 16842 103545 17204 c
+103907 17566 104327 17747 104812 17747 c
+105339 17747 105899 17583 106500 17245 c
+107092 16908 107833 16225 108714 15204 c
+109603 14183 110500 13393 111414 12833 C
+@c
+F
+%CHAR: 126174 0 (\134) @t
+128174 34292 m
+139995 -675 L
+138060 -675 L
+126248 34292 L
+128174 34292 L
+@c
+F
+%CHAR: 139896 0 (t) @t
+147856 29345 m
+147856 22093 L
+153017 22093 L
+153017 20406 L
+147856 20406 L
+147856 6075 l
+147856 4643 148062 3679 148473 3186 c
+148877 2683 149403 2437 150045 2437 c
+150580 2437 151091 2601 151593 2930 c
+152087 3260 152474 3745 152754 4387 C
+153692 4387 L
+153124 2815 152334 1630 151305 831 c
+150276 33 149214 -362 148119 -362 c
+147378 -362 146654 -156 145946 255 c
+145238 667 144720 1251 144382 2017 c
+144045 2774 143872 3951 143872 5548 c
+143872 20406 L
+140382 20406 L
+140382 21196 L
+141262 21550 142168 22151 143090 22991 c
+144012 23838 144843 24843 145559 25995 c
+145930 26604 146448 27724 147107 29345 C
+147856 29345 L
+@c
+F
+%CHAR: 153618 0 (d) @t
+170764 2486 m
+169686 1358 168632 552 167603 58 c
+166574 -428 165463 -675 164278 -675 c
+161866 -675 159759 337 157956 2354 c
+156162 4371 155256 6964 155256 10125 c
+155256 13294 156252 16191 158252 18825 c
+160244 21451 162804 22768 165941 22768 c
+167883 22768 169497 22143 170764 20908 C
+170764 24983 l
+170764 27510 170707 29057 170583 29642 c
+170460 30218 170270 30613 170015 30819 c
+169760 31033 169439 31132 169052 31132 c
+168632 31132 168081 31008 167389 30745 C
+167077 31592 L
+173662 34292 L
+174740 34292 L
+174740 8750 l
+174740 6165 174806 4585 174921 4017 c
+175045 3441 175234 3046 175506 2823 c
+175769 2593 176082 2486 176427 2486 c
+176864 2486 177448 2618 178164 2897 C
+178436 2050 L
+171875 -675 L
+170764 -675 L
+170764 2486 L
+@c
+170764 4173 m
+170764 15558 l
+170665 16644 170377 17648 169900 18546 c
+169414 19443 168772 20126 167982 20579 c
+167184 21040 166410 21270 165652 21270 c
+164237 21270 162977 20636 161866 19369 c
+160401 17689 159668 15253 159668 12034 c
+159668 8783 160376 6297 161792 4568 c
+163208 2840 164780 1976 166517 1976 c
+167982 1976 169398 2708 170764 4173 C
+@c
+F
+%CHAR: 178313 0 (x) @t
+178963 22093 m
+189360 22093 L
+189360 21196 L
+188701 21196 188240 21089 187969 20859 c
+187705 20636 187573 20340 187573 19970 c
+187573 19583 187853 18990 188421 18183 c
+188594 17928 188858 17525 189212 16982 c
+190784 14471 L
+192586 16982 l
+193747 18570 194323 19575 194323 19994 c
+194323 20332 194192 20612 193920 20850 c
+193640 21081 193204 21196 192586 21196 C
+192586 22093 L
+200069 22093 L
+200069 21196 L
+199279 21147 198595 20933 198019 20546 c
+197229 20003 196151 18809 194784 16982 c
+191772 12948 L
+197270 5038 l
+198620 3095 199583 1926 200159 1531 c
+200744 1136 201485 914 202407 864 C
+202407 0 L
+191986 0 L
+191986 864 L
+192710 864 193270 1029 193673 1350 c
+193978 1572 194134 1877 194134 2239 c
+194134 2609 193615 3548 192586 5038 c
+189360 9771 L
+185812 5038 l
+184717 3581 184174 2708 184174 2437 c
+184174 2050 184355 1704 184717 1383 c
+185079 1070 185623 897 186347 864 C
+186347 0 L
+179136 0 L
+179136 864 L
+179712 947 180214 1152 180651 1473 c
+181260 1934 182289 3128 183738 5038 c
+188372 11187 L
+184174 17270 l
+182980 19007 182067 20093 181408 20538 c
+180758 20974 179943 21196 178963 21196 C
+178963 22093 L
+@c
+F
+T
+@rax 226.19934 541.66535 283.74491 560.67024 @E
+[0.00028346 0.00000000 0.00000000 0.00028346 226.19933031 548.19380672] @tm
+ 0 O 0 @g
+0.00 0.00 0.00 1.00 k
+e
+
+% FontChange:/_TimesNewRoman 49389.00000 z
+%CHAR: 0 0 (\134) @t
+2000 34292 m
+13821 -675 L
+11886 -675 L
+74 34292 L
+2000 34292 L
+@c
+F
+%CHAR: 13722 0 (d) @t
+30868 2486 m
+29790 1358 28736 552 27707 58 c
+26678 -428 25567 -675 24382 -675 c
+21970 -675 19863 337 18060 2354 c
+16266 4371 15360 6964 15360 10125 c
+15360 13294 16356 16191 18356 18825 c
+20348 21451 22908 22768 26045 22768 c
+27987 22768 29601 22143 30868 20908 C
+30868 24983 l
+30868 27510 30811 29057 30687 29642 c
+30564 30218 30374 30613 30119 30819 c
+29864 31033 29543 31132 29156 31132 c
+28736 31132 28185 31008 27493 30745 C
+27181 31592 L
+33766 34292 L
+34844 34292 L
+34844 8750 l
+34844 6165 34910 4585 35025 4017 c
+35149 3441 35338 3046 35610 2823 c
+35873 2593 36186 2486 36531 2486 c
+36968 2486 37552 2618 38268 2897 C
+38540 2050 L
+31979 -675 L
+30868 -675 L
+30868 2486 L
+@c
+30868 4173 m
+30868 15558 l
+30769 16644 30481 17648 30004 18546 c
+29518 19443 28876 20126 28086 20579 c
+27288 21040 26514 21270 25756 21270 c
+24341 21270 23081 20636 21970 19369 c
+20505 17689 19772 15253 19772 12034 c
+19772 8783 20480 6297 21896 4568 c
+23312 2840 24884 1976 26621 1976 c
+28086 1976 29502 2708 30868 4173 C
+@c
+F
+%CHAR: 38417 0 (b) @t
+46015 18282 m
+48155 21254 50460 22744 52937 22744 c
+55201 22744 57177 21772 58864 19838 c
+60552 17895 61399 15253 61399 11886 c
+61399 7968 60099 4807 57489 2412 c
+55259 354 52765 -675 50015 -675 c
+48731 -675 47422 -445 46097 25 c
+44772 494 43414 1194 42031 2124 C
+42031 25007 l
+42031 27518 41973 29057 41850 29642 c
+41734 30218 41545 30613 41290 30819 c
+41026 31033 40705 31132 40318 31132 c
+39874 31132 39306 31008 38631 30745 C
+38294 31592 L
+44928 34292 L
+46015 34292 L
+46015 18282 L
+@c
+46015 16735 m
+46015 3523 L
+46830 2716 47677 2107 48558 1704 c
+49431 1292 50328 1087 51250 1087 c
+52707 1087 54073 1893 55333 3498 c
+56592 5104 57226 7441 57226 10512 c
+57226 13343 56592 15516 55333 17039 c
+54073 18554 52641 19319 51028 19319 c
+50180 19319 49324 19097 48476 18669 c
+47834 18348 47011 17698 46015 16735 C
+@c
+F
+%CHAR: 63112 0 (a) @t
+77171 3186 m
+74908 1432 73484 420 72899 148 c
+72035 -255 71113 -461 70133 -461 c
+68602 -461 67343 66 66355 1111 c
+65367 2157 64874 3531 64874 5235 c
+64874 6314 65112 7244 65598 8034 c
+66256 9121 67401 10149 69030 11121 c
+70660 12084 73377 13253 77171 14636 C
+77171 15508 l
+77171 17706 76826 19221 76126 20044 c
+75426 20859 74406 21270 73072 21270 c
+72060 21270 71253 20999 70660 20447 c
+70051 19904 69747 19278 69747 18570 c
+69796 17171 l
+69796 16430 69607 15862 69228 15459 c
+68849 15055 68355 14858 67746 14858 c
+67145 14858 66660 15064 66281 15483 c
+65902 15903 65713 16471 65713 17196 c
+65713 18578 66421 19846 67837 21007 c
+69253 22159 71236 22744 73796 22744 c
+75756 22744 77361 22414 78620 21756 c
+79567 21254 80266 20472 80719 19410 c
+81007 18718 81147 17311 81147 15171 c
+81147 7672 l
+81147 5564 81188 4272 81271 3795 c
+81353 3326 81485 3004 81666 2848 c
+81855 2683 82069 2601 82308 2601 c
+82563 2601 82794 2659 82983 2774 c
+83320 2980 83971 3572 84934 4536 C
+84934 3186 L
+83139 774 81419 -436 79773 -436 c
+78991 -436 78365 -165 77896 387 c
+77427 930 77188 1869 77171 3186 C
+@c
+77171 4750 m
+77171 13170 L
+74743 12199 73179 11516 72471 11121 c
+71195 10413 70290 9672 69747 8898 c
+69195 8124 68923 7285 68923 6363 c
+68923 5211 69269 4247 69961 3482 c
+70652 2725 71451 2338 72348 2338 c
+73574 2338 75179 3144 77171 4750 C
+@c
+F
+%CHAR: 85032 0 (r) @t
+93041 22744 m
+93041 17772 L
+94885 21089 96787 22744 98729 22744 c
+99610 22744 100343 22472 100927 21937 c
+101503 21394 101791 20768 101791 20068 c
+101791 19435 101586 18908 101166 18471 c
+100746 18035 100252 17821 99668 17821 c
+99108 17821 98474 18101 97774 18653 c
+97075 19204 96556 19484 96219 19484 c
+95931 19484 95618 19328 95280 19007 c
+94556 18348 93807 17261 93041 15747 C
+93041 5161 l
+93041 3943 93189 3013 93494 2387 c
+93708 1951 94078 1589 94605 1301 c
+95140 1012 95898 864 96894 864 C
+96894 0 L
+85584 0 L
+85584 864 L
+86711 864 87551 1045 88094 1399 c
+88497 1655 88777 2066 88942 2626 c
+89016 2906 89057 3679 89057 4972 c
+89057 13533 l
+89057 16101 89008 17632 88901 18126 c
+88802 18611 88604 18974 88325 19196 c
+88045 19418 87691 19533 87271 19533 c
+86777 19533 86217 19410 85584 19171 C
+85345 20044 L
+92029 22744 L
+93041 22744 L
+@c
+F
+%CHAR: 99503 -12347 (*) @t
+111414 12833 m
+111348 13936 111126 15039 110739 16134 c
+110196 17706 109924 18793 109924 19385 c
+109924 20225 110122 20859 110509 21295 c
+110904 21731 111389 21945 111974 21945 c
+112468 21945 112904 21731 113274 21295 c
+113645 20859 113826 20242 113826 19435 c
+113826 18710 113612 17706 113192 16414 c
+112764 15113 112501 13920 112402 12833 C
+113291 13393 114081 14076 114789 14883 c
+115884 16150 116699 16941 117225 17245 c
+117760 17550 118296 17698 118847 17698 c
+119374 17698 119818 17517 120181 17155 c
+120543 16801 120724 16364 120724 15871 c
+120724 15270 120460 14743 119925 14274 c
+119399 13813 118073 13344 115950 12874 c
+114715 12603 113686 12290 112863 11936 C
+113702 11500 114723 11170 115925 10948 c
+117867 10594 119143 10150 119744 9623 c
+120353 9088 120650 8512 120650 7886 c
+120650 7400 120469 6989 120106 6635 c
+119744 6281 119324 6100 118847 6100 c
+118361 6100 117826 6273 117242 6610 c
+116657 6948 115859 7705 114863 8874 c
+114204 9664 113390 10405 112402 11096 C
+112435 10174 112624 9178 112962 8100 c
+113538 6207 113826 4914 113826 4223 c
+113826 3581 113636 3038 113250 2593 c
+112863 2149 112451 1926 112023 1926 c
+111422 1926 110887 2165 110402 2626 c
+110064 2964 109899 3507 109899 4248 c
+109899 5013 110080 5943 110451 7030 c
+110821 8117 111052 8866 111151 9269 c
+111249 9680 111340 10290 111414 11096 C
+110467 10462 109636 9771 108936 8997 c
+107759 7680 106878 6841 106278 6487 c
+105858 6231 105430 6100 104977 6100 c
+104434 6100 103964 6289 103578 6660 c
+103191 7030 103001 7433 103001 7886 c
+103001 8289 103166 8709 103495 9154 c
+103825 9598 104318 9960 104977 10248 c
+105413 10446 106401 10701 107940 11022 c
+108936 11228 109916 11533 110862 11936 C
+109990 12372 108953 12710 107751 12948 c
+105775 13368 104549 13747 104088 14084 c
+103364 14611 103001 15261 103001 16011 c
+103001 16447 103182 16842 103545 17204 c
+103907 17566 104327 17747 104812 17747 c
+105339 17747 105899 17583 106500 17245 c
+107092 16908 107833 16225 108714 15204 c
+109603 14183 110500 13393 111414 12833 C
+@c
+F
+%CHAR: 126174 0 (\134) @t
+128174 34292 m
+139995 -675 L
+138060 -675 L
+126248 34292 L
+128174 34292 L
+@c
+F
+%CHAR: 139896 0 (t) @t
+147856 29345 m
+147856 22093 L
+153017 22093 L
+153017 20406 L
+147856 20406 L
+147856 6075 l
+147856 4643 148062 3679 148473 3186 c
+148877 2683 149403 2437 150045 2437 c
+150580 2437 151091 2601 151593 2930 c
+152087 3260 152474 3745 152754 4387 C
+153692 4387 L
+153124 2815 152334 1630 151305 831 c
+150276 33 149214 -362 148119 -362 c
+147378 -362 146654 -156 145946 255 c
+145238 667 144720 1251 144382 2017 c
+144045 2774 143872 3951 143872 5548 c
+143872 20406 L
+140382 20406 L
+140382 21196 L
+141262 21550 142168 22151 143090 22991 c
+144012 23838 144843 24843 145559 25995 c
+145930 26604 146448 27724 147107 29345 C
+147856 29345 L
+@c
+F
+%CHAR: 153618 0 (d) @t
+170764 2486 m
+169686 1358 168632 552 167603 58 c
+166574 -428 165463 -675 164278 -675 c
+161866 -675 159759 337 157956 2354 c
+156162 4371 155256 6964 155256 10125 c
+155256 13294 156252 16191 158252 18825 c
+160244 21451 162804 22768 165941 22768 c
+167883 22768 169497 22143 170764 20908 C
+170764 24983 l
+170764 27510 170707 29057 170583 29642 c
+170460 30218 170270 30613 170015 30819 c
+169760 31033 169439 31132 169052 31132 c
+168632 31132 168081 31008 167389 30745 C
+167077 31592 L
+173662 34292 L
+174740 34292 L
+174740 8750 l
+174740 6165 174806 4585 174921 4017 c
+175045 3441 175234 3046 175506 2823 c
+175769 2593 176082 2486 176427 2486 c
+176864 2486 177448 2618 178164 2897 C
+178436 2050 L
+171875 -675 L
+170764 -675 L
+170764 2486 L
+@c
+170764 4173 m
+170764 15558 l
+170665 16644 170377 17648 169900 18546 c
+169414 19443 168772 20126 167982 20579 c
+167184 21040 166410 21270 165652 21270 c
+164237 21270 162977 20636 161866 19369 c
+160401 17689 159668 15253 159668 12034 c
+159668 8783 160376 6297 161792 4568 c
+163208 2840 164780 1976 166517 1976 c
+167982 1976 169398 2708 170764 4173 C
+@c
+F
+%CHAR: 178313 0 (y) @t
+178601 22093 m
+188899 22093 L
+188899 21196 L
+188397 21196 l
+187672 21196 187129 21040 186767 20727 c
+186405 20414 186223 20027 186223 19558 c
+186223 18932 186487 18060 187022 16957 c
+192397 5811 L
+197344 18011 l
+197616 18677 197748 19328 197748 19970 c
+197748 20258 197690 20472 197583 20620 c
+197451 20793 197254 20933 196982 21040 c
+196702 21147 196225 21196 195533 21196 C
+195533 22093 L
+202719 22093 L
+202719 21196 L
+202127 21130 201666 21007 201345 20809 c
+201024 20620 200670 20258 200283 19723 c
+200135 19500 199863 18883 199460 17871 c
+190471 -4173 l
+189598 -6314 188462 -7927 187055 -9022 c
+185647 -10117 184297 -10660 182988 -10660 c
+182042 -10660 181260 -10388 180651 -9837 c
+180042 -9293 179737 -8668 179737 -7960 c
+179737 -7285 179959 -6742 180396 -6330 c
+180840 -5918 181449 -5713 182223 -5713 c
+182750 -5713 183474 -5894 184388 -6248 c
+185030 -6486 185433 -6610 185598 -6610 c
+186075 -6610 186602 -6355 187178 -5861 c
+187746 -5359 188323 -4396 188899 -2963 c
+190471 864 L
+182536 17533 l
+182289 18027 181910 18653 181375 19385 c
+180972 19953 180643 20332 180387 20521 c
+180017 20776 179424 21007 178601 21196 C
+178601 22093 L
+@c
+F
+T
+%%PageTrailer
+@rs
+@rs
+%%Trailer
+@EndSysCorelDict
+end
+%%DocumentSuppliedResources: procset wCorel9Dict 9.0 0
+%%EOF
diff --git a/graphics/bardiag/doc/pstfp.sty b/graphics/bardiag/doc/pstfp.sty
new file mode 120000
index 0000000000..6c73a8be56
--- /dev/null
+++ b/graphics/bardiag/doc/pstfp.sty
@@ -0,0 +1 @@
+../pstfp.sty \ No newline at end of file