diff --git a/.gitignore b/.gitignore
index efe45dc07655014167a1d3a0d05641bc242feac4..22771912b47ccbc2630e3c83b190d9bc2faeecf3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
+*.out
 *.aux
 *.log
 *.backup
 *~
 out/*.png
-out/*.eps
\ No newline at end of file
+out/*.eps
diff --git a/LilyPond_CheatSheet.pdf b/LilyPond_CheatSheet.pdf
index 4e2cd044137c9dee3f3edf5f2420faf98faf93dd..f5470203e60d69371a43cb1d4f0e6877b10f47e0 100644
Binary files a/LilyPond_CheatSheet.pdf and b/LilyPond_CheatSheet.pdf differ
diff --git a/LilyPond_CheatSheet.tex b/LilyPond_CheatSheet.tex
index 5067cfe8991a18531eb68787170340e8197729b6..d6f513ef1c3a125769be123aa4eb0296b1df2e00 100644
--- a/LilyPond_CheatSheet.tex
+++ b/LilyPond_CheatSheet.tex
@@ -1,9 +1,7 @@
-% \documentclass[a4paper,portrait,fontscale=0.325]{baposter}
-\documentclass[a4paper,portrait,10pt,fontscale=1,margin=1cm]{baposter}
+\documentclass[a4paper,portrait,fontscale=1,margin=1cm]{baposter}
 
-\tracingstats=2
+\tracingstats=0
 
-% \usepackage{amsmath}
 \usepackage{relsize}
 \usepackage{url}
 \usepackage{graphicx}
@@ -11,12 +9,16 @@
 \usepackage{colortbl}
 \usepackage{grffile} % Fix loading files name a.preview.pdf
 \usepackage{helvet}
+\usepackage{listings}
+\usepackage{fancyvrb}  % to allow Verbatim inside headerbox
+\usepackage[pdfborderstyle=\@empty]{hyperref}
 
-% \newcommand{\captionfont}{\footnotesize}
+\pagestyle{empty}
 
-% \selectcolormodel{cmyk}
-
-% \graphicspath{{images/}}
+% Workaround: \mytilde to create a normal tilde (not superscript) in Lily code
+\catcode`~=11 % make LaTeX treat tilde (~) like a normal character
+\newcommand{\mytilde}{\kern 0em\lower .7ex\hbox{~}\kern -0.1em}
+\catcode`~=13 % revert back to treating tilde (~) as an active character
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 % Multicol Settings
@@ -34,17 +36,21 @@
 \setlength{\parsep}{0pt}%
 \setlength{\leftskip}{-1em}%
 }
+\setlength{\tabcolsep}{3pt}
 
+%% Already patched in baposter.cls:
 % \usepackage[table]{xcolor}
 
+\DeclareGraphicsExtensions{.preview.pdf,.pdf,.eps,.png,.jpg}
+\DeclareGraphicsRule{.preview.pdf}{pdf}{*}{}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%% Begin of Document
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \begin{document}
-\sf\smaller
-\rowcolors{1}{row1}{row2}
+\sf\smaller % smaller, sans-serif font by default
+\rowcolors{1}{row1}{row2} % color table rows in alternating colors automatically
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%% Here starts the poster
@@ -60,14 +66,13 @@
 \definecolor{row1}{rgb}{0.8,0.8,0.8}
 \definecolor{row2}{rgb}{1,1,1}
 
-\typeout{Poster Starts}
 
 \newlength{\leftimgwidth}
 \begin{poster}{ % Poster Options
   % General poster settings
-  grid=yes,  % Show grid to help with alignment
+%   grid=yes,  % Show grid to help with alignment
   colspacing=1em,
-  headerheight=0.08\textheight,
+  headerheight=0.065\textheight,
   %background=none,
   background=plain,
   bgColorOne=posterBackground,
@@ -84,20 +89,18 @@
   linewidth=1pt,
   % Box contents
   boxshade=none,
-%   boxshade=plain,
-%   boxColorOne=boxBackground,
+%   boxshade=plain, boxColorOne=boxBackground,
   }
-  % eyecatcher
-  {\includegraphics[height=6em]{images/double-lily-modified3}}
-  % Title
-  {\Huge LilyPond - Music typesetting}
-  % Authors
-  {\smaller \vspace{0.25em} Reinhold Kainhofer, \url{reinhold@kainhofer.com}\\
-   \smaller \smaller Edition Kainhofer, \url{http://www.edition-kainhofer.com/}
+  {\includegraphics[height=6em]{images/double-lily-modified3}}   % eyecatcher
+  {\Huge LilyPond - Music Typesetting}  % Title
+  {
+    Basic usage - LilyPond Version 2.14\\[0.1em]
+    \footnotesize Cheatsheet by R. Kainhofer, Edition Kainhofer, \url{http://www.edition-kainhofer.com/}
+%    \smaller \vspace{0.25em} Reinhold Kainhofer, \url{reinhold@kainhofer.com}\\
+%    \smaller \smaller Edition Kainhofer, \url{http://www.edition-kainhofer.com/}
    % \textit{and} LilyPond (\url{http://www.lilypond.org/})
-  }
-  %  logo
-  {\includegraphics[height=6em]{images/double-lily-modified3}}
+  }  % Authors
+  {\includegraphics[height=6em]{images/double-lily-modified3}}  %  logo
 
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -111,55 +114,124 @@
 %%% box.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+\newcommand{\imgw}{0.485}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
   \headerbox{Command-line usage}{name=cmdline,column=0,row=0,span=2}{
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \colorbox{white}{\texttt{lilypond [-l LOGLEVEL] [-dSCMOPTIONS] [-o OUTPUT] [-V] FILE.ly [FILE1.ly]}}
 \vspace{0.5em}
 
-Common options:\vspace{-1em}
+Common options:\vspace{-1.5em}
+
 \begin{multicols}{2}
 \begin{tabbing}
 \quad\= -{}-pdf, -{}-png, -{}-ps \= Output file format\\
-\> -l LOGLEVEL \> ERR/WARN/PROG/DEBUG\\
-\> -o OUTDIR \> Name of output directory\\
-\> -V \> Verbose output\\
 \> -dbackend=eps \> Use different backend\\
-\> -dpreview \> Cropped ``preview'' image
+\> -l LOGLEVEL \> ERR/WARN/PROG/DEBUG\\
+\> -o OUTDIR \> Name of output dir/file\\
+\> -V \> Verbose output
 \end{tabbing}
 \columnbreak
 \begin{tabbing}
 \= -daux-files=\#f \qquad\qquad \= No .tex, .texi, .count files\\
+\> -dpreview \> Cropped ``preview'' image\\
 \> -dpixmap-format=pngalpha \> \qquad\quad{}transparent PNG\\
-\> -dseparate-log-files \> Create .log file\\
-\> -dno-point-and-click \> No Point \& Click info \\
+\> -dlog-file=FILE \> Create .log file\\
+\> -dno-point-and-click \> No Point \& Click info
 \end{tabbing}
+\end{multicols}\vspace{-2em}
+
+}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+  \headerbox{Basic Notation}{name=basic,column=0,span=2,below=cmdline}{
+
+% \begin{tabular}{|m{2.7cm}m{4.5cm}m{4.45cm}|}\hline
+\begin{tabular}{m{2.7cm}m{4.5cm}m{4.45cm}}%\hline
+\includegraphics[scale=\imgw]{out/notenames} & \texttt{c d e f g a b} & Note names (Dutch) \\
+\includegraphics[scale=\imgw]{out/relative} & \texttt{\textbackslash{}relative c' \{c f d' c,\}} & Relative mode (change less than a fifth), raise/lower one octave \\
+\includegraphics[scale=\imgw]{out/durations.preview} & \texttt{g1\,\,\,g2\,\,\,g4\,\,\,g8\,\,\,g16\,\,\,g4.\,\,\,g4..} & durations (1, 2, 4, 8, 16, ...); append ``\texttt{.}'' for dotted note \\
+\includegraphics[scale=\imgw]{out/alterations.preview.pdf} & \texttt{cis bes as cisis beses b b!\ b?} & Alterations: \texttt{-is/-es} for sharp/flat, \texttt{-isis/-eses} for double, \texttt{!} forces, \texttt{?} shows cautionary accidental \\
+\includegraphics[scale=\imgw]{out/clefs} & \texttt{\textbackslash{}clef "treble" \textbackslash{}clef "bass" \textbackslash{}clef "tenor" \textbackslash{}clef "treble\_8" } & Clefs  \\
+\includegraphics[scale=\imgw]{out/time} & \texttt{\textbackslash{}time 4/4  \textbackslash{}time 2/2  \textbackslash{}time 3/4  \textbackslash{}time 3/8  } & Time signature \\
+\includegraphics[scale=\imgw]{out/keys} & \texttt{\textbackslash{}key c \textbackslash{}minor \ \ \textbackslash{}key b \textbackslash{}dorian \ \ \textbackslash{}key c \textbackslash{}major } & Key signature\\
 
-\end{multicols}
+\includegraphics[scale=\imgw]{out/chords} & \texttt{<c e g>4 <f c'> q2 } & Chords \\
+\includegraphics[scale=\imgw]{out/ties} & \texttt{c4\mytilde{} c c2\mytilde{} c4 <c a f>\mytilde{} c } & Tie \\
+\includegraphics[scale=\imgw]{out/slurs} & \texttt{c( a) c\textbackslash( b( a) g f\textbackslash) } & Slur / Phrasing slur \\
+\includegraphics[scale=\imgw]{out/beaming} &\texttt{g8 g8 g8[ g g] g8[ g16 g16]$\!\!\!\!\!\!$} & Beaming \\
 
+
+\includegraphics[scale=\imgw]{out/rest.preview.pdf} & \texttt{r2\,\,\,r4\,\,\,r4.\,\,\,r4..\,\,\,r8\,\,\,r16\,\,\,r32}$\!\!\!$ & rests: \texttt{r} like a note name \\
+\includegraphics[scale=\imgw]{out/mmrest.preview.pdf} & \texttt{R1 | R1*3 | \textbackslash{}time 3/4 R2.*4 } & Full-/Multimeasure rests: \texttt{R} (with exact duration)\\
+
+\includegraphics[scale=\imgw]{out/dynamics} & \texttt{g\textbackslash{}p\textbackslash{}< a b c\textbackslash{}f\textbackslash{}cresc d e\textbackslash{}!}$\!\!\!$ & Dynamics, hairpins, text crescendo\\
+
+\includegraphics[scale=\imgw]{out/repeats} & \texttt{c1 \textbackslash{}repeat volta 2 \{ d \} \textbackslash{}alternative \{\{e1\} \{f\}\} g$\!\!$} & Repeats\\
+
+\includegraphics[scale=\imgw]{out/bars} & \texttt{\textbackslash{}partial 8 c8 | c1 | d \textbackslash{}bar"||" c \textbackslash{}bar"|."} & Partial measure, bar check, bar lines\\
+
+
+
+\includegraphics[scale=\imgw]{out/articulations} & \texttt{c4-> c-.\ c\^{}| c\^{}	-\_+ c\textbackslash{}trill c\textbackslash{}marcato} & Articulations\\
+
+\includegraphics[scale=\imgw]{out/tempo-text} & \texttt{\textbackslash{}tempo "Adagio" 4=60 c1 c c \textbackslash{}mark \textbackslash{}default c } & Tempo, marks\\
+
+\includegraphics[scale=\imgw]{out/grace} & \texttt{\textbackslash{}grace d8 c4 \textbackslash{}appoggiatura d8 c4 \textbackslash{}acciaccatura d8 c4} & Grace notes\\
+
+\includegraphics[scale=\imgw]{out/tuplet} & \texttt{\textbackslash{}times 2/3 \{c8 d e\} \textbackslash{}times 4/5 \{c d e d c\} } & Triplet, tuplets\\
+
+\includegraphics[scale=\imgw]{out/parallel} & \texttt{<{}<\{a2 c4 a\}\textbackslash\textbackslash{}\{f4 g4 f2\}>{}>} & Parallel music\\
+
+% \hline
+
+\end{tabular}
 }
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-  \headerbox{Basic Syntax}{name=basic,column=0,span=2,below=cmdline}{
+\headerbox{General Syntax}{name=syntax,column=2,aligned=cmdline,bottomaligned=cmdline}{
+
+\begin{tabular}{m{2.5cm}m{2.9cm}}%\hline
+\texttt{\textbackslash{}xxxx} & function or variable\\
+\texttt{\{ \dots\ \}} & Code grouping\\
+\texttt{var = \{c'4 d'\}} & Variable assignment\\
+\texttt{\textbackslash{}version "2.14.0"$\!$} & LilyPond version \\
+\texttt{\% \dots} & Comment\\
+\texttt{\%\{ \dots\ \%\}} & Block comment\\
+\texttt{c1 | d2 e |} & Bar checks\\
+% \texttt{\textbackslash{}bar"||" \textbackslash{}bar"|."$\!\!$} & Bar line types\\
+% \texttt{\textbackslash{}partial 8 c8 | } & Partial measure \\
+\texttt{\#'(}..\texttt{),\,\,\#\#t,\,\,\#'sym$\!\!\!\!$} & Scheme list, true, symb.$\!$
+% \\\hline
+\end{tabular}
+
+}
+
+
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\headerbox{Creating Staves, Voices and Groups}{name=hierarchy,column=2,below=syntax}{
 
-\begin{tabular}{|m{2.5cm}m{3.6cm}m{5.cm}|}\hline
-\includegraphics[height=2.5em]{out/notenames.preview.pdf} & \texttt{c d e f g a b} & note names (Dutch) \\
-\includegraphics[height=2.5em]{out/alterations.preview.pdf} & \texttt{cis fis as bes cisis beses b b! b? } & Alterations: \texttt{-is/-es} for sharp/flat, \texttt{-isis/-eses} for double sharp/flat, \texttt{!} forces acidental, \texttt{?} shows cautionary accidental \\
-\includegraphics[height=2.5em]{out/durations.preview.pdf} & \texttt{g1\,\,\,g2\,\,\,g4\,\,\,g8\,\,\,g16\,\,\,g4.\,\,\,g4..} & durations (1.2.4.8.16....). append ``\texttt{.}'' for dotted note \\
-\includegraphics[height=2.5em]{out/rest.preview.pdf} & \texttt{r2\,\,\,r4\,\,\,r4.\,\,\,r4..\,\,\,r8\,\,\,r16\,\,\,r32} & rests: \texttt{r} like a note name \\
-\includegraphics[height=2.5em]{out/mmrest.preview.pdf} & \texttt{R1 | R1*3 | \textbackslash{}time 3/4 R2.*4 } & Full-/Multimeasure rests: \texttt{R} (with exact duration)\\
-\hline
-\end{tabular}
+\begin{tabular}{m{0.96\textwidth}}%\hline
+\rowcolor{row2}
+\VerbatimInput[firstline=17,lastline=37]{examples/hierarchy.ly}
 
-  {}
+
+\begin{center}
+\vspace{-2.1em}
+\includegraphics[scale=0.5]{out/hierarchy}
+\vspace{-1.2em}${}$
+\end{center}
+% \\\hline
+\end{tabular}
 
 }
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\headerbox{Useful Contexts}{name=contexts,column=0,below=basic}{
+\headerbox{Useful Contexts}{name=contexts,column=2,below=hierarchy,bottomaligned=basic}{
 
-\begin{tabular}{|p{2cm}l|}\hline
+% \begin{tabular}{|p{2cm}p{3.4cm}|}\hline
+\begin{tabular}{p{2cm}p{3.4cm}}
  \rowcolor{row1}\texttt{Score} & The whole score \\
  \rowcolor{row2}\texttt{<{}< ... >{}>} & Staves in parallel \\
  \rowcolor{row1}\texttt{StaffGroup} & Staffgroup with bracket \\
@@ -170,86 +242,238 @@ Common options:\vspace{-1em}
  \rowcolor{row1}\texttt{Voice} & A voice inside a staff \\
  \rowcolor{row1}\texttt{CueVoice} & Smaller voice for cues \\
  \rowcolor{row2}\texttt{Lyrics} & Lyrics inside staff/voice \\
- \rowcolor{row1}\texttt{FiguredBass} & Bass figures (separate) \\
+%  \rowcolor{row1}\texttt{FiguredBass} & Bass figures (separate) \\
  \rowcolor{row2}\texttt{ChordNames} & Chords (lead sheet) \\
- \rowcolor{row1}\texttt{Devnull} & No output \\ \hline
+ \rowcolor{row1}\texttt{Devnull} & No output \\ %\hline
 \end{tabular}
-{\smaller Also: \texttt{Dynamics}, \texttt{FretBoards},  \texttt{RhythmicStaff},
-\texttt{Drum(Staff|Voice)}, \texttt{Tab(Staff|Voice)} ...}
+
+\begin{flushleft}
+\vspace{-0.75em}
+\smaller Also: \texttt{Dynamics}, \texttt{FiguredBass}, \texttt{Tab(Staff|Voice)},\\
+\texttt{Drum(Staff|Voice)}, \texttt{RhythmicStaff}, \texttt{FretBoards}, ...
+\end{flushleft}
+\begin{center}
+\vspace{-1.2em}
+ \includegraphics[width=4.5cm]{images/context-example}
+\end{center}
+
 
 }
 
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\headerbox{Useful Context properties}{name=contextprops,column=0,below=contexts}{
 
-\begin{tabular}{|p{2cm}l|}\hline
- \texttt{} &  \\
- \texttt{} &
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\headerbox{Adding Lyrics}{name=lyrics,column=0,below=basic,above=bottom}{
+
+\begin{tabular}{m{0.96\textwidth}}%\hline
+\rowcolor{row2}
+\VerbatimInput[firstline=12,lastline=19]{examples/lyrics.ly}
+
+\begin{center}
+\vspace{-3.2em}
+\includegraphics[scale=0.5]{out/lyrics}
+\vspace{-1.2em}${}$
+\end{center}
+% \\\hline
 \end{tabular}
+}
 
-\begin{tabular}{|p{2cm}l|}\hline
- \texttt{} &  \\
- \texttt{} &  \\
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\headerbox{Writing text and markup}{name=simple_markup,column=1,below=basic,above=bottom}{
+\begin{tabular}{m{0.96\textwidth}}%\hline
+\rowcolor{row2}
+{\smaller
+\VerbatimInput[firstline=2,lastline=9]{examples/writing_text.ly}
+}
+\begin{center}
+\vspace{-1.9em}
+\includegraphics[scale=0.55]{out/writing_text}
+\vspace{-1.2em}${}$
+\end{center}
+% \\\hline
 \end{tabular}
 
-\begin{tabular}{|p{2cm}l|}\hline
- \texttt{} &  \\
- \texttt{} &  \\
-\end{tabular}
+}
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\headerbox{Links}{name=links,column=2,below=contexts,above=bottom}{
+\begin{list}{}{\leftmargin=0.em}
+ \item LilyPond Homepage:\\
+ ${}$\qquad\url{http://www.lilypond.org/}
+ \item LilyPond Snippet Repository (LSR):\\
+ ${}$\qquad\url{http://lsr.dsi.unimi.it/}
+ \item User Mailing list:\\
+ ${}$\qquad\url{lilypond-user@gnu.org}
+\end{list}
+
+\vspace{0.6em}
+
+\smaller Cheatsheet by R. Kainhofer, License: \href{http://creativecommons.org/licenses/by-nc/3.0/}{\includegraphics[width=1.5cm]{images/cc-by-nc}}\\[-0.2em]
+Creative Commons Attribution-NonCommercial 3.0
 }
+\end{poster}
+
+
+
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\headerbox{Markup commands}{name=markup,column=0,below=contextprops}{
-\begin{tabular}{p{2cm}l}
- \texttt{Score} & The whole score \\
- \texttt{StaffGroup},\texttt{GrandStaff}, \texttt{ChoirStaff}, \texttt{PianoStaff} & A group of staves\\
- \texttt{Staff} &
+%  Back Page: Tweaking Lilypond output
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\pagebreak
+\thispagestyle{empty}
+
+\begin{poster}{ % Poster Options
+  % General poster settings
+%   grid=yes,  % Show grid to help with alignment
+  columns=3,
+  colspacing=1em,
+  headerheight=0.08\textheight,
+  %background=none,
+  background=plain,
+  bgColorOne=posterBackground,
+  % Box headers:
+  headershape=rectangle,
+  headershade=plain,
+  headerColorOne=boxBorder,
+  headerFontColor=textColor,
+  headerborder=open,
+  headerfont=\textbf, %Sans Serif
+  % Box border
+  textborder=rectangle,
+  borderColor=boxBorder,
+  linewidth=1pt,
+  % Box contents
+  boxshade=none,
+%   boxshade=plain,
+%   boxColorOne=boxBackground,
+  }
+  % eyecatcher
+  {\includegraphics[height=6em]{images/double-lily-modified3}}
+  % Title
+  {\Huge LilyPond - Advanced Tweaking}
+  % Authors
+  {\smaller \vspace{0.25em} Reinhold Kainhofer, \url{reinhold@kainhofer.com}\\
+   \smaller \smaller Edition Kainhofer, \url{http://www.edition-kainhofer.com/}
+   % \textit{and} LilyPond (\url{http://www.lilypond.org/})
+  }
+  %  logo
+  {\includegraphics[height=6em]{images/double-lily-modified3}}
+
+\thispagestyle{empty}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%% Now define the boxes that make up the poster
+%%%---------------------------------------------------------------------------
+%%% Each box has a name and can be placed absolutely or relatively.
+%%% The only inconvenience is that you can only specify a relative position
+%%% towards an already declared box. So if you have a box attached to the
+%%% bottom, one to the top and a third one which should be in between, you
+%%% have to specify the top and bottom boxes before you specify the middle
+%%% box.
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\headerbox{Markup commands}{name=markup,column=0}{
+\begin{tabular}{p{0.96\linewidth}}
+\rowcolor{row1} \\
+
 \end{tabular}
 
 }
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\headerbox{Vertical spacing}{name=vspacing,column=1,below=basic}{
-V spacing
-}
+\headerbox{Pitch commands}{name=pitch,column=0,below=markup}{
+\begin{tabular}{p{0.96\linewidth}}
+ \texttt{\textbackslash{}transpose \textit{from} \textit{to} \textit{music}}\\
+ \texttt{\textbackslash{}ottava \#\textit{(-2|-1|0|1|)}}\\
+ \texttt{\textbackslash{}transposition \textit{pitch-for-written-c'}}\\
+ \texttt{\#(set-accidental-style '\textit{style} '\textit{ctxt})}\\
 
+\end{tabular}
 
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\headerbox{Header fields}{name=header,column=1,below=vspacing}{
- header fields
 }
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\headerbox{Grobs and Grob Properties}{name=grobs,column=1,below=header}{
-\begin{tabular}{p{2cm}l}
+\headerbox{Grobs and Grob Properties}{name=grobs,column=0,below=pitch}{
+\begin{tabular}{|p{0.96\textwidth}|}\hline
+\rowcolor{row1} NoteHead\\
+\rowcolor{row2} \#'style = \#'(cross|harmonic|slash|default|...)\\
+\rowcolor{row2} \\
+\hline
+\rowcolor{row1} Other grob\\
+
+
+\hline
 
 \end{tabular}
 
- header fields
 }
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\headerbox{Paper fields}{name=paper,column=1,below=grobs}{
- paper block
+\headerbox{Vertical spacing}{name=vspacing,column=0,below=grobs}{
+V spacing
 }
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\headerbox{Dynamics and Articulations}{name=articulations,column=1,below=paper}{
- Dynamics and articulations
+\headerbox{Useful Context properties}{name=contextprops,column=0,below=vspacing}{
+
+\begin{tabular}{|p{2cm}l|}\hline
+ \texttt{} &  \\
+ \texttt{} &
+\end{tabular}
+
 }
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\headerbox{Quoting other voices, Cue notes}{name=quoting,column=1,below=articulations}{
+\headerbox{Quoting other voices, Cue notes}{name=quoting,column=1,below=contextprops}{
+
  Quoting
 }
 
+
+
+
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\headerbox{Links}{name=funding,column=1,span=2,above=bottom}{
-  \smaller
-  Links to Lilypond, the LSR, OrchestralLily, the mailing list, etc.
+\headerbox{Header fields}{name=header,column=1}{
+ header fields
+}
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\headerbox{Paper fields}{name=paper,column=1,below=header}{
+ paper block
 }
 
+
+
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\headerbox{Note names in the most common languages}{name=notenames,column=1,span=2,above=bottom}{
+Select with: \texttt{\textbackslash{}language "italiano"}, default is ``nederlands''
+
+\begin{tabular}{|p{1.2cm}p{2.7cm}p{3.9cm}|}\hline
+Language & Note names & accidentals \\\hline
+
+nederlands & c d e f g a bes b & -is -es -isis -eses \\
+% catalan & do re mi fa sol la sib si & -d/-s -b -dd/-ss -bb \\
+deutsch & c d e f g a b h & -is -es -isis -eses \\
+english & c d e f g a bf b & -s/-sharp -f/-flat -ss/-x -ff\\
+espanol & do re mi fa sol la sib si & -s -b -ss/-x -bb \\
+italiano & do re mi fa sol la sib si & -d -b -dd -bb \\
+% norsk & c d e f g a b h & -iss/-is -ess/-es -ississ/-isis -essess/-eses \\
+% portugues & do re mi fa sol la sib si & -s -b -ss -bb \\
+% suomi & c d e f g a b h & -is -es -isis -eses \\
+% svenska & c d e f g a b h & -iss -ess -ississ -essess \\
+% vlaams & do re mi fa sol la sib si &-k -b -kk -bb \\
+
+\hline
+\end{tabular}
+}
 \end{poster}
+
+
 \end{document}
diff --git a/Makefile b/Makefile
index c844202d04050821c35fe49c14c2935c6051850e..0f8b755f7cedbf95d69de2a039ad8a7a49602c73 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ sheets = LilyPond_CheatSheet.pdf
 scores = $(wildcard $(IN)/*.ly)
 outfiles = $(scores:$(IN)/%.ly=$(OUT)/%.pdf)
 
-all: $(outfiles) $(sheets)
+all: $(OUT) $(outfiles) $(sheets)
 
 clean:
 	rm -rf $(outfiles) $(outfiles:%.pdf=%.eps) $(outfiles:%.pdf=%.preview.pdf) $(outfiles:%.pdf=%.preview.eps) $(outfiles:%.pdf=%.preview.png)
@@ -17,8 +17,8 @@ $(OUT):
 	mkdir -p $@
 
 
-$(outfiles): $(OUT)/%.pdf: $(IN)/%.ly $(OUT)
-	LILYPOND_LOGLEVEL=BASIC lilypond -dbackend=eps -dpreview -dno-aux-files --pdf -o $(basename $@) $<
+$(outfiles): $(OUT)/%.pdf: $(IN)/%.ly
+	LILYPOND_LOGLEVEL=BASIC lilypond -drelative-includes -dbackend=eps -dpreview -dno-aux-files --pdf --png -dpixmap-format=pngalpha -o $(basename $@) $<
 
 $(sheets): %.pdf: %.tex $(outfiles)
 	pdflatex $<
\ No newline at end of file
diff --git a/examples/alterations.ly b/examples/alterations.ly
index 37b18389fdf06a6fb2ab44e60a75a9b7ee5463a9..ece470aa71fff399e6c3971eb3d9959a0b94ce38 100644
--- a/examples/alterations.ly
+++ b/examples/alterations.ly
@@ -1,11 +1,2 @@
-\version "2.15.9"
-
-\layout {
- \context { \Score
-   timing = ##f
- }
- \context { \Staff
-   \remove "Time_signature_engraver"
- }
-}
-\relative c'' { cis as bes cisis beses b b! b? }
\ No newline at end of file
+\include "basic-notation-snippets.ily"
+\relative c'' { cis bes as cisis beses b b! b? }
\ No newline at end of file
diff --git a/examples/articulations.ly b/examples/articulations.ly
new file mode 100644
index 0000000000000000000000000000000000000000..efb72d1eff7d74915ad7c41a0bd12a91bfa3b6d5
--- /dev/null
+++ b/examples/articulations.ly
@@ -0,0 +1,2 @@
+\include "basic-notation-snippets.ily"
+\relative c'' {c4-> c-. c^| c^-_+ c\trill c\marcato c^"Text"}
\ No newline at end of file
diff --git a/examples/bars.ly b/examples/bars.ly
new file mode 100644
index 0000000000000000000000000000000000000000..2b9cbb286cf5ab1117c51f67de26ab526dc50e1d
--- /dev/null
+++ b/examples/bars.ly
@@ -0,0 +1,7 @@
+\include "basic-notation-snippets.ily"
+\layout {
+  \context { \Score
+    timing = ##t
+  }
+}
+\relative c'' { \partial 8 c8 | c1 | d \bar"||" c \bar"|." }
\ No newline at end of file
diff --git a/examples/basic-notation-snippets.ily b/examples/basic-notation-snippets.ily
new file mode 100644
index 0000000000000000000000000000000000000000..b7285569c922b0f10efdded229c31221a4032b8f
--- /dev/null
+++ b/examples/basic-notation-snippets.ily
@@ -0,0 +1,14 @@
+\version "2.15.7"
+
+\paper {
+  line-width=7\cm
+  ragged-right=##f
+}
+\layout {
+  \context { \Score
+    timing = ##f
+  }
+  \context { \Staff
+    \remove "Time_signature_engraver"
+  }
+}
diff --git a/examples/beaming.ly b/examples/beaming.ly
new file mode 100644
index 0000000000000000000000000000000000000000..86ae0478cf84b063a800ce8b796f94feff840f04
--- /dev/null
+++ b/examples/beaming.ly
@@ -0,0 +1,2 @@
+\include "basic-notation-snippets.ily"
+\relative c'' {g8 g8 g8[ g g] g8[ g16 g16]}
\ No newline at end of file
diff --git a/examples/chords.ly b/examples/chords.ly
new file mode 100644
index 0000000000000000000000000000000000000000..aaf6c95e9ceef81919ce083660f7d481b258a06c
--- /dev/null
+++ b/examples/chords.ly
@@ -0,0 +1,2 @@
+\include "basic-notation-snippets.ily"
+\relative c' { <c e g>4 <f c'> q2}
\ No newline at end of file
diff --git a/examples/clefs.ly b/examples/clefs.ly
new file mode 100644
index 0000000000000000000000000000000000000000..a0b6f4fa9406133cae5af20f3d2781b21827a2dd
--- /dev/null
+++ b/examples/clefs.ly
@@ -0,0 +1,2 @@
+\include "basic-notation-snippets.ily"
+\relative c' { \clef "treble" c \clef "bass" c \clef "tenor" c \clef "treble_8" c }
\ No newline at end of file
diff --git a/examples/durations.ly b/examples/durations.ly
index a4db87f275e89e52ebb406ba952f0c8996a583cd..12182b2ab6f827ac1920cd57714437229a08abf3 100644
--- a/examples/durations.ly
+++ b/examples/durations.ly
@@ -1,12 +1,7 @@
-\version "2.15.9"
-
-\layout {
- \context { \Score
-   timing = ##f
-   \override SpacingSpanner #'common-shortest-duration = #(ly:make-moment 1 4)
- }
- \context { \Staff
-   \remove "Time_signature_engraver"
- }
-}
+\include "./basic-notation-snippets.ily"
+% \layout {
+%  \context { \Score
+%    \override SpacingSpanner #'common-shortest-duration = #(ly:make-moment 1 4)
+%  }
+% }
 \relative g' { g1 g2 g4 g8 g16 g4. g4..}
\ No newline at end of file
diff --git a/examples/dynamics.ly b/examples/dynamics.ly
new file mode 100644
index 0000000000000000000000000000000000000000..deb002811a92a40a18e93a0b937cdb8b3059aab0
--- /dev/null
+++ b/examples/dynamics.ly
@@ -0,0 +1,2 @@
+\include "basic-notation-snippets.ily"
+\relative c'' { g\p\< a b c\f\cresc d e\! }
\ No newline at end of file
diff --git a/examples/grace.ly b/examples/grace.ly
new file mode 100644
index 0000000000000000000000000000000000000000..74b9faac6ff307f886cc587d6a9ad14b870bb30d
--- /dev/null
+++ b/examples/grace.ly
@@ -0,0 +1,2 @@
+\include "basic-notation-snippets.ily"
+\relative c'' { \grace d8 c4 \appoggiatura d8 c4 \acciaccatura d8 c4}
\ No newline at end of file
diff --git a/examples/hierarchy.ly b/examples/hierarchy.ly
new file mode 100644
index 0000000000000000000000000000000000000000..fa5fd2c736edfdb088dd495dbee63c297f1259cc
--- /dev/null
+++ b/examples/hierarchy.ly
@@ -0,0 +1,37 @@
+\paper {
+  oddFooterMarkup=##f
+  oddHeaderMarkup=##f
+%  bookTitleMarkup = ##f
+%   scoreTitleMarkup = ##f
+  ragged-bottom=##t
+  ragged-last-bottom=##t
+  ragged-right=##f
+  ragged-last=##f
+  paper-width=10\cm
+  left-margin=0\cm
+  right-margin=0\cm
+  line-width=10\cm
+  system-count=1
+}
+
+\version "2.15.0"
+SMusic = \relative c'' { c1\p }
+SLyrics = \lyricmode { Oh! }
+AMusic = \relative c' { e1 }
+
+\score {
+  \new ChoirStaff <<
+    \new Staff {
+      \new Voice = "Sop" {
+        \dynamicUp \SMusic
+      }
+    }
+    \new Lyrics = "SLyrics"
+        \lyricsto "Sop" \SLyrics
+    \new Staff {
+      \new Voice = "Alto" {
+        \dynamicUp \AMusic
+      }
+    }
+  >>
+}
\ No newline at end of file
diff --git a/examples/keys.ly b/examples/keys.ly
new file mode 100644
index 0000000000000000000000000000000000000000..aacd6f5cf9765814e0f9a0016b5b7af0e7f69f13
--- /dev/null
+++ b/examples/keys.ly
@@ -0,0 +1,2 @@
+\include "basic-notation-snippets.ily"
+\relative c' { \key c \minor s \key b \dorian s \key c \major s}
\ No newline at end of file
diff --git a/examples/lyrics.ly b/examples/lyrics.ly
new file mode 100644
index 0000000000000000000000000000000000000000..82ca023b2f0975a46c30b1068dea29464037085f
--- /dev/null
+++ b/examples/lyrics.ly
@@ -0,0 +1,20 @@
+\include "basic-notation-snippets.ily"
+\layout {
+  \context { \Score
+    timing = ##t
+  }
+ \context { \Staff
+%    \consists "Time_signature_engraver"
+    autoBeaming = ##f
+  }
+}
+\relative c'' {\time 3/4
+<<
+  \new Voice = "m" {
+    c4 c8[( b]) a8[( b]) | c4 c4~ c4 |
+  }
+  \new Lyrics \lyricsto "m" {
+    Sim -- ple e -- xam -- ple __
+  }
+>>
+}
\ No newline at end of file
diff --git a/examples/mmrest.ly b/examples/mmrest.ly
index 2c229b9c8035b18f80c9f57d3ed78671d93f3b91..0d0b556244ecfa8ae7fdbaa2511d626da572f6fc 100644
--- a/examples/mmrest.ly
+++ b/examples/mmrest.ly
@@ -1,12 +1,11 @@
-\version "2.15.9"
-
+\include "basic-notation-snippets.ily"
 \layout {
-%  \context { \Score
-%    timing = ##f
-%  }
-%  \context { \Staff
-%    \remove "Time_signature_engraver"
-%  }
+  \context { \Score
+    timing = ##t
+  }
+  \context { \Staff
+    \consists "Time_signature_engraver"
+  }
 }
 \relative c' {
   \override MultiMeasureRest #'expand-limit = #2 \compressFullBarRests R1 | R1*3 | \time 3/4 R2.*4 }
\ No newline at end of file
diff --git a/examples/notenames.ly b/examples/notenames.ly
index 56cc98f13b7d0d0408a7ed655f62f99da8dd48b4..da75110bb96181cf2544354c4df9f894479925a3 100644
--- a/examples/notenames.ly
+++ b/examples/notenames.ly
@@ -1,11 +1,2 @@
-\version "2.15.9"
-
-\layout {
- \context { \Score
-   timing = ##f
- }
- \context { \Staff
-   \remove "Time_signature_engraver"
- }
-}
+\include "basic-notation-snippets.ily"
 \relative c' { c4 d e f g a b }
\ No newline at end of file
diff --git a/examples/parallel.ly b/examples/parallel.ly
new file mode 100644
index 0000000000000000000000000000000000000000..116bdec560193c76a41e0d167a0567346870d3c5
--- /dev/null
+++ b/examples/parallel.ly
@@ -0,0 +1,2 @@
+\include "basic-notation-snippets.ily"
+\new Staff \relative c'' { << { a2 c4 a} \\ { f4 g4 f2 } >> }
\ No newline at end of file
diff --git a/examples/partial.ly b/examples/partial.ly
new file mode 100644
index 0000000000000000000000000000000000000000..d2fb4f4a222b690548caf083204b2e752fbddd12
--- /dev/null
+++ b/examples/partial.ly
@@ -0,0 +1,2 @@
+\include "basic-notation-snippets.ily"
+\relative c'' { \partial 8 c8 | g1 }
\ No newline at end of file
diff --git a/examples/relative.ly b/examples/relative.ly
new file mode 100644
index 0000000000000000000000000000000000000000..0471327568e49d51792b790bf95cf4d96182037c
--- /dev/null
+++ b/examples/relative.ly
@@ -0,0 +1,2 @@
+\include "basic-notation-snippets.ily"
+\relative c' { c f d' c, }
\ No newline at end of file
diff --git a/examples/repeats.ly b/examples/repeats.ly
new file mode 100644
index 0000000000000000000000000000000000000000..7d6a79fafa5bf4ec9291df78480538ef49ee81cf
--- /dev/null
+++ b/examples/repeats.ly
@@ -0,0 +1,11 @@
+\include "basic-notation-snippets.ily"
+\layout{
+  \context { \Score
+   timing = ##t
+ }
+}
+\paper {
+  pages=1
+  systems-per-page=1
+}
+\relative c' { c1 \repeat volta 2 { d } \alternative {{ e1 } { f}} g }
\ No newline at end of file
diff --git a/examples/rest.ly b/examples/rest.ly
index 386d6d28d50252763582caa2eaf8c752ee3af529..b1c02bbdaf6e780092f46a37c29b7ecc22b94a67 100644
--- a/examples/rest.ly
+++ b/examples/rest.ly
@@ -1,12 +1,2 @@
-\version "2.15.9"
-
-\layout {
- \context { \Score
-   timing = ##f
-   \override SpacingSpanner #'common-shortest-duration = #(ly:make-moment 1 8)
- }
- \context { \Staff
-   \remove "Time_signature_engraver"
- }
-}
+\include "basic-notation-snippets.ily"
 \relative c' {r2 r4 r4. r4.. r8 r16 r32}
diff --git a/examples/slurs.ly b/examples/slurs.ly
new file mode 100644
index 0000000000000000000000000000000000000000..733f9ab03ecd21e37300e1e2ffd05bdf1120be3a
--- /dev/null
+++ b/examples/slurs.ly
@@ -0,0 +1,2 @@
+\include "basic-notation-snippets.ily"
+\relative c'' { c( a) c\( b( a) g f\) }
\ No newline at end of file
diff --git a/examples/tempo-text.ly b/examples/tempo-text.ly
new file mode 100644
index 0000000000000000000000000000000000000000..78c3bcd7370742fc36555ffe587d2312f4817164
--- /dev/null
+++ b/examples/tempo-text.ly
@@ -0,0 +1,7 @@
+\include "basic-notation-snippets.ily"
+\layout {
+ \context { \Score
+   timing = ##t
+ }
+}
+\relative c'' { \tempo "Adagio" 4=60 c1 c c \mark \default c }
\ No newline at end of file
diff --git a/examples/ties.ly b/examples/ties.ly
new file mode 100644
index 0000000000000000000000000000000000000000..0cbe96094f8737e860a4b265056be4aeaf95b796
--- /dev/null
+++ b/examples/ties.ly
@@ -0,0 +1,2 @@
+\include "basic-notation-snippets.ily"
+\relative c'' { c4~ c c2~ c4 <c a f>~ c }
\ No newline at end of file
diff --git a/examples/time.ly b/examples/time.ly
new file mode 100644
index 0000000000000000000000000000000000000000..4e91621db5b4dd9f914bf68cd78dff16143892ab
--- /dev/null
+++ b/examples/time.ly
@@ -0,0 +1,7 @@
+\include "basic-notation-snippets.ily"
+\layout {
+  \context { \Staff
+    \consists "Time_signature_engraver"
+  }
+}
+\relative c' {  \time 4/4 s \time 2/2 s \time 3/4 s \time 3/8 s }
\ No newline at end of file
diff --git a/examples/tuplet.ly b/examples/tuplet.ly
new file mode 100644
index 0000000000000000000000000000000000000000..3d641a09cee50955e0d0cd2e4540c89822bd7592
--- /dev/null
+++ b/examples/tuplet.ly
@@ -0,0 +1,2 @@
+\include "basic-notation-snippets.ily"
+\relative c'' { \times 2/3 { c8 d e} \times 4/5 { c[ d e d c] } }
\ No newline at end of file
diff --git a/examples/writing_text.ly b/examples/writing_text.ly
new file mode 100644
index 0000000000000000000000000000000000000000..c39ffe431e2e03721203209275c1d25c3b6d7f25
--- /dev/null
+++ b/examples/writing_text.ly
@@ -0,0 +1,9 @@
+\include "basic-notation-snippets.ily"
+\markup {
+ \justify {
+   A \underline justified \bold paragraph,
+   \fontsize #-2 automatically line-broken.
+   Some symbols: \dynamic ff \eyeglasses
+   \rounded-box text, \with-color #red Text
+ }
+}
diff --git a/images/cc-by-nc.eps b/images/cc-by-nc.eps
new file mode 100644
index 0000000000000000000000000000000000000000..a360643a345f4dcd5ea26fd6a17bbfd18aa384db
--- /dev/null
+++ b/images/cc-by-nc.eps
@@ -0,0 +1,3140 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: Adobe Illustrator(R) 8.0
+%%AI8_CreatorVersion: 13.0.1
+%%For: (Alex Roberts) ()
+%%Title: (by-nc.eps)
+%%CreationDate: 3/27/08 4:24 PM
+%%BoundingBox: 360 292 441 307
+%%HiResBoundingBox: 360.4727 292.9463 440.5146 306.9878
+%%DocumentProcessColors: Cyan Magenta Yellow Black
+%%DocumentSuppliedResources: procset Adobe_level2_AI5 1.2 0
+%%+ procset Adobe_ColorImage_AI6 1.3 0
+%%+ procset Adobe_Illustrator_AI5 1.3 0
+%%+ procset Adobe_cshow 2.0 8
+%%+ procset Adobe_shading_AI8 1.0 0
+%AI5_FileFormat 4.0
+%AI3_ColorUsage: Color
+%AI3_IncludePlacedImages
+%AI7_ImageSettings: 1
+%%CMYKProcessColor: 0.74902 0.678431 0.670588 0.901961 ([Registration])
+%%AI6_ColorSeparationSet: 1 1 (AI6 Default Color Separation Set) 
+%%+ Options: 1 16 0 1 1 1 0 0 0 0 1 1 1 18 0 0 0 0 0 0 0 0 -1 -1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 2 3 4
+%%+ PPD: 1 21 0 0 60 45 2 2 1 0 0 1 0 0 0 0 0 0 0 0 -1 -1 () 
+%AI3_Cropmarks: 360.5 292 440.5 307
+%AI3_TemplateBox: 400.5 299.5 400.5 299.5
+%AI3_TileBox: 112 -56 688 678
+%AI3_DocumentPreview: Macintosh_ColorPic
+%AI5_ArtSize: 800 600
+%AI5_RulerUnits: 6
+%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
+%AI5_TargetResolution: 800
+%AI5_NumLayers: 1
+%AI8_OpenToView: -381 756 1 1566 923 26 0 0 73 75 0 0
+%AI5_OpenViewLayers: 7
+%%PageOrigin:0 0
+%AI7_GridSettings: 48 8 48 8 1 0 0.8 0.8 0.8 0.9 0.9 0.9
+%AI9_Flatten: 1
+%AI12_CMSettings: 00.MS
+%AI7_Thumbnail: 128 24 8
+%%BeginData: 4058 Hex Bytes
+%0000330000660000990000CC0033000033330033660033990033CC0033FF
+%0066000066330066660066990066CC0066FF009900009933009966009999
+%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
+%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
+%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
+%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
+%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
+%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
+%6666006666336666666666996666CC6666FF669900669933669966669999
+%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
+%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
+%9933009933339933669933999933CC9933FF996600996633996666996699
+%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
+%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
+%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
+%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
+%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
+%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
+%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
+%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
+%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
+%000011111111220000002200000022222222440000004400000044444444
+%550000005500000055555555770000007700000077777777880000008800
+%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
+%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
+%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
+%524C4527FD80F82752522752525227FD07522752525227FD075227525252
+%27FD5D52F8F8F852FD7CFF52F8F852FFFD087D52F8F8F852A8FD07FF5227
+%F8F827FD077DFD58F827FF27F8F852FF7D7D7D83FD047DF8F8F8A8FD0AFF
+%A852F8F827A87D7D7D837D52FD57F827FF52F8F852FFFD077DF8F8F8A8FD
+%0DFF52F8F827A77D7D7D837DFD58F8FF52F8F852FF7D837D7D7DA827F8F8
+%A8FD0FFF52F8F852A87D7D7DA852FD56F827FF52F8F852FFFD057D52F8F8
+%52FD08FFA8FD07FFA8F8F827FD067DFD04F8277D527D525227F8277D5227
+%F8F8F8525252FD05F87D5227F8F8F87D5227F8F8F827527D7D7D27FD2AF8
+%FF52F8F852FF7D837D837D52F827FD04FF7D52527DFFFFFF7D27527DFFFF
+%FF52F8F87D7D837DA77D27F8F8F852FD06FF7D27FFFFA8F8F852FFFF7DFD
+%04F852FFFFFF27F827FFFF27F8F87DFD06FF27FD28F827FF52F8F852FFFD
+%057DF8F852FFFFFF27FD04F852A827FD04F827FFFFA8F8F852837D7D7DA8
+%2DF8F8F852FFFF52F87DFFFFF852FFFF52F8A8FF7DFD05F827FFFFFF52F8
+%F8FFFF27F852FFFFA827F8527D27FD29F8FF52F8F852FF7D7D7DA77DF8F8
+%7DFFFF52F8F8A8A827527DF827A8FF2752FFFFFF27F8527D837D7D7D58F8
+%F8F852FFFF27F87DFFFF27F8A8FFFFA8FFFF27FD05F852FD04FFF827FFFF
+%27F8A8FFA827FD2DF827FF52F8F852FFFD057DF8F87DFFFF27F87DFD04FF
+%27F852FD07FFF8F82783FD047D52F8F8F827FD06FF52F8F8F8FD04FF52FD
+%06F827FFA87DFF7DF8FFFF27F8FFFF7DFD2FF8FF27F8F852FF7D837DA858
+%F8F8A8FFFF27F852FD04FF52F87DFD07FF27F8527D837D837D7DF8F8F852
+%FFFF7DA8A8FFA827F8F827FFFFA8F852FFFFFFA8F852FFFFF8A8FF7DFFFF
+%27F8FFFF7DFD2EF827FF52F8F852FFFD057DF8F87DFFFF52F827A8FF2752
+%52F8F8A8A82727FFFFFFF8F82783FD047D52F8F8F827FFFF27F827FFFF7D
+%F8F827A8FF52F827FFA8FF7DF827FFA8F827FFA8FFFF27F8A8FFFFFD2FF8
+%FF52F8F852FF7D837D7D7D27F852FFFFA827FD04F827FF27FD04F827FFFF
+%A8F8F8587D7D7D837D52F8F8F852FFFF522752FFFF7DF8F827FFFF7DFD07
+%F852FFFFF8F8A8FFFFFF27F852FFFFA82727277D27FD28F827FF52F8F852
+%FFFD057D27F8F8FFFFFFA85227527DFFFFFF5227277DFFFFFF7DF8F852FD
+%047D8327F8F8F852FD07FFF8F8F827FFFF52FD07F852FFFFF8F827FFFFFF
+%27F8F852FD06FF27FD29F8FF52F8F852FF7D837D837D7DF8F852FD11FFF8
+%F827A87D837DA87D27F8F8F827FD067DFD05F87D7D52FD07F8527D7DF8F8
+%F8527D7D27F8F8F8277D7DA87D52FD29F827FF52F8F852FFFD067D27F8F8
+%7DFD0FFF27F8F858FD057D52FD57F8FF52F8F852FF7D7D7D837D8358F8F8
+%27A8FD0DFF52F8F8527D7D7D837D7DFD57F827FF52F8F852FFFD077D52F8
+%F8F87DFD0AFFA827F8F827FD057D8327FD58F8FF27F8F852FF7D837DA87D
+%837DA85227F8F852A8FD07FF7DF8F8F8277DA87D837DA85827F827F827F8
+%27F827F827F827F827F827F827F827F827F827F827F827F827F827F827F8
+%27F827F827F827F827F827F827F827F827F827F827F827F827F827F827F8
+%27F827F827F827F827F827F827F827F827F827F827F827FF52F8F852FD0C
+%FFA8FFA8FD07FFA8FFA8FD63FF52F8F827FD7C5227FD80F8F8
+%%EndData
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset Adobe_level2_AI5 1.2 0
+%%Title: (Adobe Illustrator (R) Version 5.0 Level 2 Emulation)
+%%Version: 1.2 0
+%%CreationDate: (04/10/93) ()
+%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
+userdict /Adobe_level2_AI5 26 dict dup begin
+	put
+	/packedarray where not
+	{
+		userdict begin
+		/packedarray
+		{
+			array astore readonly
+		} bind def
+		/setpacking /pop load def
+		/currentpacking false def
+	 end
+		0
+	} if
+	pop
+	userdict /defaultpacking currentpacking put true setpacking
+	/initialize
+	{
+		Adobe_level2_AI5 begin
+	} bind def
+	/terminate
+	{
+		currentdict Adobe_level2_AI5 eq
+		{
+		 end
+		} if
+	} bind def
+	mark
+	/setcustomcolor where not
+	{
+		/findcmykcustomcolor
+		{
+			(AI8_CMYK_CustomColor)
+			6 packedarray
+		} bind def
+		/findrgbcustomcolor
+		{
+			(AI8_RGB_CustomColor)
+			5 packedarray
+		} bind def
+		/setcustomcolor
+		{
+			exch 
+			aload pop dup
+			(AI8_CMYK_CustomColor) eq
+			{
+				pop pop
+				4
+				{
+					4 index mul
+					4 1 roll
+				} repeat
+				5 -1 roll pop
+				setcmykcolor
+			}
+			{
+				dup (AI8_RGB_CustomColor) eq
+				{
+					pop pop
+					3
+					{
+						1 exch sub
+						3 index mul 
+						1 exch sub
+						3 1 roll
+					} repeat
+					4 -1 roll pop
+					setrgbcolor
+				}
+				{
+					pop
+					4
+					{
+						4 index mul 4 1 roll
+					} repeat
+					5 -1 roll pop
+					setcmykcolor
+				} ifelse
+			} ifelse
+		}
+		def
+	} if
+	/setAIseparationgray
+	{
+		false setoverprint
+		0 setgray
+		/setseparationgray where{
+			pop setseparationgray
+		}{
+			/setcolorspace where{
+				pop
+				[/Separation (All) /DeviceCMYK {dup dup dup}] setcolorspace
+				1 exch sub setcolor
+			}{
+				setgray
+			}ifelse
+		}ifelse
+	} def
+	
+	/gt38? mark {version cvr cvx exec} stopped {cleartomark true} {38 gt exch pop} ifelse def
+	userdict /deviceDPI 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt put
+	userdict /level2?
+	systemdict /languagelevel known dup
+	{
+		pop systemdict /languagelevel get 2 ge
+	} if
+	put
+/level2ScreenFreq
+{
+ begin
+		60
+		HalftoneType 1 eq
+		{
+			pop Frequency
+		} if
+		HalftoneType 2 eq
+		{
+			pop GrayFrequency
+		} if
+		HalftoneType 5 eq
+		{
+			pop Default level2ScreenFreq
+		} if
+ end
+} bind def
+userdict /currentScreenFreq  
+	level2? {currenthalftone level2ScreenFreq} {currentscreen pop pop} ifelse put
+level2? not
+	{
+		/setcmykcolor where not
+		{
+			/setcmykcolor
+			{
+				exch .11 mul add exch .59 mul add exch .3 mul add
+				1 exch sub setgray
+			} def
+		} if
+		/currentcmykcolor where not
+		{
+			/currentcmykcolor
+			{
+				0 0 0 1 currentgray sub
+			} def
+		} if
+		/setoverprint where not
+		{
+			/setoverprint /pop load def
+		} if
+		/selectfont where not
+		{
+			/selectfont
+			{
+				exch findfont exch
+				dup type /arraytype eq
+				{
+					makefont
+				}
+				{
+					scalefont
+				} ifelse
+				setfont
+			} bind def
+		} if
+		/cshow where not
+		{
+			/cshow
+			{
+				[
+				0 0 5 -1 roll aload pop
+				] cvx bind forall
+			} bind def
+		} if
+	} if
+	cleartomark
+	/anyColor?
+	{
+		add add add 0 ne
+	} bind def
+	/testColor
+	{
+		gsave
+		setcmykcolor currentcmykcolor
+		grestore
+	} bind def
+	/testCMYKColorThrough
+	{
+		testColor anyColor?
+	} bind def
+	userdict /composite?
+	1 0 0 0 testCMYKColorThrough
+	0 1 0 0 testCMYKColorThrough
+	0 0 1 0 testCMYKColorThrough
+	0 0 0 1 testCMYKColorThrough
+	and and and
+	put
+	composite? not
+	{
+		userdict begin
+		gsave
+		/cyan? 1 0 0 0 testCMYKColorThrough def
+		/magenta? 0 1 0 0 testCMYKColorThrough def
+		/yellow? 0 0 1 0 testCMYKColorThrough def
+		/black? 0 0 0 1 testCMYKColorThrough def
+		grestore
+		/isCMYKSep? cyan? magenta? yellow? black? or or or def
+		/customColor? isCMYKSep? not def
+	 end
+	} if
+ end defaultpacking setpacking
+%%EndResource
+%%BeginProcSet: Adobe_ColorImage_AI6 1.3 0
+userdict /Adobe_ColorImage_AI6 known not
+{
+	userdict /Adobe_ColorImage_AI6 53 dict put 
+} if
+userdict /Adobe_ColorImage_AI6 get begin
+/initialize { 
+	Adobe_ColorImage_AI6 begin
+	Adobe_ColorImage_AI6 {
+		dup type /arraytype eq {
+			dup xcheck {
+				bind
+			} if
+		} if
+		pop pop
+	} forall
+} def
+/terminate { end } def
+currentdict /Adobe_ColorImage_AI6_Vars known not {
+	/Adobe_ColorImage_AI6_Vars 41 dict def
+} if
+Adobe_ColorImage_AI6_Vars begin
+	/plateindex -1 def
+	/_newproc null def
+	/_proc1 null def
+	/_proc2 null def
+	/sourcearray 4 array def
+	/_ptispace null def
+	/_ptiname null def
+	/_pti0 0 def
+	/_pti1 0 def
+	/_ptiproc null def
+	/_ptiscale 0 def
+	/_pticomps 0 def
+	/_ptibuf 0 string def
+	/_gtigray 0 def
+	/_cticmyk null def
+	/_rtirgb null def
+	/XIEnable true def
+	/XIType 0 def
+	/XIEncoding 0 def
+	/XICompression 0 def
+	/XIChannelCount 0 def
+	/XIBitsPerPixel 0 def
+	/XIImageHeight 0 def
+	/XIImageWidth 0 def
+	/XIImageMatrix null def
+	/XIRowBytes 0 def
+	/XIFile null def
+	/XIBuffer1 null def
+	/XIBuffer2 null def
+	/XIBuffer3 null def
+	/XIDataProc null def
+	/XIColorSpace /DeviceGray def
+	/XIColorValues 0 def
+	/XIPlateList false def
+end
+/ci6colorimage /colorimage where {/colorimage get}{null} ifelse def
+/ci6image systemdict /image get def
+/ci6curtransfer systemdict /currenttransfer get def
+/ci6curoverprint /currentoverprint where {/currentoverprint get}{{_of}} ifelse def
+/ci6foureq {
+	4 index ne {
+		pop pop pop false
+	}{
+		4 index ne {
+			pop pop false
+		}{
+			4 index ne {
+				pop false
+			}{
+				4 index eq
+			} ifelse
+		} ifelse
+	} ifelse
+} def
+/ci6testplate {
+	Adobe_ColorImage_AI6_Vars begin
+		/plateindex -1 def
+		/setcmykcolor where {
+			pop
+			gsave
+			1 0 0 0 setcmykcolor systemdict /currentgray get exec 1 exch sub
+			0 1 0 0 setcmykcolor systemdict /currentgray get exec 1 exch sub
+			0 0 1 0 setcmykcolor systemdict /currentgray get exec 1 exch sub
+			0 0 0 1 setcmykcolor systemdict /currentgray get exec 1 exch sub
+			grestore
+			1 0 0 0 ci6foureq { 
+				/plateindex 0 def
+			}{
+				0 1 0 0 ci6foureq { 
+					/plateindex 1 def
+				}{
+					0 0 1 0 ci6foureq {
+						/plateindex 2 def
+					}{
+						0 0 0 1 ci6foureq { 
+							/plateindex 3 def
+						}{
+							0 0 0 0 ci6foureq {
+								/plateindex 5 def
+							} if
+						} ifelse
+					} ifelse
+				} ifelse
+			} ifelse
+			pop pop pop pop
+		} if
+		plateindex
+ end
+} def
+/ci6concatprocs {
+	/packedarray where {
+		pop dup type /packedarraytype eq 2 index type
+		/packedarraytype eq or
+	}{
+		false
+	} ifelse
+	{
+		/_proc2 exch cvlit def
+		/_proc1 exch cvlit def
+		_proc1 aload pop
+		_proc2 aload pop
+		_proc1 length
+		_proc2 length add
+		packedarray cvx
+	}{
+		/_proc2 exch cvlit def
+		/_proc1 exch cvlit def
+		/_newproc _proc1 length _proc2 length add array def
+		_newproc 0 _proc1 putinterval
+		_newproc _proc1 length _proc2 putinterval
+		_newproc cvx
+	} ifelse
+} def
+/ci6istint {
+	type /arraytype eq 
+} def
+/ci6isspot {
+	dup type /arraytype eq {
+		dup length 1 sub get /Separation eq
+	}{
+		pop false
+	} ifelse
+} def
+/ci6spotname {
+	dup ci6isspot {dup length 2 sub get}{pop ()} ifelse
+} def
+/ci6altspace {
+	aload pop pop pop ci6colormake
+} def
+/ci6numcomps {
+	dup /DeviceGray eq {
+		pop 1
+	}{
+		dup /DeviceRGB eq {
+			pop 3
+		}{
+			/DeviceCMYK eq {
+				4
+			}{
+				1
+			} ifelse
+		} ifelse
+	} ifelse
+} def
+/ci6marksplate {
+	dup /DeviceGray eq {
+		pop plateindex 3 eq
+	}{
+		dup /DeviceRGB eq {
+			pop plateindex 5 ne
+		}{
+			dup /DeviceCMYK eq {
+				pop plateindex 5 ne
+			}{
+				dup ci6isspot {
+					/findcmykcustomcolor where {
+						pop
+						dup length 2 sub get
+						0.1 0.1 0.1 0.1 5 -1 roll
+						findcmykcustomcolor 1 setcustomcolor
+						systemdict /currentgray get exec
+						1 ne
+					}{
+						pop plateindex 5 ne
+					} ifelse
+				}{
+					pop plateindex 5 ne
+				} ifelse
+			} ifelse
+		} ifelse
+	} ifelse
+} def
+/ci6colormake {
+	dup ci6numcomps
+	exch 1 index 2 add 1 roll
+	dup 1 eq {pop}{array astore} ifelse
+	exch
+} def
+/ci6colorexpand {
+	dup ci6spotname exch
+	dup ci6istint {
+		ci6altspace
+		exch 4 1 roll
+	}{
+		1 3 1 roll
+	} ifelse
+} def
+/ci6colortint {
+	dup /DeviceGray eq {
+		3 1 roll 1 exch sub mul 1 exch sub exch
+	}{
+		dup /DeviceRGB eq {
+			3 1 roll {1 exch sub 1 index mul 1 exch sub exch} forall pop 3 array astore exch
+		}{
+			dup /DeviceCMYK eq {
+				3 1 roll {1 index mul exch} forall pop 4 array astore exch
+			}{
+				3 1 roll mul exch
+			} ifelse
+		} ifelse
+	} ifelse
+} def
+/ci6colortocmyk {
+	dup /DeviceGray eq {
+		pop 1 exch sub 0 0 0 4 -1 roll 4 array astore
+	}{
+		dup /DeviceRGB eq {
+			pop aload pop _rgbtocmyk 4 array astore
+		}{
+			dup /DeviceCMYK eq {
+				pop
+			}{
+				ci6altspace ci6colortint ci6colortocmyk
+			} ifelse
+		} ifelse
+	} ifelse
+} def
+/ci6makeimagedict {
+	7 dict begin
+		/ImageType 1 def
+		/Decode exch def
+		/DataSource exch def
+		/ImageMatrix exch def
+		/BitsPerComponent exch def
+		/Height exch def
+		/Width exch def
+	currentdict end
+} def
+/ci6stringinvert {
+	0 1 2 index length 1 sub {
+		dup 2 index exch get 255 exch sub 2 index 3 1 roll put
+	} for
+} def
+/ci6stringknockout {
+	0 1 2 index length 1 sub {
+		255 2 index 3 1 roll put
+	} for
+} def
+/ci6stringapply {
+	0 1 4 index length 1 sub {
+		dup
+		4 index exch get
+		3 index 3 1 roll
+		3 index exec
+	} for
+	pop exch pop
+} def
+/ci6walkrgbstring {
+	0 3 index
+	dup length 1 sub 0 3 3 -1 roll {
+		3 getinterval {} forall
+		5 index exec
+		3 index
+	} for
+	
+	 5 {pop} repeat
+} def
+/ci6walkcmykstring
+{
+	0 3 index
+	dup length 1 sub 0 4 3 -1 roll {
+		4 getinterval {} forall
+		
+		6 index exec
+		
+		3 index
+		
+	} for
+	
+	5 { pop } repeat
+	
+} def
+/ci6putrgbtograystr
+{
+	.11 mul exch
+	
+	.59 mul add exch
+	
+	.3 mul add
+	
+	cvi 3 copy put
+	
+	pop 1 add
+} def
+/ci6putcmyktograystr
+{
+	exch .11 mul add
+	
+	exch .59 mul add
+	
+	exch .3 mul add
+	
+	dup 255 gt { pop 255 } if
+	
+	255 exch sub cvi 3 copy put
+	
+	pop 1 add
+} def
+/ci6rgbtograyproc {	
+	Adobe_ColorImage_AI6_Vars begin 
+		sourcearray 0 get exec
+		XIBuffer3
+		dup 3 1 roll 
+		
+		/ci6putrgbtograystr load exch
+		ci6walkrgbstring
+ end
+} def
+/ci6cmyktograyproc {	
+	Adobe_ColorImage_AI6_Vars begin
+		sourcearray 0 get exec
+		XIBuffer3
+		dup 3 1 roll 
+		
+		/ci6putcmyktograystr load exch
+		ci6walkcmykstring
+ end
+} def
+/ci6separatecmykproc {	
+	Adobe_ColorImage_AI6_Vars begin
+		sourcearray 0 get exec
+		
+		XIBuffer3
+		
+		0 2 index
+		
+		plateindex 4 2 index length 1 sub {
+			get 255 exch sub
+			
+			3 copy put pop 1 add
+			
+			2 index
+		} for
+		pop pop exch pop
+ end
+} def
+	
+/ci6compositeimage {
+	dup 1 eq {
+		pop pop image
+	}{
+		/ci6colorimage load null ne {
+			ci6colorimage
+		}{
+			3 1 roll pop
+			sourcearray 0 3 -1 roll put
+			3 eq {/ci6rgbtograyproc}{/ci6cmyktograyproc} ifelse load
+			image
+		} ifelse
+	} ifelse
+} def
+/ci6knockoutimage {
+	gsave
+	0 ci6curtransfer exec 1 ci6curtransfer exec
+	eq {
+		0 ci6curtransfer exec 0.5 lt
+	}{
+		0 ci6curtransfer exec 1 ci6curtransfer exec gt
+	} ifelse
+	{{pop 0}}{{pop 1}} ifelse
+	systemdict /settransfer get exec
+	ci6compositeimage
+	grestore
+} def
+/ci6drawimage {
+	ci6testplate -1 eq {
+		pop ci6compositeimage
+	}{
+		dup type /arraytype eq {
+			dup length plateindex gt {plateindex get}{pop false} ifelse
+		}{
+			{
+				true
+			}{
+				dup 1 eq {plateindex 3 eq}{plateindex 3 le} ifelse
+			} ifelse
+		} ifelse
+		{
+			dup 1 eq {
+				pop pop ci6image
+			}{
+				dup 3 eq {
+					ci6compositeimage
+				}{
+					pop pop
+					sourcearray 0 3 -1 roll put
+					/ci6separatecmykproc load
+					ci6image
+				} ifelse
+			} ifelse
+		}{
+			ci6curoverprint {
+				7 {pop} repeat
+			}{
+				ci6knockoutimage
+			} ifelse
+		} ifelse
+	} ifelse
+} def
+/ci6proctintimage {
+	/_ptispace exch store /_ptiname exch store /_pti1 exch store /_pti0 exch store /_ptiproc exch store
+	/_pticomps _ptispace ci6numcomps store
+	/_ptiscale _pti1 _pti0 sub store
+	level2? {
+		_ptiname length 0 gt version cvr 2012 ge and {
+			[/Separation _ptiname _ptispace {_ptiproc}] setcolorspace
+			[_pti0 _pti1] ci6makeimagedict ci6image
+		}{
+			[/Indexed _ptispace 255 {255 div _ptiscale mul _pti0 add _ptiproc}] setcolorspace
+			[0 255] ci6makeimagedict ci6image
+		} ifelse
+	}{
+		_pticomps 1 eq {
+			{
+				dup
+				{
+					255 div _ptiscale mul _pti0 add _ptiproc 255 mul cvi put
+				} ci6stringapply
+			} ci6concatprocs ci6image
+		}{
+			{
+				dup length _pticomps mul dup _ptibuf length ne {/_ptibuf exch string store}{pop} ifelse
+				_ptibuf {
+					exch _pticomps mul exch 255 div _ptiscale mul _pti0 add _ptiproc
+					_pticomps 2 add -2 roll
+					_pticomps 1 sub -1 0 {
+						1 index add 2 index exch
+						5 -1 roll
+						255 mul cvi put
+					} for
+					pop pop
+				} ci6stringapply
+			} ci6concatprocs false _pticomps
+			/ci6colorimage load null eq {7 {pop} repeat}{ci6colorimage} ifelse
+		} ifelse
+	} ifelse
+} def
+/ci6graytintimage {
+	/_gtigray 5 -1 roll store
+	{1 _gtigray sub mul 1 exch sub} 4 1 roll
+	/DeviceGray ci6proctintimage
+} def
+/ci6cmyktintimage {
+	/_cticmyk 5 -1 roll store
+	{_cticmyk {1 index mul exch} forall pop} 4 1 roll
+	/DeviceCMYK ci6proctintimage
+} def
+/ci6rgbtintimage {
+	/_rtirgb 5 -1 roll store
+	{_rtirgb {1 exch sub 1 index mul 1 exch sub exch} forall pop} 4 1 roll
+	/DeviceRGB ci6proctintimage
+} def
+/ci6tintimage {
+	ci6testplate -1 eq {
+		ci6colorexpand
+		3 -1 roll 5 -1 roll {0}{0 exch} ifelse 4 2 roll
+		dup /DeviceGray eq {
+			pop ci6graytintimage
+		}{
+			dup /DeviceRGB eq {
+				pop ci6rgbtintimage
+			}{
+				pop ci6cmyktintimage
+			} ifelse
+		} ifelse
+	}{
+		dup ci6marksplate {
+			plateindex 5 lt {
+				ci6colortocmyk plateindex get
+				dup 0 eq ci6curoverprint and {
+					7 {pop} repeat
+				}{
+					1 exch sub
+					exch {1 0}{0 1} ifelse () ci6graytintimage
+				} ifelse
+			}{
+				pop exch {0}{0 exch} ifelse 0 3 1 roll () ci6graytintimage
+			} ifelse
+		}{
+			ci6curoverprint {
+				8 {pop} repeat
+			}{
+				pop pop pop
+				{pop 1} 0 1 () /DeviceGray ci6proctintimage
+			} ifelse
+		} ifelse
+	} ifelse
+} def
+/XINullImage {
+} def
+/XIImageMask {
+	XIImageWidth XIImageHeight false
+	[XIImageWidth 0 0 XIImageHeight neg 0 0]
+	/XIDataProc load
+	imagemask
+} def
+/XIImageTint {
+	XIImageWidth XIImageHeight XIBitsPerPixel
+	[XIImageWidth 0 0 XIImageHeight neg 0 0]
+	/XIDataProc load
+	XIType 3 eq XIColorValues XIColorSpace ci6tintimage
+} def
+/XIImage {
+	XIImageWidth XIImageHeight XIBitsPerPixel
+	[XIImageWidth 0 0 XIImageHeight neg 0 0]
+	/XIDataProc load
+	false XIChannelCount XIPlateList ci6drawimage
+} def
+/XG {
+	pop pop
+} def
+/XF {
+	13 {pop} repeat
+} def
+/Xh {
+	Adobe_ColorImage_AI6_Vars begin
+		gsave
+		/XIType exch def
+		/XIImageHeight exch def
+		/XIImageWidth exch def
+		/XIImageMatrix exch def
+		0 0 moveto
+		XIImageMatrix concat
+		XIImageWidth XIImageHeight scale
+		
+		/_lp /null ddef
+		_fc
+		/_lp /imagemask ddef
+ end
+} def
+/XH {
+	Adobe_ColorImage_AI6_Vars begin
+		grestore
+ end
+} def
+/XIEnable {
+	Adobe_ColorImage_AI6_Vars /XIEnable 3 -1 roll put
+} def
+/XC {
+	Adobe_ColorImage_AI6_Vars begin
+		ci6colormake
+		/XIColorSpace exch def
+		/XIColorValues exch def
+ end
+} def
+/XIPlates {
+	Adobe_ColorImage_AI6_Vars begin
+		/XIPlateList exch def
+ end
+} def
+/XI
+{
+	Adobe_ColorImage_AI6_Vars begin
+		gsave
+		/XIType exch def
+		cvi dup
+		256 idiv /XICompression exch store
+		256 mod /XIEncoding exch store
+		pop pop
+		/XIChannelCount exch def
+		/XIBitsPerPixel exch def
+		/XIImageHeight exch def
+		/XIImageWidth exch def
+		pop pop pop pop
+		/XIImageMatrix exch def
+		XIBitsPerPixel 1 eq {
+			XIImageWidth 8 div ceiling cvi
+		}{
+			XIImageWidth XIChannelCount mul
+		} ifelse
+		/XIRowBytes exch def
+		XIEnable {
+			/XIBuffer3 XIImageWidth string def
+			XICompression 0 eq {
+				/XIBuffer1 XIRowBytes string def
+				XIEncoding 0 eq {
+					{currentfile XIBuffer1 readhexstring pop}
+				}{
+					{currentfile XIBuffer1 readstring pop}
+				} ifelse
+			}{
+				/XIBuffer1 256 string def
+				/XIBuffer2 XIRowBytes string def
+				{currentfile XIBuffer1 readline pop (%) anchorsearch {pop} if}
+				/ASCII85Decode filter /DCTDecode filter
+				/XIFile exch def
+				{XIFile XIBuffer2 readstring pop}
+			} ifelse
+			/XIDataProc exch def
+			
+			XIType 1 ne {
+				0 setgray
+			} if
+			XIType 1 eq {
+				XIImageMask
+			}{
+				XIType 2 eq XIType 3 eq or {
+					XIImageTint
+				}{
+					XIImage
+				} ifelse
+			} ifelse
+		}{
+			XINullImage
+		} ifelse
+		/XIPlateList false def
+		grestore
+ end
+} def
+end
+%%EndProcSet
+%%BeginResource: procset Adobe_Illustrator_AI5 1.3 0
+%%Title: (Adobe Illustrator (R) Version 8.0 Full Prolog)
+%%Version: 1.3 0
+%%CreationDate: (3/7/1994) ()
+%%Copyright: ((C) 1987-1998 Adobe Systems Incorporated All Rights Reserved)
+currentpacking true setpacking
+userdict /Adobe_Illustrator_AI5_vars 112 dict dup begin
+put
+/_?cmyk false def
+/_eo false def
+/_lp /none def
+/_pf
+{
+} def
+/_ps
+{
+} def
+/_psf
+{
+} def
+/_pss
+{
+} def
+/_pjsf
+{
+} def
+/_pjss
+{
+} def
+/_pola 0 def
+/_doClip 0 def
+/cf currentflat def
+/_lineorientation 0 def
+/_charorientation 0 def
+/_yokoorientation 0 def
+/_tm matrix def
+/_renderStart
+[
+/e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0
+] def
+/_renderEnd
+[
+null null null null /i1 /i1 /i1 /i1
+] def
+/_render -1 def
+/_shift [0 0] def
+/_ax 0 def
+/_ay 0 def
+/_cx 0 def
+/_cy 0 def
+/_leading
+[
+0 0
+] def
+/_ctm matrix def
+/_mtx matrix def
+/_sp 16#020 def
+/_hyphen (-) def
+/_fontSize 0 def
+/_fontAscent 0 def
+/_fontDescent 0 def
+/_fontHeight 0 def
+/_fontRotateAdjust 0 def
+/Ss 256 string def
+Ss 0 (fonts/) putinterval
+/_cnt 0 def
+/_scale [1 1] def
+/_nativeEncoding 0 def
+/_useNativeEncoding 0 def
+/_tempEncode 0 def
+/_pntr 0 def
+/_tDict 2 dict def
+/_hfname 100 string def
+/_hffound false def
+/Tx
+{
+} def
+/Tj
+{
+} def
+/CRender
+{
+} def
+/_AI3_savepage
+{
+} def
+/_gf null def
+/_cf 4 array def
+/_rgbf 3 array def
+/_if null def
+/_of false def
+/_fc
+{
+} def
+/_gs null def
+/_cs 4 array def
+/_rgbs 3 array def
+/_is null def
+/_os false def
+/_sc
+{
+} def
+/_pd 1 dict def
+/_ed 15 dict def
+/_pm matrix def
+/_fm null def
+/_fd null def
+/_fdd null def
+/_sm null def
+/_sd null def
+/_sdd null def
+/_i null def
+/_lobyte 0 def
+/_hibyte 0 def
+/_cproc null def
+/_cscript 0 def
+/_hvax 0 def
+/_hvay 0 def
+/_hvwb 0 def
+/_hvcx 0 def
+/_hvcy 0 def
+/_bitfont null def
+/_bitlobyte 0 def
+/_bithibyte 0 def
+/_bitkey null def
+/_bitdata null def
+/_bitindex 0 def
+/discardSave null def
+/buffer 256 string def
+/beginString null def
+/endString null def
+/endStringLength null def
+/layerCnt 1 def
+/layerCount 1 def
+/perCent (%) 0 get def
+/perCentSeen? false def
+/newBuff null def
+/newBuffButFirst null def
+/newBuffLast null def
+/clipForward? false def
+end
+userdict /Adobe_Illustrator_AI5 known not {
+	userdict /Adobe_Illustrator_AI5 100 dict put
+} if
+userdict /Adobe_Illustrator_AI5 get begin
+/initialize
+{
+	Adobe_Illustrator_AI5 dup begin
+	Adobe_Illustrator_AI5_vars begin
+	/_aicmykps where {pop /_?cmyk _aicmykps def}if
+	discardDict
+	{
+		bind pop pop
+	} forall
+	dup /nc get begin
+	{
+		dup xcheck 1 index type /operatortype ne and
+		{
+			bind
+		} if
+		pop pop
+	} forall
+ end
+	newpath
+} def
+/terminate
+{
+ end
+ end
+} def
+/_
+null def
+/ddef
+{
+	Adobe_Illustrator_AI5_vars 3 1 roll put
+} def
+/xput
+{
+	dup load dup length exch maxlength eq
+	{
+		dup dup load dup
+		length 2 mul dict copy def
+	} if
+	load begin
+	def
+ end
+} def
+/npop
+{
+	{
+		pop
+	} repeat
+} def
+/hswj
+{
+	dup stringwidth 3 2 roll
+	{
+		_hvwb eq { exch _hvcx add exch _hvcy add } if
+		exch _hvax add exch _hvay add
+	} cforall
+} def
+/vswj
+{
+	0 0 3 -1 roll
+	{
+		dup 255 le
+		_charorientation 1 eq
+		and
+		{
+			dup cstring stringwidth 5 2 roll
+			_hvwb eq { exch _hvcy sub exch _hvcx sub } if
+			exch _hvay sub exch _hvax sub
+			4 -1 roll sub exch
+			3 -1 roll sub exch
+		}
+		{
+			_hvwb eq { exch _hvcy sub exch _hvcx sub } if
+			exch _hvay sub exch _hvax sub
+			_fontHeight sub
+		} ifelse
+	} cforall
+} def
+/swj
+{
+	6 1 roll
+	/_hvay exch ddef
+	/_hvax exch ddef
+	/_hvwb exch ddef
+	/_hvcy exch ddef
+	/_hvcx exch ddef
+	_lineorientation 0 eq { hswj } { vswj } ifelse
+} def
+/sw
+{
+	0 0 0 6 3 roll swj
+} def
+/vjss
+{
+	4 1 roll
+	{
+		dup cstring
+		dup length 1 eq
+		_charorientation 1 eq
+		and
+		{
+			-90 rotate
+			currentpoint
+			_fontRotateAdjust add
+			moveto
+			gsave
+			false charpath currentpoint
+			5 index setmatrix stroke
+			grestore
+			_fontRotateAdjust sub
+			moveto
+			_sp eq
+			{
+				5 index 5 index rmoveto
+			} if
+			2 copy rmoveto
+			90 rotate
+		}
+		{
+			currentpoint
+			_fontHeight sub
+			5 index sub
+			3 index _sp eq
+			{
+				9 index sub
+			} if
+	
+			currentpoint
+			exch 4 index stringwidth pop 2 div sub
+			exch _fontAscent sub
+			moveto
+	
+			gsave
+			2 index false charpath
+			6 index setmatrix stroke
+			grestore
+	
+			moveto pop pop
+		} ifelse
+	} cforall
+	6 npop
+} def
+/hjss
+{
+	4 1 roll
+	{
+		dup cstring
+		gsave
+		false charpath currentpoint
+		5 index setmatrix stroke
+		grestore
+		moveto
+		_sp eq
+		{
+			5 index 5 index rmoveto
+		} if
+		2 copy rmoveto
+	} cforall
+	6 npop
+} def
+/jss
+{
+	_lineorientation 0 eq { hjss } { vjss } ifelse
+} def
+/ss
+{
+	0 0 0 7 3 roll jss
+} def
+/vjsp
+{
+	4 1 roll
+	{
+		dup cstring
+		dup length 1 eq
+		_charorientation 1 eq
+		and
+		{
+			-90 rotate
+			currentpoint
+			_fontRotateAdjust add
+			moveto
+			false charpath
+            currentpoint
+			_fontRotateAdjust sub
+			moveto
+			_sp eq
+			{
+				5 index 5 index rmoveto
+			} if
+			2 copy rmoveto
+			90 rotate
+		}
+		{
+			currentpoint
+			_fontHeight sub
+			5 index sub
+			3 index _sp eq
+			{
+				9 index sub
+			} if
+	
+			currentpoint
+			exch 4 index stringwidth pop 2 div sub
+			exch _fontAscent sub
+			moveto
+	
+			2 index false charpath
+	
+			moveto pop pop
+		} ifelse
+	} cforall
+	6 npop
+} def
+/hjsp
+{
+    4 1 roll
+    {
+        dup cstring
+        false charpath
+        _sp eq
+        {
+            5 index 5 index rmoveto
+        } if
+        2 copy rmoveto
+    } cforall
+    6 npop
+} def
+/jsp
+{
+	matrix currentmatrix
+    _lineorientation 0 eq {hjsp} {vjsp} ifelse
+} def
+/sp
+{
+    matrix currentmatrix
+    0 0 0 7 3 roll
+    _lineorientation 0 eq {hjsp} {vjsp} ifelse
+} def
+/pl
+{
+	transform
+	0.25 sub round 0.25 add exch
+	0.25 sub round 0.25 add exch
+	itransform
+} def
+/setstrokeadjust where
+{
+	pop true setstrokeadjust
+	/c
+	{
+		curveto
+	} def
+	/C
+	/c load def
+	/v
+	{
+		currentpoint 6 2 roll curveto
+	} def
+	/V
+	/v load def
+	/y
+	{
+		2 copy curveto
+	} def
+	/Y
+	/y load def
+	/l
+	{
+		lineto
+	} def
+	/L
+	/l load def
+	/m
+	{
+		moveto
+	} def
+}
+{
+	/c
+	{
+		pl curveto
+	} def
+	/C
+	/c load def
+	/v
+	{
+		currentpoint 6 2 roll pl curveto
+	} def
+	/V
+	/v load def
+	/y
+	{
+		pl 2 copy curveto
+	} def
+	/Y
+	/y load def
+	/l
+	{
+		pl lineto
+	} def
+	/L
+	/l load def
+	/m
+	{
+		pl moveto
+	} def
+} ifelse
+/d
+{
+	setdash
+} def
+/cf
+{
+} def
+/i
+{
+	dup 0 eq
+	{
+		pop cf
+	} if
+	setflat
+} def
+/j
+{
+	setlinejoin
+} def
+/J
+{
+	setlinecap
+} def
+/M
+{
+	setmiterlimit
+} def
+/w
+{
+	setlinewidth
+} def
+/XR
+{
+	0 ne
+	/_eo exch ddef
+} def
+/H
+{
+} def
+/h
+{
+	closepath
+} def
+/N
+{
+	_pola 0 eq
+	{
+		_doClip 1 eq
+		{
+			_eo {eoclip} {clip} ifelse /_doClip 0 ddef
+		} if
+		newpath
+	}
+	{
+		/CRender
+		{
+			N
+		} ddef
+	} ifelse
+} def
+/n
+{
+	N
+} def
+/F
+{
+	_pola 0 eq
+	{
+		_doClip 1 eq
+		{
+			gsave _pf grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _fc
+			/_doClip 0 ddef
+		}
+		{
+			_pf
+		} ifelse
+	}
+	{
+		/CRender
+		{
+			F
+		} ddef
+	} ifelse
+} def
+/f
+{
+	closepath
+	F
+} def
+/S
+{
+	_pola 0 eq
+	{
+		_doClip 1 eq
+		{
+			gsave _ps grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc
+			/_doClip 0 ddef
+		}
+		{
+			_ps
+		} ifelse
+	}
+	{
+		/CRender
+		{
+			S
+		} ddef
+	} ifelse
+} def
+/s
+{
+	closepath
+	S
+} def
+/B
+{
+	_pola 0 eq
+	{
+		_doClip 1 eq
+		gsave F grestore
+		{
+			gsave S grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc
+			/_doClip 0 ddef
+		}
+		{
+			S
+		} ifelse
+	}
+	{
+		/CRender
+		{
+			B
+		} ddef
+	} ifelse
+} def
+/b
+{
+	closepath
+	B
+} def
+/W
+{
+	/_doClip 1 ddef
+} def
+/*
+{
+	count 0 ne
+	{
+		dup type /stringtype eq
+		{
+			pop
+		} if
+	} if
+	newpath
+} def
+/u
+{
+} def
+/U
+{
+} def
+/q
+{
+	_pola 0 eq
+	{
+		gsave
+	} if
+} def
+/Q
+{
+	_pola 0 eq
+	{
+		grestore
+	} if
+} def
+/*u
+{
+	_pola 1 add /_pola exch ddef
+} def
+/*U
+{
+	_pola 1 sub /_pola exch ddef
+	_pola 0 eq
+	{
+		CRender
+	} if
+} def
+/D
+{
+	pop
+} def
+/*w
+{
+} def
+/*W
+{
+} def
+/`
+{
+	/_i save ddef
+	clipForward?
+	{
+		nulldevice
+	} if
+	6 1 roll 4 npop
+	concat pop
+	userdict begin
+	/showpage
+	{
+	} def
+	0 setgray
+	0 setlinecap
+	1 setlinewidth
+	0 setlinejoin
+	10 setmiterlimit
+	[] 0 setdash
+	/setstrokeadjust where {pop false setstrokeadjust} if
+	newpath
+	0 setgray
+	false setoverprint
+} def
+/~
+{
+ end
+	_i restore
+} def
+/_rgbtocmyk
+{
+	3
+	{
+		1 exch sub 3 1 roll
+	} repeat
+	3 copy 1 4 1 roll
+	3
+	{
+		3 index 2 copy gt
+		{
+			exch
+		} if
+		pop 4 1 roll
+	} repeat
+	pop pop pop
+	4 1 roll
+	3
+	{
+		3 index sub
+		3 1 roll
+	} repeat
+	4 -1 roll
+} def
+/setrgbfill
+{
+	_rgbf astore pop
+	/_fc
+	{
+		_lp /fill ne
+		{
+			_of setoverprint
+			_rgbf aload pop setrgbcolor
+			/_lp /fill ddef
+		} if
+	} ddef
+	/_pf
+	{
+		_fc
+		_eo {eofill} {fill} ifelse
+	} ddef
+	/_psf
+	{
+		_fc
+		hvashow
+	} ddef
+	/_pjsf
+	{
+		_fc
+		hvawidthshow
+	} ddef
+	/_lp /none ddef
+} def
+/setrgbstroke
+{
+	_rgbs astore pop
+	/_sc
+	{
+		_lp /stroke ne
+		{
+			_os setoverprint
+			_rgbs aload pop setrgbcolor
+			/_lp /stroke ddef
+		} if
+	} ddef
+	/_ps
+	{
+		_sc
+		stroke
+	} ddef
+	/_pss
+	{
+		_sc
+		ss
+	} ddef
+	/_pjss
+	{
+		_sc
+		jss
+	} ddef
+	/_lp /none ddef
+} def
+/O
+{
+	0 ne
+	/_of exch ddef
+	/_lp /none ddef
+} def
+/R
+{
+	0 ne
+	/_os exch ddef
+	/_lp /none ddef
+} def
+/g
+{
+	/_gf exch ddef
+	/_fc
+	{
+		_lp /fill ne
+		{
+			_of setoverprint
+			_gf setgray
+			/_lp /fill ddef
+		} if
+	} ddef
+	/_pf
+	{
+		_fc
+		_eo {eofill} {fill} ifelse
+	} ddef
+	/_psf
+	{
+		_fc
+		hvashow
+	} ddef
+	/_pjsf
+	{
+		_fc
+		hvawidthshow
+	} ddef
+	/_lp /none ddef
+} def
+/G
+{
+	/_gs exch ddef
+	/_sc
+	{
+		_lp /stroke ne
+		{
+			_os setoverprint
+			_gs setgray
+			/_lp /stroke ddef
+		} if
+	} ddef
+	/_ps
+	{
+		_sc
+		stroke
+	} ddef
+	/_pss
+	{
+		_sc
+		ss
+	} ddef
+	/_pjss
+	{
+		_sc
+		jss
+	} ddef
+	/_lp /none ddef
+} def
+/k
+{
+	_cf astore pop
+	/_fc
+	{
+		_lp /fill ne
+		{
+			_of setoverprint
+			_cf aload pop setcmykcolor
+			/_lp /fill ddef
+		} if
+	} ddef
+	/_pf
+	{
+		_fc
+		_eo {eofill} {fill} ifelse
+	} ddef
+	/_psf
+	{
+		_fc
+		hvashow
+	} ddef
+	/_pjsf
+	{
+		_fc
+		hvawidthshow
+	} ddef
+	/_lp /none ddef
+} def
+/K
+{
+	_cs astore pop
+	/_sc
+	{
+		_lp /stroke ne
+		{
+			_os setoverprint
+			_cs aload pop setcmykcolor
+			/_lp /stroke ddef
+		} if
+	} ddef
+	/_ps
+	{
+		_sc
+		stroke
+	} ddef
+	/_pss
+	{
+		_sc
+		ss
+	} ddef
+	/_pjss
+	{
+		_sc
+		jss
+	} ddef
+	/_lp /none ddef
+} def
+/Xa
+{
+	_?cmyk {
+		3 npop k
+	}{
+		setrgbfill 4 npop
+	} ifelse
+} def
+/XA
+{
+	_?cmyk {
+		3 npop K
+	}{
+		setrgbstroke 4 npop
+	} ifelse
+} def
+/Xs
+{
+	/_gf exch ddef
+	5 npop
+	/_fc
+	{
+		_lp /fill ne
+		{
+			_of setoverprint
+			_gf setAIseparationgray
+			/_lp /fill ddef
+		} if
+	} ddef
+	/_pf
+	{
+		_fc
+		_eo {eofill} {fill} ifelse
+	} ddef
+	/_psf
+	{
+		_fc
+		hvashow
+	} ddef
+	/_pjsf
+	{
+		_fc
+		hvawidthshow
+	} ddef
+	/_lp /none ddef
+} def
+/XS
+{
+	/_gs exch ddef
+	5 npop
+	/_sc
+	{
+		_lp /stroke ne
+		{
+			_os setoverprint
+			_gs setAIseparationgray
+			/_lp /stroke ddef
+		} if
+	} ddef
+	/_ps
+	{
+		_sc
+		stroke
+	} ddef
+	/_pss
+	{
+		_sc
+		ss
+	} ddef
+	/_pjss
+	{
+		_sc
+		jss
+	} ddef
+	/_lp /none ddef
+} def
+/Xx
+{
+	exch
+	/_gf exch ddef
+	0 eq {
+		findcmykcustomcolor
+	}{
+		_?cmyk {true}{/findrgbcustomcolor where{pop false}{true}ifelse}ifelse
+		{
+			4 1 roll 3 npop
+			findcmykcustomcolor
+		}{
+			8 -4 roll 4 npop
+			findrgbcustomcolor
+		} ifelse
+	} ifelse
+	/_if exch ddef
+	/_fc
+	{
+		_lp /fill ne
+		{
+			_of setoverprint
+			_if _gf 1 exch sub setcustomcolor
+			/_lp /fill ddef
+		} if
+	} ddef
+	/_pf
+	{
+		_fc
+		_eo {eofill} {fill} ifelse
+	} ddef
+	/_psf
+	{
+		_fc
+		hvashow
+	} ddef
+	/_pjsf
+	{
+		_fc
+		hvawidthshow
+	} ddef
+	/_lp /none ddef
+} def
+/XX
+{
+	exch
+	/_gs exch ddef
+	0 eq {
+		findcmykcustomcolor
+	}{
+		_?cmyk {true}{/findrgbcustomcolor where{pop false}{true}ifelse}ifelse
+		{
+			4 1 roll 3 npop
+			findcmykcustomcolor
+		}{
+			8 -4 roll 4 npop
+			findrgbcustomcolor
+		} ifelse
+	} ifelse
+	/_is exch ddef
+	/_sc
+	{
+		_lp /stroke ne
+		{
+			_os setoverprint
+			_is _gs 1 exch sub setcustomcolor
+			/_lp /stroke ddef
+		} if
+	} ddef
+	/_ps
+	{
+		_sc
+		stroke
+	} ddef
+	/_pss
+	{
+		_sc
+		ss
+	} ddef
+	/_pjss
+	{
+		_sc
+		jss
+	} ddef
+	/_lp /none ddef
+} def
+/x
+{
+	/_gf exch ddef
+	findcmykcustomcolor
+	/_if exch ddef
+	/_fc
+	{
+		_lp /fill ne
+		{
+			_of setoverprint
+			_if _gf 1 exch sub setcustomcolor
+			/_lp /fill ddef
+		} if
+	} ddef
+	/_pf
+	{
+		_fc
+		_eo {eofill} {fill} ifelse
+	} ddef
+	/_psf
+	{
+		_fc
+		hvashow
+	} ddef
+	/_pjsf
+	{
+		_fc
+		hvawidthshow
+	} ddef
+	/_lp /none ddef
+} def
+/X
+{
+	/_gs exch ddef
+	findcmykcustomcolor
+	/_is exch ddef
+	/_sc
+	{
+		_lp /stroke ne
+		{
+			_os setoverprint
+			_is _gs 1 exch sub setcustomcolor
+			/_lp /stroke ddef
+		} if
+	} ddef
+	/_ps
+	{
+		_sc
+		stroke
+	} ddef
+	/_pss
+	{
+		_sc
+		ss
+	} ddef
+	/_pjss
+	{
+		_sc
+		jss
+	} ddef
+	/_lp /none ddef
+} def
+/XK
+{
+	3 -1 roll pop
+	0 eq
+	{
+		1 exch sub
+		3 {dup 3 1 roll mul 5 1 roll} repeat
+		mul 4 1 roll
+		K
+	}
+	{
+		1 exch sub 4 1 roll
+		3 {1 exch sub 3 index mul 1 exch sub 3 1 roll} repeat
+		4 -1 roll pop
+		XA
+	} ifelse
+} def
+/Xk
+{
+	3 -1 roll pop
+	0 eq
+	{
+		1 exch sub
+		3 {dup 3 1 roll mul 5 1 roll} repeat
+		mul 4 1 roll
+		k
+	}
+	{
+		1 exch sub 4 1 roll
+		3 {1 exch sub 3 index mul 1 exch sub 3 1 roll} repeat
+		4 -1 roll pop
+		Xa
+	} ifelse
+} def
+/A
+{
+	pop
+} def
+/annotatepage
+{
+userdict /annotatepage 2 copy known {get exec} {pop pop} ifelse
+} def
+/XT {
+	pop pop
+} def
+/Xt {
+	pop
+} def
+/discard
+{
+	save /discardSave exch store
+	discardDict begin
+	/endString exch store
+	gt38?
+	{
+		2 add
+	} if
+	load
+	stopped
+	pop
+ end
+	discardSave restore
+} bind def
+userdict /discardDict 7 dict dup begin
+put
+/pre38Initialize
+{
+	/endStringLength endString length store
+	/newBuff buffer 0 endStringLength getinterval store
+	/newBuffButFirst newBuff 1 endStringLength 1 sub getinterval store
+	/newBuffLast newBuff endStringLength 1 sub 1 getinterval store
+} def
+/shiftBuffer
+{
+	newBuff 0 newBuffButFirst putinterval
+	newBuffLast 0
+	currentfile read not
+	{
+	stop
+	} if
+	put
+} def
+0
+{
+	pre38Initialize
+	mark
+	currentfile newBuff readstring exch pop
+	{
+		{
+			newBuff endString eq
+			{
+				cleartomark stop
+			} if
+			shiftBuffer
+		} loop
+	}
+	{
+	stop
+	} ifelse
+} def
+1
+{
+	pre38Initialize
+	/beginString exch store
+	mark
+	currentfile newBuff readstring exch pop
+	{
+		{
+			newBuff beginString eq
+			{
+				/layerCount dup load 1 add store
+			}
+			{
+				newBuff endString eq
+				{
+					/layerCount dup load 1 sub store
+					layerCount 0 eq
+					{
+						cleartomark stop
+					} if
+				} if
+			} ifelse
+			shiftBuffer
+		} loop
+	} if
+} def
+2
+{
+	mark
+	{
+		currentfile buffer {readline} stopped {
+			% assume error was due to overfilling the buffer
+		}{
+			not
+			{
+				stop
+			} if
+			endString eq {
+				cleartomark stop
+			} if
+		}ifelse
+	} loop
+} def
+3
+{
+	/beginString exch store
+	/layerCnt 1 store
+	mark
+	{
+		currentfile buffer {readline} stopped {
+			% assume error was due to overfilling the buffer
+		}{
+			not
+			{
+				stop
+			} if
+			dup beginString eq
+			{
+				pop /layerCnt dup load 1 add store
+			}
+			{
+				endString eq
+				{
+					layerCnt 1 eq
+					{
+						cleartomark stop
+					}
+					{
+						/layerCnt dup load 1 sub store
+					} ifelse
+				} if
+			} ifelse
+		}ifelse
+	} loop
+} def
+end
+userdict /clipRenderOff 15 dict dup begin
+put
+{
+	/n /N /s /S /f /F /b /B
+}
+{
+	{
+		_doClip 1 eq
+		{
+			/_doClip 0 ddef _eo {eoclip} {clip} ifelse
+		} if
+		newpath
+	} def
+} forall
+/Tr /pop load def
+/Bb {} def
+/BB /pop load def
+/Bg {12 npop} def
+/Bm {6 npop} def
+/Bc /Bm load def
+/Bh {4 npop} def
+end
+/Lb
+{
+	6 npop
+	7 2 roll
+	5 npop
+	0 eq
+	{
+		0 eq
+		{
+			(%AI5_BeginLayer) 1 (%AI5_EndLayer--) discard
+		}
+		{
+			
+			/clipForward? true def
+			
+			/Tx /pop load def
+			/Tj /pop load def
+			
+			currentdict end clipRenderOff begin begin
+		} ifelse
+	}
+	{
+		0 eq
+		{
+			save /discardSave exch store
+		} if
+	} ifelse
+} bind def
+/LB
+{
+	discardSave dup null ne
+	{
+		restore
+	}
+	{
+		pop
+		clipForward?
+		{
+			currentdict
+		 end
+		 end
+		 begin
+					
+			/clipForward? false ddef
+		} if
+	} ifelse
+} bind def
+/Pb
+{
+	pop pop
+	0 (%AI5_EndPalette) discard
+} bind def
+/Np
+{
+	0 (%AI5_End_NonPrinting--) discard
+} bind def
+/Ln /pop load def
+/Ap
+/pop load def
+/Ar
+{
+	72 exch div
+	0 dtransform dup mul exch dup mul add sqrt
+	dup 1 lt
+	{
+		pop 1
+	} if
+	setflat
+} def
+/Mb
+{
+	q
+} def
+/Md
+{
+} def
+/MB
+{
+	Q
+} def
+/nc 4 dict def
+nc begin
+/setgray
+{
+	pop
+} bind def
+/setcmykcolor
+{
+	4 npop
+} bind def
+/setrgbcolor
+{
+	3 npop
+} bind def
+/setcustomcolor
+{
+	2 npop
+} bind def
+currentdict readonly pop
+end
+/XP
+{
+	4 npop
+} bind def
+/XD
+{
+	pop
+} bind def
+end
+setpacking
+%%EndResource
+%%BeginResource: procset Adobe_cshow 2.0 8
+%%Title: (Writing System Operators)
+%%Version: 2.0 8
+%%CreationDate: (1/23/89) ()
+%%Copyright: ((C) 1992-1996 Adobe Systems Incorporated All Rights Reserved)
+currentpacking true setpacking
+userdict /Adobe_cshow 14 dict dup begin put
+/initialize
+{
+	Adobe_cshow begin
+	Adobe_cshow
+	{
+		dup xcheck
+		{
+			bind
+		} if
+		pop pop
+	} forall
+ end
+	Adobe_cshow begin
+} def
+/terminate
+{
+currentdict Adobe_cshow eq
+	{
+ end
+	} if
+} def
+/cforall
+{
+	/_lobyte 0 ddef
+	/_hibyte 0 ddef
+	/_cproc exch ddef
+	/_cscript currentfont /FontScript known { currentfont /FontScript get } { -1 } ifelse ddef
+	{
+		/_lobyte exch ddef
+		_hibyte 0 eq
+		_cscript 1 eq
+		_lobyte 129 ge _lobyte 159 le and
+		_lobyte 224 ge _lobyte 252 le and or and
+		_cscript 2 eq
+		_lobyte 161 ge _lobyte 254 le and and
+		_cscript 3 eq
+		_lobyte 161 ge _lobyte 254 le and and
+    	_cscript 25 eq
+		_lobyte 161 ge _lobyte 254 le and and
+    	_cscript -1 eq
+		or or or or and
+		{
+			/_hibyte _lobyte ddef
+		}
+		{
+			_hibyte 256 mul _lobyte add
+			_cproc
+			/_hibyte 0 ddef
+		} ifelse
+	} forall
+} def
+/cstring
+{
+	dup 256 lt
+	{
+		(s) dup 0 4 3 roll put
+	}
+	{
+		dup 256 idiv exch 256 mod
+		(hl) dup dup 0 6 5 roll put 1 4 3 roll put
+	} ifelse
+} def
+/clength
+{
+	0 exch
+	{ 256 lt { 1 } { 2 } ifelse add } cforall
+} def
+/hawidthshow
+{
+	{
+		dup cstring
+		show
+		_hvax _hvay rmoveto
+		_hvwb eq { _hvcx _hvcy rmoveto } if
+	} cforall
+} def
+/vawidthshow
+{
+	{
+		dup 255 le
+		_charorientation 1 eq
+		and
+		{
+			-90 rotate
+			0 _fontRotateAdjust rmoveto
+			cstring
+			_hvcx _hvcy _hvwb _hvax _hvay 6 -1 roll awidthshow
+			0 _fontRotateAdjust neg rmoveto
+			90 rotate
+		}
+		{
+			currentpoint
+			_fontHeight sub
+			exch _hvay sub exch _hvax sub
+			2 index _hvwb eq { exch _hvcy sub exch _hvcx sub } if
+			3 2 roll
+			cstring
+			dup stringwidth pop 2 div neg _fontAscent neg rmoveto
+			show
+			moveto
+		} ifelse
+	} cforall
+} def
+/hvawidthshow
+{
+	6 1 roll
+	/_hvay exch ddef
+	/_hvax exch ddef
+	/_hvwb exch ddef
+	/_hvcy exch ddef
+	/_hvcx exch ddef
+	_lineorientation 0 eq { hawidthshow } { vawidthshow } ifelse
+} def
+/hvwidthshow
+{
+	0 0 3 -1 roll hvawidthshow
+} def
+/hvashow
+{
+	0 0 0 6 -3 roll hvawidthshow
+} def
+/hvshow
+{
+	0 0 0 0 0 6 -1 roll hvawidthshow
+} def
+currentdict readonly pop end
+setpacking
+%%EndResource
+%%BeginResource: procset Adobe_shading_AI8 1.0 0
+%%Title: (Adobe Illustrator 8 Shading Procset)
+%%Version: 1.0 0
+%%CreationDate: (12/17/97) ()
+%%Copyright: ((C) 1987-1997 Adobe Systems Incorporated All Rights Reserved)
+userdict /defaultpacking currentpacking put true setpacking
+userdict /Adobe_shading_AI8 10 dict dup begin put
+/initialize {
+	Adobe_shading_AI8 begin
+	Adobe_shading_AI8 bdprocs
+	Mesh /initialize get exec
+} def
+/terminate {
+	currentdict Adobe_shading_AI8 eq {
+	 end
+	} if
+} def
+/bdprocs {
+	{
+		dup xcheck 1 index type /arraytype eq and {
+			bind
+		} if
+		pop pop
+	} forall
+} def
+/X! {pop} def
+/X# {pop pop} def
+/Mesh 40 dict def
+Mesh begin
+/initialize {
+	Mesh bdprocs
+	Mesh begin
+		/emulate? /AI8MeshEmulation where {
+			pop AI8MeshEmulation
+		}{
+			systemdict /shfill known not
+		} ifelse def
+ end
+} def
+/bd {
+	shadingdict begin
+} def
+/paint {
+	emulate? {
+	 end
+	}{
+		/_lp /none ddef _fc /_lp /none ddef
+		
+		/AIColorSpace AIColorSpace tocolorspace store
+		/ColorSpace AIColorSpace topsspace store
+		
+		version_ge_3010.106 not systemdict /setsmoothness known and {
+			0.0001 setsmoothness
+		} if
+		
+		composite? {
+			/DataSource getdatasrc def
+			Matrix concat
+			currentdict end
+			shfill
+		}{
+			AIColorSpace makesmarks AIPlateList markingplate and not isoverprint and {
+			 end
+			}{
+				/ColorSpace /DeviceGray store
+				/Decode [0 1 0 1 0 1] store
+				/DataSource getplatesrc def
+				Matrix concat
+				currentdict end
+				shfill
+			} ifelse
+		} ifelse
+	} ifelse
+} def
+/shadingdict 12 dict def
+shadingdict begin
+	/ShadingType 6 def
+	/BitsPerCoordinate 16 def
+	/BitsPerComponent 8 def
+	/BitsPerFlag 8 def
+end
+/datafile null def
+/databuf 256 string def
+/dataptr 0 def
+/srcspace null def
+/srcchannels 0 def
+/dstchannels 0 def
+/dstplate 0 def
+/srctodstcolor null def
+/getplatesrc {
+	/srcspace AIColorSpace store
+	/srcchannels AIColorSpace getnchannels store
+	/dstchannels 1 store
+	/dstplate getplateindex store
+	/srctodstcolor srcspace makesmarks {
+		dstplate 4 eq {
+			{1 exch sub}
+		}{
+			{srcspace tocmyk 3 dstplate sub index 1 exch sub 5 1 roll 4 {pop} repeat}
+		} ifelse
+	}{
+		{srcchannels {pop} repeat 1}
+	} ifelse store
+	/datafile getdatasrc store
+	/rdpatch168 load DataLength () /SubFileDecode filter
+} def
+/getdatasrc {
+	/rdcmntline load /ASCII85Decode filter
+} def
+/rdpatch168 {
+	/dataptr 0 store
+	49 rdcount
+	4 {
+		dup {pop srcchannels getint8} if
+		dup {pop srctodstcolor dstchannels putint8 true} if
+	} repeat
+	{databuf 0 dataptr getinterval}{()} ifelse
+} def
+/rdpatch3216 {
+	/dataptr 0 store
+	97 rdcount
+	4 {
+		dup {pop srcchannels getint16} if
+		dup {pop srctodstcolor dstchannels putint16 true} if
+	} repeat
+	{databuf 0 dataptr getinterval}{()} ifelse
+} def
+/rdcount {
+	dup 0 gt {
+		datafile databuf dataptr 4 -1 roll getinterval readstring
+		exch length dataptr add /dataptr exch store
+	}{
+		true
+	} ifelse
+} def
+/getint8 {
+	mark true 3 -1 roll
+	{
+		dup {pop datafile read} if
+		dup {pop 255 div true} if
+	} repeat
+	{
+		counttomark 1 add -1 roll pop true
+	}{
+		cleartomark false
+	} ifelse
+} def
+/putint8 {
+	dup dataptr add /dataptr exch store
+	dataptr exch
+	{
+		1 sub exch
+		255 mul cvi
+		databuf 2 index
+		3 -1 roll put
+	} repeat
+	pop
+} def 
+/getint16 {
+	mark true 3 -1 roll
+	{
+		dup {pop datafile read} if
+		dup {pop 256 mul datafile read} if
+		dup {pop add 65535 div true} if
+	} repeat
+	{
+		counttomark 1 add -1 roll pop true
+	}{
+		cleartomark false
+	} ifelse
+} def
+/putint16 {
+	dup 2 mul dataptr add /dataptr exch store
+	dataptr exch
+	{
+		2 sub exch
+		65535 mul cvi dup
+		256 idiv databuf 3 index 3 -1 roll put
+		256 mod databuf 2 index 1 add 3 -1 roll put
+	} repeat
+	pop
+} def 
+/srcbuf 256 string def
+/rdcmntline {
+	currentfile srcbuf readline pop
+	(%) anchorsearch {pop} if
+} def
+/getplateindex {
+	0 [cyan? magenta? yellow? black? customColor?] {{exit} if 1 add} forall
+} def
+/aicsarray 4 array def
+/aicsaltvals 4 array def
+/aicsaltcolr aicsaltvals def
+/tocolorspace {
+	dup type /arraytype eq {
+		mark exch aload pop
+		aicsarray 0 3 -1 roll put
+		aicsarray 1 3 -1 roll put
+		dup aicsarray 2 3 -1 roll put
+		gettintxform aicsarray 3 3 -1 roll put
+		counttomark aicsaltvals 0 3 -1 roll getinterval /aicsaltcolr exch store
+		aicsaltcolr astore pop pop
+		aicsarray
+	} if
+} def
+/subtintxform {aicsaltcolr {1 index mul exch} forall pop} def
+/addtintxform {aicsaltcolr {1 sub 1 index mul 1 add exch} forall pop} def
+/gettintxform {
+	/DeviceRGB eq {/addtintxform}{/subtintxform} ifelse load
+} def
+/getnchannels {
+	dup type /arraytype eq {0 get} if
+	colorspacedict exch get begin Channels end
+} def
+/makesmarks {
+	composite? {
+		pop true
+	}{
+		dup dup type /arraytype eq {0 get} if
+		colorspacedict exch get begin MarksPlate end
+	} ifelse
+} def
+/markingplate {
+	composite? {
+		pop true
+	}{
+		dup type /arraytype eq {
+			dup length getplateindex gt {getplateindex get}{pop false} ifelse
+		} if
+	} ifelse
+} def
+/tocmyk {
+	dup dup type /arraytype eq {0 get} if
+	colorspacedict exch get begin ToCMYK end
+} def
+/topsspace {
+	dup dup type /arraytype eq {0 get} if
+	colorspacedict exch get begin ToPSSpace end
+} def
+/colorspacedict 5 dict dup begin
+	/DeviceGray 4 dict dup begin
+		/Channels 1 def
+		/MarksPlate {pop black?} def
+		/ToCMYK {pop 1 exch sub 0 0 0 4 -1 roll} def
+		/ToPSSpace {} def
+ end def
+	/DeviceRGB 4 dict dup begin
+		/Channels 3 def
+		/MarksPlate {pop isCMYKSep?} def
+		/ToCMYK {pop _rgbtocmyk} def
+		/ToPSSpace {} def
+ end def
+	/DeviceCMYK 4 dict dup begin
+		/Channels 4 def
+		/MarksPlate {pop isCMYKSep?} def
+		/ToCMYK {pop} def
+		/ToPSSpace {} def
+ end def
+	/Separation 4 dict dup begin
+		/Channels 1 def
+		/MarksPlate {
+			/findcmykcustomcolor where {
+				pop dup 1 exch ToCMYK 5 -1 roll 1 get
+				findcmykcustomcolor 1 setcustomcolor
+				systemdict /currentgray get exec
+				1 ne
+			}{
+				pop false
+			} ifelse
+		} def
+		/ToCMYK {
+			dup 2 get mark exch 4 2 roll
+			3 get exec
+			counttomark -1 roll tocmyk
+			5 -1 roll pop
+		} def
+		/ToPSSpace {} def
+ end def
+	/Process 4 dict dup begin
+		/Channels 1 def
+		/MarksPlate {
+			isCMYKSep? {
+				1 exch ToCMYK 4 array astore getplateindex get 0 ne 
+			}{
+				pop false
+			} ifelse
+		} def
+		/ToCMYK {
+			dup 2 get mark exch 4 2 roll
+			3 get exec
+			counttomark -1 roll tocmyk
+			5 -1 roll pop
+		} def
+		/ToPSSpace {
+			4 array copy dup 0 /Separation put
+		} def
+ end def
+end def
+/isoverprint {
+	/currentoverprint where {pop currentoverprint}{_of} ifelse
+} def
+/version_ge_3010.106 {
+   version {cvr} stopped {
+      pop
+      false
+   }{
+      3010.106 ge
+   } ifelse
+} def
+end
+end
+defaultpacking setpacking
+%%EndResource
+%%EndProlog
+%%BeginSetup
+userdict /_useSmoothShade false put
+userdict /_aicmykps true put
+userdict /_forceToCMYK true put
+Adobe_level2_AI5 /initialize get exec
+Adobe_cshow /initialize get exec
+Adobe_ColorImage_AI6 /initialize get exec
+Adobe_shading_AI8 /initialize get exec
+Adobe_Illustrator_AI5 /initialize get exec
+%AI3_BeginRider
+currentpacking true setpacking
+setpacking
+%AI3_EndRider
+%AI5_Begin_NonPrinting
+Np
+%AI8_PluginGroupInfo
+(Adobe Path Blends) (Adobe Blends Plugin) (LiveBlends.aip)
+%AI8_PluginGroupInfo
+(Adobe Tracing Object) (Tracing) (TracingSuite.aip)
+%AI8_PluginGroupInfo
+(Adobe Scatter Brush Tool) (Adobe Scatter Brush Plugin) (ScatterBrushTool.aip)
+%AI8_PluginGroupInfo
+(Adobe Scatter Brush Tool) (Adobe Scatter Brush Plugin) (ScatterBrushTool.aip)
+%AI8_PluginGroupInfo
+(Adobe PatternOnPath Brush Tool) (Adobe Pattern Brush Plugin) (ArtBrushTool.aip)
+%AI8_PluginGroupInfo
+(Adobe PatternOnPath Brush Tool) (Adobe Pattern Brush Plugin) (ArtBrushTool.aip)
+%AI8_PluginGroupInfo
+(Adobe ArtOnPath Brush Tool) (Adobe Art Brush Plugin) (ArtBrushTool.aip)
+%AI8_PluginGroupInfo
+(Adobe ArtOnPath Brush Tool) (Adobe Art Brush Plugin) (ArtBrushTool.aip)
+%AI8_PluginGroupInfo
+(Adobe Calligraphic Brush Tool) (Adobe Calligraphic Brush Plugin) (CalligBrushTool.aip)
+%AI8_PluginGroupInfo
+(Adobe Flare Plugin) (Flare) (Flare.aip)
+%AI8_PluginGroupInfo
+(Adobe Symbolism) (Adobe Symbolism) (ParticleSystem.aip)
+%AI8_PluginGroupInfo
+(Adobe Deform Plugin) (Adobe Envelope Plugin) (Envelope and Warp.aip)
+%AI8_PluginGroupInfo
+(Pathfinder Suite) (Adobe Compound Shape) (PathFinderS.aip)
+%AI8_PluginGroupInfo
+(Adobe Planar Group) (Adobe Live Paint Plugin) (Live Paint.aip)
+%AI5_End_NonPrinting--
+%AI5_BeginPalette
+0 0 Pb
+0.74902 0.678431 0.670588 0.901961 ([Registration]) 0 Xs
+([Registration])
+Pc
+PB
+%AI5_EndPalette
+%%EndSetup
+%AI5_BeginLayer
+1 1 1 1 0 0 1 0 79 128 255 0 50 Lb
+(svg2279) Ln
+0 A
+u
+U
+u
+u
+u
+0 O
+0 0 0 0 1 1 1 Xa
+0 R
+0.74902 0.678431 0.670588 0.901961 0 0 0 XA
+0 J 0 j 1.04162 w 4 M []0 d
+0 XR
+360.9937 306.4668 m
+439.9941 306.4668 L
+439.9941 292.4668 L
+360.9937 292.4668 L
+360.9937 306.4668 L
+b
+0.74902 0.678431 0.670588 0.901961 0 0 0 Xa
+1 w
+362.4751 305.0669 m
+438.5127 305.0669 L
+438.5127 293.8672 L
+362.4751 293.8672 L
+362.4751 305.0669 L
+f
+1 D
+0.345098 0.239216 0.309804 0 0.670588 0.694118 0.666667 Xa
+362.4751 305.0547 m
+362.4751 293.8545 L
+382.5557 293.8545 L
+383.8477 295.4883 384.7197 297.3867 384.7197 299.4546 c
+384.7197 301.5088 383.8628 303.4282 382.5864 305.0547 C
+362.4751 305.0547 L
+f
+q
+0 D
+362.6411 305.0669 m
+382.2085 305.0669 L
+382.2085 293.8672 L
+362.6411 293.8672 L
+362.6411 305.0669 L
+h
+W
+n
+u
+0 O
+0 0 0 0 1 1 1 Xa
+379.79 299.4668 m
+379.792 295.9746 376.7988 293.1426 373.1045 293.1406 c
+369.4106 293.1387 366.4136 295.9668 366.4116 299.459 c
+366.4116 299.4614 366.4116 299.4639 366.4116 299.4668 c
+366.4092 302.9585 369.4023 305.791 373.0967 305.793 C
+376.791 305.7949 379.7876 302.9658 379.79 299.4741 c
+379.79 299.4717 379.79 299.4692 379.79 299.4668 c
+f
+*u
+0.74902 0.678431 0.670588 0.901961 0 0 0 Xa
+378.5386 304.6162 m
+380.0215 303.2144 380.7637 301.4976 380.7637 299.4668 c
+380.7637 297.4355 380.0347 295.7373 378.5767 294.3711 C
+377.0293 292.9326 375.2012 292.2129 373.0913 292.2129 c
+371.0068 292.2129 369.21 292.9268 367.7012 294.3535 C
+366.1919 295.7793 365.4375 297.4844 365.4375 299.4668 c
+365.4375 301.4492 366.1919 303.166 367.7012 304.6162 C
+369.1714 306.019 370.9683 306.7202 373.0913 306.7202 c
+375.2397 306.7202 377.0552 306.019 378.5386 304.6162 C
+f
+1 D
+368.6997 303.6733 m
+367.4453 302.4761 366.8188 301.0737 366.8188 299.4648 c
+366.8188 297.8564 367.4395 296.4658 368.6802 295.293 C
+369.9214 294.1201 371.3994 293.5332 373.1138 293.5332 c
+374.8281 293.5332 376.3184 294.126 377.585 295.3105 C
+378.7876 296.4121 379.3892 297.7959 379.3892 299.4648 c
+379.3892 301.1211 378.7778 302.5273 377.5562 303.6821 C
+376.3345 304.8369 374.8535 305.4146 373.1138 305.4146 c
+371.3735 305.4146 369.9019 304.834 368.6997 303.6733 C
+f
+0 D
+372 300.1724 m
+371.8081 300.5674 371.5215 300.7646 371.1387 300.7646 c
+370.4624 300.7646 370.1245 300.3345 370.1245 299.4741 c
+370.1245 298.6133 370.4624 298.1836 371.1387 298.1836 c
+371.5854 298.1836 371.9043 298.3926 372.0957 298.8125 C
+373.0332 298.3408 L
+372.5864 297.5898 371.916 297.2148 371.022 297.2148 c
+370.3325 297.2148 369.7803 297.415 369.3657 297.8145 C
+368.9502 298.2139 368.7432 298.7646 368.7432 299.4668 c
+368.7432 300.1567 368.957 300.7041 369.3848 301.1099 C
+369.8125 301.5156 370.3452 301.7183 370.9839 301.7183 c
+371.9287 301.7183 372.6055 301.3662 373.0146 300.6631 C
+372 300.1724 L
+f
+376.4102 300.1724 m
+376.2183 300.5674 375.9375 300.7646 375.5669 300.7646 c
+374.877 300.7646 374.5317 300.3345 374.5317 299.4741 c
+374.5317 298.6133 374.877 298.1836 375.5669 298.1836 c
+376.0142 298.1836 376.3271 298.3926 376.5059 298.8125 C
+377.4644 298.3408 L
+377.0186 297.5898 376.3491 297.2148 375.4565 297.2148 c
+374.7681 297.2148 374.2173 297.415 373.8027 297.8145 C
+373.3887 298.2139 373.1816 298.7646 373.1816 299.4668 c
+373.1816 300.1567 373.3921 300.7041 373.8125 301.1099 C
+374.2329 301.5156 374.7681 301.7183 375.4185 301.7183 c
+376.3618 301.7183 377.0376 301.3662 377.4448 300.6631 C
+376.4102 300.1724 L
+f
+*U
+U
+/AdobeObjectMatrix (0.961253 0.000000 0.000000 0.961253 6.834157 9.506999) XT
+Q
+U
+/AdobeObjectMatrix (1.000000 0.000000 0.000000 1.000000 158.000000 87.000000) XT
+0 A
+*u
+1 D
+0 O
+0 0 0 0 1 1 1 Xa
+0 J 0 j 1 w 4 M []0 d
+0 XR
+389.5518 300.0986 m
+389.7944 300.0986 389.978 300.1484 390.1035 300.2485 c
+390.2285 300.3486 390.291 300.4961 390.291 300.6914 c
+390.291 300.8838 390.2285 301.0303 390.1035 301.1304 C
+389.978 301.2324 389.7944 301.2842 389.5518 301.2842 C
+388.7007 301.2842 L
+388.7007 300.0986 L
+389.5518 300.0986 L
+F
+389.604 297.6494 m
+389.9131 297.6494 390.1445 297.7109 390.2993 297.833 C
+390.4565 297.9551 390.5352 298.1406 390.5352 298.3887 c
+390.5352 298.6309 390.4575 298.8125 390.3032 298.9316 C
+390.1489 299.0547 389.9155 299.1162 389.604 299.1162 C
+388.7007 299.1162 L
+388.7007 297.6494 L
+389.604 297.6494 L
+F
+0 D
+391.0347 299.6636 m
+391.3647 299.5737 391.6206 299.4072 391.8018 299.1646 c
+391.9829 298.9219 392.0732 298.625 392.0732 298.2715 c
+392.0732 297.7324 391.8789 297.3291 391.4897 297.0645 C
+391.1011 296.7988 390.5098 296.666 389.7158 296.666 C
+387.1626 296.666 L
+387.1626 302.2666 L
+389.4722 302.2666 L
+390.3008 302.2666 390.8999 302.1494 391.27 301.9141 C
+391.6431 301.6792 391.8296 301.3027 391.8296 300.7852 c
+391.8296 300.5127 391.7617 300.2798 391.626 300.0874 C
+391.4897 299.8975 391.293 299.7559 391.0347 299.6636 C
+F
+391.9395 302.2666 m
+393.6216 302.2666 L
+394.9805 300.2715 L
+396.3389 302.2666 L
+398.0249 302.2666 L
+395.7515 299.0259 L
+395.7515 296.666 L
+394.2129 296.666 L
+394.2129 299.0259 L
+391.9395 302.2666 L
+F
+397.1938 299.4233 m
+399.7031 299.4233 L
+399.7031 298.332 L
+397.1938 298.332 L
+397.1938 299.4233 L
+F
+400.9063 302.2666 m
+402.624 302.2666 L
+404.7939 298.4258 L
+404.7939 302.2666 L
+406.252 302.2666 L
+406.252 296.666 L
+404.5342 296.666 L
+402.3643 300.5073 L
+402.3643 296.666 L
+400.9063 296.666 L
+400.9063 302.2666 L
+F
+412.4941 296.9746 m
+412.2109 296.8369 411.917 296.7324 411.6104 296.6631 c
+411.3047 296.5928 410.9844 296.5576 410.6523 296.5576 c
+409.6582 296.5576 408.8711 296.8184 408.29 297.3379 C
+407.709 297.8604 407.4189 298.5684 407.4189 299.4609 c
+407.4189 300.3564 407.709 301.064 408.29 301.584 C
+408.8711 302.1064 409.6582 302.3682 410.6523 302.3682 C
+410.9844 302.3682 411.3047 302.333 411.6104 302.2627 C
+411.917 302.1929 412.2109 302.0894 412.4941 301.9517 C
+412.4941 300.7925 L
+412.209 300.9751 411.9277 301.1089 411.6504 301.1938 C
+411.373 301.2788 411.082 301.3213 410.7754 301.3213 c
+410.2266 301.3213 409.7949 301.1563 409.4805 300.8262 C
+409.166 300.4961 409.0098 300.041 409.0098 299.4609 c
+409.0098 298.8828 409.166 298.4297 409.4805 298.0996 c
+409.7949 297.7695 410.2266 297.6045 410.7754 297.6045 c
+411.082 297.6045 411.373 297.6465 411.6504 297.7324 C
+411.9277 297.8164 412.209 297.9512 412.4941 298.1328 C
+412.4941 296.9746 L
+F
+*U
+U
+/AdobeObjectMatrix (0.987502 0.000000 0.000000 0.933352 -323.900635 -302.677490) XT
+U
+LB
+%AI5_EndLayer--
+%AI3_BeginCrops
+userdict /AI3_noCropMarks known not {
+0 A
+u
+u
+0 R
+0 G
+0 J 0 j 0.5 w 4 M []0 d
+0 XR
+351.5 292 m
+324.5 292 L
+S
+360.5 283 m
+360.5 256 L
+S
+U
+u
+351.5 307 m
+324.5 307 L
+S
+360.5 316 m
+360.5 343 L
+S
+U
+u
+449.5 307 m
+476.5 307 L
+S
+440.5 316 m
+440.5 343 L
+S
+U
+u
+449.5 292 m
+476.5 292 L
+S
+440.5 283 m
+440.5 256 L
+S
+U
+U
+} if
+%AI3_EndCrops
+%%PageTrailer
+gsave annotatepage grestore showpage
+%%Trailer
+Adobe_Illustrator_AI5 /terminate get exec
+Adobe_shading_AI8 /terminate get exec
+Adobe_ColorImage_AI6 /terminate get exec
+Adobe_cshow /terminate get exec
+Adobe_level2_AI5 /terminate get exec
+%%EOF
diff --git a/images/cc-by-nc.pdf b/images/cc-by-nc.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..9c144fee88799edcf4eda60fc6f8302842bf1ac9
Binary files /dev/null and b/images/cc-by-nc.pdf differ
diff --git a/images/context-example.eps b/images/context-example.eps
new file mode 100644
index 0000000000000000000000000000000000000000..869417a8aae4771d382a4117c39d755943ac7362
--- /dev/null
+++ b/images/context-example.eps
@@ -0,0 +1,3065 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: inkscape 0.42
+%%Pages: 1
+%%Orientation: Portrait
+%%BoundingBox: -54 67 257 247
+%%HiResBoundingBox: -54.384930 67.324076 256.78175 246.86789
+%%EndComments
+%%Page: 1 1
+0 239 translate
+0.80000000 -0.80000000 scale
+gsave [1.0000000 0.0000000 0.0000000 1.0000000 0.0000000 0.0000000] concat
+gsave
+0.68627453 0.68627453 0.68627453 setrgbcolor
+newpath
+20.007931 -1.7765938 moveto
+205.39661 -1.7765938 lineto
+207.64909 -1.7765938 209.46245 0.036769669 209.46245 2.2892436 curveto
+209.46245 131.07783 lineto
+209.46245 133.33030 207.64909 135.14366 205.39661 135.14366 curveto
+20.007931 135.14366 lineto
+17.755457 135.14366 15.942094 133.33030 15.942094 131.07783 curveto
+15.942094 2.2892436 lineto
+15.942094 0.036769669 17.755457 -1.7765938 20.007931 -1.7765938 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88499999 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+20.007931 -1.7765938 moveto
+205.39661 -1.7765938 lineto
+207.64909 -1.7765938 209.46245 0.036769669 209.46245 2.2892436 curveto
+209.46245 131.07783 lineto
+209.46245 133.33030 207.64909 135.14366 205.39661 135.14366 curveto
+20.007931 135.14366 lineto
+17.755457 135.14366 15.942094 133.33030 15.942094 131.07783 curveto
+15.942094 2.2892436 lineto
+15.942094 0.036769669 17.755457 -1.7765938 20.007931 -1.7765938 curveto
+closepath
+stroke
+gsave
+0.84313726 0.84313726 0.84313726 setrgbcolor
+newpath
+30.771785 79.594475 moveto
+195.00948 79.594475 lineto
+197.26195 79.594475 199.07532 81.407838 199.07532 83.660312 curveto
+199.07532 115.56691 lineto
+199.07532 117.81938 197.26195 119.63275 195.00948 119.63275 curveto
+30.771785 119.63275 lineto
+28.519311 119.63275 26.705948 117.81938 26.705948 115.56691 curveto
+26.705948 83.660312 lineto
+26.705948 81.407838 28.519311 79.594475 30.771785 79.594475 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88509721 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+30.771785 79.594475 moveto
+195.00948 79.594475 lineto
+197.26195 79.594475 199.07532 81.407838 199.07532 83.660312 curveto
+199.07532 115.56691 lineto
+199.07532 117.81938 197.26195 119.63275 195.00948 119.63275 curveto
+30.771785 119.63275 lineto
+28.519311 119.63275 26.705948 117.81938 26.705948 115.56691 curveto
+26.705948 83.660312 lineto
+26.705948 81.407838 28.519311 79.594475 30.771785 79.594475 curveto
+closepath
+stroke
+gsave
+0.84313726 0.84313726 0.84313726 setrgbcolor
+newpath
+29.540218 15.862391 moveto
+195.60888 15.862391 lineto
+197.86135 15.862391 199.67471 17.675755 199.67471 19.928229 curveto
+199.67471 63.595695 lineto
+199.67471 65.848169 197.86135 67.661532 195.60888 67.661532 curveto
+29.540218 67.661532 lineto
+27.287744 67.661532 25.474380 65.848169 25.474380 63.595695 curveto
+25.474380 19.928229 lineto
+25.474380 17.675755 27.287744 15.862391 29.540218 15.862391 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88509721 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+29.540218 15.862391 moveto
+195.60888 15.862391 lineto
+197.86135 15.862391 199.67471 17.675755 199.67471 19.928229 curveto
+199.67471 63.595695 lineto
+199.67471 65.848169 197.86135 67.661532 195.60888 67.661532 curveto
+29.540218 67.661532 lineto
+27.287744 67.661532 25.474380 65.848169 25.474380 63.595695 curveto
+25.474380 19.928229 lineto
+25.474380 17.675755 27.287744 15.862391 29.540218 15.862391 curveto
+closepath
+stroke
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+117.71875 42.500000 moveto
+113.83588 42.578103 110.65477 45.607155 110.38673 49.481551 curveto
+110.11869 53.355946 112.85238 56.794197 116.68750 57.406250 curveto
+133.40625 60.281250 lineto
+149.31250 63.593750 lineto
+149.54010 63.635589 149.76951 63.666872 150.00000 63.687500 curveto
+174.11316 67.227299 lineto
+176.80789 67.585949 179.48575 66.458490 181.11244 64.280398 curveto
+182.73912 62.102307 183.05998 59.214546 181.95109 56.732501 curveto
+180.84220 54.250456 178.47714 52.562672 175.76941 52.321049 curveto
+151.90625 48.812500 lineto
+136.21875 45.531250 lineto
+136.12520 45.519066 136.03144 45.508647 135.93750 45.500000 curveto
+119.21875 42.625000 lineto
+118.72421 42.533144 118.22168 42.491266 117.71875 42.500000 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88499999 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+117.71875 42.500000 moveto
+113.83588 42.578103 110.65477 45.607155 110.38673 49.481551 curveto
+110.11869 53.355946 112.85238 56.794197 116.68750 57.406250 curveto
+133.40625 60.281250 lineto
+149.31250 63.593750 lineto
+149.54010 63.635589 149.76951 63.666872 150.00000 63.687500 curveto
+174.11316 67.227299 lineto
+176.80789 67.585949 179.48575 66.458490 181.11244 64.280398 curveto
+182.73912 62.102307 183.05998 59.214546 181.95109 56.732501 curveto
+180.84220 54.250456 178.47714 52.562672 175.76941 52.321049 curveto
+151.90625 48.812500 lineto
+136.21875 45.531250 lineto
+136.12520 45.519066 136.03144 45.508647 135.93750 45.500000 curveto
+119.21875 42.625000 lineto
+118.72421 42.533144 118.22168 42.491266 117.71875 42.500000 curveto
+closepath
+stroke
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+94.581216 24.203616 moveto
+90.530643 24.092562 87.124140 27.218649 86.887678 31.263838 curveto
+86.651216 35.309028 89.670291 38.810723 93.706216 39.172366 curveto
+118.37500 42.156250 lineto
+118.91507 42.215098 119.45993 42.215098 120.00000 42.156250 curveto
+150.31250 38.937500 lineto
+174.15625 44.937500 lineto
+176.80294 45.740486 179.67677 45.021793 181.63391 43.067469 curveto
+183.59105 41.113145 184.31388 38.240355 183.51471 35.592507 curveto
+182.71553 32.944659 180.52405 30.951468 177.81250 30.406250 curveto
+152.68750 24.062500 lineto
+151.83039 23.845789 150.94171 23.782312 150.06250 23.875000 curveto
+119.21875 27.156250 lineto
+95.331216 24.266116 lineto
+95.082419 24.232746 94.832104 24.211886 94.581216 24.203616 curveto
+94.581216 24.203616 lineto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88499999 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+94.581216 24.203616 moveto
+90.530643 24.092562 87.124140 27.218649 86.887678 31.263838 curveto
+86.651216 35.309028 89.670291 38.810723 93.706216 39.172366 curveto
+118.37500 42.156250 lineto
+118.91507 42.215098 119.45993 42.215098 120.00000 42.156250 curveto
+150.31250 38.937500 lineto
+174.15625 44.937500 lineto
+176.80294 45.740486 179.67677 45.021793 181.63391 43.067469 curveto
+183.59105 41.113145 184.31388 38.240355 183.51471 35.592507 curveto
+182.71553 32.944659 180.52405 30.951468 177.81250 30.406250 curveto
+152.68750 24.062500 lineto
+151.83039 23.845789 150.94171 23.782312 150.06250 23.875000 curveto
+119.21875 27.156250 lineto
+95.331216 24.266116 lineto
+95.082419 24.232746 94.832104 24.211886 94.581216 24.203616 curveto
+94.581216 24.203616 lineto
+closepath
+stroke
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+152.56250 87.812500 moveto
+152.36383 87.825445 152.16576 87.846295 151.96875 87.875000 curveto
+118.31250 91.906250 lineto
+94.289106 96.223025 lineto
+90.172859 96.714904 87.234727 100.45052 87.726606 104.56677 curveto
+88.218485 108.68302 91.954109 111.62115 96.070356 111.12927 curveto
+120.09375 106.78125 lineto
+151.12500 103.06250 lineto
+170.53125 115.28125 lineto
+172.79883 116.76854 175.69263 116.91604 178.09969 115.66704 curveto
+180.50675 114.41804 182.05221 111.96704 182.14168 109.25670 curveto
+182.23115 106.54636 180.85070 103.99878 178.53125 102.59375 curveto
+156.84375 88.968750 lineto
+155.56582 88.160636 154.07350 87.757600 152.56250 87.812500 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88499999 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+152.56250 87.812500 moveto
+152.36383 87.825445 152.16576 87.846295 151.96875 87.875000 curveto
+118.31250 91.906250 lineto
+94.289106 96.223025 lineto
+90.172859 96.714904 87.234727 100.45052 87.726606 104.56677 curveto
+88.218485 108.68302 91.954109 111.62115 96.070356 111.12927 curveto
+120.09375 106.78125 lineto
+151.12500 103.06250 lineto
+170.53125 115.28125 lineto
+172.79883 116.76854 175.69263 116.91604 178.09969 115.66704 curveto
+180.50675 114.41804 182.05221 111.96704 182.14168 109.25670 curveto
+182.23115 106.54636 180.85070 103.99878 178.53125 102.59375 curveto
+156.84375 88.968750 lineto
+155.56582 88.160636 154.07350 87.757600 152.56250 87.812500 curveto
+closepath
+stroke
+gsave [3.5370080 0.0000000 0.0000000 3.5370080 -49.697970 -57.425720] concat
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 31.330290] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 29.572990] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 26.058390] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 24.301090] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 48.024630] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 46.267330] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 44.510030] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 42.752730] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 40.995430] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 10.000000 33.087590] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+29.256904 -0.10000000 moveto
+31.174626 -0.10000000 lineto
+31.190289 -0.10000000 31.202899 -0.087390472 31.202899 -0.071727514 curveto
+31.202899 0.071727514 lineto
+31.202899 0.087390472 31.190289 0.10000000 31.174626 0.10000000 curveto
+29.256904 0.10000000 lineto
+29.241242 0.10000000 29.228632 0.087390472 29.228632 0.071727514 curveto
+29.228632 -0.071727514 lineto
+29.228632 -0.087390472 29.241242 -0.10000000 29.256904 -0.10000000 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 68.305160 44.510030] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.0000000 -2.0500000 moveto
+0.19000000 -2.0500000 lineto
+0.19000000 2.0500000 lineto
+0.0000000 2.0500000 lineto
+0.0000000 -2.0500000 lineto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 68.305160 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.0000000 -2.0500000 moveto
+0.19000000 -2.0500000 lineto
+0.19000000 2.0500000 lineto
+0.0000000 2.0500000 lineto
+0.0000000 -2.0500000 lineto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 68.305160 44.510030] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.0000000 -2.0500000 moveto
+0.19000000 -2.0500000 lineto
+0.19000000 2.0500000 lineto
+0.0000000 2.0500000 lineto
+0.0000000 -2.0500000 lineto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 68.305160 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.0000000 -2.0500000 moveto
+0.19000000 -2.0500000 lineto
+0.19000000 2.0500000 lineto
+0.0000000 2.0500000 lineto
+0.0000000 -2.0500000 lineto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 10.000000 33.087590] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+29.256904 -0.10000000 moveto
+31.174626 -0.10000000 lineto
+31.190289 -0.10000000 31.202899 -0.087390472 31.202899 -0.071727514 curveto
+31.202899 0.071727514 lineto
+31.202899 0.087390472 31.190289 0.10000000 31.174626 0.10000000 curveto
+29.256904 0.10000000 lineto
+29.241242 0.10000000 29.228632 0.087390472 29.228632 0.071727514 curveto
+29.228632 -0.071727514 lineto
+29.228632 -0.087390472 29.241242 -0.10000000 29.256904 -0.10000000 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 48.024630] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 46.267330] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 44.510030] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 42.752730] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 40.995430] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 31.330290] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 29.572990] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 26.058390] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 25.000000 24.301090] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.10000000 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+0.050000001 0.0000000 moveto
+24.783028 0.0000000 lineto
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 24.718840 36.162860] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.014136244 -6.8000002 moveto
+0.14586375 -6.8000002 lineto
+0.15369523 -6.8000002 0.16000000 -6.7936954 0.16000000 -6.7858639 curveto
+0.16000000 6.7858639 lineto
+0.16000000 6.7936954 0.15369523 6.8000002 0.14586375 6.8000002 curveto
+0.014136244 6.8000002 lineto
+0.0063047647 6.8000002 0.0000000 6.7936954 0.0000000 6.7858639 curveto
+0.0000000 -6.7858639 lineto
+0.0000000 -6.7936954 0.0063047647 -6.8000002 0.014136244 -6.8000002 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 46.881680 35.178770] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+2.6061780 0.12601635 moveto
+2.6061780 0.52601635 lineto
+0.040000000 0.20000000 lineto
+0.040000000 -0.20000000 lineto
+2.6061780 0.12601635 lineto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.079999998 setlinewidth
+1 setlinejoin
+1 setlinecap
+newpath
+2.6061780 0.12601635 moveto
+2.6061780 0.52601635 lineto
+0.040000000 0.20000000 lineto
+0.040000000 -0.20000000 lineto
+2.6061780 0.12601635 lineto
+closepath
+stroke
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 33.786500 44.510030] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.91200000 -1.0760000 moveto
+0.64800026 -1.0560000 0.43599985 -0.96799985 0.28400000 -0.81600000 curveto
+0.21200007 -0.74400007 0.16399996 -0.67199990 0.12000000 -0.57600000 curveto
+0.060000060 -0.46000012 0.027999980 -0.33599985 0.0080000000 -0.18400000 curveto
+8.0000000e-09 -0.10400008 8.0000000e-09 0.10000008 0.0080000000 0.18000000 curveto
+0.027999980 0.33199985 0.060000060 0.45600012 0.12000000 0.57200000 curveto
+0.16399996 0.66799990 0.21200007 0.74000007 0.28400000 0.81200000 curveto
+0.42399986 0.95199986 0.60800024 1.0360000 0.84400000 1.0680000 curveto
+0.91599993 1.0760000 1.0560000 1.0760000 1.1040000 1.0680000 curveto
+1.2799998 1.0280000 1.4240001 0.92399982 1.5360000 0.74800000 curveto
+1.5879999 0.66800008 1.6440000 0.54399990 1.6720000 0.44400000 curveto
+1.7000000 0.35600009 1.7000000 0.33599997 1.6840000 0.30800000 curveto
+1.6480000 0.25600005 1.5640000 0.27200006 1.5480000 0.32800000 curveto
+1.5120000 0.45599987 1.5000000 0.49600008 1.4600000 0.57600000 curveto
+1.3560001 0.79999978 1.1919998 0.92000000 0.99600000 0.92000000 curveto
+0.91600008 0.92000000 0.83199994 0.90399997 0.77600000 0.87600000 curveto
+0.63600014 0.81200006 0.57599998 0.68399972 0.55600000 0.40400000 curveto
+0.54800001 0.31200009 0.54800001 -0.31600010 0.55600000 -0.41200000 curveto
+0.56799999 -0.57599984 0.59200004 -0.68000008 0.63600000 -0.75600000 curveto
+0.69199994 -0.85199990 0.78800013 -0.90400002 0.92000000 -0.92000000 curveto
+1.0519999 -0.93599998 1.1600001 -0.90799993 1.2560000 -0.84000000 curveto
+1.2880000 -0.81600002 1.3440000 -0.76399996 1.3720000 -0.72400000 curveto
+1.3720000 -0.72400000 1.3960000 -0.69600000 1.3960000 -0.69600000 curveto
+1.3960000 -0.69600000 1.3720000 -0.69200000 1.3720000 -0.69200000 curveto
+1.2640001 -0.67600002 1.1840000 -0.60399989 1.1480000 -0.49200000 curveto
+1.1400000 -0.46800002 1.1400000 -0.45199996 1.1400000 -0.41200000 curveto
+1.1400000 -0.36400005 1.1400000 -0.35199997 1.1480000 -0.32400000 curveto
+1.1760000 -0.24400008 1.2320001 -0.18799997 1.3200000 -0.15600000 curveto
+1.4079999 -0.12400003 1.4960001 -0.14000006 1.5640000 -0.20400000 curveto
+1.6359999 -0.26799994 1.6640000 -0.36400010 1.6440000 -0.46800000 curveto
+1.5840001 -0.77599969 1.3799997 -1.0120001 1.1160000 -1.0680000 curveto
+1.0800000 -1.0760000 0.95999995 -1.0800000 0.91200000 -1.0760000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 26.405840 42.752730] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.84400000 -1.0720000 moveto
+0.71600013 -1.0600000 0.63999990 -1.0360000 0.54000000 -0.98800000 curveto
+0.30400024 -0.87600011 0.11999992 -0.64799974 0.044000000 -0.38400000 curveto
+0.0080000360 -0.26400012 -0.0079999880 -0.10799992 0.0040000000 -0.024000000 curveto
+0.035999968 0.19599978 0.24400023 0.35999999 0.47200000 0.34800000 curveto
+0.66399981 0.33600001 0.81600003 0.17999980 0.84400000 -0.024000000 curveto
+0.87599997 -0.25199977 0.70399977 -0.46000002 0.47200000 -0.47600000 curveto
+0.45200002 -0.47600000 0.43200000 -0.47600000 0.43200000 -0.48000000 curveto
+0.43200000 -0.48000000 0.44000001 -0.50000003 0.44800000 -0.52800000 curveto
+0.53599991 -0.77599975 0.68800020 -0.91200001 0.88800000 -0.92400000 curveto
+1.2239997 -0.93999998 1.4760001 -0.64799952 1.5360000 -0.17200000 curveto
+1.5440000 -0.10000007 1.5440000 0.084000064 1.5360000 0.14800000 curveto
+1.4960000 0.47599967 1.3639997 0.76000029 1.1120000 1.0520000 curveto
+1.0560001 1.1159999 0.91999992 1.2520001 0.84400000 1.3160000 curveto
+0.63200021 1.5039998 0.38399966 1.6800002 0.040000000 1.8920000 curveto
+-0.051999908 1.9439999 -0.060000008 1.9520000 -0.068000000 1.9680000 curveto
+-0.087999980 2.0080000 -0.071999956 2.0480000 -0.028000000 2.0680000 curveto
+-0.0080000200 2.0800000 0.012000020 2.0760000 0.032000000 2.0680000 curveto
+0.063999968 2.0480000 0.10400008 2.0320000 0.18800000 1.9920000 curveto
+0.77199942 1.7280003 1.2040003 1.4639997 1.5120000 1.1760000 curveto
+1.8399997 0.86800031 2.0360000 0.52399963 2.0840000 0.15600000 curveto
+2.1479999 -0.31599953 1.9999997 -0.68000021 1.6560000 -0.89200000 curveto
+1.4880002 -0.99199990 1.2799998 -1.0560000 1.0360000 -1.0720000 curveto
+0.98000006 -1.0760000 0.86799998 -1.0760000 0.84400000 -1.0720000 curveto
+2.3920000 -0.69200000 moveto
+2.3440000 -0.68400001 2.2880000 -0.63999995 2.2640000 -0.59200000 curveto
+2.2320000 -0.53600006 2.2320000 -0.46799994 2.2640000 -0.41200000 curveto
+2.2760000 -0.38400003 2.3160000 -0.34399999 2.3440000 -0.33200000 curveto
+2.3999999 -0.30000003 2.4680001 -0.30000003 2.5240000 -0.33200000 curveto
+2.5520000 -0.34399999 2.5920000 -0.38400003 2.6040000 -0.41200000 curveto
+2.6639999 -0.51999989 2.6039999 -0.66000003 2.4800000 -0.68800000 curveto
+2.4560000 -0.69599999 2.4200000 -0.69600000 2.3920000 -0.69200000 curveto
+2.3920000 0.30800000 moveto
+2.3440000 0.31599999 2.2880000 0.36000005 2.2640000 0.40800000 curveto
+2.2320000 0.46399994 2.2320000 0.53200006 2.2640000 0.58800000 curveto
+2.2760000 0.61599997 2.3160000 0.65600001 2.3440000 0.66800000 curveto
+2.3999999 0.69999997 2.4680001 0.69999997 2.5240000 0.66800000 curveto
+2.5520000 0.65600001 2.5920000 0.61599997 2.6040000 0.58800000 curveto
+2.6639999 0.48000011 2.6039999 0.33999997 2.4800000 0.31200000 curveto
+2.4560000 0.30400001 2.4200000 0.30400000 2.3920000 0.30800000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 33.786500 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.91200000 -1.0760000 moveto
+0.64800026 -1.0560000 0.43599985 -0.96799985 0.28400000 -0.81600000 curveto
+0.21200007 -0.74400007 0.16399996 -0.67199990 0.12000000 -0.57600000 curveto
+0.060000060 -0.46000012 0.027999980 -0.33599985 0.0080000000 -0.18400000 curveto
+8.0000000e-09 -0.10400008 8.0000000e-09 0.10000008 0.0080000000 0.18000000 curveto
+0.027999980 0.33199985 0.060000060 0.45600012 0.12000000 0.57200000 curveto
+0.16399996 0.66799990 0.21200007 0.74000007 0.28400000 0.81200000 curveto
+0.42399986 0.95199986 0.60800024 1.0360000 0.84400000 1.0680000 curveto
+0.91599993 1.0760000 1.0560000 1.0760000 1.1040000 1.0680000 curveto
+1.2799998 1.0280000 1.4240001 0.92399982 1.5360000 0.74800000 curveto
+1.5879999 0.66800008 1.6440000 0.54399990 1.6720000 0.44400000 curveto
+1.7000000 0.35600009 1.7000000 0.33599997 1.6840000 0.30800000 curveto
+1.6480000 0.25600005 1.5640000 0.27200006 1.5480000 0.32800000 curveto
+1.5120000 0.45599987 1.5000000 0.49600008 1.4600000 0.57600000 curveto
+1.3560001 0.79999978 1.1919998 0.92000000 0.99600000 0.92000000 curveto
+0.91600008 0.92000000 0.83199994 0.90399997 0.77600000 0.87600000 curveto
+0.63600014 0.81200006 0.57599998 0.68399972 0.55600000 0.40400000 curveto
+0.54800001 0.31200009 0.54800001 -0.31600010 0.55600000 -0.41200000 curveto
+0.56799999 -0.57599984 0.59200004 -0.68000008 0.63600000 -0.75600000 curveto
+0.69199994 -0.85199990 0.78800013 -0.90400002 0.92000000 -0.92000000 curveto
+1.0519999 -0.93599998 1.1600001 -0.90799993 1.2560000 -0.84000000 curveto
+1.2880000 -0.81600002 1.3440000 -0.76399996 1.3720000 -0.72400000 curveto
+1.3720000 -0.72400000 1.3960000 -0.69600000 1.3960000 -0.69600000 curveto
+1.3960000 -0.69600000 1.3720000 -0.69200000 1.3720000 -0.69200000 curveto
+1.2640001 -0.67600002 1.1840000 -0.60399989 1.1480000 -0.49200000 curveto
+1.1400000 -0.46800002 1.1400000 -0.45199996 1.1400000 -0.41200000 curveto
+1.1400000 -0.36400005 1.1400000 -0.35199997 1.1480000 -0.32400000 curveto
+1.1760000 -0.24400008 1.2320001 -0.18799997 1.3200000 -0.15600000 curveto
+1.4079999 -0.12400003 1.4960001 -0.14000006 1.5640000 -0.20400000 curveto
+1.6359999 -0.26799994 1.6640000 -0.36400010 1.6440000 -0.46800000 curveto
+1.5840001 -0.77599969 1.3799997 -1.0120001 1.1160000 -1.0680000 curveto
+1.0800000 -1.0760000 0.95999995 -1.0800000 0.91200000 -1.0760000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 26.405840 29.572990] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+1.1800000 -4.9880000 moveto
+1.1560000 -4.9760000 1.1359999 -4.9640000 1.0840000 -4.9160000 curveto
+0.95600013 -4.7920001 0.83999992 -4.6359998 0.76000000 -4.4720000 curveto
+0.68800007 -4.3320001 0.63599998 -4.1599998 0.61200000 -4.0080000 curveto
+0.59200002 -3.8920001 0.58800000 -3.8639998 0.59200000 -3.7040000 curveto
+0.59200000 -3.2240005 0.65600021 -2.9119995 0.86800000 -2.3640000 curveto
+0.89199998 -2.3080001 0.90800000 -2.2600000 0.90400000 -2.2600000 curveto
+0.90400000 -2.2560000 0.87199996 -2.2119999 0.83200000 -2.1600000 curveto
+0.46000000 -1.6440000 lineto
+0.18400028 -1.2320004 0.051999956 -0.90399964 0.0080000000 -0.54800000 curveto
+8.0000000e-09 -0.46400008 8.0000000e-09 -0.27999992 0.0080000000 -0.20000000 curveto
+0.023999984 -0.084000116 0.056000040 0.044000108 0.096000000 0.15200000 curveto
+0.11999998 0.21999993 0.18400004 0.35200006 0.22400000 0.41200000 curveto
+0.48399974 0.82799958 0.92000048 1.0720000 1.4040000 1.0720000 curveto
+1.4759999 1.0720000 1.5680001 1.0640000 1.6320000 1.0560000 curveto
+1.6800000 1.0480000 lineto
+1.6800000 1.1600000 lineto
+1.6800000 1.3319998 1.6680000 1.5760001 1.6560000 1.6920000 curveto
+1.6240000 1.9719997 1.4999998 2.2120001 1.3200000 2.3360000 curveto
+1.1760001 2.4359999 0.99599982 2.4599999 0.81600000 2.3960000 curveto
+0.72400009 2.3640000 0.61999994 2.2959999 0.56400000 2.2280000 curveto
+0.54800000 2.2080000 lineto
+0.58800000 2.2120000 lineto
+0.81599977 2.2240000 0.99999999 2.0399998 0.98800000 1.8120000 curveto
+0.97600001 1.5960002 0.82399980 1.4320000 0.62400000 1.4200000 curveto
+0.46800016 1.4160000 0.30799992 1.4920001 0.22400000 1.6240000 curveto
+0.16000006 1.7239999 0.14400004 1.8440002 0.18000000 2.0000000 curveto
+0.25599992 2.3439997 0.55600038 2.6000000 0.93600000 2.6360000 curveto
+1.2519997 2.6680000 1.5320002 2.5119997 1.7080000 2.2000000 curveto
+1.7759999 2.0840001 1.8280000 1.9359999 1.8520000 1.7920000 curveto
+1.8720000 1.6680001 1.8880000 1.3959997 1.8880000 1.1360000 curveto
+1.8880000 0.99600000 lineto
+1.9080000 0.98800000 lineto
+2.1039998 0.91600007 2.2720001 0.77999981 2.4000000 0.59200000 curveto
+2.5879998 0.31200028 2.6279999 -0.044000328 2.5080000 -0.37200000 curveto
+2.4840000 -0.43599994 2.4360000 -0.53600006 2.3960000 -0.59600000 curveto
+2.3480000 -0.66799993 2.3119999 -0.71200006 2.2520000 -0.77600000 curveto
+2.1680001 -0.85599992 2.0839999 -0.91600005 1.9800000 -0.96800000 curveto
+1.8520001 -1.0279999 1.7559998 -1.0560000 1.5720000 -1.0760000 curveto
+1.5440000 -1.0800000 lineto
+1.5240000 -1.1400000 lineto
+1.4680001 -1.3239998 1.3679999 -1.6320002 1.2960000 -1.8360000 curveto
+1.2600000 -1.9360000 lineto
+1.2680000 -1.9480000 lineto
+1.3999999 -2.1239998 1.5320001 -2.3240002 1.6200000 -2.4800000 curveto
+1.8199998 -2.8319996 1.9240000 -3.1720003 1.9240000 -3.4960000 curveto
+1.9240000 -3.9039996 1.6959997 -4.4840004 1.4000000 -4.8440000 curveto
+1.3480001 -4.9039999 1.2880000 -4.9640000 1.2640000 -4.9760000 curveto
+1.2400000 -4.9920000 1.2000000 -4.9960000 1.1800000 -4.9880000 curveto
+1.4800000 -4.2960000 moveto
+1.5319999 -4.2160001 1.5720000 -4.1279999 1.5840000 -4.0560000 curveto
+1.6080000 -3.9400001 1.6040000 -3.7359998 1.5720000 -3.5680000 curveto
+1.5160001 -3.2440003 1.3639997 -2.9079996 1.0840000 -2.5080000 curveto
+1.0600000 -2.4720000 lineto
+1.0520000 -2.4840000 lineto
+1.0400000 -2.5160000 0.95599997 -2.7560001 0.92400000 -2.8480000 curveto
+0.83600009 -3.1119997 0.82000001 -3.2000001 0.83200000 -3.3480000 curveto
+0.85999997 -3.7159996 1.0400003 -4.0400002 1.3280000 -4.2560000 curveto
+1.3640000 -4.2840000 1.4480000 -4.3360000 1.4520000 -4.3360000 curveto
+1.4560000 -4.3360000 1.4680000 -4.3200000 1.4800000 -4.2960000 curveto
+1.1440000 -1.6520000 moveto
+1.2319999 -1.4040002 1.3360000 -1.0720000 1.3280000 -1.0640000 curveto
+1.3280000 -1.0640000 1.3080000 -1.0560000 1.2840000 -1.0520000 curveto
+1.1960001 -1.0360000 1.0919999 -0.99199996 1.0200000 -0.94800000 curveto
+0.81200021 -0.82000013 0.67999996 -0.61999976 0.63600000 -0.37600000 curveto
+0.62800001 -0.31200006 0.62800001 -0.17599994 0.64000000 -0.11200000 curveto
+0.68799995 0.15999973 0.85200026 0.37200013 1.1120000 0.50400000 curveto
+1.1799999 0.53599997 1.2040000 0.53999999 1.2360000 0.53200000 curveto
+1.2999999 0.51600002 1.3320000 0.43199994 1.2960000 0.37200000 curveto
+1.2840000 0.35600002 1.2760000 0.35199998 1.2440000 0.33600000 curveto
+1.1000001 0.25600008 0.99199996 0.13199986 0.95600000 -0.0040000000 curveto
+0.92000004 -0.13599987 0.94800008 -0.27600011 1.0280000 -0.38400000 curveto
+1.1119999 -0.49599989 1.2520002 -0.56800002 1.4200000 -0.58400000 curveto
+1.4400000 -0.58400000 1.4600000 -0.58800000 1.4600000 -0.58400000 curveto
+1.4640000 -0.58400000 1.5000000 -0.40399988 1.5240000 -0.28800000 curveto
+1.5879999 0.019999692 1.6320000 0.32800028 1.6560000 0.60800000 curveto
+1.6680000 0.73599987 1.6720000 0.84000000 1.6720000 0.84400000 curveto
+1.6640000 0.84800000 1.5959999 0.85600000 1.5240000 0.86000000 curveto
+1.2720003 0.87599998 1.0639998 0.83599989 0.85200000 0.72800000 curveto
+0.74000011 0.67200006 0.64799992 0.60799991 0.56400000 0.52000000 curveto
+0.44000012 0.39600012 0.36399997 0.26399985 0.33600000 0.11200000 curveto
+0.31600002 0.0080001040 0.32400003 -0.17600017 0.35600000 -0.34400000 curveto
+0.41999994 -0.64399970 0.55200024 -0.93600036 0.79600000 -1.3000000 curveto
+0.89599990 -1.4479999 1.1080000 -1.7360000 1.1120000 -1.7320000 curveto
+1.1160000 -1.7320000 1.1280000 -1.6960000 1.1440000 -1.6520000 curveto
+1.7520000 -0.54800000 moveto
+1.9199998 -0.49200006 2.0520001 -0.38799985 2.1480000 -0.24000000 curveto
+2.2719999 -0.056000184 2.3039999 0.17200020 2.2400000 0.37600000 curveto
+2.1880001 0.53999984 2.0639999 0.68800008 1.9200000 0.76400000 curveto
+1.8800000 0.78400000 lineto
+1.8760000 0.78400000 1.8760000 0.73599994 1.8720000 0.68000000 curveto
+1.8440000 0.31200037 1.7839999 -0.088000412 1.6920000 -0.50000000 curveto
+1.6920000 -0.50000000 1.6760000 -0.56800000 1.6760000 -0.56800000 curveto
+1.6760000 -0.56800000 1.6920000 -0.56800000 1.6920000 -0.56800000 curveto
+1.7000000 -0.56400000 1.7280000 -0.55599999 1.7520000 -0.54800000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 64.140360 44.510030] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 -2.0000000 moveto
+0.053691003 -2.0000000 lineto
+0.059956186 -2.0000000 0.064999998 -1.9949562 0.064999998 -1.9886910 curveto
+0.064999998 1.3008770 lineto
+0.064999998 1.3071422 0.059956186 1.3121860 0.053691003 1.3121860 curveto
+-0.053691003 1.3121860 lineto
+-0.059956186 1.3121860 -0.064999998 1.3071422 -0.064999998 1.3008770 curveto
+-0.064999998 -1.9886910 lineto
+-0.064999998 -1.9949562 -0.059956186 -2.0000000 -0.053691003 -2.0000000 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 62.055900 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 3.1878140 moveto
+0.053691003 3.1878140 lineto
+0.059956186 3.1878140 0.064999998 3.1928578 0.064999998 3.1991230 curveto
+0.064999998 5.4886910 lineto
+0.064999998 5.4949562 0.059956186 5.5000000 0.053691003 5.5000000 curveto
+-0.053691003 5.5000000 lineto
+-0.059956186 5.5000000 -0.064999998 5.4949562 -0.064999998 5.4886910 curveto
+-0.064999998 3.1991230 lineto
+-0.064999998 3.1928578 -0.059956186 3.1878140 -0.053691003 3.1878140 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 64.140360 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 -3.5000000 moveto
+0.053691003 -3.5000000 lineto
+0.059956186 -3.5000000 0.064999998 -3.4949562 0.064999998 -3.4886910 curveto
+0.064999998 -0.69912299 lineto
+0.064999998 -0.69285781 0.059956186 -0.68781400 0.053691003 -0.68781400 curveto
+-0.053691003 -0.68781400 lineto
+-0.059956186 -0.68781400 -0.064999998 -0.69285781 -0.064999998 -0.69912299 curveto
+-0.064999998 -3.4886910 lineto
+-0.064999998 -3.4949562 -0.059956186 -3.5000000 -0.053691003 -3.5000000 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 61.941680 47.145980] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 61.941680 33.087590] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 61.941680 26.937040] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 55.839270 44.510030] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 -0.31218600 moveto
+0.053691003 -0.31218600 lineto
+0.059956186 -0.31218600 0.064999998 -0.30714219 0.064999998 -0.30087701 curveto
+0.064999998 2.9886910 lineto
+0.064999998 2.9949562 0.059956186 3.0000000 0.053691003 3.0000000 curveto
+-0.053691003 3.0000000 lineto
+-0.059956186 3.0000000 -0.064999998 2.9949562 -0.064999998 2.9886910 curveto
+-0.064999998 -0.30087701 lineto
+-0.064999998 -0.30714219 -0.059956186 -0.31218600 -0.053691003 -0.31218600 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 55.839270 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 2.6878140 moveto
+0.053691003 2.6878140 lineto
+0.059956186 2.6878140 0.064999998 2.6928578 0.064999998 2.6991230 curveto
+0.064999998 4.9886910 lineto
+0.064999998 4.9949562 0.059956186 5.0000000 0.053691003 5.0000000 curveto
+-0.053691003 5.0000000 lineto
+-0.059956186 5.0000000 -0.064999998 4.9949562 -0.064999998 4.9886910 curveto
+-0.064999998 2.6991230 lineto
+-0.064999998 2.6928578 -0.059956186 2.6878140 -0.053691003 2.6878140 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 57.923740 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 -4.0000000 moveto
+0.053691003 -4.0000000 lineto
+0.059956186 -4.0000000 0.064999998 -3.9949562 0.064999998 -3.9886910 curveto
+0.064999998 -1.6991230 lineto
+0.064999998 -1.6928578 0.059956186 -1.6878140 0.053691003 -1.6878140 curveto
+-0.053691003 -1.6878140 lineto
+-0.059956186 -1.6878140 -0.064999998 -1.6928578 -0.064999998 -1.6991230 curveto
+-0.064999998 -3.9886910 lineto
+-0.064999998 -3.9949562 -0.059956186 -4.0000000 -0.053691003 -4.0000000 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 55.725040 43.631380] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 55.725040 32.208940] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 55.725040 25.179740] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 51.417580 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 2.1878140 moveto
+0.053691003 2.1878140 lineto
+0.059956186 2.1878140 0.064999998 2.1928578 0.064999998 2.1991230 curveto
+0.064999998 4.4886910 lineto
+0.064999998 4.4949562 0.059956186 4.5000000 0.053691003 4.5000000 curveto
+-0.053691003 4.5000000 lineto
+-0.059956186 4.5000000 -0.064999998 4.4949562 -0.064999998 4.4886910 curveto
+-0.064999998 2.1991230 lineto
+-0.064999998 2.1928578 -0.059956186 2.1878140 -0.053691003 2.1878140 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 51.303360 31.330290] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 46.995900 44.510030] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 0.18781400 moveto
+0.053691003 0.18781400 lineto
+0.059956186 0.18781400 0.064999998 0.19285781 0.064999998 0.19912299 curveto
+0.064999998 2.9886910 lineto
+0.064999998 2.9949562 0.059956186 3.0000000 0.053691003 3.0000000 curveto
+-0.053691003 3.0000000 lineto
+-0.059956186 3.0000000 -0.064999998 2.9949562 -0.064999998 2.9886910 curveto
+-0.064999998 0.19912299 lineto
+-0.064999998 0.19285781 -0.059956186 0.18781400 -0.053691003 0.18781400 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 46.995900 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 1.6878140 moveto
+0.053691003 1.6878140 lineto
+0.059956186 1.6878140 0.064999998 1.6928578 0.064999998 1.6991230 curveto
+0.064999998 4.1786911 lineto
+0.064999998 4.1849562 0.059956186 4.1900001 0.053691003 4.1900001 curveto
+-0.053691003 4.1900001 lineto
+-0.059956186 4.1900001 -0.064999998 4.1849562 -0.064999998 4.1786911 curveto
+-0.064999998 1.6991230 lineto
+-0.064999998 1.6928578 -0.059956186 1.6878140 -0.053691003 1.6878140 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 49.080380 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 -3.5000000 moveto
+0.053691003 -3.5000000 lineto
+0.059956186 -3.5000000 0.064999998 -3.4949562 0.064999998 -3.4886910 curveto
+0.064999998 -1.1991230 lineto
+0.064999998 -1.1928578 0.059956186 -1.1878140 0.053691003 -1.1878140 curveto
+-0.053691003 -1.1878140 lineto
+-0.059956186 -1.1878140 -0.064999998 -1.1928578 -0.064999998 -1.1991230 curveto
+-0.064999998 -3.4886910 lineto
+-0.064999998 -3.4949562 -0.059956186 -3.5000000 -0.053691003 -3.5000000 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 46.881680 44.510030] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 46.881680 30.451640] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 46.881680 26.058390] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 42.487180 44.510030] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 -3.0000000 moveto
+0.053691003 -3.0000000 lineto
+0.059956186 -3.0000000 0.064999998 -2.9949562 0.064999998 -2.9886910 curveto
+0.064999998 0.30087701 lineto
+0.064999998 0.30714219 0.059956186 0.31218600 0.053691003 0.31218600 curveto
+-0.053691003 0.31218600 lineto
+-0.059956186 0.31218600 -0.064999998 0.30714219 -0.064999998 0.30087701 curveto
+-0.064999998 -2.9886910 lineto
+-0.064999998 -2.9949562 -0.059956186 -3.0000000 -0.053691003 -3.0000000 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 42.487180 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-0.053691003 -4.0000000 moveto
+0.053691003 -4.0000000 lineto
+0.059956186 -4.0000000 0.064999998 -3.9949562 0.064999998 -3.9886910 curveto
+0.064999998 -1.6991230 lineto
+0.064999998 -1.6928578 0.059956186 -1.6878140 0.053691003 -1.6878140 curveto
+-0.053691003 -1.6878140 lineto
+-0.059956186 -1.6878140 -0.064999998 -1.6928578 -0.064999998 -1.6991230 curveto
+-0.064999998 -3.9886910 lineto
+-0.064999998 -3.9949562 -0.059956186 -4.0000000 -0.053691003 -4.0000000 curveto
+closepath
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 33.786500 44.510030] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.91200000 -1.0760000 moveto
+0.64800026 -1.0560000 0.43599985 -0.96799985 0.28400000 -0.81600000 curveto
+0.21200007 -0.74400007 0.16399996 -0.67199990 0.12000000 -0.57600000 curveto
+0.060000060 -0.46000012 0.027999980 -0.33599985 0.0080000000 -0.18400000 curveto
+8.0000000e-09 -0.10400008 8.0000000e-09 0.10000008 0.0080000000 0.18000000 curveto
+0.027999980 0.33199985 0.060000060 0.45600012 0.12000000 0.57200000 curveto
+0.16399996 0.66799990 0.21200007 0.74000007 0.28400000 0.81200000 curveto
+0.42399986 0.95199986 0.60800024 1.0360000 0.84400000 1.0680000 curveto
+0.91599993 1.0760000 1.0560000 1.0760000 1.1040000 1.0680000 curveto
+1.2799998 1.0280000 1.4240001 0.92399982 1.5360000 0.74800000 curveto
+1.5879999 0.66800008 1.6440000 0.54399990 1.6720000 0.44400000 curveto
+1.7000000 0.35600009 1.7000000 0.33599997 1.6840000 0.30800000 curveto
+1.6480000 0.25600005 1.5640000 0.27200006 1.5480000 0.32800000 curveto
+1.5120000 0.45599987 1.5000000 0.49600008 1.4600000 0.57600000 curveto
+1.3560001 0.79999978 1.1919998 0.92000000 0.99600000 0.92000000 curveto
+0.91600008 0.92000000 0.83199994 0.90399997 0.77600000 0.87600000 curveto
+0.63600014 0.81200006 0.57599998 0.68399972 0.55600000 0.40400000 curveto
+0.54800001 0.31200009 0.54800001 -0.31600010 0.55600000 -0.41200000 curveto
+0.56799999 -0.57599984 0.59200004 -0.68000008 0.63600000 -0.75600000 curveto
+0.69199994 -0.85199990 0.78800013 -0.90400002 0.92000000 -0.92000000 curveto
+1.0519999 -0.93599998 1.1600001 -0.90799993 1.2560000 -0.84000000 curveto
+1.2880000 -0.81600002 1.3440000 -0.76399996 1.3720000 -0.72400000 curveto
+1.3720000 -0.72400000 1.3960000 -0.69600000 1.3960000 -0.69600000 curveto
+1.3960000 -0.69600000 1.3720000 -0.69200000 1.3720000 -0.69200000 curveto
+1.2640001 -0.67600002 1.1840000 -0.60399989 1.1480000 -0.49200000 curveto
+1.1400000 -0.46800002 1.1400000 -0.45199996 1.1400000 -0.41200000 curveto
+1.1400000 -0.36400005 1.1400000 -0.35199997 1.1480000 -0.32400000 curveto
+1.1760000 -0.24400008 1.2320001 -0.18799997 1.3200000 -0.15600000 curveto
+1.4079999 -0.12400003 1.4960001 -0.14000006 1.5640000 -0.20400000 curveto
+1.6359999 -0.26799994 1.6640000 -0.36400010 1.6440000 -0.46800000 curveto
+1.5840001 -0.77599969 1.3799997 -1.0120001 1.1160000 -1.0680000 curveto
+1.0800000 -1.0760000 0.95999995 -1.0800000 0.91200000 -1.0760000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 26.405840 42.752730] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.84400000 -1.0720000 moveto
+0.71600013 -1.0600000 0.63999990 -1.0360000 0.54000000 -0.98800000 curveto
+0.30400024 -0.87600011 0.11999992 -0.64799974 0.044000000 -0.38400000 curveto
+0.0080000360 -0.26400012 -0.0079999880 -0.10799992 0.0040000000 -0.024000000 curveto
+0.035999968 0.19599978 0.24400023 0.35999999 0.47200000 0.34800000 curveto
+0.66399981 0.33600001 0.81600003 0.17999980 0.84400000 -0.024000000 curveto
+0.87599997 -0.25199977 0.70399977 -0.46000002 0.47200000 -0.47600000 curveto
+0.45200002 -0.47600000 0.43200000 -0.47600000 0.43200000 -0.48000000 curveto
+0.43200000 -0.48000000 0.44000001 -0.50000003 0.44800000 -0.52800000 curveto
+0.53599991 -0.77599975 0.68800020 -0.91200001 0.88800000 -0.92400000 curveto
+1.2239997 -0.93999998 1.4760001 -0.64799952 1.5360000 -0.17200000 curveto
+1.5440000 -0.10000007 1.5440000 0.084000064 1.5360000 0.14800000 curveto
+1.4960000 0.47599967 1.3639997 0.76000029 1.1120000 1.0520000 curveto
+1.0560001 1.1159999 0.91999992 1.2520001 0.84400000 1.3160000 curveto
+0.63200021 1.5039998 0.38399966 1.6800002 0.040000000 1.8920000 curveto
+-0.051999908 1.9439999 -0.060000008 1.9520000 -0.068000000 1.9680000 curveto
+-0.087999980 2.0080000 -0.071999956 2.0480000 -0.028000000 2.0680000 curveto
+-0.0080000200 2.0800000 0.012000020 2.0760000 0.032000000 2.0680000 curveto
+0.063999968 2.0480000 0.10400008 2.0320000 0.18800000 1.9920000 curveto
+0.77199942 1.7280003 1.2040003 1.4639997 1.5120000 1.1760000 curveto
+1.8399997 0.86800031 2.0360000 0.52399963 2.0840000 0.15600000 curveto
+2.1479999 -0.31599953 1.9999997 -0.68000021 1.6560000 -0.89200000 curveto
+1.4880002 -0.99199990 1.2799998 -1.0560000 1.0360000 -1.0720000 curveto
+0.98000006 -1.0760000 0.86799998 -1.0760000 0.84400000 -1.0720000 curveto
+2.3920000 -0.69200000 moveto
+2.3440000 -0.68400001 2.2880000 -0.63999995 2.2640000 -0.59200000 curveto
+2.2320000 -0.53600006 2.2320000 -0.46799994 2.2640000 -0.41200000 curveto
+2.2760000 -0.38400003 2.3160000 -0.34399999 2.3440000 -0.33200000 curveto
+2.3999999 -0.30000003 2.4680001 -0.30000003 2.5240000 -0.33200000 curveto
+2.5520000 -0.34399999 2.5920000 -0.38400003 2.6040000 -0.41200000 curveto
+2.6639999 -0.51999989 2.6039999 -0.66000003 2.4800000 -0.68800000 curveto
+2.4560000 -0.69599999 2.4200000 -0.69600000 2.3920000 -0.69200000 curveto
+2.3920000 0.30800000 moveto
+2.3440000 0.31599999 2.2880000 0.36000005 2.2640000 0.40800000 curveto
+2.2320000 0.46399994 2.2320000 0.53200006 2.2640000 0.58800000 curveto
+2.2760000 0.61599997 2.3160000 0.65600001 2.3440000 0.66800000 curveto
+2.3999999 0.69999997 2.4680001 0.69999997 2.5240000 0.66800000 curveto
+2.5520000 0.65600001 2.5920000 0.61599997 2.6040000 0.58800000 curveto
+2.6639999 0.48000011 2.6039999 0.33999997 2.4800000 0.31200000 curveto
+2.4560000 0.30400001 2.4200000 0.30400000 2.3920000 0.30800000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 40.288490 45.388680] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 33.786500 27.815690] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.91200000 -1.0760000 moveto
+0.64800026 -1.0560000 0.43599985 -0.96799985 0.28400000 -0.81600000 curveto
+0.21200007 -0.74400007 0.16399996 -0.67199990 0.12000000 -0.57600000 curveto
+0.060000060 -0.46000012 0.027999980 -0.33599985 0.0080000000 -0.18400000 curveto
+8.0000000e-09 -0.10400008 8.0000000e-09 0.10000008 0.0080000000 0.18000000 curveto
+0.027999980 0.33199985 0.060000060 0.45600012 0.12000000 0.57200000 curveto
+0.16399996 0.66799990 0.21200007 0.74000007 0.28400000 0.81200000 curveto
+0.42399986 0.95199986 0.60800024 1.0360000 0.84400000 1.0680000 curveto
+0.91599993 1.0760000 1.0560000 1.0760000 1.1040000 1.0680000 curveto
+1.2799998 1.0280000 1.4240001 0.92399982 1.5360000 0.74800000 curveto
+1.5879999 0.66800008 1.6440000 0.54399990 1.6720000 0.44400000 curveto
+1.7000000 0.35600009 1.7000000 0.33599997 1.6840000 0.30800000 curveto
+1.6480000 0.25600005 1.5640000 0.27200006 1.5480000 0.32800000 curveto
+1.5120000 0.45599987 1.5000000 0.49600008 1.4600000 0.57600000 curveto
+1.3560001 0.79999978 1.1919998 0.92000000 0.99600000 0.92000000 curveto
+0.91600008 0.92000000 0.83199994 0.90399997 0.77600000 0.87600000 curveto
+0.63600014 0.81200006 0.57599998 0.68399972 0.55600000 0.40400000 curveto
+0.54800001 0.31200009 0.54800001 -0.31600010 0.55600000 -0.41200000 curveto
+0.56799999 -0.57599984 0.59200004 -0.68000008 0.63600000 -0.75600000 curveto
+0.69199994 -0.85199990 0.78800013 -0.90400002 0.92000000 -0.92000000 curveto
+1.0519999 -0.93599998 1.1600001 -0.90799993 1.2560000 -0.84000000 curveto
+1.2880000 -0.81600002 1.3440000 -0.76399996 1.3720000 -0.72400000 curveto
+1.3720000 -0.72400000 1.3960000 -0.69600000 1.3960000 -0.69600000 curveto
+1.3960000 -0.69600000 1.3720000 -0.69200000 1.3720000 -0.69200000 curveto
+1.2640001 -0.67600002 1.1840000 -0.60399989 1.1480000 -0.49200000 curveto
+1.1400000 -0.46800002 1.1400000 -0.45199996 1.1400000 -0.41200000 curveto
+1.1400000 -0.36400005 1.1400000 -0.35199997 1.1480000 -0.32400000 curveto
+1.1760000 -0.24400008 1.2320001 -0.18799997 1.3200000 -0.15600000 curveto
+1.4079999 -0.12400003 1.4960001 -0.14000006 1.5640000 -0.20400000 curveto
+1.6359999 -0.26799994 1.6640000 -0.36400010 1.6440000 -0.46800000 curveto
+1.5840001 -0.77599969 1.3799997 -1.0120001 1.1160000 -1.0680000 curveto
+1.0800000 -1.0760000 0.95999995 -1.0800000 0.91200000 -1.0760000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 26.405840 29.572990] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+1.1800000 -4.9880000 moveto
+1.1560000 -4.9760000 1.1359999 -4.9640000 1.0840000 -4.9160000 curveto
+0.95600013 -4.7920001 0.83999992 -4.6359998 0.76000000 -4.4720000 curveto
+0.68800007 -4.3320001 0.63599998 -4.1599998 0.61200000 -4.0080000 curveto
+0.59200002 -3.8920001 0.58800000 -3.8639998 0.59200000 -3.7040000 curveto
+0.59200000 -3.2240005 0.65600021 -2.9119995 0.86800000 -2.3640000 curveto
+0.89199998 -2.3080001 0.90800000 -2.2600000 0.90400000 -2.2600000 curveto
+0.90400000 -2.2560000 0.87199996 -2.2119999 0.83200000 -2.1600000 curveto
+0.46000000 -1.6440000 lineto
+0.18400028 -1.2320004 0.051999956 -0.90399964 0.0080000000 -0.54800000 curveto
+8.0000000e-09 -0.46400008 8.0000000e-09 -0.27999992 0.0080000000 -0.20000000 curveto
+0.023999984 -0.084000116 0.056000040 0.044000108 0.096000000 0.15200000 curveto
+0.11999998 0.21999993 0.18400004 0.35200006 0.22400000 0.41200000 curveto
+0.48399974 0.82799958 0.92000048 1.0720000 1.4040000 1.0720000 curveto
+1.4759999 1.0720000 1.5680001 1.0640000 1.6320000 1.0560000 curveto
+1.6800000 1.0480000 lineto
+1.6800000 1.1600000 lineto
+1.6800000 1.3319998 1.6680000 1.5760001 1.6560000 1.6920000 curveto
+1.6240000 1.9719997 1.4999998 2.2120001 1.3200000 2.3360000 curveto
+1.1760001 2.4359999 0.99599982 2.4599999 0.81600000 2.3960000 curveto
+0.72400009 2.3640000 0.61999994 2.2959999 0.56400000 2.2280000 curveto
+0.54800000 2.2080000 lineto
+0.58800000 2.2120000 lineto
+0.81599977 2.2240000 0.99999999 2.0399998 0.98800000 1.8120000 curveto
+0.97600001 1.5960002 0.82399980 1.4320000 0.62400000 1.4200000 curveto
+0.46800016 1.4160000 0.30799992 1.4920001 0.22400000 1.6240000 curveto
+0.16000006 1.7239999 0.14400004 1.8440002 0.18000000 2.0000000 curveto
+0.25599992 2.3439997 0.55600038 2.6000000 0.93600000 2.6360000 curveto
+1.2519997 2.6680000 1.5320002 2.5119997 1.7080000 2.2000000 curveto
+1.7759999 2.0840001 1.8280000 1.9359999 1.8520000 1.7920000 curveto
+1.8720000 1.6680001 1.8880000 1.3959997 1.8880000 1.1360000 curveto
+1.8880000 0.99600000 lineto
+1.9080000 0.98800000 lineto
+2.1039998 0.91600007 2.2720001 0.77999981 2.4000000 0.59200000 curveto
+2.5879998 0.31200028 2.6279999 -0.044000328 2.5080000 -0.37200000 curveto
+2.4840000 -0.43599994 2.4360000 -0.53600006 2.3960000 -0.59600000 curveto
+2.3480000 -0.66799993 2.3119999 -0.71200006 2.2520000 -0.77600000 curveto
+2.1680001 -0.85599992 2.0839999 -0.91600005 1.9800000 -0.96800000 curveto
+1.8520001 -1.0279999 1.7559998 -1.0560000 1.5720000 -1.0760000 curveto
+1.5440000 -1.0800000 lineto
+1.5240000 -1.1400000 lineto
+1.4680001 -1.3239998 1.3679999 -1.6320002 1.2960000 -1.8360000 curveto
+1.2600000 -1.9360000 lineto
+1.2680000 -1.9480000 lineto
+1.3999999 -2.1239998 1.5320001 -2.3240002 1.6200000 -2.4800000 curveto
+1.8199998 -2.8319996 1.9240000 -3.1720003 1.9240000 -3.4960000 curveto
+1.9240000 -3.9039996 1.6959997 -4.4840004 1.4000000 -4.8440000 curveto
+1.3480001 -4.9039999 1.2880000 -4.9640000 1.2640000 -4.9760000 curveto
+1.2400000 -4.9920000 1.2000000 -4.9960000 1.1800000 -4.9880000 curveto
+1.4800000 -4.2960000 moveto
+1.5319999 -4.2160001 1.5720000 -4.1279999 1.5840000 -4.0560000 curveto
+1.6080000 -3.9400001 1.6040000 -3.7359998 1.5720000 -3.5680000 curveto
+1.5160001 -3.2440003 1.3639997 -2.9079996 1.0840000 -2.5080000 curveto
+1.0600000 -2.4720000 lineto
+1.0520000 -2.4840000 lineto
+1.0400000 -2.5160000 0.95599997 -2.7560001 0.92400000 -2.8480000 curveto
+0.83600009 -3.1119997 0.82000001 -3.2000001 0.83200000 -3.3480000 curveto
+0.85999997 -3.7159996 1.0400003 -4.0400002 1.3280000 -4.2560000 curveto
+1.3640000 -4.2840000 1.4480000 -4.3360000 1.4520000 -4.3360000 curveto
+1.4560000 -4.3360000 1.4680000 -4.3200000 1.4800000 -4.2960000 curveto
+1.1440000 -1.6520000 moveto
+1.2319999 -1.4040002 1.3360000 -1.0720000 1.3280000 -1.0640000 curveto
+1.3280000 -1.0640000 1.3080000 -1.0560000 1.2840000 -1.0520000 curveto
+1.1960001 -1.0360000 1.0919999 -0.99199996 1.0200000 -0.94800000 curveto
+0.81200021 -0.82000013 0.67999996 -0.61999976 0.63600000 -0.37600000 curveto
+0.62800001 -0.31200006 0.62800001 -0.17599994 0.64000000 -0.11200000 curveto
+0.68799995 0.15999973 0.85200026 0.37200013 1.1120000 0.50400000 curveto
+1.1799999 0.53599997 1.2040000 0.53999999 1.2360000 0.53200000 curveto
+1.2999999 0.51600002 1.3320000 0.43199994 1.2960000 0.37200000 curveto
+1.2840000 0.35600002 1.2760000 0.35199998 1.2440000 0.33600000 curveto
+1.1000001 0.25600008 0.99199996 0.13199986 0.95600000 -0.0040000000 curveto
+0.92000004 -0.13599987 0.94800008 -0.27600011 1.0280000 -0.38400000 curveto
+1.1119999 -0.49599989 1.2520002 -0.56800002 1.4200000 -0.58400000 curveto
+1.4400000 -0.58400000 1.4600000 -0.58800000 1.4600000 -0.58400000 curveto
+1.4640000 -0.58400000 1.5000000 -0.40399988 1.5240000 -0.28800000 curveto
+1.5879999 0.019999692 1.6320000 0.32800028 1.6560000 0.60800000 curveto
+1.6680000 0.73599987 1.6720000 0.84000000 1.6720000 0.84400000 curveto
+1.6640000 0.84800000 1.5959999 0.85600000 1.5240000 0.86000000 curveto
+1.2720003 0.87599998 1.0639998 0.83599989 0.85200000 0.72800000 curveto
+0.74000011 0.67200006 0.64799992 0.60799991 0.56400000 0.52000000 curveto
+0.44000012 0.39600012 0.36399997 0.26399985 0.33600000 0.11200000 curveto
+0.31600002 0.0080001040 0.32400003 -0.17600017 0.35600000 -0.34400000 curveto
+0.41999994 -0.64399970 0.55200024 -0.93600036 0.79600000 -1.3000000 curveto
+0.89599990 -1.4479999 1.1080000 -1.7360000 1.1120000 -1.7320000 curveto
+1.1160000 -1.7320000 1.1280000 -1.6960000 1.1440000 -1.6520000 curveto
+1.7520000 -0.54800000 moveto
+1.9199998 -0.49200006 2.0520001 -0.38799985 2.1480000 -0.24000000 curveto
+2.2719999 -0.056000184 2.3039999 0.17200020 2.2400000 0.37600000 curveto
+2.1880001 0.53999984 2.0639999 0.68800008 1.9200000 0.76400000 curveto
+1.8800000 0.78400000 lineto
+1.8760000 0.78400000 1.8760000 0.73599994 1.8720000 0.68000000 curveto
+1.8440000 0.31200037 1.7839999 -0.088000412 1.6920000 -0.50000000 curveto
+1.6920000 -0.50000000 1.6760000 -0.56800000 1.6760000 -0.56800000 curveto
+1.6760000 -0.56800000 1.6920000 -0.56800000 1.6920000 -0.56800000 curveto
+1.7000000 -0.56400000 1.7280000 -0.55599999 1.7520000 -0.54800000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 40.288490 25.179740] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.71600000 -0.57200000 moveto
+0.43200028 -0.53200004 0.17199989 -0.34799976 0.060000000 -0.11200000 curveto
+0.016000044 -0.020000092 4.0000000e-09 0.044000096 0.0040000000 0.14000000 curveto
+0.0040000000 0.19599994 0.0040000080 0.21200003 0.012000000 0.24400000 curveto
+0.063999948 0.43999980 0.23600024 0.56000001 0.47600000 0.57200000 curveto
+0.81599966 0.58399999 1.1800001 0.33999969 1.2800000 0.028000000 curveto
+1.3000000 -0.035999936 1.3040000 -0.072000072 1.3040000 -0.14400000 curveto
+1.3040000 -0.19999994 1.3040000 -0.21600004 1.2960000 -0.25200000 curveto
+1.2760000 -0.32399993 1.2319999 -0.40000005 1.1800000 -0.44800000 curveto
+1.1160001 -0.50399994 1.0319999 -0.54400002 0.93200000 -0.56400000 curveto
+0.88000005 -0.57599999 0.76799995 -0.57600000 0.71600000 -0.57200000 curveto
+fill
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 24.718840 36.162860] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+0.014136244 -6.8000002 moveto
+0.14586375 -6.8000002 lineto
+0.15369523 -6.8000002 0.16000000 -6.7936954 0.16000000 -6.7858639 curveto
+0.16000000 6.7858639 lineto
+0.16000000 6.7936954 0.15369523 6.8000002 0.14586375 6.8000002 curveto
+0.014136244 6.8000002 lineto
+0.0063047647 6.8000002 0.0000000 6.7936954 0.0000000 6.7858639 curveto
+0.0000000 -6.7858639 lineto
+0.0000000 -6.7936954 0.0063047647 -6.8000002 0.014136244 -6.8000002 curveto
+closepath
+fill
+grestore
+grestore
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 578.75540 111.50110] concat
+grestore
+gsave [1.7572990 0.0000000 0.0000000 1.7572990 675.79100 389.23080] concat
+grestore
+gsave [0.96912200 0.0000000 0.0000000 1.0318620 0.0000000 0.0000000] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+268.55099 81.355152 moveto
+262.06179 98.465678 lineto
+261.94538 98.776073 261.80959 98.950670 261.65440 98.989470 curveto
+261.65440 98.989470 lineto
+261.57679 99.008869 261.47979 99.018569 261.36340 99.018570 curveto
+261.07240 99.018569 260.85900 98.882771 260.72322 98.611176 curveto
+260.70381 98.552977 260.67471 98.475378 260.63592 98.378380 curveto
+253.88482 80.511265 lineto
+253.67142 79.948693 253.32223 79.609199 252.83724 79.492782 curveto
+252.56564 79.434601 251.96425 79.405502 251.03307 79.405483 curveto
+251.03307 78.503397 lineto
+253.12823 78.561616 254.36011 78.590716 254.72871 78.590696 curveto
+256.80447 78.590716 258.19155 78.561616 258.88994 78.503397 curveto
+258.88994 79.405483 lineto
+257.29916 79.405502 256.50378 79.686797 256.50378 80.249370 curveto
+256.50378 80.326986 256.56198 80.501583 256.67838 80.773161 curveto
+262.23639 95.468426 lineto
+267.56161 81.442450 lineto
+267.65859 81.151472 267.70709 80.957476 267.70710 80.860460 curveto
+267.70709 80.239688 267.32879 79.803195 266.57222 79.550981 curveto
+266.54312 79.550981 lineto
+266.27151 79.454001 265.95142 79.405502 265.58284 79.405483 curveto
+265.58284 78.503397 lineto
+267.09600 78.561616 268.20178 78.590716 268.90018 78.590696 curveto
+269.88955 78.590716 270.83043 78.561616 271.72284 78.503397 curveto
+271.72284 79.405483 lineto
+270.09325 79.424902 269.03596 80.074791 268.55099 81.355152 curveto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+286.01071 92.151079 moveto
+286.01071 92.151079 lineto
+286.01070 94.149252 285.27351 95.798224 283.79915 97.098000 curveto
+282.57696 98.164983 281.16078 98.698474 279.55061 98.698475 curveto
+277.68824 98.698474 276.11687 98.000086 274.83649 96.603308 curveto
+273.69191 95.342331 273.11962 93.858257 273.11962 92.151079 curveto
+273.11962 90.172319 273.82770 88.503947 275.24388 87.145959 curveto
+276.46606 85.943191 277.91134 85.341801 279.57971 85.341788 curveto
+281.46148 85.341801 283.04255 86.088689 284.32294 87.582452 curveto
+285.44811 88.882241 286.01070 90.405115 286.01071 92.151079 curveto
+279.57971 97.970986 moveto
+279.57971 97.970986 lineto
+280.87948 97.970987 281.90767 97.427796 282.66427 96.341412 curveto
+282.95526 95.817621 lineto
+283.38204 94.964038 283.59544 93.664260 283.59545 91.918283 curveto
+283.59544 90.055921 283.34324 88.707644 282.83886 87.873448 curveto
+282.00467 86.670679 280.90858 86.040189 279.55061 85.981978 curveto
+278.34783 85.981990 277.35844 86.466982 276.58246 87.436955 curveto
+276.44666 87.592163 276.33026 87.757060 276.23327 87.931647 curveto
+275.76767 88.785243 275.53488 90.114120 275.53488 91.918283 curveto
+275.53488 93.800058 275.77737 95.167734 276.26237 96.021317 curveto
+277.07715 97.282298 278.18293 97.932187 279.57971 97.970986 curveto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+292.00522 85.516385 moveto
+292.00522 85.516385 lineto
+292.00522 96.195915 lineto
+292.00521 96.797307 292.12161 97.165900 292.35441 97.301697 curveto
+292.35441 97.301697 lineto
+292.58720 97.418096 293.14979 97.476295 294.04218 97.476294 curveto
+294.04218 98.378380 lineto
+292.06341 98.320181 291.05463 98.291081 291.01583 98.291081 curveto
+290.74423 98.291081 289.67725 98.320181 287.81488 98.378380 curveto
+287.81488 97.476294 lineto
+288.95946 97.476295 289.62875 97.388997 289.82275 97.214398 curveto
+289.88095 97.156199 lineto
+290.01675 97.001003 290.08464 96.671209 290.08465 96.166815 curveto
+290.08465 88.339040 lineto
+290.08464 87.563063 289.92945 87.097471 289.61905 86.942263 curveto
+289.58996 86.942263 lineto
+289.58996 86.942263 lineto
+289.56086 86.913163 lineto
+289.56086 86.913163 lineto
+289.30866 86.796776 288.76547 86.738577 287.93128 86.738566 curveto
+287.93128 85.836480 lineto
+292.00522 85.516385 lineto
+292.12161 80.453066 moveto
+292.12161 81.170872 291.80152 81.646164 291.16133 81.878943 curveto
+290.96733 81.956559 290.77333 81.995358 290.57934 81.995342 curveto
+289.90035 81.995358 289.42506 81.684963 289.15346 81.064157 curveto
+289.15346 81.035057 lineto
+289.07586 80.841078 289.03706 80.647081 289.03706 80.453066 curveto
+289.03706 79.851694 289.30866 79.405502 289.85185 79.114488 curveto
+290.06524 78.978709 290.30774 78.910810 290.57934 78.910791 curveto
+291.23892 78.910810 291.70452 79.201805 291.97612 79.783777 curveto
+292.07311 79.997192 292.12161 80.220288 292.12161 80.453066 curveto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+305.37190 87.145959 moveto
+304.67351 86.428183 303.63562 86.069289 302.25825 86.069277 curveto
+301.03607 86.069289 300.05638 86.651279 299.31920 87.815249 curveto
+298.65961 88.862841 298.32981 90.269318 298.32982 92.034681 curveto
+298.32981 94.828240 299.16400 96.661509 300.83238 97.534493 curveto
+301.35616 97.825489 301.88965 97.970987 302.43285 97.970986 curveto
+304.33401 97.970987 305.60469 96.952504 306.24489 94.915535 curveto
+306.30308 94.721542 306.42918 94.624544 306.62318 94.624540 curveto
+306.87537 94.624544 307.00147 94.721542 307.00148 94.915535 curveto
+307.00147 95.284132 306.78807 95.807923 306.36129 96.486910 curveto
+305.41069 97.961287 304.01392 98.698474 302.17096 98.698475 curveto
+300.34738 98.698474 298.80511 97.980687 297.54413 96.545109 curveto
+296.45774 95.284132 295.91455 93.800058 295.91456 92.092880 curveto
+295.91455 90.094720 296.60324 88.426349 297.98062 87.087760 curveto
+299.16400 85.923791 300.58017 85.341801 302.22915 85.341788 curveto
+303.83932 85.341801 305.07120 85.778294 305.92480 86.651267 curveto
+306.42918 87.175070 306.68137 87.776460 306.68138 88.455438 curveto
+306.68137 89.192636 306.36128 89.638828 305.72110 89.794017 curveto
+305.60469 89.813425 305.47859 89.823125 305.34280 89.823117 curveto
+304.66381 89.823125 304.23701 89.512730 304.06242 88.891931 curveto
+304.02362 88.775543 304.00422 88.639745 304.00423 88.484538 curveto
+304.00422 87.786160 304.34371 87.359367 305.02271 87.204158 curveto
+305.13910 87.165370 305.25550 87.145971 305.37190 87.145959 curveto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+319.17554 91.656387 moveto
+319.17554 91.656387 lineto
+311.05677 91.656387 lineto
+311.05677 93.635160 311.34776 95.090136 311.92976 96.021317 curveto
+312.86094 97.224099 313.95702 97.873988 315.21800 97.970986 curveto
+316.55657 97.970987 317.63325 97.427796 318.44805 96.341412 curveto
+318.73904 95.953421 318.97183 95.497529 319.14644 94.973734 curveto
+319.20463 94.702142 319.33073 94.566345 319.52473 94.566341 curveto
+319.77692 94.566345 319.90302 94.682743 319.90303 94.915535 curveto
+319.90302 95.342331 319.63142 95.924321 319.08824 96.661507 curveto
+318.29284 97.747891 317.24526 98.397779 315.94549 98.611176 curveto
+315.65449 98.669375 315.35379 98.698474 315.04341 98.698475 curveto
+313.21983 98.698474 311.66786 98.000086 310.38748 96.603308 curveto
+309.22350 95.322932 308.64151 93.780658 308.64151 91.976482 curveto
+308.64151 89.958923 309.33990 88.290551 310.73667 86.971362 curveto
+311.86185 85.884992 313.18103 85.341801 314.69421 85.341788 curveto
+316.88637 85.341801 318.41894 86.272985 319.29194 88.135344 curveto
+319.69932 89.008339 319.90302 89.978322 319.90303 91.045297 curveto
+319.90302 91.375099 319.83512 91.569095 319.69933 91.627288 curveto
+319.64112 91.646694 319.46652 91.656394 319.17554 91.656387 curveto
+311.08587 91.045297 moveto
+311.08587 91.045297 lineto
+317.98246 91.045297 lineto
+317.98245 89.202336 317.57506 87.815259 316.76028 86.884064 curveto
+316.21708 86.282685 315.52839 85.981990 314.69421 85.981978 curveto
+313.70482 85.981990 312.87064 86.437883 312.19165 87.349656 curveto
+311.51266 88.222652 311.14406 89.454531 311.08587 91.045297 curveto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+326.78097 92.733070 moveto
+326.78097 92.733070 lineto
+325.11260 92.403281 324.01652 92.083187 323.49273 91.772785 curveto
+323.29873 91.675794 323.11443 91.549696 322.93984 91.394491 curveto
+322.10565 90.715510 321.68856 89.891024 321.68856 88.921031 curveto
+321.68856 87.563063 322.28994 86.573680 323.49273 85.952878 curveto
+324.24931 85.545498 325.19990 85.341801 326.34448 85.341788 curveto
+327.43086 85.341801 328.34264 85.613397 329.07984 86.156575 curveto
+329.29323 85.981990 329.45812 85.826793 329.57453 85.690983 curveto
+329.82672 85.458199 330.02071 85.341801 330.15652 85.341788 curveto
+330.35051 85.516398 330.45721 85.749194 330.47662 86.040177 curveto
+330.47662 88.979230 lineto
+330.47661 89.386633 330.41841 89.609729 330.30202 89.648519 curveto
+330.27292 89.648519 lineto
+330.24382 89.677619 lineto
+330.09832 89.677619 lineto
+329.88492 89.677628 329.76852 89.590329 329.74913 89.415723 curveto
+329.61332 87.456365 328.80823 86.311785 327.33387 85.981978 curveto
+327.02346 85.923791 326.69367 85.894692 326.34448 85.894679 curveto
+324.52091 85.894692 323.45393 86.457282 323.14353 87.582452 curveto
+323.10473 87.757060 323.08533 87.931657 323.08533 88.106244 curveto
+323.08533 89.095637 323.83222 89.794026 325.32600 90.201410 curveto
+325.61699 90.279017 326.06318 90.376016 326.66458 90.492406 curveto
+328.06135 90.764009 329.06043 91.142303 329.66183 91.627288 curveto
+329.77822 91.704893 329.88492 91.792192 329.98192 91.889184 curveto
+330.79670 92.703976 331.20409 93.625461 331.20410 94.653639 curveto
+331.20409 96.302615 330.52511 97.466595 329.16714 98.145584 curveto
+328.42994 98.514178 327.54726 98.698474 326.51908 98.698475 curveto
+325.25809 98.698474 324.19111 98.281381 323.31813 97.447195 curveto
+322.73614 98.116484 lineto
+322.34814 98.504478 322.10565 98.698474 322.00865 98.698475 curveto
+321.81465 98.523877 321.70795 98.291081 321.68856 98.000086 curveto
+321.68856 94.158947 lineto
+321.68856 93.732159 321.75645 93.499363 321.89225 93.460558 curveto
+321.89225 93.460558 lineto
+321.92135 93.431459 lineto
+322.06685 93.431459 lineto
+322.26085 93.431464 322.38694 93.538162 322.44514 93.751554 curveto
+322.44514 93.790358 322.45484 93.848557 322.47424 93.926151 curveto
+322.97863 96.176517 323.93892 97.505395 325.35510 97.912787 curveto
+325.70429 98.009786 326.09228 98.058285 326.51908 98.058285 curveto
+328.26504 98.058285 329.32233 97.447196 329.69093 96.225014 curveto
+329.76852 95.972821 329.80732 95.701225 329.80733 95.410227 curveto
+329.80732 93.994054 328.79853 93.101669 326.78097 92.733070 curveto
+fill
+grestore
+grestore
+gsave [0.96912200 0.0000000 0.0000000 1.0318620 0.0000000 0.0000000] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+262.24407 16.217230 moveto
+262.24407 16.217230 lineto
+263.77664 16.585835 264.96002 17.497620 265.79422 18.952587 curveto
+266.33739 19.922579 266.60899 20.970162 266.60900 22.095338 curveto
+266.60899 23.938312 265.96880 25.461187 264.68844 26.663966 curveto
+263.62144 27.653350 262.35076 28.148042 260.87640 28.148042 curveto
+258.78122 28.148042 257.09345 27.566052 255.81307 26.402070 curveto
+255.81307 26.402070 lineto
+255.52208 26.111075 lineto
+254.82369 27.236257 254.47449 27.789148 254.47450 27.769748 curveto
+254.31930 28.021944 254.17380 28.148042 254.03800 28.148042 curveto
+253.84400 27.973445 253.73731 27.740649 253.71791 27.449653 curveto
+253.71791 21.629745 lineto
+253.71791 21.202958 253.78580 20.970162 253.92160 20.931356 curveto
+253.92160 20.931356 lineto
+253.95070 20.902256 lineto
+254.09620 20.902256 lineto
+254.30960 20.902263 254.42599 20.999261 254.44540 21.193252 curveto
+254.50359 23.055627 255.06618 24.510603 256.13317 25.558183 curveto
+256.24957 25.674581 lineto
+257.37474 26.722166 258.90732 27.245957 260.84730 27.245957 curveto
+262.30226 27.245957 263.39834 26.605768 264.13554 25.325387 curveto
+264.54292 24.627001 264.74662 23.880113 264.74663 23.084722 curveto
+264.74662 22.037144 264.44593 21.144759 263.84455 20.407564 curveto
+263.32075 19.709183 262.56416 19.233891 261.57478 18.981687 curveto
+261.54568 18.952587 lineto
+261.54568 18.971995 261.48748 18.962295 261.37109 18.923487 curveto
+258.96552 18.341506 257.68514 18.021411 257.52995 17.963203 curveto
+255.99737 17.439421 254.89159 16.440338 254.21260 14.965950 curveto
+253.88280 14.228775 253.71791 13.452788 253.71791 12.637986 curveto
+253.71791 10.872631 254.38719 9.4273548 255.72578 8.3021544 curveto
+256.77335 7.4291882 257.99553 6.9926955 259.39232 6.9926750 curveto
+261.04128 6.9926955 262.46716 7.5455863 263.66995 8.6513489 curveto
+264.04825 9.0296430 lineto
+265.06673 7.3709691 lineto
+265.20251 7.1187934 265.34801 6.9926955 265.50322 6.9926750 curveto
+265.69721 7.1672926 265.80390 7.4000887 265.82332 7.6910640 curveto
+265.82332 13.540072 lineto
+265.82330 13.947479 265.76510 14.170576 265.64872 14.209362 curveto
+265.61962 14.209362 lineto
+265.59052 14.238461 lineto
+265.44502 14.238461 lineto
+265.25101 14.238474 265.13462 14.122076 265.09583 13.889267 curveto
+264.55262 9.8735474 262.66116 7.8462813 259.42142 7.8074622 curveto
+258.02463 7.8074819 256.95765 8.3700725 256.22047 9.4952357 curveto
+256.19137 9.5243352 lineto
+255.78397 10.164542 255.58027 10.862931 255.58028 11.619502 curveto
+255.58027 12.899897 256.09437 13.918380 257.12255 14.674954 curveto
+257.52994 14.985362 257.99553 15.198758 258.51933 15.315144 curveto
+262.24407 16.217230 lineto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+278.67622 16.275429 moveto
+277.97782 15.557652 276.93994 15.198758 275.56257 15.198746 curveto
+274.34038 15.198758 273.36070 15.780749 272.62352 16.944719 curveto
+271.96392 17.992312 271.63413 19.398788 271.63413 21.164152 curveto
+271.63413 23.957712 272.46832 25.790981 274.13669 26.663966 curveto
+274.66048 26.954962 275.19397 27.100459 275.73717 27.100459 curveto
+277.63833 27.100459 278.90901 26.081976 279.54921 24.045007 curveto
+279.60740 23.851014 279.73349 23.754015 279.92750 23.754012 curveto
+280.17969 23.754015 280.30578 23.851014 280.30580 24.045007 curveto
+280.30578 24.413604 280.09239 24.937396 279.66561 25.616382 curveto
+278.71501 27.090760 277.31823 27.827947 275.47527 27.827948 curveto
+273.65170 27.827947 272.10942 27.110159 270.84845 25.674581 curveto
+269.76206 24.413604 269.21887 22.929529 269.21887 21.222351 curveto
+269.21887 19.224191 269.90756 17.555819 271.28494 16.217230 curveto
+272.46832 15.053261 273.88449 14.471270 275.53347 14.471257 curveto
+277.14364 14.471270 278.37552 14.907763 279.22911 15.780737 curveto
+279.73349 16.304540 279.98569 16.905930 279.98570 17.584909 curveto
+279.98569 18.322106 279.66560 18.768299 279.02542 18.923487 curveto
+278.90901 18.942896 278.78291 18.952596 278.64712 18.952587 curveto
+277.96812 18.952596 277.54133 18.642201 277.36674 18.021402 curveto
+277.32793 17.905013 277.30853 17.769215 277.30854 17.614008 curveto
+277.30853 16.915630 277.64803 16.488837 278.32703 16.333628 curveto
+278.44342 16.294840 278.55981 16.275440 278.67622 16.275429 curveto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+294.83693 21.280550 moveto
+294.83693 21.280550 lineto
+294.83691 23.278723 294.09973 24.927696 292.62536 26.227473 curveto
+291.40317 27.294456 289.98699 27.827947 288.37683 27.827948 curveto
+286.51445 27.827947 284.94308 27.129559 283.66270 25.732780 curveto
+282.51812 24.471803 281.94583 22.987728 281.94583 21.280550 curveto
+281.94583 19.301790 282.65392 17.633418 284.07010 16.275429 curveto
+285.29227 15.072660 286.73755 14.471270 288.40593 14.471257 curveto
+290.28769 14.471270 291.86876 15.218158 293.14915 16.711922 curveto
+294.27432 18.011711 294.83691 19.534586 294.83693 21.280550 curveto
+288.40593 27.100459 moveto
+288.40593 27.100459 lineto
+289.70570 27.100459 290.73388 26.557268 291.49048 25.470885 curveto
+291.78148 24.947093 lineto
+292.20826 24.093510 292.42165 22.793731 292.42167 21.047754 curveto
+292.42165 19.185392 292.16946 17.837114 291.66508 17.002918 curveto
+290.83088 15.800148 289.73480 15.169659 288.37683 15.111447 curveto
+287.17404 15.111460 286.18466 15.596452 285.40868 16.566425 curveto
+285.27287 16.721633 285.15648 16.886530 285.05948 17.061117 curveto
+284.59388 17.914713 284.36109 19.243591 284.36109 21.047754 curveto
+284.36109 22.929529 284.60358 24.297206 285.08858 25.150790 curveto
+285.90336 26.411771 287.00914 27.061660 288.40593 27.100459 curveto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+300.68593 25.238088 moveto
+300.68593 25.839480 300.80233 26.208074 301.03513 26.343871 curveto
+301.03513 26.343871 lineto
+301.06423 26.372970 lineto
+301.33582 26.528169 301.94691 26.605768 302.89750 26.605767 curveto
+303.50859 26.605767 lineto
+303.50859 27.507853 lineto
+302.73259 27.449654 301.50072 27.420554 299.81295 27.420554 curveto
+299.87114 27.420554 298.76536 27.449654 296.49560 27.507853 curveto
+296.49560 26.605767 lineto
+297.64018 26.605768 298.30947 26.518469 298.50347 26.343871 curveto
+298.56167 26.285672 lineto
+298.69746 26.130476 298.76536 25.800681 298.76536 25.296287 curveto
+298.76536 17.497610 lineto
+298.76536 16.741033 298.61986 16.275440 298.32887 16.100832 curveto
+298.09607 15.965046 297.67898 15.887447 297.07759 15.868036 curveto
+296.49560 15.868036 lineto
+296.49560 14.965950 lineto
+300.54044 14.645855 lineto
+300.54044 17.846804 lineto
+301.06422 16.217241 301.92751 15.198758 303.13030 14.791352 curveto
+303.44068 14.694367 303.77048 14.645868 304.11968 14.645855 curveto
+305.03146 14.645868 305.68135 14.985362 306.06935 15.664339 curveto
+306.20514 15.897147 306.27304 16.149342 306.27305 16.420927 curveto
+306.27304 17.099927 305.95294 17.517020 305.31276 17.672207 curveto
+305.21575 17.691617 305.11876 17.701316 305.02177 17.701307 curveto
+304.42037 17.701316 304.03237 17.439421 303.85778 16.915619 curveto
+303.79958 16.779832 303.77048 16.624634 303.77049 16.450026 curveto
+303.77048 15.926246 303.99357 15.547952 304.43978 15.315144 curveto
+304.40097 15.295757 304.29427 15.286057 304.11968 15.286045 curveto
+302.81989 15.286057 301.85961 16.081444 301.23883 17.672207 curveto
+300.87023 18.584002 300.68593 19.612185 300.68593 20.756759 curveto
+300.68593 25.238088 lineto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+318.39664 20.785858 moveto
+318.39664 20.785858 lineto
+310.27787 20.785858 lineto
+310.27787 22.764632 310.56886 24.219608 311.15086 25.150790 curveto
+312.08204 26.353572 313.17812 27.003461 314.43910 27.100459 curveto
+315.77768 27.100459 316.85436 26.557268 317.66915 25.470885 curveto
+317.96014 25.082893 318.19293 24.627001 318.36754 24.103206 curveto
+318.42573 23.831614 318.55183 23.695816 318.74584 23.695812 curveto
+318.99802 23.695816 319.12412 23.812214 319.12413 24.045007 curveto
+319.12412 24.471803 318.85252 25.053794 318.30934 25.790980 curveto
+317.51395 26.877363 316.46636 27.527252 315.16659 27.740649 curveto
+314.87559 27.798848 314.57490 27.827947 314.26451 27.827948 curveto
+312.44093 27.827947 310.88896 27.129559 309.60858 25.732780 curveto
+308.44460 24.452404 307.86261 22.910129 307.86261 21.105953 curveto
+307.86261 19.088393 308.56100 17.420021 309.95778 16.100832 curveto
+311.08295 15.014461 312.40213 14.471270 313.91531 14.471257 curveto
+316.10747 14.471270 317.64004 15.402455 318.51304 17.264814 curveto
+318.92042 18.137809 319.12412 19.107793 319.12413 20.174768 curveto
+319.12412 20.504570 319.05622 20.698566 318.92043 20.756759 curveto
+318.86222 20.776165 318.68763 20.785865 318.39664 20.785858 curveto
+310.30697 20.174768 moveto
+310.30697 20.174768 lineto
+317.20356 20.174768 lineto
+317.20355 18.331806 316.79616 16.944729 315.98138 16.013533 curveto
+315.43818 15.412155 314.74949 15.111460 313.91531 15.111447 curveto
+312.92592 15.111460 312.09174 15.567352 311.41275 16.479126 curveto
+310.73376 17.352122 310.36517 18.584002 310.30697 20.174768 curveto
+fill
+grestore
+grestore
+gsave [0.96912200 0.0000000 0.0000000 1.0318620 0.0000000 0.0000000] concat
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-61.621001 60.450596 moveto
+-61.621001 60.450596 lineto
+-60.088436 60.819201 -58.905056 61.730986 -58.070856 63.185953 curveto
+-57.527679 64.155945 -57.256084 65.203528 -57.256069 66.328704 curveto
+-57.256084 68.171678 -57.896273 69.694553 -59.176639 70.897332 curveto
+-60.243634 71.886716 -61.514313 72.381408 -62.988679 72.381409 curveto
+-65.083853 72.381408 -66.771625 71.799418 -68.052000 70.635436 curveto
+-68.052000 70.635436 lineto
+-68.342995 70.344441 lineto
+-69.041387 71.469623 -69.390581 72.022514 -69.390579 72.003114 curveto
+-69.545778 72.255310 -69.691276 72.381408 -69.827072 72.381409 curveto
+-70.021070 72.206811 -70.127769 71.974015 -70.147167 71.683019 curveto
+-70.147167 65.863111 lineto
+-70.147168 65.436324 -70.079269 65.203528 -69.943470 65.164722 curveto
+-69.943470 65.164722 lineto
+-69.914370 65.135622 lineto
+-69.768873 65.135622 lineto
+-69.555478 65.135629 -69.439080 65.232627 -69.419678 65.426618 curveto
+-69.361481 67.288993 -68.798891 68.743969 -67.731905 69.791549 curveto
+-67.615506 69.907947 lineto
+-66.490329 70.955532 -64.957755 71.479323 -63.017779 71.479323 curveto
+-61.562812 71.479323 -60.466730 70.839134 -59.729530 69.558753 curveto
+-59.322149 68.860367 -59.118453 68.113479 -59.118440 67.318088 curveto
+-59.118453 66.270510 -59.419148 65.378125 -60.020526 64.640930 curveto
+-60.544329 63.942549 -61.300916 63.467257 -62.290290 63.215053 curveto
+-62.319390 63.185953 lineto
+-62.319399 63.205361 -62.377598 63.195661 -62.493987 63.156853 curveto
+-64.899556 62.574872 -66.179935 62.254777 -66.335127 62.196569 curveto
+-67.867706 61.672787 -68.973488 60.673704 -69.652474 59.199316 curveto
+-69.982271 58.462141 -70.147168 57.686154 -70.147167 56.871352 curveto
+-70.147168 55.105997 -69.477879 53.660721 -68.139298 52.535520 curveto
+-67.091719 51.662554 -65.869540 51.226062 -64.472756 51.226041 curveto
+-62.823791 51.226062 -61.397915 51.778952 -60.195123 52.884715 curveto
+-59.816829 53.263009 lineto
+-58.798345 51.604335 lineto
+-58.662560 51.352159 -58.517063 51.226062 -58.361852 51.226041 curveto
+-58.167869 51.400659 -58.061170 51.633455 -58.041757 51.924430 curveto
+-58.041757 57.773438 lineto
+-58.041771 58.180845 -58.099970 58.403942 -58.216354 58.442728 curveto
+-58.245454 58.442728 lineto
+-58.274553 58.471827 lineto
+-58.420051 58.471827 lineto
+-58.614061 58.471840 -58.730459 58.355442 -58.769245 58.122633 curveto
+-59.312449 54.106913 -61.203918 52.079647 -64.443656 52.040828 curveto
+-65.840440 52.040848 -66.907422 52.603439 -67.644606 53.728602 curveto
+-67.673706 53.757701 lineto
+-68.081103 54.397909 -68.284799 55.096297 -68.284796 55.852868 curveto
+-68.284799 57.133263 -67.770708 58.151746 -66.742520 58.908320 curveto
+-66.335132 59.218728 -65.869540 59.432124 -65.345742 59.548510 curveto
+-61.621001 60.450596 lineto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-50.601367 60.101402 moveto
+-50.601367 60.101402 lineto
+-50.601367 68.191074 lineto
+-50.601372 70.131045 -50.038781 71.168928 -48.913593 71.304725 curveto
+-48.836001 71.324126 -48.748703 71.333825 -48.651697 71.333825 curveto
+-47.817518 71.333825 -47.235528 70.790634 -46.905725 69.704251 curveto
+-46.769936 69.238660 -46.702037 68.695469 -46.702028 68.074676 curveto
+-46.702028 66.474201 lineto
+-45.974540 66.474201 lineto
+-45.974540 68.132875 lineto
+-45.974549 69.723652 -46.420742 70.868233 -47.313119 71.566621 curveto
+-47.739920 71.896416 -48.254011 72.061313 -48.855394 72.061314 curveto
+-50.484974 72.061313 -51.600455 71.450223 -52.201842 70.228042 curveto
+-52.473441 69.646054 -52.609238 68.947665 -52.609235 68.132875 curveto
+-52.609235 60.101402 lineto
+-55.082696 60.101402 lineto
+-55.082696 59.461212 lineto
+-53.356126 59.383625 -52.211545 58.297243 -51.648950 56.202063 curveto
+-51.454958 55.464891 -51.348259 54.679204 -51.328855 53.845000 curveto
+-50.601367 53.845000 lineto
+-50.601367 59.199316 lineto
+-46.440132 59.199316 lineto
+-46.440132 60.101402 lineto
+-50.601367 60.101402 lineto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-34.635265 69.529653 moveto
+-35.120267 70.732435 -35.973852 71.518122 -37.196025 71.886716 curveto
+-37.584025 72.003114 -38.001118 72.061313 -38.447305 72.061314 curveto
+-40.096283 72.061313 -41.366962 71.663620 -42.259345 70.868232 curveto
+-42.821938 70.363842 -43.103233 69.733352 -43.103232 68.976762 curveto
+-43.103233 67.482990 -42.278747 66.289910 -40.629771 65.397518 curveto
+-40.493977 65.319926 -40.348479 65.252027 -40.193278 65.193821 curveto
+-39.009902 64.631237 -37.273631 64.282043 -34.984460 64.146238 curveto
+-34.838962 64.146238 lineto
+-34.838962 63.069555 lineto
+-34.838971 61.420591 -35.430661 60.285710 -36.614034 59.664908 curveto
+-37.021435 59.451524 -37.457928 59.344826 -37.923513 59.344813 curveto
+-39.203898 59.344826 -40.193282 59.723119 -40.891667 60.479696 curveto
+-40.949869 60.557306 -41.008068 60.625204 -41.066264 60.683392 curveto
+-40.154482 60.799801 -39.659791 61.245994 -39.582187 62.021971 curveto
+-39.582192 62.681570 -39.882887 63.108363 -40.484273 63.302351 curveto
+-40.620075 63.341159 -40.765572 63.360559 -40.920766 63.360550 curveto
+-41.619158 63.360559 -42.045951 63.040464 -42.201146 62.400265 curveto
+-42.239948 62.303276 -42.259347 62.167479 -42.259345 61.992872 curveto
+-42.259347 60.828901 -41.648258 59.936516 -40.426074 59.315714 curveto
+-39.669491 58.908333 -38.815905 58.704637 -37.865314 58.704623 curveto
+-36.274547 58.704637 -34.945670 59.238128 -33.878677 60.305098 curveto
+-33.199699 61.003498 -32.850505 61.973482 -32.831093 63.215053 curveto
+-32.831093 63.244152 lineto
+-32.831093 63.738844 lineto
+-32.831093 69.558753 lineto
+-32.831105 70.121346 -32.656508 70.538439 -32.307302 70.810033 curveto
+-32.152116 70.945832 -31.967819 71.013731 -31.754410 71.013730 curveto
+-31.075434 71.013731 -30.726240 70.392941 -30.706827 69.151359 curveto
+-30.706827 67.521785 lineto
+-29.979338 67.521785 lineto
+-29.979338 69.151359 lineto
+-29.979353 70.567538 -30.561343 71.450223 -31.725311 71.799418 curveto
+-31.958120 71.877016 -32.171516 71.915816 -32.365501 71.915816 curveto
+-33.316097 71.915816 -33.995085 71.411424 -34.402469 70.402640 curveto
+-34.518877 70.131045 -34.596475 69.840050 -34.635265 69.529653 curveto
+-34.838962 64.757328 moveto
+-37.826521 64.873733 -39.727690 65.785518 -40.542472 67.492685 curveto
+-40.755872 67.958282 -40.862571 68.443274 -40.862567 68.947662 curveto
+-40.862571 69.937049 -40.416378 70.664537 -39.523988 71.130128 curveto
+-39.136000 71.324126 -38.709207 71.421124 -38.243608 71.421124 curveto
+-37.234831 71.421124 -36.390945 71.023431 -35.711948 70.228042 curveto
+-35.129966 69.568455 -34.838971 68.714869 -34.838962 67.667283 curveto
+-34.838962 64.757328 lineto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-17.670233 62.051071 moveto
+-21.482273 71.508422 lineto
+-21.637478 71.877016 -21.841175 72.061313 -22.093363 72.061314 curveto
+-22.326167 72.061313 -22.500764 71.944915 -22.617155 71.712119 curveto
+-22.636562 71.673320 -22.665661 71.605421 -22.704454 71.508422 curveto
+-26.894788 61.178085 lineto
+-27.108187 60.673704 -27.340983 60.373009 -27.593177 60.275999 curveto
+-27.593177 60.246899 lineto
+-27.864774 60.149912 -28.407965 60.101413 -29.222751 60.101402 curveto
+-29.222751 59.199316 lineto
+-28.349766 59.257527 -27.408882 59.286627 -26.400095 59.286614 curveto
+-26.031505 59.286627 -24.974223 59.257527 -23.228245 59.199316 curveto
+-23.228245 60.101402 lineto
+-24.334033 60.101413 -24.886924 60.353609 -24.886919 60.857990 curveto
+-24.886924 60.935599 -24.828725 61.100496 -24.712322 61.352682 curveto
+-21.453173 69.471454 lineto
+-18.485020 62.051071 lineto
+-18.368633 61.721286 -18.310434 61.488490 -18.310423 61.352682 curveto
+-18.310434 60.673704 -18.649928 60.266310 -19.328907 60.130501 curveto
+-19.445315 60.111113 -19.571413 60.101413 -19.707201 60.101402 curveto
+-19.707201 59.199316 lineto
+-18.717827 59.257527 -17.873941 59.286627 -17.175540 59.286614 curveto
+-16.380166 59.286627 -15.652679 59.257527 -14.993075 59.199316 curveto
+-14.993075 60.101402 lineto
+-16.254068 60.120813 -17.127054 60.712503 -17.612034 61.876474 curveto
+-17.612034 61.905573 lineto
+-17.631445 61.944382 -17.650845 61.992882 -17.670233 62.051071 curveto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+-3.0813580 65.019224 moveto
+-3.0813580 65.019224 lineto
+-11.200130 65.019224 lineto
+-11.200134 66.997998 -10.909138 68.452974 -10.327144 69.384156 curveto
+-9.3959638 70.586938 -8.2998821 71.236827 -7.0388958 71.333825 curveto
+-5.7003255 71.333825 -4.6236435 70.790634 -3.8088465 69.704251 curveto
+-3.5178620 69.316259 -3.2850659 68.860367 -3.1104575 68.336572 curveto
+-3.0522698 68.064980 -2.9261719 67.929182 -2.7321635 67.929178 curveto
+-2.4799794 67.929182 -2.3538815 68.045580 -2.3538694 68.278373 curveto
+-2.3538815 68.705169 -2.6254769 69.287160 -3.1686566 70.024346 curveto
+-3.9640546 71.110729 -5.0116371 71.760618 -6.3114072 71.974015 curveto
+-6.6024105 72.032214 -6.9031054 72.061313 -7.2134930 72.061314 curveto
+-9.0370698 72.061313 -10.589044 71.362925 -11.869420 69.966146 curveto
+-13.033403 68.685770 -13.615393 67.143495 -13.615392 65.339319 curveto
+-13.615393 63.321759 -12.917005 61.653387 -11.520225 60.334198 curveto
+-10.395047 59.247827 -9.0758691 58.704637 -7.5626875 58.704623 curveto
+-5.3705311 58.704637 -3.8379567 59.635821 -2.9649598 61.498180 curveto
+-2.5575781 62.371175 -2.3538815 63.341159 -2.3538694 64.408134 curveto
+-2.3538815 64.737936 -2.4217804 64.931932 -2.5575662 64.990125 curveto
+-2.6157771 65.009531 -2.7903742 65.019231 -3.0813580 65.019224 curveto
+-11.171031 64.408134 moveto
+-11.171031 64.408134 lineto
+-4.2744392 64.408134 lineto
+-4.2744494 62.565172 -4.6818426 61.178095 -5.4966200 60.246899 curveto
+-6.0398199 59.645521 -6.7285084 59.344826 -7.5626875 59.344813 curveto
+-8.5520779 59.344826 -9.3862639 59.800718 -10.065248 60.712492 curveto
+-10.744241 61.585488 -11.112835 62.817368 -11.171031 64.408134 curveto
+fill
+grestore
+gsave
+0.0000000 0.0000000 0.0000000 setrgbcolor
+newpath
+4.5240794 66.095907 moveto
+4.5240794 66.095907 lineto
+2.8557012 65.766118 1.7596195 65.446024 1.2358311 65.135622 curveto
+1.0418315 65.038631 0.85753462 64.912533 0.68293975 64.757328 curveto
+-0.15124852 64.078347 -0.56834154 63.253860 -0.56834058 62.283867 curveto
+-0.56834154 60.925899 0.033048404 59.936516 1.2358311 59.315714 curveto
+1.9924156 58.908333 2.9429998 58.704637 4.0875862 58.704623 curveto
+5.1739625 58.704637 6.0857472 58.976232 6.8229432 59.519411 curveto
+7.0363313 59.344826 7.2012286 59.189628 7.3176355 59.053818 curveto
+7.5698224 58.821035 7.7638192 58.704637 7.8996263 58.704623 curveto
+8.0936136 58.879234 8.2003119 59.112030 8.2197213 59.403012 curveto
+8.2197213 62.342066 lineto
+8.2197115 62.749469 8.1615125 62.972565 8.0451240 63.011356 curveto
+8.0160245 63.011356 lineto
+7.9869249 63.040455 lineto
+7.8414272 63.040455 lineto
+7.6280214 63.040464 7.5116234 62.953165 7.4922327 62.778559 curveto
+7.3564260 60.819201 6.5513394 59.674620 5.0769707 59.344813 curveto
+4.7665693 59.286627 4.4367748 59.257527 4.0875862 59.257515 curveto
+2.2640111 59.257527 1.1970289 59.820118 0.88663655 60.945288 curveto
+0.84783478 61.119896 0.82843511 61.294493 0.82843746 61.469080 curveto
+0.82843511 62.458474 1.5753226 63.156862 3.0691022 63.564247 curveto
+3.3600928 63.641854 3.8062853 63.738852 4.4076812 63.855243 curveto
+5.8044519 64.126846 6.8035352 64.505140 7.4049341 64.990125 curveto
+7.5213232 65.067730 7.6280214 65.155029 7.7250291 65.252021 curveto
+8.5398062 66.066813 8.9471994 66.988298 8.9472099 68.016477 curveto
+8.9471994 69.665453 8.2682107 70.829434 6.9102419 71.508422 curveto
+6.1730458 71.877016 5.2903605 72.061313 4.2621835 72.061314 curveto
+3.0011988 72.061313 1.9342166 71.644220 1.0612338 70.810033 curveto
+0.47924295 71.479323 lineto
+0.091247431 71.867316 -0.15124852 72.061313 -0.24824561 72.061314 curveto
+-0.44224365 71.886716 -0.54894187 71.653920 -0.56834058 71.362925 curveto
+-0.56834058 67.521785 lineto
+-0.56834154 67.094996 -0.50044268 66.862200 -0.36464378 66.823396 curveto
+-0.36464378 66.823396 lineto
+-0.33554424 66.794296 lineto
+-0.19004653 66.794296 lineto
+0.0039488903 66.794301 0.13004678 66.900999 0.18824753 67.114391 curveto
+0.18824581 67.153195 0.19794565 67.211394 0.21734707 67.288989 curveto
+0.72173689 69.539355 1.6820208 70.868233 3.0982018 71.275626 curveto
+3.4473913 71.372625 3.8353848 71.421124 4.2621835 71.421124 curveto
+6.0081485 71.421124 7.0654308 70.810034 7.4340336 69.587852 curveto
+7.5116234 69.335659 7.5504227 69.064063 7.5504318 68.773065 curveto
+7.5504227 67.356892 6.5416396 66.464507 4.5240794 66.095907 curveto
+fill
+grestore
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+1.1063715 setlinewidth
+0 setlinejoin
+1 setlinecap
+newpath
+182.68874 61.446269 moveto
+239.20838 80.359267 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+1.1210915 setlinewidth
+0 setlinejoin
+1 setlinecap
+newpath
+183.89135 40.065168 moveto
+244.83751 74.101277 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+1.1424956 setlinewidth
+0 setlinejoin
+1 setlinecap
+newpath
+25.379291 39.857977 moveto
+4.3453306 54.751570 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+1.1676413 setlinewidth
+0 setlinejoin
+1 setlinecap
+newpath
+26.401801 100.36701 moveto
+0.58382064 77.858297 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+1.1063715 setlinewidth
+0 setlinejoin
+1 setlinecap
+newpath
+209.76401 30.965176 moveto
+240.46132 21.586553 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[1.2744309 3.8232932] 0.0000000 setdash
+1.2744310 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+151.69419 -9.7574803 moveto
+151.29749 197.75887 lineto
+stroke
+gsave
+0.68627453 0.68627453 0.68627453 setrgbcolor
+newpath
+146.02685 142.84831 moveto
+156.68525 142.84831 lineto
+160.98282 142.84831 164.44260 146.30809 164.44260 150.60566 curveto
+164.44260 205.64506 lineto
+164.44260 209.94263 160.98282 213.40240 156.68525 213.40240 curveto
+146.02685 213.40240 lineto
+141.72928 213.40240 138.26950 209.94263 138.26950 205.64506 curveto
+138.26950 150.60566 lineto
+138.26950 146.30809 141.72928 142.84831 146.02685 142.84831 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88499999 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+146.02685 142.84831 moveto
+156.68525 142.84831 lineto
+160.98282 142.84831 164.44260 146.30809 164.44260 150.60566 curveto
+164.44260 205.64506 lineto
+164.44260 209.94263 160.98282 213.40240 156.68525 213.40240 curveto
+146.02685 213.40240 lineto
+141.72928 213.40240 138.26950 209.94263 138.26950 205.64506 curveto
+138.26950 150.60566 lineto
+138.26950 146.30809 141.72928 142.84831 146.02685 142.84831 curveto
+closepath
+stroke
+gsave
+0.84313726 0.84313726 0.84313726 setrgbcolor
+newpath
+149.01595 148.13576 moveto
+153.82477 148.13576 lineto
+157.62352 148.13576 160.68172 151.19396 160.68172 154.99271 curveto
+160.68172 176.06715 lineto
+160.68172 179.86591 157.62352 182.92411 153.82477 182.92411 curveto
+149.01595 182.92411 lineto
+145.21720 182.92411 142.15900 179.86591 142.15900 176.06715 curveto
+142.15900 154.99271 lineto
+142.15900 151.19396 145.21720 148.13576 149.01595 148.13576 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88499999 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+149.01595 148.13576 moveto
+153.82477 148.13576 lineto
+157.62352 148.13576 160.68172 151.19396 160.68172 154.99271 curveto
+160.68172 176.06715 lineto
+160.68172 179.86591 157.62352 182.92411 153.82477 182.92411 curveto
+149.01595 182.92411 lineto
+145.21720 182.92411 142.15900 179.86591 142.15900 176.06715 curveto
+142.15900 154.99271 lineto
+142.15900 151.19396 145.21720 148.13576 149.01595 148.13576 curveto
+closepath
+stroke
+gsave
+0.84313726 0.84313726 0.84313726 setrgbcolor
+newpath
+148.76260 185.27272 moveto
+153.91584 185.27272 lineto
+157.71459 185.27272 160.77279 188.33092 160.77279 192.12968 curveto
+160.77279 202.34002 lineto
+160.77279 206.13878 157.71459 209.19698 153.91584 209.19698 curveto
+148.76260 209.19698 lineto
+144.96384 209.19698 141.90564 206.13878 141.90564 202.34002 curveto
+141.90564 192.12968 lineto
+141.90564 188.33092 144.96384 185.27272 148.76260 185.27272 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88499999 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+148.76260 185.27272 moveto
+153.91584 185.27272 lineto
+157.71459 185.27272 160.77279 188.33092 160.77279 192.12968 curveto
+160.77279 202.34002 lineto
+160.77279 206.13878 157.71459 209.19698 153.91584 209.19698 curveto
+148.76260 209.19698 lineto
+144.96384 209.19698 141.90564 206.13878 141.90564 202.34002 curveto
+141.90564 192.12968 lineto
+141.90564 188.33092 144.96384 185.27272 148.76260 185.27272 curveto
+closepath
+stroke
+gsave [1.4162090 0.0000000 0.0000000 1.4162090 -20.215340 -79.974730] concat
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.44125390 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+stroke
+grestore
+gsave [1.4162090 0.0000000 0.0000000 1.4162090 -20.479480 -64.209730] concat
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.44125390 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+stroke
+grestore
+gsave [1.4162090 0.0000000 0.0000000 1.4162090 -20.363720 -39.930040] concat
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.44125390 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+stroke
+grestore
+gsave [1.0000000 0.0000000 0.0000000 1.0000000 8.6949600 0.0000000] concat
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[1.2750270 3.8250812] 0.0000000 setdash
+1.2750272 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+88.417813 -9.9473490 moveto
+88.021113 197.76321 lineto
+stroke
+gsave
+0.68627453 0.68627453 0.68627453 setrgbcolor
+newpath
+84.307164 147.07874 moveto
+91.525266 147.07874 lineto
+96.252967 147.07874 100.05902 150.88479 100.05902 155.61249 curveto
+100.05902 200.00992 lineto
+100.05902 204.73763 96.252967 208.54368 91.525266 208.54368 curveto
+84.307164 208.54368 lineto
+79.579463 208.54368 75.773407 204.73763 75.773407 200.00992 curveto
+75.773407 155.61249 lineto
+75.773407 150.88479 79.579463 147.07874 84.307164 147.07874 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88499999 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+84.307164 147.07874 moveto
+91.525266 147.07874 lineto
+96.252967 147.07874 100.05902 150.88479 100.05902 155.61249 curveto
+100.05902 200.00992 lineto
+100.05902 204.73763 96.252967 208.54368 91.525266 208.54368 curveto
+84.307164 208.54368 lineto
+79.579463 208.54368 75.773407 204.73763 75.773407 200.00992 curveto
+75.773407 155.61249 lineto
+75.773407 150.88479 79.579463 147.07874 84.307164 147.07874 curveto
+closepath
+stroke
+gsave
+0.84313726 0.84313726 0.84313726 setrgbcolor
+newpath
+86.170554 180.34737 moveto
+90.023439 180.34737 lineto
+94.286667 180.34737 97.718796 183.77950 97.718796 188.04272 curveto
+97.718796 196.57627 lineto
+97.718796 200.83950 94.286667 204.27163 90.023439 204.27163 curveto
+86.170554 204.27163 lineto
+81.907326 204.27163 78.475197 200.83950 78.475197 196.57627 curveto
+78.475197 188.04272 lineto
+78.475197 183.77950 81.907326 180.34737 86.170554 180.34737 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88499999 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+86.170554 180.34737 moveto
+90.023439 180.34737 lineto
+94.286667 180.34737 97.718796 183.77950 97.718796 188.04272 curveto
+97.718796 196.57627 lineto
+97.718796 200.83950 94.286667 204.27163 90.023439 204.27163 curveto
+86.170554 204.27163 lineto
+81.907326 204.27163 78.475197 200.83950 78.475197 196.57627 curveto
+78.475197 188.04272 lineto
+78.475197 183.77950 81.907326 180.34737 86.170554 180.34737 curveto
+closepath
+stroke
+gsave [1.4162090 0.0000000 0.0000000 1.4162090 -83.803540 -44.855390] concat
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.44125390 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+stroke
+grestore
+gsave
+0.84313726 0.84313726 0.84313726 setrgbcolor
+newpath
+85.116835 152.57442 moveto
+91.062910 152.57442 lineto
+94.706839 152.57442 97.640400 155.50798 97.640400 159.15191 curveto
+97.640400 169.92119 lineto
+97.640400 173.56512 94.706839 176.49868 91.062910 176.49868 curveto
+85.116835 176.49868 lineto
+81.472905 176.49868 78.539345 173.56512 78.539345 169.92119 curveto
+78.539345 159.15191 lineto
+78.539345 155.50798 81.472905 152.57442 85.116835 152.57442 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.88499999 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+85.116835 152.57442 moveto
+91.062910 152.57442 lineto
+94.706839 152.57442 97.640400 155.50798 97.640400 159.15191 curveto
+97.640400 169.92119 lineto
+97.640400 173.56512 94.706839 176.49868 91.062910 176.49868 curveto
+85.116835 176.49868 lineto
+81.472905 176.49868 78.539345 173.56512 78.539345 169.92119 curveto
+78.539345 159.15191 lineto
+78.539345 155.50798 81.472905 152.57442 85.116835 152.57442 curveto
+closepath
+stroke
+gsave [1.4162090 0.0000000 0.0000000 1.4162090 -83.885510 -72.628350] concat
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.44125390 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+stroke
+grestore
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+1.1210915 setlinewidth
+0 setlinejoin
+1 setlinecap
+newpath
+182.46352 108.96177 moveto
+241.48733 90.475112 lineto
+stroke
+gsave
+0.68627453 0.68627453 0.68627453 setrgbcolor
+newpath
+241.48908 165.42336 moveto
+252.14749 165.42336 lineto
+256.44506 165.42336 259.90483 168.88313 259.90483 173.18070 curveto
+259.90483 184.89355 lineto
+259.90483 189.19112 256.44506 192.65090 252.14749 192.65090 curveto
+241.48908 192.65090 lineto
+237.19151 192.65090 233.73174 189.19112 233.73174 184.89355 curveto
+233.73174 173.18070 lineto
+233.73174 168.88313 237.19151 165.42336 241.48908 165.42336 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+241.48908 165.42336 moveto
+252.14749 165.42336 lineto
+256.44506 165.42336 259.90483 168.88313 259.90483 173.18070 curveto
+259.90483 184.89355 lineto
+259.90483 189.19112 256.44506 192.65090 252.14749 192.65090 curveto
+241.48908 192.65090 lineto
+237.19151 192.65090 233.73174 189.19112 233.73174 184.89355 curveto
+233.73174 173.18070 lineto
+233.73174 168.88313 237.19151 165.42336 241.48908 165.42336 curveto
+closepath
+stroke
+gsave
+0.84313726 0.84313726 0.84313726 setrgbcolor
+newpath
+207.46888 185.39404 moveto
+212.62212 185.39404 lineto
+216.42087 185.39404 219.47908 188.45225 219.47908 192.25100 curveto
+219.47908 202.46135 lineto
+219.47908 206.26010 216.42087 209.31830 212.62212 209.31830 curveto
+207.46888 209.31830 lineto
+203.67013 209.31830 200.61192 206.26010 200.61192 202.46135 curveto
+200.61192 192.25100 lineto
+200.61192 188.45225 203.67013 185.39404 207.46888 185.39404 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+207.46888 185.39404 moveto
+212.62212 185.39404 lineto
+216.42087 185.39404 219.47908 188.45225 219.47908 192.25100 curveto
+219.47908 202.46135 lineto
+219.47908 206.26010 216.42087 209.31830 212.62212 209.31830 curveto
+207.46888 209.31830 lineto
+203.67013 209.31830 200.61192 206.26010 200.61192 202.46135 curveto
+200.61192 192.25100 lineto
+200.61192 188.45225 203.67013 185.39404 207.46888 185.39404 curveto
+closepath
+stroke
+gsave [1.4162090 0.0000000 0.0000000 1.4162090 11.220390 -81.039070] concat
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.39575738 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+stroke
+grestore
+gsave [1.4162090 0.0000000 0.0000000 1.4162090 11.153860 -64.681230] concat
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.39575738 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+stroke
+grestore
+gsave [1.4162090 0.0000000 0.0000000 1.4162090 11.269620 -40.401540] concat
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.39575738 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+stroke
+grestore
+gsave
+0.84313726 0.84313726 0.84313726 setrgbcolor
+newpath
+207.48570 151.66121 moveto
+212.63893 151.66121 lineto
+216.43769 151.66121 219.49589 154.71941 219.49589 158.51817 curveto
+219.49589 168.72851 lineto
+219.49589 172.52727 216.43769 175.58547 212.63893 175.58547 curveto
+207.48570 175.58547 lineto
+203.68694 175.58547 200.62874 172.52727 200.62874 168.72851 curveto
+200.62874 158.51817 lineto
+200.62874 154.71941 203.68694 151.66121 207.48570 151.66121 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+207.48570 151.66121 moveto
+212.63893 151.66121 lineto
+216.43769 151.66121 219.49589 154.71941 219.49589 158.51817 curveto
+219.49589 168.72851 lineto
+219.49589 172.52727 216.43769 175.58547 212.63893 175.58547 curveto
+207.48570 175.58547 lineto
+203.68694 175.58547 200.62874 172.52727 200.62874 168.72851 curveto
+200.62874 158.51817 lineto
+200.62874 154.71941 203.68694 151.66121 207.48570 151.66121 curveto
+closepath
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+189.69623 157.84667 moveto
+200.46117 161.51947 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+189.76611 171.64361 moveto
+200.37931 166.19231 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+190.10344 196.62466 moveto
+200.39129 196.69454 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+219.64158 195.42700 moveto
+233.59024 183.97744 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+219.54774 163.42573 moveto
+233.57825 176.07294 lineto
+stroke
+gsave [1.0000000 0.0000000 0.0000000 1.0000000 10.947320 0.0000000] concat
+gsave
+0.68627453 0.68627453 0.68627453 setrgbcolor
+newpath
+-1.4353113 163.23927 moveto
+5.7827902 163.23927 lineto
+10.510492 163.23927 14.316547 167.04533 14.316547 171.77303 curveto
+14.316547 180.37286 lineto
+14.316547 185.10056 10.510492 188.90662 5.7827902 188.90662 curveto
+-1.4353113 188.90662 lineto
+-6.1630128 188.90662 -9.9690685 185.10056 -9.9690685 180.37286 curveto
+-9.9690685 171.77303 lineto
+-9.9690685 167.04533 -6.1630128 163.23927 -1.4353113 163.23927 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+-1.4353113 163.23927 moveto
+5.7827902 163.23927 lineto
+10.510492 163.23927 14.316547 167.04533 14.316547 171.77303 curveto
+14.316547 180.37286 lineto
+14.316547 185.10056 10.510492 188.90662 5.7827902 188.90662 curveto
+-1.4353113 188.90662 lineto
+-6.1630128 188.90662 -9.9690685 185.10056 -9.9690685 180.37286 curveto
+-9.9690685 171.77303 lineto
+-9.9690685 167.04533 -6.1630128 163.23927 -1.4353113 163.23927 curveto
+closepath
+stroke
+gsave
+0.84313726 0.84313726 0.84313726 setrgbcolor
+newpath
+30.267600 179.29735 moveto
+34.120485 179.29735 lineto
+38.383713 179.29735 41.815842 182.72948 41.815842 186.99270 curveto
+41.815842 189.99991 lineto
+41.815842 194.26314 38.383713 197.69527 34.120485 197.69527 curveto
+30.267600 197.69527 lineto
+26.004372 197.69527 22.572243 194.26314 22.572243 189.99991 curveto
+22.572243 186.99270 lineto
+22.572243 182.72948 26.004372 179.29735 30.267600 179.29735 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+30.267600 179.29735 moveto
+34.120485 179.29735 lineto
+38.383713 179.29735 41.815842 182.72948 41.815842 186.99270 curveto
+41.815842 189.99991 lineto
+41.815842 194.26314 38.383713 197.69527 34.120485 197.69527 curveto
+30.267600 197.69527 lineto
+26.004372 197.69527 22.572243 194.26314 22.572243 189.99991 curveto
+22.572243 186.99270 lineto
+22.572243 182.72948 26.004372 179.29735 30.267600 179.29735 curveto
+closepath
+stroke
+gsave [1.4162090 0.0000000 0.0000000 1.4162090 -117.17870 -47.779320] concat
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.39575738 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+stroke
+grestore
+gsave
+0.84313726 0.84313726 0.84313726 setrgbcolor
+newpath
+29.411494 155.28255 moveto
+35.357568 155.28255 lineto
+39.001498 155.28255 41.935059 158.21611 41.935059 161.86004 curveto
+41.935059 167.29354 lineto
+41.935059 170.93747 39.001498 173.87103 35.357568 173.87103 curveto
+29.411494 173.87103 lineto
+25.767564 173.87103 22.834003 170.93747 22.834003 167.29354 curveto
+22.834003 161.86004 lineto
+22.834003 158.21611 25.767564 155.28255 29.411494 155.28255 curveto
+closepath
+fill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+1 setlinejoin
+0 setlinecap
+newpath
+29.411494 155.28255 moveto
+35.357568 155.28255 lineto
+39.001498 155.28255 41.935059 158.21611 41.935059 161.86004 curveto
+41.935059 167.29354 lineto
+41.935059 170.93747 39.001498 173.87103 35.357568 173.87103 curveto
+29.411494 173.87103 lineto
+25.767564 173.87103 22.834003 170.93747 22.834003 167.29354 curveto
+22.834003 161.86004 lineto
+22.834003 158.21611 25.767564 155.28255 29.411494 155.28255 curveto
+closepath
+stroke
+gsave [1.4162090 0.0000000 0.0000000 1.4162090 -117.85340 -72.983320] concat
+gsave
+1.0000000 1.0000000 1.0000000 setrgbcolor
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+eofill
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.39575738 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+126.07693 167.57559 moveto
+126.07693 170.19357 123.95219 172.31830 121.33422 172.31830 curveto
+118.71625 172.31830 116.59152 170.19357 116.59152 167.57559 curveto
+116.59152 164.95762 118.71625 162.83289 121.33422 162.83289 curveto
+123.95219 162.83289 126.07693 164.95762 126.07693 167.57559 curveto
+closepath
+stroke
+grestore
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+41.896572 189.25354 moveto
+47.691864 189.50020 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+42.289125 164.21618 moveto
+47.031830 164.21619 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+14.366305 180.77152 moveto
+22.447541 185.61447 lineto
+stroke
+0.0000000 0.0000000 0.0000000 setrgbcolor
+[] 0 setdash
+0.79382217 setlinewidth
+0 setlinejoin
+0 setlinecap
+newpath
+14.446518 172.14067 moveto
+22.786530 166.35797 lineto
+stroke
+grestore
+grestore
+showpage
diff --git a/images/context-example.pdf b/images/context-example.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..30f2da727355cb1e977d249696771ed566100ae7
Binary files /dev/null and b/images/context-example.pdf differ
diff --git a/out/alterations.pdf b/out/alterations.pdf
index b53fa5ea7d6d1245e61722d17ddf036392a4cb25..a1c6ccf7829f167c49e1acea2594109e2040dca7 100644
Binary files a/out/alterations.pdf and b/out/alterations.pdf differ
diff --git a/out/alterations.preview.pdf b/out/alterations.preview.pdf
index 312258869e3e1cf4fe631d17d9751cd0ecf4df05..b2132bdf470c81f151542a2d22b6f53b2644e79d 100644
Binary files a/out/alterations.preview.pdf and b/out/alterations.preview.pdf differ
diff --git a/out/articulations.pdf b/out/articulations.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..dd1293a17674743bd2ff6239ebc32621e2c218e6
Binary files /dev/null and b/out/articulations.pdf differ
diff --git a/out/articulations.preview.pdf b/out/articulations.preview.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..572e3e514dc8b2bc8872f095ae5357616171b2d6
Binary files /dev/null and b/out/articulations.preview.pdf differ
diff --git a/out/bars.pdf b/out/bars.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..ecc514260adb47db4ce7a57ad130a70420958027
Binary files /dev/null and b/out/bars.pdf differ
diff --git a/out/bars.preview.pdf b/out/bars.preview.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..3c705e2cdd67c914a507e0c84b7fad9d75d52f10
Binary files /dev/null and b/out/bars.preview.pdf differ
diff --git a/out/beaming.pdf b/out/beaming.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..03d54119343fe0d1309b8402b7607d5136874189
Binary files /dev/null and b/out/beaming.pdf differ
diff --git a/out/beaming.preview.pdf b/out/beaming.preview.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..6a1ff61697e1c92ec809d87a3b24d86ca4baaa04
Binary files /dev/null and b/out/beaming.preview.pdf differ
diff --git a/out/chords.pdf b/out/chords.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..4b4b32fa04aecd20bda0209b255d86218ba6f964
Binary files /dev/null and b/out/chords.pdf differ
diff --git a/out/chords.preview.pdf b/out/chords.preview.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..523d0c61ec3e5e9b4371db9585c129ae610f41bf
Binary files /dev/null and b/out/chords.preview.pdf differ
diff --git a/out/clefs.pdf b/out/clefs.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..fc21d465f0e29207cc2e0124aea39717daad9f34
Binary files /dev/null and b/out/clefs.pdf differ
diff --git a/out/clefs.preview.pdf b/out/clefs.preview.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..ca7866a2c40df50c769e0562677147a9b6d0c6d1
Binary files /dev/null and b/out/clefs.preview.pdf differ
diff --git a/out/durations.pdf b/out/durations.pdf
index ec7e365114595cf139f9e7f0e773664a83071b35..383de8fade2eb9ab4d97df7a96a3aadf56da4452 100644
Binary files a/out/durations.pdf and b/out/durations.pdf differ
diff --git a/out/durations.preview.pdf b/out/durations.preview.pdf
index aa311eab5006f77a96d9c3cd3558045c6a98e889..4f5571f851eb43002f9b23f487d756fc29491037 100644
Binary files a/out/durations.preview.pdf and b/out/durations.preview.pdf differ
diff --git a/out/dynamics.pdf b/out/dynamics.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..2046e447fa4db552eae5368c78df677a027ffe4e
Binary files /dev/null and b/out/dynamics.pdf differ
diff --git a/out/dynamics.preview.pdf b/out/dynamics.preview.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..37a8eab106cfba780609cd1eafc1e15dceb18b0c
Binary files /dev/null and b/out/dynamics.preview.pdf differ
diff --git a/out/grace.pdf b/out/grace.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..eb8ea26cf85f72838017d90b07cce869c872a30a
Binary files /dev/null and b/out/grace.pdf differ
diff --git a/out/grace.preview.pdf b/out/grace.preview.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..5bc557c4361c398c087b28fb5831e8214fa1b0fe
Binary files /dev/null and b/out/grace.preview.pdf differ
diff --git a/out/hierarchy.pdf b/out/hierarchy.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..b52291cb6d735cf4546fbc18dce1464c83e73b2a
Binary files /dev/null and b/out/hierarchy.pdf differ
diff --git a/out/hierarchy.preview.pdf b/out/hierarchy.preview.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..2abfbb101674d92e4aae81a665191d1ce76d0551
Binary files /dev/null and b/out/hierarchy.preview.pdf differ
diff --git a/out/keys.pdf b/out/keys.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..4f5ea6eabdd670958676b901ea1ef142378c45db
Binary files /dev/null and b/out/keys.pdf differ
diff --git a/out/keys.preview.pdf b/out/keys.preview.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..b578565ce415435362320d78bfa7cef840bf31e6
Binary files /dev/null and b/out/keys.preview.pdf differ
diff --git a/out/lyrics.pdf b/out/lyrics.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..a44b27c53b7b992c3d98a88454d80f72eabce97c
Binary files /dev/null and b/out/lyrics.pdf differ
diff --git a/out/lyrics.preview.pdf b/out/lyrics.preview.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..c478a67c8cfa618e13d6b72185390c884cfa6cd5
Binary files /dev/null and b/out/lyrics.preview.pdf differ
diff --git a/out/mmrest.pdf b/out/mmrest.pdf
index 8fd8c9fbb16bf049c5a32f558ea4117969a89535..ada9b4c3d1eebf8a6bc929df38336b3deecee5cd 100644
Binary files a/out/mmrest.pdf and b/out/mmrest.pdf differ
diff --git a/out/mmrest.preview.pdf b/out/mmrest.preview.pdf
index ee6ee379f388d007f84b57ea8d2b81c62760d758..caf568a29f9e2055e040bcf764d377b59a6c7a02 100644
Binary files a/out/mmrest.preview.pdf and b/out/mmrest.preview.pdf differ
diff --git a/out/notenames.pdf b/out/notenames.pdf
index ef001e80a6fd2bfe4ac6cf211b1576d7b71f365b..51f59e19fa8ee5bda56388f6c7a33c31926ec211 100644
Binary files a/out/notenames.pdf and b/out/notenames.pdf differ
diff --git a/out/notenames.preview.pdf b/out/notenames.preview.pdf
index 7403de39b4b98fb1f4114cd501ae579449e24c10..83b4ce2bfa1f39c5a6835c080902b80d6f1f875a 100644
Binary files a/out/notenames.preview.pdf and b/out/notenames.preview.pdf differ
diff --git a/out/parallel.pdf b/out/parallel.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..0ff7d4055cfbdc12e82a54e3a3e1f3ca5645996a
Binary files /dev/null and b/out/parallel.pdf differ
diff --git a/out/parallel.preview.pdf b/out/parallel.preview.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..c66a69157e4b956a42e6f975d109258fe7636db8
Binary files /dev/null and b/out/parallel.preview.pdf differ
diff --git a/out/partial.pdf b/out/partial.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..51232d76e661a3e7ffc990827edf971c76667f9f
Binary files /dev/null and b/out/partial.pdf differ
diff --git a/out/partial.preview.pdf b/out/partial.preview.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..37bf4f71c88dc84d572e1ba06122cefb5412ca18
Binary files /dev/null and b/out/partial.preview.pdf differ
diff --git a/out/relative.pdf b/out/relative.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..a9bd1882dbc739068c9d49f1cfd69a090a7199f5
Binary files /dev/null and b/out/relative.pdf differ
diff --git a/out/relative.preview.pdf b/out/relative.preview.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..173af9742336c769f8f159900f0dedd38a3e7f42
Binary files /dev/null and b/out/relative.preview.pdf differ
diff --git a/out/repeats.pdf b/out/repeats.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..9f7b21ba0ccd2bc3061fbf60ebfb406575534074
Binary files /dev/null and b/out/repeats.pdf differ
diff --git a/out/repeats.preview.pdf b/out/repeats.preview.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..687089bac03c75a9663bfdd82bf8a7ac70f8a442
Binary files /dev/null and b/out/repeats.preview.pdf differ
diff --git a/out/rest.pdf b/out/rest.pdf
index ed95c75d9690d06709deec77cbf1b5d26cb8d130..fe804c86d3bdc20b4f3e5daa68b9deee204317b4 100644
Binary files a/out/rest.pdf and b/out/rest.pdf differ
diff --git a/out/rest.preview.pdf b/out/rest.preview.pdf
index 1a1c13d23c80634f09899a215cb96776b8fd5e18..f3fde7b2c9fd84855e1690dd47ae36319fae7a6b 100644
Binary files a/out/rest.preview.pdf and b/out/rest.preview.pdf differ
diff --git a/out/slurs.pdf b/out/slurs.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..c65dd4b0d9f0a9648a7561dd3b90050f66cc53da
Binary files /dev/null and b/out/slurs.pdf differ
diff --git a/out/slurs.preview.pdf b/out/slurs.preview.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..b864aab5222ca0dadb8daf37c724ca5b53b39805
Binary files /dev/null and b/out/slurs.preview.pdf differ
diff --git a/out/tempo-text.pdf b/out/tempo-text.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..66f2ae68513f7b643abdc9ec4f2519461bedc265
Binary files /dev/null and b/out/tempo-text.pdf differ
diff --git a/out/tempo-text.preview.pdf b/out/tempo-text.preview.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..168f4e662ff978a75805420c9c82b9ec5f002463
Binary files /dev/null and b/out/tempo-text.preview.pdf differ
diff --git a/out/ties.pdf b/out/ties.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..1a4ea026b78ac05e8802e09603e463f601c16f7f
Binary files /dev/null and b/out/ties.pdf differ
diff --git a/out/ties.preview.pdf b/out/ties.preview.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..aa3a864b1b06b99c7d69e45942042fbd8ebb82a0
Binary files /dev/null and b/out/ties.preview.pdf differ
diff --git a/out/time.pdf b/out/time.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..021573c340e63a9b3dd0403117f7813621c33d44
Binary files /dev/null and b/out/time.pdf differ
diff --git a/out/time.preview.pdf b/out/time.preview.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..1a8f1ef5660e56b214356520fb048438a0b11ddf
Binary files /dev/null and b/out/time.preview.pdf differ
diff --git a/out/tuplet.pdf b/out/tuplet.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..0643b890024250e390d178ed46e6be3fd3f0c995
Binary files /dev/null and b/out/tuplet.pdf differ
diff --git a/out/tuplet.preview.pdf b/out/tuplet.preview.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..2feed534b68a6dde3c752303a9843b91603aa304
Binary files /dev/null and b/out/tuplet.preview.pdf differ
diff --git a/out/writing_text.pdf b/out/writing_text.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..04a2e7d54c6fceab33114e1cc7d3a6f7e3a20ef7
Binary files /dev/null and b/out/writing_text.pdf differ
diff --git a/out/writing_text.preview.pdf b/out/writing_text.preview.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..eb7252210111c310661c0c8fe3234b55aa1f6d4d
Binary files /dev/null and b/out/writing_text.preview.pdf differ