Вы находитесь на странице: 1из 1307

##################>### #############

#######################################################

#5@
###################]####bjbj22##################

###"##X##X##<######T#####################################################
#########################################################################6
;######6;######6;##8###n;##<###=############+##
###ZB##>###J######J######J######J######2R##D###vR######R##
####+#######+#######+#######+#######+#######+#######+##$###
0##R###\2##P###C+##u##########################X######################P#####Q##
^###X######X######C+############################J##############J##P###+#####
#(######(######(######X############J#############J#######+##############(
######################################################X#######+######(##
###(######4##z###############################################################
################"######J######NB##
###!)#########6;######`v##!
#####j###########I$#####+##0###+#############2######B#####2#####"#######
#################################################################2##########
###########"##L###R#####@T##0###(######pU#####dV##R##########################
#########R######R######R######C+######C+################1##r:##############
#X#################r:############################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
#####(Q-1) Short Note on History Of Java.Answer: Java is a
#HYPERLINK "http://en.wikipedia.org/wiki/Programming_language" \o "Programming
language"#programming language# originally developed by #HYPERLINK
"http://en.wikipedia.org/wiki/James_Gosling" \o "James Gosling"#James Gosling# at
#HYPERLINK "http://en.wikipedia.org/wiki/Sun_Microsystems" \o "Sun
Microsystems"#Sun Microsystems# (which is now a #HYPERLINK
"http://en.wikipedia.org/wiki/Subsidiary" \o "Subsidiary"#subsidiary# of #HYPERLINK
"http://en.wikipedia.org/wiki/Oracle_Corporation" \o "Oracle Corporation"#Oracle
Corporation#) and released in 1995 as a core component of Sun Microsystems'
#HYPERLINK "http://en.wikipedia.org/wiki/Java_%28software_platform%29" \o "Java
(software platform)"#Java platform#. The language derives much of its #HYPERLINK
"http://en.wikipedia.org/wiki/Syntax_%28programming_languages%29" \o "Syntax
(programming languages)"#syntax# from #HYPERLINK "http://en.wikipedia.org/wiki/C_
%28programming_language%29" \o "C (programming language)"#C# and #HYPERLINK
"http://en.wikipedia.org/wiki/C%2B%2B" \o "C++"#C++# but has a simpler #HYPERLINK
"http://en.wikipedia.org/wiki/Object_model" \o "Object model"#object model# and
fewer low-level facilities. Java applications are typically #HYPERLINK
"http://en.wikipedia.org/wiki/Compiler" \o "Compiler"#compiled# to #HYPERLINK
"http://en.wikipedia.org/wiki/Java_bytecode" \o "Java bytecode"#bytecode#
(#HYPERLINK "http://en.wikipedia.org/wiki/Class_%28file_format%29" \o "Class (file
format)"#class file#) that can run on any #HYPERLINK
"http://en.wikipedia.org/wiki/Java_Virtual_Machine" \o "Java Virtual Machine"#Java
Virtual Machine# (JVM) regardless of #HYPERLINK
"http://en.wikipedia.org/wiki/Computer_architecture" \o "Computer
architecture"#computer architecture#. Java is general-purpose, concurrent, class-
based, and object-oriented, and is specifically designed to have as few
implementation dependencies as possible. It is intended to let application
developers "write once, run anywhere". Java is considered by many as one of the
most influential programming languages of the 20th century, and widely used from
application software to web application. Java was conceived by James Gosling,
Patrick Naughton, Chris Warth, Ed Frank, and Mike Sheridan at Sun Microsystems,
Inc. in 1991. It took 18 months to develop the first working version. This language
was initially called Oak but was renamed Javain 1995. Between the initial
implementation of Oak in the fall of 1992 and the publicannouncement of Java in the
spring of 1995, many more people contributed to the designand evolution of the
language. Bill Joy, Arthur van Hoff, Jonathan Payne, Frank Yellin,and Tim Lindholm
were key contributors to the maturing of the original prototype.Somewhat
surprisingly, the original impetus for Java was not the Internet! Instead,the
primary motivation was the need for a platform-independent (that is,
architectureneutral) language that could be used to create software to be embedded
in various consumer electronic devices, such as microwave ovens and remote
controls. As you can probably guess, many different types of CPUs are used as
controllers. The trouble with C and C++ (and most other languages) is that they are
designed to be compiled for a specific target. Although it is possible to compile a
C++ program for just about any type of CPU, to do so requires a full C++ compiler
targeted for that CPU. Theproblem is that compilers are expensive and time-
consuming to create. An easierand more cost-efficientsolution was needed. In an
attempt to find such a solution,Gosling and others began work on a portable,
platform-independent language thatcould be used to produce code that would run on a
variety of CPUs under differingenvironments. This effort ultimately led to the
creation of Java. Sun Microsystems released the first public implementation as
Java 1.0 in 1995. It promised "#HYPERLINK
"http://en.wikipedia.org/wiki/Write_once,_run_anywhere" \o "Write once, run
anywhere"#Write Once, Run Anywhere#" (WORA), providing no-cost run-times on popular
#HYPERLINK "http://en.wikipedia.org/wiki/Computing_platform" \o "Computing
platform"#platforms#. Fairly secure and featuring configurable security, it allowed
network- and file-access restrictions. Major web browsers soon incorporated the
ability to run Java #HYPERLINK "http://en.wikipedia.org/wiki/Applet" \o
"Applet"#applets# within web pages, and Java quickly became popular. With the
advent of Java 2 (released initially as J2SE 1.2 in December 1998), new versions
had multiple configurations built for different types of platforms. For example,
J2EE targeted enterprise applications and the greatly stripped-down version J2ME
for mobile applications. J2SE designated the Standard Edition. In 2006, for
marketing purposes, Sun renamed new J2 versions as #HYPERLINK
"http://en.wikipedia.org/wiki/Java_Platform,_Enterprise_Edition" \o "Java Platform,
Enterprise Edition"#Java EE#, #HYPERLINK
"http://en.wikipedia.org/wiki/Java_Platform,_Micro_Edition" \o "Java Platform,
Micro Edition"#Java ME#, and #HYPERLINK
"http://en.wikipedia.org/wiki/Java_Platform,_Standard_Edition" \o "Java Platform,
Standard Edition"#Java SE#, respectively. By 1993, it became obvious to
members of the Java design team that the problemsof portability frequently
encountered when creating code for embedded controllersare also found when
attempting to create code for the Internet. In fact, the same problemthat Java was
initially designed to solve on a small scale could also be applied to theInternet
on a large scale. This realization caused the focus of Java to switch fromconsumer
electronics to Internet programming. So, while the desire for an
architectureneutral programming language provided the initial spark, the Internet
ultimately led to Javas large-scale success. In 1997, Sun Microsystems
approached the #HYPERLINK
"http://en.wikipedia.org/wiki/International_Organization_for_Standardization" \l
"JTC1" \o "International Organization for Standardization"#ISO/IEC JTC1 standards
body# and later the #HYPERLINK "http://en.wikipedia.org/wiki/Ecma_International" \o
"Ecma International"#Ecma International# to formalize Java, but it soon withdrew
from the process.#HYPERLINK "http://en.wikipedia.org/wiki/Java_
%28programming_language%29" \l "cite_note-13"#[14]# Java remains a #HYPERLINK
"http://en.wikipedia.org/wiki/De_facto" \o "De facto"#de facto# standard,
controlled through the #HYPERLINK
"http://en.wikipedia.org/wiki/Java_Community_Process" \o "Java Community
Process"#Java Community Process#.#HYPERLINK "http://en.wikipedia.org/wiki/Java_
%28programming_language%29" \l "cite_note-14"#[15]# At one time, Sun made most of
its Java implementations available without charge, despite their #HYPERLINK
"http://en.wikipedia.org/wiki/Proprietary_software" \o "Proprietary
software"#proprietary software# status. Sun generated revenue from Java through the
selling of licenses for specialized products such as the Java Enterprise System.
Sun distinguishes between its #HYPERLINK
"http://en.wikipedia.org/wiki/Software_development_kit" \o "Software development
kit"#Software Development Kit (SDK)# and #HYPERLINK
"http://en.wikipedia.org/wiki/HotSpot" \o "HotSpot"#Runtime Environment (JRE)# (a
subset of the SDK); the primary distinction involves the JRE's lack of the
compiler, utility programs, and header files. On November 13, 2006, Sun
released much of Java as #HYPERLINK
"http://en.wikipedia.org/wiki/Open_source_software" \o "Open source software"#open
source software# under the terms of the #HYPERLINK
"http://en.wikipedia.org/wiki/GNU_General_Public_License" \o "GNU General Public
License"#GNU General Public License# (GPL). On May 8, 2007, Sun finished the
process, making all of Java's core code available under #HYPERLINK
"http://en.wikipedia.org/wiki/Free_software" \o "Free software"#free
software#/open-source distribution terms, aside from a small portion of code to
which Sun did not hold the copyright.#HYPERLINK "http://en.wikipedia.org/wiki/Java_
%28programming_language%29" \l "cite_note-15"#[16]#Sun's vice-president Rich Green
has said that Sun's ideal role with regards to Java is as an "evangelist." As
mentioned at the start, computer languages evolve for tworeasons: to adapt to
changes in environment and to implement advances in the artof programming. The
environmental change that prompted Java was the need forplatform-independent
programs destined for distribution on the Internet. However,Java also embodies
changes in the way that people approach the writing of programs.Specifically, Java
enhances
and refines the object-oriented paradigm used by C++.Thus, Java is not a language
that exists in isolation. Rather, it is part of an ongoingprocess begun many years
ago. This fact alone is enough to ensure Java a place incomputer language history.
Java is to Internet programming what C was to systemsprogramming: a revolutionary
force that changed the world.Principles:There were five primary goals in the
creation of the Java language:It should be "simple, object oriented, and familiar".
It should be "robust and secure".It should be "architecture neutral and portable".
It should execute with "high performance".It should be "interpreted, threaded, and
dynamic".(Q-2) Explain the Java Java Buzzwords.Answer: No discussion of the
genesis of Java is complete without a look at the Java buzzwords. Although the
fundamental forces that necessitated the invention of Java are portability and
security, other factors also played an important role in molding the final for#m#
#o#f# #t#h#e# #l#a#n#g#u#a#g#e#.# #T#h#e# #k#e#y# #c#o#n#s#i#d#e#r#a#t#i#o#n#s#
#w#e#r#e# #s#u#m#m#e#d# #u#p# #b#y# #t#h#e# #J#a#v#a# #t#e#a#m# #i#n# #t#h#e#
#f#o#l#l#o#w#i#n#g# #l#i#s#t# #o#f# #b#u#z#z#w#o#r#d#s#:###% #S#i#m#p#l#e##%
#S#e#c#u#r#e##% #P#o#r#t#a#b#l#e##% #O#b#j#e#c#t#-#o#r#i#e#n#t#e#d##%
#R#o#b#u#s#t##% #M#u#l#t#i#t#h#r#e#a#d#e#d##% #A#r#c#h#i#t#e#c#t#u#r#e#-
#n#e#u#t#r#a#l##% #I#n#t#e#r#p#r#e#t#e#d##% #H#i#g#h# #p#e#r#f#o#r#m#a#n#c#e##%
#D#i#s#t#r#i#b#u#t#e#d##% #DynamicTwo of these buzzwords have already been
discussed: secure and portable. Letsexamine what each of the others implies.THE
JAVA LANGUAGESimple:Java was designed to be easy for the professional programmer to
learn and useeffectively. Assuming that you have some programming experience, you
will not findJava hard to master. If you already understand the basic concepts of
object-orientedprogramming, learning Java will be even easier. Best of all, if you
are an experiencedC++ programmer, moving to Java will require very little effort.
Because Java inheritsthe C/C++ syntax and many of the object-oriented features of
C++, most programmers have little trouble learning Java. Also, some of the more
confusing concepts from C++ are either left out of Java or implemented in a
cleaner, more approachable manner.Object-Oriented:Although influenced by its
predecessors, Java was not designed to be source-codecompatible with any other
language. This allowed the Java team the freedom to design with a blank slate. One
outcome of this was a clean, usable, pragmatic approach to objects. Borrowing
liberally from many seminal object-software environments of the last few decades,
Java manages to strike a balance between the purists everything is an object
paradigm and the pragmatists stay out of my way model. The object model in Java
is simple and easy to extend, while simple types, such as integers, are kept as
high-performance non-objectsRobust:The multiplatformed environment of the Web
places extraordinary demands on aprogram, because the program must execute reliably
in a variety of systems. Thus, theability to create robust programs was given a
high priority in the design of Java. Togain reliability, Java restricts you in a
few key areas, to force you to find your mistakes early in program development. At
the same time, Java frees you from having to worry about many of the most common
causes of programming errors. Because Java is a strictly typed language, it checks
your code at compile time. However, it also checks your code at run time. In fact,
many hard-to-track-down bugs that often turn up in hard-to-reproduce run-time
situations are simply impossible to create in Java.Knowing that what you have
written will behave in a predictable way under diverseconditions is a key feature
of Java.To better understand how Java is robust, consider two of the main reasons
forProgram failure: memory management mistakes and mishandled exceptionalConditions
(that is, run-time errors). Memory management can be a difficult, tedioustask in
traditional programming environments. For example, in C/C++, theProgrammer must
manually allocate and free all dynamic memory. This sometimesleads to problems,
because programmers will either forget to free memory that hasbeen previously
allocated or, worse, try to free some memory that another part oftheir code is
still using. Java virtually eliminates these problems by managing memory allocation
and de-allocation for you. (In fact, deallocation is completely automatic, because
Java provides garbage collection for unused objects.) Exceptional conditions in
traditional environments often arise in situations such as division by zero or
file not found, and they must be managed with clumsy and hard-to-read constructs.
Java helps in this area by providing object-oriented exception handling. In a well-
written Java program, all run-time errors canand shouldbe managed by your
program.Multithreaded:Java was designed to meet the real-world requirement of
creating interactive,networked programs. To accomplish this, Java supports
multithreaded programming,which allows you to write programs that do many things
simultaneously. The Javarun-time system comes with an elegant yet sophisticated
solution for multiprocesssynchronization that enables you to construct smoothly
running interactive systems.Javas easy-to-use approach to multithreading allows
you to think about the specificbehavior of your program, not the multitasking
subsystem.Architecture-Neutral:A central issue for the Java designers was that of
code longevity and portability. Oneof the main problems facing programmers is that
no guarantee exists that if you writea program today, it will run tomorroweven on
the same machine. Operating systemupgrades, processor upgrades, and changes in core
system resources can all combineto make a program malfunction. The Java designers
made several hard decisions in the Java language and the Java Virtual Machine in an
attempt to alter this situation. Their goal was write once; run anywhere, any
time, forever. To a great extent, this goal was accomplished.Interpreted and High
Performance:As described earlier, Java enables the creation of cross-platform
programs by compiling into an intermediate representation called Java bytecode.
This code can be interpreted on any system that provides a Java Virtual Machine.
Most previous attempts at cross platform solutions have done so at the expense of
performance. Other interpreted systems, such as BASIC, Tcl, and PERL, suffer from
almost insurmountable performance deficits. Java, however, was designed to perform
well on very low-power CPUs. As explained earlier, while it is true that Java was
engineered for interpretation, the Java bytecode was carefully designed so that it
would be easy to translate directly into native machine code for very high
performance by using a just-in-time compiler. Java run-time systems that provide
this feature lose none of the benefits of the platform-independent code. High-
performance cross-platform is no longer an oxymoron.Distributed:Java is designed
for the distributed environment of the Internet, because it handlesTCP/IP
protocols. In fact, accessing a resource using a URL is not much differentfrom
accessing a file. The original version of Java (Oak) included features for inter
address-space messaging. This allowed objects on two different computers to execute
procedures remotely. Java revived these interfaces in a package called Remote
MethodInvocation (RMI). This feature brings an unparalleled level of abstraction to
client/server programming.Dynamic:Java programs carry with them substantial amounts
of run-time type information that is used to verify and resolve accesses to objects
at run time. This makes it possible todynamically link code in a safe and expedient
manner. This is crucial to the robustness of the applet environment, in which small
fragments of bytecode may be dynamically updated on a running system.##(Q-3)
Explain type of Program in Java.\Answer:These application types appear quite
differently to the user. Picking the correct application type is an important part
of the Java development process. There are three types of Java application:Java
Console Applications Java GUI Applications Java AppletsJava Console Application:A
Java Console application can only display textual data. Console applications
resemble DOS based applications in that all interaction with the program is through
keyboard and text output. The mouse, and any use of multiple windows is not
supported.Console applications are good for applications that have limited
interaction with the user. If a program must run in the background, away from the
user, a console application is an ideal choice. Console applications are also great
for setting up quick tests to see how Java works. Background applications are
almost always written as console applications. A background application is a
program that runs, often for a long period of time, without user interaction.
Examples of background applications include:Anti-virus programs that scan while the
user is using the computer Business Data processing/loading applications that
process large volumes of data Figure 1.1 shows a Java Console application.
Fig1.1:###When to use a Console ApplicationLimited user interaction Applications
that run in the background Quick test applications to try out techniques in Java
Limitations of a Console ApplicationNo mouse support No graphical/window support No
additional windows For some applications, you will need to interact with the user
through Windows. In these cases, you should choose a GUI application over a console
application.Java GUI Application:Most applications used with windows
are regular Graphical User Interface, or GUI applications. Java allows you to
create a GUI application that takes advantage of a rich set of window and control
types. If you are going to create an application that the user works directly with,
you will most likely want to create a GUI application.You will be shown how to do
this using Java Swing. Swing is Javas latest release of their windowing system for
the Java language. Figure 1.2 shows a Java GUI Application.Figure1.2: ###When to
use a GUI ApplicationWorking directly with the user Applications that must display
graphical information Limitations of a GUI ApplicationMore complex to setup than
console application Less convenient to run in the background Java Applet:Java
Applets allow you to imbed a program directly into a browser. The user simply has
to visit your website to view the applet. Applets can be used to display graphics,
animation and produce sound/music. Applets can be very useful for displaying
advertisements on web sites or providing a greater deal of interactivity than an
HTML page alone can provide.Although applets can be used for a variety of
multimedia purposes, they are rarely used for this purpose. Macromedia Flash is the
more common choice for animation/multimedia web applications. Additionally,
Microsoft Internet Explorer, currently the most popular browser, does not include
support for the latest version of Java applets, by default. Due to these factors,
the use of applets has become somewhat restricted in the last few years.Because an
applet runs in the web browser, an applet cannot make changes to the users local
computer. This means that it is difficult for an applet to save any information
entered by the user. The applet does not have the option of saving files on the
users computer. The only thing that an applet can do with entered data is to
submit it back to the website.This book will not cover Java Applets. Figure 1.3
shows a Java applet.Figure1.3: ###When to use a Java AppletWhen your application
should run directly with a website When your application enhances the use of a
website Applications that display animation that should be quickly accessed form a
website Limitations of a Java AppletApplets cannot save data to the users disk
Applets cannot make use of the latest Java technology on Internet Explorer. (Q-4)
Explain JRE, JDK, JVM, JAVA compiler and java interpreterAnswer:* JRE: (java run-
time environment) The output of a java compiler is not executable code, Rather it
is a byte code. Byte code is a highly optimized set of instruction designed to be
executed by the java run-time system. Translating a java program into byte code
makes it much easier to run a program in a wide variety of environment because only
the JVM need to be implemented for each platform. Once the run-time package exists
for a given system, any java program can run on it.*JDK :( java development kit)
The standard java development kit which is available from sun microsystem. If
we are using a different java development environment, then we may need to follow a
different procedure for compiling and executing java programs. *JVM :( java
virtual machine) The output of java compiler is not executable code, rather if is
byte code. Byte code is a highly optimized set of instruction designed to be
executed by the java run-time system which is called the java virtual machine .In
short the original JVM was designed as an interpreter for byte code. Translating
a java program into byte code makes it much easier to run a program in a wide
variety of environment s because only the JVM needs to be implemented for each
platform. Once the run-time package exists for a given system any java program can
run on it.*JAVA Compiler: In java, a source file is officially called a
compilation unit. It is a text file that contains one or more class definition. The
java compiler requires that a source file use the java filename extension. In
java all code must reside inside a class by convention the name of that class
should match the name of the file that holds the program. To compile any program
execute the compiler java c specifying the name of the source file on the command
line as shownC:\>javac example.java The java c compiler creates a file called
example. Class that contains the byte code version of the program*JAVA Interpreter
It is a one of the tool of java development kit. To actually run the program
we use java application launcher or java interpreter called java. To do so pass the
class name as command line argument as shownC:\>java exampleJava interpreter will
automatically search for a file by that name that has the class extension. If it
finds the file it will execute the code contained in the specified class.(Q-5) What
is path variable? Answer:The path variable is the system variable that your
operation system uses to locate executable from the command line or terminal
window.(CLASSPATH variable tells the JDK programs where to find java classes. You
must set the CLASSPATH to identify the location of your classes).Advantages of
path variable:-program can run anywhere in the system-we can set path variable for
every drives-no need to set path for every program file in commandHow to set path
variable? To set path variable:Right click on my computer properties advanced
environment variable new(Q-6) What rules for giving file name in java sour-Code?
Answer: The rules of file name in java sour-code isA Java source code file takes
the name of a public class or interface that is defined within the file. A
sourcecode file may contain at most one public class or interface. If a public
class or interface is defined within asource code file, then the source code file
must take the name of the public class or I nterface. If no public class or
interface is defined within a source code file, then the file must take on a name
that is different than its classes and interfaces. Source code files use the .java
extension.(Q-7) List out Different Primitive Datatype.Answer:Java defines eight
simple (or elemental) types of data: byte, short, int, long, char, float,double,
and boolean. These can be put in four groups:
###################################################################################
###################################################################################
#########% #I#n#t#e#g#e#r#s# #T#h#i#s# #g#r#o#u#p# #i#n#c#l#u#d#e#s# #b#y#t#e#,#
#s#h#o#r#t#,# #i#n#t#,# #a#n#d# #l#o#n#g#,# #w#h#i#c#h# #a#r#e# #f#o#r# #w#h#o#l#e#
#v#a#l#u#e#d# #s#i#g#n#e#d# #n#u#m#b#e#r#s#.###% #F#l#o#a#t#i#n#g#-#p#o#i#n#t#
#n#u#m#b#e#r#s# #T#h#i#s# #g#r#o#u#p# #i#n#c#l#u#d#e#s# #f#l#o#a#t# #a#n#d#
#d#o#u#b#l#e#,# #w#h#i#c#h# #r#e#p#r#e#s#e#n#t# #n#u#m#b#e#r#s# #w#i#t#h#
#f#r#a#c#t#i#o#n#a#l# #p#r#e#c#i#s#i#o#n#.###% #C#h#a#r#a#c#t#e#r#s# #T#h#i#s#
#g#r#o#u#p# #i#n#c#l#u#d#e#s# #c#h#a#r#,# #w#h#i#c#h# #r#e#p#r#e#s#e#n#t#s#
#s#y#m#b#o#l#s# #i#n# #a# #c#h#a#r#a#c#t#e#r# #s#e#t#,# #l#i#k#e# #l#e#t#t#e#r#s#
#a#n#d# #n#u#m#b#e#r#s#.###% #B#o#o#l#e#a#n# #T#h#i#s# #g#r#o#u#p#
#i#n#c#l#u#d#e#s# #b#o#o#l#e#a#n#,# #w#h#i#c#h# #i#s# #a# #s#p#e#c#i#a#l# #t#y#p#e#
#f#o#r# #r#e#p#r#e#s#e#n#t#i#n#g# #t#r#u#e#/#f#a#l#s#e# #v#a#l#u#e#s#.###*#
#p#r#i#m#i#t#i#v#e# #t#y#p#e# #i#s# #p#r#e#d#e#f#i#n#e#d# #b#y# #t#h#e#
#l#a#n#g#u#a#g#e# #a#n#d# #i#s# #n#a#m#e#d# #b#y# #a# #r#e#s#e#r#v#e#d#
#k#e#y#w#o#r#d#.# #Primitive values do not share state with other primitive values.
The eight primitive data types supported by the Java programming language are:byte:
The byte data type is an 8-bit signed two's complement integer. It has a minimum
value of -128 and a maximum value of 127 (inclusive). The byte data type can be
useful for saving memory in large arrays, where the memory savings actually
matters. They can also be used in place of int where their limits help to clarify
your code; the fact that a variable's range is limited can serve as a form of
documentation. short: The short data type is a 16-bit signed two's complement
integer. It has a minimum value of -32,768 and a maximum value of 32,767
(inclusive). As with byte, the same guidelines apply: you can use a short to save
memory in large arrays, in situations where the memory savings actually matters.
int: The int data type is a 32-bit signed two's complement integer. It has a
minimum value of -2,147,483,648 and a maximum value of 2,147,483,647 (inclusive).
For integral values, this data type is generally the default choice unless there is
a reason (like the above) to choose something else. This data type will most likely
be large enough for the numbers your program will use, but if you need a wider
range of values, use long instead. long: The long data type is a 64-bit signed
two's complement integer. It has a minimum value of -9,223,372,036,854,775,808 and
a maximum value of 9,223,372,036,854,775,807 (inclusive). Use this data type when
you need a range of values wider than those provided by int. float: The float data
type is a single-precision 32-bit IEEE 754 floating point. Its range of values is
beyond the scope of this discussion, but is specified in section 4.2.3 of the Java
Language Specification. As with the recommendations for byte and short, use a float
(instead of double) if you need to save memory in large arrays of floating point
numbers. This data type should never be used for precise values, such as currency.
For that, you will need to use the java.math.BigDecimal class instead. Numbers and
Strings covers BigDecimal and other useful classes provided by the Java platform.
double: The double data type is a double-precision 64-bit IEEE 754 floating point.
Its range of values is beyond the scope of this discussion, but is specified in
section 4.2.3 of the Java Language Specification. For
decimal values, this data type is generally the default choice. As mentioned
above, this data type should never be used for precise values, such as currency.
boolean: The boolean data type has only two possible values: true and false. Use
this data type for simple flags that track true/false conditions. This data type
represents one bit of information, but its "size" isn't something that's precisely
defined. char: The char data type is a single 16-bit Unicode character. It has a
minimum value of '\u0000' (or 0) and a maximum value of '\uffff' (or 65,535
inclusive).The following chart summarizes the default values for the above data
types. Java Primitive Data Types ##Type#Values#Default#Size#Range##byte#signed
integers#0#8 bits#-128 to 127##short#signed integers#0#16 bits#-32768 to
32767##int#signed integers#0#32 bits#-2147483648 to 2147483647##long#signed
integers#0#64 bits#-9223372036854775808 to 9223372036854775807##float#IEEE 754
floating point#0.0#32 bits#+/-1.4E-45 to +/-3.4028235E+38,#+/-infinity, +/-0,
NAN##double#IEEE 754 floating point#0.0#64 bits#+/-4.9E-324 to #+/-
1.7976931348623157E+308,#+/-infinity, +/-0, NaN ##char#Unicode character#\u0000#16
bits#\u0000 to \uFFFF##boolean#true, false#false#1 bit used in 32 bit integer#NA##
More comments about primitives:Java is a strongly typed language. An explicit type
must be assigned to every data value.Converting from one type to another requires
an explicit cast when going from a higher precision type to a lower precision
type :##float x = 3.1; ##int i = (int)x; boolean type only holds true or
false. In the # HYPERLINK
"http://www.particle.kth.se/~lindsey/JavaCourse/Book/Part1/Supplements/Chapter01/JV
M.html" #JVM#, the boolean values are represented as integers with 0 for false and
1 for true. (The JVM specification does not specify how boolean # HYPERLINK
"http://www.particle.kth.se/~lindsey/JavaCourse/Book/Part1/Java/Chapter03/arrays.ht
ml" #arrays# are stored. So it will vary according to the particular JVM
implementation; for example, as bit arrays, byte arrays, etc.) ##A boolean type
cannot be cast to or from other types. In C/C++ it is common to convert back and
forth between Booleans and integers. To obtain the same effect in Java, one can use
this approach: ##b = (i != 0); /* integer to boolean# In
C & C++# non-zero int => true#zero
int => false#*/#i = (b)? 1 : 0;// boolean to integerchar
is not a single byte as in C/C++ but uses two bytes. It can also act as an unsigned
integer. Casting to byte or short can result in an unexpected negative value.The
representations are the same on all machines to insure the portability of the code.
However, during calculations involving floating point values, intermediate values
can exceed the standard exponent ranges in the table if allowed by the particular
processor. The strictfp modifier requires that the values remain within the given
ranges throughout the calculation to insure same results on all platforms.Floating
point operations that result in overflow or underflow, or zero-divided-by-zero do
not give an error message. Instead they result in special floating point values:
+/-infinity, +/-0, NaN.(Q-8) What is variable? ExplainAnswer: The variable is the
basic unit of storage in a Java program. A variable is defined by the combination
of an identifier, a type, and an optional initializer. In addition, all variables
have a scope, which defines their visibility, and a lifetime. These elements are
examined next.Declaring a VariableIn Java, all variables must be declared before
they can be used. The basic form ofa variable declaration is shown here:type
identifier [ = value][, identifier [= value] ...] ;The type is one of Javas atomic
types, or the name of a class or interface. (Class and interface types are
discussed later in Part I of this book.) The identifier is the name of the
variable. You can initialize the variable by specifying an equal sign and a value.
Keep in mind that the initialization expression must result in a value of the same
(or compatible)type as that specified for the variable. To declare more than one
variable of the specified type, use a comma-separated list.Here are several
examples of variable declarations of various types. Note that some include an
initialization.int a, b, c; // declares three ints, a, b, and c.int d = 3, e, f =
5; // declares three more ints, initializing// d and f.byte z = 22; // initializes
z.double pi = 3.14159; // declares an approximation of pi.char x = 'x'; // the
variable x has the value 'x'.The identifiers that you choose have nothing intrinsic
in their names that indicatestheir type. Many readers will remember when FORTRAN
predefined all identifiersfrom I through N to be of type INTEGER while all other
identifiers were REAL. Java allows any properly formed identifier to have any
declared type.Two types of variable in java.-primitive variable-Reference variable.
1) Primitive variableVariable with primitive datatypes such as int or long stores
data in the actual memory location of where the variable is.2) Reference variable
Variale that stores the address in the memory location point to another memory
location where the actual data is..When you declare a variable of a certain
class.you are actually declaring a reference variable to the object with that
certain class.Suppose we have two variable with datatype int and string Int num=10;
//primitive typeString name=Hello; // reference typeThe picture shown below is
the actual memory of your computer where in you have the address of the memory
cells.the variable name and the data they hold.#The Scope and Lifetime of Variables
So far, all of the variables used have been declared at the start of the main( )
method. a block is begun with an opening curly brace and ended by a closing curly
brace. A block defines a scope. Thus, each time you start a new block, you are
creating a new scope. As you probably know from your previous programming
experience, a scope determines what objects are visible to other parts of your
program. It also determines the lifetime of those objects.Most other computer
languages define two general categories of scopes: global and local. However, these
traditional scopes do not fit well with Javas strict, object oriented model. While
it is possible to create what amounts to being a global scope, it is by far the
exception, not the rule. In Java, the two major scopes are those defined by a class
and those defined by a method. Even this distinction is somewhat artificial.
However, since the class scope has several unique properties and attributes that do
no apply to the scope defined by a method, this distinction makes some sense.
Because of the differences, a discussion of class scope (and variables declared
within it) is deferred until when classes are described. For now, we will only
examine the scopes defined by or within a method.The scope defined by a method
begins with its opening curly brace. However, if that method has parameters, they
too are included within the methods scope. Although this book will look more
closely at parameters in Chapter 5, for the sake of this discussion, they work the
same as any other method variable.As a general rule, variables declared inside a
scope are not visible (that is, accessible) to code that is defined outside that
scope. Thus, when you declare a variable within a scope, you are localizing that
variable and protecting it from unauthorized access and/or modification. Indeed,
the scope rules provide the foundation for encapsulation.Scopes can be nested. For
example, each time you create a block of code, you are creating a new, nested
scope. When this occurs, the outer scope encloses the inner scope. This means that
objects declared in the outer scope will be visible to code within the inner scope.
However, the reverse is not true. Objects declared within the inner scope will not
be visible outside it.To understand the effect of nested scopes, consider the
following program:// Demonstrate block scope.class Scope { public static void
main(String args[]) { int x; // known to all code within mainx = 10;if(x == 10) { //
start new scopeint y = 20; // known only to this block// x and y both known here.
System.out.println("x and y: " + x + " " + y);x = y * 2;} // y = 100; // Error! y
not known here// x is still known here.System.out.println("x is " + x);} } As the
comments indicate, the variable x is declared at the start of main( )s scope andis
accessible to all subsequent code within main( ). Within the if block, y is
declared.Since a block defines a scope, y is only visible to other code within its
block. This is why outside of its block, the line y = 100; is commented out. If you
remove the leading comment symbol, a compile-time error will occur, because y is
not visible outside of its block. Within the if block, x can be used because code
within a block (that is, a nested scope) has access to variables declared by an
enclosing scope.Within a block, variables can be declared at any point, but are
valid only after they are declared. Thus, if you define a variable at the start of
a method, it is available to all of the code within that method. Conversely, if you
declare a variable at the end of a block, it is effectively useless, because no
code will have access to it. For example, this fragment is invalid because count
cannot be used prior to its declaration:// This fragment is wrong!count = 100; //
oops! cannot use count before it is declared!int count;Here is another important
point to remember: variables are created when their scope is entered, and destroyed
when their scope is left. This means that a variable will not hold its value once
it has gone out of scope.
Therefore, variables declared within a method will not hold their values between
calls to that method. Also, a variable declared within a block will lose its value
when the block is left. Thus, the lifetime of a variable is confined to its scope.
If a variable declaration includes an initializer, then that variable will be
reinitialized each time the block in which it is declared is entered. For example,
consider the next program.// Demonstrate lifetime of a variable.class LifeTime {
public static void main(String args[]) { int x;for(x = 0; x < 3; x++) { int y =
-1; // y is initialized each time block is enteredSystem.out.println("y is: " + y);
// this always prints -1y = 100;System.out.println("y is now: " + y);} } } The output
generated by this program is shown here:y is: -1y is now: 100y is: -1y is now: 100y
is: -1y is now: 100As you can see, y is always reinitialized to 1 each time the
inner for loop is entered. Even though it is subsequently assigned the value 100,
this value is lost.(Q-9) Explain What is Array with Example? Also Write a Program
that display value of Array.Answer:An array is a container object that holds a
fixed number of values of a single type. The length of an array is established when
the array is created. After creation, its length is fixed. You've seen an example
of arrays already, in the main method of the "Hello World!" application. This
section discusses arrays in greater detail. #An array of ten elementsEach item in
an array is called an element, and each element is accessed by its numerical index.
As shown in the above illustration, numbering begins with 0. The 9th element, for
example, would therefore be accessed at index 8. The following program, # HYPERLINK
"http://java.sun.com/docs/books/tutorial/java/nutsandbolts/examples/ArrayDemo.java"
\t "_blank" #ArrayDemo#, creates an array of integers, puts some values in it, and
prints each value to standard output. class ArrayDemo { public static void
main(String[] args) { int[] anArray; // declares an array of
integers anArray = new int[10]; // allocates memory for 10 integers
anArray[0] = 100; // initialize first element anArray[1] =
200; // initialize second element anArray[2] = 300; // etc.
anArray[3] = 400; anArray[4] = 500; anArray[5] = 600;
anArray[6] = 700; anArray[7] = 800; anArray[8] = 900;
anArray[9] = 1000; System.out.println("Element at index 0: " +
anArray[0]); System.out.println("Element at index 1: " + anArray[1]);
System.out.println("Element at index 2: " + anArray[2]);
System.out.println("Element at index 3: " + anArray[3]);
System.out.println("Element at index 4: " + anArray[4]);
System.out.println("Element at index 5: " + anArray[5]);
System.out.println("Element at index 6: " + anArray[6]);
System.out.println("Element at index 7: " + anArray[7]);
System.out.println("Element at index 8: " + anArray[8]);
System.out.println("Element at index 9: " + anArray[9]); } } The output from
this program is: Element at index 0: 100Element at index 1: 200Element at index 2:
300Element at index 3: 400Element at index 4: 500Element at index 5: 600Element at
index 6: 700Element at index 7: 800Element at index 8: 900Element at index 9: 1000
In a real-world programming situation, you'd probably use one of the supported
looping constructs to iterate through each element of the array, rather than write
each line individually as shown above. However, this example clearly illustrates
the array syntax. Declaring a Variable to Refer to an ArrayThe above program
declares anArray with the following line of code: int[] anArray; //
declares an array of integersLike declarations for variables of other types, an
array declaration has two components: the array's type and the array's name. An
array's type is written as type[], where type is the data type of the contained
elements; the square brackets are special symbols indicating that this variable
holds an array. The size of the array is not part of its type (which is why the
brackets are empty). An array's name can be anything you want, provided that it
follows the rules and conventions as previously discussed in the # HYPERLINK
"http://java.sun.com/docs/books/tutorial/java/nutsandbolts/variables.html" \l
"naming" \t "_top" #naming# section. As with variables of other types, the
declaration does not actually create an array it simply tells the compiler that
this variable will hold an array of the specified type. Similarly, you can declare
arrays of other types: byte[] anArrayOfBytes;short[] anArrayOfShorts;long[]
anArrayOfLongs;float[] anArrayOfFloats;double[] anArrayOfDoubles;boolean[]
anArrayOfBooleans;char[] anArrayOfChars;String[] anArrayOfStrings;You can also
place the square brackets after the array's name: float anArrayOfFloats[]; // this
form is discouragedHowever, convention discourages this form; the brackets identify
the array type and should appear with the type designation. Creating, Initializing,
and Accessing an ArrayOne way to create an array is with the new operator. The next
statement in the ArrayDemo program allocates an array with enough memory for ten
integer elements and assigns the array to the anArray variable. anArray = new
int[10]; // create an array of integersIf this statement were missing, the
compiler would print an error like the following, and compilation would fail:
ArrayDemo.java:4: Variable anArray may not have been initialized.The next few lines
assign values to each element of the array: anArray[0] = 100; // initialize first
elementanArray[1] = 200; // initialize second elementanArray[2] = 300; // etc.Each
array element is accessed by its numerical index: System.out.println("Element 1 at
index 0: " + anArray[0]);System.out.println("Element 2 at index 1: " + anArray[1]);
System.out.println("Element 3 at index 2: " + anArray[2]);Alternatively, you can
use the shortcut syntax to create and initialize an array: int[] anArray = { 100,
200, 300, 400, 500, 600, 700, 800, 900, 1000} ;Here the length of the array is
determined by the number of values provided between { and } . You can also declare
an array of arrays (also known as a multidimensional array) by using two or more
sets of square brackets, such as String[][] names. Each element, therefore, must be
accessed by a corresponding number of index values. In the Java programming
language, a multidimensional array is simply an array whose components are
themselves arrays. This is unlike arrays in C or Fortran. A consequence of this is
that the rows are allowed to vary in length, as shown in the following # HYPERLINK
"http://java.sun.com/docs/books/tutorial/java/nutsandbolts/examples/MultiDimArrayDe
mo.java" \t "_top" #MultiDimArrayDemo# program: class MultiDimArrayDemo { public
static void main(String[] args) { String[][] names = { { "Mr. ", "Mrs. ", "Ms.
"} , { "Smith", "Jones"} } ;
System.out.println(names[0][0] + names[1][0]); //Mr. Smith
System.out.println(names[0][2] + names[1][1]); //Ms. Jones } } The output from
this program is: Mr. Smith Ms. JonesFinally, you can use the built-in length
property to determine the size of any array. The code
System.out.println(anArray.length);will print the array's size to standard output.
Copying ArraysThe System class has an arraycopy method that you can use to
efficiently copy data from one array into another: public static void
arraycopy(Object src, int srcPos,
Object dest, int destPos,
int length)The two Object arguments specify the array to copy from and the array to
copy to. The three int arguments specify the starting position in the source array,
the starting position in the destination array, and the number of array elements to
copy. The following program, # HYPERLINK
"http://java.sun.com/docs/books/tutorial/java/nutsandbolts/examples/ArrayCopyDemo.j
ava" \t "_blank" #ArrayCopyDemo#, declares an array of char elements, spelling the
word "decaffeinated". It uses arraycopy to copy a subsequence of array components
into a second array: class ArrayCopyDemo { public static void main(String[]
args) { char[] copyFrom = { 'd', 'e', 'c', 'a', 'f', 'f', 'e',
'i', 'n', 'a', 't', 'e', 'd' } ; char[] copyTo = new char[7];
System.arraycopy(copyFrom, 2, copyTo, 0, 7); System.out.println(new
String(copyTo)); } } The output from this program is: Caffeine(Q.10) Differentiat
Primitive Data type and Reference Data type.##Answer:#Primitive data type
Reference data typeThere are eight different types of primitive
There are two different types of data type.
reference data type. int, short, byte, long, float, char, and array,
and object are reference data- boolean are primitive data type
typevariables with primitive data types such In this data type variables
that stores as int or long. - stores data in the actual the address in the
memory location - memory location of where the variable is points to
another memory location store. where the
actual data is store Example: Example:
###Address(1040)#####xyz###### int a=10;
String s=xyz; char c=x;
10####::##x####### a 1000
s c 1020# #(Q-11) What is
Implicit and Explicit casting? Explain with ExampleAnswer: In java
object typecasting one object reference
can be type cast into another object reference. The cast can be to its own class
type or to one of its subclass or superclass types or interfaces. There are time
rules and runtime rules for casting in java.In computer science, type conversion or
typecasting refers to changing an entity of one data type into another. This is
done to take advantage of certain features of type hierarchies. For instance,
values from a more limited set, such as integers, can be stored in a more compact
format and later converted to a different format enabling operations not previously
possible, such as division with several decimal places' worth of accuracy. In
object-oriented programming languages, type conversion allows programs to treat
objects of one type as one of their ancestor types to simplify interacting with
them.There are two types of conversion: implicit and explicit. The term for
implicit type conversion is coercion. The most common form of explicit type
conversion is known as casting. Explicit type conversion can also be achieved with
separately defined conversion routines such as an overloaded object constructor.
Each programming language has its own rules on how types can be converted. In
general, both objects and fundamental data types can be converted.Implicit type
conversion:-Implicit type conversion, also known as coercion, is an automatic type
conversion by the compiler. Some languages allow, or even require, compilers to
provide coercion.In a mixed-type expression, data of one or more subtypes can be
converted to a # HYPERLINK "http://en.wikipedia.org/wiki/Supertype" \o "Supertype"
#super type# as needed at runtime so that the program will run correctly. For
example, the following is legal C language code:double d;long l;int i; if
(d > i) d = i;if (i > l) l = i;if (d == l) d *= 2;Although d, l and i
belong to different data types, they will be automatically converted to equal data
types each time a comparison or assignment is executed. This behavior should be
used with caution, as unintended consequences can arise. Data can be lost when
floating-point representations are converted to integral representations as the
fractional components of the floating-point values will be truncated (rounded
down). Conversely, converting from an integral representation to a floating-point
one can also lose precision, since the floating-point type may be unable to
represent the integer exactly (for example, float might be an IEEE 754 single
precision type, which cannot represent the integer 16777217 exactly, while a 32-bit
integer type can). This can lead to situations such as storing the same integer
value into two variables of type integer and type real which return false if
compared for equality.Explicit type conversionExplicit type conversion is a type
conversion which is explicitly defined within a program (instead of being done by a
compiler for implicit type conversion).Using Castingdouble da = 5.5;double db =
5.5;int result = static_cast<int>(da) + static_cast<int>(db);//Result would be
equal to 10 instead of 11.There are several kinds of explicit conversion.Checked
Before the conversion is performed, a runtime check is done to see if the
destination type can hold the source value. If not, an error condition is raised.
UncheckedNo check is performed. If the destination type cannot hold the source
value, the result is undefined.Bit patternThe raw bit representation of the source
is copied verbatim, and it is re-interpreted according to the destination type.
This can also be achieved via aliasing.In object-oriented programming languages,
objects can also be down casted: a reference of a base class is casted to one of
its derived classes.Using Overloaded object constructorclass Myclass { public:
double myD; Myclass(double d) { myD = d; } } ; int main(int argc, char *argv[]){
Myclass obj = 5.2; // here is the type conversion return 0;} (Q-12) Explain
Break and labeled Break Statement.Ans. Break Statement :-In java there are three
use of Break Statement as followingIt terminates a statement sequence in a switch
statement.It can be used to exit a loop.It can be used as a civilized form of
goto. First use in switch statement: In switch statement you should create
a one menu-choice with different choices. These different choices can be terminated
by the break statement.For example:-class demo1{ public static void main(String
args[]) { int a=10,b=5; int ch;
System.out.println("1.Add \n2.Sub \n3.Mul \n4.Div \n5.Mod \n6.Exit");
int d = Integer.parseInt(args[0]); ch=d;
System.out.println("Enter your choice:"+ch); switch(d)
{ case 1: System.out.println("Add:"+(a+b));
break; case 2: System.out.println("Sub:"+(a-
b)); break; case 3:
System.out.println("Mul:"+(a*b)); break; case
4: System.out.println("Div:"+(a/b));
break; case 5: System.out.println("Mod:"+(a
%b)); break; default :
System.out.println("Invalid option"); }
} } Output:Java demo1 21.Add2.Sub3.Mul4.Div5.ModEnter your choice:2Sub:5In
given example we can see that if you enter choice 2 then we can get the out
Subtraction of given numbers is 5.Here enter in switch case 2: and after
completion of case you can terminate the switch using break statement.Second use to
terminatation of loop.By using break statement you can force immediate termination
of any looping structure.When a break statement is encountered inside a loop, the
loop is terminated and program control resumes at the next statement following
the loop.For example:- class demo2 { public static void
main(String args[]) { int i;
for(i=0;i<=25;i++) { if(i==10) break;
} System.out.println(Hi! Hello this is 10th statement);
} Here after execution of the program execute for loop from 0,when i became
10 then the loop can be terminated and print the message Hi! Hello this is 10th
statement.Loop is repeated to 25 times but here i became 10 then loop can execute
break statement and terminate the loop and execute next phase or statement of the
main class.The break statement should be used to cancel a loop only when some sort
of special situation occurs.Terminates the enclosing switch statement, and flow of
control transfers to the statement immediately following the switch. This can also
be used to terminate a for, while, or do-while loop. Labeled Break Statement:-The
general form of the labeled break statement is shown below:break label;Here, label
is the name of a label that identifies a block of code. When this form of break
executes, control is transferred out of the named block of code. The labeled block
of code must enclose the break statement, but it does not need to be the
immediately enclosing block. This means that you can use a labeled break statement
to exit from a set of nested blocks. But you cannot use break to transfer control
to a block of code thatdoes not enclose the break statement.For example:-class
Break { public static void main(String args[]) { int i,j;
for(i=0;i<=5;i++) { System.out.println(I:+i);
for(j=0;j<=50;j++) { if(j==15) {
break outer; // exit from both loops }
System.out.print( +j); } }
System.out.println(This is end of the program); } } Out put: I: 0 1 2 3 4 5 6 7
8 9 10 11 12 13 14 15 This is end of the programIn above example program start from
main. In main class there two for loops are as i and j, firstly execute the first i
loop then print the message I: and execute j loop, in j loop j increament by one.
When j becomes 15 then execute if part and labeled break statement break outer can
be execute. After labeled break execute control exit from both the loops and print
the message This is end of the program.So, this is the small description about
the break and labeled break statement. (Q-13) Explain Continue and Labeled
Continue Statement.Answer:Continue Statement:- It is useful to force an
early iteration of a loop. That is, you might want to continue running the loop,
but stop processing the remainder of the code in its body for this particular
iteration. This is, in effect, a goto just past the body of the loop, to the loops
end. The continue statement performs such an action. In while and do-while loops, a
continue statement causes control to be transferred directly to the conditional
expression that controls the loop. In a for loop, control goes first to the
iteration portion of the for statement and then to the conditional expression. For
all three loops, any intermediate code is bypassed. Good uses of continue
are rare. One reason is that Java provides a rich set of loop statements which fit
most applications. However, for those special circumstances in which early
iteration is needed, the continue statement provides a structured way to accomplish
it.For Example:- class Continue { public static void main(String args[])
{ for(int i=0; i<10; i++) { System.out.print(i + "
"); if (i%2 == 0) continue;
System.out.println(""); } } } This code uses the % operator
to check if i is even. If it is, the loop continues without printing a new line.
Here is the output from this program:0 12 34 56 78 9Labeled continue Statement :-
It skips the current iteration of an outer loop marked with the given label. For
Example:- Public class labeledcontinue { Public static void
main(String args[]) { for( int i=0; i<5; i++ )
{ for( int j=0; j<5; j++ ) {
System.out.println("Inside for(j) loop"); //message1 if( j ==
2 ) continue outerLoop; }
System.out.println("Inside for(i) loop"); //message2 } } } In this
example, message 2 never gets printed since we have the statementcontinue outer
loop which skips the iteration. (Q-14) what is the difference between break and
continue statement? Answer:A continue statement stops the iteration of a loop
(while, do or for) and causes execution to resume at the top of the nearest
enclosing loop. You use a continue statement when you do not want to execute the
remaining statements in the loop, but you do not want to exit the loop itself.eg.
Public class ContinueExample { Public static void main (String [] args) {
System.out.println("Odd Numbers"); for (int i = 1; i <= 10; ++i) { if (i % 2 ==
0) continue; // Rest of loop body skipped when i is even System.out.println (i +
"\t");} } } The break statement transfers control out of the enclosing loop ( for,
while, do or switch statement). You use a break statement when you want to jump
immediately to the statement following the enclosing control structure. Eg.public
class BreakExample{ public static void main (String [] args) {
System.out.println("Numbers 1 - 10");for (int i = 1;; ++i) { if (i == 11)break;//
Rest of loop body skipped when i is elevenSystem.out.println(i + "\t");} } } -The
break keyword halts the execution of the current loop and forces control out of the
loop.-The continue is similar to break, except that instead of halting the
execution of the loop, it starts the next iteration.(Q-15) what is class and object
with example? Answer:By definition, a class is a description of an object.
Similarly, an object is defined to be an instance of a class. An object consists of
attributes and behaviors. An attribute is a feature of the object, something the
object has. A behavior is something the object does.Each attribute of an object
is denoted as a field in the class. Each behavior of an object becomes a method in
the class.A class in Java is declared using the class keyword. A source code file
in Java can contain exactly one public class, and the name of the file must match
the name of the public class with a .java extension.The fields and methods of a
class appear within the curly brackets of the class declaration. The following code
shows a simple class with no fields or methods declared yet.General form of class:
class classname { type instance-variable1;type instance-variable2;// ...type
instance-variableN;type methodname1(parameter-list) { // body of method} type
methodname2(parameter-list) { // body of method} // ...type methodnameN(parameter-
list) { // body of method} } The attributes of an object become fields in the
corresponding class. A field within a class consists of the following:-Access
specifier, which can be public, private, or protected; or the access specifier
can be omitted, giving the field the default access.-Data type.-Name, which is any
valid identifier that is followed by a semicolon.Example:class Person{ String
p_name;String p_address;int phone_no;} In Java, the new keyword is used to
instantiate an object. The new operator createsthe object in memory and returns a
reference to the newly created object. This object will remain in memory as long as
your program retains a reference to the object.The following statements declare an
Person reference and use the new keyword to assign the reference to a new Person
object.Ex:Person p1=new Person();(Q-16) How to create an object with example?
Answer:Creating ObjectsAfter you have a class that has variables and methods
stored, you can create objects from it. You can think of an object as an area of
memory that is allocated for an object's instance variables. To create the object
and automatically allocate memory for it, always use the operator new. This new
operator creates the object of the type specified and calls the constructor that is
appropriate for the parameters passed in the parameter list. A reference is then
made by Java to the new object. The form of an object creation is generally as
follows: classname reference-variable;#reference-variable = new classname
(parameter-list) The first line declares a variable that holds the reference to the
object (references are explained in the next section). The second line creates a
new object and assigns the variable to it. If parameters are passed, the
appropriate constructor is called. If no parameters are passed, the object's
default constructor is called. -As you know, a class provides the blueprint for
objects; you create an object from a class. Each of the following statements taken
from the # HYPERLINK
"http://java.sun.com/docs/books/tutorial/java/javaOO/examples/CreateObjectDemo.java
" \t "_blank" #CreateObjectDemo# program creates an object and assigns it to a
variable: Point originOne = new Point(23, 94);Rectangle rectOne = new
Rectangle(originOne, 100, 200);Rectangle rectTwo = new Rectangle(50, 100);The first
line creates an object of the # HYPERLINK
"http://java.sun.com/docs/books/tutorial/java/javaOO/examples/Point.java" \t
"_blank" #Point# class, and the second and third lines each create an object of the
# HYPERLINK
"http://java.sun.com/docs/books/tutorial/java/javaOO/examples/Rectangle.java" \t
"_blank" #Rectangle# class. Each of these statements has three parts (discussed in
detail below): 1) Declaration: The code set in bold are all variable declarations
that associate a variable name with an object type. 2)Instantiation: The new
keyword is a Java operator that creates the object. 3)Initialization: The new
operator is followed by a call to a constructor, which initializes the new object.
(Q-17) What is constructor? Type of constructor? Explain.Answer:-Constructor: - A
constructor initializes an object immediately upon creation. It has the same name
as the class in which it resides and is syntactically similar to a method. Once
defined, the constructor is automatically called immediately after the object is
created, before the new operator completes. Constructors look a little strange
because they have no return type, not even void. This is because the implicit
return type of a class constructor is the class type itself. It is the
constructors job to initialize the internal state of an object so that the code
creating an instance will have a fully initialized, usable object immediately.
Constructors are important in instantiating an object. It is a method where all the
initializations are placed. The following are the properties of a constructor:
Constructors have the same name as the class.A constructor is just like an ordinary
method, however only the following information can be placed in the header of the
constructor:-Scope or accessibility identifier (like public...), constructor's name
and parameters if it has any.Constructors do not have any return value.You cannot
call a constructor directly; it can only be called by using the new operator during
class instantiation.To declare a constructor, we write, <modifier> <className>
(<parameter>*) { <statement>* } There are two types of constructors:Default
constructor (No argument constructor)Parameterized constructorDefault constructor
(No argument constructor) :-The default constructor (no-argument constructor) is
the constructor without any parameters.If the class does not specify any
constructors, then an implicit default constructor is created. You can work on the
Box example so that the dimensions of a box are automatically initialized when an
object is constructed. Lets begin by defining a simple constructor that simply
sets the dimensions of each box to the same values. This version is shown here:/*
Here, Box uses a constructor to initialize theDimensions of a box.*/class Box {
double width;double height;double depth;// This is the constructor for Box.Box() {
System.out.println("Constructing Box");width = 10;height = 10;depth = 10;} //
compute and return volumedouble volume() { return width * height * depth;} } class
BoxDemo { public static void main(String args[]) { // declare, allocate, and
initialize Box objectsBox mybox1 = new Box();Box mybox2 = new Box();double vol;//
get volume of first boxvol = mybox1.volume();System.out.println("Volume is " +
vol);// get volume of second boxvol = mybox2.volume();System.out.println("Volume is
" + vol);} } When this program is run, it generates the following results:
Constructing BoxConstructing BoxVolume is 1000.0Volume is 1000.0As you can see,
both mybox1 and mybox2 were initialized by the Box( ) constructor when they were
created. Since the constructor gives all boxes the same dimensions, 10 by 10 by 10,
both mybox1 and mybox2 will have the same volume. The println( ) statement inside
Box( ) is for the sake of illustration only. Most constructors will not display
anything. They will simply initialize an object.Before moving on, lets reexamine
the new operator. As you know, when you allocate an object, you use the following
general form:class-var = new classname( );Now, you can
understand why the parentheses are needed after the class name. What is actually
happening is that the constructor for the class is being called. Thus, in the line
Box mybox1 = new Box();new Box( ) is calling the Box( ) constructor. When you do
not explicitly define a constructor for a class, then Java creates a default
constructor for the class. This is why the preceding line of code worked in earlier
versions of Box that did not define a constructor. The default constructor
automatically initializes all instance variables to zero. The default constructor
is often sufficient for simple classes, but it usually wont do for more
sophisticated ones. Once you define your own constructor, the default constructor
is no longer used.Parameterized constructor :-These are the constructors which
takes the argument when creating the object of that class.While the Box( )
constructor in the preceding example does initialize a Box object, it is not very
usefulall boxes have the same dimensions. What is needed is a way to construct Box
objects of various dimensions. The easy solution is to add parameters to the
constructor. As you can probably guess, this makes them much more useful. For
example, the following version of Box defines a parameterized constructor which
sets the dimensions of a box as specified by those parameters. Pay special
attention to how Box objects are created./* Here, Box uses a parameterized
constructor to initialize the dimensions of a box.*/class Box { double width;double
height;double depth;// This is the constructor for Box.Box(double w, double h,
double d) { width = w;height = h;depth = d;} // compute and return volumedouble
volume() { return width * height * depth;} } class BoxDemo { public static void
main(String args[]) { // declare, allocate, and initialize Box objectsBox mybox1 =
new Box(10, 20, 15);Box mybox2 = new Box(3, 6, 9);double vol;// get volume of first
boxvol = mybox1.volume();System.out.println("Volume is " + vol);// get volume of
second boxvol = mybox2.volume(); System.out.println("Volume is " + vol);} } The
output from this program is shown here:Volume is 3000.0Volume is 162.0As you can
see, each object is initialized as specified in the parameters to its constructor.
For example, in the following line,THE JAVA LANGUAGEBox mybox1 = new Box(10, 20,
15);the values 10, 20, and 15 are passed to the Box( ) constructor when new creates
the object. Thus, mybox1s copy of width, height, and depth will contain the values
10, 20, and 15, respectively.(Q-18) Explain Method (function) overloading and
Constructor overloading with an example. Answer : Method overloading : It
is the technique that offers to create more than one methods (functions) with the
same name but with the different parameter list in the same class.
Method overloading is the very important concept in java programming .because, it
allows us to use the same name of method for the different purposes. When
the overloaded methods are invoked at that time the java checks the type and (or)
number of the argument to determine which version of overloaded method is to be
invoked. println is really very good example of method overloading
that will print all type of values like int , float , double , char etc. Another
advantage of method overloading is that it provides an easy way to handle the
default arguments. Example : class Areademo{ int
length ,height ,width ; int radius ; long area (int l ,int h ) {
length = l; height = h ; long area = (long) ( length * heigth) ;
} double area (int r){ radius = r ; double ans = (double) ( 3.14 * r *r) ;}
public static void main(String abc[]) { Areademo a1 = new Areademo();
long s = a1.area(10, 20) ; // Returns the area of square .
double c = a1.area(100);// Returns the area of circle .} } Constructor
overloading : It is the technique that may have more than one constructor but
the number of parameter (signature) must be differ. Let we see the case
where the overloading of constructor is essential. class Box{ int length ,
height , depth ; Box ( int l , int h ,int d ){
length = l ; height = h ; depth = d ;} } In this case
we cant do as follows : Box b1 = new Box() ; We must provide three
parameter to the constructor . so, we have to overload the constructor to pass
one , two or no parameters to it . The example given below illustrate this fact :
class Box{ int length , height , depth ; Box()
{ length = 10 ; height = 10 ; depth = 10 ;
} Box ( int l){ length = l ; height = 10 ; depth
= 10 ;} Box( int l , int h) { length = l ; height = h ;
depth = 10 ; } Box( int l ,
int h , int d) { length = l ; height = h ; depth = d ;
} Public static void main (String abc [ ])
{ Box b1= new Box ( ) ; // no arg. cons. Box b2
= new Box(10) ; // call 1 arg. cons. Box b1= new Box (10,20 )
; // 2 arg. cons. Box b1= new Box (10,20 ,30) ; //3 arg.cons.
} } (Q-19)Three basic principle of oopsAnswer:Encapsulation
Encapsulation is a programming mechanism that binds together code and the data it
manipulates,and that keeps both safe from outside interference and misuse. In an
object-oriented language,code and data can be bound together in such a way that a
self-contained black box is created.Within the box are all necessary data and code.
When code and data are linked together in thisfashion, an object is created. In
other words, an object is the device that supports encapsulation.Within an object,
code, data, or both may be private to that object or public. Private codeor data is
known to and accessible by only another part of the object. That is, private code
ordata cannot be accessed by a piece of the program that exists outside the object.
When codeor data is public, other parts of your program can access it even though
it is defined within anobject. Typically, the public parts of an object are used to
provide a controlled interface to theprivate elements of the object.Javas basic
unit of encapsulation is the class. Although the class will be examined in great
detail later in this book, the following brief discussion will be helpful now. A
class defines theform of an object. It specifies both the data and the code that
will operate on that data. Javauses a class specification to construct objects.
Objects are instances of a class. Thus, a class isessentially a set of plans that
specify how to build an object.The code and data that constitute a class are called
members of the class. Specifically, thedata defined by the class are referred to as
member variables or instance variables. The codethat operates on that data is
referred to as member methods or just methods. Method is Javasterm for a
subroutine. If you are familiar with C/C++, it may help to know that what a Java
programmer calls a method, a C/C++ programmer calls a function.Polymorphism
Polymorphism (from the Greek, meaning many forms) is the quality that allows one
interfaceto access a general class of actions. The specific action is determined by
the exact nature of thesituation. A simple example of polymorphism is found in the
steering wheel of an automobile.The steering wheel (i.e., the interface) is the
same no matter what type of actual steeringmechanism is used. That is, the steering
wheel works the same whether your car has manualsteering, power steering, or rack-
and-pinion steering. Therefore, once you know how tooperate the steering wheel, you
can drive any type of car.The same principle can also apply to programming. For
example, consider a stack(which is a first-in, last-out list). You might have a
program that requires three differenttypes of stacks. One stack is used for integer
values, one for floating-point values, and one forcharacters. In this case, the
algorithm that implements each stack is the same, even though thedata being stored
differs. In a non-object-oriented language, you would be required to createthree
different sets of stack routines, with each set using different names. However,
because ofpolymorphism, in Java you can create one general set of stack routines
that works for all threespecific situations. This way, once you know how to use one
stack, you can use them all.More generally, the concept of polymorphism is often
expressed by the phrase oneinterface, multiple methods. This means that it is
possible to design a generic interface toa group of related activities.
Polymorphism helps reduce complexity by allowing the sameinterface to be used to
specify a general class of action. It is the compilers job to select thespecific
action (i.e., method) as it applies to each situation. You, the programmer, dont
needto do this selection manually. You need only remember and utilize the general
interface.InheritanceInheritance is the process by which one object can acquire the
properties of another object.This is important because it supports the concept of
hierarchical classification. If you thinkabout it, most knowledge is made
manageable by hierarchical (i.e., top-down) classifications.For example, a Red
Delicious apple is part of the classification apple, which in turn is part ofthe
fruit class, which is under the larger class food. That is, the food class
possesses certainqualities (edible, nutritious, etc.) which also, logically, apply
to its subclass, fruit. In additionto these qualities, the fruit class has specific
characteristics (juicy, sweet, etc.) that distinguishit from other food. The apple
class defines those qualities specific to an apple (grows on trees,not tropical,
etc.). A Red Delicious apple would, in turn, inherit all the
qualities of all precedingclasses, and would define only those qualities that make
it unique.Without the use of hierarchies, each object would have to explicitly
define all of itscharacteristics. Using inheritance, an object need only define
those qualities that make it uniquewithin its class. It can inherit its general
attributes from its parent. Thus, it is the inheritancemechanism that makes it
possible for one object to be a specific instance of a more general case.(Q-20)
What is inheritance? Explain with example.Answer: It is a process to create a new
class using old class.In inheritance existing class called super class (base) and
new class called sub class(derived)Super class used to provide features (functions)
for sub class.Sub class can used feature of super class.Subclass can access member
of super class other then private ( here member means both data member ,
method ) Class <class name> [extends <class name>] { Data type member1,2,3;
method1 () { } } class Person { }
class Emp extends Person { } class Manager extends
Emp { } class Clerk extends Emp { } Types of inheritance
1) Simple inheritance (single) 2) Hierarchical inheritance (tree) 3)
Multi level inheritance 4) Multiple inheritances does not support directly in java
Example Of Inheritance. class person {
private int age; private String sname; public void
set( String n,int a ) { sname=n;
age=a; } public void print() {
System.out.println("Name : " + sname);
System.out.println("Age : " + age); } } class Emp
extends person { int salary; String post;
void setEmp(int sal,String p) { salary = sal;
post = p; } void printEmp()
{ print(); System.out.println("Post :
" + post ); System.out.println("Salary : " + salary);
} } class demo1 { public static void
main(String args[]) { Emp e1 = new Emp();
e1.setEmp(4000,"manager"); e1.set("raju",27);
e1.printEmp(); } } (Q-21) What is Method Overriding? Explain
With ExampleAnswer:In a class hierarchy, when a method in a subclass has the same
name and typesignature as a method in its super class, then the method in the
subclass is said tooverride the method in the super class. When an overridden
method is called from within a subclass, it will always refer to the version of
that method defined by the subclass. The version of the method defined by the super
class will be hidden. Consider the following Example:class A { int i, j;A(int a, int
b) { i = a;j = b;} void show() { System.out.println("i and j: " + i + " " + j);} } class
B extends A { int k;B(int a, int b, int c) { super(a, b);k = c;} void show() {
System.out.println("k: " + k);} } class override { public static void main(String
args[]) { B subOb = new B(1, 2, 3);subOb.show(); } } The output produced by this
program is shown here:k: 3When show( ) is invoked on an object of type B, the
version of show( ) defined within Bis used. That is, the version of show( ) inside
B overrides the version declared in A.(Q-22) What is Static Method Overriding?
Explain With Example? Answer :-Static Method Overriding : If a subclass
defines a static method with the same signature as a static method in the super
class, the method in the subclass hides the one in the super class. In
case of static method overriding the method which is called is the method of the
class the object is defined of irrespective of the class of the object of which it
contains the reference i.e. even if we store derived class reference in ancestor
class object it always calls the method of ancestor class.Lets take an example :
class A { static void display ( ){ System.out.println ( "Class A" ) ; } } class B
extends A { static void display ( ) { System.out.println ( "Class B" ); } } When we
create an object and call the display ( ) method as follows.A aa = new B() ;
aa.display ( ) ;it prints "Class A". However, at runtime the aa object contains the
reference of an object of class B. But if we call display ( ) method likeB bb = new
B() ;bb.display () ;then it prints "Class B". However, if we remove the static
keyword from method declaration of classes A and B then in both the cases it prints
"Class B". However, we cant override Static Methods in Java. You
don't get any compiler error if you try to override a static method. That means, if
you try to override, Java doesn't stop you doing that; but you certainly don't get
the same effect as you get for non-static methods. Because they are class
methods and hence access to them is always resolved during compile time only using
the compile time type information. Accessing them using object references is just
an extra liberty given by the designers of Java(Q-23) Difference between Instance
Method Overriding and Static Method Overriding with Example? Answer: Method
Overriding is achieved when a subclass overrides non-static methods defined in the
super class, following which the new method implementation in the subclass that is
executed.The new method definition must have the same method signature (i.e.,
method name and parameters) and return type. Only parameter types and return type
are chosen as criteria for matching method signature. Method overriding is an
important feature that facilitates polymorphism in the design of object-oriented
programs.Instance Methods : An instance method in a subclass with the same
signature (name, plus the number and the type of its parameters) and return type as
an instance method in the super class overrides the super class's method.Static
Methods : If a subclass defines a static method with the same signature as a
static method in the super class, the method in the subclass hides the one in the
super class. The distinction between hiding and overriding has important
implications. The version of the overridden method that gets invoked is the one in
the subclass. The version of the hidden method that gets invoked depends on whether
it is invoked from the super class or the subclass.Let's look at an example that
contains two classes. The first is Animal, which contains one instance method and
one class method: public class Animal { public static void testClassMethod() {
System.out.println("The class method in Animal."); } public void
testInstanceMethod() { System.out.println("The instance method in Animal.");
} } The second class, a subclass of Animal, is called Cat: public class Cat extends
Animal { public static void testClassMethod() { System.out.println("The
class method in Cat."); } public void testInstanceMethod() {
System.out.println("The instance method in Cat."); } public static void
main(String[] args) { Cat myCat = new Cat(); Animal myAnimal = myCat;
Animal.testClassMethod(); myAnimal.testInstanceMethod(); } } The Cat
class overrides the instance method in Animal and hides the static method in
Animal. The main method in this class creates an instance of Cat and calls
testClassMethod() on the class and testInstanceMethod() on the instance.The output
from this program is as follows: The class method in Animal.The instance method in
Cat. (Q-24) What is runtime polymorphism in Java? #Answer:Polymorphism is the
capability of an action or method to do differentthings based on the object that it
is acting upon. In other words,polymorphism allows you define one interface and
have multipleimplementation. This is one of the basic principles of object
oriented#programming.#The method overriding is an example of runtime polymorphism.
You can#have a method in subclass overrides the method in its super classes#with
the same name and signature. Java virtual machine determines the#proper method to
call at the runtime, not at the compile time.#Let's take a look at the following
example:#class Person { # void whoAmI() { # System.out.println("I am a
human.");# } #} #class Lecturer extends Person { # void whoAmI() { #
System.out.println("I am a Lecturer");# } #} #class HOD extends Person { # void
whoAmI() { # System.out.println("I am a HOD.");# } #} #class
RuntimePolymorphismDemo { #public static void main(String[] args) { # Person P1 =
new Person();# Person P2 = new Lecturer();# Person P3 = new HOD();#
P1.whoAmI();# P2.whoAmI();# P3.whoAmI();# } #} #The output is#I am a
Person.#I am a Lecturer.I am a HOD.##In the example, there are three variables of
type Person (e.g.,#P1,P2,P3). Only P1 refers to an instance of Person class, all
others#refer to an instance of the subclasses of Person. From the output#results,
you can confirm that version of a method is invoked based on#the actually object's
type.#In Java, a variable declared type of class A can hold a reference to#an
object of class A or an object belonging to any subclasses of class#A. The program
is able to resolve the correct method related to the#subclass object at runtime.
This is called the runtime polymorphism in#Java. This provides the ability to
override functionality already#available in the class hierarchy tree. At runtime,
which version of#the method will be invoked is based on the type of actual
object#stored in that reference variable and not on the type of the
reference#variable.(Q-28) What is Abstract Class? Explain objective of Abstract
Class.Answer: This is a one type of that declares the structures of a given
abstraction without providing a complete implements of every method. This super
classs generalized form that will be shared by all of its subclasses, leaving it
to each subclass to fill in the details. That super class determines the nature
of the methods that the subclass must implements.Main objective of this to explain
global structure and provide some compulsory implementation for the sub class of
the super class.(Q-29) What is Interface? Explain with Example. Explain objective
of Interface.Answer: Interface is similar to the class but they lack of instance
variables, and their methods are declared without any BODY. Main advantage is that
once interface is defined any number of classes can implement an interface.Java
allows us full utilize one interface, multiple methods aspects of polymorphism.
Example:-public interface ccet{ Void call(int a);} Here ccet is the interface declare
as PUBLIC so any code can access interface.METHOD:-here,call is a method of ccet
with one argument of type integer, and as per rule only its declaration is there
not BODY is there.To implement this interface we use another class named vbt.Class
vbt implements ccet{ Void call(int a) { System.out.println(ccet
vbt:); } } Here we must define call method because as per the rule we have to
define the method that is declared in the interface(Q-30) How to create and use
interface? Explain with Example.Answer: To create interface we can use only
interface keyword. It is much similar as class.To use the interface we only need
implements keyword after the class name which is used it.Example:-Public interface
jay{ Int j=11; Void ram();} Class jigar implements jay{ Public static void
main(String aa[]) { Void ram() { System.out.println(this is
j:+j); } } } Here jay is a interface and jigar is a class that
implements it. Here jigar class have to define the ram class because ram is declare
in the jay interface. Note that here j is by default final so we have to assign it
a value.(Q-35) List out guideline to create and use package.Answer:Package: Package
is collection of class.Defining a package:To create a package, simply include a
package command as the first statement in a java source file.The package statement
defines a namespace in which classes are stored.This is the general form of the
package statement:Package pkg; Here, pkg is the name of the package. Java uses file
system directories to store packages.We can create hierarchy of packages.The
general form of a multileveled package statement is shown here: Package
pkg1[.pkg2[pkg3]]; A package hierarchy must be reflected in the file system of
your java development system.Importing Packages:We use the import statement when
there are many references to a particular package or the package name is too long.
The general form of import statement for searching a class is as follows:Import
pkg1[.pkg2][.pkg3].class name;Multiple import statements are allowed.We can also
use another approach as follows: Import package.*; The star(*) indicates that
the compiler should search this entire package hierarchy when it encounters a class
name.Rules for PackageFollow same folder hierarchy.Make folder with the name as
name as the Package.Q-36 What is exception? Answer:An exception is an abnormal
condition that arises in a code sequence at run time.An exception is an event , if
it occurs, breaks the normal flow of program execution.In other words, an exception
is a run-time error.An exception condition is a problem that prevents the
continuation of the method or scope that youre in. There are main two types of
exception.
1: Unchecked Exception2: Checked Exceptions1: Unchecked ExceptionRuntime exception
and its subclass are unchecked exception.
Exception#Meaning##ArithmeticException#Arithmetic error, such asdivide-by-
zero.##ArrayIndexOutOfBoundsException#Array index is out-of-
bounds.##ArrayStoreException#Assignment to an array element of anincompatible
type.##ClassCastException#Invalid cast.##IllegalArgumentException#Illegal argument
used to invoke amethod.##NullPointerException#Invalid use of a null
reference.##NumberFormatException#Invalid conversion of a string to anumeric
format.##IndexOutOfBoundsException#Some type of index is out-of-
bounds.##NegativeArraySizeException#Array created with a negative size.##It means
that if you do not provide exception handle then it will handled by default
exception handling mechanism. Table 1. Javas Unchecked RuntimeException Subclasses
2): Checked ExceptionsThis means you must have to provide exception handle.If you
do not provide exception handling mechanism then compiler gives you an error.
Exception#Meaning##ClassNotFoundException#Class not
found.##CloneNotSupportedException#Attempt to clone an object that does not
implement the Cloneable interface.##IllegalAccessException#Access to a class is
denied.##InstantiationException#Attempt to create an object of anabstract class or
interface.##InterruptedException#One thread has been interrupted byanother
thread.##NoSuchFieldException#A requested field does not
exist.##NoSuchMethodException#A requested method does not exist.##Table 2. Javas
Checked Exceptions Defined in java.lang(Q-37) What happen when exception is occur
in program that 1) do not have exception handler. 2) Have exception handler.
Answer:Exception: Exception is a runtime error.When exception is occur it will
create a refrence of type exception and through it to Java Runtime System.If we do
not have exception handler then exception is handled by default exception handling
mechanism of Java Runtime System.Example:class Exc0 { public static void main(String
args[]) { int d = 0;int a = 42 / d;} } When the Java run-time system detects the
attempt to divide by zero, it constructs a new exception object and then throws
this exception.Here is the output generated when this example is executed.
java.lang.ArithmeticException: / by zeroat Exc0.main(Exc0.java:4)It is possible for
your program to throw an exception explicitly, using the throw statement.
The general form of throw is shown here: throw ThrowableInstance;
Example:class ThrowDemo { static void demoproc() { try { throw new
NullPointerException("demo");} catch(NullPointerException e) {
System.out.println("Caught inside demoproc.");throw e; // rethrow the exception} }
public static void main(String args[]) { try { demoproc();}
catch(NullPointerException e) { System.out.println("Recaught: " + e);} } } (Q-38)
Explain Exception Handling MechanismAnswer:- Unlike #HYPERLINK
"http://en.wikipedia.org/wiki/Signal_programming" \o "Signal programming"#signals#
and #HYPERLINK "http://en.wikipedia.org/wiki/Event_handler" \o "Event
handler"#event handlers# that are part of the normal program flow, exceptions are
typically used to signal that something went wrong (e.g. a division by zero
occurred or a required file was not found). Exceptions are raised or thrown
(initiated) by either the hardware or the program itself by using a special
command.Programming languages differ considerably in their support for exception
handling as distinct from error checking. In some programming languages there are
functions which cannot be safely called on invalid input data ... or functions
which return values which cannot be distinguished from exceptions. For example in
#HYPERLINK "http://en.wikipedia.org/wiki/C_%28programming_language%29" \o "C
(programming language)"#C#, the (#HYPERLINK "http://en.wikipedia.org/wiki/ASCII" \o
"ASCII"#ASCII# to #HYPERLINK "http://en.wikipedia.org/wiki/Integer" \o
"Integer"#integer# conversion) function may return 0 (#HYPERLINK
"http://en.wikipedia.org/wiki/Zero" \o "Zero"#zero#) for any input that cannot be
parsed into a valid value. In such languages the programmer must either perform
error checking (possibly through some auxiliary global variable such as C's
#HYPERLINK "http://en.wikipedia.org/wiki/Errno" \o "Errno"#errno#) or input
validation (perhaps using #HYPERLINK
"http://en.wikipedia.org/wiki/Regular_expression" \o "Regular expression"#regular
expressions#).The degree to which such explicit validation and error checking is
necessary is in contrast to exception handling support provided by any given
programming environment. Hardware exception handling differs somewhat from the
support provided by software tools, but similar concepts and terminology are
prevalent.In general, an exception is handled (resolved) by saving the current
state of execution in a predefined place and switching the execution to a specific
#HYPERLINK "http://en.wikipedia.org/wiki/Subroutine" \o "Subroutine"#subroutine#
known as an exception handler. Depending on the situation, the handler may later
resume the execution at the original location using the saved information. A piece
of code is said to be exception-safe, if run-time failures within the code will not
produce ill effects, such as #HYPERLINK
"http://en.wikipedia.org/wiki/Memory_leak" \o "Memory leak"#memory leaks#, garbled
stored data, or invalid output. Exception-safe code must satisfy #HYPERLINK
"http://en.wikipedia.org/wiki/Invariant_%28computer_science%29" \o "Invariant
(computer science)"#invariants# placed on the code even if exceptions
occur. There are several levels of exception safety:Failure transparency, also
known as the no throw guarantee: Operations are guaranteed to succeed and satisfy
all requirements even in presence of exceptional situations. If an exception
occurs, it will not throw the exception further up. (Best level of exception
safety.) Commit or rollback semantics, also known as strong exception safety or no-
change guarantee: Operations can fail, but failed operations are guaranteed to have
no side effects so all data retain original values.Basic exception safety: Partial
execution of failed operations can cause side effects, but invariants on the state
are preserved. Any stored data will contain valid values even if data has different
values now from before the exception. Minimal exception safety also known as no-
leak guarantee: Partial execution of failed operations may store invalid data but
will not cause a crash, and no resources get leaked. No exception safety: No
guarantees are made. (Worst level of exception safety) For instance, consider a
smart vector type, such as C++'s std::vector or Java's ArrayList. When an item x is
added to a vector v, the vector must actually add x to the internal list of objects
and also update a count field that says how many objects are in v. It may also need
to allocate new memory if the existing capacity isn't large enough. This memory
allocation may fail and throw an exception. Because of this, a vector that provides
failure transparency would be very difficult or impossible to write. However, the
vector may be able to offer the strong exception guarantee fairly easily; in this
case, either the insertion of x into v will succeed, or v will remain unchanged. If
the vector provides only the basic exception safety guarantee, if the insertion
fails, v may or may not contain x, but at least it will be in a consistent state.
However, if the vector makes only the minimal guarantee, it's possible that the
vector may be invalid. For instance, perhaps the size field of v was incremented
but x wasn't actually inserted, making the state inconsistent. Of course, with no
guarantee, the program may crash; perhaps the vector needed to expand but couldn't
allocate the memory and blindly ploughs ahead as if the allocation succeeded,
touching memory at an invalid address.Usually at least basic exception safety is
required. Failure transparency is difficult to implement, and is usually not
possible in libraries where complete knowledge of the application is not available.
Verification of Exception HandlingThe point of exception handling routines is to
ensure that the code can handle error conditions. In order to establish that
exception handling routines are sufficiently robust, it is necessary to present the
code with a wide spectrum of invalid or unexpected inputs, such as can be created
via software #HYPERLINK "http://en.wikipedia.org/wiki/Fault_injection" \o "Fault
injection"#fault injection# and #HYPERLINK
"http://en.wikipedia.org/wiki/Mutation_testing" \o "Mutation testing"#mutation
testing# (which is also sometimes referred to as #HYPERLINK
"http://en.wikipedia.org/wiki/Fuzz_testing" \o "Fuzz testing"#fuzz testing#). One
of the most difficult types of software for which to write exception handling
routines is protocol software, since a robust protocol implementation must be
prepared to receive input that does not comply with the relevant specification(s).
In order to ensure that meaningful regression analysis can be conducted throughout
a #HYPERLINK "http://en.wikipedia.org/wiki/Software_development_process" \o
"Software development process"#software development lifecycle process#, any
exception handling verification should be highly automated, and the test cases must
be generated in a scientific, repeatable fashion. Several commercially available
systems exist that perform such testing.Exception support in programming languages
Many computer languages, such as #HYPERLINK
"http://en.wikipedia.org/wiki/Actionscript" \o "Actionscript"#Actionscript#,
#HYPERLINK "http://en.wikipedia.org/wiki/Ada_programming_language" \o "Ada
programming language"#Ada#, #HYPERLINK "http://en.wikipedia.org/wiki/C++" \o "C+
+"#C++#, #HYPERLINK "http://en.wikipedia.org/wiki/D_programming_language" \o "D
programming language"#D#, #HYPERLINK "http://en.wikipedia.org/wiki/ECMAScript" \o
"ECMAScript"#ECMAScript#, #HYPERLINK "http://en.wikipedia.org/wiki/Eiffel_
%28programming_language%29" \o "Eiffel (programming language)"#Eiffel#, #HYPERLINK
"http://en.wikipedia.org/wiki/Java_%28programming_language%29" \o "Java
(programming language)"#Java#, #HYPERLINK
"http://en.wikipedia.org/wiki/ML_programming_language" \o "ML programming
language"#ML#, #HYPERLINK "http://en.wikipedia.org/wiki/Object_Pascal" \o "Object
Pascal"#Object Pascal# (e.g. #HYPERLINK
"http://en.wikipedia.org/wiki/Delphi_programming_language" \o "Delphi programming
language"#Delphi#, #HYPERLINK "http://en.wikipedia.org/wiki/Free_Pascal" \o "Free
Pascal"#Free Pascal#, and the like), #HYPERLINK
"http://en.wikipedia.org/wiki/Objective-C" \o "Objective-C"#Objective-C#,
#HYPERLINK "http://en.wikipedia.org/wiki/Ocaml" \o "Ocaml"#Ocaml#, #HYPERLINK
"http://en.wikipedia.org/wiki/PHP" \o "PHP"#PHP# (as of version 5), #HYPERLINK
"http://en.wikipedia.org/wiki/PL/1" \o "PL/1"#PL/1#, #HYPERLINK
"http://en.wikipedia.org/wiki/Prolog" \o "Prolog"#Prolog#, #HYPERLINK
"http://en.wikipedia.org/wiki/Python_%28programming_language%29" \o "Python
(programming language)"#Python#, #HYPERLINK
"http://en.wikipedia.org/wiki/REALbasic" \o "REALbasic"#REALbasic#, #HYPERLINK
"http://en.wikipedia.org/wiki/Ruby_%28programming_language%29" \o "Ruby
(programming language)"#Ruby#, #HYPERLINK
"http://en.wikipedia.org/wiki/Visual_Prolog" \o "Visual Prolog"#Visual Prolog# and
most #HYPERLINK "http://en.wikipedia.org/wiki/.NET_Framework" \o ".NET
Framework"#.NET# languages have built-in support for exceptions and exception
handling. In those languages, the advent of an exception (more precisely, an
exception handled by the language) searches back through the #HYPERLINK
"http://en.wikipedia.org/wiki/Call_stack" \o "Call stack"#stack# of function calls
until an exception handler is found, with some languages calling for #HYPERLINK
"http://en.wikipedia.org/wiki/Stack_unwinding" \o "Stack unwinding"#unwinding# the
stack as the search progresses. That is, if function f contains a handler H for
exception E, calls function g, which in turn calls function h, and an exception E
occurs in h, then functions h and g may be terminated, and H in f will handle E. An
exception is #HYPERLINK "http://en.wikipedia.org/wiki/Common_Lisp" \o "Common
Lisp"#Common Lisp# with its #HYPERLINK
"http://en.wikipedia.org/wiki/Exception_handling" \l "Condition_systems" \o
"Exception handling"#Condition System#. Common Lisp calls the exception handler and
does not unwind the stack. This allows to continue the computation at the exact
same place where the error occurred (for example when a previously missing file is
now available). #HYPERLINK "http://en.wikipedia.org/wiki/Mythryl" \o
"Mythryl"#Mythryl#'s stackless implementation supports constant-time exception
handling without stack unwinding. Notably, C++ does not need and does not provide
this construct, and the #HYPERLINK
"http://en.wikipedia.org/wiki/Resource_Acquisition_Is_Initialization" \o "Resource
Acquisition Is Initialization"#Resource-Acquisition-Is-Initialization# technique
should be used to free such resources instead# HYPERLINK
"http://en.wikipedia.org/wiki/Exception_handling" \l "cite_note-2" #[3]#. In its
whole, exception handling code might look like this (in #HYPERLINK
"http://en.wikipedia.org/wiki/Java_%28programming_language%29" \o "Java
(programming language)"#Java#-like #HYPERLINK
"http://en.wikipedia.org/wiki/Pseudocode" \o "Pseudocode"#pseudo code#; note that
an exception type called EmptyLineException would need to be declared somewhere):
try { line = console.readLine(); if (line.length() == 0) { throw new
EmptyLineException("The line read from console was empty!"); }
console.printLine("Hello %s!" % line); console.printLine("The program ran
successfully"); } catch (EmptyLineException e) { console.printLine("Hello!");
} catch (Exception e) { console.printLine("Error: " + e.message()); } finally
{ console.printLine("The program terminates now"); } As a minor variation, some
languages use a single handler clause, which deals with the class of the exception
internally.Exception handling implementationThe implementation of exception
handling typically involves a fair amount of support from both a code generator and
the runtime system accompanying a compiler. (It was the addition of exception
handling to C++ that ended the useful lifetime of the original C++ compiler,
#HYPERLINK "http://en.wikipedia.org/wiki/Cfront" \o "Cfront"#Cfront#.) Two schemes
are most common. The first, dynamic registration generates code that continually
updates structures about the program state in terms of exception handling.
Typically, this adds a new element to the #HYPERLINK
"http://en.wikipedia.org/wiki/Call_stack" \o "Call stack"#stack frame layout# that
knows what handlers are available for the function or method associated with that
frame; if an exception is thrown, a pointer in the layout directs the runtime to
the appropriate handler code. This approach is compact in terms of space but adds
execution overhead on frame entry and exit. It was commonly used in many Ada
implementations, for example, where complex generation and runtime support was
already needed for many other language features. Dynamic registration, being fairly
straightforward to define, is amenable to #HYPERLINK
"http://en.wikipedia.org/wiki/Proof_of_correctness" \o "Proof of correctness"#proof
of correctness#.The second scheme, and the one implemented in many production-
quality C++ compilers,
is a table-drive approach. This creates static tables at compile and link time
that relate ranges of the #HYPERLINK "http://en.wikipedia.org/wiki/Program_counter"
\o "Program counter"#program counter# to the program state with respect to
exception handling. Then, if an exception is thrown, the runtime system looks up
the current instruction location in the tables and determines what handlers are in
play and what needs to be done. This approach minimizes executive overhead for the
case where an exception is not thrown, albeit at the cost of some space, although
said space can be allocated into read-only, special-purpose data sections that are
not loaded or relocated until and unless an exception is throw. The second approach
is also superior in terms of achieving #HYPERLINK
"http://en.wikipedia.org/wiki/Thread_safety" \o "Thread safety"#thread safety#.
Other definitional and implementation schemes have been proposed as well. For
languages that support #HYPERLINK "http://en.wikipedia.org/wiki/Metaprogramming" \o
"Metaprogramming"#metaprogramming#, approaches that involve no overhead at all have
been advanced.Exception handling based on Design by ContractA different view of
exceptions is based on the principles of #HYPERLINK
"http://en.wikipedia.org/wiki/Design_by_Contract" \o "Design by Contract"#Design by
Contract# and is supported in particular by the #HYPERLINK
"http://en.wikipedia.org/wiki/Eiffel_%28programming_language%29" \o "Eiffel
(programming language)"#Eiffel language#. The idea is to provide a more rigorous
basis for exception handling by defining precisely what normal and abnormal
behavior is. Specifically, the approach is based on two concepts:Failure: the
inability of an operation to fulfill its contract. For example an addition may
produce an arithmetic overflow (it does not fulfill its contract of computing a
good approximation to the mathematical sum); or a routine may fail to meet its post
condition. Exception: an abnormal event occurring during the execution of a routine
(that routine is the "recipient" of the exception) during its execution. Such an
abnormal event results from the failure of an operation called by the routine. The
"Safe Exception Handling principle" as introduced by Bertrand Meyer in #HYPERLINK
"http://en.wikipedia.org/wiki/Object-Oriented_Software_Construction" \o "Object-
Oriented Software Construction"#Object-Oriented Software Construction# then holds
that there are only two meaningful ways a routine can react when an exception
occurs:Failure, or "organized panic": the routine fails, triggering an exception in
its caller (so that the abnormal event is not ignored!), after fixing the object's
state by re-establishing the invariant (the "organized" part). Retry: try the
algorithm again, usually after changing some values so that the next attempt will
have a better chance to succeed. Here is an example expressed in Eiffel syntax. It
assumes that a routine send_fast is normally the better way to send a message, but
it may fail, triggering an exception; if so, the algorithm next uses send_slow,
which will fail less often. If send_slow fails, the routine send as a whole should
fail, causing the caller to get an exception.send (m: MESSAGE) is -- Send m
through fast link if possible, otherwise through slow link.local tried_fast,
tried_slow: BOOLEANdo if tried_fast then tried_slow := True send_slow
(m) else tried_fast := True send_fast (m) endrescue if not tried_slow
then retry endendThe boolean local variables are initialized to False at the
start. If send_fast fails, the body (do clause) will be executed again, causing
execution of send_slow. If this execution of send_slow fails, the rescue clause
will execute to the end with no retry (no else clause in the final if), causing the
routine execution as a whole to fail.This approach has the merit of defining
clearly what a "normal" and "abnormal" cases are: an abnormal case, causing an
exception, is one in which the routine is unable to fulfill its contract.It defines
a clear distribution of roles: the do clause (normal body) is in charge of
achieving, or attempting to achieve, the routine's contract; the rescue clause is
in charge of reestablishing the context and restarting the process if this has a
chance of succeeding, but not of performing any actual computation.Checked
exceptionsThe designers of Java devised checked exceptions, which are a special set
of exceptions. The checked exceptions that a method may raise are part of the
method's signature. For instance, if a method might throw an IOException, it must
declare this fact explicitly in its method signature. Failure to do so raises a
compile-time error.This is related to exception checkers that exist at least for
#HYPERLINK "http://en.wikipedia.org/wiki/OCaml" \o "OCaml"#OCaml#. The external
tool for OCaml is both transparent (i.e. it does not require any syntactic
annotations) and facultative (i.e. it is possible to compile and run a program
without having checked the exceptions, although this is not suggested for
production code).The #HYPERLINK
"http://en.wikipedia.org/wiki/CLU_programming_language" \o "CLU programming
language"#CLU programming language# had a feature with the interface closer to what
Java has introduced later. A function could raise only exceptions listed in its
type, but any leaking exceptions from called functions would automatically be
turned into the sole runtime exception, failure, instead of resulting in compile-
time error. Later, #HYPERLINK "http://en.wikipedia.org/wiki/Modula-3" \o "Modula-
3"#Modula-3# had a similar feature. These features don't include the compile time
checking which is central in the concept of checked exceptions, and hasn't (as of
2006) been incorporated into major programming languages other than Java.The C++
programming language introduces an optional mechanism for checked exceptions,
called exception specifications. By default any function can throw any exception,
but this can be limited by a throws clause added to the function signature. Then
only those exceptions can be thrown from the function, although violations are not
all caught at compile time, but rather runtime violations result in the global
function std::unexpected being called. An empty exception specification may be
given, which indicates that the function will throw no exception. This was not made
the default when exception handling was added to the language because it would
require too much modification of existing code, would impede interaction with code
written in another language, and would tempt programmers into writing too many
handlers at the local level. Explicit use of empty exception specifications can,
however, allow C++ compilers to perform significant code and stack layout
optimizations that normally have to be suppressed when exception handling may take
place in a function. Some analysts view the proper use of exception specifications
in C++ as difficult to achieve. Views on UsageChecked exceptions can, at #HYPERLINK
"http://en.wikipedia.org/wiki/Compile_time" \o "Compile time"#compile time#, reduce
the incidence of unhandled exceptions surfacing at #HYPERLINK
"http://en.wikipedia.org/wiki/Run_time_%28computing%29" \o "Run time
(computing)"#runtime# in a given application; the unchecked exceptions (Runtime
Exceptions and Errors) remain unhandled.However, checked exceptions can either
require extensive throws declarations, revealing implementation details and
reducing #HYPERLINK "http://en.wikipedia.org/wiki/Encapsulation_%28computer_science
%29" \o "Encapsulation (computer science)"#encapsulation#, or encourage coding
poorly-considered try/catch blocks that can hide legitimate exceptions from their
appropriate handlers. Consider a growing #HYPERLINK
"http://en.wikipedia.org/wiki/Codebase" \o "Codebase"#codebase# over time. An
interface may be declared to throw exceptions X & Y. In a later version of the
code, if one wants to throw exception Z, it would make the new code incompatible
with the earlier uses. Furthermore, with the #HYPERLINK
"http://en.wikipedia.org/wiki/Adapter_pattern" \o "Adapter pattern"#adapter
pattern#, where one body of code declares an interface that is then implemented by
a different body of code so that code can be plugged in and called by the first,
the adapter code may have a rich set of exceptions to describe problems, but is
forced to use the exception types declared in the interface.It is possible to
reduce the number of declared exceptions by either declaring a #HYPERLINK
"http://en.wikipedia.org/wiki/Superclass_%28computer_science%29" \o "Superclass
(computer science)"#superclass# of all potentially thrown exceptions or by defining
and declaring exception types that are suitable for the level of abstraction of the
called method, and mapping lower level exceptions to these types, preferably
wrapped using the #HYPERLINK "http://en.wikipedia.org/wiki/Exception_chaining" \o
"Exception chaining"#exception chaining# in order to preserve the root cause. In
addition, it's very possible that in the example above of the changing interface
that the calling code would need to be modified as well, since in some sense the
exceptions a method may throw are part of the methods implicit interface anyway.
Using a minimal throws Exception declaration or catch (Exception e) is sufficient
for satisfying the checking. While this may have some use, it essentially
circumvents the checked exception mechanism. Additionally, throws Exception forces
all calling code to do the same.Unchecked exception types should not be handled
except, with consideration, at the outermost levels of scope. These often represent
scenarios that do not allow for recovery: Runtime Exceptions frequently reflect
programming defects, and Errors generally represent unrecoverable JVM failures. The
view is that, even in
a language that supports checked exceptions, there are cases where the use of
checked exceptions is not appropriate.Exception synchronicitySomewhat related with
the concept of checked exceptions is exception synchronicity. Synchronous
exceptions happen at a specific program statement whereas asynchronous exceptions
can raise practically anywhere. It follows that asynchronous exception handling
can't be required by the compiler. They are also difficult to program with.
Examples of naturally asynchronous events include pressing #HYPERLINK
"http://en.wikipedia.org/wiki/Control-C" \o "Control-C"#Ctrl-C# to interrupt a
program, and receiving a #HYPERLINK "http://en.wikipedia.org/wiki/Signal_
%28computing%29" \o "Signal (computing)"#signal# such as "stop" or "suspend" from
another #HYPERLINK "http://en.wikipedia.org/wiki/Thread_%28computer_science%29" \o
"Thread (computer science)"#thread of execution#.Programming languages typically
deal with this by limiting asynchronicity, for example Java has lost thread
stopping and resuming. Instead, there can be semi-asynchronous exceptions that only
raise in suitable locations of the program or synchronously.Condition systems
#HYPERLINK "http://en.wikipedia.org/wiki/Common_Lisp" \o "Common Lisp"#Common
Lisp#, #HYPERLINK "http://en.wikipedia.org/wiki/Dylan_programming_language" \o
"Dylan programming language"#Dylan# and #HYPERLINK
"http://en.wikipedia.org/wiki/Smalltalk" \o "Smalltalk"#Smalltalk# have a
#HYPERLINK "http://en.wikipedia.org/w/index.php?
title=Condition_system&action=edit&redlink=1" \o "Condition system (page does not
exist)"#Condition system# which encompasses the aforementioned exception handling
systems. In those languages or environments the advent of a condition (a
"generalisation of an error" according to #HYPERLINK
"http://en.wikipedia.org/wiki/Kent_Pitman" \o "Kent Pitman"#Kent Pitman#) implies a
function call, and only late in the exception handler the decision to unwind the
stack may be taken.Conditions are a generalization of exceptions. When a condition
arises, an appropriate condition handler is searched for and selected, in stack
order, to handle the condition. Conditions which do not represent errors may safely
go unhandled entirely; their only purpose may be to propagate hints or warnings
toward the user.Continuable exceptionsThis is related to the so-called resumption
model of exception handling, in which some exceptions are said to be continuable:
it is permitted to return to the expression that signaled an exception, after
having taken corrective action in the handler. The condition system is generalized
thus: within the handler of a non-serious condition (a.k.a. continuable exception),
it is possible to jump to predefined restart points (a.k.a. restarts) that lie
between the signaling expression and the condition handler. Restarts are functions
closed over some lexical environment, allowing the programmer to repair this
environment before exiting the condition handler completely or unwinding the stack
even partially.Restarts separate mechanism from policyCondition handling moreover
provides a #HYPERLINK
"http://en.wikipedia.org/wiki/Separation_of_mechanism_from_policy" \o "Separation
of mechanism from policy"#separation of mechanism from policy#. Restarts provide
various possible mechanisms for recovering from error, but do not select which
mechanism is appropriate in a given situation. That is the province of the
condition handler, which (since it is located in higher-level code) has access to a
broader view.(Q-38) Explain how java Search for catch block with exampleAnswer:The
Catch BlocksYou associate exception handlers with a try block by providing one or
more catch blocks directly after the try block. No code can be between the end of
the try block and the beginning of the first catch block. Syntax Try {
} catch (Exception Type name) { } catch (Exception Type name) {
} Catch exception in java The catch block contains code that is executed if and
when the exception handler is invoked. The runtime system invokes the exception
handler when the handler is the first one in the call stack whose Exception Type
matches the type of the exception thrown. The system considers it a match if the
thrown object can legally be assigned to the exception handler's argument. The
following are two exception handlers for the write List method one for two types
of checked exceptions that can be thrown within the try statement. Each catch block
is an exception handler and handles the type of exception indicated by its
argument. The argument type, Exception Type, declares the type of exception that
the handler can handle and must be the name of a class that inherits from the Throw
able class. The handler can refer to the exception with name. Try-catch statement
exampleTry { } catch (FileNotFoundException e) { System.err.println
("FileNotFoundException: " + e.getMessage ()); Throw new
Sample Exception (e); } catch (I Exception e) { System.err.println ("Caught I
Exception: + e.getMessage ());} Both handlers print an
error #m#e#s#s#a#g#e#.# #T#h#e# #s#e#c#o#n#d# #h#a#n#d#l#e#r# #d#o#e#s#
#n#o#t#h#i#n#g# #e#l#s#e#.# #B#y# #c#a#t#c#h#i#n#g# #a#n#y# #I# #E#x#c#e#p#t#i#o#n#
#t#h#a#t#'#s# #n#o#t# #c#a#u#g#h#t# #b#y# #t#h#e# #f#i#r#s#t# #h#a#n#d#l#e#r#,#
#i#t# #a#l#l#o#w#s# #t#h#e# #p#r#o#g#r#a#m# #t#o# #c#o#n#t#i#n#u#e#
#e#x#e#c#u#t#i#n#g#.# ###%C#a#t#c#h#i#n#g# #E#x#c#e#p#t#i#o#n#s#:# #T#h#e#
#t#r#y#-#c#a#t#c#h# #S#t#a#t#e#m#e#n#t#s## # # # # # # # # #E#x#a#m#p#l#e# ###
#C#l#a#s#s# #D#i#v#B#y#Z#e#r#o# ##{ # ## # # # # # # Public static void main
(String args []) { Try {
System.out.println (3/0); System.out.println (Please print me.);
} catch (Arithmetic Exception exc) {
//Division by zero is an Arithmetic Exception
System.out.println (exc); } System.out.println
(After exception.); } } (Q.40) Explain Throw and Throws Keyword if
them with example.Answer Throw: 'throw' is used to throw the exception to catch
block and handle it. throw is used to throw either user defined or runtime
exception. The general form of throw is shown here : throw ThrowableInstance;
Example 1) : throw new MyException(), here MyException is user written
exception. Example 2) : throw new NullPointerException(),
here NullPointerException is RuntimeException.Throws : throws keyword is used by
the method to throw exception to the calling method. And method itself does not
able to handle it so it throws to calling method. type method-
name(parameter-list)throws exception-list { //body of method }
Simple Program for throws and throw :class Throwsdemo{ static void throwOne()
throws IllegalAccessException { System.out.println(Inside
throwOne:"); throw new IllegalAccessException("demo"); } public
static void main(String args[]) { try { throwOne(); }
catch(IllegalAccessException e) { System.out.println("Caught:"
+e); } } } OUTPUT :inside throwOneCaught java.lang.IllegalAccessException:
demo(Q- 41) Explain Checked And Unchecked Exception with example.Answer:Checked
Exception:-It representinvalid conditions in areas outside the immediate control
of the program(invalid user input, database problems, network outages, absent
files).They are subclass of exception.A method isobligedto establish a policy for
all checked exceptions thrown by its implementation(either pass the checked
exception further up the stack, or handle it somehow).A compiler for the Java
programming language checks, at compile time, that a program contains handlers for
checked exceptions, by analyzing which checked exceptions can result from execution
of a method or constructor. For each checked exception which is a possible result,
the throws clause for the method or constructor must mention the class of that
exception or one of the superclasses of the class of that exception. This compile-
time checking for the presence of exception handlers is designed to reduce the
number of exceptions which are not properly handled.The checked exception classes
named in the throws clause are part of the contract between the implementer and
user of the method or constructor. The throws clause of an overriding method may
not specify that this method will result in throwing any checked exception which
the overridden method is not permitted, by its throws clause, to throw.Unchecked
Exception:-The unchecked exceptions classes are the class RuntimeException and its
subclasses, and the class Error and its subclasses.Because the Java programming
language does not require methods to catch or to specify unchecked exceptions
(RuntimeException, Error, and their subclasses), programmers may be tempted to
write code that throws only unchecked exceptions or to make all their exception
subclasses inherit from RuntimeException. For example, a method can check if one of
its arguments is incorrectly null. If an argument is null, the method might throw a
NullPointerException, which is an unchecked exception.It allow programmers to write
code without bothering with compiler errors and without bothering to specify or to
catch any exceptions. Although this may seem convenient to the programmer,it
sidesteps the intent of the catch or specify requirement and can cause problems for
others using your classes.(Q-42) What are the Run time Exception? Explain with
example.Answer:There is an important subclass
of exception, called Runtime exception.The RuntimeException are unchecked
exception classes thrown by the Virtual Machine whenever it is necessary.Exceptions
of this type are automatically defined for the programs that you write and include
things such as division by zero and invalid array indexing.The Runtime exception
classes are exempted from compile-time checking because they cannot be seen by the
Java Compiler, even if it could be obvious for the programmer.Runtime exceptions
occur within the Java runtime system: -- arithmetic exceptions (such as dividing by
zero),- pointer exceptions (such as trying to access an objects members through a
null reference), and- indexing exceptions (such as trying to access an array
element with an index that is too large or too small).A method does not have to
catch or specify runtime exceptions, although it may.Exceptions that can be thrown
within the scope of the methodThe exceptions that a method can throw include- Any
exception thrown directly by the method with the throw statement- Any exception
thrown indirectly by calling another method that throws an exception.Here are the
list of what we may have:Exception name#Meaning###ArithmeticException#An
exceptional arithmetic situation has arisen###ArrayStoreException#An attempt has
been made to store into an array component a value whose class is not assignment
compatible with the component type of the
array###ClassCastException##############################################$###
%###&###'###(###0###>###B###H###I###################### ### ##' ##(
##, ##- ##| ##} ## ## ## ## ## ## ## ## ##
## ##G
##H
##Z
##[
##
##
##
##wpwwwpwwwpwwwpwwwpwwwp
#hX##h-)#####j#####hX##h-)##U####hX##h-)##PJ#####hX##h-)##5#PJ##\####h#7
#5#B*#ph#######h#7##h#7#5#B*#ph##### #h#q##h#7#5#B*#CJ #aJ #ph#####
#h#q##hI#H#5#B*#CJ #aJ #ph##### #h#q##hQ#5#B*#CJ #aJ #ph#####
#h#q##hX#5#B*#CJ #aJ #ph#######h3##5#B*#CJ #aJ
#ph####,####'###(###0###############R#########P#########?
#############$############L#########R####################################
#############################################################################
############################################################################
#############################################################################
####################################################################$##d##d#[
$#\$#a$#gd*C#
###$#7$#8$#H$#a$#gd*C##########\##############################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
#######################################
#############1###2######################
###
###
###
###
###
##U
##V
##Y
##Z
##m
##n
##
##
##
##
########D##E##M##N##R##S#############################$###%###|
###} #################################################S###T###[###
######hX##h##T#B*#ph###
###hX##hI#H#B*#ph######hX##h-)##B*#ph######hX##h-)##5#B*#ph#######hX##hX
#5#B*#ph#####
#hX##h-)#####hX##h-)##PJ#####j#####hX##h-)##U###B[###############G###H###
############G###H#######$#####################0###1###############3##
#4###o###p###w###x#########W###[#######################'###(#############
########
###
##########################################################L###M#########
####### ###
######
##hX##h-)##6#PJ##]##
#hX##h-)#####j#####hX##h-)##U####hX##h-)##PJ#####hX##h-)##B*#ph######hX##
hI#H#B*#ph#####L########0%##'##b(##(##(##B)##)##)##:*##*##*##5+##p+##q+##r+#
#s+##+##+##+##+###,##N,##y,################################################
############################################################################
#############################################################################
#############################################################################
########################$#
&##F###d##d#[$#\$#a$#gd*C######$##d##d#[$#\$#a$#gd*C#
###$#7$#8$#H$#a$#gd*C#### ##b ##c ##u ##v ## ## ###!##
!###!###!##!!##"!##a!##b!##j!##k!##!##!##!##!
###"###"###"###"##]"##^"##b"##c"##"##"##########0###1#########5$##6$##T$##U$##Z
$##[$##$##$##$##$##h%##i%##%##%##%##%##%##
%##R&##S&##m&##n&##&##&###'###'##''##('##'##'##'##'##'##'##b(##g(##p(##
###hX##hI#H#
B*#ph######hX##hX#B*#ph######hX##h-)##6#PJ##]####hX##h-)##H*#PJ####hX##
h-)##PJ#####j#####hX##h-)##U##
#hX##h-)##Ip(##(##q+##s+##~+##+##+##+##,##,##,##,##,##,##,##,##,##,
###-##V-##W-##-##-##
.##
.##0##0##0##0## uuuujYH #hT@##h#*#5#B*#CJ##aJ##ph#####
#hT@##h#*#5#B*#CJ##aJ##ph####hT@##h#*#B*#ph###hT@##h#*#B*#ph######h#*
#B*#ph#### #hU7##h#*#5#B*#CJ #aJ #ph#######h#*#5#B*#CJ #aJ #ph##### #h?
B##h#*#5#B*#CJ #aJ #ph#######h3##5#B*#CJ #aJ
#ph#######hX##h-)##PJ#####hX##h-)##5#B*#ph#######hX##hX#5#B*#ph#######hX
##hI#H#B*#ph######hX##h-)##B*#ph######y,##,##,##,##,##,##,##,##,##,##,
##,##,##,##,##,##,##,##,##,##,##,##,##,##,##,##,#################
#############################################################################
############################################################################
#############################################################################
#######################################################################
###$#7$#8$#H$#a$#gd*C#####$#
&##F###d##d#[$#\
$#a$#gd*C###,##,##,##,##,##,##,##.##.##.##.###/###/##>/##P/##p/##/##/
##/##/###0##

0##X0##0##0##0##0#########################################################
#############################################################################
############################################################################
#############################################################################
###############################$##|##7$#8$#H$#^|`#a$#gd*C#
###$#7$#8$#H$#a$#gd*C###0##0##2##2##2##2##<3##K3##M3##N3##3##3##F4##G4##4
##4##4##4##@5##A5##5##5##5##5##5##5##5##5##5##5###7###7##m7##n7##7##
7###8###8##d8##e8##*9##+9##9##9###:###:##^:##_:##;##;##;##;##;##;##U<##V<##
<##<##<##<##S=##T=##=##=##=##=##? ##? ##? ##? ##A##A##A##A##?
B####h3#
##h#*#B*#ph######h3##B*#ph####
#hT@##h#*#5#B*#CJ##aJ##ph#######h#*#B*#ph######hT@##h#*#B*#ph######h#*#5#B*
#CJ##aJ##ph####J0##0##=1##1##1##?
2##;3##<3##M3##N3##3##5##5##5###6##h6##6##8###9##+9##,9##z9##9###:##_:#####
#############################################################################
############################################################################
#############################################################################
#####################################################################$##7$#8
$#H$#]a$#gd*C#####$###7$#8$#H$#`#a$#gd*C#
###$#7$#8$#H$#a$#gd*C###_:##:##:##Q;##=##=##=##=###>##Q>##>##>##G? ##? ##?
##? ##? ##?
##@##@##>A##RB##SB##uB##vB##################################################
#############################################################################
#############################################################################
############################################################################
########################$###7$#8$#H$#`#a$#gd*C#
###$#7$#8$#H$#a$#gd*C#####$##7$#8$#H$#]a$#gd*C###?
B##@B##QB##RB##SB##sB##uB##vB##B##B##$C##
%C##xC##yC##C##C##C##C###D###D##oD##pD##D##D##$E##%E##{ E##|
E##E##E###F##"F##$F##%F###G##"G##G##G##G##G##6H##=H##?
H##@H##H##H##H##H##DI##EI##I##I##I##I##I##I##
#####!#h ##h#*#B*#PJ##nH #ph####tH ###h
##h#*#PJ##nH #tH

####hT@##h#*#6#B*#]#ph######h} ##h#*#B*#ph######h#*#5#B*#CJ##aJ##ph#####
#hT@##h#*#5#B*#CJ##aJ##ph#######h3##B*#ph######hT@##h#*#B*#ph######h#*#B*#ph
#####7vB###F###F##$F##%F##zF##F##vG##G##!H##5H##6H##?
H##@H##H##I##I##I##I##I##I##I##I##I##I###############################
#############################################################################
############################################################################
#############################################################################
############################################################$#a$#gd*C#
###$#7$#8$#H$#a$#gd*C#####$###7$#8$#H$#`#a$#gd*C###I##I##I##I##I##I##I
##J##J##J##J##

K###K###M###M##N##N##N##N##N##N##mO##O##wP##xP##P##R##R##n
``S#############################h#*#5#CJ##PJ##\#aJ#####h3###h#*#5#CJ##PJ#
#aJ##(#j#####h#*##h#*#PJ##U##mH##nH##tH #u#####h###h#*#5#CJ##PJ##aJ##
#h#*#PJ#####h#} C##h#*#5#CJ##PJ##aJ####h#} C##h#*#5#>*#PJ#####h3###h#*#5#PJ##
##h#} C##h#*#CJ #aJ ####h#} C##h#*#PJ#####h#*#5#CJ #aJ ###h###h#*#5#CJ #aJ
###h3##5#CJ #aJ #$#h ##h#*#B*#PJ##\#nH #ph###tH
##I##J##J##J##J###K###L###M###N##GN##N##N##N##N##
O##6O##mO##O##O#############################################################
############################################################################
#############################################################################
##########$#
&##F###d##d#[$#\$#a$#gd*C#####$#
&##F###d##d#[$#\$#a$#gd*C#####$#
&##F###d##d#[$#\$#a$#gd*C######$##d##d#[$#\$#a$#gd*C#####$#
&##F###d##d#[$#\
$#a$#gd*C######$##h#`h#a$#gd*C###O##O##O##xP##P##Q##R##R##R##R##
S##-
S##]S##S##S##T##V###X##eX##tX##X##########################################
#############################################################################
############################################################################
###############################################################################$
#
&##F###d##d#[$#\$#a$#gd*C#####$#
&##F###d##d#[$#\$#a$#gd*C######$##d##d#[$#\$#a$#gd*C#####$#
&##F###d##d#[$#\$#a$#gd*C###R##R##R##R##R##R##
S##-
S##S##S##S##eX##kX##pX##qX##rX##sX##tX##X##QY##nY##Y##Y##Y##Y##(Z##)Z##/Z##
s dsYK#############hdXq##h]
#5#CJ##\#aJ#####hx#$#5#CJ##\#aJ#####hdXq##h]
#5#CJ #\#aJ ####hdXq##h]
#5#CJ #\#aJ ##(#j#Z###h#*##h#*#PJ##U##mH##nH##tH

#u#####h#} C##h#*#CJ##PJ##aJ#####h#*#5#CJ##PJ##\#aJ#####h#} C##h#*#5#CJ##PJ##aJ


##
#h#*#PJ#####h3###h#*#5#CJ##PJ##aJ##(#j!7###h#*##hx#$#PJ##U##mH##nH##tH

#u#####h#} C##h#*#PJ#####h#} C##h#*#5#CJ##PJ##\#aJ###X##X##X##QY##nY##Y##Y##


(Z##)Z##1Z##UZ###[###\###\##3\###]###]##5]##[^##c_##d_##t_##B`###################
#############################################################################
############################################################################
#############################################################################
####################################$#a$#gd*C#####$#
&##F ##d##d#[$#\$#a$#gd*C######$##d##d#[$#\$#a$#gd*C#####$#
&##F###d##d#[$#\
$#a$#gd*C###/Z##0Z##1Z##3Z##6Z##7Z##:Z##BZ##CZ##SZ##TZ##Z##Z###[###[##
[##[##[##[##[##[###\###\###\###\###\###\###\###\##1\##2\##} \##
\###]###]###]###]###]###]###]##3]##4]##]##]##]##]###^###^##Y^##Z^##
_###_###_###_##a_##b_##c_##d_##e_##
##h0#Z##h]
#CJ##aJ###
#hdXq##h]
####hdXq##h]
#5#\####h0#Z##h]
##
#h0#Z##h]
####h0#Z##h]
#5#\####h0#Z##h]
#5#CJ##\#aJ#####h0#Z##h]
#5#CJ##\#aJ#####hdXq##h]
#5#CJ##\#aJ#####h]
#5#CJ##\#aJ##:e_##r_##s_##t_##u_##_##_##_##_##@`##A`##`##`##Fa##Ga##Va##Wa#
#a##a##a##a##a##a##a##
b###b##kb##mb##b##b###c###c##lc##mc##nc##oc##pc##c##c##c##c##c##c##c##
v###################h0#Z##h]
#5#CJ #\#aJ ####h0#Z##h]
#5#CJ #\#aJ ####hS<#5#CJ #\#aJ ####h]
#5#CJ #\#aJ ##
#h]
#5#\##
#hdXq##h]
####h0#Z##h]
#CJ##aJ####h]
#aJ#####h0#Z##h]
##
#h0#Z##h]
####hdXq##h]
#5#\####h0#Z##h]
#5#CJ##\#aJ#####h0#Z##h]
#5#CJ##\#aJ##+B`##Ea##\a##a##a##a##a##b##b##nc##oc##pc##qc##rc##sc##tc##uc#
#vc##wc##xc##yc##zc##{ c##|
c##} c##~c##c##c##c#########################################################
#############################################################################
############################################################################
#############################################################################
######################################################################$#a$#gd*C
###c##c##c##c##c##c##c##c##c##c##c##c##c##c##c##c##c##c##c##c#
#c##c##Ad##d##d##d###e##Ae################################################
############################################################################
#############################################################################
#############################################################################
##########################################################
###$##d###a$#gd*C######$#a$#gd*C###c##c##c##c##c##?
d##@d##Ad##Bd##d##d##d##d##d##d##d##d##d##d###e###e##Ae##Be##xe##ye##e##
e##e##e##e##e##e##e##e##e##e##e##e##
f###f## xl###################hdXq##h]
#5#CJ #aJ ###h]
#5#CJ #aJ ###hdXq##h]
#5#CJ##\#aJ#####hdXq##h]
#OJ##QJ##^J### #hdXq##h]
#CJ##OJ##QJ##^J##aJ#####hdXq##h]
#CJ##OJ##QJ##^J##aJ#####h0#Z##h]
#5#CJ##\#aJ#####hdXq##h]
#5#\####hdXq##h]
##
#hdXq##h]
####h0#Z##h]
#5#CJ##\#aJ#####h]
#5#CJ##\#aJ##'Ae##xe##ye##e##e##e##e##e##e##e##e##e##e##e##e##e##e#
##f###f###f###f###f###f###f###f###f############################################
#############################################################################
############################################################################
#############################################################################
###############################################$#
&##F
##d###a$#gd*C######$#a$#gd*C##
###$##d###a$#gd*C####f## f##
f##Cf##Df##Lf##yf##f##&g##g##Wh##h##h##h##h##h##h##h##h##Pi##Qi#########
#############################################################################
############################################################################
#############################################################################
####################$###`#a$#gd^z######$#a$#gd^z#####$##d#\
$#a$#gd^z######$###`#a$#gd*C#####7$#8$#H$#^#gd #
####7$#8$#H$#^#gd0######$#a$#gd*C####f###f##<f##=f##Cf##Df##Jf##Kf##Lf##Mf##
pf##qf##xf##yf##g##g##g##g##:h##;h##Vh##Wh##h##h##h##h##h##zo
dododo\ULD####h9%#CJ #aJ ####hdXq##h]
#aJ###
#h#=<##h]
####h#=<##h]
####h#=<##h#nH##tH#####h#=<##h0#nH##tH#####h#=<##h#PJ##nH##tH#####h#=<##h
0#PJ##nH##tH#####hdXq##h]
#5###hdXq##h]
##
#hdXq##h]
####hdXq##h]
#aJ#####hdXq##h]
#5#CJ##aJ######hdXq##h]
#5#CJ##aJ####h]
#5#CJ##aJ####hdXq##h]
#5#CJ #\#aJ ####hdXq##h]
#5#CJ #aJ ###hdXq##h]
#CJ #aJ
####h##h##h##h##Hi##Ni##Oi##Pi###j###j##j##j##j##j##k##k##k##k##l##
l##l##l##Vm##Xm##n##n##4p##9p##aq##eq###s##!
s##+t##1t##v##v##w###x##x###y##y##y###z###z###z##
z##z###z###z###z###z## z##!
z##&z##'z##(z#######h^z##h^z#5#
CJ##PJ##\#aJ###'#h^z##h^z#5#B*
CJ##PJ##\#aJ##phf#f#!#h^z##h^z#B*
CJ##PJ##aJ##ph#ff###h^z##h^z#PJ#####h^z####h^z##h^z#5#
#h^z##h^z####h^z#5#CJ##aJ####h^z##h^z#5#CJ##aJ####h^z##h^z#5#CJ #aJ
##7Qi##j##j##k##k##l##l##Xm##Zm##n##3p##4p##`q##aq###s###s##+t##v##v##w##
w##x##x##y##y###z########################################################
#############################################################################
############################################################################
#############################################################################
#####################################
###$##$#If####a$#gd^z## ###d#[$#\$#gd^z######$#a$#gd^z####z###z##
z###z###z##!z##'z##(z##-z##=z##?
z##Fz##Rz####################################################################
#############################################################################
###################################################Ff'##
###$##$#If####a$#gd^z##n##kd####$##$#If#####T################################h
#####!###################
t####0##############################################6###############
##########3#######4#######a###b#####T###
(z##,z##-z##<z##=z##>z##?
z##Ez##Fz##Qz##Rz##Sz##Xz##Yz##hz##iz##jz##kz##rz##sz##z##z##z##z##z##z##z##
z##z##z##z##z##z##z##z##z##z##z##z##z##z##z###{ ###{ ##
{ ###{ ###{ ##&{ ##'{ ##*{ ##+
{ ##2{ ##3{ ##i{ ##j{ ##k{ ##q{ ##r{ ##{ ##{ ##{ ##{ ##{ ##{ ##{ ##{ ##{ ##{ ##{ ##{ ##{ ##
{ #####h0##h^z
#mH##sH#####h0##h^z#PJ##mH##sH###&#h0##h^z#5#CJ##PJ##\#aJ##mH##sH###
#h^z##h^z####h^z##h^z#PJ#####h^z##h^z#5#CJ##PJ##\#aJ##GRz##Sz##Yz##iz##kz##
sz##>############2############2############2############2#######################
###$##$#If####a$#gd^z####kd####$##$#If#####T################################r
####
#I#!
#&####################################&####################################
#################
t####0##############################################6################
#########################################################3###
####4#######a###b#####################T####sz##z##z##z##z##z#############
#2##############################################################kd####$##$#If#
####T################################r####
#I#!
#&####################################&####################################
#################
t####0##############################################6################
#########################################################3###
####4#######a###b#####################T##
###$##$#If####a$#gd^z###z##z##z##z##z##z##########################2#######
###########################################kd####$##$#If#####T###############
#################r####
#I#!
#&####################################&####################################
#################
t####0##############################################6################
#########################################################3###
####4#######a###b#####################T##
###$##$#If####a$#gd^z###z##z##z###{ ##

{ ###{ ######################################2###################################
###kd ###$##$#If#####T################################r####
#I#!
#&####################################&####################################
#################
t####0##############################################6################
#########################################################3###
####4#######a###b#####################T##
###$##$#If####a$#gd^z####{ ##'{ ##+
{ ##3{ ##j{ ##k{ ##################################################2###############
###########kd####$##$#If#####T################################r####
#I#!
#&####################################&####################################
#################
t####0##############################################6################
#########################################################3###
####4#######a###b#####################T##
###$##$#If####a$#gd^z###k{ ##r{ ##{ ##{ ##{ ##{ #################################
#################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
#############
###$##$#If####a$#gd^z###{ ##{ ##{ ##{ ##{ ###|
##<############0############0############0############0###################
###$##$#If####a$#gd^z####kd###$##$#If#####T################################v#
#r####
#I#!
#&####################################&####################################
#################
t####0##############################################6################
#########################################################3###
####4#######a###b#####################T####{ ##{ ###|###|###|###|###|###|###|##
|##!|##&|##'|##,|##-|##I|##J|##L|##M|##N|##O|##o|
###} ###} ##L} ##x} ##y} ##} ##} ##} ##} ##} ##} ##} ###~###~###~###~###~##
~##~##~##~##~############F##*##+##/##
#####################

%#j#####h^z##h^z#>*#B*#PJ##U##ph######h^z##h^z#>*#B*#PJ##ph#######j#####h^z##h
^z#U####h^z##h^z#5#PJ##\####h^z##h^z#5#CJ##PJ##aJ####h^z##h^z#CJ##PJ##aJ#
##
#h^z##h^z####h^z##h^z#5#CJ##PJ##\#aJ#####h^z##h^z#PJ##3#|###|###|###|##'|
##-|
##############2##############################################################k
d###$##$#If#####T################################r####
#I#!
#&####################################&####################################
#################
t####0##############################################6################
#########################################################3###
####4#######a###b#####################T##
###$##$#If####a$#gd^z###-|##J|##M|##N|##O|
##########################2############&#####################d##d#[$#\
$#gd^z####kd###$##$#If#####T################################r####
#I#!
#&####################################&####################################
#################
t####0##############################################6################
#########################################################3###
####4#######a###b#####################T##
###$##$#If####a$#gd^z###O|##o|##|
##y} ##+ ## ##k ##/ ##0 ##1 ##2 ##3 ##S ##T ##] ## ############ ###########
############################################################################
##############################################################################
###########$##d#\$#a$#gd^z######$#a$#gd*C##
###$##dh###a$#gd*C#####$#
&##F0##d###[$#a$#gd^z#m$####
&##F2##d###[$#gd^z####
&##F1##d##d#[$#\$#gd^z####
&##F0#######d##d#[$#\$#gd^z#####
&##F0#######d###[$#gd^z######d##d#[$#\
$#gd^z###/##0#################-
##.##/##0##1##2##3##5##6##S##T##Z##]##########Q##S##s##t##
} q`YOYOYOYO###########h$###h>#_H###
#h$###h>##!
#h>##h>#5#CJ##\#_H##aJ#####h>##h>#5#CJ##aJ####h>##h>#CJ #aJ ##!
#h>##h>#5#CJ #\#_H##aJ ####h>##h>#5#CJ #aJ ###h&w#5#CJ #aJ #
#h$###h? ####h{ #CJ #aJ ####h9%#CJ #aJ ##
#h^z##h^z####h^z##h^z#5#CJ##PJ##\#aJ#####h^z##h^z#CJ##PJ##aJ#####h^z##h^z
#PJ#####h^z##h^z#B*

PJ##ph## ###] ##u ##v ## # ## ##< ##& ## # # ### ##0 ##i ## # # ## ###
########2########8#########@####################################
############################################################################
#############################################################################
#############################################################################
##########################################################################$#a$
#gd*C######$###`#a$#gd*C###t##u##v###########################+##.
##3##:##############D##F####################$##
%##i##k##################### ## #######################!
##
##.##/##:##<##=##>##E##H##g##h##p##r##w##z###############
##############
####h>##h>#_H###
#h>##h>####h>##h>#5#CJ##aJ####h>##h>#CJ##aJ###
#h>#_H####R########################2################5##7
##f##g############### #####$##.##1######
##
#### ## ######Q##U##[##]##########
#
#
##
## # # # # ## ### ### ##" ##$ ##  # # # # # # # #H ##J ##v ##w ### ### ##R ##S
###$#j###h>#
#h>#U##_H9#mH##nH##u#####h>#5#CJ##aJ##!
#h>##h>#5#CJ##\#_H##aJ#####h>##h>#5#CJ##aJ## #h>#5#
#h>##h>####h>##h>#_H####E ## #######x###### ##|
##
####
######A##]##k##########
##)##X##c##e#########################################################
#############################################################################
############################################################################
#############################################################################
#######################################################$###`#a$#gd*C######$
#a$#gd*C###s##u##############-
##/############e##f##y##{ ######(##)##8##:##z##{ ########
##%##'##################?
##@##A##D##[##\############################### # ########
####
#####'##(##)##/##0##3##4##;##=##D##J##L##T##U##V##Z##\##^##`##
c##e##
####h0##h>#mH
sH
###h>##
#h>##h>####h>##h>#_H####Xe##h##j##l##q##t##y##{ ############
# # # # # # # # # # # # ####### ### ##S ##X ##z ##{ ## # ## ## ## ##
#### # #E # #F ## ###################~########n##p#################
###########$##%##0##1##2##]##^##_##`#########
##r##t#########
###
#h>#_H#####h>##h>#CJ##_H##aJ#####h>##h>#5#CJ##aJ####h>##
#h
> # # h > # ###h > # #h > # _H## # # O # # ## ### #### ##& ##1 ##2 ##` ### ##### ##
##(##A##|#### ##########
##)##7##@################################################################
#############################################################################
########################################################################
########################################################################
#####################################################$###`#a$#gd*C###
###$#a$#gd*C######################################!
##+##,##.##0##;##?
##A##G##J##M##P######################
########################
3##1##'##$################;##>##H##J##R##U##_##a##e##f###
###### ##
###########
###################h#j3#5#CJ #aJ ###h&w#5#CJ #aJ #
#h>##h? ####h>####h0##h>#mH##sH###
#h>##h>####h>##h>#_H####K@##N##W##e##f##
#####
###################n##o##w######
###########################################################################
############################################################################
#############################################################################
###########################d##d#[$#\$#gd&w######$### ###d##d#[$#\$#]#
^#a$#gd&w######$##d##d#[$#\
$#a$#gd&w#######`#gd&w#####gd&w######$#a$#gd&w######$#a$#gd*C######m##n
##o##v##w##z####c##g########## ### ##9##>######
##G##H##Q##R######4!
#{ 44qf_fSCq##j#####hq,##h&w#5#>*#PJ##U####hq,##h&w#5#>*#PJ###
#hq,##h&w####j#####hq,##h&w#U####hq,##h&w#5#PJ##$#h9##h&w#CJ##OJ##PJ##QJ#
#^J##aJ###$#j####hM#f##h&w#PJ##U##mH##nH##u###$#h9##h&w#CJ##OJ##PJ##QJ##^J##aJ
#####h9##h&w#6#PJ##]####h9##h&w#PJ###
#h&w#PJ#####hq,##h&w#5#CJ##PJ##aJ####h&w#5#CJ##PJ##aJ####h&w##h&w#CJ #aJ
####h&w##h&w#5#CJ #aJ
###########<##=####### #####)##E##a##} ############2##u####
##>######################################################################
#############################################################################
############################################################################
##############################################################################
######2###(#
P##x#
##4 #\'*.#25@9################gd&w######d##d#[$#\
$#gd&w##########J####################1##I##a##y########
############################################################################
#############################################################################
##############################################################################
############################d##d#[$#\$#gd&w#####gd&w#!##2###(#
P##x#
##4 #\'*.#25@9#################d#gd&w####2###(#
P##x#
##4 #\'*.#25@9################gd&w################
## ## ### ##X ## ## ## # ## ### ##\ ##] ## ## #### ## # # # # # # # #
|##~#############j##q##|##} ##~######(##)##*##l##m####$##
%##]#####} } } } } #
#h&w#PJ###$#h&w#5#CJ##OJ##PJ##QJ##\#^J##aJ#####j#####h&w#PJ##U####h&w####j###
##h&w#U##*#h9##h&w#6#CJ##OJ##PJ##QJ##]#^J##aJ###*#h9##h&w#5#CJ##OJ##PJ##Q
J##\#^J##aJ#####h9##h&w#6#PJ##]##$#h9##h&w#CJ##OJ##PJ##QJ##^J##aJ#####h9
##h&w#PJ##1#######X################:##W##n########|
###########################################################################
#############################################################################
########################################################!##2###(#
P##x#
##4 #\'*.#25@9#################d#gd&w######d##d#[$#\
$#gd&w########d##d#[$#\$#`#gd&w####2###(#
P##x#
##4 #\'*.#25@9################gd&w#####gd&w####d##d#@&#[$#\$#gd&w###|
##} ##~####} ##~######)##*##l##m######
##$##
%##]############b##################################################
############################################################################
#############################################################################
#############################################################################
#################2###(#
P##x#
##4 #\'*.#25@9################gd&w#####gd&w####d##d#@&#[$#\
$#gd&w#########b################?
##O##########d##e##v##w#############%##]######{ ####### ##
3## ####y#######
#####5##9##P##R##^##p,#h0##h&w#CJ#
#OJ##PJ##QJ##^J##aJ##mH
#sH
##$#hE,#5#CJ##OJ##PJ##QJ##\#^J##aJ###*#h9##h&w#5#CJ##OJ##PJ##QJ##\#^J##aJ##
###j#####h&w#>*#PJ##U#####h9##h&w#>*#PJ####h&w####j#####h&w#U####h9##h&w#6
#PJ##]##$#h9##h&w#CJ##OJ##PJ##QJ##^J##aJ#####h9##h&w#PJ###
#h&w#PJ##,################1##t##############]#########
#############################################################################
#############################################################################
#########################################################################
###d##d#@&#[$#\$#gdE,#!##2###(#
P##x#
##4 #\'*.#25@9#################d#gd&w####2###(#
P##x#
##4 #\'*.#25@9################gd&w######d##d#[$#\
$#gd&w#####gd&w#####3##\###### #######+##A##n##########/##_##
e##g#######################################################################
############################################################################
##############################################################################
#####!##2###(#
P##x#
##4 #\'*.#25@9#################d#gd&w######d##d#[$#\$#gd&w#####gd&w####
2###(#
P##x#
##4 #\'*.#25@9################gd&w####d##d#@&#[$#\
$#gdE,###^##a########################+##g###########
####################### |sg|s[s[O[s[|
###########h#Z=##h*##5#CJ #aJ ###h#Z=##hE,#5#CJ #aJ ###hE,##hE,#5#CJ #aJ
###hE,#5#CJ #aJ ###h*##5#CJ #aJ
###hE,#CJ##OJ##PJ##QJ##^J##aJ#####h&w#CJ##OJ##PJ##QJ##^J##aJ###3#j#####h&w#>*#B*
#CJ##OJ##PJ##QJ##U##^J##aJ##ph###0#h9##h&w#>*#B*#CJ##OJ##PJ##QJ##^J##aJ##ph###
###h&w####j#####h&w#U####h9##h&w#PJ###$#h9##h&w#CJ##OJ##PJ##QJ##^J##aJ###g
######################d##############
##Q##T####################################################################
#############################################################################
#############################################################################
#######p#dh###^pgd*#######dh###gd*######gd*#########dh###^#gd*#######P
#dh###^Pgd*######gdE,####2###(#
P##x#
##4 #\'*.#25@9################gd&w######d##d#[$#\
$#gd&w###############
########c##d#####=##>##B##[#########################
###
##2##;##<##H##P##Q##W##s##u##v##} ############
r######j#####h*##U##mH##nH##u#####h#B##h*##5###j#####h*
##5#U##mH##nH##u####h\L##h*##5###h###h*##o(#
#h###h*#####h~##h*##CJ #aJ ####h*#####h*##CJ #aJ ####h#Z=##h*##CJ #aJ ##
#h*##5###h*##5#CJ #aJ #"#j#####h*##CJ #U##aJ #mH##nH##u#####h&w#5#CJ
#aJ #
#hE,##h*##,T##s##t##u############################u############`##########
###################################################################################
###########################################$##$####?
##&#$#/#If####a$#gd5%##k##kd
0###$##$#If#####l############################Y##########################
6###?
####0###############################################6###############
################4###
#l#a#######$####?
##&#$#/#If####gd5%######p#dh###^pgd*##############################
###################################################################################
###################################################################################
##############################################################$####?
##&#$#/#If####gd5%##k##kd0###$##$#If#####l############################h###
#######################6###?
####0###############################################6###############
################4###
#l#a#######################~###############################################
###################################################################################
###################################################################################
#################$##$####?
##&#$#/#If####a$#gd5%##k##kd91###$##$#If#####l############################u#
#########################6###?
####0###############################################6###############
################4###
#l#a######################################################################
###################################################################################
###################################################################################
#######################$####?
##&#$#/#If####gd5%##k##kd1###$##$#If#####l############################Y###
#######################6###?
####0###############################################6###############
################4###
#l#a######################################################################
###################################################################################
###################################################################################
#######################$####?
##&#$#/#If####gd5%##k##kde2###$##$#If#####l###############################
#######################6###?
####0###############################################6###############
################4###
#l#a##############################################################
###s###############################################################################
###############################################################################$##$
##<#####&
#$#/#If####a$#b$#gd5%######p^pgd*###k##kd2###$##$#If#####l##############
##############J##########################6###?
####0###############################################6###############
################4###
#l#a################################
##0##1##2##5##6##=##p##{ ##########################
######|
####} s} sks} s} s######################h;#Q##h9%#5###h
;#Q##h9%#0J##5#
#h;#Q##h9%####hs~##h9%#CJ##OJ##QJ#####h9%#5#OJ##QJ####h;#Q##h9%#5#CJ #aJ
###h9%#5#CJ #aJ ###h9%#CJ #aJ ####h*##CJ #aJ ####h#Z=##h*##CJ #aJ
##"#j#####h*##CJ #U##aJ #mH##nH##u### #h*##y(###j#####h*##U##mH##nH##u###

#h*##5###h#B##h*##5###h*##&##################~########################
###################################################################################
###################################################################################
#########################################$##<#####&
#$#/#If####b$#gd5%#m##kd3###$##$#If#####l############################h#####
#####################6
#<#######0###############################################6##########
#####################4###
#l#a###e4#######################{ ############{ ###########################
###################################################################################
###################################################################################
###############$##$##<#####&
#$#/#If####a$#b$#gd5%#m##kd*4###$##$#If#####l############################Y##
########################6
#<#######0###############################################6##########
#####################4###
#l#a###e4#####################{ ############################################
###################################################################################
###################################################################################
###############$##$##<#####&
#$#/#If####a$#b$#gd5%#m##kd4###$##$#If#####l##############################
########################6
#<#######0###############################################6##########
#####################4###
#l#a###e4#####################~############################################
###################################################################################
###################################################################################
#####################$##<#####&
#$#/#If####b$#gd5%#m##kd\5###$##$#If#####l############################h#####
#####################6
#<#######0###############################################6##########
#####################4###
#l#a###e4#####################~############################################
###################################################################################
###################################################################################
#####################$##<#####&
#$#/#If####b$#gd5%#m##kd5###$##$#If#####l############################J#####
#####################6
#<#######0###############################################6##########
#####################4###
#l#a###e4###################!
##0##2##3##4##5##q####################################################
############################################################################
######################################################################$#a$#gd*C#
#####p^pgd*##m##kd6###$##$#If#####l############################Y######
####################6
#<#######0###############################################6##########
#####################4###
#l#a###e4##
##########$######y##############################
############################################################################
#############################################################################
##########################################"###$#2###(#
P##x#
##4 #\'*.#25@9################a$#gd*C######$##d##d#[$#\$#a$#gd*C######$#
&##F###d##d#@&#[$#\
$#a$#gd*C######$#a$#gd*C######$###`#a$#gd*C######$#a$#gd*C##
###$##dh###a$#gd*C###############P##X################
###########
##
############################c##h##y##z########E##R##S##
o###############h;#Q##h9%#5#CJ##OJ##QJ##aJ####h;
#Q##h9%#0J##5#CJ##OJ##QJ##aJ####h;#Q##h9%#>*#CJ #aJ ###h;#Q##h9%#0J##>*#CJ #aJ
###h;#Q##h9%#>*#B*#ph######j#####h;#Q##h9%#U####h9%#5#>*#CJ##\#aJ####h;#Q##h9
%#5#>*#CJ##\#aJ####h;#Q##h9%#6#]####h;#Q##h9%#\#
#h;#Q##h9%####h;#Q##h9%#0J##)####E##S##d##u######
#########
##,####^##########################################################
############################################################################
#############################################################################
##############################################$#
&##F###d###a$#gd*C######$#
#####a$#gd*C######$###^#a$#gd*C######$#a$#gd*C######$#a$#gd*C##
###$##d###a$#gd*C######$#a$#gd*C#####$#
&##F##a$#gd*C###S##Y##]##^##_##b##c##d##j##n##o##p##s##t##u##x##
##########################################
##
} }j } }#######################$#h;#Q##h9%#0
J##CJ##OJ##QJ##^J##aJ###$#h;#Q##h9%#0J##CJ##OJ##QJ##^J##aJ###$#h;#Q##h9%#0J"#CJ##
OJ##QJ##^J##aJ###$#h;#Q##h9%#0J!#CJ##OJ##QJ##^J##aJ###$#h;#Q##h9%#0J
#CJ##OJ##QJ##^J##aJ###$#h;#Q##h9%#0J##CJ##OJ##QJ##^J##aJ###
#h;#Q##h9%#CJ##OJ##QJ##^J##aJ###$#h;#Q##h9%#0J##CJ##OJ##QJ##^J##aJ##%######
################
##+##,##^###################################
#######~kXk~X~~#######$#h;#Q##h9%#0J##CJ##OJ##QJ##^J#
#aJ###$#h;#Q##h9%#0J!
#CJ##OJ##QJ##^J##aJ###$#h;#Q##h9%#0J##CJ##OJ##QJ##^J##aJ###$#h;#Q##h9%#0J"#CJ##OJ
##QJ##^J##aJ#####h;#Q##h9%#CJ##OJ##QJ##aJ### #h;#Q##h9%#0J##CJ##OJ##QJ##aJ###
#h9%#5#>*####h;#Q##h9%#5#>*##
#h;#Q##h9%##
#h;#Q##h9%#CJ##OJ##QJ##^J##aJ###$#h;#Q##h9%#0J$#CJ##OJ##QJ##^J##aJ##!
#########################################
######### ##
#######,##1##7##8##

} jW###############$#h;#Q##h9%#0J##CJ##OJ##QJ##^J##aJ###$#h;#Q##h9%#
0J$#CJ##OJ##QJ##^J##aJ###$#h;#Q##h9%#0J
#CJ##OJ##QJ##^J##aJ###$#h;#Q##h9%#0J##CJ##OJ##QJ##^J##aJ###$#h;#Q##h9%#0J##CJ##OJ
##QJ##^J##aJ###$#h;#Q##h9%#0J##CJ##OJ##QJ##^J##aJ###$#h;#Q##h9%#0J!
#CJ##OJ##QJ##^J##aJ###
#h;#Q##h9%#CJ##OJ##QJ##^J##aJ###$#h;#Q##h9%#0J##CJ##OJ##QJ##^J##aJ#########
########-##;##=##>##?
##@##A##B##C##D##E##F##G##H##I##J##K##L##M##N##O################
#############################################################################
#############################################################################
############################################################################
#############################################################################
#######################$#a$#gd*C######$#a$#gd*C###8##9##:##;##<##=##>##H#
#^##_##`##b##c####################n##s##t########,##
} umf[Om#####################h#5]##h9%#5#CJ##aJ####h#5]##h9%#CJ##
aJ###
#h#5]##h9%####h9%#CJ##aJ#####h#5]##h9%#5#
#hb##h9%####h9%#5#>*#CJ##aJ### #h9%#5###hu$##h9%#5#CJ #aJ ###hO##5#CJ
#aJ ###h9%#5#CJ #aJ ###h9%##$#h;#Q##h9%#0J##CJ##OJ##QJ##^J##aJ###
#h;#Q##h9%#CJ##OJ##QJ##^J##aJ###$#h;#Q##h9%#0J!
#CJ##OJ##QJ##^J##aJ###$#h;#Q##h9%#0J##CJ##OJ##QJ##^J##aJ###O##P##Q##R##S##T#
#U##V##W##X##Y##Z##[##\##]##############"##A##t###########
############################################################################
#############################################################################
#############################################################################
########################################################$#
&##F#######^#`##a$#gd*C#####$#
&##F##a$#gd*C######$###^#a$#gd*C######$#a$#gd*C###t####+##,##:##F##H
##s##y#############4##G##################;##############
############################################################################
#############################################################################
############################################################################
#################################################$####d####^#a$#gd*C######$#
###dh###^#a$#gd*C######$###^#a$#gd*C#####$#
&##F##a$#gd*C###,##8##9##:#####A##v##~#############*##0##s##x
###############j##########C##G##M####
yi\###########################hzA###h9%#B*#]#ph#######hzA###h9%#5#B
*#\#]#ph#######h9%#B*#]#ph#######h$m##h9%#B*#H*#ph#######h0##h9%#B*#mH##ph
####sH####h;H!
##h9%#5#B*#ph#######h9%#B*#ph######h$m##h9%#5#B*#\#ph######h$m##h9%#B*#ph#
###
#h[H##h9%####h9%#CJ##aJ#####h0##h9%#mH##sH###
#h0##h9%####h9%## #h9%#5###h;H!
##h9%#5###;##t##############R##p##########6##N##^##k##u#
#v##~#######################################################
############################################################################
#############################################################################
############################################################################
#############################################################################$
####d####^#a$#gd*C#####7#############################5
##9##[##l###########################################################
#############################################################################
############################################################################
##########################################$##d####7$#8$#H$#a$#gd*C#####$## ##
##d####7$#8$#H$#^ #`
#a$#gd*C######$## ##d####^ #a$#gd*C#####$#
&##F###d####a$#gd*C######$####d####^#a$#gd*C#############C####
%##i##j##k##############################################
############################################################################
#############################################################################
#############################################################################
######$##dh###7$#8$#H$#a$#gd*C#####$####d####7$#8$#H$#`#a$#gd*C#####$#
&##F###d####a$#gd*C##
###$##d####a$#gd*C#####$##d####7$#8$#H$#a$#gd*C#########$##
%##f##g##i##j##k#################################
#)##.##/########################-
##.##W##]############ ~####################h9%#B*#ph#
#####h9%#5#B*#\#ph######h9%#B*#]#ph#######hE1##h9%#6#B*#]#ph######hE1##h9
%#5#B*#ph#######h9%#B*#ph######hE1##h9%#5#B*#\#ph######hE1##h9%#B*#ph####
#h#5]##h9%####h9%#5#>*#CJ #aJ ##
#hb##h9%####h9%####hzA###h9%#B*#ph#####.##################P
##T##\##^######@##A########################
#####;##A##E##M##W##`####
vk^k^k^k^k######h;H!
##h9%#B*#\#ph#######h;H!
##h9%#B*#ph######h]~4##h9%#5#CJ##aJ####hXg##h9%#5#CJ #aJ ###hXg#5#CJ #aJ
###h;H!##h9%#5#CJ #aJ ###h9%#5#CJ #aJ ###h]~4#5#CJ #aJ #

#h9%#5###hu[##h9%#5#B*#ph#######h0##h9%#B*#mH##ph####sH####h9%#B*#ph######
hE1##h9%#B*#ph######h9%#5#B*#ph#######h;H!
##h9%#5#B*#ph####$############!
##)##Q##{ ####################O##R##T##U##^#############
#############################################################################
############################################################################
#############################################################################
####################################################$####dh###7$#8$#H$#^#a$#
gd*C#####$##dh###7$#8$#H$#a$#gd*C#####$####dh###7$#8$#H$#`#a$#gd*C######
#A##################z##{ ################
#####A##d###############################################################
############################################################################
#############################################################################
#############################################################################
##################$#a$#gd]~4##
###$##dh###a$#gd*C######$#a$#gd*C#####$##dh###7$#8$#H$#a$#gd*C############
#
#####z##{ ########Q##Z######################8##9##
M##N##k##l##m##########4####=###############
{ ll####h0##h9%#B*#mH##ph####sH####h;H!
##h9%#5#B*#ph#######h]~4#5#B*#CJ##aJ##ph#####
#h]~4##h9%#5#B*#CJ##aJ##ph#######h##h9%#5#B*#ph#######h9%#B*#ph######h
##h9%#5###h9%####h9%#5#B*#ph#######h##h9%#B*#ph######h;H!
##h9%#B*#ph###h;H!##h9%#B*#ph######h;H!
##h9%#B*#\#ph####*##########8##9##=##A##E##I##M##N##l#####
#####(##6##]##m##################################################
#############################################################################
############################################################################
#############################################################################
#####################################$####dh###`#a$#gd]~4##
###$##dh###a$#gd*C#####$##dh###7$#8$#H$#a$#gd*C#####-##?
####################_##`##h###################1##
=##j###################################################################
#############################################################################
#############################################################################
############################################################################
############################$###`#a$#gd]~4######$#a$#gd*C##
###$##dh###a$#gd*C############_##`##f##h########3##<##=##k##l##t
##########*##0##############} } } shZhH#######
h0##h#O#6#B*#]#mH
#ph####sH
###hJ>##h#O#6#B*#]#ph######hJ>##h#O#B*#ph######hJ>##h#O#5#\####hJ>##h#O
#6#]##
#hJ>##h#O####h#O#B*#ph######h0##h#O#B*#mH##ph####sH####hJ>##h#O#B*#ph######
hJ>##h#O#5#B*#ph##### #h#O##h#O#5#B*#CJ##aJ##ph#######h#O#5#B*#ph#####
#h#O##h#O#5#B*#CJ #aJ #ph#######h]~4#5#B*#CJ #aJ
#ph#######hXg#B*#ph##############q##u################

#####>##\##^##`##b####<##=##k##l##t############################
############################################################################
#############################################################################
#############################################################################
#############################################################################
##
###$#7$#8$#H$#a$#gd*C######$#a$#gd*C#########################
######
##2##4##W##i##k##r################&########################
############################################################################
#############################################################################
#############################################################################
#############################################################################
##################
###$#7$#8$#H$#a$#gd*C#################
########4##D##F##S##r############&##'###### ##
#####T##U############ ##6##7##=##?
##tc####
#h#O##h#O#5#B*#CJ##aJ##ph#######h#O#5#B*#CJ##aJ##ph##### #h#O##h#O#5#B*#CJ
#aJ #ph#######h#O#5#B*#ph#######hJ>##h#O#5#B*#ph#######hJ>##h#O#6#]##
#hJ>##h#O####hJ>##h#O#5#\####hJ>##h#O#6#B*#]#ph######hJ>##h#O#B*#ph####
##h0##h#O#6#B*#]#mH
#ph####sH
###h0##h#O#B*#mH
#ph####sH
##&&##'##########
#####!
##1##D##R##T##U####P#############################
#############################################################################
############################################################################
#############################################################################
#############################################################################
#####################
###$#7$#8$#H$#a$#gd*C######$#a$#gd*C#######################
################################### ##6##7##?
##@##Q####################################################################
#############################################################################
############################################################################
#############################################################################
###########################################################$#a$#gd*C###?
##@##P##Q##w##x################################## ###!
###[###k#######################r###s###x###y#############$###-
###.###~###############3#####ooo##oo#####hJ>##h#O#5#B*
#PJ##\#ph####"#j#####hJ>##h#O#B*#PJ##U##ph#####
#hJ>##h#O####j#####hJ>##h#O#U####hJ>##h#O#6#B*#PJ##]#ph######h#O##h#O#5#
B*#ph#######hJ>##h#O#B*#PJ##ph####
#h#O##h#O#5#B*#CJ##aJ##ph#####'#h#O##h#O#5#B*#CJ##PJ##\#aJ##ph######h#O#5#
B*#PJ##\#ph#####+Q##x########[###\#####################7###~######D####
##########################################################################
############################################################################
#############################################################################
###################################
###$#7$#8$#H$#a$#gd*C#"###$#2###(#
P##x#
##4 #\'*.#25@9################a$#gd*C######$##d##d#[$#\$#a$#gd*C##

###$##d#a$#gd*C######$#a$#gd*C##########D###T###########################
##### ###############v###z######### ###
#################1###Y#####################&######wwkw
\\www##h0##hm#B*#mH##ph####sH####hm##hm#5#CJ##aJ####h.##hm#5#B*#
\#ph######h.##hm#6#B*#]#ph######h.##hm#B*#ph####
#h.##hm####h.##hm#5###h.##hm#5#CJ##aJ####hm#5#CJ##aJ####h.##hm
#5#CJ #aJ ###h#O#5#CJ #aJ
###hJ>##h#O#B*#ph######hJ>##h#O#B*#PJ##ph######hJ>##h#O#5#B*#PJ##\#ph#####$
##################'###U######A ##l ## ## ## ###
##-
##0
##?
##A
##B
############################################################################
#############################################################################
#############################################################################
########$###`#a$#gd*C#####$###7$#8$#H$#^#a$#gd*C######$#
&##F##7$#8$#H$#a$#gd*C######$#
&##F##7$#8$#H$#a$#gd*C#
###$#7$#8$#H$#a$#gd*C## ###$###a$#gd*C######$#a$#gd*C###B
##g
##h
##
##
##
##
##
##@#########
##
##
##
##
##
##############-
############################################################################
#############################################################################
#############################################################################
#############################$###7$#8$#H$#`#a$#gd*C#
###$#7$#8$#H$#a$#gd*C######$###^#a$#gd*C####$#
&##F####a$#gd*C####$#
&##F####a$#gd*C######$#a$#gd*C###-##Q##X##Z######################
######
###5###7###h##############################################################
############################################################################
#############################################################################
#############################################################################
####################$#####7$#8$#H$#^#`#a$#gd*C#####$###7$#8$#H$#`#a$#
gd*C#
###$#7$#8$#H$#a$#gd*C#############1###Y###[###]#####################h####
##### ###
##########################################################################
############################################################################
#############################################################################
#################################################################$###7$#8$#H$#
`#a$#gd*C#
###$#7$#8$#H$#a$#gd*C#####$###7$#8$#H$#^#a$#gd*C#####$#####7$#8$#H$#^#`
#a$#gd*C##############################################
#############################w###############*###.#########u###y######
###&###N###"###4###############################################F###U##
############h2###h&w#5#CJ #aJ
###h2###h]~4#5#CJ #aJ #
#hG? ##hm####h.##hm#B*#ph###h0##hm#B*#mH##ph####sH##
#h.##hm####hm#B*#ph######h.##hm#6#B*#]#ph######h.##hm#B*#ph######h
.##hm#5#B*#\#ph#####7####################w###########################
#######C###f###h##############################################################
############################################################################
#############################################################################
################################$###7$#8$#H$#`#a$#gd*C######$###^#a$#gd*C
#####$###7$#8$#H$#^#a$#gd*C######$#
&##F##7$#8$#H$#a$#gd*C#
###$#7$#8$#H$#a$#gd*C#####$##h#7$#8$#H$#`h#a$#gd*C###h###s################
############################K###m######################&###N###########
############################################################################
#############################################################################
#############################################################################
####################################################
###$#7$#8$#H$#a$#gd*C#####$###7$#8$#H$#`#a$#gd*C#####$#####7$#8$#H$#^#`
#a$#gd*C###N###P###R###~############"###4###V###########t###u###~######9###
##########################################################################
############################################################################
#############################################################################
###################################################################gd]~4######
#`#gd]~4####
&##F)#gd]~4#####gd]~4######$#a$#gd*C#
###$#7$#8$#H$#a$#gd*C#####$###7$#8$#H$#^#a$#gd*C###U###f###t###u###~#######
##8###9#################!##########X ## ##} !##~!##!##!##!
###"###"##"##"##M$##ucc\Q\F\###h###h]~4#CJ##aJ#####h0##h]~4#
mH
#sH
##
#h]~4##h]~4####h]~4##h]~4#5#CJ##OJ##QJ##^J##aJ##)#h]~4##h]~4#5#6#>*#CJ##OJ##QJ##
^J##aJ##&#h]~4##h]~4#5#6#CJ##OJ##QJ##^J##aJ###
#h]~4##h]~4#CJ##OJ##QJ##^J##aJ###&#h2###h]~4#5#6#CJ##OJ##QJ##^J##aJ#####h2###h]
~4#5#CJ##OJ##QJ##^J##aJ####h2###h]~4#5#CJ##aJ####h&w#5#CJ##aJ####h2###h]~4#5#
CJ #aJ ###h&w#5#CJ #aJ ###############
## ### ##, ##X ##[ ##p ##r ## ## ## ## ## ## ###!##7!##R!##w!##z!##} !##~!
##!
############################################################################
#############################################################################
#############################################################################
#############################################################################
#########################
######^#`#gd]~4##
######^#`#gd]~4###!##!
###"##e"##p"##r"##"##"##"##"##"##"##"##"##"######*################$###
$## $##/
$##>$########################################################################
############################################################################
#############################################################################
#############################################################################
#####gd]~4##
###p###^p#`#gd]~4#####gd]~4#######`#gd]~4####
&##F)#gd]~4###>$##M$##Z$##j$##l$##z$##$##$##$##$##$##$##$##$##$###%###
%##(%##6%##D%##P%##{ %##%##%##%##

&##8&##<&####################################################################
#############################################################################
############################################################################
#############################################################################
#################################gd]~4#####gd]~4##
###p###^p#`#gd]~4###M$##Z$##$###%##D%##?
&##D&##N&##O&##r&##s&##{ &##&##&##'##'##(##(##(##(##e*##f*##*##*##+##+##
,,##-,##b,##j,##,##,##,##,###-##$-##,-##<-##-##-##-##-##|
tmtmtmtmimtmtmimtmtmtmtmtmtmt###h]~4##
#h-##h#O####h-##h#O#]# #h-##h#O#CJ##OJ##QJ##^J##aJ#####h-
##h#O#5#CJ##aJ## #h]~4##h#O#CJ(#OJ##QJ##^J##aJ(####h-##h#O#5#CJ
#OJ##QJ##^J##aJ ###h&w#5#CJ #OJ##QJ##^J##aJ ###h]~4#5#CJ #OJ##QJ##^J##aJ
###h]~4#CJ(#OJ##QJ##^J##aJ(## #h]~4##h]~4#CJ##OJ##QJ##^J##aJ###
#h]~4##h]~4#)<&##?
&##@&##A&##C&##D&##E&##F&##G&##H&##I&##J&##K&##L&##M&##N&##O&##s&##{ &##&##&##G'##
'###(#######################################################################
############################################################################
#############################################################################
#############################################################$###7$#8$#H$#`
#a$#gd*C#
###$#7$#8$#H$#a$#gd*C########^##gd]~4#######`#gd]~4#####gd]~4#####gd]~4####(
##h(##(##$)##)##)##D*##d*##e*##f*##*##'+##+##+##*,##,,##-,##,##,##F-##-
##-##-##-
##M.##.##/##################################################################
#############################################################################
############################################################################
#############################################################################
##############################$###7$#8$#H$#`#a$#gd]~4#
###$#7$#8$#H$#a$#gd*C###-##-##-##-
##g4##~4##4##4##`5##a5##m5##y5##6##6##6##6###7###7##,7##17##7##7##7##7##.
8##48##:##:##:##:##:##:##:##:##:##:##
} ui`i\#######hQ2####h3#5#CJ##aJ####h3##h3#5#CJ##aJ####h3#CJ #aJ
####hXg##h3#B*#ph######h3##h3#5#CJ #aJ ###h#O#5#CJ #aJ
###h#H##h#O#CJ#####h#H##h#O#OJ##QJ##^J##aJ###"#h#H##h#O#6#OJ##QJ##]#^J##aJ#
####h-##h#O#6#]#aJ#####h-##h#O#aJ#####h-##h#O#]#aJ####h-
##h#O#5#CJ##aJ####h#O#CJ$#OJ##QJ##^J##aJ$##/##i/##/###0##U0##0###1##d1##1##"
2##2##2##<3##3##3##E4##4###5##`5##a5##m5##5##)6##6##6##I7##7#############
############################################################################
#############################################################################
############################################################################
##############################################################################
######$###7$#8$#H$#`#a$#gd]~4#
###$#7$#8$#H$#a$#gd*C###7###8##x8##8##"9##y9##9##A:##:##:##:##:##:##:##:
##:##:##:##:##:##:##:##:##:##:##:##:##:############################
#############################################################################
#############################################################################
############################################################################
##############################################################################
##$#a$#gd*C#
###$#7$#8$#H$#a$#gd*C###:##:##:##:##:##:##+;##;##;##;##f<##<##<##<##<
##<##<##<##<##<##<##<##<###############################################
############################################################################
#############################################################################
###########################################################################$##
###^#`#a$#gd*C#####$#
&##F###d###a$#gd*C#####$#
&##F###d###a$#gd*C######$###`#a$#gd*C######$#a$#gd*C###:##*;##+;##f<##=##
=## >###>###>##D>##>##@##_A###C## C##"C##$C##'C##(C##XC##YC##ZC##bC###D##
D##_E##E##F##tctUtFt###h0##h\|#B*#mH##ph####sH####h_##h\|
#6#B*#]#ph#### #h_##h\|#5#B*#CJ##aJ##ph#######h_##h\|#B*#ph####
#h_##h\|#5#B*#CJ #aJ #ph#######h_##h\|#5#CJ #aJ ###h]~4#5#CJ #aJ
###hXg#5#CJ #OJ##QJ##^J####h3#B*#ph######h0##h3#mH
#sH
####h0##h3#mH##sH#####h3##h3#5#CJ##aJ####h3##
#h3##h3#CJ##OJ##QJ##^J##aJ#####h3##h3#5#
#h3##h3##<##<###=###=###=##6=##9=##<=##T=##t=##=##=##=##=##=###>###>##*>
##4>##U>##{ >##>##>##>##>###?
############################################################################
#############################################################################
#############################################################################
#############################################################################
#######
###$##dh###a$#gd*C#####$#&d####P########a$#gd*C######$#a$#gd*C####? ##5? ##G?
##? ##? ##? ##? ##? ## @##
%@##B@##p@##@##@##@##@###A##&A##GA##A##A##A##A##A###B##9B##KB##wB##B####
#############################################################################
#############################################################################
############################################################################
#############################################################################
##############################################$#a$#gd*C###B##B##B###C###C###C
###C###C###C###C###C###C## C##!C##"C##YC##ZC##bC##C###D##D##D###E##
%E##/E##AE###################################################################
#############################################################################
############################################################################
#############################################################################
##################$###7$#8$#H$#`#a$#gd*C#
###$#7$#8$#H$#a$#gd*C######$#a$#gd*C###AE##HE##OE##QE##_E##E##E##E##E##E##E
##E##E##E##E##E##
F##
F###F###F##
F##IF##cF####################################################################
#############################################################################
############################################################################
#####################################################$###7$#8$#H$#^#a$#gd*C
#
###$#7$#8$#H$#a$#gd*C#####$###7$#8$#H$#`#a$#gd*C#####$#####7$#8$#H$#^#`
#a$#gd*C###cF##rF##tF##vF##wF##F##F##F###G##_G##G##G##G##G##jH##I##I##
I##I########################################################################
############################################################################
############################################################################$#
#######`#a$#gd*C#l#####################$###`#a$#gd*C#l###############
######$#a$#gd*C#l######################$#a$#gd*C#
###$#7$#8$#H$#a$#gd*C#####$###7$#8$#H$#`#a$#gd*C###F##F##F##F##F##F###G
###G##)G##1G##8G##:G##\G##]G##^G##_G##fG##G##G##G##G##G##iH##jH###N###N##3N##9
N##:N##N##N##N##N##N##P##P##P##vQ##wQ##Q##W##
~rmf
#h\|#5#>*## #h\|#5###h\|##h&w#5#CJ##aJ##
#h#O##h#O####h]~4#5#CJ #aJ ###h\|##h#O#5#CJ #aJ ###h#O##
#hh1##h#O####h#O#CJ #OJ##QJ##^J##aJ ####h\|##h#O#5#CJ##aJ####h\|#5#CJ##aJ##
#h\|##h#O####hh1##h#O#5#CJ #aJ ###h\|#5#CJ #aJ ###h\|####h_##h\|
#B*#ph######h_##h\|
#B*#\#ph####(I##I##I###J###J###J##2J##TJ##WJ##YJ##ZJ##[J##J##J##J##J##J##
,K##SK##dK##tK##K###L########################################################
#############################################################################
############################################################################
###############################################################################
######################$#####^#`#a$#gd*C#l#####################$###`#a
$#gd*C#l####################L###L##&M###N###N###N###N###N###N###N###N###N###N###N
###N## N##!N##"N###N##$N##
%N##&N##'N##(N##)N##*N########################################################
#############################################################################
############################################################################
#############################################################################
#########################$###`#a$#gd*C#l#####################$#a$#gd*C#l##
#################*N##+N##,N##-
N##.N##/N##0N##1N##2N##3N##N##N##N##TO##P##P##P##vQ##wQ##Q##+R##-
R##FS##{ S##S##S#############################################################
############################################################################
#############################################################################
############################################################################
#####################$###`#a$#gd*C#l#####################$#a$#gd*C#l#######
############S###T##FT##LT##sT##T##T##T##T###U##>U##vU##|
U##U##U##U###V##0V##QV##sV##V##V##V##V###W##W###########################
#############################################################################
#############################################################################
############################################################################
######################################################$#a$#gd*C#l#############
########$###`#a$#gd*C#l###################W##W##W##W##W##W##W##W##W#
#W##W##W###X###X###X###X###X###X###X###X###X## X##
X###X##
X##
X###X########################################################################
############################################################################
#############################################################################
#############################################################################
###############################$#a$#gd*C#####$#a$#gd*C#l###################W##
W###X###X##=X##>X##FX###Y###Y##mZ##nZ##[##[##\##\##\##\###`##2`##v`##y`##} `#
#`##a##a##lb##b##b##b##ulueaeaU############################
h#1##h#1#5#CJ #aJ ###h#1##
#h =} ##h#1####h#1#5#CJ##aJ####hfx;##h#1#5#CJ##aJ####hfx;##h#1#5#CJ #aJ
###ht#5#CJ #aJ ###ht#B*#ph######hh!##ht#B*#ph#### #hh!
##ht#5#B*#CJ##aJ##ph#######ht#B*#CJ##OJ##QJ##^J##aJ##ph#### #hh!
##ht#5#B*#CJ #aJ #ph#######ha+'#5#CJ #aJ ###h#O#5#CJ #aJ # #hnz##h#O#CJ
#OJ##QJ##^J##aJ ###X###X###X##>X##FX##nZ##\##\###`###`###`###`###`###`## `##!
`##"`###`##$`##
%`##&`##'`##(`##)`##*`##+`##,`#################################################
############################################################################
#############################################################################
############################################################################
#############################################$#a$#gd#1#######`#gdt#####gd
t######$#a$#gd*C###,`##-
`##.`##/`##0`##1`##2`##v`##`##a##a##lb##mb##nb##ob##pb##qb##rb##sb##tb##ub##vb##
wb##xb##yb##zb##{ b##|
b###########################################################################
#############################################################################
#############################################################################
############################################################################
#################################$###`#a$#gd#1######$#a$#gd#1###|
b##} b##~b##b##b##b##b##b##b##b##b##b##b##b##b##b##b##b##c##c###d##
#d###d##9d##;d##Md##Od##d##)e#################################################
############################################################################
#############################################################################
############################################################################
###############################################################################
$#a$#gd#1###b##b##b##b##c##c###d###d###d##Df##Rf##Sf##Zf##f##f##f##f##8g
##Kg##Ug##
i###i###i##Ni##Oi##Ui##Wi##`i##i##i##i##i##i##i##sj##j##Lk##hk##k##
tokotkckokok######h#? ##ha+'#5###ha+'##
#ha+'#5###h} Co##ha+'#CJ##aJ#####h} Co##ha+'#5#CJ##aJ####ha+'#5#CJ #aJ
###h} Co##ha+'#5#CJ #aJ ###h#1##h#1#5#
#h#1##h#1####h#1##h#1#5#CJ #PJ #aJ ###h#1##h#1#5#CJ #aJ ###ht#5#CJ #aJ
###h#1#5#CJ #aJ ###hfx;##h#1#5# #h#1#5###h#1##
#h
=} ##h#1####h#1##h#1#5#CJ##aJ###&)e##ee##e##e##e##e##e##e##e##Ef##Ff##Gf#
#Hf##If##Jf##Kf##Lf##Mf##Nf##Of##Pf##Qf##Rf##Sf##f##f##f######################
############################################################################
#############################################################################
#############################################################################
###########################################################################$#a
$#gd*C######$###`#a$#gd#1######$#a$#gd#1###f##f##Kg##Ug##jg##lg##yg##g##
g##g##g##g##g##g##g##g###h##!h##&h##(h###i##
i##
i###i###i###i###i#############################################################
############################################################################
#############################################################################
############################################################################
#######################################$#a$#gd*C######$#a$#gd#1#####$#
&##F*#a$#gd#1####i###i###i###i###i###i###i###i###i##Ni##Oi##Wi##i##i##i##i##@j
##sj##j##j##j###k##Fk######################################################
#############################################################################
############################################################################
###############################################################################
########################$#
&##F#####`##a$#gd*C######$###^#a$#gd*C#####$#
&##F##a$#gd*C######$#a$#gd*C###Fk##gk##k##k##k##Kl##l##l##l###m##$m##m##m
##m##m##m##m##m###n###n##################################################
#############################################################################
#############################################################################
#################################$#
&##F"#a$#gd*C######$##h##^h#`a$#gd*C#####$#
&##F!###8#####0`0a$#gd*C######$##
#^
#a$#gd*C#####$#
&##F
#a$#gd*C######$#a$#gd*C######$##h#^h#a$#gd*C###k##k##k##k##Jl##Kl##_l##fl#
#l##l##l##l##l###m##%m##m##m##m##m###n###n## n##!
n##)n##o##o##o###p###p##
%p##ap##jp##ttmbtW#################hX@##ha+'#CJ(#aJ(####hC
#;##ha+'#B*#ph####
#hC#;##ha+'##)#hC#;##ha+'#B*#CJ##OJ##QJ##^J##aJ##ph####
#hC#;##ha+'#CJ##OJ##QJ##^J##aJ#####hC#;##ha+'#5#CJ##aJ####ha+'#CJ##aJ###,#hC#;##ha
+'#5#B*#CJ #OJ
#QJ
#^J
#aJ #ph#######hC#;##ha+'#5#CJ #aJ ###ha+'#5#CJ #aJ ###hkm###ha+'#5###h#?
##ha+'#5# #ha+'#5###ha+'####h} Co##ha+'#5#CJ##aJ#####n###n###n###n###n## n##!
n##)n##{ n##n###o##no##o###p##
%p##ap##kp##sp###############################################################
#############################################################################
##############################################################################
################################################################&##$##$#####&`#
$#/#If####a$#gd*C#####$#
&##F$#a$#gd*C######$#a$#gd*C#####$#
&##F##a$#gd*C#
###$#7$#8$#H$#a$#gd*C######$#a$#gd*C###jp##kp##rp##sp##tp##p##p##p##p##p##p
##p##p##p##p###q###q##<q##=q##>q##Pq##Qq##^q##_q##`q##xq##yq##q##q##q##q##
q##q##q##q##q##q##$r##%r##&r##?
r##@r##dr##er##fr##r##r##r##r##r###s###s##!
s##
########################################ha+'#B*#CJ##OJ##QJ##^J##aJ##ph######ha+'#B
*#CJ##OJ##QJ##^J##aJ##ph####)#hC#;##ha+'#B*#CJ##OJ##QJ##^J##aJ##ph####
#ha+'##ha+'####ha+'##ha+'#B*#ph######ha+'####hX@##ha+'#CJ(#aJ(####hX@##ha+'#CJ(#O
J##QJ##aJ(#4sp##tp##p##p##p##y############d############J############d###########
##################################################################################$
##$#####&`#$#/#7$#8$#H$#If####a$#gd*C#####$##$#####&`#$#/#If####a$#gd*
C###kd'7###$##$#If#####l############################o##0####&############
##########################
t###6`######0##################################################
'#6###########################################4#######4###
#l#a#####p##p##p##p##y############d############d##############################
###################################################################################
################################################$##$#####&`#$#/#If####a$#gd*C
###kd7###$##$#If#####l##############################0####&#############
#########################
t###6`######0##################################################
'#6###########################################4#######4###
#l#a#####p##p###q##*q##=q##y############d############J############d#############
################################################################################$##
$#####&`#$#/#7$#8$#H$#If####a$#gd*C#####$##$#####&`#$#/#If####a$#gd*C
###kdy8###$##$#If#####l############################_##0####&##############
########################
t###6`######0##################################################
'#6###########################################4#######4###
#l#a#####=q##>q##Qq##_q##y############d############d##############################
###################################################################################
################################################$##$#####&`#$#/#If####a$#gd*C
###kd"9###$##$#If#####l##############################0####&#############
#########################
t###6`######0##################################################
'#6###########################################4#######4###
#l#a#####_q##`q##yq##q##q##y############d############J############d#############
################################################################################$##
$#####&`#$#/#7$#8$#H$#If####a$#gd*C#####$##$#####&`#$#/#If####a$#gd*C
###kd9###$##$#If#####l##############################0####&##############
########################
t###6`######0##################################################
'#6###########################################4#######4###
#l#a#####q##q##q##q##y############d############d##############################
###################################################################################
################################################$##$#####&`#$#/#If####a$#gd*C
###kdt:###$##$#If#####l############################_##0####&#############
#########################
t###6`######0##################################################
'#6###########################################4#######4###
#l#a#####q##q##q###r##
%r##y############d############J############d#######################################
######################################################$##$#####&`#$#/#7$#8$#H
$#If####a$#gd*C#####$##$#####&`#$#/#If####a$#gd*C###kd#;###$##$#If#####l#
#############################0####&######################################
t###6`######0##################################################
'#6###########################################4#######4###
#l#a#####
%r##&r##@r##er##y############d############d########################################
###################################################################################
######################################$##$#####&`#$#/#If####a$#gd*C###kd;#
##$##$#If#####l##############################0####&######################
################
t###6`######0##################################################
'#6###########################################4#######4###
#l#a#####er##fr##r##r##y############d############d##############################
###################################################################################
################################################$##$#####&`#$#/#If####a$#gd*C
###kdo<###$##$#If#####l############################_##0####&#############
#########################
t###6`######0##################################################
'#6###########################################4#######4###
#l#a#####r##r###s###s##Qs##hs##s##s##y############n############f############V#
###########V############K############K###########################################$#
&##F%#a$#gd*C######$####} #####^##a$#gd*C######$#a$#gd*C#####$#
&##F$#a$#gd*C###kd#=###$##$#If#####l############################j##0####&#
#####################################
t###6`######0##################################################
'#6###########################################4#######4###
#l#a#####!
s##Ps##Qs##hs##s##s##s###t###t###t##.t##/t##t##t##t##t##t##t##"u###u##ku##
lu##u##u##u##u##u###v###v##lm
 
  eZS######################
#h#M##ha+'####h#M##ha+'#B*#ph######ha+'#B*#ph######ha+'##ha+'#5#B*#CJ##\#aJ##ph
######ha+'##ha+'#B*#CJ##aJ##ph######ha+'####hX@##ha+'#CJ,#OJ##QJ##aJ,####hX@##ha+
'#CJ,#aJ,##)#ha+'##ha+'#B*#CJ##OJ##QJ##^J##aJ##ph####,#ha+'##ha+'#5#B*#CJ##OJ##QJ#
#^J##aJ##ph#######ha+'#B*#CJ##OJ##QJ##^J##aJ##ph####)#hQ##ha+'#B*#CJ##OJ##QJ##^J#
#aJ##ph######s##s###t###t###t##.t##########################h############P######
######P############################################################################
############$##$#####&
#$#/#7$#8$#H$#If####a$#gd*C###kd=###$##$#If#####l###########################
###0############################################
t###6 ######0##################################################-
$#6###########################################4#######4###
#l#a####&##$##$#####&
#$#/#If####a$#gd*C###.t##/t##Jt##st##t##{ ############c############c############
c##################################################################################
#############################################################$##$#####&
#$#/#7$#8$#H$#If####a$#gd*C###kdf>###$##$#If#####l###########################
###0############################################
t###6 ######0##################################################-
$#6###########################################4#######4###
#l#a#####t##t##t##t##{ ############c############c##############################
###################################################################################
###############################################$##$#####&
#$#/#7$#8$#H$#If####a$#gd*C###kd#?
###$##$#If#####l##############################0###########################
#################
t###6 ######0##################################################-
$#6###########################################4#######4###
#l#a#####t##t##t###u##"u##{ ############c############c############c#############
###################################################################################
###############################################$##$#####&
#$#/#7$#8$#H$#If####a$#gd*C###kd?
###$##$#If#####l##############################0###########################
#################
t###6 ######0##################################################-
$#6###########################################4#######4###
#l#a#####"u###u##8u##[u##ku##{ ############c############c############c#############
###################################################################################
###############################################$##$#####&
#$#/#7$#8$#H$#If####a$#gd*C###kdU@###$##$#If#####l###########################
###0############################################
t###6 ######0##################################################-
$#6###########################################4#######4###
#l#a#####ku##lu##u##u##{ ############c############c##############################
###################################################################################
###############################################$##$#####&
#$#/#7$#8$#H$#If####a$#gd*C###kd@###$##$#If#####l###########################
###0############################################
t###6 ######0##################################################-
$#6###########################################4#######4###
#l#a#####u##u##u##u##{ ############c############c##############################
###################################################################################
###############################################$##$#####&
#$#/#7$#8$#H$#If####a$#gd*C###kdA###$##$#If#####l###########################
###0############################################
t###6 ######0##################################################-
$#6###########################################4#######4###
#l#a#####u##u##u###v###v###v###v###v###v###v###v##{ ############o############_##
##########W############W############W############W############W############W#######
#####W#################$#a$#gd*C######$#####^#`#a$#gd*C#
###$#7$#8$#H$#a$#gd*C###kdDB###$##$#If#####l##############################0#
###########################################
t###6 ######0##################################################-
$#6###########################################4#######4###
#l#a####
#v###v## v##!
v##"v###v##v##v##v##v##v##;w##w##w##w##w##w##w###x###x###x#############
############################################################################
#############################################################################
#############################################################################
###############################,#7$#8$#H$#^#`,#gdB#
####7$#8$#H$#^#gdB#####$#
&##F+##d######a$#gdB######$####\^#`\a$#gdB######$#a$#gd*C####v###v##
_v##`v##v##v##v##v##w##x##x##+y##y##y##y##y##y##y##\{ ##]
{ ##^{ ##`{ ## uuaP;7###hB##)#h{ ##hB#B*#CJ##PJ #aJ##nH
#ph####tH #!#hB##hB#B*#PJ##nH #ph####tH #'#hB##hB#6#B*#PJ##]#nH
#ph####tH #'#hB##hB#5#B*#PJ##\#nH #ph####tH #!#hB##hB#B*#PJ##nH
#ph####tH #'#hB##hB#6#B*#PJ #]#nH #ph####tH #!
#hB##hB#B*#PJ #nH #ph####tH #
#hB##hB#CJ##OJ##QJ##^J##aJ#####h} Co##hB#5#CJ##aJ## #hB#5###hB#5#CJ
#aJ ###h} Co##hB#5#CJ #aJ ###ha+'#5#CJ #aJ ####x###x###x##x##x##x##x##
y##'y##(y##)y##*y##+y##my##y##y##y##y##y##y##y##
z###z########################################################################
############################################################################
#############################################################################
########################################################h#7$#8$#H$#^h#gdB##
##
&##F,#7$#8$#H$#gdB#####7$#8$#H$#`#gdB#
##7$#8$#H$#gdB######$###^#a$#gdB####z##&z##(z##-
z##/z##Wz##Yz##yz##{ z##z##z##z##z##z##z##z###{ ##{ ###{ ##/{ ##1{ ##W{ ##Y{ ##[{ ##]
{ ##^{ ########################################################################
############################################################################
#############################################################################
#############################################################################
### ##7$#8$#H$#gdB########7$#8$#H$#^#`#gdB#
####7$#8$#H$#`#gdB###^{ ##_{ ##`{ ##a{ ##b{ ##c{ ##d{ ##e{ ##f{ ##g{ ##h{ ##i{ ##j{ ##k{ ##
l{ ##m{ ##n{ ##o{ ##p{ ##q{ ##{ ##{ ##} #############################################
#############################################################################
############################################################################
##############################################################################
#######$###`#a$#gd)######$#a$#gd)######$#a$#gd*C######$####\^#`\a$
#gd*C######$####\^#`\a$#gdB###`{ ##a{ ##b{ ##q{ ##t{ ##v{ ##{ ##{ ##{ ##{ ###|
###|##
|###|###|###|##Z|##[|##i|##j|
##+} ##1} ##5} ##;} ##} ##} ##~##~##1##2##3##4##;##<##u##v##{ ##|
#####################$##(##)############$##
%##J##K##########
########h)##h)#CJ #aJ ##
#h)#6#]####h#d##h)#0J*####j#####h)#U####h)####h)#CJ #aJ ####h)#5#CJ
#aJ ###h\##h)#5#CJ #aJ ###h_#5#CJ #aJ ###ha+'#5#CJ #aJ ###hB#5#CJ #aJ
##? } ######s##_##p##B##0####2##@##
##/####R##} ##W##6#####################################################
#############################################################################
#############################################################################
####################################$##d##d#@&#[$#\
$#a$#gd)#####$##d##d#@&#[$#\$#a$#gd)######$##d##d#[$#\$#a$#gd)#####$#
&##F&##d##d#[$#\$#a$#gd)######$####d##d#[$#\
$#` # a$#gd ) ######$#a$#gd ) #### ## # # # # ## ## ## ## ## ##s ## # #
######2##3##?
##@##################_##s######p############B##X##0#
#H##W##h######l##w##################3##4###########
###:##;## ######h
##h)#6#PJ##]## #h
##h)#CJ##OJ##PJ##QJ##^J#####h#d##h)#PJ#####h#d##h)#>*#PJ####h
##h)#5#PJ##\####h ##h)#PJ###
#h)#6#]####h#d##h)#0J*####j#####h)#U####h)#>;##S##T########*##+##
##/##^##_#######################$##M##N##############
V##W##} ##~##R##} ##################V##W##Z##[##]##^######
####################?
##@##J##K##M##N###### ########
##h)##h)#5#CJ##PJ##\#aJ#####h#d##h)#PJ###
##h)####j#####h)#U####h ##h)#5#CJ##PJ##\#aJ#####h
##h)#6#PJ##]####h
##h)#PJ##H##/##0##4##5##7##8##########################a
##b##h##i##k##l####################!##"##$##
%##^##_##d##e##g##h##########################2##3##9##:
##<##=##############################m##n##r##s##u##v##
##############$##
%##)##*##+##
#######################h#d##h)#PJ#####j#####h)#U####h)
#Y+######6##7##<##=##>##############(##)##=##>##M##N##_##`
############################ ##########<##=##H##I##S
##T######################V##W############C##D##|
##} ##### #########
#h)#PJ#####h#`x##h)#PJ#####h
##h)#6#PJ##]####h#d##h)#PJ#####h)####j#####h)#U####h
##h)#PJ##C# ############{ ##|############### #########
6####^########### ##############################m##n###
#########C##D##############

###h ##h)#6#PJ##]####h ##h)#5#CJ$#PJ##\#aJ$##$#h
##h)#CJ##OJ##PJ##QJ##^J##aJ### #h
##h)#CJ##OJ##PJ##QJ##^J#####h#`x##h)#PJ#####h)####j#####h)#U####h
##h)#PJ#####j#####h ##h)#H*#PJ##U#####h
##h)#>*#B*#H*#PJ##ph####36##=##Y##t####
%#######>##\##u##########^######:##?
##n##r####################################################################
#############################################################################
############################################################################
########################################################$##d##d#@&#[$#\
$#a$#gd)######$##d##d#[$#\$#a$#gd)#"###$#2###(#
P##x#
##4
#\'*.#25@9################a$#gd)#####)##*##7##8##9############
##? ##n#################:##;#############;##r##y##~####
8## ####? ######-##.##S##T##b##k###########o##########
##
1##:##Q##Z##f##l#####$#h
##h)#CJ##OJ##PJ##QJ##^J##aJ#####h#`x##h)#>*#PJ####h ##h)#6#PJ##]####h
##h)#5#PJ##\##
#h)#PJ#####h)##h)#5#CJ##PJ##\#aJ#####h
##h)#PJ#####h#`x##h)#PJ#####j#####h)#U####h)#;r##~##h#########o##
########## ##
##2##8##O##a##f##m#####################################################
#############################################################################
############################################################################
#####################################"###$#2###(#
P##x#
##4 #\'*.#25@9################a$#gd)#####$#
&##F(##d##d#[$#\$#a$#gd)######$##d##d#[$#\$#a$#gd)#####$#
&##F'##d##d#[$#\
$#a$#gd)###m##################M######>##N#######9##I##
###########&############################################################
############################################################################
#############################################################################
###########################################################$##d##d#@&#[$#\
$#a$#gd)######$##d##d#[$#\$#a$#gd)#"###$#2###(#
P##x#
##4 #\'*.#25@9################a$#gd)###l##############
##F##L########## # # #########
## ##
##
##5 ##6
##N
##O
##F
##M
## ##

################s##y##R##a##n##o##=##>##M##i##j########
######W######h=##h)#PJ#####h
##h)#5#CJ##PJ##\#aJ###
#h)#PJ#####h ##h)#6#PJ##]####h#`x##h)#PJ#####h)####j#####h)#U## #h
##h)#CJ##OJ##PJ##QJ##^J#####h)##h)#5#CJ##PJ##\#aJ#####h
##h)#5#PJ##\####h
##h)#PJ##6W##X##_##`###################@##A########
######?
##A##T##U##########z##{ ################S##T########
###### ##
########I##Y##i##|#####
##G##H#######1##2##6##;#######O##f####
################h ##h)#6#PJ##]####h
##h)#5#CJ$#PJ##\#aJ$####h)##
#h)#PJ### #h ##h)#CJ##OJ##PJ##QJ##^J#####h
##h)#PJ#####h=##h)#PJ#####j#####h)#U###B#################
#####h##i##o##p#####################R##S#####&##'##l##m##x##y
##{ ##|##############-
##.##7##8##@##A#################################
$########W##_##m##
######################################h
##h)#6#PJ##]####h)##h)#5#CJ##PJ##\#aJ###
#h)#PJ#####h=##h)#PJ#####h)####j#####h)#U####h ##h)#PJ#####h
##h)#5#PJ##\#@&##L######m####f##g##h##i##j##k##l##m##n##o##
p##q##r##s##t##u##v##w##x##y#########################################
#############################################################################
############################################################################
#############################################################################
#######################################$#a$#gd*C#####$##d##d#@&#[$#\
$#a$#gd)######$##d##d#[$#\$#a$#gd)###m########2##3##V##W##f##|
###############"##=##@##n##q#####################
$##p\p\p##############################&#hPL4##h^z#6#CJ##
OJ##QJ##]#^J##aJ### #hPL4##h^z#CJ##OJ##QJ##^J##aJ#####hPL4##h^z#OJ##QJ##^J###
#hPL4##h^z#0J+#OJ##PJ##QJ##^J###
#hPL4##h^z####hPL4##h^z#5#CJ##aJ####hPL4##h^z#CJ #aJ ####hPL4##h^z#5#CJ #aJ
###h)#5#CJ #aJ ###h=##h)#PJ#####h)####j#####h)#U####h ##h)#PJ#####h
##h)#5#CJ##PJ##\#aJ###y##z##{ ##|
##############################$##=##>######N##O##
############################################################################
#############################################################################
############################################################################
###################################################
###h##h#^h#`h#gd^z####
&##F/#gd^z#####gd^z######h#`h#gd^z####
&##F-
#gd^z#####gd^z######$#a$#gd*C###$##;##=##>############>##A##U##Z##
####K##U######################D##F###########
###vkkbU###h{ #5#CJ #OJ##QJ##^J####h^z#5#CJ #aJ
###hPL4##h^z#CJ##aJ###
#hPL4##h^z#CJ##OJ##QJ##^J##aJ#####hPL4##h^z#5#CJ##aJ####hPL4##h^z#5#CJ$#aJ$#
#hPL4##h^z#0J+#OJ##PJ##QJ##^J###&#hPL4##h^z#0J+#6#OJ##PJ##QJ##]#^J###
#hPL4##h^z## #hPL4##h^z#CJ$#OJ##QJ##^J##aJ$##
#hPL4##h^z#CJ##OJ##QJ##^J##aJ#####hPL4##h^z#5#CJ##OJ##QJ##^J##aJ###!
O##P#########################A##e##j###########
#####D##F###########################################################
#############################################################################
############################################################################
#############################################################################
###################################gd^z####
&##F.#gd^z##
###h##h#^h#`h#gd^z#####gd^z#############-
##;##L##^###########U##########################
0##1#######################################################################
############################################################################
#############################################################################
#############################################################################
#########################################$#a$#gd*C#####gd^z#####gd^z######
########'##.##0##1##8##9##?
##@########g##z###############
#########U##V##W##_##umumuii`u\`P########h#O##hO##5#C
J##aJ####haY7####h<Q#5#CJ##aJ####h<Q####h1s##hO##5###h<Q##hO##5#CJ##aJ##
#h1s##hO###

#h&w#5###h1s##h&w#5###hhRB##hO##CJ##OJ##QJ##^J#####h1s##hO##5#CJ##aJ####h&
w#5#CJ##aJ####hhRB##hO##CJ #OJ##QJ##^J#####hhRB##hO##5#CJ
#OJ##QJ##^J####hO##5#CJ #OJ##QJ##^J####h&w#5#CJ #OJ##QJ##^J####h^z#5#CJ
#OJ##QJ##^J####1##8##@##########9##g##z##################
###########!
#####[##b#############################################################
#############################################################################
############################################################################
#############################################################################
###################################################$###`#a$#gd&w######$#a$#
gd*C#####################
%##(##L##P##T##V##W##`##p##########################
#############################################################################
#############################################################################
############################################################################
#############################################################################
######################
###$#7$#8$#H$#a$#gd*C######$#a$#gd*C###_##`##o##p##############"##
%##/##w##############$##
%##qW@2###hp#CJ##OJ##QJ##^J##aJ###-
#hQ@s##hp#B*#CJ##OJ##PJ##QJ##^J##aJ##ph####3#h####hp#6#B*#CJ##OJ##PJ##QJ##]#
^J##aJ##ph####>#h####hp#B*#CJ##OJ##PJ##QJ##^J##aJ##fH#ph####q
#######-#h####hp#B*#CJ##OJ##PJ##QJ##^J##aJ##ph####
#h####hp#CJ##OJ##QJ##^J##aJ#####h####hp#5#CJ##aJ####h<Q#5#CJ##aJ####h####
hp#5#CJ #aJ ###haY7#B*#ph######h3#B*#ph######h<Q##
#h<Q##hO#####h#O##hO##CJ##aJ###########################
###############################################
#############################################################################
#############################################################################
############################################################################
#############################################################################
######################
###$#7$#8$#H$#a$#gd*C####################"########m##8####\
#####$##
%##;#####################################################################
#############################################################################
############################################################################
#################################################################$#
&##F##a$#gd*C######$#a$#gd*C#####$#
&##F###d######a$#gd*C#####$#
&##F##a$#gd*C######$#a$#gd*C#
###$#7$#8$#H$#a$#gd*C###%##;##? ##[#################
#####Z##[##
r`MA7*############hz$###haY7#OJ##QJ##^J#####haY7#OJ##QJ##^J###
##h{ x;##haY7#5#CJ##aJ##$#hQ2##haY7#CJ##OJ##PJ##QJ##^J##aJ#####hQ2##haY7#5#CJ
#OJ##QJ##^J##aJ
###hp#CJ##OJ##PJ##QJ##^J##aJ###*#h####hp#6#CJ##OJ##PJ##QJ##]#^J##aJ###$#h##
##hp#CJ##OJ##PJ##QJ##^J##aJ###
#h####hp#CJ##OJ##QJ##^J##aJ###3#h####hp#6#B*#CJ##OJ##PJ##QJ##]#^J##aJ##ph##
##-
#h####hp#B*#CJ##OJ##PJ##QJ##^J##aJ##ph####$#h####hp#5#B*#CJ##PJ##aJ##ph#####
########
#####[####b##
##E##y####K#########N##############################################
############################################################################
#############################################################################
#######################$####d####^#a$#gd*C######$####d####`#a$#gd*C##
###$##d####a$#gd*C######$#####d####d##d#[$#\$#^##a$#gd*C#####$#
&##F###d####d##d#[$#\$#a$#gd*C#####$#
&##F###d####d#[$#\$#a$#gd*C###[##_##o####b##
#####E##G##H##y##z##########################*##>#####
####U##n############Z##o############? ##U##{ ##|##} ##

w###########haY7#5#OJ##QJ##^J###U##
#h{ x;##haY7####h{ x;##haY7#5###haY7####h[###haY7#OJ##QJ##^J#####hJ)##haY7#OJ##QJ#
#^J#####h

[##haY7#OJ##QJ##^J#####haY7#5#6#OJ##QJ##\#^J####haY7#5#OJ##QJ##\#^J#####haY7#O
J##QJ##^J#####hMh###haY7#5#6#OJ##QJ##^J#####h(4##haY7#OJ##QJ##^J##-
N####################################################################
####################?
##################kdB###$##$#If#####G##############################F##.
w$D%##u
##################I####################################
t####0############################################%#####
##########
##########
##########
#########4#######4###
#G#a########$##$##$#5$#7$#8$#H$#If####a$#gd*C# ###$##$#a$#gd*C#
###$##$##d####a$#gd*C##
###$##d####a$#gd*C#######(##)##*##>####################################
######_#########################################################################
#############################################kdC###$##$#If#####G###############
###############F##.
w$D%##u
##################I####################################
t####0############################################%#####
##########
##########
##########
#########4#######4###
#G#a########$##$##$#5$#7$#8$#H$#If####a$#gd*C#########S##T##s############_##
##########_############_###########################################################
############################################################################$##$##$
#5$#7$#8$#H$#If####a$#gd*C####kd_D###$##$#If#####G############################
##F##.
w$D%##u
##################I####################################
t####0############################################%#####
##########
##########
##########
#########4#######4###
#G#a##############################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
########################An attempt has been made to cast a reference to an object
to an inappropriate type###IllegalArgumentException#A method was passed an invalid
or inappropriate argument or invoked on an inappropriate
object###IndexOutOfBoundException#Index is out of
range###NegativeArraySizeExcepion#An attempt was made to create an array with a
negative length###NullPointerException#An attempt was made to use a null reference
in a case where an object rfrence was required###SecurityException#A security
violation was detected###NoSuchFieldException#Linking process of Java
application###NoSuchMethodException#Linking process of Java application###Example:-
class Exception { public static void main(String args[]) { int a,b,c;try { a=0;
b=1;c = b / a;System.out.println("This will not be printed.");} catch
(ArithmeticException e) { System.out.println("Division by zero.");}
System.out.println("After catch statement.");} } This program generates the following
output:-Division by zero.After catch statement.#### Java solution 1#2010##[CE/IT]
Page # PAGE \* MERGEFORMAT #34####
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
####T##U##n#######s############_############_############_######################
###################################################################################
##############################$##$##$#5$#7$#8$#H$#If####a$#gd*C####kd#E###$##$#If
#####G##############################F##.
w$D%##u
##################I####################################
t####0############################################%#####
##########
##########
##########
#########4#######4###
#G#a###############s############_############_############_################
###################################################################################
####################################$##$##$#5$#7$#8$#H$#If####a$#gd*C####kdE###$
##$#If#####G##############################F##.
w$D%##u
##################I####################################
t####0############################################%#####
##########
##########
##########
#########4#######4###
#G#a#############X##Y##s############_############_############_#############
###################################################################################
#######################################$##$##$#5$#7$#8$#H$#If####a$#gd*C####kdF#
##$##$#If#####G##############################F##.
w$D%##u
##################I####################################
t####0############################################%#####
##########
##########
##########
#########4#######4###
#G#a#####Y##Z##o########s############_############_############_#################
###################################################################################
###################################$##$##$#5$#7$#8$#H$#If####a$#gd*C####kdKG###$#
#$#If#####G##############################F##.
w$D%##u
##################I####################################
t####0############################################%#####
##########
##########
##########
#########4#######4###
#G#a##################s############_############_############_#################
###################################################################################
###################################$##$##$#5$#7$#8$#H$#If####a$#gd*C####kd#H###$#
#$#If#####G##############################F##.
w$D%##u
##################I####################################
t####0############################################%#####
##########
##########
##########
#########4#######4###
#G#a##############=##>##s############_############_############_#############
###################################################################################
#######################################$##$##$#5$#7$#8$#H$#If####a$#gd*C####kdH#
##$##$#If#####G##############################F##.
w$D%##u
##################I####################################
t####0############################################%#####
##########
##########
##########
#########4#######4###
#G#a#####>##?
##U##y##z##s############_############_############_############################
###################################################################################
########################$##$##$#5$#7$#8$#H$#If####a$#gd*C####kd|
I###$##$#If#####G##############################F##.
w$D%##u
##################I####################################
t####0############################################%#####
##########
##########
##########
#########4#######4###
#G#a#####z##{ ##|##} ########
####s############d############d############d############X############X###########
#H############H####################$###7$#8$#H$#`#a$#gd*C#
###$#7$#8$#H$#a$#gd*C######$##d##d#[$#\
$#a$#gd*C####kd7J###$##$#If#####G##############################F##.
w$D%##u
##################I####################################
t####0############################################%#####
##########
##########
##########
#########4#######4###
#G#a #####} ## ## ## ##b#################
################&##'##)##*##I##J########################
##### #####
#################lwswswsws########h######j
#####h###U####h3##h3#B*#ph######h3#B*#ph######haY7#B*#ph####"#haY7#5#B*#OJ#
#PJ #QJ##^J##ph#####(#h)###haY7#5#B*#OJ##PJ #QJ##^J##ph#####
%#h####haY7#B*#OJ##PJ #QJ##^J##ph######haY7#B*#OJ##PJ

#QJ##^J##ph######hJ)##haY7#OJ##QJ##^J#####hJ)##haY7#5#OJ##QJ##^J###,######
##########'##(##*##J##M##v##x#########################
############################################################################
#############################################################################
#############################################################################
#############################################################################
#$###`#a$#gd*C#####$###7$#8$#H$#`#a$#gd*C#
###$#7$#8$#H$#a$#gd*C############
######################
%##*#######################################################################
#############################################################################
###################################################################################
###################################################################################
######################################################################$#If####
###$##$#If####a$#########gd#7#
###$#7$#8$#H$#a$#gd*C##
###"##$##%##)##*##+##-
##:##;##R##S##U##V##Y##[##\##]##w########################
###################################################################################
############################################h3##h3#B*#ph######h######j#####h#j
3#U##mH##nH##tH##u#####hE,##hE,#OJ
#QJ
#^J
#mH##nH##u####j#####h#j3#U####h#j3#OJ
#QJ
#^J
####h#j3##
#h_d##h#j3##'#h_d##h#j3#5#B*#OJ
#PJ##QJ
#\#phO###h_d##h#j3#5#OJ
#PJ##QJ
#\####h#j3#OJ
#PJ##QJ
####h_d##h#j3#OJ
#PJ##QJ
##*##+##,##-
##Z##[##\##]######################################v#######################
#############j####################################################################
#################################
###$#7$#8$#H$#a$#gd*C##
## #H#$#!#gdX@#########z##kdJ###$##$#If#####s############################
##0###3"##U###################Q#################
t####0##########################################6###############
######################4#####H#4###
#s#a##### #1h##/ =!##"####$#
%#################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################!
7##D#d#######################
##########################################
#########
###########A#####,###? ###################,########A# #C#o#n#s#o#l#e#
#A#p#p#l#i#c#a#t#i#o#n###P#i#c#t#u#r#e# #1###A# #C#o#n#s#o#l#e#
#A#p#p#l#i#c#a#t#i#o#n#####"###################R##5####@5{ x#N8E#5##
####D######F#5##@5{ x#N8E##JFIF########ICC_PROFILE#####
appl####mntrRGB XYZ ##
####.##acspAPPL################################-
appl################################################rXYZ###,####gXYZ###@####bXYZ###
T####wtpt###h####chad###|
###,rTRC#######gTRC#######bTRC#######vcgt#######ndin######>desc###,###ddscm###
###mmod#####(cprt#####-XYZ ######m##A'###XYZ ######c[##[##)XYZ ######
%#####XYZ ######R#######sf32######
B###&##########lcurv###########curv###########curv###########vcgt####
#############
###### "$&(*+-.01345689:;<=?
@ABCEFGHIJKLNOPQRSTUVWXYZZ[\]^_`abcdeffghijkllmnopqrsstuvwxxyz{ |} } ~

####
####### "$&()+,./013456789;<=>?
@ABCDEGHIJKLMNOPQRRSTUVWXYZ[\\]^_`abbcdefgghijkklmnoppqrsttuvwxxyz{ ||} ~

######
######### "#$&'()*+-../012345689:;<=>?
@@ABCDEFGHIIJKLMNOPQRRSTUVWWXYZ[[\]^_``abccdeefgghijjklmnnopqqrsttuvwwxyzz{ ||} ~~

##ndin#######6##L##Y##Mj##f##(1####
#P##T9##=p########################
##########
%#+#2#9#@#H#P#X#a#j#s#} ###############1#E#[#t#######*#Q#y#####2#g#
####O#####]###7#####m####k# $
H
##r#
D
*#"##)##I###.##r####B###%###N#####c#/#### s!@"#"#$
%&'(u)l*d+^,\-`.j/y012346#768[9:;<>#?
C@pABD#E5FnGHJ#KeLMOTPR#STVbWY>Z\%]_-
`bLcexg#hjPkmoAprtKuwyp{ /|~kL2 #s]I9+####
###,Ch/g%Y (BXirodZZdnobH!
&v1O###########
#######"#)#/#7#>#F#N#W#`#j#t#~##############-#A#W#n########E#l####
%#Y#####F#####\###;###4###N# # n
,

#Y#
7
(#-##O###(##X###"##u#+###X#####j#8# ### } !d"L#5$#%#
%&'()*+,-/
0#132M3n4568#9I:w;<>)? k@AC'DhEFH8IJL!MsNP!Q|
RTEUW*XZ#[\^t_ac#dfEgik!lnlp#qsru$vxzL|
} S#iRF=0##iE)#

} m`VNMUg~ zvtqnnqo^:#t#B9#\####
H#b#Y#####

#######,#6#@#J#T#^#i#t##############,#B#Y#r#######6#a####+#b#####
Y###L## #h####s####w# 0
p
#m#
#####0##\###B##|####_#####H#####r#I#"### !o"W#H$G%\&'(*#+#,;-
Q.e/y01235,6`78:#;P<=? $@sAC3DFCGITJL#MwNP;QS#TyUWJXZ4[]0^`%ac
%dfFgik!lnpp#qsusw:xz|z~;[*zxp`D# #H
xR3#_>#J\$\#P]S=#Y#B^kqn
^H#~7#IV[J8###desc#######
Color
LCD###############################################################################m
luc###########
itIT#######frFR###B###nbNO########esES#######,fiFI#######>ptPT#######NzhTW#######
fjaJP#######tnlNL#######deDE#######koKR###
###enUS#######svSE#######daDK#######zhCN###
####L#C#D# #c#o#l#o#r#i##c#r#a#n# ## #c#r#i#s#t#a#u#x# #l#i#q#u#i#d#e#s#
#c#o#u#l#e#u#r#F#a#r#g#e#-#L#C#D#L#C#D# #c#o#l#o#r#V##r#i#-#L#C#D#L#C#D#
#c#o#l#o#r#i#d#o_irmfvoy:Vh000# #L#C#D#K#l#e#u#r#e#n#-#L#C#D#F#a#r#b#-
#L#C#D# #L#C#D#C#o#l#o#r# #L#C#D#F##r#g#-#L#C#D#L#C#D#-
#f#a#r#v#e#s#k##r#m_ir#
#L#C#D##mmod##########)####Mr#################text####Copyright Apple Computer,
Inc., 2005######Adobe#d#####C#
#####
##
###############################$''''$25552;;;;;;;;;;#C#
###########################%######
%#(((((#,0000,7;;;7;;;;;;;;;;#######"###################################
##################} ########!1A##Qa#"q#2##B#R$3br
#####
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
############################
##################w#######!1##AQ#aq#"2##B #3R#br
#$4
%####&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
#
########? #5} _Dqa###)H#$K###9#? gC+#\,+lo##? W9
4? - ####Y#/###&k8y#
y#2W#^ R +#@
##q #f$#3@#G%##r#: ? ,####9secv##v#
#C{ PT]|-#,v6K#? ,##### g##~n<-tjO[[{ #
.#g#(
wW6os} p>###P#%~##r#:? +####kxB-
z##O.;###3#e#Zt^o 1# yaa[#\{ ###_#O? G
%~##z#:@#($FdM&Y#1#\c2Ku
%`#y.7Kq###_#O? G%~##z#: #,LK`|
7#e#*#t[{ $lC$#T4!4T0^#cP#%^##z#:? *#'##V#[#
%HFY#A8i#: "@w H(###_~J=#@# #
u#[q##
X##9P#I#h]YGm,Z<v#
j#)#'####=
&+y^4O1Qe@2VHn#3<U9#8###=? (#'##Yh
? } ,D<~Sm|#Kp\Tqn~
EpTs-s#4(#S##=#? #{ ##
x##yd<#. n%#U#b2J
>:_I=#@###'#####W1+xlo3
9#KG+#{ h#Y6##29###_~I? #@# ##7fg? _]#~#Z
$-#HWW
0dP#,#
#:oI=#@# ###O#O=\ ,#FL#=j
#? &O? J<S`##\###+# ##Lt? qP3>+#dJ#?
,:} c##B#xn####1#gc# d~<k##?
#@#&y###~###m !#;#-4taf?
8xtA##K#####1#cxJq#C#? ^
(#>$b0)#h##O#O=\##E=? ? "? ##zzZ##"? #?
/$:#####W.(:Ht#####@#|? s#CG@#7$:###
##A###)#~v####/##A##/##gK} x#{ @?
##t#oh#####5##4#:_##:? <? #@# sx##K
@s@? #####m#####7#Z? Lw#tz###u#mh?
###9#Oc? #k@#|#v#s?
J^#9#k@##u#/#@A? #\i? OZ#t#: #|_?
/#@#s#i~#:##:###v(#sD####?
C3#l##W=E#t+h:i
-'#^d######I#|E#vz#C\
[F#>2##iXQ3'#.#t#C#*]P#9#N#f? <I$B76O4
7"#[cG)@#&3,S#.Td92bnVD$e`#YmI###%ej# KOm{ #/#&#
##kZY{ #cGw<(##J:ht? r>yW
) Z~ 5 \ # , #a a # # 5 #2  *# _ #_  l #k\Cm#)l h !
#\<Hb[#m##j<a^^[uB
F>l####P#7,#kdC#04#RLAP#
1=&&2H3oU8l:#3n/##? r#S_#9@
u #lQHT@LKm :U#9{ V`[%hff83#`j
##(####P#^#sOk#6##I#_#2;vOj4d6


#x#uk7#S_#9G#? r
##ry\IBv8bQX+)###W5 .M#Jv##$##t+
Qr=:######r/####$tF#Rwy>wlq#M^W7$L6v&/
3###Q#r/####_Uo#&Kkt<].%y#3#bi o3S} B
<)0V##T9(#c:p3u/E##
#R_#9@##ttym)d8{ y"#v84HB#V{ o#\=:GwS
Q C# J # # # T 2 E ###h q #T r A # & 5 /u # d / !
D#D.abl#O##q###jF#fc###-]#f##? v-K#t#!
Mu<~.-lK;G3=k&k :K
? g7"6s#@q1Zr/###### ?r##m} v%x#_(^c2O^jzZ^\
m,Jm*qGJI##sg#aj?
##(###P3oR#j&lduh#@q3/Mzy##o#wX#zb
##? ####54#fm&#} p]Pj.~/##zjD#cr$-# # j& ?
rMG#l#hd&#`txiW#-n$Z f{ #w##Ia6#c#z#& ?
rMC #h  r5{ a`y#CwU`U#]C #b###P#b#

##(? ###P#
*#& ?rMC #P
 b##? u####KE^? ##Q ?
r)v#b# #b#
 #G#c_E##c_/9@#J_x##E#(
_#.)u#? *5#_/9G=#_/9@#
#  #R#czE##czE###N4/###"? ###
 #/E_.:#J##K7/;K{ #
3#=jM_/.&##S#? #dw#/E
iqwYUH^.? #oi@#? ? @NZy##w.? ###
4n? /jy#L_Y._J###{ _ch/ } ? u[E#{ #Q
Ijw#L##_#t_s {* U 
b#n#W###V#g\#?
###Gu3##t#Zs#L#]/u2##]'B#jb} ~oy+
aAi{ m<w#%uCK##Sg##J##|#9@Ky:g} vw.
,DCmi4mqq2;##i&#|##k15Z&KweI#;e##xp##MV#>{ 9.$.
8su-K~4V#bPX#<K#:B#`d
##S#T
#rF#h##L#JuI##_>**#_?
[ { #H #nUV##W#W>v
nnnV:#<gjS#y
Im1s/4n4]##y##!l###j$j#X9BRkg Hd#
x$DU,^#####<R(#-z-Gzm%Ug+#@h\##"k/^s[l/,~h"V
oR[##@##Q%SQ#V##<|#w6{ ##zO!;B#yw<`k25-
>H[u$)#G #M/#q#Ar#lmlq#HWQa
4#jFQ## # #iW,f? 8k|3 6 e \* =
J
Um
#N(Bm.;p$
[# #pWz #r#K1d6#@##yu#tz#.-2IDac8##Q]Ei?
f>;fT2r#x:#_#n!V(KB-!F6~qO_PIY
n'b9#U#n7G^h-b#yd*hsvC"l#=S$#|[#q_#M{ -
#&#&cuT #F6_R##,qc)#,#Q#o##_#CE#Mo/
P@#} { #} oh { #? ##m4} ~%#j#(#o^##m##m5
##7o_#y###_#CE#Mo/P@#} { #} o
h { #? ##m4} ~
%#j#(#o##m####/Go_&mK#} oh
{ #? ##m4} { #} 4P#m###>{ #? ##m5##7o #m##m5
##7o#m##m5##7o#m##m5
##7o_#y###/Go_&mo_&mK#} o
h { #? ##m4} ~%#j#(#o#y##>{ #? ##m5
##7o_#CE#Mo/P@#} ~%#hmoh { #?
##m4} { #} 4P#m##m4} { #} 4P#m###>{ #? ##m5
##7o_#y###_#CE#M/Go
CE#M/GoCE#MoyLQ#S5#z |o#D
.PGO|} :fdSZb6vl#)#4`A]y#w#S_%S(<? Z\O#Gdd j!##
*/#d###K^{ ^[#]##BQE##QE##QE##QE##QE##QE##QE##QE##QE##QE##Q
E##QE##QE##QE##QE##QE##QE##QE##QE##QE##QE##QE##QE##QE##QE##QE##QE##QE##QE##QE##QE##
QE##QE##QE##QE##QE##QE##QE##QE##WKhxef8b\FO###A#
w:6#Df#R2#<#S%O{ ##s#'#MA#2J`q_###)kk+} ? #R
#
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
yAy#022F@#
? #g? s#[K#]!gFU#H8V? T#W[#} #3g? ? #?
~###_###)kh#
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
? } |_G#? O 0#_I9#? \#Z_zzL|c#? LJ#yo#t
Z/~###
##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q
@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@#} #>
p#UCx#9#? 4##>? 6s#s VK"3# #U~q###gf#|o
h#VG#=e_#_^I#`)%_? z#^x+#_jGQ^#
_###TW#/? #TW#W#/? #<##A##5@\*+^x+#? jW

####.y#<##A##5G+#B#P#<W
#####!y#} ##eEzo+#B#Q#
_###T#27#!y#} ##y#^q#Q^#
_###TW#/? #s# M#y#^q? ^x+#? jTW#W#/?
#<##A##5@\*+^x+#_jW
####.y#<##A##5G+#B#P#<W
#####!y#} ##eEzo+#B#Q#
_###T#27#!y#} ##y#^q#Q^#
_###TW#/? #s# M#y#^q? ^x+#_jTW#W#/?
#<##A#/5@\*+^x+#_jW
####.y#<##A#/5G+#B#P#<W
#####!y#} ##eEzo+#B#Q#
_###T#27#!y#} ##y#^q#Q^#
_###TW#/? # s# M #y#^s q? ^x+#_jTW#W#/?
#<##A##5@\*+^x+#_jW
####.y#<##A##5G+#B#P#<W
#####!y#} ##eEzo+#B#Q#
_###T#27#!y#} ##y#^q#Q^#
_###TW#/? # s# M #y#^s p#? ^x+#_jTW#W#/?
#<##A#/5@\*+^x+#_jW
####.y#<##A##5G+#B#P#<W
#####!y#} ##eEzo+#B#Q#
_###T#27#!y#} ##y#^q#WsjZs5+Gqn #er?
<##A#/5]##mb$# @4"IgK i%U!
O#(^`/#p5+jd##A#[F##'e L#sE#P
(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(
#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#
"##D#d#####################x
##########################################
#########
###########A#####*###? ###################*########J#a#v#a# #G#U#I#
#A#p#p#l#i#c#a#t#i#o#n###P#i#c#t#u#r#e# #3###J#a#v#a# #G#U#I#
#A#p#p#l#i#c#a#t#i#o#n#####"###################R##!##### 'yL_#!
######e7#####F#!### 'yL_##JFIF########ICC_PROFILE#####
appl####mntrRGB XYZ ##
####.##acspAPPL################################-
appl################################################rXYZ###,####gXYZ###@####bXYZ###
T####wtpt###h####chad###|
###,rTRC#######gTRC#######bTRC#######vcgt#######ndin######>desc###,###ddscm###
###mmod#####(cprt#####-XYZ ######m##A'###XYZ ######c[##[##)XYZ ######
%#####XYZ ######R#######sf32######
B###&##########lcurv###########curv###########curv###########vcgt####
#############
###### "$&(*+-.01345689:;<=?
@ABCEFGHIJKLNOPQRSTUVWXYZZ[\]^_`abcdeffghijkllmnopqrsstuvwxxyz{ |} } ~

####
####### "$&()+,./013456789;<=>?
@ABCDEGHIJKLMNOPQRRSTUVWXYZ[\\]^_`abbcdefgghijkklmnoppqrsttuvwxxyz{ ||} ~

######
######### "#$&'()*+-../012345689:;<=>?
@@ABCDEFGHIIJKLMNOPQRRSTUVWWXYZ[[\]^_``abccdeefgghijjklmnnopqqrsttuvwwxyzz{ ||} ~~

##ndin#######6##L##Y##Mj##f##(1#####
P##T9##=p########################
##########
%#+#2#9#@#H#P#X#a#j#s#} ###############1#E#[#t#######*#Q#y#####2#g#
####O#####]###7#####m####k# $
H
##r#
D
*#"##)##I###.##r####B###%###N#####c#/#### s!@"#"#$
%&'(u)l*d+^,\-`.j/y012346#768[9:;<>#?
C@pABD#E5FnGHJ#KeLMOTPR#STVbWY>Z\%]_-
`bLcexg#hjPkmoAprtKuwyp{ /|~kL2 #s]I9+####
###,Ch
/ g
% Y (BXirodZZdnobH!
&v1O###########
#######"#)#/#7#>#F#N#W#`#j#t#~##############-#A#W#n########E#l####
%#Y#####F#####\###;###4###N# # n
,

#Y#
7
(#-##O###(##X###"##u#+###X#####j#8# ### } !d"L#5$#%#
%&'()*+,-/
0#132M3n4568#9I:w;<>)? k@AC'DhEFH8IJL!MsNP!Q|
RTEUW*XZ#[\^t_ac#dfEgik!lnlp#qsru$vxzL|
} S# iRF=0##iE)#

} m`VNMUg~ zvtqnnqo^:#t#B9#\####
H#b#Y#####

#######,#6#@#J#T#^#i#t##############,#B#Y#r#######6#a####+#b#####
Y###L## #h####s####w# 0
p
#m#
#####0##\###B##|####_#####H#####r#I#"### !o"W#H$G%\&'(*#+#,;-
Q.e/y01235,6`78:#;P<=? $@sAC3DFCGITJL#MwNP;QS#TyUWJXZ4[]0^`%ac
%dfFgik!lnpp#qsusw:xz|z~;[*zxp`D# #H
xR3#_># J\$\#P]S=#Y#B^kq
n^H#~7#IV[J8###desc#######
Color
LCD###############################################################################m
luc###########
itIT#######frFR###B###nbNO########esES#######,fiFI#######>ptPT#######NzhTW#######
fjaJP#######tnlNL#######deDE#######koKR###
###enUS#######svSE#######daDK#######zhCN###
####L#C#D# #c#o#l#o#r#i##c#r#a#n# ## #c#r#i#s#t#a#u#x# #l#i#q#u#i#d#e#s#
#c#o#u#l#e#u#r#F#a#r#g#e#-#L#C#D#L#C#D# #c#o#l#o#r#V##r#i#-#L#C#D#L#C#D#
#c#o#l#o#r#i#d#o_irmfvoy:Vh000# #L#C#D#K#l#e#u#r#e#n#-#L#C#D#F#a#r#b#-
#L#C#D# #L#C#D#C#o#l#o#r# #L#C#D#F##r#g#-#L#C#D#L#C#D#-
#f#a#r#v#e#s#k##r#m_ir#
#L#C#D##mmod##########)####Mr#################text####Copyright Apple Computer,
Inc., 2005######Adobe#d#####C#
#####
##
###############################$''''$25552;;;;;;;;;;#C#
#
#################################################''',,,####z#
##"###################################
##################} ########!1A##Qa#"q#2##B#R$3br
#####
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
############################
##################w#######!1##AQ#aq#"2##B #3R#br
#$4
%####&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
#
########? #x-#"|y#F? "-RRBO4q1\##)A#Wk.b VRC##+.!
g`e#4#E71#$#EMsj6I4##~rFx? 65b+KQQ%V#pT#T?
G #I#|u} b[`fD,F'} =#5V#~q$`8#QXj#f?
Q#$#E_[[{ uq#i #!#y2#Qw #,vhG~Q|y###
#I#|>#OU=3T'!Fad#`FHt#5#c)#2.#)####(?
Q#$#EU### 
"
G #<#VP#G#<#} ? P#G#<#} ?
P#G#<#} ? P#G#<#} ? #*##gQ#(#G
#Q#"Q##I#<#EV##gQ#(#G #Q#"Q##Q#$#EV!
M>k~~o#gcLw#v(8jF@#X##je:e#.nI#qZ0ZV#y
#[y#_#bM#ZR#K"2<c##oG^{ #+y-{ 8V#gb#
cf<vr#R !#1HQ[#vQ##x7.Y<##
z^} } m[Jv#)^#### uu1v nCG#B`<r|
s P#L~7!F%h#2? j###7#K###muk
%s#RRY#+*K;ztHdie+lc!
#bsJ@J#[z[#O##kU####!|Ac2#mbo6-
/rIu$J]LuK##V)GZFXYZ<,k+#z#Wz[#O##kU####\k_
#Kv#V"Kw##2
7LCZZg{ #Ep'"y[nl8#W#kU###? # #n2O.#
#nF_o#} ? ##FWGZj7G#Z7@#^]#]j#5#H?
#t5#K##eytyu###= #####=-##t#V#Z#####=-
##t#
#Z7I## #=-##t#<#kV###? #
#n2<#kU###? # #n2<#kV###? #
#n2C#k5K#!#n$W-t6L~A##8l} g<Srg##
#ouAkg!ff#|_n} _{ L#X?
##hb#AxcI#X#pkjh(# !,3##+,#agv3=#)#
#$uX##k_:vXU# C#sn#a###
#Ko#jt#;:###8,Q#####tVllSvp##O#?
h##:=(#QE##QE##QE##QE##QE##QE##QE##QE##QE##QE##QE##QE##QE## #oR?
o#@ o#GWuvaiF|T= #JO#u##;D2%~a} =##=;~#&#-P-
#d2-K+#Fn8b#{ U]my? /'#z0.-#pc2l##p r
$#zOLd#']6#o
<m#X##? )e]-"##w99M#^SXiZ(#:YN
R+&#Q=Vj5#3g<#9#} ##3|P#$M#${ k4U/
P$##OPqP
,o#R<m2#p9 *I#cpfG]bUY#? 1w##l###k#Zm
X#FD$F5#M#hffd#_h]##d/p~\#T_#O###T(

#6]#>'#_;#O+g<} 3~6n#c>]c@MZ"##Sp<r#_)#Q5co8+
.gvDP^l6l+e[a
#<E;B#+dXd1##jwK[#<*1,7CU43##d'H##]#V`>#=
$w-b[+#o_EXi=FHV@dFg##8#z#9s<Nc#Z#@ u|
epW#YloDQa
S###h#F(AE#P#E#P#E#P#E#P#E#P#E#P#E#P#\###+#f#} #
|)# #$uX##k_:Ei## #
C -
W',y#~#E#gA9M} 'W,##Z4Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@##Q@
##Q@##Q@#p#


7


#
## #jP3 [ # bSA #] ##Q@##Q@##Q@##Q@##Q@##Q@#X
Hj
X^_R@Ss:#7-} /GWTM:&$#s,#cZ>_i###\@,1# y#DIH ?
t### K#pH#M9q#=+#} &#w'Dp0VmYzOhh# #####!
#@#} ;K#8D(A15#a=Em\q* ###?
##CZ###3@#(#(#(#(#(#+# w # 7#gMO#u##[
##
(
(
(
(
(
(([][[j<^KR)!c8E6m*3## #'r#vT#r!
dI&J#z#I
# ### <##.7!
n453x/F.v,#aq###$#i#k##<O#x#29tx*pz#[w?
t##MZ#<? n;H,} IBQE##QE##QE##QE##QE##QE##W##3#J##:#
ZA24q&@w
q1#? P####} P#ii#_*-;~#5###z#? P###?
/##^_#} Q#} P#ii#_KN##U###z#?
P
##^_#} Q#} P#ii#_*-;~#5###z#? P##? /
#TT##ZwA##h#^_#} Q#} P#ii# _ *;-~# 5 #
# #z#?
P###?
/##^_#} Q#} P#ii#_KN##yG@##-;~#5##
#z#? P###?
/##^_#} Q#} P#ii#_KN##yI#} P##ii#_*-;~##
W#TT##ZwC##h#^]#} R#T##ZwC##kb# 17 _Y
#'~#
Y##D#d#####################X# #########################################
#########
###########A#########? ############################A# #J#a#v#a#
#A#p#p#l#e#t###P#i#c#t#u#r#e# #5###A# #J#a#v#a#
#A#p#p#l#e#t#####"###################R###X####^h,?
I,lV#W######JZ#####F#W##^h,? I,lV##JFIF########
ICC_PROFILE#####appl####mntrRGB XYZ ##
####.##acspAPPL################################-
appl################################################rXYZ###,####gXYZ###@####bXYZ###
T####wtpt###h####chad###|
###,rTRC#######gTRC#######bTRC#######vcgt#######ndin######>desc###,###ddscm###
###mmod#####(cprt#####-XYZ ######m##A'###XYZ ######c[##[##)XYZ ######
%#####XYZ ######R#######sf32######
B###&##########lcurv###########curv###########curv###########vcgt####
#############
###### "$&(*+-.01345689:;<=?
@ABCEFGHIJKLNOPQRSTUVWXYZZ[\]^_`abcdeffghijkllmnopqrsstuvwxxyz{ |} } ~

####
####### "$&()+,./013456789;<=>?
@ABCDEGHIJKLMNOPQRRSTUVWXYZ[\\]^_`abbcdefgghijkklmnoppqrsttuvwxxyz{ ||} ~

######
######### "#$&'()*+-../012345689:;<=>?
@@ABCDEFGHIIJKLMNOPQRRSTUVWWXYZ[[\]^_``abccdeefgghijjklmnnopqqrsttuvwwxyzz{ ||} ~~

##ndin#######6##L##Y##Mj##f##(1#####
P##T9##=p########################
##########
%#+#2#9#@#H#P#X#a#j#s#} ###############1#E#[#t#######*#Q#y#####2#g#
####O#####]###7#####m####k# $
H
##r#
D
*#"##)##I###.##r####B###%###N#####c#/#### s!@"#"#$
%&'(u)l*d+^,\-`.j/y012346#768[9:;<>#?
C@pABD#E5FnGHJ#KeLMOTPR#STVbWY>Z\%]_-
`bLcexg#hjPkmoAprtKuwyp{ /|~kL2 #s]I9+####
###,Ch
/ g
% Y (BXirodZZdnobH!
&v1O###########
#######"#)#/#7#>#F#N#W#`#j#t#~##############-#A#W#n########E#l####
%#Y#####F#####\###;###4###N# # n
,

#Y#
7
(#-##O###(##X###"##u#+###X#####j#8# ### } !d"L#5$#%#
%&'()*+,-/
0#132M3n4568#9I:w;<>)? k@AC'DhEFH8IJL!MsNP!Q|
RTEUW*XZ#[\^t_ac#dfEgik!lnlp#qsru$vxzL|
} S# iRF=0##iE)#

} m`VNMUg~ zvtqnnqo^:#t#B9#\####
H#b#Y#####

#######,#6#@#J#T#^#i#t##############,#B#Y#r#######6#a####+#b#####
Y###L## #h####s####w# 0
p
#m#
#####0##\###B##|####_#####H#####r#I#"### !o"W#H$G%\&'(*#+#,;-
Q.e/y01235,6`78:#;P<=? $@sAC3DFCGITJL#MwNP;QS#TyUWJXZ4[]0^`%ac
%dfFgik!lnpp#qsusw:xz|z~;[*zxp`D# #H
xR3#_># J\$\#P]S=#Y#B^kq
n^H#~7#IV[J8###desc#######
Color
LCD###############################################################################m
luc###########
itIT#######frFR###B###nbNO########esES#######,fiFI#######>ptPT#######NzhTW#######
fjaJP#######tnlNL#######deDE#######koKR###
###enUS#######svSE#######daDK#######zhCN###
####L#C#D# #c#o#l#o#r#i##c#r#a#n# ## #c#r#i#s#t#a#u#x# #l#i#q#u#i#d#e#s#
#c#o#u#l#e#u#r#F#a#r#g#e#-#L#C#D#L#C#D# #c#o#l#o#r#V##r#i#-#L#C#D#L#C#D#
#c#o#l#o#r#i#d#o_irmfvoy:Vh000# #L#C#D#K#l#e#u#r#e#n#-#L#C#D#F#a#r#b#-
#L#C#D# #L#C#D#C#o#l#o#r# #L#C#D#F##r#g#-#L#C#D#L#C#D#-
#f#a#r#v#e#s#k##r#m_ir#
#L#C#D##mmod##########)####Mr#################text####Copyright Apple Computer,
Inc., 2005######Adobe#d#####C#
#####
##
###############################$''''$25552;;;;;;;;;;#C#
#
#################################################''',,,#######"##############
#####################
##################} ########!1A##Qa#"q#2##B#R$3br
#####
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
############################
##################w#######!1##AQ#aq#"2##B #3R#br
#$4
%####&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
#
########? #K+} zgB
#T,##`d##^DC##.v1^#C8
#9#
##n#v#X"+Z5 1M#I5-Yeg#$]
/#;} #"(t] u;#R##<E\L
#$q6YdU? 3@4MG-f#W#O'xb##I#w
#@#__V6ZrjcOD###tf4245#3O#?
dbGEO.5rr@#KQ} JK#5ILsK#S#:#f##Z-
wwg{ A#p_h,~7Q{ ##f} __KU###=>L -
mSo<TIr1UH8#y&A,i##208Rh##KQ} GWC1 % } + e " e|
7FY#~##lsm#UYR#-#Ye#(d*#h# (t$} qs#$A!
#B #W`#? n[###} J>/Uh#Y|
#nP#KQ} JE#Yt#nP#Q} JE#Yt#oP#K
>/U#? nQ@#~/G
#V,__Q} AUE#YtQ@#~/(tb,__Q} AU#?
n#} __UlQ@#0^Hb#`@####F#<T]F .? #f Gi#uJ4?
#L##yn#$YU#u|#s%"7C(s#T"C X#? -
4#LEI##eZ##*#F#u#a###Zh##1%W ,
0p#N#k} /#g>#$V]Z&(C#YM$H##I,A_
M%V`#(VV2c S#cE(mhHGVEo;&<,#0!
~n;@9k[h#aq&#!
&P###E##8 ^[4rZm#SmBK###8#r>(#B###-
F9###xU###jj#r#)!A#]ia5<#mi#} ###'8
,#
#7 CUa#M>:[O#$#C=[,T#Xp=zS##'####^#
j"Z'#;TI.m#*o#-gsujq b 4 g c # t M
p=jOAi#} ###]# j)Zjv:} #T#xT#8(#a1 N5SrG&I#/
BfMy:-7#mw{ Zr? #'##
WQ]BM#s<)8(i
#/s 95# s# 6& n| p Du#y? #
'###mw{ Zr#fM4LJK;`OG#qUmV-? Ha,REw##0NG !
Q#5o#mw{ Zr? #'##
b;KpH#ZM+VtT##OMCdRK.#]V#pW#c#mw{ Zr? #'##
:#$:4####!
GGGopAJ##]# jAi#} # ###]#
jAi#} # #t]t?
k#R##k_O5@##G]# ##T##kOO5@##G]#
##T##[_O5@##G]# ##T##k_O5@#s{ Z#r?
#? '####s{ Z#r? #? '####s{ Z#r? #? '###
#B5k#} ###\#j0<z<##\ # jB5 k #} ##<[#5G
!###T#<#'\#jB5k#} ##<[#k # Q ##N#= ?
#`yf.# ? '###sz#r#`yf.# ?
'O###sz#o##<IOU OGO om*Y\$#D# ;I#H=xSVU
%el#IG##`uK## 4##(#Z#F%[;#tYHbY#.
]1q+A7&##c'#tPMl3#@Za"gpYL#|w{ 3H#\#:U(W-
lX3D#|#"$## 4##)cR~#n##Xg8-##8@#y[5 oic
1]##s##MD-f

1z#.1
^#$Q|xS4K1##Kl# fdWK&7(#=3@#-4:!>
A`j c6#[
#? )D$1XPB#w#nxqY#K(#m#
#& #~{ sXb]r
s 5
M
# =tZ#
kAm=
#F<|x`#
3xJ##2I#6d#`g~|A/m2 %#]Z7F8xTu8 #fdt#
i& #O

%ut#(<c t##)@E#s#.Nd[[#RY< <
K>oOj} n=Q/m/Y"x\#B>O{ gxh##Ok
,g#ZuP0I2#v<l#dhe 1#VM'QQ4[^A,!2
#+DG#FO=#FFA#Nbd
##e#my#)#v@#[P#)QY9#7#IXcV.} jU$Il'KwI#Wt`####T#M
c&R@Y WUHc# t-iY#QM< n#2:%S2A#dVLz#VA{
o#7I#O#4p6#mx#pxb/3y#ft[#?
{ o#fbJ##34Q6q##mb(#~Y#KIm#[<"#\1gI#RH$
%uw9##($w$#(I#c$FV#T#]#eq!,#Ie#;OG#`O*[KW$##bE4SnW#
lV$f#aQ#7<##>_P###[yq-NR<J
d6v
1#(WF#B+*-#;#
WeD%`B7!
qY4q
d /m#OkH6_gi#Rt#Pnv:/p5#:m##,#c[xLqw'>`#C#Huy#`
1[04Iu#S#g\#wC[xI2'#c\I-I#Y d#4} #/##I`,5
b1G#
#<!#``g6fw##[] j,#xN]a
("t#\Ihw.]aH[Kmos$#L%<hG#.;>#l#lyw#;f-
r#gTY##Dy1@a=// } ###3,+*mM#6p##\T6liw/C,Q*
#wv#08#h#? Wk[x###Li#
#=UI\#&W####CmcQk<E
6 ~ # ~ 4S o>x> q T# \] kX.n" TV Klb# ) 0 H #<#: _ 1) m [" $S\C# #8A" /
BW#gZ6S#1GEY##? :O)n#UQMm9##+osU#(q[4<!
###46p4#f-m #8I#Zo#Vd#4#X#u,n91mjPc0r#_*#/s#xy3K

S# ls###=#V$;TqMviVi@##n
#-&i#s#Ow=#R##7Qm+h[jCt8"##D##N9XRy
:#G
#e@#:P#r4k4,G"GB
*GPiv#V0hHP##B#p#<T#QE#(@#QGz#JZJ(##<K@ E#
(
((SqJaR08$#Hd~4<##Rb7K!##$dV/##G*##Ug-
GfNj.#+`##g^=#/F"b#F P###
} #m$7ex!9z~#7B##|6#S{ ]i#######?
3#/1D)##;,Oim##G: #6#l@ w#####;####P#? g#!
>#? B#55###? 3#/3G~g#_fWvLR
{h#'~g#_f#ME#Cw######?
3#/3R3@#} ##h;###:###Dn95B,#|eg? 3<n9
##g#!]#b#W e,J#? v>Vtang<#go#!>#?
B#5'8wGJFpz(A %;###} #k8W`} #gz.? w&#P3#Q@##?
##/3G? B#5%###~'#_fo#!#E
#q#c{ ({ U =N#4j %dg#I_!#h#~'#_fh:LB#g4
rW? t8(#/! #h#O ##I*QB3#+I
#y##? ###|#####o#! w (?
#=#F#<###o #h#O # ;? G? G#y#~'#_f
####F#<##_#8#z~>_ ####y#~'#_f7#OI
%Tukn####=##K##!O ####p#LP##d##50##} 1#,
{ '#O##A#####>r } c'/=? Z5O# 1H#y#~'#_f
####8? #>+#b###!<#=#####bj#?
####OO#)
#{ #*Oj##bj##b#O#Qy#8 ImSyA##R} T#p###
#y8#O7#Tf?
##j#@##/1G#M ##'uO#1I]Sy## P#~G7#W e#
'{ { EeDpQ#$OW #{ M#5uwf#;#@\nf>S? z-O.Qa)S #bB/!
`#} #FOo#C#
###Y5& e##:M##Fb#? =:i'#o`#@##*E.s##@2MAcn
yNb@,Kt fZ%####e##S$x'3H p@$T#A%#9'$$."Ego#
s8$y#gf,h 8(#!
Vxsb;##Vd#KTAbW##lj#{ y##X0:3U[+(#~5jjq-
##jzB\HT#P@n#d#R#C4#&8f'#D]"? #
#Hm,#h\5#1]y#g#^ZFu#
%c&yH#F#k"Wg#:#$#=11#,P"H#p3#Wl#r## #
#j##f#N/#tt1k#I6;0=#l0} o9pTtb2#3o#Clm>ZI? |
QW`~##9/syx;1# ; {##o B9E%#
6:Wh#Jqt#=BJ#'y`#n$
C#a }=ED#3-#*' #{ #>#;u####We#L
szs4E#o;_{ "<mc##fdVa#\#2 {H!mg#
D#_#*#~5/#J#a#/&j
n%E|F#zF#/&jg["i#Um0#jr%##1
6{ ];<A$^vn#g#U#.6 VK/-2N} 1og#
#Mg##bFu4fR##.1l9#8#i:1kztlD42 k#|
cGp####W{ dX##n! %\#"#?
w} v/ YKxpRb##@#b#? oHp?
=#6#x#18Zr2#cOc'q? Vt{ ~} k/z:r~#9? 3} \;L##9e
%7k#{ a8z#.qdO #fU##0&p##:U.$
mLE#L#y8+#Fyfxm+_1"c#J#
#TtSj 3 ? #KkK=5#82#X-n"G'k##0#_iqp5YZUuyw=#
/-#k#{ y"_#AxPm] y:##u ? -Fh
%5[kHYvq#{ Ln#(#(#(#(#(#(# ###zo} #>7_####
L#7HW##w#<#yz<#? ##/1H $HC###`$Q#Q*
()A#####o#!#4#? ##/1G #(#\? ?
B##y'~'#_b'Cok#b8#jO$####Q#!#? ? B##} ####T?
g? ? B##y#~'#_f#A X 2##-
# jZD#C##j
#(#O #0%P#`
#KP#~'#_f? 7B#4#&i#U ##A#? #~q<#?
#~q@3:} ##*dDB##=~7B##y'~&########

 #
h#E#m###
#J4=8^P(##Z #(x## ####r *~1Qy_?
B#4yC~'#_f#,1~PR
OCM:I#r''#_f''#_f##='#
_ ##&#y? ? B#4y?
#i#gOq ##}
# # Q#y#####q`#f_q## f_? #K#)|
x#Qy8 ##=gw#Ri 2;#*
;# o<o? #####/1@###
6 #F_An#/### q<o? ####8###B #[# #R?
/1G#M ###g_q##<#=n? r#q<o? ######< #=n?
r|#_b#6#P#y#z
#@ ## o9G#M##y?
/1L##
#7### ##)|m? ####_b##? ##Q#? ##Sm?
####q#o? ##Q#q##'O#)<o? ####8R6g##-
###o_{ '#M#5} (#s##M} ###HWdL@} ? \7Hkf!
ReGp hHn###d#1t*W
h#XgtP####c4#Q##Qw3#Q9(5bGn/a
1OVeeVR8#7>#b-N;-#-Bq~CN###&#wN9]!
##O,#n1##x8##[5####j[8#Z^+x8{
;#;(np7#9@nY=fHc\[t_u~S_/#C,
[X#t~q.D1} ,Dkobo#x#X\
##\M<#J###9##C'oY@
%/6} ##><MlG4]I#E#Z6d#g#1oygw>o
w* # 6g9^c"C=Dr~#Pn#r#gi #]Cu
"vqa8:
%i*p"F#z-zxH3y*QylF6zJ##l###,
o##aO<ed#j#1 -
t@##8j&cfRY###bmC@P*J2M####UB0iv-L#DZMVE#
i3#{ W2KNy[Zk##KH###9e<|3o4
%###sc3e#6johSItB3Ct#FaPe9#ga-:N]RG
#5nQ" 8 5nmvPyn?
.##
>W} ##Y#fcok#3e$rH#n#d#Hxk~#s#qg%C'|0&T"*#y-
p##u#n>ok5, lW.g#w#8{ ( c B
Aqw#gk:} l##er'w###\+
H#ZtQhcX"7HgB# ##u:s#
y cv9=#:?
nG~|#+#Y:xMZ8FR(5#I7.M1? 7#h:##HnK;#Z<Fn
~

KsKhJJa.d@##hn_X[C##\\$Kr#E0qvO#2) O2U#G#
\##-H} H
H{
0~cmU#<## f81Hxi]#P)D"*!U2#Bp#Gf##\YCI
a&L#G\#@8#.m#az#ye#+l>#; V3teDm~\#
]#3^Me#Lv#X_ v##jQ#`#&Env*1ijs
3#p,{
#r } ## Y [ H + x e k n Z+9q # # # F h a9l# {
m
z#6Zw4$`1
$F5bib#e#u`)RK
+n[S#n#2#Hu#ka#2krG#&^rvX#a
K##,@,~##.
r7kX#eO
Wml]-B} <Gi7<a nJ##m#3#eHRN0#mm
o;2>Y#G
t###[#UC#K
gsgj###%!v##M#S qQ
Y#9#!z(#V7#H'2#Us%#I#$u
$? ]P#.>t+#UIhIn</o
+#"+#M#2##=4{ hcakocY|rEa# 4uK#"" HA\H~|
9
26_=H#s*#_v~SX:#mQIm#Be +`d
m_B#Y w#[TG##`r;#NQ3-[J#.# 2##\##zHEQd#-
# 6l>^im@#4E"|N#9J40Yo%'sM
aK+Hv#5} ? MxdpBnIdV
+y,#[Qim#
FdP#uUpYOk##V;T#'gvW6)R^da#{

p %d%#p# G#o# #p#? tt{ m%#<E$3d~@1m#>? #} +} 2(#_?
6w#ijb#<'##E-/ob# rxfB%b:\'.!Hn#g#(#g#:|
Q,PCE#2#IBPEIosow
Z$l#N #
m#$GPdd>w#%,sB7NE&Y*##vH&Q5#|
#S###A#VIF | #
O#`i #9~n#{ #);Rs@#^Aak
%e##*##TVutpL#e'###`#_*Kvf6#.zf# S cs#* #

%#n#iW
g + ? P#s+!0C#1# ]u_###W5M#=u
6#<v3#R=i#W `##.? #_H/]#Y r_ #O 7##
`## " #tEe%##>#v#j 7###K## #
%##.? >#v# f#+/K/##G$V__.# `##.?
_H /]#Yr_ #Oj 7## `##i " #t Ee
%##> v#f e7###K##Ee %##> v#j
`##Yr_ ? " #t# ##c #o 5N#K## #
%##U###d{ ,#;#+/K/##G$V__.#=W
# T} U# #;#+/K/#
#G$V__.#=W
# Tc} -
##T#H/]#Yr_ #g_ ## #Q=W 5O# K# Ee % ##c} -
##Tc o## #S" #t Ee % ##c #o 5G_###S"
#t Ee % ##c #o 5@{ ##;#+/K/##I# #%###?

>g# # #S" #t Ee % ##c} -##Tc} -
##TH/]#Yr_ #g_H? #Tc #o 5N#K## #%##} U?
##z## $V_
_.H/]#3Z###b} ###Yr_ ? "
#t#j m## # 5O# K## #%##} U##Q-W#?
#+/K/##G$V__.#-W##b#? #T#H/]#Y r_ #g _H?
#4} U##S#" #ufQ# #|gx#gJ#-W #Ta}
##V###Wo5^3#/#_  #z' 7H? Ov## M#=_f.e
##>? *#Eau ##9%X#8yR%dc#2Oh[E|
i J#9(#X###[]E#C)XvJ##,TyZWB88 # ##' #3K

I x X#B#'.zo
"#d#
H? yz_Ga8^H&Q##|-#@7ixbiB:xE\sIP(
#d#mp##@#4QE#
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
#? z ##g
)#W#~##@#M#=n#
:
P H
S
\
N# ]
#
##
#
#
#d
##7[_.L;n[|zlvq
qDj#!;*#;R@ZDgS#GJ$#]C#C##*w)#BB
F} l#KE#fs|x#<0|jjreAw>c#A
##5P#tU#O
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
#? z ##g
)#W#~##@#M#=o] %s## }
sA_v##E#P
(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(
#(#(# ##gJ#? z#(#x##J#} #>##} s#? ##V#7H?
_v##E#P
(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(
#(#(# ##gJ#? z#(#x##J#} #>##} s# # #W?
M#=t#%#o#O#QE#
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
(
#? z ##g
)#W#~##@#M#=t
t~@v#\o^^Hw6Xo5m#|? ####]Ox##Q##y? #v =G
Ao##R#<U## # n # m # n # m # # O # S # ?
##O *} # ###Q##v o=@##u? #'##G.#< ##
Tb
#~o#S#<U###o#m#|
##O *} _ z# ###P#?
7###m##O#S#? Tb
]Kx##Q##y? ##vo=GAo#S#<U# ##o#m#|
7## z)#b##O*]Ox##U>#
##.#<##<U\ ? m#|7## #m##O#S#? T
## o#m#} _z)#b ##O *]O x##U

> #
##. #<##<U\~o#o#m##O#S#?
Tb _##O *} # ###Q##v o=@##u? #'##G.#< ##
#~o#S#<U###o#m#} ####P#?
]Ox##Q##} ? ##vo=G# ##. #<##<U\ ? m#|
##O *} # ###Q
7###m##O#R#? Tb
# # #y? ? u?
#'##W>#vo=G# ##. #< ##<U\ ? m#|
##O *} # ###Q##v o=@##u?
7###m##O#S#? Tb
#'##G.#<####k6m#S#<U#
##o#m#} _z)#b
##O *4K+? ;
~n'_z #
YTQA(X#} #
###R#v#_{ ##zw_#w#} !sV(50Ei} 0gc~|
(#u##k/#7{ 2"sWM$#|]
_H~} '|##!q[[ygOC#I\1##-H-rx#? !
#gS*I##W.e[#t9sVOiy#[GHKG#Hc
.2'SVWM##3K#I9b3)WO#18#/VKXek#,tP#Au&-r#V#? Ny8_
A#Qop#>PmW&i#yp{ #n#h+3#sM3N
#va#fK34H#g#91-#bCS#q2<LbE3\,#|#HnG\ yZ#x
5aum:tL\#
gUEY<yeUp$]+drF946##ZFdI$G#|GW
u8lt)\kwee#&KZFX!623(%<#uI##K} zk#IGux-a3
%#B.###k#$x#e$;OXH-wZki#
2##uFwwI#&Fz#:P#eusaCm#B3-.D7G
Om<q@#`bEOn\Jd#7###=#3A|
0if#mLK} NIXx#Jd#,#X'{ dI@#5voT H<
hY&Uw9#3
&OB][#Mw##4(-H<,d#x$YNv#bI]##l.5% #OgtD#,,
N~8i##t#6#w###ll#j#Y\ x#X(H9\m-
#dIII
I
,Z#i10\JNq9ut
6T#u( H "0u$H7#[L<;vv2#$eq#i#>} BMb+H[ZE#2v#e
vsZgkcc$A&#<K;a##\##0uk)L ~} ? #&JQdT?
iOGR#QP(J z#)GR&J#GR&JQ? &JQ ~
#MEC)} #j*##iJ#)} JP#T? iJ> ~} (#5"#Q#
O7#4#5##c)} #5##R#JH#u#CZZ#^1#!$
###P#@#3# #3>? } +yD%ol`~;#? #} #>

? #U  ? ##QE#'V## 5#P#
 ### ? ##QE# #?
g~ mGVy##j(#+? } #]@#1#m#u#Y###
#:g E## ##
##Q##ow##P#? 3#m+? } #]E##i#O#?
##QE##ZF+O} #Q@#V##5#P###> #j? #E##i#O#?
##QE##ZF+O} #Q@#V##5#P###> #j? #E##i#O#?
##QE##ZF+O} #Q@#V##5#P###> #j? #E##i#O#?
##QE##Y#F+? } #Q@#V#? oF#? #GV##?
##Q##>#j(#+O} ##L # ##V#~#P# ##$##$#If#####!

v##h#5#####"#v###":V######h#

t####0##############################################6#,####5######/###
########3#######4#######T##n##$##$#If#####!
v##h#5#####5#####5#####5####o#5#####v####v####v####v##o##v##:V#####

`#`#`#`#`#
t####2###############################0########################
######################6#,####5####&#5#####5####&#5#####5#####/######
#####3#######4#######p2##############################T###kd#
##$##$#If#####T################################r####
#I#!
#&####################################&####################################
#################
`#`#`#`#`#
t####2###############################0########################
######################6#########################################
################################3#######4#######a###b###############
######p2##############################T####$##$#If#####!
v##h#5#####5#####5#####5####o#5#####v####v####v####v##o##v##:V#####
t####0##############################################6#,####5####&#5###
##5####&#5#####5#####/###########3#######4#######T####$##$#If#####!
v##h#5#####5#####5#####5####o#5#####v####v####v####v##o##v##:V#####
t####0##############################################6#,####5####&#5###
##5####&#5#####5#####/###########3#######4#######T####$##$#If#####!
v##h#5#####5#####5#####5####o#5#####v####v####v####v##o##v##:V#####
t####0##############################################6#,####5####&#5###
##5####&#5#####5#####/###########3#######4#######T####$##$#If#####!
v##h#5#####5#####5#####5####o#5#####v####v####v####v##o##v##:V#####
t####0##############################################6#,####5####&#5###
##5####&#5#####5#####/###########3#######4#######T####$##$#If#####!
v##h#5#####5#####5#####5####o#5#####v####v####v####v##o##v##:V#####
t####0##############################################6#,####5####&#5###
##5####&#5#####5#####/###########3#######4#######T####$##$#If#####!
v##h#5#####5#####5#####5####o#5####
#v####v####v####v##o##v##:V######v#
t####0##############################################6#,####5####&#5###
##5####&#5#####5#####/###########3#######4#######T####$##$#If#####!
v##h#5#####5#####5#####5####o#5#####v####v####v####v##o##v##:V#####
t####0##############################################6#,####5####&#5###
##5####&#5#####5#####/###########3#######4#######T####$##$#If#####!
v##h#5#####5#####5#####5####o#5#####v####v####v####v##o##v##:V#####
t####0##############################################6#,####5####&#5###
##5####&#5#####5#####/###########3#######4#######T##Z##D#d#############
#########<#-#########################################
#########
####X#####H####>####4X####!=###A#########?
##########################P#i#c#t#u#r#e#
#1#####"###################b##Y####,##eF
##5#Y######.######n#Y##,##eF
##5PNG
#
###IHDR#############5Z####sRGB####IDATx^]#`#E##BBH# #zPDPX)
X##ED^@DQA:;
$##{
w wW\ aowo
7Uf##@###D##@###D##@####XKD##@###D##@###D#
# #Xef"##"# ##"# ##"H#P##VY$IV## .XMD##@###D##@###DA"`#
n;vc_fU)#'##n#dE$K##\_O%B#)je+g#3-
##r'##<##D##@###D##@###D@'#V#YVo9|q]*#RboV #8{ 9"?
_2f#.
f} IM+b#G; <2ySGs#"
L"+~F} "###@###D##@###D####"`M~u-#+
67m4k4mV]T#D^]O87o#yOAgJ@CTm
#JHx9kG8#M/2AxQf^#G4[%j& ##D##@###D##@#,###ha`
]eyMys4yeg_rz o| # Sg q
 E#G{ [ X>0el0lYE5
\v
#e@b?
#g6%_3##18M&ou)rOW3`X#D8##T#fF###D##@###D##@#,##7~3.#
1#W? { :&**B/z###m##:v#.-/Tmp#r#3
e
e #]#e u#

#2 HtV#=#]z7#sqVdI# #:PbbZZ^1S-K.f4}}
# ##"#
##"#!-oh]vf5 ##gLe O U7Vov? J#s#-
;#@##w`_v~Mhv&R*#N##=[8;&+a#@#OM# N_&#-
M##C#G^##@Gv|T+#l#;ZL#o#67K###h&[#iD R
OtN#5F`U@#]N
S:e#@,c\)#sCj#pSz#Hb#4pY<#HW`E#!
#MR#$#~X[r_+rTEZ?
s>i
_3)rf\,#`#(\8CM##/>#Kz{ 8##3# ~za/
(f2C#|h20#l s##b#0#$#[8
]rw~[b,#>>U>I#5V#{ Mm/##Om##m,hbR )%C#'|
#
f#n#Z1['#6QZ/:R/PR4Z# k 7F#\##Qf#.!;:
%6j#_s##TAn##!#ciyO4#)
h-5+3} k#p##1 #B,'#)#6#d/'#mM#y#^vG#Y#
r*kcP#a -
%-/|r#\[r
r#9V&q? ##9q 3afg.
#8C##.#d#"#"Gxil2Zj.} ##/\,} HtJ]o#&...
#.xW\h;
51&)#59} ya=7W&<#&#g#"koF$#6~wwQ3o:~k
5MW#|Jf0+#_##,HGj} rN? =dC
4(W -)#S7-#y<#G<#u
##,[Qw/#6# #r+#*#&zTeS3#GnWT-
8#z#"##\f##6q
{ `=3k#+*+!IIk ;l
Mb#u##%GXh##jAH4;m? r~!#|g4####t#Dl#8i##LD0eB=C
#O##|#k~r\:Y)|sr&v#4m+'#&%##hf#5
#C5Sh OW#K&p #sS._0t#yY\);> y#gi#aU

j* #)
+sGF#
rpp#<0K)V##(#(T6Tg#<
##e} #(
#y###CJ@Oxz;#1C#cU##y##,brQw@x'
%S{ 'R@#*#CSH#IkM<k$,hiH#T'jfp'WUQm5v#e#I#o4# !
)#8B##I##Njq Txj[r#_~-_H
)|E>##|y:j_Z1oz.
AV\Z? mdhWQ#c} bH\B{ y8UET#WT]<#a#dWCgsl=Xl#7+
+MHsJ3#D#rO=eyGD,^#.Q ##+##$(D!#x!#
)1KT#Js;A#DL#%i#I#ce`c#%B## rqqa~^,7#I#)
[MwesH#M\hg~p~j#2##  #;m} ~H2VL%f_FO##!
9 #=$ #
RV# (#1 WQwO###
#75## >!1#[8 U#^-u#L`#7Z#!
%aH
)#mZ#] X g[v#\b##[#j)#a5##Y;H^-
F>>u#D##v#KU[M\##i5IgD09Q'#_w2V#!z##-#P#Bau3##(|
5#T##Q # #Q#F#$7 o#~49#{ qOt/)!o#o[]P#
%5# {#nb/#5h60/#{ R#1
## K# vp& #u##|Ft-,*.*.V#(q{ ###`ekk#6##U #~nU
Pz#tmHn#Be#L#j+-nh#{ KLX#[#+####
B#s##D#_UJ"Rk~ # K'FG#T
%7_,gi#)NAQm#OfO:} #sTaI#Gm`^Pi
#t-Wk[@(%#+j/ew#@c!\
##k#>Y5<q} 8Ym<<#k###@+qw.;=A#V#A #
&4yHbR##"#PiN]#X =#K#eu#d6I#OFB;(pp4HO-
M."#3#e##jLM9b-
%##B&#tw7#& o ##<###0B)e@ Y*#EEb##T1/s$/h:8$"
Bv#QRp.1T
Hz]-][#ORBmW{ u6>Qit/h^#Ut|boz
8nb"pWyV2#O? 9N^#:j"

K##:#y&#;.\#;#P-M=

nn^o-^:l/%? } DuF*####.#3X#^###? ###QM/8
LC"
) x#l4111":=aAbt8hO
j
K##)} A#AbXh"l)`)#XAK#F#WR9## qdB##+gb5=#VQ#djl@G
R#? z
d#} <YQ###*#v
PAX-"> + @4Msn TpY#MuY:w~,##$hM#Zi4k#Q|R]5e|
$l,)*T#\q8yOf1g_
S9 #
z5##uS]\="#%qWkA/BE#[A>7W##T#a1#
# TTLFL#>U{ #4U#%b#]
K###h##cE#5%Vk#J^#9#-
;8eG:""@-#Nr##K"`82PU##cvzcm9#77#,i
B3? #Z#[/_<,,#lrDCv#OvD {
#
Jz.#)z#3c`&paa"g'B#sW4v####0##+]%*
5#-#<} >}
Zyh? 7WU&} #{ ###$Mz+#rm#u:~$L## M4P5m6p]K5#
3#0m5#m)sb#t
<Lff$###R^#5y#\H#$(zB
? D$} x#*P%fz-(@
_###A#9#d#E
8:^ otkJ#O(#EOAXcb##|7? 5 p#]4O46###
h#^} $x'##@4#q#r!} #!###G>{ [qjf)algSZZbeEhB
Eg#&Ls%c#~H.bePDr2#23d{ e#N^|X7#Nxqbvz##%
U4'i#
rN`@T# +m#N k=
C#q#P#nh%0]#E##zIt)H#fKBV#j#>? f
sbc# #Ab9kpy#0XG#b!
U"|#!##5#-#m#qD*RH:p^
KY8# *Vc9x|m!&#*F.T\iZ
#>uw7
)%#< ^/yqy#m#xwDw{ -4EW*=#!'*##*8#

<J #B#2_onrAeDI# G##

#N&_ri
'Q7R#;u#,#{ pW#Q#])i,(,B\x###$B:#} #()###wvvv/-+P?
%9yee##v6VV-7==<###;6xygC"L 9#z#aNp*kGf
0GE~od0z#Z~a#Hg#S{ L?
B)T,)
{ >>"L#4eeUP.FV|
K##*=A#X{ bun_z)J$)MJ#y#w\$##@#-f
I#!Wm)Z #:y##Y(J@P5V>d###KU#-)"'#]m=J084]9 O#?
Y#xJ`^[mq
<
I D~##IEbU? | ##mz##Lxk \9#`XxP(9
/W0
##N| U4&~a|bC#T#jTxH#Y 1p####9#
F)h#iFUx<uvYy& v#bwL]#eX.o#gs'U!
6##
>12t#fW8##f##9KH,<
A#o3s>#!8#V;Pt##
L
oeE#dE#+Q#P ##(p##kTycm$_T{ ##u2[<qaQS% u
qOaNQ_#p#4g#7%v#E&Hy#iii
# )# ##>^C
&yGUr#f#f#3"##6-
#

. ##w z:UN@j.SZt,#X&2##D##@#####
nX/D##@###D##@###D##PCA
##(##"# ##"# #@cA##4z"##"# ##"# ###!##"# ##"#
##"H##@#ij&"# ##"# ##"#;!##"# ##"#
##"x#f##~m##ZT6;uqU]]+} \]} |
ae#A###D##@###D##@##
#
f )1
nOT1Fw-Pb% 2[)##MqWN#
#3>##Y#rJL70m#]\} ##B##D##@###D##h###`y/_]egSeg)d
RF~n2? #-#j#(z+z T'Z#5#'#c[^i]Q9$
TUUu;**#: iF###D##@###D##D#JeYIu#SZm]YV#gUYueYuUyUey5\WWWoU
\W##V#. #J^(d|##KU##ECAP4
##
%#)S=b@|"##"# ##"##^#IeEieeIU%-UU%`
guu#9Yer9#K#4{ 8
THL~#!EiSQ#a=K*###j#avD##@###D##@##:D 1#
: _#\K+#e##m#Ca&py(/#c#+#CzO5#V\
5#m8Mf#q #(8(#E#F###D##@###D##h#]Ho#gg#R "&2
1o[:4#[#
@EUyq9#($g9*##*AyE#;#P-T#f#\TWTUY.ISY(0##? #
%K#QX#"#"# ##"# #*#9? Sn#3Sr#S,606#ZJ"#z9hD;rZ{ 9#{ d
Q#+F#~#GRTU3Urf/pQ
X#R#a#Gf9#~
#XA#U##D###D##@###D##TI9,#0#0dfaw#?
CNDf#@f]A`U zX#'g#Tr8WITy j #:.=#T### '7?
PdN#YRPL##'`#@F<##D##@###D##@##O_*#J.#hfA&40##;g2"
o|_kBJ# P8#\@)S#{ #D# oU-=dZx#EFb? TTr#
(#
vHEUV# 1el>O #j+ILL#J9e9s###2L$#
#+^B-Z
=F##]
Wff
ITU  8 a 0 Q T a #`' L U E r # " ( #X nU~Y>=# D
$Zx4qI1_%#y0##\#=a!
#w##49##sm+ovHd##v#PTUY]vXA/]6l#8!'#O*@
>#[#!]#,h)Ls##ipT#<y:##l*,#`#Ee
#:7L3Q9:tM`nY##5inCO~2} [#rc1###_S#7]:e#|3-
7V#!#@cD`# |#? xc#g<'#
`
Pa_0d#@V0_r>q'/"""<BF)G##8|#T
#pY5]Vb} #;8b+\###v*#&# F&K%#@ R#-L8#NP###<#>"
#l]7? <#} 5FQ"NG#)TaKV
qdrW^3ev/L#
n#mbA1Fsa2##T5? s#\#R
#t #5T #RL#2###g4V#7[
#\#@OqOG#@]#hFQ#L#1#### $AS#+GyE##j

#Elph#;Vy3#0+"# ###`poZ",4'(0#
cdy#y'3G]#'9i8#8W&,
{ "{ RZ#gZQzZqFFIfzIfFiv#7#2NC*tBEUanuA.<jk q-
KeY@##q(#
P(###N#`Lb$EV'[#~x/#xZa#;#_d f #
*r@z
{ #>E 5/C'/qb} ###/e>} !w%KPm1 B
##cy!eP3 5#;^h"3tfcU
#>0EX.a$XP#O#\;zI$kn#h##=p1#nY|~Z|17NajpY<#_#UO#
Scs#SS
} ]NoNDB#vo_ws#%-dp? :N#Qh1PU#>uk$#SAU:#Z
@###
S## N)#nbo#? A#RYX#7s]"
#x M#_### ;#
VOM~.(mV9!
#_rW#z.##'##G@:#JVI4]##wz7K#seg XCkgor##{ -
# ^$ G # # \ d # 7 T 0IB # 2 = ## w

0 lk #
#&cj #!%
~y

#
aH4 #=#)#
M/6#Y#;6##0U
z#2H.#%#!:p Xw
>ZrFS##)#w-aA
# #i#
Lw#D#Y####2#KYUb,87#_H
iW
Ba##
T##-[ W##/ ####-#} D
#a} ~-#7[|s#(6Y#*0v#N5W8} ###{ O##v##+
;P&##.;'O=##\<#jirnLk/#|# (UCdE(#*X*\\
##
T#'@p3&(} #L###q#o#3(
RtV#U#0#eF#emV!h$; -#!S
##A###D#u:)4y#b####M=#Y0=
WFncc#f#(5pB\#} U#'BHIetx#ol^d\
%K#"#E#'oKw"#E|G#n6\#O:ZA\nN;_X,# 8#|
/(#lY;uB#FF? Fp#0wQ##Xvn#Ri2#v DLu-
##D##0#v^<6#L0K#a.$#>y":#3#|#_m##
#U##Pi\#;:
^##w/Z#*@fu ##{ z8[Dj#pkdI
#2_'##M|
m H##U#=uUz~#8YCznV]#g!zF/##O!
##.q3)Hy###WUK zV/q!S m/#A+6WDK#5
*####e#@e62{ &*_:I4
b#T/]#"{ p} Vz]##]@\DjGdc[cHZ#y<=ojX#"#
###<>O]##
#.`Sh 2 YOI{ yO6 -)#v=\II##&o^Wo#PP#w
#
# ? $#{ #GuU%#~+ #PUu6g|t3 8.>iCa#.####wrjb|9{ #N|
##t} ##
#d##@###D##@##@|jNxd)# w##
#C Vw#R#~b^
WsA#~#A 8X#p 3##[rN@@
5#r##E#/

#a##D##@###D##8#
r{ ~LMFnu{ |x#<4#{ p J#y_q6zmC##5_# 2#
4#k8#k#jZQ2#Nf QF###D##@###D@###%#)#} >g#p#+sH#-
_##r_
(G#D/T# 7? 5#+e##D##@###D##@###D,#p####k#pz+c&M;?
As
iz=>x]sA####pV)'>8
'{ zk##b-K#x{ Ce2# ##"# ##"#
###b#:8#[3####J^j##d.#+L#Z`uzU$&Y>7#"#|q!#,#c#k|
#.sC=b\UF:#"# ##"# ##w>#e
B^ z} ~;#\)+7I"!
!I
W 'Pjk !(##%#C###D##@###D^
P^Qaa j#]ZS#.=w (b#1lz|<#rm+
WV9.$
*%+RVJH##e #
`#^4y1 # # C # b b PO#@ W l - Xz ! E U # u Z { 5
D##@###D##@###D#@##9@###D##@###D##@#j#4#j
j,##@###D##@###D##{ ##6@###D##@###D##@##ZC##} dKvzvpw08hy
8#
S#PtiIdwr.M,w jkOHJ^Gk!T44
#"#4P
E;;;#;#d|#b4`Pgwwga9#^s0#XeOHP} #/-gv&<I#s#7n$%L~!
M#<xpRI@'y3SDW#8LY
I#zo6###5Db1"##niJ0#22r|s
G1##M\bJT{ Y#6i
5 wH;@_mDh#|glBEBs#1###|
E#GGGCq0(=ZTD:<H\qb7smb##BF`##
6CO#l#<#QB_p8#y%:Yx(#U51#I# ##c1#&.v$


!##oP #A l:yi%shI
a
##%EsmDtvi1h#tblKo# 0=YBi#aLA4o x
2Rb#,_w_v3;#5DP/5T.E#LD#ED#-<##%e/<ZQl#<} VRrv#6m|]]]lml+
+eI#i2oV^
w _z Iv:#? +FuqqeoC77Mkp#F^E3##g{ { c)
++
#d@:Gf? ##=vRrJVfN#wiTe7RC#"~
)2w)bRoQU3#8m{ ~##rTR\{ Z # # v#r\#s`\AC
2o##f#tj##2#Zl
(%#/tuiH`##`#8#X#w#]8:c
#y#'$
##Y`hv#j^kh##)Y~^m#@aa#:|
g[N#MK"Elwu]FB0X#t@eq.7##Y3%%%7j#>#g@
amjF#(hw7gw#p]UE*kacCArr_g#0h#
w 9 +W : X B z # c " e i v , j I Y L x # " V 5
: ^%
? c ? ]} bs x1u,|9##:z#|
h*+AGPk7###e>lA? #G#[=w1kc) qe#~N8N &Qy##3 #p 3%4
%
f#g#Sf#`#i"#fA#E,0/"#G#
## "6o .# W#<;c3y3
#<c+#2S^} # {
zXO$##
[*#O#]][4o4=-U#+#AOK.+-#p? p
{ mCo
:u"dx{ 4#;
^P####cH!|5Ta#--{ ia`S
%##ia#&;b*#`#PE~#IipWbOf
# .wr]nk>x+]VM7a#^bZ#'f#W{ wnw;#0N y
;A5##psF|iec#Z#&F#s=/a.#d=Z5
;9c0} 5#^0Sm##$O##0;S yJzyE5OK#n
jG;#)q\#G#sY##f#` #(0 ##u####KX=d{ ##J?
#_j#N9SYAo] /P#b_|!?
####/.)y4='jE*r=p&.#rNV#6UP####"#=z
##_#=lh(#{ -"6))[hhp#
6-#
{ l+/
!uW.##-#ATCE#? nQ/)-0#Cqto2siS'DQ))y
8M*M7hMf0#8} etSME#T#
>a#!6B|16 }
{ ##c# /a#N##.URw@2]c<#(
; O4
( '>#
##M##6l/Q#f|I#u? # :\G,#za=X# ?^u"MC (
( #s#
#/
`
edQX#C##z? ##!&,#DC]`''a{
# f? BYux5$ElZW+b]ky
3D\} Ly%g##1#@
*;U#~dHn#@#n#PaQS#@r#`#l*:WLWD D8
#a,aoo##8`P#vv Zb#9jToz#f###R[z##GDW#,#~A\.b#d#X8WV##yX$
#AM#X
Id#Ir
n5{ M_#"fY#-#|urP9"1o##^} z|
1<oFD####qW6@X#a/>#~} #4#J3w53#*#7hN##
\ yofT} 3~Kzz
gKB7c _+X ?
.1T.fJo~K##I#V2#E##X#_K? W##c`KA#3/#
%P#))QG#a/#]A#vsI=S? %)O? Z!^%T
#"##k####~#
#l>>nL
o_
 } NRua ARI*yy`{ eee<
%AJzrjFrZFJZfjZfZz#Y#9`pT#K..!ga##
_-1? #v

'oC###PiEf>dEJ###Gq? XvB8&wO9vq>[#L#:
:
::
f<Grl#l#@Fj##~>"QV*svvN8O\a#WtDR9x>Z'rN@#?
j/sC#JsHyk##l#vhx0#~aU##BN{ m+UT3.#6#jS##*
##huG###JT2#{ #
sG\4#G\8#pxd? 7y} 1/? =KH/+--c#8]|R+#09`>6-
#Y71T##
c7
\? #9#r#s#0#" @iV##y-##S7(#
(~&R/:xBD6g#2+/\#@.v-Y^Q## # ? 7o-#
s\#IC\? 9+##j#+**$P:,qr#k#FI~_EUe%N@z5{ n]#1aU0
#B#la#%G0#?
ICosQJ+d##^@Lf.]##L#'##D#/`
##0y@###b,E>#zSBFD
%C/`M[DD'/O#g.#s###d#i#DF#A#T##aoj8*^ u####
#
/#k#F#Q#
BLvy S #J#O0=|(#x<0.m )=vd###yL;p#

#;b #$l*9#6gRr#S]V#D#,2#2###sFB7#>6;#h4su##i##\
A} #=CB6ps#:t4#Gyy} &2#H3
7#ix##R3##y##L[L8W.Qa##_~'ssd#J8j"} Z
#S 6 vp p_#iKm#J} \0f9##/G<#`+W##l3##
z#C'#`d#4W3
xs#-0a#s } KxY7s#3-9s## #K1#
v $#;4 :#$!?
R]K#io7:#;((###,c#|e%h]Lm2!aL
4MD`OT} SBC:## #\ d#{ J##f/)##p} :2
##O'W#u!-]`20{ } C#d###>ti? 91izYh# ##o_vN]r

%H/?
#qf##zK[#mE8.d@X#7D)@x##nt=s#4n_##D#q==*#
Vn##v#F#]4##r##s.v#R^
p#Y9##HH#@} 0#Xh#pg###} ###;'#h<#X,@9D(#D#;###~
{ m[k#~##D2#y.'$<vvnJJRB)DZT1#D$} k # M{ 1#+f|
#6R###:zx#O@#+yhG^:\###pE{ o(#F`t)d -|k(d_#
P#M ~]#*aQ##U_2G0U#Qe##si#uN;7S~#y~
k7#Hz8r^xJ2c#p._m#@0#r0/##tf#`#;xXN##9X#zZty|
C###dT#&Y-#LX13##|rJ&#f^C#5wqq#e?
hm+/##u##C7##C#p#`##;S#a[4##t.-+p?
Cw#&#K#VAGth:##U#0S#E0Li#zxD##ibr#RR1#:#&19D[#

9Z[5srC_n#.@S# ####2 #ep? YE@9m&8" ###ya7


K##_? ##B mB##rn#yN##VI#@g#q`#3 #C#%#
/_Jj/^QyV<*@rI
#P} #*jp#>2*k##MdBWy'SfP#I#[3N|
;_zu###,KS#{ )#j#8[#'J3#=##utt
%##TYZ`#.#GUX #.#{ G#b71##I; =9vI#vhD###
tlDD
_8#51
#E#JD6Mq=} #&9b!#o(@~9###kI:#Hp=#E##p#-
GmY3#~###n]@z? #FYv8###>,
|dg#!_x#s#6#L@GG#o(#!W'OFvv Z^yi R*HX#y_l##
70GS+&w#,d1er ###y1{ { ;####### 9cWw1|KOMtt4|
#]'A#"l
#D^\rBX#<n$O##n
MWwh##s 3
c
K4yF##Q} #D##
#=Fv#.*)_
##p? "Q,#PM0k~Rtj#Ef#T#7#H# {> .k#=#
tGbo##;G6K>Zm()]q#</+z/#?
`{ 8#OE#SPpH#k(<#HD$#=p#agFIN5e#f##(C&(F
jFH0wIpnx-[##3k
Q## bMY$###;# ($! pC#Dtn
h<2###=###f\t'? 1 ##4**=#|
a#<G[f#SoowkP.5N5"R#R#bu#
ZY3} #
]K#p? s#~V'#,#i#P+x |:#-
##
qrO&#e\TAh&6a
X)###3~%p,av)#h#Jj_gfM
#;~##g#<JbCn9U3|#`g} Wd_u`GK^#? n%%
%+Y#r##T/G&& <2R%#Mz/ 3###AT$KnZ/A#
~h2Pt+6O#\+#(>$!zg#S #hb3#ZG#G j# c
@RI#[#%(#@k#@m#`F#%%N<d@####/)8ul#'"F
yrtA#v`#$? (=#&#\_X##@mN*j#Bbn@n#\b#<D"TV##FL;###D
tOy#6#B:S
XZK##(z#
ysX#47<M\#~# y@f##3#vv## 3/#?
#fW##m#n7ono#0#A<#[Vg
{ ##yy]##Y1V6YR\RqdbIM#8v} 6E
yzF.~~^\X:2!.Zb#@dRD]o
51xX/ZH`#|####gv3"#? GJ^0<T:#`##91###? #B
%#6%Ya#A#>} #hb#(##? W#gk##h#h# }"
F/S##gve#~.@m#
5#]^#>CvQfq
f# g s^og? #3#'j#@O? 'D#:yyE# ?
EG'5o$###

##} m.2ngnN###N##
EE%q1### ,
##.VM:#L#C)H#m
if+6e##{ >~d4#~#k3!##2%G#GS#e#0,##
zhe^#+#t#Q#C{ #l#[Y Z##qKb####^9 ,%%#0h!
#d^,#So#gM.Y##4qD(4IB=##:##
#ily#v#)eG#u<:jKh
6#T9#^#N###
##P###Ouq5### _k># #$83|*@G#p#q
#<
0q##9} ##8>0#O#66##|R$#h###ZOg# `KQhb? ez>#0##!
`#0l!$m>%UUuegNR#9#### #/Z^} :)`#jY#
\rWf##tla#(####>u_MVRb#F<>w@###2#Z} |nrN5Y)p
_+#&#4>##,EA#By8n
#HLV# #|<ONxxlHJ##)qw7#wWgM##bLb#v##'8!f >[:#####
,#`wB#K#} cF,#w#|7#####($;3##9###tq?
Ma#i$zEVn#`B=r~a/,!#O#\_ w#6"3C
h#Yy#-BIb
K\HV4cs#E#3g##Xo#F3_k##? #e|qRfZR f^} !d#\~d
#3^Q'[k&)&2A#];#5oa#0p[\Po.F#,=lv]k#? #r]#%@^~? [h!
#a##Bpn%#0 9###Zt_h,H7`d]6#W#l#
_<#hwA3q#XD#r]@k)H#v4f>ycA.:\t\b@#X4Q##<6###`GE#D
####5#+~ T
#Z3#X####~#,###<"Ucv5##t/#7h`h~#k#4.?
0#NG#zz9s#"saDZl#z>F1#8X,bjI##### g6K7###6K
/1.
S 5#^
~>^^ u0##RU|ag1##MU#
#w? #TBK} #r
2###l#;{ [X#
#(
+X&L##{ ##P#Qi#~##^]WfC#P#BO~'CDe#pz2##} H#WZ#p;n#
#Ef#;q#} #T#`S##p##CI0sacw#R###(um###:y
## #^rp ####~l9#`v-#-yJb s
)Un# J>RSSrD
)#F#Y
u .DNm;xn#
NI`RBPQ#+t} C.^~_5b#U###d^t#h_####m} x##

p888##? `#
#3]#;g##@]3 ~j###+/~wo?
1##0
 #o{ { [pZ# E#n6##"Ek$_o6##6zb4,'#u#b##
9|-#} #w##2###e#!~~ ~6#UB~
# D*l"2F#Xs4#f#-
QdX####ot`
0 #=#~h/"$3qH
uRRn#Z/ #jM#{ oG#Qt.@; M#R\S$b"L#t###JG#\
{ #Dt
|###QgnN{ cj# #h#Y##YaY#8~y## (+
];##N]W###@QI1[#Y~~ #
%PU]\Zp'Q##+##f####svi@g4#K)-?
c#/zun9#O#Qx##llHu`G#S##r]R3#n###`G`P#tN w1#-
?  ##Q###`

#p[X#.B#n $/4QO|;SS#y? KO(E #
o#K#j X)#? ##EOK##Gz5:+1#Yi#C]eV#0/#c####?
##y
2#>Y4##i
## h:E} _^+;/kn#~#=#
b##? 0##3#R#`#6#1%ev#
A=[x#{ h#H#T#ud
QD!##x##? H~Kw##Z#\#tj_#8Ct
)[#v } npv-# %jU^ #o_##j#C1M ,##w:#W#~f4+71Q
s? ? &=p [###=j%.x#5";II/#5@##%B##o [
@PZA#+####;CL<zHDO##? CcO VF###############WW#R
r#xu%#w##)#
ge~##"#/+##bDh#:%###{ d
o!#n#!v#Bd@>m|#|jU6>#p#,#p=NCw=.!

E_&#+~H)'##`:>r####PoP
g#Cp#S#`#eK78yF`#~#>=#X#p~H#"#h[
z'G#\tM##D\$$3 D
`#b#fH#;E@S8a7#oKK9y"##<\Cc.s mP]+B1#[#+5O1 >
rr/o:3pnnG#R9y#R#d<HIONHNHILM0pgedTr
(#RK!l0#Q#Zh
a/DP##Bt##+S###i
y%~![jY
#Z#l##|X&# ###'$~g7~#w$$Tn-4
##? ;9#07#OU*#
cD#.#q$)ILP."#JSH $G0#=#e#j###a
1#"@M:####! ^ QtBT# @#'#Z#|
####kaq#+#1#B##pyWzM##NhbkZ#8 } i { n_dm#L;
5##$? j[##N@###7wg`#%#5##|#!##Qi7 gg#
_? #@v5#l
4.$#^Q#uB/x9[##@#Lr{ v
m@v#} #a##Uw/##ws#reBd1##(!^|
022#j)@#A@#rR`E5d#<YZbbt#HG#!
fx##QN(1#7N#L#k##*N#ll&#57##&2
#(s^Jmz##P###py#Hd##-j;Cm? ##wg/ck#? mm`#Kq
%'kC&+#2z990#TXX
#? !1xA.k++####|Zt1Ls #? # ##O#6##=s/<W
#`iiTu} |RK#.;%Fu[#j~#p$#w+$/U-
,`{ #3#z#yC[',{ #} o;
#.y#!a
:# C#
)H\#zm;7o#q} 6#?
]##I#k#r'M#6i5[:#Tw@DD1##0#&KLLtqtY0"@@`#
UA*/WB#e K#
Qo#R:X#E#8#F5@dD<(##:t9Jd#Zw#.0-
#^
jTT1#
< #e_<g 2Y#Y6
| ? #? , #wl"`} =2#\
a#WB5a_v###vvd#k`##41#v#-,.)## d%#oq#j&*$
$ryT#N0tH7#o+ ji[;;(#$S
]#.#
ocH#!0
. : ? =? #:PQQ)*MM1####[A#VTT@_x!!
p#)I# #_#-#0#Gg^~##>5c0a#G4Df|? g# .} :G8##`#
#EE&y6fhP#Q76#dZc # g)*
0U_5-#1#7G"F&fA#j#######N>##@F@q_GA$#
%h#A#d##2#*6IS#[.0g!MJ3Kl3##yI-[O#UK#Q8
.s{ ##^d#

_} M###.#`#89:4k#,#5#Z#SRi#;ptt#k##@#uhPTX#@H6p*#=O
##;#ZaF2]U kct*~sn5`#{ Mw_"#QS,Co q##>{ l@
!Q)):#X*M1V#
6#m####r##v-#W'#xU
fL###F#d2v#4####,_#t#4f#wm6P`#j2i#J#>Z#p#OL#ei
aF2pz? #X`##_#Wg#$Y#
7I'`k##vf{ $###qY~.j#h##k#IW#p!
aGy&#3AZ F F9#Yy0k##8} h>j`4
#J} n#0`$##{ A##U##l'+#]-#a#(#/##y`##tX<#Zpn#
{ #B #H#KL#*c=q2-#gumBqG%Yw^0pP#b#
? #/##
##eY La)ER.U/
$g W^U w#9##.\*((d#RiX]EeB57##J#HB0>i#W#Y
6#1Kii'ye^#O#F#K# >? ###

0## ,|#\y#SE #+(~{ '
$tW1U(6Xxm1c|##6a#@D#+L#Y##/F\t|###
#Eme###[v'##
>##4K %0&} uj# #)#} `#!6`##,`#p#o#>###_#?
a#O##0c#U9#/M0`###J;#@"k#N#<iO #(#Z#0##?
#<MiF p+YF2c#>&o##*K,#V#w{ [HmMKIcl#OWO#c#
"Q|} *##r@s#@M'h@*W4uf3#62.@z3_w0 Q*#pq?
###f#H"
#HNLC^%V)#ey+#4
#v ##`? +nrY8#LPsgFt53RF##+#(#L#/#,q
*).;s##Dm##)
#@
$H
#+
P
O
8
[ U $ ]9#
\rqm#QzTIqjn#y{ BtM# (x#
7 MG? OscZ|o#c9#m
:
#L5Fq##$#R:##97E#@9#5#Z#jFM
7r## A
T9(##H0##<C2,)e&
##]##LZ#$[b#n>f$#3###Nf##u.gO
#} +b_-Bo]#>#:O
@R#"#X4#4L
#IO# o'@QpOLH3###Rm~/5 0_~#=om
e0#sWK#z#s^#p;,#ZD.a`[##:99S#Y
_0{ 8s
#=#I#
f#I#Z#^LFp+T/W3/5R:r~Df#Ag<85IQit"K} 4GkB=*P#'nD#PPM#>y
i2,Qg $&l/-`#,_N#00
i /`B
#6##"uN7} ##? %&
#f_E"a#h/X#o
c3j>#bS%!d(9r#@#E##i CBAM#n#M6~-[ro:#`..,q
6mPw^##'.8W*$VD(#k/#^##0&KN JK~V!-
N#VMBz=.,qfx6'#ci#cC#:J#Hvx~#E#>Xr7#B$S
zmDDSran###E_`g#4u#q#I!>)(#cW </f\
o
'bT)-C##:##_+e_Da&@##{
z #!} ? le YH,#:z 5d]!
zz} 9l? #z CPG
[WBlR#..Debgb##H9c#g'#?
> G} #zZYvu_##)R} # uM1i##/w0XB3w)#9
#e{ nX6z|E)#^(u.Uu:djzsVg###6kl#~&#&g
}#//S)QJ##
##W##".0d#4#~
J##&
y6P#.###QR '=i=#i]8d4$#"j(G0MxR8
####o#=Yk#sQdUGS##TT3v627#]C&#=Ba#<y#KN AIm#
x
a##H##nNne2y} T#[S3r|#`#Gf7F >s##t
3vp/
YV,sib 2o#=
gM7##a##n+YK#_#b#p+#r|
j#(W##2#k#2#$@d#,#sT####e(K$+#(>Y7ta|#
####y=#C.\} J]AA1hi(6")#E_b? _#|
K.x#8Be7#;##K{
y%#V AX##f#x? y3P
@ #d+]H #
]Z
#ZM&a#4=#]:e# r=zN*,
(H4####P')b#N*Z#$#.\xw#KK#c#8uN+Gh';mx$#`P
%SDh#X#pz&&m/L} zYHzX#nFZft# ++/#:#]C4
_ag##? #6#6,##h##F.`#NGo^Vl9;d#
%[A#pp
R2#K#T##Mls#Y#,j#r
#9!#E;wz##T0Z\~~aYiKhS'%CQ#######~,dn
k$#d#uMa/#d# #A{ #e[M##0#/<-_##U##@
/#gILy]G
yK
l0Ra=cU3#ZMk [#wi###96!
C#QM#03hp} `G##)ND=hf##9$H#P^^#4q`0Wto>pf
!#BD"L8"zS"L

) d#o
q~|@#M=&r:} m# #
iJ_aJw0l#`sa|+6]#H{ W"##Y==f[#r#7cx
;Y:^##n##? ##E^###.#g##5>F_#} 2
7A:#BfOth#
##MW4 #R##BqIt_dM> |#6)-){ q ##<6uk## i=T!1#bg?
o#o#Q=v#;PC#wCI3D5#C`&k0VV!= T#X~
I*:MELwX? } Ghvj1#v~_yzG/*@!##
~#Ch=50
W# gG =d!&##aF*\UFw7# _c
=#_#PKAuT##E)|,=j{ 0#HUUji#1OK-O#;))mS`#
# {wcRpw la-Z45#,',a#B} |<~#J##uYiy'
#'###0#KQQI#A
a###mo##
# t kf##NsA%$###"^~on#
=O} W6u8i)#yu#@&of$#;mn2M@DmW#tU5x(8
%j!9D 'S#pcy k#? <Q1j
XP|###@UG3T:#TT Q/dU##_#j)####pR`
s###/#0dB#Ho##^^##z##0
,7P:#=8ul y#qw3'&#Q{ I'ND#`c#7v#
} h#/B;#P#tAmKJ##ZFGr8i#<x!
|##`$0NG##'~tx>=## #sU#+#a#H#kZ9
'&k8u>a#n_T0w4j} :gJ_J8_#@##d#P%^# |
V###>Q5F zW} #
K5TuaG(85#TS##~#D_:`#th#} ###i{ v3##}
###@V##W>#|x|
[8>ejqG
S~#D##6eK~;4b#8#QYQ####v:yzyt##3##A
>1%)#\abaON4#~
#9B#Q8(#623#7%B
# b##>tWnnd/9ee##c## #
kC#
# =#1###dF#Hi&^ZHWl#w##.3xWS^[Y-
F^#np t#DS[Mp$#i##{ Zb:#j#{ ##D!CT###+## #>#|
Lb)#gKf##fO##]#cg#I#@X#r#3#{ ">c
3b>;##1#n#
{ p?
? ? O#4*
#2D:##
#I#]#a(###G###m#([d? 5fW)0#j{
hi## @R#xj#C#3bc#q $&{ { #5#m[?
`H0 G@#i#\x o#q#{ ##;#|H
# } #B#:):lp?
#Ksi3##~V#Z8kut.#;&#fNM r9#E
4!AlH#vTbHo##z'#Qa#^Xf|<ro-
~
HG/+T##D#z#]_w:? X:kdD^W{ 2z:.
#} _###8jT$:CjX{ ,#%#V####|l#G/#goe#w?
#,ce#]3<{ l2##Rd#)#1uH'&#5D#
>X,Hjs#^KoA~q,#ryz7E+#wg#<#Uc##;>U#y#3##.~c
c(9{
``KQX###} ##N6#]^##Qa0##*+#
|'>###<p s@p#)p#3
## (( 6#h

} rc#2`#8q#wzz2##? gO/3#7nJJ#-#{ #9######
#~A Y P(ht7&q "zSXf#07#bF7a<nJ.####
h##eoU=,-f6nZ
z_,/<vf#5;zMV#<(U#QG##]#7]#;k72A#n##Mxuka~x-
OT>))##UE
#
_#0/$@wp#h#HE #E1OJ?
~<a###`_m##`y#6##E6##0uX:`#4k##`##I#G &#Lu
{ w0(01#? )'#Oda-8 ##|kaAsS##5c##<J#K#y#?
#s##,~Q##'X>#kDV0&~##m##;#&###Z## Yf@JoRJ#D!42
y pI^d####`#/##0/#-4proXNR'=J#:_#DT
%R#v.)####{ '#mF&#!#Ug#
w
#D6!
g#E3###Lbtx#={ 2#_mw89;#0#^` #GG#} LUK#lr#f? -
Io={ ##RF&+y~gGD&5m##`,bt##\C BSFF? ###
#
E { #`C6k##m#4q
3###n%####:+**IINHH#pod#dmc##
##&:&L###6#22d:##>@#####? ~
i #F~
/G####@aA+1 0vvO<12s} lll
01:^5q2l#"c"3 ##eRo)-9#4? ,%Q###vz tRk##f5#S#
##IJO@V7  p##0####'YslarJ#u0#f<=,o#} x{ 4##@J-
#xPY%<<\V##q joziBo
9##SD'.#BTHo'eXAr#*2x,} #kp####|
oGt#9uo##2S28a#<%R\~_&##A#u#"X#|' #?
{ Ars
##PK##o##C##Mda{ } 7#/>##B_uQ`I|'k7
###:R!{ xr##
#0>8uE]s#4dz# N Y{ Y#m#RS|
[{ #(gQP46fn##e#v6ryp{ _ud{ ##E#H#Mo>^xjCR#Qs#C
M###>#P88dn#KO#HRo0`#HM7##(.
# fE$&B M[7%&2##i##W#{ { { X#C[1j&B##Fg[t##>

#>Qg;#{ #\p3,#ZX,W#6#7##``*<##q#F/8X[H
58##s#tzc#_#o###|r$,####zC##a#5KK>=.
[w0l#r{ zEwM:##Y#k
H#j#VGv:L+ YAIGX4%h#/#>`&%M::5q###g"u#A~B #q\j
W]0,Ey5j#1P##$z@ns3sIy? 7veS#BT#ICsIOiX!
#L&3X#PR| 53AhPgg#@#)I#Caaa
###`1##b#,5%##1#A#TX#s451NU# T#=;%q ##T
K#'0##i#v#y: s#Y##FDXuh: #j##K5#
%#zh#K=#] C<Mp(T vh#4t:#1W
)##vopPkx#u###;iS'go# ~ , u j
%YnaQa##R##;#_~Ue#*l##@#"I#i$TII#S#vk.} <w-#
X`II#l#i###"$0kML
O#SWg#
0;PW{ $L<k/@CW1##@MW8#m(} R#H0##pL##g
"2<#S*##>S~0###q#6A#5wqQuT<
Wz.F#|#7v#b#"< O|{ Y4# ]ps#3NA]TT(#~ {#Z-
[h#Hk2##'ODfgCO#Sx#9t#o#M#psH#h ##/3 k#XG#JK##Q j#Ee
%#CHeUeMml!#/l 5 >_
Ma'#vIjxd$;Lb_#9#`#C#]#.
# # Vk#.#mu"4{ jEXl+kC##{ !
+##U###O1y,u? yqmg#Y#{ F#'<y]1#ywG
7]Ao} N#F#S `8Z#} L5F ##0]###<-e

YHPZ2f#_6/mGcy0Yg@#QYRr#K#q1p#a#Zt<o8f7O8w&s#~~I?
Gx#####zMhr/K |X#n22&Gi###_#Nk#R##-? k#XQ
*+5jt/#m}
9 MJjz#&3TMa8^#
wg|| jEI/#%} C#0D#C{ 1Bek>d`#Z? #.a#
0U)BE#[A;MM TM
# h#fmhw#4#Q`k#)
S4o/#,]#E#=-3oeI0S><} A0#3@Nlt
#_#+o,ec#[oYz9O-<M ###eDhd`
!Yl
I
DD#w\3i# K;#
#M##N\#E#5{ ~YTx3Z#\$l###Jx&Pm E#u#C'g9#yB#Z#)_K)
##Y###NN7C!qp#&3TM#G#,+-/*.#(+/m
#*;kgtaFj##,Q
Lqoi/#C;n"j59y7vO#4qC#Xq]|9#/lWDA6\-
#IV>#'JG{ Eh##
[t4#jj#lM4|!a#T#_t###..g# jt
jG|x ~G#
'=m#(} ##~_Th5f#5#f!{ ####I#L)C# ,4Il#5,={
:j? 4#G#b~Q\pSG#%5Zi4DR###AO# k#V} #2=X#6
_\#j0#'z0kb#k#k(ud##:<t0#1@,;w`;j
gt!##)k#]G'##iP<3oR#? #A#4#8C. x#3
\
IIiz5f#} at#"##/+).Wrp##AgodOj&1p#9~^n^Tt=f,~Ga
4#wyhH\[@kh1.0z;aL #<#O#-K#
EJMof#g ggi#6## ##&#H#gkg#B} i.? |##-
vm
#G#2#&k&y##
2# rdJQ#BO4
bP#(Il
y7v} |cP_(yQCdA.y;'`t5~v<D 42B
aSHz1751cF^#i4Qt#P#AW##!uH#8K+zai2##%6#Y#W
_#oy#_ie##o##K#m#d.umpkyotINNMxT#cv<<[@J#g
J#b@#"#Ez[= o6^#bG!I{ f;qZu6`INU
a(DY7O} dhO##z]BRV
_1
T)V
#' Wa2`*{ ;*#a #gh#
2/=eVE%ql;:o
#py'M)>VLHP>"'VLK~#>wa#@C#m#
Jaom@C} #aN#\#U#%c^#a##Pt#x@o/x#v#0*9
ZDl~R^4#wj[~#N} [y!"3rR#
HFY;<b#CVP@|d###3#Fh.6_#q%g;\EBQI#9} #,# g#?
zIdLJ%df#vFF
#####:j=2###Z#Y#4#Ap;tv5@M,9F.)F#0R!
6T#74T5#s`#a(#(5
E#W %D##GY #|wgrf32ez=V&Zt###-
ydB@ttt#U#;_RJU<U'(AW## #6M####H#MKW')%T i5#fwQR#w
SNo5Nnzqt#$trN#hrN_#g
g M ga/.r:Iv=##G ^e<o@#1-
((+Q#dX#
.} j#=#+D#Pt%## GP0*7%PlC? |#98`#St#~w"K ;
{ ###sX+gZt#99#} rIHN5OMG Z#~iL#^H,PQ  Ai>Ub#y]
#v#.@#[~SrKOOd@#^##z'2Yk##u^P|
lJQaIyE6NzU$+><##-1 #? xX4#\]

###l#m=0#,79#0#!kAQXA1oLzAONb#a#4rQwy-
Zj9[[lwW#.#+#@Q#)#(m###w
wG/v6@j##\]#|c>###b^hcYfD#E6#`R(6#yM#Ef_3AC ,##bQO#@
Wl-Xz!EU#6j#7#,#y-####]s!4nnm^g###b^hcYfD#E`
6#R(6#yM##|XZ#Z##l
# lTtPl#Us76rQwG# v#0@&C@#(#((
F bc#h>"EUJ_z/;Muz#svv#\~-$#4#
0,Y#v#{ #5RM`#v#~#
L#:#7#Z^O!#%@#t#Os`=#IIIt,@##m s##,)'5vP2#|
##n@b\@]l]v'|#0u #N##3%_#{ *"m'j- f
#2laa###)u)> hZ|l%%b.MKW\4? ####5$.~#'K#l|
8IY04##HC
o i$#B/i##5nD]#j:x#Aml.##z>## z9#Y[
Gu$l2#p#r} ##<I^#;#7#n-
B9#C:Y#'#E#w##ustOrsJR[M&##U0Q`[v\#.} #:##^^
^
D k
FR[\uCa_@{ ;)_d$#-L&sqq#$%W#Y-zm#TwsNt? W|
5Hh%hbSk#u~} V} { T} 7RU`3
V#!WT-##K
*[##Q#*5#^^"+#NkT
n#Qnmgn#{ #W#9n
/nLW#8/j ]#HV#CR:16&y? . K#~hl ?
bj5##tCd{ :eo 8&|>8dgs!  #@##-#scRc#-
~eo:9$8$#"Na\~5#]U]Ey#o~##Gwt#+e9&B#&D
u#{ AjbSkMOusmnj#.
w[i9$} #l
\y67C*#Zl=..D]#} j##!O\;Q1w##
&kYCv24} mA;4e/dRKf#SYYI>:{ PLV###
#G
/|{ #R\QL&sKq;wr w3&

R#L
r_{ #Z#SZ^#WXlH%Up###GEG )VtnZ#y}
S#9V/#z-
DZli
k#g} tg.2##4#UaZ:#u$\? Wtq`-A
###mx###Z##z#S#p]YMN5##8### 5
G_x#-#s
*#Z#g\n#NT#Y# 4h FxgPW"U#\v###ddCF{ 9#E-
L#uSt#k} 3Rb~#;&8Y$#wdp'#w##Tf`Mym>%##MrW,|
#} N#<#ym#Y$>jd2[
#(&#p\>1=W*h#J"#arPGIQ*/#"l##p*99
k2#O|#d###l#
6, zX} <knAh#
C/#G
vu#
VSK4Hul5T]P WBH^D Fu#7#s#o%###K#
)toW.v#RU
]1G 1;"? =Y# b)SMO=#\Y^#K_qhoD#JD#I )3? |#-
%an)j##Gn#Wr$#9 s.vkz0BtuoE####,albcIBWy}
& G1w<Hb#z')-']QehOzWCbPt#lYy #?
b#%#
$n#h[#ea####%"{ a[C?
#C<#d#,, # X(GQ7#[eC6#,<u#(4\F`} I#iD#1G##4Z;
[H,##1Cw#5!Vlj#Li#., X(#Q 1G#i-k,)VOw`#j
r#Z##3##(BQAiT+EU*M#qJmK##p#m8_'F#v,t#PtM#R@i8E
U*9owZy#P{ "#XY#@5+#MciF_F.V#-## ##"#
##"#4##=x## ##"# ##"P#/+)K)V/D%#X6"# ##"# ##"
#kk+vJZrL##*V,b# ##"# ##"###zje2 #Z-
zscs#ueA^A#u#h
{
? # / 6n2n8b#A###D##@###D##0#&M
N##) "n 6i# ~~nnf,Z:)`N\#&Sh##X#"#
##"# #u####vv
;w##z{ z#urX5`

##\^Qjr,##@###D##@###D## <ae =R#7#Kt} ##n


Ly###O#]=4hsD##@###D##0##+++K#$0t#fctX5##V-
n#mk Ledeefei2Yi2#} 'f@^ee7;t`|&K4{ >\_-e!##"#
##t} ##=;;b###Q$ Z )#>m '<
3[U8{ E##g&OK##/d#G.B*;#Z&#`)
%pAy1;I_EtcHc##%#&T8##f/##jq0D##@###D!!
9o3###m#`~U5#8N #
0e##0##,##Ql###@_iyVk5###oO#? #e#^#^##!
>U#j#8-`{ ###D##@####)'? 1##w} 5##5#|
#Ei###xg? } u'V##w;"#)d#M|
rAL#ky#Q#M##!.b]###Nf"#g#J#M]DgTDAb6@8#pc]d>A0#
HFJm#J 9[_>&##&(###"#
#q##uwk#l]#u##4#>=as|%#
#$#*
y
Gku':#_[4rzGFqm#{ y >I
y . `d<x^;5B]_
M#W8ua=@zFfJ## *&#B#d ,} _ AJ#&{ [#l"K8d`#oGG##
x^7###w# #G#~  a* p#|rF5 1==22f=@>> AT"QTq
6##+N"S##,K[/9#
OD##@###D##0##eL|5<;/'#>#P[#C#G#K5#$,(#04p#[M+N
>r22L#!r~4({ -#Wo^lxYjECz+&[W z##<\
h7 ###
flxV))ul (&PDqV##k UU_W`NUWUV#

##F###D##@#####t\K_r 2iWJ*#C\mW##X##I?
K=LtskuG#^e~ =MZ#<(#t&NEN#pEB? #.# ##
T+Q1wllzv5+WqZ##pP##-Q~##dN#s##S ##"#
#Q#{ v8X#?
+#DB#r#~$#H#h3##} t\#5[*fZNoM#v#qmzic
-'/#cAO~
#= v#jm@ n@
[zgfd#upW##2O#
t

|#&#W#:#w M M#M#=+3-=Q2op\L>xC##zX###"0###zC
0 !##w` %wc<##D##@###D&# ,#e#6=##-~/###+U
"1a@'>feV#UM
f?
jI#(.]Wl'zw2wK`_# e
###0#PVVjchF##nW<} ##T##jSh
j { EABN
plb(0##6VC#ZK3#<|
`##O 2<"####O#N#"eD##@####W#a#~+k##2#mt>#Glh ##
# Q&<Z:l## l#4#D#C'j? Q#[,!##"#
##"#pM[#[j#)y##K#####q#G.]##nEE[2&##/Gd&#-o\pOE|#e##~#-
8XqD##@###D##A:v-uz####:wv#} Jfzj#\B,###F#Y+?
$OUt:##@###D##@#j#i>#Z!
#Tof#(`#mj#m#} O'#C`2Q####C###D##@##3#l7Ml>$(7A1t#tv#m##Q
gyk(#]@-F#V##@###D##T#Os(o####X,
j5G II#(/[V#
kjy[#WWmlx [[|UU@O O,##@###D##@#4#8#~##;
#&k`#da5#+H#@N h#P#@G#"
# ( |
(bJD##@###D######= m/k#A#X@h#6#[?
####2K.[x##o##k#G&+\D##@###D###Ks[(H6###`#h
#m)Hf#K!k## ##"# ##"`q#9 m(4# E#g# #/1##4#s"#"# ###
qF##0oD##J>"DgW##@###D##@###C6#c#(6c#W
Yj<$##W#? ~c#4 #b"-
lh`##D##@###KE#iH##Lf0#U0*##UJx##nNEW###_##bU#
##!"# ##"P? #`{ ki#ij#P9#z? N#<5,#
B5QMB@h+#0GA^? =!\,_#Ow0##'SH#3#OY#9?
11###@###D##L#v;`## Ht+#6#( #J#
} #J##g5#iii#2#qAeZuYP#O|Io# #Gh#####eG #"#
#@} A`#8:R##4$##`##0##p#bGU##>#

aZ$>WK:Z#tJ##D##@###D##`#D,_f
.@0,#hb9#NN#j##GGr#u##VKs7t#5#P#? `n
@zKYD##@##F#### G#####
##"#g#
#2pS#LE 5D##@###D##@##9\? ##5h0&#`*T_C#!
YD##@###D##@####pk6'#h2J###`^#_###B#NI#
5D##@###D##@####JgP#|
PCA##pfdM#i#6#`##,RC###D##@###D##P7#@#o#$&g
g #l[w#7##G
"@fT6RC###D##@###D##h####$###Sl2#=<\\\`y7Y<j9=7Rm[#2Hv
x
# #!AY##B##"# ##"# #@ 4# y GQQ# -|
6Hz(l#8@;,:@._.o #U@_O#1#=]|9SLq
##n #0.c#`H"#2cB]##hBasU#!M #
##,#:iY,##@###D##@###D###A@i# <
#=y 7? lCJIN.))6v:vwI=4>933
###`##a#=y
e2#`? M#C]X C#xvc#ef#dz2"iR# EmT#Ys 7#wS>!
#jc$##Q} D## ##"#
##"#=#*.@#[XTTHa##WWz/7ag#fW_sLG##TLJ#1{ 3
c ; #RCAY{ O~T67<Th#a6(=1``: GF####D##@###D##@###"4#_#|
OZ####3_XX##T|#j#~#:s#h 7#
1ynu##T#s[~#y#hVB ~ > Rhs2q(gE``##Zr`f##"# ##"#
4 on-[&#1+/SHC`-
##"##{ i4UIIIA~##1? \NN7 x # #u s
.n0Ys'''[[[###Cy{ ys9Cn-BCK#K\# Dd#B9{ 6ke
4c} ##D##@###'#akggkkGt#VA#5u5###GGG##OV>'_=[jy
I##-p{ ##pnaem-<#|##"# ##"# #@#B@#`Tw##'\4oCHH
8#~:95##K##JtPm#9[F'} #=E#TB`PM"####XUD##@###D##@##&###8#L&Mzzz#
p#? av Aop#,####eF} N>#p#d+rBxPTB`P#GH-##*)0h ##"# #
#"# ## #80? >p7(D4<rA0#I#X3#[q
 hv? # :g#<wW
uQf##f? N-`#AM9fE###D##@###D##@#j#Z#7yn0X.
##S#9e\N6nzPiA####T#
#@###D##@###D##=#,#0###H#S<l #C
jd#0#"# ##"# ##"PS#(#W##5#7 0
Q0f# "##"# ###a@k D##@###D##@###D##+###P]a"##"# ##"#
######D "# ##"# ##"`>#j#<j[23o:aa####E&'.
$#V#n#>LHf%4!#n/1#d!##EJ #"# ##"# #e!P;##h
U K{ 0#t|/1} R2^^>gd3#(887%jmR##KC=1IbR2 #&^3#
|hiF99
7C5/;##J#6c ,#d<@8"# ##"# ##"`n#,'
#
G XYClF{ `# 7=F#2;H##@###D##5#0
no# ]w #B###D##@###D##h##P#### ##"# ##"#X"#uk###o#0*%k
K7#u#V5d.#Z*b'<S[.l##O#"# ##"# # P'#-##D#!|
##g##CVaBs^u#^)F#,b_fmR_##A###D##@###D##@#,##Y#lq!
C#"`C###D##@##ZC###
.#5###D##@###D##@##@#pk#6#V#####t#/g#@.#t#0XCfa7 Sl#x#k#
##"# ##"#DN
#5##d #X
0a/`ph##c8H
#a###"# ##"# #8###%##Up!E#"# #@!k#tCk#jM#
D##@###D##@###D!P'.@#&##@###D##@###D##h###0#k# ##"# ##"#HB#
#I0a"D##@###D##@###Da #@hG#"# ##"# ##" #4#$D##D##@###D##@##@##_7lX
M`[o^`g/_3+$f7l..%n#0#k# ##"# ##"P##@6
|
#
`##d3#1>L(snU## ; Ja(&*%$f2Rkv/f-jZN>"# ##"#
#@#A#7#*#!E#"# #@!
##7#5Q##D##@###D##@##@#? \cD##@##*#VV>#*&\/5kt,##@##5#n%[`
Ud/#I +a-#$;t#0d4dAaH#bX#X1|K#-U###Cb(H&#IF"#p#
0##a1#X#,Y|XEu#a<3###\#"# ##"# #@"P'#-
t/71#_fmR#]v-#$[u.a# J8Y=#Y#&
;v$k #u E , # 2 J \ ^ c f l x O - #} HH # e Z 8 
[# KY#E
,Y#x2##a#e#F0)l####]
%2)$} #!###D##@###D##@##5#t#0
/b~#{ ,#H##8M\#lhMB ### bter#]h#jkb#E:!
m$=###|h9F|9f AD##@#t ##D###D##h###>x|
####;n0gy#^#nE 4#d%u'7Oe#d1B##[#$?
a#[rW2v#]@#O)x ##"# ##"# ##@##B#} Xi
#|g;2k`Zp#Y~z[1QsI2#:H<? BRG#^ we#0c`##$^g#c
z#~j#dErW2vK2AW#d#_t###"# ##"# ##"PO#HA##B-
_JfKk####0;H"`.##
#
# -? #e#wQCf+/fzj###ujZrr#o#>xa# w
h.H)#+r%T5#OXndd } c h#az)#Ro`x@6m
&DEe9s###cC##0##\##.C#4`# h#=#0;H" ]
[GP"LP03F#T
e

# s{ iQ#K#9WQRX1## ~Vhi} w## V
#f#3.
t{ ;m&L#4###0#P'.@@#
#"# #
h0 -##? ? '9{ j@#f#{ nnMP
#q j N-#AAj#c@gwAY
>#RX5#l # ###4##pb##D##q#`[X#h0#O#Z[C4###
'w#e###MGoA,#1`oHZ#P#)#%+RHa#D##h<##x#k# ###"#} { #5#`
s#? j###H#Rw%#26##z###""^t+I##74pzK 1
e#S#l#+H&##JM#@/#~

.
#"h#@#6=V##@### #j*m4 D 5# #b>
y#T{ wo
#M~Hax>\#Z
%# ,K#`#~##
"5XP`j~#4\O)LEzY##@##'#h#4vZ###"`6#`+Br/#Z5
tY##1)S:###
P##v#tBZ5#[
$#EsI##SGmV#"H#\IZ)#)#,z} $2##D1 #@che#"#
#5#`k+#b##tY##1{ #q3#>(
M-f(#MZ[Q#E#VSGR )(#K*

D#f{ DEe##&F######"#0#`.,l##S/6#;#JbC#H1$#27#Em>D
h#X;!L.j## #L# ####(##"# #f@#TU3 b& %##
%#XI,1#Au0#Z:i#9#VDlaJ6A@abD##h## #+# #@#
f99%Y~v? !:#? Ym#JH6F#r# #5###5,E###DQ!#z#lE#7u#'#-
#W##`m1D#6*$#"#4#h#4H##@##F#WE#&<##|~G##h##V#:W
j#wh#5 } a#j##X!ZJ#3 jH##@##$#h#4fJ!##"P#U:v{ F#dw e
oM{ a))Z##i#&FU-
##B@@6##D>"#@} l5##@####B#FGU#8m+##\Tp#
X#bF#i Q-Yf
+D####P#G###D##jLZ? uE#\Dg
:u_I1#`0Y#R#Sb#Rj#5(#VNC$~##%2 ##D"#@CmY#"#
##hja:a.#T#X####yRw#@Wd#k#$eSX###)(\#CC#-{ /c#B#`#-_8
# ###
/BBB#E###KF*^)UUUUVVz5ssSy#<-[]\\\]5kdkkkccI L;{ ;Q|
U9##77,/yq#'r##% **+*
=5ub#k ##VA###]H/^<c ;
$1#$Tj$'h4F@#P=V/Qa#PX"
#s#vo`h#vvvD7b#$P#GZ'
#"
@4### #@C@@#9sz
+bpz
@#X-##(PKW7W-$} P#N#J
22jF Y#F###\##"###
#s##m##h
# G D rd O##rg#M##d|Dy#6ocfmX$#4|##hm5D###D#hF}

ffA#} p##!#FK#@##\} 0(mVq#ft#o`##{ ###h&Pw@#,
(@C####w`#S#z##H#D####5#fo#\#`vH
"###1*####3##9R##D##@###D##@##z##fC##D##@###D##@####@#80#"#
##"# ##"P/#@#^6#2# ##"# ##"#####
##D##@###D##@##z###ldO_vC;Kd#yB###D##@###D####@U2`K
0/H#@###D##@####;NmEF0#####vvvvv#51#p6|"%D##@#E@._.<%##D##c#L#
Wt.***((/...//u\zU<(n#%7o Y#&##dB]#vpB
[#W 1##DB#"# #@##P#{ :6!K.)(#B^ZeU^mt##1#
!#`###FGZ`#"# ##"#4L#L#0#P gEEYYYiiiyy#WVV1
[:S##v##|#,#`#+C;##
g#jFf*"# ##"P##
yg#`####UWTWV #} Z? #####[##' ?DG#`4###0#==
# ##"#-#h#X##
###D'E@Fq# `(l( ##D##0/"# ##"`1##`Y##pC#} ## bd1#!
~\# _t#2-q#h0#"# ##"P##`^#E<nJmy#g/#"@q#
#E##G=d##@###D##@###D# `##jFg#0###=!@
#"# ##"# ##y
##
# ##"# ##"# ##@##%##@###D##@###D##hD##P#fW#+#
# !mDUE###D##@###D##a#`#Q#'X##F#P#(nI
#[##D##@###D##hD#a#0@+F#/n#l#`Jp$f>#a(##L$#
##"#2###T7F7###>##E##!h##L$# ##"#2#h##0##;_r+
(((.../+#W*r/##@###D##@###D#0##qc((//##k#"# ##"# ##"`:#
##l##g#Lo !|2#P^VQY#+0#6/H
#@###D##@##F###GC 6Z#k ###@#H##@###D##@###@uz.? #? #iG
W#y#ev`Y@###D##@###D##@#LF@##3wA~> #
###p_M#EP!
@####,RC###D##@###D##P7#@##pIL'##pk##+6#45*:dF#Gk#b$# ##"#
#@cE@#@#%%UVOO#7W~#S =UVV*[#2K#^p&!#i%#mHP
%d#"# ##"# ##"P'#(##;uQTT#c##n^-M[[;#O v Nfdw#rr~s
%0oe#z.#I#w#dTd? pKq ###CB#q##"(E@#
,'o##ir#qv#P6#10y#HUm#GSN4Vrh#b I
#M4)F? 11
!h(#Mb.@""'##-
k{ 7;~##R###A@#####A@####>!? kD7ac,.UI##
#\TTp8mU#WlM&#\X1na#F6#og-k
O>#jY._i##t;qG[#W54Zh#=net8OgW4;#a##LPQF
#V$B%M # ### ###} B B/#
f{ ##<9
###; +[#? ;4\>#S6#Y1#
Z####F#:Z62k0 F#,6u#WlvC#%GZ##JJxD#2)##A@#####A@####!!
#{ #mw { U{ ikm##Y~##JOh,#O]>j5##{ W#t>.OO&^_:qr
"Q#QS&
ZihY13##+uV9HCKD#GmlhePd !`] y(- # ### ###1"Xn
+#c!
#`v#fO;nnhoxcR s##6dPqq1c5`##O####? <
+wkcgkyYkJUKV} L#my A # ###9# 2Li.n#T#i#
##tSrz ##/#PTT>##Uoz= ###4t
;kj "
$ui
O#####A@#####A@# # q
i#:##d& } #c
#6#8
| B##?
=# 5? ]`###tADt"r'} #zv|
A;7"Asz# ### #####1l#L:6Lx_[#`Bp##Two#|V35ByV/#
##8BQ781##M#N ### ### #+#]7[#vT|##vN ##
>-#g)##tx9nhD#O} { A#E#
#0h#/w## ### ###)@ N^0AX`@ ;Xgl=uqC##4:`h<Ac#Sj # ###
###C ##a##:lhLA###4#m ### ###@###X###41zK&#U
#tHAA@#####A m#H#N<
h P:####A@#####A@####L!&@R####A@#####A@#######~@A@#####A@#####A
y#_#hNX5:U]K
# ### ##9&@ ### ### #t@z##|
/#.\[_1yFY:A]V#O##n:Za/B:} lYU#Yk6
## ###
###@#G##9a`,kdE#####'##&L0&3n7_4`F2
##f#gs82#gj#0#;Qdf#} '-5dt#``\#rWu#3F42T-A #-
t###$liP######a{ P ###9`rX:#r{ #B ##"#####j/##bML

)# 3^{ G@F#I M1L[T#CR F#l@@#l#A#####A@###


1e#Td##BN!Y##]BNwL####LnkU
ZO5"Pa#k#Co*(S7#v#lQ##nT#u#
IjDT0'O7TQ3(FLd<#0S.\#,Tbp#.###] c+BW#C
#8 u7EO#`4;vU8R44#rZn.#n*7~pQ##vS].#jBs!
#Uy7r!#F'oh;FXrz[/##} #!
##:s#+tH1'->UUvTi#I:#? NB#A1V #d#D
PI#[^1mx#>F#M#? ZQYeA#&*#3#_F~a#t8EUU*VGG1
=#kO#3Uvyz
BeL)fS#=u#W
~#6i%2#H#(pTg#9n#Y;$#yEC
@A#S#3$\L##Q/##1E #{ qUcLHXC,(#x;#>F2 Z#
Sfk!"#@bV#]##VRI#u#2"#TLULW#$0a 2##2\G _~8
H####By#,ny#*`#oT;
"#"KLRU%!t#Te*c%"o#*+#l 7m#[Z[p#Uj^#rTNXe `#!
K@@{ ,TM_o,H###`#R;_ #a#!w####tQ0u0:J$f5
##z4###01_LS#f#s1##$mUcl#1~p#gX G##Eb|
#`#y##%##- [#dD#-%~i&#s#8<w#h+&k# Xmy\TVu1z^[]
#9a#gEt} #HGA5[#6KP9GO#Aw3gVN(:Dz'|##".d(y
#[H"7:##N2Wu=#C8MA~##Jc]#aG##G#X###+`RO#a#2"#t#<
^#cQoC#2 f4r=C#:.Xi#:jF##`Lua5##G#h#e]-#
S";#"UU
+
##m0kJfNw.#yN.##wi##z:J78#=~:#} :8tWo D#q!

dEl#X4%uT`;##
:6o#!/#6m\#5jI=A w##,M_vv#;z""C
+M:mp)u:LL#,~#_7*#a#S7##e
#crBx5)6#JH####+V[#;Gy##W#n} H6=#q #4J0S.
+dSpD##T#].9\##<d#d#zqc*(2 5#####s.
HtD{ L##a#####YA ##P7gN]iGf`_ #`0#? 4I~~`jiR
$A3} e-S>0n## q#a>#A#r? !#f#Bo#<S8#KL#q>#AB#
%T0T#:&[s5Jv^#X##zqa
UI###$(w
I#[#;VHlV+bU(###e=H## #@F##f#X?
P,#6xFkw#J1d-`,BAv=z#{ `D{ 52t9`
%L#S"31#k##-E\dpD ##pq!`
#z.|#&} UcZ#~LKVBd##uS_:u#RA###2"#`kjk##fck'`
_#e!. #I&#
#r## ##4# 
w#hFu#I^#=!#nQ#t,@#kCV#
$##6#ko&tr#yGDW- #t@L$v#tq
".v#djh##7V4P} Il@XaR4#(5#c#l\#F^bYBo~,#KGq$#E
####di5~#n#JtL#
n__@AR#b|+^[vX@5l2#h3#lVHplE Y#R0F&{ #"/#m@-
H#mY+X:#A q#**<N|a#'#$
$hn#5w##8>Mq[0hWcE####V#8_Z##~
0@#cNN#G#EX#1"N"PJpn".d:>#`z+.#Tk%8#,#NVu
=:#*L
} k&#Cl? t#8 ##dD# ?
#Lu##PvP#gA #vk7#z6k##G### #@;#hS## #=A##@#Z
&|#aP##X#Bb6#`##1#N2#hV#SVqX#1&fzwL.#Ziw!#B[
e14pOi#H#
gb#^UOa.B&#J##wB<e:@]8#/2##E#b';Q,:@#Xns_|
^w%#O#,m#1nqS-^:nr#z ? ,#? kb)khq#? ic#-
3#3iig|Y} rD

gX e][##Y vu#Z#9U>Y9r#H>V
bQ7N/LZ^&N[hJZ#kKK+-#sGsm;##>t Anr
#0S#j3B+,,xy]\k^S#s<#)#n|
bU#6]Z[[Zl=`Y>#Vj\6|<A
#$D###
@# 0#p{ #m3
v{ #o#$X ;#u2^#1#;# 4#|
J#V@l#TLQVLc-u;5MP#]tm==aYI
#W0.#WX## tP} s#2#+"} 4{ QWvDf)hD~B>s9##A@######=o
H#A ##fnr#55#H]#@1#Cp#0tr #tB
=#Y!;#=Oon#TePO%$#iB#####A@###R I<B*#%m##)G &@)#t ###
`#uM##*#Y##!W##'#"#yQ## ### #S#D##/###>
`dK57r#T} #N#S#^iB-5-r#L~##`e D##S:R#"
K+xZ0#yOue^bBR*##"# #d #%#!d$#Y#D##D@#8# ###
O#)Kg|BN##s'## `]Dk0#X=T"kwe#q.mY(#d#%##P_af#
k6G%U54
# #T##<1
{ +H@#0#zX#iX=NzD,b#sWRg#:r3#]~"v=U!3,##
#i*n##@%##$## &##9 Sf.\#!#.=_ya*n{ X1g~>i\
N} &bfy#ah#[4#oJD MmtFu##
T##.k#WFpp#AK(Q#]#++#0#
l&]# NC##Nj|#]O3#Gj+F;'R8^+!#,\XB=_#X!
Kbt]@B###lr #T##jt#2##KE`RUU5{ 6!
} UM# (8
##32( #$jm} 8qbW0TM#'
### J##Cc###S_Lz#d{ @":#R#.
+w} '8 .U6c##
$#? #\Zf<Qcmtk^<#*ZP###j#rpW^_=? C#fE#4K?
#"#####R#4)#d7#
f]Bi #9a~IVG#}
%#+0Z+&9[UnsE_X#b#]HShvOGp#6c#$Sn@{ *,
7]h1=#D(p'< ;S=h5#N#NCX"#Pg6^G#pWTO#"|#_]
#>Cb#ib#]@#####@"#p#e]711B@#v'J{ 41vaNxJhJz-
h46aE### #0d} =EOU#-U'} -? #(#(+#K:#dg
G,1!7MM( 0'#]##} f{ D"##\ Z!
X/a#e#3#KbD]@###3TRQ####hS#e#M@#q~'If#t4
#4[#A^N{ ,\a###FH##q KFy#8CB
# hO0g &Rq[
#ME ###"##T####m Lb { |tif#JRA#X")=? d+VmN5m-lH} hjd
4##cb:x#]#2#0[z#LucD#
mR+##! #@f#F JF1j3j#d9a6@Q+#O2VJ#9jx#"(i|o9#bzE5
_##ka<#.m _b#&vWL#uU)##MW+F;2\E#I#tu:
{ eL]k.A\F#{ jgH#=&77#eJ#n#*#@#lB0\#.jB#{ ##Sc
##Os
F)a:Ez .f#bxo##z#@)##D19jDQ] O|
##I} ##2TXY#Z? R KG=0asVj#Jm#)!vR
i:&r 4#D#H# [###fJB``Lmk;? v##4UE!BbS_:x(IQdih a
,.<#XQla[I:Tt-#W###SBq#'B
##X
+)Qls#, AR:<##0j#Ec#9z#5b#]t*Ae^+tIs/#SB##zFI||^
[##### ##A /###K3.;uh5U
=##\ e"/ivt#%:iF0R~p##{ #]V2#:|
##s#w>###Q]1#EXAo;d]v#.6(#tvN#.V`&Q#W=t###9=#(#IBBmdA_
gWA*#4KsO+#Y#>vZ/|>#7#sC#:lXIbr#
#P)t #!###<.
{ ? gyfcD'+V-Ymoo=? #>~=f-
t8M#@8O##YM\Y5#B U##g#DAaAaaQ.n(H3H@QV"m"#@
F:###EZ#.R#w=HYxe@###!#@*P6#lF#F
%A#mWe9I,d)m #y## #s*#@*P6#lFN3{ y##d3Rb#W#d*#-
####Wck#zE#I###"T #In5#IyAfL#5@V" ;####R)###
### #/#(##l##Q<|#,^${ /#@###A ##&V
? N0#jk#RE##VB#-#d[,EJ#X(rF# #? _#$#
#@###A@#####*#$@#F#[L##| q#Bw#@"Px##IT#####A ##oc#
#y## #J ### ### "`z+#p0p##TZ####m[]kY#|^c;#o
-z
i^SS#D#yOG#F#Qz#Z##]#JjUM,<"[N0$###`t2#J
#3#*bfz#_G#W#zR~`tM[YC)5#\7*6#1? b#!#@!
##@f#f
#hu-3 Tk~#F`2 #V# #r q##
K;|f##&z, J0c#Z#

`"&M#2O 4n"S{ #DL-p? M^ju#


%#rXb#5#+##h=EqV/uEKz#6+mMD#,######A#%u|
$##8>#\#D#H. +#TNh-7 #U4^n/g#S[MU#g##
KHBT#;##xVU+GK#5szGuT5qfc#Zi#0D
|vA4i *+1U:Z.$p#NhAD%j"G#{ ##xAE#[v
'##IMh%"8FJB####_m%#7 ?
ie]#;bA#R3D#AV#:v#fO#K#$ ##I#T##r#<#5##f\:j7:#**)!
R##w40K##si&_QhG1#i5 ]m #J%8=!8####
E#l)j"#dO3#]#8 =z#6##X)e%h-4N%-
4=##Xf/###ERK#H#<# *;^,#D#H# [#L+/&xLYeGFC
0 ,#c# "6w
#fL&6kT2B
Q###f=u\MG#({ :B
9kd#>4#Q##z"3&&$<n[NsJhTt^##6###
+Y,-W|% # ##~#I6x#AqO#^A(
+
#*$####&###kC#].KL_#t #u^#og_Dh##:sga##S#B}
%6)5$8#'8@#X##]'"iK` #'#178 #I##'##y#~##I|##
4'#+##FS@poymm###G#yL*&w+kD'tu#=@
1|R#]B$F H` #(;*:4$#? ?oS^:###y### J{ @!
1v#$#{
CNI#Q#F#.L"zl$P6uGpI#Z #n$ I`#h B{  \,rMU-
t#\'<X#X
IS##K#Kb#- #xz#%@###Q@J### yX&%#~@$#$
%8Jm#Vxl;##= f8 6n
u(#Gi##Z#4;#&#P###c7Jo
-/jg##+bg/##Z/#;<Zo<f,z###IK##~#6 7GP\#H(#p^#
&@I^###d!v].##pNm#f#A a#*#6jC##`#6My
Go#cjG#wAEg###"=a## S"9 ouR:3A!TU#A(;X#B20{ D~&%<
[
#$_#wv,az-w#-'/###z#w#2### ##y)!
PXXx##:##CWZJ
#;} 2#@6co2} @#6v-T^#7
hQm#$#t##8 o##]0~j0#X> #{ _ {K#5# 8)DA#t|/oL[
&5[:#>u##
#tXmm#Jr#pZ/-"a
! k#$#[\###
{
#0`wwA#KJ###((,T##N'##<#.#
###~xe#Ws3<3.*b# V>[;#r###Qmx|
h ]P
"AB###.#GPnN#ojH#O= ##temA!
Q#l##%Q#hVWxYjnzm#wng#86S{ h;/v#@
@#
Bv#.#:7#_Bu#=oI##2S#;RC###R@N<R1#J##_##!>;#J2v#---
SU#m!te{
###PXTT-q#m#W##{ #@dB ##Y #u## ##y@#=r#} e<#6[#|
'~#0I##e#v#~)U##e;#^#)_Z## n4n##/ez#'0#b##A
i##(iPvm###m#L#w#D#.##j4w#~#KGM###bu( c/#@_Y#'
# ###A@g#`o<gpD#i###-'##? xB
*c|#]1###K# # ####R#V\UO-Z G;##:###k
#/##70#En#? r# ### #####W#Jl*##pI_$I##
j##^#K###pH>`? G@M8##z'@/### ##? v###$_#m##PY
### ###Ya_#x%#zF#C*
# ### #$Cw#ime#)D 9#@#X##h@RFF/#dN%###
###@"####3Rzs$#jG#L? 9|d#3$M#$ZpR Mp
=\##]Xl#'### e#r#t#mmb#JB"0h:xFoJ##S
M#$awI#(n} l
a "n

B /2e
V={ ve} =(M # ###(:u#B#`~|#H/-##a###i;l#W6o
~d#N""#t##8#uT#^7#v\###ly$4%### o#h##_
#V##5Z
K7^~[#=^# #&@Zo1gO#&omR#%G:O#-
1adph##M#eb#Y#f#sj#V#/PwLF%###
##x#PS#Sgn4##J,#j2]Z} TLt-4IB? FsEb#V(|
7GQ| ##IDAT#P>#@GeYa#.### #T#? #
%NM$H#HI"#} ##<#@#v|v#|
|$#Vr1R #'## ###1 }
`9#J)#hk )D##$##U#H~"###YA#!### '###

#VH{ # g#]###{ R6:b#Lz##;*###


5 A3#F_821
V^#yCx#.p0N#R##A@#######j+g z
NWmH8#B#<t ~{ v
8x ###;#^T#:#####*v##MC# `b]*#A@#####A
###ZLq _P? { 9#sXWu1? |##|f;`9{ >f\

UD,#biG#*8><`#E##u#K#M1I#&N#####A ##cW#a]#@TP[} #
\#"##MMm z
a[w# Li#,Cbj ###
@ RY# 5E
#e#r##A@####`O8#0g/mo:-7#AvRTu##
W `###y 9? 5n~##wg\
(##l8OJdN ###D^7#D#2# ###@##h# ##.756##w#-
y#t##p##Mye*j#~5j7@#2%o#%A@#####A@###
%#*#[##i##xjmin#X^#
%#D#} #u)#q`O#a1;#des&D9#s]^#sm(### ### ##u#
1F)#veYro#[y`m(#W7#x`s#p{ ;#]##M[ti pe
#LY[} r;# #P]O#cSg$ # ### #)##a/

#t#O} #P2hpA##O>#
#8h'y]rr)PI,xf#pWV#w #%',?
:2P#T##\i.~MnI[#####A@#####A@##G@TE##'##8

n##YR###g~^x[g###K]#&
(#FS~#9d$#):N#T##x&Q#1 M#Y ###Y ###@o#:
###o#T]#)F#tUPP0|####JJ#<C
#lY-
$^h#@VbYZ>rsVJ##o"W? c+#~O"S#####A@#####A
##HZ#P##e#$c#0:U6G

.##3>iBTP 7dp|g6#
L=8#0w6sCKn######
Q4;#e
###~xe#W#ts3<3F6b#V##hKkk#>Ft$### ###
w } k//} #U5##i#
#Z#(
#(El#g#} ##bH
ZqjqD#####A@######(7`/##T#x~? ~J#
###Yg##R[#####A@#####A ######J#vX} 's#oM##>B ###
###,NpDk#%G.#'W#c*-

# ### #~#+4i&#3##(b
####HRE#####A@#####A #(= #+ #2#!Cm#!
[A@#####A@###/#6Qp##6#{ #JE#H ###
###@l###8#1ms)##36#~#fQ]SK5j 4
TV,:Z#n6} Qut} #1Cb
k#SsX#5#3###uc#'Hn####A@#####A
###4{ #V#mm#RSII6###`/#*+.3vNU6eJY} ]r#Uk#8^[O
k~
#]aZu[VrPIe#/\
Gnz#ocZz} { nmyYYrKE#*#9gY8nUZj#M-
@#A@#####A@#####t#L`:#0 ;lm#K # +LqL##3#3|
{ l2#KM#T"K&#a,%#p,(I#A@#####A ##+E @#xva d#eZ
8#opy1# ###v5'dcLs0#eYuB ###
###B#'#2#;t#v##wz.#@R@zLIF# y ]]aY+C5~2eN!Kc ###
#####H###Ve#d##J#<0kB #***1? d`:#sJW${ ###
###@!_#45u#`m+II.###b#T####A@#####A #####oi#^'L

rnD#!xymc/G##{ 2/###_K\L NG#4#:|BXFZ:####A@#####A


####fYM{ #p9\#r:E#nt? k~7~8 MZ##D8Zug0!
Xp9##a
P1#)q##N#S##O\8irTt#-6CM###Vk#u
} uf#1vSMc#$### ### `#@#`_-k>?
#0)#PM"##7g#E+&^#.a@2$
h!###A@####!
###_w9u#a^o 5 ######## xn##m>6A\0w5##eNWDa#|
>? GX###X#f<<%QAF ]!!VC#8# ##-###
###)F##C#w6)_##(|#####e]#i#7,~QBV:A:##D)#C<AckL
l&Ca@c#
G#0A
#__KMF+### ###@'#_
m##]t#Z#vK=w~;v##.{ 8T#q# PEL#4(###
#$##R#? .B~S#-)#k.#Y

PPwi#q96*mmB{ ##Gd,>#Iq#P#{ ##A@#####A@#~#`O} pP#y#;##O#


#)K##X6#J92n%KL#####A@#####A@###@%#.##?
y>MzV#L)"# ### ###
T#M/2#@sskK>>O#n#H#6I#####A@#####A ###? #>Zhti !
8d##b##a## ### ##u###@.;#c&w## ### #
`
#mnn @Fv#b#e# ### #-#A'`o#w#|>r3\R+A-
##X55 V#D#J ### ###@#h^u~K#p:aW^#N'#v="
#,#A@#####A@####4##4'S? ,(v~K{ ]N#? #M##\UA@#####A@#####
/##W1vh*gO#I#PT/#uns{ w 9.w#w#G=O,<"######A@#
####A@#H##&g#~0[W9#d ybG|lE g#wq##;RS#####A@#####A
##{ ##;#A+B#t# .# >#I< ##'### ###
3#p##(ejiq8##I<#i#H#l2#KI&#"#$#MiK#####A@#####A f#%##ho#4n##?
#V##BB1)#{ G@#1# ### ###D@
pl#h`#XJ### EJ ### ### ? #!
=M;wW#`##AAL##"#$#KiI#####A@#####A ###J+jZp#PI##*-
##"(nL####LRI#####A@#####A
#( (W#S##"f@I\5(#@J`F##A/#1m#{ /yN2#<J#&([r#
S####DT=/ #(HK>#"#$#SiQ###Rz9t##E_c
%F3#nwy_wyq;w>
cT~Gme} #m[#2Lj&i]$pK]H} A ##
##'{ gsc#O
K##+M##@##^{ 9sy} ]x/~7 1OvGQ\T+1+z^#?
=\y76m~:? 3]? [#0#aH@e&9s@]w]xT ?
%`Bwe#7oQ#%Kh_##} l# #d##J`0~kk} g###P)#2Id>-
#@>I#J##,X####
; s-
3g{ 9#>cK8z4'W##_m(G1vcTk4yoF#>loGj
:3#? p`#

4f,6 . rN # C#I#
V
gWKm#Hc#U? XAA.#=e:8F$#xm~#? F#p#MH;A

#(# 4R{ #
R'#'#)####zN8Ko'x#3f_#nuO####L2e\7q
qtIO? c=v\s#/#g?
Ys#.fCQr-\:#>Ovi6#5i#nxO<#<sg>S#6n(n:?
#)B{ 'p#@KK##vwrPPP#v#3#c#I#
\rA+gEaOR$#j"k1@'? 9n8nApB8FSc.+#?
k#;5##1W#|6gl #afY{ tZXXx7b#*##

P
u+#/KC9HN0#@ P#UVy ###e#-a7U##{ #rO"#
#h'

##F`!6#pQf_ZVVf{ <#Q#w'?
9C_Pk##/#0RX,s^]6_i##?
1X##bvZ6m##\ID#8<c###K#/(**} $kB##
3#'N#n{ 0h"###p/43|>G? ? !#Sg} #/jX|uK#:
n=SO##>#QO##:_*#+H#eN#{ C`|#Y K#E## EpY####+#} #s
#q#DXB#oI1*x"### #4Q##d&#_PL@;##!
7>~*It@HE# ##l,)##=#^###

a#P9X
1&*} #f#:0*\Qs####+Z/#=J5:Zf#F_0T*gh#Wc&?
#p`p#p#.#yDG#y###-a#/#X]]##e3vC
#(4s(#-"p##5B=j(Xyf###saWn+U5W##t0 #`#H#L##z@
J#\)##`###9F2RXjx#TlTi##3"*0#[,#

hL(4n##y#X-M #[} ##&F#+8Q#KA#"0|2bj0


agQ]Zq#

1>l+9#1g#p)`#kx`"$,f#@#6lT##8|E## m##OWtX#q#/#:|
eO#,pJ#~;N.|lc@0####H #3RcC#T#Js###c#6l#:I#||
OQ]#|#s z
@
| e # #{ #:
y##Ma|#UHbl@$#S\_`w^#>#[LfDH#
#i "#### sea#fc#d&Y#L3? r#7_###.t#|+646x<nI##

K# `#'###yxSXyxGxzs#hXmHXOBfO#k#X##
.)2#2#o\#9#64KA+# #28mt

#H##@7 G7#,1aw##N4X(ac#^97gcw#)##p#>#} v<h##S####


##w4#@f#O###[#3e0#KYa#oZ##),#

,? <##S=.#8!n*{ #C#9YD.#6#gy# 5g#&]rA &#-


q6hFI###~U## 1.A@##u
p63#bl1###5S##<#XayGqfD#
#>`#wpF##]8/### @x####|U#`q#53 #b##LMR0!
702
i,Ul##p`\xK
#`{ "w##! ###4 cC#d? B 19d##.IHf#X1? c{ #
.#0&###5=9c#N#gUM1#3[kc&E#_##Z[|#t#####$
[#_#K.E_Zex###/8$^#b

y##S8hjl
#oJvaG1jo/[n\'oh(Z#
H9ByJI:#`1? 8V4pHG#86-X\ +##
#
#`V###$a2O3l#j#l#_D#S##g53##5DafC} a#]#F
###c#td:7X##08.3`
#Y#.#i#5? P7$
1waM7a9# #\#yXR? q0K<L-#Zmm-_/D######q#7FYH&4#s

##-2##Z%u%i#`n0#.3/} KO:r
7D.Qe]!d#Vb##Ct#1#<] 9#FC ^r###9#<.v Uf#-#8|
>#~#F.m? ' b\Ly@##@,c
&qk#N7##RK#>d#lC+)#kx#ORjv.Q#c##? <+wV';b?
1<b5B##&vkkK[+###N# c|sllg^X#naP#
#3E} ~###zq#7^00tdh4E/+xV5## ##wa pi0@*(8
!##T.N@
X yP##-? M#2c40r# u'#7##)#V#ka/
t7.gf$
U#u#O(zHZ####j#x]N{ on/##P~Z#`xN} ##E#7#n4#
#"#dO
##>+"#$#ox##1LL#(#m]J32T #t#r#H#oq? Bnw#h+
@#vU$##zx###H6##A U##~'Q#-;qB /qbasH#I1RjQ#$.M
#y#7my|u#\##R##TZ###(##"#D

`#n#M#!#>^#'#=$aRHWx<XN#H###? @/#x[} J>#p:##u#,#@z#


>#bc} BD
)2##c6Q#b!2e #4 K#u"#L%22dT#H
#Jj6~.0O
]7"#@
U##AK##C|''##3g#2Rb#FJK##xLk\)#4C##*!D
1jK# A#GGk32#B8@(###R##DS###^# f.#O
PQx2h ai#F#49(&pq{ I;6s1u.#Q$YDW |
$bB#N#rE#UIlHb#b#4_{ #"#####M*##@#"`@;7U2~<##aG
##'
&O##>7)Q
at###(& ##{ xw"#hAbP\
]>=#zC#sXInE###dt9aD'%##q
##)##L#&f(##i]#bs;_z%ahGo} c\#h.M:n
F",_N4zr##I+K_#_@0oOFDPN##
1#{ 7>c|#|#3{ Lg##
;Ba"f###@xG6=#+###YR[nE;"u###UE#G### #<J#]B
#Xp#]t#@Wd OIK!:~"###iz;8s ##v8#T#'Nh#W

#O<#L&R[L_.B4 ~:Y#} 9+sof###HCT@#,


4
r6%=#Q`1^#!#q@8 B-u#hA1@Bd###He$P#
#;Q##
3f ch#2#t*###9T i/##W
fP#'p###
]#*%# P1###AK#^yk#? #46hRVas###M3?
#Iz#>&$Ok2##5? M%d#&j'q#fc3|e'#*L*D#Emr3@
s
$a=#####`##`%##s=#G#} # a##&C#'#W#&LI'n#l:
{ @d6^##>$2###n6###p=b0M C##|!#0H#l|
`&m#A@###zD@4#Bqv!##W#V@%#P#P#o#### `JS -#O?
4V:##tA_0YYn_':fc#3+%#;Xp#7|*j G ##p##f2A0#G#} 4>w!
{ #^#7aj#

##G##
P _d#m:^uUf#F#
%c#^
w&aG#2##5j#`@~
x ",w CA`##?
%##MgLA#cPd##38!0#9]|H? # #d=#Q{ ##r#R
q1##_###g#q#H4##\UA@#X#7nDlt~FLyFs##<v#"##>###
4_#v#i5'@AO#8W##_f##q:(#h+##U76E#^{ # Sk###
##Ft#+ #I^#<cx##$%#
#%.#@|E"2#4#"``{ nE## { w## #
#E####H#:T|#${ #ZvV[##o#'*#Ol#0KjM#*d]A@#0|'
7#O~#XX##~##DAWnF? iQ1#!
r#+#00p#d(1>} :o#># a09;#uj"s=#^K#o^#4h#
###[#f#,6;##/fDr##L##;B2#DQc##L##nc#?
9qD#2H###H#&'H#z{ vt[@# #A@#"#jM.#} i[{ oK#lR_Z{
####E###( ~7G##v]+W#c #hjl9;#dpbz#

|.^Q#A
Q G ###+ x2U0 ## ti Jb 5k8f #6###7
M?
#~#OV###60P#pX0|E@#6#a

q71I/? #X#@]=t.#Abd^Tif|
%##
' # ##,>z@#2#U P##`I`D#8##cv#8##### !
##,#_zM*S#cj##T#iS### #^##7_$W9PBw##$# (##<-
_>7.B#(
gpGFUa|-"J#M_M#c C#-)#peV|1#~xe#W$R1]Ey
s
0^mc.6:~O6###5h&qxFPS{ M} ##MvTA~b tg#N!
0oD#dxw`#p)$##&)######xAM###P @##g
8c#3`\g##>3#)##A ####ef=#b(>~g^E ~UG
%#S###vnjo/0=#/##4#X|uaggl##9n;Q!
$F##3#.Bsb
0 d gvI#G#5
ZZZjs
d#$##W8 ##7gt#:rc#
)?
#&n7g
#+#Sg#>rF
E-
#@#W _m{ P##m#E#-# tX#%
#fxII##wy? Md5.## q#o@!##@G #V!$#4n #S)#y,z#@##j'@J#
#v fgv} f#|Ec#f/%%######3#1##/F$###
##(>w]\|} q>Jko`#&@[#iE#@ma)iSkk#

+!;Xx#\.d"&X1#####5? xgW####ZRY#H## H##"#$"#D


T_e"r #,\? ip#
)>#1.xY$##l##B#!#2<Zygt1-@#Sa ###?
q"#e#@_{ #"@"RA#D#G##TJ#`#EH} 3>#?
##1##z#{ o[^#r+##c#S#p,##@U#ooo##TE5RC#_

#Py
E##"##=W#H.#D#%'1#$hrxk8##qJD#2#A~#3
#X.1n#{ &@f###T+#$u#3sphY#X2#uW_## Q
#$b\RM###r####$#1!8RztT##hs#m#lCX#n#loh{ #(:`&#@@%c#`&I?
UoUXBh9)"~#$)&##!#]###&#7( ?
2>#YIIm#>y]S#V6/`_##75? *#0$wpA pi=HG ### #
o##RF
##~XFo+o])^#L*H#`.vZfYJ\#zymc/G##{ 3A@###A@T}
%u#E#VS>#K:#f6c'Czf#

PkKkxaz:^bAI%.*,RIO)xxy#t1q6#J76#GXv9.r;y u 8w
b#,#T.~$|_ I#8#I]#e&n#|7#=:G#+T9QyM} B i ##:
g4(#K#P<f!1#r:<k1|#TC##? Fc? ^'##`~j=I4 ]O##t]j##
aE#H##Hl #rMLssk#[##x# |3&#xo}5\} >u
9# L
l .#? ~
k} )C{ #O###0 ##va\sMx#6 Kwu m8'q##sLeB##
#0##^ H ##dE#U`"#y#@ Ol

} #_##< j@>!ySL5k? wop#1"-X[ k'O


y2
#>r@r#wM#JS#qw} #\pOG#} #? #^#? ?
_r
%LSO=t e+\h_ +,Y#r#Rlb]!#~/]4|K?
##bO8)@(Z>fe,@W##^# `:/XI,#
0##5#y#~#kTB###N)%E#_#MnAL)###=~2? #+_j#7|
=ts=w9\s='xo [4##-#*p4`RUU#
8VX##(8@0X|<p7zu!2#
i$#|;T#d'###`E\Y]#e#wy#W\q#eqpS55#* #?
<YVg6mq]#:&hXc84dzp#&@uzO#fVB#8^$? ##LIS{ #!
#r3{ aP#(1T#yV##[D"gzg%"#@z/QG#e@O#####8-
t>3g"#WQfc} &#
srU : gr
h_W##a!v#`tw} w]6F#jzG#+##(###e6W{ y#?
<YS&@62[l#;vq#-Uoc5rSO55#H#-$#t#&@D;Y7zdi d
} -
rEn##MLbM#S#VqK##2d#oRG#@#fxS##_ ##Rz#&
#5#BAT)F#nomdsw##7n##`a|
vg_#5Lb6XQ11##k,#2#9K>j '#iJ######5|'P +
9"q#B###(#&Ic#V

a ###"##YuPTQT/#,T'U1#
#j##F##"s5*#r/##qnG
0_#lW#Gm96(%t:,A@###v4n
C#uHYBv~##@woR=]v56{ [#PQs[l{ j} A
#6#7y"##J#####5j u # # p # # ( / # `Kp
[i%8#[# =##\1fq6'1M
#>5c#% 2Y#g#\Vb#V"###
#;g%#44Nz#)} 3*%#D:#'d #$w#$
I:a##{ #S:#M4#Lz#SK&#d##By
o~ O*"UW]$V #s##`W#f(g
1 'h#\Pg#D_p!M u
`` #_8nAAU&####?
#Wip\B[Ep9QV`#5uf!wJ#,H##|7#Lw8g&

#iF )BUi#l##764B##E)~:#;#t#@R'#-v? !
ozeN-I*- ##0A!n:#ii){ N"6(<6/"#&
oB!_/#H>+#S
%9Qkw} *h/#h IH#w} { m

#B###j[WVV_L%]~_]#]} 1^~=k GsG#Ig} ##!} ###z


#DWF#`.##%1S
fJ%
PZ:,
LL W | M D < / @ W # 3 )IA F # > x O q # . # y \N3;#B i
} g
g
Q2n97#B#G##\%

Pr=
y#TXs]a$##U/? #~/l
#R#+#4##T;
(x "&v))rx# !K##Prt%
S~[PBP#UC{ ##1@C8mQk_F#\I#w#$#viM#7G#
A ###R-? ryTC ? ##  n(Q># 9 w> #v[`oZA#QY#e

r w##K|#r{ zA"#7O#u##7###|+#_#m5#lnt9##D
Z#
R@ &.#o
#>r#_ #[ZVZr2&@M##7tw_s#} `#k{ o?
-sn28#x#5| P

##r#####6>#/L-\|4(#K#P
Zpvom###1^#/ Pk#!
#l/N sS#=Iyr)#nN >Mm #[v#=n{ #@##WH# # .,#@!##!
a##-7H##mx
$ "# ##Sf#W=Wbm#
<X#|[D#q!%.##r#=? eLnfF###]nv #|##*#qb#Q
P###b4K #9#@#"# ##># { x(<aESO=.Juw~n!mUDsj
y#E#f$###b> #Q} >;##uG{ I#0o#p\ #5sJ'^T?
e# V1#97E##/,9[=E### #E##%####b n#Qz#O[/%
%\#\A#g_\wo#Q5;n##H#]###bx##'yW} { } ~wv*!#9t86?
<^##eb K#+####LY[} eue;t84j} zM>6%~x#`i^####/##Mo[
# itvr#)#t#'*o####sXZ jo#3`#*? ~#:@/)v#Z>#"J#xx#]C? /
sN#:#:sCGEU##x#S+,t4U} z##_i##? }
m*#gWFJ#.Y#$E####A #X1#
QdyE,=auO_K`&###### ##*J4MY#Pq;b#} qU##

#\;#=pr} # $ #h Jh#Tx~
4_;1 \>{ j##Vfc f##A@#####k#b:#!so3#x##^ N n

SPJx#t###R;V#:#y#D#9|QG>-*LA#4#Fp0 ? #2mK'-Y|
t+#-$U:? ^K#V? XLY=yE
ZiX#####A@###R@Huc];[T"#XNK y_1x#&#VDR@&##[#qdVE-
as`} ##+q-"#X#L S#b &
N u#V&@~<WU;f'!Q2sA@#####A@###zB##?
YS8oX#*O
pk ^U #r#(@y##iE#S#0V#Y#8fF# nm
N ocmw[#=
2#} b#u;#J##hmmmii#,###8##d{ ;:N)@~##mc[#,? pnFc
a9###9CZWH##%VGgE8S;;#R##"@##/#.hll#P#l@`_
l Fh##R@##o#'##v@k? n} w] P]#N#? ;#yX)NG#%(#~_Gd~02$!
@#2LQ$T#f#[RkCr k#> +####i###xI[# T#~#/O1###A
/##8p? o# G#S(//#Hd#@"#(]&NfmJ8c9|
N####} &D{ zG@#1# ##`Nz###xNR#J|'v#tA#G&>##N#6
#m##>N
"Oz##"##(]"###t#{ ? ###+q##@y=dY,H
*!F#H##:'###>3"#\~bc5##X#1#X# Y##~Os=$
;#~##(@##(###n[KW#T/+?
%@V"`+>38Cr#Q
#aC#VQzi #fQ]S[=]55*/'4463bS5##K|

5bhJ1#^n? #N9BSFxu]T#uyn##A
gR#l@@9<c6 z#O_Wr} Fv#x[Z[:-#5#,EXXOOD#Q&@)#vY0~
I#+ eSsTKI
s8?
i[QEeKK3g.^kM)[Vv)STY`#,T#A#[+aS>Me# M#_7R

;yX} )sV4w####{ 8#w#$#G~#@X#


"} #/IT####47mK-W
]#<#QK##uu:qq6/GT{ oX}
$Y#2oEt`#Z#1h;##q\##
ho#x$###? <+wkcg#sNp*|K
6]H#gy ##@Mw7p#qnP,Tqz~#[u? #(K##? #6T#`mq
]q`fM`P+Y# -#D#!
jko/#I/@#v{ #o#$#T5"#@L} m_6kll U##>O0#

Y#!16 {"T&=6 wg o17v&#[d#tH#Y0,


q&##A@#####A C#(A#~enh#Vl ##\F#.
Pj0Q*,e*ci;1b#MtIV]#!x0#O1#:#H#(3!
>BH##aAEmaR<)3
99##(N$ ###*25x#W#Bt#g\SR]Os=>x~.####T###P?
gj!#? KG#h? l##LRL1^#RR_#5 #V@o<#@
P###$"@s#O"#o

n;S/#####Lz4B#SF>#xsB#bUU!
#X#cf*#s#8###8qc###o#>? #? H#O#>####.#$#>G?
#~I$#fUVVf#:###_k h? X#3r~x Zq#v[TOA# H#p
## #7Nj###LvS1_:n53kZ"`S1M5##HL6X/.#bY-

vck
J\<~`#z#/##x#Q Wu9uc&##Z#EzE#cm#--
mEEA##'`v#zD#k#W#~_Y?
9#._+#;#97w=#_l# g#p#{ #O@V#jo#0`y#
##0yE###*+#d R4;Bx-K#&vE4q<
##1j9##Bu #&#E-K#t# e
m####1Pdoii#b$"@$&M##x##G"#8Z#w#>/1#:ghL#_##/
#A#8v#z!L#Rc ~#F#|pY P
#G#{ #.k&p{ #<1#0:B#L#x~cBW#4
#X'
^#3#S##`>#:#1Rp##M? a
wcc -yKK@###F#vY3c%a#'[#jro? X>2"###oUi #? !
2.v##e##
=##1##7aU~#\? #M=@# ###)EK#w [z#lJ;un|
U #/^ ~} & & 5 W C#5k K*## #0a Q 0 M # v.} c 30 T]# * d c T
#talMc#tj^#-M,WE#s=WUUU#DKo#x.? &###*
8k.#z\"3Vvo]3g#;6p^c*{ 0@[o>C_} t#O8pk
#6eR]vK2M#r{ =P`#*a##`BF*l #W? #?
S~_N4J'
W#~#A#0###U_[+r9i1#$_;#0aBEEYY_s0#Yy0.#,JH###*# 
## \
E3~xy 8
w +/#/'l; }_U.Qy## N} #z'
u fp#e##h##? ? OC##o#qV;? e} |
,###0 f^
lj9&'#{ 5 r)>##KTb-#*q#\qbt~6#I
=D_lY88I#r#+[rx#! #OO"} BjfoS#_#'## l#d~&/#d~YK#=v#\!L#H
%# d##<#HD#<7SO Ay1=##\pa#orK555#w#
]

T*sO[sg*#`<s g"
o|d['O# (&W###uY>#3#O>$
z#sE9L0|3Co#f
4zgSbS] onfEQ# d'#h#n
#E#_|q^#C5<i#qt i####^##|@E#u][v6n
3:<#^#yT(**
##!

##i#Ne)[^|###{ #-#F38
%* Tr#M7#w#?
#p7W#0/#O#)|~##3+f/|#D 7 \0
'rdyH#A` 0= MP<

#F#!7~h=
7|2
#Nis#(aF@|E=\^^###)x} 6.##3#"
? ,/
=Txw`O#`X##
# N##C#A6#? #~#D9&
.J~1zL/#8>C
]#g>Q###\PP#~%#|!S ##:o##O? #V#~a.qy*#' R"t#:h
a,68rD#jri#`#m_*? _uHlK#[lA*`#K$6K#? \#f#]##%*|##~;
%L#B,(###@# @K#I###e? OT#_I#-[6)((#_##Un*>d###1#-#Z
#%##_O|
#N#n
0#} WU6D##`#V7j#xV#X&ch#Q<bovEP9#)a59*dx} C#gf#
##? #
dT /#:#Ta#a+mp`#(Qc[HfW#g;#,8pG#g#u 1#
`|<#/#
#o%z %####fc
###{ v#'##4rw[#~_#P#4U$#6
_2_#2O##jd#8##p*9l4<#(]##
#dD(2Z#=cD#9#R#|#Xw#|*h##:`#2#0?
##,>Qa{ [$? ? .7KN#I0
o"
#>##,m##D##Ldxa&a? Oq`\`s##M0
(F,%#Z#6c#d#w##hM4g# #cjg#F#'#y)## C#_ @Q#
:A#Q###=F4H ###vKh##2e

r###Od7#cq3[A#rG#l,#i h#IU`#Au&,34#I
l;#|bs u9{ >
#/##_#e;#nw#1Z#k} #Qv#hFl@#Fg<'a

i
V#P#;#~#{ #L)
OcLDm
jW#O#f@kIa1`:3/WD#TTF#K##':&~=(Y#b##S,T L9#3X,pz
c`c(_VV# v8L=
a8#l(Pyd1t#3z,j
#l#j`<#>#)Zl####v#cMv##)##Lg#bjnFXxza&k##Wt81#
? #qC9pcIK#N'IW#.###,?
"|9W#^# &Xi+7|3} &qN#m?
4^x#i#|r;4`%5### :l1o#oGy8UQ? -\rgmm
#^#H@#MQ~A#sT,$#=#W)&#0Fz>#-]6g
#sj/4#A#? F###[#`ja##NMv-x#b#[ix##|?
0#c'4;#I##e.Q=#|L1hAWT##|#zn#p#B#9jLG f#LVu
+|(#gsB####\>(|E##_#]0(#Hz####
#E%##NXac\r1##v#7Ta4Y-###_ ###H_W##*@#C5|
N;4'n#dj"<`oc5 +? ![#0q##KlU!
##6###m#a#
# T&#
#^ y .8"'O[XS(#MH, Lx#D# )#dvKsa

#be ro,###S##Y6O[vok!
#r#P5###)#7Corx##RE#Q#XF#ue####>h5##Lj#Lx#L#NZ<hx
_#k fh##TA#
{ +$Me:mvolN,9!R#H2##P:n#aMgk#X_zpKTKP(I!
vpFO#WG;##

##x+#$$

F8 6# XF D

;#
i#xP#bTXPV4Dd`/~#" ##V " fT P d #O ####
8=4,*#HS###Zq m,#j0!###DD@^8 ##p@

? x#L#;Y4hdd)2#X9 #uPrI'\#[###pa ##up#?


#:
n###o#=X#'~sc<~Fm64##[#5yv~#l7#K#
^rZT{ '~)`vk#1mL@g4#GGB###vWQ`A.-
l"EF44(9xPAM} \P#lBid*p+k[o{ F

-vG#y#yy177x
!#Xl@####~xe#WTs\^Qe*V :o
I zgH~#{
#0zL#FIII#:,QcG-
p]#Ca~V
# #q"##hI#/C###PX
###*dn8&#CS#V##c#D\#q5 :]D #;Z!
^(#>!on#&#,8#zl@.Xi`6#YQ )+4juj#'J#S)
#P#I`*!)4c100My4} q##JfvD##.##ZA####pg*I27#!
Y{ c8#es#(|##z#t#|##w#x##"
T"#@[{ { mWUMz#} #U$74###xY0#`wN<##&O!V#<xr#<Iy#
7} 1B#9q%
#Xy9#aZ}
(Y #o
@} yl#-#3## #Ho###f>#l4z%1.#uD^&Tt#!
u`##l#w##DPT-D # #70#<@NX@#
xC\vvLL#L6K#m#$#@K1^# +LP{ ($##v> #c.>#8#-##KG
K#c#V#RD|
EA0###lI####H6]m4YzF#X#'#5##^9#n#{ #lhQ

# K"#} mqj6#nK[>#{ `<(



#1} lp9&v#U@)1v4#Q#"vlb%7R#_{ { #>={ .lS0"N<#7o,#|
d$ #A
T# Q0 #I##f>YI;Y@'1`#
miYf##_#Neb<3@Z #7#} #HYvf.l#-FJ##e#z
]^
#0#OSLH##@#####Kq#J#clN#Q##=)\;####.#S1#J'+C#K_r
lk#Zv#/ 1V##} 4#=#,&@1Nh&@a##D} #$####-
ucOa<&n]w8Za##0l#X~<UIi'#b!#w1###+R##     #
25#&#@j"##A_#H#####8<<Q3$#k)S#@raB ##^h2+g#zC? #U#u#7_j#
#

iM0##b-##Tf####n# LzzPG#0)|3G*=d7>q##HmQB@G#
#b5[E#q[M#x#@#M(dr5a u%~&#N##d##)X:@
Oy# #c####ae# # #D#qB##3o? .a IjC#d#p=o##3%
%6D#"##b#BO,g6#z.A@uz<]dg~^##"###@##x<<>r)#L#X1,]##3
+5+5#^#w##~##Mg##k'4_Fa4 r^y#
%1'k#{ .m&3##CMv#4q#zo#aO# #d##w4#IEs#c5b#A
U=;? 2x#`Gm#

44dx"
Pg
nHCC#c###|PL##J#in #U-#u -## ###@##n
v A n
Wq~,w #mx>v#H

#iP#~ho$ ##es? %8$)Q#Y


%#=#
+.O} \/vB#I5+wEp#lS4#iV#####A@####"_
k~
W/@dcW~*#@##
? E#0###Y1#L0E#S/#d7-E;####)B'|
ec#&_'9H'#C ';i'56$#s!
dYS#"##A@####4#cM0#8#br96|% .'KX
h#_8+2#? $/I,YBf_G#{ G#$aEH l$####7#||a_|
E#<g~? ##,SO=644#p^z#y###h##! ! *e~i[#;#z#M
### ###Y Qr0

#y:-uk[<W#T1# :Y1%#a#5#? O4O-#H#=#]#y98 P#t#P .

x#tA#).$# #D0\"q #T&B(|BL#vo"} P##@#Z]]] U###2 # -



_<4H@#PF#*wb##^[i.P# 4? Q##ID##6D# ? *'#
8<} a^O]#vz#0!q##X7. 1#F0#####x} d#

#8#F6#
q#@@#`K!s#Qq[#;5#!#IZZL @; %%@ @L"##/^_#/

##A(a##Rp#mf+0iy&$3('P##1 #N#di#
w]|:p@d)s'9##u#x@M8~<96##P#s>Fd#]##_ ###5k
7##u(## #
O>Y### ##S9"#&_} xm .G$"#"RkEu#!#`i
%VX##GXu-ngW# ##o~[V"fA. H###'#|q##9Xow
6#? #>F#
R
L####B#7##~z#RA#^_R"#K ### ##? !#? ####wX#U1`y
@####b#)_#-- ##d###l#3_#
9h#i#[,iK######+###B]zoF;#
`uk9#;#Z#v#U#+R+U+? i: ##$P=
mR^,X<t#`#AEz#[#K#vC!"o@Z} G
? 8#X#
"@#i|Qz
]##C#DyD`U# qG5# gpG#H##R#4#JO:} 7#b##
#v*##&#|I##~W\-Qw%#P#A##} 7L
#q#y1} _} ##B
##xG^N##v #j###k+#]/5#k#O#/B#Q
NQ#qg_#n(z#z#[D#? !
v#qW&N#^ #Fn#3sg#Q:#K @*#} #DiQ~#NG#7###3####r#vvE#BN#^x
$} Lk'r? ##u*#E#_Oz
|\F#$@3gvm&##$Wg$<RXb##A@#####A@#H###^t^X@#'>$#P?
:-E#%#,yN#0#z$\' #1{ H#+>!466\hc###D`t#:#As

#9k%#"m&#o# /. W2@jLz#N*## #$##D\Z##v#p#.#X


M#b
p:#=4@ZI###? ~xR~3!#0)~D'##2bl,tY#6J_z>EFa##rP#t.#O:o
$+~#*qQ##T####A W#HX4W#,t##JU#_]#(t
5

##'\M.zF#J#v&`#.0vb`;=0j_.6# #(*Y<#wzoVP$

P##### ###} G##p#a-g+####N#fv)>o!# Y&@*#TCC#63y`\#c[l&(


O ### ###@#):T</[Ym#w1SH <#a#%gJ|#sm#{ /:?
W~0} yt8[7((#p#
E##### yDC###*##V>:#h 7]
{K####GG|#v'%&@.##
z:#W#'1ud/lx 7#)YLbU# #l Y>!
K###7#J##V} #v
#? #F###o#NPKkQG4
###g#ZDB##S]$###
#TFJ,MH##zC@Y.X#6k]GN
>` 1 A5;,~#_#]8\v##
G#I0
r!=q4wU|q-U#? .#####A"@"K.O#s##|`o~UD, FG
%##2d p#Q>##0T
#|O[##|Gi]f9} ko8H##Se ###
##_#hc#w$#Xr,L"#n@*#m&#(w.J6mxe=WM/gOM$
tV5M5.#+ # ##k#7zv" o)$#xmN{ `#/w+F#T#

Eq##AU#p_x} :bQ#5kW3GT#$ $o#xw N K#$


4!
###@f#} me{ U#+#00#tw/]#(#7#dec@m#Dkx W|3x
P#4y7t#
#Xr#<1b.VS^#y&Zko#,CX~#_$ K 2c755A@#{ J!
N###@xUG#lv9#} ~q%#]# <c$##9]2c#

Fr$#g? ,F;? `4
~#5=] W |#~`,\l~)0###za##z## %#H@#9s?
#} R]#,##G#Sw #Z[=###.D< v
{ Uof&Y''
lr{ #~3'
#JN=CK>3
#|S|##n~fk{ } #} U0h{ 67`{ T.#FHR.~mZ
##dui'_#i
#0#m+%%%:X# ###D@#XQs8I#,zd7MO#p#!#|
\B1jfCo#SO<eln[#v!+C##w !
#QWnB$@io#xQw#wv+2 gyf14x-
yGM
V>[;Z#H'##? zt~t
|u###:g? Y#;wSO=u7g\D''
C#hC'OE#PI/l##8\`m]U5########xOP# D 2#/#)#LJD##
{ k#y#0#b##~+;Y#e,###? W>,l]##E$#@? =lV?
rtZ#3#/"#XW#-
{ #vwW##=#y##H|)W###I,b#Pyq##,##v/ M |#\F1.T-
## vr
**r#P0p%/~0KC## #@Y577? E#K#{ nV#
GJO5!
##3##} L##H##1.xY$#6RP*.r#6h#/~####$x;#WT##Be
~mQ*## ####0Q? #

# s#a? 5 vQ`S####/.Xvss#x

\#####"oa#1\@##$gV#{
#$E###zC###>8##\####A ####@nr~-{ mE6#3\_@#&@-{ ? d6|

##j;##,##A#[<`### { ##@#b
\uVJ#p#x#<`_? ###9xL
#a##(##(eae ]b xY ##
#:W3o_#7###7^#

n#qTC### 1.A ###


TM##a####hi#{ o#<|[=q 5o#~G
<} { Y##'4^#1 %F
T1aI##h6|J####ieq
####"oOP####<.2V#W=^} a{ .#F
_J###!gF#x'&@#@r!# ri####~1&|Y~dpP#
auve#a#xC
<### ;#1Nh,##1##]##D#+D###^?
w _I#7#O>#h####} ##5W],W# /l#P4
 kv{ ,## #=U*z##"###
YQ-##@#XB #? _#5j`O#$d#9E#0#t[~#8h*YGyQa
"#e###e!#`##*#/#6z8RM####@##b5|*|B |a>%cArzt!
Um8&#{ %

#} G ###H? <C2N>M^cn ###] #5#prWzd-


Gu+kEE#.##(@fR%<Is#} 5#2G#ui3#R#`)Qn
*pB#<#p_)0KQB)#08k,a@cA)# N#F#>X#y~K{ ###u
###*7p##HLb\0#%A#mzP>D+#7oX!j#2#I#####: ###xm
#@F#w5S6<l0 c#s3#e(C#J###+*[W0##

~ +#b#f##b<^#1#&@b#\|SSS[k#Tl#R#@} } nZpag#,Y?

3<c_y.Qz { |G { A RV##?
C#w#`} yE&no} .f#? Fj"~\p#0##d3\nH\#
_-#<7-} #%$~##@$|##$C#P{ F&s= M#.#Ju ;##
qwkvUUU~:<MLKk7 #u7S#_^~e#sk
u 7>#~u#
hA;SLG#? rG"###

b[l#Y`BaOm[X<H6#WsjUz5#<WV`(rrZ#+_\8
4 #p#,##*U@T###X#!Kjj#KD^##H.# A#j
#[
w e9I/ e#
s#oKl9 W_#s_WNrK[[#)8
###<\K~i#o*#]
A#^PP`##xjQWZ#~zW:###)sc]FoKr4DS} i

#f? ###2 dEH{ #~v#a9#~y6##Nm).p##7?


y9~#CC#R###)&##V'##@'#[i*#0,&~#p
cIz>###/} Kgu#W>]vm]]#=O8#.Q#$P##"T#$`08#n^1#:0
Y##~pl%#v#d
Y/?
W Dz8T0),,e SO} 7##
s5a#ri####;D'#<d3 b#,(tI_#% 0/_ Yk&_
##{

<JEod JY'##bu#OS8##);#"#$y~DxG#,R##6#U'x0

#f1># '#TkQQ#7#? N$#FC##u#si=#V#


1#cn
;~E#m^x|b#d#W##'c
{ M00Q#,{ #a##W#
b#W\#Iqs\^^>npy#1YC> 00SNr#7x##_tmqd4#
#DT7#hokW#X##_]UZZ##l###`1##a##qom--
O64755v#{ fR#{ O.Z#"hQ~e#]>p
!r#pc###2|;zW#C VTT\yhsPw4qq#n=+##|Rk{ gr##?
#CeIUq##a#p#Ni? *V{ w;_~~-m#eV@UA###T9&##?
} } #54=`9#Wq#9)8D S'4'##4\s
5f h8*&#ZX h[l[
+f.#P#x8y%s-#wb<~a? j(#c#
G n#f7{ #5csf#08?
#xXw#SO=s.I#Fw%ud~?
iqe9]Ezk#,<4*WF(#(##AC#i(k'O} F#2t9mV^xkv-
)32[
# J:Qp#=3@Y} ? ###\xH#

0\P?
#p##[N##_RP? 0g!`pE5Tf9Fa\##!
`D(gq#K,24#uQG#} 4.=Ur73s#|;#c#>`M<#L0F25#D,%#?
#G###1#0# #+]Ip#l;]xS>#g- #x<EJ }UE_#^-
D`<0#K#4OQ1&~
9#G#+=#^#[9Wdh0+m~a##VR2#yX6A##(2#p=Pb
o&#a#B,]#j.#_Wg#O_#pl|>O`V#" f##*? +7\#O#
%#D8#-)S#F#<9#k#F4g|:#zZ!
#H_#K#$O"V7#[xX 4E# #} l#|Omc/#Hc%##4##+
UX##7<\Vr9]J)5)
T$##xY####_L_#K


U### I' #
#sq#.M
##`gMM #SV###>#"#$#T7##S@1U,? M0#[##IGg!#'1F<5
#[LT#G#G G##v0>e@#EP BX} r##2aY#c##" {;#xrl_
%##Jt#"g##!
#Xp6#+w#n##=/2.B##>##+#

B x F6
#SH5##### 5##-#t#/Gb#`g'V)|f/rjE@j##
L## #r##9oBu~"#@~NFRG#/vJB#'|(^#7#dLC#`7/ap>#[##-zUz!
Z#Vyo#6xN#|"Xy{ ,d#

###
##>#D9C48x#S} m#IC&9? #2P ##+p\(^#i>
l8fkVmk-
kvvTkxs} o#!]##@##Op2#=z#~oFX2YiP,9s#<x0# #Ma'4:\~<)y1
E#JQ#T `so0X####YT#n#I#######P#:%Q
<#N#]#sr? { ]b;##H
eG_nx#yi##<p_4[tw#Y:r>~)Syr +#]`M\\kWo_#2advS##
###26O#
# o#pE#2V GY#j,#g[y2

YXP
[0#dQ{ ~p'#;v? >#5R7\l^Nd#N
C)y5@ZP5Uk!Op.ob4w#475#NcSF|wp } m#Q8 ##
 Is2#P3t )
##:
sF#1
5\<VZ} ? Y_LYV#o7FA:huKgMPt##H:b#tHAA
a#k##a,#F2{ nT\9m4#nv###w#q#| #9$B~#b
/#ng[<8 <B#%5#~@Pe8~p#(F5#

s#>#{ 1,(#l)? #eE#Ui.UX#? "d#M#=f#%#} mWL|


'#B##,#*3 #@=j"###R@} } UW]-ecN#2@1OC##\pD ## #
#"Bb-p#ZKM\l# #]pE#xy#s_g` J#E#`-!dS##
H\####z#H} ty&##
 Hd73D##X*###JRG#H'#$_) :1Oi_p##9 YJ
##F(~###{ #O^ Q~_h<w#>#U##'O#@} W:#
1d-"#$} ND#H: ###ID@6#nJ<1Q? uY];K#7<p#[

##>#.c###"#0##:c@ # ###IA #
D#;##w
M#0U:pr##? ^+r8x[oUTPB:##)#*G# #(YH;####d%##iB@'`CS
p&##/H(M##U4#e#$m_#)#^#O#r#Am#'%###
gXY#Lu]X D#QdvwA@###
#Q? I%|.#:} #^Ai9Wq_,#? G##gh#D
#1###yvelE FV^##M####~;9\*#(XW65#} n#z#N;
(#aSwy#+c<#54#6$### G#gT#/Qec7? ~*#(6?
#_Jp###bg#fo("#9#
###} 5<gS5# #####W##on## #GvZ::>^#$#!
zg###jWT-pz4pF#Vs#O.7p`5

,#5M#]M5X]0M]T{ #j#HS@G2#aR#
fN? 5T#8* E]Ri[#####A# `B#GG#|-kZ5 r|#EO_

ZVP7`&)-/^/###;#tO#Sn<RVrmU6e#'Ie#IS[eS.U##VTQ.#
N1nd>j|,XI##
[ C/G
{ #Zq>xBf-U#'L####A #P/##{ H
75#l/p#XgC#####oxdtA##m##)N#f
Nii5ad"fR/M#,@8#k} U#NA^j*V#QNf
%#b[#####A"7#,2(o~#\!.#^F#`5#$#qV,#
SaGN+#>1V#I&#m#d#{ #,wZqUW0##-} Xbp&#CvAF#
z[*## ####} W<9#n#/=##_1(I#PzL12|
F@GO##q###*#G#*#2# im##sw####E&###@Z#P#(x#<Pk[Aq0!
o&U##u
#N#I&##Pt VW#s#^5#|##b#3 #0]p#Z%#h

Vi##E#iI@#? &p#z#Gl#@]Y2rA@##&]MO"_W#a%\;-
zU{ ##z} NJ+uV#ieD###r#oO*cw//#S^fk VT#
q qquT]#t
O'c&#U#o*,p##[#54lSf####Kf6>~g#A@####L!
@i3Wa&8##o#y#.l s:#L2{ r'@
o#@#I#0b###? 3##>##~e#R;' <#Hy^]krp##>
4(### ###3##O#} +.#Zt vN7S
83'#O#WTK3#:h x hT1U? UO#z[ N-
/ g_ ?
5} #n4###M'Q####A #MtAm#&J8].W0-
#NKe#b#K#"+@##tV/#e[7] Csv{ _#o##9###1?
rv~YO} __g^} ##556i_mJxL"###@###+#1@Qo

m#? *mYe#o[#x##lX#ZH*K.E_#8v
d#[>njxs\###W89} t9##649W\#`=#q{ C#p]#<
w,_]b

=#S##`#]:G#/+W dUe8#q2t"Q-YA!.^Q#c#
%E5MMO<^<{ #
.<#8#m{ 6744Xh#8|C>XQSf'^xgQ# d# #,As$ #
#h} L$#a)#_L8]#
-p##&*#N1#S S#]yr##Q.NriE###
C0n6o} ]i#j

###Fi@#####55 Sz#G|#][q# iwY
is/Yi;p#K#pg?
t5%oLzZB1b#R(##A@###r##Oo#h)@#

##e Ks#{ { @##c^'M# su#$r###


8#'uR#
p<#? { ##9|hk0kC>W} eck19bmm[7l_u##7d`Y[###`>|
A+~c##kt#I#G#####A@#z##O#P!R#v#\;zoOcGMH} 1.

p ][qeK ##=R5b###yx<##:<
pk6+!#'#%#8e 2##yw} p{ 7#

#iP/h~? =#%{ w#p#X####A #(]#SQESu

7s#np;`AJ#]L'k39J;-#dDP#E"0#y %##_##E#L"eX-$WZ#t###
>L#G#Qq#{ m } .aG[#} { v##VOt#
N;zoiS=~Xq'`o 7 p7#A*### ##A76-# :^}
#K- ? K#c8# ){ ? ]###|JYW#L MTV_#T/!`#Tx
+J)C>S'} +hjc `hv#|
V+JogvoO? ;SQ[###`|#W@### #
#$#P####} W##pm{ o_S### #6 ##h#Ih"## #&TX-
#iYX/#r# ##SV4(r###1#H#l57575o
#M#N~m{ >#OwWV>g##P#:s7H#.s###[##W##u
~A@###=#&gt13_W
j c=~G#X yCKc7T>#~u###&w]_#jV"#
0kw,vZYEF#Rq.noyg#{ } 6<? w#Q~+p R8:&
#$>##<W38c6##[\%B ### `#Av*#|
k##"Uhnosj#0:3##(#[nW#dF#h|6`_]kOJ#=#
%##`*L7>P^# !###E)2nsv]#yl aCG3hX+oc Z^ N
WCY#4# u### =xwA@#####B!3S#@xl_m3`@

0 0 #I#s#N#e0
LL\Nw#=N>=dD#>_9#u[u+0> #)C* >#
P#
#v V '
Ut*vwC

F h
#
{ tLQ#m0? vZd#-#j##A@###bF ;#&/#
^RGBtj#r#vb#3#I<#IT#P>#JG#3Yt0Xw#~\<yJ#`
FzG#7itG
h# TaI'zC"##9#; 4(### =#3#19} a##7
p? \u#".\###v#3iH##gQ##T####Ra\##D E} C
S#k##=#h#`p m e#Vq#{ 7? q8 I[####A@#2#L#B
"Lx#;#gY#_Kk#GX>mEJn#9E`#W ?
###M#H=#*::O;} ##hl##Kz2`cGPF#Wn%$d-#-
o2e~g} ###6lXG#=## #d####B[xG####SSw.#_ } ##']
#)TzP/f##S.)~#_"#@vLPG#(7#=#y#~#7~g|w
###/#P
%3F7o#A
uo|##zh.} #())aOb## ##JoJ:# @#/Vh*)#v
t#<l*k72
###%gO
/7#@ ^#2!DI? #sose? ? #is#'#,*#6xa#:d *\s#~
#|k;<L} S} tT## is& # } #a W9>][wP"?
^#Xb<#B@R7J(##? #/Q]#9> #;##X ^{ } .#O,###
#=+x#{ \#N 7#} g]]SSwtii##6I "###
#(#Q##~####[j*_gc
Zpz##Fzi#UA##g#####a) 1 48V:_~' <oe4/v.
;Fx]{ ~u,# - ^)>} N< O~81_w"E#####A
#q#eTQr#:$rzw? /|ZdkU##+#m&###F 3$## pgwC##rx#2

8##SD9da&#HP"0$#L###nn\%#QT-C
={ 3C#"s:Ldom# RE#Se."`?
6oSo Y###9b#W=#yYgm #
^##o#O#/n{ .]Q
M\_Y####"@8#2T#uBY#\O=#-##"#G6PTiZFGPz
$####p 3 3#,`|cl#aeS

V+,2OW9]< K3g.+#I## } L7|


$R]#
# X
## [:y*SAxK#o'53#AC=@,|#J#######s9c|
_y#^#w3#{ ? v7{ K
Z##vc#[w##>S~####wq|$.B ###@"#(3b1w#Om #
%nn;om#XTWN2#m;w_\F
"H#"#@&#Cfii 5#;J:#D`I$&##&V_#*.*l43tz][j?
la#s[]CFO#cO/Bp#a#K ###YKA#D#H#6Z} s
].b? RK# E P #; Hl#n:@D`1#o"0%"f#######4l[
#>x%s)-sC'#|#2p`#3##+]~1` | qC \ } in )
#G+si)liRiiSm+##St-#S#{ ##64vZ *k#cN
>. :#_ L
# ;Zs G

/.#0m^O$@HB##b##aWP+>W"#HS###AQ k zl.K%
,` WVW*\+P{ qDCP#vNx(`(j#>FFx
X$]{ w^km"2eYT##W6; w@R#:t#Jc#'=c##%$$i>?
fXAd1##9n} N} BI<x#x####gbc@#p#8###@+G$$cHxY "GR/"

V###0@MB#@#Q$&C##>## ##2mKRk#
FRfB#3q#>##Y#? #9#JKJGO#
S#P##& U'####f#4thr"1!7##&kz#OFrb#PGa###I1##b&Cyn+#
)$<xZ#3d{ 0Y[F1Z#w} #O? KKK[xf<2[N#4 \#ro?
V.^b#/J####~#=G###E@v$#v^# ? X#V?
} /k8vEjzJD#Z#L U#[n-#5:} or#F6
rlf#_#(.,^qb<i+X##_"+ QK#
{ $O#_~%<<##p#8###@Sc} D#;*"T#v#c5
Ch###~#W%r3#^##@###~#Zga0zN74# ,#7
h##{ :#`##X^Hpp]wdTj} #Af#A5I4l-
#,t:#O###Y9####G#PR3#LvTI#K%g252V#!#:B K
cL#WO7RBBC@H`7#A##I#{ "#[S#SJwV#
<(4'UHhNw
Pu%V#!AI#Q#QAQV#ZC O
#9"##&###=so>4y#%f;#C7i#|
##2d#+V(s#8###@#B*5/&E@N"'=##<Iz#X ##|##_#S#$.zT6j~
7]#s(lidO%=|#V
y#S#!#0g#j^J(1#1DYP9'#d/#E$? 9###!M;
#*##x#<|0;TxkT##B8###pca3#Q>u#G## { &##@_
#N#|rEa#F)`#`$j[#^3wj#ud4>##"*"|
g\S+e? .} i#<I#lDC#(##
Te#@p
4iRaa!#} A#G##8#H #N#_+#6 k9#U#,8u#p`##-
#$_=#4#hm5sS&mf#F~f(*. 6? #
/#Ze#Y} #h#/4G##8## #)h4A>#[uI:u#
#D=z#3bO$tjs##Vc#1'## 2_#o##I+A !
Y#Yo4V8#`#E##
i##9#g_Fl##bcc\
#||
|
# |#RaK8[#|####G
@#:Qbjk96? +!H#Qk#K<4#Q$#&###h
#p#5|
 #4? #@,?
LY##)@5<^##Y#6###G#@wk/aDu #'hF#K\l\^O#0xo[|
w^s57#cjW` $#} 1@:#<
A#!;#I2##w#\H#VRh#8s^###p##E=#?
##~##a_Q,.r)Q#f-@Q-
#M#@##Tyg#`;n#]o#p7F%w#} To!7_G@K@Do#n'
Y,#Iin###cM&\O>3<###9_#;nwf^sIF5#G# #k
#ig*#a? ##{ n.#} I#^9##p#8#M# D?
#;#Yov,PR:R ?i3#t*####I#2I cOSN#='LN
w#&#u'5#K#t j#Omg#m#={ o#8RYUZ79-M9/ASfg'w
#{ #x##0&#B!!,#} '!"4"IVv
Zr##p#8###rp$[#K#`WP#!CogcvQ4B#+| #>x#.n-
#D#4Dx#&FJxhW\##U 5"=@##\r h6k# u t Ea#MO?
tl#s? q[n^{ y? u_~2&8#Y##..DY#a#9
b} `5#[z? d*(#R#br&#7##p# #.UIB_<\D<####!
fO#Zuxqm#WgT# :m##@<#$w.ns#YM<#W\#P/Uj####nhG
\UJ #Og>D;j{ yqw? #%PjhC!##7Z:TF!;E1j$_##m
Q.Rt8.C0#} XTcn o#K#lzh=m#*.zv#3|#HU#"$q#8###@#`"
rc^#f,#$1##A#L%5 x.#:} seg#FV##ai#vYxhN{ ##4 #p
@Cu,#W Zsss#.,_x2{ y)jdRm#53~'Ny1GN#L+W-
8:0&17qf5Lc1+## '2
ru knn Y#3#~aT$#23#C4##A/`#$"rm} 9####4
#")Z##]_Bpp##:mpQm7#lmfKeF#AM#g#sFY% %##
8##J#(*####Q##
###e[o~jrj /#sk\_i*l\sUG#c##P0#j
E#<&6R.#R#W jCm9)i)ab"whT#S+rr1q##p#8#M#IBIv|
@#x^!### ZH8biVj#*? { +Y+#Cb#-q"##!]j
i#r#h:C# k#;O#Lm #u##:H
%#k###2,? ,ta/LEI]$]NAeW;Dnn;,e#X#{ EcP'#
sVC_Jj#=#\ } r x#{ # U(s#u]n^###EY###.##
hF##a#T#} y)E#_6#B"6*'B5xZiV1W#P#`+
@5
#X@} "uG######&##m'N#)N#!,BjUz##t"l>ZNK*##c} ###!
4Fz#E:v} :##'~"y@#d
#&K#X >K#G# #X#gwF##q8HfB##J#]Rv 8 DB, VmP#
#%+? ,
#2lJ#-$\##8#P#x V*tv#I#AKtV*#')#d%Q
%k#^_\ ?g? v.i#*Z#H##P
6#Y#? l)##( ##e6YNdTo0_4#{ d`|#p#8#####{ 5I#eu#OS
#'xt###p-WT3_YSZF
Ep<5*#r
N#FxB#} no#g#N###3$
#KK#R~#'YY(q#=? q#l#
qwnw{ zoLs####a O#T#%0%#$0##} 0KLn##;
"$>(
#G_=8@K##ix####p##C@#PR##} #X3,;8$/4#u#emW~[T#E8
%q5NY#+G<#h$b#q####4? ##ye
#H2vv## b3!
V'F#%df#Lx"'1#S &##+_w#Ik#%I#z##@*###pjv#S
,#WI5#r? #(# @Ct\#o8>4#G% @zb[(|Q^e&#:D2$e^AO-
y#u+rV-8d.
3D#T$b":$BpEF0Hjh/#Ai#c8s#
#|#^*D#Adfh? u #dGM#&vr&4.#
P C##_#W5>)O=g\`;#@%? T:hl1d#4##M0j
#&/");l1QGi$##DS#6#j_x^##8#wQ#{ j!#^TS#_jD7##,z >
3#!IZ#^#*F#TL#I#8==##(# !
2yV93 { #_E5#V`G0O##H#'#-
&.h~##/xQ#S#.#A#>q#DJwi#<###6@0#B!rt#uaU#H&+#B#q
FHyA##E###p#Z&# R
$2L!sZdgA#MF#2 W6g#q4q##z#Ye'6,'6CF6*O#G!#=!
R#'#-'gX} e #(A]qh4#{ t:4Mf)#*3#;#:'#id3>S.i h##!
BW# Q@P]##} Y@#-/^|
*+#HL#mHT>#14G_=#XC#####Q4:#^$d#5vH!#`aV#:|
Wa>[E|XP'!#hu8##)#e'#\=} H.##[##|$m
##3
@Zo>#"@uDrCdE#*W#s77+c"#5#]b{ hw#|
_#w##;LSa####7O7#H7#~Q#|H# 2 M#5m'
} :*#Gp
Y5J$#a##*!:f#c#XP#s#8##6#yfG#O:cY#'`#&## }_i#+>M#
#d#k#<km#3AtY9BAl2ZPN;X3U#iTN'#H###} 8# NGcKFBC
#? Xs#yaP#tl#>l0\#6#u ""'Aw+-/z-Mn#? 7[u7-~WF!
9#TN;r#kwo##o|r[nz7l_hr:#{ #:hmZnu$1#} 7#
c12[#|@###G! 9R_,Iu#o]XEuJ
.2m\yyI#MiCY8K+:I' `*##eQ#F####bZ ~)(o~3#-# vH%#Mt!
yH##zJ? n\=|
0f +.#~.##|#S|:df[LqIwnwo} { c=!
wN#p/#i###f]ST#wP{ m@} ##EU##} oFa+~###>_#
*)e-b#q#8### < ###CsusO#NkHhhHp,.uZ##a"
#SE2#Q$%i#GY#`t7#pRqS!>FPqh\t%J@#w###Cr { oP.#
(;6! =zF#B_# F9]A1W_ qewN,T2-KZqR;#wI#{ #q##!
c c.)iK Sv#CC>x7t##RTD-
cc
###jT1`B#@J[L~q'#hd#ys###G%"|4g:%w,rH2EK'rC y
d#fL6Vt,&+#RQ!)D*@(H>##FhrY4##FrQ&#q#k#'O.# 0
####VjE`VgDDdXXxHh^o#K#4888? /_c# <77Plz#>
vz#Z{ o#H#6#l# o#
;#|4jbI9c;#h@: w#Zjq# ###B##0###VT;##+s2##Ab##
,##KNu4Ixa-+1S;@!tA###65##&#`4N###~
~~
~ 7~
=K#YL@2h&)10#q#fV@&oj>)#G##R`d\0dQhJFBS/]T:qmOe[J&
#^##a##1|####Oa$
ZcH####0#biI^*t#;)KY##V-(#m###4#-i##Hq4#<qP#
UR\DeeeyyyiiiYYh#5e#|###Z#5#2=,,
`D!#.##<AyWc###)#pY|b#7`[ ##"o
#/##DI~6y_#:a##K< $FS? eHI:#7(:" #)
###3#u#G#j#`T#-#M#ALEtDIB 'p5 '}
%wf~2xyejhDBoKb##<#%###-@#1?
#$2M.m4##bQ,@L###q#JO#_#H6#####NSW[X^Tn#
2;DS##b
#C#qw(I\} Gu#/eWM#1#Mk5g/##o#jI#H#/SU'oOjmLQ2KFGz"
#&#B#*H#aM;r#8#-###j ##u##r#
#T XEB#]Hl#VyX`eG [Q^#rE##ZjB##WL+#b#P#;#
.#kUYhQ#2#%Oy ##&Sc C5#]u#6$F/####]|
C#e#Dn#TVj##KYmV##;j#7\{ .dlmIyW(#c.-
S###^###b#ZObCH#E##:DKc#y.k#!7rPaRS%h{ N#A#t!+<+
$#0i6nt7#AQ/#e0# #R.S# #H\###|Z7##@MIz;#Q #62~&-
MT
@# v@R#v#z#VW_#8#PehZ|e)#U#j#;
[R(####p#Z###P[#o4jh,-JK #+##:U.:#D#^v#N#\l`#,#$
(`O##po o
h ["#\u6b$Ma#Dl nX5#k9##@"#J$r^C:+1$a##OC#1^#
4#8#O*'#++F+{ #x$tE-CXMnK#^#^##h###S~#mkg!#ls'#%V
N8Y/#Ib#M$"#;#@@C R]#K#SP# f 9
V#4#
#u|T#DL$#\#Pi(#$9YZthx#F3+7#'7##"3#U##b
? W.#Nq{ MK@u##c*#@} #G##h#P#Z####Q0U#{ ve#=x|
[E#T"v"V#D#Q#^A.vNgH#:###E#4$g###5C} ###f##w###b#
#v#L2)mo##@##R2yz: c: ##RVEH]#
:::
Tr#6k$#(>#bvQ_/'K} 2##"N#p#8#-
##IHb8J[a~y "kIiH#FbC"g7#/#SIbRvP>Lxi##SI&H-
#V28##ekm? #X#####>U#a6##p:gp&#z[AE##*Y#1#9#
P6bTJR} qV#W#p#8###@#H#$@#Oz%###
nLO? #@J#:-&8"#Z!jA#8#PpU
%#
6BH-###m[W#p#8###/#3Pq>} #? !M%z8#p#
3#cuKr#kd#D#2##x#ZE~#"G###p#|"##G##,#!#

@"#p#
@7X0#Js##8%#@CSWf#H\f#6###x40####;###&Z#,G######
####P# Wp#F`#x## ###Lu,q*##3@'v? [[?
iu#} ^###p#8#5#R3"###gA>\##]P#U)Iq8UhK2#[?
##hB#HU$#3#$w#_
####48####G###^ #r##6Q
+!h##? <
hwS#0# :'3;.yZ#+k#*#2#*r
I/#`#`Cx##+#N#qtC###7/##p#8## P#L#4#!Q##;####} #(
eLbS#g##D###L#b
#C]b"pr@I#,=k
= #J#73@d#`> %
{ #j~SW#p#8###@##(c#8L2#l#5r{ CFs? #t=4###A{ ^'#[n-
*7###`@Y#g##rx{ #r#r@#;#w#h*###G##FX79"###8#I=# #
e#R\DXXX]b"z2####z#k#j#d##U^wo
4w#*###G###(vY/[V#D{ ###j####c#""#+#
W#hmd##Y/2Q#T#####!Kr#8####G##J]:v;#U?
~#3#X##"d#tcqX## X X X
{ %#d#]? ((#
#ap@C###&6@2q3 r#2#^###p#8###%#>y#sH#D##} S{ e#Zv
##1\!###K^V##-ZdvQQ#aAAA##@
##iIs@#e8####G#P? #%##? ~.+U
#l#G$$#f='
5 GD####@/XTEFEGFEq# ##/S
_#&(xI#G###p##Zp#W1##wOIB#/fZZvB#f6#gu
h##+4####xI#G###p#8##6##!b#gxg
S2g#Vh"####m9####G###p#Z2#L##8PZZ#`+Xzu7g#
ie#JV*#5*%`@Z>k#gKr#8####G###I#H Ui#]{ d#?
VVZ&eBmU##N>&4:C#q [-KVM~Q#>{ o
)##p#8####G##hm#T1#]#`#kYTT[#sd3DB)g,a#2#
(NJ Us6##
$#'*_5GgI#(*['~Gzw>*z4#w{
#FR5T#/
##|###G###p#8#m#*##9#:#W#
g ii!ucG#:6{ r5o,#g##6p=4#7#N&|D2'W>.#s$?
{ &#7} #C#0&atF##ax@y#6#Pg#=/N#x####< >#eznMd#4#
####p#8####G#V#b#LFcNA20 mV#l0 #)iaJ#h\###evMH!
#/#D{ J3Af##0*# 2.$#^cQ#@hdB
c#-{ 2#=T##[1#O<D9#q#8####G#####r
##>*# } .]O{ ########(dVKv#VHr;q/C f#T6`#gC#]5W
#p(#uH_s##X#/r#FhK']&CU=fMgb1#"#_#^###p#8####
G#Po#' WS##E$#
d|<)#q5#s#TdJ#[5#-`##8####G######>+[#
# zN##H##
V##
?
6#0I#:e-
ya#G###p#8###@##&/##p#8####G###:#8# ####p#8####G#P;#s>g!
##/##p#8####G##h]#
|z#3#k)h9####G###p#8# UW_|4 g##8#{ gU4/s[8[N\k)guL
##p#8####G #x' WnMyLO0#@ a@v###Rk8TZZXEHB
(*111julNHH#0`@ #0
(3=2Qq,####=X###2#{ \s5\9*^###p#8##2
c#O>##a@#C#U
C##=jk+yf
q\ MZ# ),, } { #!
#x##e[sq#8####G##h#,#t? 7 #w[RRR"#v#G
Sl#{ , ###y(;v(#I##D1
# t ? j # #8
# q#8### #G # # # &# # ## / g 8 7 7# :EEEG # h# %%%yyy#
7 :u
r# T I
o]keC H G .rrr l # ##p eee N `T _ 5g k x S
( ]

633#ab#R "i[ jp9 [ l d s W C rn #G BMs # b ##v h# ##"G # # #p#8#


# `#` # _ f=w Y f ; +W K 7 l # 5 #@ }
y  # # U - 6 s L4 #_,\ #C # j 9/ +
#S#3 d #9 3 r} # _ 6#Z # #E: ##y8#z;o # 8`c# L#XS0> U#~
Rwhcb# S # = =1# r ' 4 = Y3F K { 5 # #C r  #6#4 # #
Z } G # #p#8### @[B 9##P? { #4`hP ^
#o_ w^
n ##Yv2h#F8 w#9rd=Q#uA Q { # _<b #
# LMM Yg # ##:t ##6
s 9 # % $ # O& qfTo0kO#u { F f - R { g E '
%L #y# v Q {f 3## 9 Cg *#L[ D?
px# E ## M ## 5k [ { B` qMxq #G # # #p#8#5! L
@TT 5 \3f##|# ###| m | kP#h Z # ##P (|
# a # x s #} #G #=v X _
u U#]t#(~t SO]v e _~9>1 + #WD V
#P I #J Z# $ | D.eA d 0# @ !"# A :my
u# @ Tl # #=#N o## #G # # #p#N## ## L ZZ## A #D9D
H # C H
#c} H #E
9 , #n F##(66 ; + p# ## ~ ' #
^ (# # AG
* t y ## #G # # # #### ? > # dR:wj## # #0#
l3 |#%#f# #+ $ ([` ^
% ] q * 54 sg A +# * 6 2 MX W # , W# m #@ @ H < !
Q p R $#@ . p# # L ##2
G # # #p#8#g&# 1 V u x 8 }^UW\u c 3 C# ?
# t> # # R E ` #=t#\#. 0| ? #` t D f D `> ( L# QOq \
KF . * S## v@ : #~[ u. k s w k q#8### #G # @## y ,##@# 8 ?
v # F # ? v t #4[# i## #&####? ~| } # m 6 \ # # ##_
_ Ie # upi Uh| #+ "r(*# H ,### M#J c 4G| #'N
B ##H# b #Ic - bMW y J j
# Ym# ( { b#e# #V q # |
K v m # Bq # |
# lF H[ j p ; T #4 # # v##`TUHUw# @xQ #G # # #p#8# E ## # < ##
+# # # >Q# # wP Q8++#*# # Gu * # # # T># : O? 8|
#`Hv #N#e# # # i # #yrJj > Y,4 # #!~| < # #D #
# ##I#/ m t #A # '
u q # # ^ #L~ . 8'# # A@P7 _ # u#
%/ # #p#8### # @Rb g 5 _~=g 7l l _ d ? . g # p:M @ c u
#A # G # #8
xD #M % DFF" #B
, # # # ## ~P #=# # 2P )|E p#,# #7 f ]
67 u| # O
# #(? /_ Y #n #
# # #
##P a { e\0>d#F|Od
# Q ( 3 8` P# `A8 +# ##G ,S#3RV# l# ) # Oo z ## '
D2 ^ _xy#g# 5 # #p#8### #G LC
@3 #1j[aTB(lF +O ## # x *0## Ya| vg wuV#W :
+ # P + #X #r 5 Zfi 1 re ## y 6 _ I # # #G # # #p#8##@sh## 9
u ] # n #n
M | q w # # 8 ### #G # # # r# #P? L C t 0 l # ; u ,# |
": # # # Q#> # ##Ap# #/L q# tFF#L a3 6! G X #Q} p
# EE # ## # <J ]# c & C*--E 9998 w/ ####7# b4#;(? W
> = #. ## ] c ! # J #4#># 0h4jLp 9 - # x = Y ## #G # # #p#8#-
N$b3 #y # # #T, s # y# #
# p# 7 " [ (# 8## } { ( | r #
###U@ # B # ] Z t) ##k#L#* 8 ##F#Q #W1#
d # { # G # h#p B## ##9d # x 1c DEE # # # ?
Da# ## I0# ## #R# $ #lH 3L FP y|
L#} #,/ b { z #n## p#8### #G # # ### O? #f ##;##
#<# B # D6
:g # . " J <N j _ F ## { dM uq # ##,#M13##2 y- *8F
# a $ # ] E >  # ## c #p#8### #G # ###### ]N #h&#
F 3 [ # q a n# # 9 = > q#
" ###M ##l8 # # ?
B # 1 # { t# Z 0 d Q j # #p#8### #G # # # G'?
#{ x &S RK4# q## / #
# J @ # # # 3 / ## # f s #_ 5## q#8### #G # # # # O 0d^ #
`### % ? zwQ ; # f W j1
~ # # #p#8### #G # # 9#D5> h&#
A ; & # # D 5k@ $ qa #_^ Z # EA \ \ ##b#######A~#E# ## 3 #
" 6 m o1 u # # v @ w m
# #G # # #p#8## 6 ;# 9 f2##Y 9 (G### H a G # #=z gQ a#t9J"##j
jo#<t# #q = /^ x #p #F# # c # # # ( <<#M!^#T# # F # ?
A####]S # &#+
+ v `{ # # # # # G # # #p# X# # 9## 2 #(r rx# `8 ?
E n,###l ZS# # D s# ~8 Z## #G # # #p# @# #4
# z@ B /o# C( < c # #zX H J #' m 3 h ##:b # cC-|
E 8 N #|E 8f C# # XSlT d # V## #'Y 8 \ } ?

h I T 3 S # p#8### #G # #h6# C## { o# f#u# # ## 0 # ## # p##
A # # ? o # ( Zp # a #.# =
##M # # k# # # o i >; # ) # l ?
# # #p#8### @ G## O # ## ##dX #C >; # :A /Z # ?
#;v<u # v 0 ## # 7_x# } # # mp #
z# H [# # Q#y#p#9 @ 3a? { # # # #5h q)))K , Z ))
7 ##
G # # #p#8### @[E 0#0 G M } # #### e @ ## ;w# #\###_
:K 3# k 8### Yf#T ##l#Nv #
### ###) A #*(## 6 qBB## $ # ` {
0* qD#B## ####4 c # C #\p#N U N r L kJ & #
#8(*2* 9+;;3;# L W
%9### #G # # #p# # N II# Q qI a#@# #@8 N : #=Z# g A # ## gX
3&&# 3 k####A .* Y# D"0# A 3/a #
# 99 y # ` # ` yY;#N#s W$( ## #. f s%w345## .. )
.< v u #x $G # # #p#8### @ #8
# # k S G R j , JOh #4wM E# r#P # \ #v5 w# #MA # #U #
p'd (#b## @ #);D ^ 1 # ##Y |aH" ~a # #)# # H# x -- )|,7}
{ 9N\ #
#3 # #4#># ~ { \ SEDk. # ## h R P N # A b XSdR # #
3b N
#$ # ^" m j # r#8### #G # # # @HH
## #B/ #f#f9 q # ` ## #gp # # x## @ X##|
5X ## V#& y # u9 # # #p#8### #G e!#: ' ? z K L &@ H #V#
% # #4 0# # ##I9#zB9#*#D? # #[|8 ## T # C p^o# E " [|
#s. osp c#} S # X c
O? 0 &# { l? , ;k ] DX f9### @ # U l# g w # #p#8### # \w
>
&? ?

Y # # u ### # ; C # + #(A@#! g- )# W#
#H , ^##Hw q wS# u\d##e#|AM0Q\u? &U s ^#'##;
(+ gp ` x \ # a ] o y u #G #pz# 7 w y _{ |
Pw z # ## Nd5## P9 # w y
# n : #
# { D Me @:m 2 2 t M } 7 . #
# y i =
@ # O e M 0#w # 6
#p# # # d # 6G# #p#8#M W , # # ; #*### |
/^ #y4 | ` ?#t aD ? #*
, Q ## - #o` G # # ? #'Y _ Q `c 1 # V%F#g
#'E H # , Pn2 # 0 ##R
^ | #p#8# ## N U O # # # ##B wz l (@ Q 0# ,

#0 uP # 8 ;v # @ =H _ #rt GlM$ M r> ##|
=
@ # ? z # ? #8#p#H f ' |E#T WT W
#6K[ l # =| Qd BL! ## AK# # 0) ## W J K K Q F h ?
#+vC7 _#$Y + { : ## 1|# # #p#Z/#x# o ] # v;B# #G # #h #
g #> [6 cd # R #Q L
# .#
# R V #T2. 0x# # #/#} D # # #\ L@ . # 1g< { 0 #{ # b, (> M 5 (
aC ! # Ah##, P t \#
/#@ 9o #@ `# # (w###* j kV # ' o## #G " # # fw I s#8## =
@s #l # F # a : =N ^ # 7##` #### 0 nQ# 4#q (@8# ` ycbA#K#
N 4 `Bp#~ #r#/#f] # X # # # ,## { B# # x, .
%### S ? # U 8### @ A o i r Ii9C # #p#8# # x R >#S ?
# 5 _ 5 #HXd # 2 . 2 ##x#r # # jj* #R Qn # Wa A - +
[CEP 8 |
@ gvXL H a#:v = # > c k#/# K r#8## # #;n # # # # #4#
@'_
@Ms ^ uE f #s#8### #G # # #4##K y\
3 # h##Z]# 'J xjgi C
% #$ # n O Q Q # 8 ### #G # # #p# # = ##^r #u +3# 4#u# P~
[ # #y h# # ## # %wN# c #>z 8 * $G # # #p#8### @S#### %5%
% s]; 8 !
u s#8### #G # # #p#8# ## J ( ~ } { < #b 7JkgH# #Z r ,# &G # #h
# u G[ 9 #- ##1 ## 4 k \0#E
%e c# y@k ^ r )p#8## # ^#S#{ R 9g 9 .= S # ~ U p #Q#o ) Q " <s
Y#### O d <UXD #c :$ K 1 s ' rF 4 m X
# j #Ql ^O=:c#g#8#P Y y # # # X| #g 9 u ; O R i
## #G # ## f# q . - Z *# h m m ]2rX # q @
(3+ 5## 5h`
# 6#2#e WS #O :m f##dP o 8#Y N  g + # h j iw: -
_ ~ ~ 7#@#P ###^qo k C ]#G # q M -
# #
o <=
t< #(#
#p# (8\u Q#o5##t@
#g&^5v<|} k# #OdT 8:
: 7#N c S#Kg
W
K #} # O u s # 8### #G C#0 # ?
## p oH* ## ~ X Z ^ { YY PX x # Q/ {
p * z < s ; # 2 kcdd ! d ] |
_
@ k /B U ## W k #H AA(Z7M A /"C r U # 8 mT> E E _]L
f * ] /# A #[78UU u ~ # #Y IDAT~P1P` \/
C 2:* W ^ F o ,##h3# ^u # j## #G #p& ## #4#3
1 # n n w - w]{ m X # | z # _ : k i T #-
#rv dM #/ # Z A 50D # # ## wq@5# (\9 #v S ##7 S y #Nl ?
/^rt T p R . < } 1 a # c #Y:=u h# c y [o > z w tM[ j
' # # dC:eu# T= \QQ O # ] z wG[ 53 # N
{ 8 7 # j## #G #p #@( *" 7 q
{m8&gX &@ x X Y - #g a _ @ { w io ^ x e 5
X f K/ + / + ; 1 9x6#
&#rn" #!
? ] ( _ E E ? 99 l#1 { C q O # w +} #uj< : o 5
f )a## G#~ > = y"O? ##\ d#SRyO ? #_ + n 7  $ , "  + ! #-
~m#('#= # d , b q ]WP < b v !
# _2o *dX# [ o l #f s3 #d # r `
% [k )
) [M Qm tMA ~& R Shr^] ^ H= 8 ~#0 / / ` # ? |
w #9rAs ###+#? * w +# o7 # 8### #G # D@#
K ##@D # # # x 9 # j#ha Rl c # # t ) |
#1:$
Dj P
h e [- # ## #> p:# 4 I# Y # #< $
#  # K 7 9 # #)y # O }
6 K0 #[ " x Bc@XL 1# @ ~" d: # ~ ^ # #k_Q]#e t # # C
= 8 9
k ># # Q^
y63 ] ^ c
t ( @ $
#)v g# . Z l < r HYY i## h#6 9
nw_ < k #cNM? ,Ms xy_## #G ## # A< #> j M z # z s -
s /# > V l - ## # {9_~]S :
4)R o v # r m # | # # i IZ N# w? b
m Ox w ? ? # o B# rK # K k # # C
#Q# # # Z ;l #p8#~ } l tS#<x #?
P # y#$ k [ k \ 0 # } I_<##G #4 < #w L_~ # Q8 U .)# #^7 #n
C TC #4#l #
k2 2# # T9 # # F } : tjG # # c I * u z # } {
\t F , M c %8### #G " # # U ?
##{ I_Eq L #3 v } #'=J D J # . ( n ;#c o8# ?
Mx#' F^v e _g I'? c$$ _ z ##buo ) }A'H- # z 6 0 ###s# N #
|2& #.# R wf = F % C l ? m N . v 7 n Z ?
> > # { a !A # N 0f #{ { O >#
#
tJ . K# : .0# & )Um 7 , ;Yxc AZ#*6 y#T;9 t_J t# =# 6_X0 # i /t
} I ! ># z $ # z+ # o < [ t^ |
9 gc@ # d u 6 N \ K M
rX v#5 f'~{ 5# #Z) # # h o #yV yY Hp# J#### 9 9 v , K >
# " l U J##E^ # _ ` O # +g#:'Oy '#{ ' # ; o y
7 # + q ]w s O # = ## ? D _j # L 1## #)2 Z , #9% <
L#D! u # :d $ b 0 I # F > c 7>2u K # ? vv# P &:
6 #( l LHX38#`GL #` ,# O : W_ 6m n #! #+
MB" # # N; # # # j e## +
> I# i >z o[( >#' # ~\B 7#C a U ~ # ; Z # E # = # -
<uLH c `< * # %#.
a % 1
X #: d # # ~ ya[mw jQ # w Y '#j* m# a o 7 # # j5n ]1 #g, \a
z # w.Xq G Z#?
# K## #G ## N w" ~F Of O)##d 3 { # / E<#

% x % # / X G P #hoN y C 4# Y #
c ## ( #K7c @6 Lf #v K n w q## # # .D# ? 1s kf#
y c ~ #R y (# MxJ ~#) u tUq : # / +} xJ # ]n 5 ''
# i ov~ FJ #nX # om r M 3 e# zc { U
##L : @ t 3 M " > # KK6 )7 s ` z#[#n~@ H o +%B #
W k B 'R  b> Qt 9 # K 6uY f 8 ### #G y#` OJ # ( *# } 'i#
%)K# _ # l # #. # g # vh #m(y } =: I#$ # h y ]# r # s F
S 5 %## HR / + :F#u # k 4 U Oj # o 2 0 yG##CaT
h u/ ]7 g NX # 8#x3k ) ` m p @  #
2 # Lb 1p#_#O Ba## ###Hf#PE9#1;' w # S d#h 0#o v > 5< 3 # 2
c ##yv BW ## {'Q b V C; 2 y ^ ; |^ # # #p#Z##x#<
*o # 6bd#B P N # x X f.< ] #H ) + k} { MYkb
%~`z } v # C# #a C I "l] lM w# Z o V3 #R T(
b} } @wMMii@j>3#a'Oy
Y < 3 # g} wM c o c #;~ U 1# Y M# [ N f!
# Sm #* N# } g # @@##0 u Z . ? |
i \ j %
# K # #p#8## #^#O> @Aa < #q!%R h#n# #@ # H 0 y # u K#5 % p8} ?
r = ] l acP n_ ikhhH iZj8 # HEE g 4#

0 o ' ~C - 7# h ? { # 8 k 4
Y> # \#(6o "0# 9ym`. 6 #A+) f c 9>6 Q ##
# % # #a # O 2 ) c #{ # # .&:"<# /- /, # =# e
2 #2 F## <#} >? ? so <# N # w '#? q
rZ 1 `#N < " #8hP"qu # K] s #8### @+B# # 6: _e # # T###D #
#cS*# + u # X ##T*1,$ X c 's KP8:*21!> SRJr J8Hs
# @ A& - ## ( @ # # ?
qH# XFV 5 p # # : o < u < G # # #43#x#< y U # 1 #~i# #
Q # @ #@ \ 5# f #|+ N #
zf
## , #> #Ai !} 20#G e6[ m # y zi# g # #p# 6#x#< } #.
%G# I6 #7C ##6b#FG@{ p7 >|:###`\#
5O/ #L># #G # # #^# >81 X 7 G q##S > # 2 s"#s 6 # q #? |(
> ]. E < < v c _q`S 5N5 U$ rC * W `#_I{ Z## = Na
(8TH " ( #q# : !jC
*BR#I x ]t ##W #p#8### #G #pz#8P^qz:
## _ S~dtd >B & l#JR #U /#Z dp'e" i _ d#pT A+ # T U 4 ?
# N_b+ - # 4Z # S| T# lv Y h% T i###g+ !`##v ( R # . |
## #G # # #p###E+ 0N # ' L\U * P & u
# #
f # # # #R# 3DXO i St "# #$ # z&x p #. C
Ohm#8D GI#lV%:mv
r v8 TT Z s : L#p & x \ # #pb d d T' > y ##.p8 !
\uY\V # #r# V b kO#9: #>x #G # # #p# @# ? ] , B#URZ' = 9 # < S G
|M2 Q #D6 qWq{ ##`HO1>:#<@ VR# QY>% ) , V # r # (
% r# @ ; Z #? Z #I: %#, z# F # # (ND `# # E i B #b_X
$eAWq##0##m.+c X{ #$ #) 4 # 8 ? # Z # x
#k]z E/X #b # 6 |
mlRH#i ] hC8 #_ ' DH i V k VW # q # ~ [ = Y k #

q { _ A I #V# A 1# m # G8#fR T# ::#
%# Z#x #} O/JL< } #@ z s 0 # { #B## ##{ f # ##&@#
N K #5uj R 8&D? N #YEJ ##4 # # #D>z 5B3 # ?
# hs l # 5 K# >#W_|GWg\@U#_#"WzrwMQj_#!ta#f#
[V W# f Z39 #h e!#T = 1 #d 2# U# # oL V +
| J # ## r \fB=;]f#l I #pZA@##>y#R R (1 #j ### + X##j # o/ B
c # + %bFFROD f
d+~ u ##nd# ~ 2 T @({ B ]N ? ya3K
r # a M y##t##> ##`wPf t m BM x Xp+ 5 ~ z### : -
7 " # P 1@#aisJ# t# } jK+ K j

#Z
7 #
o#F3
#b
}
E up mW 6 #x#M F ,- 4 ~ # n _ u L |
@ * 8 2 l7RbJ)# ;& eY } # # p "/ D W U RhO A ) L[b q 8#
#0 ; ? # #0 ( < 5 # Hx pHmB 3 e, #
% w1# G## Z ^ # qG W ##aF##@X[#B} f D ! # I) # # 1 W # = U Y U-
. Q ## pd I#A v ## [ f i B$ .Ym h # @3## #K 1#|}
[ qp# K# v U #[ %# )y 8 6'iTY`#
n k # # > v ` X vD , L hUr ] #} bu+G # eU m#\ #` #< t d
&
#B# : f> % + Z , B ! # X L
#? # # _ b# A
# 1#Sr %#: %
## } @ y# 6 L# #} #a#\ # LME #V (#0# #Pu#c# b x#0s$# (G## O= # +
`# #* { M Jx #/ " XIl 0 > D d } #h DS * ) 'w
@ .K w d# ~ .Kp 2 sM # C l # Q6 < ^* ) m s # h
% C# KJr d /H# r l H ' D ###E=$ SD #'# *U J#!
> ec n a6 JBjl4#CCC J ""# c bb c b z # # # D #=2
SP #atd _ 9#c ; gX# O# V # qQ #gG L # Jb #'
43b Pk@h h #+#hh (: r: %m# L} . 5
p
u. \#
Y # & # = # ^ # P # # ##
P# L&+B 0;zBf #P C# 3 # )!6N z p h - ; # > V#
g#y *1,X( p ##S@5# I
b # >B# ? JF U Z K z #v ##w #"#
c#d& tY " r !W V l # # x #* 's ## @( 8 48# B* JQ MWU @ C f
)
2{ y A 3 _ & 4 P^ I iCAu #Zj 6 #, l ## V Fb y # # ( #W#
T ST \#{ Ut nSmK 5 * M | B 1%# # d 8p .# B Cd
< gq9* } q ' #v /e##\ 2 V# 4d; qf ## ##/T# . " # ?
qQ h # u T Qzg I . y R ! Q# + T =~ # # N
[# m 3 K#4 B w - v4 # }/+ m9xd S # | V 2 RT #Qe
A# #v c e & >v 8 # # o # # _'h & ##Y L# # &$ |
b #0#"aw# .=y # Z #} N &# x # # # U 'XO
V
IiB s
l
z &95:C +2 r ? g#J R n> Z h 1
# #& \ j F w GW
!z1DOM ##9+(o ##g [ r Y ]
# #
5ET#@=# g# IRJ%#6#.[ Vaw o0T \ H b# Ud+7# w D ?
c W Z 4 +i y! 45 # f9
5 ^###"e#J #nOL w`# mK[ ^ tb# # g i # z
## K N# u} mqk\w [ O R # # ^#Y C: #_ 8C# ##y m$ m GN ^
#J X5j#m k7p# r t # / f P:# ## " [\y& I ## a l# gm# [ # e |
##zWY#vT::F:##G#9aR 4@ # / & m,P% ,
r ;G 4# w : = # # , n #K #[ _
#R ? c # m |/ 6#J# )# EN[# #0 p 9#>##, SG+ cu#o
) 9O J XAx#k PV( _ { hhq/#5V ' sK t >C j## ;5{ j
: # *# # h Z v3<e # { #"q# :Q <? i#46!>M 's
q# Y C # # : 4 Yy1B#1 ' ; # N J h F # C o \ #
Jr\;OP # (5`A# D Y0YA 6 # j W b E0[Q# e + \ ;y
id <A #uZ # #W# ( I # # `H# # # # !`q T_ +0 ^ # 0#"
## s7# #; ##; N H J# $##i z| # #a; ;# #
{ _Z n < j
# p 8S# ^ 7") w f %7 #^
Z , D ? 0 C## #h> i^#{ |
z ( ; 8# Q r1 # #qRD A# 5 N,J J I F & T * \^# . 7 l # :vO
u p q} > qg # #:)^ kt #C #h F x ] ' Z# { ?
Y~ K Su :4` } e t b n #)[]:
# 4 z c Z SW #E a F *D
R#iT b^ n# # Pj r 7 #Zp j lz~ # #6 T) BB #;# # X H # Fh
+N # _ E##Z* V r~ U Z y#t U# Q (V#D i N / B q a ^) "#
2 rel(#aujY ^ [8 r!.Y(+ 9 `2 # `)#* ##` N=
N7 L Z 'ey7 [ # 7 ,} I0* c' 5 a|# $# ~#l$
1; e RP X # v # e9 ' t=O(.
{R t # y # c ( & & eoA 2 1 2Z_ ~ # #B qV w . f \
 x ^ N#,D## #
2"#.z >O
3`& ~s@ sW} ###vn #b; # J # f 6 X #w#S # ## # d O##D O ? # # !
f
#? #
#'Q q? # : U

L
L # L VS#l #K & 2 K , 3 5# b/I 7 @# ' Q w E 5 ;i ^ z 2 > #L# g
} 1~ l ]#9D { ) ./ 3>a 8) #; ET# Q e QCF \ u j % }
PwJQwj ys } QCFu g p i u 5 > k { !# > # # s w +
#5 w# ; # W # Z a# s > \#e k - g0M1xt @(-
w _ ##K $#@# B U -
un . F *6 J#W 4 q N p X h w M R R d4# l +. ;F F r ub/ l/ ^i
#- k#B* { W # f l# # ; ! _ | # } / | ?
YgRY# #si aW b V * #E = e r oO n b 9bU #`8^Y 5 } z
%T### | #Q# # &s 5/d w E
Z# =FP } ] } # l# z # } 4 B [~~t # q I]# N \L #
F 2 # e @ S "f&^: ' $ fz#{ #? E 7 # JE _ n !
0v # >} { C l# : #9 ow MJ ? 0 # e # a ? +?
. Y 9D #1 ` # # # V 1% FT6 ## ) E #D #1=# #Q #9 V #?
# V { 0 @N\ # P \s #GY(L6[ Au ' m `F >+
1Q m U ##e g U \ Wy r;8P # k* v ,o~ w %%% # 2| O
* 0 / [ K o / # # t #Aw<#2 )
le # ug{ g / P ^ # % #k LK[ c }
/#n S; R ?
_ GI Y y < W c ! |M Z # # |6^ #|# :>_ g IS ~ G
a C R + S # # r ###H S## # !} t%
: ><,#)X { | % Z ' I \ #;- # H Y 0u h" l# ? 7- :6L~
= 1 4@$ + ; &_ a_ !I} ,q *ss
B J | O3m g . o t
q#I,z W 2 v # 8 V xH_ U g | Q#3j e
# @ rA #b (X ~ m w i ) r # u # #J#M ^#w GV & P # N
| ][ #] n (S ,Y =#y? n;D # # s < # ##93 8 0 4@ G g; I a <# ##
#
% [ # < , ^#F #& # v { cB c f # ; q V" B
t@ ' ; $" clb k ' # F c # / |; > l iT Q # = z / (? +
( A$x#" # # t# >## ~ d ~ \ qY N q B q T o K ; / } #
` ### *# s { ^ 2 r#w HA A##nQ0 1f# # #9& jJ @
a # " ` . # e K#
% ] # M H # + # g Q( Y / H/## )YUlj( Kvl @> > ]R Q y y ## #
&v G vZ # F # & 7o& } { vv # # # #JJJ G # } 3o # R % W } -
Z PmQ = # D- y y o# Z C f,wit | V m ^ - j[= |
yo[#:#2VkA"=_qI1_ep#5\juj/|K I. |
js V * b B`#{ =u$ d - $ 7 N # &#5%
3) ~ O H # U# #j $? + y v 9 M r T x 4 c_ mj#
` s# 8 Z]L z I # n) 9 3#fP# ] Bi BA
'r : >:: f P0$ W <# # } { m T f - . D} mO J O |n 9
];X2 # d 5# W i6 8 zU # # G - ^ j vm # b e V# < ?
28( rq T# ve#x8W# A 9Q T X , # A 0k4 N u ) |
E F= ` a h } `. ` # f!f 0 U Z b ## : a

: [ l # y IQ s # =#> x P &p\ # ]D |J # |
< S E#,8iR A #vK nSO ? #e < #j
## j###: f #ChhN< A z k$ R ~ z == # # !
e [ S > > # # #4j ## D; | t
@ #0[
 z H I I##v # # o # # # v p 1 U# :m # - c{ k # M _ ; o
_ sgAA^ { .[  g/ 7

qcr `## # F A K h / # La # # L # # = , X 8 f i
#/ " I # ! !M # X U O # j * # Q #@#[ i #
@#k 6=1> _ o - #Y t ? V ] - VG Um ' |
T#/Yd&c#I.Jyzxx#)|6s<M$IL$ )
E# ct , C # #(5|&&@ #8 # #F k:- u} B# 5\ #WP o ## # q $
HE d K #>U # n< c^ pz$#
v C rE :4; y? u# # + W %  #- t#Kru R . o  g V |
yBY h #>2(4 y_ e ]r9#@-a!
# # 2} \ K # #K B l c # x Z Up .# xN K# V ## #2 8#`D \!
# # ]n& U [N|# l# )H y *u_ # 1 ' 3dw z CE40, > j Z #'X 0e!
## 0IG N6L # # N t x9 * # # A # # ! :& M * J 5 # i vt; K
F 'B #L# *a  s $ w w K 7 ###.3
5* ##  ~ W H y# : ; 1 4 # b t *!B I5" '@>)# R d#b|
! _# S# # JN# ]M|#p *### #c G
: ! `6 s M 6 # m M & @ # N #2. \ # ? 'N h
} ~ ##: | V X 0  5k _ h#RRR ?  C# Z#N ] A"
s >S n P u ) # I S ## l # 1 s ## ,R 9 ] b @ ~ Mx- KBf }
N # ? fF7
( W # v - { >#w #$##mSyFn 6} 8 L Q ( }
| i u g n # # QT h @ 5#Z I% ~ > # >; S
GG7####

HD , # k 5 ?
"r # F#]B # B Q 1\C<<A# #t # ( 6bff n ; # # \##
Q _ n # t r c # . Jk l p #{ 4 e/:
<b 1 @ ceU&/ # 1 D (v v^&* *te n % 9
.} r \v ^)8 G !>R # 9< q 5 #bUFb bS T L z#Eo*#L
j
P $ ^ $ w 3 J = ~ nZ *0# LnG#
* N j`#d6@# #9 $ U#P i # .$ u8 # 68 #: # k4Bx `

E Be f6k"v < P # T H d G e # # ( *B#`# #zQ # w  #{ cjJ qW?


+\z J L ## " # i## 5 = # S ! Q ,! ;vGRTG J # / #k:D !
# #6h? #9# _ va UX|" =BX
^{ I ^b> ! ? , # |# X 4e=^ G -
[ G# # / w< F # #w m V+ a u # * j :t 6  8#ol# C#q
) > 7## - #oO<
P# : <]. W/U ? / bd # d? Wd <# d
w # !# z f
= #L#b  # D = 2 ] " c # #,#N# CD$# 4# g ###h
,X # jr S #G *F  #J / % \ K . e t: H D # # Y} ;/ [
`## M A# # U e q#f @'OJ z1>D > { # } * E > > y # #& #
e!.m ? !jM e  /G ^ l { O [Pw9d%%#9on[V.XQeC/8v\##
&#Z #v # # sw ; tT8 . r ` e# =K # i$ = B y d p h*
u#V  _ ' sN#Zme.=#- c
#*## ## #p V ~O
P 1 #: m x#2 # # #H !B U#
Q 3 #Dl U :# u mP } n 9 c & * Z% ## n O ?
C# _ h# " #AjT<; < } o \:> q 6 # $Q:m pb t* #h} 1. #c# ##I#h4 pT
%" # ? } 1 P nP ` r#n @2# q u " 0 R
K b ( @ # 7 C X m u d r #mm57 O n : # ##a1#
%&::99# # ! 3# # / 8l
9 ## 6 @g aWI ##
ueK[,RM##Wa#Kq#eiz]'##=2u w/2# # L V # K A Q B
[ h > t z#WP\# #V N V !O#eOlG #\/Q T O k m Z z#Fm[Ut
N W y J P X h g U ## R # B 0g @ ? (#ZO<o YYY #
j .~^~#]t #O - 23 ? 6m P !# 5#B # w p# h{ F #_l v ) #%# *?
e u{  'D + ##? #*#K e #' |4 9 " h[ Y = / =o## 1
" g # '#
* 8 0 f ` {'p p |< e ## * I v \ r ] + S s G # #E
% ;# JK} # d #7@E 3# I T# #86 ;# # # # ? 6"# ?
# #;3"#_ d## #j# #4 > ></ { ' B V Z o # # A#
% @ v n_; # c*U#d #Aa< C * < H#iP#i 1 #w4
N
### ;V# JE &@ # 9 /f ##Zy G (")E8 # \ s `.W B<4#
G# # , j 4%Q# [_ U " # # ? v  MK >#
aR=n ^ *# TFI`A( ##f ; F c $ A R ; U \ O <p #o
3%@ % ## _ @ Qk#%&5# a D # I$
# #Htb I 8J#6;\#&;6#`nU###u
#+ .#1p` + < o # { #`#q## #GMs U 8 HLhH# J+ #W Y##{
89} 'Uf 0W [# 4 e > 88 m# A ##{ # q a
G # R,Xr vg u  # w J m ] e u E M c U # ## ;YP y ~  #
U v # _QW#J .# #TR u !) W 7 K ~AI { t#8qP ,5# d Ul
q , F 6 ] ] Y # # R # T# >P#8 - Dq -
V1V_##a 4Ee R# [ #{ a #{ + >Z# #OZ # l. PwV c
o < e # # # #0 9 ! . ]# #IS # # # 0
e \ `!9J$ t , # ? \ #"V
## a # l#v #pT:U # Y * $ ## ? )0.x T9# + Z = # R
# %bz] _ k#^ # #M rX $#@ ? Kn.& c C u T # h
E# { : . H#v J=a WE;   k #~ A  q n #4
O# 6 r 2#  4 [ [ `# D l# j *5 W6 AyH> xt ]M3 # ! # #
rS ^ ? ;. 8###
- # ####o#B #5 ? m !T## # 2*W - XZ # c
+ # y##~ # /* #wMv# #C# # .'##%N [1 a - ".9\ # / / #\ L
Z~@ j
Km|C6J#E#I
#u#9 nK9Gm I y S& B Yq M9 l g . Z ~| ac uC?
K `2 # M # x { Rr' * A!/ v ~ #(9 Z 7 #|
3 70 ] K W# s # + X 2 # # 
9k # , ; l##C# 18JU # { \ ; H tg 8 ;  # y ) $
#{ y # #vd# #gl3 s{ ,uF5 R2{ #- R ~$ &
; ` z #
P ##AL 8 } J .H#3} # #
# J^ # # # k# jR #
% { Mr 61 0## 5By x # # *1\# ' s ? < ,## # _i*? t| .
$##L#w ]!AaH u W # w L A  gp { 1 R [ ^>O#~ )B#r n | !
#< # ### #p# u
#(#I#F# ##e # . ~ A= Zj ( # ##R y 8m # N l #s + w ## X=#X ^ j [
pQV # ( #### T#, # H# #X/ n # s 8 Q P N #4 q # #gNV ?
#u# /t #i R3u } } # @ CFXc/ua#X# #%&%'t 3 # / # MP # |
mm # r6OI W#k [ q{ Q#lv sF #} O3'# #'D .# < ##]` M# i#[ ><L} @ J?
|k0Mx _W# # wW% #c( P 8 # K G ? #! o7# # [ ,{ #G 0#
% # T ) 7O m / * V } ] { j 3O. 5 W_
n #w#>y j y # W n P # v T C 9 l9 u % U .
) wN # =#
#t## !F #D# #ey 2 # f # \ ##u ^ #v3# / _ ` #H1 JK3# a v]
: > # X P#@ *9P# ` 4U Z# '#' O h M #"b#

fa B] #U; #Dt# ]]d##M
H B :## ### ],0 - K
#9 32 W###\%i 1 r31#U ###R FWA 4 ##"F | 0#
## # " A# #&  [
Ta d C - f# ## } # m # .C ## h- w8 r y7 B [# _
M # __2q#x V #hSk #0 ? # n|
k #7 " m## ] Q #  !o m> j 5 W = @ # Z M #~ P? %
##%## ###[p ZK
{ A T #} ? h5 I # t d O l#RA # M X_ s >>
# v ,- s Y aK %7# > # ; D.
m ` ###T\^ g,- ]Y<j # Q { unbXx
LH";## 2 . m  #9<k##E ) { $
J iE#%W@ } 6 #n#`T| |] # @N Y,J& 1#># b b #[MY # #9
s: F# ##Dm<#v FA bT 8##v (#D @ I #` cP V #b #|
w#W # # # D \ e 8 ## ws p#e#g Y#b Q B N s` # !
- # # Om # ## #&@ [ 0# U F ] +* # # ^ [ ^ ; * # M Q|k
%#8m # v # u #t = qpmHL l# $ <xrXK c # # d w -
7 g 6 " i D#! ! #g ##i#0##E0^ .#8mN;
) # AP\O 6 : 4 #
#`O [ q #+#L S # f&% O # - 6 L Z B # # Gi#
`14F #S+ #7 ### #E#Rv| K R z < ){ 2#3Z%# Iy
c r : ) z 1 hE # ! = [ l # k ; #m# #! } m }
PZ # J # wtLr N # <K##!#+@ # # # #4# N q#9Ez l) #j U
% ( o Z # # " # $ " # 1 / bf3 F k! A] F I## E\
0#pY&n+vI # ? < O BS` \:
4H? 3 H^G#UtZA lb* # # ?
# f ###x# 'V@D#@ j * ##7D#re ~sa F # #{
# ># 3# h &<## # |3 # s " # : # > /@
",#>; # J / D #  |; # H %/# ] # #M 7g#j#5 +I #
. (" E# t## *\ #W#aH
L]## O # A !#l#- # 8 b # l< #2R $v | G r - 0 B#w !
g H [ #} ! > E T# 4 # ' # ##|
##` #` [ # # 5 gY X ## # t . Z ##0mhS1c#Pw6S
gH1 `KL#) # Gh
Q J # # # K ` # sn )% Z 5 6E5 gv @$ W O]9 c

'# g z # J !#=/y~wm 5#,k r# N 0:<6[ t]: # 7(l#(O


# ##
K/ C \ t v@ n#K#B g '(
DBOz`L# Q (# # h ! r : ^< DP ~#f F3 ##; Ab!# _ #"&@8 L #
^p# # V j Xl] ' l 6 2> ` s JT UW# \ m ## f## # ~#_ V x#
V k C U1# a , #h# 3 HMyy ## # j s ># oS |: T ~ c ?
o } " # h I;I_ A P F###e
H G U #LV\? # #e# D * T # 0 [ , Q Tc# 5Y# yI( ( #|
lJ R @ # S T E $D t^ i# x % a 9* X 0## 6# 5l Tx D  # ;y%#
F D O #q? B i i* "# c 7 # (# I3 \ ##% d G R < 1 M
e j # ## #  #
# # d ##` G . V? `: i t#kQ(R$# 9dF; :- #9 W #
M V # Ki} sM # ##j q #J E"D ## # K
V / & m $ + #mN 'C;` vWY ! } W m# # W# 6k
Kgp @ I\# ;# nC 3 n # $ f#n =# T4"9# "o 9# t # X [ , Q
isvI * ' l # #W t X b ] . t#J p c f & Uo maUu # WXS## N* #r }
+ } H A C G # Qq # . B #'*b D
e#; # # 6# " Lm K % ,#I ### q # P# # H $
%# #1## #c # P [ # 3C % # ZP # | #
##\A#XOKj#k u> \ 95 G < T # Ib ui _ bv #q
# _<A v} : X # < #M ]s=( n# ZVE E# ?
# f M 6 S  S V 1# ## e9 H Q:# # ##d + d# C ; d u # +
{ # #6" e ## / Y#Y J M ( 3 l#~ " # ( * J S 2Kast?
EYye # _Ir#ZtW## # C @ OJ # a #ZU m ["
c 5n### #0 ` # k # |# d a 1B 4#~ v
Ob K a # , # a ~ ( } # #6 $#U"\ q #(# R! / #r 8 #{ @. 2
; i#$ #0~ w:1v #B #  38# ! & D>
QE # #3#c # # #p#8### @+A a s? # z BW# Y) ># 9# # ? v#{
% x% %# - T &06@M? e tfQJ ( k # + A 2 # , a]W7 t# i6 N [g|
#c & ()4 |w# T #+ C ##
. j
# #c#Y : # J } # # # \* F #BQ 1#*Y #J#t;Q#!##q p <w" .j # >
# #d N# D
p # # ]@^##n<p4A k #'## G#Rf Oy
b C ZjiD? #? L
' # r , # #A Q# ##"y Q# D' \# P X4# N& 1 #LN# # 7]p`6# tr{
% _8### #G # # # `#J# # # #, # ####IEND B` `###D#d####################
#########
## ## ##### # ##A##### ###?
##### ##### ##### #### # ## #####I#l#l#u#s#t#r#a#t#i#o#n# #o#f# #a#n#
#a#r#r#a#y# #a#s# #1#0# #b#o#x#e#s# #n#u#m#b#e#r#e#d# #0# #t#h#r#o#u#g#h# #9#;#
#a#n# #i#n#d#e#x# #o#f# #0# #i#n#d#i#c#a#t#e#s# #t#h#e# #f#i#r#s#t# #e#l#e#m#e#n#t#
#i#n# #t#h#e# #a#r#r#a#y###P#i#c#t#u#r#e# #6###I#l#l#u#s#t#r#a#t#i#o#n# #o#f# #a#n#
#a#r#r#a#y# #a#s# #1#0# #b#o#x#e#s# #n#u#m#b#e#r#e#d# #0# #t#h#r#o#u#g#h# #9#;#
#a#n# #i#n#d#e#x# #o#f# #0# #i#n#d#i#c#a#t#e#s# #t#h#e# #f#i#r#s#t# #e#l#e#m#e#n#t#
#i#n# #t#h#e#
#a#r#r#a#y#####" #### ######## ####### b## ##### E ~5 , # # # ######
##### ##n# ### E ~5 , # P NG
#
###IHDR### ### ##### J# ###LtEXtComment#<ALT>Copyright 1994-2005 Sun
Microsystems, Inc. All rights reserved. # ###MtEXtComment#<COPY>Copyright 1994-
2005 Sun Microsystems, Inc. All rights
reserved. ^### PLTE # ~ @ @@ ? ? ?
nw_000&)#### O O O///LLLooo ### Y Y Y & && r rr b j Ts{ _
#999 g # # # I JG #######
###################################################################################
#############################################################40#####bKGD# ##H###
cmPPJCmp0712####H#s ### IDATx^ ] 8# #O > l s ##$#lEx
J @ /_U% BsK) # B [#R Npm 5.m # u \# # b . Si T ## # #H#9
# #D## #} 9 T # o V # v K@ #A B# z` p
# 1 # % i : r # +g h 3 al # Z 3s Z U l
@#@ ## ] C l#:#8 # ? :; # Q : 1 ao #i1 # *# # # # # # 9ut(Z# %
# ; 1# #C#v \
6 ##} H d# .# # c sZ #!@#vs@ 2 # ! # W#### u # #
O# Lxw #,
>G_ #P #% #C # # `#(Xu !m @ #i] ## 0r% P# #S( ##
I :#na# \# - 5 # G#q
a^ : F # j # sm6E5 V d c # i 8
Y y_w +E #- 1 T& 1K gS Bm N 3f#lV # M#&KcC
J u
gH#g #k U#4 f9 Zx!& # m Kbs= , :Lc#Eh
u ## # u #` j# k## #0\ E )8 # s 5 r ##h zn# X ##2 #h kXa
A## . # H =` 7 ## P^# ]# # Z #fCN~#
Sp # k # ##hn a \ # ` " ` t @ # # n 8 Z`
#BC#{ #<@N#a/Vyf##+##V#,9<4bN######@|
U U OP4# u * { = # { ##O# ## x#b #kW # Cz## W8l #C [ # #| #
% $ ! q D,# fz` 0 #
# # F :3 s # W A # 3V# R\k@] X 6 1k : 5 } { M &#k3` G { ## #=# r
## 7 w # l 1 k; Pr !@ ` q : # W ^ # #{ c5 # # @|
## ## j< or Z # K7 : D
##X | #w d QD## p 8 j; 5P Y %Z~ # 7Y#8 ! # ## 1#8##D# #? x
# BE 7 #6/Oy, V ! B h # i # h # C J< G s * k --
& MV 2. # # g\ K] d K # # p o # " [\ ( #R\ *
#RX , E #RT . # #RP 0 #RL 2 - #RH 4
E M#RD #" I ##Iv z : #RD# b J , # # { A C x # # 7 | #[ b?
Q  # tj ~>#u |z{ { 0+r# U # ' o Nm# SU (R? r% '*0P ,#)#9#
g # ,#[N LJ} +S ~ O Ya b ( u#G+\# m
(Y < ##y ##U #jl "7U#"y #w # l & ! "# *#y N # "o # v [&##Q
=U#b X< # R ( ^ 'a # E # , , T H # ] I # 7 9 zs.# { ? eJ@*
p T ^ Py[ o#% # #C { R E7W ; # # t # u _ 5 ># h $#2a !E
# h , e nN@ #b ) s ## ^ ! pn } 5 6## #D v? ## W (<
# _ O# d6 n#.R#RQ# Kn#F] o '%2b
V1 ? l Y @# Rd . $ ( be # 3#& # " [ @N# T/# ## K -
#D 9 M z*)8#U #N :U # :A t <#
W K
%#by
%##q p##
8 p@F ~#ooh #
JJ#/i/ # (#R W#- @# J##DoA c r + m !W _
#5?
##y ## 7 ]x O bt < oI
9## M m k1 GvG ~ U#HU# ^ 0### 8
$ B# F### 5 | g k # [w 1 M W # d
U ## = q Q n; x # ds#Bm "# ! T|
$2 T # T =# $1 &## U Po# A # # + ' # )'B+ q O # u ;
# &# _)} ` v ?
2dH # W( # c wxp v #r # Q # # #Y7 JW# # b C#a ~ # ($#E #\
e X # C y# ## # 2 Y " |{ | d t Q 9v 4 # ##
w + 3 # #9x D # X v+F q @
I# + 01 4#=M N `L e= U G (
E= 0 U
V+ ## # OsY # W(##
{ d Iv H@`& |U &#c#!
## 0 * )# d G##g ; h ~ ^ # ` ]# g F + #= ( &,D # # [
{ #iZ 5 } o? e R $
5 #? " # 6j ##
# " * # i P Cp xsb#E h # o# Vy { # H E [ ## E
%## < = { # #MKlQ ;$ - ##E T# # n + +( X dHF
) [_ } J@N ' # #Z% y #4# ## s H N N 2Y_#Q % B # # )
(R2$9 ! o,w J > #  8#X#R# # _ J # !#? K ^
p07 $E >d G9#I1kT# 4 | 8 s 4% g{ iM V
ldH# !%C # ^ ~,g{ gH ! r ` _ H H\ 4
M ~t B
y S 7Z # ` _# { a =o 2 xa' % Yg 9 v # K@
z H H 4P
)#) #
V
#t @ l # j > v n F E # R g#J@8 A , I#H # G # [^ n x# R @ #Y #
$# ##1 $ 3 > q # D k K u J "i d<#>GVb# ! ###O: I wU$ $ ZM

# r < K6 u # 1K y# xY` l $@t NH GI~] # ll nc 0 ){ I y o -
xe u } k * r g # $# M `I. uw} Q G s
g+ <z# $# #:#! q ? wl 7 YA UsmZ# # D # 4 f#[
7 #k 7 + #3 j %#"a 8q s m 0 g 1 @Z sK# m > C %
% gh # # e 9b r# & @J c Rsx# # W0A
Q # # " n Y` .) $#s4^ l#j # 8@ #l# #@#"GP tb#0VXw #u # _ =
] ! 9# Q # n ##> Lh # , v # dc !
0 ) u ## #a _A@ ss# ## \ de1 I # # V \ v = #
@n I{ 1### #C<@x# ##] *#X |H x ## H#qV z N#e ## { @ d # =|
# l j = #r } d#0 # r & #r (+ H" Z # # #\{ # 9X 2###,t &8u !
6 %#R 7~a # '3#{ } = !& [ 1 #^ H # d #
#f1# # #R# ih qU 1(: `'v# ' q qgn , # # l  ^ ##
% Zw@+O ## r 7 # 0 3V' # 8 [ aK0 eP\ = 2- # 9#7 #C: #
y Q ZQ= #r f cO # # : ; \# PC# r # t # # R-
####IEND B` ##$##$#If##### ##!v##h#5 #######v####:V### l## Y#6 # ## ?
## ## 0### ####### ####### ####### ####### ####### ##### ####6## #### #5 #
#####4 ####### ##$##$#If##### ##!v##h#5 #######v####:V### l## h#6 # ## ?
## ## 0### ####### ####### ####### ####### ####### ##### ####6## #### #5 #
#####4 ####### ##$##$#If##### ##!v##h#5 #######v####:V### l## u#6 # ## ?
## ## 0### ####### ####### ####### ####### ####### ##### ####6## #### #5 #
#####4 ####### ##$##$#If##### ##!v##h#5 #######v####:V### l## Y#6 # ## ?
## ## 0### ####### ####### ####### ####### ####### ##### ####6## #### #5 #
#####4 ####### ##$##$#If##### ##!v##h#5 #######v####:V### l## #6 # # # ?
## ## 0### ####### ####### ####### ####### ####### ##### ####6## #### #5 #
#####4 ####### ##$##$#If##### ##!v##h#5 #######v####:V### l## J#6 # ## ?
## ## 0### ####### ####### ####### ####### ####### ##### ####6## #### #5 #
#####4 ####### ##$##$#If##### ##!v##h#5 #######v####:V### l## h#6
# <## ### ## 0### ####### ####### ####### ####### ####### ##### ####6## ###
# #5 ######4 #######e4# ##$##$#If##### ##!v##h#5 #######v####:V### l## Y#6
# <## ### ## 0### ####### ####### ####### ####### ####### ##### ####6## ###
# #5 ######4 #######e4# ##$##$#If##### ##!v##h#5 #######v####:V### l## #6
# <## ### ## 0### ####### ####### ####### ####### ####### ##### ####6## ###
# #5 ######4 #######e4# ##$##$#If##### ##!v##h#5 #######v####:V### l## h#6
# <## ### ## 0### ####### ####### ####### ####### ####### ##### ####6## ###
# #5 ######4 #######e4# ##$##$#If##### ##!v##h#5 #######v####:V### l## J#6
# <## ### ## 0### ####### ####### ####### ####### ####### ##### ####6## ###
# #5 ######4 #######e4# ##$##$#If##### ##!v##h#5 #######v####:V### l## Y#6
# <## ### ## 0### ####### ####### ####### ####### ####### ##### ####6## ###
# #5 ######4 #######e4# ##$##$#If##### ##!
t## #6`# # ## # # 0################################################# #
'#6## #### #5 #### #5 #### # ##$##$#If##### ##!
v##h#5 #### #5 #### ##v## ##v## #:V### l## #
t## #6`# # ## # # 0################################################# #
'#6## #### #5 #### #5 #### # ##$##$#If##### ##!
v##h#5 #### #5 #### ##v## ##v## #:V### l## _#
t## #6`# # ## # # 0################################################# #
'#6## #### #5 #### #5 #### # ##$##$#If##### ##!
v##h#5 #### #5 #### ##v## ##v## #:V### l## #
t## #6`# # ## # # 0################################################# #
'#6## #### #5 #### #5 #### # ##$##$#If##### ##!
v##h#5 #### #5 #### ##v## ##v## #:V### l## #
t## #6`# # ## # # 0################################################# #
'#6## #### #5 #### #5 #### # ##$##$#If##### ##!
v##h#5 #### #5 #### ##v## ##v## #:V### l## _#
t## #6`# # ## # # 0################################################# #
'#6## #### #5 #### #5 #### # ##$##$#If##### ##!
v##h#5 #### #5 #### ##v## ##v## #:V### l## #
t## #6`# # ## # # 0################################################# #
'#6## #### #5 #### #5 #### # ##$##$#If##### ##!
v##h#5 #### #5 #### ##v## ##v## #:V### l## #
t## #6`# # ## # # 0################################################# #
'#6## #### #5 #### #5 #### # ##$##$#If##### ##!
v##h#5 #### #5 #### ##v## ##v## #:V### l## _#
t## #6`# # ## # # 0################################################# #
'#6## #### #5 #### #5 #### # ##$##$#If##### ##!
v##h#5 #### #5 #### ##v## ##v## #:V### l## j#
t## #6`# # ## # # 0################################################# #
'#6## #### #5 #### #5 #### # ##$##$#If##### ##!
v##h#5 ######5 #######v#####v####:V### l## #
t## #6 # ### ## 0################################################# #-
$#6## #### #5 ######5 ###### ##$##$#If##### ##!
v##h#5 ######5 #######v#####v####:V### l## #
t## #6 # ### ## 0################################################# #-
$#6## #### #5 ######5 ###### ##$##$#If##### ##!
v##h#5 ######5 #######v#####v####:V### l## #
t## #6 # ### ## 0################################################# #-
$#6## #### #5 ######5 ###### ##$##$#If##### ##!
v##h#5 ######5 #######v#####v####:V### l## #
t## #6 # ### ## 0################################################# #-
$#6## #### #5 ######5 ###### ##$##$#If##### ##!
v##h#5 ######5 #######v#####v####:V### l## #
t## #6 # ### ## 0################################################# #-
$#6## #### #5 ######5 ###### ##$##$#If##### ##!
v##h#5 ######5 #######v#####v####:V### l## #
t## #6 # ### ## 0################################################# #-
$#6## #### #5 ######5 ###### ##$##$#If##### ##!
v##h#5 ######5 #######v#####v####:V### l## #
t## #6 # ### ## 0################################################# #-
$#6## #### #5 ######5 ###### ##$##$#If##### ##!
v##h#5 ######5 #######v#####v####:V### l## #
t## #6 # ### ## 0################################################# #-
$#6## #### #5 ######5 ###### ##$##$#If##### ##!v##h#5 ####u
5 ####I#5 #### ##v##u
#v##I##v## #:V### G## #
t## ## 0### ####### ####### ####### ####### ####### ##### # %5 ####u
5 ####I#5 #### #/ ####### ####4 ###
#G# ##$##$#If##### ##!v##h#5 ####u
5 ####I#5 #### ##v##u
#v##I##v## #:V### G## #
t## ## 0### ####### ####### ####### ####### ####### ##### # %5 ####u
5 ####I#5 #### #/ ####### ####4 ###
#G# ##$##$#If##### ##!v##h#5 ####u
5 ####I#5 #### ##v##u
#v##I##v## #:V### G## #
t## ## 0### ####### ####### ####### ####### ####### ##### # %5 ####u
5 ####I#5 #### #/ ####### ####4 ###
#G# ##$##$#If##### ##!v##h#5 ####u
5 ####I#5 #### ##v##u
#v##I##v## #:V### G## #
t## ## 0### ####### ####### ####### ####### ####### ##### # %5 ####u
5 ####I#5 #### #/ ####### ####4 ###
#G# ##$##$#If##### ##!v##h#5 ####u
5 ####I#5 #### ##v##u
#v##I##v## #:V### G## #
t## ## 0### ####### ####### ####### ####### ####### ##### # %5 ####u
5 ####I#5 #### #/ ####### ####4 ###
#G# ##$##$#If##### ##!v##h#5 ####u
5 ####I#5 #### ##v##u
#v##I##v## #:V### G## #
t## ## 0### ####### ####### ####### ####### ####### ##### # %5 ####u
5 ####I#5 #### #/ ####### ####4 ###
#G# ##$##$#If##### ##!v##h#5 ####u
5 ####I#5 #### ##v##u
#v##I##v## #:V### G## #
t## ## 0### ####### ####### ####### ####### ####### ##### # %5 ####u
5 ####I#5 #### #/ ####### ####4 ###
#G# ##$##$#If##### ##!v##h#5 ####u
5 ####I#5 #### ##v##u
#v##I##v## #:V### G## #
t## ## 0### ####### ####### ####### ####### ####### ##### # %5 ####u
5 ####I#5 #### #/ ####### ####4 ###
#G# ##$##$#If##### ##!v##h#5 ####u
5 ####I#5 #### ##v##u
#v##I##v## #:V### G## #
t## ## 0### ####### ####### ####### ####### ####### ##### # %5 ####u
5 ####I#5 #### #/ ####### ####4 ###
#G# ##$##$#If##### ##!v##h#5 ####u
5 ####I#5 #### ##v##u
#v##I##v## #:V### G## #
t## ## 0### ####### ####### ####### ####### ####### ##### # %5 ####u
5 ####I#5 #### #/ ####### ####4 ###
#G# ##$##$#If##### ##!v##h#5 ####u
5 ####I#5 #### ##v##u
#v##I##v## #:V### G## #
t## ## 0### ####### ####### ####### ####### ####### ##### # %5 ####u
5 ####I#5 #### #/ ####### ####4 ###
#G# ##$##$#If##### ##!v##h#5 ####U#5 ####Q##v##U##v##Q#:V### s## #
t## ## 0### ####### #### ######## ####### #### ###### # ##6#5 ####U#5 #
###Q#4 #####H#4 ###
#s#################################################################################
#############################,##### #############D##@ ##D#
###########N#o#r#m#a#l#########CJ##_H##aJ##mH #nH##sH #tH####V##@##"#V#
###9% ### #H#e#a#d#i#n#g# #2######## d## d#@&#[$#\$####5# CJ$#PJ##\# aJ$#tH
#`##@####`#
###9% ### #H#e#a#d#i#n#g# #3########$##d##### ## <#@&###5# CJ##OJ
#PJ##QJ
#\# aJ##tH #############D#A@ #D#
###########D#e#f#a#u#l#t# #P#a#r#a#g#r#a#p#h# #F#o#n#t#####R#i@ #R#
#########
#T#a#b#l#e# #N#o#r#m#a#l###### ###4 ###
#l#4 #######a #########(#k# #(#############N#o# #L#i#s#t#####
#####4##@## #4#
####7 #0###H#e#a#d#e#r###### ###H# $#####2# O ###2#
####7 #0### #C#h#a#r#####CJ##aJ##nH##tH##4# @####4#
####7 #####F#o#o#t#e#r###### ###H# $#####2# O #!#2#
####7 ##### #C#h#a#r#####CJ##aJ##nH##tH##n# O##2#n#
### ]
# ###L#i#s#t# #P#a#r#a#g#r#a#p#h######## ##d##### #^ #m$## #CJ##OJ #PJ
#QJ #^J#_H9#aJ##tH #4# O #A#4#
###9% ##### #C#h#a#r#####5##CJ$#PJ##\##aJ$#<# O #Q#<#
###9% ##### #C#h#a#r#####5##CJ##OJ
#PJ##QJ
#\##aJ##*#W@ #a#*#
###9% #####S#t#r#o#n#g#####5# \# J#^@##r#J#
###9% ###
#N#o#r#m#a#l# #(#W#e#b#)######## d## d#[$#\$###PJ##tH #.# O # #.#
###9% #####m#w#-#h#e#a#d#l#i#n#e##### #e@## # #
###9% #####H#T#M#L# #P#r#e#f#o#r#m#a#t#t#e#d###7### 2## #(#
P# #x#
# #4 #\' * .#2 5@9###################CJ##OJ##PJ##QJ##^J##aJ##tH
###9% ##### #C#h#a#r#####OJ##PJ##QJ##^J#### O # ###
###9% #####k#w#4####### O # ###
###9% #####k#w#1####### O # ###
###9% #####b#r#0####### O # ###
###9% #####n#u#0####### O # ###
###9% #####s#y#1##### # O ### #
###9% #####n#u#1#6####### O #####
###9% #####s#y#4####### O #!###
###9% #####k#w#2####### O #1###
###9% #####s#y#2####### O #A###
###9% #####c#o#1##### # # #S# #
###a+'# #
#T#a#b#l#e# #G#r#i#d###7#:V
%## 0###################################################%###CJ##OJ #PJ #QJ
#'#a+'# ###T#i#t#l#e#####&## ,#&d####P #O #####m$#-#@ ##B*#CJ4#KH##OJ
#PJ##QJ
#^J##aJ4#ph#6]#tH ##L# O #q#L#
#&#a+'# ### #C#h#a#r###)#@ ##B*#CJ4#KH##OJ
#PJ##QJ
#^J##aJ4#ph#6]##H# @## #H#
#)# X@###
#B#a#l#l#o#o#n# #T#e#x#t#####(###CJ##OJ##QJ##^J##aJ##># O # #>#
#(# X@##### #C#h#a#r#####CJ##OJ##QJ##^J##aJ##nH##tH##6#U@ # #6#
### ) #0# #H#y#p#e#r#l#i#n#k###
#>*#B*#ph## #B#b@ # #B#
###^z ### #H#T#M#L#
#C#o#d#e#####CJ##OJ##PJ##QJ##^J##aJ###### ##### #### # ###'###(###0### ###
### ## ##R
##
##
##P### ## ##? ### ### #######$### ### ### ###L### ### ###R###########0### ###b
## ## ##B!## !## !
##:"## "## "##5###p###q###r###s###### ### ### ####$##N$##y$## $## $## $## $##
$## $## $## $## $## $## $## $## $## $## $## $## $## $## $## $## $## $##
$## $## $## $## $## $## $## $## $## $##R&##o&##p&##y&## &## &## &## &## &##
&## &## &## &###'## '##X'## '## '## '## '## '##=(## (## (##? )##;*##<*##M*##
N*## *## ,## ,## ,###-##h-## -
## /###0##+0##,0##z0## 0###1##_1## 1## 1##Q2## 4## 4## 4## 4###5##Q5## 5## 5##
G6## 6## 6## 6## 6## 6## 7## 7##>8##R9##S9##u9##v9###=###=##$=##
%=##z=## =##v>## >##!? ##5? ##6? ##? ? ##@? ## ?
## @## @## @## @## @## @## @## @## @## @## A## A## A## A###B###C###D###E##GE
## E## E## E## E##F##6F##mF## F## F## F## F##xG## G## H## I## I## I## I##
J##-
J##]J## J## J## K## M###O##eO##tO## O## O## O##QP##nP## P## P##(Q##)Q##1Q##UQ#
##R###S###S##3S###T###T##5T##[U##cV##dV##tV##BW##EX##\X## X## X## X## X## Y## Y#
#nZ##oZ##pZ##qZ##rZ##sZ##tZ##uZ##vZ##wZ##xZ##yZ##zZ##{ Z##|
Z##} Z##~Z##Z## Z## Z## Z## Z## Z## Z## Z## Z## Z## Z## Z## Z## Z## Z## Z##
Z## Z## Z## Z## Z## Z## Z## Z##A[## [## [## [###\##A\##x\##y\## \## \## \##
\## \## \## \## \## \## \## \## \## \## \###]###]###]###]###]###]###]###]###
]
##C]##D]##L]##y]## ]##&^## ^##W_## _## _## _## _## _## _## _## _##P`##Q`## `#
# `##*a##+a## a## a## a## a## b## d## d## e## e##lg##mg##|
h## j## j##Nl##Ol##Nm##Om## m##<n##Xn##Yn##^n##en##mn##rn##xn##yn##~n## n## n##
n## n## n## n## n## n## n## n## n## n## n## n## n##o###o###o###o##%o##-
o##Yo##Zo##`o##xo##|
o## o## o## o## o## o## o## o##+p##,p##1p##Cp##Jp##Rp##cp##dp##lp##xp##~p## p##
p## p## p## p###q## q##|
u###v## w## x## x## x## x## x## x## x## x## y## y## y##Tz## z##w|## |
###} ##b} ## } ## } ## } #####B##V##k##l## ## ## ### ## ### ##J ##i ##
##+ ##, ##. ##/ ##0 ##U ### ## ##< ##= ##q # ## ##F # ##G ## ## # # ## ##
### ##6 ##^ ##z ## ## # # ## 9############## ## ##w ## ## # #
##U ### ##8 ##I ##r ##y ## # ## ### # ### ##7 ##9 ##; ##= ##q ##z ## ## # #
## ## # # ##[ ##\ ##] ##^ ##_ ##` ##a ##b ##c ## ##### ### ### ##0
### ### ### ##F ## ## # # ## ### ##V ##z ## ## # ### ### ##" ##?
##@ ## ## ## ##L ## ## ### ##X ## ## ## ## ##
##" ##: ##R ##j ## ## # # ## ## ## ### ##+ ##p ## ## ### ##' ##@ ##W
##p ## ## # # ## ### ##O # # ###### # #### ### ### ##z ##{ ## ## # #
##, ##[ ##u ##v ## ## ##$ ##_ ##` ## ## ## ##W ##F #### ### ##Q ##
##### ### ### ##2 ##@ ##N ## ## ### ### ## ## # # ### ##* ##S ##K ##|
## ## # # ##% ##J ##K ## ## # # ## # # ##)##'########
2 ##_ ##` ## ## ## ##< ##j ##k ##q ## ## # ########### ## #### ## #
##$ ##- ##0 ##1 ##2 ##3 ##5 ##7 ##8 ##: ##; ##< ##= ##> ##?
##_ ##` ##a ##b ##r ## ## # # ## # # # # ## ###### ##> ##u ### ##!
###### ## ## ### ### ##. ##F ## ## # # ## # # # # # ## ##-
##] ##e ### ### ##q ##} ### ## ## # # ## # # # ## ##! ### ##
% ##F ##H ##~ ## ## # # ## # # # # # # # # # # # # # # # # # # # #
## ## # # ## # # # # # # # # # # # # # # # # # # # # # # # #
## ## ## ## ## # # # # # # # # # #9 ##s ## ## # # ##|
##} ## ## # # ## # # # # # # # # # ## ##T ## ## # # ## # # # ##
### ##V ##t ## ## # # ## # #4 ##R ##j ## ## # # ### ##0 ##J ## #
# ## ## ## ## # # # # # # # # # # # # # # # ## ### ### ## ##
### ##+ ##2 ##d ##p ## ## # # ## # # # # # # # #1 ##> ##G ## ##
## ##v ## ## # # ## # ## ### ##h ##: ## ### ### ### ### ### ##F ##H
##X ##Y ##r ##z ## ## # # ## # # # ## ##* ##H ##T ##g ## ## # # #
# ## ## ## ## # # # # # # # # # # # # # #
##( ##= ## ## # # ## # # # ## ### ##1 ##; ##^ ##k ## ## # # ##
## ## ## ## ## # # # # # # # # # # # # # # # #
### ##> ##H ##y ## ## # # ## # # # #F ##~ ## ## # # ## # # # #
##: ##j ##k ## ## # # ## # # # # # # # #& ##( ##N ##p ## ## # #
## ## ## ## ## # # # # # # # # # #
### ##4 ##K ##M ##Z ##a ## ## # # ## # # # ## ## ## ## ## # #
## ## ##T ##U ##$ ##
% ## ## ## ## # ## ##. ##5 ##N ##q ## ## # # ## # # # # # # # #
## ## # # ## # # # #w ##x ### ### ### ### ##[ ##d ##r ## ## # #
## ## # # ## # ## ### ### ##; ##< ##= ##> ##?
##@ ##A ##B ##C ##D ##E ##F ##G ##H ##I ##J ##K ##L ##M ##N ##O ##P ##Q
##R ##S ##T ##U ##V ##W ##X ##Y ##Z ## ## # # ## # # # # # ## ##f ##
##8 ##9 ## ## # #G ## ### ### ### ##?
##@ ##I ## ## # #D ##E ##x ## ##-
## ## # #1 ##2 ##3 ##X ##~ ## ## # # ## # # # # # # ### ### ### ##
4 ## ## ## ## ### ###-
###B###E###F###Q###S###a###p###~### ### ### ### ### ### ### ### #######(###*###
I###K###M###\###^### ### ### ### ### ### #######'###O###k### ### ### ### ###
######%###&###L ##M ##N ##k ##l ## ## ### ###7
##B
##D
##R
##a
##o
##p
##
##
##
##
##
##
##
##
#######,##.##0##? ##A##i##k## ## ## ##
##########C###_###w### ### ### ### ### ### ### ###s### ### ###i###j### ### ##
# ### ### ###.### ### ### ###########0###?
###[###^###m###} ### ### ### ### ### ### ### ###!
###$###D###b### ### ### ### ### ### ### ### ###j### ### ### ### ### ###

###########'###5###7###;###c###{ ###3###5###@###B###c###l###q### ### ### ### ###


### ### ### ### ### ### ###########
###/###;###f###k###y### ### ### ### ### ### ###,###Z### ### ### ### ### ### #
## ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###9### ### ###
U### #######u### ###2### ### ### ### #######x### ###< ##{ ##} ##~ ## ##9!## !
## !##3"##4"##A"## "######^### ####$##k$## $## $##S%##
%###&##s&## &##4'## '## '##=(## (## (##X)## )## )## )###*##z*## *##9+## +###,#
#g,## ,##/-##s-## -
##-.## .## .## .## .## .## .## .## .## .## .## .## .## .###/###/###/###/###/
###/###/###/###/##:/##;/##C/##D/##|/## /###0##G0## 0## 0## 0## 0##
1###1###1###1###1##&1##*1##D1##G1##L1##g1##j1##n1## 1## 1## 1## 1## 1## 1###2##B
2##C2##D2##e2##m2##{ 2## 2## 2## 2## 2###3##13##P3##b3## 3## 3## 3###4##
%4##/4##P4##Z4##v4## 4## 4## 4## 4##35##E5##e5##w5## 5## 5###6##+6##56##I6##S6##
6## 6## 6## 6##&7##M7##_7##i7##j7##k7##l7##m7##n7##o7##p7##q7##r7##s7## 7## 7##
7###8##U8##K9##L9##l9##v9## 9## 9## 9## 9## 9## 9## 9## 9## 9## 9## 9## 9##
#:##
%:##,:##.:##<:##[:##]:##_:##`:##q:## :## :## :## :## :## :## :###;###;##Y;## ;#
# ;## ;## ;###<## <## =###>###>###>##,>##O>##R>##T>##h>## >## >## >## >## >##
>## >###? ###? ##(? ##*? ##} ? ## ? ## ? ## ? ## ?
##`@##c@##wA##eB##fB##gB##hB##iB##jB##kB##lB##mB##nB##oB##pB##qB##rB##sB##tB##uB##v
B##wB##xB##yB##zB##{ B##|
B##} B##~B##B## B## B## B## B## B## B## B## B## C## D## D## D## E## E## E##
I##BI##dI## I## I## I## I##/J##5J##bJ## J## J## J## J## J## J## J##TK## K##
K###L##,L##IL##JL##KL##LL##ML##NL##OL##PL##QL##RL##SL##TL##UL##VL##WL##XL##YL##ZL##
[L##\L##]L##^L##_L##`L##aL## L## L## N###Q###Q##kT##lT##mT##nT##oT##pT##qT##rT##s
T##tT##uT##vT##wT##xT##yT##zT##{ T##|
T##} T##~T##T## T## T## T## T## T## T##8V##9V## V## V## V## V## V## V## V##
V## V## V## V## V## V## V## V## V## V## V## V## V## V## V## V## V## V## V#
# V## V## V## V## V## V##,W##5W###X###X##iX##jX##tX## X## X## X## X## X##zY##
Y## Y## Y## Y## Y###Z###Z###Z## Z## Z## Z## Z## Z## Z## Z## Z## Z## Z## Z#
# Z## Z## Z## Z## Z## Z## Z##@[## [## [## [## [## [## [## [## [## [## [##!
\##&\##8\##B\##h\##r\##w\##y\##\]##]]##^]##_]##`]##a]##b]##c]##d]##e]##f]##g]##h]##
i]##j]## ]## ]## ]## ]## ]## ]##J^## ^## ^## ^## ^##._##S_## _## _###`###`##(
a##4a##aa##ua## a## a## a###b##Nb##Ob##Pb##Qb##Rb##Sb##Tb##Ub##Vb##qb##rb##zb## b
##"c##Tc## c##Id##_d##vd## d## d## d## d## d## d###e###e###e##Ae##Be##Ve##{ e##
e## e## e## e## e## e## e## e## e##
f##+f##,f##Bf##ff##vf##wf## f## f## f## f## f## f##kg##lg## g## g## g##Dh##Nh#
#Vh##Wh##nh##h## h## h## h## h## h## h###i###i##4i##Vi##si##ti## i## i## i##
i## i## i## i###j##.j##/j##0j##hj##ij##jj##kj##lj##mj##nj##oj##pj##qj##rj##sj##tj
## j## j## j###k##!k## k##
l###l###l##!l##Hl##Ll##Wl##gl##il##ll##ml## l## l##4m##5m##^m##xm##ym##zm##{ m##|
m## m## m## m###n##An##Bn##Cn##Ln##]n##_n##wn##yn##~n## n## n## n## n## n## n#
##o###o##!
o##Io##Ko##Po##Ro##^o##ao## o## o## o## o## o## o## o## o## o## o## o## o##
o## o## o## o## o## o## o## o## o## o## o## o## o## o## o## o## q###v##>w##
x## z## { ## |
## } ##3~## ~## ##] ## ## ## #### ## ## ## # # ### ### ##9 ##m ##
## #### ### ##2 ##5 ## #### ## ## ## # ##### ### ## ##j ##-
#######"##C##F##Z##q############## ## ## ## ##?
### ##= ##P ## ##" ## ## ## ### ##S ## ## # #M ##e ##h ##e ##w ##
## ## # # ## # # # # # # # # # # # # # # # # # # # # # # # #
### ### ## ## # # ### ### ##6 ##< ##d ##j ##u ## ## # ## ### ## ##
## ## # # ## # # # # # ## ### ### ##
##3 ##f ## ## # # ## # ## ##0 ##2 ##3 ##4 ##5 ## ## # ## ##5 ##6 ##
7 ##H ##K ##~ ## ## # # ## # ## ##K ##a ## ## # # ##
% ##4 ##8 ##9 ##: ##; ##< ##= ##> ##?
## ## # # ## # #H ##b ##c ## ## # # ## # #, ##-
##. ##7 ## ## # ## ### ##2 ##: ##; ##a ##r ##t ## ## # # ### ### ##
8 ##< ##A ##D ##R ##U ##v ##y ## ## # # ## # # # # # # # # # # # #
### ##
##
### ### ### ### ### ### ### ### ### ### ### ##V ##W ##_ ##s ### ##1 ##
## ## ### ## ##t ##u ##v ## ### ##= ## ### ##] ##e ## ### ## ##[
## ## # #, ## ## ##) ##X ## ## # ## ### ##, ##4 ##5 ##6 ##J ##y ##
z ##{ ## ### ## ##!
##4 ## ## # # ## # ## ### ### ### ##2 ##3 ##4 ##N ## ## # # ## #
### ### ### ##) ##* ##[ ##\ ##^ ##~ ## ## # # ## # # # # # # # # #
## ### ##!
##8 ##9 ##: ##; ##< ##> ##A ##D ##G ##Y ##^ ##_ ##` ##a ## ## # # ##
####0####### ### ######## # ####0####### ### ########## ####0####### ### #####
##### ####0####### ### ########## ####0####### ### ########## ####0####### ###
########## ####0####### ### ########## ####0####### ### ########## ####0######
# ### ########## ####0####### ### ########## ####0####### ### ########## ####0
####### ### ########## ####0####### ### ########## ####0####### ### ##########
####0####### ### ########## ####0####### ### ########## ####0####### ### ####
###### ####0####### ### ########## ####0####### ### ########## ####0####### ###
########## ####0####### ### ########## ####0####### ### ########## ####0######
# ### ########## ####0####### ### ########## ####0####### ### ########## ####0
####### ### ########## ####0####### ### ########## ####0####### ### ##########
####0####### ### ########## ####0####### ### ########## ####0####### ### ####
###### ####0####### ### ########## ####0####### ### ########## ####0####### ###
########## ####0####### ### ########## ####0####### ### ########## ####0######
# ### ########## ####0####### ### ########## ####0####### ### ########## ####0
####### ### ########## ####0####### ### ########## ####0####### ### ##########
####0####### ### ########## ####0####### ### ########## ####0####### ### ###
###### ####0####### ### ###p###### ## #0####### ### ###p###### ##
#0####### ### ###p###### ## #0####### ### ###p###### ##
#0####### ### ###p###### ##
#0####### ### ### ###### ####0####### ### ########## ####0####### ### ########
## ####0####### ### ###p###### ####0####### ### ###p###### ####0####### ### ##
# ###### ####0####### ### ###p###### ####0####### ### ###p###### ####0#######
### ### ###### ####0####### ### ### ###### ####0####### ### ###
#### # ####0####### ### ########## ####0####### ### ########## ####0####### ##
# ### ###### ####0####### ### ### #### # ####0####### ### ###
#### # ####0####### ### ###p###### ####0####### ### ###
###### ####0####### ### ########## ####0####### ### ########## ####0####### ###
###
#### # ####0####### ### ###p###### ####0####### ### ###p###### ####0####### ##
# ###p###### ####0####### ### ###p###### ####0####### ### ########## ####0#####
## ### ########## ####0####### ### ###p###### ####0####### ### ###p###### ####
0####### ### ### ###### ####0####### ### ###
###### ####0####### ### ###p###### ####0####### ### ###p###### ####0####### ###
###p###### ####0####### ### ###p###### ####0####### ### ###p###### ####0######
# ### ########## ####0####### ### ########## ####0####### ### ###p###### ####0
####### ### ###p###### ####0####### ### ########## ####0####### ### ##########
####0####### ### ########## ####0####### ### ###p###### ####0####### ### ###p
###### ####0####### ### ########## ####0####### ### ########## ####0####### ###
###p###### ####0####### ### ########## ####0####### ### ### ###### ####0#####
## ### ########## ####0####### ### ########## ####0####### ### ### ###### ####
0####### ### ########## ####0####### ### ########## ####0####### ### ###
#### # ####0####### ### ########## ####0####### ### ###
#### # ####0####### ### ########## ####0####### ### ###
#### # ####0####### ### ###
#### # ####0####### ### ########## ####0####### ### ###
#### # ####0####### ### ########## ####0####### ### ###(###### ####0####### ##
# ###p###### ####0####### ### ###p###### ####0####### ### ###p###### ####0#####
## ### ###p###### ####0####### ### ###p###### ####0####### ### ###p###### ####
0####### ### ########## ####0####### ### ########## ####0####### ### ###p######
####0####### ### ###p###### ####0####### ### ###p###### ####0####### ### ###p
#### # ####0####### ### ########## ####0####### ### ###
#### # ####0####### ### ###
#### # ####0####### ### ########## ####0####### ### ###
#### # ####0####### ### ###8###### ####0####### ### ###p###### ####0####### ##
# ###p###### ####0####### ### ###p###### ####0####### ### ###p###### ####0#####
## ### ###p###### ####0####### ### ########## ####0####### ### ########## ####
0####### ### ###p###### ####0####### ### ###p###### ####0####### ### ##########
####0####### ### ###p###### ####0####### ### ###p###### ####0####### ### ####
###### ####0####### ### ###p###### ####0####### ### ###p###### ####0####### ###
########## ####0####### ### ###p###### ####0####### ### ###p###### ####0######
# ### ########## ####0####### ### ###p###### ####0####### ### ###p###### ####0
####### ### ########## ####0####### ### ###p###### ####0####### ### ###p######
####0####### ### ###@###### ####0####### ### ###p###### ####0####### ### ###p
###### ## #0####### ### ###p###### ## #0####### ### ###p###### ##
#0####### ### ###p###### ####0####### ### ###p###### ####0####### ### ### ####
## ####0####### ### ########## ####0####### ### ########## ##
#0####### ### ########## ##
#0####### ### ### ###### ####0####### ### ### ###### ####0####### ### ########
## ####0####### ### ### ###### ## #0####### ### ### ###### ##
#0####### ### ### ###### ## #0####### ### ###
#### # ####0####### ### ###@###### ## #0####### ### ###p###### ##
#0####### ### ###p###### ##
#0####### ### ###p###### ####0####### ### ###p###### ####0####### ### ###p#####
# ####0####### ### ###p###### ####0####### ### ########## ####0####### ### ###
p###### ####0####### ### ###p###### ## #0####### ### ###p###### ##
#0####### ### ###p###### ####0####### ### ###p###### ##
#0####### ### ###p###### ##
#0####### ### ########## ####0####### ### ###p###### ####0####### ### ### ####
## ####0####### ### ###p###### ####0####### ### ###p###### ####0####### ### ##
#p###### ####0####### ### ###p###### ####0####### ### ###p###### ##
#0####### ### ###p###### ## #0####### ### ###p###### ##
#0####### ### ########## ####0####### ### ###p###### #
#0####### ### ###p###### #
#0####### ### ########## ####0####### ### ###p###### ####0####### ### ###P#####
# ####0####### ### ###p###### ####0####### ### ###p###### ####0####### ### ###
p###### ####0####### ### ###p###### ####0####### ### ###p###### ####0####### ##
# ### ###### ####0####### ### ########## ####0####### ### ###p###### ####0####
### ### ###p###### ####0####### ### ########## ####0####### ### ###p###### ###
#0####### ### ###p###### ####0####### ### ### ###### ####0####### ### ###p####
## ####0####### ### ### ###### ####0####### ### ###
#### # ####0####### ### ###
#### # ####0####### ### ### ###### ####0####### ### ###p###### ####0####### ##
# ### ###### ####0####### ### ### #### # ####0####### ### ###
#### # ####0####### ### ###X###### ####0####### ### ###p###### ####0####### ##
# ###p###### ####0####### ### ###p###### ####0####### ### ###p###### ####0#####
## ### ###p###### ####0####### ### ########## ####0####### ### ###p###### ####
0####### ### ########## ####0####### ### ###p###### ####0####### ### ###p######
####0####### ### ###p###### ####0####### ### ###p###### ####0####### ### ###p
###### ####0####### ### ###p###### ####0####### ### ###p###### ####0####### ###
###p###### ####0####### ### ###p###### ####0####### ### ###p###### ####0######
# ### ###p###### ####0####### ### ### ###### ####0####### ### ###p###### ####0
####### ### ###p###### ####0####### ### ###p###### ####0####### ### ###
#### # ####0####### ### ########## ####0####### ### ###
#### # ####0####### ### ###
#### # ####0####### ### ###p###### ####0####### ### ###
#### # ####0####### ### ########## ####0####### ### ########## ####0####### ##
# ###p###### ####0####### ### ########## ####0####### ### ###p###### ####0#####
## ### ###
#### # ####0####### ### ###p###### ####0####### ### ###X###### ####0####### ##
#0####### ### ###p###### #
#0####### ### ########## #
#0####### ### ########## #
#0####### ### ########## #

#0####### ### ########## ####0########### ########## ####0####### ### #########


# ####0####### ### ########## ####0####### ### ###p###### ####0####### ### ###
p###### ####0####### ### ########## ####0####### ### ###p###### ####0####### ##
# ###p###### ####0####### ### ########## ####0####### ### ###p###### ####0#####
## ### ###p###### ####0####### ### ###p###### ####0####### ### ###p###### ####
0####### ### ###p###### ####0####### ### ########## ####0####### ### ##########
####0####### ### ########## ####0####### ### ###X###### ####0####### ### ###p
###### ####0####### ### ###p###### ####0####### ### ###p###### ####0####### ###
###p###### ####0####### ### ###X###### ####0####### ### ########## ####0######
# ### ###X###### ####0####### ### ########## ####0####### ### ########## ####0
########### ########## ####0####### ### ###p###### ####0####### ### ###p######
####0####### ### ###p###### ####0####### ### ###X###### ####0####### ### ######
#### ####0####### ### ###`###### ####0####### ### ###p###### ####0####### ###
###p###### ####0####### ### ###p###### ####0####### ### ###p###### ####0#######
### ###p###### ####0####### ### ###p###### ####0####### ### ########## ####0#
###### ### ###p###### ####0####### ### ###p###### ####0####### ### ###p######
####0####### ### ###p###### ####0####### ### ###p###### ####0####### ### ######
#### ####0####### ### ###p###### ####0####### ### ###p###### ####0####### ###
########## ####0####### ### ########## ####0####### ### ###p###### ####0#######
### ###p###### ####0####### ### ###p###### ####0####### ### ###p###### ####0#
###### ### ###p###### ####0####### ### ###p###### ####0####### ### ###p######
####0####### ### ###p###### ####0####### ### ########## ####0####### ### ### #
### # ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ### ####
# ####0####### ### ### ####
# ####0####### ### ### #### # ####0####### ### ######## # #0
#0####### ### ###p###### #0 #0####### ### ###p###### #1
#0####### ### ###p###### #2 #0####### ### ###p###### #2
#0####### ### ###p###### #0
#### # ####0####### ### ###p###### ####0####### ### ###
#### # ####0####### ### ### ###### ####0####### ### ###p###### ####0####### ##
# ###p###### ####0####### ### ###p###### ####0####### ### ###p###### ####0#####
## ### ###p###### ####0####### ### ###p###### ####0####### ### ###p###### ####
0####### ### ###p###### ####0####### ### ###p###### ####0####### ### ###p######
####0####### ### ###p###### ####0####### ### ###p###### ####0####### ### ###p
###### ####0####### ### ########## ####0####### ### ###p###### ####0####### ###
###p###### ####0####### ### ########## ####0####### ### ###p###### ####0######
# ### ###p###### ####0####### ### ###p###### ####0####### ### ###p###### ####0
####### ### ########## ####0####### ### ###p###### ####0####### ### ###p######
####0####### ### ###p###### ####0####### ### ###p###### ####0####### ### ###p
###### ####0####### ### ########## ####0####### ### ###p###### ####0####### ###
########## ####0####### ### ###p###### ####0####### ### ###p###### ####0######
# ### ###p###### ####0####### ### ###p###### ####0####### ### ###p###### ####0
####### ### ###p###### ####0####### ### ###p###### ####0####### ### ##########
####0####### ### ###p###### ####0####### ### ###p###### ####0####### ### ###p
###### ####0####### ### ###p###### ####0####### ### ###p###### ####0####### ###
###p###### ####0####### ### ###p###### ####0####### ### ###p###### ####0######
# ### ###p###### ####0####### ### ########## ####0####### ### ###p###### ####0
####### ### ###p###### ####0####### ### ###p###### ####0####### ### ##########
####0####### ### ###p###### ####0####### ### ########## ####0####### ### ###
#### # ####0####### ### ########## ####0####### ### ###
#### # ####0####### ### ########## ####0####### ### ###
#### # ####0####### ### ###p###### ####0####### ### ###
###### ####0####### ### ########## ####0####### ### ### ###### ####0####### ##
# ###p###### ####0####### ### ###p###### ####0####### ### ########## ####0#####
## ### ########## ####0####### ### ### ###### ####0####### ### ###p###### ####
0####### ### ###p###### ####0####### ### ###p###### ####0####### ### ###p######
####0####### ### ###p###### ####0####### ### ########## ####0####### ### ####
###### ####0####### ### ###p###### ####0####### ### ###p###### ####0####### ###
########## ####0####### ### ###p###### ####0####### ### ###p###### ####0######
# ### ###p###### ####0####### ### ###p###### ####0####### ### ###p###### ####0
####### ### ###p###### ####0####### ### ###p###### ####0####### ### ###p######
####0####### ### ###p###### ####0####### ### ###p###### ####0####### ### ###p
###### ####0####### ### ###p###### ####0####### ### ###p###### ####0####### ###
###p###### ####0####### ### ###p###### ####0####### ### ### ###### ####0#####
## ### ###p###### ####0####### ### ###p###### ####0####### ### ###p###### ####
0####### ### ###p###### ####0####### ### ###p###### ####0####### ### ##########
####0####### ### ###p###### ####0####### ### ###p###### ####0####### ### ###p
###### ####0####### ### ###p###### ####0####### ### ###p###### ####0####### ###
###p###### ####0####### ### ###p###### ####0####### ### ###p###### ####0######
# ### ###p###### ####0####### ### ########## ####0####### ### ###p###### ####0
####### ### ###p###### ####0####### ### ########## ####0####### ### ##########
####0####### ### ### #### #(####0####### ### ###p###### ####0####### # #####
#### # ####0####### # #####p###### ####0####### # #####
#### # ####0####### # #####p###### ####0####### # #####
#### # ####0####### # ##### #### # ####0####### # #####
#### # ####0####### # ##### #### # ####0####### # #####
#### # ####0####### # ##### #### # ####0####### # #####
#### # ####0####### # #####
#### # ####0####### # ##### ###### ####0####### # #####p###### ####0####### #
#####p######(####0####### ### ###p######(####0####### ### ###p######(####0#####
## ### ###p###### ####0####### #####p###### ####0####### ############ ####0##
##### #####p###### ####0####### #####p###### ####0####### #####p###### ####0#
###### #####p###### ####0####### #####p###### ####0####### #####p###### ####0
####### #####p###### ####0####### #####p###### ####0####### #####p###### ####
0####### ############ ####0####### ############ ####0####### #####p###### ###
#0####### #####p###### ####0####### #####p###### ####0####### #####p###### ##
##0####### #####p###### ####0####### #####p###### ####0####### #####p###### #
###0####### #####p###### ####0####### #####p###### ####0####### #####
#### # ####0####### #####p###### ####0####### #####p###### ####0####### ####
#p###### ####0####### #####p###### ####0####### #####p###### ####0####### ###
##p###### ####0####### #####p###### ####0####### ############ ####0####### ##
########## ####0####### #####p###### ####0####### #####p###### ####0####### #
########### ####0####### #####p###### ####0####### #####p###### ####0#######
############(####0####### ### ##########(####0####### ### ###p###### ####0######
# # ############ ####0####### # #####p###### ####0####### # #####p###### ####0
####### # #####p###### ####0####### # #####p###### ####0####### # #####p######
####0####### # #####p###### ####0####### # #####p###### ####0####### # #####p
###### ####0####### # #####p###### ####0####### # #####p###### ####0####### #
#####p###### ####0####### # ############ ####0####### # ############ ####0#####
## # ############ ####0####### # #####
#### # ####0####### # ############ ####0####### # #####
#### # ####0####### # #####8###### ####0####### ### ### ###### ####0####### ##
# ### ###### ####0####### ### ### ###### ####0####### # #####p###### ####0####
### # #####p###### ####0####### #
#####p###### ####0####### # #####p###### ####0####### # ############ ####0#####
## # ############ ####0####### # ############ ####0####### # #####p###### ####
0####### # #####p###### ####0####### # #####p###### ####0####### # #####p######
####0####### # ############ ####0####### # #####p###### ####0####### # #####p
###### ####0####### # ##### #### # ####0####### # ##### ####
# ####0####### # ##### #### # ####0####### # ##### ####
# ####0####### # ##### #### # ####0####### # ##### ####
# ####0####### # ##### #### # ####0####### # ##### ####
# ####0####### # ##### #### # ####0####### # ##### ####
# ####0####### # ##### #### # ####0####### # ##### ####
# ####0####### # ############ ####0####### # ############ ####0####### # #####
####### ####0####### # ##### #### # ####0####### # ##### ####
# ####0####### # ##### #### # ####0####### # ##### ####
# ####0####### # ##### ###### ####0####### # ##### ####
# ####0####### # ##### #### # ####0####### # ##### ####
# ####0####### # ##### #### # ####0####### # ##### ####
# ####0####### # ##### #### # ####0####### # ##### ####
# ####0####### # ##### ####
# ####0####### # ############ ####0####### # ############ ####0####### # #####
####### ####0####### # ##### ###### ####0####### # #####
#### # ####0####### # ############ ####0####### # ############ ####0####### #
#####(###### ####0####### # ##### #### # ####0####### # #####
#### # ####0####### # ##### ###### ####0####### # #####p###### ####0####### #
#####p###### ####0####### # #####p###### ####0####### # #####p###### ####0####
### # #####p###### ####0####### # #####p###### ####0####### # ###############
#0####### ### ###p###### ####0####### # ############ ####0####### # ###########
# ####0####### # ############ ####0####### # #####p###### ####0####### # #####
p###### ####0####### # #####p###### ####0####### # #####p###### ####0####### #
#####p###### ####0####### # #####p###### ####0####### # #####p#########
#0####### ### ### ###### ####0####### #####p######(####0####### #####p####
## ####0####### #####p###### ####0####### #####p###### ####0####### ###
##p###### ####0####### ############ ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### ############ ####0
####### ############ ####0####### ############ ####0####### #####p#####
# ####0####### #####p######(##
#0####### #####p###### ####0####### #####p###### ####0####### #########
### ####0####### #####p###### ####0####### #####p###### ####0####### ##
###p###### ####0####### ############ ####0####### #####p###### ####0######
# ##### ###### ####0####### #####p###### ####0####### #####p###### ###
#0####### #####p###### ####0####### #####p###### ####0####### #####p###
### ####0####### ############ ####0####### ############ ####0####### ##
###p###### ####0####### #####p###### ####0####### #####p###### ####0######
# #####p###### ####0####### ############ ####0####### #####p###### ####
0####### #####p###### ####0####### #####p###### ####0####### #####p####
## ####0####### #####p###### ####0####### ############ ####0####### ###
## ###### ####0####### ##### ###### ####0####### ##### ###### ####0######
# ############ ####0####### ##### ###### ####0####### ############ ###
#0####### ##### ###### ####0####### ############ ####0####### ##### ##
#### ####0####### #####
#### # ####0####### ############ ####0####### #####
###### ####0####### ############ ####0####### #####
#### # ####0####### ############ ####0####### #####
#### # ####0####### ##### ###### ####0####### ##### ###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0#
###### #####p###### ##
#0####### #####p###### ####0####### #####p###### ##
#0####### #####p###### ## #0####### #####p###### ##
#0####### #####p###### ##
#0#### ## ############ ####0####### ############ ####0####### #########
### ####0####### ############ ####0####### ############ ####0####### ##
###p###### ####0####### ##### ###### ####0####### ############ ####0######
# ############ ####0####### #####p###### ####0####### #####p###### ####
0####### #####p###### ####0####### #####p###### ####0####### #####p####
## ####0####### #####p###### ####0####### #####p###### ####0####### ###
##p###### ####0####### #####p###### ####0####### #####p###### ####0#######
#####
#### # ####0####### #####p###### ####0####### ############ ####0#######
############ ####0####### ##### ###### ####0####### #####
###### ####0####### #####
###### ####0####### ##### ###### ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0###
#### #####p###### ####0####### ############ ####0####### ############ #
###0####### #####p###### ####0####### #####p###### ####0####### #######
##### ####0####### ############ ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0####
### #####p###### ####0####### #####p###### ####0####### #####p###### ##
##0####### #####p###### ####0####### #####p###### ####0####### #####p##
#### ####0####### #####p###### ####0####### #####p###### ####0####### #
#### ###### ####0####### ############ ####0####### #####p###### ####0#####
## #####p###### ####0####### ############ ##
#0####### #####p###### ####0####### #####p###### ####0####### #########
### ####0####### #####p###### ####0####### ############ ####0####### ##
### #### # ####0####### #####
###### ####0####### ##### ###### ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0###
#### #####p###### ####0####### #####p###### ####0####### #####p###### #
###0####### #####p###### ####0####### #####p###### ####0####### #####p#
##### ####0####### ############ ####0####### #####p###### ####0#######
#####p###### ####0####### ############ ####0####### #####p###### ####0####
### #####p###### ####0####### #####p###### ####0####### #####p###### ##
#0####### #####p###### ####0####### ############ ####0####### #########
### ####0####### #####p###### ####0####### ############ ####0####### ##
###p###### ####0####### #####p###### ####0####### #####p###### ####0######
# #####p###### ####0####### #####p###### ####0####### #####p###### ####
0####### #####p###### ####0####### #####8###### ####0####### #####p####
## ####0####### #####p###### ####0####### #####p###### ####0####### ###
##p###### ####0####### #####p###### ####0####### #####p###### ####0#######
#####p###### ####0####### ############ ####0####### #####p###### ####0
####### #####p###### ####0####### ############ ####0####### #####p#####
# ####0####### #####p###### ####0####### #####p###### ####0####### ####
#p###### ####0####### #####p###### ####0####### ############ ####0#######
#####p###### ####0####### ############ ####0####### ##### ###### ####0#
###### ##### ###### ####0####### ############ ####0####### ##### #####
# ####0####### ############ ####0####### ##### ###### ####0####### ###
######### ####0####### ##### ###### ####0####### ##### ###### ####0######
# #####p###### ####0####### #####p###### ####0####### #####p###### ####
0####### #####p###### ####0####### #####p###### ####0####### ##########
## ####0####### ############ ####0####### #####p###### ####0####### ###
##p###### ####0####### #####p###### ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0
####### #####p###### ####0####### ############ ####0####### #####p#####
# ####0####### #####p###### ####0####### #####p###### ####0####### ####
######## ####0####### ##### ###### ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0
####### #####p###### ####0####### #####p###### ####0####### ###########
# ####0####### #####p###### ####0####### #####p###### ####0####### ####
#p###### ####0####### #####p###### ####0####### #####p###### ####0#######
############ ####0####### #####p###### ####0####### #####p###### ####0#
###### ############ ####0####### #####p###### ####0####### #####p######
####0####### #####p###### ####0####### #####p###### ####0####### #####
p###### ####0####### #####p###### ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0#
###### #####p###### ####0####### #####
#### # ####0####### #####p###### ####0####### #####
#### # ####0####### ##### ###### ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0#
###### #####p###### ####0####### #####p###### ####0####### ############
####0####### #####p###### ####0####### #####p###### ####0####### #####
p###### ####0####### #####p###### ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0#
###### #####p###### ####0####### #####p###### ####0####### ############
####0####### ############ ####0####### ##### ###### ####0####### ####
######## ####0####### ##### ###### ####0####### ##### ###### ####0#######
##### ###### ####0####### ##### ###### ####0####### ##### ###### ###
#0####### ############ ####0####### ##### ###### ####0####### #####
#### # ####0####### ##### ###### ####0####### #####
###### ####0####### ##### ###### ####0####### #####
#### # ####0####### #####p###### ####0####### #####
#### # ####0####### ############ ####0####### ##### ###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0#
###### #####p###### ####0####### #####p###### ####0####### ############
####0####### ############ ####0####### #####p###### ####0####### ###
##p###### ####0####### #####p###### ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0
####### #####p###### ####0####### ############ ####0####### #####p#####
# ####0####### #####p###### ####0####### ############ ####0####### ####
#p###### ####0####### #####p###### ####0####### ############ ####0#######
#####p###### ####0####### #####p###### ####0####### ############ ####0#
###### #####p###### ####0####### #####p###### ####0####### ############
####0####### #####p###### ####0####### #####p###### ####0####### #####
####### ####0####### #####p###### ####0####### #####p###### ####0#######
############ ####0####### #####p###### ####0####### #####p###### ####0#
###### ##### ###### ####0####### #####p###### ####0####### #####p######
####0####### #####p###### ####0####### #####p###### ####0####### #####
p###### ####0####### #####p###### ####0####### ############ ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0#
###### #####p###### ####0####### #####p###### ####0####### #####p######
####0####### #####p###### ####0####### #####p###### ####0####### #####
p###### ####0####### ############ ####0####### ############ ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0#
###### #####p###### ####0####### #####p###### ####0####### ##### ######
####0####### #####p###### ####0####### ############ ####0####### #####
p###### ####0####### ############ ####0####### ############ ####0#######
############ ####0####### #####p###### ####0####### #####
#### # ####0####### #####p###### ####0####### #####
#### # ####0####### #####p###### ####0####### #####
#### # ####0####### #####p###### ####0####### #####
#### # ####0####### #####p###### ####0####### #####
#### # ####0####### ##### #### # ####0####### #####
#### # ####0####### #####
#### # ####0####### ##### ###### ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0#
###### #####p###### ####0####### #####p###### ####0####### ############
####0####### #####p###### ####0####### #####p###### ####0####### #####
p###### ####0####### ############ ####0####### ############ ####0#######
############ ####0####### ############ ####0####### #####p###### ####0#
###### ############ ####0####### #####p###### ####0####### #####p######
####0####### ############ ####0####### ##### ###### ####0####### ####
######## ####0####### ############ ####0####### #####p###### ####0#######
##### ###### ####0####### #####p###### ####0####### #####p###### ####0#
###### #####p###### ####0####### #####p###### ####0####### #####p######
####0####### ############ ####0####### ############ ####0####### #####
p###### ## #0####### #####p###### ## #0####### ############ ##
#0####### #####p###### ## #0####### #####p###### ##
#0####### #####p###### ####0####### ##### ###### ####0####### #####p###
### ####0####### #####p###### ####0####### #####p###### ####0####### ##
########## ####0####### #####p###### ####0####### #####p###### ####0######
# #####p###### ####0####### #####p###### ####0####### ############ ##
#0####### ##### ###### ##
#0####### #####p###### ####0####### ############ ####0####### #########
### ## #0####### #####
#### # ####0####### #####p###### ####0####### ############ ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0###
#### #####p###### ####0####### #####p###### ####0####### #####p###### #
###0####### ############ ####0####### #####p###### ####0####### #####p#
##### ####0####### #####p###### ####0####### ############ ####0#######
############ ####0####### #####p###### ####0####### #####p###### ####0####
### #####p###### ####0####### ############ ####0####### #####p###### ##
##0####### #####p###### ####0####### ############ ####0####### ##### ##
#### ####0####### #####p###### ####0####### ##### ###### ####0#######
############ ####0####### ##### ###### ####0####### #####p###### ####0####
### #####p###### ####0####### ##### ###### ####0####### ##### ###### #
###0####### ##### #### # ####0####### ############ ####0####### #####
#### # ####0####### #####p###### ####0####### #####
#### # ####0####### #####
#### # ####0####### ############ ####0####### #####
#### # ####0####### #####p###### ####0####### #####
###### ####0####### #####p###### ####0####### #####
#### # ####0####### ############ ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0###
#### #####p###### ####0####### #####p###### ####0####### ############ #
###0####### #####p###### ####0####### #####p###### ####0####### #####p#
##### ####0####### #####p###### ####0####### ##### ###### ####0#######
############ ####0####### ##### ###### ####0####### ############ ####0##
##### #####p###### ####0####### #####p###### ####0####### ############
####0####### #####p###### ##
#0####### #####p###### ####0####### ##### ###### ####0####### #####p###
### ####0####### #####p###### ####0####### #####p###### ####0####### ##
###p###### ####0####### ############ ####0####### #####p###### ####0######
# #####p###### ####0####### #####p###### ####0####### #####p###### ####
0####### #####p###### ####0####### ############ ####0####### ##########
## ####0####### #####p###### ####0####### #####p###### ####0####### ###
##p###### ####0####### ############ ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0
####### ############ ####0####### ##### ###### ####0####### ###########
# ####0####### ############ ####0####### ############ ####0####### ####
#p###### ####0####### #####p###### ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0#
###### #####p###### ####0####### #####p###### ####0####### #####p######
####0####### #####p###### ####0####### #####p###### ####0####### #####
p###### ####0####### #####p###### ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0#
###### #####p###### ####0####### #####p###### ####0####### #####p######
####0####### #####p###### ####0####### #####p###### ####0####### #####
####### ####0####### #####p###### ####0####### #####p###### ####0#######
#####p###### #)
#0####### #####p###### ####0######## ############ ####0######## ##########
## ####0######## ############ ####0######## ############ ####0######## ####
######## ####0####### #####p###### ####0####### #####p###### ####0#######
############ ####0####### #####p###### ####0####### #####p###### ####0#
###### #####p###### ####0####### ############ ####0####### #####p######
####0####### ############ ####0####### #####p###### ####0####### #####
####### ####0####### #####p###### ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0#
###### #####p###### ####0####### #####p###### ####0####### #####p######
####0####### #####p###### ####0####### #####p###### ####0####### #####
p###### ####0####### ############ ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### #)
#0####### #####p###### ####0######## ############ ####0######## ##########
## ####0######## ############ ####0######## ############ ####0######## ####
######## ####0######## ############ ####0######## ############ ####0########
############ ####0######## ############ ####0######## ############ ####0####
#### ############ ####0######## ############ ####0######## ############ ###
#0####### #####p###### ####0######## ############ ####0######## ##########
## ####0######## ############ ####0######## ############ ####0######## ####
######## ####0######## ############ ####0######## ############ ####0########
############ ####0######## ############ ####0######## ############ ####0####
#### ############ ####0######## ############ ####0####### #####
#### # ####0######## ############ ####0######## ############ ####0########
############ ####0######## ############ ####0######## ############ ####0#####
### ############ ####0######## ############ ####0######## ############ ####
0######## ############ ####0######## ############ ####0######## ############
####0####### ############ ####0####### #####p###### ####0######## #####
####### ####0######## ############ ####0######## ############ ####0########
############ ####0####### #####p###### ####0####### #####p###### ####0###
#### #####p###### ####0####### #####p###### ####0####### ##### ######
####0####### ############ ####0####### ############ ####0####### ######
###### ####0####### #####p###### ####0######## ############ ####0########
############ ####0######## ############ ####0######## ############ ####0#####
### ############ ####0######## ############ ####0######## ############ ####
0######## ############ ####0######## ############ ####0######## ############
####0######## ############ ####0######## ############ ####0######## ######
###### ####0######## ############ ####0######## ############ ####0########
############ ####0####### #####p###### ####0####### #####p###### ####0####
### #####p###### ####0####### ############ ####0####### ############ ##
##0####### ############ ####0####### ############ ####0####### #####p##
#### ####0####### #####p###### ####0####### #####p###### ####0####### #
####p###### ####0####### ############ ####0####### ############ ####0#####
## ############ ####0####### ##### ###### ####0####### ######
###### ####0####### ##### ###### ####0####### #####p###### ####0#######
############ ####0####### ############ ####0####### #####p###### ####0###
#### ############ ####0####### ############ ####0####### #####p###### #
###0####### ############ ####0####### #####
###### ####0####### #####p###### ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0###
#### #####p###### ####0####### ############ ####0####### #####p###### #
###0####### #####p###### ####0####### ############ ####0####### #####p#
##### ####0####### #####p###### ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0####
### #####p###### ####0####### #####p###### ####0####### #####p###### ##
##0####### #####p###### ####0####### ############ ####0####### #####
#### # ####0####### ############ ####0####### ##### ###### ####0#######
##### #### # ####0####### #####p###### ####0####### #####
#### # ####0####### #####p###### ####0####### #####(###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0###
#### #####p###### ####0####### #####p###### ####0####### ############ #
###0####### ############ ####0####### #####p###### ####0####### #####p#
##### ####0####### #####p###### ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0####
### #####p###### ####0####### #####p###### ####0####### ##### ###### #
###0####### #####p###### ####0####### #####p###### ####0####### #####p#
##### ####0####### ############ ####0####### #####p###### ####0#######
#####p###### ####0####### ############ ####0####### #####p###### ####0####
### #####p###### ####0####### ############ ####0####### #####p###### ##
##0####### #####p###### ####0####### #####0###### ####0####### #####p##
#### ####0####### #####p###### ####0####### #####p###### ####0####### #
####p###### ####0####### #####p###### ## #0####### #####p###### ##
#0####### ############ ## #0####### ############ ##
#0####### ############ ####0######## ############ ####0####### #####p####
## ####0####### #####p###### ####0####### #####p###### ####0####### ###
##p###### ####0####### #####p###### ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### ############ ####0
####### ##### ###### ####0####### ############ ####0####### ###########
# ####0####### ##### ###### ####0####### ############ ####0####### ###
######### ####0####### #####
#### # ####0####### ############ ####0####### #####
#### # ####0####### ##### #### # ####0####### #####
#### # ####0####### ##### #### # ####0####### #####
#### # ####0####### ##### #### # ####0####### #####
#### # ####0####### ##### #### # ####0####### #####
#### # ####0####### ##### #### # ####0####### #####
#### # ####0####### ##### #### # ####0####### #####
#### # ####0####### #####
#### # ####0####### #####0###### ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0###
#### #####p###### ####0####### #####p###### ####0####### ##### ######
####0####### ############ ####0####### #####p###### ####0####### #####p
###### ####0####### ############ ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0###
#### ############ ####0####### #####p###### ####0####### ##### ######
####0####### #####p###### ####0####### ##### ###### ####0####### ######
###### ####0####### #####p###### ####0####### #####p###### ####0#######
############ ####0####### #####p###### ####0####### #####p###### ####0###
#### #####p###### ####0####### #####p###### ####0####### #####p###### #
###0####### #####p###### ####0####### #####p###### ####0####### #####p#
##### ####0####### #####p###### ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0####
### #####p###### ####0####### #####p###### ####0####### #####
#### # ####0####### #####p###### ####0####### ############ ####0#######
##### ###### ####0####### ##### ###### ####0####### #####
#### # ####0####### #####8###### ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0###
#### #####p###### ####0####### #####p###### ####0####### ############ #
###0####### #####p###### ####0####### #####p###### ####0####### #######
##### ####0####### #####p###### ####0####### #####p###### ####0#######
############ ####0####### #####p###### ####0####### #####p###### ####0####
### ############ ####0####### #####p###### ####0####### #####p###### ##
##0####### ############ ####0####### #####p###### ####0####### #####p##
#### ####0####### ############ ####0####### #####p###### ####0####### #
####p###### ####0####### #####p###### ####0####### #####p###### ####0#####
## #####p###### ####0####### ##### ###### ####0####### ############ ##
##0####### ############ ####0####### #####p###### ####0####### #####p##
#### ####0####### ############ ####0####### ##### ###### ####0#######
#####p###### ####0####### ############ ####0####### ##### ###### ####0####
### #####p###### ####0####### ############ ####0####### ##### ###### #
###0####### #####p###### ####0####### ############ ####0####### #####@#
##### ####0####### #####p###### ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0####
### #####p###### ####0####### #####p###### ####0####### #####p###### ##
##0####### #####p###### ####0####### #####p###### ####0####### ########
#### ####0####### #####p###### ####0####### #####p###### ####0####### #
####p###### ####0####### #####p###### ####0####### #####p###### ####0#####
## #####p###### ####0####### #####p###### ####0####### #####p###### ###
#0####### #####p###### ####0####### #####p###### ####0####### #########
### ####0####### ##### ###### ####0####### #####p###### ####0####### #
########### ####0####### #####p###### ####0####### #####p###### ####0#####
## #####p###### ####0####### #####p###### ####0####### #####p###### ###
#0####### #####p###### ####0####### ##### ###### ####0####### #########
### ####0####### #####@###### ####0####### #####p###### ####0####### ##
###p###### ####0####### #####p###### ####0####### #####p###### ####0######
# #####p###### ####0####### #####p###### ####0####### ############ ####
0####### ############ ####0####### #####p###### ####0####### #####p####
## ####0####### ############ ####0####### #####p###### ####0####### ###
##p###### ####0####### #####p###### ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0
####### #####p###### ####0####### ############ ####0####### ###########
# ####0####### ##### ###### ####0####### #####p###### ####0####### ###
######### ####0####### ############ ####0####### #####p###### ####0#######
##### ###### ####0####### #####p###### ####0####### ############ ####
0####### ############ ####0####### ############ ####0####### #####@####
## ####0####### #####p###### ####0####### #####p###### ####0####### ###
##p###### ####0####### #####p###### ####0####### #####p###### ####0#######
##### ###### ####0####### #####p###### ####0####### #####p###### ####
0####### #####p###### ####0####### ############ ####0####### #####p####
## ####0####### #####p###### ####0####### ############ ####0####### ###
##p###### ####0####### #####p###### ####0####### ############ ####0#######
#####p###### ####0####### #####p###### ####0####### ##### ###### ####
0####### #####p###### ####0####### #####p###### ####0####### #####p####
## ####0####### ############ ####0####### #####p###### ####0####### ###
##p###### ####0####### ############ ####0####### #####p###### ####0#######
#####p###### ####0####### ############ ####0####### #####p###### ####0
####### #####p###### ####0####### ##### ###### ####0####### #####H#####
# ####0####### #####p###### ####0####### #####p###### ####0####### ####
#p###### ####0####### #####p###### ####0####### #####p###### ####0#######
#####p###### ####0####### ############ ####0####### ############ ####0#
###### #####p###### ####0####### #####p###### ####0####### #####p######
####0####### ##### ###### ####0####### ############ ####0####### ####
######## ####0####### ############ ####0####### ############ ####0#######
##### ###### ####0####### ##### ###### ####0####### ##### ###### ####0
####### ############ ####0####### ##### ###### ####0####### ###########
# ####0####### ##### ###### ####0####### ############ ####0####### ###
######### ####0####### ##### ###### ####0####### ############ ####0#######
##### #### # ####0####### #####
#### # ####0####### ############ ####0####### #####
#### # ####0####### #####
#### # ####0####### ############ ####0####### #####
#### # ####0####### ############ ####0####### #####P###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0###
#### #####p###### ####0####### #####p###### ####0####### #####p###### #
###0####### #####p###### ####0####### #####p###### ####0####### #####p#
##### ####0####### #####p###### ####0####### ##### ###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0###
#### ############ ####0####### #####p###### ####0####### #####p###### #
###0####### ############ ####0####### #####p###### ####0####### #####p#
##### ####0####### ############ ####0####### #####p###
### ####0####### #####p###### ####0####### ##### ###### ####0####### #
########### ####0####### ############ ####0####### #####p###### ####0#####
## #####p###### ####0####### #####p###### ####0####### #####X###### ###
#0####### #####p###### ####0####### #####p###### ####0####### #####p###
### ####0####### #####p###### ####0####### #####p###### ####0####### ##
###p###### ####0####### ############ ####0####### #####p###### ####0######
# #####p###### ####0####### #####p###### ####0####### #####p###### ####
0####### #####p###### ####0####### ############ ####0####### ##########
## ####0####### #####p###### ####0####### #####p###### ####0####### ###
##p###### ####0####### #####p###### ####0####### #####p###### ####0#######
#####p###### ####0####### #####p###### ####0####### #####p###### ####0
####### #####p###### ####0####### #####p###### ####0####### #####p#####
# ####0####### #####p###### ####0####### #####p###### ####0####### ####
#p###### ####0####### #####
#### # ####0####### ##### ###### ####0#######################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
######
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
#######################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
#######################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
#######################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
#######################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
#######################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
#######################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
#######################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
#######################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
#######################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
#######################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
#######

Вам также может понравиться