summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/famt
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/famt
Initial commit
Diffstat (limited to 'macros/latex/contrib/famt')
-rw-r--r--macros/latex/contrib/famt/CollegeNotice/CollegeNotice.cls49
-rw-r--r--macros/latex/contrib/famt/CollegeNotice/README.txt54
-rw-r--r--macros/latex/contrib/famt/CollegeNotice/Sample.pdfbin0 -> 37877 bytes
-rw-r--r--macros/latex/contrib/famt/CollegeNotice/Sample.tex15
-rw-r--r--macros/latex/contrib/famt/ProjectReport/Ganttchart.jpgbin0 -> 227156 bytes
-rw-r--r--macros/latex/contrib/famt/ProjectReport/ProjectReport.cls276
-rw-r--r--macros/latex/contrib/famt/ProjectReport/README.txt81
-rw-r--r--macros/latex/contrib/famt/ProjectReport/Report.pdfbin0 -> 515264 bytes
-rw-r--r--macros/latex/contrib/famt/ProjectReport/Report.tex405
-rw-r--r--macros/latex/contrib/famt/ProjectReport/WBS.jpgbin0 -> 104202 bytes
-rw-r--r--macros/latex/contrib/famt/ProjectReport/logo.eps963
11 files changed, 1843 insertions, 0 deletions
diff --git a/macros/latex/contrib/famt/CollegeNotice/CollegeNotice.cls b/macros/latex/contrib/famt/CollegeNotice/CollegeNotice.cls
new file mode 100644
index 0000000000..8a7fe0a45f
--- /dev/null
+++ b/macros/latex/contrib/famt/CollegeNotice/CollegeNotice.cls
@@ -0,0 +1,49 @@
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesClass{CollegeNotice}[2012/04/19 CollegeNotice]
+% Declare some variables to hold text fields
+\newcommand{\collegename}[1]{\gdef\NoticeField@collegename{#1}}
+\newcommand{\deptname}[1]{\gdef\NoticeField@deptname{#1}}
+\newcommand{\issuedate}[1]{\gdef\NoticeField@issuedate{#1}}
+\newcommand{\subject}[1]{\gdef\NoticeField@subject{#1}}
+\newcommand{\name}[1]{\gdef\NoticeField@name{#1}}
+\newcommand{\designation}[1]{\gdef\NoticeField@designation{#1}}
+\newcommand{\content}[1]{\gdef\NoticeField@content{#1}}
+
+% Initialize variables to their default values
+\collegename{Finolex Academy of Management and Technology}
+\deptname{Department of Information Technology}
+\issuedate{\today}
+\subject{}
+\name{S. V. Jadhav}
+\designation{Head of Department}
+\content{}
+
+% Define layout for Notice
+\newcommand{\makenotice}{
+ \thispagestyle{empty}
+ \centering
+ \Large{\NoticeField@collegename} \linebreak
+ \large{\NoticeField@deptname} \\[\baselineskip] \normalsize
+ \flushright{\NoticeField@issuedate} \\[\baselineskip]
+ \centering
+ \textbf{\Large{NOTICE}} \\[\baselineskip] \normalsize
+ \NoticeField@subject \\[\baselineskip]
+ \flushleft{\NoticeField@content} \\[\baselineskip]
+ \vspace{0.5cm}
+ \flushright{\NoticeField@name} \linebreak
+ \NoticeField@designation \\[\baselineskip]
+
+}
+\LoadClass[a4paper,12pt]{article}
+
+\usepackage{xifthen}
+% College name is other than Finolex Academy of Management and Technology
+\newcommand{\College}[1]{\ifthenelse{\isempty{#1}}{}{\collegename{#1}}}
+% Department name is other than Information Technology
+\newcommand{\Department}[1]{\ifthenelse{\isempty{#1}}{}{\deptname{#1}}}
+% Name is other than S.V.Jadhav
+\newcommand{\Name}[1]{\ifthenelse{\isempty{#1}}{}{\name{#1}}}
+% Designation is other than Head of Department
+\newcommand{\Designation}[1]{\ifthenelse{\isempty{#1}}{}{\designation{#1}}}
+% Issued Date is other than Today's date
+\newcommand{\Issuedate}[1]{\ifthenelse{\isempty{#1}}{}{\issuedate{#1}}} \ No newline at end of file
diff --git a/macros/latex/contrib/famt/CollegeNotice/README.txt b/macros/latex/contrib/famt/CollegeNotice/README.txt
new file mode 100644
index 0000000000..9d1568636c
--- /dev/null
+++ b/macros/latex/contrib/famt/CollegeNotice/README.txt
@@ -0,0 +1,54 @@
+This is the README file for the CollegeNotice class for LaTeX. It
+corresponds to version 1.0 of the CollegeNotice class (23/04/2012).
+This README is public domain.
+
+==============================
+Using the class CollegeNotice
+==============================
+
+Sample File
+-----------
+
+There is a sample notice in the file test.tex. Mostly this is useful as an example of how to produce the front matter. If you don't understand LaTeX at all, this file might help you get started.
+
+Choosing the CollegeNotice class
+---------------------------------
+
+To use the CollegeNotice class, make sure that the CollegeNotice.cls file is on your TEXINPUTS search path and use the following command at the start of your input file:
+
+\documentclass{ CollegeNotice}
+
+==================================
+What the CollegeNotice class does
+==================================
+
+The CollegeNotice is a class for use in Finolex Academy of Management and Technology(FAMT) to prepare a notice according to standard norms.
+
+The key features of the class are:
+
+1) By default this class uses FAMT as default college and Information Technology as default department, which can be changed as per user requirements.
+
+Declarations
+------------
+
+To use the notice, you must first declare a number of text strings:
+
+\College Specify the name of the college, if it is other than FAMT
+\Department Specify the name of the department, if it is other than Information Technology
+\Issuedate The date when the notice is to be issued
+\subject Specify the subject of notice
+\content The matter to be printed in the notice
+\Name The name of the person issuing the notice
+\Designation The name of the person issuing the notice
+
+
+===================================
+Installing the CollegeNotice class
+===================================
+
+To install the CollegeNotice class, you need to install following files:
+
+ CollegeNotice.cls
+
+in your LaTeX class file repository.
+
diff --git a/macros/latex/contrib/famt/CollegeNotice/Sample.pdf b/macros/latex/contrib/famt/CollegeNotice/Sample.pdf
new file mode 100644
index 0000000000..0194a2eff0
--- /dev/null
+++ b/macros/latex/contrib/famt/CollegeNotice/Sample.pdf
Binary files differ
diff --git a/macros/latex/contrib/famt/CollegeNotice/Sample.tex b/macros/latex/contrib/famt/CollegeNotice/Sample.tex
new file mode 100644
index 0000000000..ac10fed8a8
--- /dev/null
+++ b/macros/latex/contrib/famt/CollegeNotice/Sample.tex
@@ -0,0 +1,15 @@
+\documentclass{CollegeNotice}
+\subject{ATTENTION MUSIC LOVERS}
+\content{
+The college is hosting the Inter-College Musical carnival on 10th May, 2012 at Savarkar Natyagriha, Maruti Mandir at 9:00 a.m. \\
+All the talented students with gifted voices may appear for the audition to be conducted in the presence of Ms. Shreya Ghosal, the well known singer on 22nd April, 2012 at 9 a.m. in the college auditorium. \\
+For further details contact the undersigned.
+}
+\College{Rajendra Mane College of Engineering and Technology}
+\Department{Department of MCA}
+\Name{Ravi Shankar}
+\Designation{Professor}
+\Issuedate{April 15, 2012}
+\begin{document}
+\makenotice
+\end{document} \ No newline at end of file
diff --git a/macros/latex/contrib/famt/ProjectReport/Ganttchart.jpg b/macros/latex/contrib/famt/ProjectReport/Ganttchart.jpg
new file mode 100644
index 0000000000..1a660d90e0
--- /dev/null
+++ b/macros/latex/contrib/famt/ProjectReport/Ganttchart.jpg
Binary files differ
diff --git a/macros/latex/contrib/famt/ProjectReport/ProjectReport.cls b/macros/latex/contrib/famt/ProjectReport/ProjectReport.cls
new file mode 100644
index 0000000000..c08573601f
--- /dev/null
+++ b/macros/latex/contrib/famt/ProjectReport/ProjectReport.cls
@@ -0,0 +1,276 @@
+ \NeedsTeXFormat{LaTeX2e}
+ \ProvidesClass{ProjectReport}[2012/02/24 FAMT Project Report]
+
+% Allow the inclusion of graphics
+\ifx\pdfoutput\undefined
+% we are running LaTeX, not pdflatex
+\usepackage{graphicx}
+\else
+% we are running pdflatex, so convert .eps files to .pdf
+\usepackage[pdftex]{graphicx}
+\usepackage{epstopdf}
+\fi
+
+% Declare some variables to hold the text fields
+
+ \newcommand{\Title}[1]{\gdef\FAMTField@Title{#1}}
+ \newcommand{\Protitle}[1]{\gdef\FAMTField@Protitle{#1}}
+ \newcommand{\deptname}[1]{\gdef\FAMTField@deptname{#1}}
+ \newcommand{\dept}[1]{\gdef\FAMTField@dept{#1}}
+ \newcommand{\degree}[1]{\gdef\FAMTField@degree{#1}}
+ \newcommand{\university}[1]{\gdef\FAMTField@university{#1}}
+ \newcommand{\MemberA}[1]{\gdef\FAMTField@MemberA{#1}}
+ \newcommand{\MemberB}[1]{\gdef\FAMTField@MemberB{#1}}
+ \newcommand{\MemberC}[1]{\gdef\FAMTField@MemberC{#1}}
+ \newcommand{\MemberD}[1]{\gdef\FAMTField@MemberD{#1}}
+ \newcommand{\RegA}[1]{\gdef\FAMTField@RegA{#1}}
+ \newcommand{\RegB}[1]{\gdef\FAMTField@RegB{#1}}
+ \newcommand{\RegC}[1]{\gdef\FAMTField@RegC{#1}}
+ \newcommand{\RegD}[1]{\gdef\FAMTField@RegD{#1}}
+ \newcommand{\Year}[1]{\gdef\FAMTField@Year{#1}}
+ \newcommand{\Month}[1]{\gdef\FAMTField@Month{#1}}
+ \newcommand{\Guidename}[1]{\gdef\FAMTField@Guidename{#1}}
+ \newcommand{\Collegename}[1]{\gdef\FAMTField@Collegename{#1}}
+ \newcommand{\Certificate}[1]{\gdef\FAMTField@Certificate{#1}}
+
+% Code for printing month
+ \usepackage{ifthen}
+ \newcommand{\monthnum}[1]%
+{%
+\ifthenelse{\equal{#1}{1}}{\Month{January}}{}%
+\ifthenelse{\equal{#1}{2}}{\Month{February}}{}%
+\ifthenelse{\equal{#1}{3}}{\Month{March}}{}%
+\ifthenelse{\equal{#1}{4}}{\Month{April}}{}%
+\ifthenelse{\equal{#1}{5}}{\Month{May}}{}%
+\ifthenelse{\equal{#1}{6}}{\Month{June}}{}%
+\ifthenelse{\equal{#1}{7}}{\Month{July}}{}%
+\ifthenelse{\equal{#1}{8}}{\Month{August}}{}%
+\ifthenelse{\equal{#1}{9}}{\Month{September}}{}%
+\ifthenelse{\equal{#1}{10}}{\Month{October}}{}%
+\ifthenelse{\equal{#1}{11}}{\Month{November}}{}%
+\ifthenelse{\equal{#1}{12}}{\Month{December}}{}%
+}
+
+% Initialize the variables to their default values
+
+ \Title{A project report on}
+ \Protitle{}
+ \deptname{Information Technology}
+ \dept{Department of Information Technology}
+ \degree{Bachelor of Engineering}
+ \MemberA{} \MemberB{} \MemberC{} \MemberD{}
+ \RegA{} \RegB{} \RegC{} \RegD{}
+ \Year{\number \year}
+ \Guidename{}
+ \Collegename{Finolex Academy of Management and Technology, Ratnagiri}
+ \Certificate{CERTIFICATE}
+ \university{Mumbai}
+ \monthnum{4}
+
+% Define the preliminary page layouts using the variables
+
+% Defining title page
+ \newcommand{\FAMTtitlepage}{
+ \thispagestyle{empty}
+ {
+ \centering
+ \providecommand\pdfbookmark[3][]{} \pdfbookmark[0]{Title Page}{bm:Title}
+ \parbox[t]{6in}{\centering \Large\FAMTField@Title} \\[\baselineskip]
+ \LARGE{\textbf{\FAMTField@Protitle}} \\[\baselineskip] \normalsize
+ \Large
+ \vspace{0.2cm}
+ \textit{submitted in partial fulfillment of the \\ requirements for the degree of}\\[\baselineskip]
+ \vspace{0.2cm}
+ \textbf{\FAMTField@degree} \linebreak
+ \textit{in} \linebreak
+ \textbf{ \FAMTField@deptname} \\[\baselineskip]
+ \textit{by} \\[\baselineskip]
+\begin{table}[h]
+\centering
+\begin{tabular}{lr}
+\textbf{\Large{\FAMTField@MemberA}} & \textbf{\Large{\FAMTField@RegA}} \tabularnewline
+\textbf{\Large{\FAMTField@MemberB}} & \textbf{\Large{\FAMTField@RegB}} \tabularnewline
+\textbf{\Large{\FAMTField@MemberC}} & \textbf{\Large{\FAMTField@RegC}} \tabularnewline
+\textbf{\Large{\FAMTField@MemberD}} & \textbf{\Large{\FAMTField@RegD}} \tabularnewline
+\end{tabular}
+\end{table}
+ \textit{under the guidance of} \linebreak
+ \textbf{\textup{\FAMTField@Guidename}} \\[\baselineskip]
+ \vspace{0.2cm}
+ \includegraphics[width=0.25 \textwidth]{logo}\\[\baselineskip]
+ \vspace{0.2cm}
+ \FAMTField@dept \linebreak
+ \FAMTField@Collegename \linebreak
+ \mbox{\FAMTField@Month \hspace{0.1cm} \FAMTField@Year} \\[\baselineskip]
+ }
+ \clearemptydoublepage
+ }
+
+% Defining certificate page
+
+ \newcommand{\FAMTcertificatepage}{
+ \thispagestyle{empty}
+ {\centering
+ \providecommand\pdfbookmark[3][]{} \pdfbookmark[0]{CertificatePage}{bm:Certificate}
+ \parbox[t]{6in}{\centering \Large{\underline{\FAMTField@Certificate}}\par}\\[\baselineskip]
+ \normalsize \large
+ The report titled \linebreak
+ \LARGE{\textbf{\FAMTField@Protitle}} \\[\baselineskip] \normalsize \large
+ \textit{duly completed by}\\[\baselineskip]
+\begin{table}[h]
+ \centering
+ \begin{tabular}{lr}
+\textbf{\Large{\FAMTField@MemberA}} & \textbf{\Large{\FAMTField@RegA}} \\
+\textbf{\Large{\FAMTField@MemberB}} & \textbf{\Large{\FAMTField@RegB}} \\
+\textbf{\Large{\FAMTField@MemberC}} & \textbf{\Large{\FAMTField@RegC}} \\
+\textbf{\Large{\FAMTField@MemberD}} & \textbf{\Large{\FAMTField@RegD}} \\
+ \end{tabular}
+ \end{table}
+ \textit{as a partial fulfillment of the \\ requirements for the degree of}\\[\baselineskip]
+ \textbf{\FAMTField@degree} \linebreak
+ \textit{in} \linebreak
+ \textbf{\FAMTField@deptname} \\[\baselineskip]
+ \textit{from} \linebreak
+ \textbf{The University of \FAMTField@university}
+\vfill
+\begin{table}[h]
+\centering
+\begin{tabular}{ccc}
+\tabularnewline \tabularnewline \tabularnewline
+\large{\FAMTField@Guidename} \\ \large{(Project Guide)} & \hspace*{1cm} \large{(Internal Examiner)} \hspace*{1cm} & \large{(External Examiner)}
+\tabularnewline \tabularnewline \tabularnewline \tabularnewline \tabularnewline
+\large{(H.O.D.)} & & \large{(Principal)}
+\tabularnewline
+ \end{tabular}
+ \end{table}
+\begin{flushleft}
+Date: \linebreak
+Place: \FAMTField@dept, \\
+\hspace{1.2cm} \FAMTField@Collegename
+\end{flushleft}
+ }
+ \clearemptydoublepage
+ }
+
+% Define the macro for making preliminary pages
+
+ \newcommand{\makepreliminarypages}{
+ \singlespace
+ \changepage{0.8in}{}{}{}{}{}{-0.2in}{-0.3in}{}
+ \FAMTtitlepage
+ \FAMTcertificatepage
+ \renewcommand{\clearemptydoublepage}{\cle@remptydoublep@ge}
+ \changepage{-0.5in}{}{}{}{}{}{0.2in}{0.3in}{}
+ \doublespace
+ }
+
+ \usepackage{xifthen} % Default Argument is Empty
+ % \newcommand{\optarg}[1]{\ifthenelse{\isempty{#1}}{}{#1}}
+
+ % College name is other than Finolex Academy of Management and Technology
+ \newcommand{\College}[1]{\ifthenelse{\isempty{#1}}{}{\Collegename{#1}}}
+
+ % Department name is other than Information Technology
+ \newcommand{\Department}[1]{\ifthenelse{\isempty{#1}}{}{\deptname{#1} \dept{#1}}}
+
+ % Degree name is other than Bachelor of Engineering
+ \newcommand{\Degree}[1]{\ifthenelse{\isempty{#1}}{}{\degree{#1}}}
+
+ % University name is other than University of Mumbai
+ \newcommand{\University}[1]{\ifthenelse{\isempty{#1}}{}{\university{#1}}}
+
+
+% A command to handle single sided preliminary pages in a double sided environment
+
+% Define the '\clearemptydoublepage' command to clear pages but not number any blank pages inserted.
+ \let\cle@rdoublep@ge\cleardoublepage
+ \newcommand{\cle@remptydoublep@ge}{
+ \clearpage
+ \if@twoside
+ \ifodd\c@page\else
+ \fi\fi
+ {\pagestyle{empty}\cle@rdoublep@ge}}
+ \newcommand{\clearemptydoublepage}{\cle@remptydoublep@ge}
+
+% Load the class and needed packages
+ \DeclareOption*{\PassOptionsToClass{\CurrentOption}{book}}
+ \ProcessOptions
+ \relax
+ \LoadClass[a4paper,12pt,oneside]{book}
+ \RequirePackage{changepage}
+
+% A couple of useful macros for line spacing
+
+% The \singlespace macro switches to single spaced lines
+\newcommand{\singlespace}{\par\renewcommand{\baselinestretch}{1}\small\normalsize\par}
+
+% The \doublespace macro switches to double spaced lines
+\newcommand{\doublespace}{\par\renewcommand{\baselinestretch}{1.66}\small\normalsize\par}
+
+% This package allows you to specify the 4 margins without needing to remember the particular page dimensions commands
+\usepackage[top=1.4in, bottom=1.1in, left=1.3in, right=1.1in]{geometry}
+
+% Redefine the Table of Contents to deal with some blank page
+% and bookmarking issues relating to ETD submission
+ \let\TEMPtableofcontents\tableofcontents
+ \renewcommand{\tableofcontents}{
+ \clearemptydoublepage
+ \singlespace
+ \providecommand\phantomsection{} \phantomsection
+ \addcontentsline{toc}{chapter}{Table of Contents}
+ \TEMPtableofcontents
+ \clearemptydoublepage
+ \doublespace
+ }
+
+% Redefine the List of Figures to deal with some blank page
+% and bookmarking issues
+ \let\TEMPlistoffigures\listoffigures
+ \renewcommand{\listoffigures}{
+ \providecommand\phantomsection{} \phantomsection
+ \addcontentsline{toc}{chapter}{List of Figures}
+ \TEMPlistoffigures
+ }
+
+% Redefine the Bibliography to deal with a bookmarking issues
+ \let\TEMPbibliography\bibliography
+ \renewcommand{\bibliography}{\clearemptydoublepage
+ \providecommand\phantomsection{} \phantomsection
+ \addcontentsline{toc}{chapter}{Bibliography}
+ \TEMPbibliography
+ }
+
+% These packages typeset the thesis with Times Roman font
+\usepackage[T1]{fontenc}
+\usepackage{mathptmx}
+
+% The fancyhdr package allows to easily customize page header.
+% The settings below produce a nice, well separated header.
+\usepackage{fancyhdr}
+ \fancyhead{}
+ \fancyhead[RO,RE]{\slshape \rightmark}
+ \fancyfoot{}
+ \fancyfoot[CO,CE]{\thepage}
+ \pagestyle{fancy}
+ \renewcommand{\chaptermark}[1]{\markboth{\chaptername \ \thechapter \ \ #1}{}}
+ \renewcommand{\sectionmark}[1]{\markright{\thesection \ \ #1}}
+
+% The caption package allows you to change the formatting of figure captions.
+% The commands here change to the suggested caption format:
+% single spaced and a bold tag
+\usepackage[margin=0.3in,labelfont=bf,labelsep=none]{caption}
+ \DeclareCaptionFormat{suggested}{\singlespace#1#2 #3\par\doublespace}
+ \captionsetup{format=suggested}
+
+% The hyperref package provides automatic linking and
+% bookmarking for the table of contents, index, equation
+% references, and figure references. It must be included for
+% the FAMT class to make a properly functioning
+% electronic thesis. It should be the last package loaded if
+% possible.
+%
+% To add a bookmark in the pdf you can use \pdfbookmark.
+% You can look up its usage in hyperref package documentation
+\usepackage[bookmarksnumbered,pdfpagelabels=true,plainpages=false,colorlinks=true,linkcolor=black,citecolor=black,urlcolor=blue]{hyperref}
+\urlstyle{rm}
+\doublespace \ No newline at end of file
diff --git a/macros/latex/contrib/famt/ProjectReport/README.txt b/macros/latex/contrib/famt/ProjectReport/README.txt
new file mode 100644
index 0000000000..3a2f8c0f9c
--- /dev/null
+++ b/macros/latex/contrib/famt/ProjectReport/README.txt
@@ -0,0 +1,81 @@
+This is the README file for the ProjectReport class for LaTeX. It
+corresponds to version 1.0 of the ProjectReport class (23/04/2012).
+This README is public domain.
+
+==============================
+Using the class ProjectReport
+==============================
+
+Sample File
+-----------
+
+There is a sample dissertation in the file test.tex. Mostly this is useful as an example of how to produce the front matter. If you don't understand LaTeX at all, this file might help you get started.
+
+Choosing the ProjectReport class
+---------------------------------
+
+To use the ProjectReport class, make sure that the ProjectReport.cls file is on your TEXINPUTS search path and use the following command at the start of your input file:
+
+\documentclass{ProjectReport}
+
+==================================
+What the ProjectReport class does
+==================================
+
+The ProjectReport class is a modified version of the standard LaTeX REPORT class that is accepted for use with Finolex Academy of Management and Technology (FAMT) dissertations theses.
+
+The key features of the class are:
+
+1) The title page and certificate page is designed to fulfill the specifications of FAMT institute.
+
+2) Margins are 1.3 inches from the left, 1.1 inches from right, 1.4 inches from top and 1.1 inches from bottom.
+
+3) Uses 12 point by default.
+
+4) Page numbers are in the center at the bottom for all pages.
+
+5) Complete, correct front matter for ProjectReport can be generated. If you are not a FAMT student, you should make sure that the front matter is OK with your institute.
+
+Page Headers
+------------
+
+Using fancyhdr package, a provision is made to display the section name in header at the right corner.
+
+============
+Front matter
+============
+
+The other key service provided by this class is that it generates correct front matter (title page, certificate page, etc.) with a fairly simple set of commands.
+
+A complete example of the use of the front matter commands can be found in the sample dissertation distributed with the class.
+
+Declarations
+------------
+
+To use the front matter macros and environments, you must first declare a number of text strings:
+
+\Protitle Project title
+\Degree The title of your degree (e.g. Bachelor of Engineering)
+\Department The official title of your field. This is usually your department's name.
+\University Name of University
+\College Name of College
+\Year Academic year
+\monthnum The month number has to specified
+\RegA Registration number of student
+\MemberA Name of student
+
+Other Front Matter
+------------------
+
+The remaining front matter (table of contents, lists of figures and tables) MUST be put inside the "frontmatter" environment, which ensures that page-numbering is handled properly.
+
+===================================
+Installing the ProjectReport class
+===================================
+
+To install the ProjectReport class, you need to install following files:
+
+ ProjectReport.cls
+
+in your LaTeX class file repository.
+
diff --git a/macros/latex/contrib/famt/ProjectReport/Report.pdf b/macros/latex/contrib/famt/ProjectReport/Report.pdf
new file mode 100644
index 0000000000..e5e965e2ad
--- /dev/null
+++ b/macros/latex/contrib/famt/ProjectReport/Report.pdf
Binary files differ
diff --git a/macros/latex/contrib/famt/ProjectReport/Report.tex b/macros/latex/contrib/famt/ProjectReport/Report.tex
new file mode 100644
index 0000000000..5c743f4bc6
--- /dev/null
+++ b/macros/latex/contrib/famt/ProjectReport/Report.tex
@@ -0,0 +1,405 @@
+\documentclass{ProjectReport}
+\Protitle{\large{SOME CONTRIBUTION TO \LaTeX TO FACILITATE DOCUMENT FORMATTING IN A TECHNICAL INSTITUTE}}
+\MemberA{Shilpa S. Mahadik} \RegA{T-08-38}
+\MemberB{Sadaf H. Desai} \RegB{T-08-07}
+\MemberC{Sayali S. Kalyani} \RegC{T-08-06}
+\MemberD{Bhagyashree V. Chavan} \RegD{T-08-36}
+\Guidename{Mr. S. V. Jadhav}
+\begin{document}
+\frontmatter
+\pagenumbering{roman}
+\makepreliminarypages
+
+\addcontentsline{toc}{chapter}{Abstract}
+\chapter*{Abstract}
+\LaTeX is a document preparation system that enables the document writer to concentrate on the contents without bothering much about the formatting. The basic \LaTeX software system is available free of charge.
+
+The aim of the project is to generate class or style files in \LaTeX, which can be used by students/faculty/staff of Finolex Academy of Management and Technology to format generally, used documents such as, project reports, notices, handouts, internal notes, etc. The classes in \LaTeX provide automation to improve consistency, productivity, and accuracy in creating and maintaining documents, thereby avoiding the inefficiencies of word processors.
+
+\tableofcontents
+\listoffigures
+
+\mainmatter
+\chapter{Project Overview}
+\setcounter{page}{1}
+\thispagestyle{empty}
+\LaTeX purpose is to simplify \TeX typesetting. \LaTeX has the provision of creating user-defined style and class files.
+
+The project - Some contribution to \LaTeX to facilitate document formatting in a technical institute -attempts to create class files for project reports and notices as per technical specifications.
+
+A standard project report includes key points - title page, certificate page, abstract, contents, references, appendix and acknowledgements. The title page in a standard project report has key fields - project title, degree or course, college name, department name, name and registration number of the students involved in the project, name of the project guide and logo of college. In addition to these fields, the certificate page in a standard project report includes the university to which the college is affiliated.
+
+Care has been taken that these above mentioned fields in project report will be typeset as per the standards of the college Finolex Academy of Management and Technology. These fields are not limited to their default values, but a provision has been made for users outside this college to use these class files by changing default parameters for their project reports.
+
+For this purpose, the project facilitates the typesetting by making default specifications for the page alignment, line spacing, font sizes, styles, headers, footers, figures, equations, etc.
+Thus the project helps in best possible way to reduce the user efforts in documentation, by making it more handy and less time consuming.
+
+Pre-requisites for project are - at a minimum, you'll need a \TeX distribution, a good text editor and a PDF viewer.
+
+\chapter{Introduction and Motivation}
+\thispagestyle{empty}
+The generally used documents such as project reports, notices, internal notes etc. in any technical institute are expected to be submitted in a standard specified format. The commonly used editing tools for this purpose are Microsoft Word, notepad, wordpad, etc. Taking into consideration various formatting constraints namely alignment, font styles, paragraphs, sections, subsections, etc. becomes a bit tedious using MS Word or other tools. Also maintaining the subscripts and superscripts to obtain the various mathematical equations becomes difficult and time consuming.
+
+To overcome this drawback we have \LaTeX, a documentation preparation system that enables the document writer to concentrate on the contents of their text, without bothering too much about the formatting of it.
+
+\section{An Introduction to \LaTeX}
+\LaTeX is a document preparation system for high-quality typesetting. It is most often used for medium-to-large technical or scientific documents but it can be used for almost any form of publishing.
+
+\LaTeX is not a word processor. \LaTeX is based on the idea that authors should be able to focus on the content of what they are writing without being distracted by its visual presentation. In preparing a \LaTeX document, the author specifies the logical structure and lets the \LaTeX system worry about the presentation of these structures. It therefore encourages the separation of layout from content while still allowing manual typesetting adjustments where needed.
+
+\LaTeX is based on Donald E. Knuth's \TeX typesetting language or certain extensions. \LaTeX was first developed in 1985 by Leslie Lamport.
+
+\section{Why \LaTeX?}
+What you see is what you get (WYSIWYG) programs make it easy to put text wherever you want in whatever size and style of type you want, i.e., WYSIWYG programs offer visual design. The visual design is fine for short, simple documents like letters and memos. The visual design is not good for more complex documents such as scientific papers. For this purpose, we use \LaTeX that offers logical design.
+
+\LaTeX is intended to provide a high-level language that accesses the power of \TeX. \LaTeX comprises a collection of \TeX macros and a program to process \LaTeX documents. Because the \TeX formatting commands are very low-level, it is usually much simpler for end-users to use \LaTeX .
+As \LaTeX is distributed under the terms of the \LaTeX Project Public License (LPPL), \LaTeX is free software.
+
+\section{Required Parts of \LaTeX input file}
+A few commands must appear in every \LaTeX input file in a certain order. They are:
+\begin{verbatim}
+\documentclass{classname}
+\begin{document}
+\end{document}
+\end{verbatim}
+The documentstyle has a required argument stylename to select an overall type-setting style for the document; the one normally used is article (there are also book, report, letter, and memo). It also has an optional argument to select 11pt or 12pt normal type size (10pt is the default size). The actual text of user document and associated commands go between the begin and end commands.
+
+\section{Customizing \LaTeX}
+There are situations where \LaTeX does not provide a command or environment that matches user needs, or the output produced by some existing command may not meet user requirements.To add your own commands, use
+\begin{verbatim}
+\newcommand{name}[num]{definition}
+\end{verbatim}
+The command requires two arguments: the name of the command you want to create, and the definition of the command. The num argument in square brackets is optional.
+\subsection{Creation of style file}
+Typically, a style sheet is specified at the beginning of document. This style sheet applies to the entire document. To create your own style file, at the very beginning of the text document just write,
+\begin{verbatim}
+\ProvidesPackage{mypack}
+\end{verbatim}
+where mypack is the name of package. Write whatever you want in it using all the \LaTeX commands you know. The style file should have the same name as that of the
+package name. Save this style file with extension .sty. Now, it is necessary to import this style file in your \TeX document which can be done using following command.
+\begin{verbatim}
+\usepackage{mypack}
+\end{verbatim}
+where mypack is the style file you have created earlier.
+
+\subsection{Creation of class file}
+Create a simple file called myclass.cls and open it with any text editor, at the very beginning of the document just write
+\begin{verbatim}
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesClass{<class-name>}[<date><other information>]
+\end{verbatim}
+Write whatever you want in it using all the \LaTeX commands you know. Import your new class with the known command
+\begin{verbatim}
+\documentclass{myclass}
+\end{verbatim}
+The file myclass.sty and the \LaTeX source you are compiling must be in the same directory.
+
+\section{Motivation}
+The existing word processors have several limitations which can be overcome by \LaTeX. The main advantages of \LaTeX over normal word processors are the following:
+\begin{itemize}
+\item Professionally crafted layouts are available, which make a document really look as if ``printed''.
+\item The typesetting of mathematical formulae is supported in a convenient way.
+\item Users only need to learn a few easy-to-understand commands that specify the logical structure of a document. They almost never need to tinker with the actual layout of the document.
+\item Even complex structures such as footnotes, references, table of contents, and bibliographies can be generated easily.
+\item Free add-on packages exist for many typographical tasks not directly supported by basic \LaTeX. For example, packages are available to include PostScript graphics or to typeset bibliographies conforming to exact standards.
+\item \LaTeX encourages authors to write well-structured texts by specifying structure.
+\end{itemize}
+
+\chapter{Problem Statement}
+\thispagestyle{empty}
+The proposed system attempts to use \LaTeX to make documentation of generally used documents like project thesis, reports, notices, etc. in the technical institutes a bit easier.
+The proposed system will provide class or style files for a technical institute to write
+\begin{enumerate}
+\item notices
+\item project reports
+\end{enumerate}
+The user simply needs to include the package name in his file and use the commands defined in the package to format his documents. Thus, the proposed system will reduce the efforts of the user in formatting the documents.
+
+\chapter{Implementation Details}
+\thispagestyle{empty}
+\section{List of packages}
+The list of packages required to implement this project are:
+\begin{enumerate}
+\item graphicx \\
+This package is an extension of the standard graphics bundle and provides a way to include repeated postscript graphics (ps, eps) only once in a postscript document. This provides a way to get smaller postscript documents when having, for instance, a logo on every page. This package only works when post-processed with dvips.
+\item epstopdf \\
+The package adds support for EPS files in the graphicx package when running under PDFTeX. If an EPS graphic is detected, the package spawns a process to convert the EPS to PDF, using the script epstopdf. This of course requires that shell escape is enabled for the PDFTeX run.
+\item ifthen \\
+Conditional commands in \LaTeX documents \\
+The package's basic command is \begin{verbatim} \ifthenelse \end{verbatim} which can use a wide array of tests. Package also provides a simple loop command \begin{verbatim} \whiledo \end{verbatim}
+\item xifthen \\
+Extended conditional commands \\
+This package extends the ifthen package by implementing new commands to go within the first argument of \begin{verbatim} \ifthenelse \end{verbatim} to test whether a string is void or not, if a command is defined or equivalent to another. The package also offers the possibility to make use of complex expressions, together with the ability of defining new commands to handle complex tests.
+\item changepage \\
+Margin adjustment and detection of odd/even pages \\
+The package provides commands to change the page layout in the middle of a document, and to robustly check for typesetting on odd or even pages. Instructions for use are at the end of the file. The package is an extraction of code from the memoir class, whose user interface it shares. It is intended this package will eventually replace the chngpage package, which is distributed with the package.
+\item geometry \\
+Flexible and complete interface to document dimensions \\
+The package provides an easy and flexible user interface to customize page layout, implementing auto-centering and auto-balancing mechanisms so that the users have only to give the least description for the page layout.
+\item fontenc \\
+Standard package for selecting font encodings \\
+The package allows the user to select font encodings, and for each encoding provides an interface to font-encoding-specific commands for each font. Its most powerful effect is to enable hyphenation to operate on texts containing any character in the font.
+\item mathptmx \\
+This package defines Adobe Times Roman (or equivalent) as default text font, and provides maths support using glyphs from the Symbol, Chancery and Computer Modern fonts together with letters, etc., from Times Roman. It supersedes both the original times and the mathptm packages.
+\item fancyhdr \\
+Creating headers and footers in \LaTeX can be done by using the package ``fancyhdr''. First of all, you need to tell \LaTeX to use the package:
+\begin{verbatim}
+\usepackage{fancyhdr}
+\end{verbatim}
+and change the style from plain to fancy:
+\begin{verbatim}
+\pagestyle{fancy}
+\end{verbatim}
+You will now get the default fancy pagestyle which adds a line at the top of every page, except for some exceptions (title-page, abstract, new chapter in report).
+Even though fancyhdr has a default page style, you are free to define headers/footers yourself.
+\item caption \\
+Customising captions in floating environments \\
+The caption package provides many ways to customise the captions in floating environments like figure and table, and cooperates with many other packages. Facilities include rotating captions, sideways captions, and continued captions (for tables or figures that come in several parts).
+\item appendix \\
+Extra control of appendices \\
+The appendix package provides various ways of formatting the titles of appendices. Also (sub)appendices environments are provided that can be used, for example, for per chapter/section appendices.
+\item beamer \\
+A \LaTeX class for producing presentations and slides \\
+The beamer class can be used for producing slides. It does not need any external programs and can directly produce a presentation using pdflatex. Beamer uses pgf for pdf/ps independent graphics. Frames are created using \begin{verbatim} \frame{...} \end{verbatim} Beamer supports bibliographies, appendices and transitions. Short versions of title, authors, institute can also be specified as optional parameters. \begin{verbatim} \plainframe{} \end{verbatim} allows a picture, for example, to fill the whole frame. Support figure and table environments, transparency effects, transduration command, animation commands, pauses environment.
+\item hyperref \\
+Extensive support for hypertext in \LaTeX \\
+The hyperref package is used to handle cross-referencing commands in \LaTeX to produce hypertext links in the document. The package is distributed with the backref and nameref packages, which make use of the facilities of hyperref. The package depends on the author's kvoptions, ltxcmds and refcount packages.
+\end{enumerate}
+
+\section{CollegeNotice.cls}
+\subsection{Using the class CollegeNotice}
+To use the CollegeNotice class, make sure that the CollegeNotice.cls file is on your TEXINPUTS search path and use the following command at the start of your input file:
+\begin{verbatim}
+\documentclass{ CollegeNotice}
+\end{verbatim}
+\subsection{What the CollegeNotice class does}
+The CollegeNotice class provides users of Finolex Academy of Management and Technology(FAMT) to prepare a notice according to standard norms. \\
+The key features of the class are - By default this class uses FAMT as default college and Information Technology as default department, which can be changed as per user requirements.
+
+\textbf{Default values for the commands are:} \\
+College - Finolex Academy of Management and Technology \\
+Department - Information Technology \\
+Issuedate - \LaTeX takes current date from the system \\
+Desigantion - Head of Department
+
+\textbf{Mandatory values user needs to provide are:} \\
+Subject of notice \\
+Content of notice
+
+\textbf{To overwrite default values commands to be used are:}
+\begin{verbatim}
+\College Specify the name of the college, if it is other than FAMT
+\Department Specify the name of the department, if it is other than IT
+\Issuedate The date when the notice is to be issued
+\Name The name of the person issuing the notice
+\Designation The name of the person issuing the notice
+\end{verbatim}
+
+\section{ProjectReport.cls}
+\subsection{Using the class ProjectReport}
+To use the ProjectReport class, make sure that the ProjectReport.cls file is on your TEXINPUTS search path and use the following command at the start of your input file:
+\begin{verbatim}
+\documentclass{ProjectReport}
+\end{verbatim}
+\subsection{What the ProjectReport class does}
+The ProjectReport class is a modified version of the standard \LaTeX REPORT class that is accepted for use with Finolex Academy of Management and Technology (FAMT) dissertations theses. The ProjectReport class allows users to concentrate on the content of report instead of formatting.
+
+\textbf{The key features of the class are:}
+\begin{enumerate}
+\item The title page and certificate page is designed to fulfill the specifications of FAMT institute.
+\item Margins are 1.3 inches from the left, 1.1 inches from right, 1.4 inches from top and 1.1 inches from bottom.
+\item Uses 12 point by default.
+\item Page numbers are in the center at the bottom for all pages.
+\item Complete, correct front matter for ProjectReport can be generated.
+\end{enumerate}
+
+\textbf{Default values for commands are:} \\
+College -Finolex Academy of Management and Technology \\
+Department - Information Technology \\
+University- Mumbai University \\
+Month - April \\
+Degree - Bachelor of Engineering
+
+\textbf{Mandatory values user needs to provide are:} \\
+Name of students \\
+Registration number of students \\
+Name of Guide \\
+Title of Project Report
+
+\textbf{To overwrite default values, commands to be used are:}
+\begin{verbatim}
+\College
+\Department
+\University
+\Degree
+\monthnum
+\Year
+\end{verbatim}
+
+\textbf{Layout constraints:}
+\begin{enumerate}
+\item Margins - Using geometry package, margins are set to 1.3 inches from the left, 1.1 inches from right, 1.4 inches from top and 1.1 inches from bottom.
+\item Headers and Footers - Using fancyhdr package, page numbers are set in the center at the bottom for all pages and section name in header at the right corner.
+\item Fonts - Using fontenc, mathptmx package, the default font size is set to 12, font family is set to Times New Roman.
+\end{enumerate}
+
+\textbf{Front matter:} \\
+The title page, certificate page, abstract, table of contents, lists of figures MUST be put inside the "frontmatter" environment, which ensures that page-numbering is handled properly.
+
+\textbf{College Logo and other Figures:} \\
+The College Logo is provided in eps format so that it cannot be edited. To include Logo.eps into the Project Report the package eps2pdf is used. \\
+The figures related to project should be included in figure environment to ensure that numbering is handled properly.
+
+\chapter{Technologies Used}
+\thispagestyle{empty}
+The recommended \TeX distributions are:
+\begin{itemize}
+\item \TeX Live is a major \TeX distribution for Unix/Linux, Mac OS and Windows.
+\item MiKTeX is a Windows-specific distribution.
+\item MacTeX is a Mac OS-specific distribution based on \TeX Live.
+\end{itemize}
+In project, MikTeX 2.9 has been used.
+
+\section{MikTeX - An Introduction}
+MiKTeX (pronounced mick-tech) is a typesetting system for Microsoft Windows that is developed by Christian Schenk. MiKTeX provides the tools necessary to prepare documents using the \TeX/\LaTeX markup language.
+The current version of MiKTeX is 2.9. Since version 2.7, MiKTeX has compatibility with Windows 7. MiKTeX is currently being ported to GNU/Linux, with a beta version being available for testing.
+
+\section{Features of MikTeX}
+\begin{enumerate}
+\item Easy to install \\
+It is very easy to install MiKTeX. The MiKTeX Setup Wizard guides you through the installation process. You don't have to be a computer expert.
+\item Complete \\
+A complete set of additions (programs, styles, fonts, \ldots) are available to help you typeset your documents.
+\item Integrated package management \\
+MiKTeX's integrated package manager installs missing components from the Internet, if required.
+
+For example, the \LaTeX directive
+\begin{verbatim}
+\usepackage{memoir}
+\end{verbatim}
+would trigger the installer, if the memoir package is not already installed.
+
+This unique feature allows you to keep your computer clutter-free: only install packages you actually need.
+\item Network friendly \\
+MiKTeX can be run directly from a shared and read-only network directory
+\item Enhanced \TeX compiler capabilities
+\item Always up-to-date \\
+The MiKTeX Update Wizard helps you to keep your MiKTeX system up-to-date by installing the latest package updates.
+\item Fast previewer \\
+The \TeX output viewer Yap allows for an optimized edit-compile-view cycle (if the \TeX authoring system in use supports source specials).
+\item Well maintained \\
+The MiKTeX package repository is updated regularly
+\item Open source \\
+ MiKTeX is open source. You are welcome to redistribute MiKTeX under certain conditions.
+\end{enumerate}
+
+\section{Components of MikTeX}
+The MiKTeX distribution consists of the following components:
+\begin{itemize}
+\item \TeX, METAFONT, TeXware, METAFONTware, Computer Modern Fonts-the base \TeX system
+\item pdfTeX, XeTeX, Omega, NTS-various \TeX derivatives
+\item MetaPost-a METAFONT derivative for the creation of PostScript figures
+\item Dvipdfm-converts \TeX output into PDF documents
+\item macro packages-almost all free \TeX macro packages
+\item fonts-almost all free fonts
+\item TeXify-a \TeX compiler driver
+\item MiKTeX Options-assists in configuring MiKTeX
+\item MiKTeX Update Wizard-assists in keeping the MiKTeX system up-to-date
+\item lots of utilities tools for the creation of bibliographies \& indexes, PostScript utilities
+\end{itemize}
+
+\section{Utilities in MikTeX}
+A few utilities required in MiKTex packaging are:
+\begin{enumerate}
+\item cabextract \\
+cabextract is used intnernally (by MPC) to extract files from cabinet files. It is a part of the Cygwin distribution for Windows.
+\item lzma \\
+lzma is used intnernally (by MPC) to extract files from .tar.lzma files. It is a part of the Cygwin distribution for Windows.
+\item md5walk \\
+MD5Walk is used to calculate the fingerprint of a package. The source code of MD5Walk can be obtained from the MiKTeX project page.
+\item mpc \\
+The MiKTeX Package Creator (MPC) is used to maintain the contents of a custom package repository. The source code of MPC can be obtained from the MiKTeX project page.
+\item rsync \\
+rsync is used to initialize the custom package repository. It is a part of the Cygwin distribution for Windows.
+\item tar \\
+tar is used internally (by MPC) to create package archive files. It is a part of the Cygwin distribution for Windows.
+\end{enumerate}
+All but MPC and MD5Walk are standard utilities which are available on all platforms (Windows, GNU/Linux, \ldots). The portable source code of mpc and md5walk can be obtained from the MiKTeX project page.
+
+\chapter{Project Timeline}
+\thispagestyle{empty}
+\begin{figure}[h]
+\centering
+\includegraphics[width=1.10\textwidth]{./Ganttchart}
+\caption{Gantt Chart}
+\end{figure}
+
+\chapter{Task Distribution}
+\thispagestyle{empty}
+\begin{figure}[h]
+\centering
+\includegraphics[width=1.10\textwidth]{./WBS}
+\caption{Work Breakdown Structure}
+\end{figure}
+
+\chapter{Conclusion and Future Work}
+\thispagestyle{empty}
+\section{Conclusion}
+Thus our project ``Some contribution to \LaTeX to facilitate document formatting in technical institute'' concentrates on the documentation of notices, project reports which includes project title page, certificate etc. The standard formatting constraints for these documents are defined in packages developed under this project, which will thus help the user to complete his/her work in stipulated time and making it less tedious.
+
+\section{Future Work}
+In order to make use of class files developed in the project, the basic requirement is that the user must have the sound knowledge of \LaTeX. So to make it more handy, user interface can be developed which will take only the required values as input viz; the content of notice and the packages in the back-end will take care of formatting without the user having to know \LaTeX commands.
+
+\addcontentsline{toc}{chapter}{References}
+\chapter*{References}
+\begin{enumerate}
+\item A document preparation system \LaTeX -Leslie Lamport
+\item http://tug.org/tutorials/tugindia/
+\item http://www.andy-roberts.net/writing/latex
+\item http://miktex.org
+\item http://www.ctan.org/
+\end{enumerate}
+
+\addcontentsline{toc}{chapter}{Acknowledgements}
+\chapter*{Acknowledgements}
+The efforts taken in this project would not have been possible without the kind support and help of many individuals. We would like to extend sincere thanks to all of them. \\
+We are highly indebted to Mr. S.V. Jadhav for his invaluable guidance and constant supervision as well as for providing necessary support in completing the project. \\
+We would like to express gratitude towards Mr. Parag Abhyankar for his encouragement which helped us in completion of this project. \\
+We would like to express our special gratitude and thanks to all those user groups and communities who have worked on open source document preparation system \LaTeX and have made available their work for our use. \\
+Shilpa Mahadik \\
+Sadaf Desai \\
+Sayali Kalyani \\
+Bhagyashree Chavan
+
+\addcontentsline{toc}{chapter}{Appendix}
+\chapter*{Appendix}
+It is .tex file of project report.
+\begin{verbatim}
+\documentclass{ProjectReport}
+\Protitle{Title of Project}
+\MemberA{Shilpa S. Mahadik} \RegA{T-08-38}
+\MemberB{Sadaf H. Desai} \RegB{T-08-07}
+\MemberC{Sayali S. Kalyani} \RegC{T-08-06}
+\MemberD{Bhagyashree V. Chavan} \RegD{T-08-36}
+\Guidename{Mr. S. V. Jadhav}
+\begin{document}
+\frontmatter
+\makepreliminarypages
+\chapter*{Abstract}
+\tableofcontents
+\listoffigures
+\mainmatter
+\chapter{Project Overview}
+\chapter{Introduction and Motivation}
+\chapter{Problem Statement}
+\chapter{Implementation Details}
+\chapter{Technologies Used}
+\chapter{Project Timeline}
+\chapter{Task Distribution}
+\chapter{Conclusion and Future Work}
+\chapter*{References}
+\chapter*{Acknowledgements}
+\end{document}
+\end{verbatim}
+
+\end{document} \ No newline at end of file
diff --git a/macros/latex/contrib/famt/ProjectReport/WBS.jpg b/macros/latex/contrib/famt/ProjectReport/WBS.jpg
new file mode 100644
index 0000000000..bed60a02f3
--- /dev/null
+++ b/macros/latex/contrib/famt/ProjectReport/WBS.jpg
Binary files differ
diff --git a/macros/latex/contrib/famt/ProjectReport/logo.eps b/macros/latex/contrib/famt/ProjectReport/logo.eps
new file mode 100644
index 0000000000..f786059d1c
--- /dev/null
+++ b/macros/latex/contrib/famt/ProjectReport/logo.eps
@@ -0,0 +1,963 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: jpeg2ps V1.9 by Thomas Merz
+%%Title: logo.jpg
+%%CreationDate: Wed Apr 18 22:39:23 2012
+%%BoundingBox: 20 20 575 448
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%EndComments
+%%BeginProlog
+%%EndProlog
+%%Page: 1 1
+/languagelevel where {pop languagelevel 2 lt}{true} ifelse {
+ (JPEG file 'logo.jpg' needs PostScript Level 2!\n) dup print flush
+ /Helvetica findfont 20 scalefont setfont 100 100 moveto show showpage stop
+} if
+save
+/RawData currentfile /ASCII85Decode filter def
+/Data RawData << >> /DCTDecode filter def
+20 20 translate
+555.00 427.97 scale
+/DeviceRGB setcolorspace
+{ << /ImageType 1
+ /Width 450
+ /Height 347
+ /ImageMatrix [ 450 0 0 -347 0 347 ]
+ /DataSource Data
+ /BitsPerComponent 8
+ /Decode [0 1 0 1 0 1]
+ >> image
+ Data closefile
+ RawData flushfile
+ showpage
+ restore
+} exec
+s4IA0!"_al8O`[\!<E1.!+5d,s4[N@!!30%!W`<'!WiE)!WiE*"Tni/!s8`1"9Sf
+4"pYA<"pYA=#n%%F#RUhB#7:nI$4@7N$k*@I%M'!W%LW[R%0,&^6NI5i!WrN,"p4
+r3$j[(D$k*OQ$k*OQ$k*OQ$k*OQ$k*OQ$k*OQ$k*OQ$k*OQ$k*OQ$k*OQ$k*OQ$k
+*OQ$k30O!"fJ;>62SC!?qLF&HMtG!WU(<*rl9A"T\W)!<E3$z!!!!"!WrQ/"pYD?
+$4HmP!4<@<!W`B*!X&T/"U"r.!!.KK!WrE*&Hrdj0gQ!W;.0\RE>10ZOeE%*6F"?
+A;UOtZ1LbBV#mqFa(`=5<-7:2j.Ps"@2`NfY6UX@47n?3D;cHat='/U/@q9._B4u
+!oF*)PJGBeCZK7nr5LPUeEP*;,qQC!u,R\HRQV5C/hWN*81['d?O\@K2f_o0O6a2
+lBFdaQ^rf%8R-g>V&OjQ5OekiqC&o(2MHp@n@XqZ"J6*ru?D!<E3%!<E3%!<<*"!
+!!!"!WrQ/"pYD?$4HmP!4<C=!W`?*"9Sc3"U"r.!<RHF!<N?8"9fr'"qj4!#@VTc
++u4]T'LIqUZ,$_k1K*]W@WKj'(*k`q-1Mcg)&ahL-n-W'2E*TU3^Z;(7Rp!@8lJ\
+h<``C+>%;)SAnPdkC3+K>G'A1VH@gd&KnbA=M2II[Pa.Q$R$jD;USO``Vl6SpZEp
+pG[^WcW]#)A'`Q#s>ai`&\eCE.%f\,!<j5f=akNM0qo(2MHp@n@XqZ#7L$j-M1!Y
+GMH!'^J^r1]&s!2>?!!2>?!!2>?!!2>?!!2>?!!2>?!!2>?!!2>?!!2>?!!2>?!!
+2>?!!2>?!!3T,Xa2M6nJU[h#>N7kE?RJY=Y*!k,:A[[m@>UND5M`KKS<$;;GQ%tm
+nOcMWiV16nJ\#?dC>Tsm9+@`oAUeisfs9F@a?^%RW^e/GRFl&25;gY6i,D]$[D!Q
+!Pb4aOc)=L)>*5WjgTft7n47JYqTnO@q[Idflc!6ZN4_50`eCTb]JE'!"KWD`TkK
+BZNn_;Lo_!ZUI`-^L&+&KZ!!PLT7tL,>95b7:HdSVY%YfZ(8G/N70a6W10Eu'r&B
+K0f`(kbh#O&:7r"m;9Zi$.#S'n^E`A_XtlF$!HNh"Q%/069cBml=dlYjimU5Jf"J
+1..L!%=S!!%=S!!%=S!!%=S!!%=S!!%=S!!%=S!!%=S!!%=S!!%=S!!%=S!!%=S!
+!%=S!!%=S!!%=S!!%=S!!%=S!!%=S!!%=S!!%=S!!%=S!!%=S!!%=S!!%=S!!%=S
+!!%[W;*um`H@Xl3k4tD"T%/1e]pe;:s.rPhe,Zfk;eG6\?auY,$,!>%NoG.*"!;m
+PGp8hWR^\/rCrrA+S@bSPeV]/>K(&R_DQ-0Fb&P$kRF[(G\Ld,@`KbhG/hs@u6T+
+"u"VQUCMDq=#]OoEaX1%R#f\5/PY`Nf\fY`8dJ5FfHO4C7T](]Mau^Y[tGU94?O=
+aZg!k'cCmACAJ-rP'r74aq<YTDTB._ckTG_HehS:P8%<Ii`tSeRJ''M<1W!B37_%
+<Nu.!D>1(@i,p&1l'Lc8n\7HiV#C\q;ocTj\4`A#`S+Q8Xdb(#6:ug;TD"N2:V*"
+i_>Ha"?V;]@jEXYA`;/Up.9$D_EnJK2pP3RW6]A5D+ihNjO+UaspoF9KlSg6T_)L
+9@QM<Fp"XhZ>)&^:\#=XC*8@[a[o:#UW!9fol1T?,IE8Do,&)KYQ!6Xqs?:iiJhj
+Nj+NKR&,ToW#bqFU#DJ#D4RMGZeWrL/17'N%:!'N%:!'N%:!'N%:!'N%:!'N%:!'
+N%:!'N%:!'N%:!'N%:!'N%:!'N%:!'N%:!'N%:!'NYD+oAe,aj1gSg&A/AiU?auF
+P/Zi5#F;j2[96t&*J%WSrrBhDGLQUi72,`!72,`!72,`!72,`!72,`!72,`!72,`
+!72,`!72,`!72,`!72,du]Dhj7U%j0<!#0otrr@Vb#Tt=.2aVkPM#JNTcOkq:A+k
+6TgE/-Z4Hd,W5LjlnXqp7L\=MJF/AhSO>UTS[!!`K)J,nL.Nn*5u[6MX2rr<f6!5
+VK\3r#QiUe%jSRh#eY(*ot8fitGC,*aW\XtCf[gH@_u\_!Gp25tHs\Xa@#[r=()`
+@;*<m)[K#`:-6GLRk'WSi,VmcL]X;PAu:&aWJf6+'82*p::-1iBBa#fc%g+Wc_Nl
+[[UJIZaK/OWU,a74;'3-M%SbkQ'[5(fT1@;21HL9fo,R@pbD<--#7bl20JD,L`&U
+#XP-FDgG_[AA;IAsDEaYBA"0t&h5oF=`uA8SX9i_=@;nIVD@1p3L,d1of;95-rr?
+^S'l-#KrWDr)7_P)1hH3=IRg/Y`7GSV"g..SW)nL!7/cpb%rW(%dP3;IWpf`\QRp
+=-BV.A'&FF/?#I<QOto?8t9\7rIeFY6b!`=5l6kNR);rm>%Pq[EC3PP0S+NP65(d
+WQ.Di]dk(?<n+`qt>S'hu&9K]iMn^UEnC;r'])B$7MX9Jr1tL!fAD!!fAD!!fAD!
+!fAD!!fAD!!fAD!!fAD!!fAD!!fALnpuV$i9)&SZCW/Irf-OO@T*f:V)PtmrO-1p
+7OnC]Sj$4Vb'p[]OH2LV!I2c.I!;_t>(JTpXGh%lHX]b]QU5Aq!U::`fX5i'+q_!
+?BhDk:eX#_PfKCirM9nODl?9$%triZ,tHaNj&7XQ*R!.p0Mi@jse&)mbWf7%([I!
+[,g&'N&HO6niE,/W:1a4aEZrrBLagj[pXo&8V9JGSZbr"@Vuhm?iMbT8dOn]gN]/
+hbb4b3=%jJS$q/[h,HBj^!\Y33VQ?p*K[6X?UMSfg!8Z'"$ds/&f(f2j5GE#];Qf
+Sj2uQWpBZb!NuSJi[d!))Xe+7!/4<mhlL+u'kVUJn8lLWo<4$$9@9NaW1o1Dc9S+
+]-ig!!-ig!!-ig!!-ig!!-ig!!-ig!!-ig!!-ig!!-ig!!-j0:Yq"NfC@nQ^%r]K
+F7jfPGiplDKoau7jjd]5!?Mu^?fH@t)l`OYc/Y2)RP[Jgb*%O$cCOb,k,OF?ta%!
+2W!chnS4p2SVIA`*82(8^&9lj</O`cR+;/&Y8h_lLZ\MW3<VOo*1V.-<bq/3Md<?
+^Kk%nX[=5"_ct*N09tKSiV4HE.,Da,gS4OI<)5K2#3b&8(R\?H2YG8[h32]XrYBW
+b8F6>,?EL$QX>Zod3H%@'/e_3_bkO^V#lIJ$%ph[[g22Di-Gf%2oNCE%*[FiaH7n
+t5QX%Kc;4okbHUUUj(.\V\nh`n\Kg7W5]_rAf8Q<W^%$=*^V[_urn7;O)72V\h?p
+X"QWWd7BWgct),2<mV8_MkN$9I3g'@mPg7o`E*10ES2(C"@P.U9TeE:(4Q!c:e`R
+g8f&[p<=m1n^NCL5g-h66St'R'l`!!K"j*qrLQD_9"bQJb0o/K2_^NiI=E'o-_NT
+_b[m4r&H(dln7h1%=XbZrfc2O5Z'Vhb189qiJ]6`e49d;-W_j,Tris(!us\5,TpQ
+]3$JUMP<Fp.%gX!.%gX!.%gX!.%gX!.%gX!.%gX!.%gX!.%gX!.%gXV/Uu^E:YO5
+mK`;%Vk*>G>8Whb5ppm@U]^`p3Q#un$ZV,uSpuN&6IG=$O;QK;6p5R[srr@YBrrB
+mN\ui'-FWUV]#-^./UZLHKTk@CK!J4YK?A/:05+(kbM`d\sjgDEW:VfXU:\8!QU!
+nY2cP'J=.BC!@+0QdU:/?f;I!P[CIM$h-h1H/<_R:M([*caq8j<UoLMHOOr5&C5K
+4)DTgg,BS^CgGNCQl)LPMjcFD_6W\_u5VT=(F;W(1ikC-Q*$=I\0]@L9DNFTirC,
+-G:>.cR!43U5CI0"b')D!5[.a!4=->IgWn3Ia6ddDm];#il8/2cD,4jJL!,bb+^l
+JOoSX&1#Jc9?`_k'O]Yf14Rt%"^kLim3)i^08NqZ+i$Z;^)I.d.;*X!Gh\!R`hEa
+$FJj(/1Btb@G6\n$e[CcYuV_,;fR,F!9p&_s0NVJZs6'5W_HJ;>MCX)KY2e1=Yo(
+cd8E5T_sf@-_m/Vi\fTL\l%61A@C38[,2%BkP`APO,U]r"UckKNc$[Dm^4Wo"i)4
+W!(d`F%<a`85#Chnm'Hmjt,umgEj*B]`;X_H]K)Z']qEco(;mT8Ap6$3(#*!!`r1
+54PX(p)XtDgCO!IW?VR>BdT5`#@^1KXQsd!4a/hM1LJ107BS\T><U!fGfa=Y2la%
+[g3W_^lMS%S9&oi@0+1Pj8R'mF^Fl-uqnki:=8."9&5bk1!)Z0!!)Z0!!)Z0!!)Z
+0!!)Z0!!)Za=]lqH6>%H7=Q0"m8AT#,V\@Il6MD=D?_uN!/ngEfJrr<5irK[B_Aj
+\_qWUW>LnJ80C`>_SAghj(HDBH`!5M[dg!-uN`I>^OC=C2"-_88DN^M"LV&)$:B:
+&'k24*NZ><nEV<D&e%P#ctQ9!4JW#9lp=7"[Ds^>T:@pi@i!;0'o+ID%q3'[c@A_
+\70\1mk=G9I]lg/it%,U%JY8`8`C6rph)sR54`M-U_]VO9<bVC=oSK[Lqalm1/@H
+=?2_#,.;Q%4GM6`Up99Rl.,?6*ERPuCS6td;r#8`73U&J3Ih>94h\fa2)'ma[5pE
+[h&_G3+DP-<E4(@/D;Kdr.'<;Bhak6Jla$9&pO4f<Ibfpp*n^HI0;C40'CD#AVca
+6oWb.LgU!!aJBa5.MlWVE_&U.0F5dVgHQJ*W3r!'cK.2SWcufLOlO_XI7NVoBg2^
+,YU/M0l#QC!!B"$HH+I\:d5fXlVBm1UiYlmr&.*<o0,<?_Dk`hZj!3)N?E/5CdTV
+HUXX_0cu<%p[nA;G3MX13hHJa'lae_n[fhGqc!Lp_1'.-TA%3A-E5oV)o%=/;rR[
+Z)l&2+<spPl0/:cT[apI@fEPD`</gN.ps\c"iobm,)uMsmgYo$?ipRo_&-?\0f/.
+QHC6hC#(-,,m-TlAk/"bg$jH&N=j5>uMoF92MpeSe.d`/gQ_4t2l*MehsUk/\!'9
+%
+%
+u0L4e`H/Qpocb[3:Z0?R$Wp,jPfr)WT>KUHs$%nB@l(=Wb?MSQiYnYomV7`EhI3$
+($ZRb$/Acem=^raW6Sr_GcIVA_'4=0Ol:@\(<D(IOr9)HI((R$';=guj%<4diT+G
+d/LKeb:a(6B&kjEc9[J&+94i3"0+Du:9X^pdKKKbr`:SflUS9<IuY=RaL*WG9ii+
+5T&NOu4KGM$DMGmP6eppc%Y-[a`'#X``aSlt)<l@=!k[JiO;DEH$+T3$UWBrZ>e1
+r'/Q2JP30VkYd-q`4BIgc:IAo\K9DsVj6bL[)8on)HXZIl)*N]%i]!J20gqIPc`Z
+p^NIsUG]3Qk?2]jI73lXJ!"h(/1r!D+kVnWWi:Y$$e$a&?]IX!^"iUA'4CYRb5E;
+<@M5<13]:)AZJ+)YUV0HU]q`"F7nKJ^_n.1,Ro@1mUg6;@!c$Wmu!!RfLR=5Eh%/
+l/J7BG0e"2^KkMKLp%e+?k&9-f8Mg_gi`5V\cuY"h'-'t,oRlf"eReKl.f2uZA;n
+CcV)obAlE=+3g?ce=umIb9,VIOGL%!9"pmS_srsV>I6'YM.4`rW95ul!B-`Euj<l
+,Vhk@D:+Ju.JuV`$2bG9!.lAA)tBimleot$($Ku3O5gQ=Mg=teCpb]9PO/erB$-[
+e)kOiemDu?:^[Oa1:Z5jMEU_$/pVi1!:Dk)`FZ8kiK?.0;q@5[bqJoQXCW>*jrr@
+=oR/[/qYY%Y'SY)?`mhHT4D[21"!,ql;fmL0<(WWWca1?(Ho'Q?L@2t#!Jb"S0g%
+TRdp!*m-1-:O)J&-X7!,;H5JcZPSC\D_rr(3eU4NXua$!t]Sac\S4Ie?J]*4"T0n
+E-#H\rScp[sMi`SrG:$)NdsOP>BF$OJ9KOrWN6$_9P9O5K+SOFT2=Uhfu'X?F%Kp
+[f.T$SRIBPYFQ0r+'&dI_#&cBrrDEki*Y1C_s=>t+3"4!nRe<Hq>+Cp=%YZg$-2(
+2`ogc!'Mng!'Mng!'Mng!'Mng!'Mng!'Mng!'Mo$qIc(/*[,%YHDu1K$7/3$hd0Y
+1RUJ3n?\H#9G_e$E#lRO*]aRAmHcbPIr#(FeMcbuArb5N[]V5h^c,a,)=Qm%b`$r
+:p7R9u**DdWS=J+u'gj)*D(4s0\IrL`^dPtb?>Iu"a:p+56P[CHSNZ0\STREoe!4
+fd1`&pupmrY#,ad!R:=XDup<DT3\[&L9+8fRkH5c:L+."7L=Hr1Wbdiobp7W8s1K
+VhgZr^VLHPQ+l;N?Onp$<u!8s[XtgXJ)n@#ii`F]9jdZB#Q,D,8+@V8D*R"Ja/DF
+]VX'&r8T"m6Ogr4^h>ln<4!["Tqo<'#?gq8Qg&=3r?a:F'\YQ3s`BOkZrn4[U4L(
+ug!-MHDn`U<)ER*e<f;IiAr"7QSd9kY;rX&P]?Q*3FZ?VDXg\Vr.$(meNqeSbI0^
+N$IPILD2r>WOI1&g(h/3KpshU2;W^[9jLbujL\a!m;Z0UA<srT3Y7I6U.7=7%BX*
+tEe:_On8Q^TmP2'7[t-UtqMY(48JXiE[O8D37NMrLua\!-SAj4c:uE^+93`JolAd
+]D[kAAZlPfFsnN?eE9'M\u3\pcSVC?--oJF6?/$W_\bW-?_<59p8.chK"?=[pce0
+?Nsbe9Z;#7=\)a?kbf_epO7j4:3?W_:c;#n(MrVL>b$mD<-&Cr"8W-'K^]P`@kB@
+%
+;!M<3'bhksJipleY3Aqf2T,gS:/R>.'f;E33:Z&f$iHL*#F","qroA!5?ItMB8KO
+n('=C9VkI#$5b;5;/kp0["E#A?5HOSrC4u`KAK$O-tIhdFUH7+WP+L\`1IMlm^C,
+Yh/Tk<$(Z1:C]\;LFoPg=`\]KaI&CL9%A2,qDOpm@"QrW1K.]`nsm<tkI#Ga@+DO
+29-Tpf;_iTSp`lD"`_"<cPdI1@F1f0BK>r^aHTekO&Q5CfX-!iNl,c5A)i&-#\M$
+p29_6:G1hs>Yi4t&X;9'\k4o>eMY(a7.7jUr%<H6I`HpXXoAB8O4dIjhiI/q>s)?
+Mq`RO?0G[`D9T/oN!L%L#/(,s>X8WQNpr,21YP9D]NM517MpDB=RYHLC4)T:Qo6g
+1.7gC)V/k>YOoN&`SLe1/e/uS4JU>jmT!fAD+,UfCE!%=S!!%=S!!%>%6rrCuN5O
+_heK"peMa<+.H*jGVin][d,)oB0(>E(qjcJLROY_#AH3B`VY`X<%=dJj1MQ=4d4?
+aoC(n4ru`,qU^mK3d"ZfQYW_Rk*:$8_<&eJ3Mlh[6NTTT<mGA+`DE,N;Rm.Hf?Pp
+5k+c2rr<]A8_a-DOlSuVrrA@DU:rj1paSMqVuH`#&@iR+ZZj3)nCPO$:&D[Bpt\I
+m*e2`b3*?1\"^->mk`=AWrWm<:4oWFp&8ILp&s(%=0Sl'^`#^<7W*L9\b_V4l>]6
+/1b.GFB(ut"18<Ps^,-!-R"]a9Wlo:XKb3^GQ%I*EGm6R]u\bfBUdCqU8O`[ehSH
+DBMXRsS0F]O!YDa3g<./JA\:TQcnJ+t:Um-4Bq`GGM`peTj>0C;)[e?A7h[')d`9
+XB>e^70Ft?W.LH"9L'=TkpY."h("Q%KQ\0ra1`l4Zj*dC*S^=.$O_:+P;P"[Qb;?
+nt@YF38+?Rggd7TpAY+U7]l$,+j-_`)ur$=4ho9,/DGh>p_Y.6Och^Ghr4P7)=sT
+-+G)lr5;%2spAY+&S\%b2q.>'i&D^,ZaSe=Qd?t@"OB6?`3?35B!$eCXI'i@;A8o
+A(3#N]c(B^?1!'0;l\hLFsdERT'l*KG8paL^j'7/:(d*qV/(&2!:Qb_Jq49jg*_]
+C/66D>[+O_m#(QA(]KrZ&CIAlI^h!!n)4Y58.um+JJVi'5r-_A]&a0,29()#RBLC
+2SD\Xqgapdc_4+>8_:g?i&rFU\%1Cj('aK"[Y8/Jc>`$j7N8[T84Nicorc>1[+]7
+Q`"T0D91B^XnAK2^uPBiO\!e$J"AeOiFP``Ya6WI5O2h&N]Ju0)98=3rrCBkqXZ^
+C!dn&<GK+P3[]SLA'R4i?[Wa2&bGJR]Fta.s]E2ILE.*-i1VP)B]FX!5cj6@O2Wt
+[B[fR^hB9'OgcueI^+$0=!rr@WbHj\K5kLFr?U\KW'`iedBm2ckjB<bQn:[\]p0q
+cV/_-H$/38f0_rr<22nc&T@]Gml[LVIT-NAbr6C"Et:4[mgr?RRA?DEDg>b'ccth
+SpWLO/IbQSL5`@RGVp`rrC5PWgfb2bo-!2^WZK;E.@@qN`Yoff;!L4LQ*r^=<>i.
+`uY0[c`MW1Y$=Dhg.?X;n_%(p-)I,fUQ;"#L^HA52>L8P!!IcLO1]u4e+QYj2*D'
+%
+[uUG.kgo_Y]=+%td%Ws!Pp/rS"k`6@`KYkfHND1:[X[d:?\c??]h=EB?9%_bnNK=
+'n`tWMPotQd*+Q.$g-)teX!bmGj+NA1oQcU<?=^Y)DMORI@;sYtj^+i:mA6HIc-M
+IN!:WuqKms;FT1%&pDE]BAel1\akT1LH[n+qj=_3OI7Qn%]O1S_*n=0,0pl##\r,
+U6"/q20O_5$8k*56WO4:,j$imX,H.j`AH'&g:-&'RY)m/SR2Vr5nf^$sqQFgP75$
+/gjSpgFn0n$KH/4b4G3V/3bSHF7s>lI3qW=),0!HLJqh($iQj>PC7kR//XKl/:U*
+o0*(YMRUtdPh8<GKA-EO*o<OPN\d&2Lqsok%oHMSj"Wb,fE\kfVmlL"1,BbULqso
+k%oHRl\k9,tfCf)fI*Hg&*7)QO4Z*L^".c-5c^SC6AT?7T"pRl[+*TgI>s,F+:Z>
+Pqd_X\.`@1Voljc5DoZf\Sc3?DPr3F!uS\J\5GA#Uuo7'g?]<d4dQgfdJIhKW%ME
+EPepjtCIGMLms4@fuE?gfC&;F,,<4i7-s!3Z>%_)ZlfiSP;=Y'`7]HscBL?aah!c
+(\rN.`T9a#:3mtlboFoDl:"lIB^H1WuoTO_:h!EkV/p;HhP>73j`^'JQ>^$#f.8J
+'$>0\W8A0j-iJ3N4O5q(iG(Dq,p^7<]DAT#qi5INBD`I=p=oP'kM(E`BKrjWK^FQ
+>%\aA8Y2<6A6HEAkrbl/Ul1Rp>M>mP\0Dl%LpSlp2*tV@QpabA"(e3)*,`M\QSFM
+<E;7/l?b-BRA<QTVip_Da@NS6t1nNMY8W[LcMb9UIk#"MXSI*-g*EF1SjE&BY&fK
+%
+XYQJ[#?o/a*<B/KF(E5.k!mXOA[h6.63VbQ]YK57K$)MO3NVV\5="kBF74;0BJ\r
+m?q<Vl]8IMdGjpuhYW"T-c"[QeChM>FogRY3g&'\9)s)L^QE$uBA6P'K()0^RYgH
+N(jtn8c9rI!ajGDZ]pbIN>'=YE$G$7J5#Od4_$^D<,SeG@-skrr>bV4qf$(ic&u"
+`'LRjO3sS.J^#n$\DDnfo'?#lW&.Lk(Kn-8(6`Zd@<HF6ATnuW)=?Jt`@@I<X>hH
+[<LVl0!2>?!!2>?!!2>?!!2>@Gif/7+$[?;]eLh_;hbCMEl:,ZKW.g'mJ=mFirrC
+bgi[Oi,J)K;c!#B=lipTD4%Ap"hAiOIejWbqp!0H)ORE%;5Ph8*<oSp>?F\?)M't
+]R8pG+JgViR6q\o9CECjHM;$i^20_>'i2Vg\)Rib#/FheIWQ4Blqmmi7)hju]*Ie
+,3"*Oo`Y>q+Z9MC[p]HmcJ1a91$u*=F%Y2jC^J%f@q=WSj<8nn[g'MT5d!V(EQb"
+:lY>BlRQ9-S,:Ot?OM*sfjo3iHSjhah;,6c9$QUpm&p6LH4f[([hag9G6A_J9b`o
+"^q_)'Jk4HONJJSPMD:3<"$+0;M1<@V^D<u%@Xn/%?c<Q/_cA>oL4"Ea?LY]))8M
+[e%KL*;8Wq_sa$4n*&#WGl4'Q"/-XA\;iAb:Y+9Cqqi"#aR4YUmH&+/WOLA0Whm/
+c^;j6hg+Zdlc3pkIWEfYiGoCpFj`8rTj%aFktfc3`hReF4*2.j<37L7FI&LfRPl<
+jbXIg>2>tf"0MonTTYa="7=ne$SB*UJK^r]q<WrhFI477:u<N`HH\mn:$S(C!m<p
+rG'UslY/Su'W<#_iiFQ3m1]:traTl]BK87,rrBl5^M&[aTmkQFooj6',WQFQ-]oV
+r@jD2c5Xng8`uViB^,Wc/KWcGeU,O?;EQB.ihiIh^@-8Q?!8t')p)XT+ZWHPEnTV
+c0`oo9Q%;+bK&"GCBE@DEgG?Ic5Hi"@;<]fMW7q@l&:h7"Z"4o`-H1jFeq%jfWfR
+-.s3S/uYn(Q[Nq4HAI&'"]TL1kV(cPJ+se%OVH^M@W[SqMPRb)7K7VSoerJ?I<%(
+EAG:N.L6[0o`5jAbb:+mE@b3SMJ"ugP*0IY\0mR!;,<&`Wjco4OO[Jf&JhE+s[TT
+[LP$`rmaf_^+Ze]cCK)tEAGNc@X/rY/.a:KaTJ&Ce,4"DUVaQk1?G9Do3\Kn9h8Z
+W(?I2nr(ZLlF7_Ej%2\O:bODS+K[G1eG]^\?XJhp7VjSN_f,-V<5:ZV^YK:_X1i'
+l__ttbX;t8q19b":dHtMbZAPa8m(kH;ZrOIgUOn*XuescR/%[s4.q]l%1bpQ82b-
+RnG(FO.6.&)UOi!Lm,J-m^.0`A2)C]=A9I`&o&oj<Ls&@I>dSI\D!.Y50Xl&XW/J
+HmhYSr;r,+[[p`li&>\<q+_W*s(YU..MJiVg*F'\i_QaH`1:F+bJMaA<pa'\t7II
+Qhth'!5WeBBJ8,N4B^Vrfe^Db/H5^'#/]HR>^4:]djLVa]iIlD5F65ik2#>Mg`PA
+8M0p]/%ualbEHfCCI!bBY>uT_6m*DA1Qd@iPBe(Htf%/dI`a.?e]u)JQj@#d*@J[
+7u?f<qt^&raHdl]5?m2&Oerr@g2KeZe7=^.9RLjJnPDWSDmh6_kb34X/!ANJ4tPW
+HO6iLfHEEUbRQ(XrtP/jEdj++-QQPAoo/ET4_E29j+YDL.[Z0f$c+mIMQEh<FW]Y
+P]1)p8VEB^Tcm[U][0^CS?fY5P)eWrd'$\`^FHa%Kc=q*AcIBqK0ao/?U7L8IWMO
+53(FErrAZbbtlQnrrCue5IG;RJptSn2BH6(2n\2BKDtr%pf3%J!.sHaek2_[fO)Z
+a03tc'5Tfa\f`(rCT;T,]c5_5W!Bft:3Vn5tje/&qTOj\'HQG9GHdE#ZJc>_%l[I
+E[3W4ZEEQA#8](c4)VB45[rr<5GrN+Zh\*P^,;@)I[f3/+Rd2q2C[=5(Q^.6ro7W
+8[ugTS(NkO=4Ql(@b'Ob82>NddU,Gl0W'IT9X&_/;JPWBh'l$i%t;li*#g#jLX[q
+><4GF8l4DYPkGsOHKDOGgQf=!6oV/TDS0EN^*Bmr?h'\a$0u[3nE%Yf(JoG5>u52
+kh<:_.R[F)A7\b&<3iaS:R(Ll*;n^%:W)G$)o]BtNhht_"1CD^Vrd<)LL<>.mXO0
+&T=$Ap+0e=p,>`>6-/O&7kD-PH!37)=J+tT3m73>;p+5a%mDIbAJ+<j?c`tOTLP7
+o;k[+m<A@g-q].IIt*FbH(DAI3o&\DOiqlTkl:W&$ljIAp!15.!)J-[%=DbB62@G
+PX#8M=#+(Q)0:bi7NRq0P'u(8(;hLE$6n@db+bgl^aTkPkNRrrBs.4`R*6rr<4jr
+MLnjanm!$[/_Ql2h[3>U)gI&&&<Xh:Njh6?<:B>j1"jMqYG3(.((['S2ji&bk=6W
+rrAtG*OEZ68TRj*H+!LTJsIaADjHS_aZn/pQrdYa=:a,4;$!TnNr2qn!24ep^bA;
+=a-Jf<r^Rh)/,oU$Xa\\74r)U"mXJaH!#8_mc"/_0:ZboQMU=0qjs0VLpJ8uAl3=
+;;D%e$NP*3o)1<5!E+"daPe/j8Sb.ld.G]/EtAkrMEV/=:Lm&PYC8N20IL)Bg$!Q
+Z71GEL2.@MgY2UN]a1>AGkKia78E)V"IWZLjLZ+,bX<8rq`-in*Paq_m`.(P9@%C
+S)8^Gr>JWkLD-?F\@#637XZC=r#hd8&$:G3;P)=i2M457$dm,m"s`cQ*^3q\0D,u
+jqEg>F80YQ!5Z>Z3e"pAnuJbEiu?Rpln\S*,L?or!9^cq9QBde_I*A*8-8DmSi_G
+g\GSLhjS<sGVB.U/f5OpXCT[U:`VM7;i6?8KC"247*bW1[r+p`bJ)I9?ZnFZ6M-`
+&!rr?rsrrA"-SCCJe_,A$]BUFGL.<rB.qb;-n0Rr>JZ2BT0qaGhgfm)EN$@hg]r"
+I.sNYDDCfAHT.!;u>trr@YXI!^jE3Bq*2I3hRd%<4?U7r3H9ocDr#G,I"k'kcRM\
+L[P4lREb7*c8s@e,Gd6J'Up<)nUbi7UM2O,\K@@^[a-9j=ARZa$ZJ?m9XB_N2$,Z
+<Qjh1!%)\eb]$J.=EOKefAr"=9CMX*=3!Cu,&c.q?#frGLS&VYSd8#BPuEg*6MD5
+@9E+tq$2D9u0d!_4M80RkX"D_*UQ>(r5#^A6caM`XY9%q?D%b(g:u+-t2@<sQ97>
+i`#!`Ns8Hhj"*SEQ\pA(Q?>"M*oP#+^smjqiV]FGZUB*3i/Q.M>[C/,brW@4qs^F
+LAN;]7MB\\a[YI&AXh8&b=kmF1T[<?V:chBe1.;n%"@+RNUk+eCT^Fpn)J:8Ri,H
+sh6\.Jl:'K%OYD.5R.%2fFdf!+Vp)H=R3V)d'_@"U*[SMF[g]i8\`S^uUIKl8s'r
+%
+d)nVgCd3O"=+%NOnBTqUr2;=b?d0-09Z92jlVts&tGIt"XiL5!!0NUQ2^gn\+,Pm
+5681k4f85Zi]W@uc4g0rKB!btJK""V7K3AI5L1F,ehgFub4?+1\,QGY7.J%"YeTf
+<+2+9n\*^s#N2(7b'<VNZE[DoUrP>,te$g.`GN03o^-$Xfl2E12STPB-$@s57__P
+J$SED<t2^mU+5Q,N2W3#8pf]o\_lXHBYqJo!PQ?>NZ796!$.SI+1nTX=-rr<3@rM
+I?fR+g'1_ql:$5.U1&-@)NYVS*tTg-CN^]0duCd(12+a>TUl.II$*rr<2Rrr@YEr
+&+KSJsZBZK3Ri"WrsIjYd]Isrr<PQ8mZ3&0]ZX%b_pX2b.1QnA!J.'2j7NMfZl)N
+/3ubY&;D^\3Y4+%[o:q-hj]'?Ia:(D_Jb78r*&k5X_L$0pkb_?/j`[EMB,),]S`?
+^9-.7pq'>C$$kJTI3$/fhU?bXBZqGg)rjD[tlg!U2+^lk[(*=>7B'$@KWo'T'A,9
+]0^(:5DJiA1qCOAAH!!OA3oY(h*A\GR+4uIS.2B&0E`5`ptZ/@diW,?i?0+lAtm_
+:W-iEm)Bq@HLm'S%U+M?#0Jrr@!+&^B8FfOs4[WGZn(@Gnh*A2qj?Z^/:F]^PR+p
+ie+)hq:fb?\P1OoD"6\qNdZ`om(Cb7K3A.LnG:@Zh>[7S:;$`B.XbQ`n`"hL6D$s
+AGK,(F-'HCiKo[hgi;*$-2?OEeE+8s9NIYr@qN4s!QQ&]EkiZ=*B;fnhj=?CA$6O
+Jn??T8P;q&K/"*O-(/f2chHs[:(fb"ko^os%em[&OT%R^Y(Wq-aO3.qgT"dYg=5h
+iQ%cM/4B3,[@RVBH@qRc`^pYQ*H!F$_a8r]IR#J7\0'c5K6fB)(>'`S.Q*^M9QR#
+)f<)bcp`E.&:=S\4MI]eU;*R/YZC1lKC=ZaYm12%;b"UPdRXg4W^u)E77OD?+;&%
+N#1-?k*tCh8J/^*H;nP3P]!OV[)cVL:l:7W:A,mJadkb[?BJaD,FM472[AWTd0_l
+!=B\8`rpOdEip@td`0b<LSnkX/T1IC^\"llilZOp4I6d68&D7KY.?!h]"e#XLXI7
+E5N&nT-2;oX+2KuCp6=V7%m[DKrrCX1rDgLMqN((@$7k7GL0sFEIu&P8pi#-YEmm
+=aHVJ-I[_@HQ5Ko;/Y,Ci!7=OcJr;AiS5N(Qdp`fHir[IX3rm?3"FR,Jj`0Sus^+
+%
+IrO?M^WPa`<^fe@fo=GGKR""^GX#Nccs.H$iP?In9XB8E:G9%774b*R3$W3QGY,S
+3XT#pG,k3?sUK>Q,#Xqc!L@hm,bfcNe]Yi!,<hWSKb=4C01U1`u+7ZJ'RA7q;tG(
+Otr`FSrnC?eV^W]CFeGO7<Qq&UZm67(V"#Qq_R5U"S[N]5b>O@#?`,Oo0KB4faJW
+JYe/qSSGa.7?DLY5:E"e(1-=`05(6/=S7YXj'RNtCC+l*eZG?0E+=_"ZCdV)$FqP
+9fQHClIL^`Xpl5:R"Y9AkC%0a5:5O+A($hmbRY6bXgK@aHg=&gl![ne'_>0_kW#3
+d(p[$)mIp_u]nN+h9_cfQb4ADnBb$r`jS+uB;<,_1KaWs2Jrr=7WmQWAUhq?'L$^
+p$npa,opD;`0d?a8*f%<OQ:XL!.a:6S.;5BhH*l=5s^0qUE("mO?fasb],WOlH^D
+`@2"1rj%])b<G%5$Qk@gOFeNrVI-)ancP75Pm&-5N.*I6$j[]=U6@b.u1jL@U<i)
+pQA!XoGIXJ/(NtGT@kao$dJQ(Ib3T5f1GaiBAm]Rk6a&,'<h+8cJh%Q]:UE;roB&
+G@GBR-G61DOM(EO"Y)F6#H@e30W-f0Q.&)5!.&)5PIuSpqHoq3gHmmUZD;sADhb!
+>#L92Njrp"+4`u=WkWtU#ah2!*;nJC/FL:h1!!!a)7fJalerZk]_)E7$Mi![XY]J
+nf_bbJ*J,j[Mfb]"!]O%"nR[t!>p+515F?gplVg;ce`Oa[_Yg8o`B5MD\V&R6k!>
+[GF)5noKGZpt78)1hefQAc(*;2QFur&OcW"VUd+rYK6s&b)-;4q;:Q%u2`jSX]u:
+\PTj4RCq<21M)udYrsd\V)5?FQ-g<c[?Ip]=1gPif_Bqd[*s-_4+0$-:5rYh['u$
+)K&'B+,=&b8TFRUTDPAt4,#CT!(re;LITseOn+\@'D(FQE!/.9]Antb;g\l=k#>b
+@"<;-=l&H;agW(N]n$%*fp*+>GjVL%FMkPY3ed&C2HMMd>l!5MXUPtH^>-RhW&rT
+CrgrB8KVkS]WUWX(\:,A>@u[lf`#gEVmV\+*dCLK]+lS"s6t=2l06M[#<?X=lA$M
+,@lPK`;%<;'YOHbcC=%gpp[=FiWP"paSK2GWXjlA$=3nJ+gA'r8SiFY5BjN!.p_V
+h[jDi-.\F@Ktj7+.n-Jm6ItWs=#TP/c/qA"g:NXt:#En0\!ngOoqNHJW`j&Q/Mcq
+::Lio&icErNX&>*`/TdO*?COBlL*bQH7;e<7KW[('1EFbh(EHo^Qq!L9m#N386di
+tp't%&U;8ti^jWndBHG:gYrZ-L)7BJ[&GGE(FL\?!O(T7K%es7XS><F]%Qna)XNQ
+cTfq0nET_(Yd=HqNqLm.*7tnSc:qhB)4]_q0N/e>9J#,JLJ5Ylo);.S-Ap:G%pWN
+;_<P#Efj*6U!JY`SNWFQ*u_hO7>#.eh&F17_>,,`"rpe;F]kOF%p*e\<3Lp*>?Xs
+b-$3YOl>3)J&D9dLu/4s$L53@MS:Y!_fL.09B#7[6L`h1ZYt1!DR/&$cRb4uM0DF
+YM.u#@j"g2KpHLtpL%r@N,1kho\"RR$XQqnO\)G(a=Pd-s=G</CA4K4$FCej<fH6
+?!:>gS5GR*7092.o[pk>R%BpX8idj*@Y0/%GG61f/6,h).dRc#&/e(MC8a"#Asmj
+Dk;_Qit/p3HH5!92<0r&4&rN&?F!]?c8H+gs<gFrH\4]l1`\^?LeTU.^ji#Cc=:U
+WuV7=>+%Y4oWWr2"4kk^Pb%c&A1B(ptrtQ2N#Z'91?0&pE*q'3E>(ON%^F`%&=,h
+BI\:4o3MIfqo+WT/Q9T:'`FOQ4@A'L*GI4.7:CV@>7V5=J>dJM7(75,mIQ=#>XA>
+;\2sj:\/r3N7VaZ6hmFP[mX,,9g?GZ2fVYA%4[R8aP1s<J\<5>]49>?!h]'>"\U:
+Q45%A*LR&VlW2F]d#Q`'i`?hEU.5:cA3)u^1/iBJ#]CRT1YhgkQHZZcZ--FpL@cJ
+D-d/`pk2Al.ADc1l`knpEe(!.po7PMm%*KQZ7UEW6$6]taMO]'tuU450Q)3,u;?9
+4$=r5>/0IO>(9PjZ2Nj*Vs:Dj4fGhcNFimP/%Z0E`@(+p\b#_LEDt[a+*SWYXi++
+r$DOI`p6Mmr^QT'OS?_.r,r#>"Z;PFQbd#8Jjp&.`NC$CqsKts5(i@s5./Wlg`;a
+U=7t&=l0$L1o#BJMn,(H-rkAC4d*69WJ.+'(8-RL[3<ap</*]9Y?CV/Z]RM2di!j
+s',8tF8,:<Ke7tJ]*PL%kE4rD')^\eeK$oG[,pd>,_AcBiJ"-B:GZd=/lZ,T80j'
+UR?a%*_5`EjS[@ANZf(aL$-h2T+UjS"ma5't6egb/>#%=u$,J"QnqWLhLs#>J*2q
+CACZXndDNFXf/XI+S2&62pof.F^$K"8aQ6TM;?;lF,P!nI='H[p![C("puCA6%N3
+MDnbJked..pPlh5\J=i1g?#tNhtC#-qQ?g!R$q%(FNYOT0$<4/.2X?FSG^^@Gl-?
+i/q1nA!:WU!N?8J@'R27Zi)[1.iL>7&?b,\2YGh6edTGM6e)&e(L=BA)?Tr1+]WZ
+ug?)XeWbIILTn=0C`dJHF]..F^%oURf3LX<EjnSYZKUOT:JGY`JLX?2K6'u-4oWj
+@>q^@kC%X0a:Y*snN=_dU64-*?Wcp`J+]Q7",ZLp!dYG=cZO!!MTb/c.!p9)+`hD
+C'-UiT6!U`%U-hVP>:6!,<q<,)bu836kMqj3KU/$iEiL4t9oa6UU?iGkUT%R9&KK
+Z\j/P_U:6Ln%IG#D';s&X:i_edM\g`^GLj?/2XtSH"W`696f#7RVfcL`C;epg^LV
+HE!K^%V-'g"GE0B8U\kQIP[NR_>rDD\`G0cJipYQYj(?'b9CM6'(W3s'\Ichk\=6
+<#9'.I"@KP<)*l_f"W4t>72HXs&+0udM#N@t*^CG)Qc\hT!!/iZSB2jF`;=N\#(>
+<jgY#jdn1,CH%$C+sP3]G1.GZ=Q\MT2N+MOV5I?CH=3d*$C8^P>O4Dsr"E.!Wr7#
+uRD8Wic#I4C@(Y%$cK9p'j<W>-W7g#*WljjsrD@)f1'r;9!QFT3d#`._[-5>XB+`
+%
+tc$c8Qa-mfFtg)7`PH./I_MZQi[01]16*-54G;&Asg*nW]uufk&2e..:'Hc:X;fY
+rrBkbIO+.E,A=[?KY1At!eu:EekIda^0DBLZH%QFf,,TbP@&dUrr<pE]m*K7T!h%
+#>f\cQ#=F)l:di2HnW3:&ek5kErr@Y.rmTco:lj;1j$/E=4<`\@LAKN=bCb!kMgo
+YSnkZ1:W;oM3972ns\<30XmqOXt!sS=1nO@(a=]E/9?fZLBS:_&Nj,`6'f%o0S4L
+<$,!"6GNnFFil4@A%V)X+ED$V;YaM/^j3!U=3T=ti,6Ip0^u\;ot[Q7#fZO9S`aO
+MLK2dl`-[!!NE%W;\=I!5UVe?O:M:kCRf:M4-1l2&UNR@oi,;Q?FsFdci#ZTtc4q
+Q:u1<*b&QCZ1<(#-gajkrAe^GHp-D7HZbI<,0LkYQJBOCOCU'nYW[;Uq[BffEO)(
+3N1hgfQ864?fCf,m,FJ!"%7O&!?7PsTbp@:l?e:_=]bU*KRa:A?iJ>p0)&[=]AUs
+14lMgkI-ef5_C];p8KoVY]1-j+e>Nc"d6EaP^*#HSLWk[rIpa;+RQ:]b1VZ-Y`oR
+/g\?6]g/"=ag<keT5$HOT'T)"%p3;k/sO2?U"@;4Me'+-5Gh4l5Ir[=70!BjM3k+
+#hI<;F^t`>L@rjhejo:YC>!J[NA!.;R3_:c(7Eb`])Lm+,fAQ4KAuorr<'mofc#*
+i7aI]\rRLs/'b'j+7&LJrM;[fC>).jVgM_DF$98O^*EDJEMu6IDPfGWB`@>b!0JX
+MOn147!QhP!YP9=9r"W^7rr@Y@Ia5sn;&6`M`:!tfm6"=D-d2,>KtE=k74D9qIDu
+\n[XS['HsunH_/UC-NT$4<=K34sNK^R9D)_Wiil<+XNdLJCq!%<erX"AW@ebH5D>
+'*-@;.%Q>AKNCF+\8-=\Fl>70-d5J\2ucbZ/EUpPJ*2Y<T0u-r(*H>g_Y>Wo)D+O
+4&7t(KQ5KJ];/uec&<IMGgo`h:gVUea4*tr$_?2UO6hOAY=:__mbcn)Ae73+k3SG
+;`eTG<"=o`&R>QfC&/ZD72,`!7<n"_7K3>k"8F\L)!MQTnLNTHLAWhON3/VZ6<i]
+(gp^#+\)=Uopfmau"i:3=Jm8#rrX&8p:jA2a+2e*Y&':mM+7\aI?YW5L!K_PPjkF
+js-r:=lR2MD<qg^[opHc!E]K?!YG\:9g8LM/V1!8p,]-8sO35K'C:XGR/DuH=ni9
+K2,pu>Adn<^rj!.s&XpoSgdL>4tjDU@.n.fp[g)C:\P&<-STS-,AXr3cP)Jqa+Sp
+mL-0QcK(_p_E;ip3jC!UbY5IAInJteu3Td(33*orrDLX')V=]cc,"QX1i5B]:WGl
+n[<"o`DWS_WW)rL\p?Nec?PQHKCIHC?tY5e2'U/U(=e%o3Q=!jBKR?3%P-)Ei0qF
+M9@&I0n5oViN`n?9WbHZ`*V_ppgoG1Yd=A#:0QSPRX0Bh"&n>P8q-t7R"+]8>G[k
+*M_B'l+eEs!9QKM%`4DT.WQT!rl5COtI)inG8rB#JSJ&)UZi2@a*fBk*c9`.$B<V
+E"A++q#Mb8.4.@GomU4$+C'[rRW0U'Qo=rSTtqq76E^/m1Yrk$#LcH1r9?=eo=AN
+C'-31$e-!J(BDC(PFskk["A\QC":Z3`VHBQ_N2&@qPk]]4$F>#`(J('gV[FXh$%0
+5!1@U5PQ['r"/l.i91"P>Jf"dGFCCUKK^RsfrVhbUt[.NR6Q@1+;hVLTHUPlqlI4
+!AJ>1CIt#ffYo^=Q!!MWdVJgo)HuST#UEtSHa_e*C')?BcDkE3h_FGOkg\ao5qau
+7E)i*WAm)f8-"V^[grr<2Wpf4&'^+Goeg5kqrnHhj(:Cp!fBt;UB(i+DM\U/UcTs
+hMSE-=BnZ@B\hJ)Hce&cVi_S,UYkrX[UY*C%JgHG/3jot_2R[%#=Q*9/@^^f_4sj
+nAb9k<nr*rNSO5J&)tOC>T^"0?-$Ze\!U_j(Q.jn2?r?/XEF=r2f+b$@/*[E_9DL
+MF+aNn,`D!rrDO\0A((>$R,#9]RTF^cHjE&=0&cFmg2OrFj?O>I+p9TR9DG0H21W
+$a;c1.LPeb)!!JMa\\I'j2c<u]c!M@CiYR8b*6B"O[:rZ".?D+7CP'nHrr?<[%ir
+8^eUQMH)P)VBVuG6hn4kVW8RZP=6J#<<#;Z;ZUYOdFQH`:Ph9*[0[?p<jgi`F4of
+)d^J,ToXn2K`'YHPj)Mj?`gkJj&N;e(*KCDjLb^UR3oYWTF+OIu>[+:\:trK,?s4
+;Ikr#<)KMrKq_`4?*.8rm+mtn><)s#j'S.\7E$N1"H2[J[Mi1qRK5u!)KbH$NC+B
+_uB_B5K9WH&c>V7n@dnTo',-a.J2e1p`$E%q)SFsp)f7+#GCudd%o-<6_`f`rg>b
+Am<'@=m\#d/NXDE$^-_VRrr<8srlKX0mNoESpfCn_]@i#oET,ZOFPQ&_ma8\Nr,_
+^5&aoW>rP&79Gd?*tVYjcqDg<9A"!<?$%T!&t>T`?1rr<40p`]Mpr"JU%Lr[IF!G
+ZqpO/:W:fP,Mte\/rHrQ<."-rr06`L4MHHe6<p-iX1!6bd8.<pEc8Hrohs8r:P'5
+IXhOD#@HFTC_H2NBc@0hs`uTK&?&jYLr!X`dSWQ4Dh4qUK6"6[&[]:?GKs+,*L%m
+PXq-\_IKd!a91(Ei8.7^\(\$:r-/$'GdX\-4BM&;>FmQp.YBI+9$];g&]XXi*oH7
+LduVu&-K[=k=<qWlLkRgE!i046!Cs&8FO(dI5&U=MrYicFA+h)@;rP5o&^+hG]/c
+_.#L&GqfhY!0UjNU/FlX$6gbdhTgG4@IKKGFVEI^i^8^9DXK9:[SguXr=Q2sXZfD
+>)$XA\bUP)eiqZF=`r643'BH=-_K?ClfIj5m[a3DulmJ>8tq7ne"F1S=ZT36p"@<
+blZ.$uI%Ni.8pH8H[G7a%k81B9#fI6!T+(*!+'-a.i4nm>mUYC"%HmH6,dQDGA5)
+J$827f4Gmi80G(al&PcD:N,jY`)<3UB5&2)_sRI(fDbh1XGCLg6G\9@`u*c":7qK
+79!]8R@&*ipjGXXs+65Z4DL=nW8LG=b[MLZ<D,"mI!!E)&TU/2APh[)c4\&jtVa(
+,pci'"aQo)lH?/[<E&Ni@Tldr_-_A1fOe[=K,E<XG_ns+8;HPfn1gPU;h2Aci.i1
+J3El2#fnnmC+__k&3E7^_c9J`iI4&U81"Is25`ql&3,PV,dMF\-%4BRc"Ae)ekFR
+>Sm3G&VY!p$d4*<4lhEdIl$)k!--nm2Hl/6h!<4nMBF=RNA]U+P$+RW7j8=gT[^(
+*Z+rWjp[2=b`&[\]OC_TWb\1Aebi)#%uImlL@jH*C)6A+%J@/rASE0ujhrR*0:!n
++]81>dpMS<k3F`i\OkD03X0^TrB[;UG^C0rkASn*p>$q'6`-6!pB_L$dI&1k[Upu
+XBc/cb\ZaMTY.c_?[j.77hRWMg[a5b0#k,#0SYJo^L)r49NV2!jepPSRsg]%8Q[r
+SXnLtC`W<VlN`_*<pf*[(EUoh0)X(IR1f4%ur.1IBX\o`^bdr9;dP$o0MD28S/aK
+h'@k_t+idqAt!T7U2#c,iiI-EU80"k],.*_a:DOo!Q4GM]I\S75&9m\+_)bdLZ[,
+J^Bo.^7@<7Sh\2GX-0^l.tW%/F<_$f5L6ea2X4g@>V6?lN\EtPStG!/O\4Wl+[XI
+@KKP>&g"-J,?9PR\O-eOarKZW`h7r:PriP/.V!GEd9$)2S^TZ.0nj>*<R!K74S.U
+>(q.$is>TXM^[%X"_&!.Wmlbb/9FE2>K%S*J78`DmE[j5`+7LR+Va!;_!F-66*E!
+X>ACYI%2L:!.eGr-;f:dZe^aXiia<!.,P_W)q5!:kC!a33m^R<uiTCK'Zn47@MjX
+oAC)lh\>=\ZK$!\k?d!N;!*jQ&75a1q8Q*L/d6?N:m2N,92!$p>qmTn7Li`^\D1+
+DrN^8[J?_ICC#%<;V+7D[gpRiAjcuh>*MiV"_X<OI%a-bn)(Idm/(em-L/XkIQ5e
+E)L]4*Nt1r2jtZjrPEC38R)</f%2poa8tYR9\*3,QCu[?sWg8^]StG3;4^&Q1(;$
+3,?aHZtBDY6plUuId/R%%Z*V&'Nk3'Wg't)GaK1WYZJgctO@-o?G^h*,&QZDI#7i
+cfh0AEhRIg(3%D;hUH7Fgho1uAn7S'/P[h_jNHQ/T9dQ4GP:YO?%[8YqDj(1A5qB
+6,L(mLP0s#(//qT0nZ7nNMqHX$I,=OM$HOCM3YE;Q_&grr?a=54ub.qZHaK[]kW;
+oK>Mij88S5CKIcHg_5X7AP#6[:']\$Go&D$?\G$m4<sCIdnuaS>32Wj*g(CnDbLM
+r>KTc%6b,]K=\mD%l`92%pa7`5*BR6iGDpniDrLIR4/hof`)h*u.^uU*0!:dfLmj
+9_j*pf_;JlnICIV8DWh<r$H2dkrK=C3BqbCmT*r(A\CQS<);UQ]$nCFk?BbT@2`R
+K86f5E:cjgLCb!I.Ub80!-jW+`@hphTb?Hn"j*XkRQ])tEBOofYY9+(_ocTcBDe?
+,ObpO#Q1Bq(pF3%Quk7"Vag!*_ZB6Ib7sJrJl7cUMF0_dl^9MUhY,2A@];"[(5Xh
+98l?cf+SFPMT.=T:.om8O,e^-O8(/AXlGl[=2V`]]sc>$$[JSbW\942-#%9TSN^h
+0je,nK@ZS`9&bES#@W]KJOn\kU`K,eC=2h@t>5nSW2;%iO)d]e8b4U/"*p?l:\'-
+mP:Gqp<GMoSF<#8T@]Xjr1S_Vf)G=ok7mN@8KN)pV._3.#EbDKq/0[*;M_\i4[*6
+UOTLj+`>MS5LeqBNo(o,k!keYUFLm%(=tn*V-jpfcuUcn.@Cia">%/%G6K9=&Q8g
+E8Ejdiah1D5/V9;>5>aaNEBqRb4V4SQeq\2RtH<X(n*3Z`)%[5]1]Pfl!VuVKPG+
+7QXIk2ABO-RY&:]_5bY:<I8dk>ASakN1DCuPc3K)m=#!7?D0p8&->-?O>mC;V5.`
+0!?dIp*!1K=;E7t.k&o>]k0.9cWdq1+C4)qAo(=u_4YSsYP8^hdi?QDT6QfAs5BH
+n8;j6rG:c%`MH=:j[h4UkQITr78b.PDpp&0BU$K;!bBQ&WFHs$/BX(_&n,\c3gLB
+Niaj=g\8*8l$#qU]^`97I"K/[NTO=Vi4fk8aJ(_dh;6A"gnEr#B]U,t<;ap&>!sb
+3(qr'2oEJ2<fKcBs3i#]DhlI[,:@OT*KT_p.s6<&,]Gtf8'8QXF*7`,`>#aDbuJ@
+cXf+^$qOX%5#e7RO5X/I_t<Y0gM>`s2Bq8^/,VD3Fr:o7&_ZP9O.#?Mq7$<Srr?G
+6!Ii]dn5^Q*i?++.enh^!C<HDPenm>8A%>7"itD=Q6E[j0`k[)%l(,Te)?]k$`HG
+PbEUc(\>HD1FZQ+B])6`1=Af]7%3Y1Sc^?9#'.g:`2N'05fm6s7Q>l,2oVu.<op0
+%
+/L'TK5BD=C3A)Xd/Ql^$%tDd\mrk;Df(`uk(<)rYXoV"ua\rr@g\3r#JR9F=u.[P
+e[i-@!C9k@HmNbtWMN_LM><n+KKNBmg00mtQ3]in7^VgGOt*<eaA!M'<Omb8'_8^
+ouD^iE,BfVakUnrrD$@KKLH@N!V>s/gt<VdA6qlIOo9)ks$PThu"2OrX,;u@uA1t
+EUX//o-R[7\al6)47=8P:Fp+k:\K/8!/"Oj#lGfsD]!kBnWpr[6WgcqH)ON;hZ!R
+gBeeOWhF!nm^rCEcKu!Snp=J]\rr<3Ppd+o["R>IjRa8p%'O+_sb8HJ`7(%00<Rd
+'h&ODuB8`P/77IIqur5jEpIah`oEMnUjrr?>A6f9WaZOOsC'qsElSfikliO60(_s
+RF]gB&FRm(<=5r*o[+K!/n"GDmjHT>0<T^C!(fJ$/u5p\l_m1l.gR[,`;Z8rUSd_
+Y:R2[XWLM1-[0OCo^c%T8Qc3:%sXTT8t'2[<nSO\`,\tR;VZ\DOId'4!$N-aVDNs
+2s$+q;E"EilEBt3kPQ#AiOA0QnD@4DQi@%rMgJ50pc@)fYDkYSCE[Kn!#/2C/),u
+V2`t4H?;90Ym\\LiT<3V$fq8$a9t,X8/#N<nIhMC8rZTg#hr)1#l7\Jt[:.&O.K9
+C6dOu44!-L=!bVl[VJ&*5Ai7Ru5^cEg-nJh1[e)T%B96,l3@GoabfkDSfLYHg05&
+XQ<eZ\KIDnGl[iVrlfC&Sdo/[Xmp`m[W1m,JZ3g=jKL_#b+(LnH5KkQ%ZJ;?3GK-
+ig!!-igHlTD1H'rX!<=!"6^'1dA>XK!a@j/asLYPN#\]j35*+QD`i:!+ht7b8gN^
+cSd0G(E]g1?WPTl[I#I+`qB\@XR@?HB8/k1P+r'r8F?a/:^?QZrr<1Irr@YFGjkV
+<NU\(]`*.O)4sTi(W*DUnMmO1[P6c?K?:HZ&Q%!:G4?bY]2_I=?rr?_>fK8e>rr@
+Z1quP4CG`c4q&o0DB9cqA9*\Fd(1-"jcj6#"0.n)4a]75S9fA[nM']\mVe:6D7^[
+P+dM6r6Phd-"[iq8c39[bj&04Cqr;]K*-1EMrXm8j,-LnnCGCYSjhB9/"#3WB)23
+WB(hI!bW-/uA(op-ADD.$mr]ViX'^L@-ft93[PamV^rI,0bZYWi@#<hui6r5N'$K
+'Ee=?q\m</4]92kT(kTZG/9s2QTDRI!%/&0a3HrCIftqTrke2crrD#Er#IH[QVP%
+O5K7Vsh\1GKpn$7%]=,E$Re#;^mK5)p\oZ(^^?,<PIr5dP+1K#$lVAGs2qRHiI6(
+3*GAP2Dk*IeB_/U677c<J.QGun.k.?,!?O&\<nSZ.rpoD9g*q:P])"R>o3ZGL)Uf
+6JA.KK8ce,Bh/rJrSt]^bN<dQa(Aa3nmknauC%cf\Z'J+.I(r"\h]O6uc4)o6t3p
+fHGq;dRsq*t]Mknl[f[D(U.-ZV)AL.]X5n`rL;\^L;8'p`rZ%_l_e/`Qu?'L9E-#
+/#,Lbnk]>a"al+*!!Vfj!.n^.0(<fW'!'&V\&2R-^(0Y0Xl0YG9l[<mXXY9:Q\%4
+u3Kn\ngH;qr=#e-JN<"@@nE9KhrNC>cLY;p^O6pDfAVK!5D(WH2[C@Ct$nB>N&``
+!3J)E33fmgh&5A_Jb1`s,mNR&(5NA(a%2[o'!:T#EW)YX12pa.*&=FN++_*8?N[<
+0!mZdKX]\H.P/T%E]f8HYjBe\/G^*]X!+cX14j<"cIj\[H>1Zt,\G#=(=l)==&[m
+;Npi)R^\%@cd&sY*W5):A<Z,qtN$)7nXFD<Gc=/l+Po6L)9gqoD<>c1&h6.]%ne=
+r_$t["9M=._=c+p^C.;r_)X_sqk[k^p:-;7H,Z>i,Fj7)4[qZo-i:Q)fkGOT5fW"
+KKFUOX!'&7q+,=`XH=:otD[j(R`Bsc+0JG<4oBX`_`roc^]_Grs0=a)MeUN_6Ymt
+d9JmY/2c[qql!.o%dh!m?Kp:#!1EW1kLDk_T.Sghk_!!M<[\r1!HCUm95RC/LdVu
+%
+Ocq?<d32_pI(b9T=aG/d.p_sfoh0F$QggDr#6gPYXa#q&Cs(*d;j:Uqr/G\iu+>G
+pt9Q1>^qf/nJ3q.oOUSgpNX_OmS&!.oZ@O8('JmFpT>rNJV@cl78FplG$mi1p8XY
+PWJE1](S^#Q6?Grr@lT!'L6&UMVh4F,9t.*,`hBY:#>@Y'Or6Rnb5gdRR^^c;Om3
+;DFAoo\em7n8=_E?58c?XZ:l<p@%[PEb1<4\s.[,rrC/j>4t-,rK=p,hqM*':\]d
+GCR8BLHj0$Ab?aZX;m>d-PBA:Gb#56;=SBh!Cu]\2N]/E@1$W,Q-\8D-T7l)8/bT
+&Zp_Ukt0sS?G:@VRJG<5JR]K&.6<LRoDiEk5.PB/O9[dlY-\Rht?D/M]q%>?2a!>
+l[Bc3L4dr^@8d:Q"Ero:ndag<n(];X#Os]S1NgkQaF8&_e0@XKbM_e>7Z\om1ms<
+BSQ3r0:c%nnUer!.n1!d`h\@62O=M@LX8M\@p7-g0HZ(dE;Z(%+6k0gD3D5YP4-+
+_3]?d7uVm/r-e?q,SqL4rNUenpcD0t/Jc?A$QW^En-L<;glf=:7*$W`NQSk'pK,i
+20*HaE*Y.]^m;:g\lng6K:J^K@K2pLi/e78-:.#]nN-tX*1Iu/919kDU;&aPUmDm
+oR?OZimV6!#@6.+[oDIgCS[Y^C7Oiok>NZ"7A,]d9sPDeO;boWriQb8oKr+FIX!8
+sH`[\ga76%<DA@p7^A>p@Gpcp9IEOcC0@Wo]R,l2LbK<rW/OH2cOgX"o.U_Ef%9b
+@rrjJ:H2l5jcl=gjYQ6kOqa'r"6#GHDc<O/HQ@srT)I=d'Ztd&DPtr1X'6t?hZ:t
+>9jn,2Tm]Rg-"uB57t9[M4Ot$orTEZ23+YSk65!VXU/RT;hj&?)enX\(s!^\XKr@
+i`5gP+;H4doT3gEG]hW=jSNG-K?D!"@n7JBo!!N9!Zn5p?5PD_4a7ARTZXnDF[W.
+;;p;aW_BC)&`#l`6onCIU>%eQBN5I=/ZMYn!/EAd0`UW%-@-DW5g=k;-tW8+ZkUl
+XMp+7T.d;e\)s)%/]/JUkts`d-u5I<oj-%X.EW+L6Ds8r>]7PG`.R(GXf]\#Y:I_
+W;)7P[JmSE3,l5b#iYT4e,jh7Q>ZC%CtqCn+h(WeFVdjWcd>/Q;D@D1[b)ijt/7[
+lg\hoP$@39&$2r,.$P#jCphpUYa";iPXqBZkP05/#<Ro`r$;6Iofj)e9%,mWif=F
+6V,+;Ma`"'5l$AH+[Ur&=`?bqTaG1'LbS?IujDO#<l=&u,pu9o*B_C=jSDBkar>G
+(R;+4r/HpQc>IJXG&_,DZML7tQ^@ISd,?B]<(g^B1+hal@/REEUV+-ndRGhfAik*
+3+IXcHHV[Jp41$Ll?5p8p9hH?B/e&@JkL,bEcbH8W(#1G.@/V,S(3aV$>mf;H+U8
+^i&GWd#I\O2]](2:mT6(6\VR=JM&*b>FF5&d#[8?>K/9_tn;+0)d*]r[[KYL%MPV
+krP-b/JcB$ZMPQ^@1u2Z3F!d(P@:<Br!H82"llokLQ-&K1>)3)9QS(tFX"!bIpJ+
+n4DFZurmZBDnU@BUC%9YCnGTHbS*H=9AsI(M"eLo&:*kiaJTi<5'==qNjdnpO5@4
+?ii1?RJ5Dd*%Ia&\<h\1-\#4'8M&&#NYfC&;.G-nX2(_WX]2^OS[%ZGUQ\3EYpI+
+dMkbH3D:k3h'ANX/:2,:@G<H,?)1A9#'\4Rs@P\&FpnnV2bUcP8mB?F[<2gc#")L
+]g-ThHU[B-J\O()-Sta#\I(MTC8+8a/N,gk+_-;=)$C?^&.&4TD>'R9q,1dgT>?p
+VOQJkhsf>@PP[Xq_+QsGGbatbd5>iq=2#9RpfXB,qJDP)VoWcR>Q*e!>].!.*(G,
+>D7bVX^^mriB:mm^_`tNs_oC;U/U!Ho>@JQK(HZ9Y0"eT5D(tr*?,JPq;\\i2^6p
+"Y71Q(2-^l6=N+h<:@(^p3mdL':\Ka2Q^-2"ALG]J<GJi-iLjU9q'@!IY>Td-WeE
+!rsbIC"K`FPPgO4kB+A,G#11obF^A)Eee'JT/f3`<>W8([_Hl-RX7lH0mUT1s0s^
+RgG<rrBskC\I)mYJ4ipO*X$H499B[DZTbZ[kh9'HHiU^AT;^h"XO*.gcfn@Kgtj&
+GDFtU[BMhFS+]VUTOW^1IQKnUPQE>9&qHte!sM0sg:kAm:Q)kYnaGLLo[e+:LjXX
+1qoJK`=[HS!I>\ML*+NuG'hF'c69s8kc.]I@XKJq$:B(;i^UO(mUSV9mVqseR80X
+W3=t*E)iIH#X(j-hMd,ho'JWD*+ai:e>E_9&U>+Zh'k?,8a;c&FO\QUU_:K?KTH_
+][%!;L+9g'@V8L]0Pgn>#t#6hZ*2!2AHP!0A<#/*bh=g]%7TE8So)r!m)rI.-d*D
+rlcR!>#/tq*Im18+qTC$@H_lClSoV"uFBuVjqDcmFJ=0q^h`o&LoWP)Qct_3.<hb
+EKhJ-J,A;KakQL-@sEW*BTCEE]/gU\%?7,#cQ/#Prr@T4+HMiQnBMrM\U"2Ti,\h
+t1Rf3!'>m^j,oD-i\GhUS:qlmt^M%CP.c2,No<]%@dY"%i5QW1#*]*3<":A*,cbH
+gt%"9j3b"(:.RRlo(+&G2J,O(,B`)dQo"9i6pc?fA=r.Qo<*s6*!?+Jkj9_g0p+Q
+IA!W7&/F'E8%Yp`D'/q_EPEP:1l1gCu`=LR\?>m[q,LS_SO=]f(k[3k+IrnZ#5<,
+i93:D\OA;rrAlM$\`D*PI]AeW9<TR?a2'i;Z1^N1?Ri=10[/pYQH/)"S):fa+LU<
+dup6nrq*tLMEHBL;d?]/hoZO$b!3++m3eb0^u+W^:CHst!92%TDtRBt_lun)QD%r
+,,kIWhc(e8gb-Ea"j*!q1rG2-t6iR.=NIPHoElhr9(1=KX]7O=%pX)/ZT=SLXq>/
+_*5PuJ@q_@<L[TEA@DrRsX]OTp6$cO.un;`J$NGF#R("JP8'?[PsKOcO(/d^9kA*
+I@*(LQZ%rrC_uo'B.*^lO52-uIoB!+NkH5.C\0phi5\@VU6SLRHoFm`4ss?dJCK?
+IRoqNVD;Pqs4!K4oA:Z!/%!F!+eq+__cZl[Gp'`C'qM/f1+,a?T@aUoD*,W?9,"b
+!5V7ADBJX&G3p[NH2&mK_=%\F$qL4B*\0<b=AR,S1FurNqqo"W?dc\]^)-dfT*RU
+f>fT'^IM_ba_j<(HPLsPLd*/+P$+PG4KmFNHY1Rtt6b:dT/%](K:9]SQ\@K,3@YW
+_s).mJ?$D7ggnQ^iXq:5?WrrBmHSdG1-j0\TFnb^89LW@_uQO^J\>jF$gRU*#1kN
+.QBC%e'61Amme7_E6m^\BGUr"f:l`cdpurL^i;bP8iX[&[>=nZRj%+3V+#[u?^2`
+nFGg6@I@/([htK3jGiGrX&i/!!RN?L&V,V5kr*8q_N]AG5%?3)M)[R'):<-d)9dM
+m%u5Hjc-E&C!Y$'!-L#dT?L*bMaR"-NT6!+p1a:1Aase,W^14!pjrW4GE4WD5$$=
+U0J$U@;C(JN^/iN\?jCcQ!!Er7!.nZUrr<3>rN5H>FmBf]L49`1Mc'!aKau;hcKK
+(#rr>br9/lf*<qT^I;u1oq)HDG+[]mejD/C31'N(f.N>,f#!RLfH`I.:W!!KS*JT
+QD:-R\8'iNJ$f8Hdc"O6uoi^H`+?e0G%:gUjKTM<LnGoN_G2;+1I!;+1I!;+1I!;
++1J4VuH`#NW0!1EU!K'n5?IBgKF$1E8&:k4W?GcKs.<Q)gg(5qkDo0<Qo=E\2Wo7
+r!r`,Jjb+)82VLa-9(;qYC&A*WM@_:r$Lr>bNSp`nE-E_kFF5EI$_AT[T/3%`/0P
+H5PC=OqOOh-n+\oXrWt=XPH1>0F21s!GLk-H%j't4.1").<AaamPoDt[=FJsLp0n
+"`09"fX7"6'O#k=Ihm0idkr'a=+27Nj`^)6`\I6UZ>Hq:5T,NU5*M>mQS4p(G#kW
+5o"J+.L7hnZ@'0*V@+hZu>Un?9fsJ%;1OZI<BJ_W["BcR&)GUlW2.8uFdj/*%fI-
+7A^*e&K/l8q-s,3o.qnT+\nLcPbPpr9J<6e3"&91!I)/3*<"^mP-UESNqFWZ"5#f
+?OcuZr#bq=Jqj17ZIcHt4=0MN_4%*07/##7`tL/E7jLt6d7QG7AQBKGj^&5m!.s9
+\ahBseU:dl.j5?t+P^fa`-[Q^ElE[FP>S$4/rr<5CrJb=^7H/4ppl".7O5bRL`#<
+dDQ[</8g.eNh1fD96+<+6lh.+uj2;e2@rWmN@-@"DCmVffDGUbe14,_f]/Z)=l-W
+0_@T>SG=,<tP"n?2aPXV]o.J0MO[j^bs,qeIkF3If2%58c]Dh_3^$:!l(1j$/-rI
+l+`CTli!$iCU0WQRn_8b:I3iq.+0(,hr=AfBRCO1C&Ll7ao0nOE8GbH=FTtrr@\9
+^Yk=5n<No)e%RpA,gkZ"HpdDcbhDC6)CutA2`bF0QJscX.Gk?i]5RVR-a\8KM>J!
+:_)"1WqeLZ,\ke:W:QAcsTt?S;NE]-S>-mI[J7;'14[4d-pm%2pO/'g<HM"!*=to
+,Vh.peM?a&=2H*1FFUqOH5nt`\Bmf*8?\G]sHR:14Bc.?mi3?b[`HL9!tqOI),[q
+<eM6E"*jd"?p;P!D"iVK%1Z(fA9_5<&TBiPJnC+D9_Q`R%CfoU,T`hqc$jlbn_]!
+!Ef$dpmUB+,e#d8]9l0o]u2K57_p^r6J$prr=/3J!nE4Q4fe>Qe[qkI[!;S,uAu>
+\2Z]-4Ur!@YN.`TibLE`=d1D'RBSHL7l^]nJ]<'6"8)ND?hb`kL*bZbj0-Gm#',+
+1^u:>akVN$\*'O<%i8;9Y%0$=Hp@u3RSE7Q,hTtaWOn>HU%*eePbWk.f!!MqZCbo
+G;:[UG@Xc;;JL^T"NM@;-,8E5_MgZ@V,(T,*Yd#M2Ig\Y",pO6R+S7D=R`oQu5*B
+&nlQtQC(#N=e1n^le.i/iG5#2F+ZYPUP=4h-Whi8;ik-LCYTppr?lTAK[0^TSY>D
+*QjUQ7"D6iVrllB5BBS<*sZ1:a1cP&2!RdL;=^)0qGuL*B+L)\iO58cZcuh/2!S<
+%
+E!*^4()Rsgj4@]2LN9-L].b]nAk'HFninfOEk3")<\30IU00sPCLE`IN+-JIQDj^
+3U0"b$c=$8,P8hEXJk,7#i=3`^&J)"U9NC`M>WM4KDR?IJj0Bed9\HRFY\@5*NV;
+fO`Y+W-!OJP-aVM#<_1^X1;A6JDu&RIoUUFaqum$"JhFt<55]6dc]*<"n_<'!?6o
+%
+%
+hqIGRl3Qh:h1lEE7c^O<O)d#PDU'uWlNcdknN0YD_sgSrfCaA>iP2pdiY`Za1;e+
+n:F'7eX(8/WS+bsK],<Ks(n<`m;Z65m>Lug'UJdVIWO2&iLNBK[<ncu0F(K\$=&s
+O-1c*$!L.P6s)-@rQJjq984B;7rHo(:9ZB@E[>%gi:7J:sQcl)J4(,?UmCi)d_5S
+\7?Q!ADGl;cu][6MZerX\oY],$Q'hBpj>oZ[Hk!iB\8*]Daqh872D#"Nk4<F\0e!
+Tl:(Ekg%rn9;k?'_lF\>ar[CItnZkah,&oP2b%o1;(%na=sq_9!L;:5%j=a:0S,_
+c*QLt7m]N=_")o`q@B]U#CZUP"<#Xkn#*e3ptP=>j&*IWmVcW?PXV2&gO-;Qr6c@
+!bNL0hp`Q/c;^:=8`JqpIg=$/-J&Hi,=5.;o1JBqH+(``hWq'5t>Ap6"="sK)HB#
+MKX`'ukqXi>7++CRLUk4O2kE5H;!!E$t5DuqmT80U[j#ns5Ra6U,oa>I>,peMI/h
+Pn/M.DDtp+!m\*]%.4+8?tMLfFBS`U*B()"dh.8jYW:rBJRWNjo#g"A@/A)VP]6a
+miTpDRg72/6C9ao3?n_i^YK1`o%rK<#kaa/TJ:ZI;D%1e\g.fS+PuSK;4*r?5'/B
+?h"%9=$M'`De%:5Tt#fc_f1MX2DLIA+T>@m<RC1$0=4qDllJ/<Aq;#ZU\g#g:fNK
+m\>gV^rZGo>$N(R:pkrFh(0X1i"'f,+Z(s+Il?9*OT3s2.&$\;PrN#oCC*+CEBFT
+%
+">27M.pg_,VOM_9]=$PD;]IPbnc;4;Ug/"%Pq*rqIai<1M<n60VOA.:Q6B*1^BcC
+gXEQ9)>PL+F7"!i,(m>(Q[7K3>kC&Pbn0<=l7`L\ORCZ4KagP^'LfJ5g=FPB%;q:
+?#beWO!ur6;c]>VFt;&"(!qrr<1tn>F6d'jg5"5!JMoKf"4$=YFVKh)=N[[BR-tZ
+5$MSD8\=5hG+)[aN<-'i-i*(Th=`6]klU!e#Dp6Sl\]$<FTTFh<:$9SkVD_QTj$k
+LQ:`);:&P%h6TM"1>Fle\8EgKJ7'@0OFHHQP\f;\('"D8j;pONI#BZU&edmHR?C@
+'*tqO?@MrAF5uKM#7bZ/"rr@XHkjbTknPeF7"]LQHWF.t=4Fu8t5M85RO/]ul)br
+N&nDF%&J"bO_%u%jKj\rI5g\a:o+'*/X&mq;RL1P<s*:@3T#=4=33;bMp6L4CW``
+d;9='3k_8`>Hp=+bm!"ErWEdUV#PfQ:'Q?<TF-flIql(u2`cYS[LJHs5Fs9"c$VM
+1-fL9-k)*or+QZ#f5]-"7l@Y2?*Z.=D;P$a?CgCkXd*[2qf'"JUs$B!kY]j0Z?k1
+.q%e[lf:hJ@PBch8(Ji?Z[;SOhVO`O?SArSA^C-"-](&u%gCbA_kQo^=WT*+Q:j-
+Me.N4/:V<#BMfOrT4"aDb6&g%A/%@4I3+oh9e?86.FZ[]&*E,kHRelaBd88V'9d<
+:]m8+N`G@Q.')6]:$rr@XOl#SmAHq3_c.E^f3:(QGirr<H,!8rYOcg:ttao"$S58
+e^KpK9Cp?J\J'FKsNP_uVCO\q35:6*UVSCpusi*aW%j<_Z>d,83E<lK98$X1tP1L
+QA#G2Q7*J*(@J0P$@7So]bp1V"dBQGV`Ro'Y6ep28:&S<p*B2"BM*A[$K9k,1['"
+H#VPCaJ?aAK"c3a)bY<cY35MWrKFYXfl#)0<V>/e`a0*Y]5&j<D)u3^o1Y>+Pp&f
+$IE-#F3"e^9mN3YG*a/AJrrBmB>(=@Qfuq8o[t["<nOpfHm@&[e^Tu]dF`217ONf
+><gM@K`q:e@TF)B5ESiIVb''mR;!3ok:ARM,A]Nq5/`;]f?a#2\cf(!"_F))tocX
+h)!b#Cq?[!PP,-<.#r%QH/1p-,W6I7isr]1,]\?2E:/H0qliNQLZhn4dC*I&VJ84
+Kl'VX7*5uRNC';kds-(;V4!,Sh`I@rr=UAfc:"lL^rR4ifT*Xb6CEY%CmaI^!6jh
+2NL/5jt$H3pa)eqV^iWK,5B*Al]A$IIE$>k3<&tod,R.$i0dmn7j*'V!6.b7`^FN
+nn+XTBC\/T12`SQ/E1cq_?g<]rF(uRDionn3o"XZUrrD:SqGKjj,"&+S"$DNgrr@
+WJNE<X>XmHZVf+>lu4M-:e!`*/g$2Oa23?S#CL5>W\j51]8%nn,KVu'fN"+S-E1p
+BI,)L.d2GE<0sVjuo\ikbUEr6LP.P%5-SA)$XRJ,QnR/kpBA>NN%>ig!$Z^2fK:2
+e6IZVT7bKpKOL)4H&pDpsj*JS)HQ+4;1plX'?n'>L+"^dYXA,&"'&1OuF?mO50oS
+")jcHrrDOam2Nt:9lWCXr)4Vp@AKK5Zm*<l63D*h]l9_lOcD+dl2LbAN5+jUa8Z-
+kN;hQ]cRu>ur#YWSG7L=Lhd7&+:iP1LZ;6\dd^VBK"_(Ns\T-Tk]MFR);P1FlaQb
+9/Gr2YTQ`$`e&$=eS%Ee4.Kj'3We;Q8)FPLfrIW)oKLXb5NDJ/k]e+R,HLHfDLA&
+CJhnXSGOpk.RcAad$BS,G6`Z'a'.>G=fK_e;;>jo^rgT`%3,pala;VODGWgZ-o'J
+I1`BW4lpCnVuG&FoMFW5N&"q!'WDNpoiWE_nBMETfh!b8.o4$j:1=H\GFgD_>aK<
+&cIeCmsOg'(Z@.F-YlFuao;?gR;r(Q9)O)8kja_f1]@l?rLLY>$$>'[X5\Vf*[d0
+4[Be0Oq&m,76d\TUW,@+;NR,(=I.=4cc/5tEr"jic\!,gadsfVM!@F3^:Ck=FQac
+KtjkU4E8_Y?+EO%Gd18h&8\&&(Ef\bWEm&sgk?4?UQi-ttXWc+'gb=dEn;,hu(0&
+>>Fk.a*0i2%Ob>qK:?09'ju!rg8s^,>\FW[s6H4tX,kqIbR-<Qqbf1Oee5%E55`h
+*`&@Mg`q_S3Pr4rrBIQ_U&!&?bfn'fh_<KK&9>nG-;t5*I+"Z%(_FoCq44ciC;t?
+Fo0=r/2<]h<4C&]rr<8&rrBkfVOm3_g0;RcGuu:)C&SFISigmQa$'D-rr@?j5OY4
+<HqX><J&*mQrr@Y5rnUFr(IZjB]LCcY!"@3PU#Y#MK-Nmb&G_[Zni5F]C[O`O@@N
+Zhql0Nar&XV$UO4EX*fo9@%dE]`<e[2M7q#h=!pu$%(t:#ZO$E]<%@S]>J-m^!J-
+m^!J-m^!J-m^!J-r9ZBNAFfd4[?$9%FC;5>[($mVV)On]r/R<^m=G#UC!_kb&I&h
+qIu$9(>.D&0(>+e\$Cj%h,qc?eI6pI"KP]*YQ)@>hdoJm>nTpXn&HPEG-\;pD^_G
+TmSm#!.mn\j'<#Hp4E;EJp7-8]C7pH+H0)TL$rnbo^O=KRa,9Q;3ejo'^6`IiGH2
+Hq]"Qk"_f%jr$A<*)ZH.9XQ[7/]@u,ohEnP7FVB]h3k#5(lX,f^)*d&DT,[e1i0'
+]N2*[$!!3q!HFlFJJC(9<@h[JtAVcSgt_@TrGl8dUYZU`D:K7F!9#Q,<@p?_a@JC
+D4gI`_=*4G(e5hd5ef];<f&N/0mLkHFgTrr@.aSo=Bab?.<l&c3f#EEtjHQs'a3[
+lD_%2e.p:NrG=1T<TL9*%CAap6WF!$i'^8rX!sG[;g,3iU7MFBb6aq9#ko0<8d;T
+5oY<[f"US#24I<i:QFk_lIts_;3[O+<L,T?1@SrZnge)I!.qubgjc^qSMli(MtTE
+KnBJ*+Gt1a%1c%oIC.VA'\*WX,rq>8>Ih.QVIq-gY\,HZ*I\.YY:Z8D[n%kSA^+j
+lI5gV,aBIr+f""R!"^0E,o4!$Q.)>RJDGlEgU(ZH"qouD_C$XXVh*9]>C4?'P1D&
+B[H,!L-h-d#L.c?R;bg35kulHK2(p]p?h!5dX#pVQkn`a0/)imfl676tC`Z:dbbh
+M,#/#oA\)gPY?5nt5X9n]/O#p`tX^J:(Gq/UUdlpP_3fi^qo(&jM0@h*'ksRRbW1
+DBf?!+&u++c%hSGH@;di07Uf9ILlG+h[]%]l[KZ5rXmZo$%JadQgn6TVoX,Aj=7G
+^Id=2u%=RAA`,t:@:D3J7hkU2O0?EqT_]kX1cU6QMDQE^8!&Nh2.tR^#L9LARc@.
+*b"CnTWlWugGrr?R/!.:5&qcE\G:eCGKi#IcPqg-lo!/pP8pW9UIAsbgYq]EKm9?
+ZiioBlLsV#@7Z-"KCeM]g%hpUqBH:.@<kE:\%Dm`__g$OeE<*:c'/o^r,):RB<rm
+9B(`-U/8,!4_?cHJ=MYJ(X`iO8*JIKju"qS)=J1-T^q0*oDJ"r^N*rY\X5EYIs+[
+'-$rO52YE"J(Md6^U1p6M0A8u,AN:+mrCThcVI;gVsq+^!i[Uu#$3@K/ct_,I(`;
+qnW0$cjn!EcC>X_T)>K]Z"lgskosZ""J(X`iO8*JIKju"qS)=J1-T^q0*oDJ"r^N
+*rn:1'&IH,QGC]=C$Dt3Dirk;QZhBh\;hA5U8Z)F_EZ<:nn(GRY\$=ep[&.$9C,2
+i+hC[?P$^(-([pV@pWk]"Kd.Ac8%[cLb&pFJoR\,/V":Ur@PO+tA'GSB+=`*WaoC
+I[i4LAYC:Zf3JM^!a997LR>9[7Ldf\PSg5VDU,=NJcNfHO&qFrr<3enDD+_!0!8Z
+%
+J1_YGS`d"1g=C0Xm4WsT`MXO)2H=GOEnq9E^<2@rpDX+jc8'i^*1Na&Vs&C\r*on
+qO^WK@AcSKWc$YchtlVbYO*M16Kt*Br$N0#@_2(6Z+:A\:#6Xiq8#A:It9PZ4+@T
+hCZKsUBX5[)g<R<NqU^XDTe!)-1D;>2\K%DV^XYRgUdu4c36,IhrWr;Pn9`"Ca``
++Zp`BG8=*$<kHZe<uBd@%D7Zl+QdZFr@@u01!WiDg9/o..F[?&2@SGYtJ(rp"YTA
+'2B!4V<E,@6s7K#6LH!.Tg(#:Hh>>'KfA8"#fUE>?62LP2b<pKkV:^?_AA7="(o2
+;c93qC/!:rrBofe,KE.;b-5'n=b@_nM@s3%rnf,A,cNu=4=7")h2QD]cT*#oiCU4
+F$1;DINq7i*tPd?+FMmc_X\4^S,De]TDUS0_Kch;pfX0j!;$3j+o>)coK)/!+b&$
+-$Qm4=[AnUDn77^==AKoK/Sa-?)p9HOL?#`j+/^+2XN$#?N+AL.g#&]h;kmFJ,bX
+#+=eA@e!5T.0D!`nLdJj2uH$D8E[L3;Ii4'T?]%+7f`[cs<eJ:jQ=X*Ft*efFL'2
+JQ-Jqs8OLW*?'^C'U-:'i,X<k7`l[QuIqYfA:Y7Ag"MN`i2p&4%HSO3.skq%`o0"
+B5)Hi%G(Zc$J)gK?#M$/OrY-%D\Fc4@pl_DW(mC__?r-/?=DX@PNW$1LFAMhmD"O
+h%*8PhV6&a%CCh"@hL,f$LB,N,IEqu3-c&W0W:'HSiFd/jk5#/b>rNH\)mD_O1**
+k'd2U1PrUb6gJ*$=r0ORAH/br)?LWESY;VBBko+44-9<C8)NUM,B"1K'Q/"q5)&(
+2W1<?(BAE^j/.GN']3YU`.<p:#rD5Eb'Wi6=n1N&)OM]3[hpOn8(%X0?LBM_2Lj'
+UM]iGXN*A=h,f*Z/St30CUqD6M5>T/.a&,\1Fq*.e65Q_1W\_ruh!n`POK&35qW[
+TjmO#rr"Kl]0f8b6()"pTBaQ`M1,nqW[9b@&R()+jSr&B"tHCVbiiE.#E[)Fsd:X
+jEb?HTfde7*C^74FaCM%E%ArsQ95c";K+Y5kM%#5^ut."4Er2a4+8>t*4\0If.HQ
+GKDk5KqK)r^0&3G?2g?600E2"Yf7R9-O;CiLF4C&;lhPm/dp]7RMS#$64R/djH:B
+\`eKt0BrrD0-d9NGoHLNEE*]3AS-a#=?39U8/oD-jbiI:P9%0$=EBAm*FfN&O^._
+B"K%^12@dsY*a%gcV=+5G/">e`uo`FP9(Jgi%$)'ock?s+dT11c#6ZnZGf33V!'J
+:FooKKj*&"\#0\4%?[-/Dk91'*;^S^6<4OCsoau=!/$AM)G'dXo*#)0!1pU=gsAQ
+/J5LHi[f43%a9M\NVqg"/(l9L!.r/ab>@tDV0HIuici:i$H&an6`3*0Prpj/cB4i
+pPY4,m@s.s]B5UHNi/`cTS1DY*O4C7!Xa\^t]ACT[nCB(\%\6C6#q7gJ/).MQm!X
++3r"L+D7>LT<pb;#D3pHVtn@tNmpjVfA5bH210M/bdj[]m4rpL<o2>OZLX8WJ%ib
+sC^/((P=4tkUakJL#m5]uHQ;Uk($Y27oV*88SiA9#+"Vr_JV5#rh^[slnXn6Q%o#
+C,FjSDG4[D0FVbpPIi_*tW4S(A;`MgGW)8D:$ADBlU[_n>aMh4%LG,4MMJ``5\;m
+YL6#>^F<iECbb^4:)6j-(Ws3bNk]d:j?&?)*F919r_$r+]s`s[UF[.7jnkqX[iG)
+,m>?**qa?i=LN3,\_-VG,#P&VSC7cJn)<%\U27E$^L1M,tUc-fOC,%O&"pfe"ER9
+^.V[V4ZlT^F/'>*kiqo'Tu[^ic6<Hsj2L1(rh.Bkp:N^X0r8o@P#>E3_#`WnQ?g(
+[h+\'*[XqVLE,:1qK?Q$SXr:CfNI>qSifqWY'Fl#X/O>Q>$N_Q-r,d+BW7>W7cR)
+g=pu#p)lM:,CXrR5iJX",>D,!,7Jrfgg$+pnLE*m%]kIOuZ\7<%o.TNSrd*,]X,b
+X7K,FIqaf_gABnoO5PB2)JS(;]E*M$Yj*8Q]n0s]#k@Ms=OaS\TMbta"csKIP<7d
+*-=9L#o1?-./O(;Wn6WOV+Q.(Z0rrJG3'hI3.pLDDB;aDW9B$cc'dr$Gr#GJVBcZ
+<(X'BEY]X`Yh[7,,mCpL(LfZTAhDJ9u/W\SbrGP`[mIc"N%7PBM<i+kR1e&)+b&c
+;rJEAc.1645ZpnjqGZRVR*<=e"OQ!*]bHWiO.r5>(qUi0E1&^Lt=7\+Xsnr%[[_`
+#]`b/VK!/e9-+$7LRI.=L]S&>F.^JfJlhQ"CIBA!kt>2_Xe2Q[Pke'($0^3rfkP\
+N':I#NY`-D-,5r7hjZhXX?YY)Y8__#)W/O6!3u:<4Ym![qo,t#B8o\IqtB?:rr?E
+?-C=]>rUKdF5^P/;T<WUYMqpj"LhG=mn_55do500^?GH'YH@B5%Fn>@pJ,]KP8b`
+tr%;9h=HpRO]U01jCKqm&^k$-).i;,%<A?bp=eb9fsH=t$b,l[jrHN)^7n5MsQIa
+S/q'=;\0^C4\lQ[TY<bGgqD54^>>>;@6]bq&1tj/,"Tpp"\pYDJi'DqLu]$Lm7b-
+WFLb`'9&^g0(h>j'o;#0(JrA*iS&,OgS_<h8H"5qq$hA1&f^1n8LhgSf.<GU2#/X
+^Llet1$UqGeCI1Zr'_*@<Q<UP=F\LBLl_H(2r,RNrrB86r"G^]TDT@Li;A$:pj&\
+2Ea3'J:KP(6p\MOqA'C@V*-rgf=.fVF\=`7cDtk^;K0S:`hm73gi"$,\ZVE5tXQl
+u+>E*7fJ.Fc0mD]le.Y%arpR3M'!fAD!!fAD!!fAD!!fAD!!fAD!!fAD!!fAD!%i
+"uBrrCuJ*sDTDD4Nf,nMB.ULO;[453;Z-jD#9V]5nQe7fs_gI"ceE!!_/%?fCFHk
+PQItoC:;g1b*O3H@EAAD50;2[]gh+rg<X4U4>Ham_@\:J$a(2!ndM/*uLTsEiPu<
+Xqq2"b:rqr5DCm'r#57ec\WR/h0`6$T`-fr7F03Igg?jSZ[2QKD1889hF1ji,kK*
+=_[;`SF1"k1aX!I0^)$[HrrCul?O=FXpuT-nnA@uPr]U0RP#f&Q6L]-(h*VmLit>
+Us[!d0_?Mo9ghR'Ej:]!9S!5SbeAP_!r==uGfKplA)FXqXjQbF]0oiV=g#q7S^qu
+m>i?T%i`_.^UAL&V.ZrrC%<!"[r]lULDWJpmgsjUf&KH#j.LNNB?j"OQ7R5Q*EpB
+@U3$f[tQgrP$$bkn`a.5!/9.m'GVc[`[f?(5uuL,&!!&'&8\Y)]dKqro^2SHlW.d
+K6r)\?NFo@XSBh-nH[&e'=Z4EXlGsU>u!t]nls94@i=ngC"s68&(uj;p1Wr^N@oS
+jn]/JmhVIGJ:M9\-$%I\W76SqaE8/.Y0TENJH2]e7Fi*bmU4*.C!.m=^ar_>10l*
+lcF$skh8A/<uh:VLWl:@bl\<DQ:T]*VTA+cV8+0_rbNtZmtS&)SK$G6NqKs!nsdo
+/ZDM?/`j"];Z(Xq/3n)t@G;%F`&d-/qSD(4OCj'_RN@HDK`LQc!"5[\9C$0KBD3!
+pU'Ok7VsX4*TVfFQkW^do'Ii^WE!j]KJlEoVUXJ!"YM\KDlj#q_qm`i9`oD0q[jF
+^]$7mIfY>.r".?NC]Qik?DMT*Y$I"d!9=(Z?dmA%]mKIfpsJsTha=;jdf0:O29ce
+/6fig7C#MV;<mbNpqsl3<dH@Ltrm(fjjmZLJTD3j36g0Zt*XqR^L#NAK);/kI^2e
+4cRPr'eJ%VPMoJQ<o8EC\j+V^P]FT2?ERI]!ek*UR/h7Kdjp$-c%rr@Wgrlr>&nO
+DeKEW6"^bJF2Y[6N!q0]E$3"?6:KL-O[V^Yn;S6W\d8F8Z">+'d3"YP'j^rdCPoq
+c=U6!'_@mhnVJO-Js?gA,cOcOEe\%!5@quLt^;;9=_c^jM-hYk5\,Z#oaINntB3*
+gIOOXc3H5e5PQH>^e]c8.)4@+blbm&^9+BYf,$B4Sfk\7io3GmmcF#amVD*V#&l<
+t2(L#i-i>e[S)YUg]RPM'+8e+Ap2JiMi>kWao[^1#rm+7;!"LmbS3b6cL8)FWB&n
+I.rrD5C6!m_Wbe]>I^$nht!*e4RrXh>j15tTF#Isd65+g0jiLLC_)q+Wm*d<HJo'
+r>#ci3tJ2uT7H!<3%P7o2LAjD,PSoc/DJR/F5DW1uTT&I\;T=W*!Joi9,ZhsIJ<h
+#@A^duW,5D>MsZQQRdjJ-angA(nRSp6bj[JqSM&rKq5G0>r2'Qi8+iG,C%j7b=)n
+K]E<k+8W>Co.R;DGrW3`]qGTEjuQY2@pWmaALH\e_>aLe,6#lC+7Vs<huSE/!#(d
+qrI5ph!)Tc#)?0]Q'`S/Gbo=M<XlLN?e^f(?3MqV@ZZ*]8`oJ2TVtBgpS_*8Jqa:
+9m!WF-f$m$>8DI#HPWd)\UgLWQXa3"EY76*TL!@2k+r[?71CX3XW>(OHY\&0d%).
+J\4gZdEZh)bPs[g+IZSXJfm@H^eSk)D5EGZ2;j]DcLbOMb[N]W,&prrBP.!(DD%+
+$Y7k/\b\sK\s.tm.[N)K?&9Yec)7\Y2!,H1jAOqY.tU%+\';aE\^U)H=X4n8cJbn
+X8SV6Ef8k8;FQQ3%_a'q!JdVp#7'-$o8!5W8&5-)*-KSX(Y?D3Hs,Cp1J"q*VN't
+#I4370GnFqVj9pZ2q/E->W8bMJ<;<*_:j=&L=nOELr&jM?RKBdc%dC'mO`1M7N^<
+_*cUHZ]CTf8+i?^fHX$s]C[^s&!=+>PaI5WF)Q!$bJ^Ek6HC#mkBPL'7/"K2#-Y"
+X9T\k'_dX8T/D`!kR7LDfsKnud%3rr@XTr"ZN%J`3_-&-B+B<`6KJ1R"D%"TBFHJ
+[OH4paDbd21HB/Tm5<anJB(r&^#9m3rPb4h4M,&*+o9Eg2JkG3F?+)=M1RR).K$p
+<3eW(Z6QO4Jf&XVpjECujdCQt?WqE-^.3aEj7.@^eL&hXhYjRPPQ%c#:S3-qfUi=
+3kZcRBrP`.A5L'M17jn3J(Z=6]ZU!"SZ-PIqLY(eCO3?dKJ"jW1Olbp.>fZ8&bKG
+^J)/iORaaT#kTCD1hKDtrD"2Fj9_2R:38,PFRi;WfU!:Tpfn7+EPf?eV>Iq!!h!;
+#27p^7$$,;8H>J,K7pH1T_h!.nR**[;cZHA4ZN,rbi('iE*Q!!Kk-6KF9)C5>YZC
+,0eXfCAe<R//"aCF-bLq/HrC"b2W1S`AG1XY7?_`c(Vu\&&D\0)BaqW]Hd>(VoeA
+F811u]'oP1n)8uoS#>#uVhm&YFI8NJ_ARK1SLgLJB.4[+KE[2l+2h9$Jk*7ohbg`
+/[,X?HGACW*%kg)j_F##*YP4DpN]juNI(hnDIaH@0A&]&<O+VlgnNY"M'9q3[dOh
+%
+`.s<$UdS6qo?>rI\U#[7a31:^#&h2h6"T*5[qYmiaaQ*&N(Ko/$3AoX8?e1g_UHT
+4fc!CeVS2K\\;"3q.FI'Yj/Bsa"Z`.1eo\)I/6:K"J)&LFug_-?)ab_c>L?*`mqa
+5ULp3ucq'Y8aWV!9!Df&6X'2YsI;[CZWN<`qq?!JO4;*keWI,N(NY)tWT`p7f*M<
+;iLQD&:+9%D)iE!/*kZ;P^db8%=[$pKY]J%an<:4jU%j5O@_9!!LsL)uD/`2*McE
+LVmI,gM(`/XkR.7-1/\I*Tr_bbou?G\DsE7ELUS9I&AscpiM_c-*PF-+7eWEKp#t
+lZK8-U@\h`T0m6ptoA3i*pf7=o"Dn)<Jgc"'rO4X7*uXuNpo!&n4W[`op7;B5Fh$
+=0R<NN\h6S-L0*gQDdW*B8Q2>Xm1]@[mq_\4Vn0X^bc#;OlJgAh;Mc@$gHWpZ[]!
+dGsC9#Sif`h['HFR>9)u^*Zq^h`o.4k38%.sQ"#jUi%8#gf6cB3/MHDlo!BDr$hq
+,bm'a8?Rrp;[&aK5)L7=7$fPj6[?'k!')u6/+A]#Q1l!hf='nb:IZ)%\r-H[5@f(
+rr<8'HjP4GlG!jWBCSdVL8$ltl$C[GWR#&>jpjW1VeNp868+@j#'1T7^MZi+g3oE
+K7ifGa[f6?gDdW+b)8?Nni8\V1JR1Hk^n8$l_B0Eg)"B4HJ(llIP20gg5P3;Ubi(
+YONMRBd7IY6UQ\3%dDZe^<Qb_H(dC`JPhQH(GFPE(P,O@tuVqJ;&W43qAZMsp@^]
+$7gM\<kr+83_LpYre#i_*Kkd:F9#+"o8EBDHs1m,,,K!;mC8p1!ucoltV-45p*D/
+b'Mcjt<jsaj.)2^H(2[5U$[:d#9&mq\k=lAZ`%72UOf!BbW8"6pqkk:bVkiJ/%i.
+TE:!!TE:!!TE:!!TE:!!TE:!!TE:!!TE:!!TE:!!TE;i<rr@Y0J&,69'S!qUr"^o
+tBrV+4Bm?NS4k`D[o[t!S:Js=jMOl#N[iT&Ll+$7j5Q:`"AO#+_Z$s]=S6lRd%p6
+g2DiVOSA@70G)#i%qJC9rW?8_`_>B8Em+TDFm2Zj9qrWuU)!!G$G^n*;WNutaZlh
+j?Lj0#uY$#Q\%]=.4qNUm5))eQVul]3YO],L/WJ3;`+T<gcLA,cN4d^k@T58j.m;
+tb\=T<FYpZLD1\?7f)\JFYhngKSGHn]ETXARb+8US"gSlj`HVp(-XDH3_>0#AIKc
+KV2P-`JdH>I,EhMiNje_n\I:V3!6"(*>AKN72,`!72,bCh5"-GcOB>61boIp3egZ
+VKGsXop65LVJf&s^rrBE,\Mh,+KdZY@io`DP?LVOJdB=/^!5:j.]4:j2)Z'_r!;s
+M"GPi+=p9spfS`TW^nQ3Um)RKd:jjLe["5%@^7W>DN(?K`&ml&tkSqA(uid]_/`o
+"+j(>g/3"FNu>F6,,Z21#]qm@>,UW47Vk5@70*q]/A@[Z9n`MJ1F?U_mZOQ!rlFH
+5(F*<A0)DqWmtEniZhF<J@Nfpa,(0Iu!<<<W"9D^HN3VD\91-4s>/_l?>t[AX;gi
+gr=@.9QFudp#?:TT]=QGeK_\W-+9*gTdSrb+rNu5@lX-'Vpc^]qa#_J-@]YMg3h'
+sN.)@`3qE,G\DPunIqRVjSEJ2,./EdVjf]R%!5Z',&('C#j5Dr:O,P.gmKjCD1$Z
+O-2Nb4("(U_8\`XpHqVAF&C:u*G*Bb"o@Q7O%pb`u_fCH2r9.u]n)igGIIkR_]:#
+(!OE&#eRDo?#P9!@!5i7osa%/AlPn)@'CIk'4JP=d`W:'P_0.Pg2B\F''2HI]Llp
+$dT[lef%PL4!\<?SbL:m;b+/i,G\9PQ(W1p!7N=o,('T[Ws`T<uA?(UAf*/O$ETP
+rr?i,)gKE`2P9IHi<B*]Gf*R<h.rJA!09FQGh(W#@CeB"EVZ*bgo:iTg#sNa+7(`
+?:Y?E!<uRWaQo2&_,,Df2Lp]J)hV?CD"plf\Ke"JSe/T#Y3TX?'^P08f`fJfRp:U
+0anNY(OZ_teEHtIsT*O^qQm9lW<@DBt;b!6?]N\SQXI4&>#!.qM$9lH!I+n1!#%2
+/@oMHkSE_]&S<Ne>'o3?XHCjBr#EK<9j.;:WTZ?1!'g?\RD'U-8<`[8\B+Jk?e`f
+)&7HD&UmdZUjr!`;VK.6:f<R)p'&pM`SkO_en%%-k:3r6O\;!*NGXMLi6To,5'*q
+)sm-U,!\>'D"%WbahdAa0nGCVhu3u'n7(\MI*G=&('7aI29q7<J]T-iN+7eT"ibW
+1E#YkX!5VMr$YgS+jECMTEAX!L,;5p!j!@G[-o91cMY\WZ^quEhC.E1-qY;$\1hk
+?Zis(uYYP=r(Q2^i95M`3/q]onbnM::,Hd4hEi]'\'*O_TYG4"qPmtaZh@9+LS,p
+[X/=E8F?jH#OOHCQ(hn3?gaQhJJpIIK&dID=-V:#[TYNC$ogHc:sqA=,JQ'+>`mS
+G\'6*.D5IX+.rXrXi?!6gT7EeSgt0G=SE5I%>d0-Vur+`]35&q%dIkL(^",e;BDn
+?gb]%jE[0:a3(`C*Y4T1ke@@NJ$"cFpk.M,/)n$lDR?#Okr)`%R;mc.f4^NS2cUh
+QYWp(?KH0^]>@(TJrX$'o/M?b>qYpP&parW(rK_jmmSbt!)O:*SNOL2EhW#QZ=,,
+Gh]T<%!%H,K(b?Z>Ypku;tjSZGM)4j-T:eigej8.f*rLj'cnH8KapbAss9>[=-f>
+`eN?!S%ZD^Ou/d7"EoMV_qN4Z8Fmiro##':`YpCPUIpohqh2@cMl_Ek?FBI]H,33
+Hc&kF]BDM2X.u7RA]4pmrd#qI48lU%\[MEc*XH5^!(7C;CC:_(]pd&TS(QJ-$a^M
+^Y-Nuc^3UOLV,jIIa,Hh[(9#)'nF'h(9%b)Q(qWYh&2K.^]PQuc>lZCK>RWgn4<Q
+ZgR$oA^[X/3rXO<6[[6Fp/@phZ6N`S])lYuHT)SeW9B07YVPO$XXf>$tc*-@O08)
+'_UJ$k)NPG6)r!F1aGh:sdKg$KWSU8;$/s=:2;WdO0h]-^ESE#ac^4>]3r#8Gk?P
+MjVMI3a"O#;`\!B#pnD3I]'OEXUH><cE(rA!p\_#FE02h1O!paLBQP5IM1`nHk8E
+I$QG7U8a_%!1NnZ$--.H$G?3ksC`nrr>LeB;:7?X`%CGSkJa+jF168Ibd1/n_UAD
+=2Vc`ps7r;ZG\:p^)k[7\ap[3cJCbtgZso4pfmau"T85*^M4^Tjbq!)(&/a,q9R6
+.i_+iJW@I)1[Z>SA35]V%l7r0/nGD0?L&Ma"$`Ec(_jVBrlqh(ol';ob7L,gCe-b
+*:S]5YM@pQ]BPs1+%a+*E`LV&5uX9B&<3M6&Rr&4H`c$t89n8/]Qh&fS'f02"c^W
+#(K[J3A+6%<q+3^U;u(@ds>\]+_3i+!V>+.usJ4puU&i(o%Ld(C1RSI<<G4g;kJH
+<lJQOK\Qc!!N2N9gsI%k:&T/41!ar,8?mfA:f[eW@00hM?)[#3e#C=#Q:O4$Zk9V
+L`R8Wr*A:Y[3A7<9%dfV-QJg).,XD@$o->J-bj>5p`YF4?hbuRNN^&HI`-[tf:\!
+J'An$ImXI4P`]7_mhst&%roBiul%^jB5@l79&'YX[-?&f%A)R@eg1/(Kr&4?%V8r
+(`in^Ef@<etK6)JBU$JS\uV8HN^]Dbr+fD&J?+/SZ"^\ehurWm`+5PQ[GL9<E$2E
+MudHs!\``K,g`LBC@'pL([7rr?5iiEu&ofTGaV_#FE(9jdZI#K4CP-9oP=5A'oqg
+<L^=1d)b"YdE#cK2$E[.hh##bPqPq(+_IKH"@lYX0hplGUTTG2RR2W4X/KSe*a@,
+Ci<ccmHu*Y8JL^!b.=h8W<<c&>-gHt'N%+!'N%+!'N%+!'N%+!'N%+!'N%+!'N%+
+!HqXJ>"jd2KJu$<a!!L^JPb*:5>A8O3psdE_phgsp(5+@0Dd@jL@T#+fnOU_^DTC
+L3r7HM8cFu0cINndl_-Ur*26KMj%u7e^V!/eGR^jpgE8316Gt/spcGOl)1A9W.m=
+4mh_u9seg1Q+Hp7h>_"T%#o0-*V9hhPQ:b`c/`85B'5gb\-=F0trI%"1>6+0QEEi
+,9(h^(0X5Oec[;`<MI$fgBOd*'bu!."P1p4)G&00A:48R./_oWUS2?&pTF>j_8="
+/Mg)-?T.oa>eQ>WD!b[R1p]a*:nVfk`sN]7"oeR[5I<q4IL>E?'[lnZi]T4fe9l2
+7%3%[D\s$ZnNS.?@)@i[!ldI/*jB#u$N^*#9n+\3t`W#ql>P;F5rLr]Q/QDX_n79
+RDrr@^^9tE+6G]QJTY-rM#8'Q$lZ"K52q5';!`W1r.Ys70'5O_Ub5Q2!iq]o;/2t
+o$S`'4PXBmqJ;kgE)'!a[A7@QDqU*fM+hL4DJ1U5C?!U5C?!VHhn.X:6D[.\Om7D
+ufRU5/&WK!.rpPFOiVsrld=8(t#^O(7Dg0&2S**A.SAs3Wtm+/9_aVrSO!D<C-N8
+39YA*NPqn])-1MG8$g,/2,)aZUR+l%FX3`+df"W%Nl_&i9)YeS)XDhtrl2>8f7bh
+7?/A\kO&L_D5"ODB2^]a?oKJ#C!!3-'P"0ir[^X`b!UCg.r&\U'm'Z?j-.R,-p.\
+I[nD6#ZOu<TOS!6"bR,QUc@'$.^E"4`)!+G?k.W:,,'mq7X1iF*'9B*G!>qa'=ZW
+gOInS(JPi]Chh@h%dXJ0p+W-('=k)mFYa<:e1#EJ8#<m]-,0l1gldM"'::>)c/-A
+7[,`>cg`:2lg#<N1/R;RnpA6G5X:B#c*Z7/'kk0qcNbPn2@6=>/-*q.q*]F/I]4L
+6:Dmb7X4g4q&_tbKn!tNpaNA@qa(5!HHko14;[NX_Nqd0lo'K&P0:t$+]_*qK^hT
+V`o%^.N]1Ni)!"-T9B(`B%u)/4r&G7Vq`&B#4t#k%8o:Xe*?Nc(*C^lU8L1rqM:a
+3/aaP8#A.s[a>#`cilMEV_<jHpnla=)U_YA85NYC^qWcN7EPW9o.gj)o\k1mZ)H9
+IhcRV1M!%K30<*W/?r6_Sb^_]#>hi$H+4'=kn+VK:*+aSHhBiL);C=,iKm\e3"@q
+=Wcd&Ur"I(Oct\?8g9IB<=P@)IBU^d]D.MLD8Ou3o%-RJ/GO<olZCQ;mZO.]M$3C
+!44YZq^,GnM1->[qa'uj8c`IN-cR'7C0hu4^B,)30q&;`^]5C(n\GGeX(O/^B2Zu
+<fDbh$D6E)m*rsJ+;;q#IE2oC4[3HVrB\,(Oh=&gVWdAK0\oX"L`FSbm`#:"W4?7
+P_lh<:Q>$[TcRVTd@'P#XYik@A"J)IYZI[B!9(>$8=r'Fa(_5Bl)CAN@]R&FgPU>
+*ETQ:D'CEc?:O"Fti<?gq),g93m=Z26EV3S&;E&,;L0SeeuQe,3Gu(2a#2G65M-B
+7/`qR>ZX(K7*G2a96Tbc"JR^Ws<u%rr?Chc3t3`k*!re?nmo$'hRuR8*af7?HKUX
+]Bjsdi)B.6j%"k@<mY7DQ\b:_.?EjScp;XnR(15Y"E#3.Q$Rq2IL*MZZM6MuZD]b
+aoUC"(r[D2)pcJH^/"ukin.ptS(]Bph.Tu$4idJ4NoNr''E5^&V)5!-Y9*HWJP,(
+%
+maV%nZ!5W5gNAJT.ItmE@&H#k@f!T#eKl&H&M^?f*gs1c=(M,n'`"/2M'7^Ch=f*
+5i.\uFgPQ(V-NUTte;QWJukVf3\IsN]C*UdWX3hJb6k=#)<n7,"LpV[t_J:'@m,_
+72'lH7]6?;(t5j[MuZSi[&=>/(R0pj_fE8/d8;=2LE.P-IA4SK&7l*:tN^b&clUR
+MR%ZoO!T-n5O<A?$o9>8)lfT7J7"(]K`/sBhLG5@6gP[M'+e_(Ns764,>I1!:[Pu
+-Ln,6/,6<CHpdZ<n5&('_lZZAZqY%%*Z[!")XWoASJp<iN,QK]_D/qL7rB-64%c\
+0\=L4gf5#cC5,8*#Zi/_qe8_TM7VTS*:Yo/M^Ge%HF'?j]f!_LBIC5kO;$c-<3+F
+&IMA1M+Up#p[$%KcpFH;F=)f3.pBCNt$Nh<;oFI(P,?>39<H9V!QZ<^p+d4#0L_j
+lVWrrCcVp8*uH?I8?!n_e=)GhFr'RLp?jo`"p"95[aNR27(KNYHj2Duh36UQ2*MS
+#Zd9[lu#W_`="n(CUd#QRte)d^msl[W^0nROdCd)ZKfRBJ^fdEG7YlIgQ*+Bm1KV
+_VWECSK23cj>k.n98,%7q#bNtVd+=m(]OJeV2l>HX:+N!j#r'M3Me(o_s\3dND"+
+?aNFPbi:9t[0\FC:CPA7bB7H-F!$eqe"D:\JWjQMD/_^-M[Jp6r,O48ZjPU'gf-f
+O\NkPnkIuZ.o0r4T>6e"4a@2hd%SSr\4E=/[A8O.:rgq!(%I#iRQ!!Rbur[[29mY
+.M8,5BnUikm@%ps\k7H]9@Q<s<-QT=^4N/V8<Zr)\sZ!5UOBCHi2S')2bp>'p_JG
+-U&Q$9Zn.T"UlnI3uYX*Tg)TjNj4Bm4ku1PJC%SnQ7p5Ml?uuqm*rIgJ-"#*Z\jS
+_,eK`Bt2Fu#tLF+DYB:,Zs"d3h*&/1;(/W0chnNP&Mca<#lJ_*T-#cV[*#G280ji
+&#ffbDB,GKmXT&:YZ'mQ5`;ML/%Ig.P`NHbO`0V$>:SY!hQrs@gXXIP$73I=HGUh
+R*)nao2\"DUY!6F]0n6U678]$+-WQFHH'&Du(P=9kSnFQVdl(n5Hpt!.^[J3Vh@L
+ZogpoLZP\k3R3/;.l3?lZI?</010Pp>0.?3?9"4P*=M'hZ&XV!aB,k1M(?/Y$P8C
+%
+=81-)u/bB;8m('N[T^"Vag!"`[^am1J9I?fSkunBTe,RWQ8*dBqPKHd*6rrf[emX
+NH]gl':EP2_KRKcRo$:Ib?n#rITN20,"1VnSH!Ck`G2>[8m?79'uD.g-#B8'=T%*
+)7foWM8/OGhq@b`O8K]mrX)N^O4oZ6]$@j\Bt=eJ4l"bNUob3C^6pmuValm@>=B2
+Xo]`bn;tmKr5G8GZ48oW(rr<1ldXU2L^U%5.]:mln&&jS3g<"K1h5XoV.$s(Z_En
+H/8-.EBfeLhe?Y&pFiW.R&9AKtS=R>r[UoM,YY\^E20u@27T=koulDt>_&^O<>++
+ulJCessDT2P0nNNI\BDi!#O5+crF-\AM(N[<.e?-O^`8cAqJ`\H"H=au52rSFa=Z
+i1;>/\bp?pak%8]?^N"'qt-s!0:2[Ykp%Sm+4F;;n==4Rq44df_iLc57)(GCOR#I
+05b:jDD*RcRTTRi\BKJcp_,n2'N%:!'N%:!'N%:!'N%:!'N%:!'N%:!'N%:!(%@j
+n(/t2<LZ*aX.TV15YNac*?5!%.TN[gh%9__([D.>?KtYnf,up@j])9a75%&A;G#:
+LHR,>0>a8?Wep1j)/Saah@?Om&Kq"IM0j,V#NnQr'OG.1[kAAT^_Ypku]$3i_<YD
+d,KlQ=gOp*S<HT8?GC;#&#hGlAud;N<\s:3c/Tc(au.-i;8)[\U@O4W<<Hd^\<e^
+FajG70"P\FXk0^Ye^HQ)Z2Vq!.ok&boSV>!.kT-hDRU+(VtMX994_^/%cYS/b&G=
+m=NO,I*6D/m]9;?h\2XTEr<QO!WC'?08[FPoH0%,&+ttjpnLHff).\7g:a'UNRA&
+djsCop_"ABBJbq5%dU!RbY'pV#Hf>in2'g^73T<,/EGls=?7+n+3r]0gLtPg8`D(
+QApk`j'j3RKY0D</)/$/N\p-\VEW-lmjf+[psG0Vnab;p0NGh;q@0-@Nm$[sF9*u
+Vd6Bc\eo[]=,FG^!N(>K[E?Ba_n$'Cm#4r^WY!m6DW_;+1I"o3_D1h#mZW_*3;jP
+I)'Vhi]dVoU*Cc:\1%O;`s*/oD\gEPP0=OIqkU,>5*QTHe[pP:@SI$'[ta@/BFk9
+^WKhaBBAOjF5j11P\3`Q[+F/q>9Lpa_Ie%/?!i>W84iYI8\`(`/UVfRpnR?)p*f]
+-nK["qV_m<#KQq+[j&jYL0/D-Z[$&ucG@^krBRhWf_i;S:ZiT8q$bd=&>OWa4'<>
+-b4:SIk2V)tG)r'Z3rr@l!nD'Wg$),I6G#AU2IsmT)q,dWDj7I9*^'(e3-c;Js__
+@93L5DfqVab:91W:>KK6M3"o3P_lYP&OsYJHib57fpnTO2J8Sf[FgQVnbMR9gmYm
+1GSE>,_WoUpf['N8oK7I&a_nj\\gAlPjd3]f,PkRJ(kH1o!PG/17`WrN`!L'Bat3
+T.Kiq/l#8lRp?Wrri#uqrr<8orp<">C`CPX!.o=t*$3+trr@Y,B_L.-r"J8OLQ%m
+Zg2"8gNg6N]W]Q>UAT)X.&=G.LCFd:L'j)(I(%k`0!.oXoCjs9Si(2G,o:Qpaci'
+]S0=Tufo=&VjZZ^T=g@]q(Hn3XP082H*K4hQD;UI?"3^#'g]1%i0Kd-nZ;D>n;a?
+?Jf=XpelPhj$oYF<#/37ACl`]S)Gao,hZ959Zg1m23/DS#2\c[5Zlg,E.'O6j:6%
+u25:^+O,L'YYjY2@Y)0=EmJ,L=n[JB,Lp4,;=MMOW.jo_B3iFB-(ilG]WRa[f)[H
+]M#I+;>?jFI7=e_HB3fqi?ih'RdH@$*niu7fZN7j+D"?nck"Yk!;mi+Vo&(oHo^0
+!(IJ!g"Q*XoNWD%!DVCjCjM/*8r"F;5QgI/uc">\q6II\4&o(9p#Dd3gpm1X%73I
+??!8aUq16[;Q3$UOT='ASqC0"A,hVX7Kf?!=$\Do/q-^LL+7MDcI.F[?UGL<:_(o
+7qS>ajO<<qPstgQTOdGDs:I9+Qs;#4NqZM*+1R2"m6!8`j45gM(kT`&kU]"&)NH\
+!27#N^\>Xj"D/F<'TkANB9bHn32\AnF]HZ%;GL$)M9F2J9<3fahZ^],FL;$k8[Rh
+GJh`8>kf8R)HN'#l>l2l>%OLQo3Y,t`qMn90(r<''9&G_,PtC<bShkr>OW_7pjK2
+JhJ##OW+%)j5@eh%@s)oEPq!%h4(F/\Al@on:(GOfX".BR!8%-03;@]Xl!S7&_W!
+#Dd\gD/']1^0MJm'JY--L-G4(dgfBqJUCTe9DC\Dr!]MYeH4r*iUX4kT1M7$VE=^
+Z5)gVt@-A;g_Q1>1r3EnLP54>2?"GOVNK?gpuYJA*'!8Zge6SfR=Ae<X<qDQYWh9
+f9T3'M7G!1(HBnX.4>UI[91]!7S<I!8)O6GZ.MhFSe&a2I4>.$.0t'$\C'("4J7A
+Rs:Fr+n2ADqa:,piYB+iknEgr$]&p'1;YGIZ=]U\Go8q]Fr9ioFl8c$YutX@9iR+
+DZ$NNPX`U1P0E2"^D3=A.%Yba$3q8^QVckU:?K@q[:R4q7/_l[O/buK2>%qKa]I^
+jJ_/2;F&J=G0^p#q6auKI-n[fe&Qe/J6j+I;srXF+epA.Q$Ga$+])Eo<h=2ar!^N
+ZO1kSaTnfg2EiS;?4rhD`TEnDN^ph4Al3e_Ui8Qb5,Qrm]P,*;&W9lVYFKZq.R&U
+4qTR'5e/_b)EC2ZOeqa@":6479YoK54I&d[,o'ASLT%\6Lc)8ZW_,uf[&[5lcHLb
+@c[m51h:0&"`E#4<BRjj4*<DUEd#2fDp,VXa,&a12mZi,g7k91&YCOrPr8##>Nmg
+'>uK+qZfWq9-)\Z0n>H!ArM+a#0"\+XRU%*/\;mDac6g-6@ZrN%3!p$GmA'^^gPc
+PB[=?"nHpcpY%Xu<%0tm'=g4cu;*-&+![KXY*2QYkLG`$mbPmKO-+9o"/iBQ\&V#
+2P;T`-,47(1W'>Q%@W.p<n(CQBlJg3oM!+G_3Gqkp"(\H<\P<b2c:&WgdU/cnne9
++<7ao6r:ESp#1o'_*(.*9&\Q3E6jEQ'7FU"XRa.l0Iq2ikNJ2BAi6;1_54F!;K"B
+:D2Mkl@(1g]@OA_WGX=8dr)&Ri8;+T6:t%t,=@OJAFmq>/,!i-[BG5_!:WomHf<#
+_Y8VYd`*OA2r$Z1/U=V7/FXq5Z9*\r9hf8B-`l2I6H%YlG5-b'Z5@JI9r-6i+(Om
+Z(TLn(dI=+NtBlLrkhqY2/4S,m1^Fi%o,ibC%oR@$l+7R=grr<Vr)SV-&BmO*`iX
+$B;7d:@lNdKATJC6F=N]?41#@UjsCmInum2J[BC9Fp:D;O`&lEd)pE4DFH3(e.SY
+6q8KD+Q2%BrO%)hj-4^ZM.Y;n+k0()14XHWdG]SA)dR<Hop8W(B4A7f07li[^U1!
+*NZS.^<%oD7bM/WJ\qSL\R<5'rrDgApObXPGaJ+9q"pt67fI6<i[]8Zp.K2E7O]9
+^U;61?/-#sp)DRb5c?KI&df0:u(s8*D&V:6_Q/pi.GO1BcrlJ=kM6(f9;c_Ds`>[
+RP\T%;gNmQ$*"d(^CJ=.E4ldV)5=Cf^J83"mh/oBIsmJV=%Ft:KZipaIMCPSeoc-
+U/o3^72eQZ]%.I5LOZ=SU;@Dr,kXrr@XhbN#3&Gi_$onLMGakk`ktZG`(agrK;]R
+obJ4bVpR($NNWsb)f0Prr?Rm+2l(r$:XHf=RfaV2/a7:Gb;cIWi=JkM'^W:=SMcd
+pL@uh8brAd,"=<\[uS5]Sppr.-@A?k(Md@goGc&#V-2oiniX0u,*5gd7Dd-`".'4
+nhYtRL*hiI6ke@oM:t2/gZn3V1)BCgR27)kLjL-u7gc4NPGj4EkbOI?g)O$H^>^F
+,F=)F/uqWr'Oj".5=JZj[B;K5]F<rC?tC!IKQ'[l,_9t,>ifrZlO([R<[rZ:V,7P
+<Jh[*qc)^ck.gmJTQ8g[3/S:PV0?/rB)Tp7_#[`@G4]<0p\V]sJQa2NepVb6l)d%
+%
+n_[`rK\<n->j4[pG@%KW.miQWZoYmBbh4V_t6:@]@qPHUa8KCYfcc(\jjA;+5Z#2
+AJTu4t4s.&)j'H=k56C[,!*%\!$1Mmbu#OD$h_)G%8<aTTX`'h<!^$FelJ[aH44F
+Q]]qZ;*`5KqI72IJ)ID8n56q?J&,MWBZknY5PA_[eU/k@SmK155g6HJ/JB/knrL=
+i#oe`]c".i7\=a?]rNL`1Gl.IM7K3@>P%c!G^)4t;@IT2kpC>dKZG]JFXg4%plIQ
+E)^F.fo1YJ%CM=LJlq^MNfrY#0h^&e"MiQm*l(;iE,h6;J^o.A/YH),B<OkVE_WU
+p0lQi@'%0L+Ka*Xr&KJn4l,2Vo)9lDC97%7=^QLiq=./Gccq)"dW46'[EoKmh&jk
+rJh*r[[miZ1t5*D!(0_7b74@1MM0SK7pkcV;m]"<RBY.M8LQu#Wr^i8*uN"n(Z1)
+^(7a#IM@$&i<P;oDNMgRMUt[O)r"pdDef`5jGCRgZ6t'qmZ4mATF]&'pa14_)`=e
+nGN6%p(Op/4El5hE+broUbW5omft0n8djLXJ?VXHdKLtcOO+MiP0_n6*\/52HJ1.
+.B$7MX!$7MX!$7MX!$7MX!$7MX!$7MX!$7MX!$7MX!$7MX!$7MX!3KK.!!![g*qa
+,Z`f";m\/K2Z:nCNIJc)pYuggT6.%t@SeE)hW"YQPM&YK6$6:Pte6D(!>;$DtT.1
+\Np#?D4oeK0A[TkE3?G&!W^]%!(D'AF'+I=hZW[G*DG,_RbJWYA(FK`f7#af%63h
+OK?f6`5<"DN!Nf]@mCn2!!PPFGZ4<opg^+EbJ?7$LPWT%Y!=AA]sNk^3$X\Oe^X*
+2E)_Dp#.gi4Pk_N\$N+N9!.lEm:"DKZrl]<<q![.DTdd\F?c(Qc*bfFeIJN6Do/>
+.E$N02(.2";iqlfu*rrE'!"Y9@Rrr<3CphJOOJ9>nDV2/.%oF(&kC3h_7Js+0G=!
+6JR.c-if!'Yq-MC8J!MC8J!MC8J!MC8J!MC8J.T7>duhmK;YlqR?[r(-AUe"g0$N
+g1oVOGqgJ?ec/=h++u;_]NGIoG)j9+7O?tr"TFbp8%KZC%,oSg4EUT0B&JV^9)Ag
+DMqHDZ*fZ.lAuIsNm\e+D&<9O*rc4m@m=cTrM4r$SD&IH2%.lQidZZKP%`I*,6KI
+M]/6tE+)S+LrrCe'r>Dg"li%0Jrr<3BS,N`'qeKo7k,UY`IK8nG)F'+Q$<^fHBg,
+1kA+)]24F[Z[mpFVsL\:Nd'kgWOVO;W3rgg")QT!GL3-_?\e2"V>i.;4Wqp5MX.&
+)5!.&)5!.&)5!.&)5!.&)5!X01cs?5M",odrf(gJ?;b,&-I_DBof_"DT^;b]m+f&
+kV"_$2[QuefPG&!+SfY(Z%%EO5`eC%Ho]"IsF-Tp?BB6MAXCY,_r\(,hM(sN]o%D
+d3%juf>OZd/)V@`:Z3D^_5?%Q^X_b7K50\2rr=W)0l\Wb@bhkHHl$;F!ri8u'GLH
+QDt-3o$RP>WkOrTfP+]FR_,HI4M0rEVmF(jgFrj,>"3IhGUn8J(WPSNQrr@XTrrB
+kbqucs!"MORa\fZ\O9j>S_XD$>f!/Tfp<p*AFIfe[/>RG^T*gpK^c$(86cg2,1hu
+3rFn6XS[Ih&hVXJ$SDe9*3jHi7E$!7T7H1<aaTN%0i%!FF5Mi"T$W+:9NkJ-m^!J
+-m^!J-m^!J-m^!J-m^!J-m^!J-m^!J-m^!J-m^!J-m^!J-m^!J-m^!J-u'%p@A4`
+Jg4u:(OdYPN*cUu8TF5ej0aFoa/\AkbL<ksj"#<\N+K9;W;42f?ann"pcJKU#8I1
+<_/m7ch\7rog&D'1p:52%r@:0GZLMhGALWZ)p?25;TojV\3;Q1ho.t8j'jDe&8Ue
+iin8Q9m+o'6-n5o=pYgE:Yj8BHrCF=ur>EleIYDrh=Pf?qK-eIe_XF,TqJ)MIcBq
+@KWc&T-)l4uFhQ`.hL[_&l:B7b4i`/_JapD*Tngs"Aj[$!4:/"Ou0E`i2<!&)L.p
+\$3=!.peiDZ,*nKt-npj*U/X9Okfs7(R<EBic;K[ubH-pQ#d_eiEe\@?ajR^[,n=
+!!dLg$c\:_BqH>,(TI0[:`,3uB1!-,Bs-9M69ptnE-cf%iVH(A5Q:`"6bWeSe@&4
+Ki#dh_%.P"TS&Ma<MFD]`rMV!r.fLnG"5.@`<t:n&$kI@!V4[mILAOlXdc'e8Xrt
+03Ih]$tIktD,nVd,@!;If95M8UmN4pfe'1!4?0i+l;B0#B(<\E9]T)OIp4aNm8]8
+FJR=m(nkL'08&lu8nrA<Z?`IUN0)^[QBLm/I(TIOhH`L\cLWIOOL/mT?9n[r"3%@
+L!<RQj5.6m`'V*j@B+^+8uYWna$/]$ZCHfC:_Q4/&=.Q<P18`)'FZE+2`(VI*)1%
+_eicSI/lK#rrCuf5O`ZIOl;oClMghiIqR#H/PfZa8$pnG@:n3$da7oq"e1SGP9*(
+`^FXlO=gPU,=cVOPQY12=R,kOFUt`6;`\GIo@Yt-q12mL6qSE13"<d^EK7P-<41!
+Cb&q"9%\@hTJ,D^GIE%=RGKun.V;D'n"CV/%I+)T3lYN5X!3%"q4J3UN("aJWipl
+FAs5@)Vn3uqs'eR;[?452c]CO;H'USG"$&#cU&r]u$An+\Bi`o$P=7^=,pmu!u++
+.9drT+>[mf6U`[#BP0$r/JbS7T9(m=6q$qTDnlrEr7HXmA74O`P2XnrW:Ub<G&to
+!S'$k)kWKG!a*J`$FW)n?k:k8/&?ZArrBl4rr?\]g):-E$%-7P(82rQ7D/JmG#pg
++!7NCj8cJdNf=1!.+L'Ik'%l)EhSsk('.f#j'deG_d7"`L;-nP<QhIi^?i)p!1L>
+=liYR7F.h0)OrrBF6=C@6h&@U^`*Y]Z\q;qK[J&0a/"+Ca!GGfgBd^?iIHJE&O*Q
+#hMDNq9VN3\L!fDX4s7jJ(`VVGEHB`lO0M%ig=bjIftJ^fj/$N0/e^Ae2kiX^hE!
+!3!_rr<SD$Ye)fD>:Me2qY5`FB!UH3murV@S(&4bep'9/Fku:>5Unh]Dhlh\"C#D
+mJ$=65K(8cIgu0>kl1Y(\)I;ZFtT;D9%ie`5OYjaDbl^K+8GG4pf$2n5@3j!Z)D=
+shN'Y+Z.(VpNP3T;Y==MegqW%A!<)KeSNl%g58O8!i1^/N(+anirnK[c]t[s&r@b
+r%;i%0RN:O5Jjnu>1XAHA!r\rUd5?`F8nG>QI;rHIn_nI&;2#RYGdU?@,3sul@$[
+ZR-779rP"5:LQ5N(F;pahufr"O).^7jIlL^sRb<U`GW:Gp9aZ,bi3/_^HU;8UJ9!
+m%G5r5upV$i3@[!2>?!!2>?!!2>?!!2>?!!2>?!!2>?!!2>?!!2>?!!2>?!!2>?!
+!2>?!!2>?!!2>?!!2>?!!2>?!"#n5'SGFml2-\g8%s;T!1si3>%-iMEr4oMqCWCl
+I^%#0a[B3Y3Q:\:Q9DS#DA9!o\,aFeMrrBimIT??YO;JNo+P61:rr<5<rr@Xgl[S
+D"J(mV'<7>FY!/5d[>M6EF$u,f9>DV?`GI(e>,`.Q;^YRW$`P;_u1f6[A'^L%?[@
+TCQP"92Dj^a@Z\pY*(D%m$8?4$S9^+T=>M'DHh!6"m;L`.a22QBqrf.a-D0nB3%!
+2"(CCS1)m?]P+1@JuniMrJ<s-Qg"k(#DI[5KD_h5=GQorZq9nj%gNo24k_1X&]HC
+qe!$O2Xdg329Y@jbE*)j;r#gK5Qqj!5Qqj!5Qqj!5Qqj!5R>H7_^Js]1L&]Upo!,
+4#07`QnLo^*NLV/teE44_J%uq;$AniVI1Q&>ptt%.K2;9WnM8G6,_7%o0#l]>r]g
+"HakeWJ]Y6<!k0`ShIuE1sFXS5H.kc^]auK69+4@fjM?'u`C:?7sl++L=\\5Nrm[
+iE=Q.rM42a<r!d]656!#/:!!.D-P!!_q;cVs=Wr"\PV121c')XB07l.:ff5%V@[9
+$RsUkg]V4^je$&d_>s8i7*8O-Jl;5r(k!(UV'I$8R^TF0$\;e_J;1Dg6KUOAG9i?
+1*]30.t84'f_`=1ohYZX'Mng!'Mng!'Mng!'Mng!'Mng!'Mng!'Mng!'Mng!'Mng
+!'Mng!'Mng!'Mng!'Mng!'Mng!'Mng8&+(V=0R+-%]D,Z[i6R4n)q4^\iS4#KmB2
+Y?TD2uW`Z@,VW,s/>n#2li`1Pa^rXAJ(eN?D\n%qkXn"f3s531/):L_pBfOO?-Le
+)+_h)>ajj4iT9gFN7/%B4flh@bTFpndNTi=C\g]A1sq,!5&^%7I2q!1#P-$V9(9k
+51p5`-2-Ir[rRa\+iVcX2NjF\r#RXnBR5?Wlg2ScB(B@YTH],ps8s?"BYPU/3i'r
+*tis0qca!HAGGS>h0NiG"2jkNdV7:h8te?,4>]oR</rRFCaFYj!"[)A#6)l=2u'e
+^:BuFJ,NA_')qmd6NpfZgY%:akY16I[SGrSOa(,,L%b(BN#lsl5poFJq!3'GoJ*f
+Jlp`+clrYb4.Qf,Om*B-I:Cc%\DfPQMsb2"Z-LjCNn$4"pXq>gLS&,[)Bp4uu:i,
+?Sp3WB)A?M!(QO)OX7#Q>%1qa<&Xn2K@I*<-#[YBfU9a1(m,^TmV`"8Le=n4d9D+
+`j9,^D8flr^D1[J+c%?cSQa=-EleJ\^/(KM]?g<!$],>^\])0kF2Cjkb&IHJH#Vc
+21K:nc@,uq=Q?%L(%4<c!8.#F!'JVXi0qEf6K^Q8IOoKbr/16?rrDD4J"CHQ+/49
+MNW]:]"P*IF(HM70nRIT/jB'"grr?Q`r:<5S!.ntbd0lKB%J[3K5Op>]HiF)NmJ_
+C7m!aflr\tGd'3Fm`>j($``JutY!0LUZhu/USo?@O>$*3qk/p$M@il<&=!6D?hn,
+CA:q<#GsqBuI@i'6^*?eQZET7O`m39U90Hd@384ho<"+8@1dm1?hS^u(%iF8l4a^
+$!0-*oH.Lrl=5q&*&3?!5UOBBSF`\#5hT`TD95j4oYN7pAY+Td!suB^U->j56H?c
+ER4Q?pR_Bbm!F5RC\o3JJ3T%rrr<2PrLt)gp`&a5Ndp+k]_DF+A)$qQ62pq:CAuT
+gSGWikZ,]*"/)GXQ!3tqjH*?R`M?*W7mQ]X!J$^f7&kOalrr@qTLc5ro06TSRTDA
+C8Q-hbt9;Hgp%1hGEm\0-S9&<q/[B0r.`>Qepk`P<Arp$ufIq_p&r,2J(r!WBnGV
+\U&hEC@oKAt,onHqj)WELR_B=b>eOhDW',I*mPkH!N2r#4bYO4lh6>'Gk:&b4W6k
+DB*oW@fFFFOPGV(sc2i,Ke*<j]cLLl]0k?rl!^`Bt(tJK,u/Bf7#@IU@[B(mA$b^
+UVgn!FE5:uHAn8(>lOd1A6a7XlX"N!cf);3!;mChrX456Itleeeo._j$@^>mOfj[
+h3LBV$8!0NEPP:l1<DB[kRO;Z_mG'pBVui<@4?'0_5<uR'[$r"/1JH8k>C0RI=B6
+7jUJZ_570"ff0E;q)G)@[JU5C?!U5C?!U5C?!U5C?!U5C?!U5C?!U5C?!U5C?!U5
+C?!U5C?!U5C?!U5C?!U5C?!U5C?!U5C?!U5C?$5K1>QZ15kgFZgC:KNr6&`MBqD;
+%
+nL3;P?Tf`E8#q556/gPN#+1)^k1U!5tH1pk.O2CW9_f?]6jS^X9If2Erq_(u[i@i
+I()F,.oPO]?=5E^qousXR?o!6V6h)K5m`'RU2Pdl$$pOHV<[8\:S.\N/e7LqMHm1
+c9DD\i3Rp>([VI'gYD""(q^r-4N\%7lF08W\qm!;B^PpU5LR5)Ib[-l%R8t>r&Em
+=VE7$A3U^;jrrBl4J)HfgZ)?rZq^?^Pis1Bh"Sbl?r&JM'\$WE'HNh0rRRN5R[`%
+-)>";iVG[8>'6iR.<B7Ib#3_/Q>nFKBLSakH2e3#m.ilK_MdsN+no!ZQdemG!pSn
+APVns.'Fbc2I4]/0Qc*WH*K^$oO(pq&a"pc/9ROcn&j!00qV!"HX2A"WP.57RBIr
+rA1Eci4!*=33.G_6<k=Z31s-+8d9#oSeDAho%HBcVD56q9RM#+7O)"m!m$&$*GBI
+Qu;a"!6>)RT<Q*9epm2DhZc+@!/n2Qhh.!c)(bdfpuNUegYW2qrr@t`nDAkZq&(a
+`!;PZ'Qp9N]?eGAYN;+&k5PHkfoD\fOrI7%?J:GD>^Tme=)=Su_J*paWkPkN(qYk
+r]!$>AD!5i`&)!ClNcbk2A5NH@]rrD)DJ&?2P)!ClNcbk2A5NH@]rrD)EnmMItK4
+07>r\NJ,E;opn_fsH+5P=sQL&q;S#/^A[r+Eg6iVrngL@:c4J*Zq-$ik]grr<MAn
+7/*c]0?c"3<&u@P0a..N`#fV%DD7@TD6#_%JVp_!0NGjrrA'\ab0R%L&I)-c[dsk
+rr@*Lh`po9!8$i9(^KsX$i;%9T)re`roP06J+<O=YNP7+!VN)_2YY%JJ)]hm2rN`
+q7S>uF3Cj!*pVDl>ip?S%i8af+90`D9?R?<Y2Ac'Oj$!Ut&,j^2I/a3,rr?EPfO,
+fjCbP.)`dA)q+8_FCq>UH8rkG)0^^&G?nCuh)3WB);Zgck)O80YErrDiU+7S%B#!
+)\`MmMp1K9,gG/H5_Fja<F[i7MDhrrA#Q'3mcr0\u@#!0@).5@K(l_6C\Zrr<r+-
+FeQn@Ct_&!$D(:I_u.-=oSK>DgWDbr[uO7IL\U'A@):9j-5&2DgWDbr[uO7IL\U'
+A@):9j-B1Crr@[[Iq/I6i(\1j!8PJ9ci-0%r;D?Nrr<8?rl=qL^ma6^!4djQTDX3
+)q>1R#I:rQ[%DD7@TD6#_%JVp_!0NGjrrA'Vrr<MAn7/*c]0?c"3<&u@P0a..N`X
+>TrXFS[O8.%P28fFoEt."kq#:?GoCa$[IQ;noVdHc#`"*8]7H!EX@Gi/>W>>5Il7
+JshWU7D;o=,9t<aVs/IFU:DcgY,p(6SSJHoG"jP#$o$3$7nc^3T[X5N(Jgfmi^"c
+u.qE!/5u6j.1'&5$!g)J8aP7Z&fBo4HreCk't1uk84%0GQ%nGn>kMlmI0'7!81lU
+Pk\g`Gb;rf:HfrkGD`N*DJeFbCk;DGC:^V)<b;7V.4VcNa6O8On+\-*m)SualL8O
+p(&0TC]7!H-\&EW<C2`6o^V$[/IAbn@5T^,Y_)qW%Hs?UNK"Cs^_+4-ig?[bmL9>
+n7nE[lpmI2HVF1=BN0(16a%][a1=N^3?NUgpdq,[t$)bCr!8>qEGW\=Di!.%Pi!C
+[]!!C[]!!C[]!!C[]!!C[]!!C[]!!C[]!!C[]!!C[]!!C[]!!C[]!!C[]!!C[]!!
+C[]!!C[]!!C[]!!C[]!!C[]!#Ke.X>>Noo>lD'[i1%Im4;m+6hL?3T*'2B1DS.j^
+p9LdV8H/[(d9TiPVHWS`pa&H.(<bYim8rdq61DXHHpab.4nu):].!<bB>`Hal_g)
+@!Tc,lR<GX3'dmD,Y9:$lRet[N1]II5^0gA*07r%3p`lg:9t^7JTr3qsPu_1"eB;
+PhcQ@I1'<944m5S_PTF]G+4sB]Ml8<goh&]O*J6)A%"T!(OmGkkhG@t(,7a[Eh\G
+.,YC\]u?JK>T8Kg^67kQ<4M^:<4c+79(.S.@n_T7HnV:"sdeJ[/8`rh"8OG3Aj.:
+^?ZXhE0*9G'0?$D&G@GO+HWJL@O,T]<eU',A>3DgjBW=[JZJcJGp<YgN<=DZ;h;3
+T6&"qkPeX]IKT@J2f7%3#0BgtqL-[-gRn:U5TeQUGje"*g"(8-Zt/=e4pS8p)om7
+Cm`r/7NM@j[EUZ,;fCE[*"8H"XD:@nWa]'qiIErecTD<1ep^c=oh7$1i)^S=ql1[
+;QDL^cE!.S-Gj1PnGB3EYPd?C'0p`@+^D]S%W]/n6#2N40^a2%B6?cf;B&)h'T[n
+jLQ,uDA@pH3)+J*!L3i'2pZG25@?Cm@?e!2nWBS[nb#QBVFKAN,YA2;Og98K1,oD
+WBZ$oqB$BTs!bJ3_7s[F*A].f<'NLVr0dnPBPbGi,"ZFrrAtPnX[5j!1&ikJGp<Y
+gN<=DZ;h;3T6&"qkPeX]#PF><44)T&Fe'dp)*,<iJa:mAn_T#4Z`NC9BZ\NSHk0P
+kr0j7.rYA5_FSgWp<=AeuF2iCdr`W-I"8H"XD:@nWa]'qiIErecTD<1d+4aA8mmC
+C6eo[%]AEN;D#Hq;Ma*JZlcEj=+UF/!?n3)*LnnNUUpfTOme*[F^<%n)rcPbK0q.
+W.i&)h'T[njLQ,uDA@pH3)+J*!L,Ip#M+]a]0u=jfdePFK)W*kc?IpsJtKHn,)c]
+I.^$ptOdEKR>_VgS&Z>R\VAXR/Re\G5#qK<"nY+bBNk4*sq<:q`9*7EVB:"J*>&O
+2uX+bqZV?nrLcAicOOYQ1@TrXrgRs.!55kO^Ua_!h;F!OA9)qZ5Tb&r_Z'TNY<Us
+J^[PEbT@t[1=tZYLHli&;iQ;!JU2!c7(ggLYPf]3u8,YB/p7>93^"?i'^KKlppg<
+Ng_d<QE&S'e'#\[CKLAX95-^SVHl1XEH]F3r'UB8"6!%=S!!%=S!!%=S!!%=S!!%
+=S!!%=S!!%=S!!%=S!!%=S!!%=S!!<:^~>
+%%EOF